:root {
  --black: #050607;
  --dark: #0b0f12;
  --panel: #11171c;
  --lime: #a2ff00;
  --lime-dim: #8fe000;
  --lime-soft: rgba(162, 255, 0, 0.14);
  --lime-glow: rgba(162, 255, 0, 0.35);
  --text: #0f1418;
  --muted: #5f6b76;
  --line: #e2e8ef;
  --bg: #f6f8fb;
  --white: #ffffff;
  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 24px 60px rgba(5, 6, 7, 0.12);
  --header-h: 72px;
  --global-hero-h: min(52vh, 480px);
  --wrap: min(1200px, calc(100% - 40px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 9999;
  background: var(--lime); color: var(--black); padding: 10px 16px; font-weight: 700;
}
.skip-link:focus { left: 12px; top: 12px; z-index: 10001; }

/* Global header / hero atmosphere */
.global-hero-atmos {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: var(--global-hero-h);
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  transform: translateZ(0);
}
.page-home { --global-hero-h: min(100vh, 920px); }
.page-home .global-hero-atmos {
  display: none;
}
.page-why,
.page-plans,
.page-migrations,
.page-contact,
.page-acceptable-use,
.page-terms,
.page-privacy {
  --global-hero-h: min(68vh, 620px);
}
.page-why .global-hero-metrics,
.page-plans .global-hero-metrics,
.page-migrations .global-hero-metrics,
.page-contact .global-hero-metrics,
.page-acceptable-use .global-hero-metrics,
.page-terms .global-hero-metrics,
.page-privacy .global-hero-metrics {
  display: none;
}
.global-hero-media {
  position: absolute;
  top: -8%;
  right: -4%;
  bottom: -8%;
  left: -4%;
  background:
    url("https://exthus.cloud/wp-content/uploads/2026/05/lightning-fast-speeds.png") 85% 35% / min(520px, 48vw) no-repeat,
    url("https://exthus.cloud/wp-content/uploads/2026/05/hero.webp") 12% 60% / min(640px, 58vw) no-repeat,
    radial-gradient(circle at 82% 32%, rgba(162, 255, 0, 0.12), transparent 42%),
    radial-gradient(circle at 14% 68%, rgba(162, 255, 0, 0.06), transparent 38%);
  opacity: 0.24;
  filter: saturate(1.1) contrast(1.05);
  will-change: transform;
  transition: transform 0.1s linear;
}
.global-hero-mesh {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    radial-gradient(ellipse 90% 55% at 72% 38%, rgba(162, 255, 0, 0.14), transparent 58%),
    radial-gradient(circle at 18% 78%, rgba(162, 255, 0, 0.07), transparent 42%),
    linear-gradient(165deg, #050607 0%, #0b0f12 48%, #050607 100%);
}
.global-hero-scan {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(162, 255, 0, 0.03) 3px,
    rgba(162, 255, 0, 0.03) 4px
  );
  mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
  animation: global-scan 8s linear infinite;
}
@keyframes global-scan {
  0% { transform: translateY(-12%); }
  100% { transform: translateY(12%); }
}
.global-hero-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.62;
  pointer-events: none;
}
.global-hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    linear-gradient(180deg, rgba(5, 6, 7, 0.55) 0%, rgba(5, 6, 7, 0.82) 55%, rgba(5, 6, 7, 0.94) 100%),
    linear-gradient(90deg, rgba(5, 6, 7, 0.7) 0%, transparent 42%, rgba(5, 6, 7, 0.35) 100%);
}
.global-hero-metrics {
  position: absolute;
  right: clamp(20px, calc(50vw - 580px), 80px);
  bottom: 18%;
  display: flex;
  gap: 10px;
  z-index: 2;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
body.is-past-hero .global-hero-metrics {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.global-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 72px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  background: rgba(17, 23, 28, 0.75);
  border: 1px solid rgba(162, 255, 0, 0.22);
  backdrop-filter: blur(10px);
  font-variant-numeric: tabular-nums;
}
.global-metric-val {
  font-size: 1rem;
  font-weight: 800;
  color: var(--lime);
  line-height: 1.2;
  animation: metric-pulse 3s ease-in-out infinite;
}
.global-metric:nth-child(2) .global-metric-val { animation-delay: 0.4s; }
.global-metric:nth-child(3) .global-metric-val { animation-delay: 0.8s; }
@keyframes metric-pulse {
  0%, 100% { text-shadow: 0 0 0 transparent; }
  50% { text-shadow: 0 0 14px var(--lime-glow); }
}
.global-metric-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .global-hero-scan { animation: none; }
  .global-metric-val { animation: none; }
  .global-hero-media { transition: none; }
  .global-hero-canvas { display: none; }
}

#main { position: relative; z-index: 1; }

.wrap { width: var(--wrap); margin: 0 auto; }

/* Brand — reads as “eXthus Cloud” */
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 1.38rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
.brand-mark {
  font-size: 1.12em;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.brand-mark .brand-x { color: var(--lime); }
.brand-end {
  display: inline-flex;
  align-items: center;
  gap: 0.22em;
  padding-left: 0.34em;
  margin-left: 0.02em;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.56em;
  line-height: 1;
}
.brand-cloud {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background: var(--lime);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17.5 19H9a7 7 0 1 1 .1-14 5.5 5.5 0 0 1 10.9 1.1A4.5 4.5 0 0 1 17.5 19z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17.5 19H9a7 7 0 1 1 .1-14 5.5 5.5 0 0 1 10.9 1.1A4.5 4.5 0 0 1 17.5 19z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.brand-suffix {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.94);
  white-space: nowrap;
}
.brand:hover .brand-cloud {
  filter: drop-shadow(0 0 10px var(--lime-glow));
}
.brand:hover .brand-suffix {
  color: #fff;
}

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  height: var(--header-h);
  background: rgba(5, 6, 7, 0.82);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background 0.25s, box-shadow 0.25s;
}
.site-header.is-scrolled {
  background: rgba(5, 6, 7, 0.96);
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
}
.header-inner {
  height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}
.site-nav ul {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-nav a:not(.btn):not(.header-cta) {
  position: relative;
  color: rgba(255,255,255,0.82);
  font-size: 0.92rem;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  background: transparent;
  transition: color 0.25s ease;
}
.site-nav a:not(.btn):not(.header-cta)::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 2px;
  height: 1px;
  background: var(--lime);
  border-radius: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s ease;
}
.site-nav a:not(.btn):not(.header-cta):hover {
  color: #fff;
}
.site-nav a:not(.btn):not(.header-cta):hover::after {
  transform: scaleX(1);
}
.site-nav a:not(.btn):not(.header-cta).is-active,
.site-nav a:not(.btn):not(.header-cta)[aria-current="page"] {
  color: var(--lime);
}
.site-nav a:not(.btn):not(.header-cta).is-active::after,
.site-nav a:not(.btn):not(.header-cta)[aria-current="page"]::after {
  background: #fff;
  transform: scaleX(1);
}
.site-nav a:not(.btn):not(.header-cta):focus-visible {
  outline: 2px solid var(--lime-dim);
  outline-offset: 2px;
}
.site-nav a.btn.header-cta,
.site-nav a.btn.header-cta:hover,
.site-nav a.btn.header-cta:focus {
  color: var(--black) !important;
  background: var(--lime);
  border-color: transparent;
}
.site-nav a.btn.header-cta:hover { background: var(--lime-dim); }
.header-cta { margin-left: 8px; flex-shrink: 0; }
.nav-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,0.15);
  background: transparent; border-radius: 10px; cursor: pointer; position: relative;
}
.nav-toggle-bar, .nav-toggle-bar::before, .nav-toggle-bar::after {
  display: block; width: 18px; height: 2px; background: #fff;
  position: absolute; left: 50%; transform: translateX(-50%);
}
.nav-toggle-bar { top: 50%; margin-top: -1px; }
.nav-toggle-bar::before { content: ""; top: -6px; }
.nav-toggle-bar::after { content: ""; top: 6px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: 0.95rem; padding: 14px 22px;
  border-radius: 999px; border: 2px solid transparent;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--lime); color: var(--black);
  box-shadow: 0 8px 28px var(--lime-glow);
}
.btn-primary:hover { box-shadow: 0 12px 36px var(--lime-glow); }
.btn-secondary {
  background: transparent; color: #fff;
  border-color: rgba(255,255,255,0.35);
}
.btn-secondary:hover { border-color: var(--lime); color: var(--lime); }
/* Secondary on light sections — same look as ghost (dark text, bordered) */
.section-light .btn-secondary,
.section-muted .btn-secondary {
  color: var(--text);
  border-color: var(--line);
  background: var(--white);
}
.section-light .btn-secondary:hover,
.section-muted .btn-secondary:hover {
  border-color: var(--black);
  color: var(--text);
  box-shadow: none;
}
.btn-ghost {
  background: transparent; color: var(--text);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--black); }
