/* =========================
   variáveis de cor
   ========================= */
:root {
  --azul: #036fe7;
  --amarelo: #ffc72c;
  --marinho: #0e1b3d;
}

/* =========================
   reset básico
   ========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* =========================
   base tipográfica
   ========================= */
body {
  background: var(--azul);
  color: #ffffff;
  font-family: "indivisible", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: gotham, sans-serif;
  font-weight: 800;
  margin: 0;
}

p, li, a, button {
  font-family: "indivisible", sans-serif;
  font-weight: 400;
}

a:focus {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

/* =========================
   grid container (foundation)
   ========================= */
.grid-container {
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}

/* =========================
   hero (header)
   ========================= */
.hero {
  position: relative;
  padding: clamp(32px, 4vw, 48px) 0 ;
  background: var(--azul) url("../img/bg-hero.jpg") center / cover no-repeat;
  overflow: hidden;
}

.hero__content {
  margin-top: 8px;
}

.hero__logo {
  margin-bottom: 40px;
}

.hero__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.hero__title {
  font-size: clamp(28px, 4.6vw, 56px);
  line-height: 1;
  margin: 12px 0 24px;
}

.hero__title-emph {
  color: var(--amarelo);
}

.hero__subtitle {
  max-width: 46ch;
  margin-bottom: 36px;
}

.botao--destaque {
  background: var(--amarelo);
  color: var(--marinho);
  font-family: "indivisible", sans-serif;
  font-weight: 600;
  border: none;
  padding: 16px 56px;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  transition: background-color 0.25s ease, color 0.25s ease;
  display: inline-block;
  text-decoration: none;
}

.botao--destaque:hover {
  background: var(--marinho);
  color: var(--amarelo);
}

.hero__media {
  display: grid;
  place-items: center;
  min-height: 260px;
  margin-top: 24px;
}

.hero__image {
    width:  min(600px, 95%);
    height: auto;
    filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.25));
    position: relative;
    bottom: -48px;
}

/* =========================
   tarja: 3 tópicos
   ========================= */
.tarja-passos {
  background: var(--marinho);
  color: #ffffff;
  padding: 22px 0;
}

.passo {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  column-gap: 14px;
  padding: 12px 0;
}

.passo__numero {
  font-family: gotham, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1;
}

.passo__titulo {
  margin: -2px 0 6px;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.15;
  position: relative;
  padding-bottom: 4px;
}

.passo__titulo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: var(--amarelo);
}

.passo__desc {
  margin: 0;
  opacity: 0.9;
  font-size: 0.95rem;
  max-width: 14em;
}

/* =========================
   seção: sobre o programa
   ========================= */
.sec-sobre {
  background: var(--azul);
  color: #ffffff;
  padding: clamp(40px, 6vw, 80px) 0;
}

.sobre__topo {
  position: relative;
}

.sobre__divisor {
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sobre__media {
  display: grid;
  place-items: end start;
  min-height: 280px;
}

.sobre__image {
  width: min(520px, 100%);
  height: auto;
}

.sobre__titulo {
  font-family: gotham, sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3.6vw, 44px);
  line-height: 1.15;
  margin: 0 0 14px;
}

.sobre__titulo-emph {
  color: var(--amarelo);
}

.sobre__texto {
  max-width: 56ch;
  margin: 0 0 20px;
}

.sobre__destaque {
  color: var(--amarelo);
  font-weight: 600;
}

.sobre__icones {
  margin-top: clamp(24px, 4vw, 40px);
}

.sobre__item {
  text-align: center;
  padding: 18px 10px;
}

