/* ============================================================
   8.8 — A Nova Era do Digital
   Tokens extraídos do Figma "C01 - Empresário - v1" (322:5945)
   ============================================================ */

:root {
  --paper:        #eeede7;
  --ink:          #050505;
  --terra:        #ab6842;
  --text:         #3f3e3e;
  --text-muted:   #4e4e4e;
  --line:         rgba(0, 0, 0, .3);
  --line-faq:     #a9a9a9;
  --field-bg:     #050505;
  --field-border: #3e3e3e;
  --panel-text:   #808080;
  --card-dark:    #141414;
  --footer-bg:    #0d0d0d;
  --paper-warm:   #f0ede6;

  --serif: "Instrument Serif", Georgia, serif;
  --sans:  "Instrument Sans", system-ui, -apple-system, sans-serif;

  --container: 1084px;
  --radius:    20px;
  --radius-sm: 10px;
  --radius-lg: 30px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
em { font-style: italic; }

.h-serif { font-family: var(--serif); font-weight: 400; }
.accent  { color: var(--terra); }
.center  { display: flex; justify-content: center; }

/* Alguns ícones diferem entre o frame desktop e o mobile. */
.only-desktop { display: block; }
.only-mobile  { display: none; }

/* larguras de linha herdadas do design */
.w-360 { max-width: 360px; }
.w-416 { max-width: 417px; }
.w-485 { max-width: 485px; }
.w-551 { max-width: 551px; }
.w-572 { max-width: 573px; }
.w-620 { max-width: 621px; }

/* ══════════════ TICKER ══════════════ */

.ticker {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 78px;
  display: flex;
  align-items: center;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.ticker__track {
  display: flex;
  gap: 64px;
  white-space: nowrap;
  animation: ticker-scroll 28s linear infinite;
}

.ticker__group { display: flex; gap: 20px; align-items: center; }

.ticker__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--paper);
  font-size: 18px;
  font-weight: 600;
}

.ticker__item img { flex: none; }

@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .ticker__track { animation: none; justify-content: center; width: 100%; }
  .ticker__group:not(:first-child) { display: none; }
}

/* ══════════════ HERO ══════════════ */

/* Geometria herdada do frame HERO do Figma (1920 x 934).
   Tudo em vw para que a composição escale junto em vez de colidir. */
