/* =============================================
   HILDESHEIM SEO – PAGE-SPECIFIC STYLES
   Target: google-maps-seo-hildesheim.html
   Layers on: styles.css → global-polish.css
   ============================================= */


/* ─── 1. HERO ─── */

.hi-hero {
  position: relative;
  padding: 82px 0 72px;
  overflow: hidden;
}

.hi-hero::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -15%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(184, 138, 76, 0.09), transparent 60%);
  pointer-events: none;
}

.hi-hero::after {
  content: '';
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(136, 206, 217, 0.07), transparent 60%);
  pointer-events: none;
}

.hi-hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hi-hero-copy {
  max-width: 620px;
}

.hi-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(21, 39, 52, 0.50);
  margin: 0 0 18px;
}

.hi-eyebrow::before {
  content: '';
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.88), rgba(27, 109, 132, 0.3));
}

.hi-eyebrow svg {
  color: var(--brand-700);
  flex-shrink: 0;
}

.hi-hero h1 {
  font-size: clamp(36px, 4.5vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin: 0 0 20px;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.hi-hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--brand-700), var(--accent-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hi-hero .lead {
  font-size: 17.5px;
  line-height: 1.72;
  color: var(--muted);
  max-width: 540px;
}

.hi-hero-ctas {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
  align-items: center;
}

.hi-origin-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 10px 18px;
  background: rgba(184, 138, 76, 0.07);
  border: 1px solid rgba(184, 138, 76, 0.14);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.01em;
}

.hi-origin-badge svg {
  flex-shrink: 0;
  color: var(--accent-gold);
}


/* ─── 2. HERO RADAR VISUAL ─── */

.hi-radar {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  max-width: 420px;
  margin: 0 auto;
}

.hi-radar-field {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.86), rgba(236, 243, 247, 0.72));
  border: 1px solid rgba(21, 39, 52, 0.08);
  box-shadow:
    0 24px 72px rgba(11, 28, 39, 0.12),
    0 0 0 1px rgba(27, 109, 132, 0.04);
}

.hi-radar-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(21, 39, 52, 0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(21, 39, 52, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
}

.hi-radar-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(27, 109, 132, 0.13);
}

.hi-radar-ring--lg { inset: 8%; }
.hi-radar-ring--md { inset: 22%; }
.hi-radar-ring--sm { inset: 35%; }

.hi-radar-ring--lg {
  animation: hi-pulse 4.5s ease-in-out infinite;
}

.hi-radar-ring--md {
  animation: hi-pulse 4.5s ease-in-out 0.7s infinite;
}

.hi-radar-ring--sm {
  animation: hi-pulse 4.5s ease-in-out 1.4s infinite;
}

@keyframes hi-pulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

.hi-radar-axis {
  position: absolute;
  z-index: 1;
}

.hi-radar-axis--h {
  left: 6%;
  right: 6%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(27, 109, 132, 0.18), transparent);
}

.hi-radar-axis--v {
  top: 6%;
  bottom: 6%;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(27, 109, 132, 0.18), transparent);
}

.hi-radar-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: linear-gradient(145deg, #0d3445, #15546e);
  color: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(11, 28, 39, 0.26);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 16px;
}

.hi-radar-hub span {
  display: block;
  font-size: 9.5px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.68;
}

.hi-radar-hub strong {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  font-family: "Newsreader", Georgia, serif;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.hi-radar-node {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 252, 247, 0.94);
  border: 1px solid rgba(21, 39, 52, 0.10);
  box-shadow: 0 8px 20px rgba(11, 28, 39, 0.08);
  font-size: 11px;
  font-weight: 700;
  color: var(--brand-800);
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.hi-radar-node--gbp { top: 12%; left: 54%; }
.hi-radar-node--onsite { top: 34%; right: 8%; }
.hi-radar-node--nap { bottom: 14%; right: 12%; }
.hi-radar-node--local { bottom: 10%; left: 12%; }


/* ─── 3. THREE PILLARS ─── */

.hi-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.hi-pillar {
  position: relative;
  padding: 32px 28px 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(249, 243, 233, 0.88));
  border: 1px solid rgba(21, 39, 52, 0.08);
  box-shadow: 0 12px 32px rgba(11, 28, 39, 0.06);
  transition:
    transform 280ms cubic-bezier(.2, .8, .2, 1),
    box-shadow 280ms cubic-bezier(.2, .8, .2, 1),
    border-color 280ms cubic-bezier(.2, .8, .2, 1);
}

.hi-pillar:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(11, 28, 39, 0.10);
  border-color: rgba(27, 109, 132, 0.20);
}

