:root {
  --bg: #0b0f14;
  --bg-elev: #121821;
  --bg-card: rgba(18, 24, 33, 0.78);
  --gold: #d4af37;
  --gold-bright: #fbbf24;
  --gold-dim: rgba(212, 175, 55, 0.16);
  --gold-border: rgba(212, 175, 55, 0.32);
  --text: #f5f7fb;
  --text-dim: #9aa4b2;
  --danger: #f87171;
  --ok: #34d399;
  --radius: 1.15rem;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
  --announcement-h: 42px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

body.promo-sticky-pad {
  padding-bottom: 5.5rem;
}

h1, h2, h3, .display-font {
  font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
  letter-spacing: -0.03em;
}

a {
  color: var(--gold-bright);
}

a:hover {
  color: #fde68a;
}

.announcement-bar {
  background: linear-gradient(90deg, #1a1408, #3a2d10 50%, #1a1408);
  border-bottom: 1px solid var(--gold-border);
  font-size: 0.82rem;
  font-weight: 600;
  color: #f8e7b0;
  min-height: var(--announcement-h);
}

.announcement-bar a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.promo-nav {
  background: rgba(11, 15, 20, 0.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  top: 0;
  z-index: 1030;
}

.navbar-brand {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  color: #fff !important;
  letter-spacing: -0.04em;
}

.brand-lite {
  color: var(--gold-bright);
}

.navbar-nav .nav-link {
  color: var(--text-dim);
  font-weight: 600;
  font-size: 0.92rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-toggler {
  border-color: var(--gold-border);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-gold {
  background: linear-gradient(135deg, #b45309, #fbbf24);
  border: 0;
  color: #1a1204;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(251, 191, 36, 0.22);
}

.btn-gold:hover,
.btn-gold:focus {
  background: linear-gradient(135deg, #c26a12, #fcd34d);
  color: #1a1204;
}

.btn-ghost {
  border: 1px solid var(--gold-border);
  color: #f8e7b0;
  background: transparent;
  font-weight: 700;
}

.btn-ghost:hover {
  background: var(--gold-dim);
  color: #fff;
  border-color: var(--gold);
}

.btn-whatsapp {
  background: #128c7e;
  border: 0;
  color: #fff;
  font-weight: 700;
}

.btn-whatsapp:hover {
  background: #0e7468;
  color: #fff;
}

.hero {
  position: relative;
  padding: 4.5rem 0 3.5rem;
  background:
    radial-gradient(120% 80% at 80% 0%, rgba(212, 175, 55, 0.16), transparent 55%),
    radial-gradient(90% 70% at 10% 80%, rgba(52, 211, 153, 0.06), transparent 50%),
    var(--bg);
}

.hero-badge {
  display: inline-block;
  padding: 0.32rem 0.9rem;
  margin-bottom: 1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1204;
  background: linear-gradient(135deg, #b45309, #fbbf24);
  border-radius: 999px;
}

.hero h1 {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: 1rem;
}

.hero .lead {
  color: var(--text-dim);
  font-size: 1.08rem;
  max-width: 38rem;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  margin: 1.75rem 0 1.5rem;
}

.hero-stats strong {
  display: block;
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--gold-bright);
  line-height: 1.1;
}

.hero-stats span {
  color: var(--text-dim);
  font-size: 0.86rem;
}

.shot-frame {
  position: relative;
  border-radius: 1.25rem;
  border: 1px solid var(--gold-border);
  background:
    radial-gradient(120% 90% at 50% 0%, rgba(212, 175, 55, 0.18), transparent 70%),
    #0a0d12;
  box-shadow: var(--shadow);
  padding: 1.5rem 1.1rem 1.1rem;
  cursor: zoom-in;
}

.shot-frame::before {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 1rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 16px 0 0 #f59e0b, 32px 0 0 #16a34a;
}

.shot-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.section {
  padding: 4.5rem 0;
}

.section-muted {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.section-kicker {
  display: inline-block;
  color: var(--gold-bright);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.55rem;
}

.section h2 {
  font-size: clamp(1.6rem, 3.2vw, 2.3rem);
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.section-sub {
  color: var(--text-dim);
  max-width: 42rem;
}

.glass-card {
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius);
  padding: 1.35rem 1.3rem;
  height: 100%;
  backdrop-filter: blur(10px);
}

.glass-card:hover {
  border-color: var(--gold-border);
}

.glass-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.glass-card p {
  color: var(--text-dim);
  margin: 0;
  font-size: 0.94rem;
}

.icon-pill {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gold-dim);
  color: var(--gold-bright);
  margin-bottom: 0.85rem;
  font-size: 1.15rem;
}

.flow-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.flow-chip {
  background: var(--bg-elev);
  border: 1px solid var(--gold-border);
  color: var(--gold-bright);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
}

.flow-arrow {
  color: var(--text-dim);
}

.shot-grid .shot-card {
  background: var(--bg-elev);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
}

.shot-card button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: zoom-in;
  width: 100%;
}

.shot-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: top;
}

.shot-card .caption {
  padding: 0.95rem 1rem 1.1rem;
}

.shot-card .kicker {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--gold-bright);
  margin-bottom: 0.25rem;
}

.shot-card h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.shot-card p {
  color: var(--text-dim);
  font-size: 0.88rem;
  margin: 0;
}

.deep-dive {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.deep-dive .shot-frame {
  cursor: zoom-in;
}

.note-warn {
  border-left: 3px solid var(--gold);
  background: rgba(212, 175, 55, 0.08);
  border-radius: 0 0.85rem 0.85rem 0;
  padding: 0.95rem 1rem;
  color: var(--text-dim);
  font-size: 0.92rem;
}

.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.compare-table th,
.compare-table td {
  padding: 0.95rem 1rem;
  vertical-align: top;
}

.compare-table thead th {
  background: #161d27;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.compare-table tbody td {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(18, 24, 33, 0.7);
  color: var(--text-dim);
  font-size: 0.92rem;
}

.compare-table tbody td:first-child {
  color: #fff;
  font-weight: 700;
}

.compare-table .pain {
  color: #f3b4b4;
}

.compare-table .gain {
  color: #bbf7d0;
}

.fit-yes {
  border-color: rgba(52, 211, 153, 0.28);
}

.fit-no {
  border-color: rgba(248, 113, 113, 0.28);
}

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

.get-list li {
  display: flex;
  gap: 0.7rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text-dim);
}

.get-list i {
  color: var(--ok);
  margin-top: 0.15rem;
}

.step-num {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--gold-dim);
  color: var(--gold-bright);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
}

.offer-card {
  background:
    radial-gradient(90% 80% at 100% 0%, rgba(212, 175, 55, 0.18), transparent 55%),
    var(--bg-elev);
  border: 1px solid var(--gold-border);
  border-radius: 1.4rem;
  padding: 2.2rem 1.6rem;
  box-shadow: var(--shadow);
}

.offer-badge {
  display: inline-block;
  background: var(--gold);
  color: #1a1204;
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  margin-bottom: 0.85rem;
}

.accordion-item {
  background: var(--bg-elev);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: var(--text);
}

.accordion-button {
  background: var(--bg-elev);
  color: #fff;
  font-weight: 700;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: #18202b;
  color: var(--gold-bright);
  box-shadow: none;
}

.accordion-button::after {
  filter: invert(1);
}

.accordion-body {
  color: var(--text-dim);
  background: #10161e;
}

.disclaimer {
  background: #10161e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  padding: 1.5rem;
  color: var(--text-dim);
  font-size: 0.92rem;
}

.final-cta {
  background:
    radial-gradient(80% 90% at 50% 0%, rgba(212, 175, 55, 0.2), transparent 60%),
    #0d1117;
  text-align: center;
}

.site-footer {
  background: #080b10;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--text-dim);
  padding: 2.5rem 0;
  font-size: 0.9rem;
}

.shot-frame:focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 4px;
}

.site-footer a {
  color: var(--text-dim);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--gold-bright);
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  display: none;
  background: rgba(11, 15, 20, 0.94);
  border-top: 1px solid var(--gold-border);
  backdrop-filter: blur(14px);
  padding: 0.7rem 1rem;
}

.sticky-cta.show {
  display: block;
}

.shot-modal-dialog {
  width: auto;
  max-width: min(92vw, 880px);
  margin: 1rem auto;
}

.shot-modal-dialog .modal-content {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.shot-modal-dialog .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0a0d12;
}

.lightbox-img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(92vw, 840px);
  max-height: 72vh;
  object-fit: contain;
  border-radius: 0.6rem;
}

.modal-content {
  background: #10161e;
  color: #fff;
  border: 1px solid var(--gold-border);
}

.modal-header,
.modal-footer {
  border-color: rgba(255, 255, 255, 0.08);
}

.btn-close {
  filter: invert(1);
}

@media (max-width: 991.98px) {
  .hero {
    padding-top: 2.75rem;
    text-align: center;
  }

  .hero .lead {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-stats {
    justify-content: center;
  }

  .hero-actions {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
