@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/inter-latin-400.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/inter-latin-600.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/inter-latin-700.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-navy: #1a3a5c;--color-navy-dark: #0f2b4c;--color-teal: #147070;--color-teal-light: #2cb5b5;--color-bg: #ffffff;--color-surface: #f8fafc;--color-surface-2: #eef2f7;--color-border: #e2e8f0;--color-text: #0f172a;--color-text-muted: #64748b;--radius: .75rem;--radius-sm: .5rem;--max-width: 1200px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04), 0 1px 3px rgba(15, 23, 42, .06);--shadow-md: 0 4px 12px rgba(15, 23, 42, .08), 0 2px 4px rgba(15, 23, 42, .04);--shadow-lg: 0 16px 40px rgba(15, 23, 42, .12), 0 4px 12px rgba(15, 23, 42, .06);--gradient-hero: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(27, 138, 138, .08), transparent 60%), radial-gradient(ellipse 50% 40% at 80% 30%, rgba(26, 58, 92, .06), transparent 70%);--font-sans: "Inter", -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{margin:0 0 .5em;line-height:1.2;font-weight:700;color:var(--color-navy);letter-spacing:-.02em}h1{font-size:clamp(2.25rem,4.5vw,3.5rem);line-height:1.1}h2{font-size:clamp(1.75rem,3vw,2.5rem)}h3{font-size:1.25rem}p{margin:0 0 1em}a{color:var(--color-teal);text-decoration:none;transition:color .15s}a:hover{color:var(--color-navy)}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.nav{position:sticky;top:0;z-index:50;background:#ffffffd9;backdrop-filter:saturate(140%) blur(12px);-webkit-backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid var(--color-border)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.5rem;max-width:var(--max-width);margin:0 auto}.brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.125rem;color:var(--color-navy)}.nav-links{display:flex;gap:1.75rem;list-style:none;margin:0;padding:0;font-size:.9375rem}.nav-links a{color:var(--color-text);font-weight:500}.nav-links a:hover{color:var(--color-teal)}.nav-actions{display:flex;gap:.75rem;align-items:center}.lang-link{display:inline-flex;align-items:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;padding:.25rem .75rem;font-size:.8125rem;font-weight:600;color:var(--color-text-muted)}.lang-link:hover{color:var(--color-navy);border-color:var(--color-navy)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:var(--radius-sm);font-weight:600;font-size:.9375rem;border:1px solid transparent;cursor:pointer;transition:transform .12s ease,background .15s,border-color .15s;text-decoration:none;white-space:nowrap}.btn-primary{background:var(--color-navy);color:#fff}.btn-primary:hover{background:var(--color-navy-dark);color:#fff;transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--color-navy);border-color:var(--color-border)}.btn-secondary:hover{border-color:var(--color-navy);color:var(--color-navy)}.btn-teal{background:var(--color-teal);color:#fff}.btn-teal:hover{background:var(--color-navy);color:#fff}.btn-arrow:after{content:"→";transition:transform .15s}.btn-arrow:hover:after{transform:translate(2px)}.hero{position:relative;background:var(--gradient-hero),var(--color-bg);padding:5rem 0 4rem;overflow:hidden}.hero-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-visual{perspective:1100px}.hero-visual .mockup{transform:rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));will-change:transform}.mockup-glare{position:absolute;inset:0;pointer-events:none;z-index:1;opacity:var(--glare-o, 0);transition:opacity .4s ease;background:radial-gradient(360px circle at var(--glare-x, 50%) var(--glare-y, 50%),rgba(176,226,224,.4),rgba(255,255,255,0) 60%)}.hero .eyebrow-dot{animation:dot-pulse 2.6s ease-in-out infinite}@keyframes dot-pulse{0%,to{box-shadow:0 0 #14707059}50%{box-shadow:0 0 0 6px #14707000}}@keyframes accent-sheen{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@media(prefers-reduced-motion:reduce){.hero .eyebrow-dot,.hero h1 .accent{animation:none!important}.hero-visual .mockup{transform:none}.mockup-glare{opacity:0;transition:none}.agent-orb{animation:none!important}}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:#1b8a8a14;color:var(--color-teal);border:1px solid rgba(27,138,138,.2);border-radius:999px;font-size:.8125rem;font-weight:600;margin-bottom:1.25rem}.eyebrow-dot{width:6px;height:6px;background:var(--color-teal);border-radius:50%}.hero h1 .accent{background:linear-gradient(120deg,var(--color-teal) 0%,var(--color-navy) 50%,var(--color-teal) 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:accent-sheen 9s ease-in-out infinite}.hero-sub{font-size:1.1875rem;color:var(--color-text-muted);max-width:36rem;margin:1rem 0 2rem;line-height:1.55}.hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.hero-meta{margin-top:1.5rem;display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.875rem;color:var(--color-text-muted)}.hero-meta-item{display:inline-flex;align-items:center;gap:.5rem}.check{width:16px;height:16px;background:var(--color-teal);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:.625rem;font-weight:700}.mockup{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-lg);overflow:hidden;position:relative;pointer-events:none;user-select:none}.mockup:before{content:"";position:absolute;inset:-40px;background:radial-gradient(circle at 30% 20%,rgba(44,181,181,.15),transparent 60%);z-index:-1}.mockup-bar{display:flex;align-items:center;gap:.375rem;padding:.625rem .875rem;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.mockup-dot{width:10px;height:10px;border-radius:50%;background:var(--color-border)}.mockup-dot:nth-child(1){background:#ff5f57}.mockup-dot:nth-child(2){background:#febc2e}.mockup-dot:nth-child(3){background:#28c840}.mockup-url{margin-left:auto;background:#fff;border:1px solid var(--color-border);border-radius:6px;font-size:.75rem;color:var(--color-text-muted);padding:.25rem .625rem}.mockup-img{display:block;width:100%;height:auto}.inbox{display:grid;grid-template-columns:140px 1fr;background:#fff;height:416px;font-size:.8125rem}.inbox-side{background:var(--color-surface);border-right:1px solid var(--color-border);padding:.875rem .75rem;display:flex;flex-direction:column;gap:.875rem}.inbox-brand{display:flex;align-items:center;gap:.4rem;font-weight:700;color:var(--color-navy);font-size:.875rem}.inbox-nav{display:flex;flex-direction:column;gap:.125rem}.inbox-nav-item{display:flex;align-items:center;gap:.4rem;padding:.3125rem .5rem;border-radius:var(--radius-sm);color:var(--color-text-muted);font-size:.75rem;font-weight:500}.inbox-nav-item.is-active{background:#1b8a8a14;color:var(--color-teal);font-weight:600}.inbox-main{display:flex;flex-direction:column;min-width:0;min-height:0;padding:.75rem .75rem 0}.inbox-search{display:flex;align-items:center;gap:.4rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.375rem .5rem;color:var(--color-text-muted);font-size:.75rem;margin-bottom:.625rem}.inbox-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.inbox-title{display:flex;align-items:center;gap:.4rem;font-size:.9375rem;font-weight:700;color:var(--color-navy);margin:0}.inbox-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--color-navy);color:#fff;font-size:.625rem;font-weight:700}.inbox-count.is-bumped{animation:tk-bump .4s cubic-bezier(.34,1.56,.64,1)}.inbox-filters{display:flex;gap:.3125rem}.inbox-filter{padding:.1875rem .4375rem;border:1px solid var(--color-border);border-radius:999px;color:var(--color-text-muted);font-size:.6875rem;font-weight:500;white-space:nowrap}.inbox-list{position:relative;flex:1;overflow:hidden;display:flex;flex-direction:column;gap:.5rem;padding-top:.5rem;-webkit-mask-image:linear-gradient(180deg,#000 88%,transparent);mask-image:linear-gradient(180deg,#000 88%,transparent)}.inbox-empty{position:absolute;inset:0;display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.3rem;color:var(--color-text-muted);padding:1rem}.inbox-empty-ico{width:44px;height:44px;border-radius:12px;background:#1b8a8a0f;color:var(--color-teal);display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.inbox-empty-title{font-weight:700;color:var(--color-navy);font-size:.8125rem}.inbox-empty-sub{font-size:.6875rem;max-width:14rem;line-height:1.4}.tk-row{display:flex;gap:.5rem;align-items:flex-start;padding:.5rem .5625rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff}.tk-row.is-entering{animation:tk-enter .5s cubic-bezier(.2,.7,.2,1) both}.tk-row.is-flash{animation:tk-flash 1.1s ease-out}@keyframes tk-enter{0%{opacity:0;transform:translate(-14px) scale(.97)}to{opacity:1;transform:none}}@keyframes tk-flash{0%{box-shadow:0 0 #14707080;border-color:var(--color-teal)}to{box-shadow:0 0 0 8px #14707000;border-color:var(--color-border)}}.tk-ico{flex-shrink:0;width:26px;height:26px;border-radius:7px;display:flex;align-items:center;justify-content:center}.tk-ico.c-whatsapp{color:#1faa53;background:#25d36624}.tk-ico.c-instagram{color:#c41d6f;background:#dd2a7b1f}.tk-ico.c-email{color:var(--color-navy);background:#1a3a5c1a}.tk-ico.c-threema{color:#9a7a12;background:#ebb82c2e}.tk-ico.c-matrix{color:#475569;background:#4755691f}.tk-ico.c-webform{color:var(--color-teal);background:#1b8a8a14}.tk-body{flex:1;min-width:0}.tk-line1{display:flex;align-items:baseline;gap:.375rem}.tk-id{font-size:.625rem;font-weight:700;color:var(--color-teal);letter-spacing:.02em;flex-shrink:0}.tk-subject{min-width:0;font-size:.75rem;font-weight:600;color:var(--color-navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tk-line2{display:flex;align-items:center;gap:.3125rem;margin-top:.25rem;flex-wrap:wrap}.tk-status{font-size:.625rem;font-weight:700;padding:.0625rem .375rem;border-radius:999px;background:#22c55e24;color:#15803d}.tk-tag{font-size:.625rem;color:var(--color-text-muted);background:var(--color-surface-2);padding:.0625rem .375rem;border-radius:4px}.tk-meta{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.tk-unread{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--color-teal);color:#fff;font-size:.5625rem;font-weight:700}.tk-unread[hidden]{display:none}.tk-unread.is-bumped{animation:tk-bump .4s cubic-bezier(.34,1.56,.64,1)}@keyframes tk-bump{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}.tk-time{font-size:.625rem;color:var(--color-text-muted);white-space:nowrap}.tk-row.is-resolving{border-color:#14707073;box-shadow:0 0 0 1px #1470702e inset}.tk-row.is-leaving{animation:tk-leave .55s cubic-bezier(.4,0,.5,1) forwards;overflow:hidden}@keyframes tk-leave{0%{opacity:1;max-height:150px;transform:none;margin-bottom:0}45%{opacity:0;transform:translate(28px)}to{opacity:0;max-height:0;padding-top:0;padding-bottom:0;margin-top:-.5rem;border-width:0;transform:translate(28px)}}.tk-status.is-typing{background:#1470701f;color:var(--color-teal);display:inline-flex;align-items:center;gap:4px}.tk-status.is-typing:after{content:"";width:3px;height:3px;border-radius:50%;background:currentColor;box-shadow:5px 0 0 currentColor,10px 0 0 currentColor;animation:tk-dots 1s steps(1,end) infinite;margin-left:1px;margin-right:9px}@keyframes tk-dots{0%{box-shadow:5px 0 0 transparent,10px 0 0 transparent;opacity:.4}33%{box-shadow:5px 0 0 currentColor,10px 0 0 transparent;opacity:1}66%{box-shadow:5px 0 0 currentColor,10px 0 0 currentColor}}.tk-status.resolved{background:#14707024;color:var(--color-teal);animation:tk-resolved-pop .4s cubic-bezier(.34,1.56,.64,1)}@keyframes tk-resolved-pop{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.inbox-agent{display:flex;align-items:center;gap:.4rem;padding:.5rem .125rem;margin-top:.25rem;border-top:1px solid var(--color-border);font-size:.6875rem}.agent-orb{position:relative;flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--color-teal);box-shadow:0 0 #14707080;animation:agent-idle 2.8s ease-in-out infinite}@keyframes agent-idle{0%,to{box-shadow:0 0 #14707073}50%{box-shadow:0 0 0 4px #14707000}}.inbox-agent.is-busy .agent-orb{animation:agent-busy .9s ease-in-out infinite}@keyframes agent-busy{0%,to{box-shadow:0 0 #14707099;transform:scale(1)}50%{box-shadow:0 0 0 5px #14707000;transform:scale(1.25)}}.agent-label{font-weight:700;color:var(--color-navy)}.agent-status{min-width:0;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-agent.is-busy .agent-status{color:var(--color-teal)}.trust-strip{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:var(--color-surface);padding:1.5rem 0}.trust-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;font-size:.875rem;color:var(--color-text-muted);font-weight:500}.trust-row strong{color:var(--color-navy);font-weight:700;margin-right:.25rem}section{padding:5rem 0}.section-alt{background:var(--color-surface)}.section-dark{background:var(--color-navy);color:#fff}.section-dark h2,.section-dark h3{color:#fff}.section-head{text-align:center;max-width:44rem;margin:0 auto 3rem}.section-head .eyebrow{margin-bottom:1rem}.section-head p{color:var(--color-text-muted);font-size:1.0625rem;margin-top:.5rem}.section-dark .section-head p{color:#ffffffbf}.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.pain-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);padding:1.75rem}.pain-icon{width:44px;height:44px;border-radius:10px;background:#1a3a5c0f;color:var(--color-navy);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.25rem}.pain-card h3{color:var(--color-navy);margin-bottom:.375rem}.pain-card p{color:var(--color-text-muted);font-size:.9375rem;margin:0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative}.step{text-align:center;padding:0 .5rem}.step-num{display:inline-flex;width:44px;height:44px;border-radius:50%;background:var(--color-navy);color:#fff;font-weight:700;font-size:1.125rem;align-items:center;justify-content:center;margin-bottom:1rem;position:relative;z-index:1}.step h3{margin-bottom:.5rem}.step p{color:var(--color-text-muted);font-size:.9375rem}.feature-block{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:6rem}.feature-block:last-child{margin-bottom:0}.feature-block.reverse{direction:rtl}.feature-block.reverse>*{direction:ltr}.feature-text h2{font-size:2rem;margin-bottom:1rem}.feature-text p{color:var(--color-text-muted);font-size:1.0625rem;margin-bottom:1.5rem}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{display:flex;gap:.625rem;align-items:flex-start;padding:.5rem 0;font-size:.9375rem}.feature-list .check{flex-shrink:0;margin-top:4px}.kb-mockup{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:1.25rem}.kb-search{display:flex;align-items:center;gap:.625rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:.625rem .875rem;font-size:.875rem;color:var(--color-text-muted);margin-bottom:1rem}.kb-results{display:flex;flex-direction:column;gap:.5rem}.kb-result{padding:.75rem .875rem;border:1px solid var(--color-border);border-radius:8px;font-size:.8125rem}.kb-result .title{color:var(--color-navy);font-weight:600;margin-bottom:.125rem}.kb-result .meta{color:var(--color-text-muted);font-size:.75rem}.kb-result.match{border-color:var(--color-teal);background:#1b8a8a0a}.channels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.875rem;max-width:760px;margin:0 auto}.channel-card{position:relative;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem 1rem;text-align:center;transition:transform .15s,border-color .15s}.channel-card:hover{transform:translateY(-2px);border-color:var(--color-teal)}.channel-icon{width:48px;height:48px;border-radius:12px;margin:0 auto .75rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem}.icon-whatsapp{background:#25d366}.icon-instagram{background:linear-gradient(135deg,#f58529,#dd2a7b,#515bd4)}.icon-email{background:var(--color-navy)}.icon-threema{background:#ebb82c;color:#000}.icon-matrix{background:#000}.icon-webform{background:var(--color-teal)}.channel-name{font-size:.875rem;font-weight:600;color:var(--color-navy);margin-bottom:.125rem}.channel-status{font-size:.75rem;color:var(--color-text-muted)}.channel-status.live{color:var(--color-teal)}.channel-card .badge-soon{position:absolute;top:8px;right:8px;font-size:.625rem;font-weight:700;background:var(--color-surface-2);color:var(--color-text-muted);padding:2px 6px;border-radius:4px;letter-spacing:.05em;text-transform:uppercase}.sov-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.sov-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1.5rem}.sov-card h3{color:var(--color-teal-light);font-size:1rem;margin-bottom:.5rem}.sov-card p{color:#ffffffbf;font-size:.875rem;margin:0;line-height:1.55}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);padding:2.5rem 0;margin:3rem 0 0}.stat-num{font-size:2.5rem;font-weight:700;color:var(--color-teal-light);letter-spacing:-.03em;line-height:1}.stat-label{font-size:.875rem;color:#ffffffb3;margin-top:.5rem}.pricing-card{max-width:600px;margin:0 auto;text-align:center;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);padding:2.5rem;box-shadow:var(--shadow-sm)}.pricing-card h3{font-size:1.5rem;margin-bottom:.5rem}.pricing-card p{color:var(--color-text-muted);font-size:1rem;margin-bottom:1.5rem}.pricing-list{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.pricing-list li{padding:.625rem 0;border-bottom:1px dashed var(--color-border);display:flex;gap:.625rem;font-size:.9375rem}.pricing-list li:last-child{border-bottom:0}.faq{max-width:760px;margin:0 auto}.faq details{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:1rem 1.25rem;margin-bottom:.625rem}.faq details[open]{border-color:var(--color-teal)}.faq summary{cursor:pointer;font-weight:600;color:var(--color-navy);list-style:none;display:flex;justify-content:space-between;align-items:center;padding:0}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.25rem;color:var(--color-teal);transition:transform .15s}.faq details[open] summary:after{content:"−"}.faq details p{margin-top:.875rem;color:var(--color-text-muted);font-size:.9375rem}.cta-block{background:linear-gradient(135deg,var(--color-navy) 0%,var(--color-navy-dark) 100%);color:#fff;border-radius:1rem;padding:3.5rem 2.5rem;text-align:center;position:relative;overflow:hidden}.cta-block:before{content:"";position:absolute;inset:-50%;background:radial-gradient(circle at 30% 30%,rgba(27,138,138,.4),transparent 50%);opacity:.5}.cta-block h2,.cta-block p,.cta-block .btn{position:relative;z-index:1}.cta-block h2{color:#fff;font-size:2rem;margin-bottom:.75rem}.cta-block p{color:#fffc;font-size:1.0625rem;margin-bottom:1.75rem}.cta-block .btn-primary{background:var(--color-teal)}.cta-block .btn-primary:hover{background:var(--color-teal-light)}.cta-checks{display:inline-flex;gap:1.75rem;flex-wrap:wrap;justify-content:center;margin-bottom:1.25rem;position:relative;z-index:1}.cta-check{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#ffffffe6}.cta-check .check{background:var(--color-teal-light);color:var(--color-navy)}.why{max-width:760px;margin:0 auto;text-align:center}.why p.why-body{font-size:1.25rem;line-height:1.65;color:var(--color-text);margin:1.5rem 0 0;font-weight:400;letter-spacing:-.005em}.why p.why-body .highlight{color:var(--color-navy);font-weight:600}.why-rule{width:48px;height:3px;background:var(--color-teal);border:0;margin:0 auto 1.5rem;border-radius:999px}.why-points{list-style:none;padding:0;margin:1.75rem auto 0;max-width:32rem;text-align:left}.why-points li{display:flex;gap:.75rem;align-items:flex-start;padding:.5rem 0;font-size:.9375rem;color:var(--color-text)}.why-points .check{flex-shrink:0;margin-top:3px}.usp-tagline{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:.625rem;margin:1.5rem 0 0}.usp-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#2cb5b51f;border:1px solid rgba(44,181,181,.3);color:var(--color-teal-light);border-radius:999px;font-size:.9375rem;font-weight:600;letter-spacing:-.005em}.usp-pill:before{content:"";width:6px;height:6px;background:var(--color-teal-light);border-radius:50%}.cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;text-align:left;position:relative;z-index:1}.cta-grid h2{text-align:left}.cta-grid>div:first-child{padding-top:.5rem}.cta-grid .cta-checks{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin:1.5rem 0 0}.cta-grid .cta-check{font-size:.9375rem;color:#ffffffeb}.contact-form{background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:1.5rem;backdrop-filter:blur(6px)}.contact-form>form>h3{color:#fff;font-size:1.125rem;margin-bottom:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:.875rem}.form-field{margin-bottom:.875rem}.form-field label{display:block;font-size:.75rem;font-weight:600;color:#ffffffd9;margin-bottom:.375rem;text-transform:uppercase;letter-spacing:.04em}.form-field input,.form-field textarea{width:100%;padding:.625rem .75rem;background:#fffffff2;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-sm);font:inherit;font-size:.9375rem;color:var(--color-text);outline:none;transition:border-color .15s,box-shadow .15s}.form-field input:focus,.form-field textarea:focus{border-color:var(--color-teal-light);box-shadow:0 0 0 3px #2cb5b540}.form-field textarea{resize:vertical;min-height:100px}.form-consent{display:flex;gap:.5rem;align-items:flex-start;font-size:.8125rem;color:#ffffffbf;line-height:1.5;margin-bottom:1rem}.form-consent input{margin-top:3px}.form-consent a{color:var(--color-teal-light);text-decoration:underline}.form-submit{width:100%;background:var(--color-teal);color:#fff;border:0;padding:.875rem 1.25rem;border-radius:var(--radius-sm);font:inherit;font-weight:600;font-size:1rem;cursor:pointer;transition:background .15s,transform .12s}.form-submit:hover{background:var(--color-teal-light);transform:translateY(-1px)}.form-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-fallback{font-size:.75rem;color:#ffffff8c;text-align:center;margin:.875rem 0 0}.form-fallback a{color:var(--color-teal-light)}.form-success{display:none;text-align:center;padding:2rem 1rem;color:#fff}.form-success.visible{display:block}.form-success.visible~form{display:none}.form-success .check-big{width:56px;height:56px;background:var(--color-teal);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.form-success h3{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.form-success p{color:#fffc;margin:0}.form-error{margin:0 0 .875rem;padding:.625rem .75rem;background:#ef444426;border:1px solid rgba(239,68,68,.4);border-radius:var(--radius-sm);color:#fecaca;font-size:.8125rem;line-height:1.45}.form-honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}footer{background:var(--color-navy-dark);color:#ffffffb3;padding:3rem 0 2rem;font-size:.875rem}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2rem;margin-bottom:2.5rem}.footer-grid h4{color:#fff;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer-grid ul{list-style:none;padding:0;margin:0}.footer-grid li{margin-bottom:.5rem}.footer-grid a{color:#ffffffb3}.footer-grid a:hover{color:var(--color-teal-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.8125rem}.footer-brand-text{color:#ffffffd9;margin-top:.75rem;max-width:26rem;font-size:.875rem;line-height:1.55}.footer-brand .brand{color:#fff}@media(max-width:900px){.hero-grid,.feature-block,.footer-grid{grid-template-columns:1fr;gap:2.5rem}.feature-block.reverse{direction:ltr}.pain-grid,.steps,.sov-grid{grid-template-columns:1fr}.channels-grid{grid-template-columns:repeat(3,1fr)}.stats-grid,.t-stats{grid-template-columns:1fr;gap:1.5rem;flex-wrap:wrap}.nav-links{display:none}section{padding:3.5rem 0}.hero{padding:3rem 0}.cta-grid{grid-template-columns:1fr;gap:2rem}.cta-grid h2{text-align:center}.cta-grid .cta-checks{align-items:center}}@media(max-width:540px){.channels-grid{grid-template-columns:repeat(2,1fr)}.trust-row{gap:1rem}.cta-block{padding:2.5rem 1.5rem}.form-row{grid-template-columns:1fr}.inbox{grid-template-columns:104px 1fr;height:372px}.inbox-nav-item:nth-last-child(-n+2){display:none}.inbox-filters{display:none}}.has-reveal .feature-block>*,.has-reveal .pain-card,.has-reveal .channel-card,.has-reveal .sov-card,.has-reveal .step,.has-reveal .section-head,.has-reveal .pricing-card,.has-reveal .why,.has-reveal .cta-grid>*,.has-reveal .hero-grid>*,.has-reveal .trust-row>span,.has-reveal .stats-grid>div,.has-reveal .usp-pill,.has-reveal .faq details,.has-reveal .footer-grid>div,.has-reveal .footer-bottom>*{opacity:0;transition:opacity .7s cubic-bezier(.2,.6,.2,1) var(--reveal-delay, 0ms),transform .7s cubic-bezier(.2,.6,.2,1) var(--reveal-delay, 0ms);will-change:opacity,transform}.has-reveal .feature-block>*:nth-child(1),.has-reveal .hero-grid>*:nth-child(1){transform:translate(-48px)}.has-reveal .feature-block>*:nth-child(2),.has-reveal .hero-grid>*:nth-child(2){transform:translate(48px)}.has-reveal .feature-block.reverse>*:nth-child(1){transform:translate(48px)}.has-reveal .feature-block.reverse>*:nth-child(2){transform:translate(-48px)}.has-reveal .pain-card,.has-reveal .channel-card,.has-reveal .sov-card,.has-reveal .step,.has-reveal .section-head,.has-reveal .pricing-card,.has-reveal .why,.has-reveal .cta-grid>*,.has-reveal .trust-row>span,.has-reveal .stats-grid>div,.has-reveal .usp-pill,.has-reveal .faq details,.has-reveal .footer-grid>div,.has-reveal .footer-bottom>*{transform:translateY(36px)}.has-reveal .reveal-on{opacity:1!important;transform:none!important}@media(prefers-reduced-motion:reduce){.has-reveal .feature-block>*,.has-reveal .pain-card,.has-reveal .channel-card,.has-reveal .sov-card,.has-reveal .step,.has-reveal .section-head,.has-reveal .pricing-card,.has-reveal .why,.has-reveal .cta-grid>*,.has-reveal .hero-grid>*,.has-reveal .trust-row>span,.has-reveal .stats-grid>div,.has-reveal .usp-pill,.has-reveal .faq details,.has-reveal .footer-grid>div,.has-reveal .footer-bottom>*{opacity:1!important;transform:none!important;transition:none!important}}