.hi-pillar--accent {
  background: linear-gradient(180deg, rgba(236, 243, 247, 0.98), rgba(255, 252, 247, 0.92));
  border-color: rgba(27, 109, 132, 0.14);
  box-shadow: 0 16px 40px rgba(11, 28, 39, 0.08);
}

.hi-pillar-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(184, 138, 76, 0.12), rgba(27, 109, 132, 0.10));
  color: var(--brand-800);
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 18px;
}

.hi-pillar--accent .hi-pillar-num {
  background: linear-gradient(135deg, #0d3445, #15546e);
  color: white;
}

.hi-pillar h3 {
  font-family: "Newsreader", Georgia, serif;
  font-size: 20px;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.hi-pillar p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.65;
}

.hi-pillar .bullets {
  margin: 14px 0 0;
  padding-left: 18px;
  font-size: 13.5px;
}

.hi-pillar .bullets li {
  margin: 5px 0;
  line-height: 1.55;
  color: var(--muted);
}


/* ─── 4. MEASUREMENT BANNER ─── */

.hi-measure-banner {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 28px 32px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(184, 138, 76, 0.06), rgba(136, 206, 217, 0.06));
  border: 1px solid rgba(184, 138, 76, 0.12);
  box-shadow: 0 8px 24px rgba(11, 28, 39, 0.04);
}

.hi-measure-banner h3 {
  font-family: "Newsreader", Georgia, serif;
  font-size: 19px;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.hi-measure-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.65;
  max-width: 580px;
}


/* ─── 5. CONTEXT SECTION (DARK) ─── */

.hi-context {
  padding: 88px 0;
  background: linear-gradient(165deg, #0a2431, #0d3445 40%, #0f3d52);
  color: rgba(255, 255, 255, 0.92);
  position: relative;
  overflow: hidden;
}

.hi-context::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 300px at 80% 0%, rgba(136, 206, 217, 0.08), transparent 70%),
    radial-gradient(400px 400px at 10% 100%, rgba(184, 138, 76, 0.06), transparent 60%);
  pointer-events: none;
}

.hi-context::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  opacity: 0.6;
}

.hi-context .container {
  position: relative;
  z-index: 1;
}

.hi-context-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: start;
}

.hi-context .section-kicker {
  color: rgba(255, 255, 255, 0.46);
}

.hi-context .section-kicker::before {
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.72), rgba(136, 206, 217, 0.35));
}

.hi-context h2 {
  font-size: clamp(28px, 3vw, 38px);
  margin: 0 0 18px;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: white;
}

.hi-context-copy > p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.72;
  font-size: 15.5px;
  margin: 0 0 16px;
}

.hi-context-aside {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.hi-context-aside h3 {
  font-family: "Newsreader", Georgia, serif;
  font-size: 19px;
  margin: 0 0 20px;
  color: white;
  letter-spacing: -0.01em;
}

.hi-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.hi-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.80);
}

.hi-check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: rgba(136, 206, 217, 0.12);
  border: 1px solid rgba(136, 206, 217, 0.26);
  position: relative;
  margin-top: 1px;
}

.hi-check::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 5px;
  width: 8px;
  height: 4px;
  border-left: 2px solid rgba(136, 206, 217, 0.82);
  border-bottom: 2px solid rgba(136, 206, 217, 0.82);
  transform: rotate(-45deg);
}

.hi-context-quickwin {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(184, 138, 76, 0.08);
  border: 1px solid rgba(184, 138, 76, 0.14);
}

.hi-context-quickwin strong {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.hi-context-quickwin p {
  margin: 0;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.6;
}


/* ─── 6. ABGRENZUNG / LINK CARDS ─── */

.hi-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}

.hi-split-content h2 {
  font-size: clamp(26px, 2.8vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin: 0 0 16px;
}

.hi-split-content > p {
  color: var(--muted);
  line-height: 1.72;
  font-size: 15px;
  margin: 0 0 14px;
}

.hi-link-cards {
  display: grid;
  gap: 14px;
}

.hi-link-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(249, 243, 233, 0.88));
  border: 1px solid rgba(21, 39, 52, 0.08);
  box-shadow: 0 8px 24px rgba(11, 28, 39, 0.05);
  text-decoration: none;
  transition:
    transform 280ms cubic-bezier(.2, .8, .2, 1),
    box-shadow 280ms cubic-bezier(.2, .8, .2, 1),
    border-color 280ms cubic-bezier(.2, .8, .2, 1);
}

.hi-link-card:hover {
  transform: translateX(4px);
  box-shadow: 0 14px 36px rgba(11, 28, 39, 0.10);
  border-color: rgba(27, 109, 132, 0.20);
}

.hi-link-card-title {
  font-weight: 700;
  font-size: 15px;
  color: var(--text);
  margin: 0 0 3px;
}

