/* =============================================================================
   GreenSign Talks — landing de captura
   Base do desenho: PSD de 1920px. Cores amostradas do render, fontes lidas do
   próprio PSD (Raleway Black/Medium + Poppins SemiBold/Bold/ExtraBold).
   As seções herdadas do layout anterior (temas, Patricia Peck, "Por que
   participar", banner) mantêm Open Sans/DM Sans, como no material de origem.
   ========================================================================== */

:root {
  --verde-cta:    #008100;  /* botões de inscrição (PSD) */
  --verde-cta-h:  #006B00;
  --verde-esc:    #007C3F;  /* ícones e círculos do miolo */
  --verde-acento: #00DA50;  /* traço acima dos títulos */
  --verde-neon:   #00EB5B;  /* "acesso exclusivo" */
  --verde-claro:  #8FE877;  /* "provas digitais?" (PSD) */
  --verde-data:   #97F37C;  /* data do evento */

  --escuro:     #00262C;
  --escuro-2:   #022C33;
  --escuro-3:   #04303A;
  --hero-esc:   #00171F;
  --cta-escuro: #002127;    /* botão "Garantir a sua Vaga" */
  --claro:      #F4F8FC;
  --branco:     #FFFFFF;

  --texto:      #1D1E20;
  --texto-2:    #3F4448;
  --tinta:      #0A2027;    /* títulos escuros do PSD */
  --input-bg:   #E8E8E8;
  --borda:      rgba(255, 255, 255, .09);

  --wrap:       1797px;   /* container do hero (PSD: x59 → x1856) */
  --wrap-miolo: 1728px;   /* container das seções abaixo do hero */
  --gut:        62px;

  --t: "Open Sans", system-ui, -apple-system, Segoe UI, sans-serif;
  --c: "DM Sans", system-ui, -apple-system, Segoe UI, sans-serif;
  --r: "Raleway", system-ui, -apple-system, Segoe UI, sans-serif;
  --p: "Poppins", system-ui, -apple-system, Segoe UI, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--claro);
  color: var(--texto);
  font-family: var(--c);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
ul  { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p { margin: 0; }

.wrap {
  width: min(var(--wrap-miolo), calc(100% - var(--gut) * 2));
  margin-inline: auto;
}
.wrap--temas   { width: min(1800px, calc(100% - var(--gut) * 2)); }
.wrap--publico { width: min(1830px, calc(100% - 60px)); }
.wrap--peck  { width: min(1845px, calc(100% - 40px)); }

/* rótulo só para leitor de tela / SEO — o PSD não mostra este título */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

/* ------------------------------- HERO ------------------------------------ */

/* Altura travada em 1081px como no PSD: o card de captura transborda de
   propósito para dentro da seção seguinte, e a foto encosta no rodapé do hero.
   Por isso não há overflow:hidden aqui. */
.hero {
  position: relative;
  isolation: isolate;
  background: var(--hero-esc);
  height: 1081px;
}

.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.hero__inner {
  width: min(var(--wrap), calc(100% - var(--gut) * 2));
  margin-inline: auto;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 507px;
  align-items: start;
  column-gap: 42px;
}

.hero__copy {
  padding-top: 55px;
  max-width: 860px;
  position: relative;
  z-index: 2;
}

.hero__logo {
  width: 622px;
  height: auto;
  margin: 0 0 20px -4px;
}

.hero__title {
  font-family: var(--r);
  font-weight: 900;
  font-size: 62px;
  line-height: 1.15;
  color: var(--branco);
  letter-spacing: -.005em;
}
.hero__title span { color: var(--verde-claro); }

.hero__sub {
  margin-top: 34px;
  max-width: 720px;
  font-family: var(--r);
  font-weight: 500;
  font-size: 21px;
  line-height: 1.35;
  color: rgba(255, 255, 255, .93);
}

/* bloco data + canal + YouTube */
.hero__evento { margin-top: 68px; }

.hero__data {
  font-family: var(--p);
  font-weight: 600;
  font-size: 38px;
  line-height: 1.1;
  color: var(--verde-data);
}

.hero__canal {
  margin-top: 12px;
  font-family: var(--p);
  font-weight: 600;
  font-size: 22px;
  color: var(--branco);
}

.hero__yt { width: 445px; height: auto; margin-top: 40px; }

/* Foto da convidada — sangra para o meio do hero, cortada no rodapé.
   541x885 em x766 y196 é a caixa medida no PSD. */
.hero__peck {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-36%);
  width: 541px;
  height: auto;
  z-index: 1;
  pointer-events: none;
}

