/* =============================================
   ONLINE MARKETING HILDESHEIM — Page Styles
   Hub / Pathfinder for local visibility
   ============================================= */


/* ─── HERO ─── */

.omh-hero {
  position: relative;
  padding: 110px 0 88px;
  overflow: hidden;
}

.omh-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.omh-hero-glow {
  position: absolute;
  width: 900px;
  height: 600px;
  top: -200px;
  right: -150px;
  background: radial-gradient(ellipse, rgba(184, 138, 76, 0.10) 0%, transparent 70%);
  animation: omh-glow-drift 14s ease-in-out infinite alternate;
  will-change: transform;
}

.omh-hero-glow-2 {
  position: absolute;
  width: 600px;
  height: 500px;
  bottom: -180px;
  left: -80px;
  background: radial-gradient(ellipse, rgba(136, 206, 217, 0.07) 0%, transparent 65%);
  animation: omh-glow-drift 18s ease-in-out infinite alternate-reverse;
  will-change: transform;
}

.omh-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(21, 39, 52, 0.025) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(21, 39, 52, 0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 60% at 60% 35%, rgba(0,0,0,0.6) 10%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 60% 35%, rgba(0,0,0,0.6) 10%, transparent 70%);
  will-change: transform;
}

.omh-hero-content {
  max-width: 720px;
  position: relative;
  z-index: 1;
}

@keyframes omh-glow-drift {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(-25px, 15px) scale(1.04); }
}


/* Kicker */

.omh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--accent-gold);
}

.omh-kicker-line {
  display: block;
  width: 36px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-gold), rgba(184, 138, 76, 0.2));
}


/* ─── HERO HEADLINE: Staggered word reveal ─── */

.omh-hero h1 {
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(40px, 5.2vw, 60px);
  line-height: 1.0;
  letter-spacing: -0.04em;
  margin: 0 0 22px;
  max-width: 640px;
  overflow: hidden;
}

/* Headline clip reveal on page load */
.omh-hero .omh-reveal h1 {
  animation: omh-headline-rise 0.9s cubic-bezier(.2,.8,.2,1) 0.15s both;
}

@keyframes omh-headline-rise {
  from {
    opacity: 0;
    transform: translateY(32px);
    clip-path: inset(0 0 100% 0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0 0 0% 0);
  }
}

.omh-hero .lead {
  font-size: 18px;
  line-height: 1.72;
  color: var(--muted);
  max-width: 560px;
  margin: 0 0 32px;
}

.omh-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.omh-hero-meta {
  margin: 28px 0 0;
  font-size: 13px;
  color: rgba(21, 39, 52, 0.48);
  line-height: 1.6;
}

.omh-hero-meta a {
  color: rgba(21, 39, 52, 0.56);
  text-decoration-color: rgba(21, 39, 52, 0.22) !important;
}

.omh-hero-meta a:hover {
  color: var(--brand-700);
}

.btn-lg {
  padding: 16px 34px;
  font-size: 16px;
}


/* ─── PATHFINDER ─── */

.omh-pathfinder {
  padding: 82px 0 90px;
  position: relative;
  scroll-margin-top: var(--header-offset, 90px);
}

.omh-pathfinder::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, var(--stroke) 30%, var(--stroke) 70%, transparent 95%);
}

.omh-pathfinder .section-head {
  max-width: 640px;
  margin-bottom: 48px;
}

.omh-paths {
  display: grid;
  gap: 18px;
}

.omh-paths-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}


/* Path Card */

.omh-path {
  display: grid;
  grid-template-columns: 72px 1fr;
  border-radius: 24px;
  border: 1px solid rgba(21, 39, 52, 0.08);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.95), rgba(249, 243, 233, 0.80));
  overflow: hidden;
  transition: transform 320ms var(--ease),
              box-shadow 320ms var(--ease),
              border-color 320ms var(--ease);
  box-shadow: 0 6px 20px rgba(11, 28, 39, 0.04);
  position: relative;
}

.omh-path:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 52px rgba(11, 28, 39, 0.11);
  border-color: rgba(27, 109, 132, 0.20);
}


/* Number column — SIGNATURE: Large stencil numbers */

.omh-path-number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 30px;
  font-family: "Newsreader", Georgia, serif;
  font-size: 32px;
  font-weight: 600;
  color: rgba(21, 39, 52, 0.08);
  background: linear-gradient(180deg, rgba(184, 138, 76, 0.05), transparent 80%);
  border-right: 1px solid rgba(21, 39, 52, 0.05);
  position: relative;
  /* Scale-in animation */
  transform: scale(0.7);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(.2,.8,.2,1),
              opacity 0.6s cubic-bezier(.2,.8,.2,1);
}