.hi-link-card-desc {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

.hi-link-card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(27, 109, 132, 0.08);
  color: var(--brand-700);
  flex-shrink: 0;
  transition: background 220ms ease, transform 220ms ease;
}

.hi-link-card:hover .hi-link-card-arrow {
  background: rgba(27, 109, 132, 0.15);
  transform: translateX(3px);
}


/* ─── 7. FINAL CTA ─── */

.hi-final-cta {
  padding: 84px 0;
  background: linear-gradient(135deg, #0a2431, #0d3445, #15546e);
  color: white;
  position: relative;
  overflow: hidden;
}

.hi-final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(500px 300px at 30% 20%, rgba(184, 138, 76, 0.10), transparent 60%),
    radial-gradient(400px 250px at 75% 80%, rgba(136, 206, 217, 0.08), transparent 60%);
  pointer-events: none;
}

.hi-final-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
  opacity: 0.5;
}

.hi-cta-box {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}

.hi-cta-box h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  letter-spacing: -0.03em;
  margin: 0 0 18px;
  color: white;
  line-height: 1.1;
}

.hi-cta-box > p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.68;
  margin: 0 0 32px;
}

.hi-cta-box .btn-primary {
  background: rgba(255, 255, 255, 0.96);
  color: var(--brand-900);
  border-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  padding: 16px 36px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.hi-cta-box .btn-primary:hover {
  background: white;
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.hi-cta-sub {
  margin-top: 18px;
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.50);
}


/* ─── 8. SCROLL REVEAL ANIMATIONS ─── */

.hi-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.72s cubic-bezier(.2, .8, .2, 1),
    transform 0.72s cubic-bezier(.2, .8, .2, 1);
  transition-delay: var(--hi-delay, 0ms);
}

.hi-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hi-reveal-d1 { --hi-delay: 100ms; }
.hi-reveal-d2 { --hi-delay: 200ms; }
.hi-reveal-d3 { --hi-delay: 300ms; }

/* Hero enter via keyframes on load */
.hi-hero-copy > * {
  animation: hi-enter 0.82s cubic-bezier(.2, .8, .2, 1) both;
}

.hi-hero-copy > *:nth-child(1) { animation-delay: 100ms; }
.hi-hero-copy > *:nth-child(2) { animation-delay: 220ms; }
.hi-hero-copy > *:nth-child(3) { animation-delay: 340ms; }
.hi-hero-copy > *:nth-child(4) { animation-delay: 460ms; }
.hi-hero-copy > *:nth-child(5) { animation-delay: 580ms; }

.hi-radar {
  animation: hi-enter 0.9s cubic-bezier(.2, .8, .2, 1) 420ms both;
}

