:root{--accent:#1f7d85;--accent-deep:#14545b;--accent-soft:#eef5f5;--text-primary:#14282d;--text-secondary:#45585c;--text-muted:#6f8184;--border:#e2ecec;--border-light:#e6eeee;--bg:#fbfdfd}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text-primary);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Poppins,-apple-system,sans-serif;overflow-x:hidden}#root{min-height:100vh}::selection{background:#cfe6e6}a{color:inherit;text-decoration:none}img{display:block}h1,h2,h3,p{margin:0}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent)!important;box-shadow:0 0 0 3px #1f7d8526!important}.grid-4{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.grid-2,.grid-2-lg{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.nav-links{align-items:center;gap:clamp(16px,2.4vw,32px);display:flex}.nav-cta-group{align-items:center;gap:clamp(18px,3vw,40px);display:flex}.nav-hamburger{cursor:pointer;color:var(--text-primary);background:0 0;border:none;padding:4px;display:none}.mobile-menu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border-light);background:#fbfdfdf7;flex-direction:column;gap:0;padding:8px 0 16px;display:none}.mobile-menu.open{display:flex}.mobile-menu a{color:var(--text-secondary);border-bottom:1px solid var(--border-light);padding:13px clamp(20px,5vw,48px);font-size:15px;font-weight:500;transition:color .15s,background .15s}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{color:var(--accent);background:var(--accent-soft)}.mobile-menu .cta-link{background:var(--accent);border-radius:8px;justify-content:center;align-items:center;margin:12px clamp(20px,5vw,48px) 0;padding:13px 24px;font-weight:600;display:inline-flex;color:#fff!important;border-bottom:none!important}.mobile-menu .cta-link:hover{background:var(--accent-deep)!important}.step-visual{flex-shrink:0}@media (width<=1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3,.grid-2,.grid-2-lg{grid-template-columns:repeat(1,1fr)}.nav-links{display:none}.nav-cta-group{gap:0}.nav-cta-btn{display:none}.nav-hamburger{justify-content:center;align-items:center;display:flex}.step-visual{display:none}}@media (width<=480px){.grid-4{grid-template-columns:repeat(1,1fr)}}.analytics-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:clamp(48px,5vw,64px);display:flex}.analytics-alert-card{border:1px solid var(--border);background:#fff;border-radius:12px;flex-direction:column;flex-shrink:0;gap:6px;min-width:220px;padding:16px 20px;display:flex}.reports-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:clamp(48px,5vw,64px);display:flex}.pillar-card{flex-wrap:wrap;gap:32px;display:flex}.pillar-content{flex:360px;min-width:260px}.pillar-points{flex:none;min-width:220px}.hero-mockup{flex:420px;min-width:300px;position:relative}@media (width<=768px){.analytics-alert-card,.hero-mockup{display:none}}@media (width<=640px){.pillar-points{min-width:100%}}
