/* ============================================================
   Human Body Mechanic — shared stylesheet (mockup)
   Palette sampled from his illustrations + logo emblem.
   ============================================================ */
:root {
  --paper: #f5ecdc; /* warm cream background */
  --paper-2: #efe3ce; /* slightly deeper paper */
  --ink: #1e1a14; /* near-black warm ink */
  --ink-soft: #4a4136; /* muted body text */
  --amber: #be5e1b; /* burnt orange primary */
  --amber-deep: #9a4a14;
  --gold: #c7972f; /* gold-sand accent */
  --teal: #5e7672; /* muted teal secondary */
  --sepia: #3a2a12; /* deep sepia */
  --navy: #16293a; /* deep midnight blue, pulled from logo swirl */
  --navy-2: #1e3849;
  --blue: #3c6e89; /* slate-blue accent */
  --blue-tint: rgba(60, 110, 137, 0.12);
  --line: rgba(30, 26, 20, 0.14);
  --shadow: 0 24px 60px -28px rgba(58, 42, 18, 0.55);
  --maxw: 1180px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1,
h2,
h3,
.serif {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
p {
  text-wrap: pretty;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: 4px;
}
.btn:focus-visible {
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
  .btn:hover,
  .card:hover {
    transform: none;
  }
}
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
}
.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--amber-deep);
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  padding: 0.85em 1.5em;
  border-radius: 999px;
  cursor: pointer;
  border: 1px solid transparent;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}
.btn-primary {
  background: var(--amber);
  color: #fff;
  box-shadow: 0 10px 24px -12px rgba(190, 94, 27, 0.8);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -12px rgba(190, 94, 27, 0.9);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-ghost:hover {
  border-color: var(--blue);
  color: var(--blue);
  transform: translateY(-2px);
}
.btn-light {
  background: var(--paper);
  color: var(--ink);
}
.btn-light:hover {
  transform: translateY(-2px);
}
.btn-blue {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 24px -12px rgba(60, 110, 137, 0.8);
}
.btn-blue:hover {
  transform: translateY(-2px);
}

/* NAV */
header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 236, 220, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
nav {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 76px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 4px 12px -4px rgba(58, 42, 18, 0.5);
}
.brand .name {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: 0.04em;
  line-height: 1.05;
}
.brand .name span {
  display: block;
  font-family: 'Inter';
  font-weight: 500;
  font-size: 0.6rem;
  letter-spacing: 0.32em;
  color: var(--amber-deep);
  text-transform: uppercase;
  margin-top: 2px;
}
.navlinks {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1 1 auto;
}
.navlinks a.lnk {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--ink-soft);
  transition: color 0.15s;
}
.navlinks a.lnk:hover,
.navlinks a.lnk.active {
  color: var(--amber-deep);
}
.nav-cta {
  margin-left: auto;
}
.menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  background: none;
  border: 0;
  border-radius: 10px;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--ink);
}
.menu-btn:hover {
  background: var(--paper-2);
}

section {
  padding: 96px 0;
}
.section-head {
  max-width: 46rem;
  margin: 0 auto 56px;
  text-align: center;
}
.section-head h2 {
  font-size: clamp(2rem, 3.6vw, 2.85rem);
  margin: 14px 0 0;
}
.section-head p {
  color: var(--ink-soft);
  font-size: 1.08rem;
  margin-top: 16px;
}

/* ---------- HOME HERO ---------- */
.hero {
  position: relative;
  padding: 64px 0 30px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.5rem, 5.2vw, 4.05rem);
  letter-spacing: -0.025em;
}
.hero h1 em {
  font-style: italic;
  color: var(--amber);
}
.hero p.lead {
  font-size: 1.18rem;
  color: var(--ink-soft);
  margin: 24px 0 32px;
  max-width: 30em;
}
.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-art {
  position: relative;
}
.hero-art .frame {
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid rgba(58, 42, 18, 0.1);
  transform: rotate(1.2deg);
}
.hero-art .frame img {
  width: 100%;
}
.hero-art .chip {
  position: absolute;
  left: -18px;
  bottom: 26px;
  background: var(--navy);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.7em 1.1em;
  border-radius: 12px;
  box-shadow: var(--shadow);
  transform: rotate(-2deg);
  max-width: 200px;
  line-height: 1.4;
}
.hero-art .chip b {
  color: var(--gold);
}

.marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 40px;
  background: var(--paper-2);
}
.marquee .wrap {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}
.marquee span {
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 9px;
}
.marquee span::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--amber);
}

/* ---------- SUBPAGE HERO ---------- */
.subhero {
  background: var(--navy);
  color: var(--paper);
  position: relative;
  overflow: hidden;
  padding: 84px 0 76px;
}
.subhero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    100% 90% at 85% -10%,
    rgba(199, 151, 47, 0.2),
    transparent 55%
  );
}
.subhero .wrap {
  position: relative;
  max-width: 48rem;
}
.subhero .eyebrow,
.band .eyebrow {
  color: var(--gold);
}
.subhero h1 {
  font-size: clamp(2.3rem, 4.6vw, 3.5rem);
  margin: 16px 0 18px;
  color: var(--paper);
}
.subhero p {
  font-size: 1.15rem;
  color: rgba(245, 236, 220, 0.82);
  max-width: 38rem;
}
.crumbs {
  font-size: 0.82rem;
  color: rgba(245, 236, 220, 0.6);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.crumbs a:hover {
  color: var(--gold);
}

/* ---------- PROSE / SPLIT ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.split.narrow {
  grid-template-columns: 1.1fr 0.9fr;
}
.media {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(58, 42, 18, 0.12);
  background: #fff;
}
.prose h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  margin: 14px 0 18px;
}
.prose h3 {
  font-size: 1.35rem;
  margin: 28px 0 10px;
}
.prose p {
  color: var(--ink-soft);
  font-size: 1.06rem;
  margin-bottom: 16px;
}
.prose .pull {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.5rem;
  color: var(--ink);
  line-height: 1.32;
  border-left: 3px solid var(--amber);
  padding-left: 20px;
  margin: 24px 0;
}

/* numbered step list (on dark or light) */
.vlist {
  list-style: none;
  margin: 26px 0 0;
  display: grid;
  gap: 14px;
}
.vlist li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 1.02rem;
}
.vlist li b {
  color: var(--amber);
}
.vlist .n {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--amber);
  color: var(--amber);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
  font-family: 'Fraunces', serif;
}
.on-dark .vlist li {
  color: rgba(245, 236, 220, 0.9);
}
.on-dark .vlist li b {
  color: var(--gold);
}
.on-dark .vlist .n {
  border-color: var(--gold);
  color: var(--gold);
}

/* dark band */
.band {
  background: var(--navy);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}
.band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 80% at 80% 0%,
    rgba(199, 151, 47, 0.2),
    transparent 60%
  );
}
.band .wrap {
  position: relative;
}
.band h2 {
  color: var(--paper);
}
.band p {
  color: rgba(245, 236, 220, 0.8);
}
.method-art,
.band .media {
  box-shadow: 0 30px 70px -30px rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(199, 151, 47, 0.25);
}

/* feature grid */
.feat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feat .item {
  background: #fff;
  border: 1px solid rgba(58, 42, 18, 0.1);
  border-radius: 18px;
  padding: 30px 28px;
  box-shadow: 0 18px 44px -30px rgba(58, 42, 18, 0.5);
}
.feat .ic {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: var(--paper-2);
}
.feat .ic svg {
  width: 24px;
  height: 24px;
  stroke: var(--amber);
  fill: none;
  stroke-width: 1.6;
}
.feat h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.feat p {
  color: var(--ink-soft);
  font-size: 0.96rem;
}

/* checklist */
.checks {
  list-style: none;
  display: grid;
  gap: 14px;
  margin-top: 8px;
}
.checks li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  font-size: 1.04rem;
  color: var(--ink-soft);
}
.checks svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 2px;
}