.omh-path-number.omh-num-visible {
  transform: scale(1);
  opacity: 1;
}

/* Signature: Accent line on hover */
.omh-path-number::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 16%;
  bottom: 16%;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent-gold), rgba(27, 109, 132, 0.45));
  opacity: 0;
  transition: opacity 320ms var(--ease);
}

.omh-path:hover .omh-path-number::after {
  opacity: 1;
}


/* Path body */

.omh-path-body {
  padding: 28px 30px 28px 26px;
}

.omh-path-when {
  display: inline-block;
  font-size: 12.5px;
  color: var(--accent-gold);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.omh-path-body h3 {
  font-family: "Newsreader", Georgia, serif;
  font-size: 22px;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
  line-height: 1.18;
}

.omh-path-body > p:not(.omh-path-when) {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 15px;
  max-width: 500px;
}

.omh-path-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}


/* Primary path — emphasized + SIGNATURE diagonal accent corner */

.omh-path--primary {
  border-color: rgba(27, 109, 132, 0.16);
  background: linear-gradient(145deg, rgba(236, 243, 247, 0.92), rgba(255, 252, 247, 0.88));
  box-shadow: 0 10px 32px rgba(11, 28, 39, 0.07);
}

.omh-path--primary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, transparent 48%, rgba(184, 138, 76, 0.08) 49%, rgba(184, 138, 76, 0.08) 51%, transparent 52%),
              linear-gradient(135deg, transparent 42%, rgba(27, 109, 132, 0.05) 43%, rgba(27, 109, 132, 0.05) 44%, transparent 45%);
  pointer-events: none;
  border-radius: 0 24px 0 0;
  transition: opacity 400ms var(--ease);
  opacity: 0.7;
}

.omh-path--primary:hover::after {
  opacity: 1;
}

.omh-path--primary .omh-path-number {
  color: var(--brand-600);
  font-size: 30px;
  background: linear-gradient(180deg, rgba(27, 109, 132, 0.07), rgba(27, 109, 132, 0.01));
}

.omh-path--primary .omh-path-number::after {
  opacity: 0.5;
  background: linear-gradient(180deg, var(--brand-600), var(--accent-gold));
}

.omh-path--primary:hover .omh-path-number::after {
  opacity: 1;
}

.omh-path--primary .omh-path-body h3 {
  font-size: 24px;
}


/* Muted path — dashed border */

.omh-path--muted {
  background: rgba(249, 245, 239, 0.55);
  border-style: dashed;
  border-color: rgba(21, 39, 52, 0.10);
}

.omh-path--muted .omh-path-number {
  color: rgba(21, 39, 52, 0.10);
  background: transparent;
}

.omh-path--muted:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(11, 28, 39, 0.06);
}


/* ─── DARK LOCAL SECTION ─── */

.omh-local {
  background: linear-gradient(180deg, #0c2d3f, #091e2b);
  color: rgba(255, 255, 255, 0.90);
  position: relative;
  overflow: hidden;
  padding: 82px 0 76px;
}

.omh-local::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(700px 350px at 8% 0%, rgba(184, 138, 76, 0.09), transparent 70%),
    radial-gradient(500px 300px at 92% 85%, rgba(136, 206, 217, 0.05), transparent 60%),
    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: auto, auto, 72px 72px, 72px 72px;
  pointer-events: none;
}

.omh-local .section-head {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.omh-kicker-light {
  color: rgba(184, 138, 76, 0.82) !important;
}

.omh-kicker-light::before {
  background: linear-gradient(90deg, rgba(184, 138, 76, 0.65), transparent) !important;
}

.omh-local .section-head h2 {
  color: rgba(255, 255, 255, 0.96);
}

.omh-local .section-head p {
  color: rgba(255, 255, 255, 0.55);
}


/* Local cards grid */

.omh-local-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 38px;
  position: relative;
  z-index: 1;
}

.omh-local-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 30px 28px 26px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  text-decoration: none;
  color: inherit;
  transition: transform 320ms var(--ease),
              background 320ms var(--ease),
              border-color 320ms var(--ease),
              box-shadow 320ms var(--ease);
}

.omh-local-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(184, 138, 76, 0.28);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.20);
}

.omh-local-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(184, 138, 76, 0.12);
  color: var(--accent-gold);
}

