
  :root {
    --gold: #ff9604;
    --gold-light: #E8C97A;
    --gold-pale: #F5E6B8;
    --dark: #0A0906;
    --dark2: #110F0A;
    --dark3: #1A1710;
    --mid: #2A2518;
    --text: #E8E0CC;
    --text-muted: #9A8F72;
    --green: #4CAF7A;
    --red: #C94C4C;
    --bg: #1a1508;
    --card-bg: #211c0e;
    --card-border: #3a2f14;
    --card-active-border: #099e3e;  
      --text-main: #f0e8d0;
      --text-muted: #8a7a55;
      --text-label: #7a6a45;
      --btn-from: #e8a030;
      --btn-to: #c07020;
      --shadow: rgba(0,0,0,0.6);
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; }

  body {
    background: var(--dark);
    color: var(--text);
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow-x: hidden;
    cursor: crosshair;
  }

  /* ── NOISE OVERLAY ── */
  body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 9999;
    opacity: 0.6;
  }

  /* ── CANDLESTICK BG ── */
  .candles-bg {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    height: 60vh;
    display: flex;
    align-items: flex-end;
    gap: 6px;
    padding: 0 20px;
    opacity: 0.04;
    pointer-events: none;
    z-index: 0;
  }
  .candle-stick {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .candle-wick { width: 1px; background: var(--gold); }
  .candle-body { width: 100%; border-radius: 1px; }
  .candle-body.bull { background: var(--green); }
  .candle-body.bear { background: var(--red); }

  /* ── NAV ── */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 60px;
    border-bottom: 1px solid rgba(201,168,76,0.12);
    background: rgba(10,9,6,0.85);
    backdrop-filter: blur(16px);
  }
  .logo-text {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
    color: var(--gold);
    text-transform: uppercase;
  }
  .logo-text img {
  height: 60px;
  width: auto;
  display: block;
}
  .logo-sub {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.55rem;
    color: var(--text-muted);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 2px;
  }
  .nav-links {
    display: flex;
    gap: 40px;
    list-style: none;
  }
  .nav-links a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.3s;
  }
  .nav-links a:hover { color: var(--gold); }

  /* ── HERO ── */
  .hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 120px 80px 80px;
    position: relative;
    z-index: 1;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
  }
  .hero-left { display: flex; flex-direction: column; }
  .hero-eyebrow {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.35em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 32px;
    opacity: 0;
    animation: fadeUp 1s 0.3s forwards;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .hero-eyebrow::before {
    content: '';
    width: 28px; height: 1px;
    background: var(--gold);
    display: inline-block;
  }
  .hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.8rem, 5vw, 5.5rem);
    font-weight: 300;
    line-height: 1.0;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeUp 1s 0.5s forwards;
  }
  .hero-title em {
    font-style: italic;
    color: var(--gold);
  }
  .hero-sub {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 1rem;
    color: var(--text-muted);
    margin-bottom: 48px;
    line-height: 1.7;
    opacity: 0;
    animation: fadeUp 1s 0.7s forwards;
    max-width: 440px;
  }
  .hero-cta-group {
    display: flex;
    gap: 16px;
    opacity: 0;
    animation: fadeUp 1s 0.9s forwards;
    flex-wrap: wrap;
  }

  /* ── PHONE MOCKUP ── */
  .hero-right {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: fadeUp 1.2s 0.6s forwards;
  }
  .phone-wrap {
    position: relative;
    width: 280px;
  }
  .phone-glow {
    position: absolute;
    inset: -40px;
    background: radial-gradient(ellipse at center, rgba(201,168,76,0.18) 0%, transparent 70%);
    pointer-events: none;
    border-radius: 50%;
    animation: pulseGlow 3s ease-in-out infinite;
  }
  @keyframes pulseGlow {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.08); }
  }
  .phone-frame {
    position: relative;
    width: 280px;
    height: 560px;
    background: linear-gradient(160deg, #1e1b14 0%, #0d0b07 100%);
    border-radius: 44px;
    border: 1.5px solid rgba(201,168,76,0.35);
    box-shadow:
      0 0 0 1px rgba(0,0,0,0.8),
      0 40px 80px rgba(0,0,0,0.6),
      inset 0 1px 0 rgba(201,168,76,0.12);
    overflow: hidden;
    animation: floatPhone 4s ease-in-out infinite;
  }
  @keyframes floatPhone {
    0%, 100% { transform: translateY(0px) rotate(-1deg); }
    50% { transform: translateY(-14px) rotate(1deg); }
  }
  /* Notch */
  .phone-notch {
    position: absolute;
    top: 14px; left: 50%;
    transform: translateX(-50%);
    width: 90px; height: 26px;
    background: #0A0906;
    border-radius: 20px;
    z-index: 10;
    border: 1px solid rgba(201,168,76,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }
  .phone-notch-cam {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #1a1710;
    border: 1px solid rgba(201,168,76,0.2);
  }
  .phone-notch-mic {
    width: 28px; height: 4px;
    border-radius: 4px;
    background: #1a1710;
    border: 1px solid rgba(201,168,76,0.15);
  }
  /* Screen content */
  .phone-screen {
    position: absolute;
    inset: 0;
    padding: 56px 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
  }
  .ps-header {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(201,168,76,0.1);
  }
  .ps-header-label {
    font-size: 0.5rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
  }
  .ps-header-pair {
    font-family: 'Outfit', sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    color: var(--gold);
    margin-top: 2px;
  }
  .ps-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(201,168,76,0.05);
    border: 1px solid rgba(201,168,76,0.1);
    border-radius: 8px;
    padding: 10px 14px;
  }
  .ps-price-label { font-size: 0.6rem; color: var(--text-muted); letter-spacing: 0.1em; }
  .ps-price-val { font-family: 'Outfit', sans-serif; font-size: 1rem; color: var(--text); font-weight: 500; }
  .ps-price-chg { font-size: 0.65rem; color: var(--green); }
  /* Mini chart */
  .ps-chart {
    background: rgba(201,168,76,0.03);
    border: 1px solid rgba(201,168,76,0.08);
    border-radius: 8px;
    padding: 12px;
    flex: 1;
    position: relative;
    overflow: hidden;
  }
  .ps-chart-label {
    font-size: 0.5rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 8px;
  }
  .ps-chart svg { width: 100%; height: 80px; }
  /* Trade rows */
  .ps-trade {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(201,168,76,0.07);
    border-radius: 6px;
  }
  .ps-trade-left { display: flex; flex-direction: column; gap: 2px; }
  .ps-trade-type { font-size: 0.55rem; letter-spacing: 0.1em; text-transform: uppercase; }
  .ps-trade-type.buy { color: var(--green); }
  .ps-trade-type.sell { color: var(--red); }
  .ps-trade-pair { font-size: 0.6rem; color: var(--text-muted); }
  .ps-trade-pnl { font-family: 'Outfit', sans-serif; font-size: 0.85rem; }
  .ps-trade-pnl.pos { color: var(--green); }
  .ps-trade-pnl.neg { color: var(--red); }
  /* Status bar */
  .ps-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px;
    background: rgba(76,175,122,0.08);
    border: 1px solid rgba(76,175,122,0.2);
    border-radius: 8px;
  }
  .ps-status-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--green);
    animation: blink 1.5s ease-in-out infinite;
  }
  @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }
  .ps-status-text { font-size: 0.55rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--green); }
  /* Side buttons */
  .phone-btn-r {
    position: absolute;
    right: -2px; top: 120px;
    width: 3px; height: 60px;
    background: rgba(201,168,76,0.25);
    border-radius: 0 2px 2px 0;
  }
  .phone-btn-l1, .phone-btn-l2 {
    position: absolute;
    left: -2px;
    width: 3px;
    background: rgba(201,168,76,0.2);
    border-radius: 2px 0 0 2px;
  }
  .phone-btn-l1 { top: 110px; height: 36px; }
  .phone-btn-l2 { top: 158px; height: 36px; }

  /* floating tags */
  .phone-tag {
    position: absolute;
    background: rgba(10,9,6,0.92);
    border: 1px solid rgba(201,168,76,0.25);
    padding: 10px 16px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    white-space: nowrap;
    animation: floatTag 3s ease-in-out infinite;
  }
  .phone-tag-label { font-size: 0.5rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--text-muted); }
  .phone-tag-val { font-family: 'Outfit', sans-serif; font-size: 0.9rem; color: var(--gold); margin-top: 2px; }
  .phone-tag.t1 { top: 80px; right: -110px; animation-delay: 0s; }
  .phone-tag.t2 { bottom: 140px; left: -100px; animation-delay: 1.5s; }
  @keyframes floatTag {
    0%,100%{ transform: translateY(0); }
    50%{ transform: translateY(-6px); }
  }
  .btn-primary {
    background: var(--gold);
    color: var(--dark);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 16px 40px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
  }
  .btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gold-light);
    transform: translateX(-100%);
    transition: transform 0.3s;
  }
  .btn-primary:hover::before { transform: translateX(0); }
  .btn-primary span { position: relative; z-index: 1; }
  .btn-secondary {
    background: transparent;
    color: var(--gold);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 16px 40px;
    border: 1px solid rgba(201,168,76,0.4);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
  }
  .btn-secondary:hover { border-color: var(--gold); background: rgba(201,168,76,0.05); }

  .hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 56px;
    padding-top: 40px;
    border-top: 1px solid rgba(201,168,76,0.1);
    opacity: 0;
    animation: fadeUp 1s 1.1s forwards;
    flex-wrap: wrap;
  }
  .stat { text-align: center; }
  .stat-num {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--gold);
  }
  .stat-label {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-top: 4px;
  }

  /* ── MARQUEE ── */
  .marquee-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-top: 1px solid rgba(201,168,76,0.1);
    border-bottom: 1px solid rgba(201,168,76,0.1);
    padding: 16px 0;
    background: var(--dark2);
  }
  .marquee {
    display: flex;
    gap: 60px;
    white-space: nowrap;
    animation: marquee 25s linear infinite;
    width: max-content;
  }
  .marquee span {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--text-muted);
  }
  .marquee .dot {
    color: var(--gold);
    letter-spacing: 0;
  }
  @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

  /* ── SECTIONS ── */
  section {
    position: relative;
    z-index: 1;
  }
  .section-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
  }
  .section-tag {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.6rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .section-tag::before {
    content: '';
    width: 24px;
    height: 1px;
    background: var(--gold);
    display: inline-block;
  }
  .section-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 300;
    line-height: 1.05;
    margin-bottom: 24px;
  }
  .section-title em { font-style: italic; color: var(--gold); }

  /* ── WHAT IS ── */
  .what-is {
    background: var(--dark2);
  }
  .what-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 60px;
  }
  .what-text p {
    font-size: 0.85rem;
    line-height: 1.9;
    color: var(--text-muted);
    margin-bottom: 20px;
  }
  .what-text strong { color: var(--gold-pale); font-weight: 500; }
  .what-visual {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .tag-pill {
    background: rgba(201,168,76,0.06);
    border: 1px solid rgba(201,168,76,0.15);
    padding: 20px 28px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s;
  }
  .tag-pill:hover {
    background: rgba(201,168,76,0.1);
    border-color: rgba(201,168,76,0.35);
    transform: translateX(8px);
  }
  .tag-pill-icon {
    font-size: 1.4rem;
    min-width: 32px;
  }
  .tag-pill-text {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    color: var(--text);
  }

  /* ── HOW IT WORKS ── */
  .how-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    margin-top: 80px;
    border: 1px solid rgba(201,168,76,0.12);
  }
  .step {
    padding: 40px 32px;
    border-right: 1px solid rgba(201,168,76,0.12);
    position: relative;
    overflow: hidden;
    transition: background 0.4s;
  }
  .step:last-child { border-right: none; }
  .step::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s;
  }
  .step:hover::before { transform: scaleX(1); }
  .step:hover { background: rgba(201,168,76,0.03); }
  .step-num {
    font-family: 'Outfit', sans-serif;
    font-size: 3rem;
    font-weight: 300;
    color: rgba(201,168,76,0.15);
    line-height: 1;
    margin-bottom: 20px;
  }
  .step-icon {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .step-title {
    font-family: 'Outfit', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold-pale);
    margin-bottom: 10px;
  }
  .step-desc {
    font-size: 0.72rem;
    line-height: 1.7;
    color: var(--text-muted);
  }

  /* ── COMPARISON TABLE ── */
  .comparison {
    background: var(--dark2);
  }
  .comp-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 60px;
    border: 1px solid rgba(201,168,76,0.12);
  }
  .comp-table th {
    padding: 20px 28px;
    text-align: left;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--text-muted);
    border-bottom: 1px solid rgba(201,168,76,0.12);
  }
  .comp-table th:last-child {
    color: var(--gold);
  }
  .comp-table td {
    padding: 18px 28px;
    font-size: 0.78rem;
    border-bottom: 1px solid rgba(201,168,76,0.06);
    vertical-align: middle;
  }
  .comp-table tr:last-child td { border-bottom: none; }
  .comp-table tr:hover td { background: rgba(201,168,76,0.03); }
  .comp-table td:first-child { color: var(--text-muted); }
  .bad { color: var(--red); font-size: 0.7rem; }
  .good {
    color: var(--green);
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
  }
  .tag-highlight {
    color: var(--gold-light);
    font-weight: 500;
  }

  /* ── PRICING ── */
  .plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 60px;
    background: rgba(201,168,76,0.12);
    border: 1px solid rgba(201,168,76,0.12);
  }
  .plan {
    background: var(--dark);
    padding: 48px 36px;
    position: relative;
    overflow: hidden;
    transition: background 0.4s;
    display: flex;
    flex-direction: column;
  }
  .plan:hover { background: var(--dark3); }
  .plan.featured {
    background: var(--dark2);
  }
  .plan.featured::after {
    content: 'POPULAR';
    position: absolute;
    top: 20px; right: -28px;
    background: var(--gold);
    color: var(--dark);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.55rem;
    letter-spacing: 0.2em;
    padding: 6px 36px;
    transform: rotate(45deg);
    font-weight: 500;
  }
  .plan-badge {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.6rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(201,168,76,0.12);
  }
  .plan-price {
    font-family: 'Outfit', sans-serif;
    font-size: 3rem;
    font-weight: 300;
    color: var(--gold-pale);
    line-height: 1;
    margin-bottom: 4px;
  }
  .plan-price span { font-size: 1.2rem; vertical-align: top; margin-top: 8px; display: inline-block; }
  .plan-period {
    font-size: 0.65rem;
    color: var(--text-muted);
    letter-spacing: 0.1em;
    margin-bottom: 32px;
  }
  .plan-features {
    list-style: none;
    flex: 1;
    margin-bottom: 36px;
  }
  .plan-features li {
    font-size: 0.72rem;
    line-height: 1.6;
    color: var(--text-muted);
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .plan-features li::before {
    content: '✓';
    color: var(--gold);
    font-size: 0.7rem;
    flex-shrink: 0;
  }
  .plan-features li.extra { color: var(--gold-pale); font-weight: 500; }
  .plan-btn {
    background: transparent;
    color: var(--gold);
    border: 1px solid rgba(201,168,76,0.4);
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 14px;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: block;
    text-align: center;
  }
  .plan-btn:hover, .plan.featured .plan-btn {
    background: var(--gold);
    color: var(--dark);
    border-color: var(--gold);
  }
  .plan.featured .plan-btn:hover {
    background: var(--gold-light);
    border-color: var(--gold-light);
  }

  /* ── RESULTS ── */
.results {
  background: #0f0c05;
}

/* ❌ REMOVE GRID BEHAVIOR */
.cards-grid {
  display: unset;
}

/* ✅ NEW WRAPPER */
.cards-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 30px auto;
}

