*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy:#0f2744;--navy-dark:#0a1d38;--navy-mid:#1a3a5c;--navy-light:#1e4976;--navy-soft:#e8eef5;--navy-xsoft:#f3f6f9;--gold:#b8963e;--gold-h:#c9a84c;--gold-soft:rgba(184,150,62,.12);--text:#0d1b2a;--text-mid:#334155;--text-muted:#64748b;--border:#d1dbe6;--bl:#e8eef5;--green:#16a34a;--green-soft:#dcfce7;--sans:"Plus Jakarta Sans",system-ui,sans-serif;--serif:"Merriweather",Georgia,serif;--mono:"SFMono-Regular","Menlo","Fira Code",monospace;--ease:cubic-bezier(.4,0,.2,1)}html{scroll-behavior:smooth}body{font-family:var(--sans);background:#fff;color:var(--text);overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.eyebrow{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1.3px;color:var(--gold)}.tag{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .75rem;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.4px}.tag-navy{background:var(--navy-soft);color:var(--navy)}.tag-gold{background:#b8963e24;color:var(--gold)}.tag-green{background:var(--green-soft);color:var(--green)}.btn{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--sans);font-weight:700;cursor:pointer;border:none;text-decoration:none;transition:all .2s var(--ease);white-space:nowrap}.btn-primary{background:var(--navy);color:#fff;padding:.72rem 1.5rem;border-radius:8px;font-size:.9rem;box-shadow:0 4px 14px #0f27442e}.btn-primary:hover{background:var(--navy-mid);transform:translateY(-1px);box-shadow:0 8px 22px #0f274442}.btn-outline{background:#fff;color:var(--navy);padding:.72rem 1.5rem;border-radius:8px;font-size:.9rem;border:1.5px solid var(--border)}.btn-outline:hover{border-color:var(--navy);background:var(--navy-xsoft)}.btn-gold{background:var(--gold);color:#fff;padding:.85rem 2rem;border-radius:10px;font-size:.98rem;box-shadow:0 8px 20px #b8963e52}.btn-gold:hover{background:var(--gold-h);transform:translateY(-2px);box-shadow:0 12px 28px #b8963e6b}.btn-ghost{background:transparent;color:#fffc;padding:.85rem 2rem;border-radius:10px;font-size:.98rem;border:1.5px solid rgba(255,255,255,.22)}.btn-ghost:hover{border-color:#ffffff8c;color:#fff;background:#ffffff12}.btn-lg{padding:.9rem 2rem;font-size:1rem;border-radius:10px}.btn-sm{padding:.45rem 1rem;font-size:.82rem;border-radius:7px}.nav{display:flex;align-items:center;justify-content:space-between;padding:0 5%;height:68px;position:sticky;top:0;z-index:200;background:#ffffffed;backdrop-filter:blur(14px);border-bottom:1px solid rgba(209,219,230,.5)}.nav-logo{display:flex;align-items:center;gap:.45rem;text-decoration:none}.nav-logo-mark{width:20px;height:20px;display:block;flex:none}.nav-logo-text{font-family:var(--serif);font-size:1.3rem;font-weight:800;color:var(--navy)}.nav-logo-text .tld{color:var(--gold)}.nav-logo-badge{font-size:.58rem;font-weight:800;background:var(--gold);color:#fff;padding:1px 5px;border-radius:4px;letter-spacing:.4px;margin-left:.2rem;vertical-align:2px}.nav-links{display:flex;align-items:center;gap:1.75rem}.nav-links a{text-decoration:none;color:var(--text-muted);font-size:.875rem;font-weight:500;transition:color .18s}.nav-links a:hover{color:var(--navy)}.nav-ctas{display:flex;align-items:center;gap:.6rem}.lang-switch{display:inline-flex;align-items:center;gap:.3rem;text-decoration:none;font-size:.8rem;font-weight:700;color:var(--text-muted);border:1.5px solid var(--border);border-radius:7px;padding:.4rem .65rem;transition:all .18s}.lang-switch:hover{border-color:var(--navy);color:var(--navy)}.lang-switch svg{color:var(--gold)}.nav-mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:.4rem;color:var(--navy)}.mobile-menu{display:none;position:fixed;inset:0;background:#fffffffa;backdrop-filter:blur(12px);z-index:400;flex-direction:column;padding:5%;overflow-y:auto}.mobile-menu.open{display:flex}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.mobile-close{background:none;border:none;cursor:pointer;color:var(--navy);font-size:1.5rem}.mobile-links{display:flex;flex-direction:column;gap:.25rem;flex:1}.mobile-link{padding:.9rem .5rem;border-bottom:1px solid var(--bl);font-weight:600;color:var(--text);text-decoration:none;font-size:1rem}.mobile-ctas{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.mobile-ctas .btn{justify-content:center}.hero{background:#fff;position:relative;overflow:hidden;padding:5.5rem 5% 4rem}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 80% at 105% 0%,rgba(184,150,62,.07) 0%,transparent 55%),radial-gradient(ellipse 40% 60% at -5% 105%,rgba(15,39,68,.04) 0%,transparent 55%);pointer-events:none}.hero-inner{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center;position:relative;z-index:1}.hero-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.32rem .85rem;background:var(--navy-soft);border:1px solid var(--bl);border-radius:999px;font-size:.72rem;font-weight:700;color:var(--navy);letter-spacing:.3px;margin-bottom:1.4rem}.hero-pill .dot{width:6px;height:6px;border-radius:50%;background:var(--gold)}.hero h1{font-family:var(--serif);font-size:clamp(1.9rem,3vw,2.75rem);font-weight:800;color:var(--navy);line-height:1.17;margin-bottom:1.2rem;text-wrap:pretty}.hero h1 em{font-style:normal;color:var(--gold)}.hero-sub{font-size:1.02rem;color:var(--text-mid);line-height:1.75;margin-bottom:2rem;max-width:480px}.hero-ctas{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:1.5rem}.hero-footnote{font-size:.8rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem}.hero-footnote svg{color:var(--gold)}.api-card{background:var(--navy);border-radius:16px;overflow:hidden;box-shadow:0 28px 56px #0f274440,0 6px 16px #00000014;font-family:var(--mono)}.api-card-top{background:#00000038;padding:.65rem 1rem;display:flex;align-items:center;gap:.7rem;border-bottom:1px solid rgba(255,255,255,.07)}.api-dots{display:flex;gap:5px}.api-dots span{width:9px;height:9px;border-radius:50%}.api-method{font-size:.7rem;font-weight:700;padding:.22rem .6rem;border-radius:5px;background:#b8963e40;color:#f0d684;letter-spacing:.4px}.api-path{font-size:.76rem;color:#fff9;flex:1}.api-latency{font-size:.68rem;color:#ffffff59;display:flex;align-items:center;gap:.3rem}.api-latency b{color:#4ade80;font-weight:700}.api-body{padding:1.1rem 1.2rem;display:grid;grid-template-columns:1fr 1fr;gap:0;border-bottom:1px solid rgba(255,255,255,.06)}.api-req{padding-right:1rem;border-right:1px solid rgba(255,255,255,.06)}.api-res{padding-left:1rem}.api-label{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#ffffff52;margin-bottom:.55rem}.api-code{font-size:.72rem;line-height:1.7;color:#ffffffd9;white-space:pre-wrap;word-break:break-all}.api-code .k{color:#79c8ec}.api-code .s{color:#a5d6a7}.api-code .n{color:#ffcc80}.api-code .c{color:#f0d684}.api-code .g{color:#4ade80}.api-footer{padding:.65rem 1rem;display:flex;align-items:center;justify-content:space-between;background:#00000026}.api-footer-stat{font-size:.68rem;color:#fff6;display:flex;align-items:center;gap:.35rem}.api-footer-stat b{color:#ffffffbf;font-weight:600}.corpus-bar{background:var(--navy-xsoft);border-top:1px solid var(--bl);border-bottom:1px solid var(--bl);padding:.9rem 5%}.corpus-inner{max-width:1220px;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0}.c-stat{display:flex;flex-direction:column;align-items:center;padding:.5rem 2rem;gap:.1rem}.c-stat+.c-stat{border-left:1px solid var(--border)}.c-stat-val{font-family:var(--serif);font-size:1.35rem;font-weight:800;color:var(--navy);line-height:1}.c-stat-val em{font-style:normal;color:var(--gold)}.c-stat-lbl{font-size:.7rem;color:var(--text-muted);font-weight:500;text-align:center}.section{padding:5.5rem 5%}.section-inner{max-width:1220px;margin:0 auto}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{font-family:var(--serif);font-size:clamp(1.6rem,2.6vw,2.1rem);font-weight:800;color:var(--navy);line-height:1.22;margin-bottom:.8rem;text-wrap:pretty}.section-header p{color:var(--text-muted);font-size:1rem;max-width:560px;margin:0 auto;line-height:1.7}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.prod-card{border:1px solid var(--bl);border-radius:16px;overflow:hidden;background:#fff;transition:all .25s var(--ease)}.prod-card:hover{border-color:#b8963e4d;box-shadow:0 12px 32px #0f274414;transform:translateY(-3px)}.prod-card-top{padding:1.5rem 1.5rem 1.25rem;border-bottom:1px solid var(--bl)}.prod-num{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:.75rem}.prod-icon{width:44px;height:44px;border-radius:10px;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;margin-bottom:.85rem;transition:all .2s}.prod-card:hover .prod-icon{background:var(--gold);color:#fff}.prod-card h3{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:.35rem;line-height:1.25}.prod-card>div>p{font-size:.86rem;color:var(--text-muted);line-height:1.6}.prod-card-features{padding:1.1rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.prod-feat{display:flex;align-items:flex-start;gap:.5rem;font-size:.82rem;color:var(--text-mid);line-height:1.45}.prod-feat svg{flex-shrink:0;margin-top:2px;color:var(--gold)}.prod-card-footer{padding:.85rem 1.5rem;border-top:1px solid var(--bl);display:flex;align-items:center;justify-content:space-between}.prod-tag{font-size:.68rem;font-weight:700;padding:.25rem .65rem;border-radius:999px;background:var(--navy-soft);color:var(--navy)}.diy-section{background:var(--navy-xsoft);border-top:1px solid var(--bl)}.diy-grid{display:grid;grid-template-columns:1fr 1fr;gap:4.5rem;align-items:center}.diy-text h2{font-family:var(--serif);font-size:clamp(1.55rem,2.5vw,2rem);font-weight:800;color:var(--navy);line-height:1.2;margin-bottom:1rem;text-wrap:pretty}.diy-text>p{font-size:.98rem;color:var(--text-mid);line-height:1.72;margin-bottom:1.75rem}.diy-list{display:flex;flex-direction:column;gap:.85rem}.diy-item{display:flex;align-items:flex-start;gap:.85rem;padding:.9rem 1rem;background:#fff;border:1px solid var(--bl);border-radius:12px}.diy-item-icon{width:36px;height:36px;border-radius:8px;background:var(--navy-soft);color:var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.diy-item h4{font-size:.9rem;font-weight:700;color:var(--navy);margin-bottom:.18rem}.diy-item p{font-size:.8rem;color:var(--text-muted);line-height:1.5}.diy-compare{background:#fff;border:1px solid var(--bl);border-radius:14px;overflow:hidden}.diy-compare-head{display:grid;grid-template-columns:1fr 1fr 1fr;background:var(--navy-xsoft);padding:.7rem 1rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:var(--text-muted)}.diy-compare-head .col-ours{color:var(--navy);text-align:center}.diy-compare-row{display:grid;grid-template-columns:1fr 1fr 1fr;padding:.75rem 1rem;border-top:1px solid var(--bl);font-size:.83rem;align-items:center}.diy-compare-row:hover{background:var(--navy-xsoft)}.diy-compare-row .feature{font-weight:600;color:var(--text)}.diy-compare-row .diy-val{text-align:center;color:var(--text-muted)}.diy-compare-row .our-val{text-align:center;font-weight:700;color:var(--green)}.diy-compare-row .no{color:#e11d48}.corpus-section{background:#fff}.sources-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2.5rem}.src-card{padding:1.1rem;border:1px solid var(--bl);border-radius:12px;display:flex;flex-direction:column;gap:.6rem;transition:all .2s}.src-card:hover{border-color:var(--navy);box-shadow:0 4px 16px #0f274412}.src-badge{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;font-family:var(--serif);font-size:.8rem;font-weight:800;color:#fff;flex-shrink:0}.src-card h4{font-size:.88rem;font-weight:700;color:var(--navy);line-height:1.2}.src-card p{font-size:.76rem;color:var(--text-muted);line-height:1.45;flex:1}.src-meta{font-size:.68rem;font-weight:600;color:var(--text-muted);display:flex;align-items:center;gap:.3rem}.src-update-dot{width:5px;height:5px;border-radius:50%;background:var(--green)}.corpus-note{background:var(--navy-xsoft);border:1px solid var(--bl);border-radius:12px;padding:1.25rem 1.5rem;display:flex;align-items:flex-start;gap:.9rem;max-width:860px;margin:0 auto}.corpus-note svg{color:var(--gold);flex-shrink:0;margin-top:2px}.corpus-note p{font-size:.88rem;color:var(--text-mid);line-height:1.65}.corpus-note strong{color:var(--navy)}.demo-section{background:var(--navy-xsoft);border-top:1px solid var(--bl)}.demo-shell{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:start}.demo-copy{padding-top:.75rem}.demo-copy h2{font-family:var(--serif);font-size:clamp(1.55rem,2.6vw,2.1rem);font-weight:800;color:var(--navy);line-height:1.22;margin:.55rem 0 .85rem;text-wrap:pretty}.demo-copy p{font-size:.96rem;color:var(--text-mid);line-height:1.72;margin-bottom:1.2rem}.demo-points{display:flex;flex-direction:column;gap:.65rem}.demo-point{display:flex;align-items:flex-start;gap:.55rem;font-size:.86rem;color:var(--text-mid);line-height:1.5}.demo-point svg{color:var(--gold);flex:none;margin-top:2px}.demo-card{background:#fff;border:1px solid var(--bl);border-radius:16px;overflow:hidden;box-shadow:0 18px 40px #0f274414}.demo-card-head{padding:1rem 1.2rem;border-bottom:1px solid var(--bl);display:flex;align-items:center;justify-content:space-between;gap:1rem}.demo-card-title{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:var(--navy)}.demo-card-badge{font-size:.68rem;font-weight:700;color:var(--green);background:var(--green-soft);padding:.25rem .55rem;border-radius:999px;white-space:nowrap}.demo-query{padding:1.2rem;border-bottom:1px solid var(--bl);background:linear-gradient(180deg,#fff,var(--navy-xsoft))}.demo-query-label{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);margin-bottom:.4rem}.demo-query-text{font-family:var(--serif);font-size:1.05rem;font-weight:700;color:var(--navy);line-height:1.45}.demo-answer{padding:1.2rem;display:flex;flex-direction:column;gap:1rem}.demo-answer p{font-size:.9rem;color:var(--text-mid);line-height:1.68;margin:0}.demo-answer strong{color:var(--navy)}.demo-sources{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.demo-source{border:1px solid var(--bl);border-radius:10px;padding:.8rem;background:var(--navy-xsoft)}.demo-source-top{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.35rem}.demo-source-id{font-size:.68rem;font-weight:800;color:var(--gold);letter-spacing:.5px}.demo-score{font-size:.66rem;font-weight:800;color:var(--green)}.demo-source h4{font-size:.82rem;font-weight:700;color:var(--navy);line-height:1.35;margin-bottom:.25rem}.demo-source p{font-size:.72rem;color:var(--text-muted);line-height:1.45}.demo-footer{padding:.85rem 1.2rem;border-top:1px solid var(--bl);display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#fff}.demo-footer span{font-size:.74rem;color:var(--text-muted)}.usecases-section{background:var(--navy-xsoft);border-top:1px solid var(--bl)}.uc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.uc-card{background:#fff;border:1px solid var(--bl);border-radius:14px;padding:1.4rem;display:flex;flex-direction:column;gap:.8rem;transition:all .25s var(--ease)}.uc-card:hover{border-color:#b8963e4d;box-shadow:0 8px 24px #0f274412;transform:translateY(-2px)}.uc-header{display:flex;align-items:center;gap:.65rem}.uc-icon{width:38px;height:38px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.uc-card h3{font-size:.95rem;font-weight:700;color:var(--navy);line-height:1.25}.uc-card>p{font-size:.83rem;color:var(--text-muted);line-height:1.6;flex:1}.uc-tags{display:flex;flex-wrap:wrap;gap:.3rem}.uc-tag{font-size:.68rem;font-weight:600;padding:.22rem .6rem;border-radius:5px;background:var(--navy-xsoft);color:var(--text-mid)}.integration-section{background:#fff}.int-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.int-step{padding:1.5rem;border:1px solid var(--bl);border-radius:14px;position:relative}.int-step-num{font-family:var(--serif);font-size:.75rem;font-weight:800;color:var(--gold);letter-spacing:.5px;margin-bottom:.65rem}.int-step h3{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:.35rem}.int-step p{font-size:.82rem;color:var(--text-muted);line-height:1.55}.code-block{background:var(--navy);border-radius:14px;overflow:hidden;box-shadow:0 16px 40px #0f27442e}.code-top{background:#00000038;padding:.6rem 1rem;display:flex;align-items:center;gap:.6rem;border-bottom:1px solid rgba(255,255,255,.07)}.code-dots{display:flex;gap:4px}.code-dots span{width:8px;height:8px;border-radius:50%}.code-tab{font-size:.7rem;color:#ffffff80;font-family:var(--mono);padding:.2rem .6rem;border-radius:5px;cursor:pointer}.code-tab.active{background:#ffffff1a;color:#ffffffe6}.code-body{padding:1.4rem 1.6rem;font-family:var(--mono);font-size:.8rem;line-height:1.85;color:#ffffffd9;overflow-x:auto;white-space:pre;tab-size:2}.code-body .cm{color:#ffffff4d}.code-body .ck{color:#79c8ec}.code-body .cs{color:#a5d6a7}.code-body .cn{color:#ffcc80}.code-body .cf{color:#f0d684}.code-body .cv{color:#ce93d8}.pricing-section{background:var(--navy-xsoft);border-top:1px solid var(--bl)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}.price-card{background:#fff;border:1px solid var(--bl);border-radius:18px;padding:1.75rem;display:flex;flex-direction:column;gap:1rem;position:relative;transition:all .25s var(--ease)}.price-card.popular{border:2px solid var(--gold);box-shadow:0 16px 40px #b8963e24}.pop-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--gold);color:#fff;font-size:.65rem;font-weight:800;padding:.28rem .85rem;border-radius:999px;letter-spacing:.5px;white-space:nowrap}.price-plan{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted)}.price-amount{display:flex;align-items:baseline;gap:.25rem}.price-amount .amount{font-family:var(--serif);font-size:2.2rem;font-weight:800;color:var(--navy);line-height:1}.price-amount .period{font-size:.82rem;color:var(--text-muted);font-weight:500}.price-desc{font-size:.84rem;color:var(--text-muted);line-height:1.55;padding-bottom:.75rem;border-bottom:1px solid var(--bl)}.price-features{display:flex;flex-direction:column;gap:.55rem;flex:1}.price-feat{display:flex;align-items:flex-start;gap:.5rem;font-size:.84rem;color:var(--text-mid)}.price-feat svg{flex-shrink:0;margin-top:2px}.price-feat.miss{color:var(--text-muted)}.price-feat.miss svg{color:var(--border)}.proof-section{padding:5rem 5%;background:#fff;border-top:1px solid var(--bl)}.proof-header{text-align:center;margin-bottom:2.5rem}.adopters-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.25rem;margin-bottom:3rem}.adopter-chip{display:flex;align-items:center;gap:.55rem;padding:.55rem 1.1rem;background:var(--navy-xsoft);border:1px solid var(--bl);border-radius:999px;font-size:.82rem;font-weight:600;color:var(--navy)}.adopter-chip .a-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.q-card{background:var(--navy-xsoft);border:1px solid var(--bl);border-radius:14px;padding:1.4rem;display:flex;flex-direction:column;gap:.9rem}.q-card blockquote{font-family:var(--serif);font-size:.88rem;font-style:italic;color:var(--text-mid);line-height:1.72;flex:1}.q-author{display:flex;align-items:center;gap:.65rem;padding-top:.85rem;border-top:1px solid var(--bl)}.q-ava{width:36px;height:36px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.66rem;font-weight:700;flex-shrink:0}.q-name{font-size:.85rem;font-weight:700;color:var(--navy)}.q-role{font-size:.74rem;color:var(--text-muted)}.security-section{padding:5.5rem 5%;background:linear-gradient(150deg,#0c2040,#0f2744 55%,#1a3a5c);color:#fff;position:relative;overflow:hidden}.security-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 70% at 90% 0%,rgba(184,150,62,.1) 0%,transparent 55%);pointer-events:none}.security-inner{max-width:1220px;margin:0 auto;position:relative;z-index:1}.security-header{text-align:center;margin-bottom:3.5rem}.security-header h2{font-family:var(--serif);font-size:clamp(1.6rem,2.6vw,2.1rem);font-weight:800;color:#fff;margin-bottom:.8rem}.security-header p{color:#ffffffa6;font-size:1rem;max-width:560px;margin:0 auto;line-height:1.7}.security-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem}.sec-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:1.4rem;transition:all .25s}.sec-card:hover{background:#ffffff17;border-color:#b8963e59}.sec-icon{width:38px;height:38px;border-radius:9px;background:#b8963e2e;color:var(--gold);display:flex;align-items:center;justify-content:center;margin-bottom:.8rem}.sec-card h4{font-size:.92rem;font-weight:700;color:#fff;margin-bottom:.35rem}.sec-card p{font-size:.8rem;color:#ffffff94;line-height:1.55}.sec-note{display:flex;align-items:flex-start;gap:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.1rem 1.4rem;max-width:780px;margin:0 auto}.sec-note svg{color:var(--gold);flex-shrink:0;margin-top:2px}.sec-note p{font-size:.86rem;color:#ffffffb3;line-height:1.6}.sec-note strong{color:#fff}.faq-tech-section{padding:5.5rem 5%;background:#fff;border-top:1px solid var(--bl)}.faq-cols{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto}.faq-col-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--gold);margin-bottom:1.25rem}.faq-t-list{display:flex;flex-direction:column}.faq-t-item{border-bottom:1px solid var(--bl)}.faq-t-item details summary{list-style:none;display:flex;justify-content:space-between;align-items:center;padding:1.1rem 0;font-size:.92rem;font-weight:700;color:var(--navy);cursor:pointer;user-select:none;gap:1rem}.faq-t-item details summary::-webkit-details-marker{display:none}.faq-chev{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:var(--navy-soft);display:flex;align-items:center;justify-content:center;transition:all .22s;color:var(--navy)}details[open] .faq-chev{background:var(--navy);color:#fff;transform:rotate(180deg)}.faq-t-item details p{padding:0 0 1.1rem;font-size:.86rem;color:var(--text-muted);line-height:1.7}.faq-t-item details p code{background:var(--navy-xsoft);padding:.15rem .4rem;border-radius:4px;font-family:var(--mono);font-size:.8rem;color:var(--navy)}@media(max-width:768px){.quote-grid,.security-grid,.faq-cols{grid-template-columns:1fr}}.lead-section{padding:5.5rem 5%;background:var(--navy-xsoft);border-top:1px solid var(--bl)}.lead-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.lead-text .eyebrow{display:block;margin-bottom:.75rem}.lead-text h2{font-family:var(--serif);font-size:clamp(1.55rem,2.5vw,2rem);font-weight:800;color:var(--navy);line-height:1.22;margin-bottom:1rem;text-wrap:pretty}.lead-text>p{font-size:.95rem;color:var(--text-mid);line-height:1.72;margin-bottom:1.75rem}.lead-perks{display:flex;flex-direction:column;gap:.65rem}.lead-perk{display:flex;align-items:flex-start;gap:.65rem;font-size:.88rem;color:var(--text-mid)}.lead-perk svg{flex-shrink:0;margin-top:2px;color:var(--gold)}.lead-form{background:#fff;border:1px solid var(--bl);border-radius:18px;padding:2rem 2rem 1.75rem;box-shadow:0 8px 32px #0f274412}.lead-form h3{font-family:var(--serif);font-size:1.05rem;font-weight:800;color:var(--navy);margin-bottom:.2rem}.lead-form>.form-sub{font-size:.82rem;color:var(--text-muted);margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.form-group{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.85rem}.form-group label{font-size:.75rem;font-weight:700;color:var(--navy);letter-spacing:.2px}.form-group input,.form-group select,.form-group textarea{font-family:var(--sans);font-size:.875rem;color:var(--text);background:#fff;border:1.5px solid var(--border);border-radius:8px;padding:.65rem .85rem;transition:border-color .18s,box-shadow .18s;outline:none;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--navy-light);box-shadow:0 0 0 3px #1e49761a}.form-group textarea{resize:vertical;min-height:88px;line-height:1.55}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%230f2744' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2rem}.form-submit{width:100%;justify-content:center;margin-top:.25rem}.form-note{text-align:center;font-size:.74rem;color:var(--text-muted);margin-top:.75rem}.form-success{display:none;text-align:center;padding:1.5rem;background:var(--green-soft);border:1px solid #bbf7d0;border-radius:12px;margin-top:.5rem}.form-success h4{font-size:.95rem;font-weight:700;color:#166534;margin-bottom:.3rem}.form-success p{font-size:.82rem;color:#166534;line-height:1.5}@media(max-width:1024px){.lead-inner{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:640px){.form-row{grid-template-columns:1fr}}.cta-wrap{padding:2rem 5% 5rem;background:#fff}.cta-banner{background:linear-gradient(150deg,#0c2040,#0f2744 55%,#1a3a5c);border-radius:24px;padding:5rem;text-align:center;color:#fff;background-image:radial-gradient(ellipse 60% 80% at 80% 20%,rgba(184,150,62,.12) 0%,transparent 60%)}.cta-banner h2{font-family:var(--serif);font-size:clamp(1.75rem,3.5vw,2.4rem);font-weight:800;margin-bottom:.9rem}.cta-banner>p{color:#ffffffad;font-size:1rem;margin-bottom:2.2rem;max-width:500px;margin-left:auto;margin-right:auto;line-height:1.7}.cta-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.cta-note{font-size:.78rem;color:#ffffff5c}footer{background:var(--navy-xsoft);border-top:1px solid var(--bl);padding:3.5rem 5% 2rem}.footer-grid{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}.foot-brand{font-family:var(--serif);font-size:1.25rem;font-weight:800;color:var(--navy);display:flex;align-items:center;gap:.4rem;text-decoration:none;margin-bottom:.75rem}.foot-brand-mark{width:18px;height:18px;display:block;flex:none}.foot-brand .tld{color:var(--gold)}.foot-desc{font-size:.84rem;color:var(--text-muted);line-height:1.65;margin-bottom:1rem}.eco-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.38rem .8rem;background:#fff;border:1px solid var(--border);border-radius:999px;font-size:.74rem;font-weight:600;color:var(--text-mid);text-decoration:none;transition:all .2s}.eco-badge-mark{width:12px;height:12px;display:block;flex:none}.eco-badge:hover{border-color:var(--navy);color:var(--navy)}.foot-col h4{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--navy);margin-bottom:.9rem}.foot-col ul{list-style:none;display:flex;flex-direction:column;gap:.45rem}.foot-col ul a{text-decoration:none;font-size:.85rem;color:var(--text-muted);transition:color .2s}.foot-col ul a:hover{color:var(--navy)}.foot-bottom{max-width:1220px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid var(--bl);font-size:.78rem;color:var(--text-muted)}.foot-bottom a{color:var(--text-muted);text-decoration:none;transition:color .2s}.foot-bottom a:hover{color:var(--navy)}.foot-legal{display:flex;gap:1.25rem}@media(max-width:1024px){.hero-inner{grid-template-columns:1fr;gap:2.5rem;padding-top:4rem}.api-card{max-width:560px;margin:0 auto}.api-body{grid-template-columns:1fr}.api-req{border-right:none;border-bottom:1px solid rgba(255,255,255,.06);padding-right:0;padding-bottom:1rem}.api-res{padding-left:0;padding-top:1rem}.products-grid{grid-template-columns:1fr 1fr}.diy-grid{grid-template-columns:1fr;gap:2.5rem}.sources-grid,.uc-grid{grid-template-columns:1fr 1fr}.demo-shell,.int-steps,.pricing-grid{grid-template-columns:1fr}.pricing-grid .price-card.popular{order:-1}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.nav-links,.nav-ctas{display:none}.nav-mobile-toggle{display:flex}.products-grid{grid-template-columns:1fr}.sources-grid{grid-template-columns:1fr 1fr}.uc-grid,.demo-sources{grid-template-columns:1fr}.demo-footer{align-items:flex-start;flex-direction:column}.diy-compare-row .diy-val,.diy-compare-head .col-diy{display:none}.c-stat{padding:.4rem 1rem}.c-stat+.c-stat{border-left:none;border-top:1px solid var(--border)}.corpus-inner{flex-direction:column}.cta-banner{padding:3rem 1.75rem;border-radius:18px}.footer-grid{grid-template-columns:1fr}.foot-bottom{flex-direction:column;gap:.6rem;text-align:center}.foot-legal{justify-content:center}}