.hero {
  position: relative;
  /* min-height, não height: a coluna de texto pode ser mais alta que o frame
     em viewports baixas, e com height fixo ela vazava por trás do ticker. */
  min-height: max(700px, 48.65vw);
  padding: 56px 0;
  border-bottom: 1px solid var(--field-border);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero__art {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Arte única do hero: composição já montada, exportada do grupo do Figma.
   Ocupa a altura do hero e sangra à direita; a metade esquerda é transparente,
   então sobrepor a coluna de texto é intencional, como no design. */
.hero__artwork {
  position: absolute;
  right: 0;
  top: 0;
  /* 1747 de 1920 no frame original. Escalar pela ALTURA estoura a largura,
     porque o hero é mais alto que o frame quando a coluna de texto cresce. */
  width: 91%;
  height: auto;
  max-width: none;
}

/* O SVG já foi exportado na orientação final — não rotacionar. */
.hero__arc {
  position: absolute;
  right: -5.7%;
  top: -4.84vw;
  width: 54.6vw;
  max-width: none;
  height: 30.98vw;
}

.hero__figure {
  position: absolute;
  right: -5%;
  top: 3.7vw;
  width: 37.4vw;
  height: 66.3vw;
}

.hero__photo {
  position: absolute;
  left: 50%;
  top: -8.8%;
  width: 128.4%;
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  object-fit: cover;
}

.hero__glyph {
  position: absolute;
  top: 15.6%;
  width: 11.65%;
  height: auto;
  mix-blend-mode: darken;
}

.hero__glyph--l { left: 36.5%; }
.hero__glyph--r { left: 51.9%; }

.hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px 0 clamp(40px, 21.8%, 418px);
}

.hero__copy {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 621px;
}

.hero__title {
  margin: 0;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1.15;
  max-width: 543px;
}

.hero__title em { color: var(--terra); }

.lead {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.5;
}

.lead--center { text-align: center; }

.qualifiers {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qualifiers li {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 180px;
  font-size: 16px;
  color: var(--ink);
}

.qualifiers img { flex: none; width: 24px; height: 24px; }

/* ══════════════ FORM ══════════════ */

.signup {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 530px;
}

.signup--center { margin: 0 auto; align-items: center; width: 100%; }

.field {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 61px;
  padding: 20px;
  background: var(--field-bg);
  border: 1px solid var(--field-border);
  border-radius: var(--radius-sm);
}

.field img { flex: none; }

.field input {
  flex: 1;
  min-width: 0;
  background: none;
  border: 0;
  color: #fff;
  font-family: var(--sans);
  font-size: 16px;
}

.field input::placeholder { color: rgba(255, 255, 255, .5); }
.field input:focus { outline: none; }
.field:focus-within { border-color: var(--terra); }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 7px;
  padding: 25px 40px;
  background: var(--terra);
  border: 0;
  border-radius: var(--radius-sm);
  color: #fff;
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: filter .18s ease, transform .18s ease;
}

.btn:hover  { filter: brightness(1.08); }
.btn:active { transform: translateY(1px); }

.btn--inline { width: 429px; max-width: 100%; margin-top: 0; }
.btn--wide   { width: 530px; max-width: 100%; margin-top: 0; }

.disclaimer {
  margin: 8px 0 0;
  color: var(--text-muted);
  font-size: 14px;
  text-align: center;
}

.disclaimer strong { color: #000; font-weight: 600; }
.disclaimer--dark strong { color: #000; }

/* ══════════════ SEÇÕES ══════════════ */

.section {
  max-width: var(--container);
  margin: 0 auto;
  padding: 100px 40px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.stack {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.stack--center { align-items: center; text-align: center; }

.h2 {
  margin: 0;
  max-width: 454px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.2;
}

.h2--wide { max-width: 700px; font-size: clamp(30px, 3.4vw, 42px); }
.h2 em { color: var(--terra); }

/* ══════════════ FATOS ══════════════ */

.facts {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.fact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 203px;
}

.fact img { width: 48px; height: 48px; }

.fact h3 {
  margin: 0;
  width: 143px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}

/* ══════════════ COUNTDOWN ══════════════ */

.countdown-block { align-items: center; gap: 41px; }

.countdown__title {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: -.03em;
  text-align: center;
}

.countdown {
  display: flex;
  gap: clamp(24px, 7vw, 84px);
  justify-content: center;
}

.countdown__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  min-width: 100px;
}

.countdown__num {
  font-size: clamp(56px, 8vw, 105px);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1;
  font-variant-numeric: lining-nums tabular-nums;
}

.countdown__label {
  color: var(--terra);
  font-size: clamp(32px, 4.6vw, 63px);
  letter-spacing: -.02em;
  line-height: 1;
}

/* ══════════════ CARDS ══════════════ */

.cards {
  display: grid;
  gap: 20px;
  justify-content: center;
}

.cards--4 { grid-template-columns: repeat(4, minmax(0, 250px)); }
.cards--2 { grid-template-columns: repeat(2, minmax(0, 532px)); }

.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 60px 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.card img { width: 24px; height: 24px; }

.card p {
  margin: 0;
  color: var(--text);
  font-size: 18px;
  letter-spacing: -.02em;
}

.card--lg { gap: 40px; padding: 60px; }

.card--lg h3 {
  margin: 0;
  color: var(--text);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.02em;
}

/* ══════════════ PAINEL PRETO ══════════════ */

.panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 60px 40px;
  background: #000;
  border-radius: var(--radius-lg);
  text-align: center;
}

.panel__lead {
  margin: 0;
  max-width: 485px;
  color: #fff;
  font-size: clamp(24px, 2.6vw, 30px);
  line-height: 1.2;
}

.panel__mid {
  margin: 0;
  max-width: 645px;
  color: #fff;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.3;
}

.panel__text {
  margin: 0;
  max-width: 709px;
  color: var(--panel-text);
  font-size: 18px;
  letter-spacing: -.02em;
}

.panel__text strong { color: #fff; font-weight: 700; }
.panel__text strong.accent { color: var(--terra); }

/* ══════════════ MENTOR ══════════════ */

.mentor {
  position: relative;
  margin-top: 100px;
  padding: 620px 40px 90px;
  background: #000;
  overflow: hidden;
}

.mentor__art { position: absolute; inset: 0; pointer-events: none; }

.mentor__band {
  position: absolute;
  left: 50%;
  top: 0;
  width: 310px;
  height: 998px;
  margin-left: -30px;
  background: #a7623a;
}

.mentor__code {
  position: absolute;
  left: 50%;
  top: 0;
  width: 555px;
  margin: 0 0 0 130px;
  transform-origin: left top;
  transform: rotate(-90deg) translate(-100%, 0);
  font-family: "Zilla Slab", serif;
  font-weight: 600;
  font-size: 12.4px;
  line-height: 1.23;
  letter-spacing: .11em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 0, 0, .2);
}

.mentor__photo {
  position: absolute;
  left: 50%;
  top: var(--mentor-top, -58px);
  width: 690px;
  max-width: none;
  height: auto;
  transform: translateX(-62%);
  object-fit: cover;
}

.mentor::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 509px;
  background: linear-gradient(to bottom, transparent, #0a0a0a 22%);
}

.mentor__inner {
  position: relative;
  z-index: 1;
  max-width: 833px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.proof {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.proof li {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 200px;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.proof img { flex: none; width: 24px; height: 24px; }

.mentor__title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 50px);
  text-align: center;
}

.mentor__title em { color: var(--terra); }

.mentor__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 823px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.mentor__body p { margin: 0; }

.quote {
  display: block;
  margin: 0;
  padding-left: 25px;
  border-left: 2px solid var(--terra);
  color: #fff;
  font-size: clamp(19px, 2.2vw, 24px);
  font-style: italic;
  line-height: 1.35;
}

/* ══════════════ DEPOIMENTOS ══════════════ */

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 329px));
  gap: 10px;
  justify-content: center;
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0;
  padding: 40px 40px 80px;
  background: var(--card-dark);
  border-radius: var(--radius);
}

.stars {
  font-family: "DM Sans", sans-serif;
  font-size: 23px;
  color: #888;
  line-height: 1.3;
}

.testimonial blockquote {
  margin: 0;
  color: var(--paper-warm);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.45;
}

.testimonial figcaption {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: var(--paper-warm);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.testimonial figcaption img { flex: none; width: 10px; height: 10px; }

/* ══════════════ FAQ ══════════════ */

.faq {
  width: 100%;
  max-width: 906px;
  margin: 0 auto;
}

.faq__item { border-bottom: 1px solid var(--line-faq); }

.faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 70px;
  padding: 20px 40px;
  color: #000;
  font-size: 18px;
  cursor: pointer;
  list-style: none;
}

.faq__item summary::-webkit-details-marker { display: none; }

.faq__item summary::after {
  content: "";
  flex: none;
  width: 15px;
  height: 15px;
  background: url("/assets/plus.svg") center / contain no-repeat;
}

.faq__item[open] summary { font-weight: 600; }

.faq__item[open] summary::after {
  background-image: url("/assets/minus.svg");
}

.faq__answer { padding: 0 40px 20px; }

.faq__answer p {
  margin: 0;
  max-width: 702px;
  color: var(--text);
  font-size: 18px;
}

/* ══════════════ FULL-BLEED ══════════════ */

.bleed {
  margin-top: 100px;
  height: 609px;
  overflow: hidden;
  background: var(--ink);
}

.bleed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

/* ══════════════ RODAPÉ ══════════════ */

.footer {
  margin-top: 100px;
  padding: 40px;
  background: var(--footer-bg);
}

.footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  max-width: var(--container);
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

.footer__inner p { margin: 0; }

.footer__links { display: flex; align-items: center; gap: 20px; }

.footer__links a { color: #fff; text-decoration: none; }
.footer__links a:hover { text-decoration: underline; }

.footer__sep {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, .4);
}

/* ══════════════ RESPONSIVO ══════════════ */

/* Entre 1200 e 1700 o arco alcançava a coluna de texto — e o itálico é da mesma
   cor do arco, então virava texto invisível, não só sobreposição. */
@media (max-width: 1700px) {
  .hero__arc { right: -14%; width: 50vw; height: 28.4vw; }
}

@media (max-width: 1200px) {
  .cards--4 { grid-template-columns: repeat(2, minmax(0, 260px)); }
  /* Abaixo de 1200px a coluna de texto ganha prioridade sobre a arte. */
  .hero { min-height: max(760px, 52vw); }
  .hero__figure { right: -12%; width: 46vw; }
  .hero__arc { right: -14%; width: 66vw; height: 37.4vw; }
  .hero__inner { padding-left: clamp(24px, 6vw, 120px); }
  .hero__copy { max-width: 54vw; }
}

/* Tablet: colapsa as grades, hero ainda em duas camadas. */
/* O frame é 1920: abaixo disso a coluna de texto fica proporcionalmente mais larga
   e a parte opaca da arte alcança a headline. Empurrar a arte para fora à direita. */
@media (max-width: 1700px) {
  .hero__artwork { right: -18%; }
}

@media (max-width: 1200px) {
  .hero__artwork { right: -26%; }
}

@media (max-width: 980px) {
  .hero { min-height: 0; padding: 0; display: block; }
  .hero__art {
    --fw: min(78vw, 440px);
    position: relative;
    height: calc(var(--fw) * 1.12);
    overflow: hidden;
  }
  .hero__inner { padding: 40px 24px 50px; }
  .hero__arc { right: -80px; top: 0; width: 499px; height: 283px; }
  /* No tablet/mobile a arte única vira uma faixa própria, sem sobrepor o texto. */
  .hero__artwork { position: relative; right: auto; width: 100%; height: auto; }
  .hero__art:has(.hero__artwork) { --fw: auto; height: auto; }
  .hero__figure {
    right: auto;
    left: 50%;
    top: 20px;
    width: var(--fw);
    height: calc(var(--fw) * 1.503);
    transform: translateX(-50%);
  }
  .hero__photo { width: 100%; top: 0; }
  .hero__glyph { display: none; }
  .hero__copy { max-width: none; }

  .cards--2 { grid-template-columns: minmax(0, 532px); }
  .testimonials { grid-template-columns: minmax(0, 400px); }

  .mentor { padding: 480px 24px 70px; }
  .mentor__band { width: 220px; margin-left: -20px; }
  .mentor__photo { width: 540px; }
  .mentor__code { display: none; }

  .bleed { height: 380px; }
}

/* ══════════════ MOBILE ══════════════
   Espelha o frame 280:2441 (420px, conteúdo 360px). Não é o desktop encolhido:
   o hero inverte (form antes da foto), os cards de fato viram linha e os
   bullets do mentor empilham. */
@media (max-width: 720px) {
  .only-desktop { display: none; }
  .only-mobile  { display: block; }

  .section { padding: 60px 30px 0; gap: 50px; }
  .ticker { height: 62px; }
  .ticker__item { font-size: 15px; }

  /* — hero — */
  .hero__inner { padding: 40px 30px 0; }
  .hero__copy { align-items: center; text-align: center; gap: 30px; }
  .hero__title { font-size: 32px; max-width: 360px; }
  .hero__copy .lead { font-size: 16px; max-width: 360px; }
  .qualifiers { flex-wrap: nowrap; gap: 16px; justify-content: center; }
  .qualifiers li { font-size: 14px; max-width: 139px; }
  .signup { width: 100%; max-width: 360px; margin: 0 auto; }
  .btn { font-size: 16px; }
  .hero__art { --fw: min(100vw, 440px); height: 489px; }
  .hero__figure { top: 27px; height: calc(var(--fw) * 1.503); }

  /* — fatos: ícone à esquerda, texto à direita — */
  .facts { flex-direction: column; align-items: center; gap: 20px; }
  .fact {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 360px;
    padding: 40px 30px;
  }
  .fact h3 { width: 143px; font-size: 28px; text-align: left; }

  /* — countdown — */
  .countdown__title { font-size: 52px; }
  .countdown { gap: 51px; }
  .countdown__unit { min-width: 86px; gap: 17px; }
  .countdown__num { font-size: 65px; }
  .countdown__label { font-size: 38px; }
  /* o segundo countdown é menor no design */
  .countdown-block:last-of-type .countdown__title { font-size: 32px; }

  /* — blocos de texto — */
  .h2 { font-size: 40px; max-width: 360px; }
  .h2--wide { font-size: 42px; max-width: 326px; }
  .lead--center, .w-620, .w-551, .w-416 { font-size: 16px; max-width: 360px; }

  .cards--4, .cards--2 { grid-template-columns: minmax(0, 360px); gap: 10px; }
  .card { padding: 30px; }
  .card p { width: 100%; max-width: 300px; }
  .card--lg { padding: 54px; gap: 36px; border-radius: 18px; }
  .card--lg h3 { font-size: 18px; max-width: 251px; }
  .card--lg p { font-size: 14px; max-width: 251px; letter-spacing: -.02em; }

  .panel { width: 100%; max-width: 360px; margin: 0 auto; padding: 60px 30px; }
  .panel__lead, .panel__mid, .panel__text { max-width: 300px; }

  .btn--inline, .btn--wide { width: 360px; }

  /* — mentor: bullets empilham, ícone acima —
     A foto sangra à esquerda (left -216 no frame de 430) e o painel escuro
     precisa subir o bastante para o texto de 10px não cair sobre a pele. */
  .mentor { padding: 640px 30px 60px; }
  .mentor__photo { left: -220px; top: var(--mentor-top, -58px); width: 690px; transform: none; }
  .mentor__band { left: 206px; width: 310px; margin-left: 0; }
  .mentor::after { height: 64%; background: linear-gradient(to bottom, transparent, #0a0a0a 16%); }
  .proof { flex-direction: column; gap: 12px; }
  /* flex-basis 200px viraria ALTURA ao trocar para coluna — daí o flex: none. */
  .proof li { flex: none; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 10px; max-width: 213px; }
  .mentor__title { font-size: 50px; }
  .mentor__body { font-size: 16px; max-width: 360px; }
  .quote { font-size: 22px; max-width: 331px; }

  /* — depoimentos: trilho horizontal — */
  .testimonials {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    margin: 0 -30px;
    padding-inline: 30px;
  }
  .testimonial { flex: 0 0 329px; scroll-snap-align: center; }

  /* — faq — */
  .faq { max-width: 360px; }
  .faq__item summary { padding: 20px 10px; font-size: 18px; }
  .faq__answer { padding: 0 10px 20px; }

  .bleed { height: 188px; }

  .footer__inner { flex-direction: column; gap: 20px; text-align: center; }
}

/* ══════════════ PÁGINA DE OBRIGADO ══════════════ */

.ty-hero {
  position: relative;
  background: var(--paper);
}

/* Largura total e altura natural, como no frame. Esticar com `cover` joga o
   braço em cima do título e o texto fica ilegível. */
.ty-hero__img {
  width: 100%;
  height: auto;
}

/* O texto ocupa a faixa clara no topo da própria imagem. */
.ty-hero__copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 7% 24px 0;
  text-align: center;
}

.ty-hero__title {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  color: var(--ink);
}

.ty-hero__sub {
  margin: 0;
  color: var(--text);
  font-size: clamp(16px, 1.6vw, 20px);
}

.ty-hero__arrow {
  color: var(--terra);
  font-size: 26px;
  line-height: 1;
}

.ty-step { align-items: center; gap: 30px; }

.ty-step__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 400;
}

.ty-step__num {
  display: grid;
  place-items: center;
  width: 52px;
  height: 46px;
  border-radius: 8px;
  background: var(--terra);
  color: #fff;
  font-family: var(--serif);
  font-size: 24px;
}

.calendar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 310px));
  gap: 16px;
  justify-content: center;
}

.btn--cal { margin-top: 0; padding: 20px 30px; font-size: 17px; }

.ty-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 70px 40px;
  background: #000;
  border-radius: var(--radius-lg);
  text-align: center;
}

.ty-panel__title {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.25;
}

.ty-panel__text {
  margin: 0;
  max-width: 460px;
  color: var(--panel-text);
  font-size: 16px;
}

.ty-panel .btn--wide { margin-top: 8px; }

.ty-countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 26px;
}

.ty-countdown .countdown__title { color: #fff; font-size: clamp(28px, 3.4vw, 44px); }
.ty-countdown .countdown__num { color: #fff; }

@media (max-width: 720px) {
  .ty-hero__copy { padding: 9% 20px 0; }
  .ty-step__head { flex-direction: column; gap: 10px; text-align: center; }
  .calendar { grid-template-columns: minmax(0, 320px); }
  .ty-panel { padding: 50px 24px; }
}
