/* ========== TOKENS ========== */
:root {
  --ink: oklch(0.14 0.005 70);
  --ink-2: oklch(0.18 0.006 70);
  --ink-3: oklch(0.22 0.007 70);
  --bone: oklch(0.96 0.008 80);
  --bone-dim: oklch(0.78 0.008 80);
  --bone-mute: oklch(0.58 0.006 80);
  --line: oklch(0.28 0.008 75);

  --gold: oklch(0.78 0.11 78);
  --gold-soft: oklch(0.86 0.06 82);

  --font-sans: "Raleway", system-ui, -apple-system, sans-serif;
  --font-display: "Fraunces", "Times New Roman", serif;

  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --maxw: 1180px;
  --maxw-hero: 1360px;
}

/* ========== RESET ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
img,
svg {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
ol,
ul,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
em,
i {
  font-style: italic;
}

::selection {
  background: var(--gold);
  color: var(--ink);
}

/* ========== BASE ========== */
body {
  font-family: var(--font-sans);
  font-weight: 400;
  color: var(--bone);
  background:
    radial-gradient(
      ellipse 80% 60% at 70% 0%,
      oklch(0.22 0.04 75 / 0.45),
      transparent 60%
    ),
    radial-gradient(
      ellipse 60% 40% at 10% 100%,
      oklch(0.2 0.03 70 / 0.35),
      transparent 60%
    ),
    var(--ink);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

main {
  display: block;
}

.wrap {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .wrap {
    padding: 0 48px;
  }
}

.two-col {
  display: grid;
  gap: 56px;
}
@media (min-width: 900px) {
  .two-col {
    grid-template-columns: 5fr 7fr;
    gap: 72px;
  }
}

.gold {
  color: var(--gold);
}

.section-num {
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
}

.hairline {
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
  margin: 28px 0;
}
.hairline.tall {
  margin: 36px 0;
}

.dot-live {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--gold);
  margin-right: 8px;
  vertical-align: 1px;
  animation: pulse 2s var(--ease) infinite;
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.85);
  }
}

/* ========== HERO ========== */
.hero {
  min-height: auto; /* mobile: altura só pelo conteúdo, sem espaço vazio */
  margin: 0 auto;
  padding: 18px 24px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  /* Mobile: gradiente — não alterar */
  background:
    linear-gradient(
      to bottom,
      transparent 0%,
      transparent 28%,
      oklch(0.14 0.005 70 / 0.52) 38%,
      oklch(0.14 0.005 70 / 0.9) 52%,
      var(--ink) 66%
    ),
    url("./images/hero_section_mentoriav2_mobile.png") no-repeat;
  background-size: cover, cover;
  background-position:
    center,
    center 40%;
}

@media (min-width: 768px) {
  .hero {
    min-height: 100svh; /* desktop: ocupa tela cheia */
    padding: 28px 48px 36px;
    background:
      linear-gradient(
        to right,
        var(--ink) 0%,
        oklch(0.14 0.005 70 / 0.96) 22%,
        oklch(0.14 0.005 70 / 0.7) 42%,
        oklch(0.14 0.005 70 / 0.25) 72%,
        oklch(0.14 0.005 70 / 0.25) 100%
      ),
      linear-gradient(oklch(0.1 0.004 70 / 0.06), oklch(0.1 0.004 70 / 0.06)),
      url("./images/hero_section_mentoriav2.png") no-repeat;
    background-size: cover, cover, cover;
    background-position:
      right center,
      center,
      right center;
  }
  .hero-mobile-photo {
    display: none;
  }
}
@media (min-width: 960px) {
  .hero {
    background:
      linear-gradient(
        to right,
        var(--ink) 0%,
        oklch(0.14 0.005 70 / 0.96) 28%,
        oklch(0.14 0.005 70 / 0.6) 48%,
        oklch(0.14 0.005 70 / 0.2) 78%,
        oklch(0.14 0.005 70 / 0.2) 100%
      ),
      linear-gradient(oklch(0.1 0.004 70 / 0.06), oklch(0.1 0.004 70 / 0.06)),
      url("./images/hero_section_mentoriav2.png") no-repeat;
    background-size: cover, cover, cover;
    background-position:
      right center,
      center,
      right center;
  }
}
@media (min-width: 1280px) {
  .hero {
    background:
      linear-gradient(
        to right,
        var(--ink) 0%,
        oklch(0.14 0.005 70 / 0.94) 30%,
        oklch(0.14 0.005 70 / 0.5) 50%,
        oklch(0.14 0.005 70 / 0.18) 78%,
        oklch(0.14 0.005 70 / 0.18) 100%
      ),
      linear-gradient(oklch(0.1 0.004 70 / 0.05), oklch(0.1 0.004 70 / 0.05)),
      url("./images/hero_section_mentoriav2.png") no-repeat;
    background-size: cover, cover, cover;
    background-position:
      right center,
      center,
      right center;
  }
}

