:root{--primary:#00274c;--secondary:#ffcb05;--accent:#2f65a7;--surface:#fff;--ink:#0b1220;--muted:#556070;--soft:#eaf2fb;--soft-rgb:234 242 251;--primary-rgb:0 39 76;--secondary-rgb:255 203 5;--accent-rgb:47 101 167;--surface-rgb:255 255 255;--ink-rgb:11 18 32;--header-height:74px;--promotion-banner-height:0px;--radius-xl:28px;--radius-lg:20px;--radius-md:14px;--shadow-soft:0 30px 90px #00274c14;--shadow-card:0 18px 46px #0b122014;--container:min(1160px, calc(100vw - 44px));--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px;scroll-padding-top:calc(var(--header-height) + 18px)}html.promotion-banner-visible{scroll-padding-top:calc(var(--header-height) + var(--promotion-banner-height) + 18px)}body{min-height:100vh;color:var(--ink);background:linear-gradient(180deg, #fff, #f7fafffa 30rem, #fff 100%), linear-gradient(140deg, rgb(var(--soft-rgb) / .65), transparent 36rem);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}body.menu-open,body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}[hidden]{display:none!important}::selection{background:var(--secondary);color:var(--primary)}.skip-link{z-index:2000;background:var(--surface);color:var(--primary);box-shadow:var(--shadow-card);border-radius:999px;padding:.72rem 1rem;transition:transform .18s;position:fixed;top:14px;left:14px;transform:translateY(-180%)}.skip-link:focus{transform:translateY(0)}.motion-bg{z-index:-3;pointer-events:none;width:100vw;height:100vh;position:fixed;inset:0}.ambient-noise{z-index:-2;pointer-events:none;opacity:.07;background-image:linear-gradient(#ffffff7a 1px,#0000 1px),linear-gradient(90deg,#00274c0d 1px,#0000 1px);background-size:32px 32px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#000 0% 40%,#0000 92%);mask-image:linear-gradient(#000 0% 40%,#0000 92%)}.site-header{z-index:1000;width:var(--container);border:1px solid rgb(var(--primary-rgb) / .08);background:rgb(var(--surface-rgb) / .5);-webkit-backdrop-filter:blur(16px)saturate(145%);backdrop-filter:blur(16px)saturate(145%);border-radius:18px;justify-content:space-between;align-items:center;min-height:60px;padding:.6rem .75rem .6rem 1rem;transition:box-shadow .22s,background .22s,border-color .22s,opacity .22s,top .22s,transform .22s;display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 18px 42px #0b122014}body.promotion-banner-visible .site-header{top:calc(var(--promotion-banner-height) + 16px)}.site-header.is-scrolled{background:rgb(var(--surface-rgb) / .5);border-color:rgb(var(--primary-rgb) / .1);box-shadow:0 14px 36px #0b12201a}.site-header.is-scrolled:not(.menu-open){opacity:0;pointer-events:none;transform:translate(-50%,calc(-100% - 24px))}.brand{align-items:center;gap:.75rem;min-width:0;font-weight:800;display:inline-flex}.brand-mark{object-fit:cover;width:2.75rem;height:2.75rem;box-shadow:inset 0 0 0 1px rgb(var(--secondary-rgb) / .3);border-radius:12px;flex:none}.brand-copy{min-width:0;line-height:1.04;display:grid}.brand-name{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.02em;font-size:1rem;overflow:hidden}.brand-tag{color:var(--muted);margin-top:.18rem;font-size:.74rem;font-weight:650}.menu-toggle{border:1px solid rgb(var(--primary-rgb) / .08);background:rgb(var(--surface-rgb) / .98);min-height:44px;color:var(--primary);letter-spacing:.01em;border-radius:14px;align-items:center;gap:.7rem;padding:0 .95rem;font-size:.86rem;font-weight:800;display:inline-flex;box-shadow:0 10px 24px #0b122014}.menu-icon{gap:5px;width:18px;display:inline-grid;position:relative}.menu-icon i{background:currentColor;border-radius:99px;width:18px;height:2px;transition:transform .16s,opacity .16s;display:block}.site-header.menu-open .menu-icon i:first-child{transform:translateY(3.5px)rotate(45deg)}.site-header.menu-open .menu-icon i:last-child{transform:translateY(-3.5px)rotate(-45deg)}.site-menu{border:1px solid rgb(var(--primary-rgb) / .08);background:rgb(var(--surface-rgb) / .98);width:min(310px,100vw - 40px);box-shadow:var(--shadow-card);opacity:0;pointer-events:none;transform-origin:100% 0;-webkit-backdrop-filter:blur(16px)saturate(150%);backdrop-filter:blur(16px)saturate(150%);border-radius:20px;padding:.7rem;transition:opacity .16s,transform .16s;display:grid;position:absolute;top:calc(100% + 12px);right:0;transform:translateY(-8px)scale(.98)}.site-header.menu-open .site-menu{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.site-menu a{min-height:46px;color:var(--ink);border-radius:14px;justify-content:space-between;align-items:center;padding:0 .95rem;font-size:.94rem;font-weight:760;display:flex}.site-menu a:hover,.site-menu a:focus-visible{background:rgb(var(--primary-rgb) / .05);outline:none}.site-menu a:after{content:"→";color:var(--accent)}.site-menu .menu-cta{background:var(--primary);color:var(--surface);margin-top:.4rem}.site-menu .menu-cta:after{color:var(--secondary)}.section{padding:6rem 0;position:relative}.section+.section{border-top:1px solid rgb(var(--primary-rgb) / .06)}.hero{border-top:0;align-items:center;min-height:100vh;padding-top:8rem;display:grid}.compact{padding:2rem 0}.section-inner{width:var(--container);margin:0 auto}.split-grid,.faq-grid{align-items:center;gap:clamp(2rem,5vw,5rem);display:grid}.split-grid{grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr)}.faq-grid{grid-template-columns:minmax(240px,.82fr) minmax(0,1.18fr);align-items:start}.eyebrow{color:rgb(var(--primary-rgb) / .92);letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.45rem;margin:0 0 1rem;font-size:.78rem;font-weight:850;display:inline-flex}.eyebrow:before{content:"";background:var(--secondary);width:.5rem;height:.5rem;box-shadow:0 0 0 5px rgb(var(--secondary-rgb) / .18);border-radius:50%}h1,h2,h3,p{margin-top:0}h1{max-width:12.5ch;color:var(--primary);letter-spacing:0;margin-bottom:1.3rem;font-size:5.4rem;line-height:1}h2{color:var(--primary);letter-spacing:0;margin-bottom:1rem;font-size:3.6rem;line-height:.98}h3{color:var(--primary);letter-spacing:0;margin-bottom:.7rem;font-size:1.24rem}.lede,.section-heading p,.split-copy p,.cta-card p,.modal-lede,.feature-card p,.timeline-item p,.faq-list p,.site-footer p,.cookie-copy p{color:var(--muted);line-height:1.72}.lede{max-width:660px;margin-bottom:2rem;font-size:clamp(1.05rem,2vw,1.22rem)}.hero-actions{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.btn{border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;min-height:48px;padding:0 1.15rem;font-weight:800;line-height:1;transition:transform .16s,box-shadow .16s,border-color .16s,background .16s;display:inline-flex;position:relative}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{color:var(--surface);background:#4f46e5;box-shadow:0 16px 32px #4f46e52e}.btn-primary:after{content:"→";color:#ffffffdb;margin-left:.58rem}.btn-secondary{border-color:rgb(var(--primary-rgb) / .12);background:rgb(var(--surface-rgb) / .92);color:var(--primary);box-shadow:0 10px 24px #0b12200f}.btn-ghost{border-color:rgb(var(--primary-rgb) / .12);color:var(--primary);background:0 0}.text-link{color:var(--primary);align-items:center;gap:.55rem;margin-top:.8rem;font-weight:800;display:inline-flex}.text-link:after{content:"→";color:var(--accent)}.trust-strip span{border:1px solid rgb(var(--primary-rgb) / .09);background:rgb(var(--surface-rgb) / .82);min-height:36px;color:var(--primary);border-radius:999px;align-items:center;padding:0 .85rem;font-size:.82rem;font-weight:750;display:inline-flex;box-shadow:0 8px 18px #0b12200a}.trust-strip span:before{content:"";background:var(--accent);border-radius:50%;width:.38rem;height:.38rem;margin-right:.5rem}.glass-card,.feature-card,.stat-card,.cta-card,.timeline-item,.faq-list details,.theme-board{border:1px solid rgb(var(--primary-rgb) / .08);background:rgb(var(--surface-rgb) / .9);box-shadow:var(--shadow-card)}.stat-card strong{color:var(--primary);letter-spacing:-.04em;font-size:1.55rem;line-height:1;display:block}.stat-card span{color:var(--muted);margin-top:.35rem;font-size:.78rem;font-weight:720;display:block}.trust-strip{flex-wrap:wrap;justify-content:center;gap:.72rem;padding:.35rem 0;display:flex}.section-heading{max-width:760px;margin-bottom:2.3rem}.section-heading.center{text-align:center;margin-inline:auto}.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.feature-card{border-radius:var(--radius-lg);min-height:240px;padding:1.35rem}.feature-card span{background:rgb(var(--soft-rgb) / .92);width:2.3rem;height:2.3rem;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;font-size:.78rem;font-weight:900;display:inline-flex}.feature-card p{margin-bottom:0}.theme-board{border-radius:var(--radius-xl);grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;padding:1rem;display:grid}.swatch{min-height:210px;color:var(--surface);border-radius:20px;flex-direction:column;justify-content:space-between;padding:1rem;display:flex;overflow:hidden}.swatch span{z-index:1;font-weight:850;position:relative}.swatch code{z-index:1;color:currentColor;background:#0000002e;border-radius:999px;width:max-content;padding:.4rem .55rem;font-size:.78rem;position:relative}.swatch.primary{background:linear-gradient(180deg, rgb(var(--primary-rgb) / .92), var(--primary))}.swatch.secondary{background:linear-gradient(180deg, rgb(var(--secondary-rgb) / .92), var(--secondary));color:var(--primary)}.swatch.accent{background:linear-gradient(180deg, rgb(var(--accent-rgb) / .92), var(--accent))}.swatch.surface{background:var(--surface);color:var(--primary);border:1px solid rgb(var(--primary-rgb) / .08)}.swatch.surface code{background:rgb(var(--primary-rgb) / .08)}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.stat-card{border-radius:var(--radius-lg);min-height:150px;padding:1.2rem}.stat-card strong{font-size:clamp(2rem,4vw,3rem)}.timeline{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.timeline-item{border-radius:var(--radius-lg);min-height:250px;padding:1.4rem;position:relative;overflow:hidden}.timeline-item>span{background:rgb(var(--soft-rgb) / .95);width:3rem;height:3rem;color:var(--primary);border-radius:999px;place-items:center;margin-bottom:3rem;font-weight:950;display:inline-grid}.timeline-item:after{content:"";background:rgb(var(--secondary-rgb) / .18);border-radius:50%;width:120px;height:120px;position:absolute;top:-40px;right:-40px}.sticky-heading{position:sticky;top:120px}.faq-list{gap:.8rem;display:grid}.faq-list details{border-radius:18px;padding:1rem 1.1rem}.faq-list summary{color:var(--primary);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;font-weight:850;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";background:rgb(var(--soft-rgb) / .95);width:1.7rem;height:1.7rem;color:var(--accent);border-radius:50%;flex:none;place-items:center;display:inline-grid}.faq-list details[open] summary:after{content:"–"}.faq-list p{margin:.75rem 0 0}.cta-section{padding:clamp(2.5rem,5vw,3.75rem) 0}.cta-card{border-radius:var(--radius-xl);background:linear-gradient(90deg, rgb(var(--secondary-rgb) / .18), transparent 42%), linear-gradient(135deg, rgb(var(--primary-rgb) / .98), rgb(var(--accent-rgb) / .9));max-width:1040px;color:var(--surface);text-align:left;margin:0 auto;padding:clamp(1.45rem,4vw,2.5rem);position:relative;overflow:hidden}.cta-card:after{content:"";background:var(--secondary);width:min(42%,320px);height:8px;position:absolute;inset:auto 0 0 auto}.cta-card h2{max-width:760px;color:var(--surface);letter-spacing:0;margin-bottom:.8rem;font-size:clamp(1.8rem,3.4vw,3rem)}.cta-card p{color:#ffffffd1;max-width:680px}.cta-card .eyebrow{color:#ffffffe6}.cta-card .eyebrow:before{background:var(--secondary);box-shadow:0 0 0 5px rgb(var(--secondary-rgb) / .22)}.cta-card .hero-actions{margin-top:1.4rem}.cta-card .btn-primary{background:var(--secondary);color:var(--primary);box-shadow:0 16px 32px #00000029}.cta-card .btn-primary:after{color:rgb(var(--primary-rgb) / .76)}.cta-card .btn-secondary{color:var(--surface);box-shadow:none;background:#ffffff1a;border-color:#ffffff3d}.site-footer{color:var(--muted);padding:3rem 0 2rem}.footer-inner{width:var(--container);border-top:1px solid rgb(var(--primary-rgb) / .08);grid-template-columns:minmax(18rem,1fr) minmax(18rem,auto);align-items:start;gap:1.3rem;margin:0 auto;padding:1.4rem 0;display:grid}.footer-inner>*{min-width:0}.footer-inner strong{color:var(--primary);line-height:1.2;display:block}.footer-inner p{max-width:480px;margin-bottom:0}.footer-inner small{grid-column:1/-1}.footer-links{flex-wrap:wrap;justify-content:flex-end;align-self:start;gap:.9rem;min-width:0;max-width:100%;line-height:1.2;display:flex}.footer-links a,.footer-links button{min-height:1.2em;color:var(--primary);background:0 0;border:0;align-items:center;padding:0;font-weight:760;line-height:1.2;display:inline-flex}.cookie-banner{z-index:1500;width:var(--container);border:1px solid rgb(var(--primary-rgb) / .1);background:rgb(var(--surface-rgb) / .95);-webkit-backdrop-filter:blur(16px)saturate(150%);backdrop-filter:blur(16px)saturate(150%);border-radius:22px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;margin-inline:auto;padding:1rem;display:grid;position:fixed;bottom:20px;left:50%;right:auto;transform:translate(-50%);box-shadow:0 24px 70px #0b12202e}.cookie-copy strong{color:var(--primary);font-size:1.02rem;display:block}.cookie-copy p{margin:.28rem 0 0}.cookie-actions,.modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;display:flex}.floating-consultation-cta{right:auto;bottom:max(16px, env(safe-area-inset-bottom));z-index:1300;width:var(--container);border:1px solid rgb(var(--primary-rgb) / .1);background:rgb(var(--surface-rgb) / .75);-webkit-backdrop-filter:blur(16px)saturate(145%);backdrop-filter:blur(16px)saturate(145%);border-radius:18px;justify-content:space-between;align-items:center;gap:.85rem;margin-inline:auto;padding:.7rem 3rem .7rem .7rem;display:flex;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 18px 48px #0b122029}.floating-consultation-cta p{min-width:0;color:var(--primary);flex:auto;margin:0;font-size:.94rem;font-weight:780;line-height:1.35}.floating-consultation-cta .btn{white-space:nowrap;flex:none;min-height:42px;margin-left:auto;padding-inline:1rem}.floating-consultation-close{background:rgb(var(--soft-rgb) / .88);width:2rem;height:2rem;color:var(--primary);border:0;border-radius:50%;flex:none;place-items:center;display:grid;position:absolute;top:.42rem;right:.42rem}.modal-backdrop{z-index:1590;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#02061761;position:fixed;inset:0}.promotion-banner{z-index:1450;padding:.45rem max(.75rem, env(safe-area-inset-right)) .45rem max(.75rem, env(safe-area-inset-left));color:var(--surface);will-change:opacity, transform;background:linear-gradient(90deg,#ffffff0f,#0000 20% 80%,#ffffff0f),linear-gradient(160deg,#080b12fa,#10121afa);transition:opacity .22s,transform .22s;position:fixed;top:0;left:0;right:0;box-shadow:0 18px 42px #02061738}.promotion-banner.is-hidden-on-scroll{opacity:0;pointer-events:none;transform:translateY(-100%)}.promotion-banner-content{width:min(var(--container), calc(100vw - 24px - env(safe-area-inset-left) - env(safe-area-inset-right)));grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);place-items:center;gap:.55rem .85rem;margin:0 auto;padding-right:2.35rem;display:grid;position:relative}.promotion-message{text-align:center;justify-items:center;gap:.18rem;min-width:0;display:grid}.promotion-badge,.promotion-countdown-label{color:#ffffffc2;letter-spacing:.12em;text-transform:uppercase;align-items:center;font-size:.58rem;font-weight:900;display:inline-flex}.promotion-badge{gap:.45rem}.promotion-badge:before{content:"";background:var(--secondary);width:.35rem;height:.35rem;box-shadow:0 0 0 4px rgb(var(--secondary-rgb) / .16);border-radius:50%}.promotion-banner h2{color:var(--surface);margin:0;font-size:clamp(.9rem,1.5vw,1.12rem);line-height:1.12}.promotion-value{width:fit-content;max-width:100%;color:var(--surface);background:#ffffff17;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;padding:.2rem .5rem;font-size:.66rem;font-weight:900;line-height:1.2;display:inline-flex}.promotion-copy{color:#ffffffb8;margin:0;font-size:.68rem;font-weight:650;line-height:1.25}.promotion-countdown{text-align:center;justify-items:center;gap:.28rem;min-width:min(100%,228px);display:grid}.promotion-countdown-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.25rem;display:grid}.promotion-time-box{background:#ffffff12;border:1px solid #ffffff24;border-radius:8px;place-items:center;gap:.08rem;min-width:0;min-height:36px;padding:.3rem .28rem;display:grid}.promotion-time-box strong{color:var(--surface);letter-spacing:0;font-size:clamp(.82rem,1.45vw,1rem);line-height:1}.promotion-time-box small{color:#ffffffa8;letter-spacing:.05em;text-transform:uppercase;font-size:.48rem;font-weight:850}.promotion-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem;display:flex}.promotion-actions .btn{white-space:nowrap;min-height:34px;padding:.48rem .7rem;font-size:.72rem}.promotion-close{width:1.75rem;height:1.75rem;color:var(--surface);background:#ffffff14;border:1px solid #ffffff29;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;right:0;transform:translateY(-50%)}.floating-consultation-close,.promotion-close,.modal-close{appearance:none;box-sizing:border-box;padding:0;line-height:0}.close-icon{stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;vector-effect:non-scaling-stroke;width:1rem;height:1rem;display:block;position:absolute;top:50%;left:50%;overflow:visible;transform:translate(-50%,-50%)}.consent-modal{z-index:1600;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-panel{border:1px solid rgb(var(--primary-rgb) / .08);background:var(--surface);border-radius:24px;width:min(640px,100%);max-height:min(760px,100vh - 40px);padding:clamp(1.3rem,4vw,2rem);position:relative;overflow:auto;box-shadow:0 30px 90px #0206173d}.modal-close{background:rgb(var(--soft-rgb) / .95);width:2.3rem;height:2.3rem;color:var(--primary);border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:1rem;right:1rem}.modal-panel h2{font-size:clamp(1.8rem,4vw,2.8rem)}.preference-list{gap:.8rem;margin:1.2rem 0 1.4rem;display:grid}.preference-row{border:1px solid rgb(var(--primary-rgb) / .08);background:rgb(var(--soft-rgb) / .5);border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;display:flex}.preference-row small{color:var(--muted);margin-top:.25rem;line-height:1.45;display:block}.preference-row input{width:1.35rem;height:1.35rem;accent-color:var(--primary)}.preference-row.disabled{opacity:.72}.noscript-note{z-index:9999;background:var(--primary);color:var(--surface);text-align:center;border-radius:18px;padding:1rem;position:fixed;bottom:20px;left:20px;right:20px}.js .reveal{opacity:0;transition:opacity .56s,transform .56s;transition-delay:var(--reveal-delay,0s);will-change:opacity, transform;transform:translateY(24px)}.js .reveal.is-visible{opacity:1;will-change:auto;transform:translateY(0)}:focus-visible{outline:3px solid var(--secondary);outline-offset:3px}.insight-grid,.solution-grid,.trust-card-grid,.capability-grid,.pricing-grid,.pricing-service-grid,.support-grid,.audit-grid,.showcase-grid{gap:1rem;display:grid}.insight-grid,.capability-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.solution-grid,.showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-grid{scroll-snap-type:x proximity;grid-template-columns:repeat(5,minmax(240px,1fr));padding-bottom:.3rem;overflow-x:auto}.support-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pricing-service-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:1rem}.pricing-highlight{border:1px solid rgb(var(--secondary-rgb) / .42);border-radius:var(--radius-lg);background:linear-gradient(135deg, rgb(var(--secondary-rgb) / .18), rgb(var(--surface-rgb) / .9)), rgb(var(--surface-rgb) / .94);box-shadow:var(--shadow-card);margin-top:1rem;padding:1.2rem}.pricing-highlight h2{max-width:48rem;margin-bottom:.55rem;font-size:clamp(1.45rem,3vw,2rem)}.pricing-highlight p:last-child{margin-bottom:0}.support-insight-grid{margin-top:1rem}.audit-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.trust-card-grid{grid-template-columns:repeat(5,minmax(0,1fr));margin-top:1rem}.insight-card,.operator-panel,.selector-result,.problem-solution-card,.trust-card,.capability-pillar,.video-card,.pricing-card,.support-card,.audit-card,.contact-form,.contact-method{border:1px solid rgb(var(--primary-rgb) / .08);background:rgb(var(--surface-rgb) / .9);box-shadow:var(--shadow-card)}.insight-card,.operator-panel,.selector-result,.problem-solution-card,.capability-pillar,.video-card,.pricing-card,.support-card,.audit-card,.contact-form{border-radius:var(--radius-lg)}.insight-card,.operator-panel,.selector-result,.problem-solution-card,.capability-pillar,.pricing-card,.support-card,.audit-card,.contact-form{padding:1.35rem}.insight-card span,.trust-card span,.status-badge,.card-eyebrow,.panel-label,.problem-solution-card span{color:rgb(var(--primary-rgb) / .72);letter-spacing:.12em;text-transform:uppercase;font-size:.75rem;font-weight:900}.insight-card>span,.trust-card span{background:rgb(var(--soft-rgb) / .95);border-radius:50%;place-items:center;width:2.3rem;height:2.3rem;margin-bottom:1.6rem;display:inline-grid}.insight-card p,.operator-panel li,.selector-result p,.problem-solution-card p,.capability-pillar p,.video-card p,.pricing-card p,.support-card p,.audit-card p,.contact-copy p,.contact-form label,.form-status,.footer-address{color:var(--muted);line-height:1.68}.selector-options{flex-wrap:wrap;gap:.65rem;margin-top:1.35rem;display:flex}.selector-option{border:1px solid rgb(var(--primary-rgb) / .1);background:rgb(var(--surface-rgb) / .92);min-height:42px;color:var(--primary);border-radius:999px;padding:0 .85rem;font-weight:800;box-shadow:0 8px 18px #0b12200a}.selector-option[aria-pressed=true]{background:var(--primary);color:var(--surface)}.selector-result{align-self:stretch}.status-badge{background:rgb(var(--secondary-rgb) / .22);border-radius:999px;width:max-content;margin-bottom:1rem;padding:.42rem .62rem;display:inline-flex}.selector-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:1.1rem 0 1.3rem;display:grid}.selector-meta span{background:rgb(var(--soft-rgb) / .85);color:var(--primary);border-radius:16px;padding:.85rem;font-size:.92rem;font-weight:750}.selector-meta strong{letter-spacing:.08em;text-transform:uppercase;margin-bottom:.25rem;font-size:.72rem;display:block}.problem-solution-card{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start;gap:1rem;display:grid}.problem-solution-card h3,.problem-solution-card p{margin-bottom:0}.operator-panel{min-height:100%}.difference-list,.feature-list{gap:.65rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.difference-list li,.feature-list li{padding-left:1.4rem;position:relative}.difference-list li:before,.feature-list li:before{content:"";background:var(--secondary);width:.45rem;height:.45rem;box-shadow:0 0 0 4px rgb(var(--secondary-rgb) / .18);border-radius:50%;position:absolute;top:.7em;left:0}.trust-card{border-radius:18px;min-height:132px;padding:1rem}.trust-card strong{color:var(--primary);font-size:.98rem;line-height:1.35;display:block}.compact-card{min-height:200px}.capability-band{border:1px solid rgb(var(--primary-rgb) / .08);border-radius:var(--radius-lg);background:rgb(var(--surface-rgb) / .74);margin-top:2rem;padding:1.2rem}.tag-cloud,.tag-row{flex-wrap:wrap;gap:.55rem;display:flex}.tag-cloud span,.tag-row span{background:rgb(var(--soft-rgb) / .95);min-height:32px;color:var(--primary);border-radius:999px;align-items:center;padding:0 .72rem;font-size:.8rem;font-weight:780;display:inline-flex}.capability-grid{margin-top:1rem}.video-card{overflow:hidden}.video-frame{aspect-ratio:16/9;background:rgb(var(--primary-rgb) / .08);position:relative}.video-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.site-preview-card{grid-column:1/-1;min-width:0;max-width:100%;position:relative}.site-preview-frame{border-bottom:1px solid rgb(var(--primary-rgb) / .08);background:linear-gradient(180deg, #fffffff5, rgb(var(--soft-rgb) / .72) 3rem, transparent 3rem), rgb(var(--soft-rgb) / .8);width:100%;min-width:0;max-width:100%;min-height:clamp(560px,56vw,760px);overflow:hidden}.site-preview-frame iframe{background:var(--surface);width:100%;min-width:0;max-width:100%;height:calc(100% - 2.65rem);inset:2.65rem 0 0;transform:none}.preview-toolbar{z-index:1;border-bottom:1px solid rgb(var(--primary-rgb) / .08);min-height:2.65rem;color:var(--primary);justify-content:space-between;align-items:center;padding:0 .85rem;font-size:.74rem;font-weight:850;display:flex;position:absolute;inset:0 0 auto}.preview-toolbar:before{content:"";background:radial-gradient(circle at .34rem,#ef4444 .22rem,#0000 .24rem),radial-gradient(circle at 1.3rem,#f59e0b .22rem,#0000 .24rem),radial-gradient(circle at 2.26rem,#22c55e .22rem,#0000 .24rem);border-radius:999px;width:2.6rem;height:.68rem}.preview-toolbar span{color:rgb(var(--primary-rgb) / .66);text-transform:uppercase;letter-spacing:.1em;margin-left:auto}.preview-toolbar strong{text-overflow:ellipsis;white-space:nowrap;max-width:46%;margin-left:.75rem;overflow:hidden}.video-card-copy{padding:1.25rem}.project-facts{gap:.55rem;margin:1rem 0 0;display:grid}.project-facts dt{color:rgb(var(--primary-rgb) / .72);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:900}.project-facts dd{color:var(--muted);margin:0 0 .35rem;line-height:1.58}.video-card-copy .btn{margin-top:1rem}.pricing-card,.support-card,.audit-card{scroll-snap-align:start;min-height:100%}.pricing-card .feature-list,.support-card .feature-list,.audit-card .feature-list{margin-bottom:1.45rem}.pricing-card .btn,.support-card .btn,.audit-card .btn{margin-top:.35rem}.pricing-card-head strong,.support-card>strong,.audit-card>strong{color:var(--primary);letter-spacing:-.04em;margin-bottom:.8rem;font-size:1.45rem;display:block}.price-plus{color:var(--secondary);vertical-align:super;margin-left:.08em;font-size:.72em;font-weight:950;line-height:1;display:inline-block}.package-id{background:rgb(var(--soft-rgb) / .82);width:fit-content;color:rgb(var(--primary-rgb) / .78);letter-spacing:0;border-radius:999px;margin:.25rem 0 .75rem;padding:.22rem .5rem;font-size:.72rem;font-weight:900;display:inline-flex}.best-for,.pricing-note{font-size:.94rem}.pricing-note{background:rgb(var(--soft-rgb) / .72);border-radius:16px;margin-top:1rem;padding:.85rem}.secondary-heading{margin-top:3rem}.contact-grid{grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}.contact-methods{gap:.75rem;margin-top:1.5rem;display:grid}.contact-method{border-radius:18px;gap:.3rem;padding:1rem;font-style:normal;display:grid}.contact-method span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:800}.contact-method strong{color:var(--primary)}.contact-form{align-self:end;gap:1rem;display:grid}.contact-form label{gap:.42rem;font-weight:800;display:grid}.contact-form input,.contact-form select,.contact-form textarea{border:1px solid rgb(var(--primary-rgb) / .12);background:rgb(var(--surface-rgb) / .98);width:100%;min-height:48px;color:var(--ink);border-radius:14px;outline:none;padding:.8rem .9rem}.contact-form textarea{resize:vertical;min-height:140px}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:rgb(var(--accent-rgb) / .7);box-shadow:0 0 0 4px rgb(var(--accent-rgb) / .14)}.form-status{min-height:1.5rem;margin-bottom:0}.content-page{padding-top:8rem}.page-hero h1,.page-hero .section-heading{max-width:860px}.page-hero .lede{max-width:720px}.route-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;display:grid}.route-card{border:1px solid rgb(var(--primary-rgb) / .08);border-radius:var(--radius-lg);background:rgb(var(--surface-rgb) / .9);min-height:190px;box-shadow:var(--shadow-card);gap:.75rem;padding:1.2rem;display:grid}.route-card span{color:rgb(var(--primary-rgb) / .72);letter-spacing:.12em;text-transform:uppercase;font-size:.75rem;font-weight:900}.route-card strong{color:var(--primary);font-size:1.06rem;line-height:1.38}.route-card:after{content:"→";color:var(--accent);align-self:end;font-weight:900}.map-card{border:1px solid rgb(var(--primary-rgb) / .08);border-radius:var(--radius-xl);background:radial-gradient(circle at 52% 30%, rgb(var(--surface-rgb) / .96), rgb(var(--soft-rgb) / .72) 62%), rgb(var(--surface-rgb) / .92);box-shadow:var(--shadow-card);overflow:hidden}.globe-card{justify-items:center;display:grid}.poly-globe{width:min(100%,520px);height:auto;margin:clamp(.75rem,2vw,1.25rem) auto;display:block}.globe-ground-shadow{fill:rgb(var(--primary-rgb) / .28)}.globe-shell{filter:drop-shadow(0 28px 38px rgb(var(--primary-rgb) / .2))}.globe-ocean-base{fill:url(#globe-ocean)}.ocean-face{stroke:rgb(var(--primary-rgb) / .1);stroke-linejoin:round;stroke-width:1.2px}.ocean-a,.ocean-d,.ocean-g,.ocean-k{fill:#3fabbcd1}.ocean-b,.ocean-e,.ocean-h,.ocean-l{fill:#77d3ddd1}.ocean-c,.ocean-f,.ocean-i,.ocean-m,.ocean-o{fill:#2a899ad6}.ocean-j,.ocean-n{fill:#217080d1}.land-layer{filter:drop-shadow(0 10px 10px rgb(var(--primary-rgb) / .16))}.land-face,.service-region{stroke:rgb(var(--surface-rgb) / .84);stroke-linejoin:round;stroke-width:2.4px}.land-light{fill:#bce83e}.land-medium{fill:#82bd14}.land-dark{fill:#5d9f07}.service-region{filter:drop-shadow(0 5px 7px rgb(var(--primary-rgb) / .2))}.service-us{fill:var(--secondary)}.service-europe{fill:#2f65a7}.service-japan{fill:#00a6a6}.globe-shine{fill:url(#globe-shine);pointer-events:none}.globe-outline{fill:none;stroke:rgb(var(--surface-rgb) / .82);stroke-width:3px}.map-legend{border-top:1px solid rgb(var(--primary-rgb) / .08);background:rgb(var(--surface-rgb) / .68);flex-wrap:wrap;justify-content:center;gap:.7rem;width:100%;padding:1rem;display:flex}.map-legend span{color:var(--primary);align-items:center;gap:.45rem;font-size:.82rem;font-weight:800;display:inline-flex}.map-legend i{border-radius:50%;width:.72rem;height:.72rem}.us-dot{background:var(--secondary)}.europe-dot{background:var(--accent)}.japan-dot{background:#00a6a6}.muted-dot{background:#82bd14}.add-on-cloud{margin-bottom:1.5rem}.legal-card{border:1px solid rgb(var(--primary-rgb) / .08);border-radius:var(--radius-xl);background:rgb(var(--surface-rgb) / .92);max-width:920px;box-shadow:var(--shadow-card);margin:0 auto;padding:clamp(1.5rem,4vw,3rem)}.legal-card h1{max-width:13ch}.legal-card h2{margin-top:2rem;font-size:clamp(1.45rem,3vw,2.2rem)}.legal-card p,.legal-card li{color:var(--muted);line-height:1.75}.legal-card ul,.legal-card ol{padding-left:1.2rem}.legal-table{border-collapse:collapse;width:100%;box-shadow:0 0 0 1px rgb(var(--primary-rgb) / .08);border-radius:18px;margin:1.25rem 0;overflow:hidden}.legal-table th,.legal-table td{border:1px solid rgb(var(--primary-rgb) / .08);text-align:left;vertical-align:top;padding:.85rem}.legal-table th{color:var(--primary);background:rgb(var(--soft-rgb) / .78)}.legal-table td{color:var(--muted)}.example-list{margin-top:1rem}@media (width<=900px){:root{--container:min(100vw - 30px, 720px)}.split-grid,.faq-grid{grid-template-columns:1fr}.hero{padding-top:7rem}h1{font-size:4.2rem}h2{font-size:3rem}.card-grid,.stats-grid,.timeline{grid-template-columns:repeat(2,minmax(0,1fr))}.sticky-heading{position:static}.cookie-banner{grid-template-columns:1fr}.cookie-actions{justify-content:flex-start}.promotion-banner-content{grid-template-columns:minmax(0,1fr);gap:.5rem;padding-right:2.5rem}.promotion-countdown{min-width:0;max-width:260px}}@media (width<=1100px){.footer-inner{grid-template-columns:1fr}.footer-inner p{max-width:44rem}.footer-links{justify-content:flex-start}}@media (width<=620px){:root{--container:min(100vw - 24px, 560px);--header-height:70px}.site-header{min-height:54px;top:12px}.brand-tag{display:none}.brand-name{max-width:145px}.menu-toggle{min-height:40px;padding:0 .85rem}.section{padding:4.8rem 0}.hero{min-height:auto;padding-top:7.5rem}h1{font-size:3rem;line-height:1.04}h2{font-size:2.15rem;line-height:1.04}.card-grid,.stats-grid,.timeline,.theme-board{grid-template-columns:1fr}.swatch{min-height:150px}.trust-strip{justify-content:flex-start}.footer-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem;display:grid}.footer-links a,.footer-links button{text-align:left}.cookie-banner{border-radius:18px;bottom:12px}.cookie-actions .btn,.modal-actions .btn,.promotion-actions .btn{width:100%}.floating-consultation-cta{grid-template-columns:minmax(0,1fr) auto;gap:.6rem;padding:.75rem 3rem .75rem .75rem;display:grid}.floating-consultation-cta p{grid-column:1/-1;font-size:.86rem}.floating-consultation-cta .btn{grid-column:2;justify-self:end;width:auto}.preference-row{align-items:flex-start}.promotion-banner{padding-top:.42rem;padding-bottom:.42rem}.promotion-banner-content{gap:.42rem}.promotion-copy{display:none}.promotion-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.promotion-actions .btn{min-height:34px;padding:.46rem .56rem;font-size:.7rem}.promotion-time-box{min-height:34px}}@media (width<=1100px){.pricing-grid{grid-template-columns:repeat(5,minmax(280px,1fr))}.pricing-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.route-grid,.trust-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.insight-grid,.solution-grid,.capability-grid,.pricing-service-grid,.support-grid,.audit-grid,.showcase-grid,.contact-grid,.problem-solution-card{grid-template-columns:1fr}.contact-form{align-self:stretch}.site-preview-frame{min-height:clamp(420px,88vw,620px)}.trust-card-grid,.route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.selector-meta,.trust-card-grid,.route-grid{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr;overflow-x:visible}.site-preview-frame{min-height:360px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.js .reveal{opacity:1;transition:none;transform:none}}
