/* =========================================================
   Strong8K Media - Black + Gold Premium Theme (White Text)
   - Reviews marquee animation
   - Downloads cards (image + buttons)
   - Safe reveal system (won't blank if JS fails)
   ========================================================= */

:root{
  --bg0:#050505;
  --bg1:#0b0b0c;

  --card: rgba(255,255,255,.04);
  --card2: rgba(255,255,255,.06);

  --text: rgba(255,255,255,.95);
  --muted: rgba(255,255,255,.70);

  --gold:#d4af37;
  --gold2:#f5dd8a;

  --stroke: rgba(212,175,55,.22);
  --stroke2: rgba(255,255,255,.10);

  --shadow: 0 22px 60px rgba(0,0,0,.55);
  --radius-xl: 26px;
  --radius-lg: 20px;
}

html{ scroll-behavior:smooth; }
body{
  background:
    radial-gradient(900px 520px at 15% -10%, rgba(212,175,55,.14), transparent 55%),
    radial-gradient(900px 520px at 85% 0%, rgba(212,175,55,.08), transparent 55%),
    linear-gradient(180deg, var(--bg0), var(--bg1));
  color: var(--text);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*{ color-scheme: dark; }
a{ color: rgba(255,255,255,.92); }
a:hover{ color:#fff; }

.text-secondary{ color: var(--muted) !important; }
.hr-soft{ border-color: rgba(255,255,255,.10); }
section[id]{ scroll-margin-top: 90px; }

.text-gold{ color: var(--gold) !important; }

/* Accessibility */
.skip-link{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip-link:focus{
  left:1rem; top:1rem; width:auto; height:auto;
  padding:.6rem .8rem; border-radius:.8rem;
  background:#fff; color:#000; z-index:9999;
}

/* NAV */
.nav-glass{
  background: rgba(5,5,5,.72);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212,175,55,.12);
}
.navbar .nav-link{ color: rgba(255,255,255,.82); }
.navbar .nav-link:hover{ color:#fff; }
.navbar .nav-link.active{
  color:#fff; position: relative;
}
.navbar .nav-link.active::after{
  content:"";
  position:absolute;
  left:.25rem; right:.25rem; bottom:.25rem;
  height:2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  border-radius: 999px;
}
.offcanvas{ background: rgba(5,5,5,.96) !important; }

/* Sections */
.section{ padding: 88px 0; }
.section-title{ letter-spacing: -0.02em; }

.title-underline{
  width: 90px;
  height: 3px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  border-radius: 999px;
  opacity: .9;
}

/* Surfaces */
.glass{
  background: var(--card);
  border: 1px solid var(--stroke2);
  border-radius: var(--radius-lg);
}
.glass-2{
  background: var(--card2);
  border: 1px solid var(--stroke);
  border-radius: var(--radius-lg);
}

/* Hero */
.hero{ padding: 96px 0 56px; }

.hero-card{
  background:
    radial-gradient(700px 320px at 20% 0%, rgba(212,175,55,.16), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid rgba(212,175,55,.18);
  border-radius: var(--radius-xl);
  overflow:hidden;
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
}
.hero-chip{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.45rem .75rem;
  border-radius: 999px;
  background: rgba(212,175,55,.12);
  border: 1px solid rgba(212,175,55,.24);
  color:#fff;
  font-weight: 900;
}

/* Premium framed image */
.hero-media{
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,.25);
  background: rgba(0,0,0,.35);
  box-shadow: var(--shadow);
}
.hero-media::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: linear-gradient(135deg, rgba(212,175,55,.45), transparent 45%, rgba(212,175,55,.18));
  opacity:.45;
  pointer-events:none;
}
.hero-media img{
  width:100%;
  height:auto;
  display:block;
  transform: scale(1.03);
  filter: contrast(1.05) saturate(1.05);
}

/* Buttons */
.btn-primary{
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  border: 0;
  color:#0b0b0c !important;
  font-weight: 900;
}
.btn-primary:hover{
  filter: brightness(1.04);
  color:#0b0b0c !important;
}
.btn-outline-light{
  border-color: rgba(212,175,55,.42) !important;
  color:#fff !important;
}
.btn-outline-light:hover{
  background: rgba(212,175,55,.14) !important;
  border-color: rgba(212,175,55,.65) !important;
}

/* Pricing */
.price{
  font-size: 2rem;
  letter-spacing: -0.03em;
}
.pricing-card{ position: relative; }
.pricing-offer{
  border-color: rgba(212,175,55,.30) !important;
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
}
.badge-soft{
  background: rgba(212,175,55,.14);
  border: 1px solid rgba(212,175,55,.24);
  color:#fff;
}

/* FAQ accordion */
.accordion-button{ color:#fff !important; box-shadow:none !important; }
.accordion-button::after{ filter: invert(1); opacity: .85; }
.accordion-button:not(.collapsed){
  background: rgba(212,175,55,.08) !important;
  color:#fff !important;
}
.accordion-item{ border-color: rgba(255,255,255,.08) !important; }

/* Forms */
.form-control, .form-select{
  color:#fff !important;
  background: rgba(0,0,0,.18) !important;
  border-color: rgba(255,255,255,.18) !important;
}
.form-control::placeholder{ color: rgba(255,255,255,.55); }
.form-control:focus, .form-select:focus{
  border-color: rgba(212,175,55,.55) !important;
  box-shadow: 0 0 0 .18rem rgba(212,175,55,.12) !important;
}

/* =========================
   REVIEWS MARQUEE (FIXED)
   ========================= */
.reviews-marquee{
  overflow: hidden;
  position: relative;
  padding: 16px;
  /* nice fade edges */
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.reviews-track{
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 14px;
  width: max-content;
  will-change: transform;
  animation: reviews-scroll 38s linear infinite;
}

.reviews-marquee:hover .reviews-track{
  animation-play-state: paused;
}

.review-card{
  flex: 0 0 auto;
  width: 340px;
  min-width: 340px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  padding: 16px;
}

@keyframes reviews-scroll{
  0%{ transform: translateX(0); }
  100%{ transform: translateX(-50%); }
}

/* IMPORTANT:
   If your Windows/Browser has "Reduce motion" enabled,
   the next block (if exists in your CSS) will STOP animation.
   Remove/disable it if you want animation always.
*/
/*
@media (prefers-reduced-motion: reduce){
  .reviews-track{ animation: none !important; transform: none !important; }
}
*/

/* Downloads */
.download-card{ overflow: hidden; }
.download-img{
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(212,175,55,.18);
  background: rgba(0,0,0,.25);
}
.download-img img{
  width: 100%;
  height: 170px;
  object-fit: cover;
  display:block;
  filter: contrast(1.05) saturate(1.05);
}

/* Credits table */
.table-credits{
  border-color: rgba(255,255,255,.10) !important;
}
.table-credits th, .table-credits td{
  color: rgba(255,255,255,.92) !important;
  border-color: rgba(255,255,255,.08) !important;
}
.table-credits thead th{
  color: rgba(255,255,255,.75) !important;
}

/* Footer */
.footer{
  background: rgba(0,0,0,.18);
  border-top: 1px solid rgba(212,175,55,.12);
}

/* WhatsApp floating button */
.wa-fab{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#fff !important;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 14px 36px rgba(0,0,0,.45);
  z-index: 9999;
}
.wa-fab i{ font-size: 1.45rem; }
.wa-fab::after{
  content:"";
  position:absolute;
  inset:-8px;
  border-radius: 26px;
  border: 1px solid rgba(34,197,94,.35);
  animation: pulse 1.6s ease-out infinite;
}
@keyframes pulse{
  0%{ transform: scale(.92); opacity:.0; }
  20%{ opacity:.6; }
  100%{ transform: scale(1.14); opacity:0; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  .wa-fab::after{ animation:none; }
  .reviews-track{ animation: none; transform: none; }
}

/* =========================
   SAFE REVEAL SYSTEM
   - Default: visible (NO blank page)
   - If JS loads: html.reveal-on enables animation
   ========================= */
.reveal{ opacity: 1; transform: none; }

html.reveal-on .reveal{
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .6s ease, transform .6s ease;
}
html.reveal-on .reveal.is-visible{
  opacity: 1;
  transform: none;
}

/* =========================
   SUBSCRIBE WIZARD MODAL
   ========================= */
.modal-dark{
  background: rgba(5,5,5,.96);
  color: rgba(255,255,255,.95);
  border: 1px solid rgba(212,175,55,.18);
  border-radius: 20px;
}
.modal-dark .modal-header{
  background: rgba(255,255,255,.02);
}
.wizard-stepper{
  position: relative;
}
.wizard-progress{
  height: 6px;
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  overflow: hidden;
}
.wizard-progress span{
  display:block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, rgba(212,175,55,.35), rgba(212,175,55,.95));
}
.wizard-dots{
  display:flex;
  justify-content: space-between;
  margin-top: 10px;
}
.wizard-dots .dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(212,175,55,.18);
}
.wizard-dots .dot.active{
  background: rgba(212,175,55,.95);
  box-shadow: 0 0 0 6px rgba(212,175,55,.12);
}

.wizard-list .wizard-item{
  background: transparent;
  border-color: rgba(255,255,255,.08);
  color: #fff;
  padding: 14px 12px;
}
.wizard-list .wizard-item:hover{
  background: rgba(212,175,55,.06);
}
.wizard-radio{
  width: 18px;
  height: 18px;
}

.wizard-choice.active{
  border-color: rgba(212,175,55,.75) !important;
  background: rgba(212,175,55,.14) !important;
}

/* =========================
   MODAL PRO (WIZARD)
   ========================= */
.modal-pro{
  background:
    radial-gradient(800px 420px at 15% 0%, rgba(212,175,55,.16), transparent 55%),
    radial-gradient(800px 420px at 85% 0%, rgba(212,175,55,.10), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.02));
  border: 1px solid rgba(212,175,55,.18);
  border-radius: 22px;
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
}
.wizard-wrap{
  padding: 4px 2px;
}
.wizard-side{
  padding: 18px;
  position: sticky;
  top: 16px;
  border: 1px solid rgba(255,255,255,.10);
}
.wizard-side-item{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  padding: 12px;
  margin-top: 10px;
}

.wizard-stepper .wizard-progress{
  height: 8px;
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  overflow: hidden;
}
.wizard-stepper .wizard-progress span{
  display:block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, rgba(212,175,55,.35), rgba(212,175,55,.95));
}
.wizard-dots{
  display:flex;
  justify-content: space-between;
  margin-top: 10px;
}
.wizard-dots .dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(212,175,55,.18);
}
.wizard-dots .dot.active{
  background: rgba(212,175,55,.95);
  box-shadow: 0 0 0 6px rgba(212,175,55,.12);
}

