/* ============================================================
   Upsell 397 — Consulta Individual · Selva Club
   Dark editorial premium. Archivo Black + Montserrat.
   Verde escasso: badge, checks e CTA. Sem urgência.
   Mobile-first.
   ============================================================ */

:root {
  --bg: #0a0a0a;
  --bg-raised: #101210;
  --ink: #ffffff;
  --ink-soft: #a8a8a8;
  --ink-dim: #6b6b6b;
  --green: #00e676;
  --green-dark: #00b85e;
  --line: rgba(255, 255, 255, 0.08);
  --line-soft: rgba(255, 255, 255, 0.05);
  --font-display: "Archivo Black", sans-serif;
  --font-body: "Montserrat", sans-serif;
  --w-text: 640px;
  --w-wide: 1080px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; }

::selection { background: rgba(0, 230, 118, 0.25); color: var(--ink); }

/* ---------- grain ---------- */

.grain {
  position: fixed;
  inset: -50%;
  width: 200%;
  height: 200%;
  pointer-events: none;
  z-index: 2;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ============================================================
   HERO
   ============================================================ */

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(40px, 6vh, 72px) 24px clamp(28px, 4vh, 40px);
  overflow: hidden;
}

.hero__vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 60% at 50% -10%, rgba(0, 230, 118, 0.05), transparent 60%),
    radial-gradient(ellipse 120% 80% at 50% 110%, rgba(0, 0, 0, 0.8), transparent 60%);
}

.hero__inner {
  position: relative;
  max-width: 900px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 10px 20px;
  margin-bottom: clamp(20px, 3.5vh, 36px);
}

.badge__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px rgba(0, 230, 118, 0.8);
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2rem, 6vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.hero__title > span { display: block; }

.hero__emoji {
  display: inline-block;
  font-size: 0.85em;
  animation: pop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s backwards;
}

@keyframes pop {
  from { transform: scale(0) rotate(-20deg); }
  to { transform: scale(1) rotate(0); }
}

.hero__sub {
  max-width: 520px;
  margin: clamp(16px, 2.5vh, 24px) auto 0;
  font-size: clamp(0.9375rem, 2.2vw, 1.0625rem);
  color: var(--ink-soft);
}

.hero__sub strong { color: var(--ink); font-weight: 700; }

.hero__team {
  position: relative;
  max-width: min(420px, 82vw);
  margin: clamp(20px, 3.5vh, 32px) auto 0;
  border: 1px solid var(--line);
  padding: 8px;
}

.hero__team img {
  width: 100%;
  filter: saturate(0.92) contrast(1.04);
}

.hero__team figcaption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(6px);
  padding: 8px 14px;
  border: 1px solid var(--line);
}

.hero__invite {
  max-width: 520px;
  margin: clamp(18px, 3vh, 28px) auto 0;
  font-size: clamp(1rem, 2.4vw, 1.1875rem);
  line-height: 1.55;
  color: var(--ink-soft);
}

.hero__invite strong { color: var(--ink); font-weight: 700; }

.hero__mail {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: clamp(12px, 2vh, 18px);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ink-dim);
  border: 1px solid var(--line-soft);
  border-radius: 100px;
  padding: 8px 18px;
}

.hero__mail-icon { color: var(--green); font-size: 0.9375rem; }

.hero__proof {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: clamp(16px, 2.5vh, 24px);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  padding: 16px 28px;
  background: linear-gradient(160deg, rgba(0, 230, 118, 0.03), transparent 60%);
}

.hero__stars {
  color: var(--green);
  font-size: 1.0625rem;
  letter-spacing: 0.18em;
  text-shadow: 0 0 16px rgba(0, 230, 118, 0.5);
}

.hero__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: clamp(20px, 3.5vh, 32px);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #04140a;
  text-decoration: none;
  padding: 18px 30px;
  border: 1px solid var(--green);
  border-radius: 100px;
  background: linear-gradient(135deg, #12ff8a, var(--green) 55%, var(--green-dark));
  box-shadow: 0 10px 44px rgba(0, 230, 118, 0.32);
  overflow: hidden;
  transition: box-shadow 0.4s ease, transform 0.3s ease, filter 0.3s ease;
  animation: pulse 2.6s ease-in-out infinite;
}

