@import "https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Figtree:wght@300;400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:#0f1923;-webkit-font-smoothing:antialiased;background:#fff;font-family:Figtree,sans-serif;line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:inherit}:root{--ink:#0f1923;--ink2:#3d5166;--ink3:#7a94ad;--ink4:#b0c4d4;--surface:#fff;--surface2:#f5f8fc;--surface3:#eaf0f7;--border:#dce8f0;--blue:#1057d4;--blue-lt:#e8f0fd;--teal:#0891b2;--teal-lt:#e0f5fa;--green:#059669;--green-lt:#dcfce7;--amber:#d97706;--amber-lt:#fef3c7;--red:#dc2626;--gradient:linear-gradient(135deg,#1057d4 0%,#0891b2 100%);--nav-h:70px;--max:1200px;--r-sm:8px;--r-md:14px;--r-lg:20px;--r-xl:28px;--shadow-sm:0 1px 4px #0f192312,0 1px 2px #0f19230d;--shadow-md:0 4px 16px #0f192314,0 2px 6px #0f19230d;--shadow-lg:0 12px 40px #0f19231a,0 4px 12px #0f19230f;--shadow-xl:0 24px 64px #0f19231f,0 8px 24px #0f192312}.nav{height:var(--nav-h);z-index:200;-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--border);background:#fffffff0;transition:box-shadow .3s;position:fixed;top:0;left:0;right:0}.nav.raised{box-shadow:var(--shadow-md)}.nav-inner{max-width:var(--max);justify-content:space-between;align-items:center;gap:20px;height:100%;margin:0 auto;padding:0 40px;display:flex}.nav-logo img{width:auto;height:34px;display:block}.nav-logo-text{letter-spacing:-.02em;color:var(--ink);font-family:Figtree,sans-serif;font-size:1.2rem;font-weight:800}.nav-menu{align-items:center;gap:2px;display:flex}.nav-link{color:var(--ink2);border-radius:var(--r-sm);white-space:nowrap;padding:7px 12px;font-size:.875rem;font-weight:500;transition:color .15s,background .15s}.nav-link:hover{color:var(--ink);background:var(--surface2)}.nav-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.hamburger{background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.hamburger span{background:var(--ink);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}.mobile-nav{top:var(--nav-h);border-bottom:1px solid var(--border);z-index:199;box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;gap:4px;padding:16px 24px 24px;display:none;position:fixed;left:0;right:0}.mobile-nav.open{display:flex}.mobile-nav a{color:var(--ink2);border-radius:var(--r-sm);padding:11px 14px;font-size:.95rem;font-weight:500;transition:background .15s,color .15s;display:block}.mobile-nav a:hover{background:var(--surface2);color:var(--ink)}.mobile-nav .mob-cta{flex-direction:column;gap:8px;margin-top:12px;display:flex}.btn{border-radius:var(--r-sm);cursor:pointer;white-space:nowrap;letter-spacing:-.01em;border:none;justify-content:center;align-items:center;gap:8px;font-family:Figtree,sans-serif;font-weight:600;text-decoration:none;transition:all .18s;display:inline-flex}.btn-primary{background:var(--blue);color:#fff;padding:11px 22px;font-size:.875rem;box-shadow:0 2px 8px #1057d447}.btn-primary:hover{background:#0d4bbf;transform:translateY(-1px);box-shadow:0 4px 16px #1057d461}.btn-ghost{color:var(--ink);border:1.5px solid var(--border);background:0 0;padding:10px 20px;font-size:.875rem}.btn-ghost:hover{border-color:var(--blue);color:var(--blue);background:var(--blue-lt)}.btn-white{color:var(--blue);box-shadow:var(--shadow-md);background:#fff;padding:13px 26px;font-size:.95rem}.btn-white:hover{box-shadow:var(--shadow-lg);background:#f0f6ff;transform:translateY(-1px)}.btn-outline-white{color:#fff;background:0 0;border:1.5px solid #ffffff73;padding:12px 24px;font-size:.95rem}.btn-outline-white:hover{background:#ffffff1f;border-color:#ffffffbf}.btn-lg{border-radius:var(--r-md);padding:15px 30px;font-size:1rem}.sticky-cta{z-index:300;border-top:1px solid var(--border);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 40px;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -4px 24px #0f19231a}.sticky-cta.visible{transform:translateY(0)}.sticky-cta-left{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.sticky-cta-pulse{background:var(--green);border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:2s infinite ctapulse}@keyframes ctapulse{0%{box-shadow:0 0 #05966966}70%{box-shadow:0 0 0 8px #05966900}to{box-shadow:0 0 #05966900}}.sticky-cta-text{color:var(--ink);font-size:.875rem;font-weight:600}.sticky-cta-sub{color:var(--ink3);font-size:.78rem}.sticky-cta-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.sticky-cta-dismiss{color:var(--ink3);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px 8px;font-size:1.3rem;line-height:1}.wrap{max-width:var(--max);margin:0 auto;padding:0 40px}.section{padding:96px 0}.section-alt{background:var(--surface2)}.section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--blue);align-items:center;gap:8px;margin-bottom:16px;font-size:.72rem;font-weight:700;display:inline-flex}.section-label:before{content:"";background:var(--blue);border-radius:2px;width:18px;height:2px}.section-title{letter-spacing:-.02em;color:var(--ink);margin-bottom:16px;font-family:Instrument Serif,serif;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:400;line-height:1.12}.section-title strong{color:var(--blue);font-style:italic;font-weight:400}.section-sub{color:var(--ink2);max-width:580px;font-size:clamp(.95rem,1.3vw,1.08rem);line-height:1.72}.section-center{text-align:center}.section-center .section-sub{margin:0 auto}.section-center .section-label{justify-content:center}.section-header{margin-bottom:56px}.hero{padding-top:var(--nav-h);align-items:center;padding-bottom:0;display:flex;position:relative;overflow:hidden}.hero>.wrap{width:100%}.hero-bg{z-index:0;background:linear-gradient(160deg,#eef4ff 0%,#f8fbff 45%,#f0f7ff 100%);position:absolute;inset:0}.hero-shape{z-index:0;pointer-events:none;background:radial-gradient(circle,#1057d412 0%,#0000 70%);border-radius:50%;width:700px;height:700px;position:absolute;top:-120px;right:-180px}.hero-shape2{z-index:0;pointer-events:none;background:radial-gradient(circle,#0891b20d 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-60px;left:-100px}.hero-inner{z-index:1;box-sizing:border-box;grid-template-columns:50% 50%;align-items:center;gap:48px;padding-top:40px;padding-bottom:72px;display:grid;position:relative}.hero-content{padding-bottom:0}.hero-chips{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:24px;display:flex}.hero-chip{letter-spacing:.04em;white-space:nowrap;border:1px solid;border-radius:100px;align-items:center;gap:6px;padding:5px 12px;font-size:.72rem;font-weight:700;display:inline-flex}.hero-chip-blue{color:#1057d4;background:#e8f0fd;border-color:#1057d438}.hero-chip-teal{color:#0891b2;background:#e0f5fa;border-color:#0891b238}.hero-chip-green{color:#059669;background:#dcfce7;border-color:#05966938}.hero-title{letter-spacing:-.03em;color:var(--ink);margin-bottom:20px;font-family:Instrument Serif,serif;font-size:clamp(2.6rem,4.5vw,4.8rem);font-weight:400;line-height:1.06}.hero-title em{color:var(--blue);font-style:italic}.hero-sub{color:var(--ink2);max-width:520px;margin-bottom:32px;font-size:clamp(1rem,1.4vw,1.15rem);font-weight:400;line-height:1.72}.hero-actions{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.hero-live{align-items:center;gap:8px;margin-bottom:40px;display:flex}.hero-live-dot{background:var(--green);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite ctapulse}.hero-live-text{color:var(--ink2);font-size:.8rem}.hero-trust{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.hero-trust-line{background:var(--border);flex-shrink:0;width:1px;height:24px}.hero-trust-label{color:var(--ink3);white-space:nowrap;font-size:.78rem;font-weight:500}.hero-trust-badges{flex-wrap:wrap;gap:8px;display:flex}.hero-trust-badge{color:var(--ink2);border:1px solid var(--border);box-shadow:var(--shadow-sm);white-space:nowrap;background:#fff;border-radius:100px;padding:4px 11px;font-size:.73rem;font-weight:600}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.hero-img-wrap{width:100%;max-width:620px;position:relative}.hero-img-wrap svg{width:100%;height:auto;display:block;overflow:visible}.hero-card{border-radius:var(--r-xl);box-shadow:var(--shadow-xl);border:1px solid var(--border);background:#fff;width:100%;max-width:480px;overflow:hidden}.hero-card-header{background:var(--gradient);align-items:center;gap:10px;padding:16px 22px;display:flex}.hero-card-dots{gap:6px;display:flex}.hero-card-dot{background:#ffffff59;border-radius:50%;width:10px;height:10px}.hero-card-title{color:#ffffffd9;letter-spacing:.04em;font-size:.78rem;font-weight:600}.hero-card-body{padding:22px}.hero-metric-row{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px;display:grid}.hero-metric{background:var(--surface2);border-radius:var(--r-md);text-align:center;border:1px solid var(--border);padding:14px 12px}.hero-metric-val{color:var(--blue);letter-spacing:-.04em;font-family:Figtree,sans-serif;font-size:1.4rem;font-weight:800;line-height:1}.hero-metric-lbl{color:var(--ink3);margin-top:4px;font-size:.68rem;font-weight:500}.hero-chart{background:var(--surface2);border-radius:var(--r-md);border:1px solid var(--border);padding:14px}.hero-chart-label{letter-spacing:.06em;text-transform:uppercase;color:var(--ink3);margin-bottom:10px;font-size:.7rem;font-weight:700}.hero-chart-bars{align-items:flex-end;gap:5px;height:48px;display:flex}.bar{background:var(--surface3);border-radius:3px 3px 0 0;flex:1}.bar.active{background:var(--gradient)}.bar.b1{height:35%}.bar.b2{height:55%}.bar.b3{height:42%}.bar.b4{height:70%}.bar.b5{height:58%}.bar.active.b6{height:85%}.bar.active.b7{height:78%}.bar.active.b8{height:95%}.bar.active.b9{height:88%}.bar.active.b10{height:72%}.hero-tags{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.hero-tag{border:1px solid;border-radius:100px;padding:3px 9px;font-size:.7rem;font-weight:600}.hero-tag-blue{color:var(--blue);background:var(--blue-lt);border-color:#1057d433}.hero-tag-teal{color:var(--teal);background:var(--teal-lt);border-color:#0891b233}.hero-tag-green{color:var(--green);background:var(--green-lt);border-color:#05966933}.trust-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#fff;padding:20px 0}.trust-bar-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.trust-bar-label{color:var(--ink3);letter-spacing:.06em;text-transform:uppercase;margin-right:6px;font-size:.73rem;font-weight:600}.trust-chip{background:var(--surface2);border:1px solid var(--border);color:var(--ink2);border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:.78rem;font-weight:600;display:flex}.roi-banner{background:var(--gradient);padding:52px 0;position:relative;overflow:hidden}.roi-banner:before{content:"";opacity:.04;background-image:radial-gradient(circle,#fff 1px,#0000 1px);background-size:32px 32px;position:absolute;inset:0}.roi-grid{z-index:1;grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.roi-stat{text-align:center;border-right:1px solid #ffffff26;padding:16px 24px}.roi-stat:last-child{border-right:none}.roi-num{color:#fff;letter-spacing:-.04em;margin-bottom:6px;font-family:Instrument Serif,serif;font-size:2.8rem;font-weight:400;line-height:1}.roi-label{color:#fffc;font-size:.82rem;font-weight:500;line-height:1.4}.roi-source{color:#ffffff73;margin-top:4px;font-size:.68rem}.stats-grid{grid-template-columns:repeat(4,1fr);display:grid}.stat{text-align:center;border-right:1px solid var(--border);padding:40px 28px}.stat:last-child{border-right:none}.stat-num{color:var(--blue);letter-spacing:-.04em;margin-bottom:8px;font-family:Instrument Serif,serif;font-size:3rem;font-weight:400;line-height:1}.stat-label{color:var(--ink2);font-size:.85rem;font-weight:500}.proof-grid{grid-template-columns:1fr 1fr;align-items:start;gap:56px;display:grid}.proof-points{flex-direction:column;gap:28px;display:flex}.proof-point{align-items:flex-start;gap:18px;display:flex}.proof-point-num{background:var(--blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:2px;font-family:Figtree,sans-serif;font-size:.85rem;font-weight:800;display:flex}.proof-point-title{color:var(--ink);margin-bottom:5px;font-size:.95rem;font-weight:700}.proof-point-body{color:var(--ink2);font-size:.875rem;line-height:1.68}.proof-card-stack{flex-direction:column;gap:12px;display:flex}.proof-card{border:1.5px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);background:#fff;padding:22px 26px}.proof-card-label{letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:.7rem;font-weight:700}.proof-card-label-before{color:var(--red)}.proof-card-label-after{color:var(--blue)}.proof-card-body{color:var(--ink2);font-size:.875rem;line-height:1.65}.product-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.pcard{border:1.5px solid var(--border);border-radius:var(--r-xl);background:#fff;transition:box-shadow .25s,transform .25s,border-color .25s;overflow:hidden}.pcard:hover{box-shadow:var(--shadow-xl);border-color:#1057d433;transform:translateY(-4px)}.pcard-body{padding:32px}.pcard-icon{border-radius:var(--r-md);border:1px solid;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:18px;font-size:1.3rem;display:flex}.pcard-icon-blue{background:var(--blue-lt);border-color:#1057d426}.pcard-icon-teal{background:var(--teal-lt);border-color:#0891b226}.pcard-icon-green{background:var(--green-lt);border-color:#05966926}.pcard-name{letter-spacing:.12em;text-transform:uppercase;color:var(--ink3);margin-bottom:8px;font-size:.7rem;font-weight:700}.pcard-title{color:var(--ink);letter-spacing:-.02em;margin-bottom:12px;font-family:Instrument Serif,serif;font-size:1.5rem;font-weight:400;line-height:1.2}.pcard-desc{color:var(--ink2);margin-bottom:20px;font-size:.875rem;line-height:1.7}.pcard-features{flex-direction:column;gap:8px;margin-bottom:22px;display:flex}.pcard-feature{color:var(--ink2);align-items:flex-start;gap:9px;font-size:.845rem;display:flex}.pcheck{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;margin-top:2px;font-size:.6rem;display:flex}.pcheck-blue{background:var(--blue)}.pcheck-teal{background:var(--teal)}.pcheck-green{background:var(--green)}.pcard-link{color:var(--blue);align-items:center;gap:5px;font-size:.875rem;font-weight:600;transition:gap .2s;display:inline-flex}.pcard-link:hover{gap:9px}.pcard-link-teal{color:var(--teal)}.pcard-link-green{color:var(--green)}.hiw-grid{grid-template-columns:repeat(3,1fr);gap:48px;display:grid;position:relative}.hiw-connector{background:linear-gradient(90deg,var(--blue),var(--teal));z-index:0;pointer-events:none;height:2px;display:block;position:absolute;top:35px;left:calc(33.33% - 12px);right:calc(33.33% - 12px)}.hiw-step{text-align:center;z-index:1;position:relative}.hiw-num{background:var(--gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 22px;font-family:Instrument Serif,serif;font-size:1.6rem;display:flex;box-shadow:0 4px 20px #1057d44d}.hiw-title{color:var(--ink);margin-bottom:10px;font-family:Instrument Serif,serif;font-size:1.2rem;font-weight:400}.hiw-body{color:var(--ink2);max-width:280px;margin:0 auto;font-size:.875rem;line-height:1.7}.hiw-tools{flex-wrap:wrap;justify-content:center;gap:5px;margin-top:14px;display:flex}.hiw-tool{background:var(--surface2);border:1px solid var(--border);color:var(--ink3);border-radius:4px;padding:3px 8px;font-size:.68rem;font-weight:600}.buyer-tabs{background:var(--surface2);border:1.5px solid var(--border);border-radius:var(--r-lg);gap:4px;width:fit-content;margin:0 auto 36px;padding:5px;display:flex}.buyer-tab{color:var(--ink3);border-radius:var(--r-md);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:9px 18px;font-family:Figtree,sans-serif;font-size:.85rem;font-weight:600;transition:all .2s}.buyer-tab.active{color:var(--blue);box-shadow:var(--shadow-sm);background:#fff}.buyer-panel{display:none}.buyer-panel.active{display:block}.buyer-value-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.bv-card{border:1.5px solid var(--border);border-radius:var(--r-lg);background:#fff;padding:26px 22px;transition:border-color .2s,box-shadow .2s}.bv-card:hover{border-color:var(--blue);box-shadow:var(--shadow-md)}.bv-icon{margin-bottom:11px;font-size:1.4rem}.bv-title{color:var(--ink);margin-bottom:7px;font-size:.9rem;font-weight:700}.bv-body{color:var(--ink2);font-size:.82rem;line-height:1.65}.bv-result{color:var(--green);align-items:flex-start;gap:6px;margin-top:11px;font-size:.78rem;font-weight:700;line-height:1.4;display:flex}.why-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.why-card{border:1.5px solid var(--border);border-radius:var(--r-lg);background:#fff;border-left:3px solid;padding:28px;transition:box-shadow .2s}.why-card:hover{box-shadow:var(--shadow-md)}.why-card-blue{border-left-color:var(--blue)}.why-card-teal{border-left-color:var(--teal)}.why-card-green{border-left-color:var(--green)}.why-card-amber{border-left-color:var(--amber)}.why-card-tag{letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:.68rem;font-weight:700}.why-card-title{color:var(--ink);margin-bottom:8px;font-size:.95rem;font-weight:700;line-height:1.4}.why-card-body{color:var(--ink2);font-size:.855rem;line-height:1.65}.table-scroll{border-radius:var(--r-xl);box-shadow:var(--shadow-md);border:1.5px solid var(--border);overflow-x:auto}.ctable{border-collapse:collapse;background:#fff;width:100%;font-size:.85rem}.ctable th,.ctable td{text-align:center;border-bottom:1px solid var(--border);padding:13px 16px}.ctable th:first-child,.ctable td:first-child{text-align:left;color:var(--ink2);width:26%;padding-left:22px;font-weight:500}.ctable thead th{color:var(--ink);background:#fff;padding:15px 16px;font-family:Figtree,sans-serif;font-size:.82rem;font-weight:700}.ctable thead th.nexaris-col{background:var(--blue);color:#fff}.ctable tbody .cat-row td{background:var(--surface2);letter-spacing:.1em;text-transform:uppercase;color:var(--ink3);padding:9px 16px;font-size:.7rem;font-weight:700}.ctable tbody .cat-row td:first-child{padding-left:22px}.ctable tbody tr:last-child td{border-bottom:none}.ctable td.nexaris-col{background:#1057d40a}.ck{color:var(--green);font-size:1rem;font-weight:700}.cx{color:var(--ink4)}.cp{color:var(--amber);font-size:.78rem;font-weight:600}.ind-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.ind-card{border:1.5px solid var(--border);border-radius:var(--r-lg);background:#fff;padding:26px 20px;transition:all .22s}.ind-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue);transform:translateY(-2px)}.ind-icon{margin-bottom:12px;font-size:1.7rem}.ind-name{color:var(--ink);margin-bottom:5px;font-size:.9rem;font-weight:700}.ind-desc{color:var(--ink3);font-size:.77rem;line-height:1.5}.ind-tag{letter-spacing:.06em;text-transform:uppercase;color:var(--blue);background:var(--blue-lt);border-radius:4px;margin-top:9px;padding:2px 7px;font-size:.66rem;font-weight:700;display:inline-block}.tgrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.tcard{border:1.5px solid var(--border);border-radius:var(--r-xl);background:#fff;padding:28px;transition:box-shadow .22s;position:relative;overflow:hidden}.tcard:hover{box-shadow:var(--shadow-lg)}.tcard-quote{color:var(--blue);opacity:.1;pointer-events:none;font-family:Instrument Serif,serif;font-size:4rem;line-height:1;position:absolute;top:10px;right:18px}.tcard-stars{gap:2px;margin-bottom:14px;display:flex}.star{color:#f59e0b;font-size:.82rem}.tcard-text{color:var(--ink2);margin-bottom:20px;font-size:.875rem;font-style:italic;line-height:1.75}.tcard-author{align-items:center;gap:11px;display:flex}.tcard-avatar{background:var(--gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.78rem;font-weight:800;display:flex}.tcard-name{color:var(--ink);font-size:.85rem;font-weight:700}.tcard-role{color:var(--ink3);font-size:.75rem}.migration-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.mig-card{border:1.5px solid var(--border);border-radius:var(--r-lg);background:#fff;flex-direction:column;transition:box-shadow .22s,border-color .22s;display:flex;overflow:hidden}.mig-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue)}.mig-from{background:#dc26260a;border-bottom:1px solid #dc262617;padding:16px 20px}.mig-from-blue{background:#3b82f60d;border-bottom:1px solid #3b82f61f;padding:16px 20px}.mig-from-label{letter-spacing:.1em;text-transform:uppercase;color:var(--red);margin-bottom:4px;font-size:.66rem;font-weight:700}.mig-from-blue .mig-from-label{color:var(--blue)}.mig-from-blue .mig-from-name{color:var(--ink)}.mig-from-name{color:var(--ink);font-size:.95rem;font-weight:700}.mig-body{flex:1;padding:20px}.mig-pain{color:var(--ink2);margin-bottom:14px;font-size:.82rem;line-height:1.6}.mig-bullets{flex-direction:column;gap:7px;display:flex}.mig-bullet{color:var(--ink2);align-items:flex-start;gap:7px;font-size:.8rem;display:flex}.mig-bullet:before{content:"→";color:var(--blue);flex-shrink:0;font-weight:700}.mig-cta-row{border-top:1px solid var(--border);background:var(--surface2);flex-shrink:0;padding:14px 20px}.mig-cta{color:var(--blue);align-items:center;gap:5px;font-size:.8rem;font-weight:700;transition:gap .15s;display:inline-flex}.mig-cta:hover{gap:9px}.partner-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px;display:grid}.partner-card{border:1.5px solid var(--border);border-radius:var(--r-lg);background:#fff;padding:36px 32px;transition:all .22s}.partner-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue)}.partner-type{letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:8px;font-size:.68rem;font-weight:700}.partner-title{color:var(--ink);letter-spacing:-.01em;margin-bottom:12px;font-family:Instrument Serif,serif;font-size:1.3rem;font-weight:400}.partner-body{color:var(--ink2);margin-top:10px;font-size:.88rem;line-height:1.8}.faq-wrap{max-width:760px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-btn{width:100%;color:var(--ink);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 0;font-family:Figtree,sans-serif;font-size:.93rem;font-weight:600;transition:color .15s;display:flex}.faq-btn:hover{color:var(--blue)}.faq-ico{border:1.5px solid var(--border);width:22px;height:22px;color:var(--ink2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;transition:all .25s;display:flex}.faq-btn.open .faq-ico{background:var(--blue);border-color:var(--blue);color:#fff;transform:rotate(45deg)}.faq-body{color:var(--ink2);padding:0 0 18px;font-size:.9rem;line-height:1.75;display:none}.faq-body.open{display:block}.cta-band{background:var(--gradient);border-radius:var(--r-xl);text-align:center;padding:72px 64px;position:relative;overflow:hidden}.cta-band:before{content:"";pointer-events:none;background:#ffffff0f;border-radius:50%;width:360px;height:360px;position:absolute;top:-100px;right:-100px}.cta-band:after{content:"";pointer-events:none;background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-60px;left:-60px}.cta-band-inner{z-index:1;position:relative}.cta-label{letter-spacing:.14em;text-transform:uppercase;color:#ffffffa6;margin-bottom:14px;font-size:.7rem;font-weight:700;display:inline-block}.cta-title{color:#fff;letter-spacing:-.02em;margin-bottom:14px;font-family:Instrument Serif,serif;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:400;line-height:1.15}.cta-sub{color:#ffffffbf;max-width:460px;margin:0 auto 32px;font-size:1rem;line-height:1.65}.cta-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.contact-grid{grid-template-columns:1fr 1.15fr;align-items:start;gap:56px;display:grid}.contact-points{flex-direction:column;gap:28px;display:flex}.contact-point{align-items:flex-start;gap:15px;display:flex}.contact-ico{border-radius:var(--r-md);background:var(--blue-lt);border:1px solid #1057d41f;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.05rem;display:flex}.contact-title{color:var(--ink);margin-bottom:4px;font-size:.93rem;font-weight:700}.contact-body{color:var(--ink2);font-size:.845rem;line-height:1.65}.contact-link{color:var(--blue);margin-top:5px;font-size:.8rem;font-weight:600;display:block}.form-box{border:1.5px solid var(--border);border-radius:var(--r-xl);box-shadow:var(--shadow-md);background:#fff;padding:36px}.form-box h3{color:var(--ink);letter-spacing:-.02em;margin-bottom:24px;font-family:Instrument Serif,serif;font-size:1.45rem;font-weight:400}.contact-urgency{background:var(--green-lt);border-radius:var(--r-md);border:1.5px solid #0596692e;align-items:flex-start;gap:11px;margin-bottom:22px;padding:14px 18px;display:flex}.urgency-dot{background:var(--green);border-radius:50%;flex-shrink:0;width:9px;height:9px;margin-top:3px;animation:2s infinite ctapulse}.urgency-text{color:var(--green);font-size:.84rem;font-weight:600}.urgency-sub{color:var(--ink2);margin-top:2px;font-size:.76rem}.fg{margin-bottom:16px}.flbl{color:var(--ink);margin-bottom:6px;font-size:.8rem;font-weight:600;display:block}.finp,.fsel,.ftxt{background:var(--surface2);border:1.5px solid var(--border);border-radius:var(--r-sm);width:100%;color:var(--ink);appearance:none;outline:none;padding:11px 13px;font-family:Figtree,sans-serif;font-size:.875rem;transition:border-color .18s,box-shadow .18s,background .18s}.finp:focus,.fsel:focus,.ftxt:focus{border-color:var(--blue);background:#fff;box-shadow:0 0 0 3px #1057d417}.finp::placeholder,.ftxt::placeholder{color:var(--ink4)}.fsel option{color:var(--ink);background:#fff}.ftxt{resize:vertical;min-height:100px}.fgrid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.btn-form{width:100%;margin-top:6px;padding:14px 22px;font-size:.93rem}.footer{background:var(--ink);color:#ffffffd9;padding:64px 0 32px}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:32px;padding-bottom:48px;display:grid}.footer-brand-logo{margin-bottom:16px}.footer-brand-logo img{filter:brightness(0)invert();height:28px}.footer-tagline{color:#ffffff73;max-width:240px;margin-bottom:18px;font-size:.82rem;line-height:1.65}.footer-social{gap:8px;display:flex}.fsoc{border-radius:var(--r-sm);color:#ffffff8c;background:#ffffff12;border:1px solid #ffffff1a;justify-content:center;align-items:center;width:32px;height:32px;font-size:.78rem;transition:all .18s;display:flex}.fsoc:hover{color:#fff;background:#ffffff24}.footer-col-title{letter-spacing:.12em;text-transform:uppercase;color:#ffffff59;margin-bottom:14px;font-size:.7rem;font-weight:700}.footer-links{flex-direction:column;gap:9px;display:flex}.footer-link{color:#ffffff80;font-size:.84rem;transition:color .18s}.footer-link:hover{color:#fff}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.footer-copy{color:#ffffff4d;font-size:.78rem}.footer-legal{gap:16px;display:flex}.footer-legal a{color:#ffffff4d;font-size:.78rem;transition:color .18s}.footer-legal a:hover{color:#ffffffa6}.reveal{opacity:1;transform:none}.reveal.d1{transition-delay:70ms}.reveal.d2{transition-delay:.14s}.reveal.d3{transition-delay:.21s}.reveal.d4{transition-delay:.28s}@media (width<=1024px){.hero-inner{grid-template-columns:1fr;gap:40px}.hero-visual{display:none}.hero-content{padding-bottom:56px}.product-grid{grid-template-columns:repeat(2,1fr)}.ind-grid{grid-template-columns:repeat(3,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:none}.stat:nth-child(3){border-right:1px solid var(--border)}.proof-grid{grid-template-columns:1fr}.tgrid,.footer-grid,.partner-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.cta-band{padding:52px 40px}.roi-grid{grid-template-columns:repeat(2,1fr)}.roi-stat:nth-child(2){border-right:none}.roi-stat:nth-child(3){border-right:1px solid #ffffff26}.hiw-grid{grid-template-columns:1fr;gap:36px}.hiw-connector{display:none}.hiw-body{max-width:100%}.cs-body{grid-template-columns:1fr}.cs-col{border-right:none;border-bottom:1px solid var(--border)}.cs-col:last-child{border-bottom:none}.migration-grid{grid-template-columns:1fr}.buyer-value-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:1fr}.cs-header{padding:28px 30px}}@media (width<=768px){:root{--nav-h:62px}.nav-menu,.nav-right{display:none}.hamburger{display:flex}.wrap,.nav-inner{padding:0 20px}.section{padding:64px 0}.product-grid{grid-template-columns:1fr}.ind-grid{grid-template-columns:repeat(2,1fr)}.tgrid,.footer-grid,.partner-grid,.fgrid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat:nth-child(3){border-right:none}.roi-grid{grid-template-columns:repeat(2,1fr)}.roi-stat:nth-child(3){border-right:none}.cta-band{border-radius:var(--r-lg);padding:44px 24px}.hero-actions{flex-direction:column;align-items:flex-start}.buyer-tabs{flex-wrap:wrap;justify-content:center;width:100%}.buyer-value-grid{grid-template-columns:1fr}.sticky-cta{padding:12px 16px}.sticky-cta-sub{display:none}.cs-header{flex-direction:column;padding:24px 20px}.cs-metrics{justify-content:flex-start}.why-grid{grid-template-columns:1fr}}@media (width<=480px){.ind-grid,.stats-grid{grid-template-columns:1fr}.stat{border-right:none;border-bottom:1px solid var(--border)}.stat:last-child{border-bottom:none}.roi-grid{grid-template-columns:1fr}.roi-stat{border-bottom:1px solid #ffffff1f;border-right:none}.roi-stat:last-child{border-bottom:none}.cta-actions{flex-direction:column;align-items:center}.tgrid{grid-template-columns:1fr}.hero-trust{flex-direction:column;align-items:flex-start;gap:10px}.hero-trust-line{display:none}}@media (width<=768px){.footer{padding:48px 0 24px}.footer-grid{text-align:center;gap:32px;margin-bottom:24px;padding-bottom:32px}.footer-brand-logo{justify-content:center;display:flex}.footer-tagline{text-align:center;max-width:100%;margin:0 auto 18px}.footer-social{justify-content:center}.footer-col-title{margin-bottom:12px}.footer-links{align-items:center}.footer-bottom{text-align:center;flex-direction:column;gap:14px}.footer-legal{justify-content:center}}.insights-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.insight-card{border:1.5px solid var(--border);border-radius:var(--r-xl);background:#fff;flex-direction:column;transition:box-shadow .22s,transform .22s,border-color .22s;display:flex;overflow:hidden}.insight-card:hover{box-shadow:var(--shadow-lg);border-color:#1057d42e;transform:translateY(-3px)}.insight-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--blue);background:var(--blue-lt);border-radius:100px;align-items:center;gap:6px;margin:24px 24px 0;padding:4px 12px;font-size:.68rem;font-weight:700;display:inline-flex}.insight-body{flex-direction:column;flex:1;padding:16px 24px 24px;display:flex}.insight-title{color:var(--ink);letter-spacing:-.01em;margin-bottom:10px;font-family:Instrument Serif,serif;font-size:1.3rem;font-weight:400;line-height:1.28}.insight-excerpt{color:var(--ink2);flex:1;margin-bottom:20px;font-size:.86rem;line-height:1.7}.insight-author{border-top:1px solid var(--border);align-items:center;gap:10px;margin-bottom:14px;padding-top:16px;display:flex}.insight-avatar{background:var(--gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.78rem;font-weight:800;display:flex}.insight-author-name{color:var(--ink);font-size:.82rem;font-weight:700}.insight-author-role{color:var(--ink3);font-size:.74rem}.insight-read{color:var(--blue);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:Figtree,sans-serif;font-size:.85rem;font-weight:700;transition:gap .15s;display:inline-flex}.insight-read:hover{gap:10px}.article-overlay{z-index:500;-webkit-backdrop-filter:blur(3px);background:#0f19238c;justify-content:center;align-items:flex-start;padding:24px;display:none;position:fixed;inset:0;overflow-y:auto}.article-overlay.open{display:flex}.article-modal{border-radius:var(--r-xl);width:100%;max-width:720px;box-shadow:var(--shadow-xl);background:#fff;margin:40px auto;overflow:hidden}.article-modal-header{background:var(--gradient);padding:32px 40px;position:relative}.article-modal-close{color:#fff;cursor:pointer;background:#ffffff2e;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.3rem;transition:background .15s;display:flex;position:absolute;top:20px;right:20px}.article-modal-close:hover{background:#ffffff4d}.article-modal-tag{letter-spacing:.12em;text-transform:uppercase;color:#ffffffb3;margin-bottom:12px;font-size:.68rem;font-weight:700;display:inline-block}.article-modal-title{color:#fff;letter-spacing:-.02em;max-width:560px;margin-bottom:18px;font-family:Instrument Serif,serif;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:400;line-height:1.2}.article-modal-author{align-items:center;gap:12px;display:flex}.article-modal-avatar{color:#fff;background:#ffffff2e;border:1.5px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:.85rem;font-weight:800;display:flex}.article-modal-author-name{color:#fff;font-size:.9rem;font-weight:700}.article-modal-author-role{color:#ffffffb3;font-size:.78rem}.article-modal-body{max-height:60vh;padding:36px 40px 44px;overflow-y:auto}.article-modal-body p{color:var(--ink2);margin-bottom:18px;font-size:.92rem;line-height:1.85}.article-modal-body h3{color:var(--ink);letter-spacing:-.01em;margin:28px 0 12px;font-family:Instrument Serif,serif;font-size:1.25rem;font-weight:400}.article-modal-body strong{color:var(--ink);font-weight:700}.article-modal-footer{border-top:1px solid var(--border);background:var(--surface2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:24px 40px;display:flex}.article-modal-footer p{color:var(--ink2);margin:0;font-size:.85rem}.ctable th,.ctable td{padding:11px 12px;font-size:.8rem}.ctable th:first-child,.ctable td:first-child{width:22%;padding-left:18px}@media (width<=1024px){.ctable th,.ctable td{padding:9px 10px;font-size:.75rem}}.compat-wrap{background:var(--surface2);border:1.5px solid var(--border);border-radius:var(--r-xl);padding:40px}.compat-grid{grid-template-columns:repeat(6,1fr);gap:12px;min-width:0;margin-top:28px;display:grid}.compat-item{border:1.5px solid var(--border);border-radius:var(--r-md);text-align:center;background:#fff;padding:14px 10px;transition:border-color .2s,box-shadow .2s}.compat-item:hover{border-color:var(--blue);box-shadow:var(--shadow-sm)}.compat-icon{margin-bottom:6px;font-size:1.4rem}.compat-name{color:var(--ink);margin-bottom:3px;font-size:.72rem;font-weight:700}.compat-how{color:var(--green);font-size:.65rem;font-weight:600}.compat-badge{background:var(--green-lt);color:var(--green);border:1px solid #0596692e;border-radius:100px;align-items:center;gap:4px;padding:2px 8px;font-size:.65rem;font-weight:700;display:inline-flex}.agents-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.agent-card{border:1.5px solid var(--border);border-radius:var(--r-xl);background:#fff;padding:28px;transition:all .22s;position:relative;overflow:hidden}.agent-card:before{content:"";background:var(--gradient);height:3px;position:absolute;top:0;left:0;right:0}.agent-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.agent-icon{margin-bottom:14px;font-size:1.8rem}.agent-title{color:var(--ink);letter-spacing:-.01em;margin-bottom:8px;font-family:Instrument Serif,serif;font-size:1.15rem;font-weight:400}.agent-desc{color:var(--ink2);margin-bottom:16px;font-size:.855rem;line-height:1.68}.agent-examples{flex-direction:column;gap:5px;display:flex}.agent-example{color:var(--ink3);border-left:2px solid var(--blue-lt);padding-left:12px;font-size:.78rem;font-style:italic}.security-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.sec-card{border:1.5px solid var(--border);border-radius:var(--r-lg);background:#fff;gap:16px;padding:28px;transition:box-shadow .2s;display:flex}.sec-card:hover{box-shadow:var(--shadow-md)}.sec-icon{border-radius:var(--r-md);background:var(--blue-lt);border:1px solid #1057d41f;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;display:flex}.sec-title{color:var(--ink);margin-bottom:6px;font-size:.95rem;font-weight:700}.sec-body{color:var(--ink2);font-size:.855rem;line-height:1.65}.sec-badges{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.sec-badge{letter-spacing:.08em;text-transform:uppercase;background:var(--blue-lt);color:var(--blue);border:1px solid #1057d426;border-radius:4px;padding:2px 7px;font-size:.65rem;font-weight:700}.champion-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.champion-card{background:var(--gradient);border-radius:var(--r-lg);color:#fff;padding:28px;transition:transform .22s,box-shadow .22s}.champion-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-3px)}.champion-icon{opacity:.9;margin-bottom:12px;font-size:1.6rem}.champion-title{color:#fff;margin-bottom:8px;font-family:Instrument Serif,serif;font-size:1.1rem;font-weight:400}.champion-body{color:#fffc;font-size:.82rem;line-height:1.65}.champion-cta{color:#fff;border-bottom:1px solid #fff6;align-items:center;gap:5px;margin-top:14px;padding-bottom:2px;font-size:.82rem;font-weight:700;display:inline-flex}.legal-overlay{z-index:600;-webkit-backdrop-filter:blur(4px);background:#0f192399;justify-content:center;align-items:flex-start;padding:24px;display:none;position:fixed;inset:0;overflow-y:auto}.legal-overlay.open{display:flex}.legal-modal{border-radius:var(--r-xl);width:100%;max-width:760px;box-shadow:var(--shadow-xl);background:#fff;margin:40px auto;position:relative;overflow:hidden}.legal-modal-header{background:var(--ink);justify-content:space-between;align-items:center;padding:28px 36px 24px;display:flex}.legal-modal-title{color:#fff;letter-spacing:-.01em;font-family:Figtree,sans-serif;font-size:1.1rem;font-weight:700}.legal-modal-close{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.2rem;transition:background .15s;display:flex}.legal-modal-close:hover{background:#ffffff40}.legal-modal-body{max-height:70vh;padding:32px 36px 40px;overflow-y:auto}.legal-modal-body h3{color:var(--ink);margin:20px 0 8px;font-family:Figtree,sans-serif;font-size:.95rem;font-weight:700}.legal-modal-body h3:first-child{margin-top:0}.legal-modal-body p{color:var(--ink2);margin-bottom:12px;font-size:.875rem;line-height:1.8}.legal-modal-body a{color:var(--blue)}.legal-modal-updated{color:var(--ink3);margin-bottom:20px;font-size:.75rem}
