body.private-consultation-page .ph-hero {
  box-shadow: var(--shadow-2);
}

/* Private Consultation page redesign */
body.private-consultation-page {
  background: #fff;
}

@keyframes pc-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pc-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(2rem, 5vw, 3.5rem);
  border-bottom: none;
  background-color: #f7fbf8;
  background-image: linear-gradient(
    180deg,
    #f4fbf8 0%,
    #eef8f3 45%,
    #f7fbf8 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.pc-hero__glow {
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 70%;
  background: radial-gradient(
    ellipse at 50% 0%,
    color-mix(in oklab, var(--brand-600) 14%, transparent),
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
}

.pc-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 42rem;
}

.pc-hero__eyebrow,
.pc-intro__eyebrow,
.pc-conditions__eyebrow,
.pc-book__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-700);
}

.pc-hero__eyebrow {
  animation: pc-fade-up 0.55s ease both;
}

.pc-hero__title {
  margin: 0;
  color: #0f2b1f;
  animation: pc-fade-up 0.55s ease 0.08s both;
}

.pc-hero__lead {
  margin: 0.9rem auto 0;
  max-width: 34rem;
  font-size: clamp(1.02rem, 0.4vw + 0.95rem, 1.12rem);
  line-height: 1.55;
  color: color-mix(in oklab, var(--text) 88%, #0f2b1f);
  animation: pc-fade-up 0.55s ease 0.14s both;
}

.pc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.35rem;
  animation: pc-fade-up 0.55s ease 0.2s both;
}

.pc-hero__actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}

.pc-hero__phone-icon {
  flex-shrink: 0;
}

.pc-hero__actions .btn-primary,
.pc-book .btn-primary {
  min-width: 12.5rem;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease;
}

.pc-hero__actions .btn-primary:hover,
.pc-book .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(18, 58, 43, 0.18);
}

.pc-hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1.15rem;
  list-style: none;
  margin: 1.65rem 0 0;
  padding: 0;
  animation: pc-fade-up 0.55s ease 0.28s both;
}

.pc-hero__trust li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding-left: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: color-mix(in oklab, var(--text) 78%, #0f2b1f);
}

.pc-hero__trust li::before {
  content: "";
  flex: 0 0 auto;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 0;
  background: none;
  position: static;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.2l3 3.1 6.6-6.6' stroke='%232b7a5c' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Intro */
.pc-intro {
  padding-block: clamp(2.75rem, 6vw, 4.5rem);
}

.pc-intro__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: start;
}

.pc-intro__copy h2 {
  margin: 0 0 1rem;
  color: #0f2b1f;
}

.pc-intro__body {
  max-width: 40rem;
}