.section-light .btn-ghost,
.section-muted .btn-ghost {
  background: var(--white);
}
.btn-plan-alt {
  background: #f4f7f9; color: var(--black);
  border-color: var(--line);
  box-shadow: none;
}
.btn-plan-alt:hover {
  background: #eef1f5; color: var(--black);
  border-color: #c8d2dc;
  box-shadow: none;
}
.btn-sm { padding: 10px 16px; font-size: 0.85rem; }
.btn-block { width: 100%; }
.btn .icon { width: 18px; height: 18px; flex-shrink: 0; }

/* Icons */
.icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.icon--trust {
  width: 18px;
  height: 18px;
  color: var(--lime);
}
.icon--feature {
  width: 32px;
  height: 32px;
  color: var(--lime-dim);
}
.icon--stat {
  width: 26px;
  height: 26px;
  max-width: 26px;
  max-height: 26px;
}
.icon--list {
  width: 20px;
  height: 20px;
  color: var(--lime-dim);
}
.icon--hero-bg {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 2%;
  right: 4%;
  color: rgba(162, 255, 0, 0.24);
  opacity: 0.95;
}
.icon--hero-main {
  position: relative;
  z-index: 2;
  width: 172px;
  height: 172px;
  margin: 0 auto;
  color: var(--lime);
  filter: drop-shadow(0 0 36px var(--lime-glow));
}
.icon--visual {
  width: 48px;
  height: 48px;
  color: var(--lime);
}
.section-dark .icon--feature,
.section-dark .icon--list {
  color: var(--lime);
}
.section-dark .feature-icon {
  background: rgba(162, 255, 0, 0.1);
  border-color: rgba(162, 255, 0, 0.25);
}

/* Typography */
.eyebrow {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--lime-dim); margin: 0 0 12px;
}
.section-dark .eyebrow { color: var(--lime); }
.section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800; letter-spacing: -0.04em; line-height: 1.15; margin: 0 0 16px;
}
.section-lead {
  font-size: 1.1rem; color: var(--muted); max-width: 62ch; margin: 0 0 28px;
}
.section-dark .section-lead { color: rgba(255,255,255,0.72); }
.text-lime { color: var(--lime-dim); }
.section-dark .text-lime { color: var(--lime); }
.speakable-summary { font-size: 1.05rem; max-width: 65ch; }

.prose { max-width: 72ch; }
.prose-wide { max-width: none; }
.prose p {
  margin: 0 0 1.15em; font-size: 1rem; color: var(--muted); line-height: 1.7;
}
.prose p:last-child { margin-bottom: 0; }
.prose h3 {
  font-size: 1.2rem; font-weight: 700; letter-spacing: -0.02em;
  margin: 1.75em 0 0.6em; color: var(--text);
}
.prose h3:first-child { margin-top: 0; }
.prose ul {
  margin: 0 0 1.15em; padding-left: 1.35em; list-style: disc;
}
.prose ul li {
  margin-bottom: 0.45em; color: var(--muted); font-size: 1rem; line-height: 1.65;
}
.prose a { color: var(--text); text-decoration: underline; text-underline-offset: 3px; }
.prose a:hover { color: var(--lime-dim); }
.prose h2 {
  font-size: 1.28rem; font-weight: 700; letter-spacing: -0.02em;
  margin: 2.25em 0 0.65em; color: var(--text);
}
.prose h2:first-of-type { margin-top: 0; }

/* Legal documents */
.legal-page { padding-top: clamp(48px, 8vw, 88px); }
.legal-page__title {
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  font-weight: 800; letter-spacing: -0.04em;
  margin: 0 0 0.35em; color: var(--text);
}
.legal-page__meta {
  font-size: 0.9rem; color: var(--muted); margin: 0 0 1.25em;
}
.legal-page__intro {
  font-size: 1.05rem; line-height: 1.7; color: var(--muted);
  max-width: 72ch; margin: 0 0 2rem;
}
.legal-page__intro a { color: var(--text); }
.legal-prose { max-width: 72ch; }
.legal-page__related {
  margin-top: 2.5rem; padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  font-size: 0.92rem; color: var(--muted);
}
.legal-page__related a { color: var(--text); font-weight: 600; }
.legal-page__related a:hover { color: var(--lime-dim); }

