:root{--primary-color:#111827;--accent-color:#2563eb;--accent-dark:#1d4ed8;--text-color:#374151;--muted-color:#6b7280;--line-color:#e5e7eb;--light-bg:#f8fafc;--white:#fff;--font-stack:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-stack);color:var(--text-color);background:var(--white);margin:0;line-height:1.6}a{color:inherit}.groza-container{flex-direction:column;min-height:100vh;display:flex}.navbar{z-index:20;border-bottom:1px solid var(--line-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;justify-content:space-between;align-items:center;gap:1.5rem;padding:.9rem 5%;display:flex;position:sticky;top:0}.logo-container,.footer-brand{color:var(--primary-color);align-items:center;gap:.75rem;font-weight:800;text-decoration:none;display:inline-flex}.brand-logo{width:72px;height:auto}.brand-name,.footer-brand span{letter-spacing:0;font-size:1.25rem}.nav-links,.footer-links,.hero-buttons{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.nav-links a,.footer-links a{color:var(--text-color);font-weight:650;text-decoration:none}.nav-links a:hover,.footer-links a:hover{color:var(--accent-color)}.btn-primary,.btn-secondary,.btn-outline{border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;min-height:44px;padding:.75rem 1.1rem;font-weight:750;line-height:1;text-decoration:none;display:inline-flex}.btn-primary{color:var(--white);background:var(--accent-color);border-color:var(--accent-color)}.btn-primary:hover{background:var(--accent-dark);border-color:var(--accent-dark)}.btn-secondary{background:var(--primary-color);color:var(--white)!important}.btn-outline{color:var(--primary-color);background:var(--white);border-color:#cbd5e1}.btn-outline:hover{border-color:var(--primary-color)}.hero,.page-hero,.contact-hero,.product-hero,.about-hero,.policy-hero{padding:4rem 5%}.hero,.product-hero,.contact-hero,.policy-hero{grid-template-columns:minmax(0,1fr) minmax(280px,.85fr);align-items:center;gap:3rem;display:grid}.hero-content,.contact-hero-copy,.about-hero,.policy-hero>div:first-child,.product-hero>div:first-child{max-width:760px}.eyebrow{color:var(--accent-color);letter-spacing:0;text-transform:uppercase;margin:0 0 .75rem;font-size:.78em;font-weight:800}h1,h2,h3,p{overflow-wrap:anywhere}.hero h1,.page-hero h1,.product-hero h1,.policy-hero h1,.about-hero h1,.product-cta h2{color:var(--primary-color);margin:0 0 1rem;font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.15}.section-copy h2,.section-title,.product-card h2,.policy-content h2{color:var(--primary-color);margin:0 0 .8rem;font-size:clamp(1.35rem,2.4vw,1.85rem);line-height:1.2}.hero p,.page-hero p,.section-copy p,.card p,.product-card p,.policy-content p,.footer p,.about-stats span,.summary-card p{color:var(--muted-color)}.hero-content>p:not(.eyebrow),.page-hero p,.about-hero p,.policy-hero p{max-width:680px;font-size:1rem}.hero-buttons{margin-top:1.7rem}.hero-image,.page-image{object-fit:contain;width:100%;max-height:420px}.section{padding:3.5rem 5%}.split-section{grid-template-columns:minmax(0,.9fr) minmax(280px,1fr);align-items:start;gap:2rem;display:grid}.section-copy{max-width:760px}.section-copy.centered{text-align:center;margin:0 auto 2.25rem}.grid,.product-grid,.feature-list,.policy-summary,.about-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.grid,.product-grid{max-width:1180px;margin:0 auto}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card,.product-card,.feature-list div,.about-stats article,.summary-card,.policy-meta,.contact-card{background:var(--white);border:1px solid var(--line-color);border-radius:8px;padding:1.5rem;box-shadow:0 14px 32px #1118270f}.card h3,.product-card h2,.about-stats strong{color:var(--primary-color);margin:0 0 .6rem}.feature-list strong,.feature-list span,.about-stats strong,.about-stats span,.policy-meta span,.policy-meta strong{display:block}.feature-list strong,.policy-meta strong{color:var(--primary-color)}.feature-list span{color:var(--muted-color)}.product-tagline{font-weight:750;color:var(--primary-color)!important}.product-card ul,.contact-highlights{gap:.65rem;margin:1rem 0 1.35rem;padding:0;list-style:none;display:grid}.product-card li,.contact-highlights li{padding-left:1.2rem;position:relative}.product-card li:before,.contact-highlights li:before{content:"";background:var(--accent-color);border-radius:50%;width:6px;height:6px;position:absolute;top:.7rem;left:0}.product-cta{text-align:center;background:var(--primary-color);padding:3.5rem 5%}.product-cta h2,.product-cta .eyebrow{color:var(--white)}.product-cta p{color:#cbd5e1;max-width:640px;margin:0 auto 1.5rem}.contact-card{box-shadow:none}.contact-form,.field-group{gap:1rem;display:grid}.field-group{gap:.4rem}.field-group label{color:var(--primary-color);font-weight:700}.field-group input,.field-group textarea{width:100%;color:var(--text-color);font:inherit;background:var(--white);border:1px solid #cbd5e1;border-radius:6px;padding:.9rem 1rem}.field-group textarea{resize:vertical;min-height:140px}.field-group input:focus,.field-group textarea:focus{border-color:var(--accent-color);outline:3px solid #2563eb29}.form-status{border-radius:6px;padding:.85rem 1rem;font-weight:650}.form-status.success{color:#166534;background:#ecfdf5}.form-status.error{color:#991b1b;background:#fef2f2}.policy-summary{padding:2rem 5% 0}.policy-layout{grid-template-columns:260px minmax(0,860px);align-items:start;gap:3rem;padding:3rem 5% 4.5rem;display:grid}.policy-index{background:var(--light-bg);border:1px solid var(--line-color);border-radius:8px;gap:.65rem;padding:1.25rem;display:grid;position:sticky;top:100px}.policy-index a{color:var(--text-color);font-weight:700;text-decoration:none}.policy-index a:hover{color:var(--accent-color)}.policy-section{border-bottom:1px solid var(--line-color);margin-bottom:1.5rem;padding-bottom:1.5rem;scroll-margin-top:120px}.policy-contact{background:var(--primary-color);border-radius:8px;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.policy-contact h2{color:var(--white);margin:0 0 .5rem}.policy-contact p{color:#cbd5e1;margin:0}.footer{color:var(--white);background:var(--primary-color);grid-template-columns:minmax(240px,1fr) auto;align-items:start;gap:1.5rem;margin-top:auto;padding:2.5rem 5%;display:grid}.footer-brand,.footer a{color:var(--white)}.footer-brand img{width:54px;height:auto}.footer p{color:#cbd5e1;max-width:560px;margin:.75rem 0 0}.footer-links{justify-content:flex-end}.copyright{grid-column:1/-1;font-size:.9rem}@media (width<=920px){.hero,.product-hero,.contact-hero,.policy-hero,.split-section,.policy-layout,.footer,.grid,.product-grid,.feature-list,.policy-summary,.about-stats{grid-template-columns:1fr}.policy-index{position:static}.footer-links{justify-content:flex-start}}@media (width<=680px){.navbar{flex-direction:column;align-items:flex-start}.nav-links,.nav-links .btn-secondary,.contact-card .btn-primary{width:100%}.hero,.page-hero,.contact-hero,.product-hero,.about-hero,.policy-hero,.section,.policy-summary,.policy-layout,.product-cta{padding-left:1rem;padding-right:1rem}.policy-contact{flex-direction:column;align-items:stretch}}