.omh-local-card h3 {
  font-family: "Newsreader", Georgia, serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.96);
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.omh-local-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 14.5px;
  line-height: 1.62;
  flex: 1;
}

.omh-local-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.50);
  transition: transform 320ms var(--ease),
              background 320ms var(--ease),
              color 320ms var(--ease);
  align-self: flex-start;
}

.omh-local-card:hover .omh-local-arrow {
  transform: translateX(4px);
  background: rgba(184, 138, 76, 0.18);
  color: var(--accent-gold);
}


/* Trust strip */

.omh-trust-strip {
  display: flex;
  gap: 28px;
  justify-content: center;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  z-index: 1;
}

.omh-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

.omh-trust-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(184, 138, 76, 0.15);
  color: var(--accent-gold);
  flex-shrink: 0;
}


/* ─── AUDIENCE / ERRORS ─── */

.omh-audience {
  padding: 82px 0;
}

.omh-audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.omh-audience-card {
  padding: 34px 32px 30px;
  border-radius: 24px;
  border: 1px solid var(--stroke);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.96), rgba(249, 243, 233, 0.82));
  box-shadow: 0 8px 24px rgba(11, 28, 39, 0.04);
}

.omh-audience-card h2 {
  font-family: "Newsreader", Georgia, serif;
  font-size: 24px;
  letter-spacing: -0.03em;
  margin: 0 0 14px;
  line-height: 1.15;
}

.omh-audience-card > p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 15px;
}

.omh-audience-card--errors {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.90), rgba(252, 245, 237, 0.80));
  border-color: rgba(200, 100, 50, 0.08);
}


/* Check list */

.omh-check-list,
.omh-error-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.omh-check-list li,
.omh-error-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(21, 39, 52, 0.82);
}

.omh-check-list li::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: rgba(27, 109, 132, 0.10);
  color: var(--brand-700);
  font-size: 12px;
  font-weight: 800;
  margin-top: 0px;
}

.omh-error-list li::before {
  content: "✕";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: rgba(190, 70, 50, 0.07);
  color: rgba(190, 70, 50, 0.65);
  font-size: 11px;
  font-weight: 800;
  margin-top: 0px;
}


/* ─── CTA SECTION ─── */

.omh-cta {
  padding: 48px 0 82px;
}

.omh-cta-card {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  padding: 52px 44px 48px;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(236, 243, 247, 0.94), rgba(255, 252, 247, 0.88));
  border: 1px solid rgba(27, 109, 132, 0.12);
  box-shadow: 0 16px 52px rgba(11, 28, 39, 0.08);
  position: relative;
  overflow: hidden;
}

/* Signature: Top accent bar — animated shimmer */
.omh-cta-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg,
    transparent 5%,
    var(--accent-gold) 20%,
    var(--brand-600) 50%,
    var(--accent-gold) 80%,
    transparent 95%);
  background-size: 200% 100%;
  animation: omh-shimmer 4s ease-in-out infinite;
}

@keyframes omh-shimmer {
  0%, 100% { background-position: 0% 0; }
  50% { background-position: 100% 0; }
}

.omh-cta-card h2 {
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(26px, 3vw, 32px);
  letter-spacing: -0.03em;
  margin: 0 0 14px;
  line-height: 1.12;
}

.omh-cta-card > p {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.omh-cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.omh-cta-note {
  margin: 18px 0 0;
  font-size: 13px;
  color: rgba(21, 39, 52, 0.44);
}


/* ─── FAQ ─── */

.omh-faq {
  padding: 72px 0 82px;
  position: relative;
  scroll-margin-top: var(--header-offset, 90px);
}

.omh-faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, var(--stroke) 30%, var(--stroke) 70%, transparent 95%);
}

.omh-faq .section-head {
  max-width: 640px;
  margin-bottom: 36px;
}


/* ─── SCROLL REVEAL ─── */

.omh-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.7s cubic-bezier(.2,.8,.2,1),
    transform 0.7s cubic-bezier(.2,.8,.2,1);
}

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

.omh-reveal-d1 { transition-delay: 90ms; }
.omh-reveal-d2 { transition-delay: 180ms; }
.omh-reveal-d3 { transition-delay: 270ms; }
.omh-reveal-d4 { transition-delay: 360ms; }


/* ─── RESPONSIVE: TABLET (≤980px) ─── */