/* ---------- PILLAR CARDS (home) ---------- */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.card {
  background: #fff;
  border: 1px solid rgba(58, 42, 18, 0.1);
  border-radius: 20px;
  padding: 34px 30px;
  box-shadow: 0 18px 44px -30px rgba(58, 42, 18, 0.5);
  display: flex;
  flex-direction: column;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 56px -30px rgba(58, 42, 18, 0.6);
}
.card .ic {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: var(--paper-2);
}
.card .ic svg {
  width: 26px;
  height: 26px;
  stroke: var(--amber);
  fill: none;
  stroke-width: 1.6;
}
.card h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.card p {
  color: var(--ink-soft);
  font-size: 0.98rem;
  margin-bottom: 22px;
  flex: 1;
}
.card .price {
  font-family: 'Fraunces', serif;
  font-size: 0.95rem;
  color: var(--amber-deep);
  font-weight: 600;
  margin-bottom: 18px;
}
.card a.cta {
  font-weight: 600;
  font-size: 0.93rem;
  color: var(--amber-deep);
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.card a.cta:hover {
  gap: 10px;
  transition: gap 0.15s;
}
.card--blue .ic {
  background: var(--blue-tint);
}
.card--blue .ic svg {
  stroke: var(--blue);
}
.card--blue .price {
  color: var(--blue);
}
.card--blue a.cta {
  color: var(--blue);
}
.card--blue {
  border-color: rgba(60, 110, 137, 0.28);
}

/* problem / quotes shared bg */
.problem {
  background: var(--paper-2);
}
.problem-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.problem-art {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(58, 42, 18, 0.12);
  background: #fff;
}
.problem h2 {
  font-size: clamp(2rem, 3.6vw, 2.7rem);
  margin: 14px 0 18px;
}
.problem p {
  color: var(--ink-soft);
  font-size: 1.06rem;
  margin-bottom: 16px;
}
.problem .pull {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.5rem;
  color: var(--ink);
  line-height: 1.3;
  border-left: 3px solid var(--amber);
  padding-left: 20px;
  margin: 24px 0;
}

.quotes {
  background: var(--paper-2);
}
.quotes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.quote {
  background: var(--paper);
  border-radius: 18px;
  padding: 30px 28px;
  border: 1px solid var(--line);
}
.quote .stars {
  color: var(--gold);
  letter-spacing: 3px;
  font-size: 0.95rem;
  margin-bottom: 12px;
}
.quote p {
  font-family: 'Fraunces', serif;
  font-size: 1.08rem;
  line-height: 1.5;
  color: var(--ink);
  margin-bottom: 18px;
}
.quote .who {
  font-size: 0.85rem;
  color: var(--ink-soft);
  font-weight: 600;
}
.ph {
  font-size: 0.72rem;
  color: var(--amber-deep);
  background: rgba(190, 94, 27, 0.1);
  display: inline-block;
  padding: 0.25em 0.7em;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.ph.blue {
  color: var(--blue);
  background: var(--blue-tint);
}

/* ---------- CURRICULUM ---------- */
.curric {
  display: grid;
  gap: 16px;
  max-width: 52rem;
  margin: 0 auto;
}
.mod {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 26px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  box-shadow: 0 14px 36px -30px rgba(58, 42, 18, 0.5);
}
.mod .num {
  font-family: 'Fraunces', serif;
  font-size: 1.5rem;
  color: var(--amber);
  font-weight: 600;
  flex: 0 0 auto;
  width: 2ch;
}
.mod h3 {
  font-size: 1.18rem;
  margin-bottom: 6px;
}
.mod p {
  color: var(--ink-soft);
  font-size: 0.98rem;
}

/* ---------- TEST LIBRARY (course) ---------- */
.regions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.region {
  background: #fff;
  border: 1px solid rgba(58, 42, 18, 0.1);
  border-radius: 18px;
  padding: 26px 28px;
  box-shadow: 0 18px 44px -30px rgba(58, 42, 18, 0.5);
}
.region h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.region h3 .count {
  font-family: 'Inter';
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber-deep);
  white-space: nowrap;
}
.region p {
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.75;
}

/* ---------- PRICING ---------- */
.pricing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  max-width: 760px;
  margin: 0 auto;
}
.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 38px 34px;
  box-shadow: var(--shadow);
}
.price-card .btn {
  margin-top: auto;
  align-self: flex-start;
}
.price-card.feature {
  background: var(--navy);
  color: var(--paper);
  border-color: rgba(199, 151, 47, 0.3);
}
.price-card.pick {
  border: 2px solid var(--gold);
}
.price-card .badge {
  position: absolute;
  top: -13px;
  right: 26px;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.4em 0.85em;
  border-radius: 999px;
}
.price-card .tag {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--amber-deep);
}
.price-card.feature .tag {
  color: var(--gold);
}
.price-card .amt {
  font-family: 'Fraunces', serif;
  font-size: 2.8rem;
  font-weight: 600;
  margin: 10px 0 4px;
  line-height: 1;
}
.price-card .amt small {
  font-family: 'Inter';
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink-soft);
}
.price-card.feature .amt small {
  color: rgba(245, 236, 220, 0.7);
}
.price-card ul {
  list-style: none;
  display: grid;
  gap: 11px;
  margin: 22px 0 26px;
}
.price-card li {
  display: flex;
  gap: 11px;
  font-size: 0.97rem;
  color: var(--ink-soft);
}
.price-card.feature li {
  color: rgba(245, 236, 220, 0.85);
}
.price-card li svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

