/* ============================================
   WEALTH TRADING ACADEMY — Global Stylesheet
   Colors: #0D1B2A navy | #D4AF37 gold | #162032 surface
   ============================================ */

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

:root {
  --navy: #0D1B2A;
  --navy-dark: #080E18;
  --navy-light: #162032;
  --gold: #D4AF37;
  --gold-light: #E8C96A;
  --gold-muted: rgba(212,175,55,.12);
  --gold-border: rgba(212,175,55,.35);
  --text-primary: #FFFFFF;
  --text-secondary: #A8B2C8;
  --text-muted: #4a5a6a;
  --border: #1e2d3d;
  --border-mid: #2a3a4a;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--navy);
  color: var(--text-primary);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.gold-bar { height: 3px; background: var(--gold); opacity: .7; }

/* ====== TYPOGRAPHY ====== */
h1, h2, h3 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; line-height: 1.15; }
h1 { font-size: 3.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.25rem; }
.gold-text { color: var(--gold); }

/* ====== LAYOUT ====== */
.container { max-width: 1100px; margin: 0 auto; padding: 0 2rem; }
.text-center { text-align: center; }

.section { padding: 5rem 0; border-bottom: 1px solid var(--border); }
.section-navy { background: var(--navy); }
.section-dark  { background: var(--navy-dark); }

.sec-label { font-size: .7rem; font-weight: 500; text-transform: uppercase; letter-spacing: .1em; color: var(--gold); margin-bottom: .5rem; }
.sec-h2 { font-size: 2rem; color: var(--text-primary); margin-bottom: .5rem; }
.sec-sub { font-size: .9rem; color: var(--text-secondary); max-width: 560px; margin-bottom: 2.5rem; line-height: 1.7; }
.text-center .sec-sub { margin-left: auto; margin-right: auto; }

.grid { display: grid; gap: 12px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

/* ====== NAV ====== */
.nav { background: var(--navy-dark); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1100px; margin: 0 auto; padding: 0 2rem; height: 60px; }
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-mark { width: 30px; height: 30px; background: var(--gold); border-radius: 7px; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; color: var(--navy-dark); font-family: 'Barlow Condensed', sans-serif; flex-shrink: 0; }
.logo-text { font-size: .85rem; font-weight: 500; color: var(--text-primary); }
.nav-links { display: flex; align-items: center; gap: 1.5rem; }
.nav-link { font-size: .8rem; color: var(--text-secondary); text-decoration: none; transition: color .2s; }
.nav-link:hover, .nav-link.active { color: var(--text-primary); }
.nav-toggle { display: none; background: none; border: none; color: var(--text-primary); font-size: 1.3rem; cursor: pointer; }
.nav-mobile { display: none; flex-direction: column; gap: 12px; padding: 1rem 2rem 1.25rem; background: var(--navy-dark); border-bottom: 1px solid var(--border); }

/* ====== BUTTONS ====== */
.btn-gold {
  background: var(--gold);
  color: var(--navy-dark);
  font-size: .8rem;
  font-weight: 500;
  padding: 9px 20px;
  border-radius: 24px;
  text-decoration: none;
  display: inline-block;
  transition: background .2s, transform .1s;
  border: none;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
}
.btn-gold:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-gold.btn-lg { font-size: .9rem; padding: 12px 28px; }

.btn-outline {
  background: transparent;
  color: var(--text-secondary);
  font-size: .8rem;
  font-weight: 500;
  padding: 9px 20px;
  border-radius: 24px;
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--border-mid);
  transition: border-color .2s, color .2s;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
}
.btn-outline:hover { border-color: var(--text-secondary); color: var(--text-primary); }
.btn-outline.btn-lg { font-size: .9rem; padding: 12px 28px; }

.btn-row { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* ====== HERO ====== */
.hero { padding: 6rem 0 4rem; background: var(--navy); border-bottom: 1px solid var(--border); }
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gold-muted); border: 1px solid var(--gold-border);
  border-radius: 24px; padding: 5px 14px;
  font-size: .75rem; color: var(--gold); margin-bottom: 1.5rem;
}
.hero-h1 { font-size: 4rem; margin-bottom: .75rem; line-height: 1.1; }
.hero-sub { font-size: 1rem; color: var(--text-secondary); max-width: 500px; margin: 0 auto 2.5rem; line-height: 1.7; }
.hero-stats { display: flex; align-items: center; justify-content: center; gap: 2rem; margin-top: 3rem; padding-top: 2.5rem; border-top: 1px solid var(--border); flex-wrap: wrap; }
.stat { text-align: center; }
.stat-val { font-size: 1.4rem; font-weight: 500; color: var(--gold); font-family: 'Barlow Condensed', sans-serif; }
.stat-lbl { font-size: .7rem; color: var(--text-secondary); margin-top: 2px; text-transform: uppercase; letter-spacing: .05em; }
.stat-div { width: 1px; height: 36px; background: var(--border); }