@media (max-width: 980px) {
  .omh-hero {
    padding: 88px 0 66px;
  }

  .omh-hero h1 {
    font-size: clamp(34px, 4.5vw, 46px);
  }

  .omh-paths-row {
    grid-template-columns: 1fr;
  }

  .omh-local-grid {
    grid-template-columns: 1fr;
  }

  .omh-audience-grid {
    grid-template-columns: 1fr;
  }

  .omh-trust-strip {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 28px;
  }

  .omh-path--primary::after {
    width: 90px;
    height: 90px;
  }
}


/* ─── RESPONSIVE: SMALL TABLET (≤860px) ─── */

@media (max-width: 860px) {
  .omh-hero {
    padding: 82px 0 58px;
  }

  .omh-hero h1 {
    font-size: clamp(32px, 4.2vw, 40px);
    max-width: 100%;
  }

  .omh-hero .lead {
    max-width: 100%;
  }

  .omh-pathfinder,
  .omh-audience {
    padding: 68px 0;
  }

  .omh-local {
    padding: 68px 0 62px;
  }

  .omh-cta {
    padding: 40px 0 68px;
  }

  .omh-faq {
    padding: 62px 0 68px;
  }

  .omh-path-body {
    padding: 24px 24px 24px 22px;
  }

  .omh-audience-card {
    padding: 28px 26px 26px;
  }

  .omh-cta-card {
    padding: 44px 34px 40px;
  }

  /* Dark section: reduce glow sizes for smaller viewports */
  .omh-local::before {
    background:
      radial-gradient(400px 200px at 8% 0%, rgba(184, 138, 76, 0.09), transparent 70%),
      radial-gradient(300px 200px at 92% 85%, rgba(136, 206, 217, 0.05), transparent 60%),
      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: auto, auto, 72px 72px, 72px 72px;
  }
}


/* ─── RESPONSIVE: MOBILE (≤640px) ─── */

