/* Hair-transplant Ads landing — scoped; does not change other pages */

/* ---------- HERO ---------- */
.ht-ads-landing .ht-hero {
  padding-top: 1.35rem;
  padding-bottom: 1.75rem;
  position: relative;
}
.ht-ads-landing .ht-hero.has-photo-bg::before {
  background:
    linear-gradient(180deg, rgba(4, 12, 26, 0.82) 0%, rgba(6, 16, 34, 0.88) 42%, rgba(4, 12, 26, 0.94) 100%) !important;
}
.ht-ads-landing .ht-hero-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* Mobile visual order: title → image → CTAs → trust */
.ht-ads-landing .ht-h-a { order: 1; }
.ht-ads-landing .ht-h-media { order: 2; }
.ht-ads-landing .ht-h-b { order: 3; }
.ht-ads-landing .ht-h-d { order: 4; }
.ht-ads-landing .ht-h-e { order: 5; }

.ht-ads-landing .ht-hero h1 {
  font-size: clamp(1.65rem, 6.2vw, 2.15rem);
  line-height: 1.15;
  margin: 0;
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
  letter-spacing: -0.02em;
}
.ht-ads-landing .ht-hero-sub {
  margin-top: 0.55rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #f8e7c0 !important;
  line-height: 1.4;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}
.ht-ads-landing .ht-hero-lead {
  margin: 0.7rem 0 0;
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  color: #e8eef8 !important;
  max-width: 36rem;
}
.ht-ads-landing .ht-hero-lead strong {
  color: #fff !important;
  font-weight: 800;
}

.ht-ads-landing .ht-count {
  margin-top: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 1rem;
  border: 1px solid rgba(197, 160, 89, 0.55);
  background: linear-gradient(90deg, rgba(197, 160, 89, 0.28), rgba(245, 158, 11, 0.12));
  padding: 0.55rem 0.95rem;
  box-shadow: 0 10px 28px -18px rgba(0, 0, 0, 0.55);
}
.ht-ads-landing .ht-count strong {
  font-size: 1.45rem;
  font-weight: 900;
  color: #f0d28a;
  line-height: 1;
}
.ht-ads-landing .ht-count span {
  font-size: 0.82rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
}

.ht-ads-landing .ht-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.ht-ads-landing .ht-hero-actions > a,
.ht-ads-landing .ht-hero-actions > button {
  width: 100%;
  min-height: 52px;
  justify-content: center;
  border-radius: 0.95rem;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 12px 28px -16px rgba(0, 0, 0, 0.45);
}
.ht-ads-landing .ht-hero-actions > a[href*="wa.me"] {
  background: linear-gradient(135deg, #10b981, #059669) !important;
  border: none !important;
  color: #fff !important;
}
.ht-ads-landing .ht-hero-actions > a[href*="wa.me"]:hover {
  background: linear-gradient(135deg, #059669, #047857) !important;
}

.ht-ads-landing .ht-hero-media {
  position: relative;
}
.ht-ads-landing .ht-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.35rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  pointer-events: none;
}
.ht-ads-landing .ht-hero-media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 40px -20px rgba(0, 0, 0, 0.55);
}

.ht-ads-landing .ht-trust {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ht-ads-landing .ht-trust li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  color: #eef4ff !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.85rem;
  padding: 0.55rem 0.65rem;
  min-height: 2.6rem;
}
.ht-ads-landing .ht-trust i {
  color: #34d399;
  font-size: 0.72rem;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .ht-ads-landing .ht-hero {
    padding-top: 1.6rem;
    padding-bottom: 2rem;
  }
  .ht-ads-landing .ht-hero-media img { height: 280px; }
  .ht-ads-landing .ht-trust li { font-size: 0.82rem; }
}