/* ---------------------------- CARD DE CAPTURA ---------------------------- */

.card-form {
  position: relative;
  z-index: 3;
  align-self: start;
  width: 507px;
  max-width: 100%;
  margin: 179px 0 0;
  padding: 40px 41px 44px;
  background: var(--branco);
  border-radius: 22px;
  box-shadow: 0 14px 44px rgba(0, 0, 0, .16);
}

.card-form__t {
  margin-bottom: 26px;
  font-family: var(--p);
  font-weight: 700;
  font-size: 33px;
  line-height: 1.16;
  color: var(--tinta);
}
.card-form__t span { color: var(--verde-cta); }

.field { margin-bottom: 16px; }

.field label,
.consent label {
  display: block;
  font-family: var(--r);
  font-size: 20px;
  font-weight: 500;
  color: var(--tinta);
  margin-bottom: 8px;
}
.field label b, .consent label b { color: inherit; font-weight: 500; }

.field input {
  width: 100%;
  padding: 25px 27px;
  border: 1px solid transparent;
  border-radius: 0;
  background: var(--input-bg);
  font-family: var(--r);
  font-weight: 500;
  font-size: 15px;
  color: var(--texto);
  transition: border-color .15s, background .15s;
}
.field input::placeholder { color: #8C9095; }
.field input:focus-visible {
  outline: none;
  border-color: var(--verde-cta);
  background: #FAFAFA;
}
.field input[aria-invalid="true"] { border-color: #D93025; background: #FEF6F5; }

.consent {
  display: grid;
  grid-template-columns: 21px 1fr;
  gap: 13px;
  align-items: start;
  margin: 26px 0 4px;
}
.consent input {
  width: 21px;
  height: 21px;
  margin: 2px 0 0;
  accent-color: var(--verde-cta);
  flex: none;
}
.consent label {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  cursor: pointer;
}

.erro {
  display: none;
  font-size: 13px;
  color: #D93025;
  margin-top: 5px;
}
.erro[data-visivel] { display: block; }

.btn {
  display: block;
  margin: 30px auto 0;
  padding: 20px 34px;
  border: 0;
  border-radius: 12px;
  background: var(--verde-cta);
  color: var(--branco);
  font-family: var(--p);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background .15s, transform .1s;
}
.btn:hover  { background: var(--verde-cta-h); }
.btn:active { transform: translateY(1px); }
.btn:focus-visible { outline: 3px solid var(--verde-claro); outline-offset: 2px; }
.btn[disabled] { opacity: .6; cursor: progress; }

.form-ok { text-align: center; padding: 60px 10px; }
.form-ok img { margin: 0 auto 16px; }
.form-ok__t { font-family: var(--t); font-size: 22px; font-weight: 700; }
.form-ok__s { margin-top: 8px; color: var(--texto-2); }

/* ------------------------------- SEÇÕES ---------------------------------- */

.secao { padding: 0; }
/* o card do hero invade esta seção; o padding do topo já conta com isso */
.secao--publico { padding: 128px 0 0; }
.secao--temas   { padding: 60px 0 0; }
.secao--peck    { padding: 44px 0 0; }
.secao--motivos { padding: 60px 0 0; }
.secao--cta     { padding: 40px 0 80px; }

/* --------------------- ESTE WORKSHOP FOI CRIADO PARA ---------------------- */

.titulo-grande {
  font-family: var(--r);
  font-weight: 900;
  font-size: 85px;
  line-height: 1.05;
  color: var(--tinta);
  letter-spacing: -.01em;
}

.publico {
  margin: 62px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 26px 46px;
}
.publico li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--r);
  font-weight: 900;
  font-size: 61px;
  line-height: 1;
  color: #000;
}
.publico img { width: 88px; height: auto; flex: none; }

