/* ============================================================
   COMPONENTES
   Cards, método, professor, oferta, FAQ, CTA e rodapé.
============================================================ */

/* ---------- BENEFÍCIOS ---------- */

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.benefit-card {
  background: #fff;
  border: 1px solid rgba(1, 37, 87, 0.08);
  border-radius: var(--radius);
  padding: 30px 26px;
  box-shadow: 0 12px 30px -20px rgba(1, 37, 87, 0.25);
  transition:
    transform 0.3s cubic-bezier(0.16, 0.84, 0.44, 1),
    box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px -22px rgba(1, 37, 87, 0.35);
}

.benefit-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--navy-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.benefit-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--gold);
}

.benefit-card h3 {
  font-size: 18.5px;
  margin-bottom: 8px;
  color: var(--navy-deep);
}

.benefit-card p {
  font-size: 15px;
  color: #48506b;
}

/* ---------- MÉTODO / ESCALAÇÃO ---------- */

.lineup {
  background: linear-gradient(
    180deg,
    var(--navy-deep),
    #01193e 55%,
    var(--navy-deep)
  );
  color: var(--white);
  padding: 110px 0 100px;
}

.lineup-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: center;
}

.lineup-title {
  color: #fff;
  font-size: clamp(26px, 3.2vw, 36px);
  margin: 16px 0 18px;
}

.lineup-intro {
  color: var(--muted);
  font-size: 16px;
  margin-bottom: 30px;
}

.pitch {
  position: relative;
  aspect-ratio: 2 / 2.6;
  border: 2px solid rgba(230, 230, 230, 0.35);
  border-radius: 18px;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(230, 230, 230, 0.05) 0 1px,
      transparent 1px 64px
    ),
    linear-gradient(180deg, #0a2e63, #04173a);
  overflow: hidden;
}

.pitch::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(230, 230, 230, 0.3);
  transform: translateX(-50%);
}

.pitch::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border: 2px solid rgba(230, 230, 230, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.pos {
  position: absolute;
  width: 56px;
  height: 56px;
  background: var(--gold);
  color: var(--navy-deep);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 20px;
  box-shadow: 0 8px 18px -6px rgba(0, 0, 0, 0.5);
  border: 3px solid #fff2;
  cursor: default;
}

.pos span {
  position: absolute;
  top: -9999px;
}

.pos.p1 {
  left: 50%;
  top: 88%;
  transform: translate(-50%, -50%);
}

.pos.p2 {
  left: 22%;
  top: 66%;
  transform: translate(-50%, -50%);
}

.pos.p3 {
  left: 78%;
  top: 66%;
  transform: translate(-50%, -50%);
}

.pos.p4 {
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}

.pos.p5 {
  left: 50%;
  top: 14%;
  transform: translate(-50%, -50%);
}

.lineup-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lineup-item {
  display: flex;
  gap: 18px;
  background: rgba(230, 230, 230, 0.05);
  border: 1px solid rgba(230, 230, 230, 0.12);
  border-radius: var(--radius);
  padding: 20px 22px;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.lineup-item:hover {
  transform: translateX(6px);
  background: rgba(230, 230, 230, 0.09);
}

.lineup-item .badge {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy-deep);
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lineup-item h4 {
  font-size: 16.5px;
  color: var(--white);
  margin-bottom: 4px;
  font-family: var(--font-display);
}

.lineup-item .role {
  font-family: var(--font-mono);
  text-transform: none;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 6px;
  display: block;
}

.lineup-item p {
  font-size: 14.5px;
  color: var(--muted);
}

/* ---------- PROFESSOR ---------- */

.professor-figma {
  background: var(--paper);
  overflow: hidden;
}

.professor-figma-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 48px;
  align-items: start;
}

.professor-figma-text {
  padding-top: clamp(0px, 2vw, 18px);
}

.professor-figma-text h2 {
  font-size: clamp(24px, 2.6vw, 32px);
  text-align: left;
  margin: 16px 0 22px;
}

.professor-figma-text p {
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--navy-deep);
  text-align: justify;
  margin-bottom: 16px;
}

.credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.credentials span {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(1, 37, 87, 0.12);
  background: #fff;
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--navy-deep);
  font-size: 13px;
}

.professor-figma-visual {
  position: relative;
  width: 100%;
  max-width: 440px;
  aspect-ratio: 4 / 4.85;
  margin: 0 auto;
}

