.hero-vsl-video-frame.vsl-conversion-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

.hero-vsl-video-frame.vsl-conversion-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.vsl-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 28px;
  text-align: center;
  border: none;
  cursor: pointer;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.58) 100%),
    radial-gradient(circle at center, rgba(244, 177, 131, 0.08), transparent 42%);
  color: #FFFFFF;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.2s ease;
}

.vsl-overlay:hover {
  transform: scale(1.01);
}

.vsl-overlay.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.vsl-overlay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(244, 177, 131, 0.14);
  border: 1px solid rgba(244, 177, 131, 0.22);
  color: #FFD9C5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.vsl-overlay-title {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 900;
  max-width: 760px;
}

.vsl-overlay-subtitle {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.6;
  color: #E6EEFF;
}

.vsl-overlay-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #F4B183 0%, #D97757 100%);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: 0 16px 28px rgba(217, 119, 87, 0.28);
}

@media (max-width: 768px) {
  .vsl-overlay {
    padding: 20px 16px;
    gap: 10px;
  }

  .vsl-overlay-title {
    font-size: 22px;
    line-height: 1.2;
  }

  .vsl-overlay-subtitle {
    font-size: 14px;
    line-height: 1.55;
  }

  .vsl-overlay-cta {
    min-width: 160px;
    min-height: 48px;
    font-size: 13px;
  }
}

.hero-vsl-section {
  width: 100%;
  background:
    radial-gradient(circle at top center, rgba(217, 119, 87, 0.10) 0%, transparent 26%),
    linear-gradient(180deg, #0D0D0D 0%, #0A0A0A 100%);
  padding: 70px 0 80px;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  overflow: hidden;
}

.hero-vsl-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.hero-vsl-copy {
  max-width: 1040px;
  margin: 0 auto 30px;
  text-align: center;
}

.hero-vsl-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(244, 177, 131, 0.18);
  background: rgba(217, 119, 87, 0.08);
  color: #FFD9C5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.hero-vsl-title {
  margin: 0 0 18px;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.8px;
}

.hero-vsl-title .accent {
  background: linear-gradient(90deg, #FFFFFF 0%, #F4B183 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-vsl-subtitle {
  max-width: 980px;
  margin: 0 auto 24px;
  font-size: 20px;
  line-height: 1.6;
  color: #C8D6F5;
}

.hero-vsl-proof {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  margin: 8px auto 28px;
  max-width: 1120px;
}

.hero-vsl-proof-item {
  color: #E6EEFF;
  font-size: 13px;
  line-height: 1.35;
  padding: 12px 14px;
  border-radius: 999px;
  text-align: center;
  background: linear-gradient(180deg, rgba(11, 26, 48, 0.92) 0%, rgba(8, 20, 38, 0.92) 100%);
  border: 1px solid rgba(244, 177, 131, 0.14);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
}

.hero-vsl-video-wrap {
  max-width: 1040px;
  margin: 0 auto;
}

.hero-vsl-video-card {
  position: relative;
  border-radius: 24px;
  padding: 16px;
  background: linear-gradient(180deg, #0F213D 0%, #0A192F 100%);
  border: 1px solid rgba(244, 177, 131, 0.16);
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(244, 177, 131, 0.04),
    0 0 36px rgba(217, 119, 87, 0.08);
}

.hero-vsl-video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  background: #000;
}

.hero-vsl-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.hero-vsl-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
  text-align: center;
}

.hero-vsl-benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-vsl-benefit svg {
  width: 24px;
  height: 24px;
  fill: #F4B183;
}

.hero-vsl-benefit-text {
  font-size: 14px;
  color: #DCE6FF;
  text-align: center;
}

.hero-vsl-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.hero-vsl-btn {
  width: 100%;
  max-width: 520px;
  padding: 18px 28px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(135deg, #F4B183, #D97757);
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 18px 34px rgba(217, 119, 87, 0.32);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-vsl-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 38px rgba(217, 119, 87, 0.38);
}

@media (max-width: 1024px) {
  .hero-vsl-title {
    font-size: 42px;
  }

  .hero-vsl-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-vsl-title {
    font-size: 30px;
  }

  .hero-vsl-subtitle {
    font-size: 16px;
  }

  .hero-vsl-proof-item {
    width: 100%;
  }
}

/*Fim do primeiro bloco*/
/*Início do segundo bloco*/

.cycle-section {
  width: 100%;
  background: #0D0D0D;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  padding: 90px 0;
  box-sizing: border-box;
}

.cycle-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.cycle-header {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 54px;
}

.cycle-title {
  margin: 0;
  font-size: 52px;
  line-height: 1.15;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.8px;
}

.cycle-title .accent {
  background: linear-gradient(90deg, #FFFFFF 0%, #F4B183 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cycle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cycle-card {
  position: relative;
  min-height: 230px;
  padding: 28px 24px 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, #0F213D 0%, #0A192F 100%);
  border: 1px solid rgba(244, 177, 131, 0.14);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.30),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  transition: all 0.32s ease;
  overflow: hidden;
}

.cycle-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(217, 119, 87, 0.10), transparent 35%);
  pointer-events: none;
}

.cycle-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(244, 177, 131, 0.30);
  box-shadow:
    0 26px 56px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(217, 119, 87, 0.12);
}

.cycle-number {
  position: relative;
  z-index: 1;
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 18px;
}

.cycle-text {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 1.6;
  color: #E6EEFF;
}

.cycle-footer {
  max-width: 880px;
  margin: 34px auto 0;
  text-align: center;
}

.cycle-footer-text {
  font-size: 19px;
  line-height: 1.7;
  color: #C8D6F5;
}

@media (max-width: 1024px) {
  .cycle-title {
    font-size: 42px;
  }

  .cycle-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cycle-section {
    padding: 60px 0;
  }

  .cycle-container {
    padding: 0 16px;
  }

  .cycle-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .cycle-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cycle-card {
    min-height: auto;
    padding: 24px 20px 22px;
  }

  .cycle-number {
    font-size: 38px;
    margin-bottom: 14px;
  }

  .cycle-text {
    font-size: 17px;
  }

  .cycle-footer-text {
    font-size: 16px;
  }
}

/*Fim do segundo bloco*/
/*Início do terceiro bloco*/

.countdown-section {
  width: 100%;
  padding: 0;
  background: linear-gradient(135deg, #FE9501 0%, #F14732 100%);
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.countdown-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(255, 255, 255, 0.14), transparent 28%),
    radial-gradient(circle at 85% 30%, rgba(255, 255, 255, 0.10), transparent 24%);
  pointer-events: none;
}

.countdown-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.countdown-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 32px;
}

.countdown-copy {
  color: #FFFFFF;
}