/* botão largo "Clique aqui para Garantir a sua Vaga!" */
.btn-vaga {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 70px auto 0;
  padding: 23px 73px;
  border-radius: 16px;
  background: var(--cta-escuro);
  color: var(--branco);
  font-family: var(--p);
  font-weight: 800;
  font-size: 41px;
  line-height: 1.12;
  text-align: center;
  text-decoration: none;
  transition: background .15s, transform .1s;
}
.btn-vaga:hover  { background: #013039; }
.btn-vaga:active { transform: translateY(1px); }
.btn-vaga:focus-visible { outline: 3px solid var(--verde-cta); outline-offset: 3px; }

.secao--peck .btn-vaga { margin-top: 62px; }

.traco {
  display: block;
  width: 56px;
  height: 8px;
  border-radius: 4px;
  background: var(--verde-acento);
  margin-bottom: 22px;
}

.titulo {
  font-family: var(--t);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--texto);
}

/* a seção "Por que participar" tem fundo branco no PSD, ao contrário das demais */
.secao--motivos { background: #FDFDFD; padding-bottom: 62px; }

.lead {
  margin-top: 12px;
  font-size: 13.5px;
  line-height: 1.62;
  color: var(--texto-2);
}
.lead strong { color: var(--texto); font-weight: 700; }

/* --------------------------------- CHIPS --------------------------------- */

.chips {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 27px 25px;
}

.chip {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 95px;
  padding: 14px 20px;
  background: var(--branco);
  border-radius: 14px;
  box-shadow: 0 3px 14px rgba(16, 40, 60, .06);
  font-family: var(--t);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--texto);
}
.chip img { width: 46px; height: 46px; flex: none; }
.chip--sozinho { grid-column: 3; }

/* ---------------------------- CONVIDADA (PECK) ---------------------------- */

.peck {
  margin-top: 40px;
  padding: 34px 40px 30px;
  border-radius: 26.6px;
  background: #001B20;
  color: var(--branco);
}

.peck__kicker {
  font-family: var(--t);
  font-size: 24.9px;
  font-weight: 700;
  color: var(--verde-acento);
  margin-bottom: 26.6px;
}

.peck__grid {
  display: grid;
  grid-template-columns: 343px 392px 1fr;
  gap: 33.2px;
  align-items: start;
}

.peck__foto {
  width: 100%;
  height: auto;
  border-radius: 19.9px;
  border: 1px solid rgba(255, 255, 255, .16);
}

.peck__id { padding-top: 6px; }

.peck__badge {
  display: inline-block;
  padding: 6.6px 23.2px;
  border-radius: 8.3px;
  background: var(--verde-esc);
  font-family: var(--t);
  font-size: 19.9px;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--branco);
}

.peck__nome { margin-top: 8px; font-family: var(--t); }
.peck__nome span {
  display: block;
  font-size: 49.8px;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: 1.1;
}
.peck__nome b {
  display: block;
  font-size: 91.3px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
}
.peck__nome i {
  display: inline-block;
  vertical-align: 19.9px;
  margin-left: 10px;
  padding: 3.3px 14.9px;
  border-radius: 8.3px;
  background: var(--verde-esc);
  font-size: 23.2px;
  font-style: normal;
  font-weight: 700;
}

.peck__esp {
  font-family: var(--t);
  margin-top: 16.6px;
  padding-bottom: 16.6px;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  font-size: 25.7px;
  color: rgba(255, 255, 255, .92);
}

/* Os recortes saíram do PNG original sem canal alpha; o alpha foi reconstruído a
   partir da luminância (ver _build/assets.sh), por isso assentam direto no fundo. */
.peck__assinatura { margin-top: 26px; width: 300px; height: auto; }

/* stats */
.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.stats li {
  padding: 14px 18px;
  border: 1px solid var(--borda);
  border-radius: 16.6px;
  background: rgba(255, 255, 255, .035);
}
.stats img { width: 35px; height: 35px; margin-bottom: 8px; opacity: .95; }
.stats b {
  display: block;
  font-family: var(--t);
  font-size: 39.8px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}