.hero__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
  transform: translateX(-100%);
  animation: shine 3.2s ease-in-out infinite;
}

@keyframes shine {
  0%, 60% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 10px 44px rgba(0, 230, 118, 0.32); }
  50% { box-shadow: 0 10px 60px rgba(0, 230, 118, 0.5); }
}

.hero__cta:hover {
  filter: brightness(1.08);
  box-shadow: 0 14px 64px rgba(0, 230, 118, 0.45);
  transform: translateY(-2px);
}

.hero__cta-arrow {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #04140a;
  color: var(--green);
  font-weight: 800;
  transition: transform 0.4s ease;
}

.hero__cta:hover .hero__cta-arrow { transform: translateY(3px); }

.hero__leave {
  display: block;
  margin: clamp(12px, 2vh, 18px) auto 0;
  background: none;
  border: 0;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-dim);
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.hero__leave:hover { color: var(--ink-soft); }

.hero__scrollhint { display: none; }

/* ============================================================
   SEÇÕES
   ============================================================ */

.sec {
  position: relative;
  border-top: 1px solid var(--line-soft);
  padding: clamp(88px, 12vw, 152px) 24px;
}

.sec__inner {
  max-width: var(--w-text);
  margin: 0 auto;
}

.sec__inner--wide { max-width: var(--w-wide); }

.eyebrow {
  display: flex;
  align-items: baseline;
  gap: 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: clamp(28px, 4vw, 44px);
}

.eyebrow span {
  font-family: var(--font-display);
  font-size: 13px;
  color: var(--ink-soft);
}

.eyebrow::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line-soft);
  align-self: center;
}

.sec__title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(1.75rem, 5vw, 2.9rem);
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  margin-bottom: clamp(24px, 4vw, 40px);
}

.sec__title--sm { font-size: clamp(1.5rem, 4vw, 2.2rem); }

.br-desk { display: none; }

.sec__prose p {
  color: var(--ink-soft);
  font-size: clamp(1rem, 2.2vw, 1.0625rem);
  max-width: 56ch;
}

.sec__prose p + p { margin-top: 1.2em; }

.sec__prose strong { color: var(--ink); font-weight: 700; }

/* ---------- card da regra (compliance a favor) ---------- */

.rule-card {
  margin-top: clamp(40px, 6vw, 64px);
  border: 1px solid var(--line);
  border-left: 2px solid var(--green);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 60%);
  padding: clamp(28px, 5vw, 44px);
}

.rule-card__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 16px;
}

.rule-card p:not(.rule-card__label) {
  color: var(--ink-soft);
  font-size: 1.0625rem;
  line-height: 1.75;
}

.rule-card strong { color: var(--ink); }

/* ============================================================
   02 — ENTREGA
   ============================================================ */

.deliver {
  list-style: none;
  border-top: 1px solid var(--line);
}

.deliver li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: clamp(22px, 4vw, 30px) 4px;
  border-bottom: 1px solid var(--line-soft);
  color: var(--ink-soft);
  font-size: clamp(1rem, 2.4vw, 1.125rem);
  line-height: 1.6;
}

.deliver li img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
  flex-shrink: 0;
  filter: saturate(0.95);
}

.deliver strong { color: var(--ink); font-weight: 700; }

/* ---------- depoimento ---------- */

.testimonial {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 28px);
  margin-top: clamp(28px, 4vw, 40px);
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(0, 230, 118, 0.035), transparent 55%);
  padding: clamp(20px, 3vw, 28px);
}

.testimonial img {
  width: clamp(88px, 14vw, 120px);
  height: clamp(88px, 14vw, 120px);
  object-fit: cover;
  object-position: 50% 14%;
  border-radius: 10px;
  border: 1px solid var(--line);
  flex-shrink: 0;
}

.testimonial blockquote p {
  font-size: clamp(0.9688rem, 2.2vw, 1.0625rem);
  font-style: italic;
  color: var(--ink);
  line-height: 1.55;
}