.countdown-kicker {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.countdown-title {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.8px;
  color: #FFFFFF;
}

.countdown-title-highlight {
  display: inline-block;
}

.countdown-date {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.countdown-date strong {
  color: #FFFFFF;
}

.countdown-timer-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.countdown-timer {
  display: grid;
  grid-template-columns: repeat(4, minmax(92px, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 430px;
}

.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 104px;
  padding: 14px 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
}

.countdown-value {
  display: block;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  color: #0A192F;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

.countdown-label {
  display: block;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #101828;
}

.countdown-status {
  min-height: 22px;
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  color: #FFFFFF;
  text-align: right;
}

@media (max-width: 1024px) {
  .countdown-title {
    font-size: 34px;
  }

  .countdown-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .countdown-timer-wrap {
    align-items: flex-start;
  }

  .countdown-status {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .countdown-container {
    padding: 32px 16px;
  }

  .countdown-title {
    font-size: 28px;
    line-height: 1.2;
  }

  .countdown-date {
    font-size: 15px;
  }

  .countdown-timer {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }

  .countdown-box {
    min-height: 92px;
    border-radius: 14px;
  }

  .countdown-value {
    font-size: 28px;
    margin-bottom: 8px;
  }

  .countdown-label {
    font-size: 11px;
  }
}

/*Fim do terceiro bloco*/
/*Início do quarto bloco*/

.insight-section {
  width: 100%;
  padding: 90px 0 70px;
  background: #0D0D0D;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

.insight-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.insight-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0F213D 0%, #0A192F 100%);
  border: 1px solid rgba(244, 177, 131, 0.14);
  border-top: 5px solid #D97757;
  border-radius: 22px;
  padding: 38px 38px 34px;
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(244, 177, 131, 0.05),
    0 0 40px rgba(217, 119, 87, 0.06);
  color: #F8F9FA;
}

.insight-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(217, 119, 87, 0.14) 0%, rgba(217, 119, 87, 0.00) 70%);
  pointer-events: none;
}

.insight-headline {
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #AFC0E8;
  margin: 0 0 14px;
}

.typewriter-wrap {
  position: relative;
  z-index: 1;
  min-height: 110px;
  margin-bottom: 22px;
}

.typewriter-text {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
  color: #FFFFFF;
  margin: 0;
  max-width: 820px;
  letter-spacing: -0.4px;
}

.typewriter-text .accent {
  color: #F4B183;
}

.cursor {
  display: inline-block;
  width: 10px;
  margin-left: 4px;
  color: #F4B183;
  animation: blink 0.8s infinite;
  vertical-align: baseline;
}

@keyframes blink {

  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

.insight-steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 10px;
}

.insight-step {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(244, 177, 131, 0.10);
  border-radius: 16px;
  padding: 18px 18px;
  opacity: 0;
  transform: translateY(18px);
  animation: revealUp 0.7s ease forwards;
}

.insight-step:nth-child(1) {
  animation-delay: 2.3s;
}

.insight-step:nth-child(2) {
  animation-delay: 2.8s;
}

.insight-step:nth-child(3) {
  animation-delay: 3.3s;
}

@keyframes revealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.step-number {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(244, 177, 131, 0.18) 0%, rgba(217, 119, 87, 0.10) 100%);
  color: #F4B183;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 12px;
}

.step-title {
  font-size: 16px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.step-text {
  font-size: 15px;
  line-height: 1.6;
  color: #DCE6FF;
}

.step-text strong {
  color: #F4B183;
}

.insight-punchline {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(244, 177, 131, 0.12) 0%, rgba(217, 119, 87, 0.07) 100%);
  border: 1px solid rgba(244, 177, 131, 0.14);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 800;
  color: #FFFFFF;
  opacity: 0;
  transform: translateY(16px);
  animation: revealUp 0.7s ease forwards;
  animation-delay: 3.9s;
}

@media (max-width: 768px) {
  .insight-section {
    padding: 12px 0 44px;
  }

  .insight-container {
    padding: 0 16px;
  }

  .insight-card {
    padding: 28px 22px;
  }

  .typewriter-wrap {
    min-height: 120px;
  }

  .typewriter-text {
    font-size: 26px;
    line-height: 1.25;
  }

  .insight-steps {
    grid-template-columns: 1fr;
  }

  .step-text {
    font-size: 14px;
  }

  .insight-punchline {
    font-size: 16px;
  }
}

/*Fim do quarto bloco*/
/*Início do quinto bloco*/

.pdsi-itsc-section {
  width: 100%;
  background: #0D0D0D;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  padding: 10px 0 80px;
  box-sizing: border-box;
}

.pdsi-itsc-container {
  width: 100%;
}

/* =========================
   BLOCO PDSI
========================= */
.pdsi-flow {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 70px;
  box-sizing: border-box;
}

.pdsi-header {
  text-align: center;
  margin-bottom: 50px;
}

.pdsi-header h2 {
  font-size: 32px;
  font-weight: 900;
  color: #FFFFFF;
  margin: 0 0 10px;
  line-height: 1.2;
}

.pdsi-header p {
  font-size: 20px;
  color: #A0AEC0;
  margin: 0;
  line-height: 1.5;
}

.pdsi-line {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.pdsi-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  z-index: 0;
}

.pdsi-progress {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, #D97757, #F4B183);
  transition: width 1.2s ease;
  z-index: 1;
}

.pdsi-step {
  position: relative;
  flex: 1;
  padding: 34px 24px 28px;
  border-radius: 18px;
  background: linear-gradient(180deg, #0B1A30 0%, #081426 100%);
  border: 1px solid rgba(244, 177, 131, 0.18);
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.6),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition: all 0.5s ease;
  transform: scale(0.96);
  opacity: 0.72;
  z-index: 2;
}

.pdsi-step.active {
  transform: scale(1.02) translateY(-6px);
  opacity: 1;
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.8),
    0 0 30px rgba(244, 177, 131, 0.25);
  border-color: rgba(244, 177, 131, 0.4);
}

.pdsi-badge {
  position: absolute;
  top: -14px;
  left: 20px;
  background: linear-gradient(135deg, #D97757, #F4B183);
  color: #0D0D0D;
  font-weight: 900;
  padding: 6px 12px;
  border-radius: 8px;
  box-shadow: 0 6px 14px rgba(217, 119, 87, 0.35);
}

.pdsi-step-title {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #FFFFFF;
  line-height: 1.35;
}

.pdsi-step-text {
  font-size: 15px;
  color: #C8D6F5;
  line-height: 1.6;
}

/* DIVISOR */
.section-divider {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 70px;
  padding: 0 20px;
  box-sizing: border-box;
}

.section-divider-line {
  height: 1px;
  background: linear-gradient(90deg,
      rgba(244, 177, 131, 0),
      rgba(244, 177, 131, 0.35),
      rgba(244, 177, 131, 0));
}

/* =========================
   BLOCO ITSC TIMELINE
========================= */
.itsc-timeline {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.timeline-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 70px;
}

.timeline-header .top-line {
  font-size: 20px;
  color: #A0AEC0;
  margin-bottom: 10px;
  line-height: 1.5;
}

.timeline-header .main-line {
  font-size: 40px;
  font-weight: 900;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FFFFFF, #F4B183);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.15;
}

/* BULLETS */
.timeline-bullets {
  display: grid;
  gap: 16px;
  margin-top: 40px;
  text-align: left;
}

.timeline-bullet {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: all 0.35s ease;
  opacity: 0.85;
}

.timeline-bullet.active {
  transform: scale(1.02);
  opacity: 1;
}

.timeline-bullet.done {
  transform: scale(1);
  opacity: 1;
}

.timeline-check {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 999px;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #D97757, #F4B183);
  color: #0D0D0D;
  font-weight: 900;
  font-size: 13px;
}

.timeline-bullet-text {
  font-size: 18px;
  line-height: 1.7;
  color: #D7E3FF;
}

.timeline-cursor {
  display: inline-block;
  margin-left: 4px;
  color: #F4B183;
  animation: blink 0.8s infinite;
}

@keyframes blink {

  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

/* TIMELINE */
.timeline {
  position: relative;
  margin-top: 80px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #D97757, #F4B183);
  transform: translateX(-50%);
  opacity: 0.4;
  z-index: 1;
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 56px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

.timeline-item.active {
  opacity: 1;
  transform: translateY(0);
}

.timeline-item.left {
  left: 0;
  text-align: right;
  padding-right: 72px;
}

.timeline-item.right {
  left: 50%;
  padding-left: 72px;
}

.timeline-card {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #0B1A30 0%, #081426 100%);
  padding: 26px;
  border-radius: 18px;
  border: 1px solid rgba(244, 177, 131, 0.15);
  transition: all 0.35s ease;
}

.timeline-card:hover {
  transform: scale(1.05) translateY(-6px);
  border-color: rgba(244, 177, 131, 0.45);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.9),
    0 0 35px rgba(244, 177, 131, 0.25);
}

.timeline-dot {
  position: absolute;
  top: 36px;
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, #D97757, #F4B183);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(244, 177, 131, 0.6);
  z-index: 4;
  border: 2px solid #0D0D0D;
}

.timeline-item.left .timeline-dot {
  right: -9px;
}

.timeline-item.right .timeline-dot {
  left: -9px;
}

.timeline-title {
  font-size: 20px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 10px;
  line-height: 1.35;
}

.timeline-text {
  font-size: 15px;
  color: #C8D6F5;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {
  .pdsi-itsc-section {
    padding: 10px 0 50px;
  }

  .pdsi-flow {
    padding: 0 16px 50px;
  }

  .itsc-timeline {
    padding: 0 16px;
  }

  .section-divider {
    padding: 0 16px;
    margin-bottom: 50px;
  }

  .pdsi-header h2 {
    font-size: 28px;
  }

  .pdsi-header p {
    font-size: 17px;
  }

  .pdsi-line {
    flex-direction: column;
  }

  .pdsi-progress,
  .pdsi-line::before {
    display: none;
  }

  .timeline::before {
    left: 20px;
    transform: none;
  }

  .timeline-item {
    width: 100%;
    left: 0 !important;
    padding: 20px 0 20px 60px !important;
    text-align: left !important;
  }

  .timeline-dot {
    left: 20px !important;
    right: auto !important;
  }

  .timeline-header {
    margin-bottom: 50px;
  }

  .timeline-header .top-line {
    font-size: 18px;
  }

  .timeline-header .main-line {
    font-size: 30px;
  }

  .timeline-bullet-text {
    font-size: 16px;
    line-height: 1.65;
  }

  .timeline {
    margin-top: 50px;
  }
}

/*Fim do quinto bloco*/
/*Início do sexto bloco*/

.how-section {
  width: 100%;
  background: #0D0D0D;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  padding: 30px 0 90px;
  box-sizing: border-box;
}

.how-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.how-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 60px;
}

.how-header h2 {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.6px;
}

.how-header h2 .accent {
  background: linear-gradient(90deg, #FFFFFF, #F4B183);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.how-header p {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  color: #A0AEC0;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 60px;
}

.how-card {
  background: linear-gradient(180deg, #0B1A30 0%, #081426 100%);
  border-radius: 18px;
  padding: 26px;
  border: 1px solid rgba(244, 177, 131, 0.15);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  transition: all 0.35s ease;
}

.how-card:hover {
  transform: translateY(-6px) scale(1.03);
  border-color: rgba(244, 177, 131, 0.4);
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.42),
    0 0 24px rgba(244, 177, 131, 0.12);
}

.how-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.how-title {
  font-size: 18px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 10px;
  line-height: 1.35;
}

.how-text {
  font-size: 15px;
  line-height: 1.6;
  color: #C8D6F5;
}

.how-footer {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid rgba(244, 177, 131, 0.2);
}

.how-footer p {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  color: #E6EEFF;
}

@media (max-width: 1024px) {
  .how-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .how-header h2 {
    font-size: 36px;
  }

  .how-header p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .how-section {
    padding: 24px 0 60px;
  }

  .how-container {
    padding: 0 16px;
  }

  .how-header {
    margin-bottom: 40px;
  }

  .how-header h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .how-header p {
    font-size: 16px;
  }

  .how-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 40px;
  }

  .how-card {
    padding: 22px 20px;
  }

  .how-footer {
    padding-top: 24px;
  }

  .how-footer p {
    font-size: 17px;
  }
}

/*Fim do sexto bloco*/
/*Início do sétimo bloco*/

.differ-section {
  width: 100%;
  background: #0D0D0D;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  padding: 90px 0;
  box-sizing: border-box;
}

.differ-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.differ-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
}

.differ-header h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.6px;
}