.stats li:last-child b { font-size: 32px; letter-spacing: -.01em; }
.stats span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(255, 255, 255, .72);
  text-transform: uppercase;
  letter-spacing: .02em;
}

/* bio em duas colunas */
.bio {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 44px;
}
.bio li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 11px;
  font-size: 17px;
  line-height: 1.42;
  color: rgba(255, 255, 255, .88);
}
.bio li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3.3px;
  width: 24.9px;
  height: 24.9px;
  border-radius: 50%;
  border: 1.5px solid var(--verde-acento);
  background:
    linear-gradient(45deg, transparent 42%, var(--verde-acento) 42%, var(--verde-acento) 56%, transparent 56%) no-repeat 3px 6px / 6px 3px,
    linear-gradient(-45deg, transparent 46%, var(--verde-acento) 46%, var(--verde-acento) 60%, transparent 60%) no-repeat 5px 2px / 7px 7px;
}

/* prêmios */
.premios {
  margin: 20px 0 0 363px;   /* alinha com a coluna do nome, como no PSD */
  padding: 12px 12px;
  border: 1px solid var(--borda);
  border-radius: 23.2px;
  background: rgba(0, 0, 0, .22);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}
.premios > * + * { border-left: 1px solid var(--borda); }
.premios__t {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 19.9px;
  font-family: var(--t);
  font-size: 24.9px;
  line-height: 1.3;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .95);
}
.premios__t img { width: 50px; height: 50px; filter: sepia(1) saturate(6) hue-rotate(3deg) brightness(1.05); }
.premios__i {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23.2px;
  min-height: 96px;
  padding: 0 19.9px;
}
.premios__i img { width: auto; max-height: 96px; }
.premios__txt {
  font-family: var(--t);
  text-align: center;
  line-height: 1.2;
}
.premios__txt small { display: block; font-size: 21px; letter-spacing: .06em; color: rgba(255,255,255,.85); }
.premios__txt b     { display: block; font-size: 28px; font-weight: 700; margin-top: 5px; }
.premios__txt em    { display: block; font-size: 37px; font-weight: 800; font-style: normal; margin-top: 2px; }
.premios__txt--dir  { text-align: left; font-size: 24px; line-height: 1.35; }

/* ---------------------------- POR QUE PARTICIPAR --------------------------- */

/* No PSD estes blocos não têm cartão nem sombra: ícone à esquerda, texto ao lado,
   direto sobre o fundo claro da seção. */
.motivos {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.motivo {
  display: grid;
  grid-template-columns: 95px 1fr;
  column-gap: 24px;
  align-content: start;
}
.motivo__ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: var(--verde-esc);
}
.motivo__ic img { width: 52px; height: 52px; }
.motivo h3 {
  align-self: center;
  font-family: var(--t);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--texto);
}
.motivo p {
  grid-column: 2;
  margin-top: 26px;
  font-size: 21px;
  line-height: 1.55;
  color: var(--texto-2);
}

/* -------------------------------- BANNER CTA ------------------------------ */

/* No PSD o banner sangra de ponta a ponta, sem cantos arredondados. O fundo é a
   cor sólida medida no arquivo; as pontas gráficas entram como imagem inteira. */
.cta-full { width: 100%; }

.cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 337px;
  padding: 34px 355px 34px 415px;
  background: #002934;
  color: var(--branco);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 34px;
}

/* Decorativos recortados do PNG (sem alpha): `screen` apaga o fundo preto e
   deixa só o grafismo, emendando com o gradiente do banner. */
.cta__esq,
.cta__dir {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 0;
  pointer-events: none;
}
.cta__esq { left: 0; }
.cta__dir { right: 0; }

.cta > :not(.cta__esq):not(.cta__dir) { position: relative; z-index: 1; }

.cta__t {
  font-family: var(--t);
  font-size: 54px;
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -.01em;
}
.cta__t span { color: var(--verde-neon); }

.cta__s {
  margin-top: 22px;
  font-size: 23px;
  line-height: 1.45;
  color: rgba(255, 255, 255, .86);
}

