/* ===== SITE 3: EDGE MENTORS LTD — Stock Market Education ===== */
/* Elegant Dark Charcoal / Gold / Cream Theme */

:root {
  --charcoal: #1c1c2e;
  --charcoal-mid: #25253a;
  --charcoal-light: #2e2e45;
  --gold: #d4af37;
  --gold-light: #e8c84a;
  --gold-pale: #f5e89a;
  --cream: #f5f0e8;
  --cream-mid: #e8e0d0;
  --text: #f0ead8;
  --text-mid: #b8a888;
  --text-light: #7a6a50;
  --border: #3a3a52;
  --card-bg: #22223a;
  --red-warn: #c0392b;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: Georgia, 'Times New Roman', serif; background: var(--charcoal); color: var(--text); line-height: 1.7; }

/* ===== COOKIE BANNER ===== */
#cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: #14142a; border-top: 2px solid var(--gold);
  padding: 16px 28px; display: flex; align-items: center;
  justify-content: space-between; gap: 16px; z-index: 9999; flex-wrap: wrap;
}
#cookie-banner p { font-size: 13px; color: var(--text-mid); flex: 1; min-width: 200px; font-family: 'Segoe UI', Arial, sans-serif; }
#cookie-banner a { color: var(--gold); }
.cookie-btns { display: flex; gap: 10px; flex-shrink: 0; }
.btn-cookie-accept { background: var(--gold); color: #1c1c2e; border: none; padding: 9px 22px; border-radius: 3px; cursor: pointer; font-size: 13px; font-weight: 700; font-family: 'Segoe UI', Arial, sans-serif; }
.btn-cookie-decline { background: transparent; color: var(--text-mid); border: 1px solid var(--border); padding: 9px 22px; border-radius: 3px; cursor: pointer; font-size: 13px; font-family: 'Segoe UI', Arial, sans-serif; }
.btn-cookie-accept:hover { background: var(--gold-light); }

/* ===== WHATSAPP ===== */
.whatsapp-fab {
  position: fixed; bottom: 90px; right: 24px;
  width: 58px; height: 58px; background: #25d366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(37,211,102,.4); z-index: 9998;
  text-decoration: none; transition: transform .2s;
}
.whatsapp-fab:hover { transform: scale(1.1); }
.whatsapp-fab svg { width: 32px; height: 32px; fill: #fff; }

/* ===== NAV ===== */
nav {
  background: rgba(20,20,42,.97);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
  padding: 0 48px; display: flex; align-items: center;
  justify-content: space-between; height: 74px;
}
.nav-logo { font-size: 20px; font-weight: 700; color: var(--cream); text-decoration: none; letter-spacing: .5px; font-family: Georgia, serif; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 28px; list-style: none; font-family: 'Segoe UI', Arial, sans-serif; }
.nav-links a { color: var(--text-mid); text-decoration: none; font-size: 13px; font-weight: 500; transition: color .2s; letter-spacing: .3px; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { background: var(--gold) !important; color: #1c1c2e !important; padding: 9px 20px; border-radius: 3px; font-weight: 700 !important; }
.nav-cta:hover { background: var(--gold-light) !important; }

/* ===== DISCLAIMER BAR ===== */
.disclaimer-bar {
  background: rgba(192,57,43,.1); border-bottom: 1px solid rgba(192,57,43,.25);
  padding: 10px 40px; text-align: center; font-size: 12px; color: #e8a090;
  font-family: 'Segoe UI', Arial, sans-serif;
}

/* ===== HERO ===== */
.hero {
  min-height: 600px; display: flex; align-items: center; position: relative; overflow: hidden;
  background: linear-gradient(160deg, #0e0e20 0%, #1c1c2e 60%, #252540 100%);
}
.hero-img-side {
  position: absolute; right: 0; top: 0; bottom: 0; width: 48%;
  background-image: url('https://images.unsplash.com/photo-1560472354-b33ff0c44a43?w=900&q=80');
  background-size: cover; background-position: center; opacity: .18;
}
.hero-img-side::after {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 60%;
  background: linear-gradient(to right, #1c1c2e, transparent);
}
.hero-content { position: relative; z-index: 1; padding: 90px 64px; max-width: 640px; }
.hero-badge {
  display: inline-block; border: 1px solid var(--gold); color: var(--gold);
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px; padding: 6px 18px;
  border-radius: 2px; margin-bottom: 24px; text-transform: uppercase;
  font-family: 'Segoe UI', Arial, sans-serif; background: rgba(212,175,55,.08);
}
.hero h1 { font-size: 50px; font-weight: 700; color: var(--cream); line-height: 1.15; margin-bottom: 20px; font-family: Georgia, serif; }
.hero h1 span { color: var(--gold); }
.hero p { font-size: 17px; color: var(--text-mid); margin-bottom: 28px; line-height: 1.8; font-family: 'Segoe UI', Arial, sans-serif; }
.hero-disclaimer {
  font-size: 12px; color: #9a8060; background: rgba(255,255,255,.04);
  border-left: 3px solid var(--gold); padding: 10px 14px; border-radius: 2px;
  margin-bottom: 32px; font-family: 'Segoe UI', Arial, sans-serif;
}
.btn-primary {
  display: inline-block; background: var(--gold); color: #1c1c2e;
  padding: 16px 38px; border-radius: 3px; font-size: 15px; font-weight: 700;
  text-decoration: none; border: none; cursor: pointer; letter-spacing: .5px;
  font-family: 'Segoe UI', Arial, sans-serif; transition: background .2s, transform .2s;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }

/* ===== DIVIDER ===== */
.gold-divider { width: 60px; height: 3px; background: var(--gold); margin: 20px 0; }

/* ===== SECTIONS ===== */
.section-wrap { max-width: 1180px; margin: 0 auto; padding: 80px 48px; }
.section-label { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 12px; font-family: 'Segoe UI', Arial, sans-serif; }
.section-title { font-size: 36px; font-weight: 700; margin-bottom: 16px; color: var(--cream); font-family: Georgia, serif; }
.section-sub { font-size: 16px; color: var(--text-mid); max-width: 580px; line-height: 1.8; font-family: 'Segoe UI', Arial, sans-serif; }

/* ===== ABOUT ===== */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-top: 50px; }
.about-text p { color: var(--text-mid); margin-bottom: 14px; font-size: 15px; line-height: 1.85; font-family: 'Segoe UI', Arial, sans-serif; }
.about-features { list-style: none; margin-top: 22px; font-family: 'Segoe UI', Arial, sans-serif; }
.about-features li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; font-size: 15px; color: var(--text); }
.about-features li::before { content: '◆'; color: var(--gold); font-size: 10px; flex-shrink: 0; margin-top: 5px; }
.about-img { border-radius: 4px; overflow: hidden; border: 1px solid var(--border); box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.about-img img { width: 100%; height: 380px; object-fit: cover; display: block; }

/* ===== MODULES ===== */
.modules-section { background: #14142a; padding: 80px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.modules-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 48px; }
.module-card { background: var(--card-bg); padding: 30px 28px; transition: background .2s; border: 1px solid var(--border); }
.module-card:hover { background: #2a2a42; }
.module-number { font-size: 28px; font-weight: 700; color: rgba(212,175,55,.25); margin-bottom: 12px; font-family: Georgia, serif; line-height: 1; }
.module-card h3 { font-size: 17px; font-weight: 700; color: var(--cream); margin-bottom: 10px; font-family: Georgia, serif; }
.module-card p { font-size: 14px; color: var(--text-mid); line-height: 1.7; font-family: 'Segoe UI', Arial, sans-serif; }

/* ===== PHOTOS ===== */
.photos-section { padding: 80px 0; background: var(--charcoal); }
.photos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; }
.photo-card { overflow: hidden; border: 1px solid var(--border); }
.photo-card img { width: 100%; height: 230px; object-fit: cover; display: block; transition: transform .5s; filter: sepia(.1); }
.photo-card:hover img { transform: scale(1.05); filter: sepia(0); }

/* ===== REGISTER ===== */
.register-section { background: #14142a; padding: 80px 0; border-top: 1px solid var(--border); }
.register-inner { max-width: 600px; margin: 0 auto; padding: 0 40px; text-align: center; }
.register-inner .section-title { font-size: 32px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 32px; text-align: left; font-family: 'Segoe UI', Arial, sans-serif; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { font-size: 12px; font-weight: 600; color: var(--text-mid); letter-spacing: .5px; text-transform: uppercase; }
.form-group input { background: var(--charcoal-light); border: 1px solid var(--border); color: var(--cream); padding: 12px 14px; border-radius: 3px; font-size: 14px; outline: none; transition: border-color .2s; font-family: 'Segoe UI', Arial, sans-serif; }
.form-group input:focus { border-color: var(--gold); }
.form-group input::placeholder { color: var(--text-light); }
.form-submit { grid-column: 1 / -1; margin-top: 8px; }
.form-submit button { width: 100%; background: var(--gold); color: #1c1c2e; border: none; padding: 16px; border-radius: 3px; font-size: 15px; font-weight: 700; cursor: pointer; letter-spacing: .5px; font-family: 'Segoe UI', Arial, sans-serif; transition: background .2s; }
.form-submit button:hover { background: var(--gold-light); }
#form-success { display: none; margin-top: 18px; background: rgba(212,175,55,.1); border: 1px solid var(--gold); color: var(--gold-pale); padding: 14px; border-radius: 3px; font-size: 15px; font-family: 'Segoe UI', Arial, sans-serif; }

/* ===== FOOTER ===== */
footer { background: #0d0d1e; border-top: 2px solid var(--gold); padding: 60px 48px 30px; }
.footer-grid { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 40px; }
.footer-brand .nav-logo { font-size: 18px; display: inline-block; margin-bottom: 14px; }
.footer-brand p { font-size: 13px; color: var(--text-light); line-height: 1.7; max-width: 280px; font-family: 'Segoe UI', Arial, sans-serif; }
.footer-col h4 { font-size: 11px; font-weight: 700; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; font-family: 'Segoe UI', Arial, sans-serif; }
.footer-col ul { list-style: none; font-family: 'Segoe UI', Arial, sans-serif; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { color: var(--text-light); text-decoration: none; font-size: 13px; transition: color .2s; }
.footer-col ul li a:hover { color: var(--gold); }
.footer-col address { font-style: normal; font-size: 13px; color: var(--text-light); line-height: 1.9; font-family: 'Segoe UI', Arial, sans-serif; }
.footer-bottom { max-width: 1180px; margin: 0 auto; border-top: 1px solid var(--border); padding-top: 24px; font-size: 12px; color: var(--text-light); line-height: 1.7; font-family: 'Segoe UI', Arial, sans-serif; }
.footer-disclaimer { background: rgba(192,57,43,.08); border-left: 3px solid #c0392b; padding: 12px 14px; border-radius: 2px; margin-bottom: 16px; font-size: 12px; color: #b08070; }

/* ===== CONTACT / LEGAL ===== */
.page-hero { background: linear-gradient(160deg, #0e0e20, #1c1c2e); border-bottom: 2px solid var(--gold); padding: 80px 48px 60px; text-align: center; }
.page-hero h1 { font-size: 42px; font-weight: 700; color: var(--cream); margin-bottom: 10px; font-family: Georgia, serif; }
.page-hero p { font-size: 16px; color: var(--text-mid); font-family: 'Segoe UI', Arial, sans-serif; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; max-width: 1100px; margin: 0 auto; padding: 80px 48px; }
.contact-info h2 { font-size: 24px; font-weight: 700; color: var(--cream); margin-bottom: 20px; font-family: Georgia, serif; }
.company-card { background: var(--card-bg); border: 1px solid var(--border); border-left: 3px solid var(--gold); border-radius: 3px; padding: 28px; margin-bottom: 28px; }
.company-card h3 { font-size: 17px; font-weight: 700; color: var(--gold); margin-bottom: 12px; font-family: Georgia, serif; }
.company-card address { font-style: normal; color: var(--text-mid); line-height: 1.9; font-size: 14px; font-family: 'Segoe UI', Arial, sans-serif; }
.wa-btn { display: flex; align-items: center; gap: 12px; background: #25d366; color: #fff; padding: 14px 26px; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: 15px; margin-top: 20px; transition: background .2s, transform .2s; width: fit-content; font-family: 'Segoe UI', Arial, sans-serif; }
.wa-btn:hover { background: #1ebe5d; transform: translateY(-2px); }
.wa-btn svg { width: 22px; height: 22px; fill: #fff; }
.contact-form-wrap h2 { font-size: 24px; font-weight: 700; color: var(--cream); margin-bottom: 20px; font-family: Georgia, serif; }
.contact-form-wrap .form-grid { grid-template-columns: 1fr; }
.contact-form-wrap textarea { background: var(--charcoal-light); border: 1px solid var(--border); color: var(--cream); padding: 12px 14px; border-radius: 3px; font-size: 14px; outline: none; resize: vertical; width: 100%; font-family: 'Segoe UI', Arial, sans-serif; }
.contact-form-wrap textarea:focus { border-color: var(--gold); }

.legal-content { max-width: 860px; margin: 0 auto; padding: 60px 48px 80px; font-family: 'Segoe UI', Arial, sans-serif; }
.legal-content h2 { font-size: 22px; font-weight: 700; color: var(--gold); margin: 32px 0 10px; font-family: Georgia, serif; }
.legal-content p { color: var(--text-mid); line-height: 1.8; margin-bottom: 12px; font-size: 15px; }
.legal-content ul { color: var(--text-mid); padding-left: 22px; line-height: 2; font-size: 15px; margin-bottom: 12px; }
.legal-date { font-size: 13px; color: var(--text-light); margin-bottom: 32px; }

@media (max-width: 900px) {
  .hero h1 { font-size: 34px; }
  .hero-content { padding: 60px 28px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .modules-grid, .photos-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  nav { padding: 0 20px; }
}
@media (max-width: 600px) {
  .hero h1 { font-size: 26px; }
  .modules-grid, .photos-grid, .footer-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
}
