:root {
  --smart-green-1: #0cc18a;
  --smart-green-2: #116f52;
  --indigo-700: #352e9b; /* título/heading roxo */
  --indigo-600: #4b3fae; /* borda vertical */
}

/* FONTES */

h1,
h2,
h3,
h4,
h5 {
  font-family: "Titillium Web";
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
  font-weight: 700;
}

p,
li {
  font-family: "Inter";
}

.text-indigo-700 {
  color: var(--indigo-700) !important;
}

.hero {
  min-height: 420px;
  border-radius: 24px;
}
.hero-img {
  object-fit: cover;
  min-height: 420px;
}

.bg-purple {
  background-color: #121035;
  width: 100%;
}

.hero-overlay {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-content {
  top: 50%;
  transform: translateY(-50%);
  left: clamp(16px, 6vw, 80px);
  right: clamp(16px, 6vw, 80px);
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(16px, 3vw, 32px);
  z-index: 2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  overflow-wrap: anywhere;
}

.zap-top {
  position: absolute;
  top: 25%;
  right: 35%;
  width: clamp(72px, 10vw, 160px);
  height: auto;
  display: block;
  pointer-events: none;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
  z-index: 3;
}

.btn-cta {
  background: linear-gradient(
    180deg,
    var(--smart-cta-start),
    var(--smart-cta-end)
  );
  border: 0;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.btn-cta:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.hero .display-5 {
  font-weight: 800;
}
.hero .lead {
  font-weight: 400;
}

.hero {
  min-height: 520px;
  border-radius: 24px;
}
.hero-img {
  object-fit: cover;
  min-height: 520px;
}
.hero-overlay {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-content {
  top: 50%;
  transform: translateY(-50%);
  right: clamp(24px, 6vw, 96px);
  left: auto; /* desktop */
  max-width: min(560px, 48vw);
  z-index: 2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.zap-top {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 120px;
  height: auto;
  display: block;
  z-index: 3;
  pointer-events: none;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.25));
}

.ul-roxo {
  text-decoration-line: underline;
  text-decoration-color: #352e9b;
  text-decoration-thickness: 0.18em;
  text-underline-offset: 0.12em;
}

.ul-verde {
  text-decoration-line: underline;
  text-decoration-color: #0cc18a;
  text-decoration-thickness: 0.18em;
  text-underline-offset: 0.12em;
}

/* CTA */
.btn-cta {
  background: linear-gradient(180deg, #4f23ff, #2b0ec9);
  border: 0;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.btn-cta:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

@media (max-width: 576px) {
  .hero {
    min-height: 440px;
  }
  .hero-img {
    min-height: 440px;
  }

  .hero-content {
    left: 16px;
    right: 16px;
    max-width: none;
    top: 56%;
    transform: translateY(-50%);
  }

  .zap-top {
    width: 72px;
    top: 12px;
    right: 12px;
  }
}

@media (max-width: 576px) {
  .hero {
    min-height: 640px;
  }
  .hero-img {
    min-height: 640px;
    object-position: left center;
  }

  .hero-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.9rem;

    transform: translateY(-90px);
    padding: 0 16px 2.8rem;
    max-width: none;
  }

  .hero-title-block {
    position: relative;
    width: max-content;
  }

  .hero-title-icon {
    position: absolute;
    top: 10%;
    left: 30%;
    transform: translate(50%, -30%);
    width: 64px;
    height: auto;
    pointer-events: none;
  }

  .hero .display-5 {
    font-size: clamp(1.6rem, 5.4vw, 2rem);
    line-height: 1.16;
  }
  .hero .lead {
    font-size: clamp(1rem, 3.8vw, 1.08rem);
    line-height: 1.45;
    margin: 0;
  }

  .btn-cta {
    width: 100%;
    max-width: 26rem;
    padding: 0.9rem 1rem;
    white-space: normal;
    text-wrap: balance;
    line-height: 1.2;
  }

  .bg-purple .hero .hero-content h1.display-5 {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7), 0 3px 10px rgba(0, 0, 0, 0.65),
      0 10px 22px rgba(0, 0, 0, 0.55), 1px 0 0 rgba(0, 0, 0, 0.35),
      -1px 0 0 rgba(0, 0, 0, 0.35), 0 -1px 0 rgba(0, 0, 0, 0.35);
  }

  .bg-purple .hero .hero-content :where(p, span, small, strong, em) {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55), 0 2px 8px rgba(0, 0, 0, 0.55),
      0 8px 18px rgba(0, 0, 0, 0.45);
  }

  .bg-purple .hero .hero-title-icon {
    filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.6));
  }

  .bg-purple .hero .btn-cta {
    text-shadow: none;
  }
}