@media (min-width: 1024px) {
  .ht-ads-landing .ht-hero {
    padding-top: 1.5rem;
    padding-bottom: 1.75rem;
  }
  .ht-ads-landing .ht-hero.has-photo-bg::before {
    background:
      linear-gradient(105deg, rgba(4, 12, 26, 0.92) 0%, rgba(6, 16, 34, 0.78) 48%, rgba(4, 12, 26, 0.55) 100%) !important;
  }
  .ht-ads-landing .ht-hero-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    grid-template-areas:
      "a m"
      "b m"
      "e m";
    column-gap: 1.75rem;
    row-gap: 0.75rem;
    align-items: start;
  }
  .ht-ads-landing .ht-h-a { grid-area: a; order: unset; }
  .ht-ads-landing .ht-h-media { grid-area: m; order: unset; align-self: stretch; }
  .ht-ads-landing .ht-h-b { grid-area: b; order: unset; }
  .ht-ads-landing .ht-h-e { grid-area: e; order: unset; }

  .ht-ads-landing .ht-hero h1 {
    font-size: clamp(1.85rem, 2.3vw, 2.35rem);
    line-height: 1.1;
  }
  .ht-ads-landing .ht-hero-sub { font-size: 1.12rem; margin-top: 0.45rem; }
  .ht-ads-landing .ht-hero-lead { font-size: 1rem !important; }
  .ht-ads-landing .ht-count { margin-top: 0.75rem; }
  .ht-ads-landing .ht-hero-actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
  }
  .ht-ads-landing .ht-hero-actions > a,
  .ht-ads-landing .ht-hero-actions > button {
    width: auto;
    flex: 0 1 auto;
    min-height: 50px;
    padding: 0 1.2rem !important;
    font-size: 0.875rem !important;
    white-space: nowrap;
  }
  .ht-ads-landing .ht-hero-media img {
    height: 100%;
    min-height: 340px;
    max-height: 420px;
    object-position: center 16%;
  }
  .ht-ads-landing .ht-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .ht-ads-landing .ht-trust li {
    flex: 0 1 auto;
    min-height: auto;
    padding: 0.45rem 0.75rem;
  }
}

/* ---------- PAGE SECTIONS (mobile polish) ---------- */
.ht-ads-landing .ht-compact {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 640px) {
  .ht-ads-landing .ht-compact {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.ht-ads-landing main h2 {
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #0a192f;
}
.ht-ads-landing main .prose-clinic p,
.ht-ads-landing main .prose-clinic li,
.ht-ads-landing main p.text-slate-600,
.ht-ads-landing main .text-slate-600 {
  color: #334155 !important;
  font-size: 0.95rem;
  line-height: 1.65;
}
.ht-ads-landing main .prose-clinic ul {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-left: 1.1rem;
}
.ht-ads-landing main .prose-clinic li {
  margin-bottom: 0.35rem;
}

/* Results strip */
.ht-ads-landing #results .ht-results-card {
  background: linear-gradient(160deg, #f8fafc 0%, #eef4ff 55%, #fff 100%);
  border: 1px solid #dbe4f0;
  border-radius: 1.5rem;
  padding: 1.35rem 1.25rem;
  box-shadow: 0 18px 40px -28px rgba(10, 25, 47, 0.4);
}
.ht-ads-landing #results h2 {
  font-size: clamp(1.35rem, 5vw, 1.85rem);
}
.ht-ads-landing .ht-result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.85rem;
}
.ht-ads-landing .ht-result-tags span {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d7e0ec;
  color: #0a192f;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
}
.ht-ads-landing #results .gold-gradient-btn {
  width: 100%;
  min-height: 50px;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .ht-ads-landing #results .ht-results-card {
    padding: 1.75rem 1.85rem;
  }
  .ht-ads-landing #results .gold-gradient-btn {
    width: auto;
    margin-top: 0;
  }
}

/* Doctor */
.ht-ads-landing #doctor img {
  max-height: 520px;
  object-fit: cover;
  object-position: center 18%;
}
.ht-ads-landing #doctor .prose-clinic > div.mt-6,
.ht-ads-landing #doctor .flex.flex-wrap.gap-3 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ht-ads-landing #doctor .flex.flex-wrap.gap-3 > a,
.ht-ads-landing #doctor .flex.flex-wrap.gap-3 > button {
  width: 100%;
  min-height: 50px;
  justify-content: center;
}
@media (min-width: 640px) {
  .ht-ads-landing #doctor .flex.flex-wrap.gap-3 {
    flex-direction: row;
  }
  .ht-ads-landing #doctor .flex.flex-wrap.gap-3 > a,
  .ht-ads-landing #doctor .flex.flex-wrap.gap-3 > button {
    width: auto;
  }
}

