html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-vertical],.lenis [data-lenis-prevent-horizontal]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-behavior:allow-discrete;transition-property:overflow;transition-duration:1ms}
@layer legacy-site{*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-base:#f5f3f0;--bg-surface:#fff;--bg-raised:#fff;--bg-inset:#edeae6;--neo-shadow-light:#ffffffb3;--neo-shadow-dark:#a09b9138;--neo-raised:6px 6px 14px var(--neo-shadow-dark), -6px -6px 14px var(--neo-shadow-light);--neo-raised-sm:3px 3px 8px var(--neo-shadow-dark), -3px -3px 8px var(--neo-shadow-light);--neo-raised-lg:10px 10px 24px var(--neo-shadow-dark), -10px -10px 24px var(--neo-shadow-light);--neo-inset:inset 3px 3px 8px var(--neo-shadow-dark), inset -3px -3px 8px var(--neo-shadow-light);--text-primary:#1a1a2e;--text-secondary:#1a1a2e99;--text-muted:#1a1a2e61;--border-color:#0000000f;--accent:#0f7a3f;--accent-rgb:15, 122, 63;--accent-dim:rgba(var(--accent-rgb), .08);--accent-glow:rgba(var(--accent-rgb), .12);--accent-soft:rgba(var(--accent-rgb), .1);--accent-text:#0f7a3f;--radius-sm:12px;--radius-md:16px;--radius-lg:22px;--radius-xl:28px;--radius-pill:999px;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--transition-fast:.2s ease;--transition-base:.35s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s ease;--max-width:1180px;--section-padding:110px 0}html{scroll-padding-top:80px;font-size:16px}body{font-family:var(--font-sans);background:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:linear-gradient(#00000007 1px,#0000 1px),linear-gradient(90deg,#00000007 1px,#0000 1px);background-size:32px 32px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;color:var(--text-primary);font-weight:600;line-height:1.15}h1{font-size:clamp(2.4rem,5vw,3.6rem)}h2{font-size:clamp(1.9rem,3.8vw,2.75rem)}h3{font-size:clamp(1.2rem,2vw,1.4rem)}h4{font-size:1.05rem}p{color:var(--text-secondary);line-height:1.7}.label{text-transform:uppercase;letter-spacing:.12em;color:var(--accent-text);background:var(--accent-dim);border-radius:var(--radius-pill);margin-bottom:14px;padding:5px 14px;font-size:.72rem;font-weight:700;display:inline-block}.gradient-text{background:linear-gradient(135deg, var(--accent), rgba(var(--accent-rgb), .6));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.section{padding:var(--section-padding);position:relative}.section-alt{background:var(--bg-inset);background-image:none}.section-header{text-align:center;max-width:680px;margin:0 auto 60px}.section-header p{margin-top:14px;font-size:1.05rem}.navbar{z-index:1000;-webkit-backdrop-filter:none;backdrop-filter:none;width:100%;max-width:100%;box-shadow:none;background:0 0;border:none;border-radius:0;margin-left:auto;margin-right:auto;padding:14px 0;transition:all .6s;position:fixed;top:0;left:0;right:0}.navbar:before{content:"";pointer-events:none;z-index:-1;background:linear-gradient(#00000061,#0000001f 60%,#0000);height:120px;transition:opacity .6s;position:absolute;top:0;left:0;right:0}.navbar.scrolled:before{opacity:0}.navbar.scrolled{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#f0eeebe0;border:1px solid #0000000f;border-radius:14px;width:min(960px,100% - 48px);max-width:none;margin-left:auto;margin-right:auto;padding:5px 0;top:12px;left:0;right:0;box-shadow:0 4px 32px #0000001f,0 1px 3px #00000014}.navbar .container{justify-content:space-between;align-items:center;transition:padding .5s cubic-bezier(.4,0,.2,1);display:flex}.navbar.scrolled .container{padding-left:16px;padding-right:16px}.nav-logo{align-items:center;display:flex}.nav-logo .logo-img{object-fit:contain;filter:brightness(0)invert();width:auto;height:32px;transition:height .5s cubic-bezier(.4,0,.2,1),filter .5s cubic-bezier(.4,0,.2,1)}.navbar.scrolled .nav-logo .logo-img{filter:none;height:24px}.footer-logo .logo-img{opacity:.7;filter:none;height:28px}.nav-links{align-items:center;gap:4px;display:flex}.nav-links a{color:#ffffffe6;border-radius:var(--radius-sm);padding:8px 16px;font-size:.92rem;font-weight:500;transition:all .5s cubic-bezier(.4,0,.2,1)}.navbar.scrolled .nav-links a{color:#3d3d56;padding:6px 13px;font-size:.84rem}.nav-links a:hover{color:#fff;background:#ffffff1f}.navbar.scrolled .nav-links a:hover{color:#1a1a2e;background:#0000000d}.nav-links .dropdown{position:relative}.nav-links .dropdown-trigger{cursor:pointer;align-items:center;gap:4px;display:flex}.nav-links .dropdown-trigger svg{width:14px;height:14px;transition:var(--transition-fast)}.nav-links .dropdown:hover .dropdown-trigger svg{transform:rotate(180deg)}.dropdown-menu{border-radius:var(--radius-md);opacity:0;visibility:hidden;min-width:220px;transition:var(--transition-fast);background:#faf8f5f5;border:1px solid #00000014;padding:8px;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 8px 32px #0000001f}.nav-links .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.dropdown-menu a{border-radius:var(--radius-sm);color:#3d3d56;padding:10px 14px;font-size:.85rem;display:block}.dropdown-menu a:hover{color:#1a1a2e;background:#0000000a}.nav-links .btn.btn-primary{color:#fff;background:#ffffff26;border:1px solid #ffffff40;border-radius:8px;margin-left:8px;padding:8px 22px;font-size:.88rem;transition:all .5s cubic-bezier(.4,0,.2,1)}.navbar.scrolled .nav-links .btn.btn-primary{color:#f0eee9;background:#1a1a2e;border-color:#0000;padding:6px 18px;font-size:.82rem}.nav-links .btn.btn-primary:hover{background:#ffffff40}.navbar.scrolled .nav-links .btn.btn-primary:hover{background:#2a2a42}.nav-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-toggle span{width:22px;height:2px;transition:var(--transition-fast);background:#1a1a2e;border-radius:2px}.btn{font-size:.875rem;font-weight:600;font-family:var(--font-sans);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-base);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 28px;display:inline-flex}.btn-primary{background:var(--accent);color:#fff;box-shadow:3px 3px 10px rgba(var(--accent-rgb), .2), -2px -2px 8px var(--neo-shadow-light)}.btn-primary:hover{filter:brightness(1.12)}.btn-accent{background:var(--accent);color:#fff;box-shadow:3px 3px 10px rgba(var(--accent-rgb), .2), -2px -2px 8px var(--neo-shadow-light)}.btn-accent:hover{filter:brightness(1.12)}.btn-outline{background:var(--bg-surface);color:var(--text-primary);box-shadow:var(--neo-raised-sm)}.btn-outline:hover{background:var(--bg-raised);box-shadow:var(--neo-raised);transform:translateY(-2px)}.btn-ghost{background:var(--bg-surface);color:var(--text-secondary);box-shadow:var(--neo-raised-sm)}.btn-ghost:hover{background:var(--bg-raised);color:var(--text-primary);transform:translateY(-1px)}.btn-lg{border-radius:6px;padding:15px 34px;font-size:.95rem}.btn svg{width:16px;height:16px}.hero-banner{justify-content:flex-start;align-items:flex-end;width:100%;height:100vh;min-height:500px;margin-bottom:0;display:flex;position:relative;overflow:hidden}.hero-banner-img{object-fit:cover;object-position:center 40%;will-change:transform;width:100%;height:120%;position:absolute;top:-10%;left:0}.hero-banner-content{z-index:1;max-width:720px;margin-bottom:18vh;padding:0 48px;position:relative}.hero-banner-title{color:#fff;text-align:left;letter-spacing:-.03em;text-shadow:0 2px 24px #00000080;margin-bottom:16px;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:700;line-height:1.15}.hero-banner-sub{color:#ffffffe0;text-align:left;text-shadow:0 1px 16px #0006;max-width:600px;font-size:clamp(.95rem,1.5vw,1.1rem);font-weight:400;line-height:1.55}.hero-banner:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(to top right,#00000080 0%,#0003 40%,#0000 65%);height:55%;position:absolute;bottom:0;left:0;right:0}.hero-banner:after{content:"";background:linear-gradient(to bottom, transparent, var(--bg-base));pointer-events:none;z-index:1;height:120px;position:absolute;bottom:0;left:0;right:0}.announce-banner{-webkit-backdrop-filter:blur(12px);color:#fffffffa;background:#ffffff47;border:1px solid #ffffff6b;border-radius:6px;align-items:center;gap:9px;margin-top:4px;padding:8px 16px;font-size:.82rem;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.announce-banner:hover{color:#fff;background:#fff6;border-color:#ffffff8c}.announce-badge{text-transform:uppercase;letter-spacing:.08em;color:#fff;background:#ffffff61;border-radius:3px;flex-shrink:0;padding:2px 8px;font-size:.65rem;font-weight:700;display:inline-block}.announce-text{font-weight:500}.announce-arrow{opacity:.5;flex-shrink:0;width:14px;height:14px;transition:opacity .2s,transform .2s}.announce-banner:hover .announce-arrow{opacity:1;transform:translate(2px)}@media (max-width:600px){.announce-banner{display:none}}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:140px 24px 100px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle, rgba(var(--accent-rgb), .06) 0%, transparent 65%);pointer-events:none;width:700px;height:700px;position:absolute;top:-15%;left:50%;transform:translate(-50%)}.hero-content{z-index:1;max-width:780px;position:relative}.hero h1{margin-bottom:22px;font-weight:700}.hero p{max-width:580px;margin:0 auto 38px;font-size:1.15rem}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.hero-stats{flex-wrap:wrap;justify-content:center;gap:40px;margin-top:72px;display:flex}.hero-stat{text-align:center}.hero-stat .stat-value{color:var(--accent);font-size:2.4rem;font-weight:700;line-height:1}.hero-stat .stat-label{color:var(--text-muted);margin-top:6px;font-size:.82rem}.marquee-section{background:var(--bg-surface);box-shadow:var(--neo-inset);border-radius:0;padding:20px 0;overflow:hidden}.marquee-track{width:max-content;animation:35s linear infinite marquee;display:flex}.marquee-item{color:var(--text-muted);white-space:nowrap;align-items:center;gap:10px;padding:0 28px;font-size:.85rem;font-weight:500;display:flex}.marquee-item .dot{background:var(--accent);opacity:.5;border-radius:50%;flex-shrink:0;width:5px;height:5px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.neo-card,.flow-card,.value-card,.industry-card,.numbered-card,.topic-card,.problem-card,.stat-box,.faq-item,.team-card,.cost-item{background:var(--bg-surface);border-radius:var(--radius-lg);box-shadow:var(--neo-raised);border:1px solid var(--border-color);transition:var(--transition-base)}.flow-section{padding:100px 0}.flow-grid{grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px;display:grid}.flow-card{padding:36px 28px;position:relative;overflow:hidden}.flow-card:before{content:"";background:linear-gradient(90deg, var(--accent), transparent);opacity:0;height:3px;transition:var(--transition-base);position:absolute;top:0;left:0;right:0}.flow-card:hover{box-shadow:var(--neo-raised-lg);transform:translateY(-5px)}.flow-card:hover:before{opacity:1}.flow-card .flow-number{color:var(--accent-text);text-transform:uppercase;letter-spacing:.12em;margin-bottom:18px;font-size:.72rem;font-weight:700}.flow-card h3{margin-bottom:14px}.flow-card p{font-size:.92rem}.flow-card .flow-steps{flex-direction:column;gap:11px;margin-top:22px;display:flex}.flow-step{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.85rem;display:flex}.flow-step .step-icon{background:var(--accent-dim);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;display:flex}.flow-step .step-icon svg{width:10px;height:10px;color:var(--accent)}.value-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.value-card{padding:32px 26px}.value-card:hover{box-shadow:var(--neo-raised-lg);transform:translateY(-4px)}.value-card .card-icon{border-radius:var(--radius-md);background:var(--accent-dim);width:48px;height:48px;box-shadow:var(--neo-raised-sm);justify-content:center;align-items:center;margin-bottom:18px;display:flex}.value-card .card-icon svg{width:22px;height:22px;color:var(--accent)}.value-card h3{margin-bottom:10px;font-size:1.1rem}.value-card p{font-size:.88rem}.value-card .stat-highlight{border-top:1px solid var(--border-color);align-items:baseline;gap:8px;margin-top:18px;padding-top:18px;display:flex}.stat-highlight .stat-num{color:var(--accent);font-size:1.65rem;font-weight:700}.stat-highlight .stat-desc{color:var(--text-muted);font-size:.78rem}.feature-block{grid-template-columns:1fr 1fr;align-items:center;gap:56px;padding:72px 0;display:grid}.feature-block.reverse{direction:rtl}.feature-block.reverse>*{direction:ltr}.feature-text .label{margin-bottom:14px}.feature-text h2{margin-bottom:18px}.feature-text p{margin-bottom:22px;font-size:1rem}.feature-text .feature-list{flex-direction:column;gap:12px;margin-bottom:28px;display:flex}.feature-list-item{color:var(--text-secondary);align-items:flex-start;gap:12px;font-size:.92rem;display:flex}.feature-list-item .check{background:var(--accent-dim);width:22px;height:22px;box-shadow:var(--neo-raised-sm);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.feature-list-item .check svg{width:12px;height:12px;color:var(--accent)}.feature-visual{background:var(--bg-surface);border-radius:var(--radius-xl);min-height:360px;box-shadow:var(--neo-raised-lg);justify-content:center;align-items:center;padding:36px;display:flex;position:relative;overflow:hidden}.feature-visual:after{content:"";background:radial-gradient(circle, rgba(var(--accent-rgb), .06), transparent 70%);pointer-events:none;width:300px;height:300px;position:absolute;bottom:-20%;left:50%;transform:translate(-50%)}.stats-row{grid-template-columns:repeat(4,1fr);gap:24px;padding:50px 0;display:grid}.stat-box{text-align:center;padding:30px 18px}.stat-box .stat-number{color:var(--accent);font-size:2.3rem;font-weight:700;line-height:1.1}.stat-box .stat-text{color:var(--text-muted);margin-top:6px;font-size:.82rem}.ind-hero{align-items:flex-end;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.ind-hero-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.ind-hero-vignette{z-index:1;pointer-events:none;background:linear-gradient(#0000001a 0%,#0003 50%,#000000bf 100%),linear-gradient(90deg,#0000004d 0%,#0000 60%);position:absolute;inset:0}.ind-hero-content{z-index:2;max-width:700px;padding:0 clamp(24px,5vw,80px) 72px;position:relative}.ind-hero-content h1{color:#fff;margin-bottom:16px;font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800;line-height:1.1}.ind-hero-content p{color:#ffffffbf;max-width:520px;font-size:clamp(1rem,1.5vw,1.1rem);line-height:1.6}.ind-overview-grid{grid-template-columns:1.4fr 1fr;align-items:start;gap:48px;display:grid}.ind-overview-text h2{margin:12px 0 20px;font-size:1.7rem;font-weight:800;line-height:1.15}.ind-overview-text p{color:var(--text-secondary);margin-bottom:12px;font-size:.95rem;line-height:1.7}.ind-stat-stack{flex-direction:column;gap:12px;display:flex}.ind-stat-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:6px;padding:20px 24px}.ind-stat-val{color:var(--accent);margin-bottom:4px;font-size:1.6rem;font-weight:800;line-height:1;display:block}.ind-stat-label{color:var(--text-secondary);font-size:.82rem}#ind-operators{background:var(--bg-base);background-image:none}.ind-combined{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.ind-combined-text{position:sticky;top:120px}.ind-combined-cards{flex-direction:column;display:flex}.ind-stack-block{background:var(--bg-surface);border:1px solid var(--border-color);cursor:pointer;border-bottom:none;padding:20px 28px;transition:background .2s}.ind-stack-block:hover{background:#00000004}.ind-stack-block:first-child{border-radius:6px 6px 0 0}.ind-stack-block:last-child{border-bottom:1px solid var(--border-color);border-radius:0 0 6px 6px}.ind-stack-header{align-items:center;gap:12px;display:flex}.ind-stack-num{color:var(--accent);letter-spacing:.08em;font-size:.72rem;font-weight:700}.ind-stack-toggle{color:var(--text-muted);text-align:center;flex-shrink:0;width:20px;margin-left:auto;font-size:1.2rem;font-weight:300;line-height:1}.ind-stack-block h3{margin:0;font-size:1.05rem;font-weight:700}.ind-stack-block p{color:var(--text-secondary);margin:12px 0 0;font-size:.85rem;line-height:1.6}.ind-services-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.ind-service-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:4px;padding:28px 24px}.ind-service-card h3{margin-bottom:8px;font-size:1rem;font-weight:700}.ind-service-card p{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.ind-segments-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.ind-segment-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:6px;height:100%;padding:28px 24px}.ind-segment-num{color:var(--accent);letter-spacing:.08em;margin-bottom:10px;font-size:.72rem;font-weight:700}.ind-segment-card h3{margin-bottom:10px;font-size:1.15rem;font-weight:700}.ind-segment-card p{color:var(--text-secondary);margin-bottom:16px;font-size:.88rem;line-height:1.6}.ind-segment-caps{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.ind-segment-caps li{color:var(--text-secondary);align-items:center;gap:7px;font-size:.82rem;display:flex}.ind-segment-check{width:14px;height:14px;color:var(--accent);flex-shrink:0}.ind-other-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.ind-other-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:6px;padding:28px 24px}.ind-other-icon{background:var(--accent-dim);border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:14px;display:flex}.ind-other-icon svg{width:20px;height:20px;color:var(--accent)}.ind-other-card h3{margin-bottom:6px;font-size:1rem;font-weight:700}.ind-other-card p{color:var(--text-secondary);font-size:.85rem;line-height:1.55}.ind-combined--reverse{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.ind-combined--reverse .ind-combined-cards{order:-1}.ind-heavy-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.ind-heavy-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.ind-heavy-card img{object-fit:cover;width:100%;height:220px;display:block}.ind-heavy-card-body{padding:20px 24px}.ind-heavy-card-body h3{margin-bottom:6px;font-size:1.05rem;font-weight:700}.ind-heavy-card-body p{color:var(--text-secondary);font-size:.85rem;line-height:1.6}@media (max-width:900px){.ind-hero{min-height:100vh}.ind-hero-content{padding-bottom:48px}.ind-overview-grid{grid-template-columns:1fr;gap:28px}.ind-combined,.ind-combined--reverse{grid-template-columns:1fr;gap:32px}.ind-combined-text{position:static}.ind-combined--reverse .ind-combined-cards{order:0}.ind-segments-grid,.ind-other-grid,.ind-services-grid,.ind-heavy-grid{grid-template-columns:1fr}}@media (max-width:600px){.ind-hero{min-height:100vh}.ind-hero-content h1{font-size:1.8rem}}.process-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;display:grid}.process-step{text-align:center;padding:28px 18px}.process-step .step-num{background:var(--bg-surface);width:48px;height:48px;box-shadow:var(--neo-raised);color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;font-size:1rem;font-weight:700;display:flex}.process-step h4{margin-bottom:8px}.process-step p{font-size:.85rem}.impl-timeline{grid-template-columns:repeat(4,1fr);gap:0;max-width:1100px;margin:0 auto;display:grid}.impl-stage{flex-direction:column;align-items:stretch;display:flex}.impl-stage-marker{flex-shrink:0;align-items:center;height:48px;margin-bottom:1.5rem;display:flex}.impl-stage-num{color:#1a1a2eb3;z-index:1;background:#fff;border:2px solid #1a1a2e1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1rem;font-weight:700;display:flex;position:relative}.impl-stage-line{background:linear-gradient(90deg,#1a1a2e1f,#1a1a2e0a);flex:1;height:2px}.impl-stage-content{flex:1;padding-right:1rem}.impl-stage-title{color:#1a1a2ee0;margin:0 0 .35rem;font-size:1.15rem;font-weight:700}.impl-stage-duration{color:#1a1a2e59;white-space:nowrap;background:#00000008;border-radius:20px;margin-bottom:.7rem;padding:3px 12px;font-size:.72rem;font-weight:600;display:inline-block}.impl-stage-desc{color:#1a1a2e8c;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.impl-stage-details{flex-direction:column;gap:.4rem;display:flex}.impl-detail{color:#1a1a2e99;align-items:flex-start;gap:.5rem;font-size:.82rem;line-height:1.4;display:flex}.impl-detail-check{background:#2baa9e14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;display:flex}.impl-detail-check svg{color:#22897f;width:10px;height:10px}.impl-footer{background:#fff;border:1px solid #0000000f;border-radius:16px;justify-content:center;align-items:center;gap:3rem;max-width:1100px;margin-top:3rem;margin-left:auto;margin-right:auto;padding:2rem 2.5rem;display:flex;box-shadow:0 2px 12px #00000008}.impl-footer-stat{text-align:center;flex-direction:column;align-items:center;gap:.3rem;display:flex}.impl-footer-num{color:#1a1a2ed1;font-size:2rem;font-weight:700;line-height:1}.impl-footer-label{color:#1a1a2e73;max-width:180px;font-size:.85rem}.impl-footer-divider{background:#00000014;width:1px;height:48px}@media (max-width:900px){.impl-timeline{grid-template-columns:repeat(2,1fr);gap:1.5rem}.impl-stage-content{padding-right:1rem}.impl-stage-line{display:none}}@media (max-width:560px){.impl-timeline{grid-template-columns:1fr;gap:1.5rem}.impl-stage-marker{margin-bottom:.8rem}.impl-stage-content{padding-right:0}.impl-footer{flex-direction:column;gap:1.5rem}.impl-footer-divider{width:48px;height:1px}}.cap-grid{grid-template-columns:repeat(6,1fr);gap:1rem;display:grid}.cap-cta-wrap{background:var(--bg-base);position:relative}.cap-cta-wrap>.cap-grid-canvas{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}#capabilities{background-image:none;padding-top:60px;padding-bottom:60px}#capabilities>.container{z-index:2;position:relative}#capabilities .section-header{max-width:none;margin-bottom:28px}#capabilities .section-header h2{white-space:nowrap}@media (max-width:768px){#capabilities .section-header h2{white-space:normal}}.cap-grid>*{display:flex}.cap-grid>*>*{width:100%}.cap-grid>:first-child,.cap-grid>:nth-child(2){grid-column:span 3}.cap-grid>:nth-child(n+3){grid-column:span 2}.cap-card{cursor:pointer;background:#fff;border:1px solid #0000000f;border-radius:16px;flex-direction:column;height:100%;text-decoration:none;transition:border-color .25s,box-shadow .25s;display:flex;overflow:hidden}.cap-card:hover{border-color:#0000001f;box-shadow:0 6px 24px #0000000f}.cap-preview{background:#f7f8fa;flex:1;justify-content:center;align-items:center;min-height:140px;padding:1.5rem 1.5rem 1rem;display:flex}.cap-title{color:#1a1a2ee0;white-space:nowrap;margin:0;padding:1rem 1.5rem .3rem;font-size:.95rem;font-weight:700}.cap-desc{color:#1a1a2e80;margin:0;padding:0 1.5rem 1.4rem;font-size:.88rem;line-height:1.55}.cap-bullets{flex-direction:column;gap:.35rem;margin:0;padding:0 1.5rem 1rem;list-style:none;display:flex}.cap-bullets li{color:#1a1a2e8c;padding-left:1rem;font-size:.86rem;line-height:1.5;position:relative}.cap-bullets li:before{content:"";background:#1a1a2e33;border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}.cap-mock-dot{background:#1a1a2e1f;border-radius:50%;flex-shrink:0;width:8px;height:8px}.cap-mock-dot.green{background:#1a9e5480}.cap-mock-text{background:#1a1a2e12;border-radius:4px;height:7px;display:block}.cap-mock-text-sm{background:#1a1a2e0d;border-radius:3px;height:5px;margin-top:5px;display:block}.w40{width:40%}.w45{width:45%}.w50{width:50%}.w58{width:58%}.w60{width:60%}.w65{width:65%}.w70{width:70%}.w72{width:72%}.w75{width:75%}.w80{width:80%}.w85{width:85%}.w90{width:90%}.cap-mock-badge{color:#3b6fd9b3;background:#3b6fd914;border-radius:4px;margin-left:auto;padding:2px 8px;font-size:.58rem;font-weight:600}.cap-mock-flag{color:#dc3c3ca6;background:#dc3c3c12;border-radius:3px;flex-shrink:0;padding:2px 8px;font-size:.55rem;font-weight:700}.cap-mock-flag.blue{color:#3b6fd9b3;background:#3b6fd914}.cap-mock-flag.orange{color:#d49520b3;background:#d4952014}.cap-mock-step-num{color:#22897f;background:#2baa9e14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.58rem;font-weight:700;display:flex}.cap-mock-step-num.sm{width:18px;height:18px;font-size:.52rem}.cap-mock-time{color:#1a1a2e40;flex-shrink:0;margin-left:auto;font-size:.52rem}.cap-mock-check{flex-shrink:0;margin-left:auto;font-size:.6rem;font-weight:700}.cap-mock-check.green{color:#0f7a3f}.cap-mock-check.orange{color:#d49520}.cap-mock-pill{color:#1a1a2e73;background:#0000000a;border-radius:4px;padding:2px 8px;font-size:.52rem;font-weight:500}.cap-mock-tag{letter-spacing:.5px;color:#1a1a2e4d;text-transform:uppercase;margin-bottom:4px;font-size:.5rem;font-weight:600}.cap-mock-doc{background:#fff;border:1px solid #00000012;border-radius:10px;width:100%;max-width:380px;padding:0;overflow:hidden}.cap-mock-doc-body{display:flex}.cap-mock-doc-rows{flex:1}.cap-mock-doc-header{border-bottom:1px solid #0000000d;align-items:center;gap:8px;padding:10px 14px;display:flex}.cap-mock-doc-title-bar{background:#1a1a2e1a;border-radius:4px;width:45%;height:7px;display:block}.cap-mock-doc-row{border-bottom:1px solid #00000006;align-items:center;gap:10px;padding:8px 14px;display:flex}.cap-mock-sidebar{background:#00000004;border-left:1px solid #0000000d;flex-direction:column;flex-shrink:0;gap:5px;width:90px;padding:10px 8px;display:flex}.cap-mock-feed{background:#fff;border:1px solid #00000012;border-radius:10px;width:100%;max-width:380px;overflow:hidden}.cap-mock-feed-header{color:#1a1a2e99;border-bottom:1px solid #0000000d;align-items:center;gap:8px;padding:10px 14px;font-size:.65rem;font-weight:600;display:flex}.cap-mock-feed-item{border-bottom:1px solid #00000008;align-items:flex-start;gap:10px;padding:10px 14px;display:flex}.cap-mock-feed-item>div{flex:1}.cap-mock-permit{background:#fff;border:1px solid #00000012;border-radius:10px;width:100%;overflow:hidden}.cap-mock-permit-hdr{border-bottom:1px solid #0000000d;align-items:center;gap:8px;padding:10px 12px;display:flex}.cap-mock-permit-row{border-bottom:1px solid #00000006;align-items:center;gap:8px;padding:8px 12px;display:flex}.cap-mock-label{background:#1a1a2e0f;border-radius:3px;width:35%;height:6px}.cap-mock-val{background:#1a1a2e0a;border-radius:3px;flex:1;height:6px}.cap-mock-diff{background:#fff;border:1px solid #00000012;border-radius:10px;flex-direction:column;gap:6px;width:100%;padding:12px;display:flex;overflow:hidden}.cap-mock-diff-line{border-radius:5px;padding:6px 10px}.cap-mock-diff-line.old{background:#dc3c3c0a;border-left:3px solid #dc3c3c40}.cap-mock-diff-line.new{background:#1a9e540a;border-left:3px solid #1a9e5440}.cap-mock-diff-propagate{background:#3b6fd908;border-radius:6px;align-items:center;gap:8px;margin-top:4px;padding:8px 10px;display:flex}.cap-mock-diff-arrow{color:#3b6fd980;font-size:.75rem}.cap-mock-diff-count{color:#3b6fd999;margin-left:auto;font-size:.55rem;font-weight:600}.cap-mock-mobile{background:#fff;border:2px solid #1a1a2e26;border-radius:16px;flex-direction:column;gap:8px;width:100%;max-width:180px;padding:10px;display:flex;overflow:hidden}.cap-mock-mobile-bar{border-bottom:1px solid #0000000d;padding-bottom:6px}.cap-mock-mobile-step{align-items:center;gap:8px;display:flex}.cap-mock-mobile-btn{text-align:center;color:#fff;background:#1a1a2ed9;border-radius:8px;padding:6px;font-size:.55rem;font-weight:600}.cap-mock-verify{background:#fff;border:1px solid #00000012;border-radius:10px;width:100%;overflow:hidden}.cap-mock-verify-img{background:linear-gradient(135deg,#1a1a2e0f 0%,#1a1a2e05 100%);height:80px;position:relative;overflow:hidden}.cap-mock-verify-scan{background:#3b6fd966;width:2px;height:100%;animation:4s ease-in-out forwards cap-scan;position:absolute;top:0;left:30%;box-shadow:0 0 8px #3b6fd933}@keyframes cap-scan{0%{left:10%}50%{left:85%}to{left:10%}}.cap-mock-verify-result{align-items:center;gap:8px;padding:10px 12px;display:flex}.cap-mock-verify-tag{border-radius:4px;flex-shrink:0;padding:2px 8px;font-size:.55rem;font-weight:700}.cap-mock-verify-tag.fail{color:#dc3c3cb3;background:#dc3c3c12}@media (max-width:1000px){.cap-grid{grid-template-columns:repeat(2,1fr)}.cap-grid>:first-child,.cap-grid>:nth-child(2),.cap-grid>:nth-child(n+3){grid-column:span 1}}@media (max-width:600px){.cap-grid{grid-template-columns:1fr}}.cta-banner{text-align:center;background-image:none;padding:100px 24px;position:relative;overflow:hidden}.cta-banner:before{content:"";background:radial-gradient(circle, rgba(var(--accent-rgb), .05) 0%, transparent 65%);pointer-events:none;width:500px;height:500px;position:absolute;bottom:-15%;left:50%;transform:translate(-50%)}.cta-banner h2{z-index:2;margin-bottom:14px;position:relative}.cta-banner p{z-index:2;max-width:480px;margin:0 auto 32px;font-size:1.05rem;position:relative}.cta-banner .btn{z-index:2;position:relative}.cta-btn-dark{color:#f0eee9;background:#1a1a2e;border:none}.cta-btn-dark:hover{color:#fff;background:#2a2a42}.faq-list{flex-direction:column;gap:12px;max-width:700px;margin:0 auto;display:flex}.faq-item{padding:0;overflow:hidden}.faq-question{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:20px 24px;font-size:.92rem;font-weight:600;display:flex}.faq-question svg{width:18px;height:18px;color:var(--text-muted);transition:var(--transition-fast);flex-shrink:0}.faq-item.active .faq-question svg{color:var(--accent);transform:rotate(45deg)}.faq-answer{max-height:0;transition:max-height .3s;overflow:hidden}.faq-answer-inner{color:var(--text-secondary);padding:0 24px 20px;font-size:.88rem;line-height:1.7}.numbered-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.numbered-card{padding:32px 28px;position:relative;overflow:hidden}.numbered-card:hover{box-shadow:var(--neo-raised-lg);transform:translateY(-4px)}.numbered-card .num{color:rgba(var(--accent-rgb), .06);font-size:3.2rem;font-weight:800;line-height:1;position:absolute;top:14px;right:22px}.numbered-card h3{margin-bottom:10px;font-size:1.1rem}.numbered-card p{font-size:.88rem}.topics-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.topic-card{padding:28px 24px}.topic-card:hover{box-shadow:var(--neo-raised-lg);transform:translateY(-3px)}.topic-card h3{color:var(--accent);margin-bottom:14px;font-size:1.05rem}.topic-card ul{flex-direction:column;gap:7px;display:flex}.topic-card ul li{color:var(--text-secondary);padding-left:14px;font-size:.82rem;position:relative}.topic-card ul li:before{content:"";background:var(--accent);opacity:.5;border-radius:50%;width:4px;height:4px;position:absolute;top:7px;left:0}.problem-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.problem-card{padding:26px 22px}.problem-card:hover{box-shadow:var(--neo-raised-lg);transform:translateY(-3px)}.problem-card .problem-icon{border-radius:var(--radius-sm);width:40px;height:40px;box-shadow:var(--neo-raised-sm);background:#ff787814;justify-content:center;align-items:center;margin-bottom:14px;display:flex}.problem-card .problem-icon svg{color:#e87474;width:20px;height:20px}.problem-card p{font-size:.88rem}.cost-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:36px;display:grid}.cost-item{align-items:flex-start;gap:14px;padding:22px;display:flex}.cost-item .cost-val{color:#e87474;white-space:nowrap;font-size:1.05rem;font-weight:700}.cost-item .cost-desc{color:var(--text-secondary);font-size:.82rem}.team-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:24px;margin-top:48px;display:grid}.team-card{text-align:center;padding:30px}.team-card:hover{box-shadow:var(--neo-raised-lg);transform:translateY(-4px)}.team-card .team-avatar{background:var(--accent-dim);width:76px;height:76px;color:var(--accent);box-shadow:var(--neo-raised);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 14px;font-size:1.4rem;font-weight:700;display:flex}.team-card h4{margin-bottom:3px}.team-card .role{color:var(--text-muted);font-size:.82rem}.product-hero{text-align:center;padding:155px 24px 80px;position:relative;overflow:hidden}.product-hero:before{content:"";background:radial-gradient(circle, rgba(var(--accent-rgb), .06) 0%, transparent 60%);pointer-events:none;width:650px;height:650px;position:absolute;top:-15%;left:50%;transform:translate(-50%)}.product-hero .container{z-index:1;position:relative}.product-hero h1{margin-bottom:18px}.product-hero>.container>p{max-width:630px;margin:0 auto 32px;font-size:1.1rem}.fo-video-hero{justify-content:flex-end;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.fo-video-hero-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.fo-video-hero-vignette{z-index:1;pointer-events:none;background:linear-gradient(90deg,#00000014 0%,#0000008c 50%,#000000d1 100%),linear-gradient(#0000004d 0%,#0000 30% 70%,#0006 100%);position:absolute;inset:0}.fo-video-hero-content{z-index:2;text-align:right;max-width:936px;margin-right:clamp(24px,5vw,80px);padding:0 clamp(24px,5vw,80px);position:relative}.fo-video-hero-content .label{color:#ffffffb3;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-size:.85rem;font-weight:600;display:block}.fo-video-hero-content h1{color:#fff;margin-bottom:20px;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;line-height:1.1}.fo-video-hero-content p{color:#fffc;margin:0;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.65}@media (max-width:768px){.fo-video-hero{justify-content:center;align-items:flex-end;min-height:100dvh}.fo-video-hero-content{text-align:left;max-width:100%;margin-right:0;padding:0 24px 60px}.fo-video-hero-vignette{background:linear-gradient(#0000001a 0%,#000000b3 100%)}}.fo-grid-wrap{background:var(--bg-base);position:relative}.fo-grid-wrap--alt{background:var(--bg-inset)}.fo-grid-wrap>.fo-grid-canvas{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}.fo-grid-wrap>section{z-index:2;background-image:none;position:relative}.fo-problem-section{padding-top:48px;padding-bottom:40px}.fo-problem-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.fo-problem-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:4px;padding:28px 24px}.fo-problem-icon{justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;display:flex}.fo-problem-icon svg{color:#3d3d56;width:28px;height:28px}.fo-problem-card h4{color:var(--text-primary);margin-bottom:8px;font-size:.95rem;font-weight:700}.fo-problem-card p{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.fo-verify-stat{align-items:baseline;gap:16px;margin-top:20px;display:flex}.fo-verify-stat-num{color:#1a1a2e;font-size:2.2rem;font-weight:800;line-height:1}.fo-verify-stat-desc{color:var(--text-secondary);font-size:.9rem}@media (max-width:768px){.fo-problem-grid{grid-template-columns:1fr}}.fo-digi{background-image:none;height:480vh;position:relative}.fo-digi-sticky{background:#f5f3f0;flex-direction:column;align-items:center;height:100vh;padding:clamp(80px,12vh,120px) clamp(20px,4vw,60px) 40px;display:flex;position:sticky;top:0;overflow:hidden}.fo-digi-header{text-align:center;margin-bottom:20px}.fo-digi-header h2{color:var(--text-primary);margin-bottom:10px;font-size:clamp(1.8rem,4vw,3rem);font-weight:800}.fo-digi-header p{color:var(--text-secondary);max-width:640px;margin:0 auto;font-size:clamp(.95rem,1.3vw,1.1rem);line-height:1.6}.fo-digi-pipeline{width:100%;max-width:700px;margin:0 auto 28px;position:relative}.fo-digi-pipeline:before{content:"";background:#0000000f;border-radius:2px;height:3px;position:absolute;top:8px;left:0;right:0}.fo-digi-pipeline-fill{z-index:1;background:linear-gradient(90deg,#3b6fd9,#0f7a3f);border-radius:2px;height:3px;position:absolute;top:8px;left:0}.fo-digi-pipeline-stages{z-index:2;justify-content:space-between;display:flex;position:relative}.fo-digi-pipeline-stage{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;flex-direction:column;align-items:center;gap:8px;font-size:.72rem;font-weight:600;display:flex}.fo-digi-pipeline-dot{background:#fff;border:3px solid #3b6fd9;border-radius:50%;width:18px;height:18px;box-shadow:0 0 0 3px #3b6fd91f}.fo-digi-canvas{flex:1;width:100%;max-width:900px;position:relative}.fo-digi-stage{flex-direction:column;padding:16px 24px 0;display:flex;position:absolute;inset:0}.fo-digi-stage-label{text-transform:uppercase;letter-spacing:.1em;color:#1a1a2e;flex-shrink:0;height:32px;margin:0;font-size:.72rem;font-weight:700;line-height:32px}.fo-digi-ingest,.fo-digi-parse,.fo-digi-deploy{flex:1;justify-content:center;align-items:center;display:flex}.fo-digi-stage>.fo-digi-hpog{margin:auto 0}.fo-digi-ingest{flex-wrap:nowrap;gap:28px;padding-bottom:40px}.fo-digi-docs-stack{flex-direction:column;flex-shrink:0;gap:5px;width:360px;display:flex}.fo-digi-doc{background:#fff;border-radius:4px;align-items:center;gap:12px;padding:10px 14px;display:flex;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008}.fo-digi-doc-info{flex:1;min-width:0}.fo-digi-doc-sub{color:var(--text-muted);margin-top:1px;font-size:.65rem}.fo-digi-doc-type-badge{text-transform:uppercase;letter-spacing:.06em;color:#3b6fd9;text-align:center;background:#3b6fd914;border-radius:4px;flex-shrink:0;min-width:68px;padding:4px 14px;font-size:.58rem;font-weight:700}.fo-digi-doc-name{color:var(--text-primary);font-size:.85rem;font-weight:500}.fo-digi-arrow-flow{flex-shrink:0;width:100px}.fo-digi-flow-arrow{width:100%;height:40px}.fo-digi-engine{flex-shrink:0;justify-content:center;align-items:center;width:160px;height:160px;display:flex;position:relative}.fo-digi-engine-orb-outer{cursor:pointer;pointer-events:auto;will-change:transform;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.fo-digi-engine-orb{z-index:1;background:radial-gradient(circle,#147864d9 0%,#14786440 55%,#0000 70%);border-radius:50%;width:88px;height:88px}.fo-digi-engine-glow{background:radial-gradient(circle,#14786426 0%,#0000 60%);border-radius:50%;position:absolute;inset:-50%}.fo-digi-engine-ring{border:1.5px solid #14786440;border-radius:50%;animation:3s ease-in-out infinite fo-orb-pulse-ring;position:absolute}.fo-digi-engine-ring-1{inset:15%}.fo-digi-engine-ring-2{border-color:#1478641f;animation-delay:1.5s;inset:5%}.fo-digi-engine-label{letter-spacing:2px;text-transform:uppercase;color:#147864b3;white-space:nowrap;z-index:2;font-size:.72rem;font-weight:700;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}@keyframes fo-orb-pulse-ring{0%,to{opacity:.35;transform:scale(1)}50%{opacity:.65;transform:scale(1.12)}}@keyframes fo-orb-pulse{0%,to{transform:scale(1);box-shadow:0 0 30px #1478644d,0 0 60px #1478641a}50%{transform:scale(1.04);box-shadow:0 0 40px #3b6fd966,0 0 80px #3b6fd926}}.fo-digi-parse{flex-wrap:wrap;gap:24px}.fo-digi-parse-doc{background:#fff;border-radius:4px;flex:1;min-width:340px;max-width:440px;overflow:hidden;box-shadow:0 4px 20px #0000000f,0 0 0 1px #00000008}.fo-digi-parse-doc-header{color:var(--text-primary);border-bottom:1px solid #0000000f;align-items:center;gap:10px;padding:14px 18px;font-size:.88rem;font-weight:600;display:flex}.fo-digi-parse-doc-badge{color:#fff;letter-spacing:.06em;background:#3b6fd9;border-radius:4px;padding:3px 8px;font-size:.62rem;font-weight:700}.fo-digi-parse-doc-body{flex-direction:column;gap:14px;padding:14px 18px;display:flex}.fo-digi-parse-step-row{justify-content:space-between;margin-bottom:6px;display:flex}.fo-digi-parse-step-label{color:var(--text-primary);font-size:.82rem;font-weight:500}.fo-digi-parse-step-detail{color:#0f7a3f;font-size:.72rem;font-weight:600}.fo-digi-parse-bar-track{background:#0000000d;border-radius:2px;width:100%;height:4px;overflow:hidden}.fo-digi-parse-bar-fill{background:linear-gradient(90deg,#3b6fd9,#0f7a3f);border-radius:2px;height:100%}.fo-digi-parse-result{background:#fff;border-radius:14px;align-items:center;gap:14px;min-width:240px;padding:18px 22px;display:flex;box-shadow:0 4px 20px #0000000f,0 0 0 1px #2baa9e26}.fo-digi-parse-result-check{background:#0f7a3f;border-radius:50%;flex-shrink:0;width:12px;height:12px}.fo-digi-parse-result-title{color:var(--text-primary);font-size:.9rem;font-weight:700}.fo-digi-parse-result-detail{color:var(--text-secondary);margin-top:2px;font-size:.75rem}.fo-digi-hpog{background:#fff;border-radius:4px;width:100%;max-width:700px;overflow:hidden;box-shadow:0 4px 20px #0000000f,0 0 0 1px #00000008}.fo-digi-hpog-header{color:var(--text-primary);border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:14px 20px;font-size:.88rem;font-weight:600;display:flex}.fo-digi-hpog-badge{color:var(--text-secondary);letter-spacing:.06em;background:#f0f2f6;border-radius:6px;padding:4px 10px;font-size:.62rem;font-weight:700}.fo-digi-hpog-list{flex-direction:column;gap:2px;padding:10px 20px;display:flex}.fo-digi-hpog-item{border-bottom:1px solid #0000000a;grid-template-columns:14px 1fr 1.2fr;align-items:start;gap:12px;padding:10px 0;display:grid}.fo-digi-hpog-inner{min-width:0}.fo-digi-hpog-reason{color:var(--text-muted);border-left:2px solid #0000000f;padding-left:12px;font-size:.72rem;line-height:1.45}.fo-digi-hpog-item:last-child{border-bottom:none}.fo-digi-hpog-status{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:5px}.fo-digi-hpog-status.pass{background:#0f7a3f}.fo-digi-hpog-status.flag{background:#d49520}.fo-digi-hpog-standard{color:var(--text-primary);font-size:.84rem;font-weight:600}.fo-digi-hpog-note{color:var(--text-secondary);margin-top:1px;font-size:.74rem}.fo-digi-hpog-summary{border-top:1px solid #0000000f;gap:16px;padding:12px 20px;font-size:.76rem;font-weight:600;display:flex}.fo-digi-hpog-summary-pass{color:#0f7a3f}.fo-digi-hpog-summary-auto{color:#d49520}.fo-digi-deploy{flex-wrap:wrap;gap:32px}.fo-digi-deploy-card{background:#fff;border-radius:4px;flex:1;min-width:280px;max-width:380px;padding:20px 24px;box-shadow:0 4px 20px #0000000f,0 0 0 1px #0000000d}.fo-digi-deploy-card-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.fo-digi-deploy-ready{text-transform:uppercase;letter-spacing:.08em;color:#0f7a3f;font-size:.68rem;font-weight:700}.fo-digi-deploy-badge{color:#0f7a3f;background:#2baa9e1a;border-radius:4px;padding:3px 8px;font-size:.62rem;font-weight:600}.fo-digi-deploy-card-title{color:var(--text-primary);margin-bottom:3px;font-size:1rem;font-weight:700}.fo-digi-deploy-card-meta{color:var(--text-secondary);margin-bottom:14px;font-size:.74rem}.fo-digi-deploy-steps{flex-direction:column;gap:6px;display:flex}.fo-digi-deploy-step{color:var(--text-primary);background:#f6f8fb;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:.8rem;display:flex}.fo-digi-deploy-step-num{color:#fff;background:#3b6fd9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.65rem;font-weight:700;display:flex}.fo-digi-deploy-step-more{color:var(--text-muted);padding:4px 10px;font-size:.72rem;font-style:italic}.fo-digi-deploy-targets{flex-direction:column;gap:12px;display:flex}.fo-digi-deploy-target-row{align-items:center;gap:12px;display:flex}.fo-digi-deploy-line-track{background:#0000000f;border-radius:1px;flex-shrink:0;width:40px;height:2px;overflow:hidden}.fo-digi-deploy-line-fill{background:#1a1a2e;border-radius:1px;height:100%}.fo-digi-deploy-target{background:#fff;border-radius:4px;flex-direction:column;justify-content:center;width:170px;height:56px;padding:12px 16px;display:flex;box-shadow:0 2px 10px #0000000d,0 0 0 1px #00000008}.fo-digi-deploy-target-top{align-items:center;gap:8px;display:flex}.fo-digi-deploy-target-dot{background:#3b6fd9;border-radius:50%;flex-shrink:0;width:7px;height:7px}.fo-digi-deploy-target-name{color:var(--text-primary);font-size:.82rem;font-weight:600}.fo-digi-deploy-target-sub{color:var(--text-muted);margin-top:2px;padding-left:15px;font-size:.68rem}@media (max-width:768px){.fo-digi{height:600vh}.fo-digi-ingest,.fo-digi-parse,.fo-digi-deploy{flex-direction:column;align-items:center}.fo-digi-arrow-flow{width:60px;transform:rotate(90deg)}.fo-digi-doc,.fo-digi-parse-doc{width:100%;min-width:auto}.fo-digi-stage{max-width:100%}.fo-digi-pipeline-stage span{display:none}.fo-digi-hpog-item{grid-template-columns:14px 1fr;gap:6px 8px}.fo-digi-hpog-reason{border-left:none;grid-column:1/-1;padding-top:0;padding-bottom:8px;padding-left:22px}.fo-digi-deploy-card,.fo-digi-parse-result{width:100%;min-width:auto}}.fo-digi-mobile{background:#f5f3f0;padding:56px 20px 48px}.fo-digi-mobile .fo-digi-header{text-align:center;margin-bottom:0}.fo-digi-mobile .fo-digi-header h2{font-size:clamp(1.7rem,7vw,2.4rem)}.fo-digi-mobile-stage{border-top:1px solid #00000012;margin-top:36px;padding-top:24px}.fo-digi-mobile-stack{margin-top:16px;width:100%!important}.fo-digi-mobile-engine-row{justify-content:center;margin-top:24px;display:flex}.fo-digi-mobile-engine{margin:0 auto;width:140px!important;height:140px!important}.fo-digi-mobile-card{margin-top:16px;border-radius:8px!important;width:100%!important;min-width:auto!important;max-width:100%!important}.fo-digi-mobile-result{margin-top:12px;border-radius:8px!important;width:100%!important;min-width:auto!important}.fo-digi-hpog-item-mobile{grid-template-columns:14px 1fr!important}.fo-digi-m4-proc-card{background:#fff;border:1px solid #00000012;border-radius:12px;margin-top:16px;padding:16px;box-shadow:0 2px 12px #0000000f}.fo-digi-m4-proc-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.fo-digi-m4-proc-title{color:var(--text-primary);font-size:.95rem;font-weight:700;line-height:1.3}.fo-digi-m4-proc-meta{color:var(--text-muted);margin-top:3px;font-size:.72rem}.fo-digi-m4-verified{color:#2a7a4b;white-space:nowrap;background:#eaf7ef;border-radius:20px;flex-shrink:0;align-items:center;gap:5px;padding:4px 9px;font-size:.65rem;font-weight:600;display:flex}.fo-digi-m4-verified-dot{background:#2a7a4b;border-radius:50%;flex-shrink:0;width:6px;height:6px}.fo-digi-m4-steps{flex-direction:column;gap:7px;display:flex}.fo-digi-m4-step{color:var(--text-secondary);align-items:center;gap:10px;font-size:.79rem;display:flex}.fo-digi-m4-step-num{width:20px;height:20px;color:var(--text-primary);background:#f0eeed;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:flex}.fo-digi-m4-step-more{color:var(--text-muted);margin-top:2px;padding-left:30px;font-size:.7rem;font-style:italic}.fo-digi-m4-recipients{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.fo-digi-m4-recipient:last-child:nth-child(odd){grid-column:1/-1}.fo-digi-m4-recipient{background:#fff;border:1px solid #00000012;border-radius:10px;padding:12px 14px;box-shadow:0 1px 6px #0000000a}.fo-digi-m4-recipient-name{color:var(--text-primary);font-size:.8rem;font-weight:600}.fo-digi-m4-recipient-sub{color:var(--text-muted);margin-top:2px;font-size:.68rem}.comp-hero{background:#111;justify-content:flex-end;align-items:center;width:100%;height:100dvh;min-height:100dvh;display:flex;position:relative;overflow:hidden}.comp-hero-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.comp-hero-map-bg{pointer-events:none;z-index:1;justify-content:center;align-items:center;width:80%;height:100%;display:flex;position:absolute;top:0;left:-10%}.comp-hero-map{aspect-ratio:2.1;width:100%;position:relative}.comp-hero-map .world-map-bg{object-fit:contain;pointer-events:none;opacity:1;width:100%;height:100%}.comp-hero-map .world-map-overlay{pointer-events:none;opacity:.9;width:100%;height:100%;position:absolute;inset:0}.comp-hero-vignette{z-index:2;background:linear-gradient(90deg,#0f0f1426 0%,#0f0f148c 45%,#0f0f14e0 100%),linear-gradient(#0f0f1480 0%,#0f0f1433 30% 70%,#0f0f1499 100%);position:absolute;inset:0}.comp-hero-content{z-index:3;text-align:right;max-width:936px;margin-right:clamp(24px,5vw,80px);padding:0 clamp(24px,5vw,80px);position:relative}.comp-hero-content h1{color:#fff;margin-bottom:20px;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;line-height:1.1}.comp-hero-content p{color:#fffc;margin:0;font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.65}@media (max-width:768px){.comp-hero{justify-content:center;align-items:flex-end;height:100dvh;min-height:100dvh}.comp-hero-content{text-align:left;max-width:100%;margin-right:0;padding:0 24px 60px}.comp-hero-vignette{background:linear-gradient(#0f0f1433 0%,#0f0f14d9 100%)}}.cc-section{height:500vh;position:relative}.cc-sticky{background:#f5f3f0;justify-content:center;align-items:center;height:100vh;padding:0 clamp(16px,3vw,48px);display:flex;position:sticky;top:0;overflow:hidden}.cc-layout{grid-template-rows:auto 1fr 1fr auto;grid-template-columns:1fr minmax(220px,300px) 1fr;place-items:center;gap:0 72px;width:100%;max-width:1200px;display:grid}.cc-ring-wrap{aspect-ratio:1;grid-area:2/2/4;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.cc-ring-svg{width:100%;height:100%;position:absolute;inset:0}.cc-center-label{z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.cc-center-logo{object-fit:contain;width:auto;height:48px}.cc-step{align-items:center;gap:10px;max-width:280px;display:flex}.cc-step-num{color:#fff;background:#0f7a3f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.72rem;font-weight:700;display:flex}.cc-step-body{flex-direction:column;gap:8px;display:flex}.cc-step-content{flex-direction:column;gap:4px;display:flex}.cc-step-label{color:var(--text-primary);font-size:1rem;font-weight:700;line-height:1.25}.cc-step-desc{color:var(--text-secondary);font-size:.82rem;line-height:1.6}.cc-step-graphic{width:100%;max-width:120px}.cc-graphic{width:100%;height:auto}.cc-step[data-index="0"]{text-align:center;flex-direction:column;grid-area:1/1/auto/4;justify-self:center;align-items:center;max-width:320px;margin-bottom:-12px}.cc-step[data-index="0"] .cc-step-body{align-items:center}.cc-step[data-index="0"] .cc-step-graphic{margin:0 auto}.cc-step[data-index="1"]{text-align:left;grid-area:2/3;place-self:center start}.cc-step[data-index="2"]{text-align:left;grid-area:3/3;place-self:center start}.cc-step[data-index="3"]{text-align:center;flex-direction:column;grid-area:4/1/auto/4;justify-self:center;align-items:center;max-width:320px;margin-top:-12px}.cc-step[data-index="3"] .cc-step-body{align-items:center}.cc-step[data-index="3"] .cc-step-graphic{margin:0 auto}.cc-step[data-index="4"]{text-align:right;flex-direction:row-reverse;grid-area:3/1;place-self:center end}.cc-step[data-index="4"] .cc-step-content,.cc-step[data-index="4"] .cc-step-body{align-items:flex-end}.cc-step[data-index="5"]{text-align:right;flex-direction:row-reverse;grid-area:2/1;place-self:center end}.cc-step[data-index="5"] .cc-step-content,.cc-step[data-index="5"] .cc-step-body{align-items:flex-end}@media (max-width:800px){.cc-layout{gap:16px 20px}.cc-step{max-width:200px}.cc-step-label{font-size:.88rem}.cc-step-desc{font-size:.72rem}.cc-step-graphic{display:none}.cc-center-logo{height:24px}}@media (max-width:500px){.cc-section{height:550vh}.cc-step-desc{display:none}.cc-step{max-width:120px}.cc-center-logo{height:20px}}@media (max-width:768px){.cc-section{display:none}}.cc-mobile-section{background:#f5f3f0;padding:56px 0 64px;display:none}.cc-mobile-header{text-align:center;flex-direction:column;align-items:center;gap:12px;margin-bottom:40px;display:flex}.cc-mobile-logo{object-fit:contain;width:auto;height:28px;margin-bottom:4px}.cc-mobile-title{color:var(--text-primary);margin:0;font-size:1.6rem;font-weight:800;line-height:1.2}.cc-mobile-subtitle{color:var(--text-secondary);max-width:280px;margin:0;font-size:.9rem;line-height:1.6}.cc-mobile-steps{flex-direction:column;display:flex}.cc-mobile-step{align-items:flex-start;gap:16px;display:flex}.cc-mobile-step-left{flex-direction:column;flex-shrink:0;align-items:center;width:32px;display:flex}.cc-mobile-step-num{color:#fff;background:#0f7a3f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.cc-mobile-step-line{background:linear-gradient(#0f7a3f,#d4cfc8);flex:1;width:2px;min-height:24px;margin:6px 0}.cc-mobile-step-content{flex:1;padding-bottom:28px}.cc-mobile-step-label{color:var(--text-primary);margin-top:4px;margin-bottom:6px;font-size:1rem;font-weight:700;line-height:1.3}.cc-mobile-step-desc{color:var(--text-secondary);font-size:.85rem;line-height:1.65}@media (max-width:768px){.cc-mobile-section{display:block}}.reg-carousel-section{background:var(--bg-primary);padding:48px 0 56px;overflow:hidden}.reg-carousel-label{text-align:center;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:24px;font-size:.78rem;font-weight:600}.reg-carousel-track{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#fff 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#fff 10% 90%,#0000)}.reg-carousel-inner{gap:48px;width:max-content;animation:30s linear infinite reg-scroll;display:flex}.reg-carousel-item{color:var(--text-muted);white-space:nowrap;letter-spacing:.04em;opacity:.6;font-size:.95rem;font-weight:600;transition:opacity .3s}.reg-carousel-item:hover{opacity:1}@keyframes reg-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.register-intro{text-align:center;max-width:100%;color:var(--text-secondary);margin:0 auto 40px;font-size:1.02rem;line-height:1.7}.register-layout{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:var(--bg-surface);grid-template-columns:1fr 330px;min-height:490px;display:grid;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 16px #00000008}.register-viz-panel{min-width:0;position:relative;overflow:hidden}.register-features{border-left:1px solid var(--border-color);background:var(--bg-primary);flex-direction:column;display:flex}.register-features-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border-color);padding:14px 24px;font-size:.68rem;font-weight:700}.register-feature-item{text-align:left;cursor:pointer;border:none;border-bottom:1px solid var(--border-color);background:0 0;border-left:3px solid #0000;width:100%;padding:0;font-family:inherit;transition:background .15s,border-color .15s;display:block}.register-feature-item:last-child{border-bottom:none}.register-feature-item:hover{background:#00000003}.register-feature-item.active{border-left-color:var(--accent);background:#00000005}.register-feature-header{align-items:center;gap:12px;padding:16px 20px 16px 18px;display:flex}.register-feature-num{color:var(--text-muted);opacity:.45;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.66rem;font-weight:700}.register-feature-item.active .register-feature-num{color:var(--accent);opacity:.7}.register-feature-title{color:var(--text-primary);flex:1;font-size:.8rem;font-weight:600;line-height:1.35}.register-feature-item.active .register-feature-title{color:var(--accent)}.register-feature-chevron{border-right:1.5px solid var(--text-muted);border-bottom:1.5px solid var(--text-muted);opacity:.5;flex-shrink:0;width:7px;height:7px;transition:transform .2s,border-color .2s;transform:rotate(45deg)}.register-feature-item.active .register-feature-chevron{border-color:var(--accent);opacity:.7;transform:rotate(-135deg)}.register-feature-desc{color:var(--text-muted);padding:0 20px 16px 42px;font-size:.74rem;line-height:1.6;animation:.2s reg-desc-in}@keyframes reg-desc-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.reg-viz{flex-direction:column;height:100%;animation:.25s reg-viz-in;display:flex}@keyframes reg-viz-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.reg-viz-toolbar{border-bottom:1px solid var(--border-color);background:var(--bg-primary);justify-content:space-between;align-items:center;padding:13px 24px;display:flex}.reg-viz-toolbar-title{color:var(--text-primary);font-size:.8rem;font-weight:700}.reg-viz-toolbar-badge{letter-spacing:.01em;border-radius:4px;padding:3px 10px;font-size:.64rem;font-weight:600}.reg-viz-toolbar-badge.alert{color:#c0392b;background:#c0392b0f}.reg-viz-toolbar-badge.scan{color:#3b6fd9;background:#3b6fd90f}.reg-viz-toolbar-badge.permit,.reg-viz-toolbar-badge.renewal{color:#b8850e;background:#d495200f}.reg-viz-toolbar-badge.propagate{color:#0f7a3f;background:#0f7a3f0f}.reg-viz-footer{border-top:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-muted);margin-top:auto;padding:12px 24px;font-size:.7rem}.reg-viz-dim{color:var(--text-muted);margin-top:1px;font-size:.7rem;display:block}.reg-viz-pill{white-space:nowrap;letter-spacing:.01em;border-radius:10px;padding:2px 9px;font-size:.62rem;font-weight:600;display:inline-block}.reg-viz-pill.red{color:#c0392b;background:#c0392b0f}.reg-viz-pill.amber{color:#b8850e;background:#d495200f}.reg-viz-pill.green{color:#0f7a3f;background:#0f7a3f0f}.reg-viz-two-col{flex:1;grid-template-columns:1fr 40px 1fr;align-items:start;gap:0;padding:20px 24px;display:grid}.reg-viz-col{flex-direction:column;gap:8px;display:flex}.reg-viz-col-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-size:.66rem;font-weight:700}.reg-viz-card{border:1px solid var(--border-color);color:var(--text-primary);background:var(--bg-surface);border-radius:6px;align-items:flex-start;gap:10px;padding:10px 12px;font-size:.72rem;display:flex}.reg-viz-card.alert{background:#c0392b04;border-color:#c0392b26}.reg-viz-card.highlight{border-color:rgba(var(--accent-rgb,43,170,158), .25);background:rgba(var(--accent-rgb,43,170,158), .02)}.reg-viz-card-text{flex:1;min-width:0}.reg-viz-card-text strong{font-size:.72rem;line-height:1.3;display:block}.reg-viz-badge{letter-spacing:.02em;border-radius:4px;flex-shrink:0;padding:2px 8px;font-size:.6rem;font-weight:700}.reg-viz-badge.blue{color:#3b6fd9;background:#3b6fd914}.reg-viz-badge.amber{color:#b8850e;background:#d4952014}.reg-viz-connector{flex-direction:column;justify-content:center;align-items:center;gap:0;padding-top:24px;display:flex}.reg-viz-connector-line{width:100%;height:1.5px;margin:18px 0}.reg-viz-connector-line.green{background:#0f7a3f4d}.reg-viz-connector-line.red{background:#c0392b4d}.reg-viz-connector-line.accent{background:rgba(var(--accent-rgb,43,170,158), .25)}.reg-viz-card-group{border:1px solid var(--border-color);border-radius:6px;overflow:hidden}.reg-viz-card-group-header{border-bottom:1px solid var(--border-color);align-items:flex-start;gap:10px;padding:10px 12px;font-size:.72rem;display:flex}.reg-viz-card-group-item{color:var(--text-secondary);border-bottom:1px solid #00000008;align-items:center;gap:8px;padding:7px 12px;font-size:.7rem;display:flex}.reg-viz-card-group-item:last-child{border-bottom:none}.reg-viz-dot{background:var(--accent);opacity:.4;border-radius:50%;flex-shrink:0;width:5px;height:5px}.reg-viz-check{border:1.5px solid var(--accent);opacity:.35;border-radius:3px;flex-shrink:0;width:13px;height:13px;margin-top:2px}.reg-viz-lg .reg-viz-toolbar-title{font-size:.92rem}.reg-viz-lg .reg-viz-toolbar-badge{padding:4px 12px;font-size:.72rem}.reg-viz-lg .reg-viz-alert-text{font-size:.84rem}.reg-viz-lg .reg-viz-alert-text span{font-size:.78rem}.reg-viz-lg .reg-viz-alert-banner{gap:14px;padding:16px 24px}.reg-viz-lg .reg-viz-row{padding:13px 24px;font-size:.82rem}.reg-viz-lg .reg-viz-row.header{font-size:.72rem}.reg-viz-lg .reg-viz-footer,.reg-viz-lg .reg-viz-dim{font-size:.78rem}.reg-viz-lg .reg-viz-card-text strong{font-size:.82rem}.reg-viz-lg .reg-viz-col-label{font-size:.72rem}.reg-viz-lg .reg-viz-pill,.reg-viz-lg .reg-viz-badge{padding:3px 10px;font-size:.68rem}.reg-viz-lg .reg-viz-card{gap:12px;padding:12px 14px}.reg-viz-lg .reg-viz-card-group-header{padding:12px 14px;font-size:.82rem}.reg-viz-lg .reg-viz-card-group-item{padding:9px 14px;font-size:.78rem}.reg-viz-lg .reg-viz-renewal-top{font-size:.82rem}.reg-viz-lg .reg-viz-renewal-meta{font-size:.74rem}.reg-viz-badge-tag{letter-spacing:.02em;text-align:center;border-radius:4px;flex-shrink:0;min-width:72px;padding:3px 14px;font-size:.7rem;font-weight:700}.reg-viz-badge-tag.blue{color:#3b6fd9;background:#3b6fd914}.reg-viz-matched{flex:1;grid-template-columns:1fr 40px 1fr;align-items:center;gap:8px 0;padding:20px 24px;display:grid}.reg-viz-hline{align-self:center;width:100%;height:1.5px}.reg-viz-hline.green{background:#0f7a3f4d}.reg-viz-hline.red{background:#c0392b4d}.reg-viz-hline.accent{background:rgba(var(--accent-rgb), .25)}.reg-viz-permit-source{border-bottom:1px solid var(--border-color);background:var(--bg-primary);align-items:flex-start;gap:10px;padding:14px 24px;display:flex}.reg-viz-fan-grid{flex:1;grid-template-rows:auto repeat(4,auto);grid-template-columns:1fr 40px 1fr;align-items:center;gap:8px 0;padding:20px 24px;display:grid}.reg-viz-fan-left{grid-column:1;align-self:stretch;align-items:center;display:flex}.reg-viz-alert-banner{background:#c0392b06;border-bottom:1px solid #c0392b14;align-items:flex-start;gap:12px;padding:14px 24px;display:flex}.reg-viz-alert-dot{background:#c0392b;border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:5px}.reg-viz-alert-text{color:var(--text-primary);font-size:.74rem;line-height:1.45}.reg-viz-alert-text span{color:var(--text-muted);margin-top:2px;font-size:.7rem;display:block}.reg-viz-table-mini{flex:1}.reg-viz-row{color:var(--text-secondary);border-bottom:1px solid #00000009;grid-template-columns:1.2fr 90px 1fr;align-items:center;gap:16px;padding:11px 24px;font-size:.72rem;display:grid}.reg-viz-row.header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;background:var(--bg-primary);border-bottom:1px solid var(--border-color);font-size:.66rem;font-weight:700}.reg-viz-renewals{flex-direction:column;flex:1;gap:12px;padding:20px 24px;display:flex}.reg-viz-renewal-card{border:1px solid var(--border-color);background:var(--bg-surface);border-radius:6px;padding:14px 16px}.reg-viz-renewal-top{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;font-size:.72rem;display:flex}.reg-viz-bar-track{background:#0000000d;border-radius:2px;height:3px;margin-bottom:10px;overflow:hidden}.reg-viz-bar-fill{background:var(--accent);border-radius:2px;height:100%;transition:width .5s}.reg-viz-renewal-meta{color:var(--text-muted);justify-content:space-between;font-size:.66rem;display:flex}@media (max-width:900px){.register-layout{grid-template-columns:1fr;min-height:auto}.register-features{border-left:none;border-top:1px solid var(--border-color)}.register-viz-panel{min-height:400px}.reg-viz-two-col{grid-template-columns:1fr;gap:16px}.reg-viz-connector{display:none}.reg-viz-matched{grid-template-columns:1fr;gap:8px}.reg-viz-hline{display:none}.reg-viz-fan-grid{grid-template-columns:1fr;gap:8px}.reg-viz-fan-left{grid-row:auto!important}.reg-viz-row{grid-template-columns:1fr;gap:4px}.reg-viz-row.header{display:none}.reg-viz-table-mini{overflow-x:auto}.reg-viz-viz-panel{min-height:300px}.reg-viz{font-size:.78rem}.reg-viz-col-label{display:none}}.topic-explorer{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--neo-raised);padding:28px 32px 32px}.topic-explorer-search{cursor:text;margin-bottom:24px;position:relative}.topic-explorer-search-icon{width:18px;height:18px;color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.topic-explorer-input{width:100%;font-size:.92rem;font-family:var(--font-sans);border:1px solid var(--border-color);background:var(--bg-base);color:var(--text-primary);box-sizing:border-box;border-radius:8px;outline:none;padding:12px 16px 12px 42px;transition:border-color .2s,box-shadow .2s}.topic-explorer-input:focus{border-color:#0f7a3f66;box-shadow:0 0 0 3px #0f7a3f14}.topic-explorer-columns{grid-template-columns:repeat(4,1fr);gap:24px;height:340px;display:grid;overflow-y:auto}.topic-explorer-empty{height:340px;color:var(--text-muted);justify-content:center;align-items:center;font-size:.92rem;display:flex}.topic-explorer-col-title{color:var(--text-primary);border-bottom:2px solid #0000000f;margin:0 0 12px;padding-bottom:8px;font-size:.85rem;font-weight:700}.topic-explorer-items{flex-direction:column;gap:6px;display:flex}.topic-explorer-item{border:1px solid var(--border-color);color:var(--text-secondary);background:var(--bg-base);border-radius:6px;padding:8px 12px;font-size:.8rem;line-height:1.35;transition:background .15s,border-color .15s}.topic-explorer-item:hover{background:#fff;border-color:#0000001a}@media (max-width:900px){.topic-explorer-columns{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.topic-explorer{padding:20px 16px 24px}.topic-explorer-columns{grid-template-columns:1fr}}.topics-grid-v2{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.topic-card-v2{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--neo-raised);padding:32px 28px}.topic-card-v2-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.topic-card-v2-header h3{color:var(--text-primary);margin:0;font-size:1.15rem;font-weight:700}.topic-card-v2-icon{font-size:1.3rem}.topic-card-v2-items{flex-wrap:wrap;gap:8px;display:flex}.topic-tag{background:var(--accent-dim);color:var(--text-secondary);white-space:nowrap;border-radius:20px;padding:6px 14px;font-size:.78rem;font-weight:500}@media (max-width:768px){.topics-grid-v2{grid-template-columns:1fr}}#fo-case-study{padding-top:40px}.fo-case-study{color:inherit;background:#fff;border-radius:16px;text-decoration:none;display:flex;overflow:hidden;box-shadow:0 4px 24px #0000000f,0 0 0 1px #00000008}.fo-case-study-img{flex-shrink:0;width:380px;overflow:hidden}.fo-case-study-img img{object-fit:cover;width:100%;height:100%;display:block}.fo-case-study-content{flex-direction:column;flex:1;justify-content:center;gap:12px;padding:32px 36px;display:flex}.fo-case-study-content .label{align-self:flex-start}.fo-case-study-tag{text-transform:uppercase;letter-spacing:.1em;color:#3b6fd9;background:#3b6fd912;border-radius:4px;align-self:flex-start;padding:4px 10px;font-size:.65rem;font-weight:700;display:inline-block}.fo-case-study h3{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:800;line-height:1.3}.fo-case-study p{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.65}.fo-case-study-stats{flex-wrap:wrap;gap:20px 28px;margin-top:4px;display:flex}.fo-case-study-stat{flex-direction:column;gap:2px;display:flex}.fo-case-study-stat-val{color:var(--text-primary);font-size:1.1rem;font-weight:800}.fo-case-study-stat-label{color:var(--text-muted);font-size:.68rem}.fo-case-study-link{color:#3b6fd9;align-items:center;gap:6px;margin-top:4px;font-size:.82rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.fo-case-study-link:hover{gap:10px}.fo-case-study-link--disabled{color:var(--text-muted);pointer-events:none;cursor:default}.fo-case-study-link svg{width:14px;height:14px}@media (max-width:768px){.fo-case-study{flex-direction:column}.fo-case-study-img{width:100%;height:220px}.fo-case-study-content{padding:24px}.fo-case-study-stats{flex-wrap:wrap;gap:16px}}#fo-step-exec,#fo-verify,#fo-feedback{padding:60px 0}.fo-feedback-demo{padding:0}.fo-feedback-heading{margin-bottom:28px}.fo-feedback-heading h2{color:var(--text-primary);margin:0;font-size:clamp(1.4rem,3vw,2rem);font-weight:800}.fo-feedback-row{align-items:flex-start;gap:40px;display:flex}.fo-feedback-text{flex:1;min-width:260px}.fo-feedback-text p{color:var(--text-secondary);margin-bottom:16px;font-size:.95rem;line-height:1.65}.fo-feedback-devices{flex-shrink:0;align-items:center;gap:24px;display:flex}.fo-feedback-phone-col,.fo-feedback-laptop-col{flex-direction:column;align-items:center;gap:12px;display:flex}.fo-feedback-device-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);font-size:.72rem;font-weight:700}.fo-feedback-phone{position:relative;width:230px!important}.fo-feedback-connector{color:#3b6fd9;flex-shrink:0;justify-content:center;align-items:center;display:flex}.fo-feedback-connector-icon{width:2.25rem;height:2.25rem;display:flex}.fo-feedback-connector-icon svg{width:100%;height:100%}.fo-feedback-dev-btn{color:#fff;text-align:center;cursor:default;border-radius:10px;margin-top:6px;padding:10px;font-size:.72rem;font-weight:700}.fo-feedback-dev-form{z-index:3;background:#fff;border-radius:14px;flex-direction:column;gap:10px;padding:14px;display:flex;position:absolute;bottom:40px;left:10px;right:10px;box-shadow:0 -4px 24px #0000001f}.fo-feedback-dev-form-title{color:var(--text-primary);font-size:.82rem;font-weight:700}.fo-feedback-dev-form-field{flex-direction:column;gap:3px;display:flex}.fo-feedback-dev-form-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.6rem;font-weight:600}.fo-feedback-dev-form-value{color:var(--text-primary);background:#f4f5f8;border-radius:6px;padding:6px 10px;font-size:.72rem}.fo-feedback-sev-high{color:#d44a2e;font-weight:600}.fo-feedback-dev-form-textarea{background:#f4f5f8;border-radius:6px;min-height:56px;padding:8px 10px;overflow:hidden}.fo-feedback-typing-text{color:var(--text-primary);white-space:normal;word-break:break-word;font-size:.68rem;line-height:1.5;overflow:hidden}.fo-feedback-submit-btn{color:#fff;text-align:center;cursor:default;border-radius:8px;padding:8px;font-size:.68rem;font-weight:700}.fo-feedback-sent-badge{text-align:center;color:#3b6fd9;padding:4px 0;font-size:.62rem;font-weight:600}.fo-feedback-laptop{flex-direction:column;width:420px;display:flex}.fo-feedback-laptop-screen{background:#fff;border:2px solid #d0d3da;border-radius:10px;overflow:hidden}.fo-feedback-laptop-toolbar{background:#f0f2f5;border-bottom:1px solid #e0e2e8;align-items:center;gap:10px;padding:8px 12px;display:flex}.fo-feedback-laptop-dots{gap:5px;display:flex}.fo-feedback-laptop-dots span{background:#ccc;border-radius:50%;width:8px;height:8px}.fo-feedback-laptop-dots span:first-child{background:#f87171}.fo-feedback-laptop-dots span:nth-child(2){background:#fbbf24}.fo-feedback-laptop-dots span:last-child{background:#34d399}.fo-feedback-laptop-url{color:var(--text-muted);background:#fff;border-radius:4px;flex:1;padding:3px 10px;font-size:.58rem}.fo-feedback-laptop-content{display:flex}.fo-feedback-laptop-sidebar{background:#f6f7fa;border-right:1px solid #e8eaef;flex-direction:column;gap:2px;width:90px;padding:12px 0;display:flex}.fo-feedback-laptop-nav-item{color:var(--text-muted);cursor:default;padding:6px 12px;font-size:.58rem;font-weight:500}.fo-feedback-laptop-nav-item.active{color:#3b6fd9;background:#3b6fd90f;border-left:2px solid #3b6fd9;font-weight:700}.fo-feedback-laptop-main{flex:1;padding:14px 16px;overflow:hidden}.fo-feedback-laptop-heading{color:var(--text-primary);margin-bottom:12px;font-size:.78rem;font-weight:700}.fo-feedback-laptop-notif{background:#f9fafb;border:1px solid #e4e7ec;border-radius:10px;padding:12px}.fo-feedback-notif-new{color:#fff;letter-spacing:.06em;background:#d44a2e;border-radius:3px;margin-bottom:6px;padding:2px 6px;font-size:.52rem;font-weight:800;display:inline-block}.fo-feedback-notif-body{flex-direction:column;gap:5px;display:flex}.fo-feedback-notif-title{color:var(--text-primary);font-size:.74rem;font-weight:700}.fo-feedback-notif-meta{color:var(--text-muted);font-size:.58rem}.fo-feedback-notif-desc{color:var(--text-secondary);font-size:.64rem;line-height:1.5}.fo-feedback-notif-actions{gap:8px;margin-top:6px;display:flex}.fo-feedback-accept-btn{color:#fff;cursor:default;border-radius:6px;padding:6px 14px;font-size:.6rem;font-weight:700}.fo-feedback-reject-btn{color:var(--text-muted);cursor:default;background:#f0f2f5;border-radius:6px;padding:6px 14px;font-size:.6rem;font-weight:600}.fo-feedback-confirmed-badge{color:#1a1a2e;background:#1a1a2e0f;border-radius:6px;margin-top:4px;padding:6px 10px;font-size:.6rem;font-weight:600}@media (max-width:1100px){.fo-feedback-row{flex-direction:column}.fo-feedback-devices{flex-wrap:wrap;justify-content:center;width:100%}}@media (max-width:900px){.fo-feedback-devices{flex-direction:column}.fo-feedback-connector{transform:rotate(90deg)}.fo-feedback-laptop{width:100%;max-width:420px}}[data-accent-theme=field] .fo-phone{width:310px;font-size:1.05em}[data-accent-theme=field] .feature-text h2{font-size:clamp(1.5rem,3vw,2rem)}[data-accent-theme=field] .feature-text p{font-size:1.05rem}[data-accent-theme=field] .feature-block.reverse .ss-p5-phone{box-shadow:none}.fo-feedback-heading .label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:6px;font-size:.72rem;font-weight:700;display:block}.fo-feedback-heading h2{font-size:clamp(1.4rem,3vw,2rem)!important;font-weight:800!important}.fo-feedback-text .feature-list{gap:18px}.fo-feedback-text .feature-list-item{margin-bottom:0}.fo-feedback-dev-form-value{word-break:break-word;overflow-wrap:break-word}.demo-mock{background:var(--bg-raised);border-radius:var(--radius-xl);max-width:780px;box-shadow:var(--neo-raised);margin-top:44px;margin-left:auto;margin-right:auto;padding:28px}.demo-mock-header{gap:7px;margin-bottom:22px;display:flex}.demo-mock-header span{background:#0000000f;border-radius:50%;width:11px;height:11px}.demo-mock-header span:first-child{background:#ff5f57}.demo-mock-header span:nth-child(2){background:#febc2e}.demo-mock-header span:nth-child(3){background:#28c840}.demo-mock-content{flex-direction:column;gap:14px;display:flex}.demo-line{background:var(--bg-base);height:11px;box-shadow:var(--neo-inset);border-radius:8px}.demo-line.short{width:40%}.demo-line.medium{width:68%}.demo-line.long{width:88%}.demo-line.accent{background:var(--accent-dim);width:52%;box-shadow:none}.page-header{text-align:center;padding:155px 0 55px}.page-header h1{margin-bottom:14px}.page-header p{max-width:560px;margin:0 auto;font-size:1.05rem}.legal-content{max-width:760px;margin:0 auto}.legal-content h2{margin:40px 0 12px;font-size:1.35rem;font-weight:700}.legal-content h2:first-child{margin-top:0}.legal-content h3{margin:24px 0 8px;font-size:1.05rem;font-weight:600}.legal-content p{color:var(--text-secondary);margin-bottom:12px;font-size:.95rem;line-height:1.7}.legal-content ul{margin:0 0 16px;padding-left:24px}.legal-content li{color:var(--text-secondary);margin-bottom:4px;font-size:.95rem;line-height:1.7}.legal-content a{color:var(--accent);text-decoration:none}.legal-content a:hover{text-decoration:underline}.about-bg-canvas{z-index:0;pointer-events:auto;width:100%;height:100%;position:fixed;inset:0}.about-header,[data-accent-theme=about] .page-header,[data-accent-theme=about] .section,[data-accent-theme=about] .cta-banner{z-index:1;position:relative}[data-accent-theme=about] .value-card{box-shadow:none;border:1px solid var(--border-color);border-radius:4px}[data-accent-theme=about] .value-card .card-icon{background:#1a1a2e0f;border-radius:4px}[data-accent-theme=about] .value-card .card-icon svg{color:#1a1a2e}[data-accent-theme=about] .value-card:hover{box-shadow:0 4px 16px #0000000f}[data-accent-theme=about] .label{color:#1a1a2e;background:#1a1a2e14}[data-accent-theme=about] .btn-accent{color:#fff;background:#1a1a2e}[data-accent-theme=about] .btn-accent:hover{background:#2a2a42}.careers-grid{flex-direction:column;gap:12px;max-width:720px;margin:0 auto;display:flex}.careers-card{background:var(--bg-surface);border:1px solid var(--border-color);color:var(--text-primary);border:1px solid var(--border-color);border-radius:4px;padding:20px 24px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block}.careers-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000000f}.careers-card-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.careers-card-top h3{margin:0;font-size:1rem;font-weight:600}.careers-arrow{width:18px;height:18px;color:var(--text-muted);flex-shrink:0;transition:color .2s,transform .2s}.careers-card:hover .careers-arrow{color:var(--accent);transform:translate(3px)}.careers-card-meta{color:var(--text-secondary);align-items:center;gap:6px;margin-top:6px;font-size:.8rem;display:flex}.careers-meta-sep{opacity:.4}.about-mission{grid-template-columns:1.4fr 1fr;align-items:start;gap:48px;display:grid}.about-mission-text h2{color:var(--text-primary);margin-bottom:16px;font-size:1.6rem;font-weight:700}.about-mission-text p{color:var(--text-secondary);margin-bottom:12px;font-size:.95rem;line-height:1.7}.about-mission-stats{border:1px solid var(--border-color);background:#fff;border-radius:4px;flex-direction:column;gap:24px;padding:32px;display:flex}.about-stat{flex-direction:column;gap:2px;display:flex}.about-stat-num{color:#1a1a2e;font-size:1.8rem;font-weight:800;line-height:1}.about-stat-label{color:var(--text-secondary);font-size:.82rem}.about-founders-heading{color:var(--text-primary);margin:48px 0 24px;font-size:1.1rem;font-weight:700}.about-founders-grid{grid-template-columns:repeat(2,1fr);gap:32px;margin-top:40px;margin-bottom:-60px;display:grid}.about-founder-card{border:1px solid var(--border-color);background:#fff;border-radius:4px;align-items:flex-start;gap:20px;padding:16px;display:flex}.about-founder-photo{object-fit:cover;border-radius:3px;flex-shrink:0;width:180px;height:180px}.about-founder-info h3{margin-bottom:2px;font-size:1.05rem;font-weight:700}.about-founder-role{color:var(--text-muted);margin-bottom:10px;font-size:.82rem;display:block}.about-founder-info p{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.about-investors{text-align:center}.about-investors-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:56px;display:flex}.about-investors-row img{object-fit:contain;opacity:.7;width:auto;height:48px}.about-investors-row img[alt=Transpose]{height:86px}.about-team-avatar{color:#fff;letter-spacing:.02em;background:#1a1a2e;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:14px;font-size:.9rem;font-weight:700;display:inline-flex}.about-team-avatar-sm{flex-shrink:0;width:44px;height:44px;margin-bottom:0;font-size:.78rem}.about-team-card h3{margin-bottom:2px;font-size:.95rem;font-weight:700}.about-team-role{color:var(--text-muted);margin-bottom:10px;font-size:.78rem;display:block}.about-team-card p{color:var(--text-secondary);font-size:.82rem;line-height:1.5}.about-advisors-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:8px;display:grid}.about-advisor-card{border:1px solid var(--border-color);background:#fff;border-radius:4px;align-items:flex-start;gap:16px;padding:20px;display:flex}.about-advisor-card h4{margin-bottom:2px;font-size:.9rem;font-weight:700}.about-advisor-card p{color:var(--text-secondary);margin-top:6px;font-size:.8rem;line-height:1.5}.about-backers-banner{background:linear-gradient(180deg, #1a1a2e0f 0%, #1a1a2e05 100%), var(--bg-surface);border-top:1px solid #0000000f;border-bottom:1px solid #0000000f;margin:8px 0 40px;padding:32px 0;position:relative;box-shadow:inset 0 1px #ffffffa6,0 8px 28px #1a1a2e0f}.about-backers-banner:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(to right, var(--bg-surface) 0%, transparent 12%, transparent 88%, var(--bg-surface) 100%);position:absolute;inset:0}.about-backers-carousel{max-width:1200px;margin:0 auto;overflow:hidden}.about-backers-track{width:max-content;animation:35s linear infinite backers-scroll;display:flex}.about-backers-item{flex-shrink:0;justify-content:center;align-items:center;height:48px;padding:0 48px;display:flex}.about-backers-item img{object-fit:contain;min-width:100px;height:48px}.about-backers-item img[alt=Amazon]{height:34px}@keyframes backers-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:900px){.about-hero-text{padding-top:0}.about-mission{grid-template-columns:1fr;gap:24px}.about-founders-grid{grid-template-columns:1fr}.about-founder-card{flex-direction:column}.about-founder-photo{aspect-ratio:1;width:100%;height:auto}.about-advisors-grid{grid-template-columns:1fr}}.about-hero-split{padding:140px 0 64px}.about-hero-grid{flex-direction:column;align-items:stretch;gap:48px;max-width:720px;margin:0 auto;display:flex}.about-hero-text{padding-top:0}.about-hero-form{width:100%}.about-hero-text h1{margin-bottom:20px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1.15}.about-hero-text p{color:var(--text-secondary);margin-bottom:12px;font-size:.95rem;line-height:1.7}.about-hero-form .demo-form-card{max-width:none;margin:0}.demo-form-card{border:1px solid var(--border-color);background:#fff;border-radius:4px;max-width:560px;margin:0 auto;overflow:hidden}.demo-form{flex-direction:column;gap:28px;padding:40px 44px;display:flex}.demo-form-row{grid-template-columns:1fr 1fr;gap:32px;display:grid}.demo-form-field{flex-direction:column;display:flex}.demo-form-field input,.demo-form-field textarea{color:#1a1a2e;background:0 0;border:none;border-bottom:1px solid #00000026;border-radius:0;outline:none;padding:14px 0;font-family:inherit;font-size:.92rem;transition:border-color .2s}.demo-form-field input:focus,.demo-form-field textarea:focus{border-bottom-color:#1a1a2e}.demo-form-field input::placeholder,.demo-form-field textarea::placeholder{color:#00000059;font-weight:400}.demo-form-field textarea{resize:vertical;min-height:64px}.demo-form-consent{cursor:pointer;color:#5a5a6e;align-items:flex-start;gap:10px;font-size:.82rem;line-height:1.5;display:flex}.demo-form-consent input[type=checkbox]{accent-color:#1a1a2e;cursor:pointer;flex-shrink:0;width:16px;height:16px;margin-top:2px}.demo-form-consent strong{color:#1a1a2e}.demo-form-actions{justify-content:flex-end;display:flex}.demo-form-error{color:#b00020;margin:0 0 12px;font-size:.85rem;line-height:1.4}.demo-form-submit{color:#fff;cursor:pointer;background:#9e9e9e;border:none;border-radius:4px;padding:12px 32px;font-size:.88rem;font-weight:600;transition:background .2s}.demo-form-submit:hover{background:#1a1a2e}.demo-form-submit:disabled{opacity:.65;cursor:not-allowed}.demo-form-submit:disabled:hover{background:#9e9e9e}.demo-form-success{text-align:center;padding:80px 40px}.demo-form-success-icon{color:#fff;background:#1a1a2e;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:1.5rem;display:inline-flex}.demo-form-success h3{color:#1a1a2e;margin-bottom:12px;font-size:1.4rem}.demo-form-success p{color:var(--text-secondary);max-width:420px;margin:0 auto;font-size:.95rem;line-height:1.6}@media (max-width:600px){.demo-form{gap:22px;padding:28px 24px}.demo-form-row{grid-template-columns:1fr;gap:22px}}@media (max-width:900px){.about-hero-split{padding:112px 0 52px;padding-top:calc(env(safe-area-inset-top,0px) + 100px);overflow-x:clip}.about-hero-grid{gap:28px}.about-hero-text,.about-hero-form{width:100%;min-width:0}}@media (max-width:600px){.about-hero-split{padding:96px 0 40px;padding-top:calc(env(safe-area-inset-top,0px) + 100px)}.about-hero-grid{gap:24px}.about-hero-text h1{word-wrap:break-word;font-size:clamp(1.4rem,6.5vw,1.85rem)}.about-hero-form .demo-form-card{border-radius:8px}.about-hero-form .demo-form-field input,.about-hero-form .demo-form-field textarea{padding:16px 0;font-size:16px}.about-hero-form .demo-form-submit{justify-content:center;width:100%;min-height:48px;padding:14px 24px}.about-hero-form .demo-form-actions{justify-content:stretch}.about-hero-form .demo-form-success{padding:48px 20px}}.timeline{max-width:680px;margin:0 auto;position:relative}.timeline:before{content:"";background:rgba(var(--accent-rgb), .12);border-radius:2px;width:2px;position:absolute;top:0;bottom:0;left:23px}.timeline-item{gap:22px;padding-bottom:36px;display:flex;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-dot{background:var(--bg-surface);width:48px;height:48px;box-shadow:var(--neo-raised);color:var(--accent);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.88rem;font-weight:700;display:flex}.timeline-content h4{margin-top:10px;margin-bottom:6px}.timeline-content p{font-size:.88rem}.footer{border-top:1px solid var(--border-color);background:var(--bg-inset);padding:56px 0 28px;position:relative}.footer .container{z-index:1;position:relative}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:44px;margin-bottom:44px;display:grid}.footer-brand p{max-width:260px;margin-top:10px;font-size:.85rem}.footer-col h4{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:14px;font-size:.75rem}.footer-col a{color:var(--text-secondary);transition:var(--transition-fast);padding:5px 0;font-size:.85rem;display:block}.footer-col a:hover{color:var(--text-primary)}.footer-social{gap:10px;margin-top:14px;display:flex}.footer-social-link{width:34px;height:34px;color:var(--text-secondary);background:var(--bg-surface);box-shadow:var(--shadow-neo);border-radius:8px;justify-content:center;align-items:center;padding:0;transition:color .2s,transform .2s;display:flex!important}.footer-social-link:hover{color:var(--accent);transform:translateY(-2px)}.footer-brand h4{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-top:2rem;margin-bottom:14px;font-size:.75rem}.footer-soc2{color:var(--text-secondary);letter-spacing:.02em;align-items:center;gap:8px;font-size:.82rem;display:flex}.footer-soc2-img{object-fit:contain;flex-shrink:0;width:32px;height:32px}.footer-legal{align-items:center;gap:6px;display:flex}.footer-legal a{color:var(--text-muted);text-decoration:none;transition:color .2s}.footer-legal a:hover{color:var(--text-primary)}.footer-legal-sep{color:var(--text-muted);opacity:.5}.footer-bottom{border-top:1px solid var(--border-color);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:20px;font-size:.78rem;display:flex}.animate-on-scroll{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.roi-badge{background:var(--bg-surface);border-radius:var(--radius-pill);color:var(--accent);box-shadow:var(--neo-raised);padding:14px 28px;font-size:.95rem;font-weight:700;display:inline-block}@media (max-width:1024px){.flow-grid,.value-grid,.topics-grid,.problem-grid{grid-template-columns:repeat(2,1fr)}.feature-block{grid-template-columns:1fr;gap:36px}.feature-block.reverse{direction:ltr}.stats-row,.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){:root{--section-padding:72px 0}html{scroll-padding-top:100px}.navbar{padding-top:max(20px, env(safe-area-inset-top));padding-bottom:20px}.product-hero{padding-top:110px}.navbar.scrolled{-webkit-backdrop-filter:none;backdrop-filter:none;background:#f0eeebfa;width:min(960px,100% - 24px);padding:12px 0;top:8px}.navbar:not(.scrolled) .nav-toggle span{background:#fff}.navbar:not(.scrolled) .nav-toggle[aria-expanded=true] span{background:#1a1a2e}.nav-backdrop{z-index:998;-webkit-backdrop-filter:blur(2px);background:#00000059;position:fixed;inset:0}.nav-links{z-index:999;width:min(300px,82vw);padding:80px 20px 32px;padding-top:max(80px, calc(env(safe-area-inset-top) + 64px));padding-bottom:max(32px, env(safe-area-inset-bottom));padding-right:max(20px, env(safe-area-inset-right));box-sizing:border-box;background:#f5f3f0fc;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-8px 0 32px #0000001f}.nav-links.active{transform:translate(0)}.navbar .nav-links>*{flex-shrink:0;width:100%}.navbar .nav-links .dropdown{flex-direction:column;align-items:stretch;display:flex}.nav-links .dropdown:hover .dropdown-trigger svg{transform:none}.navbar .nav-links .dropdown.active .dropdown-trigger svg{transform:rotate(180deg)}.nav-links .dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:none}.navbar .nav-links .dropdown:not(.active) .dropdown-menu{pointer-events:none;display:none}.navbar .nav-links .dropdown.active .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;width:100%;min-width:0;box-shadow:none;background:0 0;border:none;border-radius:0;margin:0;padding:0;transition:none;display:block;position:static;transform:none}.navbar .nav-links>a:not(.btn){text-align:left;color:#1a1a2e;box-sizing:border-box;border-radius:var(--radius-md);background:0 0;padding:11px 16px;font-size:1.05rem;font-weight:500;display:block}.navbar .nav-links>a:not(.btn):hover{color:#1a1a2e;background:#0000000d}.navbar .nav-links a.dropdown-trigger{box-sizing:border-box;color:#1a1a2e;border-radius:var(--radius-md);background:0 0;justify-content:space-between;align-items:center;gap:6px;width:100%;padding:11px 16px;font-size:1.05rem;font-weight:500;display:flex}.navbar .nav-links a.dropdown-trigger:hover{color:#1a1a2e;background:#0000000d}.navbar .nav-links .dropdown-menu a{text-align:left;color:#44445e;background:0 0;border-radius:0;padding:8px 16px 8px 36px;font-size:.97rem;font-weight:400;display:block}.navbar .nav-links .dropdown-menu a:hover{color:#1a1a2e;background:0 0}.navbar .nav-links .btn.btn-primary{color:#1a1a2e;box-sizing:border-box;background:0 0;border:1px solid #1a1a2e40;border-radius:8px;width:100%;margin-top:auto;margin-left:0;margin-right:0;padding:8px 22px;font-size:.88rem;font-weight:600}.navbar .nav-links .btn.btn-primary:hover{color:#1a1a2e;filter:none;background:#1a1a2e14}.nav-toggle{z-index:1001;display:flex;position:relative}.flow-grid,.value-grid,.industries-grid,.topics-grid,.problem-grid,.numbered-grid,.cost-grid{grid-template-columns:1fr}.stats-row{grid-template-columns:1fr 1fr;gap:14px}.hero{padding:120px 20px 72px}.hero h1{font-size:2rem}.hero-stats{gap:20px;margin-top:44px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{text-align:center;flex-direction:column;gap:10px}.hero-banner-content{padding:0 24px}}@media (max-width:480px){.hero h1{font-size:1.7rem}h2{font-size:1.4rem}}.fo-phone{background:#f7f5f2;border:2px solid #0000000f;border-radius:32px;width:260px;padding:2.2rem 1.1rem 1.2rem;position:relative;box-shadow:0 4px 20px #0000000d}.fo-phone-notch{background:#00000014;border-radius:3px;width:60px;height:5px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.fo-app-header{border-bottom:1px solid #0000000f;align-items:center;gap:.35rem;margin-bottom:.45rem;padding-bottom:.45rem;display:flex}.fo-app-back{color:#1a1a2e59;font-size:1.1rem;line-height:1}.fo-app-title{color:#1a1a2ed9;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.6rem;font-weight:600;overflow:hidden}.fo-app-menu{color:#1a1a2e4d;font-size:.7rem}.fo-app-subtitle{color:#1a1a2e66;margin-bottom:.4rem;font-size:.5rem}.fo-app-tabs{border-bottom:1px solid #0000000f;gap:0;margin-bottom:.6rem;display:flex}.fo-app-tab{text-align:center;color:#1a1a2e59;flex:1;padding:.3rem 0;font-size:.5rem;font-weight:500}.fo-app-tab.active{color:#1a1a2ed9;border-bottom:2px solid #1a1a2e;font-weight:600}.fo-app-info-section{color:#1a1a2ebf;margin-bottom:.4rem;font-size:.55rem;font-weight:700;text-decoration:underline}.fo-app-info-row{border-bottom:1px solid #0000000a;justify-content:space-between;padding:.3rem 0;font-size:.5rem;display:flex}.fo-app-info-label{color:#1a1a2e73}.fo-app-info-value{color:#1a1a2ebf;font-weight:500}.fo-app-meta-row{color:#1a1a2e61;justify-content:space-between;margin-bottom:.2rem;font-size:.46rem;display:flex}.fo-app-progress{background:#3b6fd91a;border-radius:2px;height:4px;margin-bottom:.55rem;overflow:hidden}.fo-app-progress-fill{background:#3b6fd9;border-radius:2px;height:100%}.fo-app-badge{color:#3b6fd9;background:#3b6fd914;border-radius:4px;margin-bottom:.45rem;padding:.18rem .45rem;font-size:.5rem;font-weight:600;display:inline-block}.fo-app-instruction{color:#1a1a2ee6;margin-bottom:.6rem;font-size:.78rem;font-weight:700;line-height:1.3}.fo-app-btn-row{gap:.35rem;margin-bottom:.5rem;display:flex}.fo-app-outline-btn{text-align:center;color:#1a1a2e8c;border:1px solid #0000001a;border-radius:6px;flex:1;padding:.32rem 0;font-size:.5rem;font-weight:500}.fo-app-dark-btn{text-align:center;color:#fff;background:#1a1a2e;border-radius:8px;width:100%;margin-bottom:.3rem;padding:.42rem;font-size:.56rem;font-weight:600}.fo-app-green-btn{text-align:center;color:#fff;background:#0f7a3f;border-radius:8px;width:100%;margin-bottom:.3rem;padding:.42rem;font-size:.56rem;font-weight:600}.fo-app-bottom{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;margin-top:.3rem;padding-top:.4rem;display:flex}.fo-app-bottom-btn{color:#1a1a2e66;border:1px solid #00000014;border-radius:4px;padding:.18rem .4rem;font-size:.48rem}.fo-app-bottom-count{color:#1a1a2e59;font-size:.48rem}.fo-app-bottom-finish{color:#fff;background:#1a1a2e;border-radius:4px;padding:.18rem .5rem;font-size:.48rem;font-weight:600}.fo-app-list-header{margin-bottom:.5rem}.fo-app-list-title{color:#1a1a2ee6;margin-bottom:.4rem;font-size:.85rem;font-weight:700}.fo-app-search{color:#1a1a2e4d;background:#ffffff80;border:1px solid #0000000f;border-radius:6px;margin-bottom:.3rem;padding:.35rem .5rem;font-size:.48rem}.fo-app-list-count{color:#1a1a2e59;font-size:.45rem}.fo-app-proc-card{border-bottom:1px solid #0000000d;padding:.5rem 0}.fo-app-proc-top{justify-content:space-between;align-items:flex-start;gap:.3rem;margin-bottom:.2rem;display:flex}.fo-app-proc-name{color:#1a1a2ecc;flex:1;font-size:.58rem;font-weight:600;line-height:1.3}.fo-app-proc-status{color:#0f7a3f;white-space:nowrap;border:1px solid #0f7a3f33;border-radius:3px;flex-shrink:0;padding:.1rem .35rem;font-size:.42rem;font-weight:600}.fo-app-proc-bottom{color:#1a1a2e59;justify-content:space-between;font-size:.42rem;display:flex}.fo-app-proc-usage{color:#1a1a2e73}.world-map-wrapper{border-radius:var(--radius-xl);box-shadow:var(--neo-raised-lg);background:var(--bg-surface);overflow:hidden}.world-map-container{aspect-ratio:21/10;width:100%;position:relative;overflow:hidden}.world-map-bg{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 2%,#fff 12% 88%,#0000 98%);mask-image:linear-gradient(#0000 2%,#fff 12% 88%,#0000 98%)}.world-map-overlay{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;inset:0}.arc-path{opacity:0;stroke-dasharray:1200;stroke-dashoffset:1200px}.world-map-wrapper.visible .arc-path{animation:2s ease-out forwards drawArc}.world-map-wrapper.visible .arc-delay-0{animation-delay:.3s}.world-map-wrapper.visible .arc-delay-1{animation-delay:.7s}.world-map-wrapper.visible .arc-delay-2{animation-delay:1.1s}.world-map-wrapper.visible .arc-delay-3{animation-delay:1.5s}.world-map-wrapper.visible .arc-delay-4{animation-delay:1.9s}@keyframes drawArc{0%{stroke-dashoffset:1200px;opacity:0}8%{opacity:1}to{stroke-dashoffset:0;opacity:1}}.pulse-dot{opacity:.5;animation:1.8s ease-out infinite pulseDot}@keyframes pulseDot{0%{r:2.5;opacity:.5}to{r:10;opacity:0}}.scroll-nav{z-index:90;opacity:0;pointer-events:none;align-items:flex-start;gap:14px;transition:opacity .4s;display:flex;position:fixed;top:50%;left:28px;transform:translateY(-50%)}.scroll-nav--visible{opacity:1;pointer-events:auto}.scroll-nav__track{cursor:pointer;align-items:stretch;width:3px;height:260px;padding:0 8px;display:flex;position:relative}.scroll-nav__line{background:var(--border-color);border-radius:2px;width:1.5px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.scroll-nav__thumb{background:#1a1a2e;border-radius:50%;width:9px;height:9px;transition:top .3s cubic-bezier(.4,0,.2,1);position:absolute;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 3px #1a1a2e26}.scroll-nav__labels{flex-direction:column;justify-content:space-between;height:260px;display:flex}.scroll-nav__item{letter-spacing:.03em;color:var(--text-muted);cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;margin:0;padding:0;font-size:.68rem;font-weight:500;line-height:1;transition:color .25s,transform .2s}.scroll-nav__item:hover{color:var(--text-primary)}.scroll-nav__item--active{color:#1a1a2e;font-weight:600;transform:translate(2px)}@media (max-width:1100px){.scroll-nav{display:none}}.blog-hero{padding:100px 0 24px}.blog-hero+.section{padding-top:40px}.blog-hero h1{letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(2.2rem,5vw,3rem);font-weight:800;line-height:1.1}.blog-hero p{color:var(--text-secondary);max-width:560px;font-size:1.05rem;line-height:1.65}.blog-featured-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.blog-featured-card{border:1px solid var(--border-color);background:var(--bg-surface);color:inherit;border-radius:8px;flex-direction:column;text-decoration:none;transition:box-shadow .25s,transform .25s;display:flex;overflow:hidden}.blog-featured-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #00000014}.blog-featured-img{background:linear-gradient(135deg,#f0eeea 0%,#e4e0da 100%);flex-shrink:0;height:200px}.blog-featured-content{flex-direction:column;flex:1;gap:8px;padding:24px;display:flex}.blog-featured-content h2{margin:0;font-size:1.2rem;font-weight:700;line-height:1.3}.blog-featured-content p{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.6}.blog-category-tag{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;font-size:.68rem;font-weight:600;display:inline-block}.blog-meta{color:var(--text-muted);gap:16px;margin-top:auto;padding-top:8px;font-size:.76rem;display:flex}.blog-filter-bar{flex-wrap:wrap;gap:8px;margin-bottom:32px;display:flex}.blog-filter-btn{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:20px;padding:7px 18px;font-size:.82rem;font-weight:500;transition:all .2s}.blog-filter-btn:hover{border-color:var(--accent);color:var(--accent)}.blog-filter-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.blog-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.blog-card{border:1px solid var(--border-color);background:var(--bg-surface);color:inherit;border-radius:8px;flex-direction:column;text-decoration:none;transition:box-shadow .25s,transform .25s;display:flex;overflow:hidden}.blog-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #00000014}.blog-card-img{background:linear-gradient(135deg,#f0eeea 0%,#e4e0da 100%);flex-shrink:0;height:160px}.blog-card-body{flex-direction:column;flex:1;gap:6px;padding:20px;display:flex}.blog-card-body h3{margin:0;font-size:1rem;font-weight:700;line-height:1.3}.blog-card-body p{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.84rem;line-height:1.55;display:-webkit-box;overflow:hidden}.blog-card-skeleton{pointer-events:none}.blog-card-skeleton:hover{box-shadow:none;transform:none}.blog-skeleton-block,.blog-skeleton-line,.blog-post-skeleton-line,.blog-post-hero-skeleton,.blog-post-back-skeleton{background:linear-gradient(90deg, var(--bg-inset), var(--bg-surface), var(--bg-inset));background-size:220% 100%;animation:1.35s ease-in-out infinite skeleton-shimmer;position:relative;overflow:hidden}.blog-skeleton-line{border-radius:var(--radius-pill);width:100%;height:10px;display:block}.blog-skeleton-tag{width:64px;height:12px;margin-bottom:6px}.blog-skeleton-title{width:82%;height:18px;margin-bottom:8px}.blog-skeleton-line-short{width:68%}.blog-skeleton-meta{width:96px;height:10px}@keyframes skeleton-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}.blog-post-page{padding:120px 0 80px}.blog-post-container{max-width:860px}.blog-post-back{color:var(--accent);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:8px;margin-bottom:32px;font-size:.86rem;font-weight:700;text-decoration:none;display:inline-flex}.blog-post-back:before{content:"<";font-size:1rem;line-height:1}.blog-post-back:hover{color:var(--accent-text)}.blog-post-header{margin-bottom:32px}.blog-post-header h1,.blog-post-state h1{letter-spacing:-.045em;max-width:820px;margin:12px 0 14px;font-size:clamp(2.2rem,5vw,4rem);font-weight:800;line-height:1.05}.blog-post-date{color:var(--text-muted);margin:0;font-size:.88rem}.blog-post-hero-img{aspect-ratio:16/9;object-fit:cover;border:1px solid var(--border-color);border-radius:var(--radius-lg);width:100%;box-shadow:var(--neo-raised);margin-bottom:38px}.blog-post-lead{color:var(--text-primary);margin:0 0 32px;font-size:clamp(1.18rem,2vw,1.45rem);font-weight:700;line-height:1.55}.blog-post-body{color:var(--text-secondary);font-size:1.04rem;line-height:1.85}.blog-post-body p{margin:0 0 22px}.blog-post-body a{color:var(--accent);border-bottom:1px solid rgba(var(--accent-rgb), .35);font-weight:700;text-decoration:none}.blog-post-body a:hover{border-bottom-color:var(--accent)}.blog-post-body strong{color:var(--text-primary);font-weight:800}.blog-post-body em{color:var(--text-primary)}.blog-post-body code{color:var(--accent);background:var(--accent-dim);border-radius:6px;padding:2px 6px;font-family:SF Mono,Roboto Mono,Consolas,monospace;font-size:.9em}.blog-post-body ul,.blog-post-body ol{margin:0 0 24px;padding-left:24px}.blog-post-body li{margin-bottom:10px}.blog-post-heading-xl,.blog-post-heading-lg,.blog-post-heading-md,.blog-post-heading-sm{color:var(--text-primary);letter-spacing:-.03em;line-height:1.2}.blog-post-heading-xl{margin:42px 0 16px;font-size:clamp(2rem,4vw,3rem)}.blog-post-heading-lg{margin:38px 0 14px;font-size:clamp(1.7rem,3vw,2.35rem)}.blog-post-heading-md{margin:32px 0 12px;font-size:clamp(1.35rem,2.4vw,1.85rem)}.blog-post-heading-sm{margin:26px 0 10px;font-size:1.15rem}.blog-post-quote{color:var(--text-primary);background:var(--bg-surface);border:1px solid var(--border-color);border-left:4px solid var(--accent);border-radius:var(--radius-md);box-shadow:var(--neo-raised-sm);margin:32px 0;padding:24px 28px;font-size:1.12rem;font-weight:600}.blog-post-state{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);max-width:720px;box-shadow:var(--neo-raised);padding:40px}.blog-post-state p{margin:0}.blog-post-back-skeleton{border-radius:var(--radius-pill);width:118px;height:16px}.blog-post-back-skeleton:before{content:none}.blog-post-skeleton-line{border-radius:var(--radius-pill)}.blog-post-skeleton-tag{width:58px;height:14px;margin-bottom:18px}.blog-post-skeleton-title{width:min(760px,100%);height:clamp(42px,7vw,66px);margin-bottom:14px}.blog-post-skeleton-title-short{width:min(520px,74%)}.blog-post-skeleton-date{width:140px;height:12px;margin-top:20px}.blog-post-hero-skeleton{aspect-ratio:16/9;border-radius:var(--radius-lg);width:100%;margin-bottom:38px}.blog-post-skeleton-lead{width:88%;height:28px;margin-bottom:34px}.blog-post-skeleton-body{width:100%;height:14px;margin-bottom:16px}.blog-post-skeleton-body-short{width:68%}@media (max-width:900px){.blog-featured-grid{grid-template-columns:1fr}.blog-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.blog-grid{grid-template-columns:1fr}.blog-post-page{padding:96px 0 56px}.blog-post-state{padding:28px}.blog-post-hero-img{border-radius:var(--radius-md);margin-bottom:28px}.blog-post-body{font-size:.98rem}}.tech-hero{text-align:left;padding:160px 0 80px}.tech-hero h1{letter-spacing:-.03em;max-width:700px;margin:16px 0 20px;font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.1}.tech-hero p{color:var(--text-secondary);max-width:580px;margin:0 0 32px;font-size:1.05rem;line-height:1.65}.hiw-section{padding:80px 0 100px}.hiw-header{grid-template-columns:1fr 1fr;align-items:start;gap:48px;margin-bottom:72px;display:grid}.hiw-label{color:var(--accent);letter-spacing:.02em;margin-bottom:16px;font-size:.78rem;font-weight:600;display:block}.hiw-headline{letter-spacing:-.03em;color:var(--text-primary);font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.08;font-family:var(--font-heading,inherit)}.hiw-subtitle{color:var(--text-secondary);margin:0;padding-top:36px;font-size:1rem;line-height:1.7}.hiw-layout{grid-template-columns:1fr 380px 1fr;align-items:center;gap:0;min-height:520px;display:grid}.hiw-col{flex-direction:column;gap:32px;display:flex}.hiw-col-left{padding-right:20px}.hiw-col-right{padding-left:20px}.hiw-callout{cursor:pointer;opacity:.45;border-radius:8px;padding:16px 20px;transition:opacity .3s,background .3s;position:relative}.hiw-callout--active{opacity:1;background:#00000004}.hiw-callout h4{color:var(--text-primary);margin:0 0 6px;font-size:1rem;font-weight:700;line-height:1.3}.hiw-callout p{color:var(--text-secondary);margin:0;font-size:.84rem;line-height:1.6}.hiw-connector{opacity:0;pointer-events:none;background-image:repeating-linear-gradient(90deg,#ccc 0 5px,#0000 5px 9px);background-size:9px 1px;height:1px;transition:opacity .35s;position:absolute;top:50%}.hiw-connector.active{opacity:1}.hiw-connector-right{width:24px;right:-24px}.hiw-connector-left{width:24px;left:-24px}.hiw-center{justify-content:center;align-items:center;display:flex}.hiw-disc-wrap{width:100%;max-width:380px}.hiw-disc-svg{width:100%;height:auto}.hiw-disc-svg g{transition:transform .4s,opacity .4s}@media (max-width:900px){.hiw-header{grid-template-columns:1fr;gap:20px}.hiw-subtitle{padding-top:0}.hiw-layout{grid-template-columns:1fr;gap:32px}.hiw-center{order:-1}.hiw-col-left,.hiw-col-right{padding:0}.hiw-connector{display:none}}.tech-steps{flex-direction:column;max-width:720px;margin:0 auto;display:flex}.tech-step{border-bottom:1px solid var(--border-color);cursor:pointer;transition:background .15s}.tech-step:last-child{border-bottom:none}.tech-step:hover{background:#00000003}.tech-step-bar{align-items:center;gap:16px;padding:20px 0;display:flex}.tech-step-num{color:var(--text-muted);letter-spacing:.06em;flex-shrink:0;width:28px;font-size:.72rem;font-weight:700}.tech-step-title{color:var(--text-primary);flex:1;font-size:1.05rem;font-weight:700}.tech-step-toggle{color:var(--text-muted);text-align:center;flex-shrink:0;width:24px;font-size:1.3rem;font-weight:300}.tech-step-body{grid-template-columns:1fr auto;align-items:start;gap:32px;padding:0 0 24px 44px;display:grid}.tech-step-detail h3{color:var(--text-primary);margin-bottom:8px;font-size:1.1rem;font-weight:700}.tech-step-detail p{color:var(--text-secondary);font-size:.88rem;line-height:1.65}.tech-step-stat{text-align:center;background:#1a1a2e;border-radius:4px;flex-direction:column;flex-shrink:0;align-items:center;min-width:120px;padding:20px 24px;display:flex}.tech-step-stat-val{color:#fff;letter-spacing:-.02em;font-size:1.5rem;font-weight:800;line-height:1}.tech-step-stat-label{color:#ffffff8c;max-width:110px;margin-top:6px;font-size:.7rem;line-height:1.35}.tech-step--active{background:#00000004}.tech-cap-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.tech-cap-card{border:1px solid var(--border-color);background:#fff;border-radius:4px;padding:32px 28px;position:relative}.tech-cap-num{color:var(--text-muted);letter-spacing:.06em;margin-bottom:14px;font-size:.7rem;font-weight:700}.tech-cap-card h3{margin-bottom:8px;font-size:1.05rem;font-weight:700}.tech-cap-card p{color:var(--text-secondary);margin-bottom:16px;font-size:.85rem;line-height:1.6}.tech-cap-points{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.tech-cap-points li{color:var(--text-secondary);align-items:flex-start;gap:8px;font-size:.8rem;line-height:1.45;display:flex}.tech-cap-points li svg{width:14px;height:14px;color:var(--text-muted);flex-shrink:0;margin-top:1px}.tech-acq{grid-template-columns:1fr 1fr;align-items:center;gap:48px;display:grid}.tech-acq-text h2{margin:12px 0 14px;font-size:1.5rem;font-weight:800;line-height:1.2}.tech-acq-text p{color:var(--text-secondary);margin-bottom:20px;font-size:.92rem;line-height:1.65}.tech-acq-list{flex-direction:column;gap:10px;display:flex}.tech-acq-item{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:.85rem;line-height:1.5;display:flex}.tech-acq-item svg{width:16px;height:16px;color:var(--text-muted);flex-shrink:0;margin-top:2px}.tech-intg-frame{border:1px solid var(--border-color);background:var(--bg-surface);border-radius:6px;flex-shrink:0;padding:36px 28px;box-shadow:0 1px 3px #0000000a,0 4px 16px #00000008}.tech-intg-inline{flex-shrink:0;justify-content:center;align-items:center;gap:0;display:flex}.tech-intg-col{flex-direction:column;gap:16px;display:flex}.tech-intg-row{align-items:center;gap:0;display:flex}.tech-intg-card{background:#1e2330;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;padding:12px;display:flex;box-shadow:0 2px 14px #0000000f,0 0 0 1px #0000000a}.tech-intg-card img{object-fit:contain;width:100%;height:100%}.tech-intg-line-h{flex-shrink:0;width:56px;height:2px;position:relative;overflow:hidden}.tech-intg-line-track{background-image:repeating-linear-gradient(90deg,#3b6fd952 0 6px,#0000 6px 10px);background-size:20px 2px;animation:1.2s linear infinite tech-dash-march;position:absolute;inset:0}@keyframes tech-dash-march{0%{background-position:0 0}to{background-position:-20px 0}}.tech-intg-col-left .tech-intg-line-track{animation-direction:reverse}.tech-intg-center-logo{background:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;padding:22px;display:flex;box-shadow:0 4px 24px #00000014,0 0 0 1px #0000000a}.tech-intg-center-logo img{object-fit:contain;width:100%;height:auto}@media (max-width:600px){.tech-intg-inline{flex-direction:column;gap:12px}.tech-intg-col{flex-direction:row;gap:12px}.tech-intg-row{flex-direction:column;gap:0}.tech-intg-card{width:52px;height:52px;padding:10px}.tech-intg-line-h{width:2px;height:32px}.tech-intg-line-track{background-image:repeating-linear-gradient(#3b6fd952 0 6px,#0000 6px 10px);background-size:2px 20px;animation:1.2s linear infinite tech-dash-march-v}.tech-intg-center-logo{width:80px;height:80px;padding:14px}}@keyframes tech-dash-march-v{0%{background-position:0 0}to{background-position:0 -20px}}.tech-layers{border:1px solid var(--border-color);border-radius:4px;grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden}.tech-layer{border-right:1px solid var(--border-color);background:#fff;padding:28px 24px}.tech-layer:last-child{border-right:none}.tech-layer-label{color:var(--text-primary);margin-bottom:8px;font-size:.88rem;font-weight:700}.tech-layer-desc{color:var(--text-secondary);font-size:.8rem;line-height:1.55}.tech-security-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.tech-security-card{border:1px solid var(--border-color);background:#fff;border-radius:4px;padding:24px}.tech-security-card h4{color:var(--text-primary);margin-bottom:8px;font-size:.95rem;font-weight:700}.tech-security-card p{color:var(--text-secondary);font-size:.82rem;line-height:1.6}@media (max-width:900px){.tech-cap-grid{grid-template-columns:1fr}.tech-acq{grid-template-columns:1fr;gap:32px}.tech-layers{grid-template-columns:1fr 1fr}.tech-layer{border-right:none;border-bottom:1px solid var(--border-color)}.tech-layer:nth-child(odd){border-right:1px solid var(--border-color)}.tech-layer:nth-last-child(-n+2){border-bottom:none}.tech-security-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.tech-hero{padding:120px 0 60px}.tech-step-body{grid-template-columns:1fr;gap:16px;padding-left:0}.tech-step-stat{flex-direction:row;gap:12px;min-width:0}.tech-step-stat-label{text-align:left;max-width:none}.tech-layers{grid-template-columns:1fr}.tech-layer{border-right:none;border-bottom:1px solid var(--border-color)}.tech-layer:last-child{border-bottom:none}.tech-security-grid{grid-template-columns:1fr}}}@layer components;
