:root {
  --soei-green: #176b52;
  --soei-green-dark: #0f513f;
  --soei-forest: #2f6b52;
  --soei-sage: #8baf92;
  --soei-mint: #dceadf;
  --soei-warm-white: #f7f9f7;
  --soei-white: #fff;
  --soei-stone: #e6e8e6;
  --soei-graphite: #4a4f4c;
  --soei-ink: #202522;
  --soei-gestion: #6042b5;
  --soei-tickets: #b4232a;
  --soei-ticket-empresa: #0b9f86;
  --soei-cert: #1558a6;
  --soei-teal: #087f8c;
  --soei-shadow: 0 16px 42px rgba(24, 48, 38, .08);
}

.marketing-body,
.soei-portal-body,
.access-body { margin: 0; color: var(--soei-ink); background: var(--soei-warm-white); font-family: Inter, Manrope, "Segoe UI", sans-serif; }
.marketing-body a,
.soei-portal-body a,
.access-body a { color: inherit; }
.soei-public-shell,
.soei-product-center,
.soei-master-login { min-height: 100vh; background: radial-gradient(circle at 55% 20%, rgba(139,175,146,.08), transparent 24%), var(--soei-warm-white); }
.soei-wordmark { display: inline-flex; align-items: center; gap: 17px; color: var(--soei-green); text-decoration: none; }
.soei-wordmark strong { padding-right: 16px; border-right: 1px solid #cfd8d1; font-size: 38px; line-height: 1; letter-spacing: .03em; }
.soei-wordmark span { color: var(--soei-graphite); font-size: 12px; line-height: 1.45; }
.soei-public-header,
.soei-center-header,
.soei-master-header { min-height: 86px; display: flex; align-items: center; gap: 32px; padding: 0 clamp(28px, 6vw, 92px); border-bottom: 1px solid var(--soei-stone); background: rgba(255,255,255,.88); backdrop-filter: blur(16px); }
.soei-public-nav,
.soei-center-header nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 44px); flex: 1; }
.soei-public-nav a,
.soei-center-header nav a { padding: 29px 0 25px; border-bottom: 2px solid transparent; color: #363b38; font-size: 13px; text-decoration: none; }
.soei-public-nav a:hover,
.soei-center-header nav a:hover,
.soei-center-header nav a.is-active { color: var(--soei-green); border-bottom-color: var(--soei-green); }
.soei-public-actions { display: flex; gap: 13px; }
.soei-button { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid var(--soei-green); border-radius: 7px; color: #fff !important; background: linear-gradient(135deg, var(--soei-green), var(--soei-green-dark)); box-shadow: 0 7px 18px rgba(23,107,82,.15); font-size: 13px; font-weight: 650; text-decoration: none; }
.soei-button:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(23,107,82,.2); }
.soei-button--outline { color: var(--soei-green) !important; background: #fff; box-shadow: none; }
.soei-kicker { display: block; margin-bottom: 18px; color: var(--soei-green); font-size: 11px; font-weight: 750; letter-spacing: .14em; }

.soei-public-hero { min-height: 500px; display: grid; grid-template-columns: minmax(0,.9fr) minmax(460px,1.1fr); align-items: center; gap: clamp(30px, 6vw, 86px); padding: clamp(62px, 7vw, 98px) clamp(28px, 7.2vw, 110px) 36px; }
.soei-public-hero__copy h1 { max-width: 760px; margin: 0; font-size: clamp(38px, 4.1vw, 64px); font-weight: 600; line-height: 1.08; letter-spacing: -.055em; }
.soei-public-hero__copy > p { max-width: 670px; margin: 24px 0 28px; color: var(--soei-graphite); font-size: 16px; line-height: 1.7; }
.soei-public-hero__actions { display: flex; align-items: center; gap: 34px; }
.soei-text-link { padding: 12px 0; border-bottom: 1px solid var(--soei-sage); color: var(--soei-green) !important; font-size: 13px; text-decoration: none; }
.soei-network { position: relative; min-height: 390px; overflow: hidden; background-image: radial-gradient(#b8cabd 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(90deg, transparent, #000 25%, #000 80%, transparent); }
.soei-network::before,
.soei-network::after { content: ""; position: absolute; border: 1px solid rgba(47,107,82,.18); border-radius: 50%; }
.soei-network::before { width: 500px; height: 210px; left: 5%; top: 26%; transform: rotate(8deg); }
.soei-network::after { width: 410px; height: 300px; right: 0; top: 10%; transform: rotate(-12deg); }
.soei-network__rings { position: absolute; left: 50%; top: 50%; width: 165px; height: 165px; display: grid; place-items: center; color: var(--soei-green); border: 1px solid rgba(47,107,82,.5); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 17px rgba(47,107,82,.045), 0 0 0 33px rgba(47,107,82,.035), 0 0 0 50px rgba(47,107,82,.025); background: rgba(255,255,255,.78); }
.soei-network__rings::before,
.soei-network__rings::after { content: ""; position: absolute; border: 1px solid rgba(47,107,82,.14); border-radius: 50%; }
.soei-network__rings::before { inset: -78px; }.soei-network__rings::after { inset: -112px; }
.soei-network__rings span { font-size: 23px; font-style: normal; font-weight: 700; }
.soei-network__node { position: absolute; z-index: 2; width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid rgba(47,107,82,.28); border-radius: 50%; color: var(--soei-green); background: rgba(255,255,255,.95); box-shadow: 0 7px 22px rgba(47,107,82,.08); font-size: 26px; font-style: normal; }
.soei-network__node--one { left: 18%; top: 10%; }.soei-network__node--two { right: 10%; top: 12%; }.soei-network__node--three { left: 15%; bottom: 7%; }.soei-network__node--four { right: 12%; bottom: 8%; }
.soei-network__dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--soei-green); box-shadow: 0 0 0 8px rgba(47,107,82,.1); }
.dot-a { left: 32%; top: 20%; }.dot-b { right: 27%; top: 30%; }.dot-c { left: 29%; bottom: 25%; }.dot-d { right: 25%; bottom: 23%; }

.soei-capability-cards { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; padding: 0 clamp(28px, 7.2vw, 110px) 48px; }
.soei-capability-cards article { min-height: 112px; display: flex; align-items: flex-start; gap: 19px; padding: 23px; border: 1px solid var(--soei-stone); border-radius: 12px; background: #fff; }
.soei-line-icon { width: 49px; height: 49px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--soei-green); background: var(--soei-mint); font-size: 21px; }
.soei-capability-cards h2 { margin: 2px 0 7px; font-size: 14px; }.soei-capability-cards p { margin: 0; color: var(--soei-graphite); font-size: 12px; line-height: 1.55; }
.soei-integrated { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; padding: 48px clamp(28px, 7.2vw, 110px); border-top: 1px solid var(--soei-stone); border-bottom: 1px solid var(--soei-stone); background: rgba(255,255,255,.62); }
.soei-integrated h2 { margin: 0; font-size: 28px; font-weight: 550; line-height: 1.3; }.soei-integrated h2 em { color: var(--soei-green); font-style: normal; font-weight: 650; }.soei-integrated p { color: var(--soei-graphite); line-height: 1.6; }
.soei-integrated ul { margin: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 14px 35px; padding: 0 0 0 55px; border-left: 1px solid var(--soei-stone); list-style: none; }
.soei-integrated li { color: var(--soei-graphite); font-size: 13px; }.soei-integrated li::before { content: "✓"; margin-right: 11px; color: var(--soei-green); font-weight: 700; }
.soei-products { padding: 64px clamp(28px, 7.2vw, 110px); }.soei-section-heading h2 { margin: 0 0 30px; font-size: 32px; }
.soei-products__grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(190px,1fr)); gap: 18px; }.soei-product { position: relative; min-height: 210px; padding: 25px; border: 1px solid var(--soei-stone); border-radius: 13px; background: #fff; text-decoration: none; transition: .2s ease; }.soei-product:hover { transform: translateY(-4px); box-shadow: var(--soei-shadow); }.soei-product > span { color: #9aa39e; font-size: 11px; }.soei-product h3 { margin: 34px 0 9px; font-size: 21px; }.soei-product p { min-height: 44px; color: var(--soei-graphite); font-size: 13px; line-height: 1.55; }.soei-product b { display: block; margin-top: 18px; color: var(--product-color); font-size: 13px; }.soei-product::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; border-radius: 13px 0 0 13px; background: var(--product-color); }.soei-product--earth { --product-color: var(--soei-forest); }.soei-product--gestion { --product-color: var(--soei-gestion); }.soei-product--tickets { --product-color: var(--soei-tickets); }.soei-product--ticket-empresa { --product-color: var(--soei-ticket-empresa); }.soei-product--cert { --product-color: var(--soei-cert); }
.soei-public-footer,
.soei-center-footer { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 35px; padding: 38px clamp(28px, 7.2vw, 110px) 20px; border-top: 1px solid var(--soei-stone); background: #fff; }
.soei-public-footer > div:not(.soei-wordmark),
.soei-center-footer > div:not(.soei-wordmark) { display: grid; align-content: start; gap: 8px; color: var(--soei-graphite); font-size: 12px; }.soei-public-footer a,.soei-center-footer a { text-decoration: none; }.soei-public-footer small,.soei-center-footer small { grid-column: 1/-1; padding-top: 18px; border-top: 1px solid var(--soei-stone); color: #737a76; }

/* Centro de productos */
.soei-center-header .soei-wordmark strong { font-size: 34px; }.soei-account-menu { display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid var(--soei-stone); border-radius: 8px; background: #fff; font-size: 12px; }.soei-account-menu a { color: var(--soei-green); text-decoration: none; }
.soei-center-main { padding: 40px clamp(28px, 5vw, 78px) 28px; }.soei-center-title { min-height: 140px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; }.soei-center-title h1 { margin: 0 0 12px; font-size: clamp(34px,4vw,55px); letter-spacing: -.045em; }.soei-center-title p { color: var(--soei-graphite); font-size: 16px; }.soei-center-orbit { position: relative; height: 135px; border-radius: 80px; background-image: radial-gradient(#b9d0bf 1px, transparent 1px); background-size: 19px 19px; mask-image: linear-gradient(90deg, transparent,#000 30%,#000 80%,transparent); }.soei-center-orbit span { position: absolute; left: 48%; top: 50%; width: 56px; height: 56px; border: 1px solid var(--soei-sage); border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 17px rgba(139,175,146,.1),0 0 0 34px rgba(139,175,146,.06); }.soei-center-orbit i,.soei-center-orbit b { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: var(--soei-green); }.soei-center-orbit i { left: 25%; top: 35%; }.soei-center-orbit b { right: 20%; bottom: 25%; }
.soei-center-layout { display: grid; grid-template-columns: minmax(0,1fr) minmax(290px,.36fr); gap: 28px; }.soei-center-products { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }.soei-center-card { --product: var(--soei-green); min-height: 200px; display: grid; grid-template-columns: 190px 1fr; align-items: center; padding: 20px; border: 1px solid var(--soei-stone); border-radius: 13px; background: #fff; box-shadow: 0 6px 18px rgba(24,48,38,.035); }.soei-center-card--gestion { --product: var(--soei-gestion); }.soei-center-card--tickets { --product: var(--soei-tickets); }.soei-center-card--ticket-empresa { --product: var(--soei-ticket-empresa); }.soei-center-card--aplicacion { --product: var(--soei-cert); }.soei-center-card__visual { position: relative; height: 160px; display: grid; place-items: center; }.soei-center-card__visual::before,.soei-center-card__visual::after { content: ""; position: absolute; border: 1px solid color-mix(in srgb,var(--product) 20%,transparent); border-radius: 50%; }.soei-center-card__visual::before { width: 126px; height: 126px; }.soei-center-card__visual::after { width: 90px; height: 90px; }.soei-center-card__visual span { z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: var(--product); background: color-mix(in srgb,var(--product) 10%,#fff); font-weight: 750; }.soei-center-card__content small { color: #68706b; }.soei-center-card__content h2 { margin: 8px 0; font-size: 25px; }.soei-center-card__content p { min-height: 40px; margin: 0 0 18px; color: var(--soei-graphite); font-size: 13px; line-height: 1.5; }.soei-center-card__content a { display: inline-flex; gap: 20px; padding: 9px 16px; border: 1px solid var(--product); border-radius: 6px; color: var(--product); font-size: 12px; font-weight: 650; text-decoration: none; }.soei-center-status { padding: 26px; border: 1px solid var(--soei-stone); border-radius: 13px; background: #fff; }.soei-center-status h2 { margin: 0 0 8px; font-size: 20px; }.soei-center-status__overall { margin: 0 0 18px; padding-bottom: 18px; border-bottom: 1px solid var(--soei-stone); color: var(--soei-graphite); font-size: 12px; }.soei-center-status__overall span { width: 9px; height: 9px; display: inline-block; margin-right: 8px; border-radius: 50%; }.soei-center-status__overall .is-ok { background: #15915e; }.soei-center-status__overall .is-warning { background: #e9a23b; }.soei-center-status article { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--soei-stone); }.soei-center-status article:last-child { border: 0; }.soei-center-status article b { font-size: 13px; }.soei-center-status article p { margin: 5px 0 8px; color: var(--soei-graphite); font-size: 11px; line-height: 1.45; }.soei-center-status article a { color: var(--soei-green); font-size: 11px; text-decoration: none; }

/* Administrador maestro */
.soei-master-header { justify-content: space-between; }.soei-restricted-badge { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border: 1px solid #bed4c6; border-radius: 999px; color: var(--soei-green); background: rgba(255,255,255,.8); font-size: 11px; font-weight: 700; letter-spacing: .05em; }.soei-master-main { min-height: calc(100vh - 180px); display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 65px; padding: 38px clamp(28px, 4.7vw, 74px); }.soei-master-intro h1 { margin: 18px 0 4px; font-size: clamp(38px,4vw,59px); line-height: 1.08; letter-spacing: -.04em; }.soei-master-intro h1 em,.soei-master-card h2 em { color: var(--soei-green); font-style: normal; }.soei-master-intro h2 { margin: 0 0 12px; color: var(--soei-green); font-size: 21px; font-weight: 550; }.soei-master-intro > p { max-width: 660px; color: var(--soei-graphite); font-size: 14px; line-height: 1.65; }.soei-master-map { position: relative; min-height: 245px; display: grid; grid-template-columns: 1fr 1fr; align-content: center; gap: 18px 220px; margin-top: 22px; }.soei-master-map::before,.soei-master-map::after { content: ""; position: absolute; left: 50%; top: 50%; border: 1px solid rgba(47,107,82,.12); border-radius: 50%; transform: translate(-50%,-50%); }.soei-master-map::before { width: 235px; height: 235px; }.soei-master-map::after { width: 180px; height: 180px; }.soei-master-map__center { position: absolute; z-index: 2; left: 50%; top: 50%; width: 120px; height: 120px; display: grid; place-items: center; align-content: center; border: 1px solid var(--soei-sage); border-radius: 50%; color: var(--soei-green); background: #fff; transform: translate(-50%,-50%); text-align: center; }.soei-master-map__center b { font-size: 22px; }.soei-master-map__center span { margin-top: 5px; font-size: 8px; line-height: 1.4; }.soei-master-map article { display: flex; align-items: center; gap: 12px; }.soei-master-map article > span { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #c8dacf; border-radius: 50%; color: var(--soei-green); }.soei-master-map article b,.soei-master-map article small { display: block; }.soei-master-map article b { color: var(--soei-green); font-size: 10px; }.soei-master-map article small { max-width: 135px; margin-top: 3px; color: var(--soei-graphite); font-size: 9px; line-height: 1.4; }
.soei-master-card { width: min(590px,100%); justify-self: end; padding: 34px 38px 25px; border: 1px solid var(--soei-stone); border-radius: 15px; background: #fff; box-shadow: var(--soei-shadow); text-align: center; }.soei-master-shield { width: 64px; height: 64px; display: grid; place-items: center; margin: 0 auto 12px; border-radius: 22px 22px 30px 30px; color: #fff; background: linear-gradient(145deg,#35a174,var(--soei-green-dark)); font-size: 28px; }.soei-master-card > h2 { margin: 0; font-size: 25px; line-height: 1.15; }.soei-master-card > p { margin: 12px 0 24px; color: var(--soei-graphite); font-size: 12px; }.soei-master-form { display: grid; gap: 15px; text-align: left; }.soei-master-form label { display: grid; gap: 7px; font-size: 11px; font-weight: 700; }.soei-master-form input { min-height: 45px; padding: 0 14px; border: 1px solid #d9dfdb; border-radius: 7px; color: var(--soei-ink); background: #fff; }.soei-master-form button { min-height: 47px; border: 0; border-radius: 7px; color: #fff; background: linear-gradient(135deg,var(--soei-green),#0b7b57); font-weight: 700; cursor: pointer; }.soei-master-error { margin-bottom: 14px; padding: 11px; border: 1px solid #efc2c2; border-radius: 7px; color: #a52121; background: #fff4f4; font-size: 12px; }.soei-master-security-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 25px; border: 1px solid var(--soei-stone); border-radius: 12px; overflow: hidden; background: var(--soei-stone); }.soei-master-security-grid span { min-height: 65px; display: grid; place-items: center; align-content: center; gap: 5px; background: #f8faf8; }.soei-master-security-grid b { color: var(--soei-green); font-size: 8px; }.soei-master-security-grid small { color: var(--soei-graphite); font-size: 8px; }.soei-master-back { display: inline-block; margin-top: 17px; color: var(--soei-green) !important; font-size: 11px; text-decoration: none; }.soei-master-footer { min-height: 78px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; padding: 0 clamp(28px,4.7vw,74px); color: #fff; background: linear-gradient(135deg,var(--soei-green-dark),var(--soei-green)); font-size: 11px; }.soei-master-footer > span:first-child { display: flex; align-items: center; gap: 14px; }.soei-master-footer strong { font-size: 25px; }.soei-master-footer small { display: block; }.soei-master-footer > b { text-align: center; }.soei-master-footer > span:last-child { text-align: right; }

@media (max-width: 1100px) {
  .soei-public-nav,.soei-center-header nav { display: none; }
  .soei-public-header,.soei-center-header { justify-content: space-between; }
  .soei-public-hero { grid-template-columns: 1fr; }.soei-network { min-height: 300px; }.soei-capability-cards,.soei-products__grid { grid-template-columns: repeat(2,1fr); }.soei-center-layout { grid-template-columns: 1fr; }.soei-master-main { grid-template-columns: 1fr; }.soei-master-card { justify-self: center; }.soei-master-intro { text-align: center; }.soei-master-intro > p { margin-inline: auto; }
}
@media (max-width: 720px) {
  .soei-wordmark strong { font-size: 29px; }.soei-wordmark span { display: none; }.soei-public-actions .soei-button--outline { display: none; }.soei-public-header,.soei-center-header,.soei-master-header { min-height: 70px; padding-inline: 20px; }.soei-public-hero { padding: 48px 20px 25px; }.soei-public-hero__copy h1 { font-size: 39px; }.soei-public-hero__actions { align-items: stretch; flex-direction: column; gap: 10px; }.soei-network { min-height: 260px; }.soei-network__rings { width: 115px; height: 115px; }.soei-network__node { width: 43px; height: 43px; font-size: 20px; }.soei-capability-cards,.soei-products__grid,.soei-integrated { grid-template-columns: 1fr; }.soei-capability-cards { padding-inline: 20px; }.soei-integrated { padding: 38px 20px; gap: 25px; }.soei-integrated ul { grid-template-columns: 1fr; padding: 22px 0 0; border: 0; border-top: 1px solid var(--soei-stone); }.soei-products { padding-inline: 20px; }.soei-public-footer,.soei-center-footer { grid-template-columns: 1fr 1fr; padding-inline: 20px; }.soei-public-footer .soei-wordmark,.soei-center-footer .soei-wordmark { grid-column: 1/-1; }.soei-center-title { grid-template-columns: 1fr; }.soei-center-orbit { display: none; }.soei-center-main { padding: 35px 18px; }.soei-center-title h1 { font-size: 38px; }.soei-center-products { grid-template-columns: 1fr; }.soei-center-card { grid-template-columns: 110px 1fr; padding: 15px; }.soei-center-card__visual { height: 120px; }.soei-center-card__visual::before { width: 95px;height:95px }.soei-center-card__visual::after { width:68px;height:68px }.soei-account-menu span { display: none; }.soei-master-main { padding: 36px 18px; gap: 28px; }.soei-master-intro h1 { font-size: 40px; }.soei-master-map { display: none; }.soei-master-card { padding: 28px 19px 22px; }.soei-master-security-grid { grid-template-columns: 1fr; }.soei-master-footer { grid-template-columns: 1fr; justify-items: center; gap: 5px; padding-block: 18px; text-align: center; }.soei-master-footer > span:last-child { text-align: center; }
}

/* Página pública SOEI 2026 */
:root {
  --soei-home-bg: #f7f9f7;
  --soei-home-surface: #ffffff;
  --soei-home-ink: #26322e;
  --soei-home-muted: #66736d;
  --soei-home-border: #d7e2dc;
  --soei-home-green: #2f5d50;
  --soei-home-green-2: #6f927f;
  --soei-home-sage: #8baf92;
  --soei-home-soft: #eef5f0;
  --soei-home-success: #16a36a;
  --soei-home-warning: #f5b942;
  --soei-home-critical: #d95c5c;
  --soei-home-info: #5c8fa3;
  --soei-home-shadow: 0 28px 70px rgba(38, 50, 46, .11);
}

.marketing-body {
  min-width: 320px;
  background: var(--soei-home-bg);
  color: var(--soei-home-ink);
}

.soei-home {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 10%, rgba(139, 175, 146, .11), transparent 21rem),
    var(--soei-home-bg);
}

.soei-home-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  min-height: 78px;
  padding: 0 clamp(24px, 5.5vw, 88px);
  border-bottom: 1px solid rgba(215, 226, 220, .85);
  background: rgba(247, 249, 247, .88);
  backdrop-filter: blur(18px);
}

.soei-home-brand strong { font-size: 32px; }
.soei-home-brand span { color: var(--soei-home-muted); font-size: 10px; letter-spacing: .02em; }
.soei-home-nav { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 3vw, 46px); }
.soei-home-nav a { position: relative; padding: 30px 0 27px; color: #4a5752; font-size: 12px; font-weight: 620; text-decoration: none; }
.soei-home-nav a::after { content: ""; position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; border-radius: 2px; background: var(--soei-home-green); transform: scaleX(0); transition: transform 180ms ease; }
.soei-home-nav a:hover::after,
.soei-home-nav a:focus-visible::after { transform: scaleX(1); }
.soei-home-actions { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.soei-home-login { color: var(--soei-home-green) !important; font-size: 12px; font-weight: 650; text-decoration: none; }
.soei-home .soei-button { min-height: 42px; border-radius: 10px; background: var(--soei-home-green); box-shadow: none; }
.soei-mobile-menu { display: none; }

.soei-home-hero {
  display: grid;
  grid-template-columns: minmax(380px, .78fr) minmax(620px, 1.22fr);
  align-items: center;
  gap: clamp(44px, 6vw, 100px);
  width: min(100% - 48px, 1500px);
  min-height: 720px;
  margin: 0 auto;
  padding: 70px 0 76px;
}

.soei-home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--soei-home-green);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.soei-home-eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--soei-home-green); box-shadow: 0 0 0 5px rgba(47, 93, 80, .09); }
.soei-home-eyebrow--light { color: #cfe4d7; }
.soei-home-eyebrow--light i { background: #8baf92; box-shadow: 0 0 0 5px rgba(139, 175, 146, .13); }
.soei-home-hero h1 { max-width: 710px; margin: 22px 0 24px; font-size: clamp(48px, 5vw, 76px); font-weight: 590; line-height: .99; letter-spacing: -.062em; }
.soei-home-hero h1 em,
.soei-section-intro h2 em,
.soei-section-heading h2 em,
.soei-architecture h2 em,
.soei-intelligence h2 em,
.soei-home-cta h2 em { color: var(--soei-home-green); font-style: normal; font-weight: 610; }
.soei-home-hero__copy > p { max-width: 620px; margin: 0; color: var(--soei-home-muted); font-size: 17px; line-height: 1.7; }
.soei-home-hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; }
.soei-home-primary,
.soei-home-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 11px; font-size: 12px; font-weight: 720; text-decoration: none; }
.soei-home-primary { gap: 16px; padding: 0 23px; background: var(--soei-home-green); color: #fff !important; box-shadow: 0 13px 28px rgba(47, 93, 80, .16); }
.soei-home-primary:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(47, 93, 80, .22); }
.soei-home-secondary { color: var(--soei-home-green) !important; border-bottom: 1px solid var(--soei-home-sage); border-radius: 0; }
.soei-home-assurances { display: grid; grid-template-columns: repeat(3, 1fr); margin: 46px 0 0; padding: 0; list-style: none; }
.soei-home-assurances li { display: grid; gap: 5px; padding: 0 16px; border-left: 1px solid var(--soei-home-border); }
.soei-home-assurances li:first-child { padding-left: 0; border-left: 0; }
.soei-home-assurances b { font-size: 11px; }
.soei-home-assurances span { color: var(--soei-home-muted); font-size: 9px; line-height: 1.4; }

.soei-command { overflow: hidden; border: 1px solid #cfdbd5; border-radius: 18px; background: #fff; box-shadow: var(--soei-home-shadow); transform: perspective(1400px) rotateY(-1.5deg); transform-origin: right center; }
.soei-command__top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 48px; padding: 0 18px; border-bottom: 1px solid #e4ebe7; background: #fbfcfb; color: var(--soei-home-muted); font-size: 9px; }
.soei-command__brand { padding-right: 16px; color: var(--soei-home-green); font-size: 13px; font-weight: 800; letter-spacing: .05em; }
.soei-command__context { padding-left: 16px; border-left: 1px solid var(--soei-home-border); }
.soei-command__status { display: inline-flex; align-items: center; gap: 7px; }
.soei-command__status i { width: 6px; height: 6px; border-radius: 50%; background: var(--soei-home-success); box-shadow: 0 0 0 4px rgba(22, 163, 106, .08); }
.soei-command__body { display: grid; grid-template-columns: 58px 1fr; min-height: 475px; }
.soei-command__rail { display: flex; align-items: center; flex-direction: column; padding: 18px 8px; background: #26322e; gap: 17px; }
.soei-command__rail b { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; color: #fff; background: var(--soei-home-green); font-size: 9px; }
.soei-command__rail span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; color: #94a29c; font-size: 8px; }
.soei-command__rail span.is-active { color: #fff; background: rgba(255, 255, 255, .11); }
.soei-command__workspace { padding: 23px; background: #f7f9f7; }
.soei-command__heading { display: flex; align-items: flex-start; justify-content: space-between; }
.soei-command__heading small { color: var(--soei-home-muted); font-size: 8px; }
.soei-command__heading h2 { margin: 4px 0 0; font-size: 19px; letter-spacing: -.03em; }
.soei-command__heading > span { padding: 7px 9px; border: 1px solid var(--soei-home-border); border-radius: 7px; color: var(--soei-home-muted); background: #fff; font-size: 8px; }
.soei-command__kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.soei-command__kpis article { padding: 13px; border: 1px solid #e0e8e4; border-radius: 11px; background: #fff; }
.soei-command__kpis small,
.soei-command__kpis strong,
.soei-command__kpis span { display: block; }
.soei-command__kpis small { color: var(--soei-home-muted); font-size: 7px; }
.soei-command__kpis strong { margin: 8px 0 3px; font-size: 24px; letter-spacing: -.04em; }
.soei-command__kpis span { color: var(--soei-home-muted); font-size: 7px; }
.soei-command__kpis span.is-positive { color: var(--soei-home-success); }
.soei-command__kpis span.is-critical { color: var(--soei-home-critical); }
.soei-command__grid { display: grid; grid-template-columns: 1.35fr .85fr; gap: 10px; margin-top: 10px; }
.soei-command__trend,
.soei-command__decision { min-height: 205px; padding: 15px; border: 1px solid #e0e8e4; border-radius: 11px; background: #fff; }
.soei-command__trend header { display: flex; justify-content: space-between; }
.soei-command__trend header small,
.soei-command__trend header b { display: block; }
.soei-command__trend header small { color: var(--soei-home-muted); font-size: 7px; }
.soei-command__trend header b { margin-top: 4px; font-size: 9px; }
.soei-command__trend header > span { color: var(--soei-home-success); font-size: 9px; font-weight: 700; }
.soei-command__bars { display: flex; align-items: end; height: 112px; margin-top: 15px; padding: 0 10px; border-bottom: 1px solid #dfe8e3; background: repeating-linear-gradient(to top, transparent 0 36px, #eef2f0 37px); gap: 9px; }
.soei-command__bars i { width: 100%; height: var(--bar); border-radius: 4px 4px 0 0; background: linear-gradient(180deg, #8baf92, #2f6b52); }
.soei-command__trend footer { display: flex; justify-content: space-between; margin-top: 9px; color: var(--soei-home-muted); font-size: 6px; }
.soei-command__decision { position: relative; background: linear-gradient(145deg, #fff, #f1f6f3); }
.soei-command__decision > small { color: var(--soei-home-green); font-size: 6px; font-weight: 800; letter-spacing: .12em; }
.soei-command__confidence { position: absolute; top: 13px; right: 13px; padding: 4px 6px; border-radius: 99px; color: var(--soei-home-green); background: #e4eee8; font-size: 6px; }
.soei-command__decision h3 { margin: 17px 0 6px; font-size: 14px; }
.soei-command__decision p { min-height: 30px; margin: 0 0 12px; color: var(--soei-home-muted); font-size: 8px; line-height: 1.5; }
.soei-command__decision div { display: flex; justify-content: space-between; padding: 9px 0; border-top: 1px solid var(--soei-home-border); font-size: 8px; }
.soei-command__decision div span { color: var(--soei-home-muted); }
.soei-command__decision-action { display: flex; width: 100%; min-height: 31px; align-items: center; justify-content: center; gap: 8px; margin-top: 8px; border-radius: 7px; color: #fff; background: var(--soei-home-green); font-size: 7px; font-weight: 700; }
.soei-command__activity { display: grid; grid-template-columns: auto 1fr 1.2fr auto; align-items: center; gap: 8px; margin-top: 10px; padding: 11px 13px; border: 1px solid #e0e8e4; border-radius: 10px; background: #fff; color: var(--soei-home-muted); font-size: 7px; }
.soei-command__activity i { width: 7px; height: 7px; border-radius: 50%; background: var(--soei-home-warning); }
.soei-command__activity b { color: var(--soei-home-ink); }
.soei-command__activity time { white-space: nowrap; }

.soei-home-trust { display: flex; align-items: center; justify-content: center; min-height: 74px; padding: 16px 24px; border-top: 1px solid var(--soei-home-border); border-bottom: 1px solid var(--soei-home-border); color: var(--soei-home-muted); background: rgba(255, 255, 255, .67); font-size: 10px; font-weight: 650; letter-spacing: .04em; text-transform: uppercase; gap: clamp(20px, 4vw, 66px); }
.soei-home-trust i { width: 4px; height: 4px; border-radius: 50%; background: var(--soei-home-sage); }

.soei-operating-model,
.soei-ecosystem,
.soei-governance { width: min(100% - 48px, 1380px); margin: 0 auto; padding: 118px 0; }
.soei-section-intro { max-width: 830px; margin: 0 auto 62px; text-align: center; }
.soei-section-intro h2,
.soei-section-heading h2,
.soei-architecture h2,
.soei-intelligence h2,
.soei-home-cta h2 { margin: 17px 0 18px; font-size: clamp(36px, 4.2vw, 58px); font-weight: 580; line-height: 1.06; letter-spacing: -.05em; }
.soei-section-intro > p,
.soei-section-heading > p,
.soei-architecture__copy > p,
.soei-intelligence__copy > p { color: var(--soei-home-muted); line-height: 1.7; }
.soei-cycle { display: grid; grid-template-columns: repeat(8, 1fr); margin: 0; padding: 0; border: 1px solid var(--soei-home-border); border-radius: 18px; overflow: hidden; background: #fff; list-style: none; box-shadow: 0 20px 50px rgba(38, 50, 46, .05); }
.soei-cycle li { position: relative; display: grid; min-height: 178px; align-content: space-between; padding: 24px 17px; border-left: 1px solid var(--soei-home-border); }
.soei-cycle li:first-child { border-left: 0; }
.soei-cycle li:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -10px; display: grid; width: 19px; height: 19px; place-items: center; border: 1px solid var(--soei-home-border); border-radius: 50%; color: var(--soei-home-green); background: #fff; font-size: 9px; transform: translateY(-50%); }
.soei-cycle span { color: var(--soei-home-sage); font-size: 10px; font-weight: 760; }
.soei-cycle b { font-size: 13px; }
.soei-cycle small { color: var(--soei-home-muted); font-size: 9px; line-height: 1.45; }

.soei-ecosystem { border-top: 1px solid var(--soei-home-border); }
.soei-section-heading { display: grid; grid-template-columns: 1.2fr .7fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.soei-section-heading > p { margin-bottom: 20px; }
.soei-domain-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--soei-home-border); border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 24px 58px rgba(38, 50, 46, .06); }
.soei-domain-card { position: relative; display: grid; min-height: 260px; align-content: space-between; padding: 22px; border-right: 1px solid var(--soei-home-border); border-bottom: 1px solid var(--soei-home-border); color: var(--soei-home-ink) !important; background: #fff; text-decoration: none; transition: background 170ms ease, transform 170ms ease; }
.soei-domain-card:nth-child(5n) { border-right: 0; }
.soei-domain-card:nth-last-child(-n + 5) { border-bottom: 0; }
.soei-domain-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 3px; background: var(--domain); transform: scaleX(.16); transform-origin: left; transition: transform 180ms ease; }
.soei-domain-card:hover,
.soei-domain-card:focus-visible { z-index: 2; background: color-mix(in srgb, var(--domain) 4%, #fff); transform: translateY(-2px); }
.soei-domain-card:hover::before,
.soei-domain-card:focus-visible::before { transform: scaleX(1); }
.soei-domain-card__number { color: #98a39e; font-size: 9px; }
.soei-domain-card__mark { display: grid; width: 48px; height: 48px; margin: 23px 0 28px; place-items: center; border: 1px solid color-mix(in srgb, var(--domain) 36%, #fff); border-radius: 15px; color: var(--domain); background: color-mix(in srgb, var(--domain) 8%, #fff); font-size: 12px; font-weight: 790; text-transform: uppercase; }
.soei-domain-card small { color: var(--domain); font-size: 8px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.soei-domain-card h3 { margin: 7px 0; font-size: 17px; letter-spacing: -.02em; }
.soei-domain-card p { min-height: 48px; margin: 0; color: var(--soei-home-muted); font-size: 10px; line-height: 1.55; }
.soei-domain-card > b { position: absolute; top: 21px; right: 21px; color: var(--domain); font-size: 13px; }

.soei-architecture { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(60px, 8vw, 130px); padding: 120px max(24px, calc((100% - 1380px) / 2)); background: #fff; }
.soei-architecture__copy > p { max-width: 590px; }
.soei-architecture__copy ul { display: grid; margin: 34px 0 0; padding: 0; list-style: none; gap: 19px; }
.soei-architecture__copy li { display: grid; grid-template-columns: 135px 1fr; padding-top: 19px; border-top: 1px solid var(--soei-home-border); gap: 15px; }
.soei-architecture__copy li b { color: var(--soei-home-green); font-size: 11px; }
.soei-architecture__copy li span { color: var(--soei-home-muted); font-size: 10px; line-height: 1.5; }
.soei-architecture__map { display: grid; gap: 12px; padding: 25px; border: 1px solid var(--soei-home-border); border-radius: 22px; background: #f7f9f7; box-shadow: 0 28px 70px rgba(38, 50, 46, .07); }
.soei-layer { display: grid; grid-template-columns: 110px repeat(6, 1fr); align-items: center; min-height: 75px; padding: 12px 16px; border: 1px solid #dfe7e3; border-radius: 13px; background: #fff; gap: 9px; }
.soei-layer > span { color: var(--soei-home-muted); font-size: 8px; font-weight: 790; letter-spacing: .08em; text-transform: uppercase; }
.soei-layer b { display: grid; min-height: 39px; place-items: center; padding: 7px; border-radius: 8px; color: #4f5b56; background: #f0f4f2; font-size: 8px; text-align: center; }
.soei-layer--experience b { color: #334e68; background: #eef3f7; }
.soei-layer--domains b:nth-child(2) { color: #2f6b52; background: #edf5f0; }
.soei-layer--domains b:nth-child(3) { color: #b36417; background: #fff3e6; }
.soei-layer--domains b:nth-child(4) { color: #4169a1; background: #eef3fa; }
.soei-layer--domains b:nth-child(5) { color: #665191; background: #f2eff8; }
.soei-layer--domains b:nth-child(6) { color: #487f7a; background: #eef6f5; }
.soei-layer--domains b:nth-child(7) { color: #7663a5; background: #f3f0f9; }
.soei-layer--core { border-color: #a9c1b3; background: #f4f8f5; }
.soei-layer--core b { color: #fff; background: var(--soei-home-green); }
.soei-layer--data { grid-template-columns: 110px repeat(4, 1fr); }

.soei-intelligence { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; min-height: 590px; padding: 90px max(24px, calc((100% - 1380px) / 2)); color: #fff; background: #26322e; gap: clamp(60px, 8vw, 120px); }
.soei-intelligence h2 em { color: #a8c6b2; }
.soei-intelligence__copy > p { color: #b8c5bf; }
.soei-intelligence__copy > a { display: inline-flex; gap: 18px; margin-top: 18px; padding-bottom: 8px; border-bottom: 1px solid #6f927f; color: #dcebe1 !important; font-size: 11px; font-weight: 700; text-decoration: none; }
.soei-intelligence__visual { display: grid; grid-template-columns: 1fr 72px 1fr 72px 1fr; align-items: center; }
.soei-signal,
.soei-model,
.soei-decision { display: grid; min-height: 185px; align-content: center; padding: 24px; border: 1px solid #52615a; border-radius: 16px; background: rgba(255, 255, 255, .045); }
.soei-signal span,
.soei-decision span { color: #9bb1a5; font-size: 8px; font-weight: 780; letter-spacing: .1em; }
.soei-signal b,
.soei-decision b { margin: 15px 0 6px; font-size: 14px; }
.soei-signal small,
.soei-decision small { color: #aebbb5; font-size: 9px; line-height: 1.5; }
.soei-model { position: relative; min-height: 235px; border-color: #769182; background: radial-gradient(circle at 50% 45%, rgba(139, 175, 146, .18), transparent 55%); text-align: center; }
.soei-model::before { content: ""; position: absolute; inset: -14px; border: 1px solid rgba(139, 175, 146, .18); border-radius: 22px; }
.soei-model span { color: #c7ded0; font-size: 9px; font-weight: 720; }
.soei-model strong { margin: 18px 0 3px; color: #fff; font-size: 44px; letter-spacing: -.05em; }
.soei-model small { color: #a8b7b0; font-size: 8px; }
.soei-intelligence__line { display: flex; align-items: center; justify-content: center; }
.soei-intelligence__line::before { content: ""; width: 100%; height: 1px; background: #607169; }
.soei-intelligence__line i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #8baf92; }
.soei-intelligence__line i:first-child { transform: translateX(-18px); }.soei-intelligence__line i:last-child { transform: translateX(18px); }

.soei-governance__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.soei-governance__grid article { min-height: 245px; padding: 28px; border: 1px solid var(--soei-home-border); border-radius: 16px; background: #fff; }
.soei-governance__grid article > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--soei-home-green); background: var(--soei-home-soft); font-size: 9px; font-weight: 760; }
.soei-governance__grid h3 { margin: 36px 0 10px; font-size: 16px; }
.soei-governance__grid p { margin: 0; color: var(--soei-home-muted); font-size: 11px; line-height: 1.65; }
.soei-standards { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 16px; border: 1px solid var(--soei-home-border); border-radius: 13px; background: #eef5f0; }
.soei-standards span { display: grid; min-height: 72px; place-items: center; border-left: 1px solid var(--soei-home-border); color: var(--soei-home-muted); font-size: 9px; text-align: center; }
.soei-standards span:first-child { border-left: 0; }
.soei-standards b { margin-right: 5px; color: var(--soei-home-green); }

.soei-home-cta { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; padding: 84px max(24px, calc((100% - 1380px) / 2)); color: #fff; background: linear-gradient(115deg, #2f5d50, #24493f); }
.soei-home-cta h2 { margin-bottom: 0; font-size: clamp(32px, 3.7vw, 52px); }
.soei-home-cta h2 em { color: #b8d0c0; }
.soei-home-cta > div:last-child { padding-left: 45px; border-left: 1px solid rgba(255, 255, 255, .18); }
.soei-home-cta p { margin: 0 0 26px; color: #c7d9cf; font-size: 13px; line-height: 1.65; }
.soei-home-cta a { display: inline-flex; min-height: 47px; align-items: center; gap: 18px; padding: 0 22px; border-radius: 10px; color: var(--soei-home-green) !important; background: #fff; font-size: 11px; font-weight: 760; text-decoration: none; }
.soei-home-footer { display: grid; grid-template-columns: 1.2fr .9fr 1.2fr auto; align-items: center; gap: 38px; padding: 50px max(24px, calc((100% - 1380px) / 2)); background: #fff; }
.soei-home-footer .soei-wordmark strong { font-size: 28px; }
.soei-home-footer p { color: var(--soei-home-muted); font-size: 10px; line-height: 1.6; }
.soei-home-footer nav { display: flex; justify-content: center; gap: 21px; }
.soei-home-footer nav a { color: #4d5d56; font-size: 9px; font-weight: 650; text-decoration: none; }
.soei-home-footer small { color: #83908a; font-size: 8px; }

@media (max-width: 1220px) {
  .soei-home-header { grid-template-columns: 1fr auto; }
  .soei-home-nav { display: none; }
  .soei-home-hero { grid-template-columns: 1fr; max-width: 980px; }
  .soei-home-hero__copy { max-width: 810px; }
  .soei-command { transform: none; }
  .soei-cycle { grid-template-columns: repeat(4, 1fr); }
  .soei-cycle li:nth-child(5) { border-left: 0; }
  .soei-cycle li:nth-child(-n + 4) { border-bottom: 1px solid var(--soei-home-border); }
  .soei-domain-grid { grid-template-columns: repeat(2, 1fr); }
  .soei-domain-card:nth-child(5n) { border-right: 1px solid var(--soei-home-border); }
  .soei-domain-card:nth-child(2n) { border-right: 0; }
  .soei-domain-card:nth-last-child(-n + 5) { border-bottom: 1px solid var(--soei-home-border); }
  .soei-domain-card:nth-last-child(-n + 2) { border-bottom: 0; }
  .soei-architecture { grid-template-columns: 1fr; }
  .soei-architecture__copy { max-width: 760px; }
  .soei-intelligence { grid-template-columns: 1fr; }
  .soei-intelligence__visual { order: 2; }
  .soei-intelligence__copy { max-width: 760px; }
  .soei-governance__grid { grid-template-columns: repeat(2, 1fr); }
  .soei-home-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .soei-home-header { min-height: 70px; padding: 0 18px; }
  .soei-home-actions { display: none; }
  .soei-home-brand strong { font-size: 28px; }
  .soei-mobile-menu { position: relative; display: block; justify-self: end; }
  .soei-mobile-menu summary { display: grid; width: 42px; height: 42px; place-content: center; border: 1px solid var(--soei-home-border); border-radius: 10px; background: #fff; cursor: pointer; gap: 4px; list-style: none; }
  .soei-mobile-menu summary::-webkit-details-marker { display: none; }
  .soei-mobile-menu summary span { width: 17px; height: 1px; background: var(--soei-home-green); }
  .soei-mobile-menu nav { position: absolute; top: 51px; right: 0; display: grid; width: min(270px, calc(100vw - 36px)); padding: 10px; border: 1px solid var(--soei-home-border); border-radius: 13px; background: #fff; box-shadow: var(--soei-home-shadow); }
  .soei-mobile-menu nav a { padding: 13px; border-radius: 8px; color: var(--soei-home-ink); font-size: 12px; text-decoration: none; }
  .soei-mobile-menu nav a:last-child { margin-top: 7px; color: #fff; background: var(--soei-home-green); }
  .soei-home-hero { width: min(100% - 36px, 1500px); min-height: auto; padding: 58px 0; }
  .soei-home-hero h1 { font-size: clamp(44px, 13vw, 61px); }
  .soei-home-hero__copy > p { font-size: 15px; }
  .soei-home-hero__actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .soei-home-assurances { grid-template-columns: 1fr; gap: 15px; }
  .soei-home-assurances li { padding: 0; border: 0; }
  .soei-command__body { grid-template-columns: 42px 1fr; }
  .soei-command__workspace { padding: 14px; }
  .soei-command__top { grid-template-columns: auto 1fr; }
  .soei-command__status { display: none; }
  .soei-command__kpis { grid-template-columns: 1fr 1fr; }
  .soei-command__kpis article:last-child { grid-column: 1 / -1; }
  .soei-command__grid { grid-template-columns: 1fr; }
  .soei-command__decision { min-height: 190px; }
  .soei-command__activity { grid-template-columns: auto 1fr; }
  .soei-command__activity span:nth-of-type(2),
  .soei-command__activity time { display: none; }
  .soei-home-trust { align-items: flex-start; flex-direction: column; gap: 11px; }
  .soei-home-trust i { display: none; }
  .soei-operating-model,
  .soei-ecosystem,
  .soei-governance { width: min(100% - 36px, 1380px); padding: 82px 0; }
  .soei-section-intro { text-align: left; }
  .soei-section-heading { grid-template-columns: 1fr; gap: 0; }
  .soei-cycle { grid-template-columns: repeat(2, 1fr); }
  .soei-cycle li:nth-child(odd) { border-left: 0; }
  .soei-cycle li:nth-child(n + 7) { border-bottom: 0; }
  .soei-domain-grid { grid-template-columns: 1fr; }
  .soei-domain-card,
  .soei-domain-card:nth-child(2n),
  .soei-domain-card:nth-last-child(-n + 2) { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--soei-home-border); }
  .soei-domain-card:last-child { border-bottom: 0; }
  .soei-architecture { padding-block: 82px; }
  .soei-architecture__copy li { grid-template-columns: 1fr; gap: 7px; }
  .soei-architecture__map { padding: 12px; overflow-x: auto; }
  .soei-layer { width: 720px; }
  .soei-intelligence { padding-block: 82px; }
  .soei-intelligence__visual { grid-template-columns: 1fr; gap: 18px; }
  .soei-intelligence__line { min-height: 35px; transform: rotate(90deg); }
  .soei-governance__grid,
  .soei-standards { grid-template-columns: 1fr; }
  .soei-standards span { border-top: 1px solid var(--soei-home-border); border-left: 0; }
  .soei-standards span:first-child { border-top: 0; }
  .soei-home-cta { grid-template-columns: 1fr; gap: 32px; padding-block: 66px; }
  .soei-home-cta > div:last-child { padding: 27px 0 0; border-top: 1px solid rgba(255, 255, 255, .18); border-left: 0; }
  .soei-home-footer { grid-template-columns: 1fr; gap: 20px; }
  .soei-home-footer nav { align-items: flex-start; flex-direction: column; }
}

.soei-center-card--safety { --product: #d9822b; }
.soei-center-card--trace { --product: #665191; }
.soei-center-card--compliance { --product: #7663a5; }

@media (prefers-reduced-motion: reduce) {
  .soei-home *, .soei-home *::before, .soei-home *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