.hero-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-shrink: 0;
}
.brand {
  display: inline-flex;
  align-items: center;
}
.brand-logo {
  width: 130px;
  height: auto;
  display: block;
  opacity: 0.95;
  transition: opacity 0.4s var(--ease);
}
.brand:hover .brand-logo {
  opacity: 1;
}
@media (min-width: 768px) {
  .brand-logo {
    width: 150px;
  }
}

.hero-eyebrow {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--bone-dim);
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: oklch(0.18 0.006 70 / 0.5);
  backdrop-filter: blur(8px);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .hero-eyebrow {
    display: none;
  }
}

/* Hero inner — background carries the photo */
.hero-inner {
  flex: none; /* mobile: only as tall as content, no stretch */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 5svh 0 24px;
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .hero-inner {
    flex: 1; /* desktop: fill remaining hero height */
    justify-content: center;
    padding: 24px 0 28px;
    max-width: 720px;
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .hero-inner {
    max-width: 580px;
    padding: 24px 0 32px;
  }
}
@media (min-width: 1180px) {
  .hero-inner {
    max-width: 620px;
  }
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 28px;
}
.pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  border: 1px solid oklch(0.78 0.11 78 / 0.28);
  background: oklch(0.78 0.11 78 / 0.06);
  color: var(--gold-soft);
  backdrop-filter: blur(8px);
}

.audience {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--bone-mute);
  font-weight: 500;
  margin-bottom: 24px;
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 4.4vw, 3.6rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-wrap: balance;
  max-width: 18ch;
  color: var(--bone);
}
.hero h1 em {
  font-weight: 500;
  font-style: italic;
  color: var(--gold);
}
.h1-tail {
  display: block;
  margin-top: 14px;
  font-weight: 300;
  font-style: italic;
  color: var(--bone-dim);
  font-size: 0.6em;
}

.hero-sub {
  margin-top: 36px;
  max-width: 50ch;
  font-size: clamp(0.95rem, 1.1vw, 1.0625rem);
  line-height: 1.55;
  color: var(--bone-dim);
  text-wrap: pretty;
}
.hero-sub strong {
  color: var(--bone);
  font-weight: 600;
}

.cta-block {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 17px 32px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.005em;
  box-shadow: 0 20px 60px -20px oklch(0.78 0.11 78 / 0.55);
  transition:
    background 0.4s var(--ease),
    transform 0.4s var(--ease),
    box-shadow 0.4s var(--ease);
}
.btn-primary:hover {
  background: var(--gold-soft);
  transform: translateY(-1px);
  box-shadow: 0 24px 70px -20px oklch(0.78 0.11 78 / 0.7);
}
.btn-arrow {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--gold);
  font-size: 14px;
  transition: transform 0.4s var(--ease);
}
.btn-primary:hover .btn-arrow {
  transform: translateX(3px);
}

.btn-primary-lg {
  padding: 18px 32px;
  font-size: 16px;
}
.btn-primary-lg .btn-arrow {
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.reassurance {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--bone-mute);
}

.authority {
  /* mobile: follows naturally after CTA inside hero-inner */
  margin-top: 32px;
  padding-top: 22px;
  border-top: 1px solid oklch(0.28 0.008 75 / 0.5);
  font-size: 13px;
  line-height: 1.55;
  color: var(--bone-mute);
  text-align: center;
  text-wrap: balance;
}
.authority strong {
  color: var(--bone);
  font-weight: 600;
}
.authority span {
  color: var(--bone-dim);
}
@media (min-width: 768px) {
  .authority {
    margin-top: auto; /* desktop: pushed to bottom of hero-inner */
    font-size: 14px;
    padding-top: 28px;
  }
}

/* ========== TRUSTED-BY ========== */
.trusted {
  padding: 56px 0 72px;
  border-top: 1px solid oklch(0.28 0.008 75 / 0.5);
  background: oklch(0.18 0.006 70 / 0.3);
}
@media (min-width: 768px) {
  .trusted {
    padding: 72px 0 96px;
  }
}

.trusted-kicker {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 36px;
}