/* ====== TRUST BAR ====== */
.trust-bar { background: var(--navy-dark); padding: 1rem 0; border-bottom: 1px solid var(--border); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.trust-label { font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; color: var(--text-muted); }
.trust-logos { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.trust-logo { font-size: .75rem; color: var(--text-muted); }

/* ====== FEATURE CARDS ====== */
.feat-card { background: var(--navy-light); border-radius: 10px; padding: 1.25rem; border: 1px solid var(--border); transition: border-color .2s; }
.feat-card:hover { border-color: var(--gold-border); }
.feat-icon { font-size: 1.5rem; margin-bottom: .75rem; }
.feat-title { font-size: .85rem; font-weight: 500; color: var(--text-primary); margin-bottom: 5px; }
.feat-desc { font-size: .78rem; color: var(--text-secondary); line-height: 1.5; }

/* ====== PRICING CARDS ====== */
.price-card { background: var(--navy-light); border-radius: 12px; padding: 1.5rem; border: 1px solid var(--border); display: flex; flex-direction: column; }
.price-card.featured { border-color: var(--gold-border); }
.price-badge { font-size: .68rem; font-weight: 500; background: var(--gold-muted); color: var(--gold); padding: 3px 10px; border-radius: 12px; display: inline-block; margin-bottom: .75rem; width: fit-content; }
.price-name { font-size: .8rem; color: var(--text-secondary); margin-bottom: .25rem; }
.price-amt { font-size: 2.2rem; font-weight: 700; color: var(--text-primary); font-family: 'Barlow Condensed', sans-serif; line-height: 1; }
.price-period { font-size: .75rem; color: var(--text-secondary); margin: .4rem 0 1rem; }
.price-list { list-style: none; margin-bottom: 1.5rem; flex: 1; }
.price-list li { font-size: .8rem; color: var(--text-secondary); padding: 5px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 8px; }
.price-list li:last-child { border-bottom: none; }

/* ====== COACHING ====== */
.coach-card { background: var(--navy-light); border-radius: 12px; padding: 2rem; border: 1px solid var(--gold-border); display: flex; gap: 1.5rem; align-items: flex-start; }
.coach-icon { font-size: 2.5rem; flex-shrink: 0; }
.coach-title { font-size: 1.1rem; font-weight: 500; color: var(--text-primary); margin-bottom: 8px; }
.coach-desc { font-size: .85rem; color: var(--text-secondary); line-height: 1.65; margin-bottom: 1.25rem; }
.coach-bottom { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.coach-price { font-size: 1.5rem; font-weight: 700; color: var(--gold); font-family: 'Barlow Condensed', sans-serif; }
.coach-per { font-size: .8rem; color: var(--text-secondary); font-family: 'DM Sans', sans-serif; font-weight: 400; }

/* ====== TESTIMONIALS ====== */
.testi-card { background: var(--navy-light); border-radius: 10px; padding: 1.25rem; border: 1px solid var(--border); }
.testi-stars { color: var(--gold); font-size: .9rem; margin-bottom: .75rem; letter-spacing: 2px; }
.testi-quote { font-size: .82rem; color: var(--text-primary); line-height: 1.6; margin-bottom: 1rem; font-style: italic; }
.testi-name { font-size: .8rem; font-weight: 500; color: var(--gold); }
.testi-role { font-size: .72rem; color: var(--text-secondary); }

/* ====== YOUTUBE ====== */
.yt-icon { font-size: 2.5rem; margin-bottom: .75rem; }

/* ====== FOOTER ====== */
.footer { background: var(--navy-dark); padding: 3.5rem 0 2rem; border-top: 1px solid var(--border); }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 2.5rem; }
.footer-brand-desc { font-size: .78rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 1rem; max-width: 220px; }
.social-row { display: flex; gap: 8px; }
.social-icon { width: 30px; height: 30px; background: var(--navy-light); border-radius: 7px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: .65rem; font-weight: 500; color: var(--text-secondary); text-decoration: none; transition: border-color .2s, color .2s; }
.social-icon:hover { border-color: var(--gold-border); color: var(--gold); }
.footer-col-title { font-size: .7rem; font-weight: 500; text-transform: uppercase; letter-spacing: .07em; color: var(--text-secondary); margin-bottom: .75rem; }
.footer-link { font-size: .78rem; color: var(--text-muted); text-decoration: none; display: block; padding: 3px 0; transition: color .2s; }
.footer-link:hover { color: var(--text-secondary); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; flex-wrap: wrap; }
.footer-copy { font-size: .72rem; color: var(--text-muted); }
.footer-risk { font-size: .68rem; color: #3a4a5a; max-width: 500px; line-height: 1.6; }

/* ====== PAGE HERO ====== */
.page-hero { padding: 5rem 0 3.5rem; background: var(--navy); border-bottom: 1px solid var(--border); text-align: center; }
.page-badge { display: inline-flex; align-items: center; gap: 5px; background: var(--gold-muted); border: 1px solid var(--gold-border); border-radius: 24px; padding: 4px 12px; font-size: .72rem; color: var(--gold); margin-bottom: 1.25rem; }
.page-h1 { font-size: 3rem; margin-bottom: .6rem; }
.page-sub { font-size: .9rem; color: var(--text-secondary); max-width: 500px; margin: 0 auto 1.75rem; line-height: 1.7; }

/* ====== MODULE LIST ====== */
.module-list { display: flex; flex-direction: column; gap: 8px; }
.module-row { background: var(--navy-light); border-radius: 10px; padding: .875rem 1.1rem; border: 1px solid var(--border); display: flex; align-items: center; gap: 12px; transition: border-color .2s; }
.module-row:hover { border-color: var(--gold-border); }
.mod-num { width: 26px; height: 26px; background: var(--gold-muted); border-radius: 7px; display: flex; align-items: center; justify-content: center; font-size: .72rem; font-weight: 500; color: var(--gold); flex-shrink: 0; font-family: 'Barlow Condensed', sans-serif; }
.mod-title { font-size: .85rem; font-weight: 500; color: var(--text-primary); }
.mod-count { font-size: .72rem; color: var(--text-secondary); }
.mod-arrow { margin-left: auto; color: var(--gold); font-size: 1rem; }

/* ====== CHECK LIST ====== */
.check-list { list-style: none; }
.check-list li { font-size: .85rem; color: var(--text-secondary); padding: 7px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 10px; }
.check-list li:last-child { border-bottom: none; }
.check-list li::before { content: '✓'; color: var(--gold); font-weight: 500; flex-shrink: 0; }

/* ====== FAQ ====== */
.faq-list { display: flex; flex-direction: column; gap: 8px; }
.faq-item { background: var(--navy-light); border-radius: 10px; padding: 1.1rem 1.25rem; border: 1px solid var(--border); cursor: pointer; }
.faq-q { font-size: .88rem; font-weight: 500; color: var(--text-primary); display: flex; justify-content: space-between; align-items: center; }
.faq-q::after { content: '+'; color: var(--gold); font-size: 1.2rem; }
.faq-a { font-size: .82rem; color: var(--text-secondary); margin-top: .75rem; line-height: 1.65; }

/* ====== SCHEDULE ====== */
.schedule-card { background: var(--navy-light); border-radius: 10px; border: 1px solid var(--gold-border); overflow: hidden; }
.schedule-row { display: flex; gap: 1rem; padding: 1rem 1.25rem; border-bottom: 1px solid var(--border); align-items: flex-start; }
.schedule-row:last-child { border-bottom: none; }
.sch-day { font-size: .7rem; font-weight: 500; color: var(--gold); min-width: 90px; text-transform: uppercase; letter-spacing: .04em; margin-top: 2px; }
.sch-title { font-size: .85rem; font-weight: 500; color: var(--text-primary); margin-bottom: 2px; }
.sch-desc { font-size: .78rem; color: var(--text-secondary); line-height: 1.4; }

/* ====== CHANNELS ====== */
.channel-list { list-style: none; }
.channel-item { display: flex; align-items: center; gap: 8px; padding: 7px 0; border-bottom: 1px solid var(--border); font-size: .82rem; }
.channel-item:last-child { border-bottom: none; }
.ch-hash { color: var(--gold); font-weight: 500; }
.ch-name { color: var(--text-primary); }
.ch-badge { font-size: .65rem; padding: 2px 7px; border-radius: 10px; margin-left: auto; }
.ch-vip { background: var(--gold-muted); color: var(--gold); }
.ch-free { background: rgba(168,178,200,.08); color: var(--text-secondary); }

/* ====== TIMELINE ====== */
.timeline { display: flex; flex-direction: column; }
.tl-row { display: flex; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--border); align-items: flex-start; }
.tl-row:last-child { border-bottom: none; }
.tl-num { width: 30px; height: 30px; background: var(--gold-muted); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .75rem; font-weight: 500; color: var(--gold); flex-shrink: 0; }
.tl-title { font-size: .88rem; font-weight: 500; color: var(--text-primary); margin-bottom: 4px; }
.tl-desc { font-size: .78rem; color: var(--text-secondary); line-height: 1.5; }

/* ====== STAT GRID ====== */
.stat-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.stat-card { background: var(--navy-light); border-radius: 10px; padding: 1.25rem; text-align: center; border: 1px solid var(--border); }
.stat-card-val { font-size: 1.8rem; font-weight: 700; color: var(--gold); font-family: 'Barlow Condensed', sans-serif; }
.stat-card-lbl { font-size: .75rem; color: var(--text-secondary); margin-top: 4px; }

/* ====== STORY / ABOUT ====== */
.story-block { background: var(--navy-light); border-radius: 12px; padding: 2rem; border: 1px solid var(--gold-border); display: flex; gap: 1.5rem; align-items: flex-start; }
.photo-placeholder { width: 80px; height: 80px; background: var(--gold-muted); border-radius: 50%; border: 2px solid var(--gold-border); display: flex; align-items: center; justify-content: center; font-size: 2rem; flex-shrink: 0; }
.story-quote { font-size: .9rem; color: var(--text-secondary); line-height: 1.7; font-style: italic; border-left: 3px solid var(--gold); padding-left: 1rem; margin-bottom: 1rem; }
.mission-card { background: var(--gold-muted); border-radius: 12px; padding: 2rem; border: 1px solid var(--gold-border); text-align: center; }
.mission-text { font-size: 1rem; color: var(--text-primary); line-height: 1.8; font-style: italic; }

/* ====== FORM ====== */
.form-field { margin-bottom: 14px; }
.form-label { font-size: .78rem; color: var(--text-secondary); margin-bottom: 5px; display: block; }
.form-input, .form-select, .form-textarea {
  width: 100%; background: var(--navy-light);
  border: 1px solid var(--border-mid); border-radius: 8px;
  padding: 10px 14px; font-size: .85rem;
  color: var(--text-primary); font-family: 'DM Sans', sans-serif;
  transition: border-color .2s; outline: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--gold-border); }
.form-input::placeholder, .form-textarea::placeholder { color: var(--text-muted); }
.form-select option { background: var(--navy-light); }
.form-textarea { height: 120px; resize: vertical; }

/* ====== CONTACT INFO ====== */
.contact-info-card { background: var(--navy-light); border-radius: 12px; padding: 1.5rem; border: 1px solid var(--gold-border); margin-bottom: 1.5rem; }
.ci-row { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--border); }
.ci-row:last-child { border-bottom: none; }
.ci-icon { width: 34px; height: 34px; background: var(--gold-muted); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.ci-label { font-size: .72rem; color: var(--text-secondary); }
.ci-val { font-size: .85rem; font-weight: 500; color: var(--text-primary); }
.social-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 1rem; }
.social-pill { display: flex; align-items: center; gap: 6px; background: var(--navy-light); border: 1px solid var(--border); border-radius: 24px; padding: 6px 14px; font-size: .78rem; color: var(--text-secondary); text-decoration: none; transition: border-color .2s; }
.social-pill:hover { border-color: var(--gold-border); color: var(--gold); }

/* ====== RESPONSIVE ====== */
@media (max-width: 900px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  h1, .hero-h1, .page-h1 { font-size: 2.5rem; }
  .hero { padding: 4rem 0 3rem; }
  .section { padding: 3.5rem 0; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .hero-stats { gap: 1.25rem; }
  .stat-div { display: none; }
  .coach-card { flex-direction: column; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 1rem; }
  .story-block { flex-direction: column; }
  .trust-inner { flex-direction: column; }
}