.differ-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  margin-bottom: 40px;
  align-items: stretch;
}

.differ-left {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 20px;
  height: 100%;
  min-height: 100%;
}

.differ-card {
  background: linear-gradient(180deg, #0B1A30 0%, #081426 100%);
  border-radius: 20px;
  padding: 28px;
  border: 1px solid rgba(244, 177, 131, 0.15);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.30),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  transition: all 0.35s ease;
  box-sizing: border-box;
}

.differ-card:hover {
  transform: translateY(-6px);
  border-color: rgba(244, 177, 131, 0.35);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.40),
    0 0 24px rgba(244, 177, 131, 0.10);
}

/* CARD SUPERIOR ESQUERDO */
.differ-contrast-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  text-align: center;
}

.differ-contrast-content {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.differ-contrast-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.differ-mini-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,
      rgba(244, 177, 131, 0.20),
      rgba(217, 119, 87, 0.16));
  border: 1px solid rgba(244, 177, 131, 0.28);
  color: #F4B183;
  font-size: 13px;
  font-weight: 900;
}

.differ-contrast-line {
  font-size: 22px;
  line-height: 1.45;
  color: #D7E3FF;
  margin: 0;
}

.differ-contrast-note {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: #AFC0E8;
}

.differ-contrast-note strong {
  color: #F4B183;
}

/* CARD INFERIOR ESQUERDO */
.differ-highlight-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 160px;
  height: 100%;
}

.differ-highlight {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 900;
  color: #FFFFFF;
}

/* CARD DIREITO */
.differ-right-card {
  height: auto;
  align-self: stretch;
}

.differ-list-title {
  font-size: 20px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 16px;
  line-height: 1.4;
}

.differ-list {
  display: grid;
  gap: 10px;
}

.differ-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.differ-check {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #D97757, #F4B183);
  color: #0D0D0D;
  font-weight: 900;
  font-size: 13px;
  margin-top: 2px;
}

.differ-item-text {
  font-size: 15.5px;
  line-height: 1.6;
  color: #D7E3FF;
}

/* PUNCHLINE */
.differ-punchline {
  text-align: center;
  padding: 26px;
  border-radius: 20px;
  background: linear-gradient(135deg,
      rgba(244, 177, 131, 0.12),
      rgba(217, 119, 87, 0.07));
  border: 1px solid rgba(244, 177, 131, 0.16);
  box-sizing: border-box;
}

.differ-punchline p {
  margin: 0;
  font-size: 26px;
  line-height: 1.45;
  font-weight: 900;
  color: #FFFFFF;
}

@media (max-width: 900px) {
  .differ-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .differ-left {
    grid-template-rows: auto auto;
    height: auto;
    min-height: auto;
  }

  .differ-right-card {
    align-self: auto;
  }
}