.clients-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.clients-grid::-webkit-scrollbar {
  display: none;
}
@media (max-width: 720px) {
  .clients-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    overflow-x: visible;
    scroll-snap-type: none;
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
  }
  .client {
    scroll-snap-align: none;
  }
  .client-photo {
    max-width: 280px;
    margin: 0 auto;
  }
}

.client {
  display: flex;
  flex-direction: column;
  align-items: center;
  scroll-snap-align: start;
}
.client-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--ink-2);
  transition:
    border-color 0.4s var(--ease),
    transform 0.4s var(--ease);
}
.client:hover .client-photo {
  border-color: oklch(0.78 0.11 78 / 0.4);
  transform: translateY(-2px);
}
.client-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.15) contrast(1.05);
  transition: filter 0.4s var(--ease);
}
.client:hover .client-photo img {
  filter: none;
}
.client-photo--placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      oklch(0.22 0.007 70 / 0.6),
      oklch(0.18 0.006 70 / 0.4)
    ),
    repeating-linear-gradient(
      45deg,
      transparent 0 8px,
      oklch(0.78 0.11 78 / 0.04) 8px 16px
    );
}
.client-name {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--bone-dim);
  font-weight: 500;
  text-align: center;
}

/* ========== SECTIONS ========== */
.section {
  position: relative;
  padding: 96px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 128px 0;
  }
}

.diagnosis,
.host {
  background: oklch(0.18 0.006 70 / 0.4);
  border-top: 1px solid oklch(0.28 0.008 75 / 0.5);
}

.col-left h2 {
  margin-top: 20px;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-wrap: balance;
  max-width: 18ch;
}
.col-left h2 em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}
.col-left-sub {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--bone-dim);
  font-weight: 500;
  max-width: 30ch;
}

.lead {
  max-width: 60ch;
  font-size: 18px;
  line-height: 1.6;
  color: var(--bone-dim);
  text-wrap: pretty;
}
.lead-strong {
  color: var(--bone);
}
.body {
  margin-top: 22px;
  max-width: 60ch;
  font-size: 16px;
  line-height: 1.65;
  color: var(--bone-mute);
  text-wrap: pretty;
}
.body-strong {
  color: var(--bone);
}
.muted-lead {
  margin-top: 28px;
  max-width: 42ch;
  font-size: 15px;
  line-height: 1.6;
  color: var(--bone-mute);
}
.muted-lead em {
  font-style: italic;
  color: var(--bone-dim);
}

.pull-quote {
  margin: 28px 0;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
  line-height: 1.4;
  color: var(--gold);
  padding-left: 24px;
  border-left: 1px solid oklch(0.78 0.11 78 / 0.45);
  max-width: 38ch;
}

/* ========== INTENT ========== */
.intent {
  padding: 72px 0;
  border-top: 1px solid oklch(0.28 0.008 75 / 0.3);
}
@media (min-width: 768px) {
  .intent {
    padding: 96px 0;
  }
}
.intent-wrap {
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
}
.intent-statement {
  font-family: var(--font-display);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.25rem, 2.2vw, 1.9rem);
  line-height: 1.4;
  color: var(--bone);
  text-wrap: balance;
}
.intent-note {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--bone-mute);
  text-wrap: pretty;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}

/* ========== OUTCOMES ========== */
.outcomes-list {
  margin-top: 0;
}
@media (min-width: 900px) {
  .outcomes-list {
    padding-left: 16px;
  }
}
.outcomes-list li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  align-items: baseline;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid oklch(0.28 0.008 75 / 0.5);
  transition: background 0.4s var(--ease);
}
@media (min-width: 900px) {
  .outcomes-list li {
    gap: 36px;
  }
}
.outcomes-list li:hover {
  background: oklch(0.18 0.006 70 / 0.35);
}
.outcomes-list li:last-child {
  border-bottom: 1px solid oklch(0.28 0.008 75 / 0.5);
}
.roman {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  color: oklch(0.78 0.11 78 / 0.8);
  transition: color 0.4s var(--ease);
}
.outcomes-list li:hover .roman {
  color: var(--gold);
}
.outcomes-list p {
  font-size: 17px;
  line-height: 1.5;
  color: var(--bone);
  max-width: 56ch;
}

/* ========== HOST ========== */
.host-grid {
  display: grid;
  gap: 48px;
}
@media (min-width: 900px) {
  .host-grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 72px;
    align-items: start;
  }
  .host-side {
    position: sticky;
    top: 56px;
  }
}
.host-side {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
}
.host-photo {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--ink-2);
  margin: 0 0 24px;
  box-shadow: 0 20px 60px -20px oklch(0.1 0 0 / 0.5);
}
.host-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.host-name {
  margin-top: 14px;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2.1rem, 4.2vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.02em;
}
.host-name em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}
.host-role {
  margin-top: 14px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--bone-mute);
}

