:root {
  --bg: #05080d;
  --bg-soft: #0c121a;
  --bg-soft-2: #101826;
  --panel: rgba(10, 16, 24, 0.92);
  --panel-alt: rgba(13, 22, 32, 0.92);
  --text: #eff8fb;
  --muted: #a2b4c0;
  --line: rgba(0, 255, 153, 0.22);
  --line-strong: rgba(57, 208, 255, 0.28);
  --accent: #00ff99;
  --accent-alt: #39d0ff;
  --accent-dark: #03271d;
  --glow-green: 0 0 0 1px rgba(0, 255, 153, 0.14), 0 18px 40px rgba(0, 255, 153, 0.08);
  --glow-blue: 0 0 0 1px rgba(57, 208, 255, 0.16), 0 18px 40px rgba(57, 208, 255, 0.09);
  --control-glow: 0 0 0 1px rgba(57, 208, 255, 0.18), 0 18px 46px rgba(57, 208, 255, 0.11), 0 18px 46px rgba(0, 255, 153, 0.08);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
  --radius: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 18%),
    linear-gradient(90deg, rgba(57, 208, 255, 0.035) 0, rgba(57, 208, 255, 0.035) 1px, transparent 1px, transparent 128px),
    linear-gradient(rgba(0, 255, 153, 0.028) 0, rgba(0, 255, 153, 0.028) 1px, transparent 1px, transparent 128px),
    radial-gradient(circle at top, rgba(57, 208, 255, 0.10), transparent 33%),
    radial-gradient(circle at 20% 10%, rgba(0, 255, 153, 0.08), transparent 28%),
    var(--bg);
  background-size: auto, 128px 128px, 128px 128px, auto, auto, auto;
  color: var(--text);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.7;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.page-shell {
  width: min(1500px, calc(100% - clamp(24px, 5vw, 96px)));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.topbar,
.hero-grid,
.section-grid,
.cards-3,
.cards-4,
.case-grid,
.contact-grid,
.page-nav,
.nav-links,
.link-grid,
.split-grid,
.page-hero {
  display: grid;
  gap: 18px;
}

.topbar {
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 20px;
}

.topbar--home {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.topbar__brand-zone {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
}

.topbar__controls {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-end;
  flex-wrap: wrap;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgba(57, 208, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: var(--control-glow);
}

.topbar__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  justify-self: start;
  border: 1px solid rgba(0, 255, 153, 0.26);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 255, 153, 0.15), rgba(57, 208, 255, 0.12));
  color: var(--text);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.topbar__links {
  flex: 1 1 auto;
}

.topbar--home .topbar__controls {
  flex-wrap: nowrap;
  align-self: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.topbar--home .topbar__links {
  flex: 0 1 auto;
}

.topbar--home .nav-links {
  flex-wrap: nowrap;
  gap: 8px;
}

.topbar--home .nav-links a {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 0.86rem;
  white-space: nowrap;
}

.page-nav {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  margin-bottom: 20px;
}

.topbar,
.page-nav {
  position: relative;
  padding: 16px 18px;
  border: 1px solid rgba(57, 208, 255, 0.18);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(10, 16, 24, 0.88), rgba(8, 13, 20, 0.78));
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.page-nav__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-left: auto;
  padding: 8px 10px;
  border: 1px solid rgba(57, 208, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.page-nav__brand {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(0, 255, 153, 0.2);
  background: linear-gradient(135deg, rgba(0, 255, 153, 0.14), rgba(57, 208, 255, 0.12));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-nav__brand:hover,
.page-nav__brand:focus-visible {
  outline: none;
  border-color: rgba(0, 255, 153, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 30px rgba(0, 0, 0, 0.22);
  transform: translateY(-1px);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  outline: none;
  color: var(--text);
  background: rgba(57, 208, 255, 0.1);
  border-color: rgba(57, 208, 255, 0.22);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  transform: translateY(-1px);
}

.breadcrumb {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.92rem;
}

.topbar__slogan {
  margin: 0;
  max-width: 32ch;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.34;
  letter-spacing: 0.07em;
  text-wrap: balance;
}

.lead-section {
  position: relative;
  overflow: hidden;
  border-color: rgba(57, 208, 255, 0.22);
  background:
    radial-gradient(circle at top right, rgba(0, 255, 153, 0.10), transparent 32%),
    linear-gradient(180deg, rgba(15, 24, 36, 0.98), rgba(8, 14, 22, 0.96));
  box-shadow: var(--shadow), var(--glow-blue);
}

.lead-section__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
}

.lead-section__intro {
  max-width: 56ch;
}

.lead-section__intro p:last-child {
  margin-bottom: 0;
}

.lead-points {
  display: grid;
  gap: 10px;
  margin: 22px 0 18px;
  padding: 0;
  list-style: none;
}

.lead-points li {
  position: relative;
  padding-left: 26px;
  color: rgba(239, 248, 251, 0.92);
  font-weight: 650;
}

.lead-points li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(0, 255, 153, 0.24);
}

.lead-note {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(0, 255, 153, 0.24);
  border-radius: 999px;
  background: rgba(0, 255, 153, 0.08);
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 800;
}

.lead-form {
  display: grid;
  gap: 16px;
  margin-top: 0;
}

.form-field {
  display: grid;
  gap: 7px;
}

.form-field label,
.lead-form label {
  margin-bottom: 0;
}

.lead-form input,
.lead-form textarea,
.lead-form select {
  margin-bottom: 0;
}

.lead-form .button--primary {
  width: fit-content;
  min-width: 220px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  align-items: stretch;
  margin-bottom: 34px;
  gap: 28px;
}

.page-hero {
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  align-items: start;
  gap: 22px;
}

.page-hero--contact {
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.78fr);
  align-items: start;
}

.page-hero > :first-child {
  position: relative;
  z-index: 1;
  max-width: 74ch;
}

.section-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.split-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cards-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.case-grid,
.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.link-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  background: linear-gradient(180deg, var(--panel), var(--panel-alt));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(24px, 3vw, 34px);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-hero.card {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 3.5vw, 42px);
  border-color: rgba(57, 208, 255, 0.20);
  background:
    radial-gradient(circle at top right, rgba(57, 208, 255, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(14, 23, 35, 0.98), rgba(8, 14, 22, 0.96));
  box-shadow: var(--shadow), 0 0 0 1px rgba(57, 208, 255, 0.08);
}

.section {
  margin-top: clamp(34px, 5vw, 52px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0 0 14px;
  line-height: 1.15;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  letter-spacing: -0.035em;
}

h2 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  letter-spacing: -0.025em;
}

h3 {
  font-size: 1.1rem;
}

p {
  margin: 0 0 16px;
  color: var(--muted);
}

.hero__body {
  font-size: clamp(1.04rem, 1.4vw, 1.16rem);
  max-width: 64ch;
  color: rgba(226, 239, 244, 0.82);
}

.hero__eyebrow-group {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.hero__eyebrow-group .eyebrow {
  margin-bottom: 0;
}

.hero-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid rgba(57, 208, 255, 0.18);
  border-radius: 999px;
  background: rgba(57, 208, 255, 0.07);
  color: rgba(239, 248, 251, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.hero__benefits,
.list-clean,
.ordered-list {
  margin: 0;
  padding-left: 20px;
}

.hero__benefits li,
.list-clean li,
.ordered-list li {
  margin-bottom: 10px;
  color: var(--text);
}

.hero__benefits {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  max-width: 64ch;
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
}

.hero__benefits li {
  position: relative;
  margin-bottom: 0;
  padding-left: 28px;
  color: rgba(239, 248, 251, 0.92);
  font-weight: 650;
}

.hero__benefits li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(0, 255, 153, 0.46);
  border-radius: 999px;
  background: radial-gradient(circle, var(--accent) 0 35%, transparent 39%);
  box-shadow: 0 0 18px rgba(0, 255, 153, 0.2);
}

.hero__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-alt));
  color: var(--accent-dark);
  box-shadow:
    0 18px 40px rgba(0, 255, 153, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}

.button--primary:hover,
.button--primary:focus-visible {
  outline: none;
  box-shadow:
    0 22px 52px rgba(0, 255, 153, 0.24),
    0 0 0 4px rgba(0, 255, 153, 0.11);
}

.button--ghost {
  border-color: var(--line-strong);
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  outline: none;
  border-color: rgba(57, 208, 255, 0.4);
  background: rgba(57, 208, 255, 0.09);
}

.hero__content,
.hero__visual {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.hero__content {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 4vw, 48px);
  background:
    radial-gradient(circle at top right, rgba(57, 208, 255, 0.14), transparent 30%),
    radial-gradient(circle at 8% 100%, rgba(0, 255, 153, 0.09), transparent 30%),
    linear-gradient(180deg, rgba(15, 23, 35, 0.98), rgba(8, 14, 22, 0.96));
  box-shadow: var(--shadow), var(--glow-blue);
}

.hero__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(57, 208, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%);
  pointer-events: none;
}