/* Inline text links on light backgrounds — dark default, lime on hover */
a.link-accent,
.section-muted .contact-aside__text a,
.section-light .contact-aside__text a,
.section-light .section-lead a,
.section-muted .section-lead a,
.section-light .content-split__intro a,
.section-muted .content-split__intro a,
.section-light .content-split__cta a:not(.btn),
.section-muted .content-split__cta a:not(.btn),
.section-light .contact-detail__cta a:not(.btn),
.section-light .plans-includes__cta-note a,
.section-light .pillar-item a,
.section-muted .pillar-item a,
.section-light .cost-bento__cta a,
.section-light .migration-timeline__note a,
.section-light .plans-includes p a,
.section-light .managed-checklist a,
.section-muted .managed-checklist a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}
a.link-accent:hover,
.section-muted .contact-aside__text a:hover,
.section-light .contact-aside__text a:hover,
.section-light .section-lead a:hover,
.section-muted .section-lead a:hover,
.section-light .content-split__intro a:hover,
.section-muted .content-split__intro a:hover,
.section-light .content-split__cta a:not(.btn):hover,
.section-muted .content-split__cta a:not(.btn):hover,
.section-light .contact-detail__cta a:not(.btn):hover,
.section-light .plans-includes__cta-note a:hover,
.section-light .pillar-item a:hover,
.section-muted .pillar-item a:hover,
.section-light .cost-bento__cta a:hover,
.section-light .migration-timeline__note a:hover,
.section-light .plans-includes p a:hover,
.section-light .managed-checklist a:hover,
.section-muted .managed-checklist a:hover {
  color: var(--lime-dim);
}
.section-dark .prose p,
.section-dark .prose ul li { color: rgba(255,255,255,0.72); }
.section-dark .prose h3 { color: #fff; }
.section-dark .prose a { color: var(--lime); }
.section-dark .prose a:hover { color: #fff; }
.section-dark .section-lead a,
.section-dark .trust-section__lead a {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.section-dark .section-lead a:hover,
.section-dark .trust-section__lead a:hover { color: #fff; }
.page-hero .speakable-summary a {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-hero .speakable-summary a:hover { color: #fff; }
.content-cols {
  display: grid; grid-template-columns: 1fr 1fr; gap: 40px 48px; align-items: start;
}
@media (max-width: 768px) {
  .content-cols { grid-template-columns: 1fr; }
}

/* Plans page — scannable pricing intro */
.plans-intro .section-lead {
  max-width: 68ch;
  margin-bottom: 32px;
}
.plan-tier-pills {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 40px;
}
.plan-tier-pill {
  display: flex;
  flex-direction: column;
  padding: 20px 18px 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  transition: border-color 0.25s, transform 0.25s;
}
.plan-tier-pill:hover {
  border-color: rgba(162, 255, 0, 0.45);
  transform: translateY(-2px);
}
.plan-tier-pill--featured {
  border-color: rgba(162, 255, 0, 0.55);
  box-shadow: 0 12px 32px rgba(5, 6, 7, 0.06);
}
.plan-tier-pill--custom {
  background: linear-gradient(180deg, var(--white) 0%, var(--bg) 100%);
}
.plan-tier-pill__name {
  margin: 0 0 6px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}
.plan-tier-pill__price {
  margin: 0 0 12px;
  line-height: 1;
}
.plan-tier-pill__amount {
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
}
.plan-tier-pill__period {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--muted);
}
.plan-tier-pill__desc {
  margin: 0;
  flex: 1;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
}
.plans-intro__included {
  margin-bottom: 32px;
}
.plans-intro__subheading {
  margin: 0 0 16px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}
.plans-intro__callout {
  margin-bottom: 28px;
}
.plans-intro .content-callout {
  background: linear-gradient(135deg, var(--white) 0%, var(--bg) 100%);
  border: 1px solid var(--line);
  border-left: 4px solid var(--lime-dim);
  color: var(--text);
  box-shadow: 0 16px 40px rgba(5, 6, 7, 0.08);
}
.plans-intro .content-callout__icon {
  background: var(--lime-soft);
  border-color: rgba(162, 255, 0, 0.25);
}
.plans-intro .content-callout__quote {
  color: var(--text);
  font-size: 1.1rem;
}
.plans-intro .content-callout__quote strong {
  color: var(--lime-dim);
}
.plans-intro .content-callout__cite {
  color: var(--muted);
}
.plans-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
@media (max-width: 1024px) {
  .plan-tier-pills { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .plan-tier-pills { grid-template-columns: 1fr; }
  .plans-intro__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .plans-intro__actions .btn { width: 100%; text-align: center; }
}

/* Plans page — what every plan includes */
.plans-includes .section-title {
  margin-bottom: 24px;
}
.plans-includes__intro {
  max-width: 72ch;
  margin-bottom: 28px;
  padding: 22px 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.plans-includes__intro p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--muted);
}
.plans-includes__intro strong {
  color: var(--text);
}
.plans-includes__checklist {
  margin-bottom: 40px;
}
.plans-includes__extras {
  margin-bottom: 32px;
}
.plans-includes__subheading {
  margin: 0 0 16px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}
.plans-includes__tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.plans-includes__tile {
  margin: 0;
  padding: 18px 16px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--bg);
}
.plans-includes__tile-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: var(--lime-soft);
  border: 1px solid rgba(162, 255, 0, 0.2);
}
.plans-includes__tile-label {
  display: block;
  margin: 0 0 8px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}
.plans-includes__tile p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
}
.plans-includes__tile a {
  color: var(--text);
  font-weight: 600;
  text-underline-offset: 3px;
}
.plans-includes__tile a:hover {
  color: var(--lime-dim);
}
.plans-includes__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: linear-gradient(180deg, var(--white) 0%, var(--bg) 100%);
}
.plans-includes__cta-lede {
  flex: 1 1 100%;
  margin: 0;
  font-size: 1rem;
  color: var(--text);
  line-height: 1.5;
}
.plans-includes__cta-lede strong {
  color: var(--lime-dim);
}
.plans-includes__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.plans-includes__cta-note {
  flex: 1 1 220px;
  margin: 0;
  min-width: 0;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
}
@media (max-width: 900px) {
  .plans-includes__tiles { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .plans-includes__cta {
    flex-direction: column;
    align-items: stretch;
  }
  .plans-includes__cta-actions {
    flex-direction: column;
  }
  .plans-includes__cta-actions .btn {
    width: 100%;
    text-align: center;
  }
  .plans-includes__cta-note {
    flex: 1 1 auto;
  }
}

/* Content split — scannable long-form sections */
.content-split {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.content-split__intro {
  max-width: 72ch;
  padding: 28px 32px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.content-split__intro p:last-child { margin-bottom: 0; }
.content-split__block {
  padding-top: 4px;
}
.content-split__heading {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
  color: var(--text);
}
.content-split__lede {
  margin: 0 0 20px;
  max-width: 62ch;
  font-size: 1.05rem;
  color: var(--muted);
  line-height: 1.65;
}
.content-split__cta {
  margin: 0;
  padding-top: 8px;
  text-align: center;
  max-width: none;
}
.content-split--compact {
  gap: 32px;
}
.content-split--compact .content-split__intro {
  padding: 24px 28px;
}

/* Homepage — UK hosting section */
.section-lead--wide {
  max-width: none;
}
.content-split--uk-hosting .content-split__opening {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}
.content-split--uk-hosting .content-split__intro {
  max-width: none;
  margin: 0;
}
.uk-hosting-aside {
  display: flex;
  flex-direction: column;
  padding: 26px 24px;
  background: linear-gradient(165deg, var(--panel) 0%, #0a0e12 100%);
  border: 1px solid rgba(162, 255, 0, 0.28);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}
.uk-hosting-aside__title {
  margin: 0 0 18px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}
.uk-hosting-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.uk-hosting-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-sm);
}
.uk-hosting-point__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(162, 255, 0, 0.12);
  border: 1px solid rgba(162, 255, 0, 0.28);
}
.icon--uk-point {
  width: 20px;
  height: 20px;
  color: var(--lime);
}
.uk-hosting-point__text {
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}
.uk-hosting-point__text strong {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-weight: 700;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.audience-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 22px 20px;
  transition: border-color 0.25s, transform 0.25s;
}
.audience-card:hover {
  border-color: rgba(162, 255, 0, 0.45);
  transform: translateY(-3px);
}
.audience-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: var(--lime-soft);
  border: 1px solid rgba(162, 255, 0, 0.22);
}
.icon--audience {
  width: 26px;
  height: 26px;
  color: var(--lime-dim);
}
.audience-card__title {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}
.audience-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.55;
}

.managed-checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.managed-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.5;
}
.managed-checklist li span {
  flex: 1;
  min-width: 0;
}
.managed-checklist li strong {
  color: var(--text);
  font-weight: 700;
}
.icon--check-item {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--lime-dim);
}
.managed-checklist--compact {
  grid-template-columns: 1fr;
  gap: 10px;
}
.managed-checklist--compact li {
  padding: 12px 14px;
}

.content-callout {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 0;
  padding: 28px 32px;
  background: linear-gradient(135deg, var(--panel) 0%, #0d1216 100%);
  border: 1px solid rgba(162, 255, 0, 0.28);
  border-radius: var(--radius);
  border-left: 4px solid var(--lime);
  color: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}
.content-callout__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(162, 255, 0, 0.12);
  border: 1px solid rgba(162, 255, 0, 0.3);
}
.icon--callout {
  width: 28px;
  height: 28px;
  color: var(--lime);
}
.content-callout__body {
  flex: 1;
  min-width: 0;
}
.content-callout__quote {
  margin: 0 0 10px;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #fff;
}
.content-callout__quote strong {
  color: var(--lime);
}
.content-callout__cite {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .content-split--uk-hosting .content-split__opening {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .audience-grid { grid-template-columns: 1fr; }
  .managed-checklist { grid-template-columns: 1fr; }
  .content-split__intro { padding: 22px 20px; }
  .uk-hosting-aside { padding: 22px 20px; }
  .content-callout {
    flex-direction: column;
    padding: 22px 20px;
  }
}

/* Hidden cost — bento layout */
.section-cost {
  padding-top: 96px;
  padding-bottom: 96px;
}
.cost-bento {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 20px 32px;
  margin-top: 36px;
  align-items: start;
}
.cost-bento__quote {
  grid-column: 1;
  margin: 0;
}
.section-cost .content-callout {
  background: linear-gradient(135deg, var(--white) 0%, var(--bg) 100%);
  border: 1px solid var(--line);
  border-left: 4px solid var(--lime-dim);
  color: var(--text);
  box-shadow: 0 16px 40px rgba(5, 6, 7, 0.08);
}
.section-cost .content-callout__icon {
  background: var(--lime-soft);
  border-color: rgba(162, 255, 0, 0.25);
}
.section-cost .content-callout__quote {
  color: var(--text);
  font-size: 1.1rem;
}
.section-cost .content-callout__quote strong {
  color: var(--lime-dim);
}
.cost-bento__stats {
  grid-column: 1;
}
.cost-highlight-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.cost-highlight {
  padding: 16px 14px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--bg);
}
.cost-highlight__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: var(--lime-soft);
  border: 1px solid rgba(162, 255, 0, 0.2);
}
.icon--highlight {
  width: 24px;
  height: 24px;
  color: var(--lime-dim);
}
.cost-highlight__label {
  display: block;
  margin: 0 0 6px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text);
}
.cost-highlight p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.5;
}
.cost-bento__copy {
  grid-column: 1;
  max-width: none;
}
.cost-bento__copy p {
  margin-bottom: 1em;
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.7;
}
.cost-bento__copy p:last-child {
  margin-bottom: 0;
}
.cost-managed-card {
  grid-column: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  border: 1px solid rgba(162, 255, 0, 0.28);
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--lime-soft) 0%, var(--white) 52%);
  box-shadow: 0 14px 36px rgba(162, 255, 0, 0.1);
}
.cost-managed-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--white);
  border: 1px solid rgba(162, 255, 0, 0.25);
}
.cost-managed-card__body {
  max-width: none;
}
.cost-managed-card__body p {
  margin: 0 0 1em;
  font-size: 1rem;
  color: var(--muted);
  line-height: 1.7;
}
.cost-managed-card__body p:last-child {
  margin-bottom: 0;
}
.cost-managed-card__body strong {
  color: var(--text);
}
.cost-bento__problems {
  grid-column: 2;
  grid-row: 1 / -1;
  padding: 26px 24px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.cost-bento__problems .content-split__heading {
  margin-bottom: 18px;
}
.problem-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.problem-list__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  background: var(--bg);
  border: 1px solid var(--line);
  font-size: 0.9rem;
  line-height: 1.5;
}
.problem-list__item span {
  color: var(--muted);
}
.icon--problem {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: var(--lime-dim);
}
.icon--problem-muted {
  color: #8a96a3;
}
.cost-bento__cta {
  margin: 20px 0 0;
  font-size: 0.95rem;
  text-align: left;
}