/* ---------- FAQ ---------- */
.faq {
  max-width: 48rem;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 4px 24px;
  box-shadow: 0 12px 30px -30px rgba(58, 42, 18, 0.5);
}
.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 0;
  font-family: 'Fraunces', serif;
  font-size: 1.12rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: '+';
  color: var(--amber);
  font-size: 1.5rem;
  font-weight: 400;
  transition: transform 0.2s;
}
.faq details[open] summary::after {
  transform: rotate(45deg);
}
.faq p {
  color: var(--ink-soft);
  font-size: 1rem;
  padding: 0 0 22px;
}

/* ---------- BOOKING placeholder ---------- */
.booking {
  background: #fff;
  border: 1px dashed rgba(60, 110, 137, 0.45);
  border-radius: 20px;
  padding: 46px 34px;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  box-shadow: 0 18px 44px -32px rgba(58, 42, 18, 0.5);
}
.booking .ph {
  margin: 0 auto 16px;
}
.booking h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.booking p {
  color: var(--ink-soft);
  max-width: 34rem;
  margin: 0 auto 22px;
}
.slots {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}
.slot {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.6em 1em;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink-soft);
  background: var(--paper);
}

/* ---------- FORM ---------- */
.formcard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 40px 36px;
  max-width: 620px;
  margin: 0 auto;
  box-shadow: var(--shadow);
}
.field {
  margin-bottom: 18px;
}
.field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 7px;
  color: var(--ink);
}
.field input,
.field textarea,
.field select {
  width: 100%;
  font-family: 'Inter';
  font-size: 1rem;
  padding: 0.8em 1em;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--paper);
  color: var(--ink);
}
.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px var(--blue-tint);
}
/* digital signature */
.sig-field label .req {
  color: var(--amber-deep);
  margin-left: 3px;
}
.sig-field input {
  font-family: 'Dancing Script', 'Segoe Script', cursive;
  font-size: 1.7rem;
  line-height: 1.2;
  color: var(--ink);
  background: repeating-linear-gradient(
    transparent,
    transparent calc(100% - 1px),
    var(--line) 100%
  );
  border: 1px solid var(--line);
  border-bottom: 2px solid var(--blue);
  border-radius: 11px 11px 4px 4px;
  padding: 0.45em 0.7em;
}
.sig-field input::placeholder {
  font-size: 1rem;
  font-family: 'Inter';
  color: #b3a890;
  letter-spacing: 0;
}
.sig-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 0.74rem;
  color: var(--ink-soft);
  margin-top: 7px;
}
.sig-meta .x {
  font-style: italic;
}
.consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 0.88rem;
  color: var(--ink-soft);
  margin: 6px 0 22px;
}
.consent input {
  margin-top: 3px;
}
.consent a {
  color: var(--amber-deep);
  font-weight: 600;
  text-decoration: underline;
}