.wizard-list .wizard-item{
  background: transparent;
  border-color: rgba(255,255,255,.08);
  color: #fff;
  padding: 14px 12px;
}
.wizard-list .wizard-item:hover{
  background: rgba(212,175,55,.06);
}
.wizard-radio{
  width: 18px;
  height: 18px;
}
.wizard-choice.active{
  border-color: rgba(212,175,55,.75) !important;
  background: rgba(212,175,55,.14) !important;
}

/* smoother modal animation feel */
.modal.fade .modal-dialog{
  transform: translateY(10px) scale(.99);
  transition: transform .18s ease;
}
.modal.show .modal-dialog{
  transform: translateY(0) scale(1);
}

/* =========================
   MODAL BACKGROUND (PRO)
   ========================= */
.modal-pro{
  position: relative;
  overflow: hidden;
}

/* Background image layer */
.modal-pro::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(900px 520px at 12% 0%, rgba(212,175,55,.18), transparent 55%),
    radial-gradient(900px 520px at 88% 0%, rgba(212,175,55,.12), transparent 55%),
    linear-gradient(180deg, rgba(0,0,0,.75), rgba(0,0,0,.92)),
    url("./assets/img/modal-bg.webp");
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.05);
  transform: scale(1.02);
  z-index: 0;
}

