:root{--navy:#1b2430;--yellow:#f2a900;--yellow-dark:#d79500;--white:#fff;--surface:#f5f7fa;--muted:#48657d;--ink:#202937;--line:#e4e9ef;--success:#2e7d45;--danger:#a74646;--shadow:0 14px 45px #1b24301a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}h1,h2,h3,h4,.btn,.eyebrow{font-family:Manrope,Inter,ui-sans-serif,system-ui,sans-serif}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}.container{width:min(1180px,100% - 40px);margin:0 auto}.narrow{width:min(860px,100% - 40px)}.site-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border-bottom:1px solid #e4e9efe6;position:sticky;top:0}.header-inner{align-items:center;gap:28px;min-height:82px;display:flex}.brand{width:255px;display:flex}.brand img{width:100%;height:auto}.desktop-nav{gap:26px;margin-left:auto;display:flex}.desktop-nav a,.link-login{color:#394657;font-size:14px;font-weight:700}.desktop-nav a:hover,.link-login:hover{color:var(--navy)}.header-actions{align-items:center;gap:16px;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-size:14px;font-weight:800;transition:all .2s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--yellow);color:var(--navy);box-shadow:0 8px 20px #f2a90038}.btn-primary:hover{background:#ffb91f}.btn-secondary{color:var(--navy);background:#fff;border-color:#cad3dd}.btn-light{color:var(--navy);background:#fff}.btn-sm{min-height:42px;padding:0 17px}.hero{background:radial-gradient(circle at 84% 20%,#f2a90029,#0000 28%),linear-gradient(#fff 0%,#fbfcfd 100%);padding:82px 0 74px;overflow:hidden}.hero .container{width:min(1280px,100% - 40px)}.hero-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.28fr);align-items:center;gap:48px;display:grid}.eyebrow{text-transform:uppercase;letter-spacing:.11em;color:#7a5d00;align-items:center;gap:8px;font-size:12px;font-weight:800;display:inline-flex}.eyebrow:before{content:"";background:var(--yellow);border-radius:3px;width:20px;height:3px}.eyebrow.light{color:#fff}.hero h1,.page-hero h1{letter-spacing:-.045em;color:var(--navy);margin:16px 0 22px;font-size:clamp(42px,6vw,72px);line-height:1.03}.hero p,.page-hero p{color:#536274;max-width:680px;margin:0;font-size:20px}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:32px;display:flex}.micro-proof{color:#627083;flex-wrap:wrap;gap:18px;margin-top:28px;font-size:13px;font-weight:650;display:flex}.micro-proof span:before{content:"✓";color:var(--success);margin-right:6px;font-weight:900}.section{padding:88px 0}.surface{background:var(--surface)}.section-heading{max-width:760px;margin-bottom:42px}.section-heading h2,.two-col h2,.cta-band h2{letter-spacing:-.035em;color:var(--navy);margin:10px 0 16px;font-size:clamp(30px,4vw,48px);line-height:1.08}.section-heading p,.two-col p{color:#607083;font-size:17px}.flow{grid-template-columns:repeat(6,1fr);align-items:stretch;gap:10px;display:grid}.flow-step{border:1px solid var(--line);background:#fff;border-radius:14px;min-height:122px;padding:22px 18px;position:relative}.flow-step strong{color:var(--navy);font-size:15px;display:block}.flow-step span{color:#708096;font-size:12px}.flow-step:not(:last-child):after{content:"→";background:var(--yellow);width:20px;height:20px;color:var(--navy);z-index:2;border-radius:50%;place-items:center;font-weight:900;display:grid;position:absolute;top:43px;right:-15px}.feature-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.feature-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:28px;box-shadow:0 8px 28px #1b24300a}.feature-card h3{color:var(--navy);margin:12px 0 8px;font-size:21px}.feature-card p{color:#647386;margin:0}.feature-dot{background:var(--yellow);border-radius:12px;width:38px;height:38px;box-shadow:inset 0 0 0 8px #ffffff6b}.two-col{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.check-list{gap:12px;display:grid}.check-list div{border:1px solid var(--line);color:#394657;background:#fff;border-radius:12px;align-items:flex-start;gap:12px;padding:16px 18px;font-weight:700;display:flex}.check-list span{min-width:24px;height:24px;color:var(--success);background:#eaf4ec;border-radius:50%;place-items:center;font-weight:900;display:grid}.persona-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.persona{background:var(--navy);color:#fff;border-radius:18px;padding:30px}.persona:nth-child(2){background:#263344}.persona:nth-child(3){background:#334355}.persona small{color:#c7d1dc;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.persona h3{margin:9px 0 8px;font-size:25px}.persona p{color:#d9e0e7;margin:0}.cta-band{background:var(--navy);padding:54px 0}.cta-band .container{justify-content:space-between;align-items:center;gap:30px;display:flex}.cta-band h2{color:#fff;margin:8px 0 0}.page-hero{border-bottom:1px solid var(--line);background:linear-gradient(#fff,#f7f9fb);padding:78px 0}.page-hero .narrow{text-align:center}.page-hero .eyebrow{justify-content:center}.page-hero p{margin:0 auto}.page-hero .hero-actions{justify-content:center}.dashboard-shell{aspect-ratio:1.55;background:#fff;border:1px solid #dfe5eb;border-radius:22px;grid-template-columns:60px 1fr;width:100%;min-height:445px;display:grid;overflow:hidden;transform:none;box-shadow:0 30px 70px #1b243029}.dash-sidebar{background:var(--navy);color:#bdc8d3;flex-direction:column;align-items:center;gap:20px;padding:18px 0;display:flex}.dash-sidebar span{font-size:18px}.dash-brand{background:var(--yellow);width:34px;height:34px;color:var(--navy);border-radius:10px;place-items:center;margin-bottom:10px;font-weight:900;display:grid}.dash-main{background:#f7f9fb;padding:24px}.dash-top{color:var(--navy);justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.dash-top span{color:#78899a;font-size:12px}.dash-cards{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.dash-card{background:#fff;border:1px solid #e2e7ed;border-radius:12px;padding:15px}.dash-card small{color:#7c8a99;display:block}.dash-card strong{color:var(--navy);margin:4px 0;font-size:20px;display:block}.dash-card span{color:#5e6f80;font-size:11px}.dash-grid{grid-template-columns:1.15fr .85fr;gap:12px;margin-top:12px;display:grid}.chart-card,.progress-card{background:#fff;border:1px solid #e2e7ed;border-radius:12px;padding:18px}.chart-title{color:#748394;justify-content:space-between;gap:10px;font-size:12px;display:flex}.chart-title b{color:var(--navy)}.bars{align-items:flex-end;gap:12px;height:190px;padding-top:24px;display:flex}.bars i{background:linear-gradient(180deg,#ffc42b,var(--yellow));border-radius:7px 7px 3px 3px;flex:1}.progress-card{flex-direction:column;gap:18px;display:flex}.progress-card>b{color:var(--navy)}.progress-row{color:#5f6e7e;grid-template-columns:1fr 1.2fr 38px;align-items:center;gap:8px;font-size:11px;display:grid}.progress-row>div{background:#e8edf2;border-radius:10px;height:7px;overflow:hidden}.progress-row i{background:var(--yellow);border-radius:10px;height:100%;display:block}.progress-row strong{color:var(--navy);font-size:11px}.lead-form{grid-template-columns:1fr 1fr;gap:16px;display:grid}.lead-form label{color:#334155;flex-direction:column;gap:7px;font-size:13px;font-weight:700;display:flex}.lead-form input,.lead-form select,.lead-form textarea{width:100%;font:inherit;color:var(--navy);background:#fff;border:1px solid #ccd6df;border-radius:10px;outline:none;padding:13px 14px}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{border-color:var(--yellow);box-shadow:0 0 0 3px #f2a9001f}.span-2{grid-column:1/-1}.form-actions{align-items:center;gap:14px;display:flex}.form-error{color:var(--danger);font-size:13px}.form-success{background:#f1f8f3;border:1px solid #cce2d2;border-radius:14px;padding:24px}.honeypot{position:absolute!important;left:-9999px!important}.contact-box{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:18px;padding:30px}.content-page{padding:70px 0}.prose{max-width:820px}.prose h1,.prose h2,.prose h3{color:var(--navy);line-height:1.2}.prose h1{font-size:44px}.prose h2{margin-top:42px}.prose p,.prose li{color:#516173}.article-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.article-card{border:1px solid var(--line);background:#fff;border-radius:16px;overflow:hidden}.article-cover{background:linear-gradient(135deg,var(--navy),#34465b);height:150px;position:relative}.article-cover:after{content:"";background:var(--yellow);border-radius:18px;width:70px;height:70px;position:absolute;bottom:-20px;right:20px}.article-body{padding:24px}.article-body small{color:#7d8a98;font-weight:700}.article-body h3{color:var(--navy);margin:8px 0;font-size:21px;line-height:1.25}.article-body p{color:#647386}.site-footer{background:var(--navy);color:#d6dee6;padding:58px 0 24px}.footer-grid{grid-template-columns:1.7fr 1fr 1fr 1fr;gap:44px;display:grid}.footer-logo{filter:brightness(0)invert();width:260px;height:auto}.footer-grid>div{flex-direction:column;align-items:flex-start;gap:9px;display:flex}.footer-grid strong{color:#fff;margin-bottom:6px}.footer-grid a{color:#c2ccd6;font-size:14px}.footer-grid a:hover{color:#fff}.footer-grid p{color:#b8c4ce;max-width:330px}.footer-bottom{color:#9cabb8;border-top:1px solid #ffffff1f;justify-content:space-between;gap:20px;margin-top:40px;padding-top:22px;font-size:12px;display:flex}.cookie-banner{z-index:100;background:#fff;border:1px solid #dfe5eb;border-radius:16px;justify-content:space-between;align-items:center;gap:24px;max-width:1040px;margin:auto;padding:18px 20px;display:flex;position:fixed;bottom:18px;left:20px;right:20px;box-shadow:0 20px 60px #1b243038}.cookie-banner strong{color:var(--navy)}.cookie-banner p{color:#657485;margin:3px 0 0;font-size:13px}.cookie-actions{flex-shrink:0;gap:8px;display:flex}@media (max-width:980px){.desktop-nav{display:none}.hero .container{width:min(1180px,100% - 40px)}.hero-grid,.two-col{grid-template-columns:1fr}.hero-grid{gap:42px}.dashboard-shell{aspect-ratio:auto;transform:none}.feature-grid,.persona-grid,.article-grid{grid-template-columns:1fr 1fr}.flow{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}.header-actions .link-login{display:none}}@media (max-width:680px){.container,.narrow{width:min(100% - 28px,1180px)}.site-header .brand{width:178px}.header-inner{min-height:70px}.header-actions .btn{padding:0 12px;font-size:12px}.hero{padding:58px 0}.hero h1,.page-hero h1{font-size:40px}.hero p,.page-hero p{font-size:17px}.section{padding:64px 0}.feature-grid,.persona-grid,.article-grid,.lead-form{grid-template-columns:1fr}.flow{grid-template-columns:1fr 1fr}.flow-step:not(:last-child):after{display:none}.span-2{grid-column:auto}.dash-cards{grid-template-columns:1fr 1fr}.dash-grid{grid-template-columns:1fr}.dashboard-shell{grid-template-columns:44px 1fr;min-height:520px}.dash-main{padding:14px}.two-col{gap:36px}.cta-band .container{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.cookie-banner{flex-direction:column;align-items:flex-start}.cookie-actions{flex-wrap:wrap;width:100%}.cookie-actions .btn{flex:1}.hero-actions .btn{width:100%}}.menu-button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;width:42px;height:42px;padding:10px;display:none}.menu-button span{background:var(--navy);border-radius:2px;height:2px;margin:4px 0;display:block}.mobile-menu{border-top:1px solid var(--line);background:#fff;display:none;box-shadow:0 18px 36px #1b243014}.mobile-menu nav{flex-direction:column;gap:2px;padding:12px 0 20px;display:flex}.mobile-menu a:not(.btn){color:#394657;padding:11px 4px;font-weight:750}.solution-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.solution-card,.resource-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:30px;transition:all .2s;box-shadow:0 8px 26px #1b24300a}.solution-card:hover,.resource-card:hover{transform:translateY(-2px);box-shadow:0 16px 36px #1b243014}.solution-card h3,.resource-card h2{color:var(--navy);margin:0 0 10px;font-size:25px;line-height:1.15}.solution-card p,.resource-card p{color:#647386;margin:0 0 18px}.solution-card ul{color:#536477;margin:0 0 20px;padding-left:20px}.solution-card li{margin:7px 0}.solution-card>a,.resource-card>b,.text-link{color:#7a5900;font-weight:800}.solution-card>a span{color:var(--yellow-dark)}.process-stack{gap:12px;display:grid}.process-stack>div{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:14px;padding:15px;display:flex}.process-stack b{background:var(--yellow);min-width:34px;height:34px;color:var(--navy);border-radius:10px;place-items:center;display:grid}.process-stack span{flex-direction:column;display:flex}.process-stack strong{color:var(--navy)}.process-stack small{color:#718092}.resource-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.resource-card{display:block}.resource-tag{color:#755500;text-transform:uppercase;letter-spacing:.08em;background:#fff6dc;border:1px solid #f5dda2;border-radius:999px;margin-bottom:18px;padding:5px 10px;font-size:11px;font-weight:800;display:inline-flex}.integration-map{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:12px;display:grid}.integration-map>div{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;justify-content:center;min-height:110px;padding:18px;display:flex}.integration-map small{color:#718092}.integration-map strong{color:var(--navy);margin-top:4px;line-height:1.25}.integration-map>i{background:var(--yellow);width:28px;height:28px;color:var(--navy);border-radius:50%;place-items:center;font-style:normal;font-weight:900;display:grid}.demo-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:64px;display:grid}.lead-copy{color:#607083;font-size:17px}.demo-note{border-left:4px solid var(--yellow);background:#fff;border-radius:0 12px 12px 0;margin-top:22px;padding:18px}.demo-note p{color:#657485;margin:4px 0 0}.contact-topics{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.contact-topics span{border:1px solid var(--line);background:var(--surface);color:#536477;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:700}.consent-check{align-items:flex-start;line-height:1.45;color:#5d6c7c!important;flex-direction:row!important;gap:10px!important;font-weight:500!important}.consent-check input{margin-top:3px;width:auto!important}.consent-check a{color:var(--navy);text-decoration:underline}.legal-warning{background:#fff8e7;border:1px solid #f2d48c;border-radius:12px;padding:16px;color:#6e540e!important}.prose small{color:#718092}.article-meta{color:#758493;flex-wrap:wrap;gap:12px;font-size:13px;display:flex}.article-related{flex-wrap:wrap;gap:10px;margin-top:34px;display:flex}.article-related a{border:1px solid var(--line);color:#4e5e70;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700}.article-related a:hover{color:var(--navy);border-color:#c9d2dc}@media (max-width:1100px){.resource-grid{grid-template-columns:1fr 1fr}.integration-map{grid-template-columns:1fr 28px 1fr}.integration-map>i:nth-of-type(3),.integration-map>i:nth-of-type(4){display:none}.integration-map>div:nth-of-type(n+4){margin-top:8px}}@media (max-width:980px){.menu-button{display:block}.desktop-demo{display:none}.mobile-menu{display:block}.solution-grid,.resource-grid{grid-template-columns:1fr 1fr}.demo-grid,.integration-map{grid-template-columns:1fr}.integration-map>i{margin:auto;transform:rotate(90deg)}.integration-map>i:nth-of-type(3),.integration-map>i:nth-of-type(4){display:grid}.integration-map>div:nth-of-type(n+4){margin-top:0}}@media (max-width:680px){.solution-grid,.resource-grid{grid-template-columns:1fr}.menu-button{width:40px;height:40px}.header-actions{margin-left:auto}.demo-grid{gap:34px}.contact-box{padding:22px}.integration-map>div{min-height:auto}.solution-card,.resource-card{padding:24px}}.footer-cookie-button{color:#c2ccd6;font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;padding:0;font-size:14px}.footer-cookie-button:hover{color:#fff}
