/* =========================================================
   WAVE PARK — Shared Theme CSS
   v1.0 · 20 May 2026
   ========================================================= */

/* --- Reset & Base --- */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: #07111B;
  color: #c8dff0;
  font-family: 'Barlow', 'Inter', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
section { width: 100%; position: relative; }

/* --- Colour Palette (CSS vars) --- */
:root {
  --wp-navy: #07111B;
  --wp-navy-deep: #070c16;
  --wp-panel: #0D1B2A;
  --wp-panel-light: #132136;
  --wp-cyan: #199FD8;
  --wp-pink: #FF598B;
  --wp-gold: #FCC82E;
  --wp-green: #39ff14;
  --wp-red: #ff4444;
  --wp-text: #c8dff0;
  --wp-text-dim: #6a8ea8;
  --wp-text-bright: #F5F8FF;
  --wp-border: rgba(25,159,216,0.2);
}

/* --- Typography --- */
.wp-font-display { font-family: 'Bebas Neue', 'Anton', Impact, sans-serif; }
.wp-font-body { font-family: 'Barlow', 'Inter', sans-serif; }

/* --- Background Variations --- */
.dark-bg { background: var(--wp-navy); }
.darker-bg { background: var(--wp-navy-deep); }
.panel-bg { background: var(--wp-panel); }

/* --- Section Spacing --- */
.wp-section { padding: 80px 0 60px; }
.wp-section-tight { padding: 60px 0 40px; }

