/* =============================================
   TITANIUM - Dr. Euro Junior | styles.css
   ============================================= */

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Montserrat", sans-serif; background: #000; color: #fff; }
a { color: inherit; }

.hl { color: #e05a20; font-weight: 700; }

.btn-green {
  display: inline-block; background: #1db954; color: #fff;
  font-size: 14px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.06em; padding: 18px 36px; border: 2px solid #22dd60;
  border-radius: 4px; text-decoration: none; cursor: pointer;
  box-shadow: 0 0 18px rgba(30,185,84,0.5);
}
.btn-green-lg {
  display: inline-block; background: #1db954; color: #fff;
  font-size: 15px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.04em; padding: 22px 40px; border-radius: 6px;
  text-decoration: none; cursor: pointer; flex: 1;
  max-width: 560px; min-width: 260px;
}
.banner-bonus {
  background: #f5f5f5; border-radius: 8px; padding: 20px 36px;
  max-width: 720px; margin: 0 auto; color: #222; font-size: 16px; text-align: center;
}

/* HERO */
.hero {
  background-image: url(../img/1.webp);
  background-size: cover; background-position: center top;
  min-height: 750px; display: flex; align-items: center; position: relative;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(80,0,0,0.78) 0%, rgba(80,0,0,0.45) 50%, rgba(0,0,0,0.1) 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 800px; padding: 80px 60px; }
.hero-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 0.18em; color: #e05a20; text-transform: uppercase; margin-bottom: 18px; }
.hero-title { font-size: 50px; font-weight: 900; line-height: 1.05; color: #fff; text-transform: uppercase; margin-bottom: 24px; }
.hero-desc { font-size: 18px; color: #fff; margin-bottom: 36px; line-height: 1.65; }

/* RESULTADOS */
.resultados {
  background-image: url(../img/2.webp);
  background-size: cover; background-position: right;
  min-height: 840px; display: flex; flex-direction: column;
  align-items: center; justify-content: flex-start; padding: 60px 20px; text-align: center;
}
.resultados-title { font-size: 40px; font-weight: 900; color: #fff; text-transform: uppercase; margin-bottom: 8px; }
.resultados-sub { font-size: 13px; font-weight: 600; letter-spacing: 0.22em; color: #e05a20; text-transform: uppercase; margin-bottom: 36px; }
.video-container { width: 100%; max-width: 680px; margin-bottom: 36px; }
.video-wrapper { position: relative; padding-top: 56.25%; background: #111; cursor: pointer; }
.video-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(0,0,0,0.5); }
.video-text { font-size: 80px; font-weight: 900; color: #fff; text-align: center; line-height: 0.9; margin-bottom: 24px; }
.yt-play { width: 68px; height: 48px; background: #ff0000; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.yt-play::after { content: ""; border-left: 22px solid #fff; border-top: 14px solid transparent; border-bottom: 14px solid transparent; margin-left: 5px; }
.yt-label { background: rgba(0,0,0,0.5); color: #fff; font-size: 13px; padding: 6px 14px; border-radius: 3px; margin-top: 16px; }

/* PILARES */
.pilares {
  background-image: url(../img/euro-junior.png.webp);
  background-size: cover; background-position: center;
  padding: 70px 40px; text-align: center; border-top: 3px solid #e05a20;
}
.pilares-title { font-size: 26px; font-weight: 900; color: #fff; text-transform: uppercase; margin-bottom: 40px; }
.pilares-title em { color: #e05a20; font-style: italic; }
.pilares-grid { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; max-width: 1100px; margin: 0 auto 40px; }
.pilar-card { background: rgba(0,0,0,0.78); border: 2px solid #e05a20; border-radius: 6px; padding: 34px 26px; flex: 1; min-width: 270px; max-width: 330px; text-align: left; }
.pilar-card-title { font-size: 20px; font-weight: 900; font-style: italic; color: #fff; margin-bottom: 8px; }
.pilar-card-subtitle { font-size: 15px; font-weight: 700; font-style: italic; color: #e05a20; margin-bottom: 10px; }
.pilar-card-text { font-size: 14px; font-style: italic; color: #ccc; line-height: 1.65; }

/* CAOS */
.caos { background: linear-gradient(160deg, #6b0000 0%, #3d0000 35%, #1a0000 100%); padding: 70px 40px; text-align: center; }
.caos-eyebrow { font-size: 16px; font-style: italic; font-weight: 500; color: #fff; letter-spacing: 0.12em; margin-bottom: 8px; }
.caos-title { font-size: 40px; font-weight: 900; font-style: italic; color: #fff; text-transform: uppercase; margin-bottom: 12px; }
.caos-sub { font-size: 17px; font-style: italic; font-weight: 700; color: #fff; margin-bottom: 36px; }
.caos-box { background: rgba(0,0,0,0.55); border: 2px solid #e05a20; border-radius: 8px; padding: 34px 40px; max-width: 850px; margin: 0 auto 30px; text-align: left; }
.caos-box-title { font-size: 20px; font-weight: 800; font-style: italic; color: #fff; text-align: center; margin-bottom: 26px; }
.caos-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; }
.caos-x { font-size: 26px; font-weight: 900; color: #cc2222; flex-shrink: 0; }
.caos-item-text { font-size: 17px; color: #fff; line-height: 1.5; }
.caos-footer-text { font-size: 15px; color: #e0e0e0; margin-bottom: 10px; }
.caos-cta-text { font-size: 19px; font-weight: 700; font-style: italic; color: #fff; margin-bottom: 30px; }

/* AGENDAMENTO */
.agendamento { background: #fff; padding: 60px 40px; text-align: center; }
.agendamento-title { font-size: 21px; font-weight: 700; color: #e05a20; margin-bottom: 8px; }
.agendamento-sub { font-size: 17px; color: #555; margin-bottom: 32px; }
.btns-row { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-bottom: 36px; }

/* =============================================
   BIO — Desktop
   ============================================= */
.bio {
  background: linear-gradient(135deg, #1a0000 0%, #2d0808 40%, #3d0000 100%);
  padding: 70px 60px 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  overflow: hidden;
}
.bio-content {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 70px;
}
.bio-name {
  font-size: 38px;
  font-weight: 900;
  font-style: italic;
  color: #e05a20;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.bio-text {
  font-size: 15px;
  color: #eee;
  line-height: 1.75;
  margin-bottom: 12px;
}
.bio-btn { margin-top: 28px; }
.bio-image {
  flex-shrink: 0;
  width: 45%;
  max-width: 580px;
  align-self: flex-start;
  margin-top: -70px;
}
.bio-image img {
  width: 100%;
  display: block;
  object-fit: contain;
  object-position: top;
}

/* =============================================
   BIO — Tablet (≤ 900px)
   ============================================= */
@media (max-width: 900px) {
  .bio {
    gap: 40px;
    padding: 60px 32px 0 32px;
  }
  .bio-name { font-size: 30px; }
  .bio-text  { font-size: 14px; }
}

/* =============================================
   BIO — Mobile (≤ 640px)
   ============================================= */
@media (max-width: 640px) {
  .bio {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 0;
    overflow: hidden;
  }

  /* Foto vem PRIMEIRO no topo */
  .bio-image {
    order: -1;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    align-self: stretch;
    max-height: 380px;
    overflow: hidden;
  }

  .bio-image img {
    width: 100%;
    height: 100%;
    max-height: 380px;
    object-fit: cover;
    object-position: top center;
    /* desvanecer foto para baixo */
    mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  }

  /* Texto abaixo da foto */
  .bio-content {
    flex: unset;
    width: 100%;
    padding: 24px 20px 48px;
  }

  .bio-name {
    font-size: 28px;
    margin-bottom: 16px;
    text-align: center;
  }

  .bio-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .bio-btn {
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }
}

/* =============================================
   RESPONSIVO GERAL — outras seções (≤ 640px)
   ============================================= */
@media (max-width: 640px) {
  .hero { min-height: unset; }
  .hero-content { padding: 60px 20px 50px; }
  .hero-title   { font-size: 32px; }
  .hero-desc    { font-size: 15px; }

  .resultados { padding: 40px 16px; min-height: unset; }
  .resultados-title { font-size: 26px; }

  .pilares { padding: 50px 16px; }
  .pilares-title { font-size: 20px; }

  .caos { padding: 50px 16px; }
  .caos-title { font-size: 26px; }
  .caos-box   { padding: 24px 20px; }

  .agendamento { padding: 40px 16px; }
  .btns-row    { flex-direction: column; align-items: center; }
  .btn-green-lg { max-width: 100%; width: 100%; text-align: center; }
}

/* FOOTER */
.footer { background: #111; padding: 24px 40px; text-align: center; font-size: 12px; color: #aaa; line-height: 1.8; }