:root {
  --gold: #F5E4B8;
  --gold2: #F2D17A;
  --bg: #F8FAFC;
  --ink: #0F172A;
  --muted: #475569;
  --card: #FFFFFF;
  --line: #E2E8F0;
  --accent: #F5E4B8;
  --accentDark: #C9A85A;
  --primary: #F2D17A;
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 90px
}

* {
  box-sizing: border-box
}

html,
body {
  margin: 0;
  padding: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto
}

img {
  max-width: 100%;
  display: block
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px
}

.center {
  text-align: center
}

.small {
  font-size: .9rem;
  color: var(--muted)
}

.btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 14px;
  border: 1px solid var(--line);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .3px;
  transition: transform .15s ease, box-shadow .2s ease, opacity .2s ease
}

.btn.cta {
  background: linear-gradient(90deg, var(--accent), var(--primary));
  color: #fff;
  border: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12)
}

.btn.buy {
  background: linear-gradient(90deg, var(--primary), var(--accentDark));
  color: #fff;
  border: none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .15)
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .18)
}

.btn:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .14)
}

/* botão bônus dourado */
.btn.bonus {
  background: linear-gradient(90deg, #F2D17A, #C9A85A);
  color: #1a1a1a;
  border: none;
  box-shadow: 0 12px 28px rgba(201, 168, 90, .35), inset 0 1px 0 rgba(255, 255, 255, .6);
  padding: 14px 24px;
  border-radius: 999px;
  letter-spacing: .4px;
  position: relative;
  overflow: hidden;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .45)
}

.btn.bonus:after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  transform: skewX(-20deg);
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, .65), transparent);
  animation: shine 2.6s linear infinite
}

.btn.bonus:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(201, 168, 90, .45)
}

.btn.bonus:active {
  transform: translateY(0);
  box-shadow: 0 10px 22px rgba(201, 168, 90, .35)
}

@keyframes shine {
  0% {
    left: -40%
  }

  100% {
    left: 140%
  }
}

.cta-center,
.plan-box .cta-center,
.value-offer .vo-cta {
  display: flex;
  justify-content: center
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: saturate(1.1) blur(6px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 24px rgba(2, 8, 23, .06)
}

.brand img {
  height: 72px
}

.toprow {
  display: flex;
  align-items: center;
  gap: 14px
}

.nav {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-left: auto
}

.nav a {
  color: #334155;
  text-decoration: none;
  font-weight: 700
}

.hero {
  position: relative;
  overflow: hidden
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(245, 228, 184, .85), rgba(242, 209, 122, .85)), url('assets/img/hero-golden.png') center/cover no-repeat;
  filter: saturate(1.05)
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  align-items: center;
  padding: 46px 0
}

.hero h1 {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(28px, 4.6vw, 56px);
  line-height: 1.05;
  margin: 0 0 10px;
  color: #5b3b00
}

.brand-name {
  white-space: nowrap
}

.brand-bibli {
  color: #9a4a00
}

.brand-colors {
  display: inline-block;
  background: linear-gradient(90deg, #ef4444 0%, #f59e0b 16%, #fbbf24 32%, #22c55e 48%, #3b82f6 64%, #8b5cf6 80%, #ef4444 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-size: 300% 100%;
  animation: rainbowFlow 8s linear infinite
}

@keyframes rainbowFlow {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

.highlight {
  position: relative;
  padding: 0 .1em;
  color: #5b3b00
}

.highlight:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: .06em;
  height: .42em;
  background: linear-gradient(90deg, #f1d38a 0%, #e8c36a 50%, #f9e7b8 100%);
  z-index: -1;
  border-radius: .25em;
  filter: saturate(1.15)
}

.hero .lead {
  font-size: 1.1rem;
  color: #6b4b10
}

.checks {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  color: #5b3b00
}

.checks li {
  margin: 6px 0
}

.tablet {
  background: #fff;
  border: 8px solid #222;
  border-radius: 24px;
  padding: 8px;
  box-shadow: 0 20px 40px rgba(2, 8, 23, .25)
}

.price-section {
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  background: #fff
}

.price-section .de {
  font-weight: 800;
  letter-spacing: .8px
}

.price-section .de span {
  text-decoration: line-through;
  color: #ef4444
}

.price-section .por {
  margin: 6px 0 0;
  font-weight: 800
}

.price-section .preco {
  margin: 6px 0;
  font-weight: 900;
  font-size: clamp(28px, 6vw, 56px);
  color: #16a34a
}

.price-section .btn {
  font-size: .95rem
}

.sobre {
  padding: 20px 0;
  background: #fff
}

.sobre p {
  max-width: 900px;
  margin: 10px auto;
  color: #334155
}

.plan-box {
  padding: 26px 0 10px;
  background: #111827;
  color: #f9fafb
}

.plan-box h2 {
  font-family: 'Baloo 2', cursive;
  text-align: center;
  margin: 0 0 14px
}

.plan-box .box {
  border: 3px dashed #22c55e;
  border-radius: 18px;
  background: #1f2937;
  max-width: 820px;
  margin: 0 auto;
  padding: 16px 16px 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .45)
}

.plan-box .badge {
  background: #ef4444;
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  display: inline-block;
  margin: -32px 0 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 900
}

.plan-box .list {
  list-style: none;
  padding: 0;
  margin: 6px 0 10px
}

.plan-box .list li {
  margin: 6px 0
}

.plan-box .total {
  border-top: 1px solid #374151;
  margin: 10px 0 10px;
  padding-top: 10px;
  text-align: center
}

.plan-box .total .hoje {
  color: #d1d5db;
  margin: 4px 0
}

.plan-box .total .preco {
  font-size: clamp(28px, 6vw, 56px);
  color: #22c55e;
  margin: 2px 0 8px;
  font-weight: 900
}

.plan-box .box .obs {
  text-align: center !important;
  display: block;
  width: 100%;
  margin: 10px auto 0
}

.conteudo h2,
.bonus h2,
.galeria h2,
.faq h2,
.testimonials .section-title {
  font-family: 'Baloo 2', cursive;
  font-size: clamp(24px, 3.6vw, 40px);
  margin: 0 0 14px;
  text-align: center
}

.conteudo {
  padding: 26px 0 10px
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px
}

.card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 16px;
  border-radius: 16px;
  text-align: center
}

