/* ============================================================
   ICEDOUTPENGUIN — Luxury Trading Indicator Store
   Dark · Diamond · Dominant
   ============================================================ */

:root {
  --black:      #050508;
  --dark:       #0a0a12;
  --dark-2:     #10101e;
  --dark-3:     #16162a;
  --ice:        #a8d8ff;
  --ice-bright: #c8e8ff;
  --ice-dim:    #4a8fb5;
  --diamond:    #d4f0ff;
  --gold:       #f0d080;
  --silver:     #c0cfd8;
  --white:      #ffffff;
  --text:       #b8c8d8;
  --text-dim:   #6878a0;
  --green:      #00e5a0;
  --red:        #ff4060;
  --accent:     #7ad4ff;

  --glow-ice:   0 0 40px rgba(120,200,255,0.4), 0 0 80px rgba(120,200,255,0.15);
  --glow-sm:    0 0 20px rgba(120,200,255,0.3);

  --radius:     16px;
  --radius-sm:  10px;
  --radius-lg:  24px;

  --font-display: 'Bebas Neue', sans-serif;
  --font-body:    'Inter', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0 32px;
  height: 68px;
  display: flex;
  align-items: center;
  background: rgba(5,5,8,0.6);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(168,216,255,0.08);
  transition: background 0.3s;
}
.nav.scrolled {
  background: rgba(5,5,8,0.95);
  border-color: rgba(168,216,255,0.15);
}
.nav-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 22px;
  letter-spacing: 2px;
  color: var(--white);
}
.diamond-logo { font-size: 24px; animation: spin-slow 8s linear infinite; display: inline-block; }
.logo-accent { color: var(--ice); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}
.nav-links a {
  color: var(--text);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--ice-bright); }
.nav-cta {
  background: linear-gradient(135deg, var(--ice-dim), var(--accent));
  color: var(--black) !important;
  font-weight: 700 !important;
  padding: 10px 24px;
  border-radius: 8px;
  transition: opacity 0.2s, transform 0.2s !important;
}
.nav-cta:hover { opacity: 0.9; transform: translateY(-1px); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: 0.3s;
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  padding: 100px 80px 80px;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

/* Full-bleed background behind hero — Ken Burns */
.hero-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: url('bg.jpg') center center / cover no-repeat;
  filter: brightness(0.30) saturate(1.3) contrast(1.1);
  animation: ken-burns 20s ease-in-out infinite alternate;
  will-change: transform;
}

/* Cinematic vignette */
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 30%, rgba(0,0,0,0.7) 100%),
    linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, transparent 30%, transparent 70%, rgba(0,0,0,0.6) 100%);
}

#particles {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
}

.scanlines {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    transparent,
    transparent 3px,
    rgba(0,0,0,0.03) 3px,
    rgba(0,0,0,0.03) 4px
  );
  pointer-events: none;
  z-index: 1;
}

.ring-decoration {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(168,216,255,0.06);
  pointer-events: none;
  animation: pulse-ring 6s ease-in-out infinite;
}
.ring-1 {
  width: 600px; height: 600px;
  right: -100px; top: 50%;
  transform: translateY(-50%);
  animation-delay: 0s;
}
.ring-2 {
  width: 900px; height: 900px;
  right: -250px; top: 50%;
  transform: translateY(-50%);
  animation-delay: 3s;
}

.hero-content {
  position: relative;
  z-index: 10;
}
.hero-visual {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--ice);
  background: rgba(168,216,255,0.08);
  border: 1px solid rgba(168,216,255,0.2);
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
  animation: fade-up 0.8s ease both;
}
.badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 8px var(--green);
  animation: blink 1.5s ease-in-out infinite;
}