/* ---------- UNIFIED CARDS (mobile + desktop) ---------- */
.ht-ads-landing .ht-card,
.ht-ads-landing #why-choose article,
.ht-ads-landing #hair-loss-types article,
.ht-ads-landing .ht-tech-card,
.ht-ads-landing .ht-teaser,
.ht-ads-landing #cost .ht-cost-card,
.ht-ads-landing .ht-short-form,
.ht-ads-landing #faqAccordion .faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1.2rem;
  box-shadow: 0 14px 32px -26px rgba(10, 25, 47, 0.42);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.ht-ads-landing .ht-results-card {
  border-radius: 1.2rem;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

/* Feature / why + hair-loss cards */
.ht-ads-landing #why-choose article,
.ht-ads-landing #hair-loss-types article,
.ht-ads-landing .ht-card {
  position: relative;
  padding: 1.2rem 1.15rem 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ht-ads-landing #why-choose article::before,
.ht-ads-landing #hair-loss-types article::before,
.ht-ads-landing .ht-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #2563eb, #c5a059);
  border-radius: 1.2rem 0 0 1.2rem;
}
.ht-ads-landing #why-choose article h3,
.ht-ads-landing #hair-loss-types article h3,
.ht-ads-landing .ht-card h3 {
  font-size: 0.98rem;
  line-height: 1.35;
  font-weight: 800;
  color: #0a192f;
  margin: 0 0 0.5rem;
  letter-spacing: -0.01em;
}
.ht-ads-landing #why-choose article p,
.ht-ads-landing #hair-loss-types article p,
.ht-ads-landing .ht-card p {
  font-size: 0.9rem !important;
  line-height: 1.62 !important;
  color: #475569 !important;
  margin: 0;
  flex: 1;
}
.ht-ads-landing #why-choose .grid,
.ht-ads-landing #hair-loss-types .grid,
.ht-ads-landing #options .grid,
.ht-ads-landing .ht-teaser-grid {
  gap: 0.85rem;
}
@media (min-width: 640px) {
  .ht-ads-landing #why-choose .grid,
  .ht-ads-landing #hair-loss-types .grid,
  .ht-ads-landing #options .grid {
    gap: 1rem;
  }
}

/* Technique cards */
.ht-ads-landing .ht-tech-card {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ht-ads-landing .ht-tech-card > .ht-tech-body {
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.15rem 1.15rem 1.35rem !important;
}
.ht-ads-landing .ht-tech-img {
  width: 100%;
  height: 11.5rem;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #e2e8f0;
}
.ht-ads-landing .ht-tech-card.is-primary {
  border-color: rgba(197, 160, 89, 0.55);
  box-shadow: 0 18px 40px -26px rgba(197, 160, 89, 0.35), 0 14px 32px -26px rgba(10, 25, 47, 0.35);
}
.ht-ads-landing .ht-tech-card h2,
.ht-ads-landing .ht-tech-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.12rem;
  font-weight: 900;
  color: #0a192f;
  line-height: 1.3;
}
.ht-ads-landing .ht-tech-card p {
  margin: 0 0 0.65rem;
  font-size: 0.92rem;
  line-height: 1.62;
  color: #475569;
}
.ht-ads-landing .ht-tech-card p:last-child { margin-bottom: 0; }

/* Cost card + form */
.ht-ads-landing #cost .ht-cost-card,
.ht-ads-landing #cost .bg-white.rounded-3xl {
  border-radius: 1.35rem;
  padding: 1.35rem 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ht-ads-landing #cost .ht-cost-card h3,