/* ✅ HORIZONTAL SCROLL */
.cards-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;

  justify-content: center;   /* 👈 center cards when few */
  padding: 10px 40px;        /* space for arrows */

  scroll-snap-type: x mandatory;  /* 👈 smooth snap */
}

.cards-scroll::-webkit-scrollbar {
  display: none;
}

/* CARD */
.card {
  background: linear-gradient(145deg, #1b1508, #120e05);
  border: 1px solid rgba(255, 180, 60, 0.15);
  border-radius: 14px;
  padding: 20px 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;

  /* 👉 IMPORTANT for horizontal scroll */
  min-width: 240px;
  flex: 0 0 auto;

  /* premium depth */
  box-shadow:
    0 6px 20px rgba(0,0,0,0.6),
    inset 0 0 0 1px rgba(255,255,255,0.03);

  transition: all 0.3s ease;
  overflow: hidden;
}

/* subtle glow */
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,180,60,0.12), transparent 60%);
  opacity: 0;
  transition: 0.4s;
}

.card:hover::before {
  opacity: 1;
}

.card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: #f3c969;
  box-shadow:
    0 15px 40px rgba(0,0,0,0.9),
    0 0 20px rgba(243,201,105,0.25);
}

/* ACTIVE */
.card.active {
  border-color: #4caf6e;
  box-shadow:
    0 0 0 1px #4caf6e,
    0 0 25px rgba(76,175,110,0.2);
}