/* ====== FRAME 2 ====== */
.bg-blue {
  background: linear-gradient(#352e9b, #0e0c39);
  border-radius: 8px;
}

.x-lista {
  color: #a70000;
  font-size: 1rem;
}

.x-lista li strong {
  color: #000;
}

/* ====== FRAME 3 ====== */
.frame-3 .flecha {
  width: 28px;
  height: auto;
}

.title-pill {
  --pill-border: #0b5a4d;
  --pill-grad-start: #11b183;
  --pill-grad-end: #0b7e6a;
  display: inline-block;
  border-radius: 14px;
  padding: 0.4rem;
  border: 2px solid var(--pill-border);
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  max-width: min(720px, 95%);
}
.title-pill h3 {
  color: #fff;
  font-weight: 800;
  padding: 0.65rem 1.25rem;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    var(--pill-grad-start),
    var(--pill-grad-end)
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.green-card {
  --green-1: #21c091;
  --green-2: #0f8a74;
  --grain: rgba(255, 255, 255, 0.12);
  position: relative;
  border-radius: 18px;
  background: linear-gradient(100deg, var(--green-1), var(--green-2));
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  max-width: 880px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.green-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0.22),
    transparent 60%
  );
  -webkit-clip-path: polygon(30% 0, 100% 0, 100% 70%);
  clip-path: polygon(30% 0, 100% 0, 100% 70%);
  border-top-right-radius: 18px;
  pointer-events: none;
}

.green-card::before {
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: -8px;
  height: 14px;
  border-radius: 14px/10px;
  background: radial-gradient(
    100% 120% at 50% 0,
    rgba(0, 0, 0, 0.22),
    transparent 70%
  );
  filter: blur(2px);
}

.green-card .lead {
  line-height: 1.6;
}
.green-card h5 {
  line-height: 1.35;
}

/* ====== FRAME 4  ====== */
.gradient-bg {
  display: inline-block;
  background: linear-gradient(90deg, #352e9b, #121035);
  color: #fff;
  padding: 0.5rem 1.25rem;
  border-radius: 4px;
  margin: 0.25rem 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.p-azul-4 {
  color: #2b0ec9;
}

/* ====== FRAME 5 ====== */
.check-card {
  border: 1.5px solid #0b7e6a;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  max-width: 880px;
  text-align: center;
}

.lista-check-5 li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #222;
}

.icon-check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 0.3rem;
}

.lista-check-5 span {
  display: inline-block;
}