@media (max-width: 1024px) {
  .cost-bento {
    grid-template-columns: 1fr;
  }
  .cost-bento__problems {
    grid-column: 1;
    grid-row: auto;
  }
  .cost-highlight-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .section-cost {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .cost-managed-card {
    grid-template-columns: 1fr;
  }
  .cost-bento__problems {
    padding: 22px 18px 18px;
  }
}

/* Migrations — managed move section */
.migrations-move {
  margin-top: 28px;
}
.migrations-move__intro {
  max-width: none;
}
.migrations-move__grid {
  display: block;
}
.migrations-move__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}
.migrations-move__copy {
  max-width: 72ch;
}
.migrations-move__copy p:last-child {
  margin-bottom: 0;
}
.migrations-move__checklist {
  margin-top: 4px;
}
.migrations-move__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}
.migrations-move__avoid {
  padding: 26px 24px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.migrations-move__avoid .content-split__heading,
.migrations-move__process .content-split__heading {
  margin-bottom: 12px;
}
.migrations-move__avoid .content-split__lede,
.migrations-move__process .content-split__lede {
  margin-bottom: 16px;
  font-size: 0.95rem;
}
.migrations-move__process {
  padding: 26px 24px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.migrations-move__steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.migrations-move__steps.process-steps {
  grid-template-columns: 1fr;
  gap: 14px;
}
.migrations-move__steps .step-card {
  padding: 20px 18px 22px;
}
.migrations-move__steps .step-card__head {
  margin-bottom: 12px;
}
.migrations-move__steps .step-card__title {
  font-size: 1rem;
}
.migrations-move__steps .step-card__text {
  font-size: 0.92rem;
  line-height: 1.55;
}
.migrations-move__landed {
  margin: 0;
}
.migrations-move__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  padding: 28px 32px;
  background: var(--white);
  border: 1px solid rgba(162, 255, 0, 0.35);
  border-radius: var(--radius);
  box-shadow: 0 16px 48px rgba(162, 255, 0, 0.12);
}
.migrations-move__cta-lede {
  margin: 0;
  flex: 1 1 220px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  line-height: 1.45;
}
.migrations-move__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (min-width: 640px) {
  .migrations-move__steps.process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media (min-width: 1100px) {
  .migrations-move__row {
    gap: 28px;
  }
  .migrations-move__steps.process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .migrations-move__row {
    grid-template-columns: 1fr;
  }
  .migrations-move__avoid,
  .migrations-move__process {
    padding: 22px 18px 18px;
  }
  .migrations-move__cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 24px 20px;
  }
  .migrations-move__cta-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .migrations-move__cta-actions .btn {
    width: 100%;
    text-align: center;
  }
}

/* Hero */
.hero {
  position: relative; min-height: min(100vh, 920px);
  padding: calc(var(--header-h) + 36px) 0 64px;
  background: transparent;
  color: #fff; overflow: hidden;
}
.page-home .home-hero {
  min-height: min(100vh, 920px);
  padding: calc(var(--header-h) + 48px) 0 72px;
  background: #050607;
}
.hero-grid {
  position: relative; z-index: 3;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 36px; align-items: center;
}
.hero-grid--home {
  grid-template-columns: minmax(0, 40rem) 1fr;
  width: 100%;
  max-width: none;
  justify-items: start;
  align-items: center;
}
.page-home .home-hero > .wrap {
  width: min(var(--wrap), calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}
.page-home .hero-content {
  max-width: 40rem;
  width: 100%;
  text-align: left;
  justify-self: start;
}
.page-home .hero h1 {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}
.page-home .trust-pill {
  background: rgba(5, 6, 7, 0.45);
  border-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}
.hero-content { max-width: 36rem; }
.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800; letter-spacing: -0.04em; line-height: 1.08; margin: 0 0 16px;
}
.hero-content .speakable-summary { margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 22px 0 0; }
.hero-trust {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 24px;
}
.trust-pill {
  display: flex; align-items: center; gap: 10px;
  font-size: 0.85rem; color: rgba(255,255,255,0.78);
  padding: 10px 12px; border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06);
}
.trust-pill .icon--trust { flex-shrink: 0; }