/* BADGE */
.card-num {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #4caf6e, #2e8b57);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* AVATAR */
.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #5a4520, #1e1708);
  border: 1.5px solid rgba(255,180,60,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 12px;
}

.avatar svg {
  width: 32px;
  fill: #f3c969;
}

/* NAME */
.card-name {
  font-family: 'Poppins', sans-serif;   /* cleaner & modern */
  font-size: 16px;                      /* slightly bigger */
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;

  color: #f5e6c8;                       /* better contrast */
  letter-spacing: 0.3px;                /* smoother reading */
  line-height: 1.4;

  /* subtle glow for premium feel */
  text-shadow: 0 0 6px rgba(243,201,105,0.15);
}

/* LABEL */
.deposit-label {
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #9a8f72;
  margin-bottom: 3px;
}

/* AMOUNT */
.deposit-amount {
  font-size: 24px;
  font-weight: 700;
  color: #02962e;
  margin-bottom: 14px;
  text-shadow: 0 0 12px rgba(76,206,116,0.3);
}

/* INFO */
.info-rows {
  width: 100%;
  margin-bottom: 14px;
}

.info-row {
  display: flex;
  justify-content: center;
  text-align: center;
}

.info-text {
  width: 100%;
}

.info-label {
  color: #8a7a55;
}

.info-value {
  color: #f0e8d0;
}

/* BUTTON */
.btn-view {
  display: flex;              /* FIX alignment */
  align-items: center;
  justify-content: center;

  width: 100%;
  padding: 10px;
  border-radius: 8px;

  text-decoration: none;      /* ❌ remove underline */
  border: none;

  font-size: 13px;
  font-weight: 700;
  cursor: pointer;

  background: linear-gradient(135deg, #f3a93a, #c07020);
  color: #1a1000;

  box-shadow: 0 4px 12px rgba(255,160,50,0.25);
  transition: all 0.25s ease;

  position: relative;
  overflow: hidden;
}

.btn-view::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.5), transparent);
  transition: 0.5s;
}