.testimonial blockquote footer {
  margin-top: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-dim);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.testimonial__stars {
  color: var(--green);
  letter-spacing: 0.12em;
}

/* ============================================================
   03 — QUEM ATENDE
   ============================================================ */

.team {
  display: grid;
  gap: clamp(36px, 6vw, 72px);
  align-items: center;
}

.team__figure {
  position: relative;
  border: 1px solid var(--line);
  padding: 12px;
}

.team__figure img {
  width: 100%;
  filter: saturate(0.9) contrast(1.04);
}

.team__figure figcaption {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
  background: rgba(10, 10, 10, 0.82);
  backdrop-filter: blur(6px);
  padding: 10px 16px;
  border: 1px solid var(--line);
}

/* ============================================================
   04 — COMO FUNCIONA
   ============================================================ */

.steps {
  list-style: none;
  display: grid;
  gap: 20px;
  counter-reset: step;
}

.steps__item {
  position: relative;
  border: 1px solid var(--line-soft);
  padding: clamp(32px, 5vw, 48px) clamp(24px, 4vw, 36px) clamp(28px, 4vw, 40px);
  overflow: hidden;
  transition: border-color 0.5s ease;
}

.steps__item:hover { border-color: var(--line); }

.steps__num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(4rem, 10vw, 6rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.12);
  margin-bottom: 20px;
  user-select: none;
}

.steps__item h3 {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.6vw, 1.25rem);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.steps__item p { color: var(--ink-soft); font-size: 0.9375rem; }

/* ============================================================
   05 — ESCOLHA HONESTA
   ============================================================ */

.fit {
  display: grid;
  gap: 20px;
}

.fit__card {
  border: 1px solid var(--line-soft);
  padding: clamp(28px, 5vw, 44px);
}

.fit__card--yes {
  background: linear-gradient(160deg, rgba(0, 230, 118, 0.04), transparent 55%);
  border-color: var(--line);
}

.fit__card h3 {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  text-transform: uppercase;
  margin-bottom: 24px;
}

.fit__card--no h3 { color: var(--ink-dim); }

.fit__card ul { list-style: none; }

.fit__card li {
  display: flex;
  gap: 14px;
  padding: 12px 0;
  color: var(--ink-soft);
  font-size: 0.9688rem;
  line-height: 1.55;
  border-bottom: 1px solid var(--line-soft);
}

.fit__card li:last-child { border-bottom: 0; }

.fit__card--yes li::before {
  content: "✓";
  color: var(--green);
  font-weight: 700;
  flex-shrink: 0;
}

.fit__card--no li { color: var(--ink-dim); }

.fit__card--no li::before {
  content: "—";
  flex-shrink: 0;
}

.fit__note {
  margin-top: clamp(28px, 4vw, 40px);
  max-width: 60ch;
  color: var(--ink-dim);
  font-size: 0.9375rem;
  font-style: italic;
}

/* ============================================================
   06 — INVESTIMENTO
   ============================================================ */

.sec--offer {
  background:
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(0, 230, 118, 0.045), transparent 65%);
}

.price {
  scroll-margin-top: 24px;
  position: relative;
  margin-top: clamp(48px, 7vw, 72px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.015);
  padding: clamp(40px, 7vw, 64px) clamp(24px, 5vw, 56px);
  text-align: center;
}

.price__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 60% 45% at 50% 105%, rgba(0, 230, 118, 0.08), transparent 65%);
}

.price__label {
  position: relative;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-dim);
  margin-bottom: 20px;
}

.price__value {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(4rem, 14vw, 6.5rem);
  line-height: 1;
  letter-spacing: -0.02em;
}

.price__value small {
  font-size: 0.32em;
  vertical-align: 1.6em;
  margin-right: 0.15em;
  color: var(--ink-soft);
}

.price__terms {
  position: relative;
  margin-top: 16px;
  font-size: 0.875rem;
  color: var(--ink-dim);
}