.hero__content h1,
.hero__content h2,
.hero__content .hero__body {
  position: relative;
  z-index: 1;
}

.hero__content h1 {
  margin-bottom: 10px;
  color: rgba(0, 255, 153, 0.92);
  font-size: clamp(0.95rem, 1.2vw, 1.12rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.hero__content h2 {
  max-width: 14ch;
  margin-bottom: 18px;
  color: #f8fdff;
  font-size: clamp(2.8rem, 5vw, 4.35rem);
  letter-spacing: -0.065em;
  line-height: 0.95;
  text-wrap: balance;
}

.hero__proof {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(57, 208, 255, 0.14);
}

.hero-proof__item {
  display: grid;
  gap: 6px;
  min-height: 100%;
  padding: 14px;
  border: 1px solid rgba(57, 208, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.026);
}

.hero-proof__label {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-proof__item strong {
  color: rgba(239, 248, 251, 0.94);
  font-size: 0.88rem;
  line-height: 1.35;
}

.hero__content::after {
  content: "";
  position: absolute;
  inset: auto 28px 24px 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(57, 208, 255, 0.38), rgba(0, 255, 153, 0.32), transparent);
  pointer-events: none;
}

.hero__visual {
  border: 1px solid rgba(57, 208, 255, 0.2);
  background:
    radial-gradient(circle at 68% 18%, rgba(57, 208, 255, 0.18), transparent 34%),
    radial-gradient(circle at 22% 78%, rgba(0, 255, 153, 0.13), transparent 30%),
    linear-gradient(180deg, rgba(14, 22, 33, 0.97), rgba(8, 13, 20, 0.96));
  box-shadow: var(--shadow), var(--glow-green);
  gap: 16px;
  isolation: isolate;
  justify-content: space-between;
  align-self: stretch;
  height: 100%;
  min-height: 100%;
  padding: clamp(64px, 7vw, 88px) clamp(24px, 3vw, 32px) clamp(24px, 3vw, 32px);
  transform: translate3d(0, var(--parallax-offset, 0px), 0);
  will-change: transform;
}

.hero__visual::before {
  content: "PURE SOCKS / PARTNER OPERATING LAYER";
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  z-index: 1;
  color: rgba(239, 248, 251, 0.76);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero__visual::after {
  content: "";
  display: none;
  position: absolute;
  inset: 64px 24px 24px;
  border: 1px solid rgba(57, 208, 255, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(57, 208, 255, 0.11) 1px, transparent 1px),
    linear-gradient(rgba(0, 255, 153, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 30% 24%, rgba(57, 208, 255, 0.20), transparent 24%),
    radial-gradient(circle at 72% 70%, rgba(0, 255, 153, 0.16), transparent 24%),
    rgba(255, 255, 255, 0.02);
  background-size: 44px 44px, 44px 44px, auto, auto, auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  pointer-events: none;
  z-index: 0;
}

.hero-spotlight {
  position: absolute;
  top: 18%;
  left: 50%;
  z-index: 0;
  width: min(62%, 360px);
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(57, 208, 255, 0.28), transparent 58%),
    radial-gradient(circle, rgba(0, 255, 153, 0.18), transparent 68%);
  filter: blur(28px);
  opacity: 0.72;
  transform: translateX(-50%);
  pointer-events: none;
}

.cta-panel {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  gap: 10px;
  border: 1px solid rgba(0, 255, 153, 0.18);
  background:
    radial-gradient(circle at top right, rgba(0, 255, 153, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(14, 22, 33, 0.96), rgba(8, 13, 20, 0.95));
  box-shadow: var(--shadow), var(--glow-green);
}

.cta-panel .button {
  margin-top: auto;
}

.cta-panel--contact {
  min-height: auto;
  width: 100%;
  max-width: 460px;
  justify-self: end;
  align-self: start;
  padding: clamp(22px, 2.8vw, 30px);
  border-color: rgba(57, 208, 255, 0.28);
  background:
    radial-gradient(circle at 16% 16%, rgba(57, 208, 255, 0.18), transparent 30%),
    radial-gradient(circle at 86% 82%, rgba(0, 255, 153, 0.12), transparent 36%),
    linear-gradient(180deg, rgba(9, 18, 28, 0.98), rgba(5, 10, 17, 0.96));
  box-shadow: var(--shadow), var(--glow-blue);
}

.contact-panel__eyebrow {
  margin: 0;
  color: rgba(57, 208, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-panel__handle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: rgba(239, 248, 251, 0.92);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
}

.contact-panel__handle::after {
  content: "↗";
  font-size: 0.9rem;
  color: rgba(57, 208, 255, 0.82);
}

.contact-panel__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 6px;
}

.contact-panel__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(57, 208, 255, 0.18);
  border-radius: 999px;
  background: rgba(57, 208, 255, 0.08);
  color: rgba(239, 248, 251, 0.84);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.contact-panel__actions .button,
.contact-spotlight__actions .button {
  margin-top: 0;
}

.contact-hub {
  position: relative;
  overflow: hidden;
  border-color: rgba(57, 208, 255, 0.18);
  background:
    radial-gradient(circle at top right, rgba(57, 208, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(10, 17, 26, 0.97), rgba(6, 11, 18, 0.95));
  box-shadow: var(--shadow), 0 0 0 1px rgba(57, 208, 255, 0.08);
}

.contact-hub__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.94fr);
  gap: 18px;
  align-items: start;
  margin-top: 20px;
}

.contact-spotlight {
  position: relative;
  overflow: hidden;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(57, 208, 255, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(57, 208, 255, 0.16), transparent 32%),
    radial-gradient(circle at 100% 100%, rgba(0, 255, 153, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(8, 16, 26, 0.96), rgba(5, 10, 17, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 54px rgba(0, 0, 0, 0.24);
}

.contact-spotlight::before {
  content: "";
  position: absolute;
  inset: auto -12% -26% auto;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(57, 208, 255, 0.28), transparent 66%);
  filter: blur(20px);
  pointer-events: none;
}

.contact-spotlight__eyebrow {
  margin: 0;
  color: rgba(0, 255, 153, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-spotlight__handle {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  text-decoration: none;
}

.contact-spotlight__handle::after {
  content: "↗";
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0;
}

.contact-spotlight__list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-spotlight__list li {
  position: relative;
  padding-left: 22px;
  color: rgba(239, 248, 251, 0.9);
}

.contact-spotlight__list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 255, 153, 0.46);
  border-radius: 999px;
  background: radial-gradient(circle, var(--accent) 0 38%, transparent 42%);
  box-shadow: 0 0 16px rgba(0, 255, 153, 0.18);
}

.contact-spotlight__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.contact-method-stack {
  display: grid;
  gap: 14px;
  align-content: start;
}

.contact-method-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  padding: 20px;
  border: 1px solid rgba(57, 208, 255, 0.16);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(13, 22, 33, 0.92), rgba(8, 13, 20, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 34px rgba(0, 0, 0, 0.16);
}

.contact-method-card__label {
  margin: 0;
  color: rgba(57, 208, 255, 0.8);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(57, 208, 255, 0.22);
  border-radius: 999px;
  background: rgba(57, 208, 255, 0.08);
  color: var(--text);
  font-weight: 750;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.contact-link:hover,
.contact-link:focus-visible {
  outline: none;
  border-color: rgba(0, 255, 153, 0.36);
  background: rgba(0, 255, 153, 0.08);
  transform: translateY(-1px);
}

.hero__logo {
  display: block;
  width: clamp(210px, 28vw, 320px);
  max-width: 100%;
  height: auto;
  margin: 0;
  filter:
    drop-shadow(0 22px 34px rgba(0, 0, 0, 0.28))
    drop-shadow(0 0 36px rgba(0, 255, 153, 0.12));
}

.hero__badge {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-inline: 0;
}

.hero__visual-head {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
}

.hero__caption {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  max-width: 34ch;
  color: var(--text);
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  font-weight: 750;
  line-height: 1.5;
  text-align: left;
}

.hero-surface {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(57, 208, 255, 0.14);
}

.hero-surface__item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "kicker title"
    "kicker body";
  column-gap: 14px;
  row-gap: 4px;
  align-items: start;
  min-height: auto;
  padding: 14px 0;
  border: 0;
  border-top: 1px solid rgba(57, 208, 255, 0.12);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}

.hero-surface__item:first-child {
  padding-top: 0;
  border-top: 0;
}

.hero-surface__item h3 {
  grid-area: title;
  margin: 0;
  font-size: 1rem;
}

.hero-surface__item p {
  grid-area: body;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.hero-surface__kicker {
  grid-area: kicker;
  display: inline-flex;
  margin-bottom: 0;
  padding-top: 2px;
  color: var(--accent-alt);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.stat-strip {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.stat-pill {
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  border-color: rgba(57, 208, 255, 0.18);
  color: var(--text);
  font-size: 0.88rem;
  background: rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 22px rgba(0, 0, 0, 0.16);
}

.business-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 24px;
  align-items: end;
  border-color: rgba(0, 255, 153, 0.18);
  background:
    radial-gradient(circle at 85% 12%, rgba(0, 255, 153, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(12, 20, 30, 0.96), rgba(7, 13, 20, 0.94));
}

.section-heading {
  max-width: 74ch;
}

.section-heading p:last-child {
  margin-bottom: 0;
}

.stat-strip--inline {
  margin-top: 0;
}

.stat-strip--inline .stat-pill {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
  font-weight: 700;
}

.platform-section {
  border-color: rgba(57, 208, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(57, 208, 255, 0.075), transparent 34%),
    linear-gradient(180deg, rgba(10, 17, 26, 0.94), rgba(7, 13, 20, 0.94));
}

.platform-section .link-grid .button {
  justify-content: space-between;
  min-height: 58px;
  padding: 14px 16px;
  border-radius: 18px;
  font-size: 0.9rem;
}

.platform-section .link-grid .button::after {
  content: "→";
  color: var(--accent);
  font-weight: 900;
}

.feature-panel {
  border-color: rgba(57, 208, 255, 0.16);
}

.feature-panel--assets {
  border-color: rgba(0, 255, 153, 0.16);
}

.offer-grid .cards-3,
.offer-grid .cards-4 {
  margin-top: 18px;
}

.feature-panel--terms .cards-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-panel--terms .info-card:last-child {
  grid-column: 1 / -1;
}

.feature-panel--assets .cards-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.offer-grid .info-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
  min-height: 0;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.02);
}

.offer-grid .info-card h3 {
  max-width: 16ch;
  margin-bottom: 0;
  font-size: 0.98rem;
  line-height: 1.1;
}

.offer-grid .info-card p {
  max-width: 34ch;
  font-size: 0.97rem;
  line-height: 1.72;
}

.quickstart-section {
  border-color: rgba(57, 208, 255, 0.20);
  background:
    radial-gradient(circle at top left, rgba(57, 208, 255, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(12, 20, 30, 0.96), rgba(7, 13, 20, 0.94));
}

.quickstart-section .ordered-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
  padding-left: 0;
  counter-reset: launch-step;
  list-style: none;
}

.quickstart-section .ordered-list li {
  position: relative;
  margin-bottom: 0;
  padding: 16px 16px 16px 54px;
  border: 1px solid rgba(57, 208, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.quickstart-section .ordered-list li::before {
  counter-increment: launch-step;
  content: counter(launch-step);
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-alt));
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.scenarios-section {
  border-color: rgba(0, 255, 153, 0.18);
}

.scenarios-section > p {
  max-width: 76ch;
}

.faq-section details {
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.faq-section details:hover {
  border-color: rgba(57, 208, 255, 0.24);
  background: rgba(57, 208, 255, 0.035);
}

.contacts-section,
.footer {
  background:
    linear-gradient(180deg, rgba(9, 16, 24, 0.95), rgba(7, 13, 20, 0.92));
}

.info-card,
.case-card,
.contact-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(57, 208, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.info-card .button,
.case-card .button,
.contact-card .button {
  margin-top: auto;
}

.info-card h3,
.case-card h3,
.contact-card h3 {
  color: var(--text);
}

.info-card p,
.case-card p,
.contact-card p {
  margin-bottom: 0;
}

.info-card strong,
.case-card strong,
.contact-card strong {
  color: var(--text);
}

.article-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
}

.article-card__meta {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  padding: 7px 12px;
  border: 1px solid rgba(0, 255, 153, 0.22);
  border-radius: 999px;
  background: rgba(0, 255, 153, 0.08);
  color: var(--accent);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-card-grid {
  align-items: stretch;
}

.article-card .button {
  align-self: flex-start;
  margin-top: auto;
}

.article-section {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.article-section h2 {
  margin-bottom: 18px;
}

.article-section p,
.article-section li {
  font-size: 1.02rem;
  line-height: 1.8;
}

.article-section .hero__actions {
  margin-top: 24px;
}

.article-section--related {
  border-color: rgba(0, 255, 153, 0.3);
  background:
    radial-gradient(circle at top right, rgba(0, 255, 153, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(11, 19, 28, 0.98), rgba(8, 14, 22, 0.95));
  box-shadow: var(--shadow), var(--glow-green);
}

label {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-weight: 600;
}

input,
textarea,
select,
button {
  font: inherit;
}

input,
textarea,
select {
  width: 100%;
  margin-bottom: 16px;
  padding: 13px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(18, 27, 39, 0.96), rgba(10, 16, 24, 0.94));
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

input:focus,
textarea:focus,
select:focus,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  border-color: rgba(57, 208, 255, 0.34);
  box-shadow:
    0 0 0 3px rgba(57, 208, 255, 0.14),
    0 14px 28px rgba(0, 0, 0, 0.20);
}

.topbar select,
.page-nav select {
  width: auto;
  min-width: 140px;
  margin-bottom: 0;
}

#languageSwitcher {
  width: auto;
  min-width: 168px;
  margin-bottom: 0;
  padding: 12px 44px 12px 16px;
  border: 1px solid rgba(57, 208, 255, 0.32);
  border-radius: 999px;
  background-color: #0b1320;
  background-image:
    linear-gradient(180deg, rgba(18, 28, 40, 0.98), rgba(8, 14, 22, 0.98)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' stroke='%23eff8fb' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, right 16px center;
  background-size: auto, 14px;
  color: var(--text);
  color-scheme: dark;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease,
    background-color 0.2s ease;
}

#languageSwitcher:hover {
  border-color: rgba(0, 255, 153, 0.42);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.32);
  transform: translateY(-1px);
}

#languageSwitcher:focus,
#languageSwitcher:focus-visible {
  outline: none;
  border-color: rgba(57, 208, 255, 0.78);
  box-shadow:
    0 0 0 3px rgba(57, 208, 255, 0.16),
    0 16px 34px rgba(0, 0, 0, 0.34);
}

#languageSwitcher option {
  background: #0b1320;
  color: var(--text);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  min-width: 0;
  border: 1px solid rgba(0, 255, 153, 0.2);
  border-radius: 999px;
  background: rgba(2, 8, 14, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.language-switcher__native[hidden] {
  display: none;
}

.language-switcher__option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.language-switcher__option:hover,
.language-switcher__option:focus-visible {
  outline: none;
  color: var(--text);
  border-color: rgba(57, 208, 255, 0.32);
  background: rgba(57, 208, 255, 0.11);
  transform: translateY(-1px);
}

.language-switcher__option[aria-current="page"] {
  color: var(--accent-dark);
  border-color: rgba(0, 255, 153, 0.52);
  background: linear-gradient(135deg, var(--accent), var(--accent-alt));
  box-shadow: 0 10px 28px rgba(0, 255, 153, 0.16);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.honeypot-field {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.form-status,
#formStatus {
  min-height: 24px;
  margin-top: 12px;
  color: var(--text);
  font-weight: 600;
  letter-spacing: 0.01em;
}

.form-status--pending {
  color: var(--muted);
}

.form-status--error {
  color: #ff9a9a;
}

.form-status--success {
  color: var(--accent);
}

details {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.02);
}

details + details {
  margin-top: 12px;
}

summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 700;
}

.footer {
  margin-top: 20px;
}

.schema-note {
  font-size: 0.92rem;
}

.hero__visual[data-parallax] {
  transition: transform 0.18s linear;
}

@media (prefers-reduced-motion: no-preference) {
  .hero__eyebrow-group,
  .hero__content h1,
  .hero__content h2,
  .hero__body,
  .hero__benefits,
  .hero__actions,
  .hero__proof {
    animation: hero-rise 0.58s ease both;
  }

  .hero__content h1 {
    animation-delay: 0.04s;
  }

  .hero__content h2 {
    animation-delay: 0.08s;
  }

  .hero__body,
  .hero__benefits {
    animation-delay: 0.12s;
  }

  .hero__actions,
  .hero__proof {
    animation-delay: 0.16s;
  }

  .hero-spotlight {
    animation: spotlight-drift 16s ease-in-out infinite alternate;
  }
}

@keyframes hero-rise {
  from {
    opacity: 0.86;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spotlight-drift {
  from {
    transform: translateX(-52%) translateY(-8px) scale(0.96);
  }

  to {
    transform: translateX(-46%) translateY(14px) scale(1.04);
  }
}

.split-grid > .card,
.section-grid > .card,
.cards-3 > .card,
.cards-4 > .card,
.contact-grid > .card,
.case-grid > .card {
  height: 100%;
}

@media (max-width: 900px) {
  .topbar,
  .page-nav,
  .hero-grid,
  .page-hero,
  .split-grid,
  .section-grid,
  .cards-3,
  .cards-4,
  .case-grid,
  .contact-grid,
  .link-grid {
    grid-template-columns: 1fr;
  }

  .topbar--home {
    grid-template-columns: 1fr;
  }

  .topbar--home .topbar__controls {
    flex-wrap: wrap;
    align-self: stretch;
    gap: 14px;
    padding: 8px 10px;
    border: 1px solid rgba(57, 208, 255, 0.18);
    background: rgba(255, 255, 255, 0.035);
    box-shadow: var(--control-glow);
  }

  .topbar--home .topbar__links {
    flex: 1 1 auto;
  }

  .topbar--home .nav-links {
    flex-wrap: wrap;
    gap: 10px;
  }

  .topbar--home .nav-links a {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 0.95rem;
  }

  .topbar__brand-zone,
  .topbar__controls {
    width: 100%;
  }

  .topbar__controls,
  .page-nav__controls {
    justify-content: flex-start;
    border-radius: 24px;
    min-width: 0;
    max-width: 100%;
  }

  .language-switcher {
    flex: 1 1 240px;
    justify-content: space-between;
  }

  .hero__actions {
    flex-direction: column;
  }

  .topbar,
  .page-nav {
    padding: 16px;
  }

  .business-section,
  .lead-section__grid {
    grid-template-columns: 1fr;
  }

  .contact-hub__grid {
    grid-template-columns: 1fr;
  }

  .hero-surface {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-panel--terms .cards-3,
  .feature-panel--assets .cards-4 {
    grid-template-columns: 1fr;
  }

  .feature-panel--terms .info-card:last-child {
    grid-column: auto;
  }

  .business-section {
    align-items: start;
  }

  .page-nav__controls {
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
    border-radius: 24px;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
  }

  .nav-links a {
    flex: 1 1 170px;
  }

  #languageSwitcher {
    width: 100%;
    min-width: 0;
  }

  .button {
    width: auto;
  }

  .hero__actions .button,
  .lead-form .button--primary {
    width: 100%;
  }

  .article-section .hero__actions .button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .page-shell {
    width: min(100%, calc(100% - 20px));
    padding-top: 10px;
    padding-bottom: 56px;
  }

  .topbar {
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
  }

  .page-nav {
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
  }

  .page-nav__brand,
  #languageSwitcher {
    width: 100%;
  }

  .topbar__brand-zone {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .topbar__brand {
    width: auto;
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.86rem;
    flex: 0 0 auto;
  }

  .topbar__slogan {
    display: none;
  }

  .topbar__controls,
  .page-nav__controls {
    gap: 8px;
    padding: 8px;
    border-radius: 18px;
  }

  .page-nav__controls {
    border-radius: 18px;
  }

  .page-nav__brand {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.86rem;
  }

  .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    justify-content: stretch;
    gap: 8px;
    min-width: 0;
    max-width: 100%;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .nav-links a {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    font-size: 0.82rem;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    text-wrap: balance;
  }

  .topbar--home .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .topbar--home .nav-links a {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    font-size: 0.82rem;
  }

  .nav-links a:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .language-switcher {
    width: 100%;
    flex: 1 1 100%;
    padding: 4px;
    min-width: 0;
    max-width: 100%;
  }

  .language-switcher__option {
    flex: 1 1 0;
    min-height: 38px;
    padding: 8px 12px;
  }

  .hero__visual {
    box-shadow: var(--shadow);
    justify-content: flex-start;
    height: auto;
    min-height: auto;
    gap: 12px;
    padding: 16px;
  }

  .hero__badge {
    margin-top: 0;
    margin-bottom: 0;
    padding-inline: 0;
  }

  .hero__logo {
    width: clamp(176px, 42vw, 260px);
  }

  .hero__caption {
    margin: 0 0 12px;
  }

  .contact-panel__actions,
  .contact-spotlight__actions {
    flex-direction: column;
  }

  .contact-panel__actions .button,
  .contact-spotlight__actions .button,
  .contact-link {
    width: 100%;
    justify-content: center;
  }

  .cta-panel--contact {
    max-width: none;
    padding: 18px;
  }

  .hero__proof,
  .hero-surface {
    grid-template-columns: 1fr;
  }

  .hero-proof__item,
  .hero-surface__item {
    min-height: auto;
  }

  .hero__content,
  .lead-section,
  .page-hero.card {
    box-shadow: var(--shadow);
  }

  .hero__content {
    padding: 20px 18px;
  }

  .hero__content h2 {
    max-width: 13ch;
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .hero-chip-list {
    gap: 6px;
  }

  .hero__visual::before {
    top: 18px;
    left: 18px;
    right: 18px;
  }

  .hero__visual::after {
    inset: 56px 18px 18px;
    border-radius: 18px;
    background-size: 34px 34px, 34px 34px, auto, auto, auto;
  }

  .page-nav__controls {
    padding: 8px;
    border-radius: 18px;
  }

  .card {
    padding: 16px;
  }

  h1 {
    font-size: clamp(1.95rem, 8vw, 2.35rem);
  }

  h2 {
    font-size: 1.35rem;
  }

  h3 {
    font-size: 1rem;
  }

  p {
    margin-bottom: 14px;
  }

  .hero__body,
  .article-section p,
  .article-section li {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .section {
    margin-top: 24px;
  }

  .hero__actions {
    gap: 10px;
    margin-top: 20px;
  }

  .stat-pill {
    font-size: 0.82rem;
  }
}
