@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--bg: #F7F7F7;--bg-card: #EBEBEB;--text-primary: #0A0A0A;--text-secondary: #6B6B6B;--accent: #1D4ED8;--accent-light: rgba(29, 78, 216, .1);--accent-border: rgba(29, 78, 216, .25);--divider: #E2E2E2;--cta-bg: #111111;--trust-bg: #111111;--footer-bg: #000000;--panel-ink: #0B1D33;--panel-teal: #1D4ED8;--panel-sky: #7ED3FC;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--t-fast: .15s;--t-normal: .22s;--t-slow: .35s;--nav-chrome: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light}body{font-family:var(--font-body);font-size:15px;line-height:1.65;color:var(--text-primary);background:var(--bg);min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);text-wrap:balance;scroll-margin-top:88px}a{color:inherit;text-decoration:none}img,svg{display:block}button,input,textarea,select{font-family:inherit;font-size:inherit;border:none;background:none;color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}ul,ol{list-style:none}.container{max-width:1600px;margin:0 auto;padding:0 60px}.section{position:relative;box-sizing:border-box;min-height:calc(100vh - var(--nav-chrome));min-height:calc(100svh - var(--nav-chrome));padding:clamp(48px,9vh,120px) 0;display:flex;flex-direction:column;justify-content:center}.dot-motif{display:grid;grid-template-columns:repeat(4,6px);grid-template-rows:repeat(3,6px);gap:3px;margin-bottom:22px}.dot-motif span{width:6px;height:6px;border-radius:1.5px;background:var(--accent);display:block;transform-origin:center;animation:dot-motif-pulse 2s ease-in-out infinite;animation-delay:calc(var(--dot-i, 0) * .07s)}@keyframes dot-motif-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.38;transform:scale(.86)}}@keyframes dot-motif-pulse-muted{0%,to{opacity:.7;transform:scale(1)}50%{opacity:.32;transform:scale(.86)}}@media(prefers-reduced-motion:reduce){.dot-motif span{animation:none;opacity:1;transform:none}.trust-block-left .dot-motif span{opacity:.7}}.section-headline-group{margin-bottom:44px;max-width:920px}.section-headline-group.centered{text-align:center;margin-left:auto;margin-right:auto}.section-headline-group.centered .dot-motif{margin-left:auto;margin-right:auto}.section-primary-headline{font-size:clamp(22px,2.4vw,32px);font-weight:600;color:var(--text-primary);line-height:1.1;letter-spacing:-.025em;max-width:18ch}.section-secondary-headline{font-size:clamp(13px,1.1vw,15px);font-weight:400;color:var(--text-secondary);line-height:1.5;letter-spacing:-.01em;margin-top:10px;max-width:36ch}.section-headline{font-size:clamp(22px,2.4vw,32px);font-weight:600;line-height:1.1;letter-spacing:-.025em;max-width:18ch}.section-label-row{display:inline-flex;align-items:center;gap:12px}.section-label-row .dot-motif{margin-bottom:0}.section-label{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border-radius:999px;border:1px solid rgba(29,78,216,.26);background:#1d4ed814;color:#2563eb;font-family:var(--font-display);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.signature-panel,.signature-panel-light{position:relative;overflow:hidden;border-radius:18px}.signature-panel:before,.signature-panel-light:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.18) .7px,transparent .9px);background-size:2px 2px;opacity:.22;pointer-events:none}.signature-panel{background:radial-gradient(120% 120% at 8% 8%,#7ed3fc47,#7ed3fc00 46%),radial-gradient(80% 100% at 95% 100%,#1d4ed847,#1d4ed800 56%),linear-gradient(135deg,#081524,#0b1d33 52%,#0e2734);border:1px solid rgba(126,211,252,.25)}.signature-panel-light{background:radial-gradient(120% 120% at 8% 8%,#7ed3fc2e,#7ed3fc00 58%),radial-gradient(80% 90% at 95% 100%,#1d4ed81f,#1d4ed800 56%),linear-gradient(160deg,#f7fbfc,#f2f8fa 55%,#eef4f7);border:1px solid rgba(29,78,216,.2)}.btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--cta-bg);color:#fff;font-size:15px;font-weight:600;font-family:var(--font-display);padding:8px 20px;border-radius:999px;cursor:pointer;border:none;transition:background var(--t-normal) ease,transform var(--t-fast) ease,box-shadow var(--t-normal) ease;white-space:nowrap;text-decoration:none}.btn-cta:hover{background:#2d2d2d;transform:translateY(-1px);box-shadow:0 6px 20px #00000029}.btn-cta:active{transform:translateY(0);box-shadow:none}.btn-cta.large{padding:16px 32px;font-size:16px}.link-arrow{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:500;color:var(--text-primary);transition:gap var(--t-normal) ease,color var(--t-normal) ease;cursor:pointer}.link-arrow:hover{gap:10px;color:#000}.nav{position:sticky;top:0;z-index:100;background:#f7f7f7e0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.06)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.nav-logo{font-size:18px;font-weight:700;color:var(--text-primary);letter-spacing:-.03em;flex-shrink:0;transition:opacity var(--t-normal) ease}.nav-logo:hover{opacity:.75}.nav-cta{flex-shrink:0}.hero{padding:0;overflow:hidden}.hero-inner{display:grid;grid-template-columns:5fr 7fr;gap:56px;align-items:center;min-height:calc(100vh - var(--nav-chrome));min-height:calc(100svh - var(--nav-chrome))}.hero-content{max-width:520px}.hero-market-strip{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:20px}.hero-market-label{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#2563eb}.hero-market-list{display:inline-flex;align-items:center;gap:8px;list-style:none}.hero-market-pill{border-radius:999px;border:1px solid rgba(29,78,216,.24);background:#1d4ed814;color:#1e40af;font-size:12px;font-weight:600;padding:5px 11px}.hero-headline{font-size:clamp(32px,4vw,52px);font-weight:700;color:var(--text-primary);line-height:1.03;letter-spacing:-.035em;margin-bottom:16px;max-width:14ch}.hero-subheadline{font-size:16px;font-weight:400;color:var(--text-secondary);line-height:1.6;max-width:52ch;margin-bottom:32px}.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.hero-trust{display:flex;align-items:center;gap:10px;margin-top:20px;flex-wrap:wrap}.hero-trust-item{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:500;color:#7a8a97}.hero-trust-item svg{color:#9aaab7}.hero-trust-divider{width:3px;height:3px;border-radius:50%;background:#c8d4dc;flex-shrink:0}.hero-panel{position:relative;padding:48px 0 0 48px;margin-right:calc(-1*max(60px,(100vw - 1600px) / 2 + 60px));align-self:stretch;border-radius:24px 0 0 24px;background:radial-gradient(ellipse 55% 45% at 18% 14%,rgba(126,211,252,.28) 0%,transparent 55%),radial-gradient(ellipse 40% 40% at 72% 22%,rgba(99,102,241,.14) 0%,transparent 50%),radial-gradient(ellipse 50% 50% at 50% 55%,rgba(29,78,216,.16) 0%,transparent 55%),radial-gradient(ellipse 70% 60% at 85% 88%,rgba(29,78,216,.22) 0%,transparent 55%),linear-gradient(145deg,#080f1e,#0b1a2e 35%,#0d2137 60%,#0f2b3a);border:none;display:flex;align-items:flex-start}.hero-panel:before{background-image:radial-gradient(rgba(255,255,255,.12) .7px,transparent .9px);background-size:3px 3px;opacity:.18}.hero-card{border-radius:12px 0 0;background:transparent;overflow:hidden;position:relative;width:100%;margin-top:auto;box-shadow:none;border:none}@media(max-width:960px){.hero-inner{grid-template-columns:1fr;gap:48px;min-height:auto;padding-top:64px}.hero-panel{max-width:none;margin:0 -24px;width:calc(100% + 48px);padding:32px 0 0 32px;border-radius:24px 24px 0 0;min-height:360px;align-self:auto}.hero-card{width:100%;border-radius:14px 14px 0 0;margin-top:0;border-right:1px solid rgba(255,255,255,.15)}}@media(max-width:600px){.hero{padding:48px 0 0}.hero-headline{font-size:30px;max-width:none;line-height:1.08}.hero-subheadline{font-size:16px;margin-bottom:28px}.hero-market-strip{margin-bottom:16px}.hero-market-pill{font-size:11px;padding:4px 9px}.hero-actions{gap:14px}.hero-panel{min-height:280px;padding:24px 0 0 24px}.cta-form{flex-direction:column;align-items:stretch}.cta-email-input{min-width:unset}.btn-cta.large,.cta-form .btn-cta{text-align:center}.entity-pills{gap:8px}.entity-pill{font-size:13px;padding:7px 13px}}.card{background:#fff;border-radius:16px;padding:36px;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px #00000008;transition:transform var(--t-normal) ease,box-shadow var(--t-normal) ease}.card:hover{transform:translateY(-1px);box-shadow:0 8px 28px #0000000f}.card.signature-panel-light{background:radial-gradient(120% 120% at 8% 8%,#7ed3fc2e,#7ed3fc00 58%),radial-gradient(80% 90% at 95% 100%,#1d4ed81f,#1d4ed800 56%),linear-gradient(160deg,#f7fbfc,#f2f8fa 55%,#eef4f7);border:1px solid rgba(29,78,216,.2)}.card-heading{font-size:17px;font-weight:700;color:var(--text-primary);margin-bottom:8px;line-height:1.25}.card-body{font-size:14px;font-weight:400;color:var(--text-secondary);line-height:1.6}.templates-section{align-items:stretch}.templates-section .container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;box-sizing:border-box}.templates-section .channels-header{width:100%}.templates-section .templates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch;grid-auto-rows:1fr;width:100%;min-width:0}.templates-section .template-card{padding:32px 28px;height:100%;display:flex;flex-direction:column}.templates-section .templates-footer-note{margin-top:28px;text-align:center;font-size:14px;color:#5f6c79;line-height:1.6;max-width:min(56rem,100%);margin-left:auto;margin-right:auto}@media(max-width:1024px){.templates-section .templates-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.templates-section .templates-grid{grid-template-columns:1fr}.templates-section .template-card{padding:24px 20px}}.regulation-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:64px}@media(min-width:900px){.regulation-grid{grid-template-columns:repeat(4,1fr)}}.regulation-card-icon{width:40px;height:40px;border-radius:10px;background:var(--accent-light);display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:16px;flex-shrink:0}.timeline{display:flex;align-items:flex-start;gap:0;position:relative;padding:0}.timeline-item{flex:1;position:relative;padding-right:24px;min-width:0}.timeline-item:last-child{padding-right:0}.timeline-track{display:flex;align-items:center;margin-bottom:16px}.timeline-dot{width:14px;height:14px;border-radius:50%;background:var(--accent);flex-shrink:0;position:relative;z-index:1}.timeline-line{flex:1;min-width:8px;height:2px;background:var(--divider);margin-left:0;margin-right:-24px;position:relative;z-index:0}.timeline-item:last-child .timeline-line{display:none}.timeline-date{font-size:13px;font-weight:600;color:var(--accent);letter-spacing:.02em;margin-bottom:6px}.timeline-label{font-size:15px;font-weight:600;color:var(--text-primary);margin-bottom:4px;line-height:1.3}.timeline-desc{font-size:14px;color:var(--text-secondary);line-height:1.55}@media(max-width:640px){.timeline{flex-direction:column;gap:0;padding-left:28px;background-image:linear-gradient(var(--divider),var(--divider));background-size:2px 100%;background-position:9px 0;background-repeat:no-repeat}.timeline-item{padding-right:0;padding-left:0;border-left:none;padding-bottom:24px;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-track{position:relative;left:auto;top:auto;margin-left:-25px;margin-bottom:16px}.timeline-line{display:none}}@media(max-width:540px){.regulation-grid{grid-template-columns:1fr}}.entity-pills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.entity-pill{display:inline-flex;align-items:center;padding:8px 16px;border:1px solid #D0D0D0;border-radius:999px;background:#fff;font-size:14px;font-weight:500;color:var(--text-primary);transition:border-color var(--t-normal) ease,background var(--t-normal) ease;cursor:default}.entity-pill:hover{border-color:var(--accent-border);background:var(--accent-light)}.entity-note{font-size:14px;color:var(--text-secondary);line-height:1.6}@keyframes deadline-pulse-amber{0%{box-shadow:0 0 #f59e0b99}70%{box-shadow:0 0 0 7px #f59e0b00}to{box-shadow:0 0 #f59e0b00}}@keyframes deadline-pulse-accent{0%{box-shadow:0 0 #1d4ed880}70%{box-shadow:0 0 0 6px #1d4ed800}to{box-shadow:0 0 #1d4ed800}}.global-shift-section{align-items:stretch}.global-shift-section .container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;box-sizing:border-box}.global-shift-section .channels-header{width:100%}.global-shift-section .global-shift-bento,.global-shift-section .global-shift-full{width:100%;min-width:0}.gs-timeline{display:flex;align-items:flex-start;gap:0;margin-bottom:36px;padding:20px 28px;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.06);overflow-x:auto}.gs-timeline-item{display:flex;align-items:center;flex:1;min-width:140px}.gs-timeline-item:first-child{flex:0 0 auto}.gs-timeline-line{flex:1;height:2px;background:#e8e8e8;margin:0 12px;border-radius:2px;position:relative;overflow:hidden}.gs-timeline-line.gs-line-progress:after{content:"";position:absolute;left:0;top:0;bottom:0;width:55%;background:linear-gradient(90deg,#1d4ed8,#f59e0b);border-radius:2px;animation:progress-fill 2.4s cubic-bezier(.22,1,.36,1) .3s both}@keyframes progress-fill{0%{width:0}to{width:55%}}.gs-timeline-node-wrap{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.gs-timeline-node{width:14px;height:14px;border-radius:50%;position:relative;flex-shrink:0}.gs-node-pulse{position:absolute;inset:-4px;border-radius:50%;opacity:0;animation:node-ring-pulse 2s ease-out .6s infinite}@keyframes node-ring-pulse{0%{transform:scale(.8);opacity:.6}to{transform:scale(2.2);opacity:0}}.gs-timeline-label{display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center}.gs-tl-date{font-size:12px;font-weight:700;color:var(--text-primary);white-space:nowrap}.gs-tl-sub{font-size:11px;color:var(--text-secondary);white-space:nowrap}.gs-req-list{list-style:none;margin:18px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}.gs-req-item{display:flex;align-items:center;gap:9px;opacity:0;transform:translateY(4px);animation:req-fade-in .4s ease forwards}@keyframes req-fade-in{to{opacity:1;transform:translateY(0)}}.gs-req-check{flex-shrink:0;display:flex;align-items:center}.gs-req-text{font-size:13px;color:#3d4d5c;line-height:1.4}.global-shift-bento{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;align-items:stretch}.global-feature{padding:28px 28px 24px;display:flex;flex-direction:column;gap:20px;min-height:100%}.global-feature-main{flex:1;min-height:0}.global-feature-header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.global-flag-pill{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:6px;border:1px solid rgba(0,0,0,.1);box-shadow:inset 0 1px #ffffff1f}.global-flag-pill--glyph{width:40px;height:40px;border-radius:10px;color:#fffffff2}.global-shift-badge-svg{width:100%;height:100%;display:block}.global-flag-pill--glyph .global-shift-badge-svg{width:22px;height:22px}.global-card-flag{font-size:12px;font-weight:700;color:#1e40af;letter-spacing:.08em;text-transform:uppercase}.global-card-title{font-size:19px;font-weight:700;color:var(--text-primary);margin-bottom:10px;line-height:1.25;letter-spacing:-.02em}.global-card-body{font-size:15px;color:var(--text-secondary);line-height:1.62}.global-callout{--gs-callout-accent: #1d4ed8;margin-top:auto;padding:14px 16px 14px 14px;border-radius:4px;border:1px solid #dfe3e8;border-left:3px solid var(--gs-callout-accent);background:#f1f4f7;margin-bottom:0}.global-callout-heading{font-size:11px;font-weight:700;margin:0 0 6px;letter-spacing:.1em;text-transform:uppercase;color:var(--gs-callout-accent)}.global-callout-text{font-size:13px;font-weight:500;color:#2d3a45;line-height:1.45;margin:0}.global-shift-full{padding:24px 28px;margin-top:8px;display:flex;align-items:flex-start;gap:14px}.global-shift-full:hover{transform:none;box-shadow:0 1px #00000008}.global-footnote-icon{width:36px;height:36px;border-radius:8px;background:#1d4ed81a;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#1d4ed8}.global-footnote-text{font-size:14px;color:#5b6874;line-height:1.6;margin:0}@media(max-width:640px){.global-shift-bento{grid-template-columns:1fr}.global-feature{padding:24px}}.how-header{margin-bottom:48px;max-width:700px}.how-header .section-headline em{font-style:normal;color:var(--accent)}.how-header .section-secondary-headline{margin-top:10px}.how-bento-row1{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:16px}.how-bento-row2{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.how-card-large{padding:36px}.how-card-small{padding:24px 24px 0;display:flex;flex-direction:column}.how-card-small .how-card-illustration{margin:20px -24px 0;border-radius:0 0 16px 16px;border:none;border-top:1px solid rgba(0,0,0,.06);box-shadow:none;background:#f8fafb;padding:16px;flex:1}.how-card-icon{width:40px;height:40px;border-radius:10px;background:var(--accent-light);display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:16px}.workflow-mini{margin-top:20px;display:flex;align-items:center;gap:8px;padding:16px;background:#fff9;border-radius:10px;overflow:hidden}.workflow-mini-node{flex:1;height:36px;background:#fff;border-radius:6px;border:1px solid var(--divider);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;color:var(--text-secondary);text-align:center;padding:0 6px}.workflow-mini-arrow{color:var(--accent);font-size:14px;flex-shrink:0}@media(max-width:1100px){.how-bento-row2{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.how-bento-row1,.how-bento-row2{grid-template-columns:1fr}.how-card-small .how-card-illustration{margin-left:-24px;margin-right:-24px}.workflow-mini{flex-wrap:wrap;gap:6px}.workflow-mini-node{min-width:60px}}.trust-section{position:relative;box-sizing:border-box;min-height:calc(100vh - var(--nav-chrome));min-height:calc(100svh - var(--nav-chrome));padding:clamp(48px,9vh,120px) 0;display:flex;flex-direction:column;justify-content:center}.trust-block{background:radial-gradient(130% 120% at 6% 8%,#7ed3fc3d,#7ed3fc00 45%),radial-gradient(100% 95% at 94% 96%,#1d4ed83d,#1d4ed800 52%),linear-gradient(130deg,#081321,#0b1d33 52%,#0e2837);border-radius:16px;padding:64px;display:grid;grid-template-columns:5fr 6fr;gap:80px;align-items:start;border:1px solid rgba(126,211,252,.2)}.trust-block-left .dot-motif span{background:#1d4ed8;animation-name:dot-motif-pulse-muted}.trust-block-left .section-primary-headline{color:#fff}.trust-block-left .section-secondary-headline{color:#999;font-size:17px;font-weight:400;letter-spacing:0;margin-top:16px}.trust-learn-more{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:500;color:#fff;margin-top:28px;transition:gap var(--t-normal) ease}.trust-learn-more:hover{gap:10px}.trust-items{display:flex;flex-direction:column}.trust-item{padding:24px 0;border-bottom:1px solid rgba(255,255,255,.16)}.trust-item:first-child{border-top:1px solid rgba(255,255,255,.16)}.trust-item-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:6px}.trust-item-desc{font-size:15px;color:#aab5c0;line-height:1.65}@media(max-width:768px){.trust-block{grid-template-columns:1fr;gap:40px;padding:40px 28px}}.cta-section{position:relative;box-sizing:border-box;min-height:calc(100vh - var(--nav-chrome));min-height:calc(100svh - var(--nav-chrome));padding:clamp(48px,9vh,120px) 0;display:flex;flex-direction:column;justify-content:center;text-align:center}.cta-headline{font-size:clamp(24px,3vw,38px);font-weight:600;color:var(--text-primary);letter-spacing:-.03em;line-height:1.1;margin-bottom:20px}.cta-subtext{font-size:18px;color:var(--text-secondary);max-width:520px;margin:0 auto 40px;line-height:1.65}.cta-form{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;max-width:520px;margin:0 auto}.cta-email-input{flex:1;min-width:220px;padding:13px 18px;border:1.5px solid var(--divider);border-radius:999px;font-size:15px;font-family:var(--font-body);color:var(--text-primary);background:#fff;transition:border-color var(--t-normal) ease,box-shadow var(--t-normal) ease}.cta-email-input::placeholder{color:#aaa}.cta-email-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.cta-note{font-size:13px;color:#aaa;margin-top:18px}.footer{background:var(--footer-bg);padding:64px 0 40px}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:52px}.footer-col-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#888;margin-bottom:18px}.footer-col-links{display:flex;flex-direction:column;gap:12px}.footer-col-links a{font-size:14px;font-weight:400;color:#fff;transition:color var(--t-normal) ease}.footer-col-links a:hover{color:#888}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:28px;border-top:1px solid #222222;font-size:13px;color:#888;flex-wrap:wrap;gap:12px}.footer-social{display:flex;align-items:center;gap:20px}.footer-social a{color:#888;font-size:14px;transition:color var(--t-normal) ease}.footer-social a:hover{color:#fff}@media(max-width:640px){.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;align-items:flex-start}}.modal-overlay{position:fixed;inset:0;background:#00000073;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;animation:modalFadeIn var(--t-normal) ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-container{background:#fff;border:1px solid var(--divider);border-radius:16px;width:100%;max-width:520px;max-height:calc(100vh - 48px);overflow-y:auto;position:relative;box-shadow:0 24px 80px #0000002e,0 4px 16px #00000014;animation:modalSlideIn var(--t-normal) ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:14px;right:14px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--text-secondary);cursor:pointer;transition:color var(--t-normal) ease,background var(--t-normal) ease;z-index:1;background:none;border:none}.modal-close:hover{color:var(--text-primary);background:var(--bg-card)}.modal-header{padding:28px 28px 20px;text-align:center;border-bottom:1px solid var(--divider)}.modal-title{font-size:22px;font-weight:700;color:var(--text-primary);margin-bottom:6px;letter-spacing:-.02em}.modal-subtitle{font-size:14px;color:var(--text-secondary);margin-bottom:18px}.modal-progress{height:3px;background:var(--divider);border-radius:2px;overflow:hidden;margin-bottom:10px}.modal-progress-bar{height:100%;background:var(--accent);border-radius:2px;transition:width var(--t-slow) ease}.modal-step-indicator{font-size:12px;font-weight:500;color:#aaa;text-transform:uppercase;letter-spacing:.06em}.modal-form{padding:22px 28px 28px}.modal-step{animation:modalStepFade var(--t-normal) ease}@keyframes modalStepFade{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.modal-step-title{font-size:15px;font-weight:600;color:var(--text-primary);margin-bottom:18px}.modal-field{margin-bottom:16px}.modal-field:last-of-type{margin-bottom:0}.modal-field label{display:block;font-size:13px;font-weight:500;color:var(--text-secondary);margin-bottom:7px}.modal-field input,.modal-field select,.modal-field textarea{width:100%;padding:10px 13px;background:var(--bg);border:1.5px solid var(--divider);border-radius:8px;color:var(--text-primary);font-size:15px;font-family:var(--font-body);transition:border-color var(--t-normal) ease,box-shadow var(--t-normal) ease}.modal-field input::placeholder,.modal-field textarea::placeholder{color:#bbb}.modal-field input:focus,.modal-field select:focus,.modal-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);outline:none}.modal-field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B6B6B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.modal-field textarea{resize:vertical;min-height:80px}.modal-checkbox-group{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.modal-checkbox{display:flex;align-items:center;gap:9px;padding:9px 11px;background:var(--bg);border:1.5px solid var(--divider);border-radius:8px;cursor:pointer;font-size:13px;color:var(--text-secondary);transition:border-color var(--t-normal) ease,background var(--t-normal) ease,color var(--t-normal) ease}.modal-checkbox:hover{border-color:silver;color:var(--text-primary)}.modal-checkbox:has(input:checked){border-color:var(--accent-border);background:var(--accent-light);color:var(--text-primary)}.modal-checkbox input{position:absolute;opacity:0;pointer-events:none}.modal-checkbox-custom{width:16px;height:16px;border:2px solid #CCCCCC;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color var(--t-normal) ease,background var(--t-normal) ease}.modal-checkbox:has(input:checked) .modal-checkbox-custom{border-color:var(--accent);background:var(--accent)}.modal-checkbox:has(input:checked) .modal-checkbox-custom:after{content:"";width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg) translateY(-1px)}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:20px;border-top:1px solid var(--divider)}.modal-actions .btn-cta{min-width:110px}.modal-actions .btn-cta:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.modal-btn-back{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--text-secondary);font-size:15px;font-weight:500;font-family:var(--font-body);padding:13px 20px;border-radius:999px;cursor:pointer;border:1.5px solid var(--divider);transition:border-color var(--t-normal) ease,color var(--t-normal) ease;min-width:90px}.modal-btn-back:hover{border-color:silver;color:var(--text-primary)}.modal-success{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px 24px;text-align:center}.modal-success-icon{width:52px;height:52px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700}.modal-success h4{font-size:20px;font-weight:700;color:var(--text-primary)}.modal-success p{color:var(--text-secondary);font-size:15px}.modal-error{font-size:13px;color:#dc2626;margin:4px 0 8px}.modal-spinner-row{display:inline-flex;align-items:center;gap:8px}.modal-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(0,0,0,.15);border-top-color:#111;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.modal-spinner-light{border-color:#ffffff40;border-top-color:#fff}@keyframes spin{to{transform:rotate(360deg)}}.modal-error{margin-top:12px;padding:10px 14px;background:#fef2f2;border:1px solid #FECACA;border-radius:8px;font-size:13px;color:#b91c1c;line-height:1.5}.modal-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 32px 40px;gap:12px}.modal-success-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#1d4ed814;border-radius:50%;margin-bottom:4px}.modal-success-title{font-size:22px;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.modal-success-body{font-size:14.5px;line-height:1.65;color:var(--text-secondary);max-width:300px}@media(max-width:600px){.modal-container{max-height:calc(100vh - 32px)}.modal-header{padding:22px 20px 18px}.modal-form{padding:18px 20px 24px}.modal-checkbox-group{grid-template-columns:1fr}.modal-actions{flex-direction:column-reverse}.modal-actions .btn-cta,.modal-btn-back{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}@media(max-width:768px){.section{padding:70px 0}.container{padding:0 20px}}.channels-section{background:var(--bg)}.channels-header{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;margin-top:18px;margin-bottom:40px}.channels-header .section-headline em{font-style:normal;color:var(--accent)}.channels-subtext{max-width:440px;font-size:16px;line-height:1.62;color:#5d6b79;padding-top:4px}.channels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch;grid-auto-rows:1fr}.channel-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:32px 28px;display:flex;flex-direction:column;gap:20px;height:100%;transition:box-shadow var(--t-normal)}.channel-card:hover{box-shadow:0 8px 32px #00000012}.channel-card-top{display:flex;flex-direction:column;gap:8px}.channel-badge{display:inline-flex;align-items:center;height:22px;padding:0 9px;border-radius:100px;font-size:11px;font-weight:600;letter-spacing:.02em;width:fit-content}.channel-badge-default{background:#1d4ed81a;color:#1d4ed8;border:1px solid rgba(29,78,216,.25)}.channel-badge-ai{background:#6366f114;color:#4f46e5;border:1px solid rgba(99,102,241,.2)}.channel-badge-agent{background:#f59e0b14;color:#b45309;border:1px solid rgba(245,158,11,.22)}.channel-card-title{font-size:18px;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.channel-card-desc{font-size:14px;line-height:1.55;color:var(--text-secondary);min-height:3.1em;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.channel-mockup-wrapper{flex:0 0 auto;padding:8px;border-radius:12px;min-height:276px}.channel-mockup{border-radius:10px;overflow:hidden;border:1px solid rgba(0,0,0,.12);font-size:11px;position:relative;min-height:260px;height:100%;background:#fff}.channel-mockup-chrome{display:flex;align-items:center;gap:6px;background:#f0f0f0;padding:7px 10px;border-bottom:1px solid var(--divider)}.chrome-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.chrome-url{font-size:10px;color:#888;font-weight:500;margin-left:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-mockup-body{background:#fff;padding:14px 14px 16px;display:flex;flex-direction:column;gap:10px;min-height:210px}.mockup-form-title{font-size:12px;font-weight:700;color:var(--text-primary);margin-bottom:2px}.mockup-field{display:flex;flex-direction:column;gap:3px}.mockup-field-label{font-size:10px;font-weight:500;color:#888}.mockup-field-input{background:#f7f7f7;border:1px solid #E2E2E2;border-radius:5px;padding:5px 8px;display:flex;align-items:center;justify-content:space-between}.mockup-field-value{font-size:11px;color:var(--text-primary);font-weight:500}.mockup-field-cursor{display:inline-block;width:1px;height:11px;background:var(--accent);animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.mockup-upload{display:flex;align-items:center;gap:6px;border:1px dashed var(--accent-border);border-radius:5px;padding:7px 10px;color:var(--accent);font-size:10.5px;font-weight:500}.mockup-submit{background:var(--accent);color:#fff;border:none;border-radius:5px;padding:7px 12px;font-size:11px;font-weight:600;cursor:pointer;text-align:center;font-family:var(--font-display);margin-top:auto;align-self:flex-start}.channel-mockup-ai .ai-chrome{background:#f8f7ff;border-bottom-color:#6366f126;justify-content:space-between}.ai-chrome-left{display:flex;align-items:center;gap:6px}.ai-logo-pill{display:flex;align-items:center;gap:4px;background:#10a37f12;border:1px solid rgba(16,163,127,.2);color:#1d4ed8;border-radius:100px;padding:2px 7px;font-size:9.5px;font-weight:600}.channel-mockup-ai .channel-mockup-body.ai-body{background:#fdfcff;padding:12px;gap:8px}.chat-msg{display:flex;align-items:flex-end;gap:7px}.chat-msg-user{flex-direction:row-reverse}.chat-avatar{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;flex-shrink:0}.chat-avatar-ai{background:var(--accent);color:#fff}.chat-avatar-user{background:#e8e8e8;color:#555}.chat-bubble{border-radius:10px;padding:7px 9px;font-size:10.5px;line-height:1.5;max-width:82%}.chat-bubble-ai{background:#fff;border:1px solid #E8E8E8;color:var(--text-primary);border-bottom-left-radius:3px}.chat-bubble-user{background:var(--accent);color:#fff;border-bottom-right-radius:3px}.chat-typing{display:inline-flex;gap:3px;margin-left:4px;vertical-align:middle}.chat-typing span{display:inline-block;width:4px;height:4px;border-radius:50%;background:var(--accent);animation:typing-bounce 1.2s ease-in-out infinite}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-3px);opacity:1}}.channel-mockup-agent .agent-chrome{background:#0f172a;border-bottom-color:#1e293b;justify-content:space-between}.agent-live-pill{margin-left:auto;font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#a7f3d0;border:1px solid rgba(167,243,208,.32);background:#10a37f24;border-radius:100px;padding:2px 7px}.channel-mockup-agent .channel-mockup-body.agent-chat-body{background:#0b1220;padding:11px 12px;gap:8px}.agent-thread-row{display:flex;align-items:flex-end;gap:7px}.agent-thread-row-user{justify-content:flex-end}.agent-thread-avatar{width:19px;height:19px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#10a37f;color:#fff;font-size:9px;font-weight:700;flex-shrink:0}.agent-thread-avatar-user{background:#334155}.agent-thread-bubble{max-width:86%;background:#111c32;color:#dae6f2;border:1px solid #22314F;border-radius:10px 10px 10px 4px;font-size:10.2px;line-height:1.45;padding:6px 8px}.agent-thread-bubble-user{background:#10a37f;border-color:#10a37f;color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:4px}.agent-tool-card{background:#0f1a2f;border:1px solid #22314F;border-radius:10px;padding:8px}.agent-tool-label{display:inline-flex;margin-bottom:6px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#7dd3fc;font-weight:700}.agent-tool-card ul{display:flex;flex-direction:column;gap:4px}.agent-tool-card li{position:relative;padding-left:10px;font-size:10px;line-height:1.35;color:#c4d4e6}.agent-tool-card li:before{content:"";position:absolute;left:0;top:5px;width:4px;height:4px;border-radius:50%;background:#22d3ee}.agent-status-row{display:flex;align-items:center;gap:5px;margin-top:auto;padding-top:8px;border-top:1px solid #1D2C47;color:#8ca4c2;font-size:9px;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.agent-status-dot{width:7px;height:7px;border-radius:50%;background:#60a5fa;box-shadow:0 0 #34d39980;animation:agent-status-pulse 1.5s ease-in-out infinite}@keyframes agent-status-pulse{0%{box-shadow:0 0 #34d3998c}70%{box-shadow:0 0 0 6px #34d39900}to{box-shadow:0 0 #34d39900}}.how-card-illustration{margin-top:16px;border-radius:10px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 8px #0000000a;padding:14px 16px}@keyframes check-cycle{0%,5%{opacity:0;transform:scale(.4)}15%,75%{opacity:1;transform:scale(1)}85%,to{opacity:0;transform:scale(.4)}}@keyframes alert-slide{0%,35%{opacity:0;transform:translate(16px)}45%,80%{opacity:1;transform:translate(0)}90%,to{opacity:0;transform:translate(16px)}}@keyframes audit-fade-in{0%,5%{opacity:0;transform:translateY(6px)}15%,78%{opacity:1;transform:translateY(0)}88%,to{opacity:0;transform:translateY(6px)}}@keyframes bar-grow{0%,5%{transform:scaleX(0)}30%,80%{transform:scaleX(1)}90%,to{transform:scaleX(0)}}.channel-features{list-style:none;display:flex;flex-direction:column;gap:7px}.channel-features li{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary);font-weight:500}.channel-features li svg{flex-shrink:0}.channels-footnote{margin-top:28px;text-align:center;font-size:14px;color:#5f6c79}@media(max-width:1024px){.channels-grid{grid-template-columns:1fr 1fr}.channels-header{flex-direction:column;gap:16px}.channels-subtext{max-width:100%}}@media(max-width:640px){.channel-mockup-wrapper{min-height:0}.channel-mockup{min-height:244px}.channels-grid{grid-template-columns:1fr}.channel-card{padding:20px 16px;gap:14px}.channel-mockup-ai .ai-chrome>span:last-child{display:none}}.ai-logo-pill{white-space:nowrap;flex-shrink:0}@media(max-width:1024px){.channel-mockup-ai .ai-chrome{padding:6px 8px}.ai-logo-pill{padding:2px 5px;font-size:9px}}.pitch-deck{--pitch-accent: #00A8CC;--pitch-font-display: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--pitch-font-body: "Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;min-height:100vh;overflow-x:hidden;background:#0b1d33;padding:40px 0;font-family:var(--pitch-font-body)}.pitch-deck-header{text-align:center;margin-bottom:40px;color:#fff;position:relative}.pitch-deck-logo{display:block;margin:0 auto 12px;width:40px;height:40px}.pitch-deck-header h1{font-size:32px;font-weight:700;margin:0 0 8px;letter-spacing:-.02em;font-family:var(--pitch-font-display);color:#f1f5f9}.pitch-deck-header p{font-size:14px;color:#94a3b8;margin:0 0 16px;font-family:var(--pitch-font-body)}.pitch-deck-download-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--pitch-accent) 0%,#0090B0 100%);color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;font-family:var(--pitch-font-body);text-decoration:none;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px #00a8cc4d}.pitch-deck-download-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #00a8cc80}.pitch-deck-download-btn svg{width:16px;height:16px}.pitch-deck-toc{max-width:960px;margin:0 auto 60px;padding:16px 20px 18px;background:linear-gradient(135deg,#0f2744e6,#0f2744ad);border:1px solid rgba(0,168,204,.22);border-radius:14px;box-shadow:0 10px 28px #0000003d}.pitch-deck-toc-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin:0 0 14px}.pitch-deck-toc h2{color:#f1f5f9;font-size:20px;margin:0;font-weight:700;letter-spacing:-.01em;font-family:var(--pitch-font-display)}.pitch-deck-toc-hint{font-size:12px;color:#94a3b8;font-family:var(--pitch-font-body)}.pitch-deck-toc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pitch-deck-toc-item{display:flex;align-items:center;gap:10px;min-height:50px;background:#0f274499;border:1px solid rgba(0,168,204,.18);border-radius:10px;padding:10px 12px;text-decoration:none;color:#fff;transition:background .2s,border-color .2s,transform .2s,box-shadow .2s}.pitch-deck-toc-item:hover{background:#00a8cc26;border-color:var(--pitch-accent);transform:translateY(-1px);box-shadow:0 6px 16px #00a8cc33}.pitch-deck-toc-num{width:34px;height:26px;border-radius:999px;border:1px solid rgba(0,168,204,.35);background:#00a8cc1a;display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:#7dd3fc;font-weight:700;flex-shrink:0;font-family:var(--pitch-font-display)}.pitch-deck-toc-title{font-size:12px;color:#e2e8f0;line-height:1.35;flex:1;font-family:var(--pitch-font-body)}.pitch-deck-toc-arrow{font-size:14px;color:#7dd3fc;opacity:.85;flex-shrink:0}.pitch-deck-slide-wrapper{scroll-snap-align:center;display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px 0}.pitch-deck-native-host{width:960px;height:540px;border-radius:4px;box-shadow:0 4px 24px #0000004d;overflow:visible;background:#fff}@media(max-width:1024px){.pitch-deck-toc-grid{grid-template-columns:repeat(2,1fr)}.pitch-deck-toc-hint{display:none}.pitch-deck-native-host{width:100%;max-width:960px;aspect-ratio:16 / 9;height:auto;min-height:320px}}@media print{.pitch-deck{min-height:0;padding:0;background:#fff}.pitch-deck-header,.pitch-deck-toc{display:none}.pitch-deck-slide-wrapper{display:block;min-height:auto;padding:0;margin:0;break-after:page;break-inside:avoid;page-break-after:always}.pitch-deck-native-host{width:10in;height:5.625in;border-radius:0;overflow:hidden;box-shadow:none}}