/* Hero visual */
.hero-visual {
  position: relative; min-height: 520px;
  display: flex; align-items: center; justify-content: center;
}
.hero-stage {
  position: relative; width: 100%; max-width: 580px;
  min-height: 440px;
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.hero-glow {
  position: absolute; inset: 10% 5%; border-radius: 50%;
  background: radial-gradient(circle, var(--lime-glow), transparent 65%);
  filter: blur(40px); animation: pulse-glow 4s ease-in-out infinite;
}
@keyframes pulse-glow {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(1.05); }
}
.hero-icon-stack {
  position: relative; z-index: 2;
  width: 280px; height: 280px;
  margin: 0 auto 8px;
  display: flex; align-items: center; justify-content: center;
}
.server-rack {
  position: absolute; left: 4%; bottom: 10%; z-index: 3;
  display: flex; flex-direction: column; gap: 8px;
  transform: perspective(600px) rotateY(-12deg) scale(1.08);
}
.server-unit {
  width: 152px; height: 34px; border-radius: 7px;
  background: linear-gradient(180deg, #1a2228, #0d1114);
  border: 1px solid rgba(162,255,0,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  display: flex; align-items: center; padding: 0 10px; gap: 6px;
}
.server-led {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--lime);
  animation: blink 2s ease-in-out infinite;
}
.server-unit:nth-child(2) .server-led { animation-delay: 0.3s; }
.server-unit:nth-child(3) .server-led { animation-delay: 0.6s; }
.server-unit:nth-child(4) .server-led { animation-delay: 0.9s; }
@keyframes blink {
  0%, 100% { opacity: 1; box-shadow: 0 0 8px var(--lime); }
  50% { opacity: 0.35; box-shadow: none; }
}
.metrics-panel {
  position: absolute; right: 0; bottom: 16%; z-index: 4;
  background: rgba(17, 23, 28, 0.78);
  border: 1px solid rgba(162,255,0,0.14);
  border-radius: var(--radius-sm);
  padding: 12px 14px; min-width: 148px;
  backdrop-filter: blur(10px);
  font-size: 0.72rem; font-variant-numeric: tabular-nums;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
body.is-past-hero .metrics-panel {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.metrics-panel dt { color: rgba(255,255,255,0.42); margin: 0; font-weight: 500; }
.metrics-panel dd {
  color: rgba(162, 255, 0, 0.92); font-weight: 700; font-size: 1rem; margin: 2px 0 8px;
}
.metrics-panel dd:last-child { margin-bottom: 0; }

/* Sections */
.section { padding: 88px 0; }
.section-dark {
  background: var(--black); color: #fff;
}
.section-light { background: var(--white); }
.section-muted { background: var(--bg); }

.feature-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.feature-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px;
  box-shadow: var(--shadow); transition: transform 0.25s, border-color 0.25s;
}
.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(162,255,0,0.4);
}
.feature-icon {
  display: flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; margin-bottom: 16px;
  border-radius: 14px;
  background: var(--lime-soft);
  border: 1px solid rgba(162, 255, 0, 0.2);
}
.feature-card .feature-icon .icon--feature {
  width: 32px; height: 32px; max-width: 32px; max-height: 32px;
}
.feature-card h3 { margin: 0 0 8px; font-size: 1.1rem; font-weight: 700; }
.feature-card p { margin: 0; color: var(--muted); font-size: 0.95rem; }

/* Sound familiar — migration pain points */
.sound-familiar { padding: 72px 0; }
.sound-familiar__grid {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 400px);
  gap: 48px;
  align-items: start;
}
.sound-familiar__main .section-title { margin-bottom: 28px; }
.sound-familiar__cards { margin-bottom: 0; }
.sound-familiar__card {
  background: var(--panel);
  border-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 22px 24px;
  box-shadow: none;
}
.sound-familiar__card p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}
.sound-familiar__card:hover {
  border-color: rgba(162, 255, 0, 0.35);
  box-shadow: 0 0 32px rgba(162, 255, 0, 0.1);
}
.sound-familiar__card .feature-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  border-radius: 12px;
}
.sound-familiar__card .feature-icon .icon--feature {
  width: 26px;
  height: 26px;
  max-width: 26px;
  max-height: 26px;
}
.sound-familiar__cta {
  margin-top: 28px;
}
.sound-familiar__cta-lede {
  margin: 0 0 16px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.65);
  max-width: 52ch;
}
.sound-familiar__cta-actions {
  margin-top: 0;
}
.sound-familiar__visual .visual-panel {
  margin: 0;
  max-width: none;
  position: sticky;
  top: calc(var(--header-h) + 24px);
}
@media (max-width: 1024px) {
  .sound-familiar__grid { grid-template-columns: 1fr; }
  .sound-familiar__visual { display: none; }
}

.stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  margin-top: 40px;
}
.stats-row--cards { gap: 16px; }

.stat-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 28px 20px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}
.section-dark .stat-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  backdrop-filter: blur(10px);
}
.section-dark .stat-card:hover {
  border-color: rgba(162, 255, 0, 0.35);
  box-shadow: 0 0 36px rgba(162, 255, 0, 0.14);
  transform: translateY(-2px);
}
.stat-card__icon {
  display: flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; margin-bottom: 18px;
  border-radius: 14px;
  background: var(--lime-soft);
  border: 1px solid rgba(162, 255, 0, 0.22);
  color: var(--lime-dim);
}
.section-dark .stat-card__icon {
  background: rgba(162, 255, 0, 0.1);
  border-color: rgba(162, 255, 0, 0.25);
  color: var(--lime);
}
.stat-card__value {
  display: block; font-size: 2rem; font-weight: 800;
  color: var(--lime-dim); letter-spacing: -0.04em; line-height: 1.1;
}
.section-dark .stat-card__value { color: var(--lime); }
.stat-card__label {
  display: block; margin-top: 6px;
  font-size: 0.9rem; color: var(--muted);
}
.section-dark .stat-card__label { color: rgba(255, 255, 255, 0.65); }

.trust-section__lead { margin-top: 44px; }

/* Plans */
.plan-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch;
}
.plan-card {
  position: relative; background: var(--white);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; display: flex; flex-direction: column;
  box-shadow: var(--shadow);
}
.plan-card.is-featured {
  border-color: var(--lime-dim);
  box-shadow: 0 28px 64px rgba(162,255,0,0.18);
  transform: scale(1.02);
}
.plan-ribbon {
  position: absolute; top: 16px; right: 16px;
  background: var(--lime); color: var(--black);
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 5px 10px; border-radius: 999px;
}
.plan-name { margin: 0; font-size: 1.35rem; font-weight: 800; }
.plan-tagline { margin: 6px 0 0; color: var(--muted); font-size: 0.9rem; }
.plan-price { margin: 20px 0 4px; }
.plan-amount { font-size: 2.5rem; font-weight: 800; letter-spacing: -0.04em; }
.plan-period { color: var(--muted); font-weight: 600; }
.plan-annual { font-size: 0.85rem; color: var(--muted); margin: 0 0 20px; }
.plan-save { color: var(--lime-dim); font-weight: 700; }
.plan-features { flex: 1; margin: 0 0 24px; }
.plan-features li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 8px 0; font-size: 0.92rem; border-bottom: 1px solid var(--line);
}
.plan-features li .icon--list {
  margin-top: 2px;
  flex-shrink: 0;
}
.section-dark .plan-features li {
  border-bottom-color: rgba(255,255,255,0.08);
}
.plan-card .btn {
  position: relative; z-index: 2; flex-shrink: 0; margin-top: auto;
}
.plan-card .btn-plan-alt {
  background: #f4f7f9; color: var(--black);
  border-color: var(--line);
  box-shadow: none;
}
.plan-card .btn-plan-alt:hover {
  background: #eef1f5; color: var(--black);
  border-color: #c8d2dc;
  box-shadow: none;
}
.plan-card.is-featured .btn-primary {
  background: var(--lime); color: var(--black);
  border-color: var(--lime-dim);
  box-shadow: 0 8px 28px var(--lime-glow);
}
.plan-card.is-featured .btn-primary:hover {
  background: var(--lime-dim); color: var(--black);
  border-color: var(--lime-dim);
  box-shadow: 0 12px 36px var(--lime-glow);
}

.compare-table-wrap { overflow-x: auto; margin-top: 32px; }
.compare-table {
  width: 100%; border-collapse: collapse; font-size: 0.92rem;
  background: var(--white); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow);
}
.compare-table th, .compare-table td {
  padding: 14px 18px; text-align: left; border-bottom: 1px solid var(--line);
}
.compare-table th { background: var(--black); color: #fff; font-weight: 700; }
.compare-table th:first-child { border-radius: 0; }
.compare-table tr:last-child td { border-bottom: 0; }
.compare-table .yes { color: var(--lime-dim); font-weight: 700; }

.compare-table--icons th[scope="row"] {
  background: var(--bg);
  color: var(--text);
  font-weight: 700;
  width: 22%;
  vertical-align: middle;
}
.compare-table__label,
.compare-table__managed {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.compare-table__label span,
.compare-table__managed > span:last-child {
  line-height: 1.35;
}
.icon--table {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: var(--lime-dim);
}
.icon--table-yes {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--lime-dim);
}
.compare-table--icons tbody tr:nth-child(even) td,
.compare-table--icons tbody tr:nth-child(even) th[scope="row"] {
  background: rgba(244, 247, 249, 0.65);
}
.compare-table--icons .yes {
  background: rgba(162, 255, 0, 0.06);
}

/* Why page — compare + audience */
.why-compare__wrap { display: flex; flex-direction: column; gap: 0; }
.why-compare__head {
  display: grid;
  grid-template-columns: 1fr minmax(240px, 320px);
  gap: 32px;
  align-items: center;
  margin-bottom: 8px;
}
.why-compare__visual .visual-panel {
  max-width: 100%;
}
.why-compare__summary {
  margin-top: 28px;
  max-width: 820px;
}
.why-compare__cta {
  margin-top: 24px;
  justify-content: flex-start;
  text-align: left;
}
.why-differentiation__grid { margin-top: 28px; }
.why-differentiation__callout { margin-top: 32px; }

.why-audience__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}
.why-audience__panel {
  grid-column: 1 / -1;
  padding: 28px 26px 30px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  border-left: 4px solid var(--lime-dim);
  box-shadow: var(--shadow);
}
.why-audience__panel-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 20px;
}
.why-audience__panel-head .feature-icon {
  margin-bottom: 0;
}
.why-audience__panel-lede {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
  max-width: 62ch;
}
.why-audience__checks { margin-bottom: 16px; }
.why-audience__panel-note {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
  max-width: 65ch;
}
.why-audience__cta {
  justify-content: flex-start;
  text-align: left;
  padding-top: 0;
}
.audience-card__text {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}
.audience-card__text:last-child { margin-bottom: 0; }