@keyframes hi-enter {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Staggered pillar cards */
.hi-pillars .hi-pillar {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.72s cubic-bezier(.2, .8, .2, 1),
    transform 0.72s cubic-bezier(.2, .8, .2, 1);
}

.hi-pillars .hi-pillar:nth-child(1) { transition-delay: 0ms; }
.hi-pillars .hi-pillar:nth-child(2) { transition-delay: 110ms; }
.hi-pillars .hi-pillar:nth-child(3) { transition-delay: 220ms; }

.hi-pillars.is-visible .hi-pillar {
  opacity: 1;
  transform: translateY(0);
}

/* After reveal, allow hover transitions */
.hi-pillars.is-visible .hi-pillar {
  transition:
    opacity 0.72s cubic-bezier(.2, .8, .2, 1),
    transform 280ms cubic-bezier(.2, .8, .2, 1),
    box-shadow 280ms cubic-bezier(.2, .8, .2, 1),
    border-color 280ms cubic-bezier(.2, .8, .2, 1);
}

/* Staggered checklist items */
.hi-checklist li {
  opacity: 0;
  transform: translateX(-14px);
  transition:
    opacity 0.5s cubic-bezier(.2, .8, .2, 1),
    transform 0.5s cubic-bezier(.2, .8, .2, 1);
}

.hi-checklist li:nth-child(1) { transition-delay: 120ms; }
.hi-checklist li:nth-child(2) { transition-delay: 200ms; }
.hi-checklist li:nth-child(3) { transition-delay: 280ms; }
.hi-checklist li:nth-child(4) { transition-delay: 360ms; }
.hi-checklist li:nth-child(5) { transition-delay: 440ms; }

.hi-context-aside.is-visible .hi-checklist li {
  opacity: 1;
  transform: translateX(0);
}

/* Staggered link cards */
.hi-link-cards .hi-link-card {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s cubic-bezier(.2, .8, .2, 1),
    transform 280ms cubic-bezier(.2, .8, .2, 1),
    box-shadow 280ms cubic-bezier(.2, .8, .2, 1),
    border-color 280ms cubic-bezier(.2, .8, .2, 1);
}

.hi-link-cards .hi-link-card:nth-child(1) { transition-delay: 0ms; }
.hi-link-cards .hi-link-card:nth-child(2) { transition-delay: 110ms; }
.hi-link-cards .hi-link-card:nth-child(3) { transition-delay: 220ms; }

.hi-link-cards.is-visible .hi-link-card {
  opacity: 1;
  transform: translateY(0);
}


/* ─── 9. RESPONSIVE ─── */

@media (max-width: 981px) {
  .hi-hero-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hi-hero {
    padding: 68px 0 58px;
  }

  .hi-hero-copy {
    max-width: 680px;
  }

  .hi-radar {
    max-width: 340px;
  }

  .hi-pillars {
    grid-template-columns: repeat(2, 1fr);
  }

  .hi-pillars .hi-pillar:last-child {
    grid-column: 1 / -1;
    max-width: 480px;
    margin: 0 auto;
  }

  .hi-context-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hi-context {
    padding: 72px 0;
  }

  .hi-context-copy {
    max-width: 640px;
  }

  .hi-context-aside {
    max-width: 560px;
  }

  .hi-split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hi-split-content {
    max-width: 640px;
  }

  .hi-link-cards {
    max-width: 560px;
  }

  .hi-measure-banner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hi-measure-banner .btn {
    justify-self: start;
  }

  .hi-final-cta {
    padding: 68px 0;
  }
}

@media (max-width: 860px) {
  .hi-hero {
    padding-top: calc(var(--header-offset, 90px) + 36px);
  }
}

@media (max-width: 720px) {
  .hi-pillars {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .hi-pillars .hi-pillar:last-child {
    grid-column: auto;
    max-width: none;
  }

  .hi-context-aside {
    max-width: none;
  }

  .hi-link-cards {
    max-width: none;
  }
}

@media (max-width: 600px) {
  .hi-hero {
    padding-top: calc(var(--header-offset, 76px) + 28px);
    padding-bottom: 40px;
  }

  .hi-hero h1 {
    font-size: clamp(30px, 8.5vw, 40px);
  }

  .hi-hero .lead {
    font-size: 16px;
  }

  .hi-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .hi-hero-ctas .btn {
    width: 100%;
  }

  .hi-hero-ctas .hero-text-link {
    text-align: center;
    align-self: center;
  }

  .hi-radar {
    max-width: 280px;
  }

  .hi-radar-hub {
    width: 88px;
    height: 88px;
  }

  .hi-radar-hub strong {
    font-size: 14px;
  }

  .hi-radar-hub span {
    font-size: 8.5px;
  }

  .hi-radar-node {
    padding: 6px 10px;
    font-size: 10px;
  }

  .hi-pillar {
    padding: 24px 22px 22px;
  }

  .hi-context {
    padding: 58px 0;
  }

  .hi-context-aside {
    padding: 22px;
  }

  .hi-link-card {
    padding: 18px 20px;
  }

  .hi-final-cta {
    padding: 58px 0;
  }

  .hi-measure-banner {
    padding: 22px 24px;
  }

  .hi-measure-banner .btn {
    width: 100%;
    text-align: center;
  }

  .hi-origin-badge {
    font-size: 12px;
    padding: 8px 14px;
  }

  .hi-hero-copy {
    max-width: 100%;
  }

  .hi-context-copy,
  .hi-split-content {
    max-width: none;
  }

  .hi-cta-box .btn-primary {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .hi-hero {
    padding-top: calc(var(--header-offset, 72px) + 22px);
  }

  .hi-radar {
    max-width: 250px;
  }

  .hi-radar-hub {
    width: 78px;
    height: 78px;
  }

  .hi-radar-hub strong {
    font-size: 13px;
  }

  .hi-radar-node--onsite { right: 4%; }
  .hi-radar-node--nap { right: 6%; }

  .hi-pillar {
    padding: 22px 18px 20px;
  }

  .hi-pillar h3 {
    font-size: 18px;
  }

  .hi-context-aside {
    padding: 18px;
  }

  .hi-link-card {
    padding: 16px 18px;
  }

  .hi-measure-banner {
    padding: 18px 20px;
  }

  .hi-measure-banner .btn {
    width: 100%;
  }
}


/* ─── 10. REDUCED MOTION ─── */

@media (prefers-reduced-motion: reduce) {
  .hi-hero-copy > *,
  .hi-radar {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .hi-reveal,
  .hi-pillars .hi-pillar,
  .hi-checklist li,
  .hi-link-cards .hi-link-card {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hi-radar-ring--lg,
  .hi-radar-ring--md,
  .hi-radar-ring--sm {
    animation: none;
    opacity: 0.7;
  }
}