.professor-square.square-top {
  position: absolute;
  width: 54%;
  aspect-ratio: 1 / 1;
  top: 6%;
  right: 22%;
  background: var(--figma-orange);
  border-radius: 22%;
  z-index: 1;
}

.professor-square.square-bottom {
  position: absolute;
  width: 66%;
  aspect-ratio: 1 / 1;
  bottom: -3%;
  right: -2%;
  background: var(--figma-orange);
  border-radius: 22%;
  z-index: 1;
}

.professor-photo-img {
  position: relative;
  z-index: 2;
  top: 2%;
  right: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
  box-shadow: 0 24px 50px -20px rgba(1, 37, 87, 0.35);
}

/* ---------- PARA QUEM É / NÃO É ---------- */

.audience-section {
  background: var(--white);
}

.cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.ref-card {
  border-radius: var(--radius-lg);
  padding: 34px 30px;
  color: #fff;
}

.ref-card.yellow {
  background: linear-gradient(160deg, #127e20, #0b8913);
  color: var(--ink);
}

.ref-card.red {
  background: linear-gradient(160deg, #e05555, #a92626);
}

.ref-card .card-icon {
  width: 34px;
  height: 46px;
  border-radius: 5px;
  margin-bottom: 18px;
}

.ref-card.yellow .card-icon {
  background: #fff9e0;
  border: 2px solid #edeae4;
}

.ref-card.red .card-icon {
  background: #ffe4e4;
  border: 2px solid #7a1d1d;
}

.ref-card h3 {
  font-family: var(--font-display);
  font-size: 21px;
  margin-bottom: 16px;
  color: inherit;
}

.ref-card.yellow h3 {
  color: #e5e4e2;
}

.ref-card ul li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.5;
}

.ref-card ul li::before {
  content: "●";
  font-size: 8px;
  margin-top: 7px;
  opacity: 0.7;
}

/* ---------- DEPOIMENTOS ---------- */

.testi-note {
  font-size: 13px;
  color: #7a8296;
  margin-bottom: 36px;
  background: #fff;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px dashed #c9cfe0;
}

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.testi-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 24px;
  border: 1px solid rgba(1, 37, 87, 0.08);
  box-shadow: 0 12px 30px -22px rgba(1, 37, 87, 0.3);
  transition:
    transform 0.3s cubic-bezier(0.16, 0.84, 0.44, 1),
    box-shadow 0.3s ease;
}

.testi-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px -22px rgba(1, 37, 87, 0.35);
}

.testi-card .stars {
  color: var(--gold);
  font-size: 15px;
  margin-bottom: 14px;
  letter-spacing: 2px;
}

.testi-card p {
  font-size: 15px;
  color: #333c55;
  margin-bottom: 18px;
}

.testi-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--navy-deep);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 14px;
  overflow: hidden; /* recorta a foto no formato circular */
  flex: 0 0 auto;
}

.testi-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testi-person .who b {
  display: block;
  font-size: 14px;
  color: var(--navy-deep);
}

.testi-person .who span {
  font-size: 12.5px;
  color: #7a8296;
}

/* ---------- OFERTA ---------- */

.offer {
  background: linear-gradient(160deg, var(--navy-mid), var(--navy-deep));
  color: #b61164;
}

.offer-head {
  margin: 0 auto 44px;
  text-align: center;
  max-width: 600px;
}

.offer-head h2 {
  color: #fff;
}

.offer-head p {
  color: var(--muted);
}

.offer-card {
  max-width: 560px;
  margin: 0 auto;
  background: rgba(230, 230, 230, 0.06);
  border: 1px solid rgba(230, 230, 230, 0.2);
  border-radius: var(--radius-lg);
  padding: 44px 40px;
  text-align: center;
}

.offer-card .tag {
  display: inline-block;
  background: var(--gold);
  color: var(--navy-deep);
  font-family: var(--font-mono);
  text-transform: none;
  letter-spacing: 0.08em;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  font-weight: 700;
}

.offer-price {
  font-family: var(--font-mono);
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  margin: 6px 0 2px;
}
.offer-price__centavos {
  font-size: 0.5em;        /* fica com metade do tamanho do resto do preço */
  vertical-align: super;    /* levanta o texto, como um número elevado */
  font-weight: 700;         /* mantém o negrito, se o preço já for negrito */
}
.offer-price small {
  font-size: 16px;
  color: var(--muted);
  font-family: var(--font-body);
  font-weight: 500;
}

