﻿:root {
  --orange: #ff3d0a;
  --orange-dark: #eb2c00;
  --ink: #11151f;
  --muted: #5f6676;
  --line: #e7eaf0;
  --soft: #fff3ee;
  --panel: #ffffff;
  --blue: #1769ff;
  --cyan: #0aa6bd;
  --green: #19b36b;
  --pink: #ef3470;
  --purple: #6b39ff;
  --shadow: 0 18px 45px rgba(22, 29, 44, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1580px, calc(100% - 64px)); margin: 0 auto; }

.status-bar { background: var(--orange-dark); color: #fff; font-weight: 700; font-size: 14px; }
.status-inner { height: 44px; display: flex; align-items: center; gap: 10px; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #fff; display: inline-block; }
.status-inner nav { margin-left: auto; display: flex; gap: 22px; align-items: center; }
.status-inner a { opacity: 0.96; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,0.96); border-bottom: 1px solid var(--line); box-shadow: 0 6px 22px rgba(15, 23, 42, 0.05); backdrop-filter: blur(16px); }
.nav-shell { min-height: 84px; display: flex; align-items: center; gap: 42px; }
.brand { width: 190px; height: 48px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: auto; display: block; transform: none; }
.main-nav { display: flex; align-items: center; gap: 18px; }
.nav-link, .nav-item { color: #333a4d; border: 0; background: transparent; padding: 14px 18px; border-radius: 10px; cursor: pointer; font-weight: 600; }
.nav-item span { color: #8c93a2; margin-left: 6px; }
.nav-item[aria-expanded="true"] { color: var(--orange); background: var(--soft); }
.nav-item[aria-expanded="true"] span { display: inline-block; transform: rotate(180deg); color: var(--orange); }
.nav-actions { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.search, .search-box { width: 270px; height: 46px; border: 1px solid #d9dee8; border-radius: 9px; display: flex; align-items: center; gap: 10px; padding: 0 14px; color: #98a0af; background: #fff; }
.search input, .search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; border-radius: 9px; padding: 0 24px; font-weight: 800; border: 1px solid transparent; cursor: pointer; white-space: nowrap; }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 8px 20px rgba(255, 61, 10, 0.18); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-ghost, .btn-outline { border-color: #dfe3eb; background: #fff; }
.mobile-toggle { display: none; margin-left: auto; background: #fff; border: 1px solid var(--line); border-radius: 9px; width: 44px; height: 44px; }

.mega-wrap { position: absolute; left: 0; right: 0; top: 100%; pointer-events: none; }
.mega { width: min(1700px, calc(100% - 80px)); margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); padding: 34px 36px 28px; opacity: 0; transform: translateY(-8px); pointer-events: none; transition: 0.18s ease; }
.mega.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
.mega-grid { display: grid; grid-template-columns: repeat(var(--cols), minmax(0, 1fr)); gap: 28px; }
.mega-col { border-right: 1px solid var(--line); padding-right: 20px; }
.mega-col:last-child { border-right: 0; }
.mega-title { margin: 0 0 22px; color: var(--accent); text-transform: uppercase; font-size: 15px; font-weight: 900; }
.mega-item { display: grid; grid-template-columns: 48px 1fr 12px; align-items: center; gap: 14px; padding: 11px 0; border-radius: 10px; }
.mega-item.no-icon { grid-template-columns: 1fr 12px; }
.mega-icon, .icon-bubble { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 11px; background: color-mix(in srgb, var(--accent) 10%, white); color: var(--accent); font-weight: 900; border: 1px solid color-mix(in srgb, var(--accent) 16%, white); }
.icon-bubble svg { width: 23px; height: 23px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mega-item h4, .product-card h3, .platform-callout h3 { margin: 0 0 6px; font-size: 15px; }
.mega-item p, .product-card p, .platform-callout p { margin: 0; color: #586174; font-size: 13px; line-height: 1.55; }
.mega-aside { background: linear-gradient(135deg, #fff7f2, #fff); padding: 24px; border-radius: 12px; }
.mega-aside h3 { margin: 0 0 12px; }
.mega-stats { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 22px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.mega-stat { display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.mega-stat.no-icon { padding-left: 0; }
.mega-stat:last-child { border-right: 0; }
.mega-stat strong { display: block; font-size: 17px; }
.mega-stat small { color: var(--muted); }

.hero { min-height: 625px; position: relative; overflow: hidden; background: linear-gradient(180deg, #fff, #fff 78%, #fffafa); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 50px; align-items: center; min-height: 610px; padding: 44px 0 72px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); background: var(--soft); border: 1px solid #ffd8cc; border-radius: 999px; padding: 9px 16px; font-weight: 800; font-size: 14px; text-transform: none; }
.hero h1 { margin: 22px 0 18px; font-size: clamp(42px, 4.8vw, 72px); line-height: 1.04; letter-spacing: 0; max-width: 650px; }
.hero h1 span, .section-head h2 span { color: var(--orange); }
.hero p { color: var(--muted); font-size: 20px; line-height: 1.42; max-width: 650px; margin: 0 0 24px; }
.hero-copy-features h1 { font-size: clamp(40px, 4.25vw, 64px); margin-bottom: 18px; }
.hero-copy-features p { font-size: 18px; margin-bottom: 18px; }
.hero-cta { display: flex; gap: 16px; margin-bottom: 24px; }
.mini-checks { display: flex; flex-wrap: wrap; gap: 14px; margin: 0; padding: 0; list-style: none; color: #4f5665; }
.mini-checks li::before { content: "\2713"; color: var(--orange); border: 1px solid var(--orange); border-radius: 50%; margin-right: 8px; font-size: 10px; padding: 1px 3px; }
.hero-feature-grid { list-style: none; padding: 0; margin: 18px 0 20px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 20px; max-width: 660px; }
.hero-feature-grid li { display: grid; grid-template-columns: 56px 1fr; gap: 11px; align-items: center; min-width: 0; }
.hero-feature-grid img { width: 56px; height: 56px; object-fit: contain; display: block; filter: drop-shadow(0 12px 18px rgba(15,23,42,.08)); }
.hero-feature-grid strong { display: block; text-transform: uppercase; font-size: 14px; line-height: 1.1; margin-bottom: 5px; }
.hero-feature-grid strong::after { content: ""; display: block; width: 26px; height: 2px; margin-top: 6px; background: var(--orange); }
.hero-feature-grid small { display: block; color: #343b4a; font-size: 12.5px; line-height: 1.38; }
.solutions-mode-copy .hero-feature-grid { gap: 9px 18px; }
.solutions-mode-copy .hero-feature-grid li { grid-template-columns: 54px 1fr; gap: 10px; }
.solutions-mode-copy .hero-feature-grid img { width: 54px; height: 54px; }
.solutions-mode-copy .hero-feature-grid strong { font-size: 12.5px; }
.solutions-mode-copy .hero-feature-grid small { font-size: 11.5px; line-height: 1.3; }
.hero-arrow { display: none; position: absolute; top: 50%; transform: translateY(-50%); width: 58px; height: 58px; border: 0; border-radius: 50%; background: #fff; box-shadow: var(--shadow); color: var(--orange); font-size: 34px; cursor: pointer; z-index: 3; }
.hero-arrow.prev { left: 22px; }
.hero-arrow.next { right: 22px; }
.hero-dots { position: absolute; left: 50%; bottom: 28px; transform: translateX(-50%); display: flex; gap: 22px; }
.hero-dots button { width: 13px; height: 13px; border-radius: 50%; border: 0; background: #b9bdc5; cursor: pointer; padding: 0; }
.hero-dots button.active { background: var(--orange); }
.hero-color-cards { display: none; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 6px; margin-top: -54px; margin-bottom: 62px; position: relative; z-index: 2; }
.hero-color-cards.show { display: grid; }
.hero-color-cards img { width: 100%; height: auto; display: block; border-radius: 10px; box-shadow: 0 14px 28px rgba(15,23,42,.10); }

.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; padding-right: 76px; }
.hero-visual-image { width: 94%; height: auto; display: block; object-fit: contain; filter: drop-shadow(0 24px 38px rgba(15,23,42,.08)); }
.product-mode .hero-visual-image {
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 9%, #000 91%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 9%, #000 91%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 10%, #000 90%, transparent 100%);
  mask-composite: intersect;
}
.solutions-mode .hero-visual-image,
.connect-mode .hero-visual-image,
.cdn-mode .hero-visual-image,
.gpu-mode .hero-visual-image,
.industry-mode .hero-visual-image {
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-composite: intersect;
}
.visual-core { position: absolute; left: 50%; top: 48%; transform: translate(-50%, -50%); width: 260px; height: 180px; border-radius: 50%; background: radial-gradient(circle, #fff 0 38%, #fff2ea 39% 58%, transparent 59%); box-shadow: 0 28px 60px rgba(255,61,10,.17); display: grid; place-items: center; color: var(--orange); font-size: 64px; font-weight: 900; }
.visual-core::before, .visual-core::after { content: ""; position: absolute; inset: -70px -120px; border: 1px dashed rgba(255,61,10,.28); border-radius: 50%; }
.visual-core::after { inset: -115px -185px; }
.visual-card { position: absolute; min-width: 160px; background: rgba(255,255,255,.94); border-radius: 12px; box-shadow: var(--shadow); padding: 18px 20px; display: flex; gap: 14px; align-items: center; border: 1px solid #f0f2f6; }
.visual-card .mini-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--soft); color: var(--orange); display: grid; place-items: center; font-weight: 900; }
.visual-card strong { display: block; font-size: 18px; }
.visual-card small { color: var(--muted); }
.vc1 { left: 6%; top: 27%; } .vc2 { right: 10%; top: 15%; } .vc3 { right: 3%; top: 60%; } .vc4 { left: 17%; bottom: 13%; } .vc5 { left: 34%; top: 7%; }
.product-mode .visual-core { width: 300px; height: 200px; border-radius: 28px; transform: translate(-50%, -40%) rotate(45deg); }
.product-mode .visual-core span { transform: rotate(-45deg); }
.gpu-mode .visual-core { width: 330px; height: 230px; border-radius: 22px; background: linear-gradient(145deg, #333943, #16191f); color: #ff8a4f; transform: translate(-50%, -48%) rotate(18deg); }
.gpu-mode .visual-core span { transform: rotate(-18deg); font-size: 54px; }
.connect-mode .visual-core, .cdn-mode .visual-core { border-radius: 50%; width: 280px; height: 280px; background: radial-gradient(circle, #fff 0 42%, #fff2e8 43% 70%, transparent 71%); }
.industry-mode .visual-core { width: 285px; height: 190px; border-radius: 50%; background: radial-gradient(circle, #fff 0 40%, #ffe9db 41% 72%, transparent 73%); }

.contact-rail { position: fixed; right: 18px; top: 42%; display: grid; gap: 10px; z-index: 10; }
.contact-rail a { width: 54px; height: 54px; border-radius: 12px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #ff3d0a, #e82f08); box-shadow: 0 12px 26px rgba(255, 61, 10, 0.28); transition: transform .18s ease, box-shadow .18s ease; }
.contact-rail a:hover { transform: translateX(-2px); box-shadow: 0 16px 32px rgba(255, 61, 10, 0.34); }
.contact-rail svg { width: 25px; height: 25px; stroke: currentColor; fill: none; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.contact-rail .fill-icon { fill: currentColor; stroke: none; }

.feature-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 0; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.feature { display: flex; gap: 18px; align-items: center; padding: 0 26px; min-height: 88px; border-right: 1px solid var(--line); }
.feature:last-child { border-right: 0; }
.feature img { width: 64px; height: 64px; object-fit: contain; display: block; flex: 0 0 auto; filter: drop-shadow(0 10px 16px rgba(255,61,10,.10)); }
.feature strong { color: var(--orange); font-size: 22px; }
.feature p { margin: 4px 0 0; color: #555d6d; }

.products-section { padding: 76px 0 70px; }
.products-intro { display: grid; grid-template-columns: minmax(420px, .95fr) minmax(520px, 1.05fr); gap: 42px; align-items: center; margin-bottom: 28px; }
.products-copy .plain { color: var(--orange); letter-spacing: 0; font-size: 36px; line-height: 1; margin-bottom: 18px; }
.products-copy h2 { max-width: 660px; margin: 0 0 18px; font-size: clamp(42px, 4.7vw, 66px); line-height: 1.05; letter-spacing: 0; }
.products-copy h2 span { color: var(--orange); }
.products-copy > p { max-width: 700px; margin: 0 0 22px; color: #26344b; font-size: 20px; line-height: 1.55; }
.product-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; max-width: 680px; }
.product-mini-grid a { position: relative; min-height: 92px; display: grid; grid-template-columns: 68px 1fr 18px; grid-template-rows: auto auto; column-gap: 14px; align-items: center; padding: 14px 18px 14px 14px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.96); color: var(--ink); text-decoration: none; box-shadow: 0 14px 30px rgba(15,23,42,.07); }
.product-mini-grid a:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(15,23,42,.10); }
.product-mini-grid strong { align-self: end; font-size: 18px; line-height: 1.15; }
.product-mini-grid small { align-self: start; color: #344158; font-size: 14px; line-height: 1.45; }
.product-mini-grid b { grid-column: 3; grid-row: 1 / 3; width: 9px; height: 9px; border-top: 2px solid #27344b; border-right: 2px solid #27344b; transform: rotate(45deg); }
.mini-product-icon { grid-row: 1 / 3; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 14px; background: #eef5ff; color: #1769ff; }
.mini-product-icon::before { content: ""; width: 31px; height: 31px; display: block; background: currentColor; -webkit-mask: var(--mini-mask) center / contain no-repeat; mask: var(--mini-mask) center / contain no-repeat; }
.mini-product-icon.cloud { --mini-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 18h11a4 4 0 0 0 0-8 6 6 0 0 0-11-2A5 5 0 0 0 6.5 18z'/%3E%3C/svg%3E"); }
.mini-product-icon.globe { color:#6b39ff; background:#f1ebff; --mini-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20A10 10 0 0 0 12 2zm0 2c2 2.2 3 4.8 3 8s-1 5.8-3 8c-2-2.2-3-4.8-3-8s1-5.8 3-8zM4 12h16'/%3E%3C/svg%3E"); }
.mini-product-icon.server { color:#6b39ff; background:#f1ebff; --mini-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h16v7H4V4zm0 9h16v7H4v-7zm4-6h2v2H8V7zm0 9h2v2H8v-2z'/%3E%3C/svg%3E"); }
.mini-product-icon.shield { color:#ff3d0a; background:#fff0e8; --mini-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2 21 6v6c0 5-3.5 8.5-9 10-5.5-1.5-9-5-9-10V6l9-4zm-1 13 6-6-2-2-4 4-2-2-2 2 4 4z'/%3E%3C/svg%3E"); }
.mini-product-icon.chip { color:#22b345; background:#eaf9ed; --mini-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 8h8v8H8V8zm-3 2H2V8h3V5h3V2h2v3h4V2h2v3h3v3h3v2h-3v4h3v2h-3v3h-3v3h-2v-3h-4v3H8v-3H5v-3H2v-2h3v-4z'/%3E%3C/svg%3E"); }
.mini-product-icon.network { color:#1769ff; background:#eef5ff; --mini-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM5 15a3 3 0 1 1 0 6 3 3 0 0 1 0-6zm14 0a3 3 0 1 1 0 6 3 3 0 0 1 0-6zM10 8l-4 8m8-8 4 8M8 18h8'/%3E%3C/svg%3E"); }
.mini-product-icon.database { color:#ff3d0a; background:#fff0e8; --mini-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3c5 0 8 1.6 8 3.5v11C20 19.4 17 21 12 21s-8-1.6-8-3.5v-11C4 4.6 7 3 12 3zm0 2C8.2 5 6 6 6 6.5S8.2 8 12 8s6-1 6-1.5S15.8 5 12 5zM6 10c1.4 1 3.5 1.5 6 1.5s4.6-.5 6-1.5v3c-1.4 1-3.5 1.5-6 1.5S7.4 14 6 13v-3zm0 6c1.4 1 3.5 1.5 6 1.5s4.6-.5 6-1.5v1.5c0 .5-2.2 1.5-6 1.5s-6-1-6-1.5V16z'/%3E%3C/svg%3E"); }
.mini-product-icon.lock { color:#22b345; background:#eaf9ed; --mini-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 11V8a5 5 0 0 1 10 0v3h1a2 2 0 0 1 2 2v7H4v-7a2 2 0 0 1 2-2h1zm2 0h6V8a3 3 0 0 0-6 0v3zm3 3 2 2-2 2-2-2 2-2z'/%3E%3C/svg%3E"); }
.products-action-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 16px; }
.products-action-row .btn { min-width: 230px; justify-content: center; }
.products-action-row span { color: #35435a; font-size: 15px; }
.products-visual img { width: 100%; height: auto; display: block; object-fit: contain; }
.products-section .metric-pills { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 28px 0 48px; padding: 18px 24px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.96); box-shadow: 0 18px 45px rgba(15,23,42,.08); }
.products-section .metric-pill { gap: 18px; min-height: 92px; padding: 0 28px; border: 0; border-right: 1px solid var(--line); border-radius: 0; box-shadow: none; }
.products-section .metric-pill:last-child { border-right: 0; }
.products-section .metric-pill .icon-bubble { width: 62px; height: 62px; flex: 0 0 62px; background: #fff0e8; color: var(--orange); }
.products-section .metric-pill strong { color: var(--ink); font-size: 22px; line-height: 1.16; }
.products-section .metric-pill small { display: block; margin-top: 5px; color: #44536a; font-size: 15px; line-height: 1.45; }
.section-head { display: grid; grid-template-columns: 0.95fr 1.05fr; align-items: center; gap: 56px; margin-bottom: 28px; }
.section-head.compact { grid-template-columns: 1fr auto; align-items: end; }
.section-head h2 { font-size: clamp(36px, 4vw, 62px); line-height: 1.12; margin: 20px 0 18px; max-width: 760px; }
.section-head p { color: var(--muted); font-size: 20px; line-height: 1.55; max-width: 690px; margin: 0; }
.orbit-products { min-height: 330px; position: relative; }
.stack-core { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 150px; height: 120px; display: grid; place-items: center; border-radius: 22px; background: linear-gradient(145deg, #fff0e8, #ff6b28); color: #fff; font-size: 62px; box-shadow: 0 18px 60px rgba(255,61,10,.18); }
.orbit-products::before, .orbit-products::after { content: ""; position: absolute; inset: 48px 110px; border: 1px dashed rgba(255,61,10,.24); border-radius: 50%; }
.orbit-products::after { inset: 18px 50px; }
.orbit-chip { position: absolute; background: #fff; border: 1px solid #f0f2f6; box-shadow: var(--shadow); border-radius: 999px; padding: 14px 20px; font-weight: 800; }
.o1 { left: 48%; top: 0; } .o2 { right: 6%; top: 16%; } .o3 { right: 0; top: 48%; } .o4 { right: 15%; bottom: 8%; } .o5 { left: 42%; bottom: 0; } .o6 { left: 12%; bottom: 17%; } .o7 { left: 8%; top: 22%; }
.metric-pills { display: flex; flex-wrap: wrap; gap: 14px; margin: 24px 0 48px; }
.metric-pill { border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px; display: flex; gap: 12px; align-items: center; background: #fff; }
.metric-pill strong { color: var(--orange); display: block; font-size: 18px; }
.metric-pill small { color: var(--muted); }
.product-cards { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 28px; }
.product-card { border: 1px solid var(--line); border-top: 4px solid var(--accent); border-radius: 10px; padding: 26px 22px; min-height: 320px; box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05); }
.product-card ul { margin: 20px 0 24px; padding-left: 18px; line-height: 1.9; font-size: 14px; }
.product-card a { color: var(--orange); font-weight: 800; }
.platform-callout { margin-top: 34px; border: 1px solid var(--line); border-radius: 12px; padding: 18px 26px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 24px; }
.callout-main { display: flex; align-items: center; gap: 18px; }
.callout-mini { display: flex; justify-content: center; gap: 42px; font-weight: 700; }
.callout-mini small { color: var(--muted); font-weight: 500; }

.nubex-solutions-section {
  --ns-orange: #e34f14;
  --ns-orange-dark: #c83f0c;
  --ns-navy: #071225;
  --ns-text: #344054;
  --ns-muted: #667085;
  --ns-border: #e5eaf2;
  --ns-soft: #f8fafc;
  --ns-cream: #fff4ee;
  --ns-blue: #2563eb;
  --ns-purple: #7c3aed;
  --ns-green: #16a34a;
  --ns-cyan: #06b6d4;
  --ns-red: #ef4444;
  --ns-yellow: #f59e0b;
  background: linear-gradient(180deg, #fff, #fbfcff 100%);
  padding: 90px 0;
  overflow: hidden;
}
.nubex-solutions-container {
  width: min(1440px, calc(100% - 96px));
  margin: 0 auto;
}
.ns-hero {
  display: grid;
  grid-template-columns: minmax(460px, .82fr) minmax(560px, 1.18fr);
  gap: 44px;
  align-items: center;
  margin-bottom: 34px;
}
.ns-eyebrow {
  color: var(--ns-orange);
  font-size: 19px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
}
.ns-eyebrow::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  margin-right: 10px;
  vertical-align: middle;
  background: var(--ns-orange);
}
.ns-copy h2 {
  margin: 0 0 20px;
  color: var(--ns-navy);
  font-size: clamp(48px, 4.3vw, 68px);
  line-height: 1.05;
  letter-spacing: 0;
}
.ns-copy h2 span { color: var(--ns-orange); }
.ns-copy p {
  max-width: 650px;
  margin: 0 0 28px;
  color: #344158;
  font-size: 20px;
  line-height: 1.55;
}
.ns-actions, .ns-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.ns-btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border-radius: 11px;
  border: 1px solid transparent;
  font-weight: 900;
  white-space: nowrap;
}
.ns-btn svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ns-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--ns-orange), #ff5b1b);
  box-shadow: 0 16px 28px rgba(227, 79, 20, .2);
}
.ns-btn-secondary {
  color: var(--ns-navy);
  background: #fff;
  border-color: #d9e0ea;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .04);
}
.ns-visual {
  position: relative;
  min-height: 355px;
  display: grid;
  place-items: center;
}
.ns-map-dots {
  position: absolute;
  inset: 12px 22px 16px;
  opacity: .55;
  background-image:
    radial-gradient(circle, rgba(37,99,235,.28) 1.2px, transparent 1.4px),
    radial-gradient(ellipse at center, rgba(37,99,235,.08), transparent 62%);
  background-size: 14px 14px, 100% 100%;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 58%, transparent 76%);
  mask-image: radial-gradient(ellipse at center, #000 0 58%, transparent 76%);
}
.ns-cloud-platform {
  position: relative;
  z-index: 3;
  width: 420px;
  height: 245px;
  display: grid;
  place-items: center;
}
.ns-cloud-shape {
  position: relative;
  width: 282px;
  height: 128px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(227,79,20,.28);
  border-radius: 52px 58px 42px 42px;
  background: linear-gradient(180deg, #fff, #fff1e9);
  box-shadow: 0 18px 38px rgba(227,79,20,.16), inset 0 0 0 2px rgba(255,255,255,.8);
}
.ns-cloud-shape::before,
.ns-cloud-shape::after {
  content: "";
  position: absolute;
  background: inherit;
  border: inherit;
  border-bottom: 0;
  box-shadow: inherit;
}
.ns-cloud-shape::before {
  width: 96px;
  height: 96px;
  left: 42px;
  top: -46px;
  border-radius: 50%;
}
.ns-cloud-shape::after {
  width: 132px;
  height: 132px;
  right: 36px;
  top: -68px;
  border-radius: 50%;
}
.ns-cloud-shape strong,
.ns-cloud-shape span {
  position: relative;
  z-index: 2;
}
.ns-cloud-shape strong {
  color: #050915;
  font-size: 31px;
  letter-spacing: 1px;
  line-height: 1;
}
.ns-cloud-shape span {
  margin-top: 9px;
  color: var(--ns-orange);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.ns-platform-base {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 390px;
  height: 86px;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(ellipse at center, rgba(7,18,37,.95) 0 42%, rgba(23,33,53,.94) 43% 62%, transparent 63%),
    radial-gradient(ellipse at center, rgba(255,86,22,.72), transparent 70%);
  box-shadow: 0 28px 38px rgba(7,18,37,.16), inset 0 -6px 0 rgba(227,79,20,.82);
  z-index: -1;
}
.ns-platform-base::before {
  content: "";
  position: absolute;
  left: 80px;
  right: 80px;
  top: 20px;
  height: 36px;
  background: repeating-linear-gradient(90deg, #0c1729 0 13px, #f97316 13px 16px, #151f32 16px 30px);
  border-radius: 6px;
  box-shadow: 0 0 24px rgba(249,115,22,.38);
}
.ns-orbit-node {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 172px;
  color: var(--ns-navy);
  font-size: 16px;
  line-height: 1.22;
}
.ns-orbit-node::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 108px;
  border-top: 2px dotted rgba(71,85,105,.34);
  transform: translateY(-50%);
  z-index: -1;
}
.ns-node-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--node-color);
  background: color-mix(in srgb, var(--node-color) 10%, white);
  border: 1px solid color-mix(in srgb, var(--node-color) 18%, white);
  box-shadow: 0 12px 28px rgba(15,23,42,.08);
}
.ns-node-icon svg,
.ns-card-icon svg {
  width: 30px;
  height: 30px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ns-node-icon.blue, .ns-solution-card.blue { --node-color: var(--ns-blue); }
.ns-node-icon.purple, .ns-solution-card.purple { --node-color: var(--ns-purple); }
.ns-node-icon.green, .ns-solution-card.green { --node-color: var(--ns-green); }
.ns-node-icon.orange, .ns-solution-card.orange { --node-color: var(--ns-orange); }
.ns-node-icon.cyan, .ns-solution-card.cyan { --node-color: var(--ns-cyan); }
.ns-node-icon.teal { --node-color: #14b8a6; }
.ns-node-icon.red, .ns-solution-card.red { --node-color: var(--ns-red); }
.ns-node-icon.coral { --node-color: #f97316; }
.ns-node-icon.amber, .ns-solution-card.yellow { --node-color: var(--ns-yellow); }
.ns-node-migration { left: 40px; top: 70px; }
.ns-node-migration::after, .ns-node-private::after, .ns-node-market::after { left: 62px; }
.ns-node-digital { left: 300px; top: 6px; }
.ns-node-digital::after { left: 56px; transform: translateY(-50%) rotate(42deg); transform-origin: left center; width: 96px; }
.ns-node-ai { right: -8px; top: 52px; }
.ns-node-ai::after, .ns-node-cdn::after, .ns-node-connect::after, .ns-node-managed::after { right: 100%; }
.ns-node-cdn { right: -6px; top: 132px; }
.ns-node-connect { right: -10px; top: 214px; }
.ns-node-managed { right: 0; bottom: 6px; }
.ns-node-market { left: -8px; bottom: 8px; }
.ns-node-private { left: -4px; top: 190px; }

.ns-benefits {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 12px 0 24px;
  padding: 18px 20px;
  border: 1px solid var(--ns-border);
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 20px 46px rgba(15,23,42,.06);
}
.ns-benefit {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 76px;
  padding: 0 18px;
  border-right: 1px solid var(--ns-border);
}
.ns-benefit:last-child { border-right: 0; }
.ns-benefit .ns-node-icon {
  width: 54px;
  height: 54px;
}
.ns-benefit .ns-node-icon svg { width: 26px; height: 26px; }
.ns-benefit strong {
  display: block;
  color: var(--ns-navy);
  font-size: 15px;
  line-height: 1.2;
}
.ns-benefit p {
  margin: 5px 0 0;
  color: var(--ns-text);
  font-size: 13px;
  line-height: 1.4;
}
.ns-solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.ns-solution-card {
  position: relative;
  min-height: 262px;
  padding: 28px;
  border: 1px solid var(--ns-border);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(15,23,42,.055);
}
.ns-solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 10% 12%, color-mix(in srgb, var(--node-color) 11%, transparent), transparent 34%);
  pointer-events: none;
}
.ns-card-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: var(--node-color);
  border-radius: 20px;
  background: color-mix(in srgb, var(--node-color) 10%, white);
  border: 1px solid color-mix(in srgb, var(--node-color) 15%, white);
}
.ns-card-icon svg { width: 42px; height: 42px; }
.ns-card-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--node-color);
  background: color-mix(in srgb, var(--node-color) 11%, white);
  font-size: 13px;
  font-weight: 900;
}
.ns-solution-card h3 {
  position: relative;
  margin: 0 0 8px;
  color: var(--ns-navy);
  font-size: 22px;
  line-height: 1.18;
}
.ns-solution-card p {
  position: relative;
  margin: 0 0 14px;
  color: #344158;
  font-size: 15px;
  line-height: 1.48;
}
.ns-solution-card ul {
  position: relative;
  list-style: none;
  margin: 0 0 17px;
  padding: 0;
  color: #223047;
  font-size: 14px;
  line-height: 1.75;
}
.ns-solution-card li::before {
  content: "\2713";
  margin-right: 9px;
  color: var(--ns-navy);
  font-weight: 900;
}
.ns-solution-card a {
  position: relative;
  color: var(--node-color);
  font-weight: 900;
}
.ns-bottom-cta {
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #ffd8c8;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff4ee, #fffaf7);
  box-shadow: 0 16px 36px rgba(227,79,20,.06);
}
.ns-cta-mark {
  width: 78px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 28px 28px 18px 18px;
  color: var(--ns-orange);
  background: #fff;
  border: 1px solid #ffd6c5;
  box-shadow: 0 12px 26px rgba(227,79,20,.1);
  font-size: 34px;
  font-weight: 900;
}
.ns-bottom-cta h3 {
  margin: 0 0 6px;
  color: var(--ns-navy);
  font-size: 26px;
  line-height: 1.18;
}
.ns-bottom-cta h3 span { color: var(--ns-orange); }
.ns-bottom-cta p {
  margin: 0;
  color: #344158;
  font-size: 16px;
  line-height: 1.45;
}

.nubex-home-section,
.nubex-home-card-section {
  --nh-orange: #e34f14;
  --nh-orange-dark: #c83f0c;
  --nh-navy: #071225;
  --nh-text: #344054;
  --nh-muted: #667085;
  --nh-border: #e5eaf2;
  --nh-soft: #f8fafc;
  --nh-cream: #fff4ee;
  --nh-blue: #2563eb;
  --nh-purple: #7c3aed;
  --nh-green: #16a34a;
  --nh-cyan: #06b6d4;
  --nh-red: #ef4444;
  color: var(--nh-navy);
}
.nubex-home-section {
  width: min(1580px, calc(100% - 64px));
  max-width: none;
  margin: 0 auto;
  padding: 74px 0;
}
.nubex-home-card-section {
  width: min(1580px, calc(100% - 64px));
  max-width: none;
  margin: 0 auto;
  padding: 62px 0;
}
.nh-eyebrow {
  color: var(--nh-orange);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 18px;
}
.nh-eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  margin-right: 10px;
  vertical-align: middle;
  background: var(--nh-orange);
}
.nh-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 26px;
  border-radius: 11px;
  border: 1px solid transparent;
  font-weight: 900;
  white-space: nowrap;
}
.nh-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--nh-orange), #ff5b1b);
  box-shadow: 0 16px 28px rgba(227, 79, 20, .2);
}
.nh-btn-secondary {
  color: var(--nh-navy);
  background: #fff;
  border-color: #d9e0ea;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .04);
}
.nh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.nh-icon,
.nh-strip-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .3px;
  border: 1px solid rgba(227,79,20,.12);
}
.nh-orange { color: var(--nh-orange); background: #fff0e8; }
.nh-blue { color: var(--nh-blue); background: #eef5ff; }
.nh-green { color: var(--nh-green); background: #ebf9ef; }
.nh-purple { color: var(--nh-purple); background: #f3edff; }
.nh-violet { color: #8b5cf6; background: #f5efff; }
.nh-cyan { color: var(--nh-cyan); background: #e9fbff; }
.nh-red { color: var(--nh-red); background: #fff0f0; }

.who-we-are-section {
  background: radial-gradient(circle at 71% 42%, rgba(227,79,20,.10), transparent 24%), linear-gradient(180deg, #fff, #fbfcff);
  border-radius: 24px;
}
.nh-who-layout {
  display: grid;
  grid-template-columns: minmax(700px, 1.08fr) minmax(500px, .92fr);
  gap: 34px;
  align-items: center;
}
.nh-who-copy h2,
.nh-why-copy h2,
.nh-compliance-copy h2,
.nh-consult-copy h2 {
  margin: 0 0 22px;
  color: var(--nh-navy);
  font-size: clamp(42px, 3.6vw, 60px);
  line-height: 1.05;
  letter-spacing: 0;
}
.nh-who-copy h2 span,
.nh-consult-copy h3 {
  color: var(--nh-orange);
}
.nh-who-copy > p,
.nh-why-copy > p,
.nh-compliance-copy > p,
.nh-consult-copy > p {
  max-width: 690px;
  margin: 0 0 28px;
  color: var(--nh-text);
  font-size: 19px;
  line-height: 1.56;
}
.nh-who-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
  align-items: start;
}
.nh-who-cards article,
.nh-feature-grid article,
.nh-consult-cards article {
  background: #fff;
  border: 1px solid var(--nh-border);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 18px 42px rgba(15,23,42,.06);
}
.nh-who-cards h3,
.nh-feature-grid h3,
.nh-consult-cards h3 {
  margin: 14px 0 7px;
  font-size: 18px;
  line-height: 1.2;
}
.nh-who-cards p,
.nh-feature-grid p,
.nh-consult-cards p {
  margin: 0;
  color: var(--nh-text);
  line-height: 1.45;
  font-size: 15px;
}
.nh-dubai-visual {
  position: relative;
  min-height: 500px;
  border-radius: 28px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid var(--nh-border);
  box-shadow: 0 18px 46px rgba(15,23,42,.06);
}
.nh-dubai-visual::before {
  display: none;
}
.nh-dubai-photo {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: none;
  display: block;
}
.nh-dubai-photo + .nh-skyline {
  display: none;
}
.nh-dubai-visual::after {
  display: none;
}
.nh-skyline {
  position: absolute;
  left: 16%;
  right: 20%;
  bottom: 84px;
  height: 480px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 18px;
  opacity: .95;
}
.tower {
  display: block;
  width: 58px;
  border-radius: 24px 24px 4px 4px;
  background: linear-gradient(180deg, #dfefff, #9fb6ce 62%, #f6c19b);
  box-shadow: 0 22px 48px rgba(15,23,42,.14);
}
.tower-1 { height: 240px; }
.tower-2 { height: 315px; width: 76px; }
.tower-3 { height: 470px; width: 46px; border-radius: 50% 50% 5px 5px; }
.tower-4 { height: 285px; width: 70px; }
.tower-5 { height: 365px; width: 62px; }
.nh-vertical-stats {
  position: absolute;
  z-index: 2;
  right: 28px;
  top: 54px;
  display: grid;
  gap: 18px;
  width: 185px;
}
.nh-vertical-stats article {
  min-height: 134px;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--nh-border);
  box-shadow: 0 18px 44px rgba(15,23,42,.08);
}
.nh-vertical-stats strong {
  display: block;
  color: var(--nh-orange);
  font-size: 34px;
  line-height: 1;
}
.nh-vertical-stats span {
  color: var(--nh-navy);
  font-weight: 900;
  line-height: 1.35;
}
.nh-kpi-strip {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  background: rgba(255,255,255,.96);
  border: 1px solid var(--nh-border);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(15,23,42,.06);
  overflow: hidden;
}
.nh-kpi-strip > div {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 26px;
  border-right: 1px solid var(--nh-border);
}
.nh-kpi-strip > div:last-child { border-right: 0; }
.nh-kpi-strip strong {
  display: block;
  color: var(--nh-navy);
  font-size: 25px;
  line-height: 1.05;
}
.nh-kpi-strip p {
  margin: 5px 0 0;
  color: var(--nh-text);
  line-height: 1.35;
}
.nh-who-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.nh-strip-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: var(--nh-orange);
  background: #fff1e8;
}

.why-nubex-section {
  background: linear-gradient(180deg, #fff, #fbfcff);
}
.nh-why-hero {
  display: grid;
  grid-template-columns: minmax(480px, .9fr) minmax(610px, 1.1fr);
  gap: 46px;
  align-items: center;
  margin-bottom: 36px;
}
.nh-why-copy h2 { max-width: 650px; }
.nh-mini-kpis {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 670px;
  margin-top: 28px;
  border: 1px solid var(--nh-border);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.nh-mini-kpis span {
  padding: 18px 16px;
  border-right: 1px solid var(--nh-border);
  color: var(--nh-orange);
  font-size: 21px;
  font-weight: 950;
}
.nh-mini-kpis span:last-child { border-right: 0; }
.nh-mini-kpis small {
  display: block;
  margin-top: 4px;
  color: var(--nh-navy);
  font-size: 12px;
  line-height: 1.25;
}
.nh-platform-visual {
  position: relative;
  min-height: auto;
  display: grid;
  place-items: center;
  background: none;
}
.nh-platform-visual::before {
  display: none;
}
.nh-platform-art {
  width: 100%;
  max-width: 880px;
  height: auto;
  display: block;
  object-fit: contain;
}
.nh-platform-core {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 410px;
  height: 260px;
  display: grid;
  place-items: center;
  z-index: 2;
}
.nh-cloud {
  position: relative;
  z-index: 2;
  width: 310px;
  height: 132px;
  display: grid;
  place-items: center;
  padding-top: 16px;
  border-radius: 68px 68px 48px 48px;
  background: linear-gradient(180deg, #fff, #fff3ed);
  border: 4px solid rgba(227,79,20,.42);
  color: #050b18;
  font-size: 35px;
  font-weight: 950;
  box-shadow: 0 18px 44px rgba(227,79,20,.18);
}
.nh-cloud::before,
.nh-cloud::after {
  content: "";
  position: absolute;
  bottom: 47px;
  background: inherit;
  border: inherit;
  border-bottom: 0;
  box-shadow: inherit;
}
.nh-cloud::before { width: 116px; height: 116px; left: 30px; border-radius: 50%; }
.nh-cloud::after { width: 150px; height: 150px; right: 28px; border-radius: 50%; }
.nh-cloud span {
  display: block;
  margin-top: 4px;
  color: var(--nh-orange);
  font-size: 15px;
  letter-spacing: .8px;
}
.nh-server-bed {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  width: 380px;
  height: 102px;
  border-radius: 50%;
  background: repeating-linear-gradient(90deg, #1c293e 0 22px, #ff6a1f 23px 28px, #101827 29px 46px), linear-gradient(180deg, #1b2638, #060b14);
  border: 5px solid rgba(255,120,50,.38);
  box-shadow: 0 20px 44px rgba(227,79,20,.24), inset 0 0 35px rgba(255,114,39,.35);
}
.nh-platform-node {
  position: absolute;
  z-index: 3;
  max-width: 230px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 34px rgba(15,23,42,.06);
}
.nh-platform-node .nh-icon { width: 54px; height: 54px; border-radius: 50%; }
.nh-platform-node strong { display: block; font-size: 18px; }
.nh-platform-node p { grid-column: 2; margin: -6px 0 0; color: var(--nh-text); line-height: 1.28; }
.node-compute { left: 16%; top: 8%; }
.node-storage { left: 3%; top: 33%; }
.node-network { left: 8%; bottom: 18%; }
.node-security { left: 42%; top: 0; }
.node-ai { right: 3%; top: 11%; }
.node-migration { right: 0; top: 41%; }
.node-managed { right: 5%; bottom: 12%; }
.nh-feature-grid,
.nh-consult-cards {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0 24px;
}
.nh-feature-grid article {
  min-height: 218px;
  text-align: center;
}
.nh-feature-grid .nh-icon { margin: 0 auto; border-radius: 50%; }
.nh-difference-card {
  margin-top: 16px;
  border: 1px solid var(--nh-border);
  border-radius: 18px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15,23,42,.05);
}
.nh-difference-card h3 { margin: 0 0 20px; font-size: 26px; }
.nh-difference-table {
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  gap: 14px;
  align-items: center;
}
.nh-diff-col {
  border: 1px solid var(--nh-border);
  border-radius: 14px;
  overflow: hidden;
}
.nh-diff-col strong {
  display: block;
  padding: 16px 22px;
  background: #f7f9fc;
  font-size: 18px;
}
.nh-with strong { color: var(--nh-orange); background: #fff4ee; }
.nh-diff-col span {
  display: block;
  padding: 14px 22px 14px 48px;
  border-top: 1px solid var(--nh-border);
  position: relative;
}
.nh-diff-col span::before {
  position: absolute;
  left: 20px;
  top: 14px;
  font-weight: 950;
}
.nh-without span::before { content: "x"; color: #8792a6; }
.nh-with span::before { content: "+"; color: var(--nh-orange); }
.nh-vs {
  width: 48px;
  height: 48px;
  margin: auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--nh-border);
  font-weight: 950;
}

.nh-card-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--nh-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(15,23,42,.07);
}
.nh-compliance-shell {
  display: grid;
  grid-template-columns: minmax(380px, .82fr) minmax(620px, 1.25fr) minmax(240px, .42fr);
  gap: 28px;
  padding: 44px;
}
.nh-compliance-copy h2 {
  font-size: clamp(36px, 2.7vw, 48px);
  line-height: 1.08;
}
.nh-trust-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-self: center;
}
.nh-trust-cards article {
  position: relative;
  min-height: 300px;
  padding: 28px 24px;
  border-radius: 22px;
  border: 1px solid var(--nh-border);
  background: #fff;
  box-shadow: 0 18px 46px rgba(15,23,42,.06);
}
.nh-trust-cards article::before {
  content: "";
  position: absolute;
  left: 36px;
  right: 36px;
  top: 0;
  height: 5px;
  border-radius: 0 0 8px 8px;
  background: var(--nh-orange);
}
.nh-trust-cards h3 {
  margin: 20px 0 18px;
  font-size: 24px;
  line-height: 1.12;
}
.nh-trust-cards ul {
  list-style: none;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--nh-border);
}
.nh-trust-cards li {
  position: relative;
  padding-left: 28px;
  margin: 0 0 14px;
  color: var(--nh-navy);
  font-size: 16px;
}
.nh-trust-cards li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--nh-orange);
  font-weight: 950;
}
.nh-shield-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 300px;
}
.nh-shield-visual::before {
  display: none;
}
.nh-shield-visual img {
  width: 100%;
  max-width: 290px;
  height: auto;
  display: block;
  object-fit: contain;
}
.nh-shield {
  width: 220px;
  height: 270px;
  display: grid;
  place-items: center;
  color: var(--nh-navy);
  font-size: 28px;
  font-weight: 950;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(248,250,252,.75));
  border: 1px solid #edf0f6;
  box-shadow: inset 0 0 34px rgba(15,23,42,.04), 0 22px 55px rgba(15,23,42,.06);
  clip-path: polygon(50% 0, 91% 16%, 84% 75%, 50% 100%, 16% 75%, 9% 16%);
}
.nh-shield::before {
  content: "";
  width: 78px;
  height: 46px;
  border: 8px solid var(--nh-orange);
  border-radius: 32px 32px 18px 18px;
  margin-bottom: -32px;
}
.nh-trust-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 8px;
  border: 1px solid var(--nh-border);
  border-radius: 18px;
  background: rgba(255,255,255,.95);
  overflow: hidden;
}
.nh-trust-strip div {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-right: 1px solid var(--nh-border);
  font-size: 18px;
}
.nh-trust-strip div:last-child { border-right: 0; }

.nh-consulting-shell { padding: 42px 44px 28px; }
.nh-consult-top {
  display: grid;
  grid-template-columns: minmax(470px, .88fr) minmax(680px, 1.12fr);
  gap: 30px;
  align-items: start;
}
.nh-consult-copy h2 { font-size: clamp(42px, 3.5vw, 58px); }
.nh-consult-copy h3 {
  margin: -10px 0 16px;
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1.08;
}
.nh-consult-photo {
  position: relative;
  min-height: 310px;
  margin-top: 0;
  border-radius: 22px;
  overflow: hidden;
}
.nh-consult-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255,255,255,.92), rgba(255,255,255,.10) 34%, rgba(255,255,255,.03));
  pointer-events: none;
}
.nh-consult-photo img {
  width: 100%;
  height: calc(100% + 120px);
  min-height: 430px;
  display: block;
  object-fit: cover;
  object-position: 72% top;
  transform: translateY(-110px);
}
.nh-consult-cards {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 28px;
}
.nh-consult-cards article {
  min-height: 205px;
  display: grid;
  justify-items: center;
  text-align: center;
}
.nh-consult-cards article::after {
  content: "";
  width: 58px;
  height: 3px;
  margin-top: auto;
  border-radius: 99px;
  background: currentColor;
  color: var(--nh-orange);
}
.nh-consult-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 18px;
  border: 1px solid var(--nh-border);
  border-radius: 18px;
  overflow: hidden;
}
.nh-consult-benefits article {
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 104px;
  padding: 18px 22px;
  border-right: 1px solid var(--nh-border);
  background: #fff;
}
.nh-consult-benefits article:last-child { border-right: 0; }
.nh-consult-benefits strong {
  font-size: 19px;
  display: block;
  margin-bottom: 6px;
}
.nh-consult-benefits p {
  margin: 0;
  color: var(--nh-text);
}
.nh-consult-final {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 22px;
  color: var(--nh-navy);
  font-size: 20px;
}
.nh-cloud-mark {
  width: 64px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 4px solid var(--nh-orange);
  border-radius: 28px 28px 14px 14px;
  color: var(--nh-orange);
  font-weight: 950;
}
.nh-consult-final a {
  color: var(--nh-orange);
  font-weight: 950;
}

.solutions-preview { padding: 74px 0 92px; }
.solution-tabs { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0 24px; }
.solution-tabs button { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 12px 18px; cursor: pointer; font-weight: 800; color: #3a4151; }
.solution-tabs button.active { color: var(--orange); background: var(--soft); border-color: #ffd8cc; }
.solution-panel { border: 1px solid var(--line); border-radius: 14px; padding: 28px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04); }
.solution-card { padding: 22px; border-radius: 10px; background: #fafbfc; border: 1px solid #edf0f5; }
.solution-card strong { display: block; margin-bottom: 8px; }
.solution-card p { margin: 0; color: var(--muted); line-height: 1.55; }

.section-pad { padding: 76px 0; }
.section-kicker { color: var(--orange); text-transform: uppercase; letter-spacing: 3px; font-size: 13px; font-weight: 900; margin-bottom: 14px; }
.section-kicker::before, .section-kicker::after { content: ""; display: inline-block; width: 36px; height: 2px; background: var(--orange); vertical-align: middle; margin-right: 12px; }
.section-kicker::after { margin: 0 0 0 12px; display: none; }
.center-head { text-align: center; max-width: 1180px; margin: 0 auto 38px; }
.center-head .section-kicker::after { display: inline-block; }
.center-head h2, .solutions-copy h2, .about-section h2, .cert-head h2, .help-section h2, .consult-top h2, .final-cta h2 { margin: 0; font-size: clamp(38px, 4.3vw, 72px); line-height: 1.1; letter-spacing: 0; }
.center-head h2 span, .solutions-copy h2 span, .about-section h2 span, .cert-head h2 span, .help-section h2 span, .consult-top h2 span, .final-cta h2 span { color: var(--orange); }
.center-head p, .solutions-copy > p, .about-section p, .cert-head p, .help-section p, .consult-top p, .final-cta p { color: var(--muted); font-size: 20px; line-height: 1.55; }
.pricing-section .center-head h2 { white-space: nowrap; }
.center-head.small h2 { font-size: 34px; }
.tight { margin: 26px 0 34px; }
.section-actions { display: flex; justify-content: flex-end; gap: 18px; margin-bottom: 34px; }
.btn-blue { background: var(--blue); color: #fff; margin-top: 10px; }

.solutions-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.solution-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.solution-lists h3 { color: var(--purple); text-transform: uppercase; font-size: 15px; border-bottom: 2px solid currentColor; padding-bottom: 10px; }
.link-list { display: grid; }
.link-list a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 48px; border: 1px solid var(--line); border-bottom: 0; padding: 0 16px; font-weight: 700; background: #fff; }
.link-list a:first-child { border-radius: 10px 10px 0 0; }
.link-list a:last-child { border-bottom: 1px solid var(--line); border-radius: 0 0 10px 10px; }
.soft-card { display: flex; gap: 16px; background: #f4f7ff; border-radius: 12px; padding: 22px; margin-top: 22px; }
.soft-card h4 { margin: 0 0 8px; }
.map-card, .serve-card, .comparison-card, .help-shell { border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 14px 30px rgba(15,23,42,.04); background: #fff; }
.map-card { padding: 30px 34px 22px; }
.map-card h3 span { color: var(--purple); }
.world-map { position: relative; overflow: hidden; background: radial-gradient(ellipse at 23% 42%, rgba(203,213,225,.65) 0 18%, transparent 19%), radial-gradient(ellipse at 52% 35%, rgba(203,213,225,.62) 0 23%, transparent 24%), radial-gradient(ellipse at 76% 47%, rgba(203,213,225,.58) 0 20%, transparent 21%), radial-gradient(ellipse at 41% 66%, rgba(203,213,225,.46) 0 13%, transparent 14%); min-height: 285px; }
.world-map::before { content: ""; position: absolute; inset: 18px; background-image: radial-gradient(#cbd5e1 1px, transparent 1px); background-size: 9px 9px; opacity: .75; mask-image: radial-gradient(ellipse at center, #000 45%, transparent 72%); }
.map-pin { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--color, var(--orange)); box-shadow: 0 0 0 5px color-mix(in srgb, var(--color, var(--orange)) 15%, transparent); }
.map-arc { position: absolute; border: 2px solid rgba(255,61,10,.35); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(-18deg); }
.mini-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; border-top: 1px solid var(--line); padding-top: 18px; }
.mini-stats strong { display: block; color: var(--orange); }
.mini-stats small { color: var(--muted); }
.serve-card { margin-top: 18px; padding: 24px; }
.serve-icons { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 20px; text-align: center; }
.serve-icons span { display: grid; gap: 8px; justify-items: center; font-weight: 700; }

.industry-layout { display: grid; grid-template-columns: 1fr 410px; gap: 24px; align-items: stretch; }
.industry-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.industry-card { min-height: 170px; border-radius: 7px; overflow: hidden; position: relative; color: #fff; display: flex; align-items: end; padding: 17px; background-image: linear-gradient(180deg, rgba(6, 12, 24, .02) 18%, rgba(6, 12, 24, .32) 58%, rgba(6, 12, 24, .82) 100%), var(--industry-img); background-size: cover; background-position: center; box-shadow: 0 14px 32px rgba(15, 23, 42, .12); transition: transform .2s ease, box-shadow .2s ease; }
.industry-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(15, 23, 42, .18); }
.industry-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255, 61, 10, .18), transparent 42%); opacity: .55; }
.industry-card strong { position: relative; z-index: 1; font-size: 20px; line-height: 1.08; font-weight: 750; letter-spacing: 0; text-shadow: 0 2px 10px rgba(0,0,0,.42); max-width: 92%; }
.industry-more { background: linear-gradient(135deg, #fff8f4, #ffffff); color: var(--orange); align-items: center; box-shadow: inset 0 0 0 1px #ffe0d3; }
.industry-more::before { display: none; }
.industry-more strong { color: var(--orange); text-shadow: none; font-size: 26px; font-weight: 800; }
.industry-more small { display: inline-block; margin-top: 12px; font-size: 14px; font-weight: 700; color: #ff3d0a; }
.why-panel { background: #fff; border: 1px solid var(--line); border-radius: 13px; padding: 24px 28px; box-shadow: var(--shadow); }
.why-panel.purple { background: #f7f3ff; border-color: #eee5ff; }
.why-panel h3 { color: var(--purple); text-transform: uppercase; margin: 0 0 18px; }
.reason-row { display: flex; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.reason-row:last-child { border-bottom: 0; }
.reason-row strong { display: block; margin-bottom: 5px; }
.reason-row p { margin: 0; color: var(--muted); line-height: 1.45; }
.wide-cta { margin-top: 24px; border: 1px solid var(--line); border-radius: 12px; padding: 22px 32px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 24px; align-items: center; }
.wide-cta.violet { background: #f8f5ff; border-color: #ded5ff; }
.wide-cta.peach, .final-cta { background: #fff6f2; border-color: #ffd8cc; }
.wide-cta strong { font-size: 22px; }
.wide-cta p { margin: 6px 0 0; color: var(--muted); }
.feature-strip.inline { margin-top: 28px; padding: 20px 0; border: 1px solid var(--line); border-radius: 12px; background: #fff; }

.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: start; }
.about-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 28px; }
.about-feature { min-height: 160px; padding: 20px 14px; text-align: center; border: 1px solid var(--line); border-radius: 8px; }
.about-feature strong { display: block; margin: 12px 0 8px; }
.about-feature p { font-size: 13px; margin: 0; }
.about-visual { min-height: 520px; position: relative; }
.globe-large { position: absolute; inset: 0; border-radius: 16px; background-image: url("section-real-images.png"); background-size: 200% 200%; background-position: right bottom; box-shadow: var(--shadow); border: 1px solid var(--line); }
.about-visual .about-stat { display: none; }
.about-stat { position: absolute; left: 0; width: 210px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 22px 26px 22px 80px; box-shadow: 0 12px 24px rgba(15,23,42,.04); }
.about-stat::before { content: "\25C7"; position: absolute; left: 20px; top: 21px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--orange); background: var(--soft); border: 1px solid #ffd8cc; }
.about-stat strong { display: block; font-size: 24px; }
.about-stat small { color: var(--muted); }
.s1 { top: 10px; } .s2 { top: 142px; } .s3 { top: 274px; } .s4 { top: 406px; }
.reason-card { border: 1px solid var(--line); border-left: 5px solid var(--orange); border-radius: 12px; padding: 26px 38px; background: #fff; box-shadow: 0 12px 28px rgba(15,23,42,.04); }
.reason-card ul { list-style: none; padding: 0; margin: 0; line-height: 2; }
.reason-card li::before { content: "\2713"; color: var(--orange); margin-right: 12px; }
.trust-strip h3 { margin: 28px 0 16px; text-align: center; }
.partner-logos { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: 12px; align-items: center; }
.partner-logo { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-right: 1px solid var(--line); font-weight: 900; color: #152036; letter-spacing: 0; }
.partner-logo:last-child { border-right: 0; }
.partner-mark { width: 36px; height: 36px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; background: #fff4ef; border: 1px solid #ffd9cc; color: var(--orange); font-size: 11px; font-weight: 900; box-shadow: 0 8px 18px rgba(255,61,10,.08); }
.partner-logo strong { display: block; line-height: 1.05; }
.partner-logo small { display: block; color: #6b7280; font-size: 10px; font-weight: 700; margin-top: 3px; }

.global-map { min-height: 560px; position: relative; }
.world-map.full { min-height: 540px; }
.global-section .center-head, .global-section #globalStats { display: none; }
.global-map { min-height: 760px; border-radius: 16px; background: none; display: grid; place-items: center; }
.global-map > *:not(.section-asset) { display: none; }
.section-asset { width: 100%; height: auto; display: block; }
.section-asset-contain { object-fit: contain; }
.section-asset-cover { width: 100%; height: 100%; object-fit: cover; }
.map-tile { position: absolute; top: 30px; z-index: 2; display: flex; gap: 18px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 10px; box-shadow: var(--shadow); padding: 26px 34px; }
.map-tile strong { color: var(--orange); font-size: 56px; line-height: 1; }
.map-tile span { font-size: 20px; color: var(--muted); font-weight: 700; }
.map-tile.regions { left: 0; } .map-tile.zones { left: 255px; }
.china-card { position: absolute; right: 0; top: 0; width: 410px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 24px; box-shadow: var(--shadow); }
.city-label { position: absolute; font-weight: 900; font-size: 14px; color: #151922; transform: translate(-50%, -50%); }
.city-label::before { content: "\25A6"; color: var(--orange); margin-right: 6px; }

.comparison-card { padding: 42px 24px 24px; }
.comparison-table { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.table-row { display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.table-row:last-child { border-bottom: 0; }
.table-cell { padding: 18px 22px; border-right: 1px solid var(--line); font-weight: 600; }
.table-cell:last-child { border-right: 0; }
.comparison-table .table-row:not(.table-head) .table-cell {
  font-size: 18px;
  line-height: 1.42;
}
.comparison-table .table-row:not(.table-head) .table-cell:nth-child(2) {
  background: linear-gradient(180deg, #fff7f2, #fffdfb);
  color: #079455;
  font-weight: 850;
  box-shadow: inset 3px 0 0 rgba(227,79,20,.22);
}
.table-head .table-cell { text-transform: uppercase; color: #5b6475; font-size: 16px; font-weight: 900; }
.table-head .nubex { background: var(--orange); color: #fff; }
.good { color: #08a03b; } .warn { color: var(--orange); } .bad { color: #8992a3; }

.cert-head { display: grid; grid-template-columns: 1fr .9fr; gap: 44px; align-items: center; margin-bottom: 34px; }
.shield-visual { min-height: 250px; display: grid; place-items: center; border-radius: 14px; background-image: url("section-real-images.png"); background-size: 200% 200%; background-position: right top; box-shadow: var(--shadow); overflow: hidden; }
.shield-visual span { width: 150px; height: 170px; display: grid; place-items: center; color: #fff; font-size: 64px; background: linear-gradient(150deg, #ffd5c1, #ff8a50); clip-path: polygon(50% 0, 93% 18%, 82% 78%, 50% 100%, 18% 78%, 7% 18%); box-shadow: 0 18px 45px rgba(255,61,10,.22); }
.shield-visual span { display: none; }
.cert-groups { display: grid; grid-template-columns: repeat(7, 1fr); gap: 18px; }
.cert-card { min-height: 310px; text-align: center; border: 1px solid var(--line); border-radius: 10px; padding: 28px 18px 0; box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; }
.cert-mark { font-size: 44px; font-weight: 900; color: var(--color); min-height: 82px; display: grid; place-items: center; }
.cert-card p { color: var(--muted); line-height: 1.5; }
.cert-card::after { content: "\2713"; margin-top: auto; padding: 10px; color: var(--color); background: color-mix(in srgb, var(--color) 10%, white); }

.pricing-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; border-radius: 14px; box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--line); background: #fff; }
.config-card, .summary-card { padding: 34px 38px; }
.config-card { border-right: 1px solid var(--line); }
.config-card h3, .summary-card h3 { margin: 0 0 10px; font-size: 28px; }
.price-control { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 18px; margin: 20px 0; font-weight: 800; }
.price-control input { accent-color: var(--orange); width: 100%; }
.price-control output { color: var(--orange); min-width: 84px; text-align: right; }
.option-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.option { border: 1px solid #dfe3eb; border-radius: 7px; padding: 13px 22px; background: #fff; }
.option.active { border-color: var(--orange); background: var(--soft); color: var(--orange); }
.summary-top { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.summary-top span { color: var(--orange); border: 1px solid #ffd2c4; border-radius: 8px; padding: 10px 16px; }
.summary-row { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 12px 0; font-weight: 700; }
.price-line { margin: 28px 0 18px; }
.price-line span { display: block; font-weight: 800; font-size: 20px; }
.price-line strong { color: var(--orange); font-size: 58px; line-height: 1; }
.price-line small { font-size: 20px; }
.summary-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; border: 1px solid #ffd8cc; border-radius: 9px; padding: 16px; background: #fff8f4; margin-bottom: 18px; font-weight: 700; }
.wide { width: 100%; min-height: 64px; font-size: 22px; }

.help-shell { padding: 36px 36px 30px; background: #f8f9ff; }
.help-hero { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: center; }
.support-photo, .consult-photo { min-height: 360px; border-radius: 18px; background: #fff; position: relative; overflow: hidden; box-shadow: var(--shadow); }
.support-photo { background: #fff; }
.support-photo span, .consult-photo::before, .consult-photo::after { position: absolute; content: ""; border-radius: 50% 50% 44% 44%; background: linear-gradient(#f7c7a8 0 34%, #c9e8ff 35% 100%); box-shadow: 0 20px 30px rgba(15,23,42,.16); }
.support-photo span { display: none; }
.support-photo span:nth-child(1) { width: 145px; height: 210px; left: 70px; bottom: 0; }
.support-photo span:nth-child(2) { width: 118px; height: 180px; left: 280px; bottom: -5px; }
.support-photo span:nth-child(3) { width: 115px; height: 175px; right: 150px; bottom: -5px; }
.help-metrics, .mini-benefits { display: flex; flex-wrap: wrap; gap: 24px; margin: 26px 0; }
.help-metrics span, .mini-benefit { display: flex; gap: 10px; align-items: center; color: var(--muted); }
.support-cards { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin: -95px 20px 26px 45%; position: relative; z-index: 2; }
.support-card { min-height: 220px; background: #fff; border-radius: 12px; border: 1px solid var(--line); padding: 24px; text-align: center; box-shadow: var(--shadow); }
.support-card a { color: var(--orange); font-weight: 800; }
.rating-line { text-align: center; color: var(--muted); margin-top: 24px; }
.rating-line span { color: var(--orange); letter-spacing: 4px; margin: 0 20px; }

.consult-top { display: grid; grid-template-columns: .9fr .72fr .38fr; gap: 22px; align-items: start; }
.consult-photo { min-height: 390px; background: #fff; }
.consult-photo::before { width: 140px; height: 210px; left: 70px; bottom: 0; background: linear-gradient(#efbd98 0 34%, #fff 35% 100%); }
.consult-photo::after { width: 130px; height: 190px; right: 80px; bottom: 0; background: linear-gradient(#f0c19f 0 34%, #bfe0ff 35% 100%); }
.consult-photo::before, .consult-photo::after { display: none; }
.band-title { text-align: center; color: var(--orange); text-transform: uppercase; margin: 30px 0 16px; font-size: 30px; }
.consult-cards { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; border: 1px solid var(--line); border-radius: 12px; padding: 12px; }
.consult-card { min-height: 250px; border: 1px solid var(--line); border-radius: 9px; padding: 26px; }
.consult-card.featured { border-color: var(--orange); box-shadow: 0 0 0 1px #ffd8cc inset; }
.consult-card h3 { margin: 16px 0; }
.consult-card p { color: var(--muted); line-height: 1.55; }
.consult-card a { color: var(--orange); font-weight: 800; }
.process-strip, .consult-bottom, .final-cta { margin-top: 24px; border: 1px solid var(--line); border-radius: 12px; padding: 26px 32px; display: grid; gap: 18px; background: #fff8f4; }
.process-strip { grid-template-columns: 220px repeat(5, 1fr); align-items: center; }
.process-step { display: grid; gap: 8px; }
.process-step b { color: var(--orange); font-size: 24px; }
.consult-bottom { grid-template-columns: 1fr 1fr auto; align-items: center; background: #fff; }
.partner-logos.small { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.final-cta { margin-top: 20px; margin-bottom: 20px; grid-template-columns: auto 1fr auto auto; align-items: center; }
.final-cta h2 { font-size: 34px; }

.site-footer { background: #f8fafc; border-top: 1px solid var(--line); padding: 46px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 320px 1fr; gap: 66px; }
.footer-brand img { width: 190px; height: 48px; object-fit: contain; object-position: left center; display: block; transform: none; margin-bottom: 24px; }
.footer-brand small { display: none; }
.footer-brand p { color: var(--muted); line-height: 1.7; }
.socials { display: flex; gap: 14px; margin: 24px 0; }
.socials a { width: 52px; height: 52px; border: 1px solid #ffd9cc; border-radius: 12px; display: grid; place-items: center; background: #fff; color: var(--orange); box-shadow: 0 8px 18px rgba(255,61,10,.06); transition: transform .18s ease, background .18s ease, color .18s ease; }
.socials a:hover { transform: translateY(-2px); background: var(--orange); color: #fff; }
.socials svg { width: 23px; height: 23px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.socials .fill-icon { fill: currentColor; stroke: none; }
.footer-support { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 22px; }
.footer-support strong { display: block; margin-top: 10px; }
.footer-support a { color: var(--orange); font-weight: 800; }
.footer-cols { display: grid; grid-template-columns: repeat(5, 1fr); gap: 34px; }
.footer-col h3 { text-transform: uppercase; letter-spacing: 1px; font-size: 14px; margin: 0 0 24px; }
.footer-col h3::after { content: ""; display: block; width: 28px; height: 2px; background: var(--orange); margin-top: 14px; }
.footer-col a { display: block; color: #4b5566; margin: 0 0 18px; }
.footer-news { display: grid; grid-template-columns: 1fr 420px; gap: 30px; align-items: stretch; margin: 26px 0; }
.footer-news .partner-logos:empty { display: none; }
.newsletter { display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 20px; box-shadow: 0 10px 24px rgba(15,23,42,.04); }
.newsletter span { grid-column: 1 / -1; font-weight: 900; text-transform: uppercase; margin-bottom: 12px; }
.newsletter input { height: 52px; border: 1px solid #dfe3eb; border-right: 0; border-radius: 8px 0 0 8px; padding: 0 18px; }
.newsletter button { height: 52px; width: 58px; border: 0; background: var(--orange); color: #fff; border-radius: 0 8px 8px 0; }
.footer-bottom { border-top: 1px solid var(--line); padding-top: 26px; display: flex; justify-content: space-between; gap: 20px; color: #64748b; font-size: 13px; }
.footer-bottom nav { display: flex; gap: 28px; }

@media (max-width: 1220px) {
  .container { width: min(100% - 36px, 1120px); }
  .nav-shell { gap: 18px; }
  .search { width: 220px; }
  .hero-grid, .section-head { grid-template-columns: 1fr; }
  .products-intro { grid-template-columns: 1fr; }
  .products-visual { max-width: 760px; margin: 0 auto; }
  .nubex-solutions-container { width: min(100% - 36px, 1120px); }
  .ns-hero { grid-template-columns: 1fr; }
  .ns-copy p { max-width: 820px; }
  .ns-visual { max-width: 900px; width: 100%; margin: 0 auto; }
  .ns-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 14px; }
  .ns-benefit { border: 1px solid var(--ns-border); border-radius: 12px; padding: 14px; }
  .ns-solution-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ns-bottom-cta { grid-template-columns: 1fr; }
  .ns-cta-actions { justify-content: flex-start; }
  .nubex-home-section,
  .nubex-home-card-section { width: min(100% - 36px, 1120px); padding-left: 0; padding-right: 0; }
  .nh-who-layout,
  .nh-why-hero,
  .nh-compliance-shell,
  .nh-consult-top { grid-template-columns: 1fr; }
  .nh-dubai-visual,
  .nh-platform-visual { max-width: 960px; width: 100%; margin: 0 auto; }
  .nh-feature-grid,
  .nh-consult-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nh-trust-cards,
  .nh-consult-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nh-trust-strip,
  .nh-kpi-strip,
  .nh-who-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nh-kpi-strip > div,
  .nh-trust-strip div,
  .nh-consult-benefits article { border-right: 0; border-bottom: 1px solid var(--nh-border); }
  .nh-kpi-strip > div:nth-last-child(-n+2),
  .nh-trust-strip div:last-child,
  .nh-consult-benefits article:nth-last-child(-n+2) { border-bottom: 0; }
  .nh-shield-visual { min-height: 260px; }
  .hero-visual { min-height: 420px; }
  .product-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .feature-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-callout { grid-template-columns: 1fr; }
  .solutions-layout, .industry-layout, .about-grid, .cert-head, .pricing-grid, .help-hero, .consult-top, .footer-grid, .footer-news { grid-template-columns: 1fr; }
  .industry-grid, .cert-groups, .consult-cards { grid-template-columns: repeat(3, 1fr); }
  .support-cards { margin: 20px 0 0; }
  .process-strip, .consult-bottom, .final-cta, .wide-cta { grid-template-columns: 1fr; }
  .global-map { min-height: 710px; }
  .hero-color-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 0; }
  .map-tile, .china-card { position: relative; top: auto; left: auto !important; right: auto; width: 100%; margin-bottom: 12px; }
  .world-map.full { min-height: 430px; }
  .table-row { min-width: 760px; }
  .comparison-table { overflow-x: auto; }
}

@media (max-width: 820px) {
  .status-inner nav, .nav-actions { display: none; }
  .mobile-toggle { display: block; }
  .nav-shell { min-height: 72px; flex-wrap: wrap; }
  .brand { width: 156px; }
  .main-nav { display: none; width: 100%; flex-direction: column; align-items: stretch; padding-bottom: 14px; }
  .main-nav.open { display: flex; }
  .nav-item, .nav-link { text-align: left; }
  .mega { width: calc(100% - 24px); padding: 20px; max-height: 78vh; overflow: auto; }
  .mega-grid, .mega-stats, .solution-panel, .product-cards { grid-template-columns: 1fr; }
  .products-copy .plain { font-size: 28px; }
  .products-copy h2 { font-size: 42px; }
  .product-mini-grid { grid-template-columns: 1fr; }
  .product-mini-grid a { grid-template-columns: 58px 1fr 18px; min-height: 86px; }
  .products-section .metric-pills { grid-template-columns: 1fr; padding: 8px 20px; }
  .products-section .metric-pill { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; }
  .products-section .metric-pill:last-child { border-bottom: 0; }
  .nubex-solutions-section { padding: 58px 0; }
  .nubex-solutions-container { width: calc(100% - 28px); }
  .ns-copy h2 { font-size: 40px; }
  .ns-copy p { font-size: 17px; }
  .ns-actions, .ns-cta-actions { flex-direction: column; align-items: stretch; }
  .ns-btn { width: 100%; min-height: 52px; }
  .ns-visual { min-height: 640px; place-items: center; }
  .ns-map-dots { inset: 80px 0; }
  .ns-cloud-platform { width: 100%; max-width: 330px; height: 250px; align-self: center; }
  .ns-cloud-shape { width: 230px; height: 110px; }
  .ns-cloud-shape strong { font-size: 26px; }
  .ns-cloud-shape span { font-size: 13px; }
  .ns-platform-base { width: 310px; }
  .ns-orbit-node {
    position: relative;
    inset: auto !important;
    min-width: 0;
    width: 100%;
    max-width: 320px;
    justify-self: center;
    order: 2;
  }
  .ns-orbit-node::after { display: none; }
  .ns-node-icon { width: 50px; height: 50px; }
  .ns-node-icon svg { width: 25px; height: 25px; }
  .ns-benefits, .ns-solution-grid { grid-template-columns: 1fr; }
  .ns-benefit { min-height: auto; }
  .ns-solution-card { min-height: auto; padding: 24px; }
  .ns-bottom-cta { padding: 20px; }
  .ns-bottom-cta h3 { font-size: 23px; }
  .nubex-home-section,
  .nubex-home-card-section { width: calc(100% - 28px); padding: 56px 0; }
  .nh-who-copy h2,
  .nh-why-copy h2,
  .nh-compliance-copy h2,
  .nh-consult-copy h2 { font-size: 38px; }
  .nh-who-copy > p,
  .nh-why-copy > p,
  .nh-compliance-copy > p,
  .nh-consult-copy > p { font-size: 17px; }
  .nh-actions { flex-direction: column; align-items: stretch; }
  .nh-btn { width: 100%; }
  .nh-who-cards,
  .nh-feature-grid,
  .nh-consult-cards,
  .nh-trust-cards,
  .nh-consult-benefits,
  .nh-mini-kpis,
  .nh-kpi-strip,
  .nh-who-strip,
  .nh-trust-strip { grid-template-columns: 1fr; }
  .nh-who-cards article,
  .nh-feature-grid article,
  .nh-consult-cards article,
  .nh-trust-cards article { min-height: auto; }
  .nh-dubai-visual { min-height: auto; }
  .nh-skyline { left: 5%; right: 22%; gap: 10px; transform: scale(.78); transform-origin: bottom center; }
  .nh-vertical-stats { right: 12px; top: 18px; width: 140px; gap: 10px; }
  .nh-vertical-stats article { min-height: 104px; }
  .nh-vertical-stats strong { font-size: 25px; }
  .nh-platform-visual { min-height: auto; display: grid; gap: 12px; }
  .nh-platform-core {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 330px;
    height: 235px;
    margin: 0 auto 10px;
  }
  .nh-cloud { width: 240px; height: 108px; font-size: 26px; }
  .nh-cloud::before { width: 88px; height: 88px; left: 24px; bottom: 38px; }
  .nh-cloud::after { width: 112px; height: 112px; right: 24px; bottom: 38px; }
  .nh-cloud span { font-size: 12px; }
  .nh-server-bed { width: 300px; height: 82px; }
  .nh-platform-node {
    position: relative;
    inset: auto !important;
    max-width: none;
    width: 100%;
  }
  .nh-difference-table { grid-template-columns: 1fr; }
  .nh-vs { order: 2; }
  .nh-with { order: 3; }
  .nh-compliance-shell,
  .nh-consulting-shell { padding: 28px 18px; }
  .nh-trust-cards h3 { font-size: 23px; }
  .nh-shield { width: 170px; height: 212px; font-size: 21px; }
  .nh-consult-photo,
  .nh-consult-photo img { min-height: 260px; }
  .nh-consult-final { flex-direction: column; text-align: center; }
  .solution-lists, .about-feature-grid, .industry-grid, .cert-groups, .support-cards, .consult-cards, .footer-cols, .partner-logos, .mini-stats, .serve-icons, .summary-benefits, .hero-feature-grid, .hero-color-cards { grid-template-columns: 1fr; }
  .section-actions, .hero-cta, .option-row { flex-direction: column; align-items: stretch; }
  .center-head h2, .solutions-copy h2, .about-section h2, .cert-head h2, .help-section h2, .consult-top h2 { font-size: 36px; }
  .pricing-section .center-head h2 { white-space: normal; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom nav { flex-wrap: wrap; }
  .mega-col { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 38px 0 86px; gap: 18px; }
  .hero p, .section-head p { font-size: 17px; }
  .hero-arrow { display: none; }
  .contact-rail { display: none; }
  .feature-strip { grid-template-columns: 1fr; }
  .feature { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; }
  .visual-card { position: static; margin: 10px; min-width: 0; }
  .hero-visual { display: grid; grid-template-columns: 1fr; min-height: auto; padding: 20px 0 0; }
  .visual-core { position: relative; left: auto; top: auto; transform: none !important; grid-column: 1 / -1; justify-self: center; margin: 20px 0 30px; }
  .visual-core span { transform: none !important; }
  .orbit-products { display: none; }
  .section-head.compact { grid-template-columns: 1fr; align-items: start; }
  .callout-mini { justify-content: flex-start; flex-wrap: wrap; gap: 18px; }
}