@media (max-width: 768px) {
  .differ-section {
    padding: 60px 0;
  }

  .differ-container {
    padding: 0 16px;
  }

  .differ-header {
    margin-bottom: 40px;
  }

  .differ-header h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .differ-card {
    padding: 22px 20px;
  }

  .differ-contrast-card {
    min-height: auto;
  }

  .differ-contrast-content {
    max-width: 100%;
  }

  .differ-contrast-item {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .differ-contrast-line {
    font-size: 18px;
  }

  .differ-contrast-note {
    text-align: left;
    font-size: 13px;
  }

  .differ-highlight {
    font-size: 22px;
  }

  .differ-list-title {
    font-size: 18px;
  }

  .differ-item-text {
    font-size: 15px;
  }

  .differ-punchline {
    padding: 22px 18px;
  }

  .differ-punchline p {
    font-size: 20px;
  }
}

/*Fim do sétimo bloco*/
/*Início do oitavo bloco*/

.roadmap-section {
  width: 100%;
  background: #0D0D0D;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

.roadmap-header-band {
  width: 100%;
  background: linear-gradient(135deg, #FE9501 0%, #F14732 100%);
  position: relative;
  overflow: hidden;
}

.roadmap-header-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.10), transparent 28%),
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.08), transparent 24%);
  pointer-events: none;
}

.roadmap-header-band-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 20px 42px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.roadmap-main-title {
  margin: 0 0 20px;
  font-size: 56px;
  line-height: 1.12;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.8px;
}

.roadmap-main-subtitle {
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.96);
}

.roadmap-section-body {
  width: 100%;
  background: #000000;
  padding: 34px 0 90px;
}

.roadmap-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.roadmap-month-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 38px;
}

.roadmap-tab {
  appearance: none;
  border: 1px solid rgba(244, 177, 131, 0.18);
  background: linear-gradient(180deg, #0F213D 0%, #0A192F 100%);
  color: #DCE6FF;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.28s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}

.roadmap-tab:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 177, 131, 0.34);
}

.roadmap-tab.is-active {
  background: linear-gradient(135deg, #F4B183 0%, #D97757 100%);
  color: #0D0D0D;
  border-color: transparent;
  box-shadow: 0 16px 28px rgba(217, 119, 87, 0.28);
}

.roadmap-panel {
  display: none;
}

.roadmap-panel.is-active {
  display: block;
}

.roadmap-timeline {
  position: relative;
  display: grid;
  gap: 30px;
}

.roadmap-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 28px;
  width: 2px;
  background: linear-gradient(180deg,
      rgba(244, 177, 131, 0.00),
      rgba(244, 177, 131, 0.42),
      rgba(244, 177, 131, 0.00));
}

.roadmap-class-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 26px;
  align-items: stretch;
}

.roadmap-class-marker {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-top: 18px;
}

.roadmap-class-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #F4B183 0%, #D97757 100%);
  box-shadow: 0 0 0 6px rgba(244, 177, 131, 0.10);
}

.roadmap-class-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 30px;
  align-items: center;
  background: linear-gradient(180deg, #050505 0%, #0A0A0A 100%);
  border: 1px solid rgba(244, 177, 131, 0.10);
  border-radius: 24px;
  padding: 22px;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  transition: all 0.35s ease;
}

.roadmap-class-card:hover .roadmap-class-layout {
  transform: translateY(-4px);
  border-color: rgba(244, 177, 131, 0.24);
  box-shadow:
    0 28px 54px rgba(0, 0, 0, 0.52),
    0 0 24px rgba(244, 177, 131, 0.08);
}

.roadmap-class-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(180deg, #0F213D 0%, #0A192F 100%);
  min-height: 220px;
  border: 1px solid rgba(244, 177, 131, 0.12);
}

.roadmap-class-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: contain;
  transition: transform 0.45s ease;
}

.roadmap-class-card:hover .roadmap-class-image {
  transform: scale(1.03);
}

.roadmap-week-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(13, 13, 13, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.roadmap-class-content {
  padding-right: 6px;
}

.roadmap-class-kicker {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 900;
  color: #FF6A00;
}

.roadmap-class-title {
  margin: 0 0 22px;
  font-size: 30px;
  line-height: 1.28;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.4px;
}

.roadmap-class-text {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.7;
  color: #E6EEFF;
}

.roadmap-class-text:last-child {
  margin-bottom: 0;
}

.roadmap-class-card--placeholder .roadmap-class-layout {
  border-style: dashed;
  border-color: rgba(244, 177, 131, 0.14);
}

.roadmap-class-image-wrap--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.roadmap-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  color: #AFC0E8;
  font-size: 18px;
  font-weight: 700;
  background:
    radial-gradient(circle at top right, rgba(217, 119, 87, 0.10), transparent 32%),
    linear-gradient(180deg, #0F213D 0%, #0A192F 100%);
}

.roadmap-next-box {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  padding: 42px 34px;
  border-radius: 24px;
  background: linear-gradient(180deg, #0F213D 0%, #0A192F 100%);
  border: 1px solid rgba(244, 177, 131, 0.14);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

.roadmap-next-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #FFD9C5;
  background: rgba(217, 119, 87, 0.10);
  border: 1px solid rgba(217, 119, 87, 0.18);
}

.roadmap-next-title {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 900;
  color: #FFFFFF;
}

.roadmap-next-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #DCE6FF;
}

@media (max-width: 1024px) {
  .roadmap-main-title {
    font-size: 44px;
  }

  .roadmap-main-subtitle {
    font-size: 19px;
  }

  .roadmap-class-layout {
    grid-template-columns: 1fr;
  }

  .roadmap-class-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .roadmap-header-band-inner {
    padding: 44px 16px 34px;
  }

  .roadmap-main-title {
    font-size: 32px;
    line-height: 1.18;
  }

  .roadmap-main-subtitle {
    font-size: 16px;
  }

  .roadmap-section-body {
    padding: 26px 0 60px;
  }

  .roadmap-container {
    padding: 0 16px;
  }

  .roadmap-month-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .roadmap-tab {
    white-space: nowrap;
  }

  .roadmap-timeline::before {
    left: 18px;
  }

  .roadmap-class-card {
    grid-template-columns: 36px 1fr;
    gap: 14px;
  }

  .roadmap-class-marker {
    padding-top: 16px;
  }

  .roadmap-class-layout {
    padding: 16px;
    gap: 18px;
    border-radius: 20px;
  }

  .roadmap-class-image-wrap,
  .roadmap-class-image,
  .roadmap-image-placeholder {
    min-height: 200px;
  }

  .roadmap-class-kicker {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .roadmap-class-title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 16px;
  }

  .roadmap-class-text {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 14px;
  }

  .roadmap-next-box {
    padding: 30px 20px;
  }

  .roadmap-next-title {
    font-size: 26px;
  }

  .roadmap-next-text {
    font-size: 16px;
  }
}

/*Fim do oitavo bloco*/
/*Início do nono bloco*/

.sales-push-section {
  width: 100%;
  background: linear-gradient(135deg, #FE9501 0%, #F14732 100%);
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  padding: 80px 0 90px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.sales-push-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.10), transparent 26%),
    radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.08), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(255, 255, 255, 0.05), transparent 30%);
  pointer-events: none;
}

.sales-push-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.sales-push-shell {
  max-width: 1140px;
  margin: 0 auto;
  padding: 56px 54px;
  border-radius: 28px;

  background: linear-gradient(180deg,
      rgba(10, 25, 47, 0.95) 0%,
      rgba(5, 15, 30, 0.98) 100%);

  border: 1px solid rgba(244, 177, 131, 0.18);

  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.35),
    0 0 30px rgba(244, 177, 131, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);

  backdrop-filter: blur(6px);
}

.sales-push-header {
  max-width: 920px;
  margin: 0 auto 30px;
  text-align: center;
}

.sales-push-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(13, 13, 13, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.sales-push-title {
  margin: 0;
  font-size: 54px;
  line-height: 1.14;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.9px;
}

.sales-push-title-strong {
  display: inline-block;
  color: #FFFFFF;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
}

.sales-push-body {
  max-width: 980px;
  margin: 0 auto 34px;
  display: grid;
  gap: 22px;
}

.sales-push-text-block {
  text-align: center;
}

.sales-push-text {
  margin: 0;
  font-size: 22px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.98);
}