.cta__acao { display: grid; justify-items: center; gap: 34px; }
.btn--cta  { margin: 0; padding: 19px 34px; font-size: 30px; border-radius: 10px; }

.cta__nota {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  font-size: 21px;
  color: rgba(255, 255, 255, .9);
  white-space: nowrap;
}
.cta__nota img { width: 28px; height: 28px; opacity: .95; }

/* =============================== RESPONSIVO ================================
   O desenho nasce em 1920px. Abaixo disso a página encolhe por degraus até o
   celular, onde tudo vira coluna única.
   ========================================================================== */

/* O card da convidada tem colunas fixas no desenho de 1920; abaixo disso elas
   precisam encolher junto, senão as estatísticas e a bio estouram a largura. */
@media (max-width: 1880px) {
  .peck__grid { grid-template-columns: 300px 350px minmax(0, 1fr); gap: 18px; }
  .premios    { margin-left: 318px; }
  .stats b    { font-size: 21px; }
  .stats li:last-child b { font-size: 17px; }
  .stats span { font-size: 13px; }
  .stats li   { padding: 11px 13px; }
  .bio li     { font-size: 15px; }
  .peck__nome span { font-size: 42px; }
  .peck__nome b    { font-size: 78px; }
  .peck__esp  { font-size: 22px; }
}

@media (max-width: 1500px) {
  .peck__grid { grid-template-columns: 250px 290px minmax(0, 1fr); gap: 16px; }
  .premios    { margin-left: 266px; }
  .stats b    { font-size: 19px; }
  .stats li:last-child b { font-size: 15px; }
  .stats span { font-size: 11.5px; }
  .stats img  { width: 26px; height: 26px; }
  .bio li     { font-size: 13.5px; padding-left: 24px; }
  .bio        { gap: 10px 30px; }
  .peck__nome span { font-size: 34px; }
  .peck__nome b    { font-size: 62px; }
  .peck__esp  { font-size: 19px; }
  .peck__assinatura { width: 240px; }
  .premios__t { font-size: 19px; }
  .premios__i { min-height: 76px; }
  .premios__i img { max-height: 68px; }
  .premios__txt small { font-size: 15px; }
  .premios__txt b { font-size: 20px; }
  .premios__txt em { font-size: 26px; }
  .premios__txt--dir { font-size: 17px; }
}

@media (max-width: 1700px) {
  :root { --gut: 40px; }
  .hero__inner { grid-template-columns: 1fr 470px; }
  .hero__title { font-size: 54px; }
  .hero__logo  { width: 540px; }
  .hero__data  { font-size: 34px; }
  .hero__peck  { width: 480px; transform: translateX(-88%); }
  .card-form   { width: 470px; margin-top: 150px; padding: 34px 34px 38px; }
  .titulo-grande { font-size: 50px; }
  .publico li  { font-size: 40px; }
  .publico img { width: 58px; }
  .btn-vaga    { font-size: 29px; padding: 22px 58px; }
  .chip        { font-size: 23px; min-height: 86px; gap: 18px; padding: 12px 22px; }
  .chip img    { width: 42px; height: 42px; }
  .cta__t      { font-size: 50px; }
}

@media (max-width: 1400px) {
  .hero__inner { grid-template-columns: 1fr 430px; column-gap: 30px; min-height: 940px; }
  .hero__title { font-size: 46px; }
  .hero__logo  { width: 460px; }
  .hero__sub   { font-size: 19px; }
  .hero__evento { margin-top: 46px; }
  .hero__data  { font-size: 30px; }
  .hero__canal { font-size: 19px; }
  .hero__yt    { width: 350px; margin-top: 28px; }
  .hero__peck  { width: 420px; transform: translateX(-92%); }
  .card-form   { width: 430px; margin-top: 120px; }
  .card-form__t { font-size: 28px; }
  .field label, .consent label { font-size: 17px; }
  .field input { padding: 16px 20px; }
  .btn         { font-size: 21px; padding: 17px 28px; }

  .secao--publico { padding-top: 90px; }
  .titulo-grande { font-size: 42px; }
  .publico     { gap: 24px 36px; margin-top: 54px; }
  .publico li  { font-size: 33px; gap: 11px; }
  .publico img { width: 48px; }
  .btn-vaga    { font-size: 25px; padding: 19px 46px; margin-top: 56px; }

  .chip        { font-size: 19px; min-height: 74px; gap: 15px; padding: 10px 18px; }
  .chip img    { width: 36px; height: 36px; }
  .chips       { gap: 20px 18px; }

  .titulo      { font-size: 38px; }
  .motivo h3   { font-size: 21px; }
  .motivo p    { font-size: 18px; margin-top: 20px; }
  .motivo__ic  { width: 78px; height: 78px; }
  .motivo__ic img { width: 42px; height: 42px; }
  .motivo      { grid-template-columns: 78px 1fr; column-gap: 20px; }

  .cta         { min-height: 280px; padding-left: 330px; }
  .cta__t      { font-size: 42px; }
  .cta__s      { font-size: 19px; }
  .btn--cta    { font-size: 26px; padding: 18px 32px; }
  .cta__nota   { font-size: 17px; }
}