.ht-ads-landing #cost .bg-white.rounded-3xl h3 {
  font-size: 1.12rem;
  font-weight: 900;
  color: #0a192f;
  margin: 0 0 0.5rem;
}
.ht-ads-landing #cost .ht-cost-card p,
.ht-ads-landing #cost .bg-white.rounded-3xl p {
  flex: 1;
}
.ht-ads-landing #cost .ht-cost-card a,
.ht-ads-landing #cost .bg-white.rounded-3xl a {
  margin-top: 1.1rem;
}
.ht-ads-landing .ht-short-form {
  border-radius: 1.35rem;
  padding: 1.25rem;
}
.ht-ads-landing .ht-short-form .field,
.ht-ads-landing #quick-assessment .field {
  min-height: 48px;
  font-size: 16px; /* prevents iOS zoom */
  border-radius: 0.85rem;
}
.ht-ads-landing .ht-short-form button[type="submit"],
.ht-ads-landing #quick-assessment button[type="submit"] {
  min-height: 52px;
  font-size: 1rem;
  border-radius: 0.9rem;
}

/* Teasers */
.ht-ads-landing .ht-teaser {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ht-ads-landing .ht-teaser img {
  width: 100%;
  height: 11.5rem;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #e2e8f0;
}
.ht-ads-landing .ht-teaser .ht-teaser-body {
  padding: 1.2rem 1.2rem 1.35rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.15rem;
}
.ht-ads-landing .ht-teaser .ht-teaser-body h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 900;
  color: #0a192f;
  line-height: 1.3;
}
.ht-ads-landing .ht-teaser .ht-teaser-body a {
  width: 100%;
  min-height: 48px;
  justify-content: center;
  margin-top: auto;
  border-radius: 0.9rem;
}

/* FAQ cards */
.ht-ads-landing #faqAccordion .faq-item {
  overflow: hidden;
}
.ht-ads-landing .faq-item button span {
  color: #0a192f;
  font-size: 0.95rem;
  line-height: 1.4;
}
.ht-ads-landing .faq-panel {
  color: #475569;
}
.ht-ads-landing #faqAccordion .faq-item > button {
  min-height: 3.35rem;
}

/* Soft hover only where pointer exists */
@media (hover: hover) and (pointer: fine) {
  .ht-ads-landing #why-choose article:hover,
  .ht-ads-landing #hair-loss-types article:hover,
  .ht-ads-landing .ht-card:hover,
  .ht-ads-landing .ht-tech-card:hover,
  .ht-ads-landing .ht-teaser:hover,
  .ht-ads-landing #cost .ht-cost-card:hover,
  .ht-ads-landing #faqAccordion .faq-item:hover,
  .ht-ads-landing .ht-results-card:hover {
    border-color: rgba(37, 99, 235, 0.32);
    box-shadow: 0 22px 44px -24px rgba(10, 25, 47, 0.42);
    transform: translateY(-2px);
  }
  .ht-ads-landing .ht-tech-card.is-primary:hover {
    border-color: rgba(197, 160, 89, 0.7);
  }
}

/* Final CTA */
.ht-ads-landing #hair-assessment-form {
  padding-top: 2.75rem;
  padding-bottom: 3rem;
}
.ht-ads-landing #hair-assessment-form h2 {
  color: #fff !important;
}
.ht-ads-landing #hair-assessment-form p,
.ht-ads-landing #hair-assessment-form li {
  color: #e8eef8 !important;
}
.ht-ads-landing #hair-assessment-form .flex.flex-col > a,
.ht-ads-landing #hair-assessment-form .flex.flex-col > button,
.ht-ads-landing #hair-assessment-form a.gold-gradient-btn,
.ht-ads-landing #hair-assessment-form button,
.ht-ads-landing #hair-assessment-form a[href^="tel:"] {
  width: 100%;
  min-height: 52px;
}
@media (min-width: 640px) {
  .ht-ads-landing #hair-assessment-form a.gold-gradient-btn,
  .ht-ads-landing #hair-assessment-form button,
  .ht-ads-landing #hair-assessment-form a[href^="tel:"] {
    width: auto;
  }
}

