:root {
  color-scheme: light;
  --bg: #ffffff;
  --soft: #f5f7fb;
  --soft-blue: #f0f5ff;
  --ink: #181818;
  --ink-soft: #3f4652;
  --muted: #737b88;
  --line: #e1e5eb;
  --line-dark: #c8ced8;
  --blue: #2f5bea;
  --blue-deep: #2345bd;
  --cyan: #168bc3;
  --mint: #16a879;
  --coral: #f06449;
  --max: 1280px;
  --header: 64px;
  --radius: 3px;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 18px); }
body { margin: 0; overflow-x: hidden; background: var(--bg); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img, svg { display: block; }
svg { width: 18px; height: 18px; flex: 0 0 auto; stroke-width: 1.8; }
::selection { background: var(--blue); color: #fff; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-150%); background: var(--blue); color: #fff; padding: 8px 12px; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(calc(100% - 64px), var(--max)); margin: 0 auto; }

/* Header */
.site-header { position: fixed; z-index: 50; inset: 0 0 auto; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.94); backdrop-filter: blur(16px); }
.site-header.is-scrolled { box-shadow: 0 5px 18px rgba(22, 34, 59, 0.07); }
.header-inner { display: flex; width: min(calc(100% - 40px), 1440px); height: var(--header); margin: 0 auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; }
.brand img, .footer-brand img { image-rendering: pixelated; }
.brand strong { font-size: 17px; font-weight: 800; }
.brand > span { border-left: 1px solid var(--line-dark); color: var(--muted); padding-left: 9px; font-size: 10px; }
.desktop-nav { display: flex; flex: 1; align-items: center; gap: 28px; }
.desktop-nav a { position: relative; color: #242833; font-size: 13px; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -22px; left: 0; height: 2px; background: var(--blue); content: ""; opacity: 0; transform: scaleX(0.4); transition: 160ms; }
.desktop-nav a:hover { color: var(--blue); }
.desktop-nav a:hover::after { opacity: 1; transform: scaleX(1); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.header-link { color: #323844; font-size: 12px; }
.header-link:hover { color: var(--blue); }
.header-search { display: inline-flex; width: 168px; height: 36px; align-items: center; gap: 9px; border: 1px solid var(--line-dark); color: #9096a1; padding: 0 12px; font-size: 11px; }
.header-search svg { width: 15px; height: 15px; }
.mobile-nav, .menu-toggle { display: none; }
.mobile-language-select { display: none; }

.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: var(--radius); padding: 0 20px; cursor: pointer; font-size: 13px; font-weight: 650; line-height: 1; transition: 160ms ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 18px rgba(47, 91, 234, 0.18); }
.button-primary:hover { background: var(--blue-deep); }
.button-secondary { border-color: var(--line-dark); background: #fff; color: var(--ink); }
.button-secondary:hover { border-color: var(--blue); color: var(--blue); }
.button-small { min-height: 36px; padding: 0 15px; font-size: 12px; }
.button-large { min-width: 190px; min-height: 50px; }
.button-light { background: #fff; color: var(--blue); }
.button-outline-light { border-color: rgba(255,255,255,.6); background: transparent; color: #fff; }
.icon-button { display: inline-grid; width: 36px; height: 36px; place-items: center; border: 1px solid var(--line-dark); border-radius: var(--radius); background: #fff; cursor: pointer; }
.menu-toggle { display: none; }
.language-select { position: relative; display: inline-grid; height: 36px; grid-template-columns: 15px minmax(70px,auto) 12px; align-items: center; gap: 6px; border: 1px solid var(--line-dark); background: #fff; padding: 0 9px; color: #485568; cursor: pointer; }
.language-select > svg { width: 14px; height: 14px; color: var(--blue); pointer-events: none; }
.language-select > svg:last-child { width: 12px; height: 12px; color: #788494; }
.language-select select { width: 100%; min-width: 0; appearance: none; border: 0; outline: 0; background: transparent; color: #465365; cursor: pointer; font: 11px var(--font); }
.language-suggestion { position: fixed; z-index: 80; top: calc(var(--header) + 16px); right: max(22px, calc((100vw - var(--max)) / 2)); display: grid; width: min(420px, calc(100vw - 32px)); grid-template-columns: 24px minmax(0,1fr) auto 26px; align-items: center; gap: 11px; border: 1px solid #bfd0ef; background: rgba(255,255,255,.98); padding: 12px 12px 12px 14px; box-shadow: 0 14px 36px rgba(31,52,92,.16); }
.language-suggestion > svg { width: 20px; height: 20px; color: var(--blue); }
.language-suggestion div { min-width: 0; }
.language-suggestion strong { display: block; color: var(--ink); font-size: 12px; }
.language-suggestion p { margin: 3px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.language-suggestion-action, .language-suggestion-close { border: 0; cursor: pointer; }
.language-suggestion-action { min-height: 29px; background: var(--blue); color: #fff; padding: 0 10px; font-size: 10px; white-space: nowrap; }
.language-suggestion-close { display: grid; width: 26px; height: 26px; place-items: center; background: transparent; color: #8a95a4; }
.language-suggestion-close svg { width: 15px; height: 15px; }

/* Hero */
.hero { position: relative; min-height: 720px; overflow: hidden; border-bottom: 1px solid var(--line); background: #fff; padding-top: var(--header); }
.hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .18; }
.hero-inner { position: relative; z-index: 2; min-height: 655px; padding-top: 68px; }
.hero-notice { display: inline-flex; align-items: center; gap: 9px; border-radius: 18px; background: #f0f4ff; color: #3152b9; padding: 7px 13px 7px 7px; font-size: 12px; }
.hero-notice span { border-radius: 13px; background: var(--blue); color: #fff; padding: 3px 8px; font: 700 9px var(--mono); }
.hero-notice svg { width: 14px; height: 14px; }
.hero-copy { position: relative; z-index: 3; width: min(700px, 62%); padding-top: 26px; }
.hero h1 { margin: 0; color: var(--ink); font-size: clamp(54px, 5.5vw, 76px); font-weight: 580; letter-spacing: 0; line-height: 1.16; }
.hero h1 span { color: var(--blue); }
.hero-copy > p { max-width: 650px; margin: 27px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin: 28px 0 0; padding: 0; color: #4d5868; font-size: 12px; list-style: none; }
.hero-proof li { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof svg { width: 14px; height: 14px; color: var(--blue); }
.hero-cloud { position: absolute; z-index: 2; top: 105px; right: 0; width: 500px; height: 500px; }
.cloud-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(47,91,234,.22); border-radius: 50%; transform: translate(-50%,-50%); }
.cloud-ring-one { width: 350px; height: 350px; }
.cloud-ring-two { width: 490px; height: 490px; border-color: rgba(125,86,225,.13); }
.cloud-ring-one::before, .cloud-ring-two::before { position: absolute; border-radius: 50%; background: var(--blue); content: ""; }
.cloud-ring-one::before { top: 30px; left: 47px; width: 9px; height: 9px; box-shadow: 269px 206px 0 var(--mint); }
.cloud-ring-two::before { right: 77px; bottom: 34px; width: 7px; height: 7px; background: var(--coral); box-shadow: -286px -303px 0 #7a59db; }
.cloud-core { position: absolute; top: 50%; left: 50%; display: grid; width: 168px; height: 168px; place-items: center; align-content: center; border: 1px solid #b8c6ef; border-radius: 50%; background: rgba(255,255,255,.9); box-shadow: 0 18px 50px rgba(63,83,142,.13); transform: translate(-50%,-50%); }
.cloud-core img { margin-bottom: 7px; }
.cloud-core strong { font-size: 16px; }
.cloud-core span { color: var(--muted); font-size: 9px; }
.cloud-node { position: absolute; min-width: 105px; border: 1px solid #cdd6e5; background: rgba(255,255,255,.9); color: #566174; padding: 8px 11px; box-shadow: 0 8px 24px rgba(41,54,84,.08); font: 9px var(--mono); }
.node-a { top: 67px; left: 10px; border-left: 3px solid var(--blue); }
.node-b { top: 72px; right: 0; border-left: 3px solid #7957d5; }
.node-c { bottom: 74px; left: 14px; border-left: 3px solid var(--mint); }
.node-d { right: 10px; bottom: 63px; border-left: 3px solid var(--coral); }

.platform-stats { border-bottom: 1px solid var(--line); background: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.stats-grid > div { display: grid; min-height: 110px; align-content: center; gap: 5px; border-right: 1px solid var(--line); padding: 20px 32px; }
.stats-grid > div:first-child { border-left: 1px solid var(--line); }
.stats-grid strong { color: var(--blue); font-size: 21px; font-weight: 650; }
.stats-grid span { color: var(--muted); font-size: 11px; }

/* Global network */
.global-network { position: relative; overflow: hidden; background: #071426; color: #fff; padding: 108px 0 38px; }
.network-grid { position: absolute; inset: 0; opacity: .55; background-image: linear-gradient(rgba(107,145,197,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(107,145,197,.09) 1px, transparent 1px); background-size: 72px 72px; }
.global-network::after { position: absolute; top: 0; right: 0; width: 42%; height: 1px; background: #4e80e8; content: ""; }
.network-layout { position: relative; z-index: 2; display: grid; min-height: 640px; grid-template-columns: minmax(400px,.82fr) minmax(560px,1.18fr); align-items: center; gap: 60px; }
.network-copy { position: relative; z-index: 3; }
.network-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #35506f; background: rgba(12,31,53,.72); color: #91a6bf; padding: 6px 9px; font: 700 8px var(--mono); }
.network-badge span { width: 6px; height: 6px; border-radius: 50%; background: #f3bd43; box-shadow: 0 0 0 4px rgba(243,189,67,.11); }
.global-network .section-kicker { margin-top: 24px; color: #67a0ff; }
.network-copy h2 { margin: 0; font-size: clamp(40px,4.5vw,60px); font-weight: 570; letter-spacing: 0; line-height: 1.18; }
.network-lead { max-width: 570px; margin: 24px 0 0; color: #9eb0c5; font-size: 14px; line-height: 1.9; }
.network-metrics { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 34px; border-top: 1px solid #2a425f; border-left: 1px solid #2a425f; }
.network-metrics > div { display: grid; min-height: 102px; align-content: center; border-right: 1px solid #2a425f; border-bottom: 1px solid #2a425f; padding: 14px 16px; }
.network-metrics span { color: #8297af; font-size: 9px; }
.network-metrics strong { margin-top: 6px; color: #fff; font: 650 22px var(--mono); }
.network-metrics small { margin-top: 4px; color: #5de0b6; font: 700 8px var(--mono); }
.traffic-feed { margin-top: 22px; border: 1px solid #2a425f; background: rgba(7,20,38,.68); }
.traffic-head { display: flex; min-height: 42px; align-items: center; justify-content: space-between; border-bottom: 1px solid #263c57; padding: 0 14px; }
.traffic-head strong { font-size: 10px; font-weight: 620; }
.traffic-head > span { display: inline-flex; align-items: center; gap: 7px; color: #7890aa; font-size: 8px; }
.traffic-head i { width: 6px; height: 6px; border-radius: 50%; background: #50d8ae; box-shadow: 0 0 0 4px rgba(80,216,174,.1); }
.traffic-rows { overflow: hidden; }
.traffic-rows > div { display: grid; min-height: 39px; grid-template-columns: 84px minmax(0,1fr) 72px 54px; align-items: center; gap: 9px; border-bottom: 1px solid #1c314b; padding: 0 14px; transition: background 280ms ease, transform 280ms ease; }
.traffic-rows > div:last-child { border-bottom: 0; }
.traffic-rows > div.is-new { background: rgba(47,91,234,.14); transform: translateX(5px); }
.traffic-rows span { color: #d4deea; font-size: 9px; }
.traffic-rows code { min-width: 0; overflow: hidden; color: #7791ae; font: 8px var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.traffic-rows b { color: #5cdbb5; font: 700 8px var(--mono); }
.traffic-rows small { color: #6d829a; font: 8px var(--mono); text-align: right; }
.globe-stage { position: relative; min-width: 0; height: 650px; }
.globe-canvas { display: block; width: 100%; height: 100%; cursor: grab; outline: 0; touch-action: pan-y; }
.globe-canvas.is-dragging { cursor: grabbing; }
.globe-topline { position: absolute; top: 26px; right: 8px; left: 8px; display: flex; justify-content: space-between; color: #66809e; font: 700 8px var(--mono); pointer-events: none; }
.globe-legend { position: absolute; right: 8px; bottom: 27px; display: flex; gap: 18px; color: #7890aa; font-size: 8px; pointer-events: none; }
.globe-legend span { display: inline-flex; align-items: center; gap: 7px; }
.legend-node { width: 7px; height: 7px; border-radius: 50%; background: #6de9c1; box-shadow: 0 0 0 4px rgba(109,233,193,.12); }
.legend-route { width: 21px; height: 1px; background: #72a5ff; }
.globe-tooltip { position: absolute; z-index: 5; max-width: 220px; transform: translate(12px,12px); border: 1px solid #426184; background: rgba(7,20,38,.94); color: #dce9f8; padding: 8px 10px; pointer-events: none; font: 8px var(--mono); }
.globe-node-label { position: absolute; z-index: 4; transform: translate(11px,-50%); border-left: 2px solid #65dbb5; background: rgba(7,20,38,.82); color: #c5d5e8; padding: 4px 7px; pointer-events: none; font: 8px var(--mono); }
.globe-node-label.is-hub { border-left-color: #ff806f; color: #fff; }
.globe-node-label.is-mainland { border-left-color: #79a9ff; background: rgba(10,32,59,.9); }
.node-directory { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(10,1fr); margin-top: 14px; border-top: 1px solid #2a425f; border-left: 1px solid #2a425f; }
.node-directory span { display: flex; min-height: 44px; align-items: center; justify-content: center; border-right: 1px solid #2a425f; border-bottom: 1px solid #2a425f; color: #8195ad; font-size: 9px; }
.node-directory .china-node { background: rgba(47,91,234,.08); color: #9fbded; }

/* Product browser */
.cloud-products { background: var(--soft); padding: 105px 0 120px; }
.section-heading { margin-bottom: 48px; }
.centered-heading { text-align: center; }
.section-kicker { margin: 0 0 13px; color: var(--blue); font-size: 13px; font-weight: 650; }
.section-heading h2, .capability-copy h2, .developer-heading h2, .pricing-heading h2, .faq-intro h2, .cta-inner h2 { margin: 0; color: var(--ink); font-size: clamp(36px, 4vw, 52px); font-weight: 590; letter-spacing: 0; line-height: 1.22; }
.section-heading > p:last-child { margin: 15px 0 0; color: var(--muted); }
.product-browser { display: grid; grid-template-columns: 230px minmax(0,1fr); min-height: 520px; border: 1px solid var(--line-dark); background: #fff; box-shadow: 0 16px 48px rgba(39,52,83,.08); }
.product-categories { display: flex; flex-direction: column; border-right: 1px solid var(--line); background: #fafbfc; padding: 18px 0; }
.category-label { color: #8a919c; padding: 8px 22px 15px; font-size: 10px; }
.product-categories > a { display: grid; min-height: 60px; grid-template-columns: 25px minmax(0,1fr) 18px; align-items: center; gap: 9px; border-left: 3px solid transparent; background: transparent; color: #3e4653; padding: 0 16px 0 19px; font-size: 13px; text-align: left; }
.product-categories > a > svg:last-child { width: 15px; color: #9ca3ad; }
.product-categories > a:hover, .product-categories > a.is-active { border-left-color: var(--blue); background: #edf3ff; color: var(--blue); }
.product-content { padding: 36px 40px 0; }
.product-title { display: grid; grid-template-columns: 52px minmax(0,1fr) auto; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); padding-bottom: 30px; }
.product-logo { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid var(--line); }
.product-title h3 { margin: 0; font-size: 22px; font-weight: 620; }
.product-title p { max-width: 680px; margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: 12px; font-weight: 650; }
.text-link svg { width: 14px; height: 14px; }
.product-feature-grid { display: grid; grid-template-columns: 1fr 1fr; }
.product-feature-grid article { display: grid; min-height: 150px; grid-template-columns: 34px minmax(0,1fr); align-content: center; gap: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px 30px 24px 0; }
.product-feature-grid article:nth-child(even) { border-right: 0; padding-left: 30px; }
.product-feature-grid article > svg { color: var(--blue); }
.product-feature-grid article:nth-child(2) > svg { color: var(--mint); }
.product-feature-grid article:nth-child(3) > svg { color: var(--coral); }
.product-feature-grid h4 { margin: 0 0 7px; font-size: 15px; font-weight: 650; }
.product-feature-grid p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.product-footer { display: grid; min-height: 72px; grid-template-columns: 92px minmax(0,1fr) auto; align-items: center; gap: 18px; }
.product-footer > span { color: var(--muted); font-size: 10px; }
.product-footer code { color: #46536a; font: 11px var(--mono); }
.product-footer a { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: 12px; font-weight: 650; }
.product-footer svg { width: 14px; }

/* Solutions */
.capability-section { background: #fff; padding: 120px 0; }
.capability-grid { display: grid; grid-template-columns: minmax(340px,.75fr) minmax(0,1fr); align-items: center; gap: 100px; }
.capability-copy > p:not(.section-kicker) { max-width: 520px; margin: 25px 0 30px; color: var(--muted); line-height: 1.9; }
.solution-list { border-top: 1px solid var(--line-dark); }
.solution-list article { display: grid; min-height: 140px; grid-template-columns: 40px minmax(0,1fr) 40px; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.solution-list article > span { color: var(--blue); font: 700 10px var(--mono); }
.solution-list article > svg { width: 28px; height: 28px; color: #8090aa; }
.solution-list h3 { margin: 0 0 7px; font-size: 18px; font-weight: 620; }
.solution-list p { margin: 0; color: var(--muted); font-size: 12px; }

/* Enterprise service */
.service-section { border-top: 1px solid var(--line); background: var(--soft); padding: 110px 0 120px; }
.service-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.45fr); align-items: end; gap: 80px; margin-bottom: 46px; }
.service-heading h2, .resource-heading h2 { margin: 0; color: var(--ink); font-size: clamp(36px,4vw,52px); font-weight: 590; letter-spacing: 0; line-height: 1.22; }
.service-heading > p { margin: 0; color: var(--muted); line-height: 1.85; }
.service-matrix { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); background: #fff; }
.service-matrix article { position: relative; display: flex; min-height: 310px; flex-direction: column; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); padding: 30px 26px; }
.service-icon { display: grid; width: 42px; height: 42px; place-items: center; background: #edf2ff; color: var(--blue); }
.service-matrix article:nth-child(2) .service-icon { background: #edf9f5; color: var(--mint); }
.service-matrix article:nth-child(3) .service-icon { background: #fff2ef; color: var(--coral); }
.service-matrix article:nth-child(4) .service-icon { background: #eef6fb; color: var(--cyan); }
.service-matrix article > span { position: absolute; top: 31px; right: 25px; color: #abb3bf; font: 700 9px var(--mono); }
.service-matrix h3 { margin: 34px 0 10px; font-size: 17px; font-weight: 650; }
.service-matrix p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.service-matrix a { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; color: var(--blue); font-size: 11px; font-weight: 650; }
.service-matrix a svg { width: 14px; height: 14px; }
.operations-panel { display: grid; grid-template-columns: minmax(340px,.75fr) minmax(0,1.25fr); margin-top: 30px; border: 1px solid var(--line-dark); background: #fff; }
.operations-copy { border-right: 1px solid var(--line); padding: 38px 40px; }
.operations-label { color: var(--blue); font: 700 9px var(--mono); }
.operations-copy h3 { margin: 16px 0 13px; font-size: 25px; font-weight: 610; line-height: 1.4; }
.operations-copy p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.operations-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.operations-flow { display: grid; grid-template-columns: repeat(4,1fr); align-items: stretch; padding: 34px; }
.operations-flow > div { position: relative; display: grid; min-height: 170px; place-items: center; align-content: center; border: 1px solid var(--line); border-right: 0; background: #fafbfc; text-align: center; }
.operations-flow > div:last-child { border-right: 1px solid var(--line); }
.operations-flow > div:not(:last-child)::after { position: absolute; z-index: 2; top: 50%; right: -8px; width: 15px; height: 15px; border-top: 1px solid var(--line-dark); border-right: 1px solid var(--line-dark); background: #fafbfc; content: ""; transform: translateY(-50%) rotate(45deg); }
.operations-flow span { position: absolute; top: 12px; left: 12px; color: #9ba4b1; font: 700 8px var(--mono); }
.operations-flow svg { width: 24px; height: 24px; margin-bottom: 16px; color: var(--blue); }
.operations-flow > div:nth-child(2) svg { color: var(--cyan); }
.operations-flow > div:nth-child(3) svg { color: var(--coral); }
.operations-flow > div:nth-child(4) svg { color: var(--mint); }
.operations-flow strong { font-size: 12px; }
.operations-flow small { margin-top: 6px; color: var(--muted); font: 8px var(--mono); }

/* Developer */
.developer-section { background: #f3f6fb; padding: 110px 0 120px; }
.developer-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.45fr); align-items: end; gap: 80px; margin-bottom: 42px; }
.developer-heading > p { margin: 0; color: var(--muted); line-height: 1.85; }
.workflow-steps { display: grid; grid-template-columns: repeat(3,1fr); margin: 0 0 24px; padding: 0; list-style: none; }
.workflow-steps li { display: grid; min-height: 100px; grid-template-columns: 34px minmax(0,1fr); align-items: center; gap: 15px; border: 1px solid var(--line-dark); border-right: 0; background: #fff; padding: 20px; }
.workflow-steps li:last-child { border-right: 1px solid var(--line-dark); }
.workflow-steps li > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: #e9efff; color: var(--blue); font-size: 12px; font-weight: 700; }
.workflow-steps li > div { display: grid; gap: 5px; }
.workflow-steps strong { font-size: 13px; }
.workflow-steps code { color: var(--muted); font: 9px var(--mono); }
.request-console { overflow: hidden; border: 1px solid #263d5c; border-radius: var(--radius); background: #0e1c30; box-shadow: 0 18px 45px rgba(25,39,63,.15); }
.console-bar { display: grid; min-height: 58px; grid-template-columns: minmax(0,1fr) auto 36px; align-items: center; gap: 16px; border-bottom: 1px solid #2b405c; background: #14253c; padding: 8px 14px 8px 20px; }
.console-title { display: flex; align-items: center; gap: 10px; color: #b9c9dc; font-size: 11px; }
.live-indicator, .sync-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(22,168,121,.12); }
.code-tabs { display: flex; height: 34px; align-items: center; border: 1px solid #334962; padding: 3px; }
.code-tab { height: 26px; border: 0; background: transparent; color: #7f93aa; padding: 0 11px; cursor: pointer; font: 9px var(--mono); }
.code-tab.is-active { background: #294565; color: #fff; }
.copy-button { border-color: #3b506b; background: #1a304a; color: #a7bad0; }
.code-panel { min-height: 360px; background: #0c192a; padding: 28px 32px; }
.code-panel pre { margin: 0; overflow-x: auto; color: #bacbdd; font: 11px/1.9 var(--mono); white-space: pre-wrap; }
.code-panel code { font-family: inherit; }
.code-command, .code-keyword { color: #75a7ff; }
.code-string { color: #6cdab7; }
.code-number { color: #ff897b; }
.response-strip { display: grid; min-height: 44px; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 16px; border-top: 1px solid #2b405c; background: #14253c; color: #7189a2; padding: 8px 20px; font: 8px var(--mono); }
.response-strip code { min-width: 0; overflow: hidden; color: #7892ad; text-overflow: ellipsis; white-space: nowrap; }
.response-code { color: #63dbb6; font-weight: 700; }

/* Recharge campaign */
.campaign-section { border-top: 1px solid var(--line); background: var(--soft); padding: 110px 0 118px; }
.campaign-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 38px; }
.campaign-heading > div { max-width: 760px; }
.campaign-heading h2, .calculator-heading h2 { margin: 0; color: var(--ink); font-size: clamp(36px,4vw,52px); font-weight: 590; letter-spacing: 0; line-height: 1.22; }
.campaign-heading > div > p:last-child { max-width: 700px; margin: 17px 0 0; color: var(--muted); line-height: 1.85; }
.campaign-banner { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border: 1px solid #203553; background: #101e33; color: #fff; }
.campaign-offer { position: relative; min-height: 294px; padding: 44px 48px; }
.campaign-offer::after { position: absolute; top: 0; right: 0; width: 4px; height: 100%; background: var(--coral); content: ""; }
.campaign-label { display: inline-flex; align-items: center; gap: 8px; color: #91a8c7; font: 700 9px var(--mono); }
.campaign-label svg { width: 15px; height: 15px; color: #ffc95d; }
.campaign-offer > strong { display: block; margin-top: 31px; color: #c5d3e8; font-size: 15px; }
.campaign-offer h3 { margin: 3px 0 12px; font-size: 40px; font-weight: 580; letter-spacing: 0; line-height: 1.2; }
.campaign-offer h3 span { color: #ffca62; font: 700 52px var(--mono); }
.campaign-offer p { max-width: 540px; margin: 0; color: #92a5be; font-size: 13px; }
.campaign-facts { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; background: #162944; }
.campaign-facts > div { display: grid; min-width: 0; align-content: center; justify-items: start; border-left: 1px solid #29405f; padding: 30px 25px; }
.campaign-facts svg { width: 23px; height: 23px; color: #77a3ff; }
.campaign-facts span { margin-top: 30px; color: #8096b3; font-size: 10px; }
.campaign-facts strong { margin-top: 5px; color: #fff; font: 700 17px var(--mono); white-space: nowrap; }
.campaign-packages { display: grid; grid-template-columns: repeat(4,1fr); border-left: 1px solid var(--line-dark); }
.campaign-packages article { position: relative; min-width: 0; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: #fff; padding: 27px 25px 25px; }
.campaign-packages article.is-featured { background: #f5f8ff; box-shadow: inset 0 3px 0 var(--blue); }
.package-top { display: flex; min-height: 24px; align-items: center; justify-content: space-between; color: var(--muted); font-size: 11px; }
.package-top svg { width: 17px; height: 17px; color: var(--blue); }
.package-top em { background: var(--blue); color: #fff; padding: 3px 7px; font-size: 9px; font-style: normal; }
.package-amount { display: block; margin-top: 18px; font: 720 29px var(--mono); }
.campaign-packages article > p { margin: 8px 0 23px; color: var(--muted); font-size: 11px; }
.campaign-packages article > p b { color: var(--blue); font-weight: 700; }
.package-capacity { display: grid; min-height: 114px; align-content: center; border-top: 1px solid var(--line); }
.package-capacity span { color: var(--muted); font-size: 9px; }
.package-capacity strong { margin: 4px 0; color: var(--ink); font-size: 19px; }
.package-capacity small { color: #9299a5; font-size: 8px; line-height: 1.6; }
.campaign-estimate-note { display: flex; align-items: flex-start; gap: 8px; margin: 16px 0 0; color: var(--muted); font-size: 9px; line-height: 1.7; }
.campaign-estimate-note svg { width: 14px; height: 14px; margin-top: 1px; color: var(--blue); }

/* Production cost calculator */
.calculator-section { border-top: 1px solid var(--line); background: #fff; padding: 112px 0 120px; }
.calculator-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,470px); align-items: end; gap: 80px; margin-bottom: 42px; }
.calculator-heading > p { margin: 0 0 5px; color: var(--muted); line-height: 1.85; }
.cost-calculator { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(390px,.95fr); overflow: hidden; border: 1px solid var(--line-dark); box-shadow: 0 14px 42px rgba(38,52,81,.08); }
.calculator-controls { display: grid; align-content: start; gap: 30px; margin: 0; padding: 38px 40px 40px; }
.calculator-field { display: grid; min-width: 0; gap: 10px; }
.calculator-field > label, .calculator-field > span, .loss-heading label { color: var(--ink-soft); font-size: 11px; font-weight: 650; }
.calculator-field > p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.75; }
.select-control, .number-control { position: relative; display: flex; min-width: 0; height: 52px; align-items: center; border: 1px solid var(--line-dark); background: #fff; transition: border-color 160ms, box-shadow 160ms; }
.select-control:focus-within, .number-control:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,91,234,.1); }
.select-control > img { width: 24px; height: 24px; margin-left: 14px; }
.select-control select { width: 100%; min-width: 0; height: 100%; appearance: none; border: 0; outline: 0; background: transparent; color: var(--ink); padding: 0 42px 0 12px; font-size: 11px; }
.select-control select:disabled { color: var(--muted); }
.select-control > svg { position: absolute; right: 14px; width: 16px; height: 16px; color: #89919c; pointer-events: none; }
.select-control.compact select { padding-left: 14px; }
.calculator-input-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.number-control input { width: 100%; min-width: 0; height: 100%; border: 0; outline: 0; background: transparent; padding: 0 14px; font: 650 17px var(--mono); }
.number-control b { align-self: stretch; display: grid; min-width: 60px; place-items: center; border-left: 1px solid var(--line); background: var(--soft); color: var(--muted); font-size: 10px; }
.loss-heading { display: flex; align-items: center; justify-content: space-between; }
.loss-heading output { min-width: 50px; color: var(--blue); text-align: right; font: 750 17px var(--mono); }
.loss-field input[type="range"] { width: 100%; height: 4px; margin: 7px 0 0; accent-color: var(--blue); cursor: pointer; }
.range-scale { display: flex; justify-content: space-between; color: #979eaa; font: 8px var(--mono); }
.calculator-result { display: grid; min-width: 0; align-content: start; background: #0d1a2c; color: #fff; padding: 38px 40px 40px; }
.result-status { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #7f94b0; font-size: 9px; }
.result-status span { display: inline-flex; align-items: center; gap: 7px; font-family: var(--mono); }
.result-status span i { width: 6px; height: 6px; border-radius: 50%; background: #64dcb7; box-shadow: 0 0 0 4px rgba(100,220,183,.1); }
.result-status b { color: #9cb8ea; font-weight: 650; }
.calculator-result > p { margin: 36px 0 1px; color: #8599b4; font-size: 10px; }
.result-price { color: #fff; font: 750 48px var(--mono); line-height: 1.25; overflow-wrap: anywhere; }
.result-model { min-height: 39px; margin-top: 5px; color: #8196b1; font: 9px var(--mono); line-height: 1.65; overflow-wrap: anywhere; }
.result-metrics { display: grid; grid-template-columns: 1fr 1fr; margin-top: 25px; border-top: 1px solid #29405f; border-left: 1px solid #29405f; }
.result-metrics > div { display: grid; min-height: 80px; align-content: center; border-right: 1px solid #29405f; border-bottom: 1px solid #29405f; padding: 12px 15px; }
.result-metrics span { color: #7188a6; font-size: 8px; }
.result-metrics strong { margin-top: 4px; color: #fff; font: 650 12px var(--mono); }
.result-formula, .result-promo { display: flex; align-items: flex-start; gap: 11px; border: 1px solid #29405f; padding: 14px 15px; }
.result-formula { margin-top: 18px; color: #9bb0ca; font: 9px var(--mono); line-height: 1.65; }
.result-formula svg, .result-promo svg { width: 16px; height: 16px; color: #75a2ff; }
.result-promo { margin-top: 10px; border-color: #4d4b3b; background: #171f29; }
.result-promo > div { display: grid; gap: 2px; }
.result-promo span { color: #cbbd92; font-size: 9px; }
.result-promo strong { color: #ffcf6c; font-size: 11px; }
.calculator-footnote { display: flex; align-items: flex-start; gap: 10px; margin-top: 16px; color: var(--muted); }
.calculator-footnote svg { width: 16px; height: 16px; margin-top: 2px; color: var(--mint); }
.calculator-footnote p { margin: 0; font-size: 9px; line-height: 1.75; }

/* Pricing */
.pricing-section { background: #fff; padding: 115px 0 125px; }
.pricing-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.pricing-heading > div:first-child > p:last-child { margin: 14px 0 0; color: var(--muted); }
.sync-status { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font: 9px var(--mono); }
.sync-status.is-error .sync-dot { background: var(--coral); }
.pricing-panel { overflow: hidden; border: 1px solid var(--line-dark); box-shadow: 0 12px 40px rgba(38,52,81,.07); }
.pricing-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); background: #fafbfc; padding: 18px 20px; }
.search-box { position: relative; display: flex; width: min(100%,340px); height: 40px; align-items: center; }
.search-box svg { position: absolute; left: 13px; width: 15px; color: var(--muted); pointer-events: none; }
.search-box input { width: 100%; height: 100%; border: 1px solid var(--line-dark); outline: 0; background: #fff; padding: 0 13px 0 39px; font-size: 12px; }
.search-box input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,91,234,.1); }
.filter-group { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.filter-button { min-height: 34px; border: 1px solid var(--line-dark); background: #fff; color: var(--muted); padding: 0 12px; cursor: pointer; font-size: 10px; }
.filter-button:hover { border-color: var(--blue); color: var(--blue); }
.filter-button.is-active { border-color: var(--blue); background: var(--blue); color: #fff; }
.pricing-summary { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); }
.pricing-summary span { display: flex; min-height: 60px; align-items: center; gap: 8px; border-right: 1px solid var(--line); padding: 12px 20px; color: var(--muted); font-size: 11px; }
.pricing-summary span:last-child { border-right: 0; }
.pricing-summary strong { color: var(--blue); font: 700 12px var(--mono); }
.pricing-meta-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px; border-bottom: 1px solid var(--line); color: #7b8796; padding: 11px 18px; font-size: 10px; }
.pricing-meta-row time { color: var(--ink-soft); font-variant-numeric: tabular-nums; }
.pricing-table-shell { min-height: 320px; overflow: hidden; background: #fff; }
.pricing-loading { display: grid; gap: 1px; }
.loading-line { height: 77px; overflow: hidden; border-bottom: 1px solid var(--line); background: #f8fafc; }
.loading-line::after { display: block; width: 2px; height: 100%; background: var(--blue); content: ""; animation: loading 1.4s linear infinite; }
@keyframes loading { from { transform: translateX(0); } to { transform: translateX(1200px); } }
.pricing-error { min-height: 318px; align-items: center; justify-content: center; gap: 20px; padding: 32px; }
.pricing-error:not([hidden]) { display: flex; }
.pricing-error > svg { width: 30px; height: 30px; color: var(--coral); }
.pricing-error h3 { margin: 0 0 5px; font-size: 16px; }
.pricing-error p { margin: 0; color: var(--muted); font-size: 13px; }
.table-scroll { max-height: 620px; overflow: auto; scrollbar-color: #b4bdca transparent; }
.table-scroll table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.table-scroll th { position: sticky; z-index: 2; top: 0; border-bottom: 1px solid var(--line-dark); background: #f4f6f9; color: #697383; padding: 14px 18px; font: 650 9px var(--mono); text-align: left; }
.table-scroll th:nth-child(1) { width: 28%; }
.table-scroll th:nth-child(2) { width: 44%; }
.table-scroll th:nth-child(3) { width: 12%; }
.table-scroll th:nth-child(4) { width: 16%; }
.table-scroll td { border-bottom: 1px solid var(--line); padding: 18px; color: var(--ink-soft); font-size: 13px; vertical-align: middle; }
.table-scroll tr:last-child td { border-bottom: 0; }
.table-scroll tbody tr:hover { background: #f5f8ff; }
.model-cell { display: flex; min-width: 0; align-items: center; gap: 12px; }
.model-mark, .vendor-icon { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line); background: #f7f8fa; }
.model-mark { color: var(--blue); font: 700 10px var(--mono); }
.vendor-icon img { width: 25px; height: 25px; }
.model-name { min-width: 0; overflow: hidden; color: var(--ink); font: 620 10px var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.model-description { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.72; overflow-wrap: anywhere; }
.billing-cell { display: grid; gap: 3px; }
.billing-cell code { color: var(--cyan); font: 700 9px var(--mono); }
.billing-cell span { color: var(--muted); font-size: 9px; }
.price-column { text-align: right !important; }
.model-price { display: flex; justify-content: flex-end; }
.model-price strong { color: var(--blue); font: 700 14px var(--mono); white-space: nowrap; }
.empty-state { padding: 46px 20px; color: var(--muted); font-size: 13px; text-align: center; }
.pricing-footer { display: flex; align-items: center; justify-content: space-between; gap: 22px; border-top: 1px solid var(--line); padding: 18px 20px; }
.pricing-footer p { margin: 0; color: var(--muted); font-size: 10px; }
.pricing-footer .pricing-note-list { margin-top: 5px; color: #8a94a2; }

/* FAQ, CTA, footer */
.faq-section { border-top: 1px solid var(--line); background: var(--soft); padding: 105px 0 115px; }
.faq-layout { display: grid; grid-template-columns: minmax(280px,.55fr) minmax(0,1fr); align-items: start; gap: 100px; }
.faq-intro { position: sticky; top: calc(var(--header) + 32px); }
.faq-intro > p:not(.section-kicker) { max-width: 390px; margin: 20px 0 26px; color: var(--muted); line-height: 1.85; }
.faq-list { border-top: 1px solid var(--line-dark); background: #fff; padding: 0 26px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; min-height: 76px; grid-template-columns: minmax(0,1fr) 26px; align-items: center; gap: 20px; cursor: pointer; font-size: 14px; font-weight: 620; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { color: var(--blue); transition: transform 180ms; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-answer { padding: 0 46px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.faq-answer p { margin: 0; }
.resource-section { border-top: 1px solid var(--line); background: #fff; padding: 95px 0 105px; }
.resource-heading { margin-bottom: 36px; }
.resource-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.resource-grid > a { display: grid; min-height: 150px; grid-template-columns: 36px minmax(0,1fr) 18px; align-items: center; gap: 13px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); padding: 24px; transition: 160ms ease; }
.resource-grid > a:hover { position: relative; z-index: 2; border-color: var(--blue); background: #f5f8ff; box-shadow: 0 8px 24px rgba(47,91,234,.09); }
.resource-grid > a > svg:first-child { width: 25px; height: 25px; color: var(--blue); }
.resource-grid > a > svg:last-child { width: 15px; height: 15px; color: #969eaa; }
.resource-grid > a > div { display: grid; gap: 7px; }
.resource-grid strong { font-size: 14px; }
.resource-grid span { color: var(--muted); font-size: 10px; line-height: 1.7; }
.cta-section { background: var(--blue); color: #fff; padding: 75px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-inner h2 { color: #fff; font-size: 38px; }
.cta-inner p { margin: 10px 0 0; color: #dbe5ff; }
.cta-actions { display: flex; flex: 0 0 auto; gap: 10px; }
.site-footer { background: #121927; color: #fff; padding: 52px 0 24px; }
.footer-top { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 70px; padding-bottom: 40px; }
.footer-brand { display: flex; align-items: center; gap: 11px; }
.footer-brand { align-items: flex-start; }
.footer-brand > div, .footer-top > div:not(.footer-brand) { display: grid; align-content: start; gap: 9px; }
.footer-brand strong, .footer-top > div > strong { font-size: 13px; }
.footer-brand span, .footer-top a { color: #929eb1; font-size: 10px; }
.footer-brand p { max-width: 310px; margin: 8px 0 0; color: #69778b; font-size: 10px; }
.footer-top a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #2e3746; color: #707d91; padding-top: 20px; font-size: 9px; }
.footer-bottom nav { display: flex; gap: 22px; }
.footer-bottom a:hover { color: #fff; }
.toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; border: 1px solid var(--line-dark); background: #fff; padding: 10px 14px; box-shadow: 0 8px 24px rgba(20,31,49,.14); font-size: 12px; }

/* Enterprise trust, onboarding, and policy content */
.enterprise-section { border-top: 1px solid var(--line); background: #f6f8fc; padding: 112px 0 120px; }
.enterprise-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.52fr); align-items: end; gap: 90px; margin-bottom: 46px; }
.enterprise-heading > p { margin: 0; color: var(--muted); line-height: 1.9; }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); background: #fff; }
.trust-grid article { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 18px; min-height: 235px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); padding: 28px 26px; }
.trust-icon { display: grid; width: 40px; height: 40px; place-items: center; background: #edf2ff; color: var(--blue); }
.trust-icon-green { background: #eaf8f3; color: #08a879; }
.trust-icon-coral { background: #fff0ed; color: #e86859; }
.trust-grid h3 { margin: 2px 0 10px; font-size: 16px; }
.trust-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.trust-grid .text-link { margin-top: 14px; font-size: 11px; }
.enterprise-columns { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); gap: 24px; margin-top: 24px; }
.enterprise-panel, .guidance-panel { border: 1px solid var(--line-dark); background: #fff; padding: 34px 36px; }
.panel-eyebrow { color: var(--blue); font: 700 9px var(--mono); letter-spacing: .08em; }
.enterprise-panel h3, .guidance-panel h3, .scenario-heading h3, .legal-section h3 { margin: 14px 0 24px; color: var(--ink); font-size: 24px; font-weight: 620; }
.quick-start-list { display: grid; margin: 0; padding: 0; list-style: none; }
.quick-start-list li { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 14px; border-top: 1px solid var(--line); padding: 17px 0; }
.quick-start-list b { color: var(--blue); font: 700 10px var(--mono); }
.quick-start-list span { display: grid; gap: 5px; }
.quick-start-list strong { font-size: 13px; }
.quick-start-list small { color: var(--muted); font-size: 11px; line-height: 1.65; }
.panel-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.trial-panel { background: #0d2342; border-color: #244770; color: #fff; }
.trial-panel .panel-eyebrow { color: #77aaff; }
.trial-panel h3 { color: #fff; font-size: 27px; line-height: 1.35; }
.trial-panel > p { margin: 0; color: #b8c8dc; font-size: 13px; line-height: 1.85; }
.trial-badge { display: inline-flex; align-items: center; gap: 8px; margin-top: 19px; border: 1px solid #355c8d; color: #a9c7f4; padding: 7px 10px; font: 700 9px var(--mono); }
.trial-badge svg { width: 14px; }
.trial-meta { display: grid; grid-template-columns: repeat(3,1fr); margin: 28px 0; border-top: 1px solid #2b4a70; border-left: 1px solid #2b4a70; }
.trial-meta span { display: grid; gap: 5px; border-right: 1px solid #2b4a70; border-bottom: 1px solid #2b4a70; padding: 13px; }
.trial-meta b { color: #fff; font: 650 20px var(--mono); }
.trial-meta small { color: #8fa9c7; font-size: 10px; }
.trial-panel .button-primary { background: #fff; color: var(--blue); box-shadow: none; }
.enterprise-access { display: grid; grid-template-columns: minmax(270px,.72fr) minmax(0,1.28fr); gap: 34px; margin-top: 24px; border: 1px solid #b9c9e7; background: #eef4ff; padding: 34px 36px; }
.enterprise-access-copy h3 { margin: 14px 0 12px; color: var(--ink); font-size: 28px; font-weight: 620; line-height: 1.3; }
.enterprise-access-copy > p { max-width: 430px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.enterprise-access-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #cbd8ef; border-left: 1px solid #cbd8ef; }
.enterprise-access-grid article { position: relative; display: grid; min-height: 152px; align-content: start; gap: 8px; border-right: 1px solid #cbd8ef; border-bottom: 1px solid #cbd8ef; background: rgba(255,255,255,.62); padding: 22px 20px; }
.enterprise-access-grid article:nth-child(3), .enterprise-access-grid article:nth-child(4) { border-bottom: 0; }
.enterprise-access-grid article:nth-child(2), .enterprise-access-grid article:nth-child(4) { border-right: 0; }
.enterprise-access-grid svg { width: 21px; height: 21px; color: var(--blue); }
.enterprise-access-grid strong { font-size: 13px; }
.enterprise-access-grid p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.65; }
.access-index { position: absolute; top: 18px; right: 18px; color: #8ca5d2; font: 700 9px var(--mono); }
.scenario-block { margin-top: 24px; border: 1px solid var(--line-dark); background: #fff; padding: 34px 36px 0; }
.scenario-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.scenario-heading h3 { margin-bottom: 0; }
.scenario-heading > p { max-width: 390px; margin: 0 0 3px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.scenario-grid { display: grid; grid-template-columns: repeat(6,1fr); margin: 28px -36px 0; border-top: 1px solid var(--line); }
.scenario-grid article { display: grid; min-height: 145px; align-content: center; gap: 11px; border-right: 1px solid var(--line); padding: 20px 19px; }
.scenario-grid article:last-child { border-right: 0; }
.scenario-grid svg { width: 23px; height: 23px; color: var(--blue); }
.scenario-grid strong { font-size: 13px; }
.scenario-grid span { color: var(--muted); font-size: 10px; line-height: 1.65; }
.guidance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; }
.guide-row { display: grid; grid-template-columns: 52px minmax(0,1fr); gap: 13px; align-items: start; border-top: 1px solid var(--line); padding: 15px 0; }
.guide-tag { display: inline-flex; justify-content: center; border: 1px solid #cdd9f5; padding: 5px 6px; color: var(--blue); font: 700 9px var(--mono); }
.guide-low { border-color: #bce7d9; color: #069a72; }
.guide-high { border-color: #f3c8c0; color: #d9685a; }
.guide-row p { display: grid; gap: 4px; margin: 0; }
.guide-row strong { font-size: 13px; }
.guide-row small { color: var(--muted); font-size: 11px; line-height: 1.6; }
.guidance-panel > .text-link { margin-top: 12px; font-size: 11px; }
.difference-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.difference-list li { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 13px; align-items: start; border-top: 1px solid var(--line); padding: 15px 0; }
.difference-list svg { width: 19px; height: 19px; color: var(--blue); }
.difference-list span { display: grid; gap: 4px; }
.difference-list strong { font-size: 13px; }
.difference-list small { color: var(--muted); font-size: 11px; line-height: 1.6; }
.legal-section { margin-top: 24px; border-top: 1px solid var(--line-dark); padding-top: 34px; }
.legal-section h3 { margin-bottom: 22px; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); background: #fff; }
.legal-grid details { border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.legal-grid summary { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 18px; padding: 0 18px; color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 620; list-style: none; }
.legal-grid summary::-webkit-details-marker { display: none; }
.legal-grid summary svg { width: 16px; color: var(--blue); transition: transform 160ms ease; }
.legal-grid details[open] summary svg { transform: rotate(45deg); }
.legal-grid p { margin: 0; border-top: 1px solid var(--line); padding: 15px 18px 20px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.legal-note { margin: 16px 0 0; color: #8994a4; font-size: 10px; line-height: 1.7; }
.calculator-cta { display: inline-flex; margin-top: 22px; }

/* Business inquiry */
.business-section { border-top: 1px solid var(--line); background: #f5f7fb; padding: 110px 0; }
.business-layout { display: grid; grid-template-columns: minmax(0,.82fr) minmax(560px,1.18fr); gap: 78px; align-items: start; }
.business-copy { position: sticky; top: calc(var(--header) + 40px); }
.business-copy h2 { max-width: 520px; margin: 10px 0 18px; font-size: 46px; font-weight: 580; line-height: 1.22; }
.business-copy > p:not(.section-kicker):not(.business-security-note) { max-width: 540px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.business-contact-list { display: grid; gap: 1px; margin-top: 34px; border: 1px solid var(--line-dark); background: var(--line); }
.business-contact-list > div { display: grid; min-height: 76px; grid-template-columns: 34px minmax(0,1fr); align-items: center; gap: 14px; background: #fff; padding: 15px 18px; }
.business-contact-list svg { width: 20px; height: 20px; color: var(--blue); }
.business-contact-list span { display: grid; gap: 2px; }
.business-contact-list strong { font-size: 12px; }
.business-contact-list small { color: var(--muted); font-size: 11px; }
.business-security-note { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0 0; color: #4b5768; font-size: 11px; line-height: 1.7; }
.business-security-note svg { width: 16px; height: 16px; margin-top: 2px; color: var(--mint); }
.business-form { border: 1px solid var(--line-dark); background: #fff; padding: 34px; box-shadow: 0 18px 48px rgba(38,52,81,.08); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid label { display: grid; gap: 8px; }
.form-grid label > span { color: #303744; font-size: 11px; font-weight: 650; }
.form-grid label > span b { color: var(--coral); }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid var(--line-dark); border-radius: 0; outline: 0; background: #fff; color: var(--ink); padding: 0 13px; font-size: 12px; transition: border-color 140ms, box-shadow 140ms; }
.form-grid input, .form-grid select { height: 44px; }
.form-grid textarea { min-height: 138px; resize: vertical; padding-top: 12px; line-height: 1.7; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,91,234,.1); }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #a0a7b1; }
.form-full { grid-column: 1 / -1; }
.form-honeypot { position: absolute; left: -9999px; }
.form-consent { display: grid; grid-template-columns: 16px minmax(0,1fr); gap: 10px; align-items: start; margin-top: 20px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.form-consent input { width: 15px; height: 15px; margin: 2px 0 0; accent-color: var(--blue); }
.form-consent a, .form-actions a, .legal-note a, .legal-detail-link { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 24px; }
.form-actions > span { color: var(--muted); font-size: 10px; }
.legal-detail-link { display: inline-flex; align-items: center; gap: 5px; margin: 0 18px 18px; font-size: 11px; }
.legal-detail-link svg { width: 13px; height: 13px; }

/* Legal and security pages */
.legal-page { background: #f5f7fb; }
.legal-page .site-header { position: sticky; }
.legal-page-main { min-height: 70vh; }
.legal-hero { border-bottom: 1px solid var(--line); background: #fff; padding: 86px 0 68px; }
.legal-hero-inner { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 80px; align-items: end; }
.legal-breadcrumb { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 26px; color: var(--muted); font-size: 11px; }
.legal-breadcrumb a:hover { color: var(--blue); }
.legal-hero h1 { max-width: 780px; margin: 0; font-size: 50px; font-weight: 580; line-height: 1.18; }
.legal-hero-copy { max-width: 760px; margin: 20px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.9; }
.legal-meta { display: grid; gap: 1px; border: 1px solid var(--line-dark); background: var(--line); }
.legal-meta > div { background: #fff; padding: 14px 16px; }
.legal-meta span { display: block; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.legal-meta strong { display: block; margin-top: 3px; font-size: 11px; }
.legal-content-wrap { display: grid; grid-template-columns: 260px minmax(0,820px); justify-content: center; gap: 70px; padding: 72px 32px 110px; }
.legal-toc { position: sticky; top: 96px; align-self: start; border-left: 1px solid var(--line-dark); padding-left: 18px; }
.legal-toc strong { display: block; margin-bottom: 12px; font-size: 10px; text-transform: uppercase; }
.legal-toc a { display: block; color: var(--muted); padding: 6px 0; font-size: 11px; }
.legal-toc a:hover { color: var(--blue); }
.legal-document { min-width: 0; border: 1px solid var(--line-dark); background: #fff; padding: 54px 62px; box-shadow: 0 14px 42px rgba(38,52,81,.06); }
.legal-document section { scroll-margin-top: 96px; }
.legal-document section + section { margin-top: 46px; padding-top: 42px; border-top: 1px solid var(--line); }
.legal-document h2 { margin: 0 0 16px; font-size: 23px; font-weight: 650; }
.legal-document h3 { margin: 24px 0 9px; font-size: 15px; }
.legal-document p, .legal-document li { color: #4d5664; font-size: 13px; line-height: 1.9; }
.legal-document ul, .legal-document ol { margin: 12px 0 0; padding-left: 20px; }
.legal-document a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-callout { display: grid; grid-template-columns: 24px minmax(0,1fr); gap: 13px; border-left: 3px solid var(--blue); background: #f4f7ff; padding: 17px 18px; }
.legal-callout svg { width: 19px; height: 19px; color: var(--blue); }
.legal-callout p { margin: 0; }
.legal-table { width: 100%; margin-top: 18px; border-collapse: collapse; font-size: 12px; }
.legal-table th, .legal-table td { border: 1px solid var(--line); padding: 12px 14px; text-align: left; vertical-align: top; }
.legal-table th { background: #f7f8fa; color: var(--ink); }
.legal-table td { color: #4d5664; }
.legal-contact-box { display: grid; gap: 10px; border: 1px solid var(--line-dark); background: #fafbfc; padding: 20px; }
.legal-contact-box p { margin: 0; }
.legal-page-footer { border-top: 1px solid var(--line); background: #fff; padding: 28px 0; }
.legal-page-footer .section-shell { display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 10px; }
.legal-page-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.legal-page-footer a:hover { color: var(--blue); }
.thanks-main { display: grid; min-height: calc(100vh - var(--header)); place-items: center; background: #f5f7fb; padding: 64px 16px; }
.thanks-panel { width: min(100%,620px); border: 1px solid var(--line-dark); background: #fff; padding: 54px; text-align: center; box-shadow: 0 16px 44px rgba(38,52,81,.08); }
.thanks-panel > svg { width: 42px; height: 42px; margin: 0 auto 22px; color: var(--mint); }
.thanks-panel h1 { margin: 0; font-size: 34px; }
.thanks-panel p { margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.thanks-actions { display: flex; justify-content: center; gap: 12px; margin-top: 28px; }
.error-page { min-height: 100vh; background: #f5f7fb; }
.error-main { display: grid; min-height: calc(100vh - var(--header)); place-items: center; padding: 80px 16px 48px; }
.error-panel { width: min(100%, 660px); border: 1px solid var(--line-dark); background: #fff; padding: 64px; text-align: center; box-shadow: 0 16px 44px rgba(38,52,81,.08); }
.error-code { color: var(--blue); font: 700 76px/1 var(--mono); letter-spacing: .04em; }
.error-icon { display: grid; width: 54px; height: 54px; margin: 0 auto 20px; place-items: center; border: 1px solid #f0c7be; background: #fff3f0; color: var(--coral); }
.error-icon svg { width: 27px; height: 27px; }
.error-panel h1 { margin: 8px 0 0; font-size: 34px; }
.error-panel > p:not(.section-kicker) { max-width: 470px; margin: 16px auto 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.error-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; margin-top: 30px; }
.status-page { background: #f5f7fb; }
.status-main { min-height: calc(100vh - var(--header)); }
.status-hero { background: #071426; color: #fff; padding: 98px 0 68px; }
.status-hero h1 { margin: 12px 0 0; color: #fff; font-size: clamp(40px, 5vw, 62px); font-weight: 570; line-height: 1.15; }
.status-hero > .section-shell > p:not(.section-kicker) { max-width: 620px; margin: 20px 0 0; color: #a9bad0; font-size: 14px; line-height: 1.85; }
.status-overall { display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; border: 1px solid #2c4b70; background: rgba(17,39,68,.72); padding: 11px 14px; color: #d7e7fb; font-size: 11px; }
.status-overall .status-dot { width: 8px; height: 8px; border-radius: 50%; background: #54d9af; box-shadow: 0 0 0 4px rgba(84,217,175,.15); }
.status-overall.is-error .status-dot { background: var(--coral); box-shadow: 0 0 0 4px rgba(240,100,73,.15); }
.status-overall time { color: #8ba1bc; font: 9px var(--mono); }
.status-content { padding: 58px 0 90px; }
.status-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); background: var(--line-dark); }
.status-card { min-height: 154px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: #fff; padding: 23px 24px; }
.status-card-heading { display: flex; align-items: center; gap: 9px; }
.status-card-heading strong { min-width: 0; flex: 1; font-size: 13px; }
.status-card-heading b { color: #079c70; font: 700 8px var(--mono); text-transform: uppercase; }
.status-card-dot { width: 8px; height: 8px; flex: 0 0 auto; border-radius: 50%; background: #20b487; box-shadow: 0 0 0 4px rgba(32,180,135,.11); }
.status-card p { min-height: 42px; margin: 18px 0 12px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.status-card code { color: #8090a5; font: 9px var(--mono); overflow-wrap: anywhere; }
.status-card-loading, .status-card-error { display: grid; align-content: center; justify-items: start; gap: 10px; }
.status-card-loading svg { color: var(--blue); animation: spin 1s linear infinite; }
.status-card-error .status-card-dot { background: var(--coral); box-shadow: 0 0 0 4px rgba(240,100,73,.12); }
.status-card-error .status-card-heading b { color: var(--coral); }
.status-section-heading { margin: 70px 0 25px; }
.status-section-heading h2 { margin: 10px 0 0; font-size: 31px; }
.announcement-list { border-top: 1px solid var(--line-dark); background: #fff; }
.announcement-list article { border-bottom: 1px solid var(--line); padding: 20px 24px; }
.announcement-list article > div { display: flex; justify-content: space-between; gap: 16px; }
.announcement-list strong { font-size: 13px; }
.announcement-list time { color: var(--muted); font: 9px var(--mono); }
.announcement-list p { margin: 8px 0 0; color: var(--muted); font-size: 11px; line-height: 1.75; }
.status-muted { margin: 0; color: var(--muted); padding: 24px; font-size: 12px; }
.status-footer-note { display: grid; grid-template-columns: 22px minmax(0,1fr) auto; align-items: center; gap: 11px; margin-top: 24px; border: 1px solid #c9d5e4; background: #edf4fb; padding: 16px 18px; }
.status-footer-note > svg { color: var(--blue); }
.status-footer-note p { margin: 0; color: #53657b; font-size: 11px; line-height: 1.7; }
.status-footer-note .text-link { font-size: 11px; white-space: nowrap; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1120px) {
  .header-search { display: none; }
  .desktop-nav { gap: 18px; }
  .hero-cloud { right: -90px; opacity: .75; }
  .product-browser { grid-template-columns: 205px minmax(0,1fr); }
  .capability-grid { gap: 60px; }
  .service-matrix { grid-template-columns: repeat(2,1fr); }
  .operations-panel { grid-template-columns: 1fr; }
  .operations-copy { border-right: 0; border-bottom: 1px solid var(--line); }
  .resource-grid { grid-template-columns: repeat(2,1fr); }
  .network-layout { grid-template-columns: minmax(360px,.78fr) minmax(460px,1.22fr); gap: 24px; }
  .globe-stage { height: 590px; }
  .campaign-packages { grid-template-columns: repeat(2,1fr); }
  .scenario-grid { grid-template-columns: repeat(3,1fr); }
  .scenario-grid article:nth-child(3) { border-right: 0; }
  .scenario-grid article:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .business-layout { grid-template-columns: 1fr; gap: 42px; }
  .business-copy { position: static; }
  .business-contact-list { grid-template-columns: repeat(3,1fr); }
  .business-contact-list > div { min-height: 104px; align-content: center; }
  .legal-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .legal-meta { grid-template-columns: repeat(3,1fr); }
  .legal-content-wrap { grid-template-columns: 210px minmax(0,1fr); gap: 36px; }
}

@media (max-width: 860px) {
  .section-shell { width: min(calc(100% - 32px), var(--max)); }
  .desktop-nav, .header-link { display: none; }
  .header-inner { width: calc(100% - 32px); }
  .header-actions { margin-left: auto; }
  .language-select { grid-template-columns: 15px 1fr 12px; width: 112px; }
  .menu-toggle { display: inline-grid; }
  .mobile-nav { position: fixed; top: var(--header); right: 0; bottom: 0; left: 0; align-content: start; border-top: 1px solid var(--line); background: rgba(255,255,255,.98); padding: 18px 16px; }
  .mobile-nav:not([hidden]) { display: grid; }
  .mobile-nav a { border-bottom: 1px solid var(--line); padding: 17px 8px; font-size: 16px; }
  .hero-copy { width: 72%; }
  .hero-cloud { right: -170px; opacity: .55; }
  .product-browser { grid-template-columns: 1fr; }
  .product-categories { display: grid; grid-template-columns: repeat(4,1fr); border-right: 0; border-bottom: 1px solid var(--line); padding: 0; }
  .category-label { display: none; }
  .product-categories > a { min-height: 62px; grid-template-columns: 20px minmax(0,1fr); border-bottom: 3px solid transparent; border-left: 0; padding: 0 12px; font-size: 11px; }
  .product-categories > a > svg:last-child { display: none; }
  .product-categories > a:hover, .product-categories > a.is-active { border-bottom-color: var(--blue); border-left: 0; }
  .capability-grid, .service-heading, .developer-heading, .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .workflow-steps { grid-template-columns: 1fr; }
  .workflow-steps li { border-right: 1px solid var(--line-dark); border-bottom: 0; }
  .workflow-steps li:last-child { border-bottom: 1px solid var(--line-dark); }
  .faq-intro { position: static; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .network-layout { grid-template-columns: 1fr; padding-top: 10px; }
  .network-copy { max-width: 680px; }
  .globe-stage { height: 650px; margin-top: -40px; }
  .node-directory { grid-template-columns: repeat(4,1fr); }
  .campaign-heading { align-items: flex-start; flex-direction: column; }
  .campaign-banner, .calculator-heading, .cost-calculator { grid-template-columns: 1fr; }
  .campaign-offer::after { top: auto; right: 0; bottom: 0; left: 0; width: 100%; height: 3px; }
  .campaign-facts > div:first-child { border-left: 0; }
  .calculator-heading { gap: 25px; }
  .enterprise-heading, .enterprise-columns, .guidance-grid { grid-template-columns: 1fr; gap: 24px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { min-height: 0; }
  .scenario-heading { align-items: flex-start; flex-direction: column; gap: 13px; }
}

@media (max-width: 620px) {
  .brand > span { display: none; }
  .header-actions .button { display: none; }
  .language-select { display: none; }
  .mobile-language-select { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 17px 8px; color: var(--ink); font-size: 16px; }
  .mobile-language-select select { min-width: 116px; border: 1px solid var(--line-dark); background: #fff; padding: 8px 10px; color: var(--ink); font: inherit; font-size: 13px; }
  .language-suggestion { top: calc(var(--header) + 10px); right: 16px; grid-template-columns: 22px minmax(0,1fr) 24px; padding: 12px; }
  .language-suggestion-action { grid-column: 2; justify-self: start; margin-top: 2px; }
  .language-suggestion-close { grid-column: 3; grid-row: 1; }
  .hero { min-height: 760px; }
  .hero-inner { min-height: 695px; padding-top: 48px; }
  .hero-notice { max-width: 100%; overflow: hidden; font-size: 10px; white-space: nowrap; }
  .hero-copy { width: 100%; padding-top: 27px; }
  .hero h1 { font-size: 43px; line-height: 1.15; }
  .hero-copy > p { max-width: 94%; font-size: 14px; line-height: 1.85; }
  .hero-actions { align-items: stretch; flex-direction: column; margin-top: 28px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; gap: 9px; margin-top: 23px; }
  .hero-cloud { top: 370px; right: -160px; width: 370px; height: 370px; opacity: .18; }
  .cloud-ring-one { width: 260px; height: 260px; }
  .cloud-ring-two { width: 360px; height: 360px; }
  .cloud-core { width: 125px; height: 125px; }
  .cloud-node { display: none; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .stats-grid > div { min-height: 92px; border-bottom: 1px solid var(--line); padding: 16px; }
  .stats-grid > div:nth-child(2) { border-right: 0; }
  .stats-grid > div:nth-child(3) { border-left: 1px solid var(--line); border-bottom: 0; }
  .stats-grid > div:nth-child(4) { border-right: 0; border-bottom: 0; }
  .stats-grid strong { font-size: 15px; }
  .global-network { padding: 78px 0 28px; }
  .network-layout { min-height: 0; gap: 12px; }
  .network-copy h2 { font-size: 36px; }
  .network-lead { font-size: 13px; }
  .network-metrics { grid-template-columns: 1fr 1fr; }
  .network-metrics > div { min-height: 82px; }
  .network-metrics > div:first-child { grid-column: 1 / -1; }
  .network-metrics strong { font-size: 18px; }
  .traffic-rows > div { grid-template-columns: 70px minmax(0,1fr) 62px; }
  .traffic-rows small { display: none; }
  .globe-stage { height: 430px; margin: -12px -16px 0; }
  .globe-topline { top: 20px; right: 16px; left: 16px; }
  .globe-legend { right: 16px; bottom: 15px; }
  .globe-node-label { display: none; }
  .node-directory { grid-template-columns: repeat(2,1fr); margin-right: 0; margin-left: 0; }
  .node-directory span { min-height: 40px; }
  .cloud-products, .capability-section, .service-section, .developer-section, .campaign-section, .calculator-section, .pricing-section, .faq-section, .resource-section { padding: 78px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2, .capability-copy h2, .developer-heading h2, .campaign-heading h2, .calculator-heading h2, .pricing-heading h2, .faq-intro h2 { font-size: 34px; }
  .product-browser { margin-right: -16px; margin-left: -16px; border-right: 0; border-left: 0; box-shadow: none; }
  .product-categories { grid-template-columns: repeat(2,1fr); }
  .product-categories > a { border-bottom: 1px solid var(--line); }
  .product-content { padding: 26px 16px 0; }
  .product-title { grid-template-columns: 48px minmax(0,1fr); }
  .product-title .text-link { grid-column: 1 / -1; }
  .product-feature-grid { grid-template-columns: 1fr; }
  .product-feature-grid article, .product-feature-grid article:nth-child(even) { min-height: 130px; border-right: 0; padding: 22px 0; }
  .product-footer { grid-template-columns: 1fr; gap: 6px; padding: 17px 0; }
  .product-footer > span { display: none; }
  .product-footer code { overflow-wrap: anywhere; }
  .capability-grid { gap: 48px; }
  .service-heading { margin-bottom: 32px; }
  .service-heading h2, .resource-heading h2 { font-size: 34px; }
  .service-matrix { grid-template-columns: 1fr; margin-right: -16px; margin-left: -16px; border-right: 0; border-left: 0; }
  .service-matrix article { min-height: 224px; padding: 22px 20px; }
  .service-matrix article > span { top: 23px; right: 20px; }
  .service-matrix h3 { margin: 22px 0 8px; }
  .operations-panel { margin: 24px -16px 0; border-right: 0; border-left: 0; }
  .operations-copy { padding: 30px 20px; }
  .operations-copy h3 { font-size: 22px; }
  .operations-actions { align-items: stretch; flex-direction: column; }
  .operations-actions .button { width: 100%; }
  .operations-flow { grid-template-columns: 1fr 1fr; padding: 16px; }
  .operations-flow > div { min-height: 130px; border-bottom: 0; }
  .operations-flow > div:nth-child(2) { border-right: 1px solid var(--line); }
  .operations-flow > div:nth-child(3), .operations-flow > div:nth-child(4) { border-bottom: 1px solid var(--line); }
  .operations-flow > div:not(:last-child)::after { display: none; }
  .solution-list article { min-height: 128px; grid-template-columns: 28px minmax(0,1fr) 30px; gap: 12px; }
  .solution-list article > svg { width: 23px; height: 23px; }
  .developer-heading { margin-bottom: 30px; }
  .workflow-steps li { min-height: 88px; }
  .request-console { margin-right: -16px; margin-left: -16px; border-right: 0; border-left: 0; }
  .console-bar { grid-template-columns: minmax(0,1fr) 34px; padding: 10px 12px; }
  .code-tabs { grid-row: 2; grid-column: 1 / -1; justify-self: stretch; }
  .code-tab { flex: 1; padding: 0 7px; }
  .copy-button { grid-column: 2; }
  .code-panel { min-height: 330px; padding: 20px 17px; }
  .code-panel pre { font-size: 9px; line-height: 1.85; }
  .response-strip { grid-template-columns: 1fr auto; }
  .response-strip code { display: none; }
  .campaign-heading { margin-bottom: 30px; }
  .campaign-heading .button { width: 100%; }
  .campaign-offer { min-height: 270px; padding: 32px 24px; }
  .campaign-offer h3 { font-size: 30px; }
  .campaign-offer h3 span { font-size: 42px; }
  .campaign-facts { grid-template-columns: 1fr; }
  .campaign-facts > div { min-height: 108px; grid-template-columns: 28px minmax(0,1fr) auto; align-content: center; align-items: center; gap: 12px; border-top: 1px solid #29405f; border-left: 0; padding: 20px 24px; }
  .campaign-facts span, .campaign-facts strong { margin: 0; }
  .campaign-packages { grid-template-columns: 1fr; }
  .campaign-packages article { padding: 24px 20px 20px; }
  .package-capacity { min-height: 96px; }
  .calculator-heading { margin-bottom: 30px; }
  .enterprise-section { padding: 78px 0; }
  .enterprise-heading { margin-bottom: 30px; }
  .enterprise-panel, .guidance-panel, .scenario-block { padding: 26px 20px; }
  .enterprise-access { grid-template-columns: 1fr; gap: 26px; padding: 26px 20px; }
  .enterprise-access-copy h3 { font-size: 24px; }
  .enterprise-access-grid article { min-height: 136px; padding: 19px 16px; }
  .trial-panel h3 { font-size: 23px; }
  .scenario-block { padding-bottom: 0; }
  .scenario-grid { grid-template-columns: 1fr 1fr; margin: 25px -20px 0; }
  .scenario-grid article { min-height: 125px; padding: 18px 16px; }
  .scenario-grid article:nth-child(3) { border-right: 1px solid var(--line); }
  .scenario-grid article:nth-child(2n) { border-right: 0; }
  .scenario-grid article:nth-child(-n+4) { border-bottom: 1px solid var(--line); }
  .legal-grid { grid-template-columns: 1fr; }
  .legal-grid summary { min-height: 62px; }
  .business-section { padding: 78px 0; }
  .business-copy h2 { font-size: 34px; }
  .business-contact-list { grid-template-columns: 1fr; }
  .business-contact-list > div { min-height: 72px; }
  .business-form { margin-right: -16px; margin-left: -16px; border-right: 0; border-left: 0; padding: 25px 16px; box-shadow: none; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
  .legal-hero { padding: 58px 0 44px; }
  .legal-hero h1 { font-size: 36px; }
  .legal-meta { grid-template-columns: 1fr; }
  .legal-content-wrap { display: block; padding: 36px 16px 72px; }
  .legal-toc { position: static; margin-bottom: 24px; border: 1px solid var(--line-dark); background: #fff; padding: 16px; }
  .legal-toc a { display: inline-block; margin-right: 14px; }
  .legal-document { margin-right: -16px; margin-left: -16px; border-right: 0; border-left: 0; padding: 34px 20px; box-shadow: none; }
  .legal-table { display: block; overflow-x: auto; }
  .legal-page-footer .section-shell { align-items: flex-start; flex-direction: column; }
  .thanks-panel { padding: 38px 22px; }
  .thanks-actions { align-items: stretch; flex-direction: column; }
  .error-panel { padding: 42px 22px; }
  .error-code { font-size: 62px; }
  .status-hero { padding: 62px 0 48px; }
  .status-content { padding: 38px 0 62px; }
  .status-grid { grid-template-columns: 1fr; margin-right: -16px; margin-left: -16px; border-right: 0; }
  .status-card { min-height: 132px; padding: 20px 16px; }
  .status-section-heading { margin-top: 48px; }
  .announcement-list { margin-right: -16px; margin-left: -16px; }
  .announcement-list article { padding: 18px 16px; }
  .announcement-list article > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .status-footer-note { grid-template-columns: 20px minmax(0,1fr); margin-right: -16px; margin-left: -16px; }
  .status-footer-note .text-link { grid-column: 2; justify-self: start; }
  .cost-calculator { width: 100%; border-right: 0; border-left: 0; box-shadow: none; }
  .calculator-controls, .calculator-result { padding: 28px 16px 30px; }
  .calculator-input-grid { grid-template-columns: 1fr; }
  .result-price { font-size: 40px; }
  .result-status { align-items: flex-start; }
  .pricing-heading { align-items: flex-start; flex-direction: column; margin-bottom: 30px; }
  .pricing-panel { margin-right: -16px; margin-left: -16px; border-right: 0; border-left: 0; box-shadow: none; }
  .pricing-toolbar { align-items: stretch; flex-direction: column; padding: 16px; }
  .search-box { width: 100%; max-width: none; }
  .filter-group { display: grid; grid-template-columns: repeat(2,1fr); }
  .filter-button { width: 100%; }
  .pricing-summary { grid-template-columns: 1fr; }
  .pricing-summary span { min-height: 46px; border-right: 0; border-bottom: 1px solid var(--line); padding: 10px 16px; }
  .pricing-summary span:last-child { border-bottom: 0; }
  .pricing-meta-row { align-items: flex-start; flex-direction: column; padding: 11px 16px; }
  .table-scroll thead { display: none; }
  .table-scroll table, .table-scroll tbody, .table-scroll tr, .table-scroll td { display: block; min-width: 0; width: 100%; }
  .table-scroll tbody { display: grid; }
  .table-scroll tr { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 15px 18px; border-bottom: 1px solid var(--line-dark); padding: 20px 16px; }
  .table-scroll tr:last-child { border-bottom: 0; }
  .table-scroll td { border: 0; padding: 0; }
  .table-scroll td:nth-child(1), .table-scroll td:nth-child(2) { grid-column: 1 / -1; }
  .table-scroll td:nth-child(3) { grid-column: 1; }
  .table-scroll td:nth-child(4) { grid-column: 2; }
  .model-name { white-space: normal; overflow-wrap: anywhere; }
  .pricing-footer { align-items: flex-start; flex-direction: column; padding: 16px; }
  .pricing-error:not([hidden]) { align-items: flex-start; flex-direction: column; }
  .faq-list { margin-right: -16px; margin-left: -16px; padding: 0 16px; }
  .faq-list summary { min-height: 72px; font-size: 13px; }
  .resource-heading { margin-bottom: 28px; }
  .resource-grid { grid-template-columns: 1fr; margin-right: -16px; margin-left: -16px; border-right: 0; border-left: 0; }
  .resource-grid > a { min-height: 120px; padding: 20px 16px; }
  .cta-section { padding: 64px 0; }
  .cta-inner h2 { font-size: 32px; }
  .cta-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .cta-actions .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 34px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-bottom nav { flex-wrap: wrap; gap: 10px 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