.offer-sub {
  font-size: 13.5px;
  color: var(--muted);
  margin-bottom: 26px;
}

.offer-list {
  text-align: left;
  margin: 0 auto 30px;
  max-width: 400px;
}

.offer-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 13px;
  font-size: 15px;
  color: #e9ecf6;
}

.offer-list li b {
  color: var(--gold);
  flex: 0 0 auto;
}

.offer-card .btn {
  width: 100%;
  justify-content: center;
  font-size: 16px;
  padding: 18px;
}

/* ---------- GARANTIA ---------- */
/* Mantido porque fazia parte do CSS original, embora não haja
   um bloco .guarantee no HTML fornecido. */

.guarantee {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 40px;
  border: 1px solid rgba(1, 37, 87, 0.1);
  box-shadow: 0 14px 40px -26px rgba(1, 37, 87, 0.4);
}

.guarantee .seal {
  flex: 0 0 auto;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: var(--navy-deep);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  line-height: 1.3;
  border: 3px dashed var(--gold);
}

.guarantee h3 {
  font-size: 19px;
  margin-bottom: 6px;
}

.guarantee p {
  font-size: 15px;
  color: #48506b;
}

/* ---------- FAQ ---------- */

.faq-section {
  background: var(--white);
}

.faq-list {
  max-width: 760px;
}

.faq-item {
  border-bottom: 1px solid rgba(1, 37, 87, 0.12);
}

.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  padding: 22px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-family: var(--font-display);
  font-size: 16.5px;
  font-weight: 600;
  color: var(--navy-deep);
}

.faq-q .plus {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid var(--navy-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.faq-item.open .faq-q .plus {
  transform: rotate(135deg);
  background: var(--navy-deep);
  color: #fff;
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-a p {
  padding: 0 30px 22px 4px;
  font-size: 15px;
  color: #48506b;
}

/* ---------- CTA FINAL ---------- */

.final-cta {
  background:
    radial-gradient(
      ellipse 700px 400px at 80% 0%,
      rgba(238, 166, 44, 0.18),
      transparent 60%
    ),
    linear-gradient(180deg, #011a3d, var(--navy-deep));
  color: #fff;
  text-align: center;
  padding: 110px 0;
}

.final-cta h2 {
  color: #fff;
  font-size: clamp(30px, 4vw, 44px);
  max-width: 720px;
  margin: 16px auto 20px;
}

.final-cta p {
  color: var(--muted);
  font-size: 17px;
  max-width: 560px;
  margin: 0 auto 34px;
}

.final-cta .btn-primary {
  animation: ctaGlow 2.8s ease-in-out infinite;
}

@keyframes ctaGlow {
  0%,
  100% {
    box-shadow: 0 10px 24px -8px rgba(156, 76, 10, 0.55);
  }

  50% {
    box-shadow: 0 10px 32px -6px rgba(235, 64, 17, 0.85);
  }
}

/* ---------- FOOTER ---------- */

footer {
  background: #011a3d;
  color: var(--muted);
  padding: 50px 0 30px;
  font-size: 13.5px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(230, 230, 230, 0.1);
}

.footer-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-nav a {
  color: var(--muted);
  transition: color 0.15s ease;
}

.footer-nav a:hover {
  color: var(--white);
}

footer .bottom {
  padding-top: 22px;
  text-align: center;
  font-size: 12.5px;
  color: #6f7ba0;
}
/* --------------------------------------------------------------
   FAIXA DE PALAVRAS EM LOOP (marquee)
   -------------------------------------------------------------- */
.marquee {
  overflow: hidden;
  width: 100%;
  background: var(--navy-deep);
  padding: 22px 0;
}

.marquee__trilho {
  display: flex;
  align-items: center;
  width: max-content;
  animation: rolar-palavras 18s linear infinite;
}
.marquee__item {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.06em;
  color: var(--white);   /* trocado de --off-white para --white */
  white-space: nowrap;
  padding: 0 20px;
}

.marquee__ponto {
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
}

/* A "receita" da animação: começa parado (0%) e termina
   tendo empurrado o trilho 50% para a esquerda (100%).
   Como as palavras estão duplicadas no HTML (grupo 1 e 2
   iguais), ao chegar em -50% a tela mostra de novo
   exatamente o que mostrava no início — parece um loop
   sem fim. */
@keyframes rolar-palavras {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}