/* --- Container --- */
.wp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.wp-container-wide {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================================================
   MARQUEE HEADING SYSTEM
   ========================================================= */
.wp-marquee-wrap { display:flex; justify-content:center; padding:0 20px; margin-bottom:14px; }
.wp-marquee {
  position:relative;
  display:inline-block;
  padding:26px 72px 28px;
  background: linear-gradient(180deg, rgba(13,27,42,0.95) 0%, rgba(7,17,27,1) 100%);
  border-radius:10px;
  box-shadow:
    inset 0 0 0 2px rgba(255,255,255,0.04),
    inset 0 0 0 5px #07111B,
    inset 0 0 0 8px var(--wp-accent, #FCC82E),
    inset 0 0 0 10px rgba(0,0,0,0.7),
    0 0 50px var(--wp-accent-glow, rgba(252,200,46,0.35)),
    0 12px 40px rgba(0,0,0,0.8);
}
.wp-marquee--yellow { --wp-accent:#FCC82E; --wp-accent-glow:rgba(252,200,46,0.35); --wp-accent-soft:rgba(252,200,46,0.4); }
.wp-marquee--blue   { --wp-accent:#199FD8; --wp-accent-glow:rgba(25,159,216,0.35);  --wp-accent-soft:rgba(25,159,216,0.4); }
.wp-marquee--pink   { --wp-accent:#FF598B; --wp-accent-glow:rgba(255,89,139,0.35); --wp-accent-soft:rgba(255,89,139,0.4); }
.wp-marquee--green  { --wp-accent:#39ff14; --wp-accent-glow:rgba(57,255,20,0.35); --wp-accent-soft:rgba(57,255,20,0.4); }

/* Chasing bulbs — inner */
.wp-marquee::before {
  content:""; position:absolute; top:4px; left:4px; right:4px; bottom:4px;
  pointer-events:none; border-radius:6px;
  background:
    radial-gradient(circle, #fffbe0 0 2.2px, var(--wp-accent-soft) 2.6px, transparent 3.6px) top left/20px 8px repeat-x,
    radial-gradient(circle, #fffbe0 0 2.2px, var(--wp-accent-soft) 2.6px, transparent 3.6px) bottom left/20px 8px repeat-x,
    radial-gradient(circle, #fffbe0 0 2.2px, var(--wp-accent-soft) 2.6px, transparent 3.6px) top left/8px 20px repeat-y,
    radial-gradient(circle, #fffbe0 0 2.2px, var(--wp-accent-soft) 2.6px, transparent 3.6px) top right/8px 20px repeat-y;
  filter: drop-shadow(0 0 3px #ffffff) drop-shadow(0 0 6px var(--wp-accent));
  animation: wpMarqBulbs 1.6s ease-in-out infinite alternate;
}
/* Chasing bulbs — outer offset */
.wp-marquee::after {
  content:""; position:absolute; top:4px; left:14px; right:14px; bottom:4px;
  pointer-events:none; border-radius:6px;
  background:
    radial-gradient(circle, #ffffff 0 1.6px, transparent 2.4px) top left/20px 8px repeat-x,
    radial-gradient(circle, #ffffff 0 1.6px, transparent 2.4px) bottom left/20px 8px repeat-x;
  filter: drop-shadow(0 0 2px #ffffff);
  opacity:0.85;
  animation: wpMarqBulbs 1.6s ease-in-out infinite alternate-reverse;
}
@keyframes wpMarqBulbs {
  0% { opacity: 0.55; }
  50% { opacity: 1; }
  100% { opacity: 0.7; }
}

.wp-marquee h2 {
  font-family: 'Bebas Neue', 'Anton', Impact, sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 0.95;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #F5F8FF;
  margin: 0;
  text-align: center;
  text-shadow: 0 2px 0 rgba(0,0,0,0.6), 0 4px 24px rgba(0,0,0,0.9);
  position: relative;
}
.wp-marquee h2 .wp-hl {
  color: var(--wp-accent);
  text-shadow:
    0 0 8px var(--wp-accent),
    0 0 20px var(--wp-accent),
    0 0 40px var(--wp-accent-glow),
    0 2px 0 rgba(0,0,0,0.5);
  animation: wpNeonFlicker 4s ease-in-out infinite;
}
@keyframes wpNeonFlicker {
  0%, 92%, 96%, 100% { filter: brightness(1); }
  94% { filter: brightness(1.3); }
  98% { filter: brightness(0.85); }
}

/* Sub-strip below marquee */
.wp-sub-strip-wrap { display:flex; justify-content:center; padding:0 20px; margin-bottom:40px; }
.wp-sub-strip {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(7,17,27,0.85);
  border: 1px solid var(--wp-accent, rgba(252,200,46,0.4));
  border-radius: 2px;
  color: #c8dff0;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 10px 26px;
  box-shadow: 0 0 20px var(--wp-accent-glow, rgba(252,200,46,0.2)), inset 0 0 0 1px rgba(255,255,255,0.04);
  backdrop-filter: blur(4px);
}
.wp-sub-strip--yellow { --wp-accent: rgba(252,200,46,0.4); --wp-accent-glow: rgba(252,200,46,0.15); }
.wp-sub-strip--blue   { --wp-accent: rgba(25,159,216,0.4);  --wp-accent-glow: rgba(25,159,216,0.15); }
.wp-sub-strip--pink   { --wp-accent: rgba(255,89,139,0.4); --wp-accent-glow: rgba(255,89,139,0.15); }
.wp-sub-strip--green  { --wp-accent: rgba(57,255,20,0.4); --wp-accent-glow: rgba(57,255,20,0.15); }
.wp-sub-strip::before, .wp-sub-strip::after {
  content: ""; width: 5px; height: 5px; border-radius: 50%;
  background: var(--wp-dot, #FCC82E); box-shadow: 0 0 8px var(--wp-dot, #FCC82E); flex-shrink: 0;
}
.wp-sub-strip--yellow { --wp-dot: #FCC82E; }
.wp-sub-strip--blue   { --wp-dot: #199FD8; }
.wp-sub-strip--pink   { --wp-dot: #FF598B; }
.wp-sub-strip--green  { --wp-dot: #39ff14; }

/* =========================================================
   CTAs
   ========================================================= */
.wp-cta-pink {
  display: inline-block;
  background: #FF598B;
  color: #fff;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 24px;
  letter-spacing: 4px;
  padding: 18px 48px;
  border-radius: 8px;
  border: 2px solid #FF598B;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 0 30px rgba(255,89,139,0.4);
}
.wp-cta-pink:hover { transform: translateY(-2px); filter: brightness(1.1); box-shadow: 0 0 50px rgba(255,89,139,0.6); }

.wp-cta-gold {
  display: inline-block;
  background: linear-gradient(135deg, #FCC82E, #e6a800);
  color: #07111B;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 24px;
  letter-spacing: 4px;
  padding: 18px 48px;
  border-radius: 8px;
  border: 2px solid #FCC82E;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 0 30px rgba(252,200,46,0.4);
  font-weight: 700;
}
.wp-cta-gold:hover { transform: translateY(-2px); filter: brightness(1.1); box-shadow: 0 0 50px rgba(252,200,46,0.6); }

.wp-cta-ghost {
  display: inline-block;
  background: transparent;
  color: #199FD8;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 22px;
  letter-spacing: 4px;
  padding: 16px 40px;
  border: 2px solid #199FD8;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.wp-cta-ghost:hover { background: rgba(25,159,216,0.1); }

.wp-cta-green {
  display: inline-block;
  background: linear-gradient(135deg, #39ff14, #20cc00);
  color: #07111B;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 26px;
  letter-spacing: 4px;
  padding: 20px 56px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 0 40px rgba(57,255,20,0.4);
  font-weight: 700;
}
.wp-cta-green:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 0 60px rgba(57,255,20,0.6); }

/* =========================================================
   STAT CARDS & GRID
   ========================================================= */
.wp-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  margin: 32px 0;
}
.wp-stat-card {
  background: var(--wp-panel);
  border: 1px solid var(--wp-border);
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  transition: all 0.3s;
}
.wp-stat-card:hover {
  border-color: var(--wp-cyan);
  box-shadow: 0 0 20px rgba(25,159,216,0.15);
  transform: translateY(-2px);
}
.wp-stat-value {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 42px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 4px;
}
.wp-stat-label {
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--wp-text-dim);
}

/* =========================================================
   FEATURE / BENEFIT CARDS
   ========================================================= */
.wp-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.wp-feature-card {
  background: linear-gradient(135deg, var(--wp-panel) 0%, var(--wp-navy) 100%);
  border: 1px solid var(--wp-border);
  border-radius: 14px;
  padding: 32px 28px;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}
.wp-feature-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--wp-cyan), transparent);
  opacity: 0;
  transition: opacity 0.4s;
}
.wp-feature-card:hover { border-color: var(--wp-cyan); transform: translateY(-4px); }
.wp-feature-card:hover::before { opacity: 1; }
.wp-feature-icon {
  font-size: 40px;
  margin-bottom: 16px;
  display: block;
}
.wp-feature-card h3 {
  font-family: 'Bebas Neue', Impact, sans-serif;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  margin: 0 0 12px;
}
.wp-feature-card p {
  color: var(--wp-text-dim);
  line-height: 1.7;
  font-size: 15px;
  margin: 0;
}

/* =========================================================
   VALUE STACK
   ========================================================= */
.wp-value-stack {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp-value-stack li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(25,159,216,0.12);
  color: var(--wp-text);
  font-family: 'Barlow', sans-serif;
  font-size: 17px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.wp-value-stack li::before {
  content: "\2713";
  color: var(--wp-gold);
  font-weight: 700;
  font-size: 20px;
  flex-shrink: 0;
  line-height: 1.3;
}

/* =========================================================
   FAQ ACCORDION
   ========================================================= */
.wp-accordion { max-width: 900px; margin: 0 auto; padding: 0 20px; width: 100%; }
.wp-acc-item { border: 1px solid rgba(25,159,216,0.15); border-radius: 8px; margin-bottom: 10px; background: var(--wp-panel); transition: border-color 0.3s; }
.wp-acc-item:hover { border-color: rgba(25,159,216,0.3); }
.wp-acc-title {
  padding: 20px 24px;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 22px; letter-spacing: 3px;
  color: var(--wp-gold); cursor: pointer; list-style: none;
}
.wp-acc-title::-webkit-details-marker { display: none; }
.wp-acc-title::before { content: '+ '; color: var(--wp-pink); font-weight: 700; }
details[open] .wp-acc-title::before { content: '\2212  '; }
details[open] .wp-acc-title { color: var(--wp-cyan); }
.wp-acc-body { padding: 8px 24px 24px; font-family: 'Barlow', sans-serif;
  color: #8aaabf; line-height: 1.7; font-size: 15px; }

/* =========================================================
   PRICING BOX
   ========================================================= */
.wp-pricing-box {
  background: linear-gradient(135deg, var(--wp-panel) 0%, #0a1929 50%, var(--wp-panel) 100%);
  border: 2px solid var(--wp-gold);
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 0 60px rgba(252,200,46,0.15), 0 20px 60px rgba(0,0,0,0.5);
}
.wp-pricing-box::before {
  content: "";
  position: absolute;
  top: -2px; left: -2px; right: -2px; bottom: -2px;
  background: linear-gradient(135deg, var(--wp-gold), var(--wp-pink), var(--wp-cyan), var(--wp-gold));
  background-size: 300% 300%;
  border-radius: 20px;
  z-index: -1;
  animation: wpPricingGlow 6s ease infinite;
}
@keyframes wpPricingGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.wp-pricing-badge {
  display: inline-block;
  background: var(--wp-pink);
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 6px 20px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.wp-pricing-amount {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 96px;
  color: #fff;
  line-height: 1;
  margin: 0;
  text-shadow: 0 0 30px rgba(252,200,46,0.3);
}
.wp-pricing-amount span { font-size: 42px; vertical-align: super; }
.wp-pricing-period {
  font-family: 'Barlow', sans-serif;
  color: var(--wp-text-dim);
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.wp-pricing-note {
  color: var(--wp-text-dim);
  font-size: 13px;
  margin-top: 16px;
}

/* =========================================================
   FOOTER / DISCLAIMER
   ========================================================= */
.wp-footer {
  text-align: center; padding: 32px 20px; color: #1a2a4a;
  font-size: 11px; letter-spacing: 2px; font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
}

/* =========================================================
   NAV BAR (product pages)
   ========================================================= */
.wp-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(7,17,27,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(25,159,216,0.1);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wp-nav-logo {
  height: 40px;
  filter: drop-shadow(0 0 8px rgba(252,200,46,0.3));
}
.wp-nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
}
.wp-nav-links a {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  color: var(--wp-text);
  transition: color 0.3s;
}
.wp-nav-links a:hover { color: var(--wp-gold); }
.wp-nav-cta {
  background: var(--wp-pink) !important;
  color: #fff !important;
  padding: 8px 24px !important;
  border-radius: 6px !important;
  font-size: 14px !important;
}

/* =========================================================
   EQUITY CHART AREA
   ========================================================= */
.wp-chart-container {
  background: var(--wp-panel);
  border: 1px solid var(--wp-border);
  border-radius: 14px;
  padding: 32px;
  position: relative;
}
.wp-chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}
.wp-chart-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  color: #fff;
}
.wp-chart-live-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  color: var(--wp-green);
  letter-spacing: 1px;
}
.wp-chart-live-dot::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--wp-green);
  box-shadow: 0 0 8px var(--wp-green);
  animation: wpLivePulse 2s ease-in-out infinite;
}
@keyframes wpLivePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}
#wp-equity-chart {
  width: 100%;
  height: 300px;
}

/* =========================================================
   URGENCY / SCARCITY STRIP
   ========================================================= */
.wp-urgency-strip {
  background: linear-gradient(90deg, var(--wp-pink), #cc2255, var(--wp-pink));
  background-size: 200% 100%;
  animation: wpUrgencySlide 3s ease infinite;
  padding: 14px 20px;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  letter-spacing: 4px;
  color: #fff;
}
@keyframes wpUrgencySlide {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* =========================================================
   TWO-COLUMN LAYOUT
   ========================================================= */
.wp-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* =========================================================
   TESTIMONIAL CARDS
   ========================================================= */
.wp-testimonial {
  background: var(--wp-panel);
  border: 1px solid var(--wp-border);
  border-radius: 12px;
  padding: 28px;
  position: relative;
}
.wp-testimonial::before {
  content: "\201C";
  font-size: 60px;
  color: var(--wp-gold);
  opacity: 0.3;
  position: absolute;
  top: 10px; left: 20px;
  font-family: Georgia, serif;
  line-height: 1;
}
.wp-testimonial p {
  font-style: italic;
  color: var(--wp-text);
  line-height: 1.7;
  margin: 0 0 16px;
  font-size: 15px;
}
.wp-testimonial-author {
  font-family: 'Bebas Neue', sans-serif;
  color: var(--wp-gold);
  font-size: 16px;
  letter-spacing: 2px;
}
.wp-testimonial-stars {
  color: var(--wp-gold);
  font-size: 14px;
  letter-spacing: 2px;
}

/* =========================================================
   MOBILE RESPONSIVE
   ========================================================= */
@media (max-width: 900px) {
  .wp-two-col { grid-template-columns: 1fr; gap: 32px; }
  .wp-marquee { padding: 20px 40px 22px; }
  .wp-marquee h2 { font-size: 46px; letter-spacing: 3px; }
  .wp-sub-strip { font-size: 12px; letter-spacing: 3px; padding: 8px 18px; }
  .wp-pricing-amount { font-size: 72px; }
  .wp-pricing-box { padding: 32px 24px; }
  .wp-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .wp-nav-links a:not(.wp-nav-cta) { display: none; }
}
@media (max-width: 480px) {
  .wp-marquee h2 { font-size: 36px; letter-spacing: 2px; }
  .wp-marquee { padding: 18px 28px 20px; }
  .wp-stat-value { font-size: 32px; }
  .wp-stats-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .wp-cta-pink, .wp-cta-gold, .wp-cta-green { font-size: 20px; padding: 16px 32px; }
}