/* ====== Responsivo Mobile ====== */
@media (max-width: 576px) {
  .lista-check-5 li {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .icon-check {
    width: 24px;
    height: 24px;
    margin-top: 0.2rem;
  }
}

/* ====== FRAME 6 ====== */
.frame-6 .titulo-6 {
  font-weight: 700;
  color: #0b7e6a;
  text-align: center;
  margin-bottom: 1rem;
}
.frame-6 .titulo-6 em {
  color: #0b7e6a;
  font-style: italic;
  font-weight: 800;
}

.frame-6 .sub-6 {
  font-size: 1.25rem;
  text-align: center;
  color: #444;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.frame-6 .sub-6 em {
  font-style: italic;
}

.frame-6 .gear-img {
  max-width: clamp(220px, 26vw, 340px); /* controla tamanho da engrenagem */
  height: auto;
}

.frame-6 .frase-vermelha {
  color: #b21f2d;
  font-style: italic;
  font-weight: 600;
}

.frame-6 .faixa-azul {
  display: inline-block;
  padding: 0.55rem 1.25rem;
  background: linear-gradient(90deg, #352e9b, #121035);
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  line-height: 1.35;
  width: max-content;
}

.frame-6 .frase-vermelha {
  color: #b21f2d;
  font-style: italic;
  font-weight: 600;
  margin: 0 0 0.6rem;
  text-align: center;
  display: inline-block;
  margin-inline: auto;
}

.frame-6 .faixa-azul {
  display: block;
  padding: 0.55rem 1.25rem;
  margin: 0.35rem auto;
  background: linear-gradient(90deg, #352e9b, #121035);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  line-height: 1.5;
  width: fit-content;
}

.frame-6 .frases-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.35rem;
  place-self: center;
}

/* responsivo frame-6*/
@media (min-width: 992px) {
  .frame-6 .row {
    --bs-gutter-x: 0.5rem;
  }
  .frame-6 .encaixe-6 {
    margin-left: clamp(-28px, -4vw, -64px);
    position: relative;
    z-index: 1;
  }
  .frame-6 .faixa-azul {
    display: inline-block;
    margin-left: 0;
  }
  .frame-6 .gear-img {
    max-width: clamp(320px, 24vw, 360px);
  }
}

@media (max-width: 768px) {
  .frame-6 .engrenagem-6 {
    grid-template-columns: 1fr;
    text-align: center;
    place-items: center;
  }
  .frame-6 .text-md-start {
    text-align: center !important;
  }
  .frame-6 .faixa-azul {
    display: inline-block;
    margin-inline: auto;
  }
}

/* ====== FRAME 7 ====== */
.frame-7 .title-pill {
  border: none;
  box-shadow: none;
  background: transparent;
  padding: 0;
}

.frame-7 .title-pill h3 {
  color: #fff;
  font-weight: 700;
  padding: 0.55rem 1.25rem;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    var(--pill-grad-start),
    var(--pill-grad-end)
  );
}

.frame-7 .check-card {
  border: 1.5px solid #352e9b;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  max-width: 880px;
  text-align: left;
}

.lista-check-7 li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1.05rem;
  line-height: 1.5;
  color: #222;
}

.lista-check-7 li:last-child {
  margin-bottom: 0;
}