/* ---------- PMA explainer ---------- */
.pma {
  background: var(--paper-2);
}
.pma-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 36px;
}
.pma-grid .item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px 26px;
}
.pma-grid h3 {
  font-size: 1.12rem;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pma-grid h3 svg {
  width: 22px;
  height: 22px;
  stroke: var(--blue);
  fill: none;
  stroke-width: 1.7;
}
.pma-grid p {
  color: var(--ink-soft);
  font-size: 0.96rem;
}

/* ---------- CTA band (join) ---------- */
.join {
  text-align: center;
}
.join-inner {
  background: var(--navy);
  color: var(--paper);
  border-radius: 28px;
  padding: 70px 40px;
  position: relative;
  overflow: hidden;
}
.join-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    90% 120% at 50% -10%,
    rgba(190, 94, 27, 0.38),
    transparent 55%
  );
}
.join-inner > * {
  position: relative;
}
.join h2 {
  font-size: clamp(2.1rem, 4vw, 3rem);
  color: var(--paper);
  margin-bottom: 18px;
}
.join p {
  color: rgba(245, 236, 220, 0.78);
  font-size: 1.1rem;
  max-width: 34rem;
  margin: 0 auto 14px;
}
.join .fine {
  font-size: 0.85rem;
  color: rgba(245, 236, 220, 0.55);
  max-width: 38rem;
  margin: 8px auto 30px;
}
.join .seal {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 18px;
}

/* ---------- FOOTER ---------- */
footer {
  background: var(--navy);
  color: rgba(245, 236, 220, 0.75);
  padding: 64px 0 36px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(245, 236, 220, 0.14);
}
footer .brand .name {
  color: var(--paper);
}
footer p {
  font-size: 0.92rem;
  margin-top: 16px;
  max-width: 24em;
}
footer h4 {
  font-family: 'Inter';
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
footer ul {
  list-style: none;
  display: grid;
  gap: 10px;
}
footer ul a {
  font-size: 0.92rem;
  color: rgba(245, 236, 220, 0.75);
}
footer ul a:hover {
  color: var(--paper);
}
.foot-bot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 24px;
  font-size: 0.8rem;
  color: rgba(245, 236, 220, 0.5);
}

.center {
  text-align: center;
}
.mt-cta {
  margin-top: 36px;
}

@media (max-width: 900px) {
  .hero-grid,
  .problem-grid,
  .split,
  .split.narrow {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-art .frame {
    transform: none;
  }
  .pillars-grid,
  .quotes-grid,
  .feat,
  .pricing,
  .pma-grid,
  .regions {
    grid-template-columns: 1fr;
  }
  .foot-grid {
    grid-template-columns: 1fr;
  }
  .navlinks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: absolute;
    top: 76px;
    right: 28px;
    left: 28px;
    background: var(--paper);
    padding: 20px 24px;
    border-radius: 14px;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition:
      opacity 0.18s ease,
      transform 0.18s ease,
      visibility 0.18s;
  }
  .navlinks.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .nav-cta {
    margin-left: 0;
    margin-top: 4px;
  }
  .menu-btn {
    display: flex;
  }
  section {
    padding: 72px 0;
  }
  .subhero {
    padding: 64px 0 56px;
  }
}

/* EC-BTN-104 + EC-NAV-121: Re-assert hero / CTA text-white on buttons & links.
   Uses class~= (word match) not class*= (substring) to avoid matching hover:text-white etc. */
button[class~='text-white/90'],
a[class~='text-white/90'] {
  color: rgba(255, 255, 255, 0.9);
}
button[class~='text-white/80'],
a[class~='text-white/80'] {
  color: rgba(255, 255, 255, 0.8);
}
button[class~='text-white/70'],
a[class~='text-white/70'] {
  color: rgba(255, 255, 255, 0.7);
}
button[class~='text-white/60'],
a[class~='text-white/60'] {
  color: rgba(255, 255, 255, 0.6);
}
button[class~='text-white/50'],
a[class~='text-white/50'] {
  color: rgba(255, 255, 255, 0.5);
}
button[class~='text-white/40'],
a[class~='text-white/40'] {
  color: rgba(255, 255, 255, 0.4);
}
button[class~='text-white'],
a[class~='text-white'] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* EC-ANIM-008b / EC-ANIM-009: carousel-only override — scroll-reveal elements animate via IO in functions.php */
.scroll-fade-up:has([aria-roledescription='carousel']),
.scroll-fade-up:has([data-wpconvert-blog-filter-bar]),
.scroll-fade-left:has([aria-roledescription='carousel']),
.scroll-fade-right:has([aria-roledescription='carousel']),
.scroll-scale-in:has([aria-roledescription='carousel']) {
  opacity: 1 !important;
  transform: none !important;
}