/* Dark glass overlay for readability */
.modal-pro::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.85));
  z-index: 0;
}

/* Keep modal content above background */
.modal-pro > *{
  position: relative;
  z-index: 1;
}

/* Optional: nicer inner borders */
.modal-pro .modal-header{
  background: rgba(255,255,255,.02);
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}
.modal-pro .modal-body{
  background: transparent;
}


/* Active state for wizard choices */
.wizard-choice.active{
  border-color: rgba(212,175,55,.9) !important;
  box-shadow: 0 0 0 2px rgba(212,175,55,.18);
  background: linear-gradient(180deg, rgba(212,175,55,.14), rgba(0,0,0,.18));
  color: #fff !important;
}

/* =========================
   WIZARD SELECTIONS
   ========================= */

/* Active state for wizard choices (Gold Theme) */
.wizard-choice.active {
  border-color: rgba(212, 175, 55, 0.9) !important;
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.18);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.14), rgba(0, 0, 0, 0.18));
  color: #fff !important;
}

/* =========================
   FX CURRENCY CARDS
   ========================= */

.fx-card {
  border-radius: 16px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease; /* Smooth transition for hover */
}

/* Hover effect for a more interactive feel */
.fx-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.fx-code {
  font-size: 11px; /* Slightly smaller to make the amount pop more */
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5); /* Muted for better hierarchy */
  line-height: 1;
}

.fx-amt {
  margin-top: 6px;
  font-weight: 700;
  font-size: 17px; /* Clear and bold */
  color: #fff;
  line-height: 1;
}