.cta {
  position: relative;
  display: block;
  max-width: 440px;
  margin: clamp(32px, 5vw, 44px) auto 0;
  background: var(--green);
  color: #04140a;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(1rem, 2.6vw, 1.0938rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 22px 32px;
  border-radius: 4px;
  box-shadow: 0 12px 48px rgba(0, 230, 118, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.cta:hover {
  background: #12ff8a;
  transform: translateY(-2px);
  box-shadow: 0 18px 64px rgba(0, 230, 118, 0.3);
}

.cta:active { transform: translateY(0); }

.price__decline {
  position: relative;
  display: inline-block;
  margin-top: 28px;
  font-size: 0.8438rem;
  color: var(--ink-dim);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.3s ease;
}

.price__decline:hover { color: var(--ink-soft); }

/* ---------- layout 2 telas ---------- */

.offer {
  padding-top: clamp(40px, 6vh, 64px);
  padding-bottom: clamp(48px, 7vh, 72px);
}

.offer .sec__inner--wide { width: 100%; }

.offer__grid {
  display: grid;
  gap: clamp(32px, 5vw, 64px);
}

.offer__lead {
  color: var(--ink-soft);
  max-width: 52ch;
  margin-bottom: clamp(24px, 3vw, 36px);
}

.offer__lead strong { color: var(--ink); }

.offer__grid .price { margin-top: 0; }

.offer__grid .deliver li {
  padding: clamp(14px, 2vw, 18px) 4px;
  font-size: clamp(0.9375rem, 2vw, 1rem);
}

.price__anchor {
  position: relative;
  margin-top: 24px;
  font-size: 0.8125rem;
  font-style: italic;
  color: var(--ink-dim);
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 900px) {
  .offer__grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }
}

/* ============================================================
   FAQ
   ============================================================ */

.faq { border-top: 1px solid var(--line); }

.faq details { border-bottom: 1px solid var(--line-soft); }

.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  list-style: none;
  cursor: pointer;
  padding: clamp(22px, 4vw, 28px) 4px;
  font-weight: 700;
  font-size: clamp(1rem, 2.4vw, 1.0625rem);
  transition: color 0.3s ease;
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary:hover { color: var(--green); }

.faq__icon {
  position: relative;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}

.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: var(--ink-dim);
  transition: transform 0.35s ease, background 0.35s ease;
}

.faq__icon::before { width: 14px; height: 1.5px; }
.faq__icon::after { width: 1.5px; height: 14px; }

.faq details[open] .faq__icon::after { transform: rotate(90deg); }
.faq details[open] .faq__icon::before { background: var(--green); }
.faq details[open] .faq__icon::after { background: var(--green); }

.faq details > p {
  padding: 0 4px clamp(24px, 4vw, 32px);
  color: var(--ink-soft);
  max-width: 56ch;
}

/* ============================================================
   FOOTER
   ============================================================ */

.footer {
  border-top: 1px solid var(--line-soft);
  padding: 56px 24px 64px;
  text-align: center;
  color: var(--ink-dim);
  font-size: 0.8125rem;
}

.footer p + p { margin-top: 8px; }

/* ============================================================
   ANIMAÇÕES — reveals
   ============================================================ */

.reveal-load {
  opacity: 0;
  transform: translateY(24px);
  animation: rise 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--d, 0) * 0.13s + 0.1s);
}

@keyframes rise {
  to { opacity: 1; transform: translateY(0); }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: calc(var(--d, 0) * 0.12s);
}

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

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__cta,
  .hero__cta::before,
  .hero__emoji { animation: none !important; }
  .reveal-load,
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}

/* ============================================================
   RESPONSIVO — mobile: CTA sempre na primeira dobra
   ============================================================ */