/* Centered section CTAs full-width on mobile */
.ht-ads-landing #why-choose .text-center > a,
.ht-ads-landing #hair-loss-types .text-center > a,
.ht-ads-landing #options .text-center > a {
  width: 100%;
  max-width: 22rem;
  min-height: 52px;
}
@media (min-width: 640px) {
  .ht-ads-landing #why-choose .text-center > a,
  .ht-ads-landing #hair-loss-types .text-center > a,
  .ht-ads-landing #options .text-center > a {
    width: auto;
  }
}

/* Cost WhatsApp button full width */
.ht-ads-landing #cost a[href*="wa.me"] {
  min-height: 52px;
}
.ht-ads-landing #mobileBar .mobile-bar-wa {
  background: linear-gradient(135deg, #10b981, #059669);
}

/* Section headings alignment on small screens */
.ht-ads-landing .text-center.max-w-3xl {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.ht-ads-landing .sec-eyebrow {
  letter-spacing: 0.08em;
}

/* Hide duplicate desktop floating WA/Book on this Ads landing; keep back-to-top */
.ht-ads-landing .fixed.right-6.bottom-6 > a.fab,
.ht-ads-landing .fixed.right-6.bottom-6 > button.fab:not(#backToTop) {
  display: none !important;
}

/* Results CTA card (minimal) */
.ht-ads-landing .ht-results-link {
  text-decoration: none !important;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.ht-ads-landing .ht-results-link:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 22px 44px -26px rgba(10, 25, 47, 0.45);
}

/* Base shells — no Tailwind max-w-* (avoids sitewide 80rem stretch) */
.ht-ads-landing .ht-form-shell,
.ht-ads-landing .ht-faq-shell,
.ht-ads-landing .ht-final-shell {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.ht-ads-landing .ht-form-shell {
  max-width: 48rem; /* same feel as former max-w-3xl on mobile/tablet */
}
.ht-ads-landing .ht-faq-shell {
  max-width: 56rem; /* former max-w-4xl */
}
.ht-ads-landing .ht-final-shell {
  max-width: 48rem;
}

/* ========== DESKTOP ONLY (mobile unchanged) ========== */
@media (min-width: 1024px) {
  /* Form: stop stretched full-bleed look */
  .ht-ads-landing #quick-assessment {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .ht-ads-landing.service-page main > section#quick-assessment > .ht-form-shell,
  .ht-ads-landing .ht-form-shell {
    max-width: 32rem !important;
    margin-left: auto;
    margin-right: auto;
  }
  .ht-ads-landing .ht-short-form {
    padding: 1.85rem 2rem;
    border: 1px solid #e2e8f0;
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: 0 18px 40px -28px rgba(10, 25, 47, 0.38);
  }
  .ht-ads-landing .ht-short-form .grid.sm\:grid-cols-2 {
    gap: 1rem;
  }
  .ht-ads-landing .ht-short-form .field {
    max-width: 100%;
  }
  .ht-ads-landing #quick-assessment h2 {
    font-size: 1.75rem;
    letter-spacing: -0.02em;
  }
  .ht-ads-landing #quick-assessment > .ht-form-shell > .text-center {
    margin-bottom: 1.35rem;
  }
  .ht-ads-landing #quick-assessment > .ht-form-shell > .text-center p {
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
  }

  /* Final CTA: tighter, centered card feel */
  .ht-ads-landing #hair-assessment-form {
    padding-top: 3.75rem;
    padding-bottom: 4rem;
  }
  .ht-ads-landing.service-page main > section#hair-assessment-form > .ht-final-shell,
  .ht-ads-landing .ht-final-shell {
    max-width: 38rem !important;
    margin-left: auto;
    margin-right: auto;
    padding: 2.15rem 2.35rem !important;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
  }
  .ht-ads-landing #hair-assessment-form h2 {
    font-size: 1.85rem;
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.25;
  }
  .ht-ads-landing #hair-assessment-form .ht-final-shell > p {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }
  .ht-ads-landing #hair-assessment-form ul {
    display: inline-grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    text-align: left;
  }
  .ht-ads-landing #hair-assessment-form .flex.flex-col.sm\:flex-row {
    justify-content: center;
    gap: 0.7rem;
  }
  .ht-ads-landing #hair-assessment-form a.gold-gradient-btn,
  .ht-ads-landing #hair-assessment-form button,
  .ht-ads-landing #hair-assessment-form a[href^="tel:"] {
    width: auto;
    min-width: 11rem;
    flex: 0 1 auto;
  }

  /* FAQ: refined desktop accordion — not edge-to-edge */
  .ht-ads-landing #faqs {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .ht-ads-landing.service-page main > section#faqs > .ht-faq-shell,
  .ht-ads-landing .ht-faq-shell {
    max-width: 42rem !important;
    margin-left: auto;
    margin-right: auto;
  }
  .ht-ads-landing #faqs h2 {
    font-size: 1.75rem;
    letter-spacing: -0.02em;
  }
  .ht-ads-landing #faqs .ht-faq-shell > .text-center {
    margin-bottom: 1.75rem;
  }
  .ht-ads-landing #faqAccordion {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
  }
  .ht-ads-landing #faqAccordion .faq-item {
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
  }
  .ht-ads-landing #faqAccordion .faq-item:hover {
    border-color: rgba(37, 99, 235, 0.32);
    box-shadow: 0 12px 28px -24px rgba(10, 25, 47, 0.35);
  }
  .ht-ads-landing #faqAccordion .faq-item > button {
    padding: 1.05rem 1.25rem;
  }
  .ht-ads-landing #faqAccordion .faq-item > button span {
    font-size: 0.98rem;
    line-height: 1.4;
    font-weight: 700;
  }
  .ht-ads-landing #faqAccordion .faq-panel > div {
    padding: 0 1.25rem 1.1rem;
    font-size: 0.92rem;
    line-height: 1.65;
    color: #475569;
  }

  /* Results strip desktop alignment */
  .ht-ads-landing #results {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .ht-ads-landing .ht-results-card {
    max-width: 52rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.35rem 1.6rem;
  }
  .ht-ads-landing #results .gold-gradient-btn,
  .ht-ads-landing .ht-results-link .gold-gradient-btn {
    width: auto;
    margin-top: 0;
  }

  /* Cards: balanced grids + equal media heights */
  .ht-ads-landing #why-choose .grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.15rem;
  }
  .ht-ads-landing #why-choose .grid > article {
    grid-column: span 2;
    padding: 1.4rem 1.35rem 1.45rem;
  }
  .ht-ads-landing #why-choose .grid > article:nth-child(4) {
    grid-column: 2 / span 2;
  }
  .ht-ads-landing #why-choose .grid > article:nth-child(5) {
    grid-column: 4 / span 2;
  }
  .ht-ads-landing #why-choose article h3,
  .ht-ads-landing #hair-loss-types article h3 {
    font-size: 1.02rem;
  }
  .ht-ads-landing #hair-loss-types .grid {
    gap: 1.15rem;
  }
  .ht-ads-landing #hair-loss-types article {
    padding: 1.4rem 1.3rem 1.45rem;
  }
  .ht-ads-landing #options .grid {
    gap: 1.35rem;
    align-items: stretch;
  }
  .ht-ads-landing .ht-tech-img,
  .ht-ads-landing .ht-tech-card.is-primary .ht-tech-img,
  .ht-ads-landing .ht-teaser img {
    height: 14rem;
  }
  .ht-ads-landing .ht-tech-card > .ht-tech-body {
    padding: 1.4rem 1.45rem 1.55rem !important;
  }
  .ht-ads-landing .ht-tech-card h3 {
    font-size: 1.22rem;
  }
  .ht-ads-landing .ht-teaser .ht-teaser-body {
    padding: 1.4rem 1.45rem 1.55rem;
  }
  .ht-ads-landing .ht-teaser .ht-teaser-body a {
    width: auto;
    align-self: flex-start;
  }
  .ht-ads-landing #cost .grid {
    align-items: stretch;
    gap: 2rem;
  }
  .ht-ads-landing #cost .ht-cost-card,
  .ht-ads-landing #cost .bg-white.rounded-3xl {
    padding: 1.75rem 1.75rem;
  }
}

/* Keep mobile/desktop back-to-top even when FAB stack WA/Book are hidden */
.ht-ads-landing #backToTop{display:flex!important}