.card h3 {
  margin: 0 0 6px
}

.bonus {
  padding: 20px 0 10px;
  background: #fff
}

.bonus h2 span {
  color: #2563eb
}

.bonus-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px
}

.bcard {
  background: #fff;
  border: 2px solid #2563eb;
  border-radius: 14px;
  padding: 12px;
  text-align: center
}

.bcard .tag {
  background: #2563eb;
  color: #fff;
  padding: 4px 10px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 800
}

.bcard .valor {
  color: #ef4444;
  font-weight: 800
}

.galeria {
  padding: 20px 0
}

.carousel {
  position: relative;
  max-width: 500px;
  margin: 0 auto
}

.carousel-viewport {
  aspect-ratio: 3/4;
  height: auto;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 26px rgba(2, 8, 23, .08)
}

.carousel-track {
  display: flex;
  height: 100%;
  transition: transform .4s ease
}

.carousel-slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  background: #fff
}

.carousel-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 8px 18px rgba(2, 8, 23, .18);
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  color: #111827
}

.carousel-btn.prev {
  left: -8px
}

.carousel-btn.next {
  right: -8px
}

.carousel-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 12px
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: #cbd5e1;
  cursor: pointer
}

.carousel-dots button[aria-current="true"] {
  background: #111827
}

.testimonials {
  padding: 64px 0;
  background: var(--bg)
}

.testimonials .section-title {
  font-family: 'Baloo 2', cursive;
  font-size: 2rem;
  margin: 0 0 24px;
  color: var(--ink)
}

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

.t-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(2, 8, 23, .04);
  position: relative;
  overflow: hidden
}

.t-card .stars {
  font-size: 1.1rem;
  color: #fbbf24;
  margin-bottom: 8px
}

.t-author {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 600
}

.testimonials p {
  color: var(--ink);
  line-height: 1.6;
  font-weight: 500
}

.testimonials .t-card {
  border-color: rgba(15, 23, 42, .08)
}

.value-offer {
  padding: 28px 0 42px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%)
}

.value-offer .vo-wrap {
  max-width: 980px;
  margin: 0 auto
}

.vo-card {
  background: #fff;
  border: 1px solid #e6eef9;
  border-radius: 22px;
  padding: 24px 22px;
  box-shadow: 0 18px 40px rgba(16, 24, 40, .08);
  text-align: center
}

.vo-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 800;
  font-size: .85rem;
  color: #075985;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
  margin-bottom: 10px
}

.vo-title {
  margin: 6px 0 10px;
  font-family: 'Baloo 2', cursive;
  font-size: clamp(22px, 3.2vw, 36px);
  line-height: 1.18;
  color: #0f172a
}

.vo-sub {
  margin: 0 0 14px;
  font-size: clamp(15px, 2.1vw, 18px);
  color: #0b1324
}

.vo-high {
  color: #0b1324;
  font-weight: 800
}

.only17-text {
  background: linear-gradient(90deg, #F2D17A, #C9A85A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 900
}

.faq {
  padding: 12px 0 40px
}

details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  margin: 10px 0
}

.footer {
  background: #0f172a;
  color: #e5e7eb;
  margin-top: 10px
}

.foot {
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr;
  gap: 24px;
  padding: 28px 0
}

.fcol h4 {
  margin: 0 0 10px;
  font-size: .95rem;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-weight: 800;
  color: #cbd5e1
}

.f-logo {
  height: 72px;
  margin-bottom: 10px;
  border-radius: 14px
}

.fcol p {
  color: #c7d2fe
}

.fcol ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.fcol li {
  margin: 8px 0
}

.fcol a {
  color: #93c5fd;
  text-decoration: none
}

.fcol a:hover {
  text-decoration: underline
}

.fcol-about .social {
  display: flex;
  gap: 14px;
  margin-top: 12px
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #93c5fd;
  text-decoration: none
}

.social-link:hover {
  opacity: .9
}

.fcol-cta .trust {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px
}

.trust-item {
  background: #0b1220;
  border: 1px solid #182234;
  color: #dbeafe;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: .8rem
}

.copy {
  border-top: 1px solid #182234;
  padding: 10px 0;
  background: #0b1220;
  text-align: center;
  color: #94a3b8
}

@media (max-width:1024px) {
  .carousel {
    max-width: 520px
  }
}

@media (max-width:900px) {
  .nav a {
    display: none
  }

  .hero-grid {
    grid-template-columns: 1fr
  }

  .foot {
    grid-template-columns: 1fr
  }

  .fcol-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .social {
    flex-wrap: wrap
  }

  .carousel {
    max-width: 420px
  }

  .carousel-btn.prev {
    left: 6px
  }

  .carousel-btn.next {
    right: 6px
  }
}

@media (max-width:480px) {
  .carousel {
    max-width: 340px
  }
}

@media (max-width: 1024px) {
  .t-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .t-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .t-card {
    padding: 16px;
  }

  .testimonials .section-title {
    font-size: 1.6rem;
  }
}

.t-card,
.t-card p,
.t-card .t-author {
  word-break: normal;
  overflow-wrap: anywhere;
}