@media (max-width: 640px) {

  /* Mobile hero: centered, immersive, breathing room */
  .omh-hero {
    padding: 80px 0 56px;
    text-align: center;
  }

  .omh-hero-content {
    margin: 0 auto;
  }

  .omh-hero h1 {
    font-size: clamp(30px, 8.5vw, 38px);
    max-width: 100%;
    line-height: 1.08;
    margin-left: auto;
    margin-right: auto;
  }

  .omh-hero .lead {
    font-size: 16px;
    max-width: 100%;
    line-height: 1.72;
    margin-left: auto;
    margin-right: auto;
  }

  .omh-hero-actions {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }

  .omh-hero-actions .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .omh-hero-meta {
    font-size: 12.5px;
    text-align: center;
  }

  .omh-kicker {
    justify-content: center;
  }

  /* Glows: smaller, softer on mobile */
  .omh-hero-glow {
    width: 400px;
    height: 300px;
    top: -80px;
    right: -60px;
  }

  .omh-hero-glow-2 {
    width: 300px;
    height: 250px;
    bottom: -100px;
    left: -40px;
  }

  .omh-hero-grid {
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 80% 50% at 50% 30%, rgba(0,0,0,0.4) 10%, transparent 65%);
    -webkit-mask-image: radial-gradient(ellipse 80% 50% at 50% 30%, rgba(0,0,0,0.4) 10%, transparent 65%);
  }

  /* Mobile path cards: stacked with left accent stripe (signature on mobile) */
  .omh-path {
    grid-template-columns: 1fr;
    border-left: 3px solid transparent;
  }

  .omh-path--primary {
    border-left-color: var(--accent-gold);
  }

  .omh-path:not(.omh-path--primary):not(.omh-path--muted) {
    border-left-color: rgba(27, 109, 132, 0.3);
  }

  .omh-path--primary::after {
    display: none;
  }

  .omh-path-number {
    flex-direction: row;
    justify-content: flex-start;
    padding: 14px 20px 10px;
    border-right: none;
    border-bottom: 1px solid rgba(21, 39, 52, 0.05);
    font-size: 18px;
    background: transparent;
  }

  .omh-path--primary .omh-path-number {
    font-size: 20px;
    color: var(--brand-600);
  }

  .omh-path-number::after {
    display: none;
  }

  .omh-path-body {
    padding: 18px 20px 22px;
  }

  .omh-path-body h3 {
    font-size: 19px;
  }

  .omh-path--primary .omh-path-body h3 {
    font-size: 20px;
  }

  .omh-path-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .omh-path-actions .btn {
    text-align: center;
    justify-content: center;
  }

  /* Dark section: tighter, more immersive */
  .omh-local {
    padding: 60px 0 52px;
  }

  /* Dark section glows: shrink for mobile */
  .omh-local::before {
    background:
      radial-gradient(260px 150px at 10% 0%, rgba(184, 138, 76, 0.08), transparent 70%),
      radial-gradient(200px 140px at 90% 90%, rgba(136, 206, 217, 0.04), transparent 60%),
      linear-gradient(to right, rgba(255,255,255,0.015) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(255,255,255,0.015) 1px, transparent 1px);
    background-size: auto, auto, 48px 48px, 48px 48px;
  }

  .omh-local-card {
    padding: 22px 20px 20px;
    gap: 12px;
  }

  .omh-local-card h3 {
    font-size: 18px;
  }

  .omh-local-card p {
    font-size: 14px;
  }

  /* Trust strip: centered for consistency with section heads */
  .omh-trust-strip {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
  }

  .omh-trust-item {
    font-size: 13.5px;
  }

  /* Audience: full-bleed feel on mobile */
  .omh-audience-card {
    padding: 24px 20px 22px;
    border-radius: 18px;
  }

  .omh-audience-card h2 {
    font-size: 21px;
  }

  .omh-check-list li,
  .omh-error-list li {
    font-size: 14.5px;
    gap: 10px;
  }

  /* CTA: full-width, prominent */
  .omh-cta-card {
    padding: 34px 22px 30px;
    border-radius: 20px;
  }

  .omh-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .omh-cta-actions .btn {
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .omh-cta-note {
    font-size: 12.5px;
  }

  /* Section spacing on mobile */
  .omh-pathfinder,
  .omh-audience {
    padding: 58px 0;
  }

  .omh-cta {
    padding: 32px 0 58px;
  }

  .omh-faq {
    padding: 50px 0 58px;
  }

  /* Centered section heads on mobile */
  .omh-pathfinder .section-head,
  .omh-local .section-head,
  .omh-faq .section-head {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  /* FAQ: compact mobile treatment */
  .faq {
    gap: 8px;
  }

  .faq-item {
    padding: 14px 16px;
  }

  .faq-item summary {
    font-size: 14.5px;
    line-height: 1.45;
    padding-right: 28px;
  }

  .faq-body {
    font-size: 14.5px;
    line-height: 1.6;
  }

  .btn-lg {
    padding: 15px 28px;
    font-size: 15.5px;
  }
}


/* ─── RESPONSIVE: NARROW MOBILE (≤420px) ─── */

@media (max-width: 420px) {
  .omh-hero {
    padding: 72px 0 48px;
  }

  .omh-hero h1 {
    font-size: clamp(26px, 8vw, 32px);
    line-height: 1.10;
  }

  .omh-hero .lead {
    font-size: 15px;
  }

  .omh-path-body {
    padding: 16px 16px 18px;
  }

  .omh-path-number {
    padding: 12px 16px 8px;
    font-size: 16px;
  }

  .omh-path--primary .omh-path-number {
    font-size: 18px;
  }

  .omh-path-body h3 {
    font-size: 17.5px;
  }

  .omh-path--primary .omh-path-body h3 {
    font-size: 18.5px;
  }

  .omh-local-card {
    padding: 20px 16px 18px;
    border-radius: 18px;
  }

  .omh-audience-card {
    padding: 20px 16px 18px;
    border-radius: 16px;
  }

  .omh-audience-card h2 {
    font-size: 19px;
  }

  .omh-cta-card {
    padding: 28px 16px 24px;
    border-radius: 18px;
  }

  .omh-cta-card h2 {
    font-size: 24px;
  }

  .omh-check-list li,
  .omh-error-list li {
    font-size: 14px;
  }

  .omh-check-list li::before,
  .omh-error-list li::before {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    font-size: 11px;
  }

  .omh-trust-check {
    width: 22px;
    height: 22px;
  }

  .omh-trust-item {
    font-size: 13px;
  }

  .faq-item {
    padding: 12px 14px;
  }

  .faq-item summary {
    font-size: 14px;
  }
}


/* ─── REDUCED MOTION ─── */

@media (prefers-reduced-motion: reduce) {
  .omh-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .omh-hero-glow,
  .omh-hero-glow-2 {
    animation: none;
  }

  .omh-hero .omh-reveal h1 {
    animation: none;
    opacity: 1;
    transform: none;
    clip-path: none;
  }

  .omh-cta-card::before {
    animation: none;
  }

  .omh-path-number {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .omh-path,
  .omh-local-card,
  .omh-local-arrow {
    transition: none;
  }
}