@media (max-width: 760px) {
  .hero {
    padding: 16px 20px 20px;
    justify-content: flex-start;
  }

  .hero__scrollhint { display: none; }

  .badge {
    padding: 7px 14px;
    font-size: 10px;
    margin-bottom: 12px;
  }

  .hero__title { font-size: clamp(1.5rem, 7.5vw, 2.1rem); }

  .hero__emoji { font-size: 0.8em; }

  .hero__sub {
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 1.5;
    max-width: 34ch;
  }

  .hero__mail {
    margin-top: 10px;
    padding: 6px 14px;
    font-size: 0.6875rem;
  }

  .hero__team {
    margin-top: 12px;
    max-width: min(300px, 74vw);
    padding: 6px;
  }

  .hero__team img {
    width: 100%;
    max-height: 24svh;
    object-fit: cover;
    object-position: center 30%;
  }

  .hero__team figcaption {
    bottom: 12px;
    left: 12px;
    padding: 5px 10px;
    font-size: 8px;
  }

  .hero__invite {
    margin-top: 12px;
    font-size: 0.9063rem;
    line-height: 1.45;
    max-width: 36ch;
  }

  .hero__proof {
    margin-top: 12px;
    padding: 10px 20px;
    gap: 4px;
    font-size: 0.6875rem;
  }

  .hero__stars { font-size: 0.875rem; }

  .hero__cta {
    margin-top: 14px;
    padding: 14px 24px;
  }

  .hero__leave {
    margin-top: 10px;
    font-size: 10px;
    font-size: 11px;
    gap: 12px;
  }

  .hero__cta-arrow { width: 22px; height: 22px; }
}

/* telas baixas (ex.: iPhone SE 568px, Galaxy 640px) */
@media (max-width: 760px) and (max-height: 700px) {
  .hero { padding-top: 10px; }
  .badge { margin-bottom: 8px; }
  .hero__title { font-size: clamp(1.35rem, 6.5vw, 1.8rem); }
  .hero__sub { margin-top: 7px; font-size: 0.8125rem; }
  .hero__mail { margin-top: 7px; padding: 5px 12px; font-size: 0.625rem; }
  .hero__team { margin-top: 8px; max-width: min(240px, 62vw); }
  .hero__team img { max-height: 19svh; }
  .hero__team figcaption { display: none; }
  .hero__invite { margin-top: 8px; font-size: 0.8438rem; }
  .hero__proof { margin-top: 8px; padding: 8px 16px; font-size: 0.625rem; }
  .hero__stars { font-size: 0.75rem; }
  .hero__cta { margin-top: 10px; padding: 12px 20px; font-size: 10px; }
}

/* telas muito baixas */
@media (max-width: 760px) and (max-height: 580px) {
  .hero__team { display: none; }
  .hero__team + .hero__invite { margin-top: 12px; }
}

/* ============================================================
   RESPONSIVO — desktop
   ============================================================ */

@media (min-width: 760px) {
  .br-desk { display: inline; }

  .steps { grid-template-columns: repeat(3, 1fr); }

  .fit { grid-template-columns: 1.05fr 0.95fr; align-items: start; }

  .team { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1024px) {
  body { font-size: 17px; }
}

/* ============================================================
   BOTÃO SAIR + MODAL
   ============================================================ */

.exit-btn {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 40;
  background: rgba(10, 10, 10, 0.6);
  backdrop-filter: blur(8px);
  border: 1px solid var(--line);
  border-radius: 100px;
  color: var(--ink-soft);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 8px 14px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.exit-btn:hover {
  color: var(--ink);
  border-color: var(--ink-dim);
}

.exit-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(6px);
}

.exit-modal[hidden] { display: none; }

.exit-modal__box {
  width: 100%;
  max-width: 400px;
  background: var(--bg-raised);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 30px 26px;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}

.exit-modal__stamp {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 10px;
}

.exit-modal__box h3 {
  font-family: var(--font-display);
  font-size: 1.375rem;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 12px;
}

.exit-modal__box p {
  font-size: 0.875rem;
  color: var(--ink-soft);
  margin-bottom: 22px;
}

.exit-modal__box p strong { color: var(--ink); }

.exit-modal__stay {
  display: block;
  width: 100%;
  background: linear-gradient(180deg, var(--green), var(--green-dark));
  color: #04180d;
  border: 0;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 14px 16px;
  cursor: pointer;
  margin-bottom: 14px;
}

.exit-modal__leave {
  display: inline-block;
  font-size: 0.75rem;
  color: var(--ink-dim);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.exit-modal__leave:hover { color: var(--ink-soft); }