@media (max-width: 1024px) {
  .why-compare__head {
    grid-template-columns: 1fr;
  }
  .why-compare__visual { display: none; }
  .why-audience__grid { grid-template-columns: 1fr; }
}

/* Plans comparison — premium table */
.compare-plans-shell {
  position: relative; margin-top: 36px;
  padding-top: 14px;
}
.compare-plans-scroll {
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
  background: var(--white);
  scrollbar-width: thin;
  scrollbar-color: var(--lime-dim) var(--line);
}
.compare-plans-scroll::-webkit-scrollbar { height: 8px; }
.compare-plans-scroll::-webkit-scrollbar-thumb {
  background: var(--lime-dim); border-radius: 999px;
}
.compare-plans-shell.is-scrollable::before,
.compare-plans-shell.is-scrollable::after {
  content: ""; position: absolute; top: 14px; bottom: 0; width: 48px;
  pointer-events: none; z-index: 4; opacity: 0;
  transition: opacity 0.25s;
}
.compare-plans-shell.is-scrollable::before {
  left: 0;
  background: linear-gradient(90deg, var(--white) 0%, transparent 100%);
}
.compare-plans-shell.is-scrollable::after {
  right: 0;
  background: linear-gradient(270deg, var(--white) 0%, transparent 100%);
}
.compare-plans-shell.has-scroll-left::before,
.compare-plans-shell.has-scroll-right::after { opacity: 1; }
.compare-plans-hint {
  display: none; margin: 12px 0 0; text-align: center;
  font-size: 0.82rem; font-weight: 600; color: var(--muted);
}
.compare-plans {
  width: 100%; min-width: 880px;
  border-collapse: separate; border-spacing: 0;
  font-size: 0.9rem;
}
.compare-plans thead th {
  position: sticky; top: var(--header-h); z-index: 3;
  background: linear-gradient(180deg, #121820 0%, #0b0f12 100%);
  color: #fff;
  padding: 0; vertical-align: bottom;
  border-bottom: 0;
  overflow: visible;
}
.compare-plans-head th:first-child {
  border-top-left-radius: calc(var(--radius) - 1px);
}
.compare-plans-head th:last-child {
  border-top-right-radius: calc(var(--radius) - 1px);
}
.compare-plans-feature {
  left: 0; z-index: 5;
  min-width: 200px; max-width: 240px;
  text-align: left; vertical-align: bottom;
  background: linear-gradient(180deg, #121820 0%, #0b0f12 100%);
  border-right: 1px solid rgba(255,255,255,0.06);
}
.compare-plans-head-inner {
  display: grid;
  grid-template-rows: auto 2.1rem auto;
  align-content: end; justify-items: center; gap: 4px 0;
  min-height: 108px; padding: 22px 14px 18px;
  box-sizing: border-box;
}
.compare-plans-head-inner--label {
  justify-items: start; padding-left: 18px; padding-right: 18px;
}
.compare-plans-head-inner--label .compare-plans-label {
  grid-row: 1; align-self: end;
}
.compare-plans-head-inner .compare-plans-name { grid-row: 1; align-self: end; }
.compare-plans-head-inner .compare-plans-price {
  grid-row: 2; align-self: center; margin: 0;
}
.compare-plans-head-inner .compare-plans-annual {
  grid-row: 3; align-self: start; margin-top: 0;
}
.compare-plans-label {
  display: block; margin: 0;
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(162, 255, 0, 0.62);
}
.compare-plans-col {
  position: relative;
  min-width: 148px; padding: 0 !important;
  text-align: center; vertical-align: bottom;
  overflow: visible;
}
.compare-plans-col.is-featured {
  background: linear-gradient(180deg, #151c22 0%, #0b0f12 100%);
  box-shadow:
    inset 0 3px 0 var(--lime),
    inset 0 0 0 1px rgba(162, 255, 0, 0.22),
    0 -10px 36px rgba(162, 255, 0, 0.1);
  z-index: 4;
}
.compare-plans-badge {
  position: absolute; top: -12px; left: 50%;
  transform: translateX(-50%); z-index: 6;
  display: inline-block; margin: 0;
  padding: 5px 12px; border-radius: 999px;
  font-size: 0.6rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--black);
  background: var(--lime); white-space: nowrap;
  box-shadow: 0 4px 14px rgba(162, 255, 0, 0.35), 0 2px 6px rgba(0, 0, 0, 0.2);
}
.compare-plans-name {
  display: block; margin: 0;
  font-size: 0.86rem; font-weight: 700;
  letter-spacing: -0.02em; line-height: 1.2;
  color: rgba(255, 255, 255, 0.72);
}
.compare-plans-price {
  display: block; margin: 4px 0 0;
  font-size: 0.82rem; line-height: 1.1;
  color: rgba(255, 255, 255, 0.55);
}
.compare-plans-price strong {
  font-size: 1.75rem; font-weight: 800; letter-spacing: -0.04em;
  color: #fff;
}
.compare-plans-price span { font-weight: 600; color: rgba(255,255,255,0.5); }
.compare-plans-annual {
  display: block; margin-top: 6px;
  font-size: 0.7rem; font-weight: 600; line-height: 1.3;
  color: rgba(255, 255, 255, 0.4);
}
.compare-plans-col--custom .compare-plans-price strong { font-size: 1.35rem; }
.compare-plans tbody tr:first-child th,
.compare-plans tbody tr:first-child td {
  border-top: 1px solid var(--line);
  box-shadow: inset 0 10px 14px -14px rgba(11, 15, 18, 0.12);
}
.compare-plans tbody th,
.compare-plans tbody td,
.compare-plans tfoot th,
.compare-plans tfoot td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: center; vertical-align: middle;
}
.compare-plans tbody th {
  position: sticky; left: 0; z-index: 2;
  text-align: left; font-weight: 600; font-size: 0.88rem;
  color: var(--text); background: var(--bg);
  border-right: 1px solid var(--line);
  min-width: 200px; max-width: 240px;
}
.compare-plans tbody tr:nth-child(even) td,
.compare-plans tbody tr:nth-child(even) th { background: #fafbfd; }
.compare-plans tbody tr:nth-child(even) th { background: #f0f3f7; }
.compare-plans tbody tr:hover td,
.compare-plans tbody tr:hover th { background: #eef2f6; }
.compare-plans tbody tr:hover th { background: #e8edf2; }
.compare-plans td.is-featured {
  background: var(--lime-soft);
  box-shadow: inset 1px 0 0 rgba(143, 224, 0, 0.35), inset -1px 0 0 rgba(143, 224, 0, 0.35);
}
.compare-plans tbody tr:nth-child(even) td.is-featured { background: rgba(162, 255, 0, 0.1); }
.compare-plans tbody tr:hover td.is-featured { background: rgba(162, 255, 0, 0.16); }
.compare-plans tfoot th,
.compare-plans tfoot td {
  border-bottom: 0; background: var(--white);
  padding-top: 18px; padding-bottom: 20px;
}
.compare-plans-cta-row th,
.compare-plans-cta-row td {
  border-top: 1px solid var(--line);
}
.compare-plans-cta-row td.is-featured {
  box-shadow: inset 1px 0 0 rgba(143, 224, 0, 0.28), inset -1px 0 0 rgba(143, 224, 0, 0.28);
}
.compare-plans tfoot th {
  position: sticky; left: 0; z-index: 2;
  text-align: left; font-weight: 700; font-size: 0.88rem;
  border-right: 1px solid var(--line);
}
.compare-plans tfoot td.is-featured {
  background: linear-gradient(180deg, var(--lime-soft) 0%, rgba(162, 255, 0, 0.06) 100%);
}
.compare-plans-cta {
  min-width: 128px; margin: 0 auto;
}
.compare-plans-cta.btn-primary {
  box-shadow: 0 6px 20px var(--lime-glow);
}
.compare-plans-cta.btn-primary:hover {
  background: var(--lime-dim); color: var(--black);
}
.compare-plans-cta.btn-plan-alt {
  box-shadow: none;
}
.compare-plans-cta.btn-plan-alt:hover {
  background: #eef1f5; color: var(--black);
  border-color: #c8d2dc;
}
.cmp-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%;
}
.cmp-icon svg { width: 16px; height: 16px; display: block; }
.cmp-icon--yes {
  color: var(--black); background: var(--lime);
  box-shadow: 0 4px 12px var(--lime-glow);
}
.cmp-icon--no {
  color: var(--muted); background: #eef1f5;
}
.cmp-icon--no svg { width: 14px; height: 14px; }
.cmp-text {
  font-weight: 700; font-size: 0.86rem; color: var(--text);
}

/* FAQ */
.section-faq {
  background: var(--black);
  color: #fff;
}
.section-faq .section-title { color: #fff; }
.section-faq .eyebrow { color: var(--lime); }
.section-faq .section-lead { color: rgba(255, 255, 255, 0.72); }
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 48px 56px;
  align-items: start;
}
.faq-header {
  position: sticky;
  top: calc(var(--header-h) + 24px);
}
.faq-grid .faq-list { max-width: none; }
.faq-cta-card {
  margin-top: 28px;
  padding: 24px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(162, 255, 0, 0.12), transparent 48%),
    linear-gradient(145deg, var(--panel), var(--black));
  border: 1px solid rgba(162, 255, 0, 0.18);
  box-shadow: 0 18px 48px rgba(5, 6, 7, 0.35);
}
.faq-cta-card__title {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
}
.faq-cta-card__text {
  margin: 0 0 16px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}
.faq-item {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius-sm); margin-bottom: 10px; overflow: hidden;
}
.section-faq .faq-item,
.section-dark .faq-item {
  background: var(--white);
  border-color: var(--line);
  color: var(--text);
}
.faq-item summary {
  padding: 18px 20px; font-weight: 700; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  color: var(--text);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--lime-dim); font-size: 1.2rem; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin: 0; padding: 0 20px 18px; color: var(--muted); }

/* Page hero (inner) */
.page-hero {
  position: relative;
  padding: calc(var(--header-h) + 56px) 0 72px;
  background: transparent;
  color: #fff;
  min-height: min(52vh, 480px);
  overflow: hidden;
}
.page-hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}
.page-hero__content {
  max-width: 36rem;
}
.page-hero__visual {
  position: relative;
  z-index: 4;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-hero-stage {
  max-width: 100%;
  min-height: 300px;
}
.page-hero-stage .hero-icon-stack {
  width: 220px;
  height: 220px;
}
.page-hero h1 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0 0 16px;
  max-width: 20ch;
}
.page-hero .speakable-summary {
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 16px;
}
.page-hero .section-lead {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  max-width: 65ch;
}
.page-hero + .section {
  position: relative;
  z-index: 1;
}
.breadcrumbs {
  font-size: 0.85rem; margin-bottom: 20px; color: rgba(255,255,255,0.55);
}
.breadcrumbs a:hover { color: var(--lime); }
.breadcrumbs span { color: rgba(255,255,255,0.35); margin: 0 8px; }