.hero-title {
  display: flex;
  flex-direction: column;
  font-family: var(--font-display);
  font-size: clamp(72px, 9vw, 120px);
  line-height: 0.9;
  color: var(--white);
  margin-bottom: 28px;
  position: relative;
}
.title-line-1 {
  animation: fade-up 0.8s ease 0.1s both, glitch-flicker 8s ease-in-out 2s infinite;
}
.type-cursor {
  display: inline-block;
  color: var(--accent);
  font-weight: 300;
  animation: blink 0.8s step-end infinite;
  margin-left: 1px;
}
.title-line {
  display: block;
  animation: fade-up 0.8s ease both;
}
.title-line-1 {
  animation-delay: 0.1s;
  color: var(--white);
}
.title-line-2 {
  animation-delay: 0.2s;
  background: linear-gradient(135deg, var(--ice-bright) 0%, var(--accent) 50%, var(--diamond) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 30px rgba(168,216,255,0.5));
}

.hero-sub {
  font-size: 18px;
  color: var(--text);
  margin-bottom: 40px;
  animation: fade-up 0.8s ease 0.3s both;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 56px;
  animation: fade-up 0.8s ease 0.4s both;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #5bbfee, var(--accent), #8ae0ff);
  color: var(--black);
  font-weight: 700;
  font-size: 15px;
  padding: 16px 32px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 0 30px rgba(122,212,255,0.4);
  letter-spacing: 0.5px;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 50px rgba(122,212,255,0.6);
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 16px 32px;
  border: 1px solid rgba(168,216,255,0.25);
  color: var(--ice-bright);
  font-weight: 600;
  font-size: 15px;
  border-radius: 10px;
  transition: border-color 0.2s, background 0.2s;
}
.btn-ghost:hover {
  border-color: rgba(168,216,255,0.5);
  background: rgba(168,216,255,0.05);
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 32px;
  animation: fade-up 0.8s ease 0.5s both;
}
.stat { display: flex; flex-direction: column; }
.stat-num {
  font-family: var(--font-display);
  font-size: 32px;
  color: var(--white);
  line-height: 1;
}
.stat-label {
  font-size: 12px;
  color: var(--text-dim);
  letter-spacing: 0.5px;
  margin-top: 2px;
}
.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(168,216,255,0.15);
}

/* Penguin visual */
.penguin-glow {
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(100,180,255,0.12) 0%, transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}

.penguin-frame {
  position: relative;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(168,216,255,0.2);
  box-shadow:
    0 0 60px rgba(122,212,255,0.2),
    0 0 120px rgba(122,212,255,0.08),
    inset 0 0 40px rgba(122,212,255,0.05);
  animation: float 6s ease-in-out infinite;
}

.penguin-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 20%;
  filter: brightness(1.05) saturate(1.15) contrast(1.05);
}

.penguin-fallback {
  width: 100%; height: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--dark-2), var(--dark-3));
  font-size: 100px;
  gap: 16px;
}
.fallback-diamonds { font-size: 40px; display: flex; gap: 8px; }

.bling {
  position: absolute;
  font-size: 22px;
  animation: sparkle 3s ease-in-out infinite;
  filter: drop-shadow(0 0 6px rgba(168,216,255,0.8));
}
.bling-1 { top: 8%; right: 10%;  animation-delay: 0s; }
.bling-2 { bottom: 12%; right: 5%; animation-delay: 0.8s; }
.bling-3 { bottom: 8%; left: 8%;  animation-delay: 1.6s; }
.bling-4 { top: 15%; left: 5%;   animation-delay: 2.4s; font-size: 28px; }

/* Ticker */
.penguin-ticker {
  width: 420px;
  overflow: hidden;
  background: rgba(168,216,255,0.06);
  border: 1px solid rgba(168,216,255,0.12);
  border-radius: 8px;
  padding: 10px 0;
}
.ticker-inner {
  display: flex;
  gap: 48px;
  white-space: nowrap;
  animation: ticker 20s linear infinite;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--ice);
  text-transform: uppercase;
}

.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 80px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 2px;
  color: var(--text-dim);
  z-index: 10;
}
.scroll-line {
  width: 40px; height: 1px;
  background: var(--text-dim);
  animation: scroll-pulse 2s ease-in-out infinite;
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.trust-bar {
  background: rgba(168,216,255,0.04);
  border-top: 1px solid rgba(168,216,255,0.08);
  border-bottom: 1px solid rgba(168,216,255,0.08);
  padding: 20px 40px;
}
.trust-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ice-bright);
  letter-spacing: 0.3px;
}
.trust-item svg { color: var(--accent); }

/* ============================================================
   CHART SECTION
   ============================================================ */
.chart-section {
  padding: 80px 40px;
  max-width: 1280px;
  margin: 0 auto;
}
.chart-container {
  position: relative;
  background: var(--dark-2);
  border: 1px solid rgba(168,216,255,0.1);
  border-radius: var(--radius-lg);
  padding: 28px;
  overflow: hidden;
}
.chart-container::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.chart-symbol {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--white);
  letter-spacing: 1px;
}
.chart-badge {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  background: rgba(0,229,160,0.15);
  color: var(--green);
  border: 1px solid rgba(0,229,160,0.3);
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 1px;
  animation: blink 2s ease-in-out infinite;
}
.chart-price {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
}
.chart-change {
  font-size: 14px;
  font-weight: 600;
  margin-left: 8px;
}
.chart-change.positive { color: var(--green); }

#chartCanvas {
  width: 100%;
  height: 220px;
  display: block;
}

.chart-indicators-overlay {
  position: absolute;
  bottom: 28px;
  right: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.indicator-signal {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(0,229,160,0.1);
  border: 1px solid rgba(0,229,160,0.2);
  color: var(--green);
}
.entry-signal {
  background: rgba(122,212,255,0.1);
  border-color: rgba(122,212,255,0.2);
  color: var(--accent);
}
.signal-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--green);
  animation: blink 1.5s ease-in-out infinite;
}
.entry-dot { background: var(--accent); }

/* ============================================================
   INDICATORS / PRODUCTS
   ============================================================ */
.indicators-section {
  padding: 80px 40px 120px;
  max-width: 1280px;
  margin: 0 auto;
}
.section-header {
  text-align: center;
  margin-bottom: 64px;
}
.section-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--ice);
  background: rgba(168,216,255,0.06);
  border: 1px solid rgba(168,216,255,0.15);
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 72px);
  color: var(--white);
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: 1px;
}
.section-sub {
  font-size: 18px;
  color: var(--text-dim);
  max-width: 500px;
  margin: 0 auto;
}
.accent { color: var(--ice); }

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

.product-card {
  position: relative;
  background: var(--dark-2);
  border: 1px solid rgba(168,216,255,0.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(168,216,255,0.25);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 30px rgba(122,212,255,0.08);
}
.product-card.featured {
  border-color: rgba(168,216,255,0.2);
  background: linear-gradient(160deg, rgba(16,16,30,1) 0%, rgba(20,22,40,1) 100%);
  box-shadow: 0 0 40px rgba(122,212,255,0.08);
}
.product-card.featured::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--ice-dim), var(--accent), var(--ice-dim));
}

.card-badge {
  position: absolute;
  top: 16px; right: 16px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--black);
  background: linear-gradient(135deg, var(--ice), var(--accent));
  padding: 5px 10px;
  border-radius: 6px;
  z-index: 2;
}

.card-preview {
  position: relative;
  height: 160px;
  background: var(--dark-3);
  overflow: hidden;
}
.chart-preview-mini {
  width: 100%; height: 100%;
}
.card-tag {
  position: absolute;
  bottom: 12px; left: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--ice);
  background: rgba(5,5,8,0.8);
  backdrop-filter: blur(8px);
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid rgba(168,216,255,0.15);
}

