@import "https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,700&family=Sora:wght@500;600;700;800&display=swap";:root{--navy:#061f2a;--teal:#0d5c7a;--cyan:#2aabcf;--coral:#f87171;--cream:#f5f4f0;--mint:#7cc9a7;--yellow:#f4c95d;--text:#1a2e36;--muted:#5a7280;--line:#061f2a1a;--shadow:0 24px 64px #061f2a1f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--text);margin:0;font-family:DM Sans,system-ui,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,100% - 48px);margin:0 auto}.nav{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f5f4f0eb;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;gap:24px;width:min(1180px,100% - 48px);height:72px;margin:0 auto;display:flex}.brand img{width:176px;height:auto}.nav-links{color:var(--muted);align-items:center;gap:26px;font-size:14px;font-weight:700;display:flex}.nav-links a:hover{color:var(--coral)}.btn{cursor:pointer;white-space:nowrap;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 22px;font:700 14px/1 DM Sans,sans-serif;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-coral{background:var(--coral);color:#fff;box-shadow:0 18px 42px #f8717147}.btn-outline{border:1.5px solid var(--line);color:var(--navy);background:#fff}.btn-ghost{color:#fff;background:#ffffff1a;border:1px solid #ffffff38}.btn-lg{min-height:52px;padding:0 28px;font-size:16px}.hero{background:linear-gradient(160deg, #fff 0%, var(--cream) 100%);padding:78px 0 62px;position:relative;overflow:hidden}.hero:before,.cta-section:before,.dark:before{content:"";pointer-events:none;background:radial-gradient(60% 48% at 82% 2%,#2aabcf24,#0000),radial-gradient(50% 58% at 8% 26%,#f8717124,#0000);position:absolute;inset:0}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid;position:relative}.pill{color:#bd4444;letter-spacing:.06em;text-transform:uppercase;background:#f871711a;border-radius:999px;align-items:center;gap:8px;margin-bottom:20px;padding:7px 14px;font-size:12px;font-weight:800;display:inline-flex}.hero h1,.section-title h2,.product-card h3,.soft-card h3,.aud-card h3,.pilot-card h3,.ai-box h3,.success h3{letter-spacing:0;font-family:Sora,system-ui,sans-serif}.hero h1{max-width:650px;color:var(--navy);margin:0 0 22px;font-size:clamp(40px,5vw,66px);font-weight:800;line-height:1.02}.hero-copy p{max-width:570px;color:var(--muted);margin:0 0 32px;font-size:18px;line-height:1.7}.hero-ctas{flex-wrap:wrap;gap:12px;display:flex}.hero-visual{min-height:540px;position:relative}.hero-photo-main,.hero-photo-sm,.ai-inner>img{object-fit:cover;box-shadow:var(--shadow)}.hero-photo-main{border-radius:30px;width:88%;height:450px;position:absolute;top:0;right:0}.hero-photo-sm{border:4px solid #fff;border-radius:22px;width:54%;height:250px;position:absolute;bottom:4px;left:0}.hero-badge{border:1px solid var(--line);width:min(300px,72%);color:var(--coral);background:#fff;border-radius:18px;align-items:flex-start;gap:12px;padding:18px;display:flex;position:absolute;bottom:58px;right:16px;box-shadow:0 20px 48px #061f2a29}.hero-badge strong,.hero-badge span{display:block}.hero-badge strong{color:var(--navy);font-size:14px}.hero-badge span{color:var(--muted);margin-top:4px;font-size:13px;line-height:1.35}.section{padding:88px 0;position:relative}.white{background:#fff}.cream{background:var(--cream)}.dark,.cta-section{background:var(--navy);color:#fff;overflow:hidden}.dark .container,.cta-section .container{position:relative}.section-title{max-width:760px;margin-bottom:50px}.section-title span{color:var(--coral);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:800;display:block}.section-title h2{color:var(--navy);margin:0;font-size:clamp(30px,3.6vw,50px);font-weight:800;line-height:1.1}.section-title p{max-width:680px;color:var(--muted);margin:16px 0 0;font-size:18px;line-height:1.7}.section-title.inverted h2{color:#fff}.section-title.inverted p{color:#ffffffb8}.card-grid,.product-grid,.audience-grid,.ai-boxes{gap:20px;display:grid}.three{grid-template-columns:repeat(3,1fr)}.four{grid-template-columns:repeat(4,1fr)}.soft-card,.pilot-card{border:1px solid var(--line);background:var(--cream);border-radius:20px;padding:28px}.soft-card h3,.pilot-card h3{color:var(--navy);margin:18px 0 10px;font-size:18px}.soft-card p,.pilot-card p{color:var(--muted);margin:0;font-size:15px;line-height:1.65}.icon-badge{width:54px;height:54px;color:var(--coral);background:#f871711f;border-radius:16px;justify-content:center;align-items:center;display:inline-flex}.icon-badge.cyan{color:var(--teal);background:#2aabcf1f}.icon-badge.green{color:#308466;background:#7cc9a72e}.product-grid{grid-template-columns:1fr 1fr}.product-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff12;border:1px solid #ffffff1f;border-radius:30px;padding:34px}.product-head{align-items:center;gap:16px;margin-bottom:20px;display:flex}.product-card h3{margin:0;font-size:26px}.product-card span{color:#ffffff8c;margin-top:4px;font-size:12px;font-weight:700;display:block}.product-card p{color:#ffffffb8;margin:0 0 22px;font-size:15px;line-height:1.75}.feature-list{gap:10px;margin:0 0 28px;padding:0;list-style:none;display:grid}.feature-list li{color:#ffffffe0;align-items:flex-start;gap:10px;font-size:14px;font-weight:700;display:flex}.feature-list svg{color:var(--coral);flex:none}.product-card img{object-fit:cover;border-radius:20px;width:100%;height:220px}.visual-stories{background:#fff}.story-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.story-card{background:var(--navy);border-radius:22px;min-height:330px;position:relative;overflow:hidden;box-shadow:0 16px 42px #061f2a1a}.story-card.wide{grid-column:span 2}.story-card img{object-fit:cover;width:100%;height:100%;min-height:330px;transition:transform .4s}.story-card:hover img{transform:scale(1.035)}.story-card:after{content:"";background:linear-gradient(#0000,#061f2a2e 42%,#061f2ad1);position:absolute;inset:0}.story-card>div{z-index:1;color:#fff;position:absolute;bottom:18px;left:18px;right:18px}.story-card .icon-badge{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff29;border:1px solid #ffffff38;width:42px;height:42px;margin-bottom:12px}.story-card .icon-badge svg{width:20px;height:20px}.story-card h3{margin:0 0 6px;font:800 18px/1.15 Sora,sans-serif}.story-card p{color:#ffffffc2;max-width:390px;margin:0;font-size:13px;font-weight:600;line-height:1.45}.steps{grid-template-columns:repeat(5,1fr);gap:18px;display:grid}.step{border-top:4px solid var(--coral);background:#fff;border-radius:18px;padding:24px 18px;box-shadow:0 8px 28px #061f2a0f}.step span,.pilot-card span{color:#f871716b;font:800 38px/1 Sora,sans-serif}.step h3{color:var(--navy);margin:16px 0 8px;font:700 16px/1.25 Sora,sans-serif}.step p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.audience-grid{grid-template-columns:repeat(2,1fr)}.aud-card{border:1px solid var(--line);background:#fff;border-radius:20px;grid-template-columns:.95fr 1.05fr;display:grid;overflow:hidden;box-shadow:0 8px 32px #061f2a12}.aud-card>img{object-fit:cover;width:100%;height:100%;min-height:236px}.aud-card>div{padding:26px}.aud-card h3{color:var(--navy);margin:16px 0 8px;font-size:20px}.aud-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.ai-section{background:#fff}.ai-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.ai-inner>img{border-radius:30px;width:100%;height:480px}.ai-boxes{grid-template-columns:1fr 1fr}.ai-box{border:1px solid var(--line);background:var(--cream);border-radius:18px;padding:22px}.ai-box h3{color:var(--navy);margin:0 0 14px;font-size:16px}.ai-box ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.ai-box li{color:var(--muted);gap:8px;font-size:13px;font-weight:600;line-height:1.35;display:flex}.ai-box svg{color:var(--coral);flex:none}.pilot-card{background:#fff;box-shadow:0 8px 28px #061f2a0f}.cta-section{text-align:center;padding:96px 0}.cta-section .section-title{margin:0 auto 44px}.contact-wrap{max-width:760px;margin:0 auto}.contact-form{gap:18px;display:grid}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-form label{color:#ffffffad;text-align:left;gap:7px;font-size:13px;font-weight:800;display:grid}.contact-form input,.contact-form select{color:#fff;background:#ffffff1a;border:1.5px solid #ffffff29;border-radius:12px;outline:none;width:100%;height:50px;padding:0 16px;font:500 15px/1 DM Sans,sans-serif}.contact-form input::placeholder{color:#ffffff61}.contact-form select option{background:var(--navy)}.contact-form input:focus,.contact-form select:focus{border-color:var(--coral);background:#ffffff24}.form-submit{justify-self:center;min-width:320px}.form-submit:disabled{cursor:progress;opacity:.72;transform:none}.form-note,.form-error{text-align:center;margin:0;font-size:13px}.form-note{color:#ffffff6b}.form-error{color:#ffd1d1;font-weight:700}.success{color:#fff;justify-items:center;gap:16px;display:grid}.success svg{color:var(--coral)}.success h3{margin:0;font-size:28px}.success p{color:#ffffffad;max-width:470px;margin:0;line-height:1.65}.success-links{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}.footer{color:#ffffff94;background:#03141c;padding:32px 0;font-size:14px}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.footer img{filter:brightness(0)invert();opacity:.9;width:154px}.footer div div{gap:20px;display:flex}.footer a{color:#ffffff80}.footer a:hover{color:var(--coral)}@media (width<=1040px){.hero-inner,.ai-inner,.product-grid{grid-template-columns:1fr}.hero-visual{min-height:420px}.hero-photo-main{width:100%;height:350px}.hero-photo-sm{width:42%;height:190px}.steps,.four,.story-grid{grid-template-columns:repeat(2,1fr)}.story-card.wide{grid-column:span 1}}@media (width<=780px){.container,.nav-inner{width:min(100% - 32px,1180px)}.nav-links{display:none}.brand img{width:150px}.nav .btn{padding:0 14px;font-size:13px}.section,.cta-section{padding:64px 0}.hero{padding-top:58px}.three,.audience-grid,.ai-boxes,.form-row,.aud-card{grid-template-columns:1fr}.aud-card>img{height:190px;min-height:0}.form-submit,.hero-ctas .btn{width:100%}}@media (width<=520px){.hero h1{font-size:38px}.hero-visual{min-height:360px}.hero-photo-main{border-radius:22px;height:300px}.hero-photo-sm,.hero-badge{display:none}.steps,.four,.story-grid{grid-template-columns:1fr}.story-card,.story-card img{min-height:360px}}