@media (max-width: 1100px) {
  /* abaixo daqui o hero deixa de ter altura fixa e acompanha o conteúdo */
  .hero        { height: auto; overflow: hidden; }
  .hero__inner { grid-template-columns: 1fr 380px; height: auto; padding-bottom: 30px; }
  .hero__title { font-size: 38px; }
  .hero__logo  { width: 380px; }
  .hero__peck  { width: 340px; transform: translateX(-100%); }
  .card-form   { width: 380px; margin-top: 80px; }

  .chips       { grid-template-columns: repeat(3, 1fr); }
  .chip--sozinho { grid-column: 2; }
  .motivos     { grid-template-columns: repeat(2, 1fr); gap: 34px 26px; }

  .peck__grid  { grid-template-columns: 240px 1fr; }
  .peck__dir   { grid-column: 1 / -1; }
  .peck__nome span { font-size: 36px; }
  .peck__nome b    { font-size: 68px; }
  .stats b     { font-size: 32px; }
  .stats li:last-child b { font-size: 25px; }

  .cta         { grid-template-columns: minmax(0,1fr); row-gap: 26px; padding-left: 270px; }
  .cta__acao   { justify-items: start; }
  .cta__t      { font-size: 34px; }
}

@media (max-width: 840px) {
  :root { --gut: 24px; }

  .hero { padding-bottom: 34px; }
  .hero__inner { grid-template-columns: 1fr; row-gap: 0; }
  .hero__copy  { padding-top: 34px; max-width: none; }
  .hero__logo  { width: 260px; margin-bottom: 18px; }
  .hero__title { font-size: 32px; }
  .hero__title br.qd { display: none; }   /* as quebras do desktop não valem aqui */
  .hero__sub   { margin-top: 18px; font-size: 16px; max-width: none; }
  .hero__evento { margin-top: 30px; }
  .hero__data  { font-size: 26px; }
  .hero__canal { font-size: 16px; margin-top: 8px; }
  .hero__yt    { width: 230px; margin-top: 20px; }

  /* a foto ganha faixa própria, sem sobrepor o texto */
  .hero__peck {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 290px;
    height: auto;
    margin: 26px auto -12px;
  }

  .card-form { width: auto; margin: 0; padding: 22px 20px 26px; border-radius: 16px; }
  .card-form__t { font-size: 24px; margin-bottom: 18px; }
  .field label, .consent label { font-size: 15px; margin-bottom: 5px; }
  .field input { padding: 13px 16px; font-size: 16px; }
  .consent label { font-size: 12.5px; }
  .btn { font-size: 19px; padding: 15px 24px; margin-top: 22px; }

  .secao--publico { padding-top: 54px; }
  .secao--temas   { padding-top: 44px; }
  .secao--peck    { padding-top: 34px; }
  .secao--motivos { padding-top: 44px; padding-bottom: 40px; }
  .secao--cta     { padding: 34px 0 0; }

  .titulo-grande { font-size: 28px; }
  .publico     { margin-top: 30px; gap: 14px 20px; justify-content: flex-start; }
  .publico li  { font-size: 20px; gap: 8px; }
  .publico img { width: 30px; }
  .btn-vaga    { margin-top: 34px; padding: 16px 24px; font-size: 17px; width: 100%; }

  .titulo { font-size: 25px; }

  .chips { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .chip  { font-size: 14px; min-height: 54px; padding: 10px 13px; gap: 10px; border-radius: 10px; }
  .chip img { width: 26px; height: 26px; }
  .chip--sozinho { grid-column: auto; }

  .wrap--peck { width: calc(100% - 48px); }
  .peck       { padding: 22px 18px; border-radius: 14px; margin-top: 0; }
  .peck__kicker { font-size: 15px; margin-bottom: 14px; }
  .peck__grid { grid-template-columns: 1fr; gap: 18px; }
  .peck__esq  { display: flex; justify-content: center; }
  .peck__foto { width: 200px; border-radius: 12px; }
  .peck__id   { text-align: center; padding-top: 0; }
  .peck__badge { font-size: 12px; padding: 4px 14px; }
  .peck__nome span { font-size: 26px; }
  .peck__nome b    { font-size: 46px; }
  .peck__nome i    { font-size: 13px; vertical-align: 10px; }
  .peck__esp  { font-size: 15px; margin-top: 10px; padding-bottom: 10px; }
  .peck__assinatura { margin: 16px auto 0; width: 200px; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .stats li { padding: 10px 12px; border-radius: 10px; }
  .stats img { width: 22px; height: 22px; margin-bottom: 5px; }
  .stats b { font-size: 24px; }
  .stats li:last-child b { font-size: 19px; }
  .stats span { font-size: 11.5px; }
  .bio   { grid-template-columns: 1fr; gap: 0; margin-top: 16px; }
  .bio li { font-size: 12.5px; padding-left: 21px; margin-bottom: 9px; }
  .bio li::before { width: 15px; height: 15px; }

  .premios { margin-left: 0; grid-template-columns: 1fr 1fr; row-gap: 4px; padding: 10px 8px; border-radius: 12px; }
  .premios > * + * { border-left: 0; }
  .premios > :nth-child(n+3) { border-top: 1px solid var(--borda); padding-top: 12px; }
  .premios__t { justify-content: flex-start; padding: 6px 8px; font-size: 13px; }
  .premios__t img { width: 26px; height: 26px; }
  .premios__i { min-height: 64px; }
  .premios__i img { max-height: 56px; }
  .premios__txt small { font-size: 11px; }
  .premios__txt b { font-size: 15px; }
  .premios__txt em { font-size: 20px; }
  .premios__txt--dir { font-size: 13px; }

  .motivos { grid-template-columns: 1fr; gap: 22px; margin-top: 26px; }
  .motivo  { grid-template-columns: 54px 1fr; column-gap: 14px; }
  .motivo__ic { width: 54px; height: 54px; }
  .motivo__ic img { width: 30px; height: 30px; }
  .motivo h3 { font-size: 16px; }
  .motivo p  { font-size: 14px; margin-top: 12px; }

  .cta {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    min-height: 0;
    padding: 34px 22px 32px;
    row-gap: 20px;
  }
  .cta__t      { font-size: 26px; }
  .cta__s      { font-size: 14px; margin-top: 12px; }
  .cta__s br   { display: none; }
  .cta__acao   { grid-column: auto; justify-items: center; gap: 18px; }
  .btn--cta    { font-size: 18px; padding: 14px 26px; }
  .cta__nota   { font-size: 13px; white-space: normal; justify-content: center; }
  .cta__esq, .cta__dir { opacity: .32; }
}

@media (max-width: 420px) {
  .hero__title { font-size: 28px; }
  .titulo-grande { font-size: 25px; }
  .publico li  { font-size: 18px; }
  .chip   { font-size: 12.5px; padding: 9px 10px; gap: 8px; }
  .chip img { width: 21px; height: 21px; }
  .stats  { grid-template-columns: 1fr 1fr; }
  .premios { grid-template-columns: 1fr; }
  .premios > :nth-child(n+2) { border-top: 1px solid var(--borda); padding-top: 12px; }
}

@media (max-width: 340px) {
  .chips { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}