.sobre__icon {
  width: 60px;
  height: auto;
  margin: 0 auto 10px;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

.sobre__item-titulo {
  font-size: 1rem;
  margin: 4px 0 6px;
  position: relative;
  padding-bottom: 4px;
}

.sobre__item-titulo::after {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--amarelo);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.sobre__item-desc {
  margin: 0;
  opacity: 0.9;
  font-size: 0.95rem;
  max-width: 26ch;
  margin-left: auto;
  margin-right: auto;
}

/* =========================
   seção: conta pronta + cartão
   ========================= */

.sec-conta {
  background: var(--azul);
  padding: clamp(36px, 5vw, 64px) 0;
}

.conta__faixa {
  background: var(--marinho);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 20px 0;          /* faixa mais fina */
  position: relative;
}

.conta__faixa .grid-container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.conta__titulo {
  font-family: gotham, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.1;
  margin: 0 0 8px;          /* margens menores ajudam a “afinar” */
  color: #ffffff;
}

.conta__titulo-strong { color: #ffffff; }
.conta__titulo-emph { color: var(--amarelo); }

.conta__texto {
  max-width: 54ch;
  margin: 0;
  opacity: 0.95;
  color: #dfe6f5;
}

.conta__cta { margin-top: 14px; }

/* imagem fora do fluxo para não aumentar a altura da faixa */
.conta__media {
  position: relative;
  height: 0;                /* retira a altura do bloco da coluna */
}

.conta__image {
  position: absolute;       /* fora do fluxo */
  right: 0;
  top: -270px;              /* valor que você definiu */
  max-width: min(640px, 100%);
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 32px rgba(0, 0, 0, 0.25));
}

/* ===== Depoimentos ===== */
.sec-depoimentos {
  background: var(--azul);
  padding: clamp(40px, 6vw, 80px) 0;
}

.depo__titulo {
  text-align: center;
  font-family: gotham, sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.15;
  margin: 0 0 60px; /* aumentado para não colar nos cards */
}

.depo__titulo-emph {
  color: var(--amarelo);
}

.depo__lista {
  margin-top: 0;
  padding-top: 75px; /* espaço para o avatar sem invadir o título */
}

.depo__card {
  position: relative;
  background: #ffffff;
  padding: 100px 20px 30px;
  text-align: left; /* mantém o texto e autor alinhados à esquerda */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border-bottom: 6px solid #ffcc00; /* faixa amarela inferior */
}

/* barra amarela na base do card */
.depo__card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 8px;
  background: var(--amarelo);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* avatar */
.depo__avatar {
  position: absolute;
  top: -75px; /* altura negativa para sobrepor */
  left: 50%;
  transform: translateX(-50%);
  width: 146px;
  height: 149px;
  z-index: 2;
}

.depo__avatar img {
  width: 146px;
  height: 149px;
  object-fit: cover;
  display: block;
}

.depo__texto {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.depo__autor {
  text-align: left;	
  margin: 0;
  font-weight: 600;
  font-style: italic;
  color: var(--marinho);
}

.depo__cta {
  margin-top: clamp(16px, 3vw, 28px);
}

/* --- Seção Formulário --- */
.sec-form {
  background: var(--marinho);
  padding: clamp(48px, 8vw, 120px) 0;
  color: #ffffff;
}

.form__titulo {
  text-align: center;
  font-family: gotham, sans-serif;
  font-weight: 800;
  font-size: clamp(26px, 3.6vw, 44px);
  line-height: 1.15;
  margin: 0 0 10px;
}

.form__titulo-emph { color: var(--amarelo); }

.form__legend {
  text-align: center;
  font-size: 14px;
  opacity: .9;
  margin: 10px 0 18px;
}

.form__wrap { max-width: 420px; margin: 0 auto; }
.form__group { margin-bottom: 14px; }

.form__wrap input {
  width: 100%;
  height: 44px;
  padding: 0 18px;
  border: none;
  border-radius: 999px;
  background: #ffffff;
  color: #0b1a3a;
  font-size: 14px;
  outline: none;
}

.form__wrap input::placeholder { color: #8a8f9a; }

.form__cta {
  width: 100%;
  border-radius: 999px;
  padding: 14px 20px;
  background: var(--amarelo);
  color: var(--marinho);
  font-family: "indivisible", sans-serif;
  font-weight: 600;
  box-shadow: 0 8px 22px rgba(0,0,0,.18);
  transition: background-color .25s ease, color .25s ease, transform .06s ease;
}
.form__cta:hover { background: #f0ba1c; color: var(--marinho); }
.form__cta:active { transform: translateY(1px); }

/* --- Footer apenas com a logo --- */
.site-footer {
  background: var(--marinho);
  padding: clamp(28px, 5vw, 56px) 0;
}

.footer__logo {
  display: grid;
  place-items: center;
  opacity: .95;
  padding: 30px 80px;
}
footer a{
	display: block;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}

/* =========================================================
   media queries (ordenadas do menor para o maior breakpoint)
   ========================================================= */

/* até 639px (mobile) */
@media (max-width: 639px) {
  .tarja-passos .cell + .cell {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .sobre__media {
    place-items: center;
    margin-bottom: 16px;
  }
  .botao--destaque {
    width: 100%;
    display: block;
	text-align: center;
  }
  .conta__image {
    top: -140px;
  }
	
.sec-depoimentos .depo__card {
  padding: 56px 20px 24px;
	margin-bottom: 50px;
}	
	
.sec-depoimentos .depo__avatar {
  top: -26px;
  width: 76px;
  height: 76px;
}

.sec-depoimentos .depo__avatar img {
  width: 76px;
  height: 76px;
}	
	
  .form__wrap { max-width: 360px; }
  .form__legend { font-size: 13px; }	
}
.depo__titulo{
	margin: 0;
}

/* a partir de 640px (tablet e acima) */
@media (min-width: 640px) {
  .hero__media {
    margin-top: 0;
    min-height: 360px;
  }
	
.form__wrap { max-width: 480px; }	
}