.sales-push-text strong {
  color: #FFFFFF;
  font-weight: 900;
}

.sales-push-divider {
  width: 100%;
  max-width: 220px;
  height: 1px;
  margin: 0 auto;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.55),
      rgba(255, 255, 255, 0));
}

.sales-push-highlight {
  max-width: 920px;
  margin: 0 auto;
  padding: 28px 26px;
  border-radius: 22px;
  text-align: center;
  background: linear-gradient(180deg,
      rgba(13, 13, 13, 0.22) 0%,
      rgba(13, 13, 13, 0.14) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 18px 30px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.sales-push-highlight-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sales-push-highlight-text {
  margin: 0;
  font-size: 30px;
  line-height: 1.45;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.3px;
}

.sales-push-highlight-text strong {
  font-weight: 900;
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .sales-push-title {
    font-size: 44px;
  }

  .sales-push-text {
    font-size: 20px;
  }

  .sales-push-highlight-text {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .sales-push-section {
    padding: 56px 0 60px;
  }

  .sales-push-container {
    padding: 0 16px;
  }

  .sales-push-shell {
    padding: 34px 22px;
    border-radius: 22px;
  }

  .sales-push-header {
    margin-bottom: 24px;
  }

  .sales-push-kicker {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .sales-push-title {
    font-size: 32px;
    line-height: 1.18;
  }

  .sales-push-body {
    gap: 18px;
    margin-bottom: 24px;
  }

  .sales-push-text {
    font-size: 18px;
    line-height: 1.65;
  }

  .sales-push-highlight {
    padding: 22px 18px;
    border-radius: 18px;
  }

  .sales-push-highlight-text {
    font-size: 22px;
    line-height: 1.5;
  }
}

/*Fim do nono bloco*/
/*Início do décimo bloco*/

.offer-section {
  width: 100%;
  background: #070709;
  padding: 30px 0 90px;
  box-sizing: border-box;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.offer-intro {
  max-width: 1120px;
  margin: 0 auto 18px;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}

.offer-intro-text {
  font-size: 24px;
  color: #C8D6F5;
  line-height: 1.6;
  margin: 0;
  max-width: 920px;
  margin-inline: auto;
}

.offer-container {
  display: flex;
  justify-content: center;
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 20px 0;
  align-items: stretch;
  box-sizing: border-box;
}

.offer-container .offer-card {
  width: 100%;
  max-width: 560px;
}

.offer-card {
  background: linear-gradient(180deg, #0F213D 0%, #0A192F 100%);
  color: #F8F9FA;
  border-radius: 22px;
  padding: 42px 34px 36px;
  width: 100%;
  text-align: center;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-top: 6px solid #D97757;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(217, 119, 87, 0.10), transparent 35%);
  pointer-events: none;
}

.offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.42);
}

.offer-card.featured {
  background: linear-gradient(180deg, #162F54 0%, #0A192F 100%);
  border: 1px solid rgba(244, 177, 131, 0.30);
  border-top: 6px solid #F4B183;
  box-shadow:
    0 30px 68px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(244, 177, 131, 0.10),
    0 0 44px rgba(217, 119, 87, 0.14);
  transform: scale(1.035);
}

.offer-card.featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(244, 177, 131, 0.05), transparent 24%);
  pointer-events: none;
}

.offer-card.featured:hover {
  transform: scale(1.035) translateY(-4px);
}

.offer-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: linear-gradient(135deg, #F4B183 0%, #D97757 100%);
  color: #FFFFFF;
  padding: 9px 16px;
  font-size: 11px;
  font-weight: 800;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  box-shadow: 0 10px 20px rgba(217, 119, 87, 0.28);
  z-index: 2;
}

.offer-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #D97757;
  background: rgba(217, 119, 87, 0.10);
  border: 1px solid rgba(217, 119, 87, 0.18);
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.offer-card.featured .offer-kicker {
  color: #FFD9C5;
  background: rgba(244, 177, 131, 0.12);
  border: 1px solid rgba(244, 177, 131, 0.20);
}

.offer-title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  position: relative;
  z-index: 1;
}

.offer-subtitle {
  font-size: 15px;
  color: #A8B2D1;
  margin-bottom: 22px;
  line-height: 1.6;
  min-height: 72px;
  position: relative;
  z-index: 1;
}

.offer-anchoring {
  font-size: 14px;
  color: #A8B2D1;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}

.offer-anchoring s {
  color: #D97757;
  font-weight: 800;
}

.offer-price-wrap {
  margin: 10px 0 10px;
  position: relative;
  z-index: 1;
}

.offer-price {
  font-size: 60px;
  font-weight: 900;
  color: #D97757;
  line-height: 1;
  margin-bottom: 8px;
}

.offer-card.featured .offer-price {
  color: #F4B183;
  text-shadow: 0 0 18px rgba(244, 177, 131, 0.10);
}

.offer-price span {
  font-size: 20px;
  color: #8892B0;
  font-weight: 700;
}

.offer-price-note {
  font-size: 14px;
  color: #A8B2D1;
}

.offer-value {
  margin-top: 8px;
  font-size: 14px;
  color: #F4B183;
  font-weight: 800;
}

.offer-compare {
  margin-top: 8px;
  font-size: 13px;
  color: #C8D6F5;
  line-height: 1.5;
}

.offer-savings {
  margin: 18px auto 10px;
  display: inline-block;
  background: rgba(217, 119, 87, 0.12);
  color: #FFD9C5;
  border: 1px solid rgba(244, 177, 131, 0.18);
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2px;
  position: relative;
  z-index: 1;
}

.offer-decision {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #F4B183;
  position: relative;
  z-index: 1;
}

.offer-features {
  list-style: none;
  padding: 0;
  margin: 30px 0 24px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.offer-features li {
  margin-bottom: 14px;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  color: #DCE6FF;
  line-height: 1.45;
}

.offer-features li svg {
  fill: #D97757;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  margin-top: 1px;
  flex-shrink: 0;
}

.offer-card.featured .offer-features li svg {
  fill: #F4B183;
}

.offer-btn {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 20px 0;
  font-size: 17px;
  font-weight: 900;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.offer-card:not(.featured) .offer-btn {
  background-color: #D97757;
  color: #FFFFFF;
}

.offer-card:not(.featured) .offer-btn:hover {
  background-color: #BF6547;
  transform: translateY(-3px);
  box-shadow: 0 12px 22px rgba(217, 119, 87, 0.26);
}

.offer-card.featured .offer-btn {
  background: linear-gradient(135deg, #F4B183 0%, #D97757 100%);
  color: #FFFFFF;
  box-shadow: 0 14px 28px rgba(217, 119, 87, 0.30);
}

.offer-card.featured .offer-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(217, 119, 87, 0.38);
  filter: brightness(1.03);
}

.offer-microcopy {
  margin-top: 10px;
  font-size: 12px;
  color: #8FA1C7;
  position: relative;
  z-index: 1;
}

.offer-guarantee {
  margin-top: 22px;
  font-size: 13px;
  color: #8892B0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.offer-card.featured .offer-guarantee {
  color: #AFC0E8;
}

.offer-closure {
  max-width: 1120px;
  margin: 24px auto 0;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}

.offer-closure-text {
  font-size: 15px;
  color: #C8D6F5;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .offer-intro {
    margin-bottom: 14px;
    padding: 0 16px;
  }

  .offer-intro-text {
    font-size: 16px;
  }

  .offer-container {
    flex-direction: column;
    align-items: center;
    padding: 20px 16px 0;
    gap: 22px;
  }

  .offer-container .offer-card {
    max-width: 100%;
  }

  .offer-card,
  .offer-card.featured {
    transform: none;
    padding: 34px 24px 30px;
  }

  .offer-card:hover,
  .offer-card.featured:hover {
    transform: none;
  }

  .offer-badge {
    top: 14px;
    right: 14px;
    font-size: 10px;
    padding: 8px 12px;
  }

  .offer-title {
    font-size: 24px;
  }

  .offer-subtitle {
    min-height: auto;
  }

  .offer-price {
    font-size: 48px;
  }

  .offer-features li {
    font-size: 15px;
  }

  .offer-btn {
    font-size: 16px;
    padding: 18px 0;
  }

  .offer-closure {
    padding: 0 16px;
  }

  .offer-closure-text {
    font-size: 14px;
  }
}


/*Fim do décimo bloco*/
/*Início do décimo primeiro bloco*/

.bonus-section {
  width: 100%;
  background: #0D0D0D;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  padding: 90px 0;
  box-sizing: border-box;
}

.bonus-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* HEADER */

.bonus-header {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 46px;
}

.bonus-header-kicker {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(244, 177, 131, 0.18);
  background: rgba(217, 119, 87, 0.08);
  color: #FFD9C5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.bonus-header-title {
  margin: 0 0 14px;
  font-size: 46px;
  line-height: 1.14;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.7px;
}

.bonus-header-title .accent {
  background: linear-gradient(90deg, #FFFFFF 0%, #F4B183 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bonus-header-subtitle {
  margin: 0;
  font-size: 19px;
  line-height: 1.7;
  color: #C8D6F5;
}

/* GRID */

.bonus-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 70px;
  align-items: center;
}

/* COPY */

.bonus-copy {
  color: #F8F9FA;
  padding-left: 80px;
  border-left: 1px solid rgba(244, 177, 131, 0.15);
}

.bonus-kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #D97757;
  background: rgba(217, 119, 87, 0.10);
  border: 1px solid rgba(217, 119, 87, 0.18);
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.bonus-title {
  font-size: 40px;
  line-height: 1.12;
  font-weight: 900;
  margin: 0 0 18px;
  color: #FFFFFF;
}

.bonus-title .accent {
  background: linear-gradient(90deg, #FFFFFF, #F4B183);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bonus-text {
  font-size: 18px;
  line-height: 1.72;
  color: #C8D6F5;
  margin: 0 0 20px;
}

.bonus-text strong {
  color: #FFFFFF;
  font-weight: 800;
}

.bonus-points {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.bonus-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #E6EEFF;
  font-size: 17px;
  line-height: 1.55;
}

.bonus-check {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #D97757, #F4B183);
  color: #0D0D0D;
  font-weight: 900;
  font-size: 13px;
  margin-top: 2px;
}

/* CAROUSEL */

.bonus-carousel-wrap {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bonus-carousel {
  position: relative;
  width: 100%;
  max-width: 560px;
  height: 520px;
  perspective: 1400px;
}

.bonus-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: 450px;
  transform-style: preserve-3d;
  transition:
    transform 0.75s ease,
    opacity 0.75s ease,
    filter 0.75s ease;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #0F213D 0%, #0A192F 100%);
  border: 1px solid rgba(244, 177, 131, 0.16);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(244, 177, 131, 0.06);
  opacity: 0;
}

.bonus-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bonus-slide.is-center {
  transform: translate(-50%, -50%) translateZ(0) scale(1.08);
  opacity: 1;
  z-index: 5;
  filter: brightness(1);
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.52),
    0 0 34px rgba(244, 177, 131, 0.16);
}

.bonus-slide.is-left-1 {
  transform: translate(-50%, -50%) translateX(-170px) scale(0.88);
  opacity: 0.78;
  z-index: 4;
  filter: brightness(0.82);
}

.bonus-slide.is-right-1 {
  transform: translate(-50%, -50%) translateX(170px) scale(0.88);
  opacity: 0.78;
  z-index: 4;
  filter: brightness(0.82);
}

.bonus-slide.is-left-2 {
  transform: translate(-50%, -50%) translateX(-285px) scale(0.74);
  opacity: 0.36;
  z-index: 3;
  filter: brightness(0.65);
}

.bonus-slide.is-right-2 {
  transform: translate(-50%, -50%) translateX(285px) scale(0.74);
  opacity: 0.36;
  z-index: 3;
  filter: brightness(0.65);
}

.bonus-slide.is-hidden {
  transform: translate(-50%, -50%) scale(0.6);
  opacity: 0;
  z-index: 1;
  filter: brightness(0.5);
}

.bonus-carousel-ui {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 18px;
}

.bonus-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: all 0.25s ease;
}

.bonus-dot.active {
  width: 28px;
  background: linear-gradient(135deg, #D97757, #F4B183);
}

.bonus-caption {
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 440px;
  text-align: center;
  color: #DCE6FF;
  font-size: 15px;
  line-height: 1.5;
}

.bonus-caption strong {
  color: #FFFFFF;
}

/* RESPONSIVO */

@media (max-width: 980px) {
  .bonus-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .bonus-copy {
    text-align: center;
    order: 2;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(244, 177, 131, 0.15);
    padding-top: 24px;
  }

  .bonus-carousel-wrap {
    order: 1;
  }

  .bonus-points {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .bonus-section {
    padding: 60px 0;
  }

  .bonus-container {
    padding: 0 16px;
  }

  .bonus-header {
    margin-bottom: 28px;
  }

  .bonus-header-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .bonus-header-subtitle {
    font-size: 16px;
    line-height: 1.65;
  }

  .bonus-title {
    font-size: 30px;
  }

  .bonus-text {
    font-size: 16px;
  }

  .bonus-point {
    font-size: 16px;
  }

  .bonus-carousel-wrap {
    min-height: 430px;
  }

  .bonus-carousel {
    max-width: 360px;
    height: 380px;
  }

  .bonus-slide {
    width: 220px;
    height: 310px;
  }

  .bonus-slide.is-left-1 {
    transform: translate(-50%, -50%) translateX(-110px) scale(0.82);
  }

  .bonus-slide.is-right-1 {
    transform: translate(-50%, -50%) translateX(110px) scale(0.82);
  }

  .bonus-slide.is-left-2 {
    transform: translate(-50%, -50%) translateX(-180px) scale(0.68);
  }

  .bonus-slide.is-right-2 {
    transform: translate(-50%, -50%) translateX(180px) scale(0.68);
  }

  .bonus-caption {
    position: static;
    transform: none;
    margin-top: 18px;
    max-width: 100%;
  }
}


/*Fim do décimo primeiro bloco*/
/*Início do décimo segundo bloco*/

.guarantee-section {
  width: 100%;
  background: #070709;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  padding: 90px 0;
  box-sizing: border-box;
}

.guarantee-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.guarantee-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 46px;
  align-items: center;
}

.guarantee-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.guarantee-image-wrap {
  max-width: 420px;
}

.guarantee-image {
  width: 100%;
  max-width: 360px;
}

/* COPY */

.guarantee-copy {
  color: #F8F9FA;
}

.guarantee-kicker {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #D97757;
  background: rgba(217, 119, 87, 0.10);
  border: 1px solid rgba(217, 119, 87, 0.18);
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.guarantee-title {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 900;
  margin-bottom: 20px;
}

.guarantee-title .accent {
  background: linear-gradient(90deg, #FFFFFF, #F4B183);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.guarantee-plans {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.guarantee-plan {
  background: linear-gradient(180deg, #0F213D, #0A192F);
  border: 1px solid rgba(244, 177, 131, 0.16);
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
}

.guarantee-plan strong {
  color: #F4B183;
}

.guarantee-text {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 18px;
  color: #E6EEFF;
}

/* BOX FINAL (REFORÇO DE DECISÃO) */

.guarantee-box {
  margin-top: 26px;
  padding: 22px;
  border-radius: 20px;

  background: linear-gradient(180deg,
      rgba(10, 25, 47, 0.95),
      rgba(5, 15, 30, 0.98));

  border: 1px solid rgba(244, 177, 131, 0.22);

  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.35),
    0 0 20px rgba(244, 177, 131, 0.08);
}

.guarantee-box p {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
}

/* RESPONSIVO */

@media (max-width: 980px) {
  .guarantee-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .guarantee-plans {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .guarantee-section {
    padding: 60px 0;
  }

  .guarantee-title {
    font-size: 30px;
  }

  .guarantee-text {
    font-size: 16px;
  }

  .guarantee-box p {
    font-size: 20px;
  }
}


/*Fim do décimo segundo bloco*/
/*Início do décimo terceiro bloco*/

.authority-section {
  width: 100%;
  background: #0D0D0D;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  padding: 90px 0;
  box-sizing: border-box;
}

.authority-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.authority-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.authority-copy {
  color: #FFFFFF;
}

.authority-title {
  margin: 0 0 26px;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 900;
  color: #FFFFFF;
}

.authority-title .accent {
  background: linear-gradient(90deg, #FFFFFF 0%, #F4B183 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.authority-text {
  font-size: 18px;
  line-height: 1.8;
  color: #E6EEFF;
  margin: 0 0 22px;
}

.authority-signature {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(244, 177, 131, 0.18);
}

.authority-signature-greeting {
  margin: 0 0 18px;
  font-size: 18px;
  color: #FFFFFF;
}

.authority-signature-script {
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 42px;
  color: #F4B183;
  margin: 0;
  line-height: 1;
}

.authority-signature-role {
  margin-top: 8px;
  font-size: 14px;
  color: #C8D6F5;
}

.authority-photo-wrap {
  display: flex;
  justify-content: center;
  align-items: end;
}

.authority-photo-card {
  width: 100%;
  max-width: 460px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(244, 177, 131, 0.16);
  background: linear-gradient(180deg, #0F213D 0%, #0A192F 100%);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.42),
    0 0 34px rgba(217, 119, 87, 0.08);
}

.authority-photo {
  width: 100%;
  display: block;
}

@media (max-width: 1024px) {
  .authority-grid {
    grid-template-columns: 1fr;
  }

  .authority-photo-wrap {
    order: -1;
  }

  .authority-copy {
    text-align: center;
  }

  .authority-signature {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .authority-section {
    padding: 60px 0;
  }

  .authority-container {
    padding: 0 16px;
  }

  .authority-title {
    font-size: 28px;
  }

  .authority-text {
    font-size: 16px;
    line-height: 1.75;
  }

  .authority-signature-script {
    font-size: 34px;
  }
}

/*Fim do décimo terceiro bloco*/
/*Início do décimo quarto bloco*/

.faq-section {
  width: 100%;
  background: #070709;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  padding: 100px 0;
  box-sizing: border-box;
}

.faq-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.faq-title {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 900;
  color: #FFFFFF;
}

.faq-subtitle {
  margin: 0;
  font-size: 18px;
  line-height: 1.65;
  color: #A0AEC0;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.01);
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
  overflow: hidden;
}

.faq-item.active {
  background: linear-gradient(180deg, #0F213D 0%, #0A192F 100%);
  border-color: rgba(244, 177, 131, 0.16);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.26),
    0 0 20px rgba(244, 177, 131, 0.06);
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 24px 26px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  cursor: pointer;
  box-sizing: border-box;
}

.faq-item.active .faq-question {
  padding-bottom: 14px;
}

.faq-icon {
  color: #F4B183;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  font-size: 26px;
  line-height: 1;
  margin-top: -1px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq-answer-card {
  margin: 0 26px 22px;
  padding: 18px 18px 4px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(244, 177, 131, 0.10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.faq-answer p {
  font-size: 16px;
  color: #E6EEFF;
  line-height: 1.78;
  font-weight: 500;
  margin: 0 0 16px;
}

@media (max-width: 768px) {
  .faq-section {
    padding: 60px 0;
  }

  .faq-container {
    padding: 0 16px;
  }

  .faq-header {
    margin-bottom: 36px;
  }

  .faq-title {
    font-size: 28px;
  }

  .faq-subtitle {
    font-size: 16px;
  }

  .faq-question {
    padding: 20px 18px;
    font-size: 16px;
    gap: 12px;
  }

  .faq-item.active .faq-question {
    padding-bottom: 12px;
  }

  .faq-answer-card {
    margin: 0 18px 18px;
    padding: 16px 14px 2px;
  }

  .faq-answer p {
    font-size: 15px;
    line-height: 1.7;
  }
}

/*Fim do décimo quarto bloco*/
/*Início do décimo quinto bloco*/

.final-cta-section {
  width: 100%;
  background:
    radial-gradient(circle at top center, rgba(217, 119, 87, 0.08) 0%, transparent 28%),
    linear-gradient(180deg, #0D0D0D 0%, #0A0A0A 100%);
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  padding: 100px 0;
  box-sizing: border-box;
}

.final-cta-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.final-cta-header {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 54px;
}

.final-cta-kicker {
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(244, 177, 131, 0.25);
  background: rgba(217, 119, 87, 0.12);
  color: #FFD9C5;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.final-cta-title {
  margin: 0;
  font-size: 50px;
  line-height: 1.12;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.8px;
}

.final-cta-title .accent {
  background: linear-gradient(90deg, #FFFFFF 0%, #F4B183 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.objection-heatmap {
  margin-top: 68px;
}

.objection-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.objection-card {
  border-radius: 20px;
  background: linear-gradient(180deg, #0F213D 0%, #0A192F 100%);
  border: 1px solid rgba(244, 177, 131, 0.14);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.30),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  padding: 24px 22px 22px;
  transition: all 0.32s ease;
}

.objection-card:hover {
  transform: translateY(-5px);
  border-color: rgba(244, 177, 131, 0.28);
}

.objection-persona {
  display: inline-block;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFD9C5;
  background: rgba(217, 119, 87, 0.08);
  border: 1px solid rgba(244, 177, 131, 0.16);
}

.objection-title {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
  color: #FFFFFF;
}

.objection-list {
  display: grid;
  gap: 12px;
}

.objection-item {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.objection-item:first-child {
  border-top: none;
  padding-top: 0;
}

.objection-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #0D0D0D;
  background: linear-gradient(135deg, #F4B183 0%, #D97757 100%);
}

.objection-text {
  font-size: 15px;
  line-height: 1.65;
  color: #DCE6FF;
}

.objection-footer {
  margin-top: 30px;
  text-align: center;
}

.final-cta-subtitle {
  max-width: 860px;
  margin: 0 auto 22px;
  font-size: 22px;
  line-height: 1.65;
  color: #D7E3FF;
}

.final-cta-subtitle strong {
  color: #FFFFFF;
  font-weight: 900;
}

.final-cta-main {
  display: flex;
  justify-content: center;
}

.final-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 560px;
  min-height: 64px;
  padding: 18px 28px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #FFFFFF;
  background: linear-gradient(135deg, #F4B183 0%, #D97757 100%);
  box-shadow: 0 18px 34px rgba(217, 119, 87, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.final-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 38px rgba(217, 119, 87, 0.38);
}

.final-cta-secondary {
  margin-top: 12px;
  text-align: center;
  font-size: 14px;
  color: #AFC0E8;
}

@media (max-width: 1024px) {
  .final-cta-title {
    font-size: 40px;
  }

  .final-cta-subtitle {
    font-size: 19px;
  }

  .objection-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .final-cta-section {
    padding: 70px 0;
  }

  .final-cta-container {
    padding: 0 16px;
  }

  .final-cta-title {
    font-size: 30px;
    line-height: 1.18;
  }

  .final-cta-subtitle {
    font-size: 17px;
    line-height: 1.65;
  }

  .objection-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .objection-tag {
    justify-self: start;
  }

  .final-cta-btn {
    max-width: 100%;
    font-size: 15px;
  }
}

/*Fim do décimo quinto bloco*/
/*Início do décimo sexto bloco*/

.value-section {
  width: 100%;
  padding: 100px 20px;
  background: linear-gradient(180deg, #0A0A0A 0%, #0D0D0D 100%);
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

.value-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: stretch;
}

/* LEFT */

.value-left {
  background: linear-gradient(180deg, #0F213D 0%, #0A192F 100%);
  border-radius: 22px;
  padding: 40px 32px;
  border: 1px solid rgba(244, 177, 131, 0.18);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.30),
    0 0 0 1px rgba(244, 177, 131, 0.05);
}

.value-title {
  font-size: 30px;
  line-height: 1.12;
  font-weight: 900;
  color: #F4B183;
  margin-bottom: 30px;
  letter-spacing: -0.4px;
}

.value-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.value-item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px dashed rgba(244, 177, 131, 0.28);
  font-size: 16px;
  color: #DCE6FF;
}

.value-item span:first-child {
  line-height: 1.5;
}

.value-item span:last-child {
  color: #FFD9C5;
  font-weight: 800;
  white-space: nowrap;
}

.value-total {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(244, 177, 131, 0.32);
  font-size: 32px;
  font-weight: 900;
  color: #FFFFFF;
  text-align: right;
}

.value-total span {
  display: inline-block;
  margin-left: 10px;
  text-decoration: line-through;
  color: #F4B183;
}

/* RIGHT */

.value-right {
  position: relative;
  border-radius: 24px;
  padding: 34px 30px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #FE9501 0%, #F14732 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.42),
    0 0 30px rgba(241, 71, 50, 0.18);
  overflow: hidden;
}

.value-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.10), transparent 20%),
    radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.06), transparent 24%);
  pointer-events: none;
}

.value-badge,
.value-old,
.value-new-label,
.value-price-wrap,
.value-note,
.value-emphasis,
.value-cta {
  position: relative;
  z-index: 1;
}

.value-badge {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF;
  background: rgba(13, 13, 13, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 8px 14px;
  border-radius: 999px;
  align-self: flex-start;
  margin-bottom: 18px;
  letter-spacing: 1px;
}

.value-old {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 6px;
}

.value-old s {
  font-weight: 900;
  color: #FFFFFF;
  opacity: 0.88;
}

.value-new-label {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 10px;
  font-weight: 700;
}

.value-price-wrap {
  margin-bottom: 14px;
}

.value-price {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  line-height: 1;
  color: #FFFFFF;
}

.value-currency {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 14px;
}

.value-main {
  font-size: 110px;
  font-weight: 900;
  letter-spacing: -3px;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.value-period {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 18px;
}

.value-note {
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.value-note strong {
  font-weight: 900;
}

.value-emphasis {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.96);
  margin-bottom: 26px;
}

.value-cta {
  margin-top: auto;
  background: #0D0D0D;
  color: #FFFFFF;
  padding: 20px 18px;
  border-radius: 14px;
  text-align: center;
  font-weight: 900;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.22);
  transition: all 0.3s ease;
}

.value-cta:hover {
  transform: translateY(-3px);
  background: #000000;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.28);
}

/* HEADER DA SEÇÃO */

.value-header {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 50px;
}

.value-header-kicker {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(244, 177, 131, 0.18);
  background: rgba(217, 119, 87, 0.08);
  color: #FFD9C5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.value-header-title {
  margin: 0 0 16px;
  font-size: 46px;
  line-height: 1.15;
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: -0.6px;
}

.value-header-title .accent {
  background: linear-gradient(90deg, #FFFFFF 0%, #F4B183 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.value-header-subtitle {
  margin: 0;
  font-size: 19px;
  line-height: 1.7;
  color: #C8D6F5;
}

/* RESPONSIVO */

@media (max-width: 768px) {

  .value-header-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .value-header-subtitle {
    font-size: 16px;
  }

}

/* RESPONSIVO */

@media (max-width: 900px) {
  .value-container {
    grid-template-columns: 1fr;
  }

  .value-main {
    font-size: 86px;
  }
}

@media (max-width: 768px) {
  .value-section {
    padding: 70px 16px;
  }

  .value-left,
  .value-right {
    padding: 28px 22px;
  }

  .value-title {
    font-size: 28px;
  }

  .value-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .value-total {
    text-align: left;
    font-size: 22px;
  }

  .value-total span {
    margin-left: 0;
    display: block;
    margin-top: 8px;
  }

  .value-currency {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .value-main {
    font-size: 72px;
  }

  .value-period {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .value-cta {
    font-size: 15px;
  }
}







/*Fim do décimo sexto bloco*/
/*Início do footer*/


.footer {
  width: 100%;
  background: #0A0A0A;
  padding: 60px 0 30px;
  font-family: 'Segoe UI', Roboto, sans-serif;
  color: #C8D6F5;
}

.footer-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 30px;
}

.footer-logo {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 10px;
}

.footer-tagline {
  font-size: 14px;
  line-height: 1.6;
}

.footer-links h4,
.footer-support h4 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #FFFFFF;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #C8D6F5;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  color: #F4B183;
}

.footer-support p {
  margin: 0;
  font-size: 14px;
}

.footer-support span {
  font-size: 12px;
  color: #8892B0;
}

.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 20px 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-legal {
  font-size: 12px;
  line-height: 1.6;
}

.footer-security {
  display: flex;
  gap: 18px;
  font-size: 13px;
}

.footer-security span {
  color: #AFC0E8;
}

@media (max-width: 768px) {
  .footer-top {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }
}

/* Botão flutuante WhatsApp */

.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px 14px 16px;
  border-radius: 999px;
  background: #25D366;
  color: #FFFFFF;
  text-decoration: none;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  box-shadow:
    0 8px 28px rgba(37, 211, 102, 0.45),
    0 2px 8px rgba(0, 0, 0, 0.18);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
  animation: wppPulse 2.6s ease-in-out infinite;
}

.whatsapp-float:hover {
  background: #1ebe5d;
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    0 14px 36px rgba(37, 211, 102, 0.52),
    0 4px 12px rgba(0, 0, 0, 0.20);
  animation: none;
}

.whatsapp-float__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.whatsapp-float__label {
  white-space: nowrap;
}

@keyframes wppPulse {
  0%, 100% {
    box-shadow:
      0 8px 28px rgba(37, 211, 102, 0.45),
      0 2px 8px rgba(0, 0, 0, 0.18);
  }
  50% {
    box-shadow:
      0 8px 36px rgba(37, 211, 102, 0.70),
      0 2px 8px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px);
  }
}

@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 18px;
    right: 18px;
    padding: 12px 16px 12px 14px;
    font-size: 14px;
  }

  .whatsapp-float__icon {
    width: 24px;
    height: 24px;
  }
}