.host-bio {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.host-bio .lead {
  font-size: 19px;
  color: var(--bone);
}
.host-bio .body {
  color: var(--bone-dim);
}
.host-bio em {
  color: var(--bone);
  font-style: italic;
}
.host-bio .hairline {
  margin: 24px 0;
}

/* ========== FINAL ========== */
.final {
  padding: 96px 0 120px;
}
.final-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: oklch(0.18 0.006 70 / 0.6);
  padding: 36px;
}
@media (min-width: 768px) {
  .final-card {
    padding: 56px;
  }
}
.final-glow {
  position: absolute;
  right: -128px;
  top: -128px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    oklch(0.78 0.11 78 / 0.22),
    transparent 70%
  );
  pointer-events: none;
}
.final-h {
  margin-top: 20px;
  max-width: 22ch;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-wrap: balance;
  position: relative;
}
.final-h em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}
.final-sub {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--bone-dim);
  position: relative;
}
.final-grid {
  position: relative;
  margin-top: 36px;
  display: grid;
  gap: 32px;
}
@media (min-width: 768px) {
  .final-grid {
    grid-template-columns: 1fr auto;
    align-items: end;
  }
}
.meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.meta > div {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: baseline;
  gap: 16px;
  padding: 8px 0;
  border-bottom: 1px solid oklch(0.28 0.008 75 / 0.4);
}
.meta dt {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--bone-mute);
  font-weight: 500;
}
.meta dd {
  margin: 0;
  font-size: 14px;
  color: var(--bone-dim);
}

/* ========== FOOTER ========== */
.footer {
  border-top: 1px solid oklch(0.28 0.008 75 / 0.5);
  padding: 28px 0;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  max-width: var(--maxw-hero);
}
@media (min-width: 768px) {
  .footer-inner {
    flex-direction: row;
    align-items: center;
  }
}
.footer-logo {
  width: 110px;
  height: auto;
  opacity: 0.7;
}
.footer-meta {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--bone-mute);
}

/* ========== REVEAL ========== */
.reveal {
  opacity: 0;
  transform: translateY(10px);
  animation: reveal 0.9s var(--ease) forwards;
}
.r1 {
  animation-delay: 0.05s;
}
.r2 {
  animation-delay: 0.16s;
}
.r3 {
  animation-delay: 0.28s;
}
.r4 {
  animation-delay: 0.4s;
}
.r5 {
  animation-delay: 0.52s;
}
@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile-only */
@media (max-width: 767px) {
  /* Hero copy sizing */
  .hero h1 {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    line-height: 1.08;
  }
  .pills {
    margin-bottom: 22px;
  }
  .audience {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .h1-tail {
    margin-top: 10px;
    font-size: 0.7em;
  }
  .hero-sub {
    margin-top: 28px;
    font-size: 0.94rem;
    line-height: 1.52;
  }
  .cta-block {
    margin-top: 30px;
  }

  /* Hero CTA button */
  .btn-primary {
    padding: 15px 26px;
    font-size: 14px;
  }

  /* Section 04 — final CTA: full-width on mobile */
  .btn-primary-lg {
    width: 100%;
    justify-content: center;
    padding: 16px 24px;
    font-size: 15px;
  }
  .btn-primary-lg .btn-arrow {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }

  /* Section 03 — host: harmonize font scale */
  .host-photo {
    max-width: 280px;
    margin-bottom: 14px;
  }
  .host-name {
    font-size: 1.8rem;
    margin-top: 8px;
  }
  .host-role {
    margin-top: 6px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Compact heights — squeeze hero on short viewports */
@media (max-height: 780px) and (min-width: 960px) {
  .hero {
    padding-top: 18px;
    padding-bottom: 22px;
  }
  .hero-inner {
    padding: 14px 0 16px;
  }
  .pills {
    margin-bottom: 18px;
  }
  .pill {
    padding: 4px 12px;
    font-size: 11px;
  }
  .audience {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .hero h1 {
    font-size: clamp(1.75rem, 3.4vw, 2.6rem);
  }
  .hero-sub {
    margin-top: 22px;
    font-size: 0.95rem;
  }
  .cta-block {
    margin-top: 26px;
  }
  .authority {
    padding-top: 14px;
    font-size: 12px;
  }
}