/* Split / CTA */
.split-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
}
.visual-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 32px;
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--panel), var(--black));
  border: 1px solid rgba(162, 255, 0, 0.15);
  box-shadow: var(--shadow);
  max-width: 420px;
  margin: 0 auto;
}
.section-light .visual-panel {
  background: linear-gradient(145deg, var(--white), var(--bg));
  border-color: var(--line);
}
.visual-panel__tile {
  display: flex; align-items: center; justify-content: center;
  aspect-ratio: 1;
  border-radius: var(--radius-sm);
  background: rgba(162, 255, 0, 0.08);
  border: 1px solid rgba(162, 255, 0, 0.18);
}
.section-light .visual-panel__tile {
  background: var(--lime-soft);
  border-color: rgba(162, 255, 0, 0.25);
}
.section-light .visual-panel .icon--visual {
  color: var(--lime-dim);
}
.split-visual { display: flex; align-items: center; justify-content: center; }

.split-grid--host-visual {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 40px 56px;
  align-items: start;
}
.split-visual--rack {
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  gap: 0;
}
.split-visual__stage {
  width: 100%;
  padding: 40px 32px 44px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 70% 20%, rgba(162, 255, 0, 0.14), transparent 45%),
    linear-gradient(165deg, #121820 0%, var(--black) 55%, #050607 100%);
  border: 1px solid rgba(162, 255, 0, 0.22);
  box-shadow: 0 24px 56px rgba(5, 6, 7, 0.18);
}
.split-visual__stage .page-hero-stage {
  min-height: min(42vw, 420px);
  max-width: 100%;
  margin: 0 auto;
}
.split-visual__stage .hero-stage {
  max-width: 100%;
}
.split-visual__stage .server-rack {
  transform: scale(1.08);
  transform-origin: center bottom;
}
.split-visual__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.split-visual__tags li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.88);
  background: var(--black);
  border: 1px solid rgba(162, 255, 0, 0.28);
  border-radius: 999px;
}
.icon--tag {
  width: 18px;
  height: 18px;
  color: var(--lime);
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .split-grid--host-visual {
    grid-template-columns: 1fr;
  }
  .split-visual--rack {
    max-width: 100%;
    order: -1;
    margin-bottom: 8px;
  }
  .split-visual__stage .page-hero-stage {
    min-height: 320px;
  }
}

.cta-band {
  padding: 64px 0;
  background:
    radial-gradient(circle at 30% 50%, rgba(162,255,0,0.15), transparent 50%),
    var(--black);
  color: #fff; text-align: center;
}
.cta-band h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); margin: 0 0 12px; font-weight: 800; }
.cta-band p { color: rgba(255,255,255,0.72); margin: 0 0 24px; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Contact */
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start;
}
.contact-card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow);
}
.contact-card h2 { margin: 0 0 8px; font-size: 1.25rem; }

.contact-aside__title {
  margin: 0 0 20px;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.contact-aside__list { margin-bottom: 24px; }
.contact-aside__text {
  margin: 0 0 1.15em;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}
.contact-aside__text:last-of-type { margin-bottom: 20px; }
.contact-aside__btn { margin-top: 4px; }

/* Contact — detail section */
.contact-detail__intro { margin-top: 28px; max-width: 820px; }
.contact-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 28px;
  margin-top: 32px;
  align-items: start;
}
.contact-detail__panel {
  padding: 26px 24px 28px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.contact-detail__panel .content-split__heading { margin-top: 0; }
.contact-topic-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 640px) {
  .contact-topic-grid { grid-template-columns: 1fr; }
}
.contact-topic-grid .feature-card {
  padding: 20px 18px 22px;
  box-shadow: 0 10px 28px rgba(5, 6, 7, 0.05);
}
.contact-topic-grid .feature-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}
.contact-detail__after {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  margin-top: 28px;
  padding: 24px 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  border-left: 4px solid var(--lime-dim);
  box-shadow: var(--shadow);
}
.contact-detail__after-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 0;
}
.contact-detail__after .content-split__heading { margin: 0 0 8px; }
.contact-detail__after-text {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}
.contact-detail__cta {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  justify-content: flex-start;
}
.contact-detail__cta .btn { margin: 0; }

.contact-expect .pillar-list { margin-top: 28px; }
.pillar-num .icon--pillar {
  width: 26px;
  height: 26px;
  color: var(--lime-dim);
}
.pillar-item h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
}
.pillar-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

@media (max-width: 1024px) {
  .contact-detail__grid { grid-template-columns: 1fr; }
}