.btn-view:hover::after {
  left: 100%;
}

.btn-view:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 20px rgba(255,160,50,0.35);
}

/* ✅ ARROWS */
.scroll-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 5;

  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  cursor: pointer;

  background: linear-gradient(135deg, #f3a93a, #c07020);
  color: #1a1000;
  font-size: 20px;
  font-weight: bold;

  box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.scroll-btn.left { left: -10px; }
.scroll-btn.right { right: -10px; }



/* ANIMATION */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.card { animation: fadeUp 0.5s ease both; }
.card:nth-child(1) { animation-delay: 0.05s; }
.card:nth-child(2) { animation-delay: 0.15s; }
.card:nth-child(3) { animation-delay: 0.25s; }
.card:nth-child(4) { animation-delay: 0.35s; }

.features {
  animation: fadeUp 0.5s ease 0.45s both;
}
  /* ── TESTIMONIALS ── */
  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 60px;
  }
  .testimonial {
    background: var(--dark2);
    border: 1px solid rgba(201,168,76,0.1);
    padding: 40px;
    position: relative;
    transition: border-color 0.3s;
  }
  .testimonial:hover { border-color: rgba(201,168,76,0.3); }
  .testimonial::before {
    content: '"';
    position: absolute;
    top: 20px; right: 28px;
    font-family: 'Outfit', sans-serif;
    font-size: 6rem;
    color: rgba(201,168,76,0.08);
    line-height: 1;
  }
  .test-text {
    font-family: 'Outfit', sans-serif;
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--text);
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
  }
  .test-author {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .test-avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: rgba(201,168,76,0.15);
    border: 1px solid rgba(201,168,76,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    color: var(--gold);
  }
  .test-name {
    font-family: 'Outfit', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: var(--gold-pale);
    text-transform: uppercase;
  }
  .test-return {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.62rem;
    color: var(--green);
    margin-top: 2px;
  }

  /* ── SUPPORT / CTA ── */
  .cta-section {
    text-align: center;
    background: var(--dark3);
    border-top: 1px solid rgba(201,168,76,0.12);
  }
  .cta-section .section-inner {
    padding: 100px 60px;
  }
  .cta-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .cta-title em { font-style: italic; color: var(--gold); }
  .cta-desc {
    font-size: 0.8rem;
    color: var(--text-muted);
    max-width: 520px;
    margin: 0 auto 48px;
    line-height: 1.8;
  }
  .cta-btns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .telegram-btn {
    background: rgba(42,109,255,0.1);
    border: 1px solid rgba(42,109,255,0.3);
    color: #6EA4FF;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 16px 40px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
  }
  .telegram-btn:hover {
    background: rgba(42,109,255,0.2);
    border-color: rgba(42,109,255,0.6);
  }

  /* ── DISCLAIMER ── */
  .disclaimer {
    background: var(--dark);
    border-top: 1px solid rgba(255,255,255,0.05);
    padding: 40px 60px;
    max-width: 100%;
  }
  .disclaimer p {
    font-size: 0.62rem;
    color: rgba(154,143,114,0.5);
    line-height: 1.7;
    letter-spacing: 0.03em;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }

  /* ── FOOTER ── */
  footer {
    background: var(--dark);
    border-top: 1px solid rgba(201,168,76,0.1);
    padding: 40px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .logo-text { font-size: 0.9rem; }
  .footer-copy {
    font-size: 0.62rem;
    color: var(--text-muted);
    letter-spacing: 0.1em;
  }
  .insta-premium {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  margin-top: 10px;

  font-size: 13px;
  font-weight: 600;
  text-decoration: none;

  color: #C9A84C;              /* gold text */
  border: 1px solid #C9A84C;  /* gold border */
  border-radius: 6px;

  background: transparent;
  transition: 0.2s;
}

.insta-icon {
  width: 14px;
  height: 14px;
  fill: #C9A84C;
}

/* simple hover */
.insta-premium:hover {
  background: #C9A84C;
  color: #1a1000;
}

.insta-premium:hover .insta-icon {
  fill: #1a1000;
}
  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* ── SCROLLBAR ── */
  ::-webkit-scrollbar { width: 4px; }
  ::-webkit-scrollbar-track { background: var(--dark); }
  ::-webkit-scrollbar-thumb { background: rgba(201,168,76,0.3); }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    nav { padding: 20px 24px; }
    .nav-links { display: none; }
    .section-inner { padding: 80px 24px; }
    .what-grid { grid-template-columns: 1fr; gap: 40px; }
    .how-steps { grid-template-columns: 1fr 1fr; }
    .step { border-right: none; border-bottom: 1px solid rgba(201,168,76,0.12); }
    .plans-grid { grid-template-columns: 1fr 1fr; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .hero-stats { gap: 30px; flex-wrap: wrap; }
    footer { flex-direction: column; gap: 12px; text-align: center; }
    .live-ticker { display: none; }
    .disclaimer { padding: 40px 24px; }
  }
  @media (max-width: 600px) {
    .how-steps { grid-template-columns: 1fr; }
    .plans-grid { grid-template-columns: 1fr; }
    .hero-cta-group { flex-direction: column; align-items: center; }
  }
/* =========================
   NAVBAR
========================= */
@media (max-width: 768px) {
  nav {
    padding: 16px 20px;
  }
  .logo-text img {
    height: 42px;   /* smaller logo */
  }

  .logo-sub {
    font-size: 8px;
    letter-spacing: 0.15em;
  }
  .nav-links {
    display: none; /* simple mobile hide */
  }
}

/* =========================
   HERO SECTION
========================= */
@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 120px 30px 60px;
    gap: 40px;
  }

  .hero-left {
    align-items: center;
  }

  .hero-sub {
    max-width: 100%;
  }

  .hero-cta-group {
    justify-content: center;
  }

  .hero-stats {
    justify-content: center;
  }
}