.card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-title {
  font-family: var(--font-display);
  font-size: 28px;
  color: var(--white);
  letter-spacing: 0.5px;
  margin-bottom: 12px;
  line-height: 1.1;
}
.card-desc {
  font-size: 14px;
  color: var(--text-dim);
  line-height: 1.6;
  margin-bottom: 20px;
}
.card-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
  flex: 1;
}
.card-features li {
  font-size: 14px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 8px;
}
.check {
  color: var(--green);
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}

.card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid rgba(168,216,255,0.08);
}
.price-block { display: flex; flex-direction: column; }
.price-main {
  font-family: var(--font-display);
  font-size: 38px;
  color: var(--white);
  line-height: 1;
  letter-spacing: 1px;
}
.price-note {
  font-size: 12px;
  color: var(--text-dim);
  margin-top: 4px;
}

.btn-buy {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, var(--ice-dim), var(--accent));
  color: var(--black);
  font-weight: 800;
  font-size: 14px;
  padding: 12px 22px;
  border-radius: 8px;
  transition: transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.btn-buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(122,212,255,0.35);
}
.btn-buy.secondary {
  background: rgba(168,216,255,0.1);
  color: var(--ice-bright);
  border: 1px solid rgba(168,216,255,0.2);
}
.btn-buy.secondary:hover {
  background: rgba(168,216,255,0.18);
  box-shadow: 0 8px 24px rgba(122,212,255,0.15);
}

/* ============================================================
   ABOUT
   ============================================================ */
.about-section {
  background: var(--dark-2);
  border-top: 1px solid rgba(168,216,255,0.06);
  border-bottom: 1px solid rgba(168,216,255,0.06);
  padding: 120px 40px;
}
.about-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.about-visual { display: flex; flex-direction: column; gap: 24px; align-items: center; }

