
/* Header */
.site-header{height:var(--header-h);position:sticky;top:0;z-index:100;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--bg) 94%,transparent);backdrop-filter:saturate(140%) blur(18px);transition:box-shadow .24s var(--ease),background .24s var(--ease)}
.site-header.scrolled{background:color-mix(in srgb,var(--bg) 97%,transparent);box-shadow:0 12px 34px rgba(12,14,18,.055)}
.nav-shell{height:100%;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;width:198px;flex:0 0 auto}.brand img{width:100%;height:auto}.primary-nav{display:flex;align-items:center;justify-content:center;gap:2px;margin-left:auto}.primary-nav>a,.nav-trigger{position:relative;padding:12px 10px;border:0;background:transparent;border-radius:8px;font-size:.86rem;font-weight:720;white-space:nowrap;cursor:pointer;color:var(--text)}.primary-nav>a:after,.nav-trigger:after{content:"";position:absolute;left:11px;right:11px;bottom:5px;height:1.5px;background:var(--brand);transform:scaleX(0);transform-origin:center;transition:transform .18s var(--ease)}.primary-nav>a:hover:after,.primary-nav>a.active:after,.primary-nav>a[aria-current="page"]:after,.nav-trigger.active:after,.nav-group.open>.nav-trigger:after{transform:scaleX(1)}.primary-nav>a:hover,.nav-trigger:hover,.nav-trigger.active{background:color-mix(in srgb,var(--surface-2) 60%,transparent)}.nav-trigger span{font-size:.7rem;margin-left:4px}.nav-group{position:static}
.mega-menu{position:absolute;left:50%;top:calc(100% + 1px);transform:translate(-50%,10px);width:min(1180px,calc(100vw - 56px));display:grid;grid-template-columns:minmax(0,1fr) 310px;background:var(--surface);border:1px solid var(--line);border-top:2px solid var(--brand);border-radius:0 0 16px 16px;box-shadow:0 30px 80px rgba(13,15,18,.14);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s var(--ease),transform .18s var(--ease)}.nav-group.open .mega-menu,.nav-group:focus-within .mega-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.mega-main{padding:28px 30px 30px}.mega-label{display:block;color:var(--brand);font-size:.68rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase;padding-bottom:15px;margin-bottom:20px;border-bottom:1px solid var(--line)}.mega-columns{display:grid;grid-template-columns:1fr 1fr;gap:34px}.mega-column{min-width:0}.mega-kicker{display:block;font-size:.65rem;font-weight:820;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}.mega-item{display:grid;grid-template-columns:28px 1fr;gap:10px;padding:11px 8px 11px 0;border-bottom:1px solid color-mix(in srgb,var(--line) 72%,transparent);border-radius:0;transition:padding .16s var(--ease),background .16s var(--ease)}.mega-item:last-child{border-bottom:0}.mega-item:hover{padding-left:8px;background:var(--surface-2)}.mega-item i,.resource-menu-item i,.platform-menu-item i{font-style:normal;color:var(--brand);font-size:.64rem;font-weight:850;letter-spacing:.08em;padding-top:3px}.mega-item b,.resource-menu-item b,.platform-menu-item b{display:block;font-size:.88rem;line-height:1.25}.mega-item small,.resource-menu-item small,.platform-menu-item small{display:block;color:var(--muted);font-size:.72rem;line-height:1.4;font-weight:500;margin-top:3px}
.mega-feature{padding:34px 28px;display:flex;flex-direction:column;justify-content:flex-end;border-left:1px solid var(--line);background:linear-gradient(145deg,var(--surface-2),var(--surface))}.mega-feature:before{content:"";display:block;width:38px;height:2px;background:var(--brand);margin-bottom:auto}.mega-feature h3{font-size:1.65rem;line-height:1.08;letter-spacing:-.035em;margin:18px 0 12px;max-width:12ch}.mega-feature p{font-size:.82rem;line-height:1.58;color:var(--muted);margin:0 0 22px}.mega-feature.purpose h3{max-width:15ch}.mega-cta{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid var(--line);font-size:.78rem;font-weight:820}.mega-cta span{color:var(--brand);font-size:1rem}
.platform-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.platform-menu-item{position:relative;display:block;padding:14px 10px 14px 34px;border-bottom:1px solid var(--line);min-height:88px}.platform-menu-item:nth-child(odd){border-right:1px solid var(--line)}.platform-menu-item i{position:absolute;left:0;top:17px}.platform-menu-item:hover{background:var(--surface-2)}.platform-type{display:block;color:var(--brand);font-size:.58rem;font-weight:820;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px}.platform-menu-item.labs{grid-column:1/-1;border-right:0}.resource-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.resource-menu-item{display:grid;grid-template-columns:28px 1fr;gap:10px;padding:16px 8px 16px 0;border-bottom:1px solid var(--line)}.resource-menu-item:nth-child(odd){border-right:1px solid var(--line)}.resource-menu-item:hover{padding-left:8px;background:var(--surface-2)}
.nav-actions{display:flex;align-items:center;gap:10px}.theme-toggle,.menu-toggle{border:1px solid var(--line);background:var(--surface);height:40px;min-width:40px;display:grid;place-items:center;cursor:pointer;transition:.18s var(--ease)}.theme-toggle{border-radius:999px}.theme-toggle:hover{border-color:var(--line-strong);background:var(--surface-2)}.theme-toggle .moon{display:none}html[data-theme="dark"] .theme-toggle .sun{display:none}html[data-theme="dark"] .theme-toggle .moon{display:inline}.menu-toggle{display:none;border-radius:9px;padding:8px;gap:4px}.menu-toggle span:not(.sr-only){display:block;width:20px;height:2px;background:var(--text)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:10px;font-weight:780;border:1px solid var(--line);transition:transform .18s var(--ease),background .18s var(--ease),border-color .18s var(--ease),box-shadow .18s var(--ease);cursor:pointer}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 10px 28px color-mix(in srgb,var(--brand) 18%,transparent)}.btn-primary:hover{background:var(--brand-strong);border-color:var(--brand-strong)}.btn-ghost{background:var(--surface)}.btn-ghost:hover{background:var(--surface-2);border-color:var(--line-strong)}.btn-sm{padding:10px 16px;font-size:.9rem}

/* Hero */
.hero{position:relative;overflow:hidden;padding:104px 0 92px;border-bottom:1px solid var(--line)}.hero:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(to right,color-mix(in srgb,var(--line) 32%,transparent) 1px,transparent 1px),linear-gradient(to bottom,color-mix(in srgb,var(--line) 26%,transparent) 1px,transparent 1px);background-size:96px 96px;opacity:.32;mask-image:linear-gradient(to bottom,#000,transparent 86%)}.hero:after{content:"";position:absolute;width:440px;height:440px;right:3%;top:12%;background:radial-gradient(circle,color-mix(in srgb,var(--brand) 9%,transparent),transparent 68%);pointer-events:none}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.08fr .92fr;gap:76px;align-items:center}.hero-copy{padding-top:10px}.hero-kicker{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:32px}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 6px color-mix(in srgb,var(--brand) 10%,transparent)}.hero-kicker-divider{width:32px;height:1px;background:var(--line-strong)}.hero-copy .lead{margin:30px 0 28px;max-width:690px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:42px;border-top:1px solid var(--line);max-width:720px}.trust-row .pill{padding:16px 18px 0 0}.trust-row .pill+.pill{padding-left:18px;border-left:1px solid var(--line)}
.nexus-visual{position:relative;aspect-ratio:1/1;max-height:610px;min-height:520px;border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 92%,transparent);overflow:hidden;isolation:isolate}.nexus-gridlines{position:absolute;inset:0;background-image:linear-gradient(to right,color-mix(in srgb,var(--line) 50%,transparent) 1px,transparent 1px),linear-gradient(to bottom,color-mix(in srgb,var(--line) 50%,transparent) 1px,transparent 1px);background-size:64px 64px;opacity:.3}.visual-topline{position:absolute;left:22px;right:22px;top:18px;display:flex;justify-content:space-between;align-items:center;padding-bottom:13px;border-bottom:1px solid var(--line);z-index:10;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.03em}.visual-topline span{display:flex;align-items:center;gap:8px}.visual-topline i{width:7px;height:7px;border-radius:50%;background:var(--brand)}.visual-topline small{text-transform:uppercase;letter-spacing:.11em}.nexus-visual:before,.nexus-visual:after{content:"";position:absolute;left:50%;top:52%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid var(--line);pointer-events:none}.nexus-visual:before{width:72%;height:72%}.nexus-visual:after{width:48%;height:48%;border-style:dashed}.nexus-core{position:absolute;left:50%;top:52%;transform:translate(-50%,-50%);width:150px;height:150px;border-radius:50%;display:grid;place-items:center;align-content:center;gap:8px;background:var(--surface);border:1px solid var(--line-strong);box-shadow:0 0 0 18px color-mix(in srgb,var(--brand) 5%,transparent);z-index:5}.nexus-core img{width:82px}.nexus-core small{font-size:.58rem;letter-spacing:.15em;text-transform:uppercase;color:var(--brand);font-weight:800}.node{position:absolute;min-width:150px;padding:13px 14px 12px;border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(8px);font-size:.78rem;font-weight:740;line-height:1.25;z-index:4}.node small{display:block;color:var(--brand);font-size:.55rem;letter-spacing:.12em;margin-bottom:4px}.n1{top:16%;left:36%}.n2{top:31%;right:4%}.n3{bottom:26%;right:4%}.n4{bottom:14%;left:36%}.n5{bottom:26%;left:4%}.n6{top:31%;left:4%}.orbit-dot{position:absolute;width:7px;height:7px;background:var(--brand);border-radius:50%;top:52%;left:50%;margin:-3px;animation:orbit 18s linear infinite;transform-origin:0 0;z-index:3}@keyframes orbit{from{transform:rotate(0deg) translateX(205px)}to{transform:rotate(360deg) translateX(205px)}}.outcome-rail{position:absolute;left:22px;right:22px;bottom:18px;display:grid;grid-template-columns:repeat(5,1fr);gap:7px;z-index:6}.outcome-rail span{text-align:center;padding:8px 5px;border:1px solid var(--line);background:var(--surface);font-size:.62rem;font-weight:730;color:var(--muted)}

/* Capability strip */
.capability-strip{border-bottom:1px solid var(--line);background:var(--surface)}.capability-track{display:flex;align-items:center;justify-content:space-between;gap:26px;overflow:auto;padding:21px 0;scrollbar-width:none}.capability-track span{position:relative;padding-left:14px;white-space:nowrap;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.capability-track span:before{content:"";position:absolute;left:0;top:.55em;width:4px;height:4px;border-radius:50%;background:var(--brand)}

/* Challenges / architecture */
.challenge-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:88px;align-items:start}.statement{position:sticky;top:128px}.statement blockquote{font-size:clamp(2.25rem,3.7vw,3.65rem);line-height:1.06;letter-spacing:-.05em;margin:0 0 24px;font-weight:750;max-width:12ch}.statement-note{margin-top:26px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}.challenge-list{display:grid;border-top:1px solid var(--line)}.challenge-item{padding:28px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:56px 1fr;gap:18px}.challenge-item h3{margin-bottom:8px}.challenge-item p{margin:0;color:var(--muted);max-width:620px}.num{color:var(--brand);font-weight:820;font-size:.78rem;letter-spacing:.08em}.connect-section{padding-top:0}.architecture{background:var(--ink-2);color:var(--bg);padding:54px;border-radius:2px;position:relative;overflow:hidden}.architecture:before{content:"";position:absolute;inset:0;background-image:linear-gradient(to right,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.045) 1px,transparent 1px);background-size:64px 64px}.architecture-copy,.architecture-map{position:relative;z-index:1}.architecture-copy{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:end}.architecture .muted{color:color-mix(in srgb,var(--bg) 64%,transparent)}.architecture-flow{display:grid;grid-template-columns:repeat(6,1fr);gap:0;margin-top:44px;border:1px solid rgba(255,255,255,.16)}.architecture-flow span{padding:21px 12px;text-align:center;font-weight:720;font-size:.78rem;border-right:1px solid rgba(255,255,255,.16)}.architecture-flow span:last-child{border-right:0}.architecture-flow span+span{position:relative}.architecture-flow span+span:before{content:"→";position:absolute;left:-5px;color:var(--brand)}

/* Generic editorial cards */
.card{background:var(--surface);border:1px solid var(--line);border-radius:2px;padding:30px;transition:background .2s var(--ease),border-color .2s var(--ease),transform .2s var(--ease)}.card:hover{transform:translateY(-3px);border-color:var(--line-strong);background:color-mix(in srgb,var(--surface) 82%,var(--surface-2))}.card .icon{width:36px;height:36px;display:grid;place-items:center;color:var(--brand);font-weight:850;font-size:.74rem;margin-bottom:48px;border:1px solid var(--line);background:transparent}.card p{color:var(--muted);margin:0 0 26px}.card .text-link{display:inline-flex;margin-top:auto}

/* Platforms */
.platform-section{background:#0d0f12;color:#f5f5f2;position:relative;overflow:hidden}.platform-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(to right,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.035) 1px,transparent 1px);background-size:84px 84px}.platform-section:after{content:"";position:absolute;width:660px;height:660px;right:-180px;top:-230px;background:radial-gradient(circle,rgba(227,27,43,.17),transparent 66%)}.platform-section .container{position:relative;z-index:1}.platform-section .muted{color:#a8abb3}.platform-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:52px}.platform-head .section-head{margin-bottom:0}.platform-head .h2 span{color:#8d919a}.platform-overview-link{font-weight:760;color:#fff;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:7px}.platform-grid-v15{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:1px;background:#2a2d34;border:1px solid #2a2d34}.platform-card{min-height:300px;padding:30px;background:#111318;display:flex;flex-direction:column;position:relative;transition:background .2s var(--ease)}.platform-card:hover{background:#171a20}.platform-card.featured{grid-row:span 2;min-height:601px}.platform-card h3{font-size:clamp(2.2rem,3.1vw,3.8rem);line-height:1;letter-spacing:-.05em;margin:auto 0 14px}.platform-card.featured h3{font-size:clamp(4rem,6vw,6.9rem)}.platform-card p{color:#a9acb3;margin:0;max-width:540px}.platform-index,.platform-mark{font-size:.65rem;letter-spacing:.13em;text-transform:uppercase}.platform-index{color:#ff4b58}.platform-mark{color:#8e929a;margin-top:12px}.platform-capabilities{display:flex;gap:8px;margin-top:20px;flex-wrap:wrap}.platform-capabilities span{font-size:.68rem;border:1px solid #30333b;padding:6px 9px;color:#adb0b7}.platform-link{margin-top:28px;border-top:1px solid #2c2f36;padding-top:15px;font-size:.78rem;font-weight:760;color:#f5f5f2}.labs-card{background:#15171c}

/* Industries */
.industry-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:0!important;border-top:1px solid var(--line)}.industry-grid .card{border:0!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;padding:34px 28px 34px 0!important;background:transparent!important}.industry-grid .card:nth-child(odd){border-right:1px solid var(--line)!important}.industry-grid .card:nth-child(even){padding-left:34px!important}.industry-grid .card:hover{transform:none!important;background:transparent!important}.industry-grid .h3{font-size:clamp(1.75rem,2.3vw,2.65rem)}

/* Technology / Why */
.tech-matrix{display:grid;grid-template-columns:repeat(5,1fr);gap:0;border:1px solid var(--line)}.tech-col{padding:30px 24px;border-right:1px solid var(--line)}.tech-col:last-child{border-right:0}.tech-col ul{list-style:none;padding:0;margin:24px 0 0}.tech-col li{border-top:1px solid var(--line);padding:10px 0;color:var(--muted);font-size:.9rem}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border-top:1px solid var(--line)}.why-card{padding:48px 46px 48px 0;border-bottom:1px solid var(--line)}.why-card:nth-child(odd){border-right:1px solid var(--line)}.why-card:nth-child(even){padding-left:46px}.why-card>span{font-size:.67rem;color:var(--brand);letter-spacing:.11em;text-transform:uppercase}.why-card .h3{font-size:clamp(2rem,2.9vw,3.3rem);max-width:14ch;margin-top:18px}.why-card p{max-width:560px}

/* Process / impact */
.process{display:grid;grid-template-columns:repeat(6,1fr);counter-reset:step;border:1px solid var(--line)}.process-step{min-height:180px;padding:24px 18px;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}.process-step:last-child{border-right:0}.process-step:before{content:"0" counter(step);counter-increment:step;color:var(--brand);font-size:.68rem;font-weight:800;letter-spacing:.1em}.process-step strong{font-size:1.2rem}.process-step small{color:var(--muted)}.stats{display:grid;grid-template-columns:repeat(4,1fr);border-block:1px solid var(--line)}.stat{padding:34px 28px;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat b{display:block;font-size:clamp(2rem,3vw,3.5rem);line-height:1;letter-spacing:-.05em;margin-bottom:10px}.stat span{color:var(--muted);font-size:.9rem}

/* Resources */
.resource-card{padding:0;border:0;border-top:1px solid var(--line);background:transparent}.resource-card:hover{transform:none;background:transparent}.resource-visual{min-height:190px;background:var(--surface-2);border-bottom:1px solid var(--line);display:flex;align-items:flex-end;padding:18px;color:var(--brand);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase}.resource-body{padding:20px 0}.resource-body p{margin:0;color:var(--muted)}

/* CTA & footer */
.cta-band{background:var(--ink-2);color:var(--bg);padding:58px 62px;display:flex;align-items:center;justify-content:space-between;gap:50px;position:relative;overflow:hidden}.cta-band:after{content:"NEXUS";position:absolute;right:-.02em;bottom:-.24em;font-size:clamp(7rem,15vw,15rem);font-weight:850;letter-spacing:-.08em;color:rgba(255,255,255,.03);pointer-events:none}.cta-band>div,.cta-band>.btn{position:relative;z-index:1}.cta-band .eyebrow{color:#ff6974}.cta-band .h2{color:#f7f5f2;max-width:12ch}.cta-band p{color:#a8abb3;max-width:760px}.site-footer{background:#0d0f12;color:#d9d9d5;padding:72px 0 0}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:54px}.footer-brand img{width:190px;filter:brightness(0) invert(1);opacity:.95}.footer-brand p{max-width:420px;color:#92969e;margin:24px 0 18px}.site-footer h3{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#fff;margin:0 0 18px}.site-footer a{display:block;color:#9ea2aa;margin:8px 0;font-size:.9rem}.site-footer a:hover{color:#fff}.footer-bottom{margin-top:56px;padding:22px 0;border-top:1px solid #24272e;display:flex;justify-content:space-between;gap:20px;color:#777b84;font-size:.8rem}.footer-bottom div{display:flex;gap:20px}.footer-bottom a{display:inline;margin:0}

/* Inner pages */
.page-hero{padding:92px 0 74px;border-bottom:1px solid var(--line);position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(to right,color-mix(in srgb,var(--line) 28%,transparent) 1px,transparent 1px);background-size:96px 96px;opacity:.25}.page-hero .container{position:relative}.breadcrumb{display:flex;gap:8px;color:var(--muted);font-size:.78rem;margin-bottom:34px}.feature-row{display:grid;grid-template-columns:1fr .86fr;gap:80px;padding:72px 0;border-bottom:1px solid var(--line);align-items:start}.feature-row .card{margin-top:8px}.feature-row ul{padding-left:18px;color:var(--muted)}.feature-row li{margin:8px 0}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:start}.contact-panel{position:sticky;top:120px}.contact-panel p{color:var(--muted)}.form-card{background:var(--surface);border:1px solid var(--line);padding:34px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:8px}.field.full{grid-column:1/-1}.field label{font-size:.82rem;font-weight:740}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);background:var(--bg);color:var(--text);padding:13px 14px;border-radius:8px}.notice{font-size:.8rem;color:var(--muted)}.platform-overview-link{display:inline-flex;gap:8px}.architecture-map{margin-top:34px}.map-core,.map-lane,.map-outcomes{border:1px solid rgba(255,255,255,.14);padding:22px}.map-lane+.map-lane{margin-top:10px}

/* v1.16 — premium living enterprise hero */
.hero-v116{padding:78px 0 68px;min-height:790px}.hero-v116 .hero-grid{grid-template-columns:.96fr 1.04fr;gap:70px}.hero-v116 .display{font-size:clamp(4.4rem,5.7vw,6.7rem);line-height:.89;letter-spacing:-.064em;max-width:8.4ch}.hero-v116 .display .accent{position:relative;color:var(--text)}.hero-v116 .display .accent:after{content:"";position:absolute;left:0;bottom:-9px;width:72%;height:4px;border-radius:99px;background:var(--brand)}.hero-v116 .hero-copy .lead{max-width:660px;margin-top:34px}.hero-v116 .trust-row{margin-top:38px}
.enterprise-live{position:relative;min-height:620px;border:1px solid var(--line-strong);border-radius:28px;background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 97%,transparent),color-mix(in srgb,var(--brand) 2.5%,var(--surface)));box-shadow:0 34px 70px rgba(16,19,25,.09);overflow:hidden;isolation:isolate}.enterprise-live:before{content:"";position:absolute;inset:70px 18px 54px;border-radius:24px;background:radial-gradient(circle at 53% 48%,color-mix(in srgb,var(--brand) 7%,transparent),transparent 42%),linear-gradient(to right,color-mix(in srgb,var(--line) 28%,transparent) 1px,transparent 1px),linear-gradient(to bottom,color-mix(in srgb,var(--line) 24%,transparent) 1px,transparent 1px);background-size:auto,64px 64px,64px 64px;z-index:-2}.live-head{height:70px;margin:0 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:.66rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.live-head span{display:flex;align-items:center;gap:9px}.live-head i,.live-status>i,.live-core small i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#2ca673;box-shadow:0 0 0 7px rgba(44,166,115,.10)}.live-head small{font-size:.61rem;letter-spacing:.18em}.live-stage{position:absolute;left:18px;right:18px;top:88px;bottom:70px;border-radius:24px;overflow:hidden}.ambient-ring{position:absolute;left:52%;top:50%;translate:-50% -50%;border:1px solid color-mix(in srgb,var(--line-strong) 72%,transparent);border-radius:50%;pointer-events:none}.ring-a{width:370px;height:370px}.ring-b{width:286px;height:286px;border-style:dashed;border-color:color-mix(in srgb,var(--brand) 25%,transparent);animation:spin-v116 32s linear infinite}.ring-c{width:218px;height:218px;box-shadow:0 0 0 18px color-mix(in srgb,var(--brand) 3%,transparent)}@keyframes spin-v116{to{transform:rotate(360deg)}}
.live-core{position:absolute;left:52%;top:50%;translate:-50% -50%;width:190px;height:190px;border-radius:50%;background:color-mix(in srgb,var(--surface) 98%,transparent);border:1px solid var(--line-strong);box-shadow:0 22px 45px rgba(17,20,26,.10),0 0 0 15px color-mix(in srgb,var(--brand) 4%,transparent);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:6}.core-logo{width:78px;height:66px;border:1px solid var(--line);border-radius:17px;display:grid;place-items:center;background:var(--surface);margin-bottom:12px;box-shadow:0 8px 22px rgba(20,24,32,.06)}.core-logo img{width:58px}.live-core>span{font-size:.54rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase;color:var(--brand);margin-bottom:7px}.live-core strong{font-size:.82rem;line-height:1.15}.live-core small{margin-top:9px;color:var(--muted);font-size:.54rem;display:flex;align-items:center;gap:7px}.live-core small i{width:5px;height:5px;box-shadow:none}
.cap-node{position:absolute;width:196px;padding:15px 16px 14px;background:color-mix(in srgb,var(--surface) 96%,transparent);border:1px solid var(--line);border-radius:16px;box-shadow:0 13px 28px rgba(18,22,29,.06);z-index:7;transition:transform .35s ease,box-shadow .35s ease}.cap-node:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(18,22,29,.10)}.cap-node:before{content:"";position:absolute;width:9px;height:9px;border:2px solid var(--brand);background:var(--surface);border-radius:50%;box-shadow:0 0 0 6px color-mix(in srgb,var(--brand) 8%,transparent)}.cap-node span{display:block;color:var(--brand);font-size:.51rem;font-weight:850;letter-spacing:.14em;margin-bottom:6px}.cap-node h3{font-size:.84rem;line-height:1.15;margin:0 0 5px}.cap-node p{margin:0;color:var(--muted);font-size:.65rem}.node-build{left:3.5%;top:13%}.node-build:before{right:-5px;top:44%}.node-connect{right:2.5%;top:17%}.node-connect:before{left:-5px;top:44%}.node-operate{right:1.5%;bottom:15%}.node-operate:before{left:-5px;top:42%}.node-scale{left:5%;bottom:14%}.node-scale:before{right:-5px;top:42%}.node-evolve{left:50%;translate:-50% 0;bottom:2%;width:210px}.node-evolve:before{left:50%;top:-6px;translate:-50% 0}
.signal-path{position:absolute;left:52%;top:50%;width:160px;height:1px;transform-origin:0 0;background:linear-gradient(90deg,color-mix(in srgb,var(--brand) 34%,transparent),color-mix(in srgb,var(--line-strong) 50%,transparent));z-index:2}.signal-path i{position:absolute;width:6px;height:6px;top:-3px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 6px color-mix(in srgb,var(--brand) 9%,transparent);animation:signal-v116 3.8s ease-in-out infinite}.path-a{transform:rotate(205deg)}.path-b{transform:rotate(327deg)}.path-c{transform:rotate(28deg)}.path-d{transform:rotate(148deg)}.path-e{transform:rotate(90deg);width:145px}.path-b i{animation-delay:.7s}.path-c i{animation-delay:1.4s}.path-d i{animation-delay:2.1s}.path-e i{animation-delay:2.8s}@keyframes signal-v116{0%,15%{left:4%;opacity:0}35%{opacity:1}80%{left:92%;opacity:1}100%{left:96%;opacity:0}}
.live-status{position:absolute;left:50%;translate:-50% 0;bottom:84px;min-width:260px;padding:10px 14px;border:1px solid var(--line);border-radius:13px;background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:0 12px 28px rgba(18,22,29,.07);display:flex;align-items:center;gap:11px;z-index:8}.live-status b{display:block;font-size:.67rem}.live-status small{display:block;font-size:.54rem;color:var(--muted);margin-top:2px}.live-foot{position:absolute;left:24px;right:24px;bottom:0;height:58px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);align-items:center}.live-foot span{font-size:.54rem;color:var(--muted);font-weight:750;text-align:center;letter-spacing:.02em}.live-foot span+span{border-left:1px solid var(--line)}
@media(max-width:1180px){.hero-v116 .hero-grid{gap:42px}.hero-v116 .display{font-size:clamp(4rem,5.4vw,5.8rem)}.enterprise-live{min-height:590px}.cap-node{width:178px}.ring-a{width:330px;height:330px}.ring-b{width:260px;height:260px}.signal-path{width:142px}}
@media(max-width:1040px){.hero-v116{padding-top:72px}.enterprise-live{max-width:760px;width:100%;min-height:620px}.hero-v116 .display{font-size:clamp(4rem,9vw,6.5rem)}}
@media(max-width:640px){.hero-v116{padding:58px 0 60px;min-height:auto}.hero-v116 .display{font-size:clamp(3rem,13vw,4.4rem)}.enterprise-live{min-height:610px;border-radius:22px}.live-head{margin:0 15px}.live-head small{display:none}.live-stage{left:10px;right:10px}.live-core{width:150px;height:150px}.core-logo{width:64px;height:54px}.core-logo img{width:50px}.ring-a{width:270px;height:270px}.ring-b{width:210px;height:210px}.ring-c{width:172px;height:172px}.cap-node{width:142px;padding:11px 12px}.cap-node h3{font-size:.7rem}.cap-node p{font-size:.56rem}.node-build{left:1%;top:11%}.node-connect{right:1%;top:14%}.node-scale{left:1%;bottom:16%}.node-operate{right:1%;bottom:16%}.node-evolve{width:170px;bottom:1%}.signal-path{width:112px}.live-status{bottom:76px;min-width:220px}.live-foot{left:12px;right:12px}.live-foot span{font-size:.45rem}}
@media(prefers-reduced-motion:reduce){.ring-b,.signal-path i{animation:none}}

/* v1.17 — milestone-led hero: capability ecosystem, MKP identity */
.hero-v117{padding:70px 0 0;min-height:780px}.hero-v117 .hero-grid{grid-template-columns:.94fr 1.06fr;gap:64px;align-items:center}.hero-v117 .display{font-size:clamp(4.15rem,5.45vw,6.35rem);line-height:.9;letter-spacing:-.062em;max-width:8.5ch}.hero-v117 .display .accent{position:relative;color:var(--text)}.hero-v117 .display .accent:after{content:"";position:absolute;left:0;bottom:-10px;width:70%;height:4px;border-radius:20px;background:var(--brand)}.hero-v117 .lead{max-width:650px;margin-top:32px}.hero-proof{display:grid;grid-template-columns:repeat(3,1fr);margin-top:38px;border-top:1px solid var(--line)}.hero-proof span{padding:17px 14px 0 0;color:var(--muted);font-size:.72rem;font-weight:700;border-right:1px solid var(--line)}.hero-proof span:last-child{border-right:0;padding-left:14px}.hero-proof span:nth-child(2){padding-left:14px}.hero-proof b{color:var(--brand);font-size:.64rem;margin-right:8px}
.ecosystem-v117{position:relative;height:590px;border:1px solid var(--line-strong);border-radius:28px;background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--brand) 2%,var(--surface)));box-shadow:0 32px 70px rgba(17,20,27,.09);overflow:hidden;isolation:isolate}.ecosystem-v117:before{content:"";position:absolute;inset:68px 16px 54px;border-radius:24px;background:radial-gradient(circle at 50% 48%,color-mix(in srgb,var(--brand) 6%,transparent),transparent 46%),linear-gradient(to right,color-mix(in srgb,var(--line) 25%,transparent) 1px,transparent 1px),linear-gradient(to bottom,color-mix(in srgb,var(--line) 22%,transparent) 1px,transparent 1px);background-size:auto,60px 60px,60px 60px;z-index:-2}.eco-top{height:68px;margin:0 24px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;text-transform:uppercase;color:var(--muted);font-size:.62rem;font-weight:850;letter-spacing:.15em}.eco-top span{display:flex;gap:9px;align-items:center}.eco-top i{width:8px;height:8px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 7px color-mix(in srgb,var(--brand) 9%,transparent)}.eco-top small{font-size:.55rem;letter-spacing:.18em}.eco-stage{position:absolute;inset:82px 24px 52px}.eco-orbit{position:absolute;left:50%;top:49%;translate:-50% -50%;border:1px solid color-mix(in srgb,var(--line-strong) 72%,transparent);border-radius:50%}.orbit-1{width:390px;height:390px}.orbit-2{width:310px;height:310px;border-style:dashed;border-color:color-mix(in srgb,var(--brand) 22%,transparent);animation:eco-spin 42s linear infinite}.orbit-3{width:222px;height:222px;box-shadow:0 0 0 18px color-mix(in srgb,var(--brand) 3%,transparent)}@keyframes eco-spin{to{transform:rotate(360deg)}}.eco-core{position:absolute;left:50%;top:49%;translate:-50% -50%;width:178px;height:178px;border-radius:50%;background:var(--surface);border:1px solid var(--line-strong);box-shadow:0 22px 50px rgba(16,19,25,.12),0 0 0 16px color-mix(in srgb,var(--brand) 4%,transparent);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:6}.eco-logo{width:76px;height:60px;border:1px solid var(--line);border-radius:15px;display:grid;place-items:center;background:var(--surface);margin-bottom:10px}.eco-logo img{width:59px;height:auto}.eco-core strong{text-transform:uppercase;font-size:.63rem;letter-spacing:.2em}.eco-core small{margin-top:5px;color:var(--muted);font-size:.55rem}.eco-node{position:absolute;width:112px;min-height:84px;padding:10px 8px;border:1px solid var(--line);border-radius:17px;background:color-mix(in srgb,var(--surface) 96%,transparent);box-shadow:0 12px 28px rgba(18,22,29,.07);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:7;transition:.3s ease}.eco-node:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(18,22,29,.11)}.eco-node i{width:27px;height:27px;border-radius:9px;background:color-mix(in srgb,var(--brand) 8%,var(--surface));color:var(--brand);display:grid;place-items:center;font-style:normal;font-size:.52rem;font-weight:900;margin-bottom:6px}.eco-node b{font-size:.7rem;line-height:1.05}.eco-node small{font-size:.49rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-top:3px}.n1{left:50%;top:0;translate:-50% 0}.n2{left:12%;top:12%}.n3{right:11%;top:12%}.n4{left:1%;top:42%}.n5{right:0;top:42%}.n6{left:11%;bottom:5%}.n7{right:10%;bottom:5%}.n8{left:38%;bottom:-1%}.n9{right:29%;bottom:-1%}.eco-line{position:absolute;left:50%;top:49%;width:172px;height:1px;background:linear-gradient(90deg,color-mix(in srgb,var(--brand) 46%,transparent),color-mix(in srgb,var(--brand) 8%,transparent));transform-origin:left center;z-index:2}.l1{transform:rotate(-90deg)}.l2{transform:rotate(-140deg)}.l3{transform:rotate(-40deg)}.l4{transform:rotate(180deg)}.l5{transform:rotate(0deg)}.l6{transform:rotate(140deg)}.l7{transform:rotate(40deg)}.l8{transform:rotate(102deg)}.l9{transform:rotate(76deg)}.eco-signal{position:absolute;width:7px;height:7px;border-radius:50%;background:#2ca673;box-shadow:0 0 0 6px rgba(44,166,115,.10);z-index:5}.s1{left:49.5%;top:18%;animation:signal-pulse 2.6s ease-in-out infinite}.s2{left:22%;top:48%;animation:signal-pulse 2.6s .8s ease-in-out infinite}.s3{right:20%;top:52%;animation:signal-pulse 2.6s 1.5s ease-in-out infinite}@keyframes signal-pulse{0%,100%{opacity:.35;transform:scale(.75)}50%{opacity:1;transform:scale(1.2)}}.eco-foot{position:absolute;left:24px;right:24px;bottom:0;height:52px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);align-items:center}.eco-foot span{text-align:center;color:var(--muted);font-size:.55rem;letter-spacing:.04em}.eco-foot b{color:var(--text)}.capability-ribbon{margin-top:42px;display:grid;grid-template-columns:repeat(8,1fr);border:1px solid var(--line);border-radius:17px;overflow:hidden;background:var(--surface)}.capability-ribbon a{min-height:82px;padding:14px 9px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border-right:1px solid var(--line);text-decoration:none;color:var(--text);transition:.25s ease}.capability-ribbon a:last-child{border-right:0}.capability-ribbon a:hover{background:color-mix(in srgb,var(--brand) 4%,var(--surface))}.capability-ribbon b{font-size:.55rem;color:var(--brand);margin-bottom:7px}.capability-ribbon span{font-size:.62rem;font-weight:750;line-height:1.15}
@media(max-width:1180px){.hero-v117 .hero-grid{gap:38px}.hero-v117 .display{font-size:clamp(3.8rem,5.2vw,5.5rem)}.ecosystem-v117{height:560px}.eco-node{width:102px}.orbit-1{width:350px;height:350px}.orbit-2{width:280px;height:280px}.eco-line{width:154px}}
@media(max-width:1040px){.hero-v117 .hero-grid{grid-template-columns:1fr}.hero-v117 .display{font-size:clamp(4rem,9vw,6.2rem)}.ecosystem-v117{width:100%;max-width:760px;margin:auto}.capability-ribbon{grid-template-columns:repeat(4,1fr)}.capability-ribbon a:nth-child(4){border-right:0}.capability-ribbon a:nth-child(-n+4){border-bottom:1px solid var(--line)}}
@media(max-width:640px){.hero-v117{padding-top:54px}.hero-v117 .display{font-size:clamp(3rem,13vw,4.2rem)}.hero-proof{grid-template-columns:1fr}.hero-proof span{border-right:0;border-bottom:1px solid var(--line);padding:12px 0!important}.ecosystem-v117{height:560px;border-radius:22px}.eco-top{margin:0 15px}.eco-top small{display:none}.eco-stage{inset:82px 8px 52px}.eco-core{width:142px;height:142px}.eco-logo{width:62px;height:49px}.eco-logo img{width:49px}.orbit-1{width:280px;height:280px}.orbit-2{width:224px;height:224px}.orbit-3{width:176px;height:176px}.eco-node{width:88px;min-height:72px;padding:7px 5px}.eco-node i{width:22px;height:22px}.eco-node b{font-size:.58rem}.eco-node small{font-size:.42rem}.n2{left:2%}.n3{right:2%}.n6{left:2%}.n7{right:2%}.eco-line{width:120px}.eco-foot{left:12px;right:12px}.eco-foot span{font-size:.45rem}.capability-ribbon{grid-template-columns:repeat(2,1fr);margin-top:28px}.capability-ribbon a{border-bottom:1px solid var(--line)!important}.capability-ribbon a:nth-child(even){border-right:0}.capability-ribbon a:nth-last-child(-n+2){border-bottom:0!important}}
@media(prefers-reduced-motion:reduce){.orbit-2,.eco-signal{animation:none}}


/* v1.18 — milestone-proportion hero + disciplined radial ecosystem */
@media (min-width:1041px){
.hero-v117{padding:54px 0 0;min-height:auto}
.hero-v117 .hero-grid{grid-template-columns:.92fr 1.08fr;gap:58px;align-items:center}
.hero-v117 .hero-copy{padding:24px 0 12px}
.hero-v117 .display{font-size:clamp(3.55rem,4.35vw,5.15rem);line-height:.94;letter-spacing:-.058em;max-width:11.7ch;margin-top:26px}
.hero-v117 .display .accent:after{bottom:-9px;width:58%;height:3px}
.hero-v117 .lead{max-width:610px;margin-top:30px;font-size:1.04rem;line-height:1.65}
.hero-v117 .hero-actions{margin-top:28px}
.hero-proof{margin-top:30px}
.ecosystem-v117{height:510px;border-radius:24px}
.ecosystem-v117:before{inset:64px 16px 48px;background-size:auto,54px 54px,54px 54px}
.eco-top{height:62px;margin:0 22px}
.eco-stage{inset:74px 22px 48px}
.eco-orbit{top:50%}
.orbit-1{width:342px;height:342px}
.orbit-2{width:274px;height:274px}
.orbit-3{width:198px;height:198px}
.eco-core{top:50%;width:154px;height:154px;box-shadow:0 18px 42px rgba(16,19,25,.11),0 0 0 13px color-mix(in srgb,var(--brand) 4%,transparent)}
.eco-logo{width:68px;height:52px;margin-bottom:8px}.eco-logo img{width:53px}
.eco-node,.eco-node.n1,.eco-node.n2,.eco-node.n3,.eco-node.n4,.eco-node.n5,.eco-node.n6,.eco-node.n7,.eco-node.n8,.eco-node.n9{width:98px!important;height:74px!important;min-height:74px!important;max-height:74px!important;padding:8px 6px!important;translate:none!important;transform:none;box-sizing:border-box}
.eco-node i{width:23px;height:23px;border-radius:8px;margin-bottom:4px;font-size:.46rem}.eco-node b{font-size:.62rem}.eco-node small{font-size:.42rem;margin-top:2px}
.eco-node.n1{left:calc(50% - 49px)!important;top:0!important;right:auto!important;bottom:auto!important}
.eco-node.n2{left:14%!important;top:11%!important;right:auto!important;bottom:auto!important}
.eco-node.n3{right:14%!important;top:11%!important;left:auto!important;bottom:auto!important}
.eco-node.n4{left:2%!important;top:39%!important;right:auto!important;bottom:auto!important}
.eco-node.n5{right:2%!important;top:39%!important;left:auto!important;bottom:auto!important}
.eco-node.n6{left:12%!important;bottom:4%!important;right:auto!important;top:auto!important}
.eco-node.n7{right:12%!important;bottom:4%!important;left:auto!important;top:auto!important}
.eco-node.n8{left:calc(50% - 106px)!important;bottom:-2%!important;right:auto!important;top:auto!important}
.eco-node.n9{left:calc(50% + 8px)!important;bottom:-2%!important;right:auto!important;top:auto!important}
.eco-line{top:50%;width:150px}
.eco-foot{left:22px;right:22px;height:48px}
.capability-ribbon{margin-top:28px}.capability-ribbon a{min-height:72px}
}
@media (min-width:1041px) and (max-width:1280px){
.hero-v117 .hero-grid{gap:36px}.hero-v117 .display{font-size:clamp(3.25rem,4.25vw,4.45rem)}.ecosystem-v117{height:490px}.eco-node,.eco-node.n1,.eco-node.n2,.eco-node.n3,.eco-node.n4,.eco-node.n5,.eco-node.n6,.eco-node.n7,.eco-node.n8,.eco-node.n9{width:90px!important;height:70px!important;min-height:70px!important;max-height:70px!important}.eco-node.n1{left:calc(50% - 45px)!important}.eco-node.n8{left:calc(50% - 98px)!important}.orbit-1{width:320px;height:320px}.orbit-2{width:258px;height:258px}.eco-line{width:140px}}

/* v1.19 — premium finishing pass; v1.18 architecture frozen */
@media (min-width:1041px){
.hero-v117{padding-top:30px}
.hero-v117 .hero-grid{grid-template-columns:.94fr 1.06fr;gap:54px;align-items:center}
.hero-v117 .hero-copy{padding:8px 0 6px}
.hero-v117 .hero-kicker{margin-bottom:0;letter-spacing:.15em}
.hero-v117 .display{font-size:clamp(3.5rem,4.12vw,4.92rem);line-height:.93;max-width:12.8ch;margin-top:22px}
.hero-v117 .display .accent:after{width:54%;height:3px;bottom:-8px}
.hero-v117 .lead{max-width:625px;margin-top:27px;font-size:1.02rem;line-height:1.62}
.hero-v117 .hero-actions{margin-top:25px}
.hero-proof{margin-top:26px}
.ecosystem-v117{height:500px;border-color:color-mix(in srgb,var(--line-strong) 86%,transparent);box-shadow:0 28px 64px rgba(17,20,27,.085),0 2px 8px rgba(17,20,27,.025);background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--brand) 1.4%,var(--surface)))}
.ecosystem-v117:after{content:"";position:absolute;inset:62px 16px 48px;border-radius:22px;background:radial-gradient(circle at 50% 49%,color-mix(in srgb,var(--brand) 7%,transparent) 0,transparent 31%),radial-gradient(circle at 78% 22%,rgba(44,166,115,.035),transparent 24%);pointer-events:none;z-index:-1}
.eco-top{height:60px}.eco-top i{box-shadow:0 0 0 6px color-mix(in srgb,var(--brand) 8%,transparent)}
.eco-stage{inset:70px 22px 47px}
.orbit-1{width:336px;height:336px;border-color:color-mix(in srgb,var(--line-strong) 60%,transparent)}
.orbit-2{width:270px;height:270px;border-color:color-mix(in srgb,var(--brand) 18%,transparent)}
.orbit-3{width:194px;height:194px;box-shadow:0 0 0 15px color-mix(in srgb,var(--brand) 2.5%,transparent)}
.eco-core{width:158px;height:158px;border-color:color-mix(in srgb,var(--line-strong) 90%,transparent);box-shadow:0 20px 44px rgba(16,19,25,.10),0 0 0 12px color-mix(in srgb,var(--brand) 3.2%,transparent)}
.eco-logo{width:76px;height:57px;border-radius:14px;margin-bottom:9px;box-shadow:0 8px 22px rgba(17,20,27,.045)}
.eco-logo img{width:61px}
.eco-core strong{font-size:.65rem;letter-spacing:.21em}.eco-core small{font-size:.53rem;margin-top:6px}
.eco-node,.eco-node.n1,.eco-node.n2,.eco-node.n3,.eco-node.n4,.eco-node.n5,.eco-node.n6,.eco-node.n7,.eco-node.n8,.eco-node.n9{width:96px!important;height:72px!important;min-height:72px!important;max-height:72px!important;border-radius:15px;border-color:color-mix(in srgb,var(--line-strong) 78%,transparent);box-shadow:0 10px 24px rgba(18,22,29,.055);background:color-mix(in srgb,var(--surface) 98%,transparent)}
.eco-node:hover{transform:translateY(-2px)!important;box-shadow:0 15px 30px rgba(18,22,29,.085)}
.eco-node i{background:color-mix(in srgb,var(--brand) 7%,var(--surface));font-weight:850}.eco-node b{font-weight:760}
.eco-line{height:1px;background:linear-gradient(90deg,color-mix(in srgb,var(--brand) 48%,transparent),color-mix(in srgb,var(--brand) 12%,transparent));opacity:.82}
.eco-signal{width:6px;height:6px;box-shadow:0 0 0 5px rgba(44,166,115,.09)}
.eco-foot{height:46px}.eco-foot span{font-size:.54rem}
.capability-ribbon{margin-top:22px;border-radius:15px;box-shadow:0 8px 26px rgba(17,20,27,.025)}
.capability-ribbon a{min-height:66px;padding:11px 8px}.capability-ribbon b{margin-bottom:5px}.capability-ribbon span{font-size:.6rem}
}
@media (min-width:1281px){
.eco-node.n1{left:calc(50% - 48px)!important}.eco-node.n8{left:calc(50% - 104px)!important}.eco-node.n9{left:calc(50% + 8px)!important}
}


/* v1.21 structural homepage consolidation — v1.19 hero preserved */
.split-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:72px;align-items:end}.split-head>.lead{margin:0;max-width:640px}.section-transition{margin-top:34px;padding-top:22px;border-top:1px solid var(--line);font-size:.9rem;color:var(--muted)}.section-transition strong{color:var(--ink)}
.solutions-v121{background:var(--surface-2)}.solution-architecture{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);background:var(--surface)}.solution-group{padding:30px 34px}.solution-group+.solution-group{border-left:1px solid var(--line)}.group-label{display:block;font-size:.68rem;text-transform:uppercase;letter-spacing:.14em;color:var(--brand);font-weight:800;margin-bottom:18px}.solution-group>a{display:grid;grid-template-columns:42px 1fr;gap:16px;padding:20px 0;border-top:1px solid var(--line)}.solution-group>a>b{font-size:.7rem;color:var(--brand)}.solution-group strong{display:block;font-size:1rem;margin-bottom:5px}.solution-group small{display:block;color:var(--muted);line-height:1.55}
.industry-editorial{display:grid;grid-template-columns:1.25fr 1.25fr .75fr .75fr;border:1px solid var(--line)}.industry-editorial>a{padding:30px;border-right:1px solid var(--line);min-height:260px;display:flex;flex-direction:column}.industry-editorial>a:last-child{border-right:0}.industry-editorial .industry-major{min-height:390px}.industry-editorial span,.principles-grid span,.case-grid>article>span{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--brand);font-weight:800}.industry-editorial h3{font-size:clamp(1.55rem,2.3vw,2.7rem);letter-spacing:-.04em;margin:auto 0 12px}.industry-editorial p{color:var(--muted);margin:0}.expanding-line{display:grid;grid-template-columns:180px 1fr auto;gap:24px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}.expanding-line span{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.expanding-line p{margin:0;color:var(--muted)}.expanding-line a{font-weight:750}
.tech-v121{background:var(--ink-2);color:var(--bg)}.tech-v121 .lead{color:#a9adb4}.tech-layers{border:1px solid rgba(255,255,255,.15)}.tech-layers>div{display:grid;grid-template-columns:54px minmax(220px,.7fr) 1.3fr;gap:20px;padding:22px 26px;border-bottom:1px solid rgba(255,255,255,.12);align-items:center}.tech-layers>div:last-child{border-bottom:0}.tech-layers b{font-size:.68rem;color:#ff5964}.tech-layers strong{font-size:1rem}.tech-layers span{font-size:.82rem;color:#a9adb4}.tech-layers .security-layer{background:rgba(227,27,43,.07)}
.principles-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.principles-grid>div{padding:30px 34px;min-height:230px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.principles-grid h3{font-size:clamp(1.35rem,1.9vw,2rem);line-height:1.16;letter-spacing:-.035em;margin:42px 0 12px;max-width:19ch}.principles-grid p{margin:0;color:var(--muted);max-width:56ch}
.process-v121{background:var(--surface-2)}.process-groups{display:grid;grid-template-columns:1.25fr .85fr .85fr;border:1px solid var(--line);background:var(--surface)}.process-groups>div{padding:28px;border-right:1px solid var(--line)}.process-groups>div:last-child{border-right:0}.process-row{display:grid;gap:0}.process-row>div{display:grid;grid-template-columns:38px 1fr;gap:10px;padding:18px 0;border-top:1px solid var(--line)}.process-row b{grid-row:1/3;color:var(--brand);font-size:.7rem}.process-row strong{font-size:1rem}.process-row small{color:var(--muted)}.process-close{margin:24px 0 0;color:var(--muted)}.process-close strong{color:var(--ink)}
.case-grid{display:grid;grid-template-columns:1.25fr .75fr .75fr;gap:1px;background:var(--line);border:1px solid var(--line)}.case-grid>article{background:var(--surface);padding:32px;min-height:300px;display:flex;flex-direction:column}.case-grid .case-feature{grid-row:span 2;min-height:601px}.case-grid .case-wide{grid-column:2/4}.case-grid h3{font-size:clamp(1.8rem,2.8vw,3.6rem);letter-spacing:-.05em;line-height:1;margin:auto 0 14px}.case-grid .case-feature h3{font-size:clamp(3rem,5vw,5.5rem)}.case-grid p{color:var(--muted);margin:0;max-width:620px}.case-feature>div{display:flex;flex-wrap:wrap;gap:7px;margin-top:22px}.case-feature i{font-style:normal;font-size:.68rem;border:1px solid var(--line);padding:6px 8px;color:var(--muted)}
.resources-v121{background:var(--surface-2)}.resource-pillars{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);background:var(--surface)}.resource-pillars>a{padding:30px;border-right:1px solid var(--line);min-height:300px;display:flex;flex-direction:column}.resource-pillars>a:last-child{border-right:0}.resource-pillars b{color:var(--brand);font-size:.7rem}.resource-pillars h3{font-size:clamp(1.5rem,2.2vw,2.4rem);letter-spacing:-.04em;margin:52px 0 12px}.resource-pillars p{color:var(--muted);margin:0}.resource-pillars span{margin-top:auto;padding-top:28px;font-size:.78rem;font-weight:760}
.final-cta-v121 .cta-band{background:#0d0f12;color:#f5f5f2;border:0;position:relative;overflow:hidden}.final-cta-v121 .cta-band:after{content:"";position:absolute;width:420px;height:420px;right:-120px;top:-180px;background:radial-gradient(circle,rgba(227,27,43,.18),transparent 68%)}.final-cta-v121 .cta-band>*{position:relative;z-index:1}.final-cta-v121 .cta-band p{color:#a9adb4}.cta-actions{display:flex;gap:12px;align-items:center}.final-cta-v121 .btn-ghost{color:#fff;border-color:#343840}.footer-intro{display:flex;justify-content:space-between;gap:30px;padding:0 0 34px;margin-bottom:36px;border-bottom:1px solid rgba(255,255,255,.12)}.footer-intro span{font-size:.7rem;text-transform:uppercase;letter-spacing:.13em;color:#999da5}.footer-intro strong{font-size:clamp(1.3rem,2vw,2rem);letter-spacing:-.03em;max-width:620px;text-align:right}
@media(max-width:980px){.split-head{grid-template-columns:1fr;gap:20px}.solution-architecture,.principles-grid{grid-template-columns:1fr}.solution-group+.solution-group{border-left:0;border-top:1px solid var(--line)}.industry-editorial{grid-template-columns:1fr 1fr}.industry-editorial>a{border-bottom:1px solid var(--line)}.industry-editorial>a:nth-child(2){border-right:0}.industry-editorial .industry-major{min-height:300px}.process-groups{grid-template-columns:1fr}.process-groups>div{border-right:0;border-bottom:1px solid var(--line)}.case-grid{grid-template-columns:1fr 1fr}.case-grid .case-feature{grid-column:1/3;grid-row:auto;min-height:430px}.case-grid .case-wide{grid-column:1/3}.resource-pillars{grid-template-columns:1fr}.resource-pillars>a{border-right:0;border-bottom:1px solid var(--line);min-height:230px}.tech-layers>div{grid-template-columns:40px 1fr}.tech-layers span{grid-column:2}.expanding-line{grid-template-columns:1fr}.footer-intro{flex-direction:column}.footer-intro strong{text-align:left}}
@media(max-width:640px){.industry-editorial{grid-template-columns:1fr}.industry-editorial>a{border-right:0!important;min-height:230px!important}.principles-grid{grid-template-columns:1fr}.case-grid{grid-template-columns:1fr}.case-grid .case-feature,.case-grid .case-wide{grid-column:auto;min-height:320px}.cta-actions{flex-direction:column;align-items:stretch}.solution-group{padding:22px}.resource-pillars>a{padding:24px}.tech-layers>div{padding:18px}.expanding-line{padding:18px 0}}

/* v1.22 structural refinement & cohesion — v1.19 hero/header preserved */
:root{--section-flow:clamp(88px,8vw,128px);--section-flow-compact:clamp(72px,6.6vw,104px)}
main>.section{padding-block:var(--section-flow)}
main>.section-sm{padding-block:var(--section-flow-compact)}
main>.hero{padding-block:0}
.section-head{margin-bottom:clamp(38px,4vw,58px)}
.section-head .h2{max-width:17ch}
.split-head{gap:clamp(42px,5vw,76px);align-items:end}
.split-head>.lead{max-width:54ch;font-size:clamp(1rem,1.15vw,1.16rem);line-height:1.72}
.section-transition{margin-top:28px;padding-top:20px;display:flex;align-items:center;gap:10px}
.section-transition:before{content:"";width:34px;height:1px;background:var(--brand);flex:0 0 auto}

.challenge-section{padding-top:clamp(96px,8.5vw,132px);padding-bottom:clamp(94px,8vw,124px)}
.challenge-layout{gap:clamp(58px,7vw,112px)}
.challenge-layout .statement{position:sticky;top:132px;align-self:start}
.challenge-layout blockquote{max-width:12ch;margin-top:22px}
.challenge-layout .statement .lead{max-width:50ch}
.challenge-item{padding-block:24px}.challenge-item .h3{margin-bottom:6px}.challenge-item p{max-width:48ch}
.statement-note{margin-top:34px}

.solutions-v121{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.solution-architecture{border-radius:18px;overflow:hidden;box-shadow:0 18px 54px rgba(18,22,29,.035)}
.solution-group{padding:30px clamp(28px,3vw,42px)}
.solution-group>a{transition:padding .2s ease,background .2s ease}
.solution-group>a:hover{padding-left:8px;background:color-mix(in srgb,var(--brand) 2.5%,transparent)}

.platform-section{padding-top:clamp(104px,9vw,140px);padding-bottom:clamp(104px,9vw,140px)}
.platform-head{margin-bottom:clamp(40px,4.5vw,62px)}
.platform-grid-v15{gap:14px}
.platform-card{border-radius:18px;box-shadow:0 14px 40px rgba(18,22,29,.035)}

.industries-v121{border-top:1px solid var(--line)}
.industry-editorial{border-radius:18px;overflow:hidden}
.industry-editorial>a{transition:background .2s ease,transform .2s ease}
.industry-editorial>a:hover{background:var(--surface-2)}
.expanding-line{margin-top:8px}

.tech-v121{padding-block:clamp(92px,8vw,126px)!important}
.tech-v121 .section-head{margin-bottom:44px}
.tech-layers{border-radius:18px;overflow:hidden;background:rgba(255,255,255,.018)}
.tech-layers>div{padding-block:24px}

.why-v121{padding-top:clamp(104px,9vw,140px);padding-bottom:clamp(104px,9vw,140px)}
.principles-grid{border-radius:18px;overflow:hidden;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.principles-grid>div{min-height:210px;padding:28px 32px}
.principles-grid h3{margin-top:34px}

.process-v121{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.process-v121 .section-head{max-width:860px}
.process-groups{border-radius:18px;overflow:hidden;box-shadow:0 16px 48px rgba(18,22,29,.03)}
.process-close{display:flex;align-items:center;gap:12px;margin-top:26px}
.process-close:before{content:"";width:34px;height:1px;background:var(--brand)}

.impact-v121{padding-top:clamp(108px,9vw,144px);padding-bottom:clamp(108px,9vw,144px)}
.case-grid{border-radius:18px;overflow:hidden}
.case-grid>article{min-height:280px}.case-grid .case-feature{min-height:561px}
.case-grid h3{margin-top:auto}

.resources-v121{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.resource-pillars{border-radius:18px;overflow:hidden}
.resource-pillars>a{min-height:270px;transition:background .2s ease}
.resource-pillars>a:hover{background:color-mix(in srgb,var(--brand) 2.5%,var(--surface))}
.resource-pillars h3{margin-top:44px}

.final-cta-v121{padding-top:clamp(86px,7vw,112px)!important;padding-bottom:clamp(86px,7vw,112px)!important}
.final-cta-v121 .cta-band{border-radius:24px;padding:clamp(38px,5vw,68px);display:grid;grid-template-columns:minmax(0,1.2fr) auto;gap:48px;align-items:end;box-shadow:0 28px 80px rgba(8,10,13,.14)}
.final-cta-v121 .cta-band .h2{max-width:15ch}.final-cta-v121 .cta-band p{max-width:64ch}
.site-footer{padding-top:62px}.footer-intro{margin-bottom:42px}

@media(max-width:980px){
.challenge-layout .statement{position:static}.final-cta-v121 .cta-band{grid-template-columns:1fr;gap:28px}.platform-grid-v15{gap:10px}
}
@media(max-width:640px){
:root{--section-flow:78px;--section-flow-compact:68px}.section-head{margin-bottom:32px}.split-head{gap:16px}.solution-architecture,.industry-editorial,.principles-grid,.process-groups,.case-grid,.resource-pillars,.tech-layers{border-radius:14px}.final-cta-v121 .cta-band{border-radius:18px;padding:30px 24px}.section-transition{align-items:flex-start}.case-grid .case-feature{min-height:340px}
}

/* v1.29 CONSOLIDATED MASTER — v1.22 baseline + approved section refinements */
/* v1.25 — Enterprise Reality only. v1.22 remains the master baseline. */
.challenge-v125{padding-top:clamp(88px,7.5vw,116px);padding-bottom:clamp(88px,7vw,110px)}
.challenge-v125 .challenge-layout{grid-template-columns:.88fr 1.12fr;gap:clamp(56px,6.5vw,104px);align-items:start}
.challenge-v125 .statement{position:sticky;top:132px}
.challenge-v125 .statement blockquote{font-size:clamp(2.45rem,3.55vw,3.65rem);line-height:1.045;max-width:12ch;margin:22px 0 26px}
.challenge-v125 .statement .lead{max-width:49ch}
.challenge-v125 .statement-note{margin-top:32px;padding-top:20px;display:grid;grid-template-columns:28px 1fr;gap:14px;align-items:start}
.challenge-v125 .statement-note>span{height:1px;background:var(--brand);margin-top:.65em}
.challenge-v125 .statement-note p{margin:0;max-width:48ch}.challenge-v125 .statement-note strong{color:var(--text);font-weight:720}
.friction-panel{border:1px solid var(--line);border-radius:22px;background:color-mix(in srgb,var(--surface) 96%,transparent);overflow:hidden;box-shadow:0 24px 70px rgba(15,18,25,.055)}
.friction-topline{height:58px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:.69rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}
.friction-topline span:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--brand);margin-right:10px;box-shadow:0 0 0 6px color-mix(in srgb,var(--brand) 10%,transparent)}
.friction-topline small{font:inherit;font-size:.61rem;letter-spacing:.18em}
.friction-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.friction-item{position:relative;min-height:184px;padding:26px 28px 25px 68px;border-bottom:1px solid var(--line);transition:background .25s ease,transform .25s ease}
.friction-item:nth-child(odd){border-right:1px solid var(--line)}.friction-item:nth-last-child(-n+2){border-bottom:0}
.friction-item .num{position:absolute;left:24px;top:29px}.friction-item small{display:block;color:var(--muted);font-size:.62rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;margin-bottom:8px}
.friction-item h3{font-size:clamp(1.12rem,1.35vw,1.34rem);letter-spacing:-.025em;margin:0 0 8px}.friction-item p{font-size:.92rem;line-height:1.55;color:var(--muted);margin:0;max-width:31ch}
@media(hover:hover){.friction-item:hover{background:color-mix(in srgb,var(--brand) 3.5%,var(--surface));transform:translateY(-1px)}}
.friction-signal{min-height:58px;padding:0 24px;display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);font-size:.72rem;color:var(--muted)}
.signal-dot{width:7px;height:7px;border-radius:50%;background:#27a875;box-shadow:0 0 0 6px color-mix(in srgb,#27a875 10%,transparent);flex:0 0 auto}.friction-signal p{margin:0;white-space:nowrap}.signal-line{height:1px;background:var(--line);flex:1}.friction-signal strong{color:var(--text);font-size:.7rem;white-space:nowrap}
@media(max-width:1040px){.challenge-v125 .challenge-layout{grid-template-columns:1fr;gap:44px}.challenge-v125 .statement{position:static}.challenge-v125 .statement blockquote{max-width:15ch}.challenge-v125 .statement .lead{max-width:62ch}}
@media(max-width:700px){.friction-topline small{display:none}.friction-grid{grid-template-columns:1fr}.friction-item{min-height:0;padding:23px 22px 23px 62px;border-right:0!important;border-bottom:1px solid var(--line)!important}.friction-item:last-child{border-bottom:0!important}.friction-item .num{left:22px;top:26px}.friction-signal{padding:16px 22px;align-items:flex-start;flex-wrap:wrap}.friction-signal p{white-space:normal;flex:1}.signal-line{display:none}.friction-signal strong{width:100%;padding-left:17px}}

/* v1.26 — surgical Platform Ecosystem refinement only */
.platform-section-v126 .platform-head{margin-bottom:44px}
.platform-portfolio-v126{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.portfolio-product{min-height:390px;padding:34px 36px 30px;border:1px solid #2b2e35;border-radius:20px;background:rgba(17,19,24,.92);display:flex;flex-direction:column;color:#f5f5f2;position:relative;overflow:hidden;transition:transform .25s var(--ease),border-color .25s var(--ease),background .25s var(--ease)}
.portfolio-product:before{content:"";position:absolute;left:0;top:0;width:3px;height:0;background:#ed1c2e;transition:height .25s var(--ease)}
.portfolio-product:hover{transform:translateY(-3px);border-color:#3a3e47;background:#14171d}.portfolio-product:hover:before{height:100%}
.portfolio-meta{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid #292c33}.portfolio-meta span{font-size:.68rem;color:#ff4b58;letter-spacing:.13em}.portfolio-meta small{font-size:.66rem;letter-spacing:.13em;text-transform:uppercase;color:#8e929a;text-align:right}
.portfolio-product h3{font-size:clamp(2.8rem,4.1vw,5rem);line-height:.94;letter-spacing:-.055em;margin:42px 0 18px;max-width:9ch}.portfolio-product p{color:#a9acb3;max-width:570px;font-size:1rem;line-height:1.6;margin:0}
.portfolio-signals{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto;padding-top:28px}.portfolio-signals span{font-size:.67rem;color:#b7bac1;border:1px solid #30343c;padding:7px 10px;border-radius:999px}
.portfolio-product>b{margin-top:20px;padding-top:17px;border-top:1px solid #2c2f36;font-size:.78rem}.portfolio-product>b i{font-style:normal;color:#ff4b58;margin-left:5px}
.platform-labs-v126{margin-top:14px;border:1px solid #2b2e35;border-radius:20px;background:linear-gradient(105deg,#14161b 0%,#14161b 62%,rgba(227,27,43,.1) 100%);padding:30px 36px;display:grid;grid-template-columns:1.05fr 1fr auto;gap:40px;align-items:center;color:#f5f5f2}.platform-labs-v126>div{display:grid;grid-template-columns:auto 1fr;column-gap:16px;align-items:center}.platform-labs-v126 small{font-size:.65rem;letter-spacing:.14em;color:#91959d}.platform-labs-v126 h3{grid-column:1/-1;font-size:clamp(1.65rem,2.5vw,2.7rem);letter-spacing:-.035em;margin:13px 0 0}.platform-labs-v126 p{color:#a9acb3;margin:0;max-width:500px}.labs-signals{font-size:.7rem;white-space:nowrap;color:#c5c7cc}.labs-signals i{font-style:normal;color:#555a63;margin:0 7px}.labs-signals b{color:#ff4b58;margin-left:10px}
@media(max-width:900px){.platform-portfolio-v126{grid-template-columns:1fr}.platform-labs-v126{grid-template-columns:1fr;gap:18px}.labs-signals{white-space:normal}}
@media(max-width:640px){.portfolio-product{min-height:350px;padding:27px 24px}.portfolio-product h3{margin-top:34px}.platform-labs-v126{padding:26px 24px}}

/* v1.27 — Industries refinement only */
.industries-v121 .section-head{grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);align-items:end;margin-bottom:42px}
.industries-v121 .section-head>div{max-width:820px}
.industries-v121 .section-head .h2{max-width:13.5ch;font-size:clamp(3rem,4.7vw,5.45rem);line-height:.94;letter-spacing:-.06em}
.industries-v121 .section-head>.lead{max-width:36ch;padding-bottom:8px}
.industries-v121 .industry-editorial{grid-template-columns:1.08fr 1.08fr .92fr .92fr;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.45),rgba(255,255,255,.08))}
.industries-v121 .industry-editorial>a,.industries-v121 .industry-editorial .industry-major{min-height:292px;padding:28px 30px;position:relative}
.industries-v121 .industry-editorial>a:after{content:'Explore →';margin-top:22px;font-size:.72rem;font-weight:800;letter-spacing:.02em;opacity:0;transform:translateY(4px);transition:.2s ease}
.industries-v121 .industry-editorial>a:hover:after{opacity:.72;transform:none}
.industries-v121 .industry-editorial h3{margin:auto 0 10px;font-size:clamp(1.65rem,2.15vw,2.45rem)}
.industries-v121 .industry-editorial p{font-size:.98rem;line-height:1.55;max-width:31ch}
.industries-v121 .industry-editorial .industry-major{background:linear-gradient(180deg,rgba(237,28,36,.018),transparent 55%)}
.industries-v121 .industry-editorial .industry-major span:after{content:'  •  DEEP DOMAIN EXPERIENCE';font-size:.58rem;letter-spacing:.12em;color:var(--muted);font-weight:700}
.industries-v121 .expanding-line{grid-template-columns:190px 1fr auto;padding:20px 0}
@media(max-width:980px){.industries-v121 .section-head{grid-template-columns:1fr;gap:20px}.industries-v121 .section-head .h2{max-width:15ch}.industries-v121 .industry-editorial{grid-template-columns:1fr 1fr}.industries-v121 .industry-editorial>a,.industries-v121 .industry-editorial .industry-major{min-height:250px}.industries-v121 .industry-editorial>a:nth-child(2){border-right:0}.industries-v121 .expanding-line{grid-template-columns:1fr}}
@media(max-width:640px){.industries-v121 .section-head .h2{font-size:clamp(2.65rem,13vw,4rem)}.industries-v121 .industry-editorial{grid-template-columns:1fr}.industries-v121 .industry-editorial>a,.industries-v121 .industry-editorial .industry-major{min-height:210px!important;padding:24px}.industries-v121 .industry-editorial .industry-major span:after{display:none}}

/* Enterprise Impact + Insights & Resources refinement consolidated from reviewed pass */
.impact-v121{padding-top:clamp(88px,7.4vw,118px);padding-bottom:clamp(90px,7.6vw,122px)}
.impact-v121 .section-head{grid-template-columns:minmax(0,1.05fr) minmax(340px,.7fr);gap:clamp(54px,6vw,96px);margin-bottom:40px}
.impact-v121 .section-head .h2{max-width:12.5ch;font-size:clamp(3.15rem,4.5vw,5.15rem);line-height:.96}
.impact-v121 .section-head>.lead{max-width:35ch;padding-bottom:5px}
.case-grid{grid-template-columns:1.18fr .82fr .82fr}
.case-grid>article{padding:30px 32px;min-height:250px}
.case-grid .case-feature{min-height:510px}
.case-grid h3{font-size:clamp(1.85rem,2.6vw,3.25rem);margin:auto 0 12px}
.case-grid .case-feature h3{font-size:clamp(3.3rem,4.9vw,5.25rem);max-width:8ch}
.case-grid p{font-size:.96rem;line-height:1.58}
.case-grid>article{transition:background .2s ease}
.case-grid>article:hover{background:color-mix(in srgb,var(--brand) 2%,var(--surface))}

.resources-v121{padding-top:clamp(82px,6.8vw,108px)!important;padding-bottom:clamp(84px,7vw,112px)!important}
.resources-v121 .section-head{grid-template-columns:minmax(0,1.05fr) minmax(340px,.7fr);gap:clamp(54px,6vw,96px);margin-bottom:38px}
.resources-v121 .section-head .h2{max-width:11.5ch;font-size:clamp(3.1rem,4.4vw,5rem);line-height:.96}
.resources-v121 .section-head>.lead{max-width:35ch;padding-bottom:5px}
.resource-pillars>a{min-height:242px;padding:28px 30px}
.resource-pillars h3{font-size:clamp(1.55rem,2vw,2.2rem);margin:38px 0 10px;max-width:15ch}
.resource-pillars p{font-size:.94rem;line-height:1.58;max-width:36ch}
.resource-pillars span{padding-top:22px}

@media(max-width:980px){
.impact-v121 .section-head,.resources-v121 .section-head{grid-template-columns:1fr;gap:20px}
.impact-v121 .section-head .h2,.resources-v121 .section-head .h2{max-width:15ch}
.case-grid .case-feature{min-height:420px}
}
@media(max-width:640px){
.impact-v121,.resources-v121{padding-top:72px!important;padding-bottom:72px!important}
.case-grid>article,.case-grid .case-feature{min-height:280px;padding:24px}
.resource-pillars>a{min-height:220px;padding:24px}
}

/* v1.33 structural composition fix — desktop intro bands only; v1.29 identity preserved */
@media (min-width:981px){
  .section-head.split-head{
    max-width:none;
    width:100%;
    grid-template-columns:minmax(0,1.42fr) minmax(320px,.58fr);
    gap:clamp(48px,5.5vw,92px);
    align-items:end;
  }
  .section-head.split-head>div{min-width:0;max-width:none}
  .section-head.split-head .h2{max-width:20ch}
  .section-head.split-head>.lead{justify-self:end;width:100%;max-width:39ch;padding-bottom:6px}

  .solutions-v121 .section-head.split-head{grid-template-columns:minmax(0,1.28fr) minmax(340px,.72fr)}
  .solutions-v121 .section-head .h2{max-width:18ch}

  .industries-v121 .section-head{
    max-width:none;
    grid-template-columns:minmax(0,1.5fr) minmax(340px,.5fr);
    gap:clamp(52px,6vw,104px);
    align-items:end;
  }
  .industries-v121 .section-head>div{max-width:none}
  .industries-v121 .section-head .h2{
    max-width:18.5ch;
    font-size:clamp(3rem,4.05vw,4.75rem);
    line-height:.98;
  }
  .industries-v121 .section-head>.lead{max-width:38ch;justify-self:end}

  .tech-v121 .section-head.split-head{
    grid-template-columns:minmax(0,1.38fr) minmax(340px,.62fr);
  }
  .tech-v121 .section-head .h2{max-width:18ch}

  .why-v121 .section-head.split-head{
    grid-template-columns:minmax(0,1.42fr) minmax(340px,.58fr);
  }
  .why-v121 .section-head .h2{max-width:18.5ch}

  .impact-v121 .section-head{
    max-width:none;
    grid-template-columns:minmax(0,1.5fr) minmax(340px,.5fr);
    gap:clamp(52px,6vw,104px);
    align-items:end;
  }
  .impact-v121 .section-head .h2{
    max-width:18ch;
    font-size:clamp(3rem,4vw,4.7rem);
    line-height:.98;
  }
  .impact-v121 .section-head>.lead{max-width:38ch;justify-self:end}

  .resources-v121 .section-head{
    max-width:none;
    grid-template-columns:minmax(0,1.48fr) minmax(340px,.52fr);
    gap:clamp(52px,6vw,104px);
    align-items:end;
  }
  .resources-v121 .section-head .h2{
    max-width:18ch;
    font-size:clamp(3rem,3.9vw,4.6rem);
    line-height:.98;
  }
  .resources-v121 .section-head>.lead{max-width:38ch;justify-self:end}

  .process-v121 .section-head{max-width:1040px}
  .process-v121 .section-head .h2{max-width:19ch}
}

/* =========================================================
   v1.34 — Homepage closing-system polish
   Scoped to .home-page so approved subpages remain untouched.
   ========================================================= */
.home-page .final-cta-v121{
  padding-top:clamp(72px,6vw,104px)!important;
  padding-bottom:clamp(72px,6vw,104px)!important;
}
.home-page .final-cta-v121 .cta-band-v134{
  min-height:390px;
  grid-template-columns:minmax(0,.95fr) minmax(360px,.78fr);
  gap:clamp(44px,6vw,96px);
  align-items:end;
  padding:clamp(48px,5vw,76px);
  border:1px solid rgba(255,255,255,.055);
  border-radius:26px;
  background:
    radial-gradient(circle at 76% 38%,rgba(237,28,42,.12),transparent 25%),
    linear-gradient(115deg,#0d0f12 0%,#0f1115 56%,#0c0e11 100%);
  box-shadow:0 34px 96px rgba(8,10,13,.18);
  isolation:isolate;
}
.home-page .final-cta-v121 .cta-band-v134:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  opacity:.28;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:linear-gradient(to right,transparent 0%,#000 24%,#000 100%);
}
.home-page .final-cta-v121 .cta-copy-v134{
  position:relative;
  z-index:2;
  max-width:760px;
}
.home-page .final-cta-v121 .cta-copy-v134 .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:20px;
  color:#ff5863;
}
.home-page .final-cta-v121 .cta-copy-v134 .eyebrow:before{
  content:"";
  width:24px;
  height:2px;
  background:var(--brand);
  border-radius:99px;
}
.home-page .final-cta-v121 .cta-copy-v134 .h2{
  max-width:13ch;
  margin-bottom:22px;
  font-size:clamp(2.6rem,4.7vw,5rem);
  line-height:.95;
  letter-spacing:-.055em;
}
.home-page .final-cta-v121 .cta-copy-v134 p{
  max-width:63ch;
  font-size:clamp(1rem,1.2vw,1.18rem);
  line-height:1.7;
}
.home-page .final-cta-v121 .cta-actions{
  position:relative;
  z-index:3;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  justify-content:flex-end;
  align-items:center;
  padding-bottom:8px;
}
.home-page .final-cta-v121 .cta-actions .btn{
  min-height:58px;
  padding-inline:26px;
  border-radius:12px;
  white-space:nowrap;
}
.home-page .final-cta-v121 .btn-contrast{
  background:#fff;
  color:#111319;
  border:1px solid rgba(255,255,255,.94);
  box-shadow:0 12px 34px rgba(0,0,0,.14);
}
.home-page .final-cta-v121 .btn-contrast:hover{
  background:#f3f3f1;
  border-color:#f3f3f1;
}
.home-page .final-cta-v121 .cta-signal-art{
  position:absolute;
  z-index:1;
  right:-5%;
  top:8%;
  width:57%;
  height:72%;
  pointer-events:none;
  opacity:.72;
  transform:rotate(-5deg);
  background:
    radial-gradient(circle at 18% 57%,rgba(237,28,42,.9) 0 1.5px,transparent 2px) 0 0/18px 18px,
    radial-gradient(ellipse at center,rgba(237,28,42,.22),transparent 62%);
  mask-image:radial-gradient(ellipse at 66% 50%,#000 0 20%,rgba(0,0,0,.86) 36%,transparent 75%);
}
.home-page .final-cta-v121 .cta-signal-art:before,
.home-page .final-cta-v121 .cta-signal-art:after{
  content:"";
  position:absolute;
  inset:12% 0 6% 10%;
  border-top:1px solid rgba(237,28,42,.55);
  border-radius:50%;
  transform:rotate(-12deg);
  box-shadow:
    0 10px 0 rgba(237,28,42,.42),
    0 20px 0 rgba(237,28,42,.31),
    0 30px 0 rgba(237,28,42,.22),
    0 40px 0 rgba(237,28,42,.15),
    0 50px 0 rgba(237,28,42,.10);
}
.home-page .final-cta-v121 .cta-signal-art:after{
  inset:26% -2% 4% 26%;
  transform:rotate(-26deg);
  opacity:.7;
}

.home-page .site-footer{
  position:relative;
  overflow:hidden;
  padding-top:0;
  background:#0b0d10;
}
.home-page .site-footer>.footer-signal-art{
  position:absolute;
  inset:0 0 auto 0;
  height:270px;
  pointer-events:none;
  opacity:.32;
  background:
    radial-gradient(circle at 78% 32%,rgba(237,28,42,.2),transparent 24%),
    linear-gradient(115deg,transparent 0 55%,rgba(237,28,42,.04) 55% 56%,transparent 56% 100%);
}
.home-page .site-footer>.footer-signal-art:after{
  content:"";
  position:absolute;
  right:3%;
  top:-8%;
  width:46%;
  height:88%;
  border-radius:50%;
  border-top:1px solid rgba(237,28,42,.36);
  transform:rotate(-7deg);
  box-shadow:
    0 12px 0 rgba(237,28,42,.27),
    0 24px 0 rgba(237,28,42,.20),
    0 36px 0 rgba(237,28,42,.14),
    0 48px 0 rgba(237,28,42,.08);
}
.home-page .footer-intro{
  position:relative;
  z-index:1;
  min-height:250px;
  display:grid;
  grid-template-columns:minmax(240px,.7fr) minmax(0,1.45fr);
  align-items:center;
  gap:clamp(46px,7vw,120px);
  margin-bottom:0;
  padding:56px 0 58px;
  border-bottom:1px solid rgba(255,255,255,.13);
}
.home-page .footer-intro-label{
  display:flex;
  align-items:center;
  gap:14px;
  color:#a8acb4;
  font-size:.72rem;
  font-weight:650;
  letter-spacing:.18em;
}
.home-page .footer-intro-mark{
  width:26px;
  height:3px;
  border-radius:99px;
  background:var(--brand);
  box-shadow:0 0 22px rgba(237,28,42,.24);
}
.home-page .footer-intro-message{
  display:flex;
  justify-content:flex-end;
}
.home-page .footer-intro-message strong{
  max-width:780px;
  text-align:right;
  color:#f4f3f0;
  font-size:clamp(2rem,3.5vw,4rem);
  line-height:1.05;
  letter-spacing:-.05em;
}
.home-page .footer-intro-message .footer-accent{color:#ff3340}
.home-page .footer-grid{
  position:relative;
  z-index:1;
  padding-top:58px;
}
.home-page .footer-bottom{position:relative;z-index:1}

@media(max-width:1100px){
  .home-page .final-cta-v121 .cta-band-v134{grid-template-columns:1fr;min-height:auto}
  .home-page .final-cta-v121 .cta-actions{justify-content:flex-start;padding-bottom:0}
  .home-page .final-cta-v121 .cta-signal-art{width:68%;height:60%;right:-12%;top:22%;opacity:.45}
  .home-page .footer-intro{grid-template-columns:1fr;gap:28px;min-height:220px}
  .home-page .footer-intro-message{justify-content:flex-start}
  .home-page .footer-intro-message strong{text-align:left;max-width:18ch}
}
@media(max-width:640px){
  .home-page .final-cta-v121 .cta-band-v134{padding:34px 24px;border-radius:20px}
  .home-page .final-cta-v121 .cta-copy-v134 .h2{font-size:clamp(2.25rem,11vw,3.2rem)}
  .home-page .final-cta-v121 .cta-actions{display:grid;grid-template-columns:1fr;width:100%}
  .home-page .final-cta-v121 .cta-actions .btn{width:100%}
  .home-page .final-cta-v121 .cta-signal-art{display:none}
  .home-page .footer-intro{padding:42px 0 44px}
  .home-page .footer-intro-message strong{font-size:clamp(2rem,10vw,3rem)}
}

/* =========================================================
   v1.37 PREMIUM VISUAL SYSTEM PASS
   Theme-aware iconography, hierarchy and interaction polish
   ========================================================= */
.home-page .v137-icon{width:46px;height:46px;display:grid;place-items:center;border:1px solid var(--line);border-radius:14px;background:color-mix(in srgb,var(--surface) 88%,transparent);box-shadow:0 12px 30px rgba(0,0,0,.04);transition:.28s ease}
.home-page .v137-icon svg{width:22px;height:22px;fill:none;stroke:var(--brand);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.home-page .industry-editorial>a,.home-page .principles-grid>div,.home-page .resource-pillars>a{position:relative;overflow:hidden;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease}
.home-page .industry-editorial>a:hover,.home-page .principles-grid>div:hover,.home-page .resource-pillars>a:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--brand) 28%,var(--line));box-shadow:0 20px 55px rgba(0,0,0,.07)}
.home-page .industry-editorial .v137-icon{position:absolute;right:28px;top:28px}
.home-page .industry-editorial>a:hover .v137-icon,.home-page .principles-grid>div:hover .v137-icon,.home-page .resource-pillars>a:hover .v137-icon{border-color:color-mix(in srgb,var(--brand) 40%,var(--line));transform:scale(1.04)}
.home-page .tech-layers>div{display:grid;grid-template-columns:54px 52px minmax(220px,.75fr) minmax(0,1.4fr);align-items:center;gap:18px;transition:background .25s ease,border-color .25s ease}
.home-page .tech-layers>div:hover{background:color-mix(in srgb,var(--surface) 88%,var(--brand) 12%)}
.home-page .tech-layers .v137-icon{width:42px;height:42px;border-radius:12px;box-shadow:none}
.home-page .principles-grid>div{padding-top:30px}
.home-page .principles-grid .v137-icon{margin-bottom:34px}
.home-page .process-row>div{position:relative;transition:transform .25s ease,border-color .25s ease,background .25s ease}
.home-page .process-row>div:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--brand) 32%,var(--line))}
.home-page .process-row .v137-stage-icon{width:34px;height:34px;display:grid;place-items:center;margin:0 0 18px;border:1px solid color-mix(in srgb,var(--brand) 28%,var(--line));border-radius:50%;color:var(--brand);font-size:13px;font-weight:800;background:var(--surface)}
.home-page .case-grid article{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.home-page .case-grid article:hover{transform:translateY(-3px);box-shadow:0 22px 55px rgba(0,0,0,.06);border-color:color-mix(in srgb,var(--brand) 22%,var(--line))}
.home-page .resource-pillars .v137-icon{margin-bottom:48px}
.home-page .resource-pillars>a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--brand);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.home-page .resource-pillars>a:hover:after{transform:scaleX(1)}
[data-theme="dark"] .home-page .v137-icon{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.12);box-shadow:none}
[data-theme="dark"] .home-page .industry-editorial>a:hover,[data-theme="dark"] .home-page .principles-grid>div:hover,[data-theme="dark"] .home-page .resource-pillars>a:hover,[data-theme="dark"] .home-page .case-grid article:hover{box-shadow:0 24px 60px rgba(0,0,0,.22)}
@media(max-width:820px){.home-page .tech-layers>div{grid-template-columns:42px 46px 1fr}.home-page .tech-layers>div>span:last-child{grid-column:3}.home-page .industry-editorial .v137-icon{right:20px;top:20px}}
@media(max-width:560px){.home-page .tech-layers>div{grid-template-columns:38px 42px 1fr;gap:12px}.home-page .v137-icon{width:40px;height:40px}.home-page .v137-icon svg{width:19px;height:19px}.home-page .industry-editorial .v137-icon{position:static;margin:0 0 26px}}

/* =========================================================
   v1.38 PREMIUM FINISHING PASS
   Optical balance, surface depth, interaction discipline
   ========================================================= */
.home-page{--v138-soft-shadow:0 18px 55px rgba(15,18,24,.055);--v138-hover-shadow:0 24px 68px rgba(15,18,24,.09)}
.home-page .section-head.split-head{align-items:end;column-gap:clamp(42px,7vw,112px)}
.home-page .section-head.split-head>div{max-width:760px}
.home-page .section-head.split-head>.lead{max-width:520px;margin-left:auto}
.home-page .eyebrow{letter-spacing:.16em}
.home-page .solution-architecture,.home-page .industry-editorial,.home-page .principles-grid,.home-page .process-groups,.home-page .case-grid,.home-page .resource-pillars{box-shadow:var(--v138-soft-shadow)}
.home-page .solution-group>a{position:relative;transition:background .24s ease,padding-left .24s ease}
.home-page .solution-group>a:hover{background:color-mix(in srgb,var(--surface-2) 72%,transparent);padding-left:8px}
.home-page .solution-group>a b{transition:transform .24s ease,color .24s ease}.home-page .solution-group>a:hover b{transform:translateX(2px);color:var(--brand)}
.home-page .portfolio-product{transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease}
.home-page .portfolio-product:hover{transform:translateY(-4px);border-color:color-mix(in srgb,var(--brand) 24%,var(--line));box-shadow:var(--v138-hover-shadow)}
.home-page .portfolio-product h3{letter-spacing:-.052em}.home-page .portfolio-signals span{border-radius:999px;padding-inline:11px}
.home-page .industry-editorial>a{isolation:isolate}.home-page .industry-editorial>a:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 12%,color-mix(in srgb,var(--brand) 8%,transparent),transparent 34%);opacity:0;transition:opacity .3s ease;z-index:-1}.home-page .industry-editorial>a:hover:before{opacity:1}
.home-page .tech-layers{overflow:hidden}.home-page .tech-layers>div{min-height:92px}.home-page .tech-layers>div strong{letter-spacing:-.018em}.home-page .tech-layers>div>span:last-child{line-height:1.55}
.home-page .principles-grid>div{min-height:275px}.home-page .principles-grid h3{max-width:15ch;letter-spacing:-.035em}.home-page .principles-grid p{max-width:30ch}
.home-page .process-groups>div{background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 97%,var(--brand) 3%),var(--surface))}.home-page .process-row>div{padding:20px 0}.home-page .process-row .v137-stage-icon{box-shadow:0 0 0 5px color-mix(in srgb,var(--brand) 5%,transparent)}
.home-page .case-grid article{overflow:hidden;position:relative}.home-page .case-grid article:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--brand);transition:width .32s ease}.home-page .case-grid article:hover:after{width:100%}.home-page .case-grid h3{letter-spacing:-.05em}
.home-page .resource-pillars>a{min-height:350px}.home-page .resource-pillars h3{letter-spacing:-.04em;max-width:17ch}.home-page .resource-pillars p{max-width:34ch}
.home-page .cta-band-v134{box-shadow:0 28px 80px rgba(0,0,0,.16)}.home-page .cta-band-v134 .h2{max-width:18ch}.home-page .cta-band-v134 p{max-width:62ch}
.home-page .footer-intro-message strong{letter-spacing:-.045em}
.home-page a:focus-visible,.home-page button:focus-visible{outline:2px solid var(--brand);outline-offset:4px}
[data-theme="dark"] .home-page{--v138-soft-shadow:0 20px 60px rgba(0,0,0,.16);--v138-hover-shadow:0 28px 72px rgba(0,0,0,.28)}
[data-theme="dark"] .home-page .solution-group>a:hover{background:rgba(255,255,255,.025)}
[data-theme="dark"] .home-page .process-groups>div{background:linear-gradient(180deg,rgba(255,255,255,.022),transparent)}
[data-theme="dark"] .home-page .portfolio-product:hover{background:color-mix(in srgb,var(--surface) 94%,var(--brand) 6%)}
@media(max-width:980px){.home-page .section-head.split-head{align-items:start;row-gap:22px}.home-page .section-head.split-head>.lead{margin-left:0;max-width:680px}.home-page .principles-grid>div{min-height:auto}}
@media(max-width:640px){.home-page .solution-group>a:hover{padding-left:0}.home-page .portfolio-product:hover,.home-page .industry-editorial>a:hover,.home-page .principles-grid>div:hover,.home-page .resource-pillars>a:hover,.home-page .case-grid article:hover,.home-page .process-row>div:hover{transform:none}.home-page .resource-pillars>a{min-height:260px}}
@media(prefers-reduced-motion:reduce){.home-page *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}

/* v1.39 — targeted premium refinement: technology + delivery journey */
.home-page .tech-v139 .tech-layers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:0;background:transparent;gap:14px;overflow:visible}
.home-page .tech-v139 .tech-layers>div{display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto 1fr;column-gap:16px;row-gap:5px;min-height:164px;padding:22px;border:1px solid rgba(255,255,255,.13);border-radius:16px;background:rgba(255,255,255,.025);align-items:start}
.home-page .tech-v139 .tech-layers>div:hover{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.22);transform:translateY(-2px)}
.home-page .tech-v139 .tech-layers .v137-icon{grid-row:1/4;width:44px;height:44px;border-radius:12px;background:#f4f4f3;color:var(--brand)}
.home-page .tech-v139 .tech-layers b{font-size:.66rem;letter-spacing:.12em;color:#ff5964}
.home-page .tech-v139 .tech-layers strong{font-size:1rem;line-height:1.25;color:#f5f5f4}
.home-page .tech-v139 .tech-layers span{font-size:.78rem;line-height:1.55;color:#9da2aa}
.home-page .tech-v139 .tech-layers .security-layer{background:linear-gradient(135deg,rgba(227,27,43,.10),rgba(255,255,255,.025));border-color:rgba(227,27,43,.22)}
.home-page .process-v139 .process-journey{position:relative;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:var(--v138-soft-shadow);overflow:hidden}
.home-page .process-v139 .journey-step{position:relative;min-height:190px;padding:22px 18px 20px;border-right:1px solid var(--line)}
.home-page .process-v139 .journey-step:last-child{border-right:0}
.home-page .process-v139 .journey-step:after{content:'→';position:absolute;right:-9px;top:42px;z-index:2;width:18px;height:18px;display:grid;place-items:center;background:var(--surface);color:var(--muted);font-size:13px}
.home-page .process-v139 .journey-step:last-child:after{display:none}
.home-page .process-v139 .journey-phase{display:block;min-height:32px;margin-bottom:18px;color:var(--brand);font-size:.62rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.home-page .process-v139 .journey-no{width:34px;height:34px;display:grid;place-items:center;margin-bottom:22px;border:1px solid color-mix(in srgb,var(--brand) 34%,var(--line));border-radius:50%;color:var(--brand);font-size:.72rem;font-weight:800;box-shadow:0 0 0 5px color-mix(in srgb,var(--brand) 5%,transparent)}
.home-page .process-v139 .journey-step strong{display:block;margin-bottom:8px;font-size:1rem;letter-spacing:-.02em}
.home-page .process-v139 .journey-step small{display:block;color:var(--muted);line-height:1.45}
.home-page .process-v139 .journey-step:hover{background:color-mix(in srgb,var(--surface) 95%,var(--brand) 5%)}
.home-page .process-v139 .process-close{display:flex;align-items:center;gap:12px;margin-top:22px}.home-page .process-v139 .process-close:before{content:'';width:30px;height:1px;background:var(--brand);flex:0 0 auto}
[data-theme="dark"] .home-page .process-v139 .process-journey{background:#191b1f}[data-theme="dark"] .home-page .process-v139 .journey-step:after{background:#191b1f}
@media(max-width:1050px){.home-page .tech-v139 .tech-layers{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .process-v139 .process-journey{grid-template-columns:repeat(4,minmax(0,1fr))}.home-page .process-v139 .journey-step:nth-child(4){border-right:0}.home-page .process-v139 .journey-step{border-bottom:1px solid var(--line)}}
@media(max-width:700px){.home-page .tech-v139 .tech-layers{grid-template-columns:1fr}.home-page .process-v139 .process-journey{grid-template-columns:1fr}.home-page .process-v139 .journey-step{min-height:auto;border-right:0}.home-page .process-v139 .journey-step:after{content:'↓';right:auto;left:26px;top:auto;bottom:-9px}.home-page .process-v139 .journey-phase{min-height:0}.home-page .process-v139 .process-close{align-items:flex-start}}

/* =========================================================
   v1.40 PREMIUM REFINEMENT
   Technology clarity + phase-led delivery architecture
   ========================================================= */
.home-page .tech-v139 .tech-layers{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.home-page .tech-v139 .tech-layers>div{position:relative;grid-template-columns:52px minmax(0,1fr);grid-template-rows:auto auto 1fr;min-height:142px;padding:24px 26px;column-gap:18px;border-color:rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.018));overflow:hidden}
.home-page .tech-v139 .tech-layers>div:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(180deg,transparent,var(--brand),transparent);opacity:.45;transition:opacity .25s ease}
.home-page .tech-v139 .tech-layers>div:hover:before{opacity:1}
.home-page .tech-v139 .tech-layers .v137-icon{grid-row:1/4;width:48px;height:48px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.94);box-shadow:0 10px 30px rgba(0,0,0,.12)}
.home-page .tech-v139 .tech-layers b{display:inline-flex;width:max-content;align-items:center;gap:8px;margin-bottom:2px;color:#ff6670;font-size:.64rem}
.home-page .tech-v139 .tech-layers b:after{content:"";width:22px;height:1px;background:rgba(255,102,112,.42)}
.home-page .tech-v139 .tech-layers strong{font-size:1.08rem;line-height:1.22}
.home-page .tech-v139 .tech-layers span{max-width:46ch;font-size:.80rem}
.home-page .tech-v139 .tech-layers .security-layer{background:linear-gradient(145deg,rgba(227,27,43,.11),rgba(255,255,255,.02));border-color:rgba(227,27,43,.25)}

.home-page .process-v139 .process-journey{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}
.home-page .process-v139 .journey-step{min-height:154px;padding:22px 22px 20px;border:1px solid var(--line)!important;border-radius:15px;background:var(--surface);box-shadow:0 14px 38px rgba(15,18,24,.045);overflow:hidden}
.home-page .process-v139 .journey-step:nth-child(-n+3){grid-column:span 2}
.home-page .process-v139 .journey-step:nth-child(4),.home-page .process-v139 .journey-step:nth-child(5),.home-page .process-v139 .journey-step:nth-child(6),.home-page .process-v139 .journey-step:nth-child(7){grid-column:span 3}
.home-page .process-v139 .journey-step:before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,var(--brand),color-mix(in srgb,var(--brand) 18%,transparent));opacity:.75}
.home-page .process-v139 .journey-step:after{content:'→';right:18px;top:20px;width:auto;height:auto;background:transparent!important;color:color-mix(in srgb,var(--brand) 55%,var(--muted));font-size:15px}
.home-page .process-v139 .journey-step:nth-child(3):after,.home-page .process-v139 .journey-step:nth-child(5):after,.home-page .process-v139 .journey-step:last-child:after{display:none}
.home-page .process-v139 .journey-phase{min-height:0;margin:0 0 20px;padding-right:28px;color:var(--muted);font-size:.60rem;letter-spacing:.13em}
.home-page .process-v139 .journey-no{width:32px;height:32px;margin-bottom:18px;border-radius:9px;box-shadow:none;background:color-mix(in srgb,var(--brand) 6%,var(--surface));font-size:.68rem}
.home-page .process-v139 .journey-step strong{font-size:1.08rem}
.home-page .process-v139 .journey-step small{max-width:28ch;font-size:.78rem}
.home-page .process-v139 .journey-step:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--brand) 28%,var(--line))!important;box-shadow:0 22px 52px rgba(15,18,24,.075)}
.home-page .process-v139 .journey-step:nth-child(4),.home-page .process-v139 .journey-step:nth-child(5){background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 96%,var(--brand) 4%),var(--surface))}
.home-page .process-v139 .journey-step:nth-child(6),.home-page .process-v139 .journey-step:nth-child(7){background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 97%,#111 3%),var(--surface))}
.home-page .process-v139 .process-close{margin-top:26px;padding:18px 20px;border-left:2px solid var(--brand);background:color-mix(in srgb,var(--surface-2) 68%,transparent);border-radius:0 12px 12px 0}
.home-page .process-v139 .process-close:before{display:none}
[data-theme="dark"] .home-page .process-v139 .journey-step{background:#191b1f;box-shadow:0 18px 46px rgba(0,0,0,.16)}
[data-theme="dark"] .home-page .process-v139 .journey-step:nth-child(4),[data-theme="dark"] .home-page .process-v139 .journey-step:nth-child(5){background:linear-gradient(145deg,rgba(227,27,43,.055),#191b1f)}
[data-theme="dark"] .home-page .process-v139 .journey-step:nth-child(6),[data-theme="dark"] .home-page .process-v139 .journey-step:nth-child(7){background:linear-gradient(145deg,#1d2025,#17191d)}
@media(max-width:900px){.home-page .tech-v139 .tech-layers{grid-template-columns:1fr}.home-page .process-v139 .process-journey{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .process-v139 .journey-step:nth-child(n){grid-column:span 1}.home-page .process-v139 .journey-step:after{display:none}}
@media(max-width:620px){.home-page .tech-v139 .tech-layers>div{grid-template-columns:44px 1fr;padding:20px;min-height:auto}.home-page .tech-v139 .tech-layers .v137-icon{width:42px;height:42px}.home-page .process-v139 .process-journey{grid-template-columns:1fr}.home-page .process-v139 .journey-step{min-height:auto}.home-page .process-v139 .journey-step:hover{transform:none}}

/* =========================================================
   v1.41 HERO PRODUCTION POLISH — scoped to hero only
   ========================================================= */
@media (min-width:1041px){
  .hero-v117{padding-top:34px}
  .hero-v117 .hero-grid{grid-template-columns:.96fr 1.04fr;gap:58px;align-items:center}
  .hero-v117 .hero-copy{padding:10px 0 8px}
  .hero-v117 .display{font-size:clamp(3.42rem,3.98vw,4.72rem);line-height:.94;letter-spacing:-.055em;max-width:13.2ch;margin-top:21px}
  .hero-v117 .lead{max-width:620px;margin-top:25px;line-height:1.64}
  .hero-v117 .hero-actions{margin-top:24px}
  .hero-proof{margin-top:25px}
}
.hero-v117 .hero-kicker span:last-child{opacity:.68;font-weight:720}
.ecosystem-v117{border-color:color-mix(in srgb,var(--line-strong) 92%,transparent);box-shadow:0 30px 72px rgba(17,20,27,.095),0 1px 0 color-mix(in srgb,var(--text) 3%,transparent) inset}
.ecosystem-v117:before{opacity:.82}
.eco-top{letter-spacing:.145em}
.eco-top small{opacity:.72}
.orbit-1{border-color:color-mix(in srgb,var(--line-strong) 86%,transparent)}
.orbit-2{border-color:color-mix(in srgb,var(--brand) 30%,transparent)}
.orbit-3{border-color:color-mix(in srgb,var(--line-strong) 92%,transparent);box-shadow:0 0 0 16px color-mix(in srgb,var(--brand) 3.5%,transparent)}
.eco-line{height:1.25px;background:linear-gradient(90deg,color-mix(in srgb,var(--brand) 56%,transparent),color-mix(in srgb,var(--brand) 13%,transparent))}
.eco-core{border-color:color-mix(in srgb,var(--line-strong) 94%,transparent);box-shadow:0 22px 48px rgba(16,19,25,.13),0 0 0 14px color-mix(in srgb,var(--brand) 4%,transparent)}
.eco-logo{background:#fff;width:76px;height:60px;border-color:rgba(17,20,27,.10);box-shadow:0 8px 20px rgba(17,20,27,.08)}
.eco-logo img{width:55px;height:55px;object-fit:contain}
.eco-node{border-color:color-mix(in srgb,var(--line-strong) 88%,transparent);box-shadow:0 12px 26px rgba(18,22,29,.065)}
.eco-node i{border:1px solid color-mix(in srgb,var(--brand) 12%,var(--line));box-shadow:0 5px 14px color-mix(in srgb,var(--brand) 7%,transparent)}
.eco-node b{letter-spacing:-.01em}
.eco-foot{height:48px}
.eco-foot span{font-size:.54rem}
.capability-ribbon{margin-top:20px;border-color:color-mix(in srgb,var(--line-strong) 88%,transparent);box-shadow:0 7px 22px rgba(17,20,27,.022)}
.capability-ribbon a{min-height:62px;padding:10px 8px}
.capability-ribbon a:hover{transform:translateY(-1px);background:color-mix(in srgb,var(--brand) 4.5%,var(--surface))}
.capability-ribbon b{margin-bottom:4px}

[data-theme="dark"] .ecosystem-v117{box-shadow:0 34px 80px rgba(0,0,0,.28),0 1px 0 rgba(255,255,255,.025) inset}
[data-theme="dark"] .eco-node{background:color-mix(in srgb,var(--surface) 94%,#fff 1%);box-shadow:0 13px 30px rgba(0,0,0,.19)}
[data-theme="dark"] .eco-logo{background:#fff;border-color:rgba(255,255,255,.18);box-shadow:0 9px 24px rgba(0,0,0,.24)}
[data-theme="dark"] .orbit-1{border-color:color-mix(in srgb,var(--line-strong) 94%,transparent)}
[data-theme="dark"] .orbit-2{border-color:color-mix(in srgb,var(--brand) 38%,transparent)}

@media (max-width:640px){
  .eco-logo{background:#fff;width:62px;height:50px}
  .eco-logo img{width:45px;height:45px}
  .capability-ribbon a{min-height:60px}
}

/* === v1.42 HERO REFINEMENT: locked hero structure, core-fit + premium lower architecture === */
.eco-core .eco-core-tagline{display:block;width:116px;max-width:78%;margin:6px auto 0;color:var(--muted);font-size:.49rem;line-height:1.32;letter-spacing:.01em;text-align:center;white-space:normal}
.hero-proof-v142{display:grid;grid-template-columns:repeat(3,1fr);margin-top:27px;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:color-mix(in srgb,var(--surface) 97%,transparent);box-shadow:0 10px 28px rgba(17,20,27,.025)}
.hero-proof-v142 .proof-item{min-width:0;display:grid;grid-template-columns:52px 1fr;gap:13px;align-items:center;padding:16px 18px;border-right:1px solid var(--line);transition:transform .22s ease,background .22s ease}
.hero-proof-v142 .proof-item:last-child{border-right:0}
.hero-proof-v142 .proof-item:hover{background:color-mix(in srgb,var(--brand) 3.5%,var(--surface))}
.hero-proof-v142 .proof-icon{width:44px;height:44px;border:1px solid color-mix(in srgb,var(--brand) 22%,var(--line));border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--brand) 4%,var(--surface));color:var(--brand)}
.hero-proof-v142 .proof-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.hero-proof-v142 .proof-copy{display:grid;grid-template-columns:auto 1fr;column-gap:8px;row-gap:4px;padding:0!important;border:0!important;color:inherit;font-size:inherit}
.hero-proof-v142 .proof-copy b{grid-column:1;color:var(--brand);font-size:.61rem;letter-spacing:.08em;margin:0}
.hero-proof-v142 .proof-copy strong{grid-column:2;color:var(--text);font-size:.76rem;line-height:1.15}
.hero-proof-v142 .proof-copy small{grid-column:1 / -1;color:var(--muted);font-size:.60rem;line-height:1.35;font-weight:500}
.capability-ribbon-v142{margin-top:18px;border-radius:19px;box-shadow:0 12px 32px rgba(17,20,27,.03)}
.capability-ribbon-v142 a{position:relative;min-height:86px;padding:12px 8px 13px;gap:2px}
.capability-ribbon-v142 .cap-icon{width:30px;height:30px;margin-bottom:3px;display:grid;place-items:center;color:var(--brand)}
.capability-ribbon-v142 .cap-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.capability-ribbon-v142 b{font-size:.52rem;letter-spacing:.08em;margin:0 0 2px}
.capability-ribbon-v142 span:last-child{font-size:.59rem;line-height:1.15;font-weight:760}
.capability-ribbon-v142 a:hover .cap-icon{transform:translateY(-1px) scale(1.04)}
.capability-ribbon-v142 .cap-icon{transition:transform .22s ease}
[data-theme="dark"] .hero-proof-v142{background:rgba(16,18,23,.78);border-color:rgba(255,255,255,.12);box-shadow:0 16px 38px rgba(0,0,0,.16)}
[data-theme="dark"] .hero-proof-v142 .proof-icon{background:rgba(255,48,65,.055);border-color:rgba(255,48,65,.22)}
[data-theme="dark"] .capability-ribbon-v142{background:rgba(16,18,23,.74);border-color:rgba(255,255,255,.12)}
@media(max-width:1040px){.hero-proof-v142{grid-template-columns:repeat(3,1fr)}.hero-proof-v142 .proof-item{grid-template-columns:42px 1fr;padding:14px 12px}.hero-proof-v142 .proof-icon{width:38px;height:38px}.capability-ribbon-v142 a{min-height:82px}}
@media(max-width:700px){.hero-proof-v142{grid-template-columns:1fr}.hero-proof-v142 .proof-item{border-right:0;border-bottom:1px solid var(--line);grid-template-columns:44px 1fr}.hero-proof-v142 .proof-item:last-child{border-bottom:0}.eco-core .eco-core-tagline{width:96px;font-size:.43rem}.capability-ribbon-v142{grid-template-columns:repeat(2,1fr)}.capability-ribbon-v142 a{min-height:78px}}

/* =========================================================
   v1.51 HERO LEFT + CORE SERVICES POLISH
   Right-side ecosystem intentionally unchanged from v1.42.
   ========================================================= */
.hero-proof-v151{margin-top:30px;border-radius:24px;border-color:color-mix(in srgb,var(--line-strong) 86%,transparent);box-shadow:0 18px 44px rgba(17,20,27,.045);background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 98%,transparent),color-mix(in srgb,var(--brand) 1.6%,var(--surface)))}
.hero-proof-v151 .proof-item{grid-template-columns:62px 1fr;gap:16px;min-height:132px;padding:22px 22px 21px;align-items:center}
.hero-proof-v151 .proof-item:hover{transform:translateY(-2px);background:color-mix(in srgb,var(--brand) 3%,var(--surface))}
.hero-proof-v151 .proof-icon{width:54px;height:54px;border-radius:50%;border-color:color-mix(in srgb,var(--brand) 28%,var(--line));background:linear-gradient(145deg,color-mix(in srgb,var(--brand) 5%,var(--surface)),var(--surface));box-shadow:0 8px 20px color-mix(in srgb,var(--brand) 7%,transparent)}
.hero-proof-v151 .proof-icon svg{width:25px;height:25px;stroke-width:1.7}
.hero-proof-v151 .proof-copy{display:block!important}
.hero-proof-v151 .proof-heading{display:flex;align-items:baseline;gap:9px;padding:0!important;border:0!important;color:inherit!important}
.hero-proof-v151 .proof-heading b{font-size:.64rem;letter-spacing:.1em;flex:0 0 auto}
.hero-proof-v151 .proof-heading strong{font-size:.86rem;line-height:1.18;letter-spacing:-.015em}
.hero-proof-v151 .proof-copy small{display:block;margin-top:9px;font-size:.64rem;line-height:1.48;max-width:21ch}

.core-services-v151{margin-top:34px;border:1px solid color-mix(in srgb,var(--line-strong) 88%,transparent);border-radius:28px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 99%,transparent),color-mix(in srgb,var(--brand) 1.2%,var(--surface)));box-shadow:0 22px 56px rgba(17,20,27,.055);overflow:hidden}
.core-services-head{text-align:center;padding:24px 24px 20px;border-bottom:1px solid var(--line)}
.core-services-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--brand);font-size:.62rem;font-weight:850;letter-spacing:.15em;text-transform:uppercase}
.core-services-eyebrow i{width:5px;height:5px;display:block;background:currentColor;transform:rotate(45deg)}
.core-services-head h2{margin:8px auto 0;font-size:clamp(1.45rem,2vw,2rem);line-height:1.12;letter-spacing:-.035em;max-width:850px}
.core-services-head p{margin:8px auto 0;color:var(--muted);font-size:.77rem;line-height:1.55;max-width:720px}
.capability-ribbon-v151{margin:0;border:0;border-radius:0;box-shadow:none;background:transparent}
.capability-ribbon-v151 a{min-height:190px;padding:22px 14px 20px;justify-content:flex-start;gap:0;position:relative}
.capability-ribbon-v151 a:after{content:"";position:absolute;left:50%;bottom:15px;width:18px;height:1.5px;border-radius:4px;background:var(--brand);transform:translateX(-50%);opacity:.9}
.capability-ribbon-v151 .cap-icon{width:54px;height:54px;border-radius:50%;margin:0 0 14px;display:grid;place-items:center;background:color-mix(in srgb,var(--brand) 5.5%,var(--surface));border:1px solid color-mix(in srgb,var(--brand) 10%,var(--line));box-shadow:0 8px 20px rgba(17,20,27,.025)}
.capability-ribbon-v151 .cap-icon svg{width:25px;height:25px;stroke-width:1.7}
.capability-ribbon-v151 b{margin:0 0 7px;font-size:.57rem;letter-spacing:.1em;color:var(--brand)}
.capability-ribbon-v151 strong{font-size:.76rem;line-height:1.22;letter-spacing:-.012em;max-width:14ch}
.capability-ribbon-v151 small{margin-top:10px;color:var(--muted);font-size:.59rem;line-height:1.5;font-weight:500;max-width:17ch}
.capability-ribbon-v151 a:hover{transform:none;background:color-mix(in srgb,var(--brand) 3.2%,var(--surface))}
.capability-ribbon-v151 a:hover .cap-icon{transform:translateY(-2px) scale(1.035);box-shadow:0 12px 24px color-mix(in srgb,var(--brand) 7%,transparent)}
[data-theme="dark"] .hero-proof-v151{background:linear-gradient(145deg,rgba(16,18,23,.9),rgba(22,23,28,.92));border-color:rgba(255,255,255,.13);box-shadow:0 18px 46px rgba(0,0,0,.2)}
[data-theme="dark"] .core-services-v151{background:linear-gradient(180deg,rgba(18,20,24,.96),rgba(16,18,22,.96));border-color:rgba(255,255,255,.12);box-shadow:0 24px 60px rgba(0,0,0,.22)}
[data-theme="dark"] .capability-ribbon-v151{background:transparent;border:0}
[data-theme="dark"] .capability-ribbon-v151 .cap-icon{background:rgba(255,48,65,.055);border-color:rgba(255,48,65,.12)}
@media(max-width:1180px){.hero-proof-v151 .proof-item{grid-template-columns:50px 1fr;gap:12px;padding:19px 15px;min-height:126px}.hero-proof-v151 .proof-icon{width:46px;height:46px}.hero-proof-v151 .proof-heading{align-items:flex-start}.hero-proof-v151 .proof-heading strong{font-size:.78rem}.capability-ribbon-v151 a{min-height:178px;padding-left:10px;padding-right:10px}.capability-ribbon-v151 strong{font-size:.71rem}.capability-ribbon-v151 small{font-size:.56rem}}
@media(max-width:1040px){.hero-proof-v151 .proof-item{min-height:118px}.core-services-v151{margin-top:30px}.capability-ribbon-v151{grid-template-columns:repeat(4,1fr)}.capability-ribbon-v151 a{min-height:176px}.capability-ribbon-v151 a:nth-child(4){border-right:0}.capability-ribbon-v151 a:nth-child(-n+4){border-bottom:1px solid var(--line)}}
@media(max-width:700px){.hero-proof-v151{border-radius:20px}.hero-proof-v151 .proof-item{grid-template-columns:52px 1fr;min-height:auto;padding:17px 16px}.hero-proof-v151 .proof-icon{width:46px;height:46px}.hero-proof-v151 .proof-copy small{max-width:none}.core-services-v151{border-radius:22px}.core-services-head{padding:21px 17px 18px}.core-services-head h2{font-size:1.38rem}.core-services-head p{font-size:.72rem}.capability-ribbon-v151{grid-template-columns:repeat(2,1fr)}.capability-ribbon-v151 a{min-height:178px;padding:19px 12px}.capability-ribbon-v151 a:nth-child(even){border-right:0}.capability-ribbon-v151 a:nth-last-child(-n+2){border-bottom:0!important}}
@media(max-width:430px){.hero-proof-v151 .proof-heading{display:block}.hero-proof-v151 .proof-heading b{display:block;margin-bottom:4px}.capability-ribbon-v151 strong{font-size:.68rem}.capability-ribbon-v151 small{font-size:.54rem}}
/* v1.52 — Hero left + core services final refinement. Right ecosystem intentionally untouched. */
.hero-proof-v151{margin-top:24px;border-radius:22px}
.hero-proof-v151 .proof-item{grid-template-columns:54px minmax(0,1fr);gap:13px;min-height:116px;padding:17px 17px 16px;align-items:center}
.hero-proof-v151 .proof-icon{width:48px;height:48px}
.hero-proof-v151 .proof-icon svg{width:22px;height:22px}
.hero-proof-v151 .proof-heading{gap:7px;align-items:flex-start}
.hero-proof-v151 .proof-heading b{padding-top:2px;font-size:.6rem}
.hero-proof-v151 .proof-heading strong{font-size:.79rem;line-height:1.16;letter-spacing:-.018em;max-width:15ch}
.hero-proof-v151 .proof-copy small{margin-top:7px;font-size:.59rem;line-height:1.43;max-width:22ch}
.core-services-v151{margin-top:24px;border-radius:26px;box-shadow:0 18px 48px rgba(17,20,27,.045)}
.core-services-head{padding:28px 24px 23px}
.core-services-head h2{margin-top:8px;letter-spacing:-.035em}
.core-services-head p{margin-top:8px;color:color-mix(in srgb,var(--muted) 90%,var(--text));}
.capability-ribbon-v151 a{min-height:176px;padding:19px 12px 18px;transition:background .22s ease}
.capability-ribbon-v151 .cap-icon{width:50px;height:50px;margin-bottom:12px}
.capability-ribbon-v151 .cap-icon svg{width:23px;height:23px}
.capability-ribbon-v151 b{margin-bottom:6px}
.capability-ribbon-v151 strong{font-size:.74rem;line-height:1.2;max-width:15ch}
.capability-ribbon-v151 small{margin-top:8px;font-size:.585rem;line-height:1.46;max-width:18ch;color:color-mix(in srgb,var(--muted) 88%,var(--text))}
.capability-ribbon-v151 a:after{bottom:12px;width:16px}
@media(max-width:1180px){.hero-proof-v151 .proof-item{grid-template-columns:46px 1fr;gap:10px;padding:16px 12px;min-height:112px}.hero-proof-v151 .proof-icon{width:43px;height:43px}.hero-proof-v151 .proof-heading strong{font-size:.74rem}.hero-proof-v151 .proof-copy small{font-size:.56rem}.capability-ribbon-v151 a{min-height:170px}}
@media(max-width:1040px){.core-services-v151{margin-top:22px}}
@media(max-width:700px){.hero-proof-v151 .proof-item{grid-template-columns:48px 1fr;padding:15px}.hero-proof-v151 .proof-icon{width:44px;height:44px}.core-services-v151{margin-top:20px}.capability-ribbon-v151 a{min-height:168px}}

/* v1.54 Hero + Core Services visual continuity */
.hero-v117{padding-bottom:30px}
.hero-proof-v151{margin-top:22px}
.core-services-section-v153{padding:0 0 56px}
.core-services-section-v153 .core-services-v151{margin-top:0}
.core-services-section-v153 .core-services-head{padding:24px 24px 20px}
.core-services-section-v153 .core-services-head h2{font-size:clamp(1.55rem,2.15vw,2.15rem);line-height:1.08}
.core-services-section-v153 .capability-ribbon-v151 a{min-height:166px;padding-top:18px}
.core-services-section-v153 .capability-ribbon-v151 .cap-icon{width:48px;height:48px;margin-bottom:10px}
.core-services-section-v153 .capability-ribbon-v151 small{margin-top:7px}
.challenge-section{border-top:1px solid var(--line)}
@media(max-width:1040px){.hero-v117{padding-bottom:24px}.core-services-section-v153{padding-bottom:44px}}
@media(max-width:700px){.hero-v117{padding-bottom:18px}.core-services-section-v153{padding-bottom:34px}.core-services-section-v153 .core-services-head{padding:21px 17px 18px}}

/* =========================================================
   v1.55 OUR APPROACH PREMIUM REFINEMENT — scoped to process
   ========================================================= */
.home-page .process-v155{background:linear-gradient(180deg,color-mix(in srgb,var(--surface-2) 58%,transparent),transparent)}
.home-page .process-v155 .process-head-v155{text-align:center;max-width:760px;margin:0 auto 34px}
.home-page .process-v155 .process-head-v155 .eyebrow{justify-content:center}
.home-page .process-v155 .process-head-v155 .h2{margin-top:10px;font-size:clamp(2.25rem,3.4vw,3.55rem);letter-spacing:-.045em}
.home-page .process-v155 .process-head-v155 .lead{max-width:650px;margin:12px auto 0}
.home-page .process-v155 .process-journey{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.home-page .process-v155 .journey-step{display:grid;grid-template-columns:104px 1fr;gap:20px;align-items:start;min-height:206px;padding:26px 26px 24px;border-radius:18px!important;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.home-page .process-v155 .journey-step:nth-child(-n+3){grid-column:span 2}
.home-page .process-v155 .journey-step:nth-child(n+4){grid-column:span 3}
.home-page .process-v155 .journey-step:after{display:none!important}
.home-page .process-v155 .journey-icon{width:84px;height:84px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--brand) 7%,var(--surface));border:1px solid color-mix(in srgb,var(--brand) 16%,var(--line));box-shadow:inset 0 0 0 8px color-mix(in srgb,var(--brand) 2%,transparent)}
.home-page .process-v155 .journey-icon svg{width:34px;height:34px;fill:none;stroke:var(--brand);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.home-page .process-v155 .journey-content{min-width:0}
.home-page .process-v155 .journey-meta{display:flex;align-items:center;gap:12px;min-height:34px;margin-bottom:14px}
.home-page .process-v155 .journey-no{flex:0 0 34px;width:34px;height:34px;margin:0;border-radius:9px}
.home-page .process-v155 .journey-phase{min-height:0;margin:0;padding:0;color:var(--muted);font-size:.61rem;font-weight:800;letter-spacing:.13em}
.home-page .process-v155 .journey-arrow{margin-left:auto;color:var(--brand);font-size:1rem}
.home-page .process-v155 .journey-step strong{font-size:1.35rem;line-height:1.1;letter-spacing:-.035em}
.home-page .process-v155 .journey-accent{display:block;width:28px;height:2px;margin:12px 0 14px;background:var(--brand)}
.home-page .process-v155 .journey-step small{max-width:37ch;font-size:.82rem;line-height:1.6}
.home-page .process-v155 .journey-step:nth-child(n+4){grid-template-columns:104px minmax(0,1fr)}
.home-page .process-v155 .journey-step:hover{transform:translateY(-4px);box-shadow:0 24px 58px rgba(15,18,24,.09)}
.home-page .process-v155 .process-close{display:flex;align-items:center;gap:12px;margin-top:16px;padding:16px 20px;border:1px solid var(--line);border-left:3px solid var(--brand);border-radius:13px;background:var(--surface);box-shadow:0 12px 34px rgba(15,18,24,.035)}
.home-page .process-v155 .process-close-mark{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:color-mix(in srgb,var(--brand) 8%,var(--surface));color:var(--brand);font-size:.72rem}
[data-theme="dark"] .home-page .process-v155 .journey-icon{background:rgba(227,27,43,.07);border-color:rgba(227,27,43,.18)}
[data-theme="dark"] .home-page .process-v155 .process-close{background:#191b1f}
@media(max-width:1050px){.home-page .process-v155 .process-journey{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .process-v155 .journey-step:nth-child(n){grid-column:span 1}.home-page .process-v155 .journey-step:last-child{grid-column:1/-1}}
@media(max-width:700px){.home-page .process-v155 .process-journey{grid-template-columns:1fr}.home-page .process-v155 .journey-step:nth-child(n){grid-column:span 1;grid-template-columns:70px 1fr;gap:16px;min-height:auto;padding:22px 20px}.home-page .process-v155 .journey-icon{width:62px;height:62px}.home-page .process-v155 .journey-icon svg{width:27px;height:27px}.home-page .process-v155 .process-close{align-items:flex-start;flex-wrap:wrap}.home-page .process-v155 .process-close strong{width:100%;padding-left:42px}}

/* v1.56 — Technology Architecture Premium Refinement */
.home-page .tech-v139{position:relative;overflow:hidden;padding-block:88px;background:#15171b}
.home-page .tech-v139:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,transparent,black 18%,black 82%,transparent)}
.home-page .tech-v139 .container{position:relative;z-index:1}
.home-page .tech-v139 .section-head{margin-bottom:38px;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.10)}
.home-page .tech-v139 .eyebrow{color:#ff6670}
.home-page .tech-v139 .h2{max-width:760px;color:#f7f7f5;letter-spacing:-.045em}
.home-page .tech-v139 .lead{max-width:470px;color:#aeb2ba}
.home-page .tech-v139 .tech-layers{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.home-page .tech-v139 .tech-layers:before{content:"ENTERPRISE TECHNOLOGY ARCHITECTURE";position:absolute;right:0;top:-30px;font-size:.61rem;font-weight:800;letter-spacing:.18em;color:rgba(255,255,255,.32)}
.home-page .tech-v139 .tech-layers>div{min-height:154px;padding:26px 28px;grid-template-columns:58px minmax(0,1fr);column-gap:20px;border-radius:18px;border:1px solid rgba(255,255,255,.11);background:linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.018));box-shadow:inset 0 1px 0 rgba(255,255,255,.025);transition:transform .25s ease,border-color .25s ease,background .25s ease}
.home-page .tech-v139 .tech-layers>div:after{content:"";position:absolute;right:24px;bottom:20px;width:48px;height:48px;border-right:1px solid rgba(255,255,255,.045);border-bottom:1px solid rgba(255,255,255,.045);border-radius:0 0 12px 0;pointer-events:none}
.home-page .tech-v139 .tech-layers>div:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.20);background:linear-gradient(135deg,rgba(255,255,255,.065),rgba(255,255,255,.022))}
.home-page .tech-v139 .tech-layers .v137-icon{width:54px;height:54px;border-radius:15px;background:#f7f7f5;border:1px solid rgba(255,255,255,.16);box-shadow:0 14px 32px rgba(0,0,0,.18)}
.home-page .tech-v139 .tech-layers .v137-icon svg{width:23px;height:23px}
.home-page .tech-v139 .tech-layers b{margin-top:2px;font-size:.65rem;letter-spacing:.16em;color:#ff6973}
.home-page .tech-v139 .tech-layers b:after{width:28px;background:rgba(255,105,115,.46)}
.home-page .tech-v139 .tech-layers strong{margin-top:5px;font-size:1.12rem;line-height:1.2;color:#fafaf8}
.home-page .tech-v139 .tech-layers span{margin-top:4px;font-size:.80rem;line-height:1.58;color:#a5a9b1}
.home-page .tech-v139 .tech-layers .security-layer{grid-column:1/-1;min-height:132px;grid-template-columns:58px minmax(0,1fr) auto;background:linear-gradient(100deg,rgba(227,27,43,.14),rgba(255,255,255,.025) 48%,rgba(227,27,43,.055));border-color:rgba(255,91,102,.28)}
.home-page .tech-v139 .tech-layers .security-layer:after{content:"FOUNDATION ACROSS EVERY LAYER";position:static;align-self:center;width:auto;height:auto;border:0;border-radius:0;padding:9px 12px;font-size:.60rem;font-weight:800;letter-spacing:.15em;color:#ff7780;background:rgba(227,27,43,.09);border:1px solid rgba(255,105,115,.18)}
.home-page .tech-v139 .tech-layers .security-layer .v137-icon{grid-row:1/4}
@media(max-width:900px){.home-page .tech-v139{padding-block:72px}.home-page .tech-v139 .tech-layers:before{display:none}.home-page .tech-v139 .tech-layers .security-layer{grid-column:auto;grid-template-columns:54px 1fr}.home-page .tech-v139 .tech-layers .security-layer:after{display:none}}
@media(max-width:620px){.home-page .tech-v139{padding-block:58px}.home-page .tech-v139 .section-head{margin-bottom:28px;padding-bottom:24px}.home-page .tech-v139 .tech-layers>div{padding:21px;min-height:auto;grid-template-columns:46px 1fr;column-gap:15px}.home-page .tech-v139 .tech-layers .v137-icon{width:44px;height:44px;border-radius:12px}.home-page .tech-v139 .tech-layers strong{font-size:1.02rem}}

/* =========================================================
   v1.57 TECHNOLOGY EXPERTISE — FINAL PRODUCTION POLISH
   Scoped only to the homepage technology architecture section.
   ========================================================= */
.home-page .tech-v139{padding-block:92px;background:linear-gradient(180deg,#121418 0%,#17191e 52%,#121418 100%)}
.home-page .tech-v139:after{content:"";position:absolute;width:520px;height:520px;right:-180px;top:-210px;border-radius:50%;background:radial-gradient(circle,rgba(227,27,43,.075),transparent 68%);pointer-events:none}
.home-page .tech-v139 .section-head{align-items:end;margin-bottom:46px;padding-bottom:28px}
.home-page .tech-v139 .section-head>div{position:relative;padding-left:18px}
.home-page .tech-v139 .section-head>div:before{content:"";position:absolute;left:0;top:3px;width:3px;height:54px;border-radius:3px;background:linear-gradient(180deg,var(--brand),rgba(227,27,43,.18))}
.home-page .tech-v139 .h2{max-width:690px;font-size:clamp(2.45rem,4vw,4.15rem);line-height:.98}
.home-page .tech-v139 .lead{padding-bottom:3px;font-size:.94rem;line-height:1.65}
.home-page .tech-v139 .tech-layers{counter-reset:techlayer;gap:16px}
.home-page .tech-v139 .tech-layers:before{top:-32px;color:rgba(255,255,255,.27)}
.home-page .tech-v139 .tech-layers>div{counter-increment:techlayer;position:relative;display:grid;grid-template-columns:58px minmax(0,1fr);grid-template-rows:auto auto 1fr;align-content:start;min-height:166px;padding:27px 30px 25px;border-radius:16px;border-color:rgba(255,255,255,.105);background:linear-gradient(145deg,rgba(255,255,255,.052),rgba(255,255,255,.018));box-shadow:inset 0 1px 0 rgba(255,255,255,.03),0 16px 38px rgba(0,0,0,.07)}
.home-page .tech-v139 .tech-layers>div:before{content:"";position:absolute;left:-1px;top:24px;width:2px;height:46px;border-radius:2px;background:linear-gradient(180deg,#ff6570,var(--brand));opacity:.72}
.home-page .tech-v139 .tech-layers>div:after{content:"LAYER " counter(techlayer,decimal-leading-zero);position:absolute;right:22px;top:20px;width:auto;height:auto;border:0;border-radius:0;font-size:.54rem;font-weight:800;letter-spacing:.16em;color:rgba(255,255,255,.23)}
.home-page .tech-v139 .tech-layers>div:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.19);background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.022));box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 22px 48px rgba(0,0,0,.12)}
.home-page .tech-v139 .tech-layers .v137-icon{grid-row:1/4;width:52px;height:52px;border-radius:13px;background:rgba(255,255,255,.96);box-shadow:none}
.home-page .tech-v139 .tech-layers .v137-icon svg{width:22px;height:22px}
.home-page .tech-v139 .tech-layers b{display:flex;align-items:center;gap:9px;margin-top:2px;font-size:.61rem;letter-spacing:.17em;color:#ff737c}
.home-page .tech-v139 .tech-layers b:after{width:24px;opacity:.8}
.home-page .tech-v139 .tech-layers strong{margin-top:7px;max-width:28ch;font-size:1.16rem;line-height:1.18;letter-spacing:-.025em}
.home-page .tech-v139 .tech-layers span{margin-top:8px;max-width:52ch;font-size:.79rem;line-height:1.55;color:#aeb2ba}
.home-page .tech-v139 .tech-layers .security-layer{counter-increment:techlayer;grid-column:1/-1;grid-template-columns:58px minmax(0,1fr) auto;min-height:136px;align-items:center;background:linear-gradient(100deg,rgba(227,27,43,.15),rgba(255,255,255,.035) 44%,rgba(227,27,43,.045));border-color:rgba(255,105,115,.25)}
.home-page .tech-v139 .tech-layers .security-layer:before{height:62px;top:36px;opacity:1}
.home-page .tech-v139 .tech-layers .security-layer:after{content:"FOUNDATION ACROSS EVERY LAYER";position:static;justify-self:end;align-self:center;padding:10px 13px;border:1px solid rgba(255,105,115,.2);border-radius:999px;background:rgba(227,27,43,.075);font-size:.57rem;font-weight:800;letter-spacing:.15em;color:#ff7a83;white-space:nowrap}
.home-page .tech-v139 .tech-layers .security-layer strong{font-size:1.2rem}
.home-page .tech-v139 .tech-layers .security-layer span{max-width:64ch}
[data-theme="light"] .home-page .tech-v139{background:linear-gradient(180deg,#f4f4f2 0%,#fafaf8 52%,#f1f1ef 100%);border-block:1px solid #e1e1de}
[data-theme="light"] .home-page .tech-v139:before{background:linear-gradient(rgba(20,22,27,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(20,22,27,.035) 1px,transparent 1px);background-size:72px 72px}
[data-theme="light"] .home-page .tech-v139:after{background:radial-gradient(circle,rgba(227,27,43,.06),transparent 68%)}
[data-theme="light"] .home-page .tech-v139 .section-head{border-color:#dcdcd8}
[data-theme="light"] .home-page .tech-v139 .h2{color:#17191d}
[data-theme="light"] .home-page .tech-v139 .lead{color:#666a72}
[data-theme="light"] .home-page .tech-v139 .tech-layers:before{color:#8b8e94}
[data-theme="light"] .home-page .tech-v139 .tech-layers>div{border-color:#deded9;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(248,248,245,.92));box-shadow:inset 0 1px 0 #fff,0 16px 36px rgba(20,22,27,.045)}
[data-theme="light"] .home-page .tech-v139 .tech-layers>div:after{color:#a1a3a8}
[data-theme="light"] .home-page .tech-v139 .tech-layers>div:hover{border-color:#cfcfca;background:#fff;box-shadow:0 20px 44px rgba(20,22,27,.075)}
[data-theme="light"] .home-page .tech-v139 .tech-layers .v137-icon{background:#fff;border-color:#e1e1dd}
[data-theme="light"] .home-page .tech-v139 .tech-layers strong{color:#1a1c20}
[data-theme="light"] .home-page .tech-v139 .tech-layers span{color:#676b73}
[data-theme="light"] .home-page .tech-v139 .tech-layers .security-layer{background:linear-gradient(100deg,rgba(227,27,43,.075),#fff 48%,rgba(227,27,43,.035));border-color:rgba(227,27,43,.18)}
@media(max-width:900px){.home-page .tech-v139 .section-head{align-items:start}.home-page .tech-v139 .h2{font-size:clamp(2.25rem,7vw,3.35rem)}.home-page .tech-v139 .tech-layers .security-layer{grid-template-columns:54px 1fr}.home-page .tech-v139 .tech-layers .security-layer:after{display:none}}
@media(max-width:620px){.home-page .tech-v139{padding-block:62px}.home-page .tech-v139 .section-head>div{padding-left:14px}.home-page .tech-v139 .section-head>div:before{height:44px}.home-page .tech-v139 .tech-layers>div{grid-template-columns:44px 1fr;padding:21px 20px;min-height:auto}.home-page .tech-v139 .tech-layers>div:after{right:16px;top:16px}.home-page .tech-v139 .tech-layers .v137-icon{width:42px;height:42px}.home-page .tech-v139 .tech-layers strong{padding-right:38px;font-size:1.04rem}.home-page .tech-v139 .tech-layers span{font-size:.77rem}}

/* =========================================================
   v1.58 TECHNOLOGY EXPERTISE — ARCHITECTURE REFINEMENT
   A connected stack rather than six repeated cards.
   ========================================================= */
.home-page .tech-v158{position:relative;overflow:hidden;padding-block:94px;background:#121418}
.home-page .tech-v158:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,transparent,black 20%,black 80%,transparent);pointer-events:none}
.home-page .tech-v158 .section-head{position:relative;z-index:1;margin-bottom:40px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.10);align-items:end}
.home-page .tech-v158 .section-head>div{padding-left:0}
.home-page .tech-v158 .section-head>div:before{display:none}
.home-page .tech-v158 .h2{max-width:720px;font-size:clamp(2.45rem,4vw,4.1rem);line-height:.99;color:#f7f7f5}
.home-page .tech-v158 .lead{max-width:470px;color:#aeb2ba;font-size:.94rem;line-height:1.65}
.tech-architecture-v158{position:relative;z-index:1;border:1px solid rgba(255,255,255,.12);border-radius:22px;overflow:hidden;background:rgba(255,255,255,.018);box-shadow:0 28px 70px rgba(0,0,0,.18)}
.tech-arch-label{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:16px 22px;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.025)}
.tech-arch-label span{font-size:.61rem;font-weight:850;letter-spacing:.18em;color:#ff6d77}
.tech-arch-label small{font-size:.55rem;font-weight:750;letter-spacing:.12em;color:rgba(255,255,255,.34)}
.tech-stack-v158{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));position:relative}
.tech-stack-v158:before{content:"";position:absolute;left:10%;right:10%;top:54px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,94,105,.48) 12%,rgba(255,255,255,.16) 50%,rgba(255,94,105,.48) 88%,transparent)}
.tech-stack-v158 article{position:relative;min-height:260px;padding:28px 20px 24px;border-right:1px solid rgba(255,255,255,.085);transition:background .24s ease,transform .24s ease}
.tech-stack-v158 article:last-child{border-right:0}
.tech-stack-v158 article:hover{background:rgba(255,255,255,.035)}
.tech-node-icon{position:relative;z-index:2;width:52px;height:52px;display:grid;place-items:center;margin-bottom:18px;border-radius:14px;background:#f7f7f5;border:1px solid rgba(255,255,255,.18);box-shadow:0 10px 26px rgba(0,0,0,.16)}
.tech-node-icon svg,.tech-foundation-icon svg{width:23px;height:23px;fill:none;stroke:#e31b2b;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.tech-node-index{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.tech-node-index b{font-size:.62rem;letter-spacing:.16em;color:#ff6d77}
.tech-node-index i{height:1px;width:24px;background:rgba(255,109,119,.42)}
.tech-node-copy small{display:block;margin-bottom:7px;font-size:.52rem;font-weight:800;letter-spacing:.14em;color:rgba(255,255,255,.38)}
.tech-node-copy strong{display:block;min-height:2.5em;font-size:1.03rem;line-height:1.22;letter-spacing:-.02em;color:#f8f8f6}
.tech-node-copy span{display:block;margin-top:12px;font-size:.73rem;line-height:1.6;color:#9ea3ac}
.tech-foundation-v158{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:18px;padding:22px 24px;border-top:1px solid rgba(255,105,115,.24);background:linear-gradient(100deg,rgba(227,27,43,.15),rgba(255,255,255,.025) 48%,rgba(227,27,43,.055))}
.tech-foundation-icon{width:50px;height:50px;display:grid;place-items:center;border-radius:14px;background:#f7f7f5}
.tech-foundation-v158 small{display:block;margin-bottom:4px;font-size:.55rem;font-weight:850;letter-spacing:.15em;color:#ff737c}
.tech-foundation-v158 strong{display:block;font-size:1.12rem;line-height:1.2;color:#fafaf8}
.tech-foundation-v158 span{display:block;margin-top:5px;font-size:.76rem;color:#aeb2ba}
.tech-foundation-v158 em{font-style:normal;padding:9px 12px;border:1px solid rgba(255,105,115,.2);border-radius:999px;background:rgba(227,27,43,.075);font-size:.55rem;font-weight:850;letter-spacing:.15em;color:#ff7a83;white-space:nowrap}
[data-theme="light"] .home-page .tech-v158{background:#f5f5f2;border-block:1px solid #e0e0dc}
[data-theme="light"] .home-page .tech-v158:before{background:linear-gradient(rgba(20,22,27,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(20,22,27,.032) 1px,transparent 1px);background-size:72px 72px}
[data-theme="light"] .home-page .tech-v158 .section-head{border-color:#d9d9d5}
[data-theme="light"] .home-page .tech-v158 .h2{color:#181a1e}
[data-theme="light"] .home-page .tech-v158 .lead{color:#666a72}
[data-theme="light"] .tech-architecture-v158{border-color:#dcdcd7;background:rgba(255,255,255,.72);box-shadow:0 24px 58px rgba(20,22,27,.06)}
[data-theme="light"] .tech-arch-label{border-color:#e1e1dc;background:rgba(255,255,255,.78)}
[data-theme="light"] .tech-arch-label small{color:#85888f}
[data-theme="light"] .tech-stack-v158:before{background:linear-gradient(90deg,transparent,rgba(227,27,43,.32) 12%,rgba(20,22,27,.12) 50%,rgba(227,27,43,.32) 88%,transparent)}
[data-theme="light"] .tech-stack-v158 article{border-color:#e1e1dc}
[data-theme="light"] .tech-stack-v158 article:hover{background:#fff}
[data-theme="light"] .tech-node-icon,[data-theme="light"] .tech-foundation-icon{background:#fff;border:1px solid #e1e1dd}
[data-theme="light"] .tech-node-copy small{color:#8b8e94}
[data-theme="light"] .tech-node-copy strong,[data-theme="light"] .tech-foundation-v158 strong{color:#1a1c20}
[data-theme="light"] .tech-node-copy span,[data-theme="light"] .tech-foundation-v158 span{color:#676b73}
[data-theme="light"] .tech-foundation-v158{background:linear-gradient(100deg,rgba(227,27,43,.075),#fff 48%,rgba(227,27,43,.035));border-color:rgba(227,27,43,.18)}
@media(max-width:1050px){.tech-stack-v158{grid-template-columns:repeat(2,1fr)}.tech-stack-v158:before{display:none}.tech-stack-v158 article{min-height:220px;border-bottom:1px solid rgba(255,255,255,.085)}.tech-stack-v158 article:nth-child(even){border-right:0}.tech-stack-v158 article:last-child{grid-column:1/-1;border-bottom:0}.tech-node-copy strong{min-height:auto}[data-theme="light"] .tech-stack-v158 article{border-bottom-color:#e1e1dc}}
@media(max-width:700px){.home-page .tech-v158{padding-block:62px}.home-page .tech-v158 .section-head{align-items:start;margin-bottom:28px}.tech-arch-label{display:block;padding:14px 16px}.tech-arch-label small{display:none}.tech-stack-v158{grid-template-columns:1fr}.tech-stack-v158 article,.tech-stack-v158 article:last-child{grid-column:auto;min-height:auto;padding:21px 18px;border-right:0;border-bottom:1px solid rgba(255,255,255,.085)}.tech-stack-v158 article:last-child{border-bottom:0}.tech-node-icon{width:46px;height:46px;margin-bottom:14px}.tech-foundation-v158{grid-template-columns:46px 1fr;padding:19px 18px}.tech-foundation-icon{width:44px;height:44px}.tech-foundation-v158 em{display:none}[data-theme="light"] .tech-stack-v158 article{border-bottom-color:#e1e1dc}}

/* NEXUS v1.59 — Technology Architecture Production Finishing */
.home-page .tech-v158 .section-head{margin-bottom:34px;align-items:end}
.home-page .tech-v158 .section-head .lead{max-width:590px}
.tech-architecture-v158{border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.012));box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 26px 64px rgba(0,0,0,.16)}
.tech-arch-label{padding:15px 20px;border-bottom-color:rgba(255,255,255,.095);background:rgba(255,255,255,.018)}
.tech-arch-label span{font-size:.59rem;letter-spacing:.17em}
.tech-arch-label small{font-size:.53rem;letter-spacing:.13em;opacity:.76}
.tech-stack-v158:before{left:8%;right:8%;top:57px;background:linear-gradient(90deg,transparent,rgba(255,94,105,.38) 13%,rgba(255,255,255,.13) 50%,rgba(255,94,105,.38) 87%,transparent)}
.tech-stack-v158 article{min-height:244px;padding:26px 20px 23px;overflow:hidden}
.tech-stack-v158 article:after{content:"";position:absolute;left:20px;right:20px;bottom:0;height:2px;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,#e31b2b,transparent);transition:transform .25s ease}
.tech-stack-v158 article:hover{background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018))}
.tech-stack-v158 article:hover:after{transform:scaleX(1)}
.tech-node-icon{width:50px;height:50px;margin-bottom:22px;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:rgba(255,255,255,.94);box-shadow:0 8px 22px rgba(0,0,0,.12)}
.tech-node-index{margin-bottom:13px}
.tech-node-index b{font-size:.58rem;letter-spacing:.16em;color:#ff737c}
.tech-node-index i{opacity:.72}
.tech-node-copy small{font-size:.54rem;letter-spacing:.14em;color:#8f949c}
.tech-node-copy strong{margin-top:8px;min-height:48px;font-size:1.04rem;line-height:1.24;letter-spacing:-.022em;color:#f7f7f5}
.tech-node-copy span{margin-top:12px;font-size:.75rem;line-height:1.55;color:#aeb2ba}
.tech-foundation-v158{position:relative;grid-template-columns:56px minmax(0,1fr) auto;gap:19px;padding:23px 25px;border-top-color:rgba(255,105,115,.27);background:linear-gradient(100deg,rgba(227,27,43,.145),rgba(255,255,255,.024) 46%,rgba(227,27,43,.045));overflow:hidden}
.tech-foundation-v158:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#e31b2b}
.tech-foundation-icon{width:50px;height:50px;border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 22px rgba(0,0,0,.11)}
.tech-foundation-v158 small{font-size:.56rem;letter-spacing:.16em}
.tech-foundation-v158 strong{font-size:1.16rem;letter-spacing:-.018em}
.tech-foundation-v158 span{margin-top:6px;line-height:1.5}
.tech-foundation-v158 em{padding:9px 13px;background:rgba(227,27,43,.09);border-color:rgba(255,105,115,.24)}
[data-theme="light"] .tech-architecture-v158{background:linear-gradient(180deg,#fff,rgba(249,249,247,.94));border-color:#d9d9d4;box-shadow:inset 0 1px 0 #fff,0 22px 52px rgba(20,22,27,.055)}
[data-theme="light"] .tech-arch-label{background:#f7f7f4;border-bottom-color:#dfdfda}
[data-theme="light"] .tech-arch-label span{color:#22252a}
[data-theme="light"] .tech-arch-label small{color:#777b82}
[data-theme="light"] .tech-stack-v158 article{border-color:#e2e2dd}
[data-theme="light"] .tech-stack-v158 article:hover{background:linear-gradient(180deg,#fff,#fafaf8)}
[data-theme="light"] .tech-node-icon{background:#fff;border-color:#deded9;box-shadow:0 8px 20px rgba(20,22,27,.055)}
[data-theme="light"] .tech-node-copy small{color:#7b7f86}
[data-theme="light"] .tech-node-copy strong{color:#1a1c20}
[data-theme="light"] .tech-node-copy span{color:#656a72}
[data-theme="light"] .tech-foundation-v158{background:linear-gradient(100deg,rgba(227,27,43,.07),#fff 47%,rgba(227,27,43,.025));border-top-color:rgba(227,27,43,.17)}
[data-theme="light"] .tech-foundation-icon{background:#fff;border-color:#deded9;box-shadow:0 8px 20px rgba(20,22,27,.05)}
@media(max-width:1050px){.tech-stack-v158 article{min-height:214px}.tech-node-copy strong{min-height:auto}.tech-foundation-v158{grid-template-columns:52px 1fr auto}}
@media(max-width:700px){.home-page .tech-v158 .section-head{margin-bottom:25px}.tech-architecture-v158{border-radius:16px}.tech-stack-v158 article{padding:21px 18px}.tech-stack-v158 article:after{left:18px;right:18px}.tech-node-icon{margin-bottom:14px}.tech-node-copy strong{font-size:1rem}.tech-node-copy span{margin-top:8px}.tech-foundation-v158{grid-template-columns:46px 1fr;gap:14px;padding:19px 18px}.tech-foundation-v158 em{display:none}}

/* v1.60 — Why MKP premium architecture */
.home-page .why-v121 .principles-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 18px 52px rgba(15,23,42,.055);background:var(--surface)}
.home-page .why-v121 .principles-grid>div{position:relative;display:flex;flex-direction:column;min-height:292px;padding:30px 30px 28px;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 98%,var(--brand) 2%),var(--surface));transition:transform .28s ease,background .28s ease,box-shadow .28s ease}
.home-page .why-v121 .principles-grid>div:nth-child(3n){border-right:0}.home-page .why-v121 .principles-grid>div:nth-child(n+4){border-bottom:0}
.home-page .why-v121 .principles-grid>div:before{content:"";position:absolute;left:0;top:0;width:0;height:2px;background:var(--brand);transition:width .28s ease}
.home-page .why-v121 .principles-grid>div:hover{transform:translateY(-3px);z-index:2;background:color-mix(in srgb,var(--surface) 96%,var(--brand) 4%);box-shadow:0 20px 48px rgba(15,23,42,.09)}
.home-page .why-v121 .principles-grid>div:hover:before{width:100%}
.home-page .why-v121 .principles-grid .v137-icon{width:46px;height:46px;margin:0 0 30px;border-radius:12px;border:1px solid color-mix(in srgb,var(--brand) 22%,var(--line));background:color-mix(in srgb,var(--brand) 7%,var(--surface));display:grid;place-items:center;transition:transform .28s ease,border-color .28s ease,background .28s ease}
.home-page .why-v121 .principles-grid .v137-icon svg{width:21px;height:21px;fill:none;stroke:var(--brand);stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.home-page .why-v121 .principles-grid span{display:block;margin:0 0 15px;font-size:.66rem;line-height:1.2;letter-spacing:.115em;color:var(--brand);font-weight:800}
.home-page .why-v121 .principles-grid h3{margin:0 0 15px;max-width:18ch;font-size:clamp(1.32rem,1.65vw,1.8rem);line-height:1.12;letter-spacing:-.035em}
.home-page .why-v121 .principles-grid p{margin:auto 0 0;max-width:34ch;font-size:.94rem;line-height:1.65;color:var(--muted)}
.home-page .why-v121 .principles-grid>div:nth-child(1),.home-page .why-v121 .principles-grid>div:nth-child(6){background:linear-gradient(145deg,color-mix(in srgb,var(--brand) 5%,var(--surface)),var(--surface) 58%)}
[data-theme="dark"] .home-page .why-v121 .principles-grid{box-shadow:0 22px 60px rgba(0,0,0,.2)}
[data-theme="dark"] .home-page .why-v121 .principles-grid>div{background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.006))}
[data-theme="dark"] .home-page .why-v121 .principles-grid>div:hover{background:linear-gradient(180deg,rgba(224,0,26,.055),rgba(255,255,255,.012));box-shadow:0 22px 52px rgba(0,0,0,.26)}
[data-theme="dark"] .home-page .why-v121 .principles-grid>div:nth-child(1),[data-theme="dark"] .home-page .why-v121 .principles-grid>div:nth-child(6){background:linear-gradient(145deg,rgba(224,0,26,.045),rgba(255,255,255,.008) 62%)}
@media(max-width:980px){.home-page .why-v121 .principles-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .why-v121 .principles-grid>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:270px}.home-page .why-v121 .principles-grid>div:nth-child(3n){border-right:1px solid var(--line)}.home-page .why-v121 .principles-grid>div:nth-child(2n){border-right:0}.home-page .why-v121 .principles-grid>div:nth-child(n+4){border-bottom:1px solid var(--line)}.home-page .why-v121 .principles-grid>div:nth-child(n+5){border-bottom:0}}
@media(max-width:640px){.home-page .why-v121 .principles-grid{grid-template-columns:1fr}.home-page .why-v121 .principles-grid>div{min-height:auto;padding:25px 24px;border-right:0!important;border-bottom:1px solid var(--line)!important}.home-page .why-v121 .principles-grid>div:last-child{border-bottom:0!important}.home-page .why-v121 .principles-grid .v137-icon{margin-bottom:24px}.home-page .why-v121 .principles-grid p{margin-top:0}}

/* v1.61 — Enterprise Impact premium refinement */
.impact-v161 .section-head{margin-bottom:42px}
.impact-system-v161{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(420px,.88fr);gap:14px}
.impact-feature-v161,.impact-support-v161>article{position:relative;overflow:hidden;border:1px solid var(--line);background:var(--surface);border-radius:18px}
.impact-feature-v161{min-height:520px;padding:34px 36px;display:flex;flex-direction:column;background:linear-gradient(145deg,color-mix(in srgb,var(--brand) 3%,var(--surface)),var(--surface) 42%)}
.impact-feature-v161:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(180deg,var(--brand),transparent 78%)}
.impact-top-v161{display:flex;align-items:center;gap:12px;min-width:0}
.impact-index-v161{font-size:.7rem;font-weight:850;letter-spacing:.12em;color:var(--brand)}
.impact-kicker-v161{font-size:.68rem;font-weight:800;letter-spacing:.095em;text-transform:uppercase;color:var(--muted)}
.impact-feature-body-v161{display:grid;grid-template-columns:62px minmax(0,1fr);gap:22px;align-items:start;margin:auto 0 30px}
.impact-mark-v161{width:54px;height:54px;border-radius:15px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--brand) 24%,var(--line));background:color-mix(in srgb,var(--brand) 6%,var(--surface));color:var(--brand);flex:0 0 auto}
.impact-mark-v161 svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.impact-feature-v161 h3{font-size:clamp(3rem,4.8vw,5.2rem);letter-spacing:-.06em;line-height:.94;margin:0 0 18px;max-width:8ch}
.impact-feature-v161 p{max-width:640px;color:var(--muted);font-size:1rem;line-height:1.65;margin:0}
.impact-tags-v161{display:flex;flex-wrap:wrap;gap:8px;padding-top:22px;border-top:1px solid var(--line)}
.impact-tags-v161 i{font-style:normal;font-size:.67rem;font-weight:750;letter-spacing:.025em;padding:7px 9px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:color-mix(in srgb,var(--surface) 92%,transparent)}
.impact-signal-v161{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:18px;border-top:1px solid var(--line)}
.impact-signal-v161 span{padding:14px 10px 0 0;font-size:.67rem;text-transform:uppercase;letter-spacing:.08em;font-weight:750;color:var(--muted)}
.impact-signal-v161 span+span{padding-left:14px;border-left:1px solid var(--line)}
.impact-support-v161{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.impact-support-v161>article{min-height:250px;padding:26px;display:flex;flex-direction:column;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.impact-support-v161>article:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:var(--brand);transition:width .3s ease}
.impact-support-v161>article:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--brand) 22%,var(--line));box-shadow:0 20px 50px rgba(0,0,0,.06)}
.impact-support-v161>article:hover:after{width:100%}
.impact-small-head-v161{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;align-items:center;margin:auto 0 16px}
.impact-small-head-v161 .impact-mark-v161{width:44px;height:44px;border-radius:13px}
.impact-small-head-v161 .impact-mark-v161 svg{width:21px;height:21px}
.impact-small-head-v161 h3{font-size:clamp(1.65rem,2.1vw,2.45rem);letter-spacing:-.045em;line-height:1;margin:0}
.impact-support-v161 p{color:var(--muted);font-size:.91rem;line-height:1.58;margin:0}
.impact-support-v161 .impact-wide-v161{grid-column:1/3;min-height:230px}
.impact-wide-v161 .impact-small-head-v161{margin:auto 0 14px}
[data-theme="dark"] .impact-feature-v161,[data-theme="dark"] .impact-support-v161>article{background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.012));border-color:rgba(255,255,255,.095)}
[data-theme="dark"] .impact-mark-v161{background:rgba(231,29,43,.09);border-color:rgba(231,29,43,.24)}
[data-theme="dark"] .impact-support-v161>article:hover{box-shadow:0 22px 52px rgba(0,0,0,.22)}
@media(max-width:980px){.impact-system-v161{grid-template-columns:1fr}.impact-feature-v161{min-height:430px}.impact-support-v161>article{min-height:230px}}
@media(max-width:640px){.impact-v161 .section-head{margin-bottom:28px}.impact-feature-v161{min-height:auto;padding:26px 22px}.impact-feature-body-v161{grid-template-columns:48px 1fr;gap:14px;margin:46px 0 26px}.impact-feature-body-v161 .impact-mark-v161{width:44px;height:44px;border-radius:13px}.impact-feature-v161 h3{font-size:clamp(2.55rem,13vw,3.7rem)}.impact-signal-v161{grid-template-columns:1fr}.impact-signal-v161 span{padding:10px 0}.impact-signal-v161 span+span{padding-left:0;border-left:0;border-top:1px solid var(--line)}.impact-support-v161{grid-template-columns:1fr}.impact-support-v161>article,.impact-support-v161 .impact-wide-v161{grid-column:auto;min-height:220px;padding:22px}.impact-kicker-v161{line-height:1.35}}


/* v1.62 — Resources editorial premium refinement */
.resources-v162 .section-head{margin-bottom:40px}
.resource-editorial-v162{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:14px}
.resource-feature-v162,.resource-stack-v162>a{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:var(--surface);color:inherit;text-decoration:none;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}
.resource-feature-v162{min-height:440px;padding:32px 34px;display:flex;flex-direction:column;background:linear-gradient(145deg,color-mix(in srgb,var(--brand) 4%,var(--surface)),var(--surface) 52%)}
.resource-feature-v162:before{content:"";position:absolute;left:0;top:0;width:3px;height:100%;background:linear-gradient(180deg,var(--brand),transparent 78%)}
.resource-feature-meta-v162{display:flex;justify-content:space-between;gap:18px;align-items:center;font-size:.67rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}
.resource-feature-meta-v162>span{color:var(--brand)}
.resource-feature-meta-v162 i{font-style:normal;padding:6px 9px;border:1px solid var(--line);border-radius:999px;letter-spacing:.07em}
.resource-feature-copy-v162{display:grid;grid-template-columns:58px minmax(0,1fr);gap:20px;align-items:start;margin:auto 0 32px}
.resource-icon-v162{width:50px;height:50px;border-radius:14px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--brand) 22%,var(--line));background:color-mix(in srgb,var(--brand) 6%,var(--surface));color:var(--brand)}
.resource-icon-v162 svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.resource-feature-v162 h3{margin:0 0 16px;font-size:clamp(2.5rem,4.3vw,4.65rem);line-height:.96;letter-spacing:-.055em;max-width:9ch}
.resource-feature-v162 p{margin:0;max-width:570px;color:var(--muted);font-size:1rem;line-height:1.65}
.resource-link-v162{display:flex;justify-content:space-between;align-items:center;padding-top:19px;border-top:1px solid var(--line);font-size:.76rem;font-weight:800;letter-spacing:.025em}
.resource-link-v162 b,.resource-copy-v162 span b,.resource-footer-v162 b{color:var(--brand);font-size:1rem}
.resource-stack-v162{display:grid;grid-template-rows:1fr 1fr;gap:14px}
.resource-stack-v162>a{min-height:213px;padding:26px;display:grid;grid-template-columns:32px 46px minmax(0,1fr);gap:15px;align-items:start}
.resource-stack-v162>a:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--brand);transition:width .28s ease}
.resource-stack-v162>a:hover,.resource-feature-v162:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--brand) 23%,var(--line));box-shadow:0 20px 48px rgba(0,0,0,.065)}
.resource-stack-v162>a:hover:after{width:100%}
.resource-number-v162{font-size:.66rem;font-weight:850;letter-spacing:.1em;color:var(--brand);padding-top:4px}
.resource-stack-v162 .resource-icon-v162{width:42px;height:42px;border-radius:12px}
.resource-stack-v162 .resource-icon-v162 svg{width:20px;height:20px}
.resource-copy-v162 small{display:block;margin:1px 0 8px;font-size:.63rem;letter-spacing:.09em;text-transform:uppercase;font-weight:800;color:var(--muted)}
.resource-copy-v162 h3{margin:0 0 9px;font-size:clamp(1.28rem,1.7vw,1.72rem);line-height:1.08;letter-spacing:-.035em}
.resource-copy-v162 p{margin:0;color:var(--muted);font-size:.87rem;line-height:1.55}
.resource-copy-v162 span{display:block;margin-top:15px;font-size:.7rem;font-weight:800}
.resource-footer-v162{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:16px;padding:17px 2px 0;border-top:1px solid var(--line)}
.resource-footer-v162>span{font-size:.73rem;text-transform:uppercase;letter-spacing:.08em;font-weight:750;color:var(--muted)}
.resource-footer-v162>a{color:inherit;text-decoration:none;font-size:.78rem;font-weight:800}
[data-theme="dark"] .resource-feature-v162,[data-theme="dark"] .resource-stack-v162>a{background:linear-gradient(145deg,rgba(255,255,255,.024),rgba(255,255,255,.01));border-color:rgba(255,255,255,.095)}
[data-theme="dark"] .resource-feature-v162{background:linear-gradient(145deg,rgba(224,0,26,.045),rgba(255,255,255,.012) 50%)}
[data-theme="dark"] .resource-icon-v162{background:rgba(231,29,43,.085);border-color:rgba(231,29,43,.23)}
[data-theme="dark"] .resource-stack-v162>a:hover,[data-theme="dark"] .resource-feature-v162:hover{box-shadow:0 22px 52px rgba(0,0,0,.24)}
@media(max-width:980px){.resource-editorial-v162{grid-template-columns:1fr}.resource-feature-v162{min-height:390px}.resource-stack-v162{grid-template-columns:1fr 1fr;grid-template-rows:auto}.resource-stack-v162>a{min-height:230px;grid-template-columns:30px 44px minmax(0,1fr)}}
@media(max-width:700px){.resources-v162 .section-head{margin-bottom:28px}.resource-feature-v162{min-height:auto;padding:25px 22px}.resource-feature-copy-v162{grid-template-columns:46px 1fr;gap:14px;margin:48px 0 28px}.resource-feature-copy-v162 .resource-icon-v162{width:44px;height:44px;border-radius:12px}.resource-feature-v162 h3{font-size:clamp(2.35rem,12vw,3.5rem)}.resource-stack-v162{grid-template-columns:1fr}.resource-stack-v162>a{min-height:auto;padding:22px;grid-template-columns:28px 42px minmax(0,1fr)}.resource-footer-v162{align-items:flex-start;flex-direction:column;gap:10px}}

/* v1.65 — MKP Platforms portfolio refinement; compact, theme-aware, production hierarchy */
.platform-v165{position:relative;overflow:hidden;padding-top:clamp(88px,7vw,118px);padding-bottom:clamp(92px,7.5vw,124px)}
.platform-v165 .container{position:relative;z-index:1}.platform-v165-head{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.65fr);gap:clamp(54px,6vw,96px);align-items:end;margin-bottom:40px}.platform-v165-head .h2{max-width:12.5ch;font-size:clamp(3.15rem,4.55vw,5.15rem);line-height:.95;letter-spacing:-.058em;margin:18px 0 0}.platform-v165-head .h2 span{color:var(--muted)}.platform-v165-intro{padding-bottom:6px}.platform-v165-intro p{max-width:37ch;margin:0 0 22px;color:var(--muted);font-size:1.02rem;line-height:1.65}.platform-v165-intro a{display:inline-flex;gap:9px;align-items:center;color:var(--text);font-size:.78rem;font-weight:800;text-decoration:none}.platform-v165-intro a span{color:var(--brand);transition:transform .2s ease}.platform-v165-intro a:hover span{transform:translate(2px,-2px)}
.platform-v165-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);border:1px solid var(--line-strong);border-radius:24px;overflow:hidden;background:var(--surface);box-shadow:0 24px 64px rgba(20,23,29,.07)}.platform-v165-support{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-left:1px solid var(--line)}.platform-v165-card{position:relative;min-height:330px;padding:27px 28px 25px;display:flex;flex-direction:column;text-decoration:none;color:var(--text);background:var(--surface);transition:background .22s ease,transform .22s ease}.platform-v165-support .platform-v165-card:nth-child(odd){border-right:1px solid var(--line)}.platform-v165-support .platform-v165-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.platform-v165-card:after{content:"";position:absolute;left:0;top:0;width:3px;height:0;background:var(--brand);transition:height .22s ease}.platform-v165-card:hover{background:color-mix(in srgb,var(--brand) 2.2%,var(--surface))}.platform-v165-card:hover:after{height:100%}.platform-v165-feature{min-height:660px;padding:31px 36px 30px;background:linear-gradient(145deg,color-mix(in srgb,var(--brand) 2.2%,var(--surface)),var(--surface) 44%)}
.platform-v165-top{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-bottom:17px;border-bottom:1px solid var(--line)}.platform-v165-no{color:var(--brand);font-size:.69rem;font-weight:850;letter-spacing:.15em}.platform-v165-type{color:var(--muted);font-size:.62rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;text-align:right}.platform-v165-icon{width:46px;height:46px;margin-top:28px;border:1px solid color-mix(in srgb,var(--brand) 20%,var(--line));border-radius:13px;display:grid;place-items:center;color:var(--brand);background:color-mix(in srgb,var(--brand) 5%,var(--surface));font-size:1.2rem;font-weight:500}.platform-v165-feature .platform-v165-icon{width:54px;height:54px;margin-top:38px;border-radius:15px;font-size:1.4rem}.platform-v165-copy{margin-top:20px}.platform-v165-flag{display:block;margin-bottom:10px;color:var(--brand);font-size:.63rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.platform-v165-copy h3{margin:0 0 12px;color:var(--text);font-size:clamp(1.8rem,2.2vw,2.55rem);line-height:1;letter-spacing:-.045em}.platform-v165-feature .platform-v165-copy h3{font-size:clamp(3.25rem,4.5vw,5rem);margin-bottom:18px}.platform-v165-copy p{margin:0;color:var(--muted);font-size:.93rem;line-height:1.58;max-width:32ch}.platform-v165-feature .platform-v165-copy p{font-size:1.04rem;line-height:1.65;max-width:48ch}.platform-v165-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:auto;padding-top:24px}.platform-v165-tags span{padding:6px 9px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:color-mix(in srgb,var(--surface) 94%,var(--bg));font-size:.59rem;letter-spacing:.09em;text-transform:uppercase}.platform-v165-link{margin-top:18px;padding-top:16px;border-top:1px solid var(--line);font-size:.76rem;font-weight:850}.platform-v165-link b{margin-left:6px;color:var(--brand);font-size:.9rem;transition:margin-left .2s ease}.platform-v165-card:hover .platform-v165-link b{margin-left:10px}
.platform-v165-foundation{margin-top:16px;padding:25px 30px;border:1px solid var(--line-strong);border-radius:18px;display:grid;grid-template-columns:1.15fr .9fr auto;gap:36px;align-items:center;background:linear-gradient(105deg,var(--surface),color-mix(in srgb,var(--brand) 2.8%,var(--surface)))}.platform-v165-foundation>div:first-child span{display:block;margin-bottom:8px;color:var(--brand);font-size:.61rem;font-weight:850;letter-spacing:.15em}.platform-v165-foundation strong{display:block;color:var(--text);font-size:clamp(1.35rem,1.8vw,2rem);line-height:1.15;letter-spacing:-.035em}.platform-v165-foundation p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.55;max-width:43ch}.platform-v165-dna{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:.61rem;white-space:nowrap}.platform-v165-dna i{width:3px;height:3px;border-radius:50%;background:var(--brand)}
[data-theme="dark"] .platform-v165-grid{background:#111318;border-color:#30343c;box-shadow:0 28px 74px rgba(0,0,0,.27)}[data-theme="dark"] .platform-v165-card{background:#111318}[data-theme="dark"] .platform-v165-feature{background:linear-gradient(145deg,rgba(237,28,43,.065),#111318 35%,#111318)}[data-theme="dark"] .platform-v165-card:hover{background:#15181e}[data-theme="dark"] .platform-v165-support{border-color:#292d34}[data-theme="dark"] .platform-v165-top,[data-theme="dark"] .platform-v165-link{border-color:#292d34}[data-theme="dark"] .platform-v165-copy h3{color:#f3f4f5}[data-theme="dark"] .platform-v165-copy p,[data-theme="dark"] .platform-v165-type{color:#a7abb4}[data-theme="dark"] .platform-v165-tags span{background:#15181d;border-color:#30343c;color:#aeb2ba}[data-theme="dark"] .platform-v165-icon{background:rgba(237,28,43,.07);border-color:rgba(237,28,43,.24)}[data-theme="dark"] .platform-v165-foundation{background:linear-gradient(105deg,#111318,#151216);border-color:#30343c;box-shadow:0 20px 50px rgba(0,0,0,.18)}
@media(max-width:1080px){.platform-v165-head{grid-template-columns:1fr;gap:22px}.platform-v165-head .h2{max-width:14ch}.platform-v165-intro p{max-width:58ch}.platform-v165-grid{grid-template-columns:1fr}.platform-v165-feature{min-height:500px}.platform-v165-support{border-left:0;border-top:1px solid var(--line)}.platform-v165-foundation{grid-template-columns:1fr 1fr}.platform-v165-dna{grid-column:1/-1}}
@media(max-width:700px){.platform-v165{padding-top:72px;padding-bottom:76px}.platform-v165-head .h2{font-size:clamp(2.65rem,12vw,4rem)}.platform-v165-support{grid-template-columns:1fr}.platform-v165-support .platform-v165-card{border-right:0!important;border-bottom:1px solid var(--line)!important}.platform-v165-support .platform-v165-card:last-child{border-bottom:0!important}.platform-v165-feature,.platform-v165-card{min-height:360px;padding:25px 23px}.platform-v165-feature .platform-v165-copy h3{font-size:clamp(2.8rem,14vw,4rem)}.platform-v165-foundation{grid-template-columns:1fr;padding:24px;gap:17px}.platform-v165-dna{grid-column:auto;white-space:normal;flex-wrap:wrap}.platform-v165-type{max-width:20ch}}
@media(prefers-reduced-motion:reduce){.platform-v165-card,.platform-v165-card:after,.platform-v165-link b,.platform-v165-intro a span{transition:none!important}}

/* v1.66 — Global visual polish: rhythm, typography, theme parity and interaction consistency */
.home-page{--polish-section:clamp(92px,7.4vw,124px);--polish-section-sm:clamp(76px,6vw,100px)}
.home-page .section{padding-top:var(--polish-section);padding-bottom:var(--polish-section)}
.home-page .section-sm{padding-top:var(--polish-section-sm);padding-bottom:var(--polish-section-sm)}
.home-page .container{width:min(calc(100% - clamp(36px,5vw,64px)),var(--container))}
.home-page .section-head{margin-bottom:clamp(38px,4.2vw,56px)}
.home-page .section-head.split-head{column-gap:clamp(46px,6vw,84px)}
.home-page .section-head .h2,.home-page .split-head .h2{letter-spacing:-.047em}
.home-page .section-head.split-head>.lead{line-height:1.68;color:color-mix(in srgb,var(--muted) 94%,var(--text))}
.home-page .eyebrow{margin-bottom:15px;font-size:.7rem;letter-spacing:.165em;line-height:1.3}
.home-page .eyebrow:before{width:22px}
.home-page .section-transition{margin-top:clamp(26px,3vw,36px);padding-top:20px}
.home-page :is(.solution-architecture,.industry-editorial,.principles-grid,.case-grid,.resource-editorial-v162){border-color:var(--line)}
.home-page :is(.solution-group>a,.industry-editorial>a,.principles-grid>div,.case-grid>a,.resource-stack-v162>a){transition:background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.home-page :is(.solution-group>a,.industry-editorial>a,.case-grid>a,.resource-stack-v162>a):focus-visible{outline:2px solid var(--brand);outline-offset:-3px}
.home-page .btn{min-height:44px;align-items:center}
.home-page .btn-primary{box-shadow:0 9px 24px color-mix(in srgb,var(--brand) 16%,transparent)}
.home-page .btn-primary:hover{box-shadow:0 13px 30px color-mix(in srgb,var(--brand) 22%,transparent)}
[data-theme="light"] .home-page{background:#fbfbfa}
[data-theme="light"] .home-page :is(.solution-architecture,.industry-editorial,.principles-grid,.case-grid,.resource-feature-v162,.resource-stack-v162>a){box-shadow:0 1px 0 rgba(17,20,25,.015)}
[data-theme="light"] .home-page .section-transition{border-color:#deded9}
[data-theme="dark"] .home-page .section-head.split-head>.lead{color:#aeb2ba}
[data-theme="dark"] .home-page .eyebrow{color:#ff5c68}
[data-theme="dark"] .home-page .section-transition{border-color:rgba(255,255,255,.1)}
[data-theme="dark"] .home-page .btn-primary{box-shadow:0 10px 28px rgba(227,27,43,.16)}
@media(max-width:980px){.home-page{--polish-section:clamp(76px,9vw,96px);--polish-section-sm:clamp(68px,8vw,86px)}.home-page .section-head.split-head{row-gap:20px}.home-page .section-head.split-head>.lead{margin-left:0}}
@media(max-width:620px){.home-page{--polish-section:70px;--polish-section-sm:62px}.home-page .container{width:min(calc(100% - 36px),var(--container))}.home-page .section-head{margin-bottom:32px}.home-page .eyebrow{font-size:.66rem;letter-spacing:.145em}.home-page .section-transition{font-size:.82rem}}
@media(prefers-reduced-motion:reduce){.home-page :is(.solution-group>a,.industry-editorial>a,.principles-grid>div,.case-grid>a,.resource-stack-v162>a){transition:none!important}}

/* v1.67 — restore v1.64 platform icon language on locked v1.65 portfolio */
.home-page .platform-v165-icon.platform-v164-icon{display:grid;place-items:center;color:var(--accent,#b91820);font-size:0}
.home-page .platform-v165-icon.platform-v164-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.home-page .platform-v165-feature .platform-v165-icon.platform-v164-icon svg{width:28px;height:28px}
[data-theme="light"] .home-page .platform-v165-icon.platform-v164-icon{background:#fff5f5;border-color:#f0cfd2;box-shadow:0 8px 22px rgba(186,24,31,.055)}
[data-theme="dark"] .home-page .platform-v165-icon.platform-v164-icon{background:rgba(231,29,43,.10);border-color:rgba(238,65,76,.27);box-shadow:0 10px 28px rgba(0,0,0,.22),inset 0 0 22px rgba(231,29,43,.035)}
/* v1.68 — MKP Platforms Premium Architecture */
.home-page .platform-v168{position:relative;overflow:hidden;padding:clamp(88px,7.2vw,120px) 0;background:var(--bg)}
.platform-v168-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.62fr);gap:clamp(48px,7vw,108px);align-items:end;margin-bottom:44px}.platform-v168-head .h2{max-width:13ch;margin:16px 0 0;font-size:clamp(3.15rem,4.6vw,5.2rem);line-height:.96;letter-spacing:-.058em}.platform-v168-head .h2 span{color:var(--muted)}.platform-v168-intro{padding-bottom:5px}.platform-v168-intro p{max-width:39ch;margin:0 0 20px;color:var(--muted);font-size:1rem;line-height:1.65}.platform-v168-intro a{display:inline-flex;align-items:center;gap:9px;color:var(--text);font-size:.76rem;font-weight:850;text-decoration:none}.platform-v168-intro a span{color:var(--brand)}
.platform-v168-stage{border:1px solid var(--line-strong);border-radius:26px;overflow:hidden;background:var(--surface);box-shadow:0 28px 72px rgba(20,23,29,.07)}
.platform-v168-flagship{position:relative;display:grid;grid-template-columns:54px minmax(0,1.25fr) minmax(220px,.58fr);min-height:430px;color:var(--text);text-decoration:none;background:linear-gradient(120deg,color-mix(in srgb,var(--brand) 3%,var(--surface)),var(--surface) 42%);border-bottom:1px solid var(--line)}.platform-v168-rail{display:flex;flex-direction:column;align-items:center;padding:30px 0 25px;border-right:1px solid var(--line)}.platform-v168-rail span{color:var(--brand);font-size:.68rem;font-weight:900;letter-spacing:.14em}.platform-v168-rail i{width:1px;flex:1;margin:18px 0;background:linear-gradient(var(--brand),var(--line) 35%,var(--line))}.platform-v168-rail small{writing-mode:vertical-rl;transform:rotate(180deg);color:var(--muted);font-size:.54rem;font-weight:800;letter-spacing:.2em}.platform-v168-main{display:flex;flex-direction:column;padding:46px clamp(34px,4vw,64px) 38px}.platform-v168-kicker{display:flex;align-items:center;gap:14px;color:var(--muted);font-size:.66rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.platform-v168-icon.platform-v164-icon{width:43px;height:43px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--brand) 24%,var(--line));border-radius:12px;color:var(--brand);background:color-mix(in srgb,var(--brand) 5%,var(--surface));font-size:0;flex:0 0 auto}.platform-v168-icon.platform-v164-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.platform-v168-main h3{margin:34px 0 16px;font-size:clamp(3.8rem,6vw,6.6rem);line-height:.86;letter-spacing:-.07em}.platform-v168-main>p{max-width:57ch;margin:0;color:var(--muted);font-size:1.02rem;line-height:1.65}.platform-v168-cap{display:flex;flex-wrap:wrap;gap:8px;margin-top:27px}.platform-v168-cap span{padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.59rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.platform-v168-action{margin-top:auto;padding-top:27px;color:var(--text);font-size:.74rem;font-weight:850}.platform-v168-action b{margin-left:6px;color:var(--brand);transition:margin-left .2s ease}.platform-v168-flagship:hover .platform-v168-action b,.platform-v168-core-grid a:hover .platform-v168-action b,.platform-v168-labs:hover .platform-v168-action b{margin-left:11px}.platform-v168-signature{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;border-left:1px solid var(--line);background:linear-gradient(145deg,color-mix(in srgb,var(--brand) 4%,var(--surface)),var(--surface))}.platform-v168-signature>span{font-size:clamp(9rem,15vw,15rem);font-weight:900;line-height:1;color:color-mix(in srgb,var(--brand) 8%,transparent);letter-spacing:-.1em}.platform-v168-signature>div{position:absolute;width:58%;height:58%;display:grid;grid-template-columns:1fr 1fr;gap:8px;transform:rotate(45deg)}.platform-v168-signature i{border:1px solid color-mix(in srgb,var(--brand) 15%,var(--line));border-radius:4px}.platform-v168-signature small{position:absolute;right:24px;bottom:22px;color:var(--muted);font-size:.54rem;font-weight:850;line-height:1.45;letter-spacing:.18em;text-align:right}
.platform-v168-core{display:grid;grid-template-columns:210px 1fr}.platform-v168-core-label{padding:32px 28px;border-right:1px solid var(--line);background:color-mix(in srgb,var(--surface) 95%,var(--bg))}.platform-v168-core-label span{display:block;color:var(--brand);font-size:.6rem;font-weight:900;letter-spacing:.16em}.platform-v168-core-label small{display:block;margin-top:16px;color:var(--muted);font-size:.78rem;line-height:1.55}.platform-v168-core-grid{display:grid;grid-template-columns:repeat(3,1fr)}.platform-v168-core-grid>a{position:relative;min-height:310px;padding:28px 27px 25px;color:var(--text);text-decoration:none;background:var(--surface);border-right:1px solid var(--line);transition:background .2s ease}.platform-v168-core-grid>a:last-child{border-right:0}.platform-v168-core-grid>a:before{content:"";position:absolute;left:0;top:0;width:100%;height:2px;background:var(--brand);transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.platform-v168-core-grid>a:hover{background:color-mix(in srgb,var(--brand) 2%,var(--surface))}.platform-v168-core-grid>a:hover:before{transform:scaleX(1)}.platform-v168-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.platform-v168-card-top>span:first-child{color:var(--brand);font-size:.66rem;font-weight:900;letter-spacing:.14em}.platform-v168-card-top .platform-v168-icon{width:39px;height:39px;border-radius:11px}.platform-v168-card-top .platform-v168-icon svg{width:21px;height:21px}.platform-v168-core-grid>a>small{color:var(--muted);font-size:.56rem;font-weight:850;letter-spacing:.14em}.platform-v168-core-grid h3{margin:10px 0 12px;font-size:clamp(1.7rem,2vw,2.25rem);line-height:1;letter-spacing:-.045em}.platform-v168-core-grid p{margin:0;color:var(--muted);font-size:.86rem;line-height:1.58}.platform-v168-core-grid .platform-v168-action{padding-top:22px}
.platform-v168-labs{display:grid;grid-template-columns:1.15fr 1fr auto;gap:34px;align-items:center;padding:25px 29px;color:var(--text);text-decoration:none;border-top:1px solid var(--line);background:linear-gradient(90deg,color-mix(in srgb,var(--brand) 2.5%,var(--surface)),var(--surface))}.platform-v168-labs-id{display:flex;align-items:center;gap:17px}.platform-v168-labs-id small{display:block;margin-bottom:5px;color:var(--brand);font-size:.58rem;font-weight:900;letter-spacing:.15em}.platform-v168-labs-id strong{font-size:1.22rem;letter-spacing:-.025em}.platform-v168-labs>p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.55}.platform-v168-labs>.platform-v168-action{margin:0;padding:0;white-space:nowrap}
.platform-v168-foundation{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end;padding:26px 4px 0}.platform-v168-foundation small{display:block;margin-bottom:7px;color:var(--brand);font-size:.57rem;font-weight:900;letter-spacing:.16em}.platform-v168-foundation strong{font-size:clamp(1.25rem,1.7vw,1.8rem);letter-spacing:-.035em}.platform-v168-dna{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.platform-v168-dna span{padding:7px 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.57rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}
[data-theme="dark"] .platform-v168-stage{background:#111318;border-color:#30343c;box-shadow:0 30px 80px rgba(0,0,0,.28)}[data-theme="dark"] .platform-v168-flagship{background:linear-gradient(120deg,rgba(237,28,43,.055),#111318 38%)}[data-theme="dark"] .platform-v168-signature{background:linear-gradient(145deg,rgba(237,28,43,.06),#111318);border-color:#292d34}[data-theme="dark"] .platform-v168-signature>span{color:rgba(237,28,43,.065)}[data-theme="dark"] .platform-v168-core-label{background:#0e1014}[data-theme="dark"] .platform-v168-core-grid>a{background:#111318}[data-theme="dark"] .platform-v168-core-grid>a:hover{background:#15181e}[data-theme="dark"] .platform-v168-labs{background:linear-gradient(90deg,rgba(237,28,43,.045),#111318)}[data-theme="dark"] .platform-v168-icon.platform-v164-icon{background:rgba(231,29,43,.10);border-color:rgba(238,65,76,.27);box-shadow:0 10px 28px rgba(0,0,0,.2)}
@media(max-width:1050px){.platform-v168-head{grid-template-columns:1fr;gap:22px}.platform-v168-head .h2{max-width:14ch}.platform-v168-intro p{max-width:58ch}.platform-v168-flagship{grid-template-columns:48px 1fr 230px}.platform-v168-core{grid-template-columns:1fr}.platform-v168-core-label{border-right:0;border-bottom:1px solid var(--line)}.platform-v168-core-grid>a{min-height:290px}.platform-v168-labs{grid-template-columns:1fr 1fr}.platform-v168-labs>.platform-v168-action{grid-column:1/-1}}
@media(max-width:760px){.home-page .platform-v168{padding:74px 0}.platform-v168-head .h2{font-size:clamp(2.65rem,12vw,4rem)}.platform-v168-stage{border-radius:19px}.platform-v168-flagship{grid-template-columns:1fr;min-height:0}.platform-v168-rail{display:none}.platform-v168-main{padding:30px 24px 32px}.platform-v168-main h3{margin-top:30px;font-size:clamp(3.3rem,17vw,5rem)}.platform-v168-signature{display:none}.platform-v168-core-grid{grid-template-columns:1fr}.platform-v168-core-grid>a{min-height:265px;border-right:0;border-bottom:1px solid var(--line);padding:25px 24px}.platform-v168-core-grid>a:last-child{border-bottom:0}.platform-v168-labs{grid-template-columns:1fr;padding:25px 24px;gap:18px}.platform-v168-labs>.platform-v168-action{grid-column:auto}.platform-v168-foundation{grid-template-columns:1fr;gap:18px}.platform-v168-dna{justify-content:flex-start}}
@media(prefers-reduced-motion:reduce){.platform-v168-action b,.platform-v168-core-grid>a:before{transition:none!important}}

/* v1.69 — MKP Platforms production polish (structure preserved) */
.home-page .platform-v168{padding:clamp(82px,6.7vw,108px) 0}
.platform-v168-head{margin-bottom:38px;gap:clamp(44px,6vw,88px)}
.platform-v168-head .h2{font-size:clamp(3rem,4.25vw,4.85rem);line-height:.98;letter-spacing:-.052em}
.platform-v168-intro p{font-size:.97rem;line-height:1.7}.platform-v168-intro a{padding-bottom:4px;border-bottom:1px solid color-mix(in srgb,var(--brand) 34%,var(--line));transition:border-color .2s ease,color .2s ease}.platform-v168-intro a:hover{border-color:var(--brand)}
.platform-v168-stage{border-radius:22px;box-shadow:0 24px 64px rgba(20,23,29,.06)}
.platform-v168-flagship{grid-template-columns:50px minmax(0,1.34fr) minmax(205px,.50fr);min-height:390px}
.platform-v168-rail{padding:28px 0 23px}.platform-v168-main{padding:40px clamp(32px,3.7vw,56px) 34px}.platform-v168-kicker{gap:13px;letter-spacing:.105em}.platform-v168-icon.platform-v164-icon{width:41px;height:41px;border-radius:11px}.platform-v168-icon.platform-v164-icon svg{width:22px;height:22px;stroke-width:1.55}
.platform-v168-main h3{margin:28px 0 14px;font-size:clamp(3.55rem,5.35vw,5.8rem);line-height:.9;letter-spacing:-.064em}.platform-v168-main>p{max-width:55ch;font-size:.98rem;line-height:1.68}
.platform-v168-cap{gap:0;margin-top:24px}.platform-v168-cap span{position:relative;padding:0 13px 0 0;margin-right:13px;border:0;border-radius:0;font-size:.58rem;letter-spacing:.075em}.platform-v168-cap span:not(:last-child):after{content:"";position:absolute;right:0;top:50%;width:2px;height:2px;border-radius:50%;background:color-mix(in srgb,var(--text) 28%,transparent)}
.platform-v168-action{padding-top:24px;font-size:.72rem;letter-spacing:.005em}.platform-v168-signature>span{font-size:clamp(8rem,13vw,13rem)}.platform-v168-signature>div{width:52%;height:52%;gap:7px}.platform-v168-signature small{right:21px;bottom:19px;letter-spacing:.16em}
.platform-v168-core{grid-template-columns:190px 1fr}.platform-v168-core-label{padding:29px 25px}.platform-v168-core-label span{font-size:.58rem}.platform-v168-core-label small{margin-top:13px;font-size:.75rem;line-height:1.58}
.platform-v168-core-grid>a{min-height:286px;padding:25px 25px 23px}.platform-v168-card-top{margin-bottom:25px}.platform-v168-card-top .platform-v168-icon{width:38px;height:38px}.platform-v168-core-grid>a>small{font-size:.54rem;letter-spacing:.13em}.platform-v168-core-grid h3{margin:9px 0 11px;font-size:clamp(1.62rem,1.8vw,2.05rem);line-height:1.04}.platform-v168-core-grid p{font-size:.83rem;line-height:1.62}.platform-v168-core-grid .platform-v168-action{padding-top:19px}
.platform-v168-labs{grid-template-columns:1.1fr 1fr auto;gap:30px;padding:23px 26px}.platform-v168-labs-id{gap:15px}.platform-v168-labs-id .platform-v168-icon{width:39px;height:39px}.platform-v168-labs-id strong{font-size:1.16rem}.platform-v168-labs>p{font-size:.81rem;line-height:1.58}
.platform-v168-foundation{padding-top:23px;align-items:center}.platform-v168-foundation strong{font-size:clamp(1.2rem,1.55vw,1.62rem)}.platform-v168-dna{gap:0}.platform-v168-dna span{position:relative;padding:0 12px 0 0;margin-right:12px;border:0;border-radius:0;font-size:.56rem}.platform-v168-dna span:not(:last-child):after{content:"";position:absolute;right:0;top:50%;width:2px;height:2px;border-radius:50%;background:color-mix(in srgb,var(--text) 28%,transparent)}
[data-theme="light"] .platform-v168-stage{border-color:#dedfe3;background:#fff;box-shadow:0 22px 58px rgba(25,28,34,.055)}[data-theme="light"] .platform-v168-flagship{background:linear-gradient(120deg,rgba(237,28,43,.025),#fff 39%)}[data-theme="light"] .platform-v168-core-label{background:#f8f8f9}[data-theme="light"] .platform-v168-core-grid>a{background:#fff}[data-theme="light"] .platform-v168-core-grid>a:hover{background:#fcfcfd}[data-theme="light"] .platform-v168-labs{background:linear-gradient(90deg,rgba(237,28,43,.022),#fff 48%)}
[data-theme="dark"] .platform-v168-stage{background:#101216;border-color:#292d34;box-shadow:0 26px 68px rgba(0,0,0,.24)}[data-theme="dark"] .platform-v168-flagship{background:linear-gradient(120deg,rgba(237,28,43,.045),#101216 40%)}[data-theme="dark"] .platform-v168-core-label{background:#0c0e12}[data-theme="dark"] .platform-v168-core-grid>a{background:#101216}[data-theme="dark"] .platform-v168-core-grid>a:hover{background:#14171c}[data-theme="dark"] .platform-v168-labs{background:linear-gradient(90deg,rgba(237,28,43,.035),#101216 50%)}[data-theme="dark"] .platform-v168-icon.platform-v164-icon{background:rgba(231,29,43,.075);border-color:rgba(238,65,76,.23);box-shadow:none}
@media(max-width:1050px){.platform-v168-flagship{grid-template-columns:46px 1fr 215px}.platform-v168-core{grid-template-columns:1fr}.platform-v168-labs{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.home-page .platform-v168{padding:68px 0}.platform-v168-head{margin-bottom:30px}.platform-v168-main{padding:28px 23px 29px}.platform-v168-main h3{margin-top:27px}.platform-v168-cap{row-gap:8px}.platform-v168-core-grid>a{min-height:248px;padding:23px}.platform-v168-labs{padding:23px;gap:17px}.platform-v168-foundation{padding-top:20px}.platform-v168-dna{row-gap:8px}}

/* v1.70 — Mobile Hero responsive fix; desktop/tablet architecture preserved */
@media (max-width:700px){
  .home-page .hero-v117{padding:42px 0 28px;overflow:hidden}
  .home-page .hero-v117 .hero-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:34px;align-items:start}
  .home-page .hero-v117 .hero-copy{display:block;order:1;width:100%;max-width:none;padding:0}
  .home-page .hero-v117 .hero-kicker{margin:0 0 20px;gap:8px;font-size:.61rem;letter-spacing:.105em}
  .home-page .hero-v117 .hero-kicker span:last-child{display:none}
  .home-page .hero-v117 .display{font-size:clamp(2.7rem,12.2vw,3.75rem);line-height:.96;letter-spacing:-.052em;max-width:10.8ch;margin:0}
  .home-page .hero-v117 .display br{display:none}
  .home-page .hero-v117 .display .accent{display:inline}
  .home-page .hero-v117 .display .accent:after{height:2px;bottom:-5px;width:64%}
  .home-page .hero-v117 .lead{max-width:36rem;margin:24px 0 0;font-size:.94rem;line-height:1.62}
  .home-page .hero-v117 .hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:24px}
  .home-page .hero-v117 .hero-actions .btn{width:100%;justify-content:center}
  .home-page .hero-v117 .hero-proof{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:25px}
  .home-page .hero-v117 .hero-proof span,.home-page .hero-v117 .hero-proof span:nth-child(2),.home-page .hero-v117 .hero-proof span:last-child{padding:11px 8px 0!important;border-right:1px solid var(--line);border-bottom:0;font-size:.58rem;line-height:1.35}
  .home-page .hero-v117 .hero-proof span:first-child{padding-left:0!important}.home-page .hero-v117 .hero-proof span:last-child{border-right:0;padding-right:0!important}
  .home-page .hero-v117 .hero-proof b{display:block;margin:0 0 4px;font-size:.54rem}

  .home-page .ecosystem-v117{order:2;width:100%;max-width:none;height:auto;min-height:0;margin:0;border-radius:20px;overflow:hidden}
  .home-page .ecosystem-v117:before{inset:58px 10px 46px;border-radius:16px;background-size:auto,42px 42px,42px 42px;opacity:.7}
  .home-page .ecosystem-v117:after{inset:58px 10px 46px;border-radius:16px}
  .home-page .eco-top{height:56px;margin:0 14px;font-size:.55rem;letter-spacing:.13em}
  .home-page .eco-top small{display:none}
  .home-page .eco-stage{position:relative;inset:auto;margin:18px 13px 16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:stretch}
  .home-page .eco-orbit,.home-page .eco-line,.home-page .eco-signal{display:none}
  .home-page .eco-core{position:relative;left:auto;top:auto;translate:none;grid-column:1/-1;width:126px;height:126px;margin:2px auto 10px;box-shadow:0 14px 34px rgba(16,19,25,.10),0 0 0 10px color-mix(in srgb,var(--brand) 3.5%,transparent)}
  .home-page .eco-logo{width:57px;height:45px;margin-bottom:8px;border-radius:12px}.home-page .eco-logo img{width:46px}
  .home-page .eco-core strong{font-size:.57rem;letter-spacing:.17em}.home-page .eco-core small{font-size:.49rem;line-height:1.35}
  .home-page .eco-node,.home-page .eco-node.n1,.home-page .eco-node.n2,.home-page .eco-node.n3,.home-page .eco-node.n4,.home-page .eco-node.n5,.home-page .eco-node.n6,.home-page .eco-node.n7,.home-page .eco-node.n8,.home-page .eco-node.n9{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;translate:none!important;transform:none!important;width:auto!important;height:auto!important;min-height:76px!important;max-height:none!important;padding:9px 5px!important;border-radius:13px}
  .home-page .eco-node:hover{transform:none!important}
  .home-page .eco-node i{width:22px;height:22px;margin-bottom:5px;border-radius:7px;font-size:.45rem}.home-page .eco-node b{font-size:.58rem;line-height:1.1}.home-page .eco-node small{font-size:.4rem;line-height:1.2}
  .home-page .eco-foot{position:relative;left:auto;right:auto;bottom:auto;height:auto;min-height:46px;margin:0 13px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}
  .home-page .eco-foot span{padding:10px 3px;font-size:.43rem;line-height:1.35}
}
@media (max-width:390px){
  .home-page .hero-v117 .display{font-size:clamp(2.5rem,12.4vw,3.15rem)}
  .home-page .hero-v117 .hero-proof{grid-template-columns:1fr}.home-page .hero-v117 .hero-proof span,.home-page .hero-v117 .hero-proof span:nth-child(2),.home-page .hero-v117 .hero-proof span:last-child{padding:9px 0!important;border-right:0;border-bottom:1px solid var(--line)}.home-page .hero-v117 .hero-proof span:last-child{border-bottom:0}
  .home-page .eco-stage{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .eco-core{grid-column:1/-1}.home-page .eco-foot{grid-template-columns:1fr}.home-page .eco-foot span{padding:6px 2px}.home-page .eco-foot span+span{border-top:1px solid var(--line)}
}

/* v1.73 — Hero Pillar Production Fix: preserve approved icon fit */
.hero-proof-v151 .proof-icon{padding:0}


/* ============================================================
   v1.76 - Interactive Platform Showcase
   Master-detail platform experience. Hero and proof pillars remain untouched.
   ============================================================ */
.home-page .platform-v176{padding:clamp(84px,7vw,118px) 0;background:var(--bg)}
.platform-v176-head{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(300px,.72fr);gap:clamp(42px,7vw,104px);align-items:end;margin-bottom:42px}
.platform-v176-head .h2{max-width:13ch;font-size:clamp(3rem,4.35vw,4.9rem);line-height:.98;letter-spacing:-.055em;margin-top:12px}
.platform-v176-head .h2 span{color:var(--muted)}
.platform-v176-intro{display:grid;gap:18px;align-content:end;padding-bottom:4px}.platform-v176-intro p{margin:0;max-width:48ch;color:var(--muted);font-size:.98rem;line-height:1.72}.platform-v176-intro a{width:max-content;color:var(--text);font-weight:780;font-size:.76rem;text-decoration:none;border-bottom:1px solid color-mix(in srgb,var(--brand) 34%,var(--line));padding-bottom:4px}.platform-v176-intro a span{color:var(--brand);margin-left:5px}
.platform-v176-shell{display:grid;grid-template-columns:minmax(250px,300px) minmax(0,1fr);border:1px solid var(--line);border-radius:24px;overflow:hidden;background:var(--surface);box-shadow:0 24px 64px rgba(20,23,29,.055)}
.platform-v176-selector{background:color-mix(in srgb,var(--surface) 96%,var(--text) 4%);border-right:1px solid var(--line);min-width:0}
.platform-v176-selector-label{padding:24px 24px 18px;border-bottom:1px solid var(--line);display:grid;gap:6px}.platform-v176-selector-label span{font-size:.58rem;font-weight:850;letter-spacing:.15em;color:var(--text)}.platform-v176-selector-label small{font-size:.72rem;color:var(--muted)}
.platform-v176-tabs{display:grid}.platform-v176-tab{appearance:none;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text);display:grid;grid-template-columns:30px 42px 1fr 18px;align-items:center;gap:12px;text-align:left;padding:18px 18px 18px 20px;cursor:pointer;position:relative;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.platform-v176-tab:last-child{border-bottom:0}.platform-v176-tab:before{content:"";position:absolute;left:0;top:14px;bottom:14px;width:3px;border-radius:0 4px 4px 0;background:var(--brand);transform:scaleY(0);transform-origin:center;transition:transform .2s ease}.platform-v176-tab:hover{background:color-mix(in srgb,var(--surface) 88%,var(--brand) 12%)}.platform-v176-tab.is-active{background:var(--surface)}.platform-v176-tab.is-active:before{transform:scaleY(1)}
.platform-v176-no{font-size:.59rem;font-weight:850;letter-spacing:.08em;color:var(--muted)}.platform-v176-tab.is-active .platform-v176-no{color:var(--brand)}
.platform-v176-tab-icon{width:42px;height:42px;border:1px solid color-mix(in srgb,var(--brand) 22%,var(--line));border-radius:12px;display:grid;place-items:center;background:color-mix(in srgb,var(--brand) 5%,var(--surface));color:var(--brand)}.platform-v176-tab-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.platform-v176-tab-copy{display:grid;gap:4px;min-width:0}.platform-v176-tab-copy strong{font-size:.98rem;line-height:1.05;letter-spacing:-.015em}.platform-v176-tab-copy small{font-size:.63rem;color:var(--muted);line-height:1.3}.platform-v176-tab>i{font-style:normal;color:var(--muted);font-size:.9rem;transition:transform .2s ease,color .2s ease}.platform-v176-tab.is-active>i{color:var(--brand);transform:translateX(2px)}
.platform-v176-detail{min-width:0;position:relative}.platform-v176-panel{padding:clamp(34px,4vw,58px);min-height:500px;display:grid;grid-template-rows:auto 1fr auto;gap:32px}.platform-v176-panel[hidden]{display:none}.platform-v176-panel.is-active{animation:platformV176In .32s ease both}
@keyframes platformV176In{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.platform-v176-panel-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:start}.platform-v176-category{display:block;color:var(--brand);font-size:.58rem;font-weight:850;letter-spacing:.145em;margin-bottom:17px}.platform-v176-panel-head h3{margin:0 0 16px;font-size:clamp(3.1rem,5vw,5.7rem);line-height:.88;letter-spacing:-.065em}.platform-v176-panel-head p{margin:0;max-width:66ch;color:var(--muted);font-size:.98rem;line-height:1.7}.platform-v176-status{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:8px 11px;color:var(--muted);font-size:.58rem;font-weight:780;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.platform-v176-status i{width:7px;height:7px;border-radius:50%;background:#24a76a;box-shadow:0 0 0 3px rgba(36,167,106,.10)}.platform-v176-status.is-future i{background:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 12%,transparent)}
.platform-v176-journey{align-self:center;display:grid;grid-template-columns:1fr 26px 1fr 26px 1fr 26px 1fr;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0}.platform-v176-journey>div{min-width:0;padding:0 14px}.platform-v176-journey>div:first-child{padding-left:0}.platform-v176-journey>div:last-child{padding-right:0}.platform-v176-journey span{display:block;font-size:.56rem;font-weight:850;color:var(--brand);letter-spacing:.08em;margin-bottom:12px}.platform-v176-journey b{display:block;font-size:1.05rem;letter-spacing:-.02em;margin-bottom:5px}.platform-v176-journey small{display:block;color:var(--muted);font-size:.67rem;line-height:1.35}.platform-v176-journey>i{font-style:normal;text-align:center;color:color-mix(in srgb,var(--text) 26%,transparent);font-size:.85rem}
.platform-v176-panel-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}.platform-v176-capabilities{display:flex;flex-wrap:wrap;gap:0}.platform-v176-capabilities span{position:relative;color:var(--muted);font-size:.61rem;font-weight:730;letter-spacing:.055em;text-transform:uppercase;padding-right:14px;margin-right:14px}.platform-v176-capabilities span:not(:last-child):after{content:"";position:absolute;right:0;top:50%;width:2px;height:2px;border-radius:50%;background:color-mix(in srgb,var(--text) 30%,transparent)}.platform-v176-panel-foot>a{flex:0 0 auto;color:var(--text);font-size:.75rem;font-weight:820;text-decoration:none;padding-bottom:4px;border-bottom:1px solid color-mix(in srgb,var(--brand) 38%,var(--line))}.platform-v176-panel-foot>a b{color:var(--brand);margin-left:5px}.platform-v176-panel-foot>a:hover{border-color:var(--brand)}
.platform-v176-foundation{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:28px;align-items:center;margin-top:24px;padding:22px 26px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--surface) 98%,var(--text) 2%)}.platform-v176-foundation small{display:block;color:var(--brand);font-size:.56rem;font-weight:850;letter-spacing:.135em;margin-bottom:7px}.platform-v176-foundation strong{display:block;font-size:clamp(1.18rem,1.5vw,1.55rem);letter-spacing:-.025em}.platform-v176-dna{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:0}.platform-v176-dna span{position:relative;color:var(--muted);font-size:.59rem;font-weight:760;text-transform:uppercase;letter-spacing:.07em;padding-right:13px;margin-right:13px}.platform-v176-dna span:not(:last-child):after{content:"";position:absolute;right:0;top:50%;width:2px;height:2px;border-radius:50%;background:color-mix(in srgb,var(--text) 30%,transparent)}
[data-theme="light"] .platform-v176-shell{background:#fff;border-color:#dedfe3;box-shadow:0 24px 60px rgba(25,28,34,.055)}[data-theme="light"] .platform-v176-selector{background:#f7f7f8}[data-theme="light"] .platform-v176-tab.is-active{background:#fff}[data-theme="light"] .platform-v176-tab:hover{background:#fff}[data-theme="light"] .platform-v176-tab-icon{background:#fff5f6;border-color:#f1d5d9}[data-theme="light"] .platform-v176-foundation{background:#fafafb;border-color:#e2e3e6}
[data-theme="dark"] .platform-v176-shell{background:#101216;border-color:#2a2e35;box-shadow:0 28px 70px rgba(0,0,0,.26)}[data-theme="dark"] .platform-v176-selector{background:#0c0e12;border-color:#272b31}[data-theme="dark"] .platform-v176-tab{border-color:#252930}[data-theme="dark"] .platform-v176-tab.is-active{background:#13161b}[data-theme="dark"] .platform-v176-tab:hover{background:#15181e}[data-theme="dark"] .platform-v176-tab-icon{background:rgba(237,28,43,.075);border-color:rgba(238,65,76,.23)}[data-theme="dark"] .platform-v176-status{border-color:#2a2e35}[data-theme="dark"] .platform-v176-foundation{background:#0e1014;border-color:#292d34}
.platform-v176-tab:focus-visible,.platform-v176-panel-foot>a:focus-visible{outline:2px solid var(--brand);outline-offset:3px}
@media(max-width:980px){.platform-v176-head{grid-template-columns:1fr;gap:20px}.platform-v176-head .h2{max-width:14ch}.platform-v176-intro p{max-width:58ch}.platform-v176-shell{grid-template-columns:220px minmax(0,1fr)}.platform-v176-tab{grid-template-columns:26px 38px 1fr;padding-left:14px;padding-right:12px}.platform-v176-tab>i{display:none}.platform-v176-tab-icon{width:38px;height:38px}.platform-v176-panel-head{grid-template-columns:1fr}.platform-v176-status{width:max-content}.platform-v176-journey{grid-template-columns:1fr 18px 1fr 18px 1fr 18px 1fr}.platform-v176-journey>div{padding:0 8px}}
@media(max-width:760px){.home-page .platform-v176{padding:70px 0}.platform-v176-head{margin-bottom:28px}.platform-v176-head .h2{font-size:clamp(2.55rem,11.5vw,3.8rem);max-width:none}.platform-v176-shell{display:block;border-radius:20px;overflow:hidden}.platform-v176-selector{border-right:0;border-bottom:1px solid var(--line)}.platform-v176-selector-label{padding:18px 18px 12px}.platform-v176-tabs{display:flex;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;padding:0 10px 10px;gap:8px}.platform-v176-tabs::-webkit-scrollbar{display:none}.platform-v176-tab{min-width:170px;scroll-snap-align:start;border:1px solid var(--line)!important;border-radius:14px!important;grid-template-columns:28px 1fr 14px;padding:12px 12px;background:var(--surface)}.platform-v176-tab:before{left:10px;right:10px;top:auto;bottom:-1px;width:auto;height:3px;transform:scaleX(0)}.platform-v176-tab.is-active:before{transform:scaleX(1)}.platform-v176-tab-icon{display:none}.platform-v176-tab-copy strong{font-size:.88rem}.platform-v176-tab-copy small{font-size:.58rem}.platform-v176-tab>i{display:block}.platform-v176-panel{min-height:0;padding:28px 21px 25px;gap:26px}.platform-v176-panel-head h3{font-size:clamp(2.9rem,15vw,4.5rem)}.platform-v176-panel-head p{font-size:.91rem}.platform-v176-journey{grid-template-columns:1fr 1fr;gap:0;border:0;padding:0;background:color-mix(in srgb,var(--surface) 96%,var(--text) 4%);border:1px solid var(--line);border-radius:16px;overflow:hidden}.platform-v176-journey>div{padding:18px 16px!important;border-bottom:1px solid var(--line)}.platform-v176-journey>div:nth-of-type(odd){border-right:1px solid var(--line)}.platform-v176-journey>div:nth-of-type(3),.platform-v176-journey>div:nth-of-type(4){border-bottom:0}.platform-v176-journey>i{display:none}.platform-v176-panel-foot{display:grid;gap:20px;align-items:start}.platform-v176-panel-foot>a{width:max-content}.platform-v176-capabilities{row-gap:8px}.platform-v176-foundation{grid-template-columns:1fr;gap:16px;padding:20px}.platform-v176-dna{justify-content:flex-start;row-gap:8px}}
@media(max-width:390px){.platform-v176-tab{min-width:156px}.platform-v176-panel{padding-left:18px;padding-right:18px}.platform-v176-journey b{font-size:.98rem}.platform-v176-journey small{font-size:.63rem}}
@media(prefers-reduced-motion:reduce){.platform-v176-panel.is-active{animation:none}.platform-v176-tab,.platform-v176-tab:before,.platform-v176-tab>i{transition:none!important}}

/* v1.77 — Interactive Platforms Light Theme Polish */
[data-theme="light"] .home-page .platform-v176{
  background:linear-gradient(180deg,#ffffff 0%,#fbfbfc 58%,#ffffff 100%);
}
[data-theme="light"] .platform-v176-head .h2{color:#15171b}
[data-theme="light"] .platform-v176-head .h2 span{color:#686d76}
[data-theme="light"] .platform-v176-intro p{color:#626771}
[data-theme="light"] .platform-v176-intro a{color:#1c1f24;border-color:#d7a8ae}
[data-theme="light"] .platform-v176-shell{
  background:#ffffff;
  border-color:#d8dbe1;
  box-shadow:0 28px 72px rgba(21,24,30,.075),0 1px 0 rgba(255,255,255,.9) inset;
}
[data-theme="light"] .platform-v176-selector{background:#f4f5f7;border-color:#dfe1e6}
[data-theme="light"] .platform-v176-selector-label{border-color:#dfe1e6}
[data-theme="light"] .platform-v176-selector-label span{color:#22252b}
[data-theme="light"] .platform-v176-selector-label small{color:#737983}
[data-theme="light"] .platform-v176-tab{color:#202329;border-color:#dfe1e6}
[data-theme="light"] .platform-v176-tab:hover{background:#fafafb}
[data-theme="light"] .platform-v176-tab.is-active{
  background:#ffffff;
  box-shadow:0 8px 22px rgba(22,25,31,.055);
}
[data-theme="light"] .platform-v176-no{color:#8b9098}
[data-theme="light"] .platform-v176-tab-copy strong{color:#202329}
[data-theme="light"] .platform-v176-tab-copy small{color:#707680}
[data-theme="light"] .platform-v176-tab-icon{
  color:#c71929;
  background:#fff7f8;
  border-color:#ebc9ce;
  box-shadow:0 1px 0 rgba(255,255,255,.9) inset;
}
[data-theme="light"] .platform-v176-tab>i{color:#8b9098}
[data-theme="light"] .platform-v176-detail{background:#ffffff}
[data-theme="light"] .platform-v176-category{color:#c71929}
[data-theme="light"] .platform-v176-panel-head h3{color:#16181c}
[data-theme="light"] .platform-v176-panel-head p{color:#626873}
[data-theme="light"] .platform-v176-status{color:#626873;background:#fbfbfc;border-color:#dfe1e6}
[data-theme="light"] .platform-v176-journey{border-color:#dfe1e6}
[data-theme="light"] .platform-v176-journey span{color:#c71929}
[data-theme="light"] .platform-v176-journey b{color:#24272d}
[data-theme="light"] .platform-v176-journey small{color:#737983}
[data-theme="light"] .platform-v176-journey>i{color:#a4a8af}
[data-theme="light"] .platform-v176-capabilities span{color:#656b75}
[data-theme="light"] .platform-v176-capabilities span:not(:last-child):after,
[data-theme="light"] .platform-v176-dna span:not(:last-child):after{background:#aeb2b9}
[data-theme="light"] .platform-v176-panel-foot>a{color:#25282e;border-color:#d7a8ae}
[data-theme="light"] .platform-v176-panel-foot>a:hover{color:#111318;border-color:#c71929}
[data-theme="light"] .platform-v176-foundation{
  background:linear-gradient(135deg,#fafafb 0%,#f5f6f8 100%);
  border-color:#dcdfe4;
  box-shadow:0 12px 30px rgba(24,27,33,.035);
}
[data-theme="light"] .platform-v176-foundation small{color:#c71929}
[data-theme="light"] .platform-v176-foundation strong{color:#22252b}
[data-theme="light"] .platform-v176-dna span{color:#666c76}
@media(max-width:760px){
  [data-theme="light"] .platform-v176-tabs{background:#f4f5f7}
  [data-theme="light"] .platform-v176-tab{background:#ffffff;border-color:#daddE3!important;box-shadow:0 5px 16px rgba(22,25,31,.035)}
  [data-theme="light"] .platform-v176-tab.is-active{border-color:#e5b6bc!important;box-shadow:0 8px 22px rgba(22,25,31,.07)}
  [data-theme="light"] .platform-v176-journey{background:#f8f9fa;border-color:#dfe1e6}
  [data-theme="light"] .platform-v176-journey>div{border-color:#dfe1e6}
}

/* v1.78 Industries Premium Experience */
.industries-v178{border-top:1px solid var(--line);overflow:hidden}.industry-intro-v178{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.65fr);gap:64px;align-items:end;margin-bottom:42px}.industry-intro-v178 .h2{max-width:14ch;font-size:clamp(2.9rem,4.5vw,5.2rem);line-height:.96;letter-spacing:-.055em}.industry-intro-v178 .lead{max-width:39ch;margin:0 0 8px}.industry-experience-v178{display:grid;grid-template-columns:330px minmax(0,1fr);border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--surface)}.industry-nav-v178{border-right:1px solid var(--line);background:color-mix(in srgb,var(--surface-2) 68%,transparent)}.industry-tab-v178{width:100%;display:grid;grid-template-columns:28px 44px 1fr;grid-template-rows:auto auto;column-gap:14px;text-align:left;padding:21px 22px;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--text);cursor:pointer;transition:.22s ease}.industry-tab-v178:last-child{border-bottom:0}.industry-tab-v178>span{grid-row:1/3;font-size:.65rem;letter-spacing:.1em;color:var(--muted);padding-top:5px}.industry-tab-v178 .v137-icon{grid-row:1/3;width:40px;height:40px;margin:0;padding:0;border-radius:10px}.industry-tab-v178 b{font-size:1rem;line-height:1.2}.industry-tab-v178 small{font-size:.76rem;color:var(--muted);margin-top:4px}.industry-tab-v178:hover{background:var(--surface-2)}.industry-tab-v178.is-active{background:var(--surface);box-shadow:inset 3px 0 0 var(--brand)}.industry-tab-v178.is-active>span,.industry-tab-v178.is-active small{color:color-mix(in srgb,var(--brand) 72%,var(--text))}.industry-stage-v178{min-height:430px}.industry-panel-v178{height:100%;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);animation:industryReveal .28s ease}.industry-panel-v178[hidden]{display:none}.industry-story-v178{padding:46px 46px 42px;display:flex;flex-direction:column;justify-content:center}.industry-kicker-v178,.industry-context-v178>span{font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--brand)}.industry-story-v178 h3{font-size:clamp(2.2rem,3.2vw,3.8rem);line-height:.98;letter-spacing:-.05em;max-width:12ch;margin:18px 0}.industry-story-v178 p{max-width:54ch;color:var(--muted);line-height:1.65}.industry-story-v178 a{margin-top:24px;font-weight:800;display:inline-flex;gap:10px;align-items:center}.industry-story-v178 a span{color:var(--brand)}.industry-context-v178{padding:34px;border-left:1px solid var(--line);background:linear-gradient(180deg,color-mix(in srgb,var(--surface-2) 72%,transparent),transparent);display:flex;flex-direction:column;justify-content:center}.industry-context-v178>div{padding:17px 0;border-bottom:1px solid var(--line)}.industry-context-v178>div:last-child{border-bottom:0}.industry-context-v178 b,.industry-context-v178 small{display:block}.industry-context-v178 b{font-size:.94rem}.industry-context-v178 small{color:var(--muted);font-size:.78rem;margin-top:5px}.industry-expanding-v178{display:grid;grid-template-columns:180px 1fr auto;gap:24px;align-items:center;padding:22px 4px;border-bottom:1px solid var(--line)}.industry-expanding-v178>span{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.industry-expanding-v178 p{margin:0;color:var(--muted)}.industry-expanding-v178 p i{font-style:normal;color:var(--brand);padding:0 7px}.industry-expanding-v178 a{font-weight:800}@keyframes industryReveal{from{opacity:.35;transform:translateY(5px)}to{opacity:1;transform:none}}[data-theme="dark"] .industry-experience-v178{background:color-mix(in srgb,var(--surface) 92%,#000)}[data-theme="dark"] .industry-tab-v178.is-active{background:color-mix(in srgb,var(--surface) 88%,#111)}
@media(max-width:980px){.industry-intro-v178{grid-template-columns:1fr;gap:20px}.industry-intro-v178 .lead{max-width:50ch}.industry-experience-v178{grid-template-columns:1fr}.industry-nav-v178{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line);scrollbar-width:none}.industry-nav-v178::-webkit-scrollbar{display:none}.industry-tab-v178{min-width:215px;border-bottom:0;border-right:1px solid var(--line)}.industry-tab-v178.is-active{box-shadow:inset 0 -3px 0 var(--brand)}.industry-panel-v178{grid-template-columns:1fr}.industry-context-v178{border-left:0;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.industry-context-v178>span{grid-column:1/3;margin-bottom:8px}.industry-expanding-v178{grid-template-columns:1fr}}
@media(max-width:640px){.industry-intro-v178{margin-bottom:28px}.industry-intro-v178 .h2{font-size:clamp(2.5rem,12vw,3.65rem)}.industry-experience-v178{border-radius:16px}.industry-tab-v178{min-width:188px;padding:16px;grid-template-columns:24px 36px 1fr;column-gap:10px}.industry-tab-v178 .v137-icon{width:34px;height:34px}.industry-story-v178{padding:30px 24px}.industry-story-v178 h3{font-size:clamp(2rem,10vw,2.8rem);max-width:14ch}.industry-context-v178{padding:22px 24px;grid-template-columns:1fr}.industry-context-v178>span{grid-column:auto}.industry-expanding-v178{padding:18px 2px}.industry-expanding-v178 p{line-height:1.7}}@media(prefers-reduced-motion:reduce){.industry-panel-v178{animation:none}}


/* NEXUS v1.79 — Technology Expertise Production Evolution */
.home-page .tech-v179{padding-block:100px;background:#101216}
.home-page .tech-v179 .section-head{margin-bottom:36px}
.home-page .tech-v179 .h2{max-width:790px;font-size:clamp(2.35rem,3.8vw,3.9rem);line-height:1.01}
.tech179-system{position:relative;border:1px solid rgba(255,255,255,.12);border-radius:22px;overflow:hidden;background:#15171c;box-shadow:0 30px 80px rgba(0,0,0,.22)}
.tech179-topbar{display:flex;justify-content:space-between;align-items:center;gap:28px;padding:19px 22px;border-bottom:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.025)}
.tech179-topbar div{display:flex;align-items:center;gap:18px}.tech179-topbar span{font-size:.58rem;font-weight:850;letter-spacing:.17em;color:#ff6d77}.tech179-topbar strong{font-size:.78rem;color:#d7d9dd;font-weight:650}.tech179-topbar small{font-size:.52rem;font-weight:750;letter-spacing:.12em;color:#686d76}
.tech179-body{display:grid;grid-template-columns:154px 1fr}.tech179-rail{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:32px 18px;border-right:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(227,27,43,.08),transparent 34%,transparent 66%,rgba(227,27,43,.05))}.tech179-rail span{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.48rem;font-weight:800;letter-spacing:.18em;color:#737881}.tech179-rail i{width:1px;flex:1;max-height:82px;margin:14px 0;background:linear-gradient(transparent,#e31b2b,transparent)}.tech179-rail b{text-align:center;font-size:.55rem;line-height:1.55;letter-spacing:.15em;color:#ff6d77}
.tech179-layers article{position:relative;display:grid;grid-template-columns:44px 50px minmax(280px,1fr) minmax(280px,.9fr);align-items:center;gap:18px;min-height:126px;padding:20px 24px;border-bottom:1px solid rgba(255,255,255,.075);transition:background .25s ease}.tech179-layers article:last-child{border-bottom:0}.tech179-layers article:hover{background:linear-gradient(90deg,rgba(227,27,43,.055),rgba(255,255,255,.025))}.tech179-layers article:before{content:"";position:absolute;left:0;top:26px;bottom:26px;width:2px;background:#e31b2b;opacity:0;transition:opacity .25s}.tech179-layers article:hover:before{opacity:1}.tech179-no{font-size:.6rem;font-weight:850;letter-spacing:.14em;color:#ff6d77}.tech179-icon,.tech179-shield{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#f7f7f5;box-shadow:0 8px 20px rgba(0,0,0,.14)}.tech179-icon svg,.tech179-shield svg{width:22px;height:22px;fill:none;stroke:#e31b2b;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.tech179-copy small{display:block;margin-bottom:5px;font-size:.5rem;font-weight:800;letter-spacing:.14em;color:#777c85}.tech179-copy strong{display:block;font-size:1.03rem;letter-spacing:-.02em;color:#f7f7f5}.tech179-copy p{max-width:520px;margin:7px 0 0;font-size:.72rem;line-height:1.55;color:#9da2ab}.tech179-tags{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:7px}.tech179-tags span{padding:7px 9px;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:rgba(255,255,255,.025);font-size:.58rem;font-weight:650;color:#b2b6bd}
.tech179-foundation{position:relative;display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:18px;padding:23px 24px;border-top:1px solid rgba(255,105,115,.24);background:linear-gradient(100deg,rgba(227,27,43,.16),rgba(255,255,255,.025) 48%,rgba(227,27,43,.055))}.tech179-foundation:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#e31b2b}.tech179-foundation small{display:block;margin-bottom:4px;font-size:.53rem;font-weight:850;letter-spacing:.15em;color:#ff737c}.tech179-foundation strong{display:block;font-size:1.14rem;color:#fafaf8}.tech179-foundation p{margin:5px 0 0;font-size:.73rem;color:#aeb2ba}.tech179-foundation em{font-style:normal;padding:9px 12px;border:1px solid rgba(255,105,115,.2);border-radius:999px;background:rgba(227,27,43,.075);font-size:.53rem;font-weight:850;letter-spacing:.14em;color:#ff7a83;white-space:nowrap}
[data-theme="light"] .home-page .tech-v179{background:#f5f5f3;border-block:1px solid #deded9}[data-theme="light"] .tech179-system{background:#fff;border-color:#d9d9d4;box-shadow:0 26px 64px rgba(20,22,27,.07)}[data-theme="light"] .tech179-topbar{background:#f8f8f6;border-color:#dfdfda}[data-theme="light"] .tech179-topbar strong{color:#34373d}[data-theme="light"] .tech179-topbar small{color:#7c8087}[data-theme="light"] .tech179-body{background:#fff}[data-theme="light"] .tech179-rail{border-color:#e3e3de;background:linear-gradient(180deg,rgba(227,27,43,.045),#fafaf8 38%,#fafaf8 65%,rgba(227,27,43,.025))}[data-theme="light"] .tech179-rail span{color:#8b8e94}[data-theme="light"] .tech179-layers article{border-color:#e6e6e1}[data-theme="light"] .tech179-layers article:hover{background:linear-gradient(90deg,rgba(227,27,43,.035),#fafaf8)}[data-theme="light"] .tech179-copy small{color:#7c8087}[data-theme="light"] .tech179-copy strong{color:#1b1d21}[data-theme="light"] .tech179-copy p{color:#656a72}[data-theme="light"] .tech179-tags span{background:#f7f7f5;border-color:#e1e1dc;color:#555a62}[data-theme="light"] .tech179-icon,[data-theme="light"] .tech179-shield{background:#fff;border:1px solid #deded9;box-shadow:0 7px 18px rgba(20,22,27,.055)}[data-theme="light"] .tech179-foundation{background:linear-gradient(100deg,rgba(227,27,43,.075),#fff 47%,rgba(227,27,43,.025));border-color:rgba(227,27,43,.17)}[data-theme="light"] .tech179-foundation strong{color:#1a1c20}[data-theme="light"] .tech179-foundation p{color:#676b73}
@media(max-width:1050px){.tech179-body{grid-template-columns:110px 1fr}.tech179-layers article{grid-template-columns:38px 46px 1fr;gap:15px}.tech179-tags{grid-column:3;justify-content:flex-start;margin-top:-4px}.tech179-topbar small{display:none}}
@media(max-width:700px){.home-page .tech-v179{padding-block:64px}.home-page .tech-v179 .section-head{margin-bottom:26px}.tech179-system{border-radius:16px}.tech179-topbar{padding:15px 16px}.tech179-topbar div{display:block}.tech179-topbar strong{display:block;margin-top:5px}.tech179-body{display:block}.tech179-rail{display:none}.tech179-layers article{display:grid;grid-template-columns:34px 44px 1fr;gap:12px;min-height:auto;padding:20px 16px}.tech179-copy{grid-column:3}.tech179-copy p{font-size:.7rem}.tech179-tags{grid-column:2/4;justify-content:flex-start;margin:1px 0 0}.tech179-tags span{padding:6px 8px;font-size:.55rem}.tech179-foundation{grid-template-columns:44px 1fr;gap:14px;padding:19px 16px}.tech179-foundation em{display:none}.tech179-shield{width:42px;height:42px}}


/* v1.80 — WHY MKP Premium Differentiation */
.home-page .why-v180{padding:clamp(104px,9vw,144px) 0;background:linear-gradient(180deg,var(--bg),color-mix(in srgb,var(--surface) 78%,var(--bg)) 52%,var(--bg))}
.why-v180-head{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:64px;align-items:end;margin-bottom:54px}.why-v180-head .h2{max-width:17ch;margin-bottom:0}.why-v180-head .lead{max-width:520px;margin:0 0 5px;color:var(--muted)}
.why-v180-system{display:grid;grid-template-columns:minmax(300px,.78fr) minmax(0,1.55fr);border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--surface);box-shadow:0 24px 70px rgba(15,23,42,.065)}
.why-v180-core{position:relative;padding:42px 38px 36px;background:linear-gradient(150deg,#17191d,#0c0d0f 72%);color:#fff;overflow:hidden}.why-v180-core:after{content:"";position:absolute;width:280px;height:280px;border:1px solid rgba(255,255,255,.07);border-radius:50%;right:-145px;bottom:-105px;box-shadow:0 0 0 55px rgba(255,255,255,.018),0 0 0 110px rgba(255,255,255,.012)}.why-v180-core-label{display:block;font-size:.64rem;font-weight:800;letter-spacing:.15em;color:#f05b67}.why-v180-core-mark{width:82px;height:82px;margin:48px 0 42px;border:1px solid rgba(255,255,255,.18);border-radius:20px;display:grid;place-items:center;position:relative;background:rgba(255,255,255,.035)}.why-v180-core-mark span{font-size:1.05rem;font-weight:850;letter-spacing:.08em}.why-v180-core-mark i{position:absolute;width:8px;height:8px;border-radius:50%;background:#e0001a;right:-4px;top:19px;box-shadow:0 0 0 5px rgba(224,0,26,.14)}.why-v180-core h3{position:relative;z-index:1;margin:0;font-size:clamp(2rem,2.75vw,3.15rem);line-height:1.04;letter-spacing:-.045em}.why-v180-core h3 em{font-style:normal;color:#f05b67}.why-v180-core p{position:relative;z-index:1;margin:28px 0 42px;max-width:37ch;color:rgba(255,255,255,.62);font-size:.94rem;line-height:1.72}.why-v180-core-line{position:relative;z-index:1;display:flex;align-items:center;gap:8px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);font-size:.61rem;letter-spacing:.09em;text-transform:uppercase;color:rgba(255,255,255,.68)}.why-v180-core-line b{color:#e0001a;font-size:.8rem}
.why-v180-pillars{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.why-v180-pillars article{position:relative;min-height:340px;padding:31px 32px 29px;border-left:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;transition:background .25s ease,transform .25s ease}.why-v180-pillars article:nth-child(n+3){border-bottom:0}.why-v180-pillars article:hover{background:color-mix(in srgb,var(--surface) 95%,var(--brand) 5%)}.why-v180-meta{display:flex;justify-content:space-between;gap:16px;align-items:center}.why-v180-meta span{font-size:.7rem;font-weight:850;color:var(--brand)}.why-v180-meta i{font-style:normal;font-size:.59rem;font-weight:800;letter-spacing:.12em;color:var(--muted);text-align:right}.why-v180-icon{width:44px;height:44px;margin:31px 0 24px;border:1px solid color-mix(in srgb,var(--brand) 20%,var(--line));border-radius:12px;background:color-mix(in srgb,var(--brand) 6%,var(--surface));display:grid;place-items:center}.why-v180-icon svg{width:20px;height:20px;fill:none;stroke:var(--brand);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.why-v180-pillars h3{margin:0 0 13px;max-width:18ch;font-size:clamp(1.3rem,1.55vw,1.7rem);line-height:1.13;letter-spacing:-.03em}.why-v180-pillars p{margin:0;max-width:35ch;color:var(--muted);font-size:.9rem;line-height:1.62}.why-v180-pillars small{display:block;margin-top:auto;padding-top:22px;font-size:.66rem;font-weight:750;letter-spacing:.04em;color:color-mix(in srgb,var(--text) 62%,var(--muted))}
.why-v180-close{display:grid;grid-template-columns:.55fr 1.45fr;gap:40px;align-items:start;padding:27px 30px;border:1px solid var(--line);border-top:0;border-radius:0 0 18px 18px;background:color-mix(in srgb,var(--surface) 84%,var(--bg))}.why-v180-close span{font-size:.62rem;font-weight:850;letter-spacing:.13em;color:var(--brand)}.why-v180-close strong{max-width:760px;font-size:1rem;line-height:1.5;font-weight:650}
[data-theme="dark"] .home-page .why-v180{background:linear-gradient(180deg,var(--bg),rgba(255,255,255,.012),var(--bg))}[data-theme="dark"] .why-v180-system{box-shadow:0 26px 74px rgba(0,0,0,.24)}[data-theme="dark"] .why-v180-core{background:linear-gradient(150deg,#17181b,#08090a 72%)}[data-theme="dark"] .why-v180-pillars article:hover{background:rgba(224,0,26,.035)}
@media(max-width:980px){.why-v180-head{grid-template-columns:1fr;gap:22px}.why-v180-system{grid-template-columns:1fr}.why-v180-core{padding:36px}.why-v180-core-mark{margin:34px 0 30px}.why-v180-core p{max-width:60ch;margin-bottom:30px}.why-v180-pillars article:nth-child(odd){border-left:0}.why-v180-close{grid-template-columns:1fr;gap:10px}}
@media(max-width:680px){.home-page .why-v180{padding:84px 0}.why-v180-head{margin-bottom:36px}.why-v180-system{border-radius:18px}.why-v180-core{padding:30px 24px}.why-v180-core-mark{width:68px;height:68px;border-radius:17px}.why-v180-core-line{gap:5px;flex-wrap:wrap}.why-v180-pillars{grid-template-columns:1fr}.why-v180-pillars article{min-height:auto;padding:27px 24px;border-left:0;border-bottom:1px solid var(--line)!important}.why-v180-pillars article:last-child{border-bottom:0!important}.why-v180-pillars small{margin-top:20px}.why-v180-close{padding:24px}}


/* v1.82 — Our Approach Premium Refinement */
.home-page .process-v182{position:relative;overflow:hidden;background:var(--surface)}
.home-page .process-v182:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,color-mix(in srgb,var(--brand) 3%,transparent),transparent 28%);pointer-events:none}
.home-page .process-v182 .container{position:relative}
.home-page .process-v182-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.72fr);gap:64px;align-items:end;margin-bottom:36px}
.home-page .process-v182-head .h2{max-width:820px;margin-top:10px;font-size:clamp(2.35rem,3.7vw,4rem);line-height:1.02;letter-spacing:-.052em}
.home-page .process-v182-head .lead{margin:0 0 5px;max-width:590px}
.home-page .process-v182-model{display:grid;grid-template-columns:280px minmax(0,1fr);border:1px solid var(--line);border-radius:24px;overflow:hidden;background:var(--surface);box-shadow:0 26px 80px rgba(15,18,24,.055)}
.home-page .process-v182-rail{position:relative;padding:34px 30px;background:linear-gradient(160deg,color-mix(in srgb,var(--surface-2) 92%,var(--brand) 8%),var(--surface-2));border-right:1px solid var(--line)}
.home-page .process-v182-rail>span,.home-page .process-v182-principle>span{display:block;color:var(--brand);font-size:.64rem;font-weight:850;letter-spacing:.17em}
.home-page .process-v182-rail strong{display:block;margin-top:70px;font-size:1.5rem;line-height:1.15;letter-spacing:-.035em}
.home-page .process-v182-rail p{margin:14px 0 0;color:var(--muted);font-size:.83rem;line-height:1.6}
.home-page .process-v182-signal{position:absolute;left:30px;right:30px;bottom:30px;display:grid;grid-template-columns:8px 1fr auto 1fr;gap:8px;align-items:center;color:var(--muted);font-size:.59rem;font-weight:750;text-transform:uppercase;letter-spacing:.08em}
.home-page .process-v182-signal i{width:8px;height:8px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 5px color-mix(in srgb,var(--brand) 10%,transparent)}
.home-page .process-v182-signal b{color:var(--brand)}
.home-page .process-v182-stages{position:relative}
.home-page .process-v182-stages:before{content:"";position:absolute;left:58px;top:70px;bottom:70px;width:1px;background:linear-gradient(var(--brand),color-mix(in srgb,var(--brand) 18%,var(--line)),var(--brand));opacity:.55}
.home-page .process-v182-stages article{position:relative;display:grid;grid-template-columns:116px minmax(0,1fr);gap:8px;min-height:168px;padding:27px 34px 27px 0;border-bottom:1px solid var(--line);transition:background .22s ease}
.home-page .process-v182-stages article:last-child{border-bottom:0}
.home-page .process-v182-stages article:hover{background:color-mix(in srgb,var(--brand) 2.4%,var(--surface))}
.home-page .process-v182-icon{position:relative;z-index:1;align-self:start;justify-self:center;width:58px;height:58px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--brand) 28%,var(--line));border-radius:16px;background:var(--surface);box-shadow:0 10px 30px rgba(15,18,24,.07)}
.home-page .process-v182-icon svg{display:block;width:28px;height:28px;fill:none!important;stroke:var(--brand)!important;stroke-width:1.75!important;stroke-linecap:round;stroke-linejoin:round;opacity:1!important;visibility:visible!important}
.home-page .process-v182-copy{display:grid;grid-template-columns:minmax(210px,.68fr) minmax(260px,1fr);column-gap:34px;align-items:start}
.home-page .process-v182-no{grid-column:1/-1;margin-bottom:9px;color:var(--brand);font-size:.63rem;font-weight:850;letter-spacing:.14em}
.home-page .process-v182-copy h3{margin:0;font-size:1.18rem;line-height:1.25;letter-spacing:-.025em}
.home-page .process-v182-copy p{margin:0;color:var(--muted);font-size:.83rem;line-height:1.62}
.home-page .process-v182-copy small{grid-column:2;margin-top:13px;color:var(--text);font-size:.61rem;font-weight:750;letter-spacing:.07em;opacity:.72}
.home-page .process-v182-principle{display:grid;grid-template-columns:190px minmax(0,1fr) minmax(260px,.7fr);gap:28px;align-items:center;margin-top:16px;padding:21px 24px;border:1px solid var(--line);border-radius:16px;background:var(--surface-2)}
.home-page .process-v182-principle p{margin:0;font-size:1rem}.home-page .process-v182-principle p strong{color:var(--brand)}
.home-page .process-v182-principle i{color:var(--muted);font-size:.76rem;line-height:1.5;font-style:normal}
[data-theme="dark"] .home-page .process-v182-model{box-shadow:0 30px 90px rgba(0,0,0,.2)}
[data-theme="dark"] .home-page .process-v182-rail{background:linear-gradient(160deg,#1b1d21,#15171a)}
[data-theme="dark"] .home-page .process-v182-icon{background:#17191d;border-color:rgba(227,27,43,.32);box-shadow:0 10px 30px rgba(0,0,0,.22)}
@media(max-width:980px){.home-page .process-v182-head{grid-template-columns:1fr;gap:16px}.home-page .process-v182-model{grid-template-columns:1fr}.home-page .process-v182-rail{border-right:0;border-bottom:1px solid var(--line);padding:26px}.home-page .process-v182-rail strong{margin-top:26px}.home-page .process-v182-signal{position:static;margin-top:24px;max-width:440px}.home-page .process-v182-copy{grid-template-columns:1fr 1.25fr}}
@media(max-width:680px){.home-page .process-v182-head{margin-bottom:24px}.home-page .process-v182-head .h2{font-size:clamp(2.05rem,10vw,2.8rem)}.home-page .process-v182-model{border-radius:18px}.home-page .process-v182-rail{padding:23px 20px}.home-page .process-v182-stages:before{left:43px;top:55px;bottom:55px}.home-page .process-v182-stages article{grid-template-columns:86px 1fr;min-height:auto;padding:24px 18px 24px 0}.home-page .process-v182-icon{width:48px;height:48px;border-radius:14px}.home-page .process-v182-icon svg{width:24px;height:24px}.home-page .process-v182-copy{grid-template-columns:1fr;gap:0}.home-page .process-v182-no{margin-bottom:8px}.home-page .process-v182-copy h3{font-size:1.08rem}.home-page .process-v182-copy p{margin-top:9px}.home-page .process-v182-copy small{grid-column:1;margin-top:12px;line-height:1.5}.home-page .process-v182-principle{grid-template-columns:1fr;gap:8px;padding:19px 20px}}

/* v1.83 — Enterprise Impact Premium Experience */
.impact-v183{position:relative;overflow:hidden;background:var(--surface)}
.impact-v183:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,transparent 0 68%,rgba(199,25,41,.035) 68% 68.15%,transparent 68.15%)}
.impact-v183-head{position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:72px;align-items:end;margin-bottom:42px}
.impact-v183-head .h2{max-width:820px;margin-bottom:0}.impact-v183-head .lead{max-width:470px;margin:0 0 4px;color:var(--muted)}
.impact-v183-frame{position:relative;display:grid;grid-template-columns:minmax(290px,.78fr) minmax(0,1.62fr);border:1px solid var(--line);border-radius:28px;overflow:hidden;background:var(--surface-2);box-shadow:0 24px 70px rgba(10,12,16,.07)}
.impact-v183-story{position:relative;padding:42px 36px;background:linear-gradient(155deg,#17191d,#0e0f12);color:#fff;display:flex;flex-direction:column;min-height:610px}
.impact-v183-story:after{content:"";position:absolute;right:-1px;top:0;width:1px;height:100%;background:rgba(255,255,255,.08)}
.impact-v183-label{font-size:.72rem;letter-spacing:.16em;font-weight:800;color:#f36b76}.impact-v183-story h3{font-size:clamp(1.9rem,2.6vw,2.8rem);line-height:1.06;letter-spacing:-.045em;margin:38px 0 20px;max-width:440px}.impact-v183-story>p{color:#b9bdc5;line-height:1.72;max-width:390px;margin:0}
.impact-v183-flow{margin:auto 0 34px;display:grid;gap:0}.impact-v183-flow>div{display:flex;align-items:center;gap:14px;padding:12px 0}.impact-v183-flow i{font-style:normal;font-size:.65rem;letter-spacing:.1em;color:#f36b76;width:25px}.impact-v183-flow span{font-size:.88rem;color:#aeb2ba;line-height:1.25}.impact-v183-flow b{font-weight:700;color:#fff}.impact-v183-flow em{font-style:normal;color:#555b65;padding-left:7px;height:12px;line-height:12px;transform:rotate(90deg);transform-origin:left center}.impact-v183-story>small{border-top:1px solid rgba(255,255,255,.12);padding-top:18px;font-size:.62rem;letter-spacing:.12em;line-height:1.65;color:#858b95}
.impact-v183-work{padding:24px;background:var(--surface)}
.impact-v183-primary{padding:30px 30px 28px;border:1px solid var(--line);border-radius:20px;background:var(--surface-2);margin-bottom:16px}
.impact-v183-meta{display:flex;justify-content:space-between;align-items:center;gap:16px}.impact-v183-meta span{font-size:.72rem;font-weight:800;color:var(--brand)}.impact-v183-meta i{font-style:normal;font-size:.64rem;font-weight:750;letter-spacing:.12em;color:var(--muted);text-align:right}
.impact-v183-title,.impact-v183-mini{display:flex;align-items:center;gap:16px}.impact-v183-title{margin:34px 0 18px}.impact-v183-title small{display:block;font-size:.61rem;letter-spacing:.12em;color:var(--muted);margin-bottom:5px}.impact-v183-title h3{font-size:clamp(2rem,3.5vw,3.35rem);letter-spacing:-.05em;line-height:1;margin:0}.impact-v183-icon{width:52px;height:52px;flex:0 0 52px;border-radius:15px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--brand) 28%,var(--line));background:color-mix(in srgb,var(--brand) 5%,var(--surface));color:var(--brand)}.impact-v183-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.impact-v183-primary>p{font-size:1rem;line-height:1.7;color:var(--muted);max-width:760px}.impact-v183-chain{display:flex;align-items:center;gap:12px;margin-top:26px;padding-top:20px;border-top:1px solid var(--line);font-size:.73rem;font-weight:700;color:var(--text)}.impact-v183-chain b{color:var(--brand)}
.impact-v183-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.impact-v183-grid>article{position:relative;min-height:245px;padding:24px;border:1px solid var(--line);border-radius:18px;background:var(--surface-2);display:flex;flex-direction:column}.impact-v183-grid .impact-v183-wide{grid-column:1/-1;min-height:205px}.impact-v183-mini{margin:26px 0 14px}.impact-v183-mini .impact-v183-icon{width:42px;height:42px;flex-basis:42px;border-radius:12px}.impact-v183-mini .impact-v183-icon svg{width:21px;height:21px}.impact-v183-mini h3{font-size:1.3rem;letter-spacing:-.025em;margin:0}.impact-v183-grid p{font-size:.9rem;line-height:1.65;color:var(--muted);margin:0 0 22px}.impact-v183-grid article>small{margin-top:auto;padding-top:15px;border-top:1px solid var(--line);font-size:.61rem;letter-spacing:.11em;color:var(--muted)}
.impact-v183-close{position:relative;display:grid;grid-template-columns:220px 1fr;gap:30px;align-items:start;margin-top:22px;padding:22px 4px 0}.impact-v183-close span{font-size:.67rem;font-weight:800;letter-spacing:.15em;color:var(--brand)}.impact-v183-close strong{font-size:clamp(1.15rem,1.8vw,1.55rem);line-height:1.35;letter-spacing:-.02em;max-width:820px}
[data-theme="dark"] .impact-v183-frame{box-shadow:0 24px 70px rgba(0,0,0,.22)}
[data-theme="dark"] .impact-v183-story{background:linear-gradient(155deg,#181a1f,#0b0c0f)}
@media(max-width:980px){.impact-v183-head{grid-template-columns:1fr;gap:18px}.impact-v183-frame{grid-template-columns:1fr}.impact-v183-story{min-height:auto}.impact-v183-flow{margin:38px 0}.impact-v183-story:after{display:none}}
@media(max-width:680px){.impact-v183-head{margin-bottom:28px}.impact-v183-frame{border-radius:22px}.impact-v183-story{padding:30px 24px}.impact-v183-story h3{margin-top:28px}.impact-v183-work{padding:14px}.impact-v183-primary{padding:22px 20px}.impact-v183-title{align-items:flex-start;margin:28px 0 16px}.impact-v183-title h3{font-size:2rem}.impact-v183-chain{align-items:flex-start;flex-direction:column;gap:6px}.impact-v183-chain b{transform:rotate(90deg);margin-left:4px}.impact-v183-grid{grid-template-columns:1fr}.impact-v183-grid .impact-v183-wide{grid-column:auto}.impact-v183-grid>article{min-height:220px;padding:21px}.impact-v183-close{grid-template-columns:1fr;gap:10px;padding-top:18px}}
\n\n/* v1.84 — Enterprise Impact left journey refinement */
.impact-v184-flow{position:relative;margin:auto 0 30px;padding:8px 0 4px;display:grid;gap:0}
.impact-v184-flow:before{content:"";position:absolute;left:25px;top:42px;bottom:42px;width:1px;background:linear-gradient(to bottom,rgba(243,107,118,.62),rgba(255,255,255,.16) 38%,rgba(255,255,255,.16) 70%,rgba(243,107,118,.28))}
.impact-v184-flow .impact-v184-step{position:relative;display:grid;grid-template-columns:52px minmax(0,1fr);gap:16px;align-items:start;padding:12px 0}
.impact-v184-node{position:relative;z-index:1;width:52px;height:52px;border-radius:16px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));box-shadow:0 10px 24px rgba(0,0,0,.16),inset 0 1px 0 rgba(255,255,255,.06);display:grid;place-items:center;color:#fff}
.impact-v184-node span{position:absolute;right:-5px;top:-6px;min-width:22px;height:18px;padding:0 5px;border-radius:9px;display:grid;place-items:center;background:#c71929;border:2px solid #15171b;color:#fff;font-size:.52rem;font-weight:850;letter-spacing:.06em;line-height:1}
.impact-v184-node svg{width:21px;height:21px;fill:none;stroke:#f4f5f7;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.impact-v184-copy{padding:2px 0 0}.impact-v184-copy small{display:block;margin:0 0 3px;color:#f36b76;font-size:.58rem;font-weight:800;letter-spacing:.15em}.impact-v184-copy strong{display:block;color:#fff;font-size:1.03rem;letter-spacing:-.015em;line-height:1.15}.impact-v184-copy p{margin:6px 0 0;max-width:290px;color:#9298a2;font-size:.73rem;line-height:1.48}
.impact-v184-step:hover .impact-v184-node{border-color:rgba(243,107,118,.4);background:linear-gradient(145deg,rgba(199,25,41,.17),rgba(255,255,255,.035));transform:translateY(-1px)}
.impact-v184-node{transition:border-color .2s ease,background .2s ease,transform .2s ease}
@media(max-width:980px){.impact-v184-flow{max-width:620px;margin:34px 0}.impact-v184-copy p{max-width:470px}}
@media(max-width:680px){.impact-v184-flow:before{left:22px;top:38px;bottom:38px}.impact-v184-flow .impact-v184-step{grid-template-columns:46px minmax(0,1fr);gap:14px;padding:10px 0}.impact-v184-node{width:46px;height:46px;border-radius:14px}.impact-v184-node svg{width:19px;height:19px}.impact-v184-copy strong{font-size:.98rem}.impact-v184-copy p{font-size:.72rem}}

/* v1.85 — Resources & Insights premium experience */
.resources-v185{position:relative;overflow:hidden}.resources-v185-head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:72px;align-items:end;margin-bottom:40px}.resources-v185-head .h2{max-width:800px;margin-bottom:0}.resources-v185-head .lead{margin:0 0 4px;max-width:500px;color:var(--muted)}
.resources-v185-frame{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);border:1px solid var(--line);border-radius:28px;overflow:hidden;background:var(--surface);box-shadow:0 24px 70px rgba(10,12,16,.065)}
.resources-v185-feature{position:relative;min-height:590px;padding:34px 36px 32px;display:flex;flex-direction:column;text-decoration:none;color:inherit;background:linear-gradient(145deg,color-mix(in srgb,var(--brand) 4%,var(--surface)),var(--surface) 55%);border-right:1px solid var(--line);overflow:hidden}.resources-v185-feature:before{content:"";position:absolute;width:320px;height:320px;border:1px solid color-mix(in srgb,var(--brand) 12%,var(--line));border-radius:50%;right:-145px;top:80px;opacity:.7}.resources-v185-feature-top{display:flex;align-items:center;justify-content:space-between;font-size:.66rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--brand)}.resources-v185-feature-top i{font-style:normal;color:var(--muted)}
.resources-v185-visual{margin:58px 0 auto}.resources-v185-orbit{display:flex;align-items:center;max-width:500px;padding:14px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.resources-v185-orbit span{font-size:.62rem;font-weight:800;letter-spacing:.09em;color:var(--muted)}.resources-v185-orbit b{height:1px;flex:1;min-width:18px;margin:0 9px;background:linear-gradient(90deg,var(--line),color-mix(in srgb,var(--brand) 45%,var(--line)));position:relative}.resources-v185-orbit b:after{content:"";position:absolute;right:0;top:-2px;width:5px;height:5px;border-radius:50%;background:var(--brand)}
.resources-v185-feature-copy{max-width:690px}.resources-v185-feature-copy small{display:block;margin-bottom:12px;font-size:.65rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--brand)}.resources-v185-feature-copy h3{margin:0 0 18px;font-size:clamp(2.15rem,3.5vw,3.8rem);line-height:1.02;letter-spacing:-.05em;max-width:14ch}.resources-v185-feature-copy p{margin:0;max-width:620px;color:var(--muted);line-height:1.7}.resources-v185-link{display:inline-flex;gap:10px;align-items:center;margin-top:28px;font-size:.78rem;font-weight:800;color:var(--text)}.resources-v185-link b{color:var(--brand)}
.resources-v185-library{display:flex;flex-direction:column;background:var(--surface-2)}.resources-v185-library-head{display:flex;justify-content:space-between;gap:20px;padding:26px 28px;border-bottom:1px solid var(--line)}.resources-v185-library-head span{font-size:.68rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase;color:var(--text)}.resources-v185-library-head small{font-size:.68rem;color:var(--muted)}.resources-v185-library>a{position:relative;flex:1;display:grid;grid-template-columns:28px 46px minmax(0,1fr) 20px;gap:16px;align-items:start;padding:27px 28px;color:inherit;text-decoration:none;border-bottom:1px solid var(--line);transition:background .22s ease}.resources-v185-library>a:last-child{border-bottom:0}.resources-v185-library>a:hover{background:var(--surface)}.resources-v185-index{padding-top:4px;font-size:.61rem;font-weight:850;letter-spacing:.1em;color:var(--brand)}.resources-v185-icon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;color:var(--brand);border:1px solid color-mix(in srgb,var(--brand) 22%,var(--line));background:color-mix(in srgb,var(--brand) 4%,var(--surface))}.resources-v185-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.resources-v185-library a small{display:block;margin:1px 0 6px;font-size:.59rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.resources-v185-library h3{margin:0 0 8px;font-size:1.14rem;letter-spacing:-.025em}.resources-v185-library p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.55}.resources-v185-arrow{padding-top:4px;color:var(--brand);font-size:.9rem}
.resources-v185-close{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:24px 4px 0}.resources-v185-close>div{display:flex;align-items:center;gap:26px}.resources-v185-close span{font-size:.63rem;font-weight:850;letter-spacing:.15em;color:var(--brand);white-space:nowrap}.resources-v185-close strong{font-size:1rem;letter-spacing:-.015em}.resources-v185-close>a{font-size:.75rem;font-weight:800;color:var(--text);text-decoration:none;white-space:nowrap}.resources-v185-close>a b{color:var(--brand)}
[data-theme="dark"] .resources-v185-frame{box-shadow:0 24px 70px rgba(0,0,0,.22)}[data-theme="dark"] .resources-v185-feature{background:linear-gradient(145deg,rgba(199,25,41,.055),rgba(255,255,255,.012) 52%)}
@media(max-width:980px){.resources-v185-head{grid-template-columns:1fr;gap:18px}.resources-v185-frame{grid-template-columns:1fr}.resources-v185-feature{min-height:520px;border-right:0;border-bottom:1px solid var(--line)}.resources-v185-library>a{min-height:180px}.resources-v185-close{align-items:flex-start}}
@media(max-width:680px){.resources-v185-head{margin-bottom:28px}.resources-v185-frame{border-radius:22px}.resources-v185-feature{min-height:auto;padding:26px 22px}.resources-v185-visual{margin:42px 0 54px}.resources-v185-orbit span{font-size:.54rem}.resources-v185-feature-copy h3{font-size:clamp(2rem,10vw,3rem)}.resources-v185-library-head{padding:21px 20px}.resources-v185-library>a{min-height:auto;grid-template-columns:24px 40px minmax(0,1fr);gap:12px;padding:22px 20px}.resources-v185-arrow{display:none}.resources-v185-icon{width:38px;height:38px;border-radius:11px}.resources-v185-icon svg{width:18px;height:18px}.resources-v185-close{flex-direction:column;gap:15px;padding-top:20px}.resources-v185-close>div{display:block}.resources-v185-close strong{display:block;margin-top:7px;line-height:1.45}}

/* =========================================================
   v1.86 — Final CTA Premium Conversion Experience
   Scoped to homepage closing CTA only.
   ========================================================= */
.home-page .final-cta-v186{padding:clamp(78px,7vw,116px) 0!important;background:linear-gradient(180deg,transparent,rgba(127,127,127,.025))}
.home-page .final-cta-v186 .cta-v186-shell{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);gap:clamp(46px,6vw,92px);align-items:stretch;padding:clamp(44px,5vw,76px);border-radius:28px;background:#0d0f12;border:1px solid rgba(255,255,255,.07);box-shadow:0 34px 96px rgba(8,10,13,.18);color:#f7f7f5;isolation:isolate}
.home-page .final-cta-v186 .cta-v186-shell:before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 82% 28%,rgba(225,28,43,.15),transparent 28%),linear-gradient(120deg,#0d0f12 0%,#111318 60%,#0b0d10 100%)}
.home-page .final-cta-v186 .cta-v186-shell:after{content:"";position:absolute;inset:0;z-index:-1;opacity:.26;background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:56px 56px;mask-image:linear-gradient(90deg,transparent 8%,#000 55%,#000 100%)}
.home-page .final-cta-v186 .cta-v186-copy{align-self:center;max-width:760px}
.home-page .final-cta-v186 .eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:20px;color:#ff6570}
.home-page .final-cta-v186 .eyebrow:before{content:"";width:25px;height:2px;background:var(--brand);border-radius:10px}
.home-page .final-cta-v186 .h2{max-width:14ch;margin:0 0 23px;color:#f8f8f6;font-size:clamp(2.65rem,4.55vw,4.9rem);line-height:.97;letter-spacing:-.055em}
.home-page .final-cta-v186 .cta-v186-copy>p{max-width:61ch;margin:0;color:#aeb2b9;font-size:clamp(1rem,1.15vw,1.16rem);line-height:1.72}
.home-page .final-cta-v186 .cta-v186-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:34px}
.home-page .final-cta-v186 .cta-v186-actions .btn{min-height:56px;padding-inline:25px;border-radius:11px}
.home-page .final-cta-v186 .cta-v186-link{display:inline-flex;align-items:center;gap:9px;color:#f0f1f3;font-size:.92rem;font-weight:650;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.28);padding:8px 0 6px;transition:border-color .2s ease,color .2s ease}
.home-page .final-cta-v186 .cta-v186-link:hover{color:#fff;border-color:#ed1c2b}
.home-page .final-cta-v186 .cta-v186-system{position:relative;align-self:stretch;padding:26px 27px 24px;border:1px solid rgba(255,255,255,.1);border-radius:19px;background:rgba(255,255,255,.035);box-shadow:inset 0 1px 0 rgba(255,255,255,.035);backdrop-filter:blur(8px)}
.home-page .final-cta-v186 .cta-v186-system-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.09)}
.home-page .final-cta-v186 .cta-v186-system-head span{font-size:.68rem;font-weight:750;letter-spacing:.14em;color:#f3f3f4}
.home-page .final-cta-v186 .cta-v186-system-head small{max-width:15ch;text-align:right;color:#777d86;font-size:.69rem;line-height:1.35}
.home-page .final-cta-v186 .cta-v186-path{position:relative;padding:23px 0 8px}
.home-page .final-cta-v186 .cta-v186-path:before{content:"";position:absolute;left:17px;top:41px;bottom:30px;width:1px;background:linear-gradient(#ed1c2b,rgba(237,28,43,.16))}
.home-page .final-cta-v186 .cta-v186-node{position:relative;display:grid;grid-template-columns:36px 1fr;gap:16px;align-items:start;padding:10px 0 16px}
.home-page .final-cta-v186 .cta-v186-node i{position:relative;z-index:1;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#171a20;border:1px solid rgba(237,28,43,.48);box-shadow:0 0 0 5px rgba(13,15,18,.9);color:#ff5a65;font-style:normal;font-size:.65rem;font-weight:800;letter-spacing:.04em}
.home-page .final-cta-v186 .cta-v186-node strong{display:block;margin:2px 0 5px;color:#f4f4f3;font-size:.95rem;letter-spacing:-.015em}
.home-page .final-cta-v186 .cta-v186-node small{display:block;color:#858b94;font-size:.76rem;line-height:1.45}
.home-page .final-cta-v186 .cta-v186-signal{display:flex;gap:5px;align-items:flex-end;justify-content:flex-end;height:24px;margin-top:3px}
.home-page .final-cta-v186 .cta-v186-signal span{display:block;width:34px;height:1px;background:rgba(237,28,43,.3)}
.home-page .final-cta-v186 .cta-v186-signal span:nth-child(2){width:20px;background:rgba(237,28,43,.55)}
.home-page .final-cta-v186 .cta-v186-signal span:nth-child(3){width:8px;background:#ed1c2b}
[data-theme="light"] .home-page .final-cta-v186{background:linear-gradient(180deg,#fff 0%,#fafafb 100%)}
@media(max-width:980px){.home-page .final-cta-v186 .cta-v186-shell{grid-template-columns:1fr;gap:38px}.home-page .final-cta-v186 .cta-v186-system{max-width:640px}.home-page .final-cta-v186 .h2{max-width:16ch}}
@media(max-width:640px){.home-page .final-cta-v186{padding:68px 0!important}.home-page .final-cta-v186 .cta-v186-shell{padding:34px 23px;border-radius:20px;gap:32px}.home-page .final-cta-v186 .h2{font-size:clamp(2.25rem,11vw,3.2rem)}.home-page .final-cta-v186 .cta-v186-actions{display:grid;grid-template-columns:1fr;gap:14px;margin-top:28px}.home-page .final-cta-v186 .cta-v186-actions .btn{width:100%}.home-page .final-cta-v186 .cta-v186-link{width:max-content}.home-page .final-cta-v186 .cta-v186-system{padding:22px 19px}.home-page .final-cta-v186 .cta-v186-system-head{display:block}.home-page .final-cta-v186 .cta-v186-system-head small{display:block;max-width:none;text-align:left;margin-top:7px}}

/* =========================================================
   v1.87 FOOTER PRODUCTION POLISH
   Scope: footer only; preserves v1.86 homepage architecture
   ========================================================= */
.home-page .site-footer{border-top:1px solid rgba(255,255,255,.06)}
.home-page .footer-intro{min-height:230px;padding:52px 0 54px}
.home-page .footer-intro-label{align-self:end;padding-bottom:8px}
.home-page .footer-intro-message strong{max-width:720px;font-size:clamp(2rem,3.2vw,3.65rem)}
.home-page .footer-grid{grid-template-columns:minmax(300px,1.7fr) repeat(3,minmax(140px,.72fr));gap:clamp(34px,5vw,74px);padding-top:52px;padding-bottom:12px}
.home-page .footer-brand{padding-right:clamp(12px,3vw,48px)}
.home-page .footer-brand img{width:176px;height:auto;opacity:1}
.home-page .footer-brand p{max-width:390px;margin:22px 0 20px;color:#9ca1aa;line-height:1.72;font-size:.91rem}
.home-page .footer-brand>a{display:inline-flex;align-items:center;gap:9px;margin:0;color:#f1f2f3;font-size:.86rem;font-weight:650}
.home-page .footer-brand>a:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--brand);box-shadow:0 0 0 5px rgba(237,28,42,.1)}
.home-page .footer-grid>div:not(.footer-brand){padding-top:7px}
.home-page .site-footer h3{margin-bottom:20px;color:#f2f3f4;font-size:.68rem;letter-spacing:.16em}
.home-page .site-footer .footer-grid>div:not(.footer-brand) a{width:max-content;max-width:100%;margin:10px 0;color:#9298a2;font-size:.87rem;line-height:1.45;transition:color .2s ease,transform .2s ease}
.home-page .site-footer .footer-grid>div:not(.footer-brand) a:hover{color:#fff;transform:translateX(3px)}
.home-page .site-footer a:focus-visible{outline:2px solid #ff4855;outline-offset:4px;border-radius:3px}
.home-page .footer-bottom{margin-top:42px;padding:24px 0 27px;border-top:1px solid rgba(255,255,255,.1);color:#737983;font-size:.76rem;letter-spacing:.01em}
.home-page .footer-bottom div{gap:24px}
.home-page .footer-bottom a{color:#858b95;font-size:.76rem}
.home-page .footer-bottom a:hover{color:#fff}
@media(max-width:1180px){
  .home-page .footer-grid{grid-template-columns:1.35fr repeat(3,1fr);gap:34px}
}
@media(max-width:880px){
  .home-page .footer-grid{grid-template-columns:1fr 1fr;gap:38px 28px;padding-top:44px}
  .home-page .footer-brand{grid-column:1/-1;padding-right:0;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.09)}
  .home-page .footer-brand p{max-width:560px}
  .home-page .footer-grid>div:last-child{grid-column:auto}
}
@media(max-width:640px){
  .home-page .footer-intro{min-height:auto;padding:40px 0 42px;gap:22px}
  .home-page .footer-intro-label{align-self:auto;padding:0}
  .home-page .footer-intro-message strong{font-size:clamp(2rem,9.6vw,2.8rem);line-height:1.04}
  .home-page .footer-grid{grid-template-columns:1fr 1fr;gap:34px 20px;padding-top:38px}
  .home-page .footer-brand{grid-column:1/-1;padding-bottom:28px}
  .home-page .footer-brand img{width:164px}
  .home-page .footer-grid>div:not(.footer-brand){padding-top:0}
  .home-page .site-footer h3{margin-bottom:15px}
  .home-page .site-footer .footer-grid>div:not(.footer-brand) a{margin:9px 0;font-size:.84rem}
  .home-page .footer-bottom{margin-top:34px;gap:14px;padding:21px 0 25px}
  .home-page .footer-bottom div{flex-wrap:wrap;gap:10px 20px}
}
@media(max-width:390px){.home-page .footer-grid{grid-template-columns:1fr}.home-page .footer-brand{grid-column:auto}.home-page .footer-grid>div{border-bottom:1px solid rgba(255,255,255,.07);padding-bottom:22px}.home-page .footer-grid>div:last-child{border-bottom:0}}

/* v1.89-L1 — Legal & Policy Center */
.legal-page-v189l1{--legal-max:790px}.legal-hero-v189l1{padding-bottom:66px}.legal-breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:26px;font-size:.76rem;color:var(--muted)}.legal-breadcrumb a{color:inherit}.legal-breadcrumb a:hover{color:var(--text)}.legal-layout-v189l1{display:grid;grid-template-columns:245px minmax(0,var(--legal-max));gap:clamp(48px,7vw,104px);align-items:start;justify-content:center}.legal-side-v189l1{position:sticky;top:112px;display:grid;border-top:1px solid var(--line)}.legal-side-label{font-size:.66rem;letter-spacing:.16em;font-weight:800;color:var(--muted);padding:17px 0 12px}.legal-side-v189l1>a{padding:11px 0;border-bottom:1px solid var(--line);font-size:.82rem;color:var(--muted);transition:.2s ease}.legal-side-v189l1>a:hover{color:var(--text);padding-left:4px}.legal-contact-v189l1{margin-top:26px;padding:18px;background:var(--surface);border:1px solid var(--line);display:grid;gap:6px}.legal-contact-v189l1 span{font-size:.68rem;letter-spacing:.12em;color:var(--muted);font-weight:800}.legal-contact-v189l1 a{font-size:.78rem;overflow-wrap:anywhere}.legal-document-v189l1{min-width:0}.legal-doc-head{display:flex;justify-content:space-between;gap:20px;padding-bottom:18px;margin-bottom:28px;border-bottom:1px solid var(--line);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.legal-intro{font-size:1.08rem!important;line-height:1.75!important;color:var(--text)!important;margin-bottom:42px!important}.legal-document-v189l1 h2{font-size:1.16rem;margin:38px 0 12px;letter-spacing:-.015em}.legal-document-v189l1 p,.legal-document-v189l1 li{color:var(--muted);line-height:1.75;font-size:.91rem}.legal-document-v189l1 ul{padding-left:20px;margin:12px 0 22px}.legal-document-v189l1 li{margin:8px 0}.legal-document-v189l1 a{color:var(--text);text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--brand) 50%,transparent);text-underline-offset:3px}.legal-note-v189l1{margin-top:42px;padding:22px 24px;border-left:2px solid var(--brand);background:var(--surface);border-top:1px solid var(--line);border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.legal-note-v189l1 strong{display:block;margin-bottom:6px;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em}.legal-note-v189l1 p{margin:0}.legal-center-v189l1{padding-top:72px}.legal-center-intro{display:grid;grid-template-columns:1fr .72fr;gap:70px;align-items:end;margin-bottom:44px}.legal-center-intro p{color:var(--muted);line-height:1.7}.legal-policy-grid-v189l1{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.legal-policy-grid-v189l1>a{grid-column:span 2;min-height:270px;padding:28px;display:flex;flex-direction:column;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface);transition:transform .2s ease,background .2s ease}.legal-policy-grid-v189l1>a:nth-child(4),.legal-policy-grid-v189l1>a:nth-child(5){grid-column:span 3}.legal-policy-grid-v189l1>a:hover{transform:translateY(-3px);background:color-mix(in srgb,var(--surface) 88%,var(--brand) 12%)}.legal-policy-grid-v189l1 i{font-style:normal;font-size:.66rem;letter-spacing:.1em;color:var(--muted)}.legal-icon{font-size:1.65rem;color:var(--brand);margin:22px 0 28px}.legal-policy-grid-v189l1 h3{font-size:1.08rem;margin:0 0 9px}.legal-policy-grid-v189l1 p{font-size:.82rem;line-height:1.6;color:var(--muted);margin:0 0 24px}.legal-policy-grid-v189l1 strong{margin-top:auto;font-size:.75rem}.legal-center-note-v189l1{margin-top:34px;display:grid;grid-template-columns:.3fr 1.3fr auto;gap:34px;align-items:center;padding:25px 28px;border:1px solid var(--line);background:var(--surface)}.legal-center-note-v189l1>span{font-size:.65rem;letter-spacing:.13em;font-weight:800;color:var(--muted)}.legal-center-note-v189l1 p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.55}.legal-center-note-v189l1 a{font-size:.78rem;font-weight:750;white-space:nowrap}.footer-bottom>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 18px}
@media(max-width:900px){.legal-layout-v189l1{grid-template-columns:1fr}.legal-side-v189l1{position:static;display:flex;overflow-x:auto;gap:8px;border:0;padding-bottom:8px}.legal-side-label,.legal-contact-v189l1{display:none}.legal-side-v189l1>a{white-space:nowrap;border:1px solid var(--line);padding:9px 12px;background:var(--surface)}.legal-side-v189l1>a:hover{padding-left:12px}.legal-center-intro{grid-template-columns:1fr;gap:16px}.legal-policy-grid-v189l1>a{grid-column:span 3!important}.legal-policy-grid-v189l1>a:last-child{grid-column:span 6!important}.legal-center-note-v189l1{grid-template-columns:1fr;gap:10px}}
@media(max-width:620px){.legal-hero-v189l1{padding-top:70px;padding-bottom:48px}.legal-section-v189l1{padding-top:48px}.legal-doc-head{display:grid;gap:6px}.legal-intro{font-size:1rem!important}.legal-document-v189l1 h2{font-size:1.06rem}.legal-policy-grid-v189l1{grid-template-columns:1fr}.legal-policy-grid-v189l1>a{grid-column:auto!important;min-height:230px}.legal-policy-grid-v189l1>a:last-child{grid-column:auto!important}.legal-center-note-v189l1{padding:22px}.footer-bottom>div{justify-content:flex-start}}


/* v1.89-S1 — Solutions Production Experience */
.solutions-s1-hero{padding-bottom:72px}.solutions-s1-hero-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);gap:72px;align-items:end}.solutions-s1-hero .h1{max-width:880px}.solutions-s1-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.solutions-s1-system{border:1px solid var(--line);border-radius:24px;padding:28px;background:linear-gradient(145deg,var(--surface),var(--surface-2));box-shadow:var(--shadow-sm)}.solutions-s1-system-label{display:block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:22px}.solutions-s1-system-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:10px;align-items:center}.solutions-s1-system-flow b{font-size:13px;line-height:1.35}.solutions-s1-system-flow span{color:var(--accent)}.solutions-s1-system p{font-size:14px;color:var(--muted);margin:22px 0 0;line-height:1.65}
.solutions-s1-index,.solutions-s1-cross,.solutions-s1-platforms{padding:88px 0}.solutions-s1-index{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface-2)}.solutions-s1-section-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.6fr);gap:64px;align-items:end;margin-bottom:42px}.solutions-s1-section-head .h2{margin-bottom:0}.solutions-s1-section-head>p{margin:0;color:var(--muted);line-height:1.7}.solutions-s1-nav{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--surface)}.solutions-s1-nav a{min-height:112px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-decoration:none;color:var(--text);transition:.2s ease}.solutions-s1-nav a:nth-child(4n){border-right:0}.solutions-s1-nav a:nth-child(n+5){border-bottom:0}.solutions-s1-nav a:hover{background:var(--surface-2);transform:translateY(-1px)}.solutions-s1-nav i{font-style:normal;font-size:11px;color:var(--accent);letter-spacing:.1em}.solutions-s1-nav span{font-weight:650;font-size:15px}
.solutions-s1-capabilities{padding:20px 0 72px}.solutions-s1-capability{scroll-margin-top:110px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:72px;padding:70px 0;border-bottom:1px solid var(--line)}.solutions-s1-cap-title{display:grid;grid-template-columns:56px 1fr;gap:24px}.solutions-s1-no{width:56px;height:56px;border:1px solid color-mix(in srgb,var(--accent) 32%,var(--line));border-radius:18px;display:grid;place-items:center;color:var(--accent);font-size:12px;font-weight:700;background:color-mix(in srgb,var(--accent) 5%,transparent)}.solutions-s1-cap-title h2{font-size:clamp(30px,3.2vw,48px);letter-spacing:-.04em;margin:8px 0 14px}.solutions-s1-cap-title p{max-width:620px;color:var(--muted);line-height:1.7;margin:0}.solutions-s1-cap-body{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--surface-2)}.solutions-s1-cap-body h3{font-size:13px;text-transform:uppercase;letter-spacing:.12em;margin:0 0 12px}.solutions-s1-cap-body p{font-size:14px;line-height:1.7;color:var(--muted);margin:0}.solutions-s1-cap-body ul{list-style:none;margin:0;padding:0}.solutions-s1-cap-body li{padding:10px 0 10px 18px;border-bottom:1px solid var(--line);position:relative;font-size:14px}.solutions-s1-cap-body li:last-child{border-bottom:0}.solutions-s1-cap-body li:before{content:"";position:absolute;left:0;top:17px;width:6px;height:6px;border-radius:50%;background:var(--accent)}
.solutions-s1-cross{background:var(--surface-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.solutions-s1-chain{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:16px;align-items:center}.solutions-s1-chain>div{padding:24px;border:1px solid var(--line);border-radius:20px;background:var(--surface);min-height:132px}.solutions-s1-chain>i{font-style:normal;color:var(--accent);font-size:20px}.solutions-s1-chain span{display:block;color:var(--accent);font-size:11px;margin-bottom:24px}.solutions-s1-chain b,.solutions-s1-chain small{display:block}.solutions-s1-chain b{font-size:17px}.solutions-s1-chain small{color:var(--muted);margin-top:6px}
.solutions-s1-platform-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:22px;overflow:hidden}.solutions-s1-platform-grid a{padding:28px;text-decoration:none;color:var(--text);border-right:1px solid var(--line);min-height:164px;transition:.2s ease}.solutions-s1-platform-grid a:last-child{border-right:0}.solutions-s1-platform-grid a:hover{background:var(--surface-2)}.solutions-s1-platform-grid span,.solutions-s1-platform-grid b,.solutions-s1-platform-grid small{display:block}.solutions-s1-platform-grid span{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:28px}.solutions-s1-platform-grid b{font-size:21px}.solutions-s1-platform-grid small{color:var(--muted);line-height:1.5;margin-top:8px}.solutions-s1-cta{padding:40px 0 96px}.solutions-s1-cta .container{display:flex;justify-content:space-between;align-items:end;gap:48px;padding-top:48px;border-top:1px solid var(--line)}.solutions-s1-cta p{color:var(--muted);max-width:720px}.solutions-s1-cta .btn{flex:none}
@media(max-width:980px){.solutions-s1-hero-grid,.solutions-s1-section-head,.solutions-s1-capability{grid-template-columns:1fr;gap:34px}.solutions-s1-nav{grid-template-columns:repeat(2,1fr)}.solutions-s1-nav a:nth-child(4n){border-right:1px solid var(--line)}.solutions-s1-nav a:nth-child(2n){border-right:0}.solutions-s1-nav a:nth-child(n+5){border-bottom:1px solid var(--line)}.solutions-s1-nav a:nth-child(n+7){border-bottom:0}.solutions-s1-platform-grid{grid-template-columns:repeat(2,1fr)}.solutions-s1-platform-grid a{border-bottom:1px solid var(--line)}.solutions-s1-platform-grid a:nth-child(2n){border-right:0}.solutions-s1-platform-grid a:nth-child(n+3){border-bottom:0}.solutions-s1-chain{grid-template-columns:1fr 1fr}.solutions-s1-chain>i{display:none}}
@media(max-width:640px){.solutions-s1-hero{padding-bottom:52px}.solutions-s1-hero-grid{gap:28px}.solutions-s1-system{padding:22px;border-radius:18px}.solutions-s1-system-flow{grid-template-columns:1fr}.solutions-s1-system-flow span{transform:rotate(90deg);justify-self:start;margin-left:10px}.solutions-s1-index,.solutions-s1-cross,.solutions-s1-platforms{padding:64px 0}.solutions-s1-nav{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:18px}.solutions-s1-nav a{min-width:190px;min-height:104px;border-bottom:0!important;border-right:1px solid var(--line)!important;scroll-snap-align:start}.solutions-s1-nav a:last-child{border-right:0!important}.solutions-s1-capability{padding:54px 0}.solutions-s1-cap-title{grid-template-columns:44px 1fr;gap:16px}.solutions-s1-no{width:44px;height:44px;border-radius:14px}.solutions-s1-cap-title h2{font-size:30px}.solutions-s1-cap-body{grid-template-columns:1fr;padding:22px}.solutions-s1-chain{grid-template-columns:1fr}.solutions-s1-platform-grid{grid-template-columns:1fr}.solutions-s1-platform-grid a{border-right:0!important;border-bottom:1px solid var(--line)!important;min-height:auto}.solutions-s1-platform-grid a:last-child{border-bottom:0!important}.solutions-s1-cta .container{align-items:flex-start;flex-direction:column}.solutions-s1-actions .btn{width:100%;justify-content:center}}


/* v1.89-I1 — Industries Production Experience */
.industries-i1-hero{padding-bottom:72px}.industries-i1-hero-grid{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(320px,.72fr);gap:72px;align-items:end}.industries-i1-hero .h1{max-width:900px}.industries-i1-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.industries-i1-context{border:1px solid var(--line);border-radius:24px;padding:28px;background:linear-gradient(145deg,var(--surface),var(--surface-2));box-shadow:var(--shadow-sm)}.industries-i1-context-label{display:block;font-size:11px;letter-spacing:.16em;color:var(--muted);margin-bottom:22px}.industries-i1-context>div{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:9px;align-items:center}.industries-i1-context b{font-size:13px;line-height:1.35}.industries-i1-context i{font-style:normal;color:var(--accent)}.industries-i1-context p{font-size:14px;color:var(--muted);line-height:1.65;margin:22px 0 0}.industries-i1-index,.industries-i1-connect{padding:88px 0;background:var(--surface-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.industries-i1-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.6fr);gap:64px;align-items:end;margin-bottom:42px}.industries-i1-head .h2{margin-bottom:0}.industries-i1-head>p{margin:0;color:var(--muted);line-height:1.7}.industries-i1-nav{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--surface)}.industries-i1-nav a{min-height:104px;padding:22px;display:flex;flex-direction:column;justify-content:space-between;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-decoration:none;color:var(--text);transition:.2s ease}.industries-i1-nav a:nth-child(3n){border-right:0}.industries-i1-nav a:nth-child(n+4){border-bottom:0}.industries-i1-nav a:hover{background:var(--surface-2);transform:translateY(-1px)}.industries-i1-nav i{font-style:normal;font-size:11px;color:var(--accent);letter-spacing:.1em}.industries-i1-nav span{font-weight:650;font-size:15px}.industries-i1-sectors{padding:20px 0 72px}.industries-i1-sector{scroll-margin-top:110px;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:72px;padding:72px 0;border-bottom:1px solid var(--line)}.industries-i1-sector-title{display:grid;grid-template-columns:56px 1fr;gap:24px}.industries-i1-no{width:56px;height:56px;border:1px solid color-mix(in srgb,var(--accent) 32%,var(--line));border-radius:18px;display:grid;place-items:center;color:var(--accent);font-size:12px;font-weight:700;background:color-mix(in srgb,var(--accent) 5%,transparent)}.industries-i1-sector-title h2{font-size:clamp(30px,3.1vw,47px);line-height:1.08;letter-spacing:-.04em;margin:8px 0 16px}.industries-i1-sector-title p{max-width:680px;color:var(--muted);line-height:1.72;margin:0}.industries-i1-sector-body{display:grid;gap:28px;padding:28px;border:1px solid var(--line);border-radius:22px;background:var(--surface-2)}.industries-i1-sector-body h3{font-size:12px;text-transform:uppercase;letter-spacing:.13em;margin:0 0 12px}.industries-i1-sector-body ul{list-style:none;margin:0;padding:0}.industries-i1-sector-body li{padding:10px 0 10px 18px;border-bottom:1px solid var(--line);position:relative;font-size:14px}.industries-i1-sector-body li:last-child{border-bottom:0}.industries-i1-sector-body li:before{content:"";position:absolute;left:0;top:17px;width:6px;height:6px;border-radius:50%;background:var(--accent)}.industries-i1-sector-body p{font-size:14px;line-height:1.7;color:var(--muted);margin:0 0 16px}.industries-i1-sector-body a{font-size:13px;font-weight:700;text-decoration:none;color:var(--text)}.industries-i1-chain{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:16px;align-items:center}.industries-i1-chain>div{padding:24px;border:1px solid var(--line);border-radius:20px;background:var(--surface);min-height:132px}.industries-i1-chain>i{font-style:normal;color:var(--accent);font-size:20px}.industries-i1-chain span,.industries-i1-chain b,.industries-i1-chain small{display:block}.industries-i1-chain span{font-size:11px;color:var(--accent);margin-bottom:24px}.industries-i1-chain b{font-size:17px}.industries-i1-chain small{color:var(--muted);margin-top:6px}.industries-i1-cta{padding:88px 0 96px}.industries-i1-cta .container{display:flex;justify-content:space-between;align-items:end;gap:48px;padding-top:48px;border-top:1px solid var(--line)}.industries-i1-cta p{color:var(--muted);max-width:720px}.industries-i1-cta .btn{flex:none}.nav-trigger.is-active{color:var(--text)}
@media(max-width:980px){.industries-i1-hero-grid,.industries-i1-head,.industries-i1-sector{grid-template-columns:1fr;gap:34px}.industries-i1-nav{grid-template-columns:repeat(2,1fr)}.industries-i1-nav a:nth-child(3n){border-right:1px solid var(--line)}.industries-i1-nav a:nth-child(2n){border-right:0}.industries-i1-nav a:nth-child(n+4){border-bottom:1px solid var(--line)}.industries-i1-nav a:nth-child(n+5){border-bottom:0}.industries-i1-chain{grid-template-columns:1fr 1fr}.industries-i1-chain>i{display:none}}
@media(max-width:640px){.industries-i1-hero{padding-bottom:52px}.industries-i1-context{padding:22px;border-radius:18px}.industries-i1-context>div{grid-template-columns:1fr}.industries-i1-context i{transform:rotate(90deg);justify-self:start;margin-left:10px}.industries-i1-index,.industries-i1-connect{padding:64px 0}.industries-i1-nav{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:18px}.industries-i1-nav a{min-width:190px;min-height:100px;border-bottom:0!important;border-right:1px solid var(--line)!important;scroll-snap-align:start}.industries-i1-nav a:last-child{border-right:0!important}.industries-i1-sector{padding:54px 0}.industries-i1-sector-title{grid-template-columns:44px 1fr;gap:16px}.industries-i1-no{width:44px;height:44px;border-radius:14px}.industries-i1-sector-title h2{font-size:30px}.industries-i1-sector-body{padding:22px}.industries-i1-chain{grid-template-columns:1fr}.industries-i1-cta .container{align-items:flex-start;flex-direction:column}.industries-i1-actions .btn{width:100%;justify-content:center}}

/* v1.89-P1 — Platforms Production Experience */
.platform-hero{position:relative;overflow:hidden;padding:clamp(7rem,12vw,10rem) 0 clamp(4.5rem,8vw,7rem);border-bottom:1px solid var(--line)}
.platform-hero:before{content:"";position:absolute;width:42rem;height:42rem;border:1px solid var(--line);border-radius:50%;right:-15rem;top:-18rem;opacity:.55}
.platform-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:clamp(3rem,8vw,8rem);align-items:center;margin-top:2.2rem}.platform-hero h1{font-size:clamp(3rem,6vw,6.4rem);line-height:.94;letter-spacing:-.055em;max-width:920px;margin:.6rem 0 1.5rem}.platform-hero h1 em{font-style:normal;color:var(--muted)}.platform-hero .lead{max-width:760px}.platform-orbit{width:min(30vw,330px);aspect-ratio:1;justify-self:end;border:1px solid var(--line);border-radius:50%;position:relative;display:grid;place-items:center}.platform-orbit:before,.platform-orbit:after{content:"";position:absolute;border:1px solid var(--line);border-radius:50%;inset:16%}.platform-orbit:after{inset:33%}.orbit-core{font-weight:800;letter-spacing:.14em;font-size:.8rem}.platform-orbit i{position:absolute;width:7px;height:7px;background:var(--accent);border-radius:50%}.platform-orbit i:nth-of-type(1){top:15%;left:25%}.platform-orbit i:nth-of-type(2){right:10%;top:50%}.platform-orbit i:nth-of-type(3){bottom:12%;left:42%}.orbit-label{position:absolute;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.orbit-label.a{top:25%;right:15%}.orbit-label.b{bottom:27%;left:10%}.orbit-label.c{bottom:8%;right:15%}
.platform-section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.58fr);gap:4rem;align-items:end;margin-bottom:3rem}.platform-section-head p{margin:0;color:var(--muted);line-height:1.75}.platform-principles{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.platform-principles>div{padding:2rem 2.2rem 2rem 0}.platform-principles>div+div{border-left:1px solid var(--line);padding-left:2.2rem}.platform-principles b,.platform-cap>span{display:block;color:var(--accent);font-size:.72rem;letter-spacing:.12em;margin-bottom:2rem}.platform-principles span{display:block;font-size:1.15rem;font-weight:700;margin-bottom:.65rem}.platform-principles p{color:var(--muted);font-size:.92rem;line-height:1.65;margin:0}
.platform-showcase{border-top:1px solid var(--line)}.platform-product{display:grid;grid-template-columns:72px 1fr 48px;gap:2rem;align-items:center;padding:2.2rem 0;border-bottom:1px solid var(--line);text-decoration:none;color:inherit;transition:padding .25s ease}.platform-product:hover{padding-left:1rem}.platform-product-icon{width:56px;height:56px;border:1px solid var(--line);display:grid;place-items:center}.platform-product-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.5}.platform-product:hover .platform-product-icon{border-color:var(--accent);color:var(--accent)}.platform-index{display:block;text-transform:uppercase;letter-spacing:.13em;color:var(--muted);font-size:.68rem;margin-bottom:.35rem}.platform-product h3{font-size:clamp(1.6rem,3vw,2.5rem);letter-spacing:-.03em;margin:.1rem 0 .45rem}.platform-product p{color:var(--muted);margin:0 0 .65rem;max-width:780px}.platform-product small{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.platform-arrow{font-style:normal;font-size:1.5rem;text-align:right}.platform-flow{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.platform-flow>div{padding:2rem 1.5rem 2rem 0;position:relative}.platform-flow>div+div{border-left:1px solid var(--line);padding-left:1.5rem}.platform-flow span{color:var(--accent);font-size:.68rem;letter-spacing:.12em}.platform-flow b{display:block;margin:1.6rem 0 .6rem}.platform-flow small{display:block;color:var(--muted);line-height:1.55}.labs-panel{border:1px solid var(--line);padding:clamp(2rem,5vw,4rem);display:grid;grid-template-columns:70px 1fr auto;gap:2rem;align-items:center}.labs-panel p{max-width:720px;color:var(--muted)}
.platform-context{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.platform-context>div{padding:1.5rem}.platform-context>div+div{border-left:1px solid var(--line)}.platform-context span{display:block;color:var(--muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.platform-context b{font-size:.88rem;line-height:1.55}.platform-cap-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.platform-cap{padding:2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.platform-cap>span{margin-bottom:2.5rem}.platform-cap h3{font-size:1.1rem;margin:0 0 .75rem}.platform-cap p{color:var(--muted);font-size:.9rem;line-height:1.65;margin:0}.related-links{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.related-links a{border:1px solid var(--line);padding:1.4rem 1.5rem;text-decoration:none;color:inherit;display:flex;justify-content:space-between;gap:1rem}.related-links a:hover{border-color:var(--accent)}.related-links i{font-style:normal;color:var(--accent)}.platform-cta>.container{border-top:1px solid var(--line);padding-top:clamp(3rem,6vw,5rem);display:flex;justify-content:space-between;align-items:end;gap:3rem}.platform-cta p{color:var(--muted);max-width:720px}
@media(max-width:900px){.platform-hero-grid{grid-template-columns:1fr}.platform-orbit{display:none}.platform-section-head{grid-template-columns:1fr;gap:1rem}.platform-principles,.platform-context,.platform-cap-grid,.related-links{grid-template-columns:1fr}.platform-principles>div+div,.platform-context>div+div{border-left:0;border-top:1px solid var(--line);padding-left:0}.platform-context>div+div{padding-left:1.5rem}.platform-flow{grid-template-columns:1fr}.platform-flow>div+div{border-left:0;border-top:1px solid var(--line);padding-left:0}.labs-panel{grid-template-columns:60px 1fr}.labs-panel .btn{grid-column:1/-1}.platform-cta>.container{align-items:flex-start;flex-direction:column}.platform-product{grid-template-columns:56px 1fr 28px;gap:1rem}}
@media(max-width:560px){.platform-hero h1{font-size:clamp(2.7rem,14vw,4.2rem)}.platform-product{grid-template-columns:48px 1fr}.platform-product-icon{width:44px;height:44px}.platform-arrow{display:none}.platform-cap{padding:1.5rem}.platform-principles>div{padding-right:0}.labs-panel{grid-template-columns:1fr}}

/* v1.89-P1.1 — Platforms hero production refinement */
.platform-hero{padding:clamp(6.4rem,9vw,8rem) 0 clamp(3.25rem,5vw,4.75rem)}
.platform-hero-grid-vp11{grid-template-columns:minmax(0,1.02fr) minmax(440px,.98fr);gap:clamp(3rem,6vw,6.5rem);align-items:center;margin-top:1.65rem}
.platform-hero-grid-vp11 .platform-hero-copy{min-width:0}.platform-hero-grid-vp11 h1{font-size:clamp(3.45rem,5vw,5.45rem);line-height:.96;letter-spacing:-.052em;max-width:760px;margin:.7rem 0 1.35rem}.platform-hero-grid-vp11 h1 em{display:inline;color:var(--muted);font-style:normal}.platform-hero-grid-vp11 .lead{max-width:690px;font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.72}.platform-hero-grid-vp11 .hero-actions{margin-top:1.8rem}
.platform-hero-index{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);margin-top:2.8rem;max-width:760px}.platform-hero-index a{display:flex;flex-direction:column;gap:.25rem;padding:1rem .85rem .25rem 0;color:var(--text);text-decoration:none;min-width:0}.platform-hero-index b{font-size:.67rem;letter-spacing:.12em;color:var(--accent)}.platform-hero-index span{font-size:.78rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.platform-hero-index a:hover span,.platform-hero-index a:focus-visible span{color:var(--text)}
.platform-ecosystem{justify-self:end;width:min(100%,520px);aspect-ratio:1.04;position:relative}.ecosystem-frame{position:absolute;inset:3%;border:1px solid var(--line);border-radius:28px;background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 76%,transparent),transparent);overflow:hidden}.ecosystem-frame:before,.ecosystem-frame:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid var(--line);border-radius:50%;pointer-events:none}.ecosystem-frame:before{width:62%;aspect-ratio:1}.ecosystem-frame:after{width:37%;aspect-ratio:1}.ecosystem-caption{position:absolute;left:1.15rem;top:1rem;text-transform:uppercase;letter-spacing:.14em;font-size:.6rem;color:var(--muted)}
.ecosystem-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:34%;aspect-ratio:1;border-radius:50%;border:1px solid color-mix(in srgb,var(--accent) 50%,var(--line));background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:3;box-shadow:0 0 45px color-mix(in srgb,var(--accent) 9%,transparent)}.ecosystem-core small{font-size:.58rem;letter-spacing:.18em;color:var(--accent);font-weight:800}.ecosystem-core strong{font-size:clamp(.95rem,1.4vw,1.15rem);margin:.22rem 0}.ecosystem-core span{font-size:.57rem;line-height:1.35;color:var(--muted);max-width:90px}
.ecosystem-node{position:absolute;width:34%;min-height:72px;border:1px solid var(--line);background:color-mix(in srgb,var(--bg) 94%,transparent);border-radius:14px;padding:.78rem .9rem;text-decoration:none;color:var(--text);z-index:4;transition:border-color .2s ease,transform .2s ease,background .2s ease}.ecosystem-node small{display:block;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-size:.53rem;margin-bottom:.22rem}.ecosystem-node strong{font-size:.84rem}.ecosystem-node:hover,.ecosystem-node:focus-visible{border-color:color-mix(in srgb,var(--accent) 65%,var(--line));background:var(--surface);transform:translateY(-2px)}.ecosystem-node.n1{left:5%;top:21%}.ecosystem-node.n2{right:5%;top:21%}.ecosystem-node.n3{left:5%;bottom:19%}.ecosystem-node.n4{right:5%;bottom:19%}
.ecosystem-foundation{position:absolute;text-transform:uppercase;letter-spacing:.12em;font-size:.52rem;color:var(--muted);z-index:2}.ecosystem-foundation.f1{left:45%;top:18%}.ecosystem-foundation.f2{right:3%;top:50%;transform:rotate(90deg)}.ecosystem-foundation.f3{left:47%;bottom:11%}.ecosystem-foundation.f4{left:1%;top:50%;transform:rotate(-90deg)}
@media(max-width:1050px){.platform-hero-grid-vp11{grid-template-columns:minmax(0,1fr) minmax(370px,.8fr);gap:2.5rem}.platform-hero-grid-vp11 h1{font-size:clamp(3.2rem,5.6vw,4.8rem)}.platform-hero-index{grid-template-columns:repeat(2,1fr);max-width:520px}.platform-ecosystem{width:min(100%,450px)}}
@media(max-width:900px){.platform-hero-grid-vp11{grid-template-columns:1fr}.platform-ecosystem{display:block;justify-self:start;width:min(100%,560px);margin-top:1rem}.platform-hero-grid-vp11 h1{max-width:760px}.platform-hero-index{max-width:100%}}
@media(max-width:560px){.platform-hero{padding-top:5.6rem}.platform-hero-grid-vp11 h1{font-size:clamp(2.75rem,13vw,4rem);line-height:.98}.platform-hero-index{grid-template-columns:repeat(2,1fr);margin-top:2.2rem}.platform-ecosystem{aspect-ratio:.82}.ecosystem-frame{inset:0;border-radius:20px}.ecosystem-node{width:40%;min-height:65px;padding:.65rem}.ecosystem-node.n1,.ecosystem-node.n3{left:3%}.ecosystem-node.n2,.ecosystem-node.n4{right:3%}.ecosystem-core{width:38%}.ecosystem-foundation{display:none}}

/* v1.89-P1.2 — Platforms hero composition fix */
.platform-hero-grid-vp11{grid-template-columns:minmax(0,.94fr) minmax(520px,1.06fr);gap:clamp(3rem,5vw,5.5rem)}
.platform-hero-grid-vp11 h1{font-size:clamp(3.2rem,4.55vw,4.85rem);line-height:.97;max-width:700px}
.platform-hero-grid-vp11 .lead{max-width:650px}
.platform-ecosystem.ecosystem-vp12{width:min(100%,610px);aspect-ratio:auto}
.ecosystem-vp12 .ecosystem-frame{position:relative;inset:auto;overflow:hidden;border-radius:26px;padding:1.35rem;background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 82%,transparent),color-mix(in srgb,var(--bg) 96%,transparent));box-shadow:0 24px 70px rgba(0,0,0,.12)}
.ecosystem-vp12 .ecosystem-frame:before,.ecosystem-vp12 .ecosystem-frame:after{display:none}
.ecosystem-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.1rem .15rem 1.05rem;border-bottom:1px solid var(--line)}
.ecosystem-head span{font-size:.64rem;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--accent)}
.ecosystem-head small{font-size:.58rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}
.ecosystem-map{display:grid;grid-template-columns:minmax(0,1fr) 126px minmax(0,1fr);grid-template-rows:1fr 1fr;gap:1rem 1.15rem;position:relative;padding:1.35rem 0 1.15rem;align-items:stretch}
.ecosystem-map:before,.ecosystem-map:after{content:"";position:absolute;background:var(--line);z-index:0;pointer-events:none}
.ecosystem-map:before{height:1px;left:24%;right:24%;top:50%}
.ecosystem-map:after{width:1px;top:26%;bottom:26%;left:50%}
.ecosystem-vp12 .ecosystem-core{position:relative;left:auto;top:auto;transform:none;width:126px;height:126px;aspect-ratio:1;grid-column:2;grid-row:1 / span 2;align-self:center;justify-self:center;z-index:3;background:var(--bg);border-color:color-mix(in srgb,var(--accent) 55%,var(--line));box-shadow:0 0 0 9px var(--bg),0 0 0 10px var(--line),0 0 45px color-mix(in srgb,var(--accent) 8%,transparent)}
.ecosystem-vp12 .ecosystem-core strong{font-size:1rem;line-height:1.05}.ecosystem-vp12 .ecosystem-core span{font-size:.54rem;max-width:84px}.ecosystem-vp12 .ecosystem-core small{font-size:.55rem}
.ecosystem-vp12 .ecosystem-node{position:relative;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:auto;min-height:126px;padding:1rem 1rem .9rem;border-radius:16px;display:flex;flex-direction:column;justify-content:center;z-index:2;background:color-mix(in srgb,var(--bg) 96%,transparent)}
.ecosystem-vp12 .ecosystem-node.n1{grid-column:1;grid-row:1}.ecosystem-vp12 .ecosystem-node.n2{grid-column:3;grid-row:1}.ecosystem-vp12 .ecosystem-node.n3{grid-column:1;grid-row:2}.ecosystem-vp12 .ecosystem-node.n4{grid-column:3;grid-row:2}
.ecosystem-vp12 .ecosystem-node .node-no{position:absolute;right:.85rem;top:.72rem;font-size:.56rem;font-weight:800;letter-spacing:.12em;color:var(--accent)}
.ecosystem-vp12 .ecosystem-node small{font-size:.53rem;margin-bottom:.38rem}.ecosystem-vp12 .ecosystem-node strong{font-size:.96rem;line-height:1.15}.ecosystem-vp12 .ecosystem-node i{font-style:normal;font-size:.59rem;color:var(--muted);margin-top:.48rem;line-height:1.4}
.ecosystem-rail{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);padding-top:.9rem}
.ecosystem-rail span{text-align:center;font-size:.57rem;font-weight:700;text-transform:uppercase;letter-spacing:.11em;color:var(--muted);position:relative}.ecosystem-rail span+span:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:var(--line)}
@media(max-width:1100px){.platform-hero-grid-vp11{grid-template-columns:minmax(0,.92fr) minmax(460px,1.08fr);gap:2.5rem}.ecosystem-map{grid-template-columns:minmax(0,1fr) 108px minmax(0,1fr)}.ecosystem-vp12 .ecosystem-core{width:108px;height:108px}.ecosystem-vp12 .ecosystem-node{min-height:116px;padding:.85rem}.ecosystem-vp12 .ecosystem-node i{display:none}}
@media(max-width:900px){.platform-hero-grid-vp11{grid-template-columns:1fr}.platform-ecosystem.ecosystem-vp12{width:min(100%,650px);justify-self:start}.platform-hero-grid-vp11 h1{max-width:680px}}
@media(max-width:620px){.ecosystem-vp12 .ecosystem-frame{padding:1rem;border-radius:20px}.ecosystem-head{align-items:flex-start;flex-direction:column;gap:.35rem}.ecosystem-map{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:.75rem;padding:1rem 0}.ecosystem-map:before,.ecosystem-map:after{display:none}.ecosystem-vp12 .ecosystem-core{grid-column:1 / span 2;grid-row:2;width:112px;height:112px}.ecosystem-vp12 .ecosystem-node{min-height:104px}.ecosystem-vp12 .ecosystem-node.n1{grid-column:1;grid-row:1}.ecosystem-vp12 .ecosystem-node.n2{grid-column:2;grid-row:1}.ecosystem-vp12 .ecosystem-node.n3{grid-column:1;grid-row:3}.ecosystem-vp12 .ecosystem-node.n4{grid-column:2;grid-row:3}.ecosystem-rail{grid-template-columns:1fr 1fr;row-gap:.75rem}.ecosystem-rail span:nth-child(3){border-top:1px solid var(--line);padding-top:.75rem}.ecosystem-rail span:nth-child(4){border-top:1px solid var(--line);padding-top:.75rem}.platform-hero-grid-vp11 h1{font-size:clamp(2.65rem,12vw,3.75rem)}}
@media(max-width:400px){.ecosystem-map{grid-template-columns:1fr}.ecosystem-vp12 .ecosystem-core,.ecosystem-vp12 .ecosystem-node.n1,.ecosystem-vp12 .ecosystem-node.n2,.ecosystem-vp12 .ecosystem-node.n3,.ecosystem-vp12 .ecosystem-node.n4{grid-column:1;grid-row:auto}.ecosystem-vp12 .ecosystem-core{order:0;margin:.25rem auto}.ecosystem-vp12 .ecosystem-node{min-height:96px}}

/* v1.89-P1.3 — Platforms hero premium visual */
.platform-ecosystem.ecosystem-vp13{width:min(100%,720px);aspect-ratio:auto;justify-self:end}
.ecosystem-vp13 .ecosystem-frame{position:relative;inset:auto;overflow:hidden;border:1px solid color-mix(in srgb,var(--line) 90%,transparent);border-radius:28px;padding:1.45rem 1.5rem 1.3rem;background:radial-gradient(circle at 50% 48%,color-mix(in srgb,var(--accent) 7%,transparent),transparent 28%),linear-gradient(145deg,color-mix(in srgb,var(--surface) 92%,transparent),color-mix(in srgb,var(--bg) 98%,transparent));box-shadow:0 28px 80px rgba(0,0,0,.22)}
.ecosystem-vp13 .ecosystem-frame:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,#000,transparent 92%);pointer-events:none}
.ecosystem-vp13 .ecosystem-frame:after{display:none}
.ecosystem-vp13 .ecosystem-head{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.2rem .1rem 1rem;border-bottom:1px solid var(--line)}
.ecosystem-vp13 .ecosystem-head span{font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:var(--text)}
.ecosystem-vp13 .ecosystem-head small{font-size:.58rem;text-transform:uppercase;letter-spacing:.14em;color:var(--muted)}
.ecosystem-vp13 .ecosystem-map{display:grid;grid-template-columns:minmax(0,1fr) 144px minmax(0,1fr);grid-template-rows:1fr 1fr;gap:1.35rem 1.5rem;position:relative;padding:1.55rem 0 1.35rem;align-items:stretch;overflow:visible}
.ecosystem-vp13 .ecosystem-map:before,.ecosystem-vp13 .ecosystem-map:after{content:"";position:absolute;z-index:0;pointer-events:none}
.ecosystem-vp13 .ecosystem-map:before{height:1px;left:22%;right:22%;top:50%;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--accent) 55%,var(--line)),transparent)}
.ecosystem-vp13 .ecosystem-map:after{width:1px;top:23%;bottom:23%;left:50%;background:linear-gradient(180deg,transparent,color-mix(in srgb,var(--accent) 55%,var(--line)),transparent)}
.ecosystem-vp13 .ecosystem-core{position:relative;left:auto;top:auto;transform:none;grid-column:2;grid-row:1 / span 2;align-self:center;justify-self:center;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:144px;height:144px;border-radius:50%;z-index:5;background:radial-gradient(circle at 36% 30%,color-mix(in srgb,var(--surface) 94%,#1d3552 6%),var(--bg) 72%);border:1px solid color-mix(in srgb,#23bfff 68%,var(--line));box-shadow:0 0 0 10px color-mix(in srgb,var(--bg) 88%,transparent),0 0 0 11px var(--line),0 0 54px rgba(35,191,255,.22)}
.ecosystem-vp13 .ecosystem-core:before{content:"";position:absolute;inset:-18px;border-radius:50%;border:1px solid color-mix(in srgb,#23bfff 22%,transparent)}
.ecosystem-vp13 .ecosystem-core small{font-size:.6rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--text);margin-bottom:.45rem}.ecosystem-vp13 .ecosystem-core strong{font-size:1.08rem;line-height:1.08;color:var(--text)}.ecosystem-vp13 .ecosystem-core span{max-width:100px;margin-top:.48rem;font-size:.58rem;line-height:1.45;color:var(--muted)}
.ecosystem-vp13 .ecosystem-node{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:auto!important;min-width:0;min-height:150px;padding:1.1rem 1.15rem 1rem;border-radius:18px;display:flex;flex-direction:column;justify-content:flex-end;z-index:2;overflow:hidden;background:linear-gradient(145deg,color-mix(in srgb,var(--surface) 95%,transparent),color-mix(in srgb,var(--bg) 96%,transparent));transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.ecosystem-vp13 .ecosystem-node:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 12%,color-mix(in srgb,var(--node-accent) 15%,transparent),transparent 42%);pointer-events:none}
.ecosystem-vp13 .ecosystem-node:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--node-accent) 70%,var(--line));box-shadow:0 18px 38px color-mix(in srgb,var(--node-accent) 11%,transparent)}
.ecosystem-vp13 .ecosystem-node.n1{--node-accent:#5573ff;grid-column:1;grid-row:1}.ecosystem-vp13 .ecosystem-node.n2{--node-accent:#12bb8a;grid-column:3;grid-row:1}.ecosystem-vp13 .ecosystem-node.n3{--node-accent:#b154eb;grid-column:1;grid-row:2}.ecosystem-vp13 .ecosystem-node.n4{--node-accent:#e8a411;grid-column:3;grid-row:2}
.ecosystem-vp13 .ecosystem-node{border:1px solid color-mix(in srgb,var(--node-accent) 70%,var(--line))}
.ecosystem-vp13 .node-icon{position:absolute;left:1rem;top:1rem;width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,color-mix(in srgb,var(--node-accent) 92%,#fff 8%),color-mix(in srgb,var(--node-accent) 72%,#000 28%));box-shadow:0 8px 24px color-mix(in srgb,var(--node-accent) 28%,transparent);color:#fff}
.ecosystem-vp13 .node-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.ecosystem-vp13 .node-no{position:absolute;right:1rem;top:1rem;font-size:.62rem;font-weight:800;letter-spacing:.13em;color:var(--text)}
.ecosystem-vp13 .ecosystem-node small{font-size:.58rem;text-transform:none;letter-spacing:.02em;color:var(--muted);margin-bottom:.3rem}.ecosystem-vp13 .ecosystem-node strong{font-size:1.08rem;line-height:1.15;color:var(--text)}.ecosystem-vp13 .ecosystem-node i{font-style:normal;font-size:.63rem;color:var(--muted);margin-top:.42rem}.ecosystem-vp13 .node-link{position:absolute;right:1rem;bottom:1rem;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--node-accent) 75%,var(--line));color:var(--node-accent);font-size:1rem;font-weight:500}
.ecosystem-vp13 .ecosystem-rail{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);padding-top:1rem;gap:0}
.ecosystem-vp13 .ecosystem-rail>span{min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr);grid-template-rows:auto auto;column-gap:.65rem;align-items:center;text-align:left;padding:.05rem .9rem;color:var(--text)}
.ecosystem-vp13 .ecosystem-rail>span+span{border-left:1px solid var(--line)}
.ecosystem-vp13 .ecosystem-rail svg{grid-row:1 / span 2;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;color:var(--text)}
.ecosystem-vp13 .ecosystem-rail b{font-size:.62rem;text-transform:uppercase;letter-spacing:.12em}.ecosystem-vp13 .ecosystem-rail small{font-size:.56rem;color:var(--muted);margin-top:.16rem;white-space:nowrap}
html[data-theme="light"] .ecosystem-vp13 .ecosystem-frame{background:linear-gradient(145deg,#fff,#f7f8fa);box-shadow:0 24px 60px rgba(20,24,31,.10)}
html[data-theme="light"] .ecosystem-vp13 .ecosystem-frame:before{background:linear-gradient(rgba(20,24,31,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(20,24,31,.035) 1px,transparent 1px)}
html[data-theme="light"] .ecosystem-vp13 .ecosystem-core{background:radial-gradient(circle at 36% 30%,#fff,#f4f7fb 72%);box-shadow:0 0 0 10px rgba(255,255,255,.92),0 0 0 11px var(--line),0 0 44px rgba(35,191,255,.14)}
html[data-theme="light"] .ecosystem-vp13 .ecosystem-node{background:linear-gradient(145deg,#fff,#f9fafb)}
@media(max-width:1180px){.platform-hero-grid-vp11{grid-template-columns:minmax(0,.92fr) minmax(500px,1.08fr);gap:2.6rem}.platform-ecosystem.ecosystem-vp13{width:min(100%,650px)}.ecosystem-vp13 .ecosystem-map{grid-template-columns:minmax(0,1fr) 126px minmax(0,1fr);gap:1rem 1.15rem}.ecosystem-vp13 .ecosystem-core{width:126px;height:126px}.ecosystem-vp13 .ecosystem-node{min-height:138px}.ecosystem-vp13 .ecosystem-rail>span{padding:.05rem .6rem}.ecosystem-vp13 .ecosystem-rail small{display:none}}
@media(max-width:900px){.platform-hero-grid-vp11{grid-template-columns:1fr}.platform-ecosystem.ecosystem-vp13{justify-self:start;width:min(100%,720px);margin-top:1rem}}
@media(max-width:640px){.ecosystem-vp13 .ecosystem-frame{padding:1rem;border-radius:20px}.ecosystem-vp13 .ecosystem-head{align-items:flex-start;flex-direction:column;gap:.35rem}.ecosystem-vp13 .ecosystem-map{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:.75rem;padding:1rem 0}.ecosystem-vp13 .ecosystem-map:before,.ecosystem-vp13 .ecosystem-map:after{display:none}.ecosystem-vp13 .ecosystem-core{grid-column:1 / span 2;grid-row:2;width:118px;height:118px}.ecosystem-vp13 .ecosystem-node{min-height:126px;padding:.9rem}.ecosystem-vp13 .ecosystem-node.n1{grid-column:1;grid-row:1}.ecosystem-vp13 .ecosystem-node.n2{grid-column:2;grid-row:1}.ecosystem-vp13 .ecosystem-node.n3{grid-column:1;grid-row:3}.ecosystem-vp13 .ecosystem-node.n4{grid-column:2;grid-row:3}.ecosystem-vp13 .node-icon{width:38px;height:38px;border-radius:11px;left:.85rem;top:.85rem}.ecosystem-vp13 .node-icon svg{width:19px;height:19px}.ecosystem-vp13 .node-link{display:none}.ecosystem-vp13 .node-no{right:.85rem;top:.85rem}.ecosystem-vp13 .ecosystem-node strong{font-size:.92rem}.ecosystem-vp13 .ecosystem-node i{font-size:.58rem}.ecosystem-vp13 .ecosystem-rail{grid-template-columns:1fr 1fr;row-gap:.75rem}.ecosystem-vp13 .ecosystem-rail>span{padding:.7rem .55rem;border-top:1px solid var(--line)}.ecosystem-vp13 .ecosystem-rail>span:nth-child(-n+2){border-top:0}.ecosystem-vp13 .ecosystem-rail>span:nth-child(odd){border-left:0}.ecosystem-vp13 .ecosystem-rail>span:nth-child(even){border-left:1px solid var(--line)}}
@media(max-width:410px){.ecosystem-vp13 .ecosystem-map{grid-template-columns:1fr}.ecosystem-vp13 .ecosystem-core,.ecosystem-vp13 .ecosystem-node.n1,.ecosystem-vp13 .ecosystem-node.n2,.ecosystem-vp13 .ecosystem-node.n3,.ecosystem-vp13 .ecosystem-node.n4{grid-column:1;grid-row:auto}.ecosystem-vp13 .ecosystem-core{margin:.25rem auto}.ecosystem-vp13 .ecosystem-node{min-height:118px}.ecosystem-vp13 .ecosystem-rail{grid-template-columns:1fr}.ecosystem-vp13 .ecosystem-rail>span,.ecosystem-vp13 .ecosystem-rail>span:nth-child(even){border-left:0;border-top:1px solid var(--line)}.ecosystem-vp13 .ecosystem-rail>span:first-child{border-top:0}}

/* v1.89-P1.4 — Platforms hero visual match */
.platform-hero{position:relative;overflow:hidden}
.platform-hero:after{content:"";position:absolute;right:-12%;top:-24%;width:52vw;height:52vw;border-radius:50%;background:radial-gradient(circle,rgba(24,139,255,.055),transparent 66%);pointer-events:none}
.platform-hero-grid-vp11{grid-template-columns:minmax(0,.78fr) minmax(650px,1.22fr);gap:clamp(3.5rem,5vw,5.75rem);align-items:center;margin-top:1.2rem}
.platform-hero-grid-vp11 h1{font-size:clamp(3.35rem,4.25vw,4.7rem);line-height:.985;max-width:650px;margin:.85rem 0 1.45rem}
.platform-hero-grid-vp11 .lead{max-width:610px;font-size:clamp(.98rem,1.2vw,1.12rem);line-height:1.72}
.platform-hero-grid-vp11 .hero-actions{margin-top:1.75rem}
.platform-hero-copy .hero-proof-vp14{display:flex;align-items:stretch;gap:0;margin-top:2.8rem;max-width:610px}
.hero-proof-vp14>div{display:grid;grid-template-columns:30px auto;grid-template-rows:auto auto;column-gap:.75rem;align-items:center;min-width:0;padding:0 1.25rem}
.hero-proof-vp14>div:first-child{padding-left:0}.hero-proof-vp14>div+div{border-left:1px solid var(--line)}
.hero-proof-vp14 svg{grid-row:1/span 2;width:23px;height:23px;fill:none;stroke:var(--text);stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.hero-proof-vp14 strong{font-size:.82rem;line-height:1.1;color:var(--text)}.hero-proof-vp14 span{font-size:.62rem;line-height:1.35;color:var(--muted);margin-top:.25rem}
.platform-ecosystem.ecosystem-vp13{width:min(100%,790px);justify-self:end;aspect-ratio:auto}
.ecosystem-vp13 .ecosystem-frame{position:relative;inset:auto;width:100%;border-radius:28px;padding:1.55rem 1.65rem 1.3rem;border:1px solid color-mix(in srgb,#2aa9ff 55%,var(--line));background:radial-gradient(circle at 50% 48%,rgba(18,151,255,.095),transparent 28%),linear-gradient(145deg,color-mix(in srgb,#071726 54%,var(--surface)),color-mix(in srgb,var(--bg) 96%,#07111c 4%));box-shadow:0 30px 90px rgba(0,0,0,.3),inset 0 1px 0 rgba(255,255,255,.035)}
.ecosystem-vp13 .ecosystem-head{padding:.15rem .2rem 1.15rem}.ecosystem-vp13 .ecosystem-head span{font-size:.72rem}.ecosystem-vp13 .ecosystem-head small{font-size:.63rem}
.ecosystem-vp13 .ecosystem-map{grid-template-columns:minmax(0,1fr) 170px minmax(0,1fr);gap:1.45rem 1.75rem;padding:1.45rem 0 1.5rem}
.ecosystem-vp13 .ecosystem-map:before,.ecosystem-vp13 .ecosystem-map:after{display:none}
.ecosystem-vp13 .ecosystem-node{min-height:158px;padding:1.15rem 1.2rem 1rem;border-radius:18px;box-shadow:inset 0 1px 0 rgba(255,255,255,.025)}
.ecosystem-vp13 .ecosystem-node:after{content:"";position:absolute;z-index:-1;top:50%;width:76px;height:1px;background:linear-gradient(90deg,var(--node-accent),transparent);opacity:.9}
.ecosystem-vp13 .ecosystem-node.n1:after,.ecosystem-vp13 .ecosystem-node.n3:after{left:100%}.ecosystem-vp13 .ecosystem-node.n2:after,.ecosystem-vp13 .ecosystem-node.n4:after{right:100%;transform:scaleX(-1)}
.ecosystem-vp13 .ecosystem-core{width:164px;height:164px;background:radial-gradient(circle at 45% 35%,#10283a,#061019 72%);border-color:#25b9ff;box-shadow:0 0 0 8px rgba(0,164,255,.055),0 0 0 9px rgba(37,185,255,.3),0 0 0 18px rgba(0,164,255,.035),0 0 62px rgba(0,172,255,.25)}
.ecosystem-vp13 .ecosystem-core:before{inset:-18px;border-color:rgba(37,185,255,.22)}
.ecosystem-vp13 .ecosystem-core:after{content:"";position:absolute;inset:-8px;border-radius:50%;border:1px solid rgba(37,185,255,.38)}
.ecosystem-vp13 .ecosystem-core strong{font-size:1.2rem}.ecosystem-vp13 .ecosystem-core span{font-size:.61rem}
.ecosystem-vp13 .node-icon{width:48px;height:48px}.ecosystem-vp13 .ecosystem-node small{font-size:.62rem}.ecosystem-vp13 .ecosystem-node strong{font-size:1.13rem}.ecosystem-vp13 .ecosystem-node i{font-size:.66rem}
.ecosystem-vp13 .ecosystem-rail{padding-top:1.15rem}.ecosystem-vp13 .ecosystem-rail>span{grid-template-columns:30px minmax(0,1fr);padding:.1rem 1rem}.ecosystem-vp13 .ecosystem-rail svg{width:25px;height:25px}.ecosystem-vp13 .ecosystem-rail b{font-size:.64rem}.ecosystem-vp13 .ecosystem-rail small{font-size:.58rem}
.ecosystem-vp13 .ecosystem-signoff{display:block;text-align:right;margin-top:.8rem;font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:color-mix(in srgb,var(--muted) 75%,transparent)}
html[data-theme="light"] .ecosystem-vp13 .ecosystem-frame{border-color:color-mix(in srgb,#168ee8 45%,var(--line));background:radial-gradient(circle at 50% 48%,rgba(22,142,232,.07),transparent 30%),linear-gradient(145deg,#fff,#f5f9fc)}
html[data-theme="light"] .ecosystem-vp13 .ecosystem-core{background:radial-gradient(circle at 45% 35%,#fff,#edf7fd 72%)}
@media(max-width:1280px){.platform-hero-grid-vp11{grid-template-columns:minmax(0,.82fr) minmax(570px,1.18fr);gap:2.8rem}.platform-ecosystem.ecosystem-vp13{width:min(100%,700px)}.ecosystem-vp13 .ecosystem-map{grid-template-columns:minmax(0,1fr) 145px minmax(0,1fr);gap:1.15rem 1.3rem}.ecosystem-vp13 .ecosystem-core{width:142px;height:142px}.ecosystem-vp13 .ecosystem-node{min-height:146px}.ecosystem-vp13 .ecosystem-rail small{display:none}}
@media(max-width:1020px){.platform-hero-grid-vp11{grid-template-columns:1fr}.platform-ecosystem.ecosystem-vp13{justify-self:start;width:min(100%,780px);margin-top:1.4rem}.platform-hero-grid-vp11 h1{max-width:680px}.hero-proof-vp14{margin-bottom:.5rem}}
@media(max-width:640px){.platform-hero-copy .hero-proof-vp14{display:grid;grid-template-columns:1fr;gap:.8rem}.hero-proof-vp14>div,.hero-proof-vp14>div:first-child{padding:.2rem 0}.hero-proof-vp14>div+div{border-left:0;border-top:1px solid var(--line);padding-top:.8rem}.ecosystem-vp13 .ecosystem-node:after{display:none}.ecosystem-vp13 .ecosystem-signoff{text-align:left}.ecosystem-vp13 .ecosystem-map{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}.ecosystem-vp13 .ecosystem-core{grid-column:1/span 2;grid-row:2;width:124px;height:124px}.ecosystem-vp13 .ecosystem-node{min-height:132px}}

/* v1.89-P1.5 — Platforms hero production geometry + responsive precision */
.platform-hero{padding-top:clamp(3.25rem,5vw,5.25rem)}
.platform-hero .breadcrumb{margin-bottom:clamp(1.35rem,2.2vw,2rem)}
.platform-hero-grid-vp11{grid-template-columns:minmax(500px,.9fr) minmax(0,1.1fr);gap:clamp(2.75rem,4vw,4.75rem);margin-top:0;align-items:center}
.platform-hero-grid-vp11 h1{font-size:clamp(3.15rem,4vw,4.55rem);max-width:690px;letter-spacing:-.052em}
.platform-hero-grid-vp11 h1 em{white-space:normal}
.platform-hero-grid-vp11 .lead{max-width:650px}
.platform-ecosystem.ecosystem-vp13{width:100%;max-width:820px;min-width:0}
.ecosystem-vp13 .ecosystem-frame{overflow:hidden;padding:1.55rem 1.7rem 1.3rem}
.ecosystem-vp13 .ecosystem-map{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 164px minmax(0,1fr);grid-template-rows:1fr 1fr;gap:1.35rem 1.55rem;padding:1.45rem 0 1.5rem;overflow:visible}
.ecosystem-vp13 .ecosystem-node{width:100%;min-width:0;box-sizing:border-box}
.ecosystem-vp13 .ecosystem-node.n1{grid-column:1;grid-row:1}.ecosystem-vp13 .ecosystem-node.n2{grid-column:3;grid-row:1}.ecosystem-vp13 .ecosystem-node.n3{grid-column:1;grid-row:2}.ecosystem-vp13 .ecosystem-node.n4{grid-column:3;grid-row:2}
.ecosystem-vp13 .ecosystem-core{grid-column:2;grid-row:1 / span 2;align-self:center;justify-self:center;z-index:3}
.ecosystem-vp13 .ecosystem-node:after{width:52px}
.ecosystem-vp13 .ecosystem-node.n1:after,.ecosystem-vp13 .ecosystem-node.n3:after{left:100%;background:linear-gradient(90deg,var(--node-accent),color-mix(in srgb,var(--node-accent) 55%,transparent))}
.ecosystem-vp13 .ecosystem-node.n2:after,.ecosystem-vp13 .ecosystem-node.n4:after{right:100%;background:linear-gradient(90deg,var(--node-accent),color-mix(in srgb,var(--node-accent) 55%,transparent));transform:scaleX(-1)}
.ecosystem-vp13 .ecosystem-map:before{display:block;content:"";position:absolute;left:calc(50% - 82px);right:calc(50% - 82px);top:50%;height:1px;background:rgba(37,185,255,.16);pointer-events:none}
.hero-proof-vp14>div:first-child strong{font-size:0}
.hero-proof-vp14>div:first-child strong:after{content:"Platforms";font-size:.82rem}
.hero-proof-vp14>div:first-child span{font-size:0}
.hero-proof-vp14>div:first-child span:after{content:"Enterprise products";font-size:.62rem}
@media(min-width:1021px) and (max-width:1500px){.platform-hero .container{width:min(94%,1480px)}.platform-hero-grid-vp11{grid-template-columns:minmax(480px,.88fr) minmax(620px,1.12fr);gap:2.75rem}.platform-hero-grid-vp11 h1{font-size:clamp(3.05rem,3.75vw,4.15rem);max-width:620px}.platform-ecosystem.ecosystem-vp13{max-width:760px}.ecosystem-vp13 .ecosystem-map{grid-template-columns:minmax(0,1fr) 150px minmax(0,1fr);gap:1.25rem 1.35rem}.ecosystem-vp13 .ecosystem-core{width:148px;height:148px}.ecosystem-vp13 .ecosystem-node{min-height:150px}}
@media(max-width:1180px) and (min-width:1021px){.platform-hero-grid-vp11{grid-template-columns:minmax(420px,.82fr) minmax(540px,1.18fr);gap:2rem}.platform-hero-grid-vp11 h1{font-size:3.2rem}.ecosystem-vp13 .ecosystem-frame{padding-left:1.35rem;padding-right:1.35rem}.ecosystem-vp13 .ecosystem-map{grid-template-columns:minmax(0,1fr) 128px minmax(0,1fr);gap:1rem 1.05rem}.ecosystem-vp13 .ecosystem-core{width:126px;height:126px}.ecosystem-vp13 .ecosystem-node{min-height:140px;padding:1rem}.ecosystem-vp13 .node-icon{width:42px;height:42px}.ecosystem-vp13 .ecosystem-node strong{font-size:1rem}}
@media(max-width:1020px){.platform-hero{padding-top:3rem}.platform-hero-grid-vp11{grid-template-columns:1fr}.platform-ecosystem.ecosystem-vp13{max-width:820px}.platform-hero-grid-vp11 h1{max-width:720px}}
@media(max-width:640px){.platform-hero{padding-top:2.4rem}.ecosystem-vp13 .ecosystem-frame{padding:1rem}.ecosystem-vp13 .ecosystem-map{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:.75rem}.ecosystem-vp13 .ecosystem-map:before{display:none}.ecosystem-vp13 .ecosystem-core{grid-column:1/span 2;grid-row:2}.ecosystem-vp13 .ecosystem-node.n1{grid-column:1;grid-row:1}.ecosystem-vp13 .ecosystem-node.n2{grid-column:2;grid-row:1}.ecosystem-vp13 .ecosystem-node.n3{grid-column:1;grid-row:3}.ecosystem-vp13 .ecosystem-node.n4{grid-column:2;grid-row:3}}

/* v1.89-P1.6 — targeted ecosystem card containment fix */
.ecosystem-vp13 .ecosystem-node{
  position:relative;
  inset:auto;
  left:auto;
  right:auto;
  top:auto;
  bottom:auto;
  transform:none;
  justify-self:stretch;
  align-self:stretch;
}
.ecosystem-vp13 .ecosystem-node:hover,
.ecosystem-vp13 .ecosystem-node:focus-visible{transform:translateY(-2px)}
.ecosystem-vp13 .ecosystem-node.n1,
.ecosystem-vp13 .ecosystem-node.n3{margin-left:0}
.ecosystem-vp13 .ecosystem-node.n2,
.ecosystem-vp13 .ecosystem-node.n4{margin-right:0}

/* v1.89-P1.7 — structural ecosystem grid fix
   Desktop ecosystem uses an explicit contained 3-column grid. No legacy absolute
   coordinates can influence the four product cards. */
@media (min-width:641px){
  .ecosystem-vp13 .ecosystem-map{
    position:relative!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(132px,164px) minmax(0,1fr)!important;
    grid-template-rows:minmax(148px,auto) minmax(148px,auto)!important;
    gap:1.35rem 1.55rem!important;
    padding:1.45rem 0 1.5rem!important;
    width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  .ecosystem-vp13 .ecosystem-node{
    position:relative!important;
    inset:auto!important;
    left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    transform:none!important;
    box-sizing:border-box!important;
    align-self:stretch!important;
    justify-self:stretch!important;
  }
  .ecosystem-vp13 .ecosystem-node.n1{grid-area:1 / 1 / 2 / 2!important}
  .ecosystem-vp13 .ecosystem-node.n2{grid-area:1 / 3 / 2 / 4!important}
  .ecosystem-vp13 .ecosystem-node.n3{grid-area:2 / 1 / 3 / 2!important}
  .ecosystem-vp13 .ecosystem-node.n4{grid-area:2 / 3 / 3 / 4!important}
  .ecosystem-vp13 .ecosystem-core{
    position:relative!important;
    inset:auto!important;
    grid-area:1 / 2 / 3 / 3!important;
    align-self:center!important;
    justify-self:center!important;
    margin:0!important;
    transform:none!important;
  }
  .ecosystem-vp13 .ecosystem-node:hover,
  .ecosystem-vp13 .ecosystem-node:focus-visible{transform:translateY(-2px)!important}
}
@media (min-width:641px) and (max-width:1180px){
  .ecosystem-vp13 .ecosystem-map{
    grid-template-columns:minmax(0,1fr) minmax(116px,128px) minmax(0,1fr)!important;
    gap:1rem 1.05rem!important;
  }
}

/* v1.89-P2 — clean enterprise Platforms hero */
.p2-stack{position:relative;border:1px solid var(--line);border-radius:28px;padding:1.7rem;background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012));box-shadow:0 28px 80px rgba(0,0,0,.18);overflow:hidden}
.p2-stack:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 10%,rgba(255,59,72,.08),transparent 34%);pointer-events:none}
.p2-stack-head{position:relative;display:flex;justify-content:space-between;gap:1rem;align-items:center;padding-bottom:1.2rem;border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:800}.p2-stack-head small{color:var(--muted);font-size:.62rem}
.p2-stack-list{position:relative;display:grid;gap:0}.p2-row{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:1rem;padding:1.2rem .25rem;border-bottom:1px solid var(--line);text-decoration:none;color:var(--text);transition:background .2s ease,padding .2s ease}.p2-row:hover{background:rgba(255,255,255,.025);padding-left:.65rem;padding-right:.65rem}.p2-row>b{font-size:.7rem;letter-spacing:.14em;color:var(--muted)}.p2-row span{display:grid;grid-template-columns:minmax(130px,.55fr) 1fr;align-items:center;column-gap:1.25rem}.p2-row small{grid-column:1;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:.62rem}.p2-row strong{grid-column:2;grid-row:1/span 2;font-size:1.35rem;letter-spacing:-.025em}.p2-row em{grid-column:1;font-style:normal;color:var(--muted);font-size:.74rem}.p2-row i{width:36px;height:36px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-style:normal;color:var(--brand);font-size:1rem}.p2-row:hover i{border-color:var(--brand)}
.p2-foundation{position:relative;margin-top:1.35rem;padding:1.15rem 1.2rem;border-radius:18px;background:rgba(255,255,255,.025);display:grid;grid-template-columns:1fr auto;gap:1.2rem;align-items:end}.p2-foundation small{display:block;color:var(--brand);font-size:.6rem;letter-spacing:.16em;font-weight:800;margin-bottom:.35rem}.p2-foundation strong{font-size:1rem}.p2-foundation ul{display:flex;gap:.55rem;list-style:none;margin:0;padding:0}.p2-foundation li{font-size:.66rem;text-transform:uppercase;letter-spacing:.1em;border:1px solid var(--line);padding:.48rem .62rem;border-radius:999px;color:var(--muted)}
@media(min-width:1021px){.platform-hero-grid-vp11{grid-template-columns:minmax(460px,.88fr) minmax(560px,1.12fr);gap:clamp(2.5rem,4vw,5rem);align-items:center}.p2-stack{min-width:0}.platform-hero-grid-vp11 h1{font-size:clamp(3.2rem,4vw,4.55rem);max-width:650px}}
@media(max-width:1020px){.p2-stack{margin-top:.5rem}.p2-row span{grid-template-columns:minmax(120px,.5fr) 1fr}}
@media(max-width:640px){.p2-stack{padding:1.05rem;border-radius:22px}.p2-stack-head{align-items:flex-start;flex-direction:column}.p2-row{grid-template-columns:30px 1fr 36px;gap:.7rem;padding:1rem 0}.p2-row span{display:block}.p2-row small,.p2-row strong,.p2-row em{display:block}.p2-row strong{font-size:1.08rem;margin:.2rem 0}.p2-foundation{grid-template-columns:1fr}.p2-foundation ul{flex-wrap:wrap}}
[data-theme="light"] .p2-stack{background:linear-gradient(145deg,rgba(15,23,42,.025),rgba(255,255,255,.75));box-shadow:0 24px 70px rgba(15,23,42,.08)}

/* ===== v1.89-R1 Resources Production Experience ===== */
.resources-r1{background:var(--bg)}
.r1-hero{padding:clamp(118px,11vw,168px) 0 74px;background:radial-gradient(circle at 82% 24%,rgba(210,24,34,.10),transparent 28%),linear-gradient(180deg,#090a0d 0%,#0d0f13 100%);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.r1-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);gap:clamp(44px,7vw,100px);align-items:end}.r1-hero .breadcrumb{margin-bottom:36px;color:#8f949d}.r1-hero .breadcrumb a{color:#aeb3bc}.r1-hero h1{font-size:clamp(3.25rem,5.6vw,6.4rem);line-height:.94;letter-spacing:-.055em;max-width:900px;margin:18px 0 26px}.r1-hero h1 em{font-style:normal;color:#cfd2d8}.r1-hero-copy>p{font-size:clamp(1.05rem,1.4vw,1.28rem);line-height:1.7;color:#aeb3bc;max-width:760px}.r1-actions{display:flex;gap:12px;margin-top:34px}.r1-topics{display:flex;gap:10px;flex-wrap:wrap;margin-top:48px}.r1-topics span{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:#8f949d;padding:9px 12px;border:1px solid rgba(255,255,255,.11);border-radius:999px}.r1-feature{position:relative;padding:34px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.015));border-radius:22px;overflow:hidden}.r1-feature:before{content:"";position:absolute;right:-60px;top:-60px;width:180px;height:180px;border:1px solid rgba(225,31,42,.24);border-radius:50%;box-shadow:0 0 0 32px rgba(225,31,42,.035),0 0 0 64px rgba(225,31,42,.02)}.r1-feature-label,.r1-tag{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#e34a53}.r1-feature-mark{font-size:.68rem;letter-spacing:.28em;color:#686d76;margin:70px 0 18px}.r1-feature h2{font-size:clamp(1.8rem,2.5vw,2.7rem);line-height:1.05;letter-spacing:-.035em;margin:0 0 18px;max-width:420px}.r1-feature p{color:#9fa4ad;line-height:1.65}.r1-feature-path{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:28px 0;color:#d5d8dd;font-size:.78rem}.r1-feature-path i{font-style:normal;color:#e12632}.r1-feature>a{color:#fff;font-weight:650;text-decoration:none}.r1-nav{border-bottom:1px solid var(--line);background:var(--surface)}.r1-nav-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:30px}.r1-nav-inner>span{text-transform:uppercase;letter-spacing:.13em;font-size:.7rem;color:var(--muted)}.r1-nav nav{display:flex;gap:28px}.r1-nav a{color:var(--text);font-size:.9rem;text-decoration:none}.r1-section{scroll-margin-top:100px}.r1-heading{display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:end;margin-bottom:42px}.r1-heading h2{font-size:clamp(2.4rem,4vw,4.5rem);line-height:.98;letter-spacing:-.045em;margin:12px 0 0;max-width:850px}.r1-heading>p{color:var(--muted);line-height:1.7;max-width:500px}.r1-editorial-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.r1-story{min-height:280px;padding:30px;border:1px solid var(--line);border-radius:18px;background:var(--surface);display:flex;flex-direction:column}.r1-story-large{grid-row:span 2;min-height:578px;padding:42px;background:linear-gradient(145deg,var(--surface),var(--surface-2))}.r1-story h3{font-size:clamp(1.6rem,2.4vw,2.75rem);line-height:1.08;letter-spacing:-.035em;margin:22px 0 16px;max-width:720px}.r1-story-large h3{font-size:clamp(2.5rem,4vw,4.6rem);margin-top:auto}.r1-story p{color:var(--muted);line-height:1.7;max-width:720px}.r1-story-meta{border-top:1px solid var(--line);padding-top:18px;margin-top:auto;display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:.75rem}.r1-section-alt{background:var(--surface)}.r1-case-grid{border-top:1px solid var(--line)}.r1-case{display:grid;grid-template-columns:90px 1fr;gap:28px;padding:34px 0;border-bottom:1px solid var(--line)}.r1-case-no{font-size:2.3rem;color:#d22632;font-weight:700;letter-spacing:-.04em}.r1-case>div:last-child{display:grid;grid-template-columns:.5fr 1fr 1.2fr .75fr;gap:30px;align-items:start}.r1-case span,.r1-tech>span,.r1-guide-grid article>span{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.r1-case h3{font-size:1.35rem;margin:0}.r1-case p{margin:0;color:var(--muted);line-height:1.6}.r1-case ul{margin:0;padding-left:18px;color:var(--muted);font-size:.88rem;line-height:1.8}.r1-tech-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:18px;overflow:hidden}.r1-tech{padding:28px;min-height:350px;border-right:1px solid var(--line);display:flex;flex-direction:column}.r1-tech:last-child{border-right:0}.r1-tech>b{font-size:2rem;color:#d22632;margin-bottom:50px}.r1-tech h3{font-size:1.5rem;line-height:1.12;margin:16px 0}.r1-tech p{color:var(--muted);line-height:1.65}.r1-tech a{margin-top:auto;color:var(--text);text-decoration:none;font-weight:650}.r1-guides{background:linear-gradient(180deg,var(--bg),var(--surface))}.r1-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.r1-guide-grid article{padding:30px;border:1px solid var(--line);border-radius:18px;background:var(--surface);min-height:330px;display:flex;flex-direction:column}.r1-guide-grid h3{font-size:1.7rem;line-height:1.1;margin:22px 0 14px}.r1-guide-grid p{color:var(--muted);line-height:1.65}.r1-guide-grid article>div{margin-top:auto;padding-top:22px;border-top:1px solid var(--line);font-size:.8rem;letter-spacing:.05em}.r1-close{padding-top:40px}.r1-close-inner{padding:clamp(32px,5vw,64px);border-radius:22px;background:#0c0e12;color:#fff;display:flex;justify-content:space-between;align-items:end;gap:50px}.r1-close h2{font-size:clamp(2.2rem,4vw,4rem);line-height:1;margin:14px 0;max-width:760px}.r1-close p{color:#a8adb5;max-width:680px}.r1-close-inner>div:last-child{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.r1-text-link{color:#fff;text-decoration:none;font-weight:650}
[data-theme="light"] .r1-hero{background:radial-gradient(circle at 82% 24%,rgba(210,24,34,.08),transparent 30%),linear-gradient(180deg,#f6f7f9,#eceff3);color:#111318}[data-theme="light"] .r1-hero .breadcrumb,[data-theme="light"] .r1-hero-copy>p,[data-theme="light"] .r1-feature p{color:#5f6570}[data-theme="light"] .r1-hero .breadcrumb a{color:#4d535d}[data-theme="light"] .r1-hero h1 em{color:#565c66}[data-theme="light"] .r1-feature{border-color:rgba(15,18,23,.13);background:rgba(255,255,255,.62)}[data-theme="light"] .r1-feature>a{color:#111318}[data-theme="light"] .r1-topics span{color:#5e646d;border-color:rgba(15,18,23,.13)}[data-theme="light"] .r1-close-inner{background:#111318}
@media(max-width:1050px){.r1-hero-grid{grid-template-columns:1fr}.r1-feature{max-width:720px}.r1-heading{grid-template-columns:1fr}.r1-editorial-grid{grid-template-columns:1fr 1fr}.r1-story-large{grid-column:1/-1;grid-row:auto;min-height:460px}.r1-tech-grid{grid-template-columns:1fr 1fr}.r1-tech:nth-child(2){border-right:0}.r1-tech:nth-child(-n+2){border-bottom:1px solid var(--line)}.r1-case>div:last-child{grid-template-columns:1fr 1fr}.r1-guide-grid{grid-template-columns:1fr 1fr}.r1-close-inner{align-items:flex-start;flex-direction:column}}
@media(max-width:700px){.r1-hero{padding-top:105px}.r1-hero h1{font-size:clamp(2.8rem,14vw,4.5rem)}.r1-actions{flex-direction:column;align-items:stretch}.r1-feature{padding:26px}.r1-feature-mark{margin-top:46px}.r1-nav-inner{align-items:flex-start;flex-direction:column;padding-top:18px;padding-bottom:18px}.r1-nav nav{width:100%;overflow-x:auto;gap:20px;padding-bottom:4px}.r1-nav a{white-space:nowrap}.r1-editorial-grid,.r1-tech-grid,.r1-guide-grid{grid-template-columns:1fr}.r1-story-large{min-height:420px}.r1-story-meta{flex-direction:column;gap:5px}.r1-tech{border-right:0;border-bottom:1px solid var(--line)!important;min-height:300px}.r1-tech:last-child{border-bottom:0!important}.r1-case{grid-template-columns:52px 1fr}.r1-case>div:last-child{grid-template-columns:1fr}.r1-heading{gap:18px}.r1-heading h2{font-size:clamp(2.2rem,11vw,3.4rem)}}

/* v1.89-F1 — Final production finishing: Platforms P2 micro-polish */
.p2-stack{padding:clamp(1.35rem,2vw,1.9rem);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.04),rgba(255,255,255,.012));box-shadow:0 30px 90px rgba(0,0,0,.2)}
.p2-stack:after{content:"MKP / CONNECTED OPERATIONS";position:absolute;right:1.7rem;bottom:.65rem;font-size:.52rem;font-weight:800;letter-spacing:.18em;color:var(--muted);opacity:.42;pointer-events:none}
.p2-stack-head{padding-bottom:1rem}.p2-stack-head span{color:var(--text)}
.p2-row{min-height:84px;padding:1.05rem .2rem;grid-template-columns:38px 1fr 38px}.p2-row span{grid-template-columns:minmax(118px,.48fr) 1fr}.p2-row strong{font-size:1.28rem}.p2-row i{width:34px;height:34px;transition:transform .2s ease,border-color .2s ease}.p2-row:hover i{transform:translate(2px,-2px)}
.p2-row:focus-visible{outline:2px solid var(--brand);outline-offset:-2px;border-radius:10px}
.p2-foundation{margin-top:1.2rem;padding:1rem 1.1rem 1.35rem}.p2-foundation li{background:rgba(255,255,255,.018)}
.platform-hero-grid-vp11 .platform-hero-copy .lead{max-width:650px}.platform-hero-grid-vp11 .hero-actions{margin-top:1.65rem}
@media(min-width:1021px){.platform-hero-grid-vp11{grid-template-columns:minmax(440px,.9fr) minmax(540px,1.1fr);gap:clamp(2.25rem,3.5vw,4.5rem)}.platform-hero-grid-vp11 h1{font-size:clamp(3.05rem,3.75vw,4.35rem);line-height:.99}.p2-stack{align-self:center}}
@media(max-width:1020px){.platform-hero-grid-vp11{gap:2rem}.p2-stack{width:100%;max-width:820px}}
@media(max-width:640px){.p2-stack:after{display:none}.p2-row{min-height:0}.p2-foundation{padding-bottom:1rem}}
[data-theme="light"] .p2-foundation li{background:rgba(15,23,42,.018)}

/* v1.90 — Homepage Final Production Polish (FIX-01 → FIX-54 closeout) */
.home-page .resources-v185-feature,
.home-page .resources-v185-library>a{transition:background .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease}
.home-page .resources-v185-feature:hover{transform:translateY(-1px)}
.home-page .resources-v185-feature:focus-visible,
.home-page .resources-v185-library>a:focus-visible,
.home-page .resources-v185-close>a:focus-visible{outline:2px solid var(--brand);outline-offset:-3px}
.home-page .resources-v185-library>a:hover{background:color-mix(in srgb,var(--brand) 3%,var(--surface));}
[data-theme="dark"] .home-page .resources-v185-library{background:#171a20}
[data-theme="dark"] .home-page .resources-v185-library>a:hover{background:#1b1e24}
.home-page .resources-v185-feature-copy h3{text-wrap:balance}
.home-page .resources-v185-head .h2,.home-page .resources-v185-head .lead{text-wrap:balance}
.home-page .final-cta-v186{padding-bottom:clamp(62px,5.5vw,88px)!important}
.home-page .final-cta-v186 .cta-v186-system{display:flex;flex-direction:column;min-height:100%}
.home-page .final-cta-v186 .cta-v186-path{flex:1;display:flex;flex-direction:column;justify-content:center}
.home-page .final-cta-v186 .cta-v186-link:focus-visible{outline:2px solid #ff4855;outline-offset:5px;border-radius:3px}
.home-page .footer-intro-message strong{text-wrap:balance}
.home-page .site-footer .footer-brand p,.home-page .site-footer .footer-bottom{color:#a0a5ad}
.home-page .site-footer .footer-bottom a{color:#9aa0a8}
.home-page .site-footer .footer-bottom a:hover{color:#fff}
@media(max-width:980px){.home-page .resources-v185-feature-copy h3{max-width:16ch}.home-page .final-cta-v186{padding-bottom:64px!important}}
@media(max-width:680px){.home-page .resources-v185-feature-copy h3{max-width:15ch}.home-page .resources-v185-feature:before{right:-210px}.home-page .final-cta-v186{padding-bottom:52px!important}.home-page .footer-intro-message strong{max-width:15ch}}
@media(prefers-reduced-motion:reduce){.home-page .resources-v185-feature,.home-page .resources-v185-library>a,.home-page .site-footer a{transition:none!important}}

/* v1.90.2 — dark-theme header logo only; v1.90 navigation/content preserved */
html[data-theme="dark"] .site-header .brand img{content:url("../images/brand/logo-dark.png")}
html[data-theme="light"] .site-header .brand img{content:url("../images/brand/logo.png")}

/* v1.90.3 — factual office-address presentation only */
.footer-offices-v1903{display:grid;gap:10px;margin-top:18px;max-width:390px}.footer-offices-v1903 div{display:grid;gap:3px}.footer-offices-v1903 small{font-size:10px;letter-spacing:.12em;text-transform:uppercase;opacity:.58}.footer-offices-v1903 span{font-size:12px;line-height:1.55;opacity:.72}.c2-offices-v1903{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.c2-office-v1903{padding:18px;border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--surface) 90%,transparent)}.c2-office-v1903 small{display:block;margin-bottom:7px;font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}.c2-office-v1903 strong{display:block;margin-bottom:8px;font-size:12px;letter-spacing:.08em}.c2-office-v1903 p{margin:0;font-size:13px;line-height:1.65;color:var(--muted)}@media(max-width:720px){.c2-offices-v1903{grid-template-columns:1fr}.footer-offices-v1903{max-width:none}}