.pc-intro__body p {
  margin: 0 0 0.9rem;
  line-height: 1.65;
  color: color-mix(in oklab, var(--text) 90%, #0f2b1f);
}

.pc-intro__body p:last-child {
  margin-bottom: 0;
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  background: color-mix(in oklab, var(--brand-600) 8%, #fff);
  border: 1px solid color-mix(in oklab, var(--brand-600) 16%, #e5e7eb);
}

.pc-intro__aside {
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 12%, #e5e7eb);
  border-radius: 1.25rem;
  padding: clamp(1.15rem, 2.4vw, 1.5rem);
  box-shadow:
    0 16px 40px rgba(18, 58, 43, 0.07),
    0 2px 8px rgba(15, 43, 76, 0.04);
}

.pc-intro__points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.pc-intro__points li {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  font-size: 0.95rem;
  line-height: 1.45;
  color: color-mix(in oklab, var(--text) 88%, #0f2b1f);
}

.pc-intro__points strong {
  display: block;
  margin-bottom: 0.15rem;
  color: #0f2b1f;
}

.pc-intro__icon {
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.15rem;
  border-radius: 999px;
  background: color-mix(in oklab, var(--brand-600) 14%, #fff);
  border: 1px solid color-mix(in oklab, var(--brand-600) 28%, #e5e7eb);
  position: relative;
}

.pc-intro__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.38rem;
  height: 0.65rem;
  border: solid var(--brand-700);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-1px, -1px);
}

@media (min-width: 860px) {
  .pc-intro__grid {
    grid-template-columns: 1.2fr 0.9fr;
    gap: 2.75rem;
  }
}

/* Conditions */
.pc-conditions {
  padding-block: clamp(2.75rem, 6vw, 5rem);
  background:
    radial-gradient(
      circle at 8% 0%,
      color-mix(in oklab, var(--brand-600) 8%, transparent),
      transparent 42%
    ),
    linear-gradient(180deg, #f7fbf8 0%, #fff 55%);
  border-top: 1px solid color-mix(in oklab, var(--brand-600) 10%, #e5e7eb);
}

.pc-conditions__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
  text-align: left;
  max-width: none;
}

.pc-conditions__head-copy {
  max-width: 40rem;
}

.pc-conditions__head h2 {
  margin: 0 0 0.55rem;
  color: #0f2b1f;
}

.pc-conditions__sub {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.pc-conditions__count {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  margin: 0;
  padding: 0.65rem 1rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 16%, #e5e7eb);
  box-shadow: 0 8px 22px rgba(18, 58, 43, 0.06);
}

.pc-conditions__count-num {
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--brand-700);
  line-height: 1;
}

.pc-conditions__count-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: color-mix(in oklab, var(--text) 70%, #0f2b1f);
}

.pc-cond-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.75rem;
}

.pc-cond-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 3.35rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: #fff;
  color: #000;
  border: 1px solid color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
  box-shadow: 0 6px 18px rgba(18, 58, 43, 0.04);
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.pc-cond-card__label {
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.3;
  text-align: left;
  color: #000;
}

.pc-cond-card__arrow {
  flex: 0 0 auto;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: color-mix(in oklab, var(--brand-600) 10%, #fff);
  border: 1px solid color-mix(in oklab, var(--brand-600) 18%, #e5e7eb);
  position: relative;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.pc-cond-card__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.4rem;
  height: 0.4rem;
  border: solid var(--brand-700);
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg) translate(-1px, 0);
}

.pc-cond-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(18, 58, 43, 0.1);
  background: color-mix(in oklab, var(--brand-600) 6%, #fff);
  border-color: color-mix(in oklab, var(--brand-600) 32%, #e5e7eb);
  color: var(--brand-700);
}

.pc-cond-card:hover .pc-cond-card__arrow {
  background: var(--brand-600);
  border-color: var(--brand-600);
  transform: translateX(2px);
}

.pc-cond-card:hover .pc-cond-card__arrow::before {
  border-color: #fff;
}

.pc-cond-card:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px color-mix(in oklab, var(--brand-600) 40%, #fff),
    0 14px 28px rgba(18, 58, 43, 0.1);
}

.pc-cond-card--soon {
  opacity: 1;
}

.pc-cond-card--soon .pc-cond-card__arrow {
  opacity: 0.65;
}

/* Booking */
.pc-book {
  padding-block: clamp(2.5rem, 6vw, 4.75rem);
  background-color: #f7fbf8;
  background-image: linear-gradient(180deg, #f7fbf8 0%, #f7fbf8 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-top: none;
}

.pc-book__panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  max-width: none;
  margin: 0;
  text-align: left;
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
  border-radius: 1.5rem;
  padding: clamp(1.5rem, 3.5vw, 2.35rem);
  box-shadow:
    0 18px 48px rgba(18, 58, 43, 0.08),
    0 2px 8px rgba(15, 43, 76, 0.04);
}

.pc-book__glow {
  position: absolute;
  inset: -30% auto auto 55%;
  width: 55%;
  height: 120%;
  background: radial-gradient(
    ellipse at center,
    color-mix(in oklab, var(--brand-600) 12%, transparent),
    transparent 70%
  );
  background-repeat: no-repeat;
  pointer-events: none;
}

.pc-book__content {
  position: relative;
  z-index: 1;
  max-width: 38rem;
}

.pc-book-head {
  position: relative;
  z-index: 1;
  margin-bottom: 0.7rem;
}

.pc-book-head h2 {
  margin: 0;
  color: #0f2b1f;
}

.pc-note {
  position: relative;
  z-index: 1;
  color: color-mix(in oklab, var(--text) 88%, #0f2b1f);
  margin: 0;
  max-width: 36rem;
  line-height: 1.55;
}

.pc-book__hint {
  margin: 0.65rem 0 0;
  max-width: 36rem;
  font-size: 0.7rem;
  line-height: 1.4;
  text-align: left;
  color: color-mix(in oklab, var(--muted) 88%, #64748b);
}

.bookings-actions {
  position: relative;
  z-index: 1;
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem;
}

.bookings-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}

.pc-book__phone-icon {
  flex-shrink: 0;
}

@media (min-width: 820px) {
  .pc-book__panel {
    grid-template-columns: 1.15fr auto;
    gap: 2rem;
    align-items: center;
    padding-inline: clamp(1.75rem, 3vw, 2.75rem);
  }

  .bookings-actions {
    justify-content: flex-end;
  }
}

@media (max-width: 819px) {
  .bookings-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 719px) {
  .pc-hero__trust {
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pc-hero__eyebrow,
  .pc-hero__title,
  .pc-hero__lead,
  .pc-hero__actions,
  .pc-hero__trust,
  .pc-hero__actions .btn-primary,
  .pc-book .btn-primary,
  .pc-cond-card {
    animation: none !important;
    transition: none !important;
  }
}

/* Header CSS Start Here */

/* HEADER + NAV */
:root {
  --ppc-header-h: 4.75rem;
  --ppc-admin-bar: 0px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.85);
  box-shadow: 0 0.5px 0 rgba(16, 24, 40, 0.04);
}

body.admin-bar {
  --ppc-admin-bar: 32px;
}

body.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar {
    --ppc-admin-bar: 46px;
  }

  body.admin-bar .site-header {
    top: 46px;
  }
}

#page.site {
  padding-top: var(--ppc-header-h);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: var(--ppc-header-h);
  padding-block: 0.55rem;
  box-sizing: border-box;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  line-height: 1;
}

.brand-logo {
  width: 260px;
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.header-phone-btn {
  padding: 0.55rem 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  gap: 0.4rem;
  line-height: 1.1;
}

.header-phone-icon {
  display: block;
  flex-shrink: 0;
}

.header-actions {
  display: none;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
  flex-shrink: 0;
}

.header-phone-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--brand-600);
  border: 1px solid var(--brand-600);
  border-radius: 10px;
  flex-shrink: 0;
  box-shadow: 0 8px 18px rgba(43, 122, 92, 0.22);
}

.header-phone-icon-btn:hover {
  color: #fff;
  background: var(--brand-700);
  border-color: var(--brand-700);
}

.header-phone-icon-btn .header-phone-icon {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .header-phone-icon-btn .header-phone-icon {
    animation: none;
  }
}

.nav-link[aria-current="page"] {
  color: var(--brand-600);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  font-weight: 600;
}

.nav-link {
  display: inline-block;
  padding: 0.3rem 0.15rem;
  font-size: 0.86rem;
  font-weight: 650;
  color: var(--muted);
  border-radius: 0.5rem;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.nav-link--home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}

.nav-home-icon {
  display: block;
}

.nav-home-label {
  display: none;
}

.nav-link:hover {
  color: var(--text);
}

.nav-link[aria-current="page"],
.nav-link.is-active {
  color: var(--brand-600);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.nav-link--home.is-active,
.nav-link--home[aria-current="page"] {
  text-decoration: none;
  color: var(--brand-600);
}

.nav-toggle {
  appearance: none;
  background: #fff;
  border: 1px solid #cbd5e1;
  padding: 0;
  margin-left: auto;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
  background: #f8fafc;
  border-color: #94a3b8;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.1);
  transform: translateY(-1px);
  outline: none;
}

.nav-toggle:active,
body.nav-open .nav-toggle {
  background: color-mix(in oklab, var(--brand-600) 8%, #fff);
  border-color: color-mix(in oklab, var(--brand-600) 35%, #94a3b8);
  box-shadow: 0 4px 12px rgba(43, 122, 92, 0.14);
  transform: none;
}

.nav-toggle::before,
.nav-toggle .nav-toggle-bar,
.nav-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #0f172a;
  border-radius: 2px;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.nav-toggle:hover::before,
.nav-toggle:hover .nav-toggle-bar,
.nav-toggle:hover::after,
.nav-toggle:focus-visible::before,
.nav-toggle:focus-visible .nav-toggle-bar,
.nav-toggle:focus-visible::after,
body.nav-open .nav-toggle::before,
body.nav-open .nav-toggle .nav-toggle-bar,
body.nav-open .nav-toggle::after {
  background: var(--brand-700, #1f6a4f);
}

@media (max-width: 900px) {
  :root {
    --ppc-header-h: 4.35rem;
  }

  .brand-logo {
    width: 220px;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: 0;
  }

  .header-actions {
    display: inline-flex;
  }

  .header-phone-btn {
    display: none;
  }

  .primary-nav {
    position: fixed;
    inset: calc(var(--ppc-header-h, 4.75rem) + var(--ppc-admin-bar, 0px)) 0 auto 0;
    background: #fff;
    border-top: 1px solid var(--border);
    transform: translateY(-110%);
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    transition:
      transform 0.25s ease,
      opacity 0.25s ease;
    z-index: 999;
  }

  body.nav-open .primary-nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    padding: 0 20px 1rem;
  }

  .nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0.5rem clamp(1rem, 3vw, 2rem);
  }

  .nav-link--home {
    display: inline-flex;
    gap: 0.45rem;
    padding: 0.9rem 0;
  }

  .nav-home-icon {
    display: none;
  }

  .nav-home-label {
    display: inline;
  }

  .nav-link {
    width: 100%;
    padding: 0.9rem 0;
    display: block;
  }
}

/* Header CSS Ends Here */

/* Home Page CSS Start Here */

/* Hero Section CSS Start Here */

.ppc-hero {
  position: relative;
  overflow: visible;
  padding-top: calc(clamp(3.2rem, 7vw, 6.4rem) - 10px);
  padding-bottom: calc(clamp(3.2rem, 7vw, 6.4rem) + 1.25rem);
  background:
    radial-gradient(
      900px 420px at 12% 4%,
      rgba(43, 122, 92, 0.14),
      transparent 62%
    ),
    radial-gradient(
      900px 420px at 88% 6%,
      rgba(215, 173, 99, 0.16),
      transparent 58%
    ),
    linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
}

.ppc-hero::before {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -18rem;
  width: min(36rem, 70vw);
  height: min(36rem, 70vw);
  border-radius: 999px;
  background: rgba(43, 122, 92, 0.08);
  pointer-events: none;
  z-index: 0;
}

.hero-actions .btn-outline {
    border-color: rgba(43, 122, 92, 0.22);
}

body.treatment-inner-page-type-1 br
body.treatment-inner-page-type-2 br, 
body.treatment-inner-page-type-3 br 
{ display: none; }

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.hero-copy {
  max-width: 45rem;
}

.ppc-hero .eyebrow {
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(43, 122, 92, 0.22);
  box-shadow: 0 6px 18px rgba(43, 122, 92, 0.08);
  backdrop-filter: blur(8px);
  font-size: 0.74rem;
  letter-spacing: 0.09em;
  animation: hero-fade-up 0.65s ease both;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.ppc-hero .eyebrow:hover {
  transform: translateY(-1px);
  background: #fff;
  border-color: rgba(43, 122, 92, 0.38);
  box-shadow: 0 10px 24px rgba(43, 122, 92, 0.14);
}

.ppc-hero .eyebrow::before {
  display: none;
  content: none;
  animation: none;
}

.hero-copy h1 {
  margin-top: 0.8rem;
  font-size: clamp(calc(2.1rem - 2px), calc(3.8vw - 2px), calc(3.75rem - 2px));
  animation: hero-fade-up 0.7s ease 0.08s both;
}

.hero-lead {
  margin-top: 1.15rem;
  max-width: 42rem;
  font-size: clamp(1.05rem, 1.35vw, 1.2rem);
  color: #475569;
  animation: hero-fade-up 0.7s ease 0.16s both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.7rem;
  animation: hero-fade-up 0.7s ease 0.24s both;
}

.ppc-hero .hero-actions .btn {
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.ppc-hero .hero-actions .btn:hover {
  transform: translateY(-3px);
}

.ppc-hero .hero-actions .btn-primary:hover {
  box-shadow: 0 18px 36px rgba(43, 122, 92, 0.32);
}

.ppc-hero .hero-actions .btn-outline:hover {
  background: var(--brand-50);
  border-color: rgba(43, 122, 92, 0.35);
  box-shadow: 0 12px 26px rgba(43, 122, 92, 0.12);
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  padding: 0.2rem 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #334155;
  font-weight: 800;
  font-size: 0.9rem;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
  animation: hero-fade-up 0.6s ease both;
}

.ppc-hero .trust-pill:nth-child(1) {
  animation-delay: 0.32s;
}

.ppc-hero .trust-pill:nth-child(2) {
  animation-delay: 0.4s;
}

.ppc-hero .trust-pill:nth-child(3) {
  animation-delay: 0.48s;
}

.trust-pill:hover {
  transform: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--brand-800);
}

.trust-pill span {
  display: grid;
  place-items: center;
  width: 1.18rem;
  height: 1.18rem;
  border-radius: 999px;
  background: var(--brand-600);
  color: #fff;
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}

.trust-pill:hover span {
  transform: scale(1.08);
}

.hero-card {
  position: relative;
  animation: hero-card-in 0.85s ease 0.18s both;
}

.hero-card-image {
  overflow: hidden;
  border-radius: var(--radius-xxl);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-lg);
  background: #fff;
}

.hero-card-image img {
  width: 100%;
  aspect-ratio: 4 / 4.35;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.hero-card:hover .hero-card-image img {
  transform: scale(1.04);
}

.hero-mini-card {
  position: absolute;
  left: -1.25rem;
  bottom: 1.25rem;
  width: min(335px, 88%);
  padding: 1.05rem;
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(226, 232, 240, 0.88);
  box-shadow: var(--shadow-md);
  animation:
    hero-fade-up 0.75s ease 0.35s both,
    hero-mini-float 4.8s ease-in-out 1.2s infinite;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.hero-mini-card:hover {
  box-shadow: 0 22px 48px rgba(16, 24, 40, 0.14);
}

.mini-title {
  color: var(--brand-700);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.hero-mini-card ol {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
  display: grid;
  gap: 0.55rem;
}

.hero-mini-card li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #334155;
  font-weight: 750;
  font-size: 0.92rem;
  transition: transform 0.2s ease, color 0.2s ease;
}

.hero-mini-card li:hover {
  transform: translateX(3px);
  color: var(--brand-800);
}

.hero-mini-card li span {
  display: grid;
  place-items: center;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  background: var(--brand-100);
  color: var(--brand-700);
  font-size: 0.76rem;
  font-weight: 900;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hero-mini-card li:hover span {
  background: var(--brand-600);
  color: #fff;
  transform: scale(1.06);
}

@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-card-in {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes hero-mini-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes hero-dot-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(43, 122, 92, 0.35);
  }
  50% {
    transform: scale(1.15);
    box-shadow: 0 0 0 6px rgba(43, 122, 92, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ppc-hero .eyebrow,
  .ppc-hero .eyebrow::before,
  .hero-copy h1,
  .hero-lead,
  .hero-actions,
  .trust-pill,
  .hero-card,
  .hero-mini-card {
    animation: none;
  }

  .ppc-hero .hero-actions .btn:hover,
  .trust-pill:hover,
  .trust-pill:hover span,
  .hero-card:hover .hero-card-image img,
  .hero-mini-card li:hover,
  .hero-mini-card li:hover span {
    transform: none;
  }
}

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    text-align: center;
    margin-inline: auto;
  }

  .hero-actions,
  .hero-trust {
    justify-content: center;
  }

  .hero-card {
    max-width: 620px;
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  .ppc-hero {
    padding-top: calc(2.5rem - 10px);
    padding-bottom: 1.1rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-mini-card {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: -1rem;
    margin-bottom: 0.25rem;
  }

  .trust-pill {
    width: 100%;
    justify-content: center;
  }
}

/* Hero Section CSS End Here */

/* Content Bar Section CSS Start Here */

.contact-bar {
  position: relative;
  z-index: 5;
  height: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: visible;
}

.contact-bar .container {
  transform: translateY(-50%);
}

.contact-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.25rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.92);
  box-shadow: var(--shadow-md);
  animation: contact-bar-in 0.55s ease both;
}

.contact-heading {
  color: var(--text);
  font-weight: 900;
  font-size: 1.02rem;
}

.contact-bar-inner p + p {
  margin-top: 0.1rem;
}

.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: flex-end;
}

.contact-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.68rem 0.9rem;
  border-radius: 999px;
  background: var(--brand-50);
  border: 1px solid rgba(43, 122, 92, 0.16);
  color: var(--brand-700);
  font-weight: 850;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.contact-links a:hover {
  transform: translateY(-2px);
  background: color-mix(in oklab, var(--brand-600) 12%, #fff);
  border-color: rgba(43, 122, 92, 0.32);
  box-shadow: 0 10px 22px rgba(43, 122, 92, 0.16);
}

.contact-links a:active {
  transform: translateY(0);
}

.contact-links a:first-child {
  background: var(--brand-600);
  color: #fff;
  box-shadow: 0 12px 24px rgba(43, 122, 92, 0.22);
}

.contact-links a:first-child:hover {
  background: var(--brand-700);
  border-color: var(--brand-700);
  color: #fff;
  box-shadow: 0 16px 30px rgba(43, 122, 92, 0.3);
}

@keyframes contact-bar-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-bar-inner {
    animation: none;
  }

  .contact-links a,
  .contact-links a:hover,
  .contact-links a:active {
    transition: none;
    transform: none;
  }
}

@media (max-width: 820px) {
  .contact-bar {
    height: auto;
    margin: 0;
    padding: 0.85rem 0 0.35rem;
    background: #f7fbf8;
  }

  .contact-bar .container {
    transform: none;
  }

  .contact-bar-inner {
    flex-direction: column;
    align-items: flex-start;
    border-radius: 1.35rem;
    padding: 1.15rem 1.1rem;
    gap: 0.9rem;
  }

  .contact-links {
    width: 100%;
    gap: 0.65rem;
  }

  .contact-links a {
    width: 100%;
  }

  .treatment-hub {
    padding-top: 1.75rem;
    background:
      radial-gradient(
        1000px 520px at 14% 0%,
        rgba(43, 122, 92, 0.1),
        transparent 64%
      ),
      radial-gradient(
        1000px 520px at 88% 12%,
        rgba(215, 173, 99, 0.12),
        transparent 62%
      ),
      linear-gradient(180deg, #f7fbf8 0%, #f8fbf9 52%, #ffffff 100%);
  }
}

/* Content Bar Section CSS End Here */

/* Clean Treatment Hub Section CSS Start Here */

.treatment-hub {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding-block: clamp(3.6rem, 8vw, 6.8rem);
  padding-top: calc(clamp(3.6rem, 8vw, 6.8rem) + 2.75rem);
  background:
    radial-gradient(
      1000px 520px at 14% 0%,
      rgba(43, 122, 92, 0.1),
      transparent 64%
    ),
    radial-gradient(
      1000px 520px at 88% 12%,
      rgba(215, 173, 99, 0.12),
      transparent 62%
    ),
    linear-gradient(180deg, #f7fbf8 0%, #f8fbf9 52%, #ffffff 100%);
}

.treatment-hub::before {
  content: "";
  position: absolute;
  top: 8rem;
  left: -4rem;
  width: min(36rem, 70vw);
  height: min(36rem, 70vw);
  border-radius: 999px;
  background: rgba(43, 122, 92, 0.07);
  filter: blur(6px);
  pointer-events: none;
}

.hub-heading {
  position: relative;
  z-index: 1;
  max-width: 56rem;
  margin-inline: auto;
  text-align: center;
  margin-bottom: clamp(1.5rem, 4vw, 2.4rem);
}

.hub-heading .eyebrow::before {
  display: none;
}

.hub-heading h2 {
  margin-top: 0.6rem;
}

.hub-heading p {
  margin-top: 0.8rem;
}

.hub-shell {
  position: relative;
  z-index: 1;
  padding: clamp(1rem, 2.5vw, 1.45rem);
  border-radius: 2.4rem;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.96),
      rgba(255, 255, 255, 0.82)
    ),
    radial-gradient(
      700px 360px at 10% 0%,
      rgba(43, 122, 92, 0.08),
      transparent 70%
    ),
    radial-gradient(
      700px 360px at 92% 10%,
      rgba(215, 173, 99, 0.1),
      transparent 70%
    );
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(18px);
}

.hub-toolbar {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.hub-search {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3.6rem;
  padding: 0.65rem 1rem;
  border-radius: 1.35rem;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.96);
  box-shadow: var(--shadow-sm);
}

.hub-search span {
  color: var(--brand-700);
  width: 1.4rem;
  flex: 0 0 auto;
}

.hub-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--text);
  background: transparent;
  font-weight: 700;
  padding: 0;
  border-radius: 0;
}

.hub-search input:focus {
  border-color: transparent;
  box-shadow: none;
}

.hub-search input::placeholder {
  color: #94a3b8;
  font-weight: 600;
}

.hub-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hub-filter {
  appearance: none;
  border: 1px solid rgba(43, 122, 92, 0.16);
  border-radius: 999px;
  background: #fff;
  color: #475569;
  padding: 0.65rem 0.88rem;
  font-weight: 850;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.08s ease,
    border-color 0.2s ease;
}

.hub-filter:hover {
  transform: translateY(-1px);
  background: var(--brand-50);
}

.hub-filter.is-active {
  background: var(--brand-600);
  color: #fff;
  border-color: var(--brand-600);
}

.hub-main {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 1rem;
  align-items: stretch;
}

.spotlight-card {
  position: relative;
  overflow: hidden;
  min-height: 32rem;
  border-radius: 2rem;
  padding: 1.15rem;
  background:
    radial-gradient(
      680px 340px at 18% 0%,
      rgba(255, 255, 255, 0.18),
      transparent 70%
    ),
    linear-gradient(
      155deg,
      color-mix(in oklab, var(--theme-a) 88%, #04140f) 0%,
      var(--theme-a) 48%,
      color-mix(in oklab, var(--theme-b) 55%, var(--theme-a)) 100%
    );
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.18);
  display: grid;
  grid-template-rows: auto 1fr;
  transition: background 0.35s ease;
}

.spotlight-bg {
  position: absolute;
  inset: -30%;
  opacity: 0.35;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.28),
      transparent 18%
    ),
    radial-gradient(
      circle at 80% 30%,
      rgba(255, 255, 255, 0.16),
      transparent 16%
    ),
    radial-gradient(
      circle at 50% 80%,
      rgba(255, 255, 255, 0.12),
      transparent 20%
    );
  filter: blur(12px);
  animation: floatGlow 10s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes floatGlow {
  from {
    transform: translate3d(-2%, -2%, 0) scale(1);
  }

  to {
    transform: translate3d(3%, 3%, 0) scale(1.05);
  }
}

.spotlight-visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: min(17.5rem, 70%);
  aspect-ratio: 1 / 1;
  border-radius: 1.75rem;
  margin-inline: auto;
  margin-top: 0.35rem;
  color: var(--theme-a);
  background:
    radial-gradient(
      160px 110px at 28% 20%,
      #fff 0%,
      transparent 70%
    ),
    linear-gradient(160deg, #fff 0%, var(--theme-soft) 100%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  isolation: isolate;
}

.spotlight-visual::before {
  content: "";
  position: absolute;
  inset: 0.7rem;
  border-radius: 1.25rem;
  background: color-mix(in oklab, var(--theme-soft) 70%, #fff);
  border: 1px solid rgba(var(--theme-rgb), 0.12);
  z-index: -1;
}

.spotlight-visual::after {
  display: none;
}

.spotlight-illustration {
  width: 78%;
  max-width: 280px;
  aspect-ratio: 1 / 1;
  color: var(--theme-a);
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
  filter: none;
}

.spotlight-illustration img,
.spotlight-illustration .spotlight-image {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: none;
}

.spotlight-content {
  position: relative;
  z-index: 1;
  align-self: end;
  padding: 1.25rem 1.2rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.spotlight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
}

.spotlight-meta span {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.spotlight-content h3 {
  color: #fff;
  font-size: clamp(1.85rem, 3.4vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.spotlight-content p {
  color: rgba(255, 255, 255, 0.88);
  margin-top: 0.65rem;
  max-width: 42rem;
  font-size: 0.98rem;
}

.spotlight-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.15rem;
}

.spotlight-actions .btn-primary {
  background: #fff;
  color: var(--theme-a);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.spotlight-actions .btn-primary:hover {
  background: #f8fafc;
  color: var(--theme-a);
}

.spotlight-actions .btn-glass {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.spotlight-actions .btn-glass:hover {
  background: rgba(255, 255, 255, 0.22);
}

.browser-panel {
  overflow: hidden;
  border-radius: 2rem;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.96);
  box-shadow: var(--shadow-md);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.browser-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.browser-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  margin-top: 0.9rem;
}

.browser-kicker {
  color: var(--brand-700);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

#browserCount {
  margin-top: 0.1rem;
  font-size: 0.9rem;
  font-weight: 750;
  color: #64748b;
}

.browser-controls {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  flex-shrink: 0;
}

.round-control,
.pause-control {
  appearance: none;
  border: 1px solid var(--brand-600);
  background: var(--brand-600);
  color: #fff;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(43, 122, 92, 0.22);
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.08s ease,
    box-shadow 0.2s ease;
}

.round-control {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  line-height: 1;
}

.round-control svg,
.pause-control svg {
  display: block;
}

.pause-control {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: grid;
  place-items: center;
}

.pause-control .icon-play {
  display: none;
}

.pause-control.is-paused .icon-pause {
  display: none;
}

.pause-control.is-paused .icon-play {
  display: block;
}

.round-control:hover,
.pause-control:hover {
  background: var(--brand-700);
  border-color: var(--brand-700);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(43, 122, 92, 0.28);
}

.browser-window {
  overflow: hidden;
  padding: 0.25rem;
  margin-inline: -0.25rem;
  flex: 1;
  touch-action: pan-y;
  cursor: grab;
}

.browser-window:active {
  cursor: grabbing;
}

.treatment-track {
  display: flex;
  gap: 1rem;
  transition: transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
  touch-action: pan-y;
}

.treatment-mini-card {
  appearance: none;
  text-align: left;
  cursor: pointer;
  flex: 0 0 calc((100% - 1rem) / 2);
  min-height: 26rem;
  padding: 0.95rem;
  border-radius: 1.55rem;
  background: #fff;
  color: var(--text);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.96);
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
}

.treatment-mini-card::before {
  content: "";
  position: absolute;
  inset: auto -30% -45% auto;
  width: 9rem;
  height: 9rem;
  border-radius: 999px;
  background: rgba(var(--theme-rgb), 0.11);
  filter: blur(1px);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.treatment-mini-card:hover,
.treatment-mini-card.is-active {
  transform: translateY(-5px);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.13);
  border-color: rgba(var(--theme-rgb), 0.28);
}

.treatment-mini-card:hover::before,
.treatment-mini-card.is-active::before {
  transform: scale(1.18);
  opacity: 1;
}

.treatment-mini-card.is-active {
  box-shadow: 0 18px 50px rgba(var(--theme-rgb), 0.2);
  border-color: rgba(var(--theme-rgb), 0.35);
}

.mini-visual {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 12.5rem;
  padding: 0.55rem;
  border-radius: 1.25rem;
  color: var(--theme-a);
  background: linear-gradient(145deg, var(--theme-soft), rgba(var(--theme-rgb), 0.13));
  box-shadow: inset 0 0 0 1px rgba(var(--theme-rgb), 0.1);
  overflow: hidden;
}

.mini-visual::before,
.mini-visual::after {
  display: none;
}

.mini-illustration {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 1.1rem;
  overflow: hidden;
  color: var(--theme-a);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
  filter: none;
}

.mini-illustration img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mini-card-copy {
  position: relative;
  z-index: 1;
  display: block;
  padding-inline: 0.25rem;
}

.mini-card-copy strong {
  display: block;
  font-size: 1.28rem;
  line-height: 1.12;
  letter-spacing: -0.04em;
  color: var(--text);
}

.mini-card-copy small {
  display: block;
  margin-top: 0.4rem;
  color: #64748b;
  font-weight: 800;
  font-size: 0.9rem;
}

.mini-status {
  position: relative;
  z-index: 2;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  background: var(--brand-600);
  color: #fff;
  border: 1px solid var(--brand-600);
  font-size: 0.84rem;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(43, 122, 92, 0.2);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.mini-status:hover {
  transform: translateY(-1px);
  color: #fff;
  background: var(--brand-700);
  border-color: var(--brand-700);
  box-shadow: 0 14px 28px rgba(43, 122, 92, 0.28);
}

.hub-progress {
  overflow: hidden;
  height: 0.45rem;
  border-radius: 999px;
  background: #e2e8f0;
  margin-top: 0;
  flex: 1;
  min-width: 0;
}

.hub-progress span {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-600), var(--gold));
  transition: width 0.3s ease;
}

.hub-empty {
  text-align: center;
  padding: 1rem;
  color: #64748b;
  font-weight: 800;
}

.hub-bottom-cta {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.35rem;
}

@media (max-width: 1024px) {
  .hub-main {
    grid-template-columns: 1fr;
  }

  .spotlight-card {
    min-height: 29rem;
  }

  .treatment-mini-card {
    flex-basis: calc((100% - 1rem) / 2);
    min-height: 23rem;
  }
}

@media (max-width: 700px) {
  .hub-shell {
    border-radius: 1.5rem;
  }

  .hub-filter-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }

  .hub-filter {
    flex: 0 0 auto;
  }

  .hub-main {
    gap: 0.85rem;
  }

  .spotlight-card {
    display: none;
  }

  .browser-panel {
    width: 100%;
  }

  .browser-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .browser-bottom {
    flex-wrap: wrap;
  }

  .browser-controls {
    width: 100%;
    justify-content: flex-end;
  }

  .pause-control {
    margin-left: 0;
  }

  .treatment-mini-card {
    flex-basis: 100%;
    min-height: 21rem;
  }
}

/* Clean Treatment Hub Section CSS End Here */

/* How It Work Section CSS Start Here */

.section-heading {
  max-width: 54rem;
  margin-inline: auto;
  text-align: center;
  margin-bottom: clamp(1.5rem, 4vw, 2.45rem);
}

.section-heading h2 {
  margin-top: 0.55rem;
}

.section-heading p {
  margin-top: 0.75rem;
  color: #64748b;
}

/* PROCESS */
.process-section {
  padding-block: clamp(3.2rem, 7vw, 5.7rem);
  background: linear-gradient(180deg, #f8fbf9 0%, #ffffff 100%);
  border-block: 1px solid rgba(226, 232, 240, 0.75);
}

.process-copy {
  max-width: 42rem;
  margin-inline: auto;
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.process-copy .eyebrow::before {
  display: none;
}

.process-copy h2 {
  margin-top: 0.55rem;
}

.process-copy p {
  margin-top: 0.75rem;
  color: #64748b;
}

.process-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  counter-reset: none;
  position: relative;
}

.process-steps::before {
  content: "";
  position: absolute;
  top: 1.55rem;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(43, 122, 92, 0.15),
    rgba(43, 122, 92, 0.45),
    rgba(215, 173, 99, 0.55),
    rgba(43, 122, 92, 0.15)
  );
  z-index: 0;
}

.process-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.process-step-marker {
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 999px;
  background: #fff;
  border: 2px solid rgba(43, 122, 92, 0.28);
  box-shadow: 0 10px 24px rgba(43, 122, 92, 0.12);
  color: var(--brand-700);
  font-weight: 900;
  font-size: 0.92rem;
  letter-spacing: -0.02em;
}

.process-step-body {
  width: 100%;
  padding: 1.2rem 1rem;
  border-radius: 1.35rem;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.96);
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.process-step:hover .process-step-body {
  transform: translateY(-3px);
  border-color: rgba(43, 122, 92, 0.28);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.process-step:hover .process-step-marker {
  background: var(--brand-600);
  border-color: var(--brand-600);
  color: #fff;
}

.process-step-body h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  line-height: 1.25;
}

.process-step-body p {
  margin: 0;
  color: #64748b;
  font-size: 0.94rem;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem 1rem;
  }

  .process-steps::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .process-steps {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 0.35rem;
  }

  .process-step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 0.95rem;
    padding-bottom: 1.25rem;
  }

  .process-step:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 1.45rem;
    top: 3.1rem;
    bottom: 0;
    width: 2px;
    background: linear-gradient(
      180deg,
      rgba(43, 122, 92, 0.35),
      rgba(43, 122, 92, 0.08)
    );
  }

  .process-step-marker {
    flex-shrink: 0;
  }

  .process-step-body {
    flex: 1;
  }

  .process-step:hover .process-step-body {
    transform: none;
  }
}

/* How It Work Section CSS End Here */

/* Why Choose Us Section CSS Start Here */

.why-section {
  padding-block: clamp(3.2rem, 7vw, 5.7rem);
  background:
    radial-gradient(
      900px 420px at 50% 0%,
      rgba(43, 122, 92, 0.08),
      transparent 62%
    ),
    linear-gradient(180deg, #ffffff 0%, #f7fbf8 100%);
}

.why-section .section-heading {
  max-width: 44rem;
}

.why-section .section-heading .eyebrow::before {
  display: none;
}

.why-section .section-heading p {
  color: #64748b;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.why-card {
  position: relative;
  padding: 1.55rem 1.4rem 1.45rem;
  border-radius: 1.55rem;
  border: 1px solid rgba(226, 232, 240, 0.96);
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  overflow: hidden;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.4rem;
  right: 1.4rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand-600), var(--gold));
  opacity: 0;
  transform: scaleX(0.6);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.why-card:hover {
  transform: translateY(-5px);
  border-color: rgba(43, 122, 92, 0.22);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.why-card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.why-icon {
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1rem;
  background:
    radial-gradient(
      80px 60px at 30% 25%,
      #fff,
      transparent 70%
    ),
    linear-gradient(145deg, var(--brand-50), color-mix(in oklab, var(--brand-100) 70%, #fff));
  border: 1px solid rgba(43, 122, 92, 0.12);
  margin-bottom: 1.05rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.why-icon img {
  width: 1.45rem;
  height: 1.45rem;
  object-fit: contain;
}

.why-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.15rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.why-card p {
  margin: 0;
  color: #64748b;
  font-size: 0.96rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .why-card {
    padding: 1.35rem 1.2rem;
  }
}

/* Why Choose Us Section CSS End Here */

/* Reviews Section CSS Start Here */

.reviews-section {
  padding-block: clamp(3.2rem, 7vw, 5.7rem);
  background:
    radial-gradient(
      900px 380px at 80% 0%,
      rgba(215, 173, 99, 0.12),
      transparent 58%
    ),
    radial-gradient(
      900px 380px at 12% 100%,
      rgba(43, 122, 92, 0.1),
      transparent 62%
    ),
    linear-gradient(180deg, #f8fbf9 0%, #ffffff 100%);
  border-top: 1px solid rgba(226, 232, 240, 0.75);
}

.reviews-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.7fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: end;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.reviews-copy {
  max-width: 40rem;
}

.reviews-copy h2 {
  margin-top: 0.55rem;
}

.reviews-copy > p {
  margin-top: 0.8rem;
  max-width: 54ch;
  color: #64748b;
}

.review-summary {
  display: none;
}

.google-rating-card {
  width: 100%;
  max-width: 280px;
  justify-self: end;
  padding: 1rem 1rem 0.85rem;
  border-radius: 1.35rem;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.96);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.google-rating-main {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.google-rating-logo {
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.95);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
  flex-shrink: 0;
}

.google-rating-label {
  margin: 0;
  color: #0f274c;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
}

.google-rating-score {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.28rem;
}

.google-rating-score strong {
  color: #0f274c;
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.google-rating-stars {
  color: #f4b400;
  letter-spacing: 0.04em;
  font-size: 0.95rem;
  line-height: 1;
}

.google-rating-verified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  margin-top: 0.9rem;
  padding: 0.55rem 0.75rem;
  border-radius: 999px;
  background: #eef3ff;
  color: #5f6b7a;
  font-size: 0.82rem;
  font-weight: 700;
}

.google-wordmark span:nth-child(1) { color: #4285f4; }
.google-wordmark span:nth-child(2) { color: #ea4335; }
.google-wordmark span:nth-child(3) { color: #fbbc05; }
.google-wordmark span:nth-child(4) { color: #4285f4; }
.google-wordmark span:nth-child(5) { color: #34a853; }
.google-wordmark span:nth-child(6) { color: #ea4335; }

.google-rating-note {
  margin: 0.45rem 0 0;
  color: #94a3b8;
  font-size: 0.68rem;
  line-height: 1.35;
  text-align: center;
  font-weight: 600;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.review-card {
  display: flex;
  flex-direction: column;
  padding: 1.35rem 1.25rem 1.25rem;
  border-radius: 1.55rem;
  background: #fff;
  border: 1px solid rgba(226, 232, 240, 0.96);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(43, 122, 92, 0.2);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.review-card.is-featured {
  background:
    linear-gradient(180deg, #ffffff 0%, #f4fbf7 100%);
  border-color: rgba(43, 122, 92, 0.22);
  box-shadow: 0 16px 40px rgba(43, 122, 92, 0.1);
}

.review-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.stars {
  color: #d79b2b;
  letter-spacing: 0.08em;
  font-size: 1rem;
}

.review-quote {
  font-size: 2.6rem;
  line-height: 0.7;
  color: rgba(43, 122, 92, 0.28);
  font-weight: 900;
}

.review-card > p {
  color: #334155;
  font-weight: 600;
  line-height: 1.55;
  flex: 1;
  margin: 0;
}

.review-person {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(226, 232, 240, 0.95);
}

.review-person > span {
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--brand-100), var(--brand-50));
  color: var(--brand-700);
  font-weight: 900;
  border: 1px solid rgba(43, 122, 92, 0.12);
}

.review-person strong {
  display: block;
  color: var(--text);
  line-height: 1.2;
}

.review-person small {
  display: block;
  color: #64748b;
  font-weight: 700;
  margin-top: 0.1rem;
}

@media (max-width: 960px) {
  .reviews-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .reviews-copy {
    text-align: center;
    margin-inline: auto;
  }

  .reviews-copy > p,
  .google-rating-card {
    margin-inline: auto;
    justify-self: center;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 701px) and (max-width: 960px) {
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 28rem;
    margin-inline: auto;
    width: 100%;
  }
}

/* Reviews Section CSS End Here */

/* CTA Section CSS Start Here */

.final-cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.6rem, 8vw, 6.5rem);
  background:
    radial-gradient(
      700px 360px at 12% 20%,
      rgba(215, 173, 99, 0.22),
      transparent 60%
    ),
    radial-gradient(
      800px 420px at 88% 80%,
      rgba(255, 255, 255, 0.12),
      transparent 58%
    ),
    linear-gradient(135deg, #082419 0%, var(--brand-800) 48%, var(--brand-600) 100%);
}

.final-cta-glow {
  position: absolute;
  inset: auto -8rem -12rem auto;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  background: rgba(215, 173, 99, 0.18);
  filter: blur(10px);
  pointer-events: none;
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 52rem;
  margin-inline: auto;
  text-align: center;
}

.final-copy .eyebrow {
  justify-content: center;
  color: rgba(255, 255, 255, 0.82);
  letter-spacing: 0.12em;
}

.final-copy h2 {
  margin-top: 0.75rem;
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.final-copy p {
  margin: 0.9rem auto 0;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  line-height: 1.55;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.75rem;
}

.final-actions .btn-light {
  background: #fff;
  color: var(--brand-800);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.final-actions .btn-light:hover {
  background: #f8fafc;
  color: var(--brand-900);
}

.final-actions .btn-outline-light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.final-actions .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.16);
}

@media (max-width: 640px) {
  .final-actions,
  .final-actions .btn {
    width: 100%;
  }
}

/* CTA Section CSS End Here */

/* Footer Section CSS Start Here */

.site-footer {
  --footer-surface: var(--footer-bg, #0b1220);
  --footer-muted: color-mix(in oklab, #fff 62%, #0b1220);
  --footer-line: color-mix(in oklab, #fff 12%, transparent);
  background: var(--footer-surface);
  color: var(--footer-text, #e5e7eb);
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  margin-top: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, minmax(0, 0.85fr)) 1.2fr;
  gap: clamp(1.5rem, 3.5vw, 2.5rem);
  padding-bottom: clamp(1.75rem, 4vw, 2.5rem);
  align-items: start;
}

.footer-col,
.footer-col p,
.footer-contact {
  color: var(--footer-muted);
}

.footer-head {
  color: #fff;
  font-size: 0.92rem !important;
  font-weight: 750 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}

.footer-brand p {
  color: #fff;
  font-size: clamp(1.25rem, 1.8vw, 1.45rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.15;
}

.footer-note {
  color: var(--footer-muted) !important;
  margin: 0.45rem 0 0 !important;
  font-size: 0.92rem;
  line-height: 1.45;
}

.site-footer .gphc-wrap {
  margin-top: 1rem;
  max-width: 220px;
}

.site-footer .gphc-wrap img,
.site-footer .gphc-badge {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.65rem;
  filter: none;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.15rem;
}

.social {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: color-mix(in oklab, #fff 10%, transparent);
  border: 1px solid color-mix(in oklab, #fff 16%, transparent);
  color: #fff;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.15s ease;
}

.social__icon {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
}

.social:hover {
  background: var(--brand-600);
  border-color: var(--brand-600);
  color: #fff;
  transform: translateY(-1px);
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.site-footer .footer-links li,
footer .footer-links li {
  color: #e2e8f0;
  margin: 0;
}

.footer-links a {
  color: #e2e8f0;
  text-decoration: none;
  font-weight: 550;
  font-size: 0.98rem;
  line-height: 1.35;
  transition: color 0.15s ease;
}

.footer-links a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.footer-contact > li {
  display: grid;
  grid-template-columns: 1.35rem minmax(0, 1fr);
  column-gap: 0.7rem;
  align-items: start;
}

.footer-contact__icon {
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.12rem;
  color: var(--brand-400, #5aa184);
}

.footer-contact__icon svg {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
}

.footer-contact__body {
  min-width: 0;
}

.footer-contact__value {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.45;
  word-break: break-word;
}

.footer-contact__value:hover {
  color: color-mix(in oklab, var(--brand-400) 70%, #fff);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-contact__value--text {
  color: #e2e8f0;
  font-weight: 550;
}

.footer-bar {
  border-top: 1px solid var(--footer-line);
  padding-block: 1.05rem;
  background: color-mix(in oklab, #000 22%, transparent);
}

.footer-bar__inner {
  display: grid;
  gap: 0.3rem;
  text-align: center;
  justify-items: center;
}

.footer-bar__meta,
.footer-bar__copy {
  margin: 0;
  color: color-mix(in oklab, #fff 48%, transparent);
  font-size: 0.88rem;
  line-height: 1.45;
}

.footer-bar__meta a {
  color: color-mix(in oklab, var(--brand-400) 80%, #fff);
  text-decoration: none;
  font-weight: 650;
}

.footer-bar__meta a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-bar__gphc {
  white-space: nowrap;
}

.footer-strong {
  color: #fff;
}

.footer-accent {
  color: var(--brand-400);
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-col--brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-col--brand {
    grid-column: auto;
    order: 1;
  }

  .footer-col--contact {
    order: 2;
  }

  .footer-col--quick {
    order: 3;
  }

  .footer-col--legal {
    order: 4;
  }

  .footer-links--nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.15rem;
  }

  .footer-links--nav li {
    display: inline-flex;
    align-items: center;
  }

  .footer-links--nav li:not(:last-child)::after {
    content: "·";
    margin-inline: 0.45rem;
    color: color-mix(in oklab, #fff 28%, transparent);
    pointer-events: none;
  }

  .footer-links--nav a {
    font-size: 0.92rem;
    white-space: nowrap;
  }

  .footer-head {
    margin-bottom: 0.65rem;
  }
}

/* Footer Section CSS End Here */

/* 404 Page */
.err-404 {
  padding-block: clamp(3rem, 8vw, 5.5rem);
  background:
    radial-gradient(
      ellipse at 50% 0%,
      color-mix(in oklab, var(--brand-600) 12%, transparent),
      transparent 55%
    ),
    linear-gradient(180deg, #f7fbf8 0%, #fff 70%);
  background-repeat: no-repeat;
  border-bottom: 1px solid color-mix(in oklab, var(--brand-600) 10%, #e5e7eb);
}

.err-404__inner {
  max-width: 40rem;
  margin-inline: auto;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 0.65rem;
}

.err-404__code {
  margin: 0;
  font-size: clamp(3.5rem, 10vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: color-mix(in oklab, var(--brand-600) 28%, #fff);
}

.err-404__eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-700);
}

.err-404__title {
  margin: 0;
  color: #0f2b1f;
  letter-spacing: -0.02em;
}

.err-404__lead {
  margin: 0.15rem 0 0;
  max-width: 34rem;
  line-height: 1.55;
  color: color-mix(in oklab, var(--text) 88%, #0f2b1f);
}

.err-404__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0.85rem;
  width: 100%;
}

@media (max-width: 640px) {
  .err-404__actions .btn {
    flex: 1 1 100%;
    width: 100%;
  }
}

/* Home Page CSS Start Here */

/* About US Page CSS Start Here */

.hero--soft.about-hero {
  --hero-h: clamp(260px, 38vh, 420px);
  position: relative;
  padding-block: clamp(2rem, 7vw, 3rem);
  padding-bottom: calc(var(--hero-h) + clamp(1rem, 3vw, 1.25rem));
  border: 1px dashed color-mix(in oklab, var(--brand-600) 30%, transparent);
  border-left: none;
  border-right: none;
  background: #fff;
  display: block;
}

.about-hero .hero-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: clamp(36px, 5vh, 72px);
  width: min(92%, var(--container-max));
  height: var(--hero-h);
  border-radius: var(--radius-3);
  box-shadow: var(--shadow-2);
  background-image:
    linear-gradient(0deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
    url("../img/Pills.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero--soft.about-hero .hero-inner {
  padding-block: 0;
  /* padding-inline: 0; */
}

.hero--soft.about-hero .hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 56rem;
  margin-inline: auto;
}

.hero--soft h1 {
  margin-bottom: 0.35rem;
}

.hero--soft p {
  color: var(--muted);
}

/* =========================
   STORY
========================= */
.about-story {
  padding-block: clamp(1.5rem, 6vw, 2.6rem);
}

.story-grid {
  display: grid;
  gap: clamp(1rem, 3vw, 2rem);
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
}

@media (max-width: 960px) {
  .story-grid {
    grid-template-columns: 1fr;
  }

  .story-media {
    order: -1;
  }
}

.story-copy h2 {
  margin-bottom: 0.5rem;
}

.story-copy p {
  margin: 0.5rem 0;
}

/* story image */
.story-photo {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: var(--radius-3);
  background-image: url("../img/Pills.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: var(--shadow-2);
}

/* =========================
   PROMISE CARDS
========================= */
.about-promise {
  padding-block: clamp(1.5rem, 6vw, 2.5rem);
}

.section-title {
  text-align: center;
  margin-bottom: 1rem;
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.9rem, 2.6vw, 1.2rem);
}

@media (max-width: 980px) {
  .promise-grid {
    grid-template-columns: 1fr;
  }
}

.promise-card {
  display: grid;
  gap: 0.6rem;
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--border) 85%, transparent);
  border-radius: var(--radius-3);
  padding: clamp(1rem, 2.6vw, 1.35rem);
  box-shadow: var(--shadow-2);
}

.promise-card h3 {
  margin: 0.25rem 0;
  font-size: 1.05rem;
}

.promise-card p {
  margin: 0;
  color: var(--text);
}

.pc-icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  background: color-mix(in oklab, var(--brand-600) 16%, #fff);
  color: color-mix(in oklab, var(--brand-600) 80%, #2a3b2f);
  box-shadow: var(--shadow-1);
}

.pc-icon--tan {
  background: #e9ddcf;
  color: #6d5a47;
}

.pc-icon .icon {
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}

/* =========================
   TEAM
========================= */
.about-team {
  padding-block: clamp(1.5rem, 6vw, 2.6rem);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 2.6vw, 1.25rem);
}

@media (max-width: 860px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.team-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 1rem;
  align-items: start;
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--border) 85%, transparent);
  border-radius: var(--radius-3);
  padding: clamp(1rem, 2.5vw, 1.25rem);
  box-shadow: var(--shadow-2);
}

@media (max-width: 540px) {
  .team-card {
    grid-template-columns: 1fr;
  }
}

.team-media {
  width: 100%;
}

.team-photo {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 1rem;
  background-image: url("../img/Pills.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: var(--shadow-1);
}

.tp--khawaja {
}

.tp--aleena {
}

.team-body {
  display: grid;
  gap: 0.4rem;
}

.team-name {
  color: var(--text);
}

.team-role {
  font-weight: 600;
  color: var(--brand-600);
}

.team-list {
  margin-top: 0.25rem;
  display: grid;
  gap: 0.35rem;
}

.team-list li {
  color: var(--muted);
}

.team-list strong {
  color: var(--text);
}

.link {
  color: var(--brand-600);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* =========================
   CTA
========================= */
.about-cta {
  padding-block: clamp(1.5rem, 6vw, 2.25rem);
  background: color-mix(in oklab, var(--brand-600) 8%, #fff);
  border-top: 1px solid color-mix(in oklab, var(--border) 80%, transparent);
}

.cta-inner {
  text-align: center;
  max-width: 48rem;
}

.cta-inner p {
  color: var(--muted);
  margin-bottom: 0.8rem;
}

/* GPhC badge styles */
.gphc-wrap {
  margin: 0.25rem 0 1rem;
}

.gphc-badge {
  width: 240px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.08));
}

/* About Us CSS End Here */

/* Contact Us CSS Start Here */

body.contact-us-page .brand-logo {
  width: 240px;
  height: auto;
}

body.contact-us-page .container.grid {
  grid-template-columns: repeat(2, 1fr);
}

body.contact-us-page .card {
  height: auto;
}

.intro {
  background:
    radial-gradient(
      900px 360px at 50% -8%,
      color-mix(in oklab, var(--brand-600) 10%, #fff),
      #fff 60%
    ),
    linear-gradient(180deg, #fbfdfa 0%, #ffffff 60%);
  border-bottom: 1px solid color-mix(in oklab, var(--border) 70%, transparent);
}

.intro__inner {
  padding-block: clamp(2.2rem, 6vw, 3.2rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--brand-700);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

body.contact-us-page .eyebrow::before {
  display: none;
}

.lead {
  max-width: 62ch;
  margin-top: 0.4rem;
}

/* Toolbar (email/phone) */
.toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  margin-top: 1rem;
}

.tool {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  background: var(--chip-bg);
  box-shadow: inset 0 0 0 1px var(--chip-stroke);
  color: var(--brand-600);
}

.tool--primary {
  box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--brand-600) 36%, #fff);
}

.icon {
  width: 18px;
  height: 18px;
}

.sla {
  font-size: 0.95rem;
  color: var(--muted);
}

/* =============== GRID PANEL =============== */
.panel {
  padding-block: clamp(1.6rem, 6vw, 2.4rem);
}

.grid {
  display: grid;
  gap: clamp(1rem, 3vw, 1.25rem);
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
}

@media (max-width: 980px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

/* Cards */
.card {
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--border) 78%, transparent);
  border-radius: var(--radius-3);
  box-shadow: var(--shadow-2);
  padding: clamp(1rem, 2.2vw, 1.35rem);
}

.card__head {
  margin-bottom: 0.35rem;
}

.card--info h2 {
  margin-bottom: 0.5rem;
}

/* Info list */
.list {
  display: grid;
  gap: 1rem;
}

.label {
  display: block;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.15rem;
}

.link {
  color: var(--brand-600);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.link--strong {
  font-weight: 800;
}

address {
  font-style: normal;
}

/* =============== FORM =============== */
.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-top: 0.35rem;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.field--full {
  grid-column: 1 / -1;
}

label {
  font-weight: 600;
  color: #0f172a;
}

.req {
  color: var(--brand-600);
  margin-left: 0.15rem;
}

input,
textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid var(--border);
  background: #fff;
  outline: 0;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.06s ease;
}

input:focus,
textarea:focus {
  border-color: color-mix(in oklab, var(--brand-600) 55%, var(--border));
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--brand-600) 14%, #fff);
}

textarea {
  resize: vertical;
  min-height: 160px;
}

/* Actions */
.actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

.btn {
  --pad-y: 0.95rem;
  --pad-x: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: var(--pad-y) var(--pad-x);
  font-weight: 900;
  border-radius: 999px;
  cursor: pointer;
  border: 1px solid transparent;
  text-align: center;
  transition:
    transform 0.06s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

.btn:active {
  transform: translateY(1px);
}

.btn--primary {
  background: var(--brand-600);
  color: #fff;
  box-shadow: var(--shadow-1);
}

.btn--primary:hover {
  background: color-mix(in oklab, var(--brand-600) 85%, black);
}

.btn--ghost {
  background: #fff;
  color: var(--brand-600);
  border: 1px solid color-mix(in oklab, var(--brand-600) 40%, #fff);
}

.btn--ghost:hover {
  background: color-mix(in oklab, var(--brand-600) 6%, #fff);
}

/* Contact Us CSS End Here */

/* Treatment Page CSS Start Here */

.ph {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-3);
  background: #e6f0ff;
  border: 2px dashed #9ec2ff;
  color: #6b82a8;
  box-shadow: var(--shadow-2);
}

.hero {
  position: relative;
  min-height: clamp(520px, 60vh, 680px);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero .hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 48rem;
  padding-block: clamp(3rem, 8vw, 6rem);
  padding-inline: clamp(1rem, 4vw, 2rem);
}

.ph-hero {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: clamp(36px, 5vh, 72px);
  width: min(92%, var(--container-max));
  height: clamp(260px, 38vh, 420px);
  border-radius: var(--radius-3);
  border: none;
  background-image: url("../img/Treatmentfirstpageimage.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* =========================
   DROPDOWN (“See all treatments”) — make it feel separate
========================= */
.treatments-menu {
  position: relative;
}

.treatments-menu summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
}

.treatments-menu summary::-webkit-details-marker {
  display: none;
}

/* Panel */
.treatments-panel {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 14px);
  width: min(980px, 92vw);
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--border) 82%, transparent);
  border-radius: var(--radius-3);
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.18);
  z-index: 50;
  padding: clamp(1rem, 2.2vw, 1.35rem);
  max-height: min(70vh, 560px);
  overflow: auto;
  overscroll-behavior: contain;
}

/* little pointer */
.treatments-menu[open] .treatments-panel::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background: #fff;
  border-left: 1px solid color-mix(in oklab, var(--border) 82%, transparent);
  border-top: 1px solid color-mix(in oklab, var(--border) 82%, transparent);
}

/* Grid inside */
.treatments-panel-inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem 1.25rem;
}

@media (max-width: 1000px) {
  .treatments-panel-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .treatments-panel {
    left: 0;
    transform: none;
    width: 92vw;
  }

  .treatments-panel-inner {
    grid-template-columns: 1fr;
  }
}

body.treatment-page h3.tp-title {
  font-size: 0.98rem;
  color: var(--text);
  font-weight: 800;
  padding-bottom: 0.55rem;
  margin-bottom: 0.7rem;
  border-bottom: 2px solid color-mix(in oklab, var(--brand-600) 55%, #fff);
}

.tp-title {
  font-size: 0.98rem;
  color: var(--text);
  font-weight: 800;
  padding-bottom: 0.55rem;
  margin-bottom: 0.7rem;
  border-bottom: 2px solid color-mix(in oklab, var(--brand-600) 55%, #fff);
}

.tp-list {
  display: grid;
  gap: 0.5rem;
}

/* Links in dropdown */
.tp-list a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: color-mix(in oklab, var(--text) 88%, var(--muted));
  padding: 0.35rem 0.25rem;
  border-radius: 0.6rem;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

.tp-list a::after {
  content: "›";
  color: color-mix(in oklab, var(--muted) 70%, #fff);
  transform: translateY(-0.5px);
}

.tp-list a:hover {
  background: color-mix(in oklab, var(--brand-600) 7%, #fff);
  color: var(--text);
}

/* =========================
   “Treatments by category” cards
========================= */
.treatments-by-category {
  padding-block: clamp(2.25rem, 6vw, 4rem);
}

.treatments-by-category h2 {
  color: var(--text);
  margin-bottom: 0.35rem;
}

.treatments-by-category p {
  margin-bottom: 1.25rem;
}

.tbc-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.25rem);
}

@media (max-width: 1100px) {
  .tbc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .tbc-grid {
    grid-template-columns: 1fr;
  }
}

.tbc-card {
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--border) 82%, transparent);
  border-radius: var(--radius-3);
  box-shadow: var(--shadow-2);
  padding: 1.1rem 1.1rem 1rem;
}

body.treatment-page .tbc-card h3 {
  color: var(--text);
  font-size: 1.05rem;
  margin-bottom: 0.65rem;
  padding-bottom: 0.55rem;
  border-bottom: 2px solid color-mix(in oklab, var(--brand-600) 55%, #fff);
}

.tbc-card ul {
  display: grid;
  gap: 0.55rem;
}

.tbc-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.25rem;
  border-radius: 0.6rem;
  color: color-mix(in oklab, var(--text) 86%, var(--muted));
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

.tbc-card a::after {
  content: "›";
  color: color-mix(in oklab, var(--muted) 70%, #fff);
  transform: translateY(-0.5px);
}

.tbc-card a:hover {
  background: color-mix(in oklab, var(--brand-600) 7%, #fff);
  color: var(--text);
}

/* Treatment Page CSS Ends Here */

/* Treatment Inner Page CSS Start Here */

/* =========================
   Treatment Layout 1 (e.g. Erectile dysfunction)
========================= */
body.treatment-inner-page {
  background: #fff;
}

.ed-hero {
  padding-block: clamp(1.75rem, 4.5vw, 3.25rem);
  background:
    radial-gradient(
      ellipse at 75% 0%,
      color-mix(in oklab, var(--brand-600) 12%, transparent),
      transparent 48%
    ),
    linear-gradient(180deg, #f7fbf8 0%, #fff 100%);
  background-repeat: no-repeat;
  border-bottom: 1px solid color-mix(in oklab, var(--brand-600) 10%, #e5e7eb);
}

.ed-hero-inner {
  display: grid;
  gap: 0.85rem;
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
  justify-items: center;
}

.ed-breadcrumb ol {
  list-style: none;
  margin: 0 0 0.35rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.85rem;
}

.ed-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  color: #94a3b8;
}

.ed-breadcrumb a {
  color: var(--brand-700);
  font-weight: 600;
  text-decoration: none;
}

.ed-breadcrumb a:hover {
  text-decoration: underline;
}

.ed-breadcrumb [aria-current="page"] span {
  color: #0f2b1f;
  font-weight: 650;
}

.ed-kicker {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--brand-700);
}

.ed-hero-inner h1 {
  margin: 0;
  color: #0f2b1f;
}

.ed-sub {
  margin: 0;
  max-width: 42rem;
  font-size: clamp(1.02rem, 0.3vw + 0.95rem, 1.1rem);
  line-height: 1.55;
  color: color-mix(in oklab, var(--text) 88%, #0f2b1f);
}

.ed-cta-row {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 0.35rem;
}

.ed-cta-row .btn {
  transition:
    transform 0.15s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.ed-cta-row .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(18, 58, 43, 0.18);
}

@media (max-width: 640px) {
  .ed-cta-row {
    width: 100%;
  }

  .ed-cta-row .btn:first-child {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }

  .ed-cta-row .btn:not(:first-child) {
    flex: 1 1 calc(50% - 0.35rem);
    min-width: 0;
  }
}

.ed-note {
  margin-top: 0.5rem;
  max-width: 42rem;
  width: 100%;
  border-radius: 1rem;
  padding: 0.9rem 1.1rem;
  text-align: left;
  background: color-mix(in oklab, var(--brand-600) 6%, #fff);
  border: 1px solid color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
  color: color-mix(in oklab, var(--text) 82%, #0f2b1f);
  line-height: 1.55;
}

.ed-note p {
  margin: 0;
  color: inherit;
}

.ed-note strong {
  color: #0f2b1f;
}

.ed-content {
  padding-block: clamp(2rem, 5vw, 3.5rem);
  background: #fff;
}

.ed-content .container {
  max-width: 1100px;
}

.ed-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  align-items: start;
}

@media (max-width: 980px) {
  .ed-grid {
    grid-template-columns: 1fr;
  }
}

.ed-card {
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 12%, #e5e7eb);
  border-radius: 1.25rem;
  box-shadow: 0 14px 36px rgba(18, 58, 43, 0.06);
  padding: clamp(1.15rem, 2.4vw, 1.5rem);
}

.ed-card h2 {
  margin: 0 0 0.85rem;
  color: #0f2b1f;
}

.ed-card-soft {
  background: #f7fbf8;
  border-color: color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
}

.ed-wide {
  grid-column: 1 / -1;
}

.ed-wide__body p {
  margin: 0;
  line-height: 1.6;
  color: color-mix(in oklab, var(--text) 88%, #0f2b1f);
}

.ed-muted {
  color: color-mix(in oklab, var(--text) 78%, #0f2b1f);
  line-height: 1.5;
  margin: 0 0 0.9rem;
}

.ed-divider {
  height: 1px;
  background: color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
  margin: 1rem 0;
}

.ed-steps {
  list-style: none;
  display: grid;
  gap: 0.95rem;
  margin: 0;
  padding: 0;
  counter-reset: none;
}

.ed-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
}

.ed-steps h3 {
  margin: 0 0 0.25rem;
  color: #0f2b1f;
  font-size: 1.02rem;
}

.ed-steps p {
  margin: 0;
  line-height: 1.5;
  color: color-mix(in oklab, var(--text) 85%, #0f2b1f);
}

.ed-step-check {
  flex: 0 0 auto;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  background: color-mix(in oklab, var(--brand-600) 12%, #fff);
  border: 1px solid color-mix(in oklab, var(--brand-600) 22%, #e5e7eb);
  position: relative;
}

.ed-step-check::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.95rem;
  height: 0.95rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.2l3 3.1 6.6-6.6' stroke='%232b7a5c' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ed-contact-list {
  list-style: none;
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
}

.ed-contact-list li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 0.6rem;
  align-items: baseline;
}

.ed-contact-list .k {
  font-weight: 700;
  color: #0f2b1f;
  font-size: 0.92rem;
}

.ed-contact-list .v {
  color: var(--brand-700);
  font-weight: 600;
  text-decoration: none;
  word-break: break-word;
}

.ed-contact-list a.v:hover {
  text-decoration: underline;
}

body.treatment-inner-page .ed-full {
  width: 100%;
}

/* Treatment inner page CSS End here */

/* Treatment inner page type 2 CSS Start here */

.hero--img {
  position: relative;
  min-height: clamp(520px, 60vh, 680px);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero--img .hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 48rem;
  padding-block: clamp(3rem, 8vw, 6rem);
  padding-inline: clamp(1rem, 4vw, 2rem);
}

.hero-figure {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: clamp(36px, 5vh, 72px);
  width: min(92%, var(--container-max));
  height: clamp(260px, 38vh, 420px);
  z-index: 0;
  border-radius: var(--radius-3);
  box-shadow: var(--shadow-2);
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.78),
    rgba(255, 255, 255, 0.78)
  );
  pointer-events: none;
}

/* Tabs */
.mg-tabs {
  padding-block: clamp(1.25rem, 4vw, 2rem);
}

.tablist {
  display: flex;
  gap: 0.5rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 0.75rem;
}

.tab {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0.6rem 0.9rem;
  font-weight: 700;
  color: var(--muted);
  border-radius: 0.75rem 0.75rem 0 0;
  cursor: pointer;
}

.tab.is-active {
  color: #0f172a;
  background: color-mix(in oklab, var(--brand-600) 8%, #fff);
}

.tabpanel {
  display: none;
}

.tabpanel.is-active {
  display: block;
}

/* Overview figure */
.mg-figure {
  margin-bottom: clamp(1rem, 3vw, 1.5rem);
}

.mg-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius-3);
  box-shadow: var(--shadow-2);
}

/* Info cards */
.intro .card {
  background: #fff;
  border: 2px solid color-mix(in oklab, var(--brand-600) 38%, #fff);
  border-radius: var(--radius-3);
  padding: clamp(1rem, 2.5vw, 1.25rem);
  box-shadow: var(--shadow-2);
}

.intro {
  display: grid;
  gap: clamp(0.9rem, 2.6vw, 1.1rem);
}

body.contact-us-page .intro {
  display: block;
  gap: 0;
}

.bullets {
  list-style: disc;
  margin-left: 1.1rem;
}

/* Medicine learn-more card */
.meds {
  display: grid;
  gap: clamp(0.85rem, 2.6vw, 1.25rem);
  margin-top: 0.5rem;
}

.med-card {
  display: grid;
  grid-template-columns: minmax(220px, 360px) 1fr;
  gap: clamp(1rem, 3vw, 1.5rem);
  align-items: start;
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--border) 80%, transparent);
  border-radius: var(--radius-3);
  padding: clamp(1rem, 2.5vw, 1.25rem);
  box-shadow: var(--shadow-2);
}

.med-media {
  min-width: 0;
}

.med-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius-2);
  box-shadow: var(--shadow-1);
}

.med-title {
  margin-bottom: 0.35rem;
  color: #0f172a;
}

/* Small heading → text breathing room (type-2 / type-3 overview cards) */
body.treatment-inner-page-type-2 .intro .card h3,
body.treatment-inner-page-type-2 .intro .card h4,
body.treatment-inner-page-type-2 .med-body h3,
body.treatment-inner-page-type-2 .med-body h4,
body.treatment-inner-page-type-2 .med-body .med-title,
body.treatment-inner-page-type-3 .intro .card h3,
body.treatment-inner-page-type-3 .intro .card h4,
body.treatment-inner-page-type-3 .med-body h3,
body.treatment-inner-page-type-3 .med-body h4,
body.treatment-inner-page-type-3 .med-body .med-title {
  margin-bottom: 0.45rem;
}

body.treatment-inner-page-type-2 .intro .card h4,
body.treatment-inner-page-type-2 .med-body h4,
body.treatment-inner-page-type-2 .med-body h3 + h4,
body.treatment-inner-page-type-3 .intro .card h4,
body.treatment-inner-page-type-3 .med-body h4 {
  margin-top: 0.85rem;
}

body.treatment-inner-page-type-2 .intro .card p,
body.treatment-inner-page-type-2 .med-body p,
body.treatment-inner-page-type-3 .intro .card p,
body.treatment-inner-page-type-3 .med-body p {
  line-height: 1.55;
}

body.treatment-inner-page-type-2 .intro .card ul,
body.treatment-inner-page-type-2 .med-body ul,
body.treatment-inner-page-type-3 .intro .card ul,
body.treatment-inner-page-type-3 .med-body ul {
  margin-top: 0.4rem;
  padding-left: 1.15rem;
}

body.treatment-inner-page-type-2 .intro .card li + li,
body.treatment-inner-page-type-2 .med-body li + li,
body.treatment-inner-page-type-3 .intro .card li + li,
body.treatment-inner-page-type-3 .med-body li + li {
  margin-top: 0.28rem;
}

.links {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

/* Form layout + visuals */
.pc-card {
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--border) 80%, transparent);
  border-radius: var(--radius-3);
  box-shadow: var(--shadow-2);
  padding: clamp(1rem, 2.5vw, 1.25rem);
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(0.75rem, 2.5vw, 1rem);
}

@media (max-width: 800px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.field {
  display: block;
}

.field > label {
  font-weight: 700;
  color: #0f172a;
  display: block;
  margin-bottom: 0.35rem;
}

.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field input[type="date"],
.field textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 0.6rem;
  padding: 0.65rem 0.75rem;
  background: #fff;
}

.field textarea {
  min-height: 120px;
}

.choices {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.agree {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
}

.agree input {
  margin-top: 0.25rem;
}

body.treatment-inner-page-type-2 .agree input,
body.treatment-inner-page-type-2 .choices input {
  width: fit-content;
}

body.treatment-inner-page-type-2 .agree span,
body.treatment-inner-page-type-2 .choices label,
body.treatment-inner-page-type-2 .sn-fieldset label {
  font-weight: 400;
}

body.treatment-inner-page-type-2 .actions {
  display: block;
}

.soft {
  border: 0;
  height: 1px;
  background: var(--border);
  margin: 1rem 0;
}

.elig-msg {
  margin-top: 0.6rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.75rem;
  background: color-mix(in oklab, #ef4444 10%, #fff);
  border: 1px solid color-mix(in oklab, #ef4444 35%, #fff);
  color: #7f1d1d;
  font-weight: 600;
}

.actions {
  margin-top: 1rem;
}

.submitted-panel h3 {
  color: #0f172a;
  margin-bottom: 0.25rem;
}

/* Invalid-state visuals */
.field.invalid > label {
  color: #b91c1c;
  font-weight: 700;
}

.field.invalid input,
.field.invalid textarea {
  border-color: #ef4444 !important;
  background: color-mix(in oklab, #ef4444 9%, #fff);
  outline: none;
}

.field.invalid input:focus,
.field.invalid textarea:focus {
  box-shadow: 0 0 0 3px color-mix(in oklab, #ef4444 20%, transparent);
}

.choices.invalid {
  border: 1.5px solid #ef4444;
  background: color-mix(in oklab, #ef4444 7%, #fff);
  border-radius: 0.6rem;
  padding: 0.6rem 0.7rem;
}

.choices.invalid label {
  color: #7f1d1d;
  font-weight: 600;
}

.field-error {
  margin: 0.35rem 0 0;
  color: #b91c1c;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.35;
}

.ppc-recaptcha-field {
  margin: 1rem 0 0.25rem;
}

.ppc-recaptcha-field.invalid .g-recaptcha {
  outline: 2px solid #ef4444;
  outline-offset: 4px;
  border-radius: 4px;
}

/* Treatnent inner pages type 2 CSS End here */

/* Treatment inner pages type 3 CSS Start Here */

body.treatment-inner-page-type-3 {
  background: #fff;
}

body.treatment-inner-page-type-3 .hero {
  position: relative;
  padding-block: clamp(2rem, 7vw, 3rem);
  border: 1px dashed color-mix(in oklab, var(--brand-600) 30%, transparent);
  border-left: none;
  border-right: none;
  background: #fff;
  overflow: hidden;
}

body.treatment-inner-page-type-3 .hero .hero-inner {
  text-align: center;
  max-width: 56rem;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

body.treatment-inner-page-type-3 .hero-bg {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

body.treatment-inner-page-type-3 .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
  filter: saturate(0.9) contrast(1.1) blur(0.2px);
}

body.treatment-inner-page-type-3 .hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    1200px 500px at 30% -20%,
    color-mix(in oklab, var(--brand-600) 12%, #fff) 0%,
    rgba(255, 255, 255, 0.7) 60%
  );
  pointer-events: none;
}

body.treatment-inner-page-type-3 .hero--img {
  position: relative;
  min-height: clamp(520px, 60vh, 680px);
  display: grid;
  place-items: center;
  overflow: hidden;
}

body.treatment-inner-page-type-3 .hero--img .hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 48rem;
  padding-block: clamp(3rem, 8vw, 6rem);
  padding-inline: clamp(1rem, 4vw, 2rem);
}

body.treatment-inner-page-type-3 .hero-figure {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: clamp(36px, 5vh, 72px);
  width: min(92%, var(--container-max));
  height: clamp(260px, 38vh, 420px);
  z-index: 0;
  border-radius: var(--radius-3);
  box-shadow: var(--shadow-2);
  overflow: hidden;
}

body.treatment-inner-page-type-3 .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* subtle veil */
body.treatment-inner-page-type-3 .hero-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.78),
    rgba(255, 255, 255, 0.78)
  );
  pointer-events: none;
}

body.treatment-inner-page-type-3 .hero--img h1 {
  margin-bottom: var(--space-4, 1rem);
}

body.treatment-inner-page-type-3 .hero--img p {
  margin-bottom: var(--space-5, 1.25rem);
  color: var(--muted);
}

/* ===== Basics ===== */
body.treatment-inner-page-type-3 .ehc-basics {
  padding-block: clamp(1.75rem, 4.5vw, 3rem);
  background:
    radial-gradient(
      ellipse at 10% 0%,
      color-mix(in oklab, var(--brand-600) 7%, transparent),
      transparent 42%
    ),
    linear-gradient(180deg, #fff 0%, #f7fbf8 100%);
  background-repeat: no-repeat;
  margin: 0;
}

body.treatment-inner-page-type-3 .ehc-basics__inner {
  display: grid;
  gap: clamp(0.85rem, 2.2vw, 1.1rem);
  max-width: 52rem;
}

body.treatment-inner-page-type-3 .ehc-card {
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
  border-radius: var(--radius-3);
  padding: clamp(1.1rem, 2.5vw, 1.4rem);
  box-shadow: 0 8px 22px rgba(18, 58, 43, 0.04);
}

body.treatment-inner-page-type-3 .ehc-card__title,
body.treatment-inner-page-type-3 .ehc-card h3 {
  margin: 0 0 0.55rem;
  color: #0f2b1f;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  font-weight: 800;
  letter-spacing: -0.01em;
}

body.treatment-inner-page-type-3 .ehc-card__body,
body.treatment-inner-page-type-3 .ehc-card p {
  margin: 0;
  color: color-mix(in oklab, var(--text) 88%, #0f2b1f);
  line-height: 1.6;
}

body.treatment-inner-page-type-3 .ehc-card__body p + p {
  margin-top: 0.65rem;
}

body.treatment-inner-page-type-3 .ehc-card ul {
  margin: 0.55rem 0 0;
  padding-left: 1.15rem;
}

body.treatment-inner-page-type-3 .ehc-card li + li {
  margin-top: 0.35rem;
}

/* ===== Tabs ===== */
body.treatment-inner-page-type-3 .mg-tabs,
body.treatment-inner-page-type-3 .ec-tabs {
  padding-block: clamp(1.75rem, 4.5vw, 3rem);
  background: #fff;
}

body.treatment-inner-page-type-3 .tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  border-bottom: 1px solid color-mix(in oklab, var(--brand-600) 12%, #e5e7eb);
  margin-bottom: 1.25rem;
  padding-bottom: 0;
}

body.treatment-inner-page-type-3 .tab {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0.7rem 1rem;
  font-weight: 700;
  color: var(--muted);
  border-radius: 0.75rem 0.75rem 0 0;
  cursor: pointer;
}

body.treatment-inner-page-type-3 .tab.is-active {
  color: #0f2b1f;
  background: color-mix(in oklab, var(--brand-600) 8%, #fff);
}

body.treatment-inner-page-type-3 .tabpanel {
  display: none;
}

body.treatment-inner-page-type-3 .tabpanel.is-active {
  display: block;
}

/* ===== Overview image ===== */
body.treatment-inner-page-type-3 .mg-figure,
body.treatment-inner-page-type-3 .ec-figure {
  margin: 0 0 clamp(1.15rem, 3vw, 1.75rem);
}

body.treatment-inner-page-type-3 .mg-img,
body.treatment-inner-page-type-3 .ec-img {
  width: 100%;
  max-height: 280px;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  border-radius: var(--radius-3);
  box-shadow: 0 10px 28px rgba(18, 58, 43, 0.08);
}

body.treatment-inner-page-type-3 .intro {
  display: grid;
  gap: clamp(0.85rem, 2.2vw, 1.1rem);
  max-width: 52rem;
}

body.treatment-inner-page-type-3 .intro .card {
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
  border-radius: var(--radius-3);
  padding: clamp(1.1rem, 2.5vw, 1.4rem);
  box-shadow: 0 8px 22px rgba(18, 58, 43, 0.04);
}

/* ===== Medicine cards ===== */
body.treatment-inner-page-type-3 .meds,
body.treatment-inner-page-type-3 .ec-meds {
  display: grid;
  gap: clamp(0.85rem, 2.6vw, 1.25rem);
  margin-top: clamp(1rem, 3vw, 1.5rem);
}

body.treatment-inner-page-type-3 .med-card {
  display: grid;
  grid-template-columns: minmax(200px, 300px) 1fr;
  gap: clamp(1rem, 3vw, 1.5rem);
  align-items: start;
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
  border-radius: var(--radius-3);
  padding: clamp(1rem, 2.5vw, 1.25rem);
  box-shadow: 0 8px 22px rgba(18, 58, 43, 0.04);
}

body.treatment-inner-page-type-3 .med-media {
  min-width: 0;
}

body.treatment-inner-page-type-3 .med-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius-2);
  box-shadow: none;
}

body.treatment-inner-page-type-3 .med-body {
  min-width: 0;
}

body.treatment-inner-page-type-3 .med-title {
  margin-bottom: 0.35rem;
  color: #0f2b1f;
}

body.treatment-inner-page-type-3 .med-body p + p,
body.treatment-inner-page-type-3 .med-body ul {
  margin-top: 0.45rem;
}

body.treatment-inner-page-type-3 .med-body ul {
  padding-left: 1.1rem;
}

/* ===== Benefits ===== */
body.treatment-inner-page-type-3 .ec-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.75rem, 2.5vw, 1rem);
  margin: clamp(0.75rem, 2.5vw, 1.25rem) 0 clamp(1rem, 3vw, 1.5rem);
}

body.treatment-inner-page-type-3 .benefit {
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
  border-radius: var(--radius-3);
  padding: clamp(0.9rem, 2.5vw, 1.1rem);
  box-shadow: 0 8px 22px rgba(18, 58, 43, 0.04);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: flex-start;
}

body.treatment-inner-page-type-3 .benefit-ico {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  background: color-mix(in oklab, var(--brand-600) 12%, #fff);
  border: 1px solid color-mix(in oklab, var(--brand-600) 28%, #fff);
}

body.treatment-inner-page-type-3 .benefit-ico img {
  width: 24px;
}

body.treatment-inner-page-type-3 .benefit p {
  margin: 0;
  color: var(--text);
}

@media (max-width: 900px) {
  body.treatment-inner-page-type-3 .ec-benefits {
    grid-template-columns: 1fr;
  }

  body.treatment-inner-page-type-3 .med-card {
    grid-template-columns: 1fr;
  }

  body.treatment-inner-page-type-3 .mg-img,
  body.treatment-inner-page-type-3 .ec-img {
    max-height: 200px;
    aspect-ratio: 16 / 9;
  }
}

/* ===== Form polish ===== */
body.treatment-inner-page-type-3 .mg-tabs .pc-card,
body.treatment-inner-page-type-3 .ec-tabs .pc-card {
  margin-top: 0.5rem;
}

body.treatment-inner-page-type-3 .choices {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

body.treatment-inner-page-type-3 .soft {
  border: 0;
  height: 1px;
  background: var(--border);
  margin: 1rem 0;
}

body.treatment-inner-page-type-3 .elig-msg {
  margin-top: 0.6rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.75rem;
  background: color-mix(in oklab, #ef4444 10%, #fff);
  border: 1px solid color-mix(in oklab, #ef4444 35%, #fff);
  color: #7f1d1d;
  font-weight: 600;
}

body.treatment-inner-page-type-3 .submitted-panel h3 {
  color: #0f172a;
  margin-bottom: 0.25rem;
}

/* ===== Invalid-state visuals (triggered by JS adding .invalid) ===== */
body.treatment-inner-page-type-3 .field.invalid > label {
  color: #b91c1c;
  font-weight: 700;
}

body.treatment-inner-page-type-3 .field.invalid input,
body.treatment-inner-page-type-3 .field.invalid textarea,
body.treatment-inner-page-type-3 .field.invalid select {
  border-color: #ef4444 !important;
  background: color-mix(in oklab, #ef4444 9%, #fff);
  outline: none;
}

body.treatment-inner-page-type-3 .field.invalid input:focus,
body.treatment-inner-page-type-3 .field.invalid textarea:focus,
body.treatment-inner-page-type-3 .field.invalid select:focus {
  box-shadow: 0 0 0 3px color-mix(in oklab, #ef4444 20%, transparent);
}

/* Radio/checkbox groups */
body.treatment-inner-page-type-3 .choices.invalid {
  border: 1.5px solid #ef4444;
  background: color-mix(in oklab, #ef4444 7%, #fff);
  border-radius: 0.6rem;
  padding: 0.6rem 0.7rem;
}

body.treatment-inner-page-type-3 .choices.invalid label {
  color: #7f1d1d;
  font-weight: 600;
}

body.treatment-inner-page-type-3 .agree input,
body.treatment-inner-page-type-3 .choices input {
  width: fit-content;
}

body.treatment-inner-page-type-3 .agree span {
  font-weight: 400;
}

body.treatment-inner-page-type-3 .actions {
  display: block;
}

/* Private Consultation CSS Start Here */

/* ===== Placeholder + Hero ===== */
body.treatment-page .hero {
  overflow: visible;
}

.ph {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-3);
  background: #e6f0ff;
  border: 2px dashed #9ec2ff;
  color: #6b82a8;
  box-shadow: var(--shadow-2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ph-hero {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: clamp(36px, 5vh, 72px);
  width: min(92%, var(--container-max));
  height: clamp(260px, 38vh, 420px);
  border: none;
  border-radius: var(--radius-3);
  background: transparent;
  box-shadow: none;
}

.ph-hero img {
  width: min(92%, var(--container-max));
  height: clamp(260px, 38vh, 420px);
  object-fit: cover;
  border-radius: var(--radius-3);
}

body.private-consultation-page .hero {
  position: relative;
  min-height: clamp(520px, 60vh, 680px);
  display: grid;
  place-items: center;
  overflow: hidden;
}

body.private-consultation-page .hero .hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 48rem;
  padding-block: clamp(3rem, 8vw, 6rem);
  padding-inline: clamp(1rem, 4vw, 2rem);
}

body.private-consultation-page .hero-inner p {
  color: var(--text);
}

/* Legacy floating-card hero helpers (treatment pages) */
.ph--green {
  background:
    radial-gradient(
      900px 420px at 18% 15%,
      color-mix(in oklab, var(--brand-600) 22%, #fff) 0%,
      transparent 60%
    ),
    radial-gradient(
      1100px 520px at 92% 85%,
      color-mix(in oklab, var(--brand-600) 14%, #fff) 0%,
      transparent 70%
    ),
    linear-gradient(180deg, #f4fbf8, #e9f6f0);
}

/* Private consultation section styles live at file top (.pc-hero / .pc-intro / .pc-conditions / .pc-book) */

/* Sick Notes Page CSS Start Here */

body.sick-notes-page {
  background:
    radial-gradient(
      circle at 12% 0%,
      color-mix(in oklab, var(--brand-600) 10%, transparent),
      transparent 38%
    ),
    linear-gradient(180deg, #f7fbf8 0%, #fff 28%, #fff 100%);
}

@keyframes sn-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sn-media-in {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ===== Hero ===== */
.sn-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: auto;
  display: grid;
  place-items: center;
  padding-block: clamp(1.75rem, 4vw, 2.75rem);
  border-bottom: 1px solid color-mix(in oklab, var(--brand-600) 12%, #e5e7eb);
}

.sn-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--sn-hero-image);
  background-size: cover;
  background-position: center;
  filter: saturate(0.7) contrast(1.05);
  transform: scale(1.02);
  animation: sn-media-in 1.1s ease both;
}

.sn-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(247, 251, 248, 0.92) 0%,
      rgba(247, 251, 248, 0.86) 45%,
      rgba(255, 255, 255, 0.94) 100%
    ),
    radial-gradient(
      circle at 70% 20%,
      color-mix(in oklab, var(--brand-600) 16%, transparent),
      transparent 55%
    );
}

.sn-hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 42rem;
  padding-inline: clamp(1rem, 4vw, 2rem);
}

.sn-hero__eyebrow,
.sn-copy__eyebrow,
.sn-form-head__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-700);
}

.sn-hero__eyebrow {
  animation: sn-fade-up 0.55s ease both;
}

.sn-hero__title {
  margin: 0;
  color: #0f2b1f;
  animation: sn-fade-up 0.55s ease 0.08s both;
}

.sn-hero__lead {
  margin: 0.9rem auto 0;
  max-width: 36rem;
  font-size: clamp(1.02rem, 0.4vw + 0.95rem, 1.12rem);
  line-height: 1.55;
  color: color-mix(in oklab, var(--text) 88%, #0f2b1f);
  animation: sn-fade-up 0.55s ease 0.14s both;
}

.sn-hero__cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  animation: sn-fade-up 0.55s ease 0.2s both;
}

.sn-price-pill {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
  box-shadow: none;
  color: #0b3d2c;
}

.sn-price-pill__label {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--brand-700) 70%, #64748b);
}

.sn-price-pill__value {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.sn-hero__cta-row .btn-primary {
  min-width: 12.5rem;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease;
}

.sn-hero__cta-row .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(18, 58, 43, 0.18);
}

.sn-hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1.15rem;
  list-style: none;
  margin: 1.65rem 0 0;
  padding: 0;
  animation: sn-fade-up 0.55s ease 0.32s both;
}

.sn-hero__trust li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding-left: 0;
  font-size: 0.88rem;
  font-weight: 600;
  color: color-mix(in oklab, var(--text) 78%, #0f2b1f);
}

.sn-hero__trust li::before {
  content: "";
  flex: 0 0 auto;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 0;
  background: none;
  position: static;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.2l3 3.1 6.6-6.6' stroke='%232b7a5c' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ===== What is ===== */
.sn-what,
.sn-form {
  padding-block: clamp(2.75rem, 6vw, 5rem);
}

.sn-what {
  background: linear-gradient(
    180deg,
    #fff 0%,
    color-mix(in oklab, var(--brand-600) 4%, #fff) 100%
  );
}

.sn-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: center;
}

.sn-figure {
  margin: 0;
  border-radius: 1.35rem;
  overflow: hidden;
  border: 1px solid color-mix(in oklab, var(--brand-600) 12%, #e5e7eb);
  box-shadow:
    0 18px 42px rgba(18, 58, 43, 0.08),
    0 2px 8px rgba(15, 43, 76, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.sn-figure:hover {
  transform: translateY(-4px);
  box-shadow:
    0 24px 48px rgba(18, 58, 43, 0.12),
    0 2px 8px rgba(15, 43, 76, 0.05);
}

.sn-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.sn-figure:hover img {
  transform: scale(1.03);
}

.sn-copy {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
}

.sn-copy h2 {
  margin: 0;
  color: #0f2b1f;
}

.sn-definition {
  padding: 1.15rem 1.3rem;
  border: 1px solid color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(18, 58, 43, 0.05);
}

.sn-definition p {
  margin: 0;
  line-height: 1.65;
  color: color-mix(in oklab, var(--text) 90%, #0f2b1f);
}

.sn-definition p + p {
  margin-top: 0.75rem;
}

.sn-points {
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.sn-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  font-weight: 560;
  line-height: 1.45;
  color: color-mix(in oklab, var(--text) 88%, #0f2b1f);
}

.sn-points__icon {
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.1rem;
  border-radius: 999px;
  background:
    linear-gradient(135deg, var(--brand-600), var(--brand-700))
      padding-box,
    transparent;
  box-shadow: inset 0 0 0 999px color-mix(in oklab, var(--brand-600) 14%, #fff);
  border: 1px solid color-mix(in oklab, var(--brand-600) 28%, #e5e7eb);
  position: relative;
}

.sn-points__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.38rem;
  height: 0.65rem;
  border: solid var(--brand-700);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-1px, -1px);
}

/* ===== Form ===== */
.sn-form {
  background:
    radial-gradient(
      circle at 85% 0%,
      color-mix(in oklab, var(--brand-600) 8%, transparent),
      transparent 42%
    ),
    #f7fbf8;
  border-top: 1px solid color-mix(in oklab, var(--brand-600) 10%, #e5e7eb);
}

.sn-form .container {
  max-width: 980px;
}

.sn-form-head {
  margin-bottom: 1.35rem;
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
}

.sn-form-head h2 {
  margin: 0 0 0.45rem;
  color: #0f2b1f;
}

.sn-form-head .muted,
.sn-form-head .price-inline,
.sn-form-head .form-helper {
  margin-top: 0.4rem;
}

.price-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.75rem !important;
  padding: 0.4rem 0.85rem;
  font-size: 0.95rem;
  color: #0b3d2c;
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 18%, #e5e7eb);
  border-radius: 999px;
}

.sn-form__card,
.sn-card {
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 12%, #e5e7eb);
  border-radius: 1.25rem;
  padding: clamp(1.15rem, 2.4vw, 1.75rem);
  box-shadow:
    0 16px 40px rgba(18, 58, 43, 0.07),
    0 2px 8px rgba(15, 43, 76, 0.04);
}

.sn-fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1.1rem;
}

.sn-fieldset > legend {
  font-weight: 800;
  margin-bottom: 0.65rem;
  color: #0f2b1f;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
}

body.sick-notes-page .field label {
  margin-bottom: 0;
}

body.sick-notes-page .agree input[type="checkbox"] {
  width: fit-content;
}

body.sick-notes-page .agree span {
  font-weight: 400;
}

body.treatment-inner-page-type-3 .choices label,
body.treatment-inner-page-type-3 .sn-fieldset .agree {
  font-weight: 400;
}

.field label {
  font-weight: 600;
}

.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field input[type="date"],
.field textarea,
.field select {
  width: 100%;
  border: 1px solid color-mix(in oklab, var(--border) 80%, var(--brand-600));
  border-radius: 0.75rem;
  padding: 0.72rem 0.85rem;
  background: #fff;
  color: var(--text);
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: color-mix(in oklab, var(--brand-600) 65%, white);
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--brand-600) 14%, white);
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.grid-2,
.grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 720px) {
  .sn-grid {
    grid-template-columns: 1.05fr 1fr;
    gap: clamp(2rem, 4vw, 3.25rem);
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 719px) {
  .sn-hero {
    min-height: auto;
    padding-block: clamp(1.5rem, 6vw, 2.25rem);
  }

  .sn-hero__trust {
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
  }

  .sn-figure {
    order: -1;
  }
}

.agree {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
}

.agree input[type="checkbox"] {
  margin-top: 0.2rem;
  accent-color: var(--brand-600);
}

.actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

body.sick-notes-page .sn-form .actions {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}

body.sick-notes-page .sn-form .actions .tiny {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: color-mix(in oklab, var(--muted) 90%, #64748b);
}

.text-link {
  color: var(--brand-600);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-success,
.form-error {
  margin-top: 0.95rem;
  padding: 0.85rem 1rem;
  border-radius: 0.75rem;
}

.form-success {
  background: color-mix(in oklab, var(--brand-600) 10%, #fff);
  border: 1px solid color-mix(in oklab, var(--brand-600) 35%, #fff);
}

.form-error {
  background: #fff4f4;
  border: 1px solid #f2bcbc;
}

.form-success a,
.form-error a {
  color: var(--brand-700);
  text-decoration: underline;
}

@media (prefers-reduced-motion: reduce) {
  .sn-hero__media,
  .sn-hero__eyebrow,
  .sn-hero__title,
  .sn-hero__lead,
  .sn-hero__cta-row,
  .sn-hero__trust,
  .sn-figure,
  .sn-figure img,
  .sn-hero__cta-row .btn-primary {
    animation: none !important;
    transition: none !important;
  }
}

/* Privacy Policy Page CSS Start Here */

body.cms-page .hero {
  padding-block: clamp(2rem, 6vw, 3.25rem);
  border-bottom: 1px solid color-mix(in oklab, var(--border) 75%, transparent);
  background: linear-gradient(
    180deg,
    rgba(43, 122, 92, 0.06),
    rgba(43, 122, 92, 0)
  );
  min-height: auto;
}

body.cms-page .hero--soft {
  background: linear-gradient(
    180deg,
    rgba(43, 122, 92, 0.06),
    rgba(43, 122, 92, 0)
  );
}

body.cms-page .hero__inner {
  max-width: 70ch;
  width: 100%;
}

body.cms-page .eyebrow {
  font-size: 0.95rem;
  color: var(--muted);
  margin-bottom: 0.25rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

body.cms-page .hero h1 {
  margin-bottom: 0.35rem;
}

body.cms-page .hero .lead {
  margin-top: 0.25rem;
}

body.cms-page .grid {
  display: block;
}

body.cms-page .tiny {
  font-size: 16px;
}

/* Delivery Page CSS Start Here */

body.delivery-page {
  background: #fff;
}

@keyframes dl-fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dl-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(1.75rem, 4.5vw, 3rem);
  background-color: #f7fbf8;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dl-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--dl-hero-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(0.75) contrast(1.02);
  transform: scale(1.02);
}

.dl-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(247, 251, 248, 0.92) 0%,
      rgba(247, 251, 248, 0.88) 50%,
      rgba(255, 255, 255, 0.96) 100%
    ),
    radial-gradient(
      ellipse at 70% 10%,
      color-mix(in oklab, var(--brand-600) 14%, transparent),
      transparent 55%
    );
  background-repeat: no-repeat;
}

.dl-hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 42rem;
}

.dl-hero__eyebrow,
.dl-options__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-700);
}

.dl-hero__eyebrow {
  animation: dl-fade-up 0.55s ease both;
}

.dl-hero__title {
  margin: 0;
  color: #0f2b1f;
  animation: dl-fade-up 0.55s ease 0.08s both;
}

.dl-hero__lead {
  margin: 0.85rem auto 0;
  max-width: 36rem;
  font-size: clamp(1.02rem, 0.35vw + 0.95rem, 1.1rem);
  line-height: 1.55;
  color: color-mix(in oklab, var(--text) 88%, #0f2b1f);
  animation: dl-fade-up 0.55s ease 0.14s both;
}

.dl-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.25rem;
  animation: dl-fade-up 0.55s ease 0.2s both;
}

.dl-hero__actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}

.dl-hero__phone-icon {
  flex-shrink: 0;
}

.dl-hero__actions .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(18, 58, 43, 0.18);
}

.dl-hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1.15rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  animation: dl-fade-up 0.55s ease 0.28s both;
}

.dl-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: color-mix(in oklab, var(--text) 78%, #0f2b1f);
}

.dl-hero__trust li::before {
  content: "";
  flex: 0 0 auto;
  width: 0.95rem;
  height: 0.95rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.2l3 3.1 6.6-6.6' stroke='%232b7a5c' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Options */
.dl-options {
  padding-block: clamp(2.25rem, 5vw, 4rem);
  background: #fff;
}

.dl-options__head {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto 1.75rem;
}

.dl-options__head h2 {
  margin: 0 0 0.5rem;
  color: #0f2b1f;
}

.dl-options__sub {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.dl-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.9rem, 2.4vw, 1.25rem);
}

.dl-card {
  display: grid;
  gap: 0.85rem;
  align-content: start;
  height: 100%;
  padding: clamp(1rem, 2.2vw, 1.3rem);
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
  border-radius: 1.25rem;
  box-shadow: 0 12px 32px rgba(18, 58, 43, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.dl-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(18, 58, 43, 0.1);
}

.dl-card__badges {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.35rem;
}

.dl-card__logo {
  width: 118px;
  height: auto;
}

.dl-card__tag {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #b91c1c;
  white-space: nowrap;
}

.dl-card__title {
  margin: 0;
  color: #000;
  font-size: 1.15rem;
}

.dl-card__desc {
  margin: 0.35rem 0 0;
  color: #111;
  line-height: 1.5;
}

.dl-card__media {
  margin: 0;
  border-radius: 0.9rem;
  overflow: hidden;
}

.dl-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.dl-card:hover .dl-card__media img {
  transform: scale(1.03);
}

.dl-card__price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-top: auto;
  padding: 0.45rem 0.75rem;
  border-radius: 0.85rem;
  background: color-mix(in oklab, var(--brand-600) 8%, #fff);
  border: 1px solid color-mix(in oklab, var(--brand-600) 18%, #e5e7eb);
  width: max-content;
}

.dl-card__price-label {
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand-700);
}

.dl-card__price-value {
  font-size: 1.25rem;
  font-weight: 800;
  color: #000;
  letter-spacing: -0.02em;
}

.dl-note {
  margin-top: clamp(1.25rem, 3vw, 1.75rem);
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  background: color-mix(in oklab, var(--brand-600) 7%, #fff);
  border: 1px solid color-mix(in oklab, var(--brand-600) 16%, #e5e7eb);
  color: #111;
  line-height: 1.55;
}

.dl-note p {
  margin: 0;
  color: #111;
}

@media (max-width: 980px) {
  .dl-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 719px) {
  .dl-hero__trust {
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dl-hero__eyebrow,
  .dl-hero__title,
  .dl-hero__lead,
  .dl-hero__actions,
  .dl-hero__trust,
  .dl-card,
  .dl-card__media img {
    animation: none !important;
    transition: none !important;
  }
}

/* FAQs Page CSS Start Here */

.faq {
  padding-block: clamp(2rem, 5vw, 3.5rem);
  background: #fff;
}

.faq__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.85fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.faq__panel {
  min-width: 0;
}

.faq__panel-head {
  margin-bottom: 1.25rem;
}

.faq__panel-eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-700);
}

.faq__panel-title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.45rem, 2.6vw, 1.9rem);
  line-height: 1.2;
  color: #123a2b;
}

.faq__panel-lead {
  margin: 0;
  max-width: 42rem;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.6;
}

.faq__group {
  display: grid;
  gap: 0.85rem;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.faq__item {
  border: 1px solid color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: 0 10px 28px rgba(18, 58, 43, 0.05);
  overflow: hidden;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.faq__item:first-child {
  border-top: 1px solid color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
}

.faq__item:hover {
  border-color: color-mix(in oklab, var(--brand-600) 32%, #e5e7eb);
  box-shadow: 0 14px 34px rgba(18, 58, 43, 0.09);
}

.faq__item[open] {
  border-color: color-mix(in oklab, var(--brand-600) 42%, #e5e7eb);
  box-shadow:
    0 0 0 1px color-mix(in oklab, var(--brand-600) 18%, transparent),
    0 16px 36px rgba(18, 58, 43, 0.1);
}

.faq__item summary {
  cursor: pointer;
  padding: 1.15rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #123a2b;
  background:
    linear-gradient(
      90deg,
      color-mix(in oklab, var(--brand-600) 10%, #fff) 0,
      color-mix(in oklab, var(--brand-600) 10%, #fff) 4px,
      #fff 4px,
      #fff 100%
    );
  list-style: none;
  transition: background 0.2s ease;
}

.faq__item summary::-webkit-details-marker,
.faq__item summary::marker {
  display: none;
  content: "";
}

.faq__item summary:hover {
  background:
    linear-gradient(
      90deg,
      color-mix(in oklab, var(--brand-600) 16%, #fff) 0,
      color-mix(in oklab, var(--brand-600) 16%, #fff) 4px,
      #f7fbf8 4px,
      #f7fbf8 100%
    );
}

.faq__item[open] summary {
  background:
    linear-gradient(
      90deg,
      var(--brand-600) 0,
      var(--brand-600) 4px,
      color-mix(in oklab, var(--brand-600) 7%, #fff) 4px,
      color-mix(in oklab, var(--brand-600) 7%, #fff) 100%
    );
}

.faq__q {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
}

.faq__badge {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.7rem;
  background: color-mix(in oklab, var(--brand-600) 12%, #fff);
  color: var(--brand-800);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.faq__item[open] .faq__badge {
  background: var(--brand-600);
  color: #fff;
}

.faq__question {
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.4;
}

.faq__toggle {
  position: relative;
  flex: 0 0 auto;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  border: 1.5px solid color-mix(in oklab, var(--brand-600) 30%, #d1d5db);
  background: #fff;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.faq__toggle-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.72rem;
  height: 2px;
  border-radius: 999px;
  background: var(--brand-700);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.faq__toggle-bar--v {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__item[open] .faq__toggle {
  background: var(--brand-600);
  border-color: var(--brand-600);
  transform: rotate(180deg);
}

.faq__item[open] .faq__toggle-bar {
  background: #fff;
}

.faq__item[open] .faq__toggle-bar--v {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq__content {
  padding: 0 1.25rem 1.3rem 4.15rem;
  color: #374151;
  line-height: 1.7;
  border-top: 1px dashed color-mix(in oklab, var(--brand-600) 16%, #e5e7eb);
  background: color-mix(in oklab, var(--brand-600) 3%, #fff);
}

.faq__content p {
  margin: 0.95rem 0 0.85rem;
}

.faq__content p:last-child {
  margin-bottom: 0;
}

.faq__content a {
  color: var(--brand-700);
  font-weight: 600;
  text-underline-offset: 2px;
}

.faq__content .address-card {
  display: block;
  margin-top: 0.75rem;
  padding: 1rem 1.1rem;
  border-radius: 0.95rem;
  border: 1px solid color-mix(in oklab, var(--brand-600) 16%, #e5e7eb);
  background: #fff;
  box-shadow: 0 8px 20px rgba(18, 58, 43, 0.05);
  color: #123a2b !important;
}

.faq__help {
  position: sticky;
  top: 6.5rem;
}

.faq__help-card {
  padding: 1.4rem 1.35rem 1.45rem;
  border-radius: 1.25rem;
  border: 1px solid color-mix(in oklab, var(--brand-600) 18%, #e5e7eb);
  background:
    linear-gradient(160deg, color-mix(in oklab, var(--brand-600) 10%, #fff) 0%, #fff 55%),
    #fff;
  box-shadow: 0 16px 40px rgba(18, 58, 43, 0.08);
}

.faq__help-eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-700);
}

.faq__help-title {
  margin: 0 0 0.7rem;
  font-size: 1.35rem;
  line-height: 1.25;
  color: #123a2b;
}

.faq__help-copy,
.faq__help-copy p {
  margin: 0;
  color: #4b5563;
  font-size: 0.96rem;
  line-height: 1.6;
}

.faq__help-copy a {
  color: var(--brand-700);
  font-weight: 600;
  text-underline-offset: 2px;
}

.faq__help-actions {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.15rem;
}

.faq__help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.7rem;
  padding: 0.65rem 1rem;
  border-radius: 0.85rem;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.faq__help-btn:active {
  transform: translateY(1px);
}

.faq__help-btn--primary {
  background: var(--brand-600);
  border: 1px solid var(--brand-600);
  color: #fff;
}

.faq__help-btn--primary:hover,
.faq__help-btn--primary:focus-visible {
  background: var(--brand-700);
  border-color: var(--brand-700);
  color: #fff;
}

.faq__help-btn--ghost {
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 24%, #d1d5db);
  color: var(--brand-800);
  font-size: 0.86rem;
  word-break: break-word;
}

.faq__help-btn--ghost:hover,
.faq__help-btn--ghost:focus-visible {
  border-color: var(--brand-600);
  background: #f7fbf8;
  color: var(--brand-700);
}

.faq__help-icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

/* Soft hero polish on FAQ / CMS pages */
body.cms-page .hero--soft {
  background:
    radial-gradient(circle at 80% 0%, color-mix(in oklab, var(--brand-600) 12%, transparent), transparent 40%),
    linear-gradient(180deg, #f7fbf8 0%, #fff 100%);
  padding-block: clamp(2.2rem, 5vw, 3.4rem);
  text-align: center;
}

body.cms-page .hero--soft .hero__inner {
  max-width: 40rem;
  margin-inline: auto;
}

body.cms-page .hero--soft .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: color-mix(in oklab, var(--brand-600) 12%, #fff);
  color: var(--brand-800);
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.cms-page .hero--soft h1 {
  margin-bottom: 0.65rem;
  color: #123a2b;
}

body.cms-page .hero--soft .lead {
  margin: 0 auto;
  max-width: 36rem;
  color: #4b5563;
}

/* ===== Legal pages (Privacy / Terms / Returns) ===== */
.legal-page {
  position: relative;
  padding-block: clamp(1.75rem, 4.5vw, 3.25rem) clamp(2.75rem, 6vw, 4.75rem);
  background: #fff;
}

.legal-shell > .legal,
.legal-shell .legal-article,
section.legal.container {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* ACF may wrap as .legal.container — neutralize double container */
.legal-page .legal.container {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

.legal-article {
  display: grid;
  gap: 1.5rem;
}

.legal-page--toc .legal-article {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 1.75rem;
}

@media (min-width: 920px) {
  .legal-page--toc .legal-article {
    grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
    gap: 2rem;
  }
}

/* TOC */
.legal-page .toc {
  position: relative;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

@media (min-width: 920px) {
  .legal-page .toc {
    position: sticky;
    top: 5.5rem;
  }
}

.legal-page .toc::before {
  content: "On this page";
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-700);
}

.legal-page .toc nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.2rem;
}

.legal-page .toc a {
  display: block;
  padding: 0.4rem 0;
  border-radius: 0;
  font-size: 0.92rem;
  font-weight: 600;
  color: color-mix(in oklab, var(--text) 88%, #0f2b1f);
  text-decoration: none;
  transition: color 0.15s ease;
}

.legal-page .toc a:hover,
.legal-page .toc a:focus-visible {
  background: none;
  color: var(--brand-700);
  outline: none;
}

/* Document body */
.legal-page .doc,
.legal-page .legal-article {
  min-width: 0;
}

.legal-page .doc {
  display: grid;
  gap: 0;
}

.legal-page .block {
  padding: 1.35rem 0;
  border-radius: 0;
  background: none;
  border: none;
  border-bottom: 1px solid color-mix(in oklab, var(--brand-600) 12%, #e5e7eb);
  box-shadow: none;
}

.legal-page .block:first-child {
  padding-top: 0;
}

.legal-page .block:last-of-type {
  border-bottom: none;
  padding-bottom: 0.5rem;
}

.legal-page .block h3 {
  margin: 0 0 0.65rem;
  color: #0f2b1f;
  font-size: clamp(1.05rem, 0.5vw + 0.95rem, 1.2rem);
}

.legal-page .block p,
.legal-page .block li {
  color: color-mix(in oklab, var(--text) 88%, #0f2b1f);
  line-height: 1.65;
}

.legal-page .block p {
  margin: 0 0 0.75rem;
}

.legal-page .block p:last-child {
  margin-bottom: 0;
}

.legal-page .block ul,
.legal-page .block ol {
  margin: 0.35rem 0 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.45rem;
}

.legal-page .block li::marker {
  color: var(--brand-600);
}

.legal-page .block a.link,
.legal-page .block a {
  color: var(--brand-700);
  font-weight: 600;
  text-underline-offset: 2px;
}

.legal-page .block a:hover {
  color: var(--brand-600);
}

.legal-page .tiny.muted,
.legal-page p.tiny {
  margin: 1rem 0 0;
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
  color: color-mix(in oklab, var(--text) 72%, #0f2b1f);
  font-size: 0.9rem;
}

.legal-page .tiny time {
  font-weight: 650;
  color: #0f2b1f;
}

/* Pages without nested .doc: sections sit directly in .legal-article */
.legal-page:not(.legal-page--toc) .legal-article {
  max-width: 52rem;
  margin-inline: auto;
  display: grid;
  gap: 0;
}

@media (max-width: 719px) {
  .legal-page .block {
    padding: 1.15rem 0;
  }
}

@media (max-width: 960px) {
  .faq__layout {
    grid-template-columns: 1fr;
  }

  .faq__help {
    position: static;
  }
}

@media (max-width: 520px) {
  .faq__item summary {
    padding: 1rem;
  }

  .faq__content {
    padding: 0 1rem 1.15rem;
  }

  .faq__q {
    gap: 0.7rem;
  }

  .faq__badge {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 0.6rem;
    font-size: 0.72rem;
  }

  .faq__question {
    font-size: 0.98rem;
  }

  .faq__help-card {
    padding: 1.2rem 1.1rem 1.25rem;
  }
}

/* Coming Soon Page CSS Start Here */

.cs-page {
  position: relative;
  padding-block: clamp(2.5rem, 6vw, 4.75rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 8%, color-mix(in oklab, var(--brand-600) 14%, transparent), transparent 42%),
    radial-gradient(circle at 88% 90%, color-mix(in oklab, var(--brand-600) 10%, transparent), transparent 40%),
    linear-gradient(180deg, #f7fbf8 0%, #f3f6f8 100%);
}

.cs-panel {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(1.6rem, 3.8vw, 2.75rem);
  border-radius: 1.5rem;
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
  box-shadow:
    0 18px 48px rgba(18, 58, 43, 0.08),
    0 2px 8px rgba(15, 43, 76, 0.04);
  overflow: hidden;
  text-align: center;
  animation: cs-panel-in 0.7s ease both;
}

.cs-panel__glow {
  position: absolute;
  inset: auto 8% -45% 8%;
  height: 55%;
  background: radial-gradient(circle, color-mix(in oklab, var(--brand-600) 16%, transparent), transparent 70%);
  pointer-events: none;
}

.cs-badge {
  position: relative;
  display: grid;
  place-items: center;
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 auto 1.1rem;
  border-radius: 1.15rem;
  background: color-mix(in oklab, var(--brand-600) 12%, #fff);
  border: 1px solid color-mix(in oklab, var(--brand-600) 18%, #e5e7eb);
  color: var(--brand-700);
  animation: cs-fade-up 0.55s ease 0.1s both;
}

.cs-badge__icon {
  width: 1.85rem;
  height: 1.85rem;
}

.cs-kicker {
  margin: 0 0 0.65rem;
  color: var(--brand-700);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  animation: cs-fade-up 0.55s ease 0.16s both;
}

.cs-title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.55rem, 3.2vw, 2.25rem) !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: #123a2b;
  animation: cs-fade-up 0.55s ease 0.22s both;
}

.cs-topic {
  display: block;
  color: var(--brand-700);
}

.cs-title__rest {
  display: block;
  margin-top: 0.15rem;
}

.cs-sub {
  margin: 0 auto 1.35rem;
  max-width: 36rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4b5563;
  animation: cs-fade-up 0.55s ease 0.3s both;
}

.cs-sub p {
  margin: 0;
  color: inherit;
}

.cs-sub a {
  color: var(--brand-700);
  font-weight: 700;
  text-underline-offset: 2px;
}

.cs-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin: 0 0 1.5rem;
  animation: cs-fade-up 0.55s ease 0.38s both;
}

.cs-page .btn {
  min-height: 2.85rem;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}

.cs-page .btn:hover,
.cs-page .btn:focus-visible {
  transform: translateY(-2px);
}

.cs-page .btn-primary:hover,
.cs-page .btn-primary:focus-visible {
  box-shadow: 0 10px 22px rgba(18, 58, 43, 0.2);
}

.cs-page .btn-outline:hover,
.cs-page .btn-outline:focus-visible {
  background: #f7fbf8;
  border-color: var(--brand-600);
  color: var(--brand-700);
}

.cs-page .btn-ghost:hover,
.cs-page .btn-ghost:focus-visible {
  background: #f7fbf8;
  border-color: color-mix(in oklab, var(--brand-600) 24%, #d1d5db);
}

.cs-card {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
  text-align: left;
  background: #f7fbf8;
  border: 1px solid color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
  border-radius: 1.15rem;
  padding: 1.15rem 1.2rem;
  box-shadow: none;
  animation: cs-fade-up 0.55s ease 0.46s both;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cs-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in oklab, var(--brand-600) 28%, #e5e7eb);
  box-shadow: 0 12px 26px rgba(18, 58, 43, 0.07);
}

.cs-card__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.8rem;
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 16%, #e5e7eb);
  color: var(--brand-700);
}

.cs-card__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.cs-card__title,
.cs-card h2 {
  margin: 0 0 0.3rem;
  color: #123a2b;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.cs-card__text,
.cs-card p {
  margin: 0;
  color: #4b5563;
  font-size: 0.96rem;
  line-height: 1.6;
}

.cs-help {
  margin-top: 1.35rem;
  padding-top: 1.1rem;
  border-top: 1px dashed color-mix(in oklab, var(--brand-600) 18%, #e5e7eb);
  animation: cs-fade-up 0.55s ease 0.54s both;
}

.cs-help p {
  margin: 0;
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.6;
}

.cs-help a {
  color: var(--brand-700);
  font-weight: 700;
  text-underline-offset: 2px;
}

.cs-help a:hover,
.cs-help a:focus-visible {
  color: var(--brand-600);
}

@keyframes cs-panel-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes cs-fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  .cs-actions {
    flex-direction: column;
  }

  .cs-page .btn {
    width: 100%;
  }

  .cs-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-panel,
  .cs-badge,
  .cs-kicker,
  .cs-title,
  .cs-sub,
  .cs-actions,
  .cs-card,
  .cs-help {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

#panel-request br {
  display: none;
}

/* Checkout Success Page CSS Start Here */

.result-page {
  position: relative;
  padding-block: clamp(2.5rem, 6vw, 4.5rem);
  overflow: hidden;
}

.result-page--success {
  background:
    radial-gradient(circle at 15% 10%, color-mix(in oklab, var(--brand-600) 14%, transparent), transparent 42%),
    radial-gradient(circle at 90% 80%, color-mix(in oklab, var(--brand-600) 10%, transparent), transparent 40%),
    linear-gradient(180deg, #f7fbf8 0%, #f3f6f8 100%);
}

.result-page--cancel {
  background:
    radial-gradient(circle at 12% 8%, rgba(180, 35, 24, 0.08), transparent 42%),
    radial-gradient(circle at 88% 90%, color-mix(in oklab, var(--brand-600) 8%, transparent), transparent 40%),
    linear-gradient(180deg, #faf7f6 0%, #f3f6f8 100%);
}

.result-card {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
  border-radius: 1.5rem;
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  box-shadow:
    0 18px 48px rgba(18, 58, 43, 0.08),
    0 2px 8px rgba(15, 43, 76, 0.04);
  text-align: center;
  overflow: hidden;
  animation: result-card-in 0.7s ease both;
}

.result-card.is-cancel {
  border-color: color-mix(in oklab, #b42318 16%, #e5e7eb);
}

.result-card__glow {
  position: absolute;
  inset: auto 10% -40% 10%;
  height: 55%;
  background: radial-gradient(circle, color-mix(in oklab, var(--brand-600) 18%, transparent), transparent 70%);
  pointer-events: none;
}

.result-card__glow--cancel {
  background: radial-gradient(circle, rgba(180, 35, 24, 0.12), transparent 70%);
}

.result-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1.15rem;
  margin-inline: auto;
  margin-bottom: 1.15rem;
  background: color-mix(in oklab, var(--brand-600) 12%, #fff);
  color: var(--brand-700);
  border: 1px solid color-mix(in oklab, var(--brand-600) 18%, #e5e7eb);
  animation: result-icon-pop 0.65s ease 0.12s both;
}

.result-icon__ring {
  position: absolute;
  inset: -8px;
  border-radius: 1.4rem;
  border: 2px solid color-mix(in oklab, var(--brand-600) 28%, transparent);
  animation: result-ring 1.1s ease 0.2s both;
}

.result-icon .icon {
  width: 2rem;
  height: 2rem;
}

.is-cancel .result-icon {
  background: #fff1f0;
  color: #b42318;
  border-color: #f4c7c6;
  animation: result-icon-pop 0.65s ease 0.12s both;
}

.is-cancel .result-icon__ring,
.result-icon__ring--cancel {
  display: block;
  border-color: rgba(180, 35, 24, 0.28);
}

.result-card__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-700);
  animation: result-fade-up 0.55s ease 0.18s both;
}

.result-card__eyebrow--cancel {
  color: #b42318;
}

.cancel-note {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  max-width: 34rem;
  margin: 0 auto 1.4rem;
  padding: 0.95rem 1.05rem;
  text-align: left;
  border-radius: 1rem;
  background: #fff8f7;
  border: 1px solid #f4c7c6;
  animation: result-fade-up 0.55s ease 0.4s both;
}

.cancel-note__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.75rem;
  background: #fff;
  border: 1px solid #f4c7c6;
  color: #b42318;
}

.cancel-note__icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.cancel-note p {
  margin: 0;
  color: #6b4a47;
  font-size: 0.95rem;
  line-height: 1.55;
}

.result-page--cancel .btn {
  min-height: 2.85rem;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}

.result-page--cancel .btn:hover,
.result-page--cancel .btn:focus-visible {
  transform: translateY(-2px);
}

.result-page--cancel .btn-primary:hover,
.result-page--cancel .btn-primary:focus-visible {
  box-shadow: 0 10px 22px rgba(18, 58, 43, 0.2);
}

.result-page--cancel .btn-outline:hover,
.result-page--cancel .btn-outline:focus-visible {
  background: #f7fbf8;
  border-color: var(--brand-600);
  color: var(--brand-700);
}

.result-card__title,
.result-card h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 3.2vw, 2.1rem) !important;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #123a2b;
  animation: result-fade-up 0.55s ease 0.26s both;
}

.result-card__lead,
.result-card > p {
  margin: 0 auto 1.35rem;
  max-width: 34rem;
  color: #4b5563;
  font-size: 1.02rem;
  line-height: 1.65;
  animation: result-fade-up 0.55s ease 0.34s both;
}

.kv {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr 1fr;
  max-width: 520px;
  margin: 0 auto 1.5rem;
  animation: result-fade-up 0.55s ease 0.42s both;
}

.kv div,
.kv__item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  background: #f7fbf8;
  border: 1px solid color-mix(in oklab, var(--brand-600) 12%, #e5e7eb);
  border-radius: 1rem;
  padding: 0.9rem 1rem;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.kv div:hover,
.kv__item:hover {
  transform: translateY(-2px);
  border-color: color-mix(in oklab, var(--brand-600) 28%, #e5e7eb);
  box-shadow: 0 10px 22px rgba(18, 58, 43, 0.06);
}

.kv dt {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand-800);
}

.kv dd {
  margin: 0;
  color: #123a2b;
  font-size: 1.05rem;
  font-weight: 700;
}

.result-card__actions,
.result-card .btn-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 0.25rem;
  animation: result-fade-up 0.55s ease 0.5s both;
}

.result-page--success .btn {
  min-height: 2.85rem;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  font-weight: 700;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}

.result-page--success .btn:hover,
.result-page--success .btn:focus-visible {
  transform: translateY(-2px);
}

.result-page--success .btn-primary:hover,
.result-page--success .btn-primary:focus-visible {
  box-shadow: 0 10px 22px rgba(18, 58, 43, 0.2);
}

.result-page--success .btn-outline:hover,
.result-page--success .btn-outline:focus-visible {
  background: #f7fbf8;
  border-color: var(--brand-600);
  color: var(--brand-700);
}

.result-card__help {
  margin-top: 1.5rem;
  padding-top: 1.15rem;
  border-top: 1px dashed color-mix(in oklab, var(--brand-600) 18%, #e5e7eb);
  animation: result-fade-up 0.55s ease 0.58s both;
}

.result-card__help p {
  margin: 0;
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.6;
}

.result-card__help a {
  color: var(--brand-700);
  font-weight: 700;
  text-underline-offset: 2px;
}

.result-card__help a:hover,
.result-card__help a:focus-visible {
  color: var(--brand-600);
}

@keyframes result-card-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes result-fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes result-icon-pop {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  70% {
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes result-ring {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 640px) {
  .kv {
    grid-template-columns: 1fr;
  }

  .result-card__actions,
  .result-card .btn-row {
    flex-direction: column;
  }

  .result-page--success .btn,
  .result-page--cancel .btn {
    width: 100%;
  }

  .cancel-note {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .result-card,
  .result-icon,
  .result-icon__ring,
  .result-card__eyebrow,
  .result-card__title,
  .result-card h1,
  .result-card__lead,
  .result-card > p,
  .kv,
  .result-card__actions,
  .result-card .btn-row,
  .result-card__help,
  .cancel-note {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =============================================================
   Blog Page Styles — Private Pharmacy Care Brand
   ============================================================= */
:root {
  /* Core palette extracted from privatepharmacycare.co.uk */
  --ppc-navy: #0f2b4c;
  /* Deep navy — primary dark */
  --ppc-teal: #0e7c6e;
  /* Clinical teal — brand accent */
  --ppc-teal-light: #12a08f;
  /* Lighter teal for hover states */
  --ppc-teal-bg: #e8f5f3;
  /* Teal-tinted background wash */
  --ppc-white: #ffffff;
  --ppc-bg: #f5f7f9;
  /* Clinical off-white, cool-toned */
  --ppc-text: #1a2e3d;
  /* Near-navy body text */
  --ppc-muted: #6b7f8e;
  /* Calm slate grey */
  --ppc-border: #dde4ea;
  /* Soft cool border */
  --ppc-surface: #ffffff;

  /* Tokens */
  --blog-primary: var(--ppc-navy);
  --blog-accent: var(--ppc-teal);
  --blog-accent-light: var(--ppc-teal-light);
  --blog-surface: var(--ppc-surface);
  --blog-bg: var(--ppc-bg);
  --blog-text: var(--ppc-text);
  --blog-muted: var(--ppc-muted);
  --blog-border: var(--ppc-border);

  /* Shape & motion */
  --blog-radius: 8px;
  /* Slightly tighter radius — clinical, not playful */
  --blog-card-shadow:
    0 1px 4px rgba(15, 43, 76, 0.05), 0 6px 20px rgba(15, 43, 76, 0.07);
  --blog-transition: 0.22s cubic-bezier(0.4, 0, 0.2, 1);

  /* Typography — Inter matches the site's clean modern feel */
  --blog-font-head: "Inter", system-ui, -apple-system, sans-serif;
  --blog-font-body: "Inter", system-ui, -apple-system, sans-serif;

  --blog-max-width: 1200px;
}

/* ---------- Reset ---------- */
.blog-banner *,
.blog-section * {
  box-sizing: border-box;
}

/* =============================================================
   BANNER
   — Clean navy overlay with teal accent, calm & trustworthy
   ============================================================= */
.blog-banner {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.blog-banner__media {
  position: absolute;
  inset: 0;
  margin: 0;
}

.blog-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.06);
  animation: blog-banner-zoom 1.4s ease forwards;
}

.blog-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    150deg,
    rgba(8, 36, 25, 0.92) 0%,
    rgba(18, 58, 43, 0.88) 48%,
    rgba(14, 90, 78, 0.82) 100%
  );
  animation: blog-fade-in 0.7s ease both;
}

.blog-banner__content {
  position: relative;
  z-index: 1;
  padding: 72px 24px;
  max-width: 640px;
  color: #fff;
}

.blog-banner__breadcrumbs,
.blog-banner__eyebrow,
.blog-banner__title,
.blog-banner__subtitle {
  animation: blog-fade-up 0.7s ease both;
}

.blog-banner__breadcrumbs {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  animation-delay: 0.08s;
}

.blog-banner .blog-breadcrumb,
.blog-banner .blog-breadcrumb--on-dark {
  color: rgba(255, 255, 255, 0.78);
}

.blog-banner .blog-breadcrumb a,
.blog-banner .blog-breadcrumb--on-dark a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.blog-banner .blog-breadcrumb a:hover,
.blog-banner .blog-breadcrumb a:focus-visible,
.blog-banner .blog-breadcrumb--on-dark a:hover,
.blog-banner .blog-breadcrumb--on-dark a:focus-visible {
  color: #ffffff;
  opacity: 0.85;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blog-banner .blog-breadcrumb__item:not(:last-child)::after,
.blog-banner .blog-breadcrumb--on-dark .blog-breadcrumb__item:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.5);
}

.blog-banner .blog-breadcrumb__item--current span,
.blog-banner .blog-breadcrumb--on-dark .blog-breadcrumb__item--current span {
  color: rgba(255, 255, 255, 0.92);
}

/* Eyebrow — light label on dark banner */
.blog-banner__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--blog-font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d8f3ec;
  margin-bottom: 18px;
  animation-delay: 0.16s;
}

.blog-banner__eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1.5px;
  background: #9fe0d2;
  flex-shrink: 0;
}

.blog-banner__title {
  font-family: var(--blog-font-head);
  font-size: clamp(1.8rem, 4.5vw, 2.9rem);
  font-weight: 700;
  line-height: 1.18;
  color: #ffffff;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  animation-delay: 0.24s;
}

.blog-banner__subtitle {
  font-family: var(--blog-font-body);
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-weight: 400;
  animation-delay: 0.34s;
}

.blog-banner p,
.blog-banner h1 {
  color: inherit;
}

.blog-banner .blog-banner__title {
  color: #ffffff;
}

.blog-banner .blog-banner__subtitle,
.blog-banner .blog-banner__eyebrow {
  color: rgba(255, 255, 255, 0.92);
}

.blog-banner .blog-banner__eyebrow {
  color: #d8f3ec;
}

/* =============================================================
   BLOG SECTION
   ============================================================= */
.blog-section {
  background: var(--blog-bg);
  padding: 60px 0 88px;
}

.blog-container {
  max-width: var(--blog-max-width);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- Meta bar ---------- */
.blog-meta-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  margin-bottom: 28px;
  min-height: 22px;
  animation: blog-fade-up 0.6s ease 0.28s both;
}

.blog-meta-bar__count {
  font-family: var(--blog-font-body);
  font-size: 0.8rem;
  color: var(--blog-muted);
  font-weight: 500;
}

.blog-meta-bar__back {
  font-family: var(--blog-font-body);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--brand-700, var(--ppc-teal));
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.blog-meta-bar__back:hover,
.blog-meta-bar__back:focus-visible {
  color: var(--brand-600, var(--ppc-teal));
  text-decoration: underline;
  text-underline-offset: 2px;
  transform: translateX(-2px);
}

/* =============================================================
   BLOG GRID
   ============================================================= */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

/* Empty state */
.blog-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 24px;
  color: var(--blog-muted);
  font-family: var(--blog-font-body);
  font-size: 1rem;
}

/* =============================================================
   BLOG CARD
   — White card, clean border, minimal shadow (matches site's
     calm card aesthetic on treatment hub / process steps)
   ============================================================= */
.blog-card {
  background: var(--ppc-white);
  border-radius: var(--radius-3);
  border: 1px solid var(--ppc-border);
  box-shadow: var(--blog-card-shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  animation: blog-fade-up 0.65s ease both;
  transition:
    transform var(--blog-transition),
    box-shadow var(--blog-transition),
    border-color var(--blog-transition);
}

.blog-grid > .blog-card:nth-child(1) { animation-delay: 0.32s; }
.blog-grid > .blog-card:nth-child(2) { animation-delay: 0.4s; }
.blog-grid > .blog-card:nth-child(3) { animation-delay: 0.48s; }
.blog-grid > .blog-card:nth-child(4) { animation-delay: 0.56s; }
.blog-grid > .blog-card:nth-child(5) { animation-delay: 0.64s; }
.blog-grid > .blog-card:nth-child(6) { animation-delay: 0.72s; }
.blog-grid > .blog-card:nth-child(7) { animation-delay: 0.8s; }
.blog-grid > .blog-card:nth-child(8) { animation-delay: 0.88s; }
.blog-grid > .blog-card:nth-child(9) { animation-delay: 0.96s; }
.blog-grid > .blog-card:nth-child(n + 10) { animation-delay: 1.02s; }

.blog-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in oklab, var(--brand-600, var(--ppc-teal)) 35%, var(--ppc-border));
  box-shadow:
    0 8px 18px rgba(15, 43, 76, 0.08),
    0 20px 40px rgba(18, 58, 43, 0.12);
}

.blog-card:hover .blog-card__cat {
  transform: translateY(-1px);
  background: var(--brand-700, #0b6b5e);
}

.blog-card:hover .blog-card__title a {
  color: var(--brand-700, var(--ppc-teal));
}

/* ---------- Thumbnail ---------- */
.blog-card__thumb-link {
  display: block;
  overflow: hidden;
}

.blog-card__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--ppc-teal-bg);
}

.blog-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.blog-card:hover .blog-card__img {
  transform: scale(1.07);
}

/* Placeholder */
.blog-card__img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ppc-teal-bg);
  color: rgba(14, 124, 110, 0.35);
  transition: color 0.2s ease, background 0.2s ease;
}

.blog-card:hover .blog-card__img--placeholder {
  color: rgba(14, 124, 110, 0.55);
  background: color-mix(in oklab, var(--ppc-teal-bg) 70%, #fff);
}

.blog-card__img--placeholder svg {
  width: 44px;
  height: 44px;
}

/* Category badge — teal pill, matches site's clinical tag style */
.blog-card__cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--ppc-teal);
  color: #fff;
  font-family: var(--blog-font-body);
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  line-height: 1.4;
  pointer-events: none;
  transition: transform 0.2s ease, background 0.2s ease;
}

/* ---------- Card Body ---------- */
.blog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px 22px 22px;
}

/* Meta row */
.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.blog-card__date,
.blog-card__read-time {
  font-family: var(--blog-font-body);
  font-size: 0.75rem;
  color: var(--ppc-muted);
  font-weight: 500;
}

.blog-card__sep {
  color: var(--ppc-border);
}

.blog-card__cat-link {
  font-family: var(--blog-font-body);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--brand-700, var(--ppc-teal));
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.blog-card__cat-link:hover,
.blog-card__cat-link:focus-visible {
  color: var(--brand-600, var(--ppc-teal));
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Title */
.blog-grid h2.blog-card__title,
.blog-related__grid h2.blog-card__title,
article.blog-card h2.blog-card__title,
h2.blog-card__title,
.blog-card__title {
  font-family: var(--blog-font-head);
  font-size: 0.95rem !important;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin: 0 0 8px;
}

.blog-card__title a {
  color: var(--ppc-navy);
  text-decoration: none;
  transition: color var(--blog-transition);
}

.blog-card__title a:hover {
  color: var(--ppc-teal);
}

/* Excerpt */
.blog-card__excerpt {
  font-family: var(--blog-font-body);
  font-size: 0.875rem;
  line-height: 1.68;
  color: var(--ppc-muted);
  margin: 0 0 18px;
  flex: 1;
  font-weight: 400;
}

/* CTA — understated, teal, matches site's calm link style */
.blog-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--blog-font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--ppc-teal);
  text-decoration: none;
  align-self: flex-start;
  padding: 7px 16px;
  border: 1.5px solid var(--ppc-teal);
  border-radius: 999px;
  transition:
    background var(--blog-transition),
    color var(--blog-transition),
    gap var(--blog-transition),
    transform var(--blog-transition),
    box-shadow var(--blog-transition);
}

.blog-card__cta:hover {
  background: var(--ppc-teal);
  color: #fff;
  gap: 10px;
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(14, 124, 110, 0.22);
}

.blog-card__cta-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform var(--blog-transition);
}

.blog-card__cta:hover .blog-card__cta-icon {
  transform: translateX(2px);
}

/* =============================================================
   BLOG PAGINATION
   ============================================================= */
.blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: 52px;
  animation: blog-fade-up 0.65s ease 0.7s both;
}

.blog-pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-pagination .page-numbers li {
  margin: 0;
}

.blog-pagination a.page-numbers,
.blog-pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 2.6rem;
  min-height: 2.6rem;
  padding: 0.45rem 0.85rem;
  border-radius: 0.7rem;
  border: 1px solid color-mix(in oklab, var(--brand-600) 22%, #e5e7eb);
  background: #fff;
  color: var(--brand-800);
  font-family: var(--blog-font-body);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.15s ease;
}

.blog-pagination a.page-numbers:hover,
.blog-pagination a.page-numbers:focus-visible {
  background: var(--brand-50, #e8f5f3);
  border-color: var(--brand-600, var(--ppc-teal));
  color: var(--brand-700, var(--ppc-teal));
  transform: translateY(-2px);
}

.blog-pagination span.page-numbers.current {
  background: var(--brand-600);
  border-color: var(--brand-600);
  color: #fff;
  cursor: default;
}

.blog-pagination span.page-numbers.dots {
  border-color: transparent;
  background: transparent;
  color: #6b7280;
  min-width: 1.75rem;
  padding-inline: 0.25rem;
}

.blog-pagination a.page-numbers.prev,
.blog-pagination a.page-numbers.next {
  padding-inline: 0.95rem;
}

.blog-pagination__arrow {
  font-size: 1.15rem;
  line-height: 1;
}

.blog-pagination__label,
.blog-pagination__arrow {
  border: 0;
  background: none;
  padding: 0;
  min-width: 0;
  min-height: 0;
}

@media (max-width: 560px) {
  .blog-pagination__label {
    display: none;
  }

  .blog-pagination a.page-numbers,
  .blog-pagination span.page-numbers {
    min-width: 2.35rem;
    min-height: 2.35rem;
    padding: 0.4rem 0.65rem;
  }
}

/* =============================================================
   BLOG MOTION
   ============================================================= */
@keyframes blog-fade-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes blog-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes blog-banner-zoom {
  from {
    transform: scale(1.08);
    opacity: 0.85;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* =============================================================
   REDUCED MOTION
   ============================================================= */
@media (prefers-reduced-motion: reduce) {
  .blog-banner__media img,
  .blog-banner__overlay,
  .blog-banner__breadcrumbs,
  .blog-banner__eyebrow,
  .blog-banner__title,
  .blog-banner__subtitle,
  .blog-meta-bar,
  .blog-card,
  .blog-pagination {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .blog-card,
  .blog-card__img,
  .blog-card__cta,
  .blog-card__cta-icon,
  .blog-card__cat,
  .blog-pagination a.page-numbers {
    transition: none;
  }

  .blog-card:hover,
  .blog-card:hover .blog-card__img,
  .blog-card__cta:hover,
  .blog-pagination a.page-numbers:hover {
    transform: none;
  }
}

.blog-detail {
  padding: 48px 0 0;
}

.blog-detail__breadcrumbs {
  margin-bottom: 1.5rem;
}

.blog-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.84rem;
  color: #6b7280;
}

.blog-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 100%;
}

.blog-breadcrumb__item:not(:last-child)::after {
  content: "/";
  color: #9ca3af;
}

.blog-breadcrumb a {
  color: var(--brand-700);
  text-decoration: none;
  font-weight: 600;
}

.blog-breadcrumb a:hover,
.blog-breadcrumb a:focus-visible {
  color: var(--brand-600);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blog-breadcrumb__item--current span {
  color: #4b5563;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: min(42ch, 70vw);
}

.blog-detail__image {
  max-width: 1200px;
  margin: 0 auto 48px;
  border-radius: 24px;
  overflow: hidden;
}

.blog-detail__image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.blog-detail__container {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 64px;
}

.blog-detail__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.blog-detail__category {
  color: var(--brand-700);
  font-weight: 600;
  text-decoration: none;
}

.blog-detail__category:hover,
.blog-detail__category:focus-visible {
  color: var(--brand-600);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blog-detail__title {
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  line-height: 1.25;
  font-weight: 700;
  margin: 0 0 16px;
  color: #111827;
}

.blog-detail__byline {
  margin: 0 0 36px;
  color: #6b7280;
  font-size: 0.98rem;
}

.blog-detail__content {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #374151;
}

.blog-detail__content p {
  margin-bottom: 24px;
}

.blog-detail__content h2,
.blog-detail__content h3 {
  margin: 36px 0 14px;
  line-height: 1.3;
  color: #111827;
}

.blog-detail__content h2 {
  font-size: clamp(1.2rem, 1.4vw, 1.45rem);
  font-weight: 700;
}

.blog-detail__content h3 {
  font-size: clamp(1.08rem, 1.1vw, 1.25rem);
  font-weight: 700;
}

.blog-detail__content a {
  color: var(--brand-700);
  font-weight: 600;
  text-underline-offset: 2px;
}

.blog-detail__content blockquote {
  margin: 40px 0;
  padding: 24px 32px;
  border-left: 4px solid var(--brand-600);
  background: #f7fbf8;
  font-size: 1.25rem;
  font-style: italic;
}

.blog-detail__content img {
  width: 100%;
  border-radius: 16px;
  margin: 32px 0;
}

.blog-detail__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.blog-detail__tags-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
}

.blog-detail__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-detail__tag-list a {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--brand-50, #eef8f2);
  color: var(--brand-800);
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
}

.blog-detail__tag-list a:hover,
.blog-detail__tag-list a:focus-visible {
  background: var(--brand-600);
  color: #fff;
}

.blog-detail__back {
  margin-top: 2rem;
}

.blog-detail__back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--brand-700);
  font-weight: 600;
  text-decoration: none;
}

.blog-detail__back-link:hover,
.blog-detail__back-link:focus-visible {
  color: var(--brand-600);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.blog-post-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.75rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}

.blog-post-nav__link {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.15rem 1.2rem;
  border-radius: 1rem;
  border: 1px solid color-mix(in oklab, var(--brand-600) 18%, #e5e7eb);
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.blog-post-nav__link:hover,
.blog-post-nav__link:focus-visible {
  border-color: var(--brand-600);
  background: #f7fbf8;
  transform: translateY(-1px);
}

.blog-post-nav__link--next {
  text-align: right;
  align-items: flex-end;
}

.blog-post-nav__link--empty {
  border: 0;
  background: transparent;
  pointer-events: none;
}

.blog-post-nav__eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-700);
}

.blog-post-nav__title {
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
}

.blog-related {
  margin-top: 0;
  padding: 4rem 0 5rem;
  background: #f7fbf8;
  border-top: 1px solid color-mix(in oklab, var(--brand-600) 10%, #e5e7eb);
}

.blog-related__header {
  margin-bottom: 1.75rem;
  text-align: center;
}

.blog-related__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-700);
}

.blog-related__title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #111827;
}

.blog-related__grid {
  margin-top: 0.5rem;
}

@media (max-width: 768px) {
  .blog-detail {
    padding-top: 28px;
  }

  .blog-detail__image {
    margin-bottom: 32px;
    border-radius: 16px;
  }

  .blog-detail__image img {
    height: 280px;
  }

  .blog-detail__content {
    font-size: 1rem;
  }

  .blog-detail__container {
    padding-bottom: 48px;
  }

  .blog-post-nav {
    grid-template-columns: 1fr;
  }

  .blog-post-nav__link--next {
    text-align: left;
    align-items: flex-start;
  }

  .blog-post-nav__link--empty {
    display: none;
  }

  .blog-related {
    padding: 3rem 0 4rem;
  }
}

/* -------------------------------------------------------
   Cookie / analytics consent banner
------------------------------------------------------- */
.ppc-consent {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  z-index: 10000;
  width: min(640px, calc(100vw - 2rem));
  transform: translateX(-50%) translateY(1rem);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}

.ppc-consent.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.ppc-consent__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.15rem 1.25rem 1.2rem;
  border-radius: 1rem;
  background: var(--brand-900);
  color: #fff;
  box-shadow:
    0 18px 40px rgba(18, 58, 43, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}

.ppc-consent__copy p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.ppc-consent__copy a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}

.ppc-consent__copy a:hover,
.ppc-consent__copy a:focus-visible {
  color: color-mix(in oklab, var(--brand-100) 80%, #fff);
}

.ppc-consent__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.ppc-consent__btn {
  appearance: none;
  cursor: pointer;
  border-radius: 0.65rem;
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.ppc-consent__btn:active {
  transform: translateY(1px);
}

.ppc-consent__btn--decline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
}

.ppc-consent__btn--decline:hover,
.ppc-consent__btn--decline:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
}

.ppc-consent__btn--accept {
  background: var(--brand-600);
  border: 1px solid var(--brand-600);
  color: #fff;
}

.ppc-consent__btn--accept:hover,
.ppc-consent__btn--accept:focus-visible {
  background: var(--brand-700);
  border-color: var(--brand-700);
}

@media (max-width: 560px) {
  .ppc-consent {
    bottom: 0.85rem;
    width: calc(100vw - 1.5rem);
  }

  .ppc-consent__inner {
    padding: 1rem 1.05rem 1.05rem;
  }

  .ppc-consent__actions {
    justify-content: stretch;
  }

  .ppc-consent__btn {
    flex: 1 1 auto;
    text-align: center;
  }
}

/* Treatment category taxonomy archive */
.tc-archive {
  background: #fff;
}

.tc-hero {
  padding-block: clamp(1.75rem, 4.5vw, 3rem);
  background:
    radial-gradient(
      ellipse at 80% 0%,
      color-mix(in oklab, var(--brand-600) 12%, transparent),
      transparent 50%
    ),
    linear-gradient(180deg, #f7fbf8 0%, #fff 100%);
  background-repeat: no-repeat;
  border-bottom: 1px solid color-mix(in oklab, var(--brand-600) 10%, #e5e7eb);
}

.tc-hero__inner {
  max-width: 42rem;
  text-align: center;
  margin-inline: auto;
}

.tc-breadcrumb {
  margin-bottom: 1rem;
}

.tc-breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  font-size: 0.85rem;
}

.tc-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  color: #94a3b8;
}

.tc-breadcrumb a {
  color: var(--brand-700);
  text-decoration: none;
  font-weight: 600;
}

.tc-breadcrumb a:hover {
  text-decoration: underline;
}

.tc-breadcrumb [aria-current="page"] span {
  color: #0f2b1f;
  font-weight: 650;
}

.tc-hero__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-700);
}

.tc-hero__title {
  margin: 0;
  color: #0f2b1f;
}

.tc-hero__lead {
  margin: 0.75rem auto 0;
  max-width: 36rem;
  color: color-mix(in oklab, var(--text) 88%, #0f2b1f);
  line-height: 1.55;
}

.tc-list {
  padding-block: clamp(2rem, 5vw, 3.5rem);
}

.tc-list__head {
  margin-bottom: 1.15rem;
}

.tc-list__count {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 650;
  color: var(--brand-700);
}

.tc-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.75rem;
  align-items: stretch;
}

.tc-grid > li {
  display: flex;
  height: 100%;
}

.tc-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex: 1 1 auto;
  width: 100%;
  min-height: 5.75rem;
  height: 100%;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: #fff;
  color: #000;
  border: 1px solid color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
  box-shadow: 0 6px 18px rgba(18, 58, 43, 0.04);
  text-decoration: none;
  box-sizing: border-box;
  transition:
    transform 0.18s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.tc-card__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  min-width: 0;
  flex: 1 1 auto;
}

.tc-card__label {
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.3;
  text-align: left;
}

.tc-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--brand-700);
  background: color-mix(in oklab, var(--brand-600) 10%, #fff);
  border: 1px solid color-mix(in oklab, var(--brand-600) 18%, #e5e7eb);
}

.tc-card__arrow {
  flex: 0 0 auto;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: color-mix(in oklab, var(--brand-600) 10%, #fff);
  border: 1px solid color-mix(in oklab, var(--brand-600) 18%, #e5e7eb);
  position: relative;
}

.tc-card__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 0.4rem;
  height: 0.4rem;
  border: solid var(--brand-700);
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg) translate(-1px, 0);
}

.tc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(18, 58, 43, 0.1);
  border-color: color-mix(in oklab, var(--brand-600) 32%, #e5e7eb);
  color: var(--brand-700);
}

.tc-card:hover .tc-card__arrow {
  background: var(--brand-600);
  border-color: var(--brand-600);
}

.tc-card:hover .tc-card__arrow::before {
  border-color: #fff;
}

.tc-empty {
  margin: 0;
  color: var(--muted);
}

.tc-back {
  margin: 1.75rem 0 0;
  text-align: center;
}

.tc-back .btn-primary {
  min-width: 11.5rem;
}

/* =========================
   Treatments archive redesign
========================= */
body.treatment-page {
  background: #fff;
}

@keyframes trx-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes trx-media-in {
  from {
    opacity: 0;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.trx-hero {
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding-block: clamp(1.75rem, 4.5vw, 3rem);
  background-color: #f7fbf8;
  border-bottom: 1px solid color-mix(in oklab, var(--brand-600) 12%, #e5e7eb);
}

.trx-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: var(--trx-hero-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: saturate(0.72) contrast(1.04);
  transform: scale(1.02);
  animation: trx-media-in 1.1s ease both;
  border-radius: 0;
}

.trx-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(247, 251, 248, 0.92) 0%,
      rgba(247, 251, 248, 0.88) 50%,
      rgba(255, 255, 255, 0.96) 100%
    ),
    radial-gradient(
      ellipse at 70% 10%,
      color-mix(in oklab, var(--brand-600) 14%, transparent),
      transparent 55%
    );
  background-repeat: no-repeat;
}

.trx-hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 42rem;
}

.trx-hero__eyebrow,
.trx-cats__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-700);
}

.trx-hero__eyebrow {
  animation: trx-fade-up 0.55s ease both;
}

.trx-hero__title {
  margin: 0;
  color: #0f2b1f;
  font-size: clamp(1.85rem, 3.2vw, 2.45rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  animation: trx-fade-up 0.55s ease 0.08s both;
}

.trx-hero__lead {
  margin: 0.85rem auto 0;
  max-width: 36rem;
  font-size: clamp(1.02rem, 0.35vw + 0.95rem, 1.1rem);
  line-height: 1.55;
  color: color-mix(in oklab, var(--text) 88%, #0f2b1f);
  animation: trx-fade-up 0.55s ease 0.14s both;
}

.trx-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.25rem;
  animation: trx-fade-up 0.55s ease 0.2s both;
}

.trx-hero__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 11.5rem;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.trx-hero__phone-icon {
  flex-shrink: 0;
}

.trx-hero__actions .btn-primary:hover,
.trx-hero__actions .btn-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(18, 58, 43, 0.14);
}

.trx-hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1.15rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  animation: trx-fade-up 0.55s ease 0.28s both;
}

.trx-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: color-mix(in oklab, var(--text) 78%, #0f2b1f);
}

.trx-hero__trust li::before {
  content: "";
  flex: 0 0 auto;
  width: 0.95rem;
  height: 0.95rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.2l3 3.1 6.6-6.6' stroke='%232b7a5c' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.trx-cats {
  padding-block: clamp(2.25rem, 5.5vw, 4rem);
  background:
    radial-gradient(
      ellipse at 12% 0%,
      color-mix(in oklab, var(--brand-600) 8%, transparent),
      transparent 42%
    ),
    linear-gradient(180deg, #fff 0%, #f7fbf8 100%);
  background-repeat: no-repeat;
}

.trx-cats__head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 1.75rem;
}

.trx-cats__title {
  margin: 0;
  color: #0f2b1f;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  letter-spacing: -0.02em;
}

.trx-cats__lead {
  margin: 0.55rem 0 0;
  color: color-mix(in oklab, var(--text) 82%, #0f2b1f);
  font-size: 1.02rem;
  line-height: 1.55;
}

.trx-cats__grid {
  column-count: 3;
  column-gap: clamp(1rem, 2.2vw, 1.35rem);
}

@media (max-width: 1000px) {
  .trx-cats__grid {
    column-count: 2;
  }
}

@media (max-width: 620px) {
  .trx-cats__grid {
    column-count: 1;
  }

  .trx-hero__actions .btn {
    width: 100%;
    min-width: 0;
  }
}

.trx-card {
  break-inside: avoid;
  display: block;
  margin: 0 0 clamp(1rem, 2.2vw, 1.35rem);
  padding: 1.15rem 1.15rem 1rem;
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--border) 82%, transparent);
  border-radius: var(--radius-3);
  box-shadow: 0 8px 22px rgba(18, 58, 43, 0.05);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.trx-card:hover {
  border-color: color-mix(in oklab, var(--brand-600) 28%, #e5e7eb);
  box-shadow: 0 14px 28px rgba(18, 58, 43, 0.09);
}

.trx-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid color-mix(in oklab, var(--brand-600) 18%, #e5e7eb);
}

.trx-card__title-link {
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.trx-card__title-link:hover .trx-card__title {
  color: var(--brand-700);
}

.trx-card__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f2b1f;
  line-height: 1.25;
}

.trx-card__count {
  flex: 0 0 auto;
  font-size: 0.75rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: color-mix(in oklab, var(--muted) 70%, var(--brand-700));
  white-space: nowrap;
}

.trx-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.15rem;
}

.trx-card__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.45rem 0.35rem;
  margin: 0 -0.35rem;
  border-radius: 0.55rem;
  color: color-mix(in oklab, var(--text) 88%, var(--muted));
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 550;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

.trx-card__list a::after {
  content: "";
  flex: 0 0 auto;
  width: 0.4rem;
  height: 0.4rem;
  border: solid color-mix(in oklab, var(--muted) 55%, #fff);
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg) translate(-1px, 0);
  transition: border-color 0.15s ease;
}

.trx-card__list a:hover {
  background: color-mix(in oklab, var(--brand-600) 7%, #fff);
  color: var(--brand-700);
}

.trx-card__list a:hover::after {
  border-color: var(--brand-700);
}

@media (prefers-reduced-motion: reduce) {
  .trx-hero__media,
  .trx-hero__eyebrow,
  .trx-hero__title,
  .trx-hero__lead,
  .trx-hero__actions,
  .trx-hero__trust {
    animation: none;
  }

  .trx-hero__actions .btn-primary:hover,
  .trx-hero__actions .btn-outline:hover,
  .trx-card {
    transform: none;
  }
}

/* =========================
   Contact Us redesign
========================= */
body.contact-us-page {
  background: #fff;
}

body.contact-us-page h1 {
  font-size: clamp(1.85rem, 3.2vw, 2.45rem);
}

body.contact-us-page h2 {
  font-size: clamp(1.2rem, 1.6vw, 1.4rem);
}

@keyframes git-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.git-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(1.75rem, 4.5vw, 3rem);
  background-color: #f7fbf8;
  background-image: linear-gradient(180deg, #f4fbf8 0%, #eef8f3 45%, #f7fbf8 100%);
  background-repeat: no-repeat;
  border-bottom: 1px solid color-mix(in oklab, var(--brand-600) 12%, #e5e7eb);
}

.git-hero__glow {
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 70%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse at 50% 0%,
    color-mix(in oklab, var(--brand-600) 14%, transparent),
    transparent 70%
  );
  background-repeat: no-repeat;
}

.git-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 42rem;
}

.git-hero__eyebrow,
.git-card__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-700);
}

.git-hero__eyebrow {
  animation: git-fade-up 0.55s ease both;
}

.git-hero__title {
  margin: 0;
  color: #0f2b1f;
  line-height: 1.15;
  letter-spacing: -0.02em;
  animation: git-fade-up 0.55s ease 0.08s both;
}

.git-hero__lead {
  margin: 0.85rem auto 0;
  max-width: 36rem;
  font-size: clamp(1.02rem, 0.35vw + 0.95rem, 1.1rem);
  line-height: 1.55;
  color: color-mix(in oklab, var(--text) 88%, #0f2b1f);
  animation: git-fade-up 0.55s ease 0.14s both;
}

.git-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.25rem;
  animation: git-fade-up 0.55s ease 0.2s both;
}

.git-hero__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 11.5rem;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.git-hero__phone-icon {
  flex-shrink: 0;
}

.git-hero__actions .btn-primary:hover,
.git-hero__actions .btn-outline:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(18, 58, 43, 0.14);
}

.git-hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1.15rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  animation: git-fade-up 0.55s ease 0.28s both;
}

.git-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: color-mix(in oklab, var(--text) 78%, #0f2b1f);
}

.git-hero__trust li::before {
  content: "";
  flex: 0 0 auto;
  width: 0.95rem;
  height: 0.95rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.2l3 3.1 6.6-6.6' stroke='%232b7a5c' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.git-panel {
  padding-block: clamp(2rem, 5vw, 3.5rem);
  background:
    radial-gradient(
      ellipse at 12% 0%,
      color-mix(in oklab, var(--brand-600) 7%, transparent),
      transparent 42%
    ),
    linear-gradient(180deg, #fff 0%, #f7fbf8 100%);
  background-repeat: no-repeat;
}

.git-panel__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1rem, 2.5vw, 1.35rem);
  align-items: stretch;
}

@media (max-width: 980px) {
  .git-panel__grid {
    grid-template-columns: 1fr;
  }

  .git-hero__actions .btn {
    width: 100%;
    min-width: 0;
  }
}

.git-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
  border-radius: var(--radius-3);
  padding: clamp(1.15rem, 2.5vw, 1.5rem);
  box-shadow: 0 10px 28px rgba(18, 58, 43, 0.05);
}

.git-card__head {
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid color-mix(in oklab, var(--brand-600) 12%, #e5e7eb);
}

.git-card__title {
  margin: 0;
  color: #0f2b1f;
  letter-spacing: -0.015em;
}

.git-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.git-info > li {
  display: grid;
  gap: 0.25rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid color-mix(in oklab, var(--border) 70%, transparent);
}

.git-info > li:first-child {
  padding-top: 0;
}

.git-info > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.git-info__label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--muted) 55%, var(--brand-700));
}

.git-info__value {
  margin: 0;
  font-style: normal;
  color: color-mix(in oklab, var(--text) 90%, #0f2b1f);
  line-height: 1.5;
}

.git-info__link {
  color: var(--brand-700);
  font-weight: 650;
  text-decoration: none;
}

.git-info__link:hover {
  text-decoration: underline;
}

.git-info__link--strong {
  font-weight: 800;
}

.git-info__note {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.92rem;
  color: var(--muted);
}

.git-info__gphc {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.92rem;
}

/* CF7 form inside Contact Us */
body.contact-us-page .git-card--form .form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem 0.9rem;
  margin: 0;
}

body.contact-us-page .git-card--form .field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  min-width: 0;
}

body.contact-us-page .git-card--form .field--full,
body.contact-us-page .git-card--form .actions,
body.contact-us-page .git-card--form .tiny {
  grid-column: 1 / -1;
}

body.contact-us-page .git-card--form .field:has(input[type="tel"]) {
  grid-column: 1 / -1;
}

body.contact-us-page .git-card--form .field p {
  margin: 0;
}

body.contact-us-page .git-card--form label {
  font-weight: 650;
  color: #0f2b1f;
  font-size: 0.92rem;
}

body.contact-us-page .git-card--form .req {
  color: var(--brand-600);
  margin-left: 0.15rem;
}

body.contact-us-page .git-card--form input[type="text"],
body.contact-us-page .git-card--form input[type="email"],
body.contact-us-page .git-card--form input[type="tel"],
body.contact-us-page .git-card--form textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid color-mix(in oklab, var(--border) 85%, #e5e7eb);
  background: #fff;
  outline: 0;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

body.contact-us-page .git-card--form input:focus,
body.contact-us-page .git-card--form textarea:focus {
  border-color: color-mix(in oklab, var(--brand-600) 55%, var(--border));
  box-shadow: 0 0 0 4px color-mix(in oklab, var(--brand-600) 12%, #fff);
}

body.contact-us-page .git-card--form textarea {
  min-height: 96px;
  height: 96px;
  resize: vertical;
}

body.contact-us-page .git-card--form .actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  margin-top: 0.35rem;
}

body.contact-us-page .git-card--form .actions p {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  width: 100%;
}

body.contact-us-page .git-card--form .actions br {
  display: none;
}

body.contact-us-page .git-card--form .btn--primary,
body.contact-us-page .git-card--form input.wpcf7-submit,
body.contact-us-page .git-card--form .btn--ghost {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 3.1rem;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

body.contact-us-page .git-card--form .btn--primary,
body.contact-us-page .git-card--form input.wpcf7-submit {
  border: 1px solid transparent;
  background: var(--brand-600);
  color: #fff;
}

body.contact-us-page .git-card--form .btn--primary:hover,
body.contact-us-page .git-card--form input.wpcf7-submit:hover {
  background: color-mix(in oklab, var(--brand-600) 85%, black);
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(18, 58, 43, 0.16);
}

body.contact-us-page .git-card--form .btn--ghost {
  background: #fff;
  color: var(--brand-700);
  border: 1px solid color-mix(in oklab, var(--brand-600) 40%, #fff);
}

body.contact-us-page .git-card--form .btn--ghost:hover {
  background: color-mix(in oklab, var(--brand-600) 6%, #fff);
  transform: translateY(-1px);
}

body.contact-us-page .git-card--form .tiny {
  margin: 0.35rem 0 0;
  font-size: 1rem;
  font-weight: 650;
  color: var(--muted);
  line-height: 1.45;
  text-align: center;
}

body.contact-us-page .git-card--form .wpcf7-response-output {
  margin: 0.85rem 0 0;
  border-radius: 0.75rem;
}

@media (max-width: 640px) {
  body.contact-us-page .git-card--form .form {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .git-hero__eyebrow,
  .git-hero__title,
  .git-hero__lead,
  .git-hero__actions,
  .git-hero__trust {
    animation: none;
  }

  .git-hero__actions .btn-primary:hover,
  .git-hero__actions .btn-outline:hover {
    transform: none;
  }
}/* =========================
   About Us redesign
========================= */
body.about-page {
  background: #fff;
}

body.about-page h1 {
  font-size: clamp(1.85rem, 3.2vw, 2.45rem);
}

body.about-page h2 {
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
}

body.about-page h3 {
  font-size: clamp(1.05rem, 1.2vw, 1.2rem);
}

body.about-page .au-hero__lead,
body.about-page .au-promise-card__text,
body.about-page .au-steps li,
body.about-page .au-team-card__role,
body.about-page .au-team-card__details li,
body.about-page .au-cta__lead {
  color: color-mix(in oklab, var(--text) 88%, #0f2b1f);
}

@keyframes au-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.au-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(1.75rem, 4.5vw, 3rem);
  background-color: #f7fbf8;
  background-image: linear-gradient(180deg, #f4fbf8 0%, #eef8f3 45%, #f7fbf8 100%);
  background-repeat: no-repeat;
  border-bottom: 1px solid color-mix(in oklab, var(--brand-600) 12%, #e5e7eb);
}

.au-hero__glow {
  position: absolute;
  inset: -20% -10% auto -10%;
  height: 70%;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse at 50% 0%,
    color-mix(in oklab, var(--brand-600) 14%, transparent),
    transparent 70%
  );
  background-repeat: no-repeat;
}

.au-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 42rem;
}

.au-hero__eyebrow,
.au-story__eyebrow,
.au-promise__eyebrow,
.au-team__eyebrow,
.au-cta__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-700);
}

.au-hero__eyebrow {
  animation: au-fade-up 0.55s ease both;
}

.au-hero__title {
  margin: 0;
  color: #0f2b1f;
  letter-spacing: -0.02em;
  animation: au-fade-up 0.55s ease 0.08s both;
}

.au-hero__lead {
  margin: 0.85rem auto 0;
  max-width: 36rem;
  font-size: clamp(1.02rem, 0.35vw + 0.95rem, 1.1rem);
  line-height: 1.55;
  animation: au-fade-up 0.55s ease 0.14s both;
}

.au-hero__actions,
.au-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.au-hero__actions {
  animation: au-fade-up 0.55s ease 0.2s both;
}

.au-hero__actions .btn,
.au-cta__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-width: 11.5rem;
  white-space: nowrap;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.au-hero__phone-icon,
.au-cta__phone-icon {
  flex-shrink: 0;
}

.au-hero__actions .btn:hover,
.au-cta__actions .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(18, 58, 43, 0.14);
}

.au-hero__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1.15rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  animation: au-fade-up 0.55s ease 0.28s both;
}

.au-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: color-mix(in oklab, var(--text) 78%, #0f2b1f);
}

.au-hero__trust li::before {
  content: "";
  flex: 0 0 auto;
  width: 0.95rem;
  height: 0.95rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.2l3 3.1 6.6-6.6' stroke='%232b7a5c' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Story / How it works */
.au-story {
  padding-block: clamp(2.25rem, 5.5vw, 4rem);
  background: #fff;
}

.au-story__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.25rem, 3.5vw, 2.5rem);
  align-items: center;
}

.au-story__media {
  margin: 0;
  border-radius: var(--radius-3);
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(18, 58, 43, 0.1);
}

.au-story__media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.au-story__title {
  margin: 0 0 1rem;
  color: #0f2b1f;
  letter-spacing: -0.02em;
}

.au-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.au-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  margin: 0;
  line-height: 1.5;
}

.au-steps__check {
  flex: 0 0 auto;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.15rem;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.2l3 3.1 6.6-6.6' stroke='%232b7a5c' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.au-story__actions {
  margin-top: 1.35rem;
}

/* Promise */
.au-promise {
  padding-block: clamp(2.25rem, 5.5vw, 4rem);
  background:
    radial-gradient(
      ellipse at 12% 0%,
      color-mix(in oklab, var(--brand-600) 7%, transparent),
      transparent 42%
    ),
    linear-gradient(180deg, #f7fbf8 0%, #fff 100%);
  background-repeat: no-repeat;
}

.au-promise__head,
.au-team__head {
  text-align: center;
  max-width: 36rem;
  margin: 0 auto 1.5rem;
}

.au-promise__title,
.au-team__title {
  margin: 0;
  color: #0f2b1f;
  letter-spacing: -0.02em;
}

.au-promise__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(0.9rem, 2.4vw, 1.25rem);
  align-items: stretch;
}

.au-promise-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  height: 100%;
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 14%, #e5e7eb);
  border-radius: var(--radius-3);
  padding: clamp(1.1rem, 2.4vw, 1.4rem);
  box-shadow: 0 10px 28px rgba(18, 58, 43, 0.05);
}

.au-promise-card__icon {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border-radius: 0.85rem;
  background: color-mix(in oklab, var(--brand-600) 10%, #fff);
  border: 1px solid color-mix(in oklab, var(--brand-600) 16%, #e5e7eb);
}

.au-promise-card__icon img {
  width: 1.35rem;
  height: 1.35rem;
  object-fit: contain;
}

.au-promise-card__title {
  margin: 0.15rem 0 0;
  color: #0f2b1f;
}

.au-promise-card__text {
  margin: 0;
  line-height: 1.55;
}

﻿/* Team */
.au-team {
  padding-block: clamp(2.25rem, 5.5vw, 4rem);
  background:
    radial-gradient(
      ellipse at 8% 0%,
      color-mix(in oklab, var(--brand-600) 7%, transparent),
      transparent 42%
    ),
    #fff;
}

.au-team__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
  align-items: stretch;
}

.au-team-card {
  --au-team-accent: var(--brand-600);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid color-mix(in oklab, var(--brand-600) 12%, #e5e7eb);
  border-radius: calc(var(--radius-3) + 0.15rem);
  box-shadow: 0 14px 34px rgba(15, 43, 31, 0.06);
}

.au-team-card--tone-a {
  --au-team-accent: #2b7a5c;
}

.au-team-card--tone-b {
  --au-team-accent: #1f6a4f;
}

.au-team-card__portrait {
  display: grid;
  place-items: center;
  min-height: 11.5rem;
  padding: 1.5rem 1.25rem 1.1rem;
  background:
    radial-gradient(
      circle at 70% 20%,
      color-mix(in oklab, var(--au-team-accent) 16%, transparent),
      transparent 55%
    ),
    linear-gradient(
      165deg,
      color-mix(in oklab, var(--au-team-accent) 10%, #f7fbf8) 0%,
      #eef7f2 48%,
      #e6f2eb 100%
    );
  border-bottom: 1px solid color-mix(in oklab, var(--brand-600) 10%, #e5e7eb);
}

.au-team-card__photo {
  width: 7.25rem;
  height: 7.25rem;
  border-radius: 999px;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 10px 24px rgba(15, 43, 31, 0.14);
}

.au-team-card__mono {
  position: relative;
  display: grid;
  place-items: center;
  width: 7.25rem;
  height: 7.25rem;
}

.au-team-card__mono-ring {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background:
    conic-gradient(
      from 210deg,
      color-mix(in oklab, var(--au-team-accent) 80%, #0f2b1f),
      color-mix(in oklab, var(--au-team-accent) 35%, #fff),
      color-mix(in oklab, var(--au-team-accent) 75%, #0f2b1f)
    );
  box-shadow: 0 12px 28px rgba(15, 43, 31, 0.16);
}

.au-team-card__mono-ring::after {
  content: "";
  position: absolute;
  inset: 0.28rem;
  border-radius: inherit;
  background:
    radial-gradient(
      circle at 35% 28%,
      color-mix(in oklab, #fff 55%, transparent),
      transparent 42%
    ),
    linear-gradient(
      160deg,
      color-mix(in oklab, var(--au-team-accent) 18%, #fff) 0%,
      color-mix(in oklab, var(--au-team-accent) 8%, #f4faf7) 100%
    );
  border: 1px solid color-mix(in oklab, #fff 70%, transparent);
}

.au-team-card__mono-letters {
  position: relative;
  z-index: 1;
  font-size: 1.85rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  color: #0f2b1f;
  line-height: 1;
}

.au-team-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.15rem 1.25rem 1.35rem;
}

.au-team-card__name {
  margin: 0;
  color: #0f2b1f;
  letter-spacing: -0.02em;
  font-size: clamp(1.15rem, 1.2vw + 0.9rem, 1.35rem);
}

.au-team-card__role {
  margin: 0;
  font-weight: 650;
  line-height: 1.4;
  color: color-mix(in oklab, var(--text) 88%, #0f2b1f);
}

.au-team-card__gphc {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.35rem 0 0;
  font-size: 0.92rem;
}

.au-team-card__gphc-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  background: color-mix(in oklab, var(--au-team-accent) 12%, #fff);
  color: var(--au-team-accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.au-team-card__link {
  color: var(--brand-700);
  font-weight: 750;
  text-decoration: none;
}

.au-team-card__link:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.au-team-card__details {
  margin-top: 0.35rem;
  padding-top: 0.85rem;
  border-top: 1px solid color-mix(in oklab, var(--brand-600) 10%, #e5e7eb);
}

.au-team-card__details .team-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.au-team-card__details .team-list li {
  position: relative;
  padding-left: 1.2rem;
  line-height: 1.45;
  color: color-mix(in oklab, var(--text) 92%, #0f2b1f);
}

.au-team-card__details .team-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32rem;
  width: 0.78rem;
  height: 0.78rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.2l3 3.1 6.6-6.6' stroke='%232b7a5c' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* CTA */
.au-cta {
  padding-block: clamp(2rem, 5vw, 3.25rem);
  background:
    radial-gradient(
      ellipse at 50% 0%,
      color-mix(in oklab, var(--brand-600) 12%, transparent),
      transparent 55%
    ),
    linear-gradient(180deg, #f7fbf8 0%, #eef8f3 100%);
  background-repeat: no-repeat;
  border-top: 1px solid color-mix(in oklab, var(--brand-600) 12%, #e5e7eb);
}

.au-cta__inner {
  text-align: center;
  max-width: 40rem;
}

.au-cta__title {
  margin: 0;
  color: #0f2b1f;
  letter-spacing: -0.02em;
}

.au-cta__lead {
  margin: 0.75rem auto 0;
  max-width: 34rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .au-story__grid,
  .au-promise__grid,
  .au-team__grid {
    grid-template-columns: 1fr;
  }

  .au-story__media {
    order: -1;
  }

  .au-team-card__portrait {
    min-height: 10.5rem;
  }

  .au-hero__actions .btn,
  .au-cta__actions .btn {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .au-hero__eyebrow,
  .au-hero__title,
  .au-hero__lead,
  .au-hero__actions,
  .au-hero__trust {
    animation: none;
  }

  .au-hero__actions .btn:hover,
  .au-cta__actions .btn:hover {
    transform: none;
  }
}

/* Scroll reveal (site-wide) — element-level, not full sections */
.ppc-reveal {
  opacity: 0;
  transform: translate3d(0, 1.1rem, 0);
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--ppc-reveal-delay, 0ms);
  will-change: opacity, transform;
}

.ppc-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .ppc-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* Treatment Collect Email First popup */
html.ppc-email-gate-open {
  overflow: hidden;
}

.ppc-email-gate {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.ppc-email-gate[hidden] {
  display: none !important;
}

.ppc-email-gate__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(2px);
}

.ppc-email-gate__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  max-height: min(92vh, 40rem);
  overflow: auto;
  padding: 1.5rem 1.35rem 1.35rem;
  border-radius: 1.1rem;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
  outline: none;
}

.ppc-email-gate__close {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #64748b;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.ppc-email-gate__close:hover {
  color: #0f172a;
  background: #f1f5f9;
}

.ppc-email-gate__title {
  margin: 0 1.75rem 0.55rem 0;
  font-size: 1.35rem;
  line-height: 1.2;
  color: #0f172a;
}

.ppc-email-gate__intro {
  margin: 0 0 1.1rem;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.45;
}

.ppc-email-gate__form {
  display: grid;
  gap: 0.85rem;
}

.ppc-email-gate__field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #0f172a;
}

.ppc-email-gate__field input {
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.65rem;
  font: inherit;
  color: #0f172a;
  background: #fff;
}

.ppc-email-gate__field input:focus {
  outline: 2px solid color-mix(in oklab, var(--brand-600, #2b7a5c) 55%, white);
  outline-offset: 1px;
  border-color: var(--brand-600, #2b7a5c);
}

.ppc-email-gate__field input.is-invalid {
  border-color: #dc2626;
}

.ppc-email-gate__error {
  margin: 0.35rem 0 0;
  color: #b91c1c;
  font-size: 0.82rem;
}

.ppc-email-gate__banner {
  margin: 0;
  padding: 0.65rem 0.75rem;
  border-radius: 0.55rem;
  background: #fef2f2;
  color: #991b1b;
  font-size: 0.88rem;
}

.ppc-email-gate__submit {
  width: 100%;
  margin-top: 0.25rem;
  justify-content: center;
}

.ppc-email-gate__hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