.icon-check {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

/* responsivo */
@media (max-width: 576px) {
  .lista-check-7 li {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .icon-check {
    width: 26px;
    height: 26px;
  }
}

.lista-ideal-8,
.lista-nao-8 {
  display: inline-block;
  text-align: left;
}

.h3-8-ideal {
  color: #0b7e6a;
  font-weight: 500;
}

.h3-8-ideal strong {
  font-weight: 700;
}

.lista-ideal-8 li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.05rem;
  color: #222;
}

.lista-ideal-8 .icon {
  background: #0b7e6a;
  padding: 10px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.lista-ideal-8 img {
  width: 28px;
  height: 28px;
}

.h3-8-nao {
  color: #a70000;
  font-weight: 600;
}

.lista-nao-8 li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 1.05rem;
  color: #222;
}

.lista-nao-8 .x {
  font-size: 1.8rem;
  color: #a70000;
  font-weight: bold;
  margin-right: 12px;
}

/* ====== FRAME 9 ====== */
.frame-9 {
  text-align: center;
}

.title-9 {
  display: inline-block;
  background: linear-gradient(90deg, #0cc18a, #116f52);
  border-radius: 6px;
  padding: 0.4rem 1.2rem;
  color: #fff;
}

.title-9 h3 {
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}

.lista-9 {
  border: 1.5px solid #352e9b;
  border-radius: 12px;
  padding: 1.5rem 1.5rem;
  max-width: 620px;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.6;
}

.lista-9 li {
  margin-bottom: 0.8rem;
  display: list-item;
  align-items: flex-start;
}

.lista-9 span {
  font-weight: 700;
  font-style: italic;
  color: #352e9b;
  /* margin-right: 8px; */
  min-width: 28px;
  display: inline-block;
}

/* ====== FRAME 10 ====== */

.title-10 {
  display: inline-block;
  background: linear-gradient(90deg, #352e9b, #0e0c39);
  border-radius: 6px;
  padding: 0.4rem 1.2rem;
  color: #fff;
}

.title-10 h3 {
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}

.foto-10 {
  max-width: 280px;
  border-radius: 12px;
  background: none;
}

.nome-10 {
  display: inline-block;
  background: linear-gradient(90deg, #0cc18a, #116f52);
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 1rem;
}

.frame-10 p {
  margin-bottom: 0.4rem;
  font-size: 1rem;
  color: #222;
}

.mais-10 .estrela {
  font-size: 2rem;
  color: #352e9b;
  display: block;
}

/*==== FRAME 11 =====*/

.bonus-section {
  scroll-margin-top: 72px;
}
.bonus-head {
  line-height: 1;
}
.bonus-title {
  color: var(--smart-green-2);
  font-weight: 800;
}

.star-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-weight: 900;
  font-size: 1.35rem;
  color: #fff;
  background: linear-gradient(145deg, #352e9b, #0e0c39);
  box-shadow: 0 8px 18px rgba(53, 46, 155, 0.45), 0 2px 6px rgba(0, 0, 0, 0.25);
}
.bonus-pill {
  background: linear-gradient(
    135deg,
    var(--smart-green-1),
    var(--smart-green-2)
  );
  color: #fff;
  padding: 0.55rem 1.25rem;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(12, 193, 138, 0.4),
    inset 0 1px 3px rgba(255, 255, 255, 0.25);
}
.aula-pill {
  display: inline-block;
  padding: 0.4rem 0.9rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--smart-green-2);
  background: linear-gradient(135deg, #e6fff7, #c8fce9);
  border: 2px solid var(--smart-green-1);
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 10px rgba(12, 193, 138, 0.25);
}

.instr-card {
  border-radius: 14px;
}
.instr-photo {
  width: 120px;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #ececf6;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}
.com-bar {
  display: inline-block;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--smart-green-1),
    var(--smart-green-2)
  );
  padding: 0.35rem 0.75rem;
  border-radius: 0.5rem;
  box-shadow: 0 6px 14px rgba(12, 193, 138, 0.25);
}
.callout-left {
  border-left: 4px solid var(--indigo-600);
  padding-left: 0.75rem;
  margin-top: 0.35rem;
}

@media (max-width: 576px) {
  .star-badge {
    width: 48px;
    height: 48px;
    font-size: 1.15rem;
  }
  .instr-photo {
    width: 104px;
    height: 120px;
  }
}

/* ===== Frame 13 – checklist com borda degradê ===== */
.frame-13 {
  max-width: 880px;
  padding: 22px 26px;
  border-radius: 24px;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #0cc18a, #352e9b) border-box;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}

.frame-13 ul {
  list-style: none;
}
.frame-13 li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 10px 4px;
}
.frame-13 li + li {
  margin-top: 6px;
}

.check-13 {
  width: 38px;
  height: auto;
  flex: 0 0 38px;
  margin-top: 2px;
}

.frame-13 span {
  font-size: 1.125rem;
  line-height: 1.35;
  color: #2b2b2b;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.frame-13 strong {
  font-weight: 800;
}

/* responsivo */
@media (max-width: 576px) {
  .frame-13 {
    padding: 16px 14px;
    border-radius: 18px;
  }
  .check-13 {
    width: 30px;
    flex-basis: 30px;
  }
  .frame-13 span {
    font-size: 1rem;
  }
}

/* ===== FRAME 14 – Moldura azul + ribbons + checklist ===== */
.frame-14 {
  position: relative;
  max-width: 980px;
  padding: 24px 20px 28px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.flag-wrap {
  position: relative;
}
.flag-14 {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}

.ribbon-14 {
  display: inline-block;
  background: #191a86;
  color: #fff;
  font-style: italic;
  font-weight: 600;
  padding: 0.45rem 0.9rem;
  border-radius: 6px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  margin: 8px 0 0;
}
.ribbon-14.ribbon-strong {
  font-weight: 900;
  text-transform: none;
}

.panel-14 {
  margin-top: 18px;
  border: 2px solid #1f4ede;
  border-radius: 18px;
  padding: 22px 16px;
  max-width: 820px;
  background: #fff;
}

.checklist-14 {
  list-style: none;
  margin: 0;
  padding: 0 14px;
  display: grid;
  row-gap: 18px;
}
.checklist-14 li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.check-azul-14 {
  width: 38px;
  height: auto;
  flex: 0 0 38px;
  margin-top: 2px;
}
.checklist-14 span {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #1a1a1a;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.checklist-14 strong {
  font-weight: 800;
}

/* ==== FRAME 15 ==== */
.bg-verde-15 {
  position: relative;
  max-width: 920px;
  padding: clamp(18px, 3.5vw, 32px) clamp(20px, 5vw, 48px);
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #17d0a0 0%, #10a17f 45%, #0b7e6a 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.bg-verde-15::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 140px;
  background: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0.18),
    transparent 60%
  );
  clip-path: polygon(40% 0, 100% 0, 100% 70%);
  border-top-right-radius: 18px;
  pointer-events: none;
}

.h3-15 {
  font-weight: 700;
  font-size: clamp(1.25rem, 2vw + 1rem, 1.75rem);
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.btn-cta-15 {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, var(--indigo-600), var(--indigo-700));
  box-shadow: 0 10px 18px rgba(14, 12, 57, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: transform 0.15s ease, filter 0.15s ease;
}
.btn-cta-15:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.h4-15 {
  font-weight: 800;
  font-style: italic;
  color: #2b2b2b;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.video-shell-15 {
  border-radius: 16px;
  padding: 0;
  background: #000;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.video-15 {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  object-fit: cover;
  background: #000;
  border-radius: 16px;
}

@media (max-width: 576px) {
  .bg-verde-15 {
    padding: 16px 18px;
  }
  .btn-cta-15 {
    padding: 0.55rem 1rem;
    font-size: 0.95rem;
  }
}

/* ==== FRAME 16 ==== */

.frame-16 {
  max-width: 980px;
}

.h3-16 {
  font-size: clamp(1.05rem, 1.2vw + 1rem, 1.45rem);
  font-weight: 500;
  color: #333;
  font-style: italic;
  line-height: 1.45;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.h3-16 strong {
  font-weight: 800;
  font-style: normal;
}

.tag-16 {
  display: inline-block;
  color: #fff;
  padding: 0.45rem 1rem;
  border-radius: 8px;
  background: linear-gradient(135deg, #12c892, #0d7e69);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.h2-16 {
  font-size: clamp(1.25rem, 1.1vw + 1rem, 1.6rem);
  font-weight: 800;
}

.stack-16 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.shift-left {
  transform: translateX(-22px);
}

@media (max-width: 576px) {
  .shift-left {
    transform: none;
  }
}

/* ===== Frame 17 ===== */
.frame-17 {
  max-width: 760px;
}

.old-price {
  display: inline-block;
  position: relative;
  font-style: italic;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 0.35rem;
}
.old-price strong {
  font-weight: 800;
}
.old-price::after {
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 55%;
  height: 2px;
  background: linear-gradient(90deg, #ff4b4b, #9b0000);
  transform: rotate(-3deg);
  box-shadow: 0 0 0 1px rgba(255, 0, 0, 0.08);
}

.sub {
  font-weight: 700;
  color: #2b2b2b;
  margin-top: 0.15rem;
}

.seal-wrap {
  margin-top: 0.5rem;
}
.seal-img {
  width: clamp(240px, 48vw, 360px);
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.22));
}

.blue-banner {
  display: inline-block;
  color: #fff;
  background: #191a86;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.condicao {
  color: #3c40c6;
  font-style: italic;
}

.pitch {
  color: #3a3a3a;
  font-style: italic;
  font-weight: 500;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.btn-cta-17 {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  font-weight: 900;
  background: linear-gradient(180deg, #352e9b, #0e0c39);
  box-shadow: 0 12px 24px rgba(14, 12, 57, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: filter 0.15s ease, transform 0.15s ease;
}
.btn-cta-17:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

@media (max-width: 576px) {
  .frame-17 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .blue-banner {
    display: block;
  }
}

/* ==== FRAME 18 ==== */
.frame-18 .bg-azul-18 {
  padding: 0; /* não precisamos mais do wrapper azul */
  background: none;
  box-shadow: none;
}

.frame-18 .bg-verde-18 {
  position: relative;
  border-radius: 16px;
  padding: clamp(28px, 4.5vw, 56px);
  background: linear-gradient(135deg, #17d0a0 0%, #0b7e6a 100%);
  overflow: hidden;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(10px, 2vw, 18px);
  width: 100%; /* ocupa toda a largura do container */
}

.frame-18 .bg-verde-18::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 160px;
  background: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0.2),
    transparent 60%
  );
  clip-path: polygon(40% 0, 100% 0, 100% 70%);
  border-top-right-radius: 16px;
  pointer-events: none;
}

.frame-18 h3 {
  font-family: "Titillium Web";
  font-weight: 700;
  color: white;
}

/* tamanhos já estão ok; só garantimos centragem */
.frame-18 .icon-alert-18 {
  width: clamp(
    100px,
    8vw,
    140px
  ); /* mínimo 40px, cresce com viewport até 80px */
  height: auto;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
  display: block;
  margin-inline: auto;
}
.frame-18 .copy-18 {
  max-width: 620px;
  margin-inline: auto;
}
.frame-18 .trash-18 {
  width: clamp(
    200px,
    26vw,
    300px
  ); /* mínimo 160px, cresce com viewport até 300px */
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.35));
  display: block;
  margin-inline: auto;
}

@media (max-width: 576px) {
  .frame-18 .copy-18 {
    padding-left: 0 !important;
    margin-inline: auto;
    text-align: center;
    max-width: clamp(260px, 90vw, 640px);
  }
}

/* ==== FRAME 19 ==== */

.frame-19 {
  background: radial-gradient(
      120% 140% at 15% 0%,
      rgba(255, 255, 255, 0.08),
      transparent 60%
    ),
    linear-gradient(135deg, #352e9b, #0e0c39);
  padding: clamp(24px, 4vw, 48px) 0;
}

.panel-19 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.25rem;
}

.h2-19 {
  font-weight: 700;
  font-style: italic;
  line-height: 1.25;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  font-size: clamp(1.35rem, 1.6vw + 1rem, 2rem);
  max-width: 920px;
  margin-inline: auto;
}

.lead-19 {
  font-style: italic;
  font-weight: 500;
  opacity: 0.95;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  max-width: 720px;
  margin-inline: auto;
}

.ribbons-19 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-top: 0.75rem;
}

.ribbon-19 {
  display: inline-block;
  color: #fff;
  padding: 0.5rem 1.1rem;
  border-radius: 8px;
  background: linear-gradient(135deg, #12c892, #0b7e6a);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  font-weight: 700;
  font-style: italic;
}

.stack-19 {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.ribbon-19.line-1 {
  transform: translateY(6px);
}
.ribbon-19.line-2 {
  margin-top: -10px; /* “cola” na de cima */
}

/* botão um pouco mais abaixo e central */
.frame-19 .btn-cta-19 {
  margin-top: 1.75rem; /* ajuste como preferir */
  max-width: 720px;
}

.btn-cta-19 {
  display: inline-block;
  text-decoration: none;
  color: #1a1882;
  font-weight: 900;
  text-align: center;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: transform 0.15s ease, filter 0.15s ease;
}

.btn-cta-19:hover {
  transform: translateY(-1px);
  filter: brightness(1.02);
}

.frame-19 .btn-cta-19 {
  margin-top: 4rem;
}

.frame-19 .h2-19,
.frame-19 p {
  color: white;
}

/* RESPONSIVO */

/* Celular (≤576px) */
@media (max-width: 576px) {
  .hero {
    min-height: 460px;
    border-radius: 20px;
  }
  .hero-content {
    position: absolute;
    inset: 0;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    gap: 0.9rem;
    padding: 0 16px calc(24px + env(safe-area-inset-bottom));
    max-width: none;
  }

  .hero-title-block {
    padding-top: 56px;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .hero-title-icon {
    transform: translate(-50%, -30%);
    width: 64px;
  }

  .hero .display-5 {
    font-size: clamp(1.6rem, 5.2vw, 2rem);
    line-height: 1.15;
  }
  .hero .lead {
    font-size: clamp(1rem, 3.6vw, 1.075rem);
    line-height: 1.45;
    margin: 0;
  }

  .btn-cta {
    width: 100%;
    max-width: 26rem;
    padding: 0.85rem 1rem;
    white-space: normal;
    text-wrap: balance;
    line-height: 1.2;
  }
}

/* Tablet (577px–991px): mantém layout à direita, com respiro */
@media (min-width: 577px) and (max-width: 991px) {
  .hero {
    min-height: 520px;
  }
  .hero-content {
    align-items: flex-end;
    text-align: left;
    right: 32px;
    left: 32px; /* respiro lateral */
    max-width: 640px;
    gap: 1rem;
  }
  .hero-title-block {
    padding-top: 64px;
  }
  .hero-title-icon {
    width: 72px;
    transform: translate(-50%, -38%);
  }
}

@media (max-width: 576px) {
  .bg-verde-18 {
    min-height: 220px;
  }
  .icon-alert-18 {
    left: 16px;
  }
  .copy-18 {
    padding-left: 76px;
    max-width: none;
  }
  .trash-18 {
    width: 58vw;
    right: 6px;
    bottom: -6px;
  }
}

/* RESPONSIVO */
@media (max-width: 576px) {
  .frame-14 {
    padding: 18px 14px 22px;
  }
  .flag-14 {
    width: 150px;
  }
  .panel-14 {
    padding: 18px 12px;
  }
  .check-azul-14 {
    width: 30px;
    flex-basis: 30px;
  }
  .checklist-14 span {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  #bonus .col-lg-7 {
    padding-right: 2rem;
  }
  #bonus .col-lg-5 {
    padding-left: 2rem;
  }
}

@media (max-width: 576px) {
  .title-pill {
    padding: 0.3rem;
  }
  .title-pill h3 {
    font-size: 1.25rem;
    padding: 0.55rem 0.9rem;
  }
  .green-card {
    padding: 1.25rem !important;
  }
  .green-card::after {
    width: 80px;
    height: 80px;
  }
}

/* Tablets (≥768px): começa a puxar à direita, mas com bom respiro */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero {
    min-height: 500px;
  }
  .hero-img {
    min-height: 500px;
  }
  .hero-content {
    right: 8vw;
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  .hero-content {
    left: auto;
    right: clamp(24px, 6vw, 96px);
    max-width: min(560px, 48vw);
    padding-right: clamp(16px, 3vw, 48px);
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .hero {
    min-height: 520px;
  }
  .hero-img {
    min-height: 520px;
  }
  .zap-top {
    width: 120px;
  }
}

@media (max-width: 576px) {
  .zap-top {
    top: 16px;
    right: 16px;
    width: 64px;
  }
}

@media (max-width: 768px) {
  .hero-content {
    left: 16px;
    right: 16px;
    max-width: none;
    top: 50%; /* antes estava 56% */
    transform: translateY(-50%);
  }
}