/* PHONE FIX */
@media (max-width: 768px) {
  .phone-wrap {
    transform: scale(0.85);
  }

  .phone-tag {
    display: none; /* prevent overflow */
  }
}

@media (max-width: 480px) {
  .phone-wrap {
    transform: scale(0.75);
  }
}
@media (max-width: 480px) {
  .logo-text img {
    height: 38px;
  }

  .logo-sub {
    font-size: 7px;
  }
}
/* =========================
   WHAT SECTION
========================= */
@media (max-width: 900px) {
  .what-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* =========================
   HOW STEPS
========================= */
@media (max-width: 1100px) {
  .how-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .how-steps {
    grid-template-columns: 1fr;
  }
}

/* =========================
   PRICING
========================= */
@media (max-width: 1100px) {
  .plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .plans-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   CARDS SCROLLER (IMPORTANT FIX)
========================= */
.cards-wrapper {
  overflow: hidden;
}

.cards-scroll {
  justify-content: flex-start; /* FIX center issue */
  padding: 10px 20px;
}

@media (max-width: 768px) {
  .cards-scroll {
    padding: 10px 10px;
    gap: 12px;
  }

  .card {
    min-width: 85%;
  }

  .scroll-btn {
    display: none; /* hide arrows on mobile */
  }
}

@media (max-width: 480px) {
  .card {
    min-width: 92%;
  }
}

/* =========================
   TESTIMONIALS
========================= */
@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================
   CTA
========================= */
@media (max-width: 768px) {
  .cta-section .section-inner {
    padding: 80px 20px;
  }

  .cta-btns {
    flex-direction: column;
    align-items: center;
  }
}

/* =========================
   FOOTER
========================= */
@media (max-width: 768px) {
  footer {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

/* =========================
   SMALL DEVICES (EXTRA POLISH)
========================= */
@media (max-width: 480px) {
  .section-inner {
    padding: 50px 16px;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .stat-num {
    font-size: 1.8rem;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    text-align: center;
  }
}