/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #0a0f1e; color: #e2e8f0; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ===== COLOURS ===== */
:root {
  --navy: #0a0f1e;
  --navy-mid: #0d1526;
  --navy-light: #1a2540;
  --gold: #d4a843;
  --gold-light: #f0c060;
  --green: #22c55e;
  --text: #e2e8f0;
  --text-muted: #94a3b8;
  --border: rgba(212,168,67,0.2);
}

/* ===== COMPLIANCE BANNER ===== */
.compliance-banner {
  background: #7c2d12;
  color: #fef3c7;
  text-align: center;
  padding: 10px 20px;
  font-size: 0.82rem;
  line-height: 1.5;
  border-bottom: 1px solid #92400e;
}
.compliance-banner a { color: #fcd34d; text-decoration: underline; margin-left: 8px; }

/* ===== NAVBAR ===== */
.navbar {
  position: fixed; top: 36px; left: 0; right: 0; z-index: 1000;
  background: rgba(10,15,30,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: top 0.3s;
}
.nav-container {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 24px;
}
.nav-logo { font-size: 1.1rem; font-weight: 700; color: var(--text); }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; list-style: none; gap: 28px; }
.nav-links a { font-size: 0.9rem; color: var(--text-muted); transition: color 0.2s; font-weight: 500; }
.nav-links a:hover, .nav-links a.nav-cta { color: var(--gold); }
.btn-whatsapp {
  background: var(--green); color: white; padding: 8px 18px;
  border-radius: 8px; font-size: 0.85rem; font-weight: 600;
  transition: opacity 0.2s;
}
.btn-whatsapp:hover { opacity: 0.85; }
.hamburger { display: none; background: none; border: none; color: var(--text); font-size: 1.5rem; cursor: pointer; }
.nav-mobile { display: none; list-style: none; flex-direction: column; padding: 12px 24px 16px; gap: 12px; background: var(--navy-mid); }
.nav-mobile a { font-size: 1rem; color: var(--text-muted); font-weight: 500; }
.nav-mobile.open { display: flex; }

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, #0a0f1e 0%, #0d1a35 50%, #0a1628 100%);
  display: flex; align-items: center;
  padding: 120px 24px 80px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -200px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(212,168,67,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero-content {
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
}
.hero-badge {
  display: inline-block;
  background: rgba(212,168,67,0.15); color: var(--gold);
  border: 1px solid var(--border); border-radius: 20px;
  padding: 6px 16px; font-size: 0.75rem; font-weight: 600;
  letter-spacing: 1px; margin-bottom: 20px;
}
.hero-text h1 { font-size: 2.8rem; font-weight: 800; line-height: 1.2; margin-bottom: 12px; }
.highlight { color: var(--gold); }
.hero-sub { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 16px; font-weight: 500; }
.hero-desc { font-size: 1rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 32px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #0a0f1e; padding: 13px 26px; border-radius: 10px;
  font-weight: 700; font-size: 0.95rem; transition: transform 0.2s, box-shadow 0.2s;
  display: inline-block;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(212,168,67,0.3); }
.btn-secondary {
  background: rgba(255,255,255,0.08); color: var(--text);
  padding: 13px 26px; border-radius: 10px; font-weight: 600;
  font-size: 0.95rem; border: 1px solid rgba(255,255,255,0.15);
  transition: background 0.2s; display: inline-block;
}
.btn-secondary:hover { background: rgba(255,255,255,0.14); }
.btn-outline {
  border: 1px solid var(--gold); color: var(--gold);
  padding: 9px 20px; border-radius: 8px; font-size: 0.88rem;
  font-weight: 600; display: inline-block; transition: all 0.2s;
}
.btn-outline:hover { background: var(--gold); color: #0a0f1e; }
.hero-stats { display: flex; gap: 32px; }
.stat { display: flex; flex-direction: column; }
.stat-num { font-size: 1.8rem; font-weight: 800; color: var(--gold); }
.stat-label { font-size: 0.78rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.5px; }
.hero-photo { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.photo-ring {
  width: 340px; height: 340px; border-radius: 50%;
  border: 4px solid var(--gold);
  box-shadow: 0 0 40px rgba(212,168,67,0.25);
  overflow: hidden;
}
.photo-ring img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.photo-badge {
  background: rgba(212,168,67,0.15); color: var(--gold);
  border: 1px solid var(--border); border-radius: 20px;
  padding: 8px 20px; font-size: 0.85rem; font-weight: 600;
}

/* ===== SECTIONS ===== */
.section { padding: 80px 24px; }
.container { max-width: 1200px; margin: 0 auto; }
.section-label {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 2px;
  color: var(--gold); text-transform: uppercase; margin-bottom: 12px;
}
.section h2 { font-size: 2.2rem; font-weight: 800; margin-bottom: 14px; }
.section-sub { color: var(--text-muted); font-size: 1rem; margin-bottom: 48px; max-width: 640px; }

/* ===== ABOUT ===== */
.about { background: var(--navy-mid); }
.about-grid { display: grid; grid-template-columns: 300px 1fr; gap: 60px; align-items: start; }
.about-photo { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.about-photo img { width: 260px; height: 260px; border-radius: 50%; object-fit: cover; object-position: top; border: 3px solid var(--gold); }
.about-name-card { text-align: center; background: var(--navy-light); border: 1px solid var(--border); border-radius: 12px; padding: 14px 20px; }
.about-name-card strong { display: block; color: var(--text); font-size: 1rem; margin-bottom: 4px; }
.about-name-card span { color: var(--text-muted); font-size: 0.82rem; }
.about-text h2 { font-size: 2rem; margin-bottom: 20px; }
.about-text p { color: var(--text-muted); margin-bottom: 16px; line-height: 1.8; }
.about-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.about-tags span { background: var(--navy-light); border: 1px solid var(--border); border-radius: 20px; padding: 6px 14px; font-size: 0.82rem; color: var(--text-muted); }
.about-notice { background: rgba(124,45,18,0.2); border: 1px solid rgba(239,68,68,0.3); border-radius: 10px; padding: 14px 18px; font-size: 0.88rem; color: #fca5a5; }

/* ===== SNAPSHOT ===== */
.snapshot { background: var(--navy); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 20px; }
.stat-card {
  background: var(--navy-light); border: 1px solid var(--border);
  border-radius: 14px; padding: 24px; text-align: center;
  transition: transform 0.2s, border-color 0.2s;
}
.stat-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.stat-icon { font-size: 2rem; margin-bottom: 10px; }
.stat-value { font-size: 1.8rem; font-weight: 800; color: var(--gold); margin-bottom: 6px; }
.stat-title { font-size: 0.9rem; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.stat-note { font-size: 0.78rem; color: var(--text-muted); }
.snapshot-disclaimer { font-size: 0.78rem; color: var(--text-muted); text-align: center; padding: 12px; background: var(--navy-light); border-radius: 8px; }

/* ===== TOPICS ===== */
.topics { background: var(--navy-mid); }
.topics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.topic-card {
  background: var(--navy-light); border: 1px solid var(--border);
  border-radius: 14px; padding: 28px; transition: transform 0.2s, border-color 0.2s;
}
.topic-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.topic-icon { font-size: 2.2rem; margin-bottom: 14px; }
.topic-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.topic-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 14px; }
.topic-tag { background: rgba(212,168,67,0.12); color: var(--gold); border: 1px solid var(--border); border-radius: 12px; padding: 3px 10px; font-size: 0.75rem; font-weight: 600; }

/* ===== MEMBERS ===== */
.members { background: var(--navy); }
.members-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.members-benefits h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 20px; }
.benefits-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.benefits-list li { font-size: 0.95rem; color: var(--text-muted); line-height: 1.6; padding: 12px 16px; background: var(--navy-light); border-radius: 10px; border-left: 3px solid var(--gold); }
.members-notice { background: rgba(212,168,67,0.08); border: 1px solid var(--border); border-radius: 10px; padding: 14px 18px; font-size: 0.85rem; color: var(--text-muted); }
.form-card { background: var(--navy-light); border: 1px solid var(--border); border-radius: 16px; padding: 32px; }
.form-card h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 8px; }
.form-card p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 24px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text-muted); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px; padding: 11px 14px; color: var(--text); font-size: 0.9rem;
  font-family: 'Inter', sans-serif; transition: border-color 0.2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  outline: none; border-color: var(--gold);
}
.form-group select option { background: var(--navy-mid); }
.form-group.consent { display: flex; gap: 10px; align-items: flex-start; }
.form-group.consent input { width: auto; margin-top: 3px; }
.form-group.consent label { font-size: 0.8rem; font-weight: 400; color: var(--text-muted); }
.form-group.consent a { color: var(--gold); text-decoration: underline; }
.full-width { width: 100%; border: none; cursor: pointer; font-family: 'Inter', sans-serif; font-size: 1rem; }
.success-msg { background: rgba(34,197,94,0.15); border: 1px solid rgba(34,197,94,0.3); border-radius: 10px; padding: 16px; color: #86efac; font-size: 0.9rem; margin-top: 16px; }

/* ===== WEEKLY ARTICLES ===== */
.weekly { background: var(--navy-mid); }
.articles-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
.article-card {
  background: var(--navy-light); border: 1px solid var(--border);
  border-radius: 14px; padding: 28px; display: flex; flex-direction: column; gap: 12px;
  transition: transform 0.2s, border-color 0.2s;
}
.article-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.article-card.featured { border-color: var(--gold); background: linear-gradient(135deg, var(--navy-light), rgba(212,168,67,0.05)); }
.article-tag { font-size: 0.75rem; color: var(--gold); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.article-card h3 { font-size: 1rem; font-weight: 700; color: var(--text); line-height: 1.4; }
.article-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; flex: 1; }
.article-meta { font-size: 0.78rem; color: var(--text-muted); }

/* ===== CONTACT ===== */
.contact { background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-links { display: flex; flex-direction: column; gap: 16px; }
.contact-item {
  display: flex; align-items: center; gap: 16px;
  background: var(--navy-light); border: 1px solid var(--border);
  border-radius: 12px; padding: 18px 20px; transition: border-color 0.2s;
}
.contact-item:hover { border-color: var(--gold); }
.contact-icon { font-size: 1.8rem; }
.contact-item div { display: flex; flex-direction: column; }
.contact-item strong { color: var(--text); font-size: 0.95rem; }
.contact-item span { color: var(--text-muted); font-size: 0.85rem; }
.contact-form-wrap { background: var(--navy-light); border: 1px solid var(--border); border-radius: 16px; padding: 32px; }

/* ===== DISCLAIMER & PRIVACY ===== */
.disclaimer-section, .privacy-section { background: var(--navy-mid); padding: 48px 24px; }
.disclaimer-box {
  max-width: 900px; margin: 0 auto;
  background: rgba(124,45,18,0.15); border: 1px solid rgba(239,68,68,0.25);
  border-radius: 14px; padding: 32px;
}
.privacy-section .disclaimer-box { background: rgba(30,58,138,0.2); border-color: rgba(99,102,241,0.3); }
.disclaimer-box h3 { font-size: 1.2rem; font-weight: 700; color: #fca5a5; margin-bottom: 16px; }
.privacy-section .disclaimer-box h3 { color: #a5b4fc; }
.disclaimer-box p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 12px; }
.disclaimer-box a { color: var(--gold); text-decoration: underline; }

/* ===== FOOTER ===== */
.footer { background: #050810; border-top: 1px solid var(--border); padding: 60px 24px 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 2fr; gap: 40px; margin-bottom: 40px; }
.footer-logo { font-size: 1.2rem; font-weight: 700; color: var(--text); margin-bottom: 12px; }
.footer-logo span { color: var(--gold); }
.footer-brand p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.7; margin-bottom: 16px; }
.footer-social { display: flex; gap: 12px; }
.footer-social a { font-size: 0.82rem; color: var(--text-muted); background: var(--navy-light); border: 1px solid var(--border); border-radius: 8px; padding: 6px 12px; transition: color 0.2s; }
.footer-social a:hover { color: var(--gold); }
.footer-links h4 { font-size: 0.85rem; font-weight: 700; color: var(--text); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-links ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-links li a { font-size: 0.85rem; color: var(--text-muted); transition: color 0.2s; }
.footer-links li a:hover { color: var(--gold); }
.footer-legal h4 { font-size: 0.85rem; font-weight: 700; color: var(--text); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.5px; }
.footer-legal ul { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.footer-legal li a { font-size: 0.85rem; color: var(--text-muted); transition: color 0.2s; }
.footer-legal li a:hover { color: var(--gold); }
.footer-compliance { background: rgba(124,45,18,0.15); border: 1px solid rgba(239,68,68,0.2); border-radius: 10px; padding: 14px; }
.footer-compliance p { font-size: 0.78rem; color: #fca5a5; line-height: 1.6; margin-bottom: 4px; }
.footer-compliance p:last-child { color: var(--text-muted); margin-top: 8px; }

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  background: #25d366; color: white; width: 56px; height: 56px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: transform 0.2s;
}
.whatsapp-float:hover { transform: scale(1.1); }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .nav-links, .btn-whatsapp { display: none; }
  .hamburger { display: block; }
  .hero-content { grid-template-columns: 1fr; text-align: center; }
  .hero-photo { order: -1; }
  .photo-ring { width: 220px; height: 220px; }
  .hero-text h1 { font-size: 2rem; }
  .hero-btns { justify-content: center; }
  .hero-stats { justify-content: center; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { flex-direction: row; align-items: center; gap: 20px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .topics-grid { grid-template-columns: repeat(2, 1fr); }
  .members-grid { grid-template-columns: 1fr; }
  .articles-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .navbar { top: 46px; }
}
@media (max-width: 600px) {
  .hero-text h1 { font-size: 1.7rem; }
  .section h2 { font-size: 1.7rem; }
  .stats-grid { grid-template-columns: 1fr; }
  .topics-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .compliance-banner { font-size: 0.75rem; }
  .navbar { top: 52px; }
}