.form-group { margin-bottom: 18px; }
.form-group label {
  display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 6px;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line);
  border-radius: var(--radius-sm); font: inherit; background: var(--bg);
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: 2px solid var(--lime-dim); outline-offset: 1px; border-color: transparent;
}
.form-group textarea { min-height: 140px; resize: vertical; }

.pillar-list { display: grid; gap: 24px; }
.pillar-item {
  display: grid; grid-template-columns: 64px 1fr; gap: 20px;
  padding: 28px; background: var(--white); border-radius: var(--radius);
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.pillar-num {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--lime-soft); color: var(--lime-dim);
  font-weight: 800; display: flex; align-items: center; justify-content: center;
}
/* How we work — process steps */
.process-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 640px) {
  .process-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .process-steps { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .process-steps .step-card:nth-child(4) { grid-column: 1; }
  .process-steps .step-card:nth-child(5) { grid-column: 2; }
}
.step-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 24px 22px 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: 0 12px 32px rgba(5, 6, 7, 0.06);
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.step-card:hover {
  border-color: rgba(162, 255, 0, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(5, 6, 7, 0.1);
}
.step-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.step-card__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--black);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}
.step-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--lime-soft);
  border: 1px solid rgba(162, 255, 0, 0.22);
  color: var(--lime-dim);
}
.icon--step {
  width: 26px;
  height: 26px;
  max-width: 26px;
  max-height: 26px;
}
.step-card__title {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
  line-height: 1.3;
}
.step-card__text {
  margin: 0;
  font-size: 0.92rem;
  color: var(--muted);
  line-height: 1.6;
}
.step-card__text.prose a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.step-card__text.prose a:hover { color: var(--lime-dim); }

.process-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  margin-top: 36px;
  padding: 28px 32px;
  background: var(--white);
  border: 1px solid rgba(162, 255, 0, 0.35);
  border-radius: var(--radius);
  box-shadow: 0 16px 48px rgba(162, 255, 0, 0.12);
}
.process-cta__lead {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
}
.process-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 639px) {
  .process-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 24px 20px;
  }
  .process-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .process-cta__actions .btn { width: 100%; }
}

.migration-steps { counter-reset: step; }
.migration-step {
  position: relative; padding-left: 56px; margin-bottom: 28px;
}
.migration-step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute; left: 0; top: 0;
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--lime); color: var(--black);
  font-weight: 800; display: flex; align-items: center; justify-content: center;
}

/* Migrations page — vertical process timeline */
.migration-timeline {
  position: relative;
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
}
.migration-timeline::before {
  content: '';
  position: absolute;
  left: 27px;
  top: 52px;
  bottom: 52px;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(
    180deg,
    var(--lime) 0%,
    rgba(162, 255, 0, 0.55) 55%,
    var(--lime) 100%
  );
  box-shadow: 0 0 12px rgba(162, 255, 0, 0.35);
}
.migration-timeline__item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0 20px;
  margin: 0 0 24px;
  padding: 0;
}
.migration-timeline__item:last-child {
  margin-bottom: 0;
}
.migration-timeline__marker {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 4px;
}
.migration-timeline__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--black);
  border: 3px solid var(--white);
  box-shadow: 0 8px 24px rgba(162, 255, 0, 0.35), 0 4px 12px rgba(5, 6, 7, 0.08);
}
.icon--timeline {
  width: 26px;
  height: 26px;
  max-width: 26px;
  max-height: 26px;
}
.migration-timeline__card {
  padding: 22px 24px 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: 0 12px 32px rgba(5, 6, 7, 0.06);
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.migration-timeline__item:hover .migration-timeline__card {
  border-color: rgba(162, 255, 0, 0.45);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(5, 6, 7, 0.1);
}
.migration-timeline__day {
  margin: 0 0 6px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lime-dim);
}
.migration-timeline__title {
  margin: 0 0 10px;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
  line-height: 1.25;
}
.migration-timeline__text {
  margin: 0;
  max-width: 62ch;
  font-size: 0.94rem;
  color: var(--muted);
  line-height: 1.65;
}
.migration-timeline__text.prose a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.migration-timeline__text.prose a:hover { color: var(--lime-dim); }

.migration-timeline-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 28px;
  margin-top: 36px;
  padding: 28px 32px;
  background: var(--white);
  border: 1px solid rgba(162, 255, 0, 0.35);
  border-radius: var(--radius);
  box-shadow: 0 16px 48px rgba(162, 255, 0, 0.12);
}
.migration-timeline-cta__note {
  margin: 0;
  flex: 1 1 280px;
  max-width: 52ch;
  font-size: 0.94rem;
  color: var(--muted);
  line-height: 1.6;
}
.migration-timeline-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}
@media (max-width: 639px) {
  .migration-timeline::before {
    left: 23px;
    top: 48px;
    bottom: 48px;
  }
  .migration-timeline__item {
    grid-template-columns: 48px 1fr;
    gap: 0 14px;
  }
  .migration-timeline__icon {
    width: 46px;
    height: 46px;
  }
  .icon--timeline {
    width: 22px;
    height: 22px;
    max-width: 22px;
    max-height: 22px;
  }
  .migration-timeline__card {
    padding: 18px 18px 20px;
  }
  .migration-timeline-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 24px 20px;
  }
  .migration-timeline-cta__note {
    max-width: none;
  }
  .migration-timeline-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .migration-timeline-cta__actions .btn { width: 100%; }
}
@media (min-width: 900px) {
  .migration-timeline {
    max-width: 720px;
  }
}

/* Footer */
.site-footer {
  position: relative;
  z-index: 5;
  isolation: isolate;
  background: var(--black);
  color: rgba(255, 255, 255, 0.72);
  padding: 64px 0 32px;
}
.site-footer h3.footer-heading {
  color: var(--lime);
}
.footer-grid {
  display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 32px;
  padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.site-footer .footer-tagline,
.site-footer .footer-brand p {
  margin: 16px 0 0;
  max-width: 32ch;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}
.site-footer .footer-heading {
  margin: 0 0 14px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lime);
}
.footer-links a {
  display: block; padding: 6px 0; font-size: 0.92rem;
  color: rgba(255,255,255,0.65); transition: color 0.2s;
}
.footer-links a:hover { color: var(--lime); }
.footer-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  padding-top: 24px; font-size: 0.85rem;
}
.brand-footer .brand-mark { color: #fff; }

/* Responsive */
@media (max-width: 1024px) {
  .hero { min-height: auto; padding-bottom: 56px; }
  .page-home .home-hero { min-height: auto; padding-bottom: 56px; }
  .hero-grid { gap: 28px; }
  .hero-grid, .page-hero-grid, .split-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid--home { max-width: none; }
  .page-hero__visual { min-height: 280px; }
  .faq-header { position: static; }
  .feature-grid, .plan-grid { grid-template-columns: 1fr; }
  .plan-card.is-featured { transform: none; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .stats-row--cards { gap: 14px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .compare-plans-hint { display: block; }
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed; inset: var(--header-h) 0 auto; background: var(--black);
    padding: 20px; transform: translateY(-120%); opacity: 0;
    transition: transform 0.3s, opacity 0.3s; pointer-events: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-nav.is-open {
    transform: translateY(0); opacity: 1; pointer-events: auto;
  }
  .site-nav ul { flex-direction: column; align-items: stretch; }
  .site-nav a:not(.btn):not(.header-cta) { display: block; padding: 14px; }
  .site-nav a:not(.btn):not(.header-cta)::after { left: 14px; right: 14px; bottom: 6px; height: 1px; }
  .header-cta { width: 100%; margin: 12px 0 0; align-self: stretch; }
  .hero-trust { grid-template-columns: 1fr; }
  .hero-visual { min-height: 360px; }
  .hero-stage { max-width: 100%; min-height: 340px; }
  .page-hero__visual { min-height: 260px; }
  .page-hero-stage { min-height: 260px; }
  .footer-grid { grid-template-columns: 1fr; }
  .global-hero-metrics { display: none; }
  .stats-row { grid-template-columns: 1fr; }
  .stat-card { padding: 24px 20px; }
}