.about-img-wrap {
  position: relative;
  width: 360px;
  height: 360px;
}
.about-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 20%;
  border-radius: var(--radius-lg);
  filter: brightness(1.0) saturate(1.15) contrast(1.05);
}
.about-img-fallback {
  width: 100%; height: 100%;
  border-radius: var(--radius-lg);
  background: var(--dark-3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
}
.about-img-border {
  position: absolute;
  inset: -2px;
  border-radius: calc(var(--radius-lg) + 2px);
  border: 2px solid transparent;
  background: linear-gradient(135deg, var(--ice-dim), transparent, var(--accent)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.about-quote {
  background: rgba(168,216,255,0.06);
  border: 1px solid rgba(168,216,255,0.12);
  border-radius: var(--radius);
  padding: 20px 24px;
  text-align: center;
  max-width: 360px;
}
.about-quote p {
  font-size: 16px;
  font-style: italic;
  color: var(--ice-bright);
  margin-bottom: 8px;
}
.about-quote span {
  font-size: 13px;
  color: var(--text-dim);
  font-weight: 600;
}

.about-text { display: flex; flex-direction: column; gap: 20px; }
.about-text p { font-size: 16px; color: var(--text); line-height: 1.7; }

.about-stats {
  display: flex;
  gap: 32px;
  padding: 24px;
  background: rgba(168,216,255,0.04);
  border: 1px solid rgba(168,216,255,0.08);
  border-radius: var(--radius);
  margin: 8px 0;
}
.about-stat { display: flex; flex-direction: column; }
.about-stat-num {
  font-family: var(--font-display);
  font-size: 36px;
  color: var(--ice-bright);
  line-height: 1;
}
.about-stat-label {
  font-size: 13px;
  color: var(--text-dim);
  margin-top: 4px;
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how-section {
  padding: 100px 40px;
  max-width: 1280px;
  margin: 0 auto;
}
.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 16px;
}
.how-step {
  position: relative;
  background: var(--dark-2);
  border: 1px solid rgba(168,216,255,0.08);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  text-align: center;
  transition: border-color 0.3s, transform 0.3s;
}
.how-step:hover {
  border-color: rgba(168,216,255,0.2);
  transform: translateY(-4px);
}
.how-num {
  position: absolute;
  top: -16px; left: 28px;
  font-family: var(--font-display);
  font-size: 48px;
  color: rgba(122,212,255,0.12);
  line-height: 1;
  pointer-events: none;
}
.how-icon { font-size: 40px; margin-bottom: 16px; }
.how-step h3 {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--white);
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.how-step p { font-size: 14px; color: var(--text-dim); line-height: 1.7; }
.how-link { color: var(--accent); text-decoration: none; font-weight: 600; }
.how-link:hover { text-decoration: underline; }

/* Nav Instagram icon */
.nav-ig {
  display: flex;
  align-items: center;
  color: var(--text-dim) !important;
  transition: color 0.2s !important;
}
.nav-ig:hover { color: var(--ice-bright) !important; }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials-section {
  padding: 80px 40px 100px;
  max-width: 1280px;
  margin: 0 auto;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: var(--dark-2);
  border: 1px solid rgba(168,216,255,0.08);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.3s, border-color 0.3s;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(168,216,255,0.18);
}
.testimonial-card.featured-t {
  border-color: rgba(168,216,255,0.2);
  background: linear-gradient(160deg, rgba(16,16,30,1), rgba(20,22,40,1));
}
.testimonial-card.featured-t::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--ice-dim), var(--accent), var(--ice-dim));
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
.testimonial-card { position: relative; }
.t-stars { color: #f0c040; font-size: 14px; letter-spacing: 2px; }
.t-text {
  font-size: 14px;
  color: var(--text);
  line-height: 1.7;
  font-style: italic;
  flex: 1;
}
.t-author { display: flex; align-items: center; gap: 12px; }
.t-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ice-dim), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--black);
  flex-shrink: 0;
}
.t-name { font-size: 14px; font-weight: 600; color: var(--white); }
.t-role { font-size: 12px; color: var(--text-dim); margin-top: 2px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-section {
  padding: 80px 40px 120px;
  max-width: 1280px;
  margin: 0 auto;
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}
.faq-col { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--dark-2);
  border: 1px solid rgba(168,216,255,0.08);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.2s;
}
.faq-item:has(.faq-a.open) { border-color: rgba(168,216,255,0.2); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-body);
  transition: background 0.2s;
}
.faq-q:hover { background: rgba(168,216,255,0.04); }
.faq-arrow {
  font-size: 20px;
  color: var(--accent);
  transition: transform 0.3s;
  flex-shrink: 0;
  line-height: 1;
}
.faq-arrow.rotated { transform: rotate(90deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 14px;
  color: var(--text-dim);
  line-height: 1.7;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.faq-a.open { max-height: 200px; padding: 0 20px 18px; }
.faq-link { color: var(--accent); font-weight: 600; }

@media (max-width: 1024px) {
  .how-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .testimonials-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .how-section, .testimonials-section, .faq-section { padding: 60px 24px; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  padding: 60px 40px 40px;
  background: var(--black);
  border-top: 1px solid rgba(168,216,255,0.06);
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.footer-brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-size: 24px; letter-spacing: 2px; color: var(--white); }
.footer-tagline { color: var(--text-dim); font-size: 15px; }
.footer-links { display: flex; gap: 32px; }
.footer-links a { color: var(--text-dim); font-size: 14px; font-weight: 500; transition: color 0.2s; }
.footer-links a:hover { color: var(--ice-bright); }
.footer-disclaimer { max-width: 600px; font-size: 12px; color: var(--text-dim); opacity: 0.6; line-height: 1.6; }
.footer-copy { font-size: 13px; color: var(--text-dim); opacity: 0.5; }

/* ============================================================
   ORBITING DIAMONDS
   ============================================================ */
.orbit-ring {
  position: absolute;
  border-radius: 50%;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 5;
}
.orbit-ring-1 {
  width: 520px; height: 520px;
  animation: orbit-cw 12s linear infinite;
}
.orbit-ring-2 {
  width: 620px; height: 620px;
  animation: orbit-ccw 18s linear infinite;
}
.orbit-diamond {
  position: absolute;
  font-size: 20px;
  filter: drop-shadow(0 0 8px rgba(168,216,255,0.9));
  /* counter-rotate so the emoji stays upright */
}
.orbit-ring-1 .orbit-diamond { animation: counter-cw 12s linear infinite; }
.orbit-ring-2 .orbit-diamond { animation: counter-ccw 18s linear infinite; }

/* Place diamonds around the ring */
.od-1 { top: -12px;  left: 50%; transform: translateX(-50%); }
.od-2 { top: 50%;   right: -12px; transform: translateY(-50%); }
.od-3 { bottom: -12px; left: 50%; transform: translateX(-50%); }
.od-4 { top: 50%;   left: -12px; transform: translateY(-50%); }
.od-5 { top: 14%;  right: 6%; }
.od-6 { bottom: 14%; left: 6%; }

/* Penguin shimmer */
.penguin-shimmer {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    transparent 30%,
    rgba(168,216,255,0.15) 50%,
    transparent 70%
  );
  animation: shimmer-sweep 3s ease-in-out infinite;
  pointer-events: none;
}

/* ============================================================
   INDICATOR PANELS
   ============================================================ */
.ind-preview {
  padding: 0 !important;
  height: 200px;
  overflow: hidden;
  background: #0d0d14 !important;
}

.ind-panel {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-family: 'Inter', monospace;
  overflow: hidden;
}

/* Powell panel */
.powell-panel {
  background: #0d0d16;
}
.ind-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  background: #1a1a2e;
  border-bottom: 1px solid rgba(122,212,255,0.2);
}
.ind-logo { font-size: 13px; }
.ind-brand {
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.5px;
  flex: 1;
}
.ind-version {
  font-size: 10px;
  color: var(--text-dim);
  background: rgba(122,212,255,0.1);
  padding: 2px 6px;
  border-radius: 4px;
}
.ind-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 10px;
  border-bottom: 1px solid rgba(255,255,255,0.03);
}
.ind-row:hover { background: rgba(255,255,255,0.02); }
.ir-label {
  color: #7888a0;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.3px;
}
.ir-val {
  font-weight: 600;
  color: var(--text);
  font-size: 10.5px;
  text-align: right;
}
.ir-val.cyan  { color: var(--accent); }
.ir-val.bull  { color: var(--green); }
.ir-val.bear  { color: var(--red); }
.ir-val.warn  { color: #f0c040; }
.ir-val.dim   { color: var(--text-dim); }
.ind-divider {
  font-size: 9px;
  color: var(--text-dim);
  text-align: center;
  padding: 3px 0;
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  letter-spacing: 1px;
}

.live-dot {
  display: inline-block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 6px var(--green);
  animation: blink 1.5s ease-in-out infinite;
  vertical-align: middle;
  margin-right: 2px;
}

/* TJR panel */
.tjr-panel {
  background: #0e0e16;
}
.tjr-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 10px;
  background: #2a1060;
  border-bottom: 1px solid #6030b0;
  font-weight: 700;
  font-size: 10.5px;
  color: var(--white);
  letter-spacing: 0.3px;
}
.tjr-brand { color: #c090ff; }
.tjr-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 10px;
  border-bottom: 1px solid rgba(255,255,255,0.03);
}
.tjr-label {
  color: #8888a8;
  font-size: 10px;
  font-weight: 500;
}
.tjr-val {
  font-weight: 600;
  font-size: 10.5px;
  text-align: right;
}
.tjr-val.tjr-off  { color: var(--red); }
.tjr-val.tjr-warn { color: #f0c040; }
.tjr-val.tjr-dim  { color: #6878a0; }
.tjr-val.tjr-cyan { color: var(--accent); }
.tjr-divider {
  font-size: 9px;
  color: #5060a0;
  text-align: center;
  padding: 3px 0;
  border-top: 1px solid rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  letter-spacing: 1px;
}
.tjr-dot {
  display: inline-block;
  width: 5px; height: 5px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 3px;
}
.tjr-dot.red {
  background: var(--red);
  box-shadow: 0 0 6px var(--red);
  animation: blink 2s ease-in-out infinite;
}

/* ============================================================
   ANIMATIONS
   ============================================================ */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-16px); }
}
@keyframes sparkle {
  0%, 100% { opacity: 0.3; transform: scale(0.8) rotate(0deg); }
  50%       { opacity: 1;   transform: scale(1.2) rotate(20deg); }
}
@keyframes spin-slow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.3; }
}
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes pulse-ring {
  0%, 100% { opacity: 0.3; transform: translateY(-50%) scale(1); }
  50%       { opacity: 0.1; transform: translateY(-50%) scale(1.05); }
}
@keyframes scroll-pulse {
  0%, 100% { width: 40px; opacity: 1; }
  50%       { width: 20px; opacity: 0.4; }
}
@keyframes chart-draw {
  from { stroke-dashoffset: 2000; }
  to   { stroke-dashoffset: 0; }
}
@keyframes ken-burns {
  0%   { transform: scale(1)    translateX(0)    translateY(0); }
  33%  { transform: scale(1.06) translateX(-1%)  translateY(0.5%); }
  66%  { transform: scale(1.04) translateX(1%)   translateY(-0.5%); }
  100% { transform: scale(1.08) translateX(-0.5%) translateY(1%); }
}
@keyframes glitch-flicker {
  0%, 92%, 100% { transform: none; filter: none; }
  93%   { transform: skewX(-1deg) translateX(3px); filter: hue-rotate(20deg); }
  94%   { transform: skewX(1deg) translateX(-3px); }
  95%   { transform: none; }
  96%   { transform: translateX(2px); filter: brightness(1.4); }
  97%   { transform: none; filter: none; }
}
@keyframes orbit-cw {
  from { transform: translate(-50%,-50%) rotate(0deg); }
  to   { transform: translate(-50%,-50%) rotate(360deg); }
}
@keyframes orbit-ccw {
  from { transform: translate(-50%,-50%) rotate(0deg); }
  to   { transform: translate(-50%,-50%) rotate(-360deg); }
}
@keyframes counter-cw {
  from { transform: rotate(0deg); }
  to   { transform: rotate(-360deg); }
}
@keyframes counter-ccw {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes shimmer-sweep {
  0%   { transform: rotate(0deg);   opacity: 0; }
  30%  { opacity: 1; }
  60%  { opacity: 0.6; }
  100% { transform: rotate(360deg); opacity: 0; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 100px 40px 60px;
    text-align: center;
  }
  .hero-visual { align-self: center; }
  .hero-actions { justify-content: center; }
  .hero-stats { justify-content: center; }
  .hero-badge { margin: 0 auto 24px; }
  .scroll-indicator { display: none; }
  .products-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .about-inner { grid-template-columns: 1fr; }
  .about-visual { order: -1; }
  .about-text { text-align: center; align-items: center; }
  .section-title { text-align: center !important; }
  .btn-primary { width: fit-content !important; }
}

@media (max-width: 768px) {
  .nav { padding: 0 20px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero { padding: 90px 24px 60px; gap: 24px; }
  .penguin-frame { width: 300px; height: 300px; }
  .penguin-ticker { width: 300px; }
  .trust-inner { gap: 24px; }
  .indicators-section, .chart-section { padding: 60px 24px; }
  .about-section { padding: 80px 24px; }
  .about-img-wrap { width: 280px; height: 280px; }
  .footer { padding: 40px 24px 32px; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 64px; }
  .hero-actions { flex-direction: column; align-items: center; }
  .btn-primary, .btn-ghost { width: 100%; justify-content: center; }
  .hero-stats { flex-wrap: wrap; gap: 20px; }
  .about-stats { flex-direction: column; gap: 16px; }
}
