/* ============================================
   NEXT WORTH — Premium Minimal + Subtle 3D
   Palette: porcelain white + refined cobalt + muted brass
   Type: Manrope (display) + Inter (body) + IBM Plex Mono (data)
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');

:root {
  --paper: #F5F8FC;
  --card: #FFFFFF;
  --ink: #0F1B33;
  --accent: #2563EB;
  --accent2: #1D4ED8;
  --accent-soft: #EAF1FF;
  --luxury: #0EA5E9;
  --luxury-soft: #E6F7FE;
  --grow: #16A34A;
  --grow-soft: #E8F8EE;
  --alert: #DC2626;
  --alert-soft: #FCEAEA;
  --line: rgba(15,27,51,0.10);
  --line-strong: rgba(15,27,51,0.18);
  --muted: rgba(15,27,51,0.58);
  --grad-primary: linear-gradient(135deg, #2563EB 0%, #3B82F6 55%, #1D4ED8 100%);
  --grad-warm: linear-gradient(135deg, #0EA5E9 0%, #2563EB 100%);

  --font-display: 'Manrope', sans-serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;

  --r-lg: 24px;
  --r-md: 16px;
  --r-sm: 10px;
  --shadow-1: 0 1px 2px rgba(15,27,51,0.05), 0 8px 24px rgba(15,27,51,0.06);
  --shadow-2: 0 2px 6px rgba(15,27,51,0.08), 0 20px 48px rgba(37,99,235,0.16);
}

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

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

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

h1, h2, h3 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.02em; color: var(--ink); }

.mono { font-family: var(--font-mono); }

.container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}

/* ---------- Nav ---------- */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; border-bottom: 1px solid var(--line);
  background: rgba(245,248,252,0.85); backdrop-filter: blur(12px);
  position: sticky; top: 0; z-index: 20;
}
.nav-brand { font-family: var(--font-display); font-size: 20px; font-weight: 800; letter-spacing: -0.02em; display: inline-flex; align-items: center; gap: 9px; }
.nav-brand span { color: var(--accent); }
.nav-links { display: flex; gap: 10px; align-items: center; }
.menu-btn { display: none; background: none; border: 1px solid var(--line); border-radius: 10px; padding: 8px 12px; font-size: 18px; cursor: pointer; color: var(--ink); }
@media (max-width: 640px) {
  .nav-links { display: none; position: absolute; top: 64px; right: 24px; left: 24px; background: var(--card);
    border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-2); padding: 16px; flex-direction: column; gap: 10px; z-index: 25; }
  .nav-links.open { display: flex; }
  .menu-btn { display: block; }
  .nav-links .btn { width: 100%; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 28px; border-radius: 999px; font-weight: 700; font-size: 15px;
  border: 1px solid transparent; cursor: pointer; transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  font-family: var(--font-body);
}
.btn-gold { background: var(--grad-primary); color: #fff; box-shadow: 0 5px 0 #1E40AF, var(--shadow-1); }
.btn-gold:hover { transform: translateY(-1px); box-shadow: 0 6px 0 #1E40AF, var(--shadow-2); }
.btn-gold:active { transform: translateY(3px); box-shadow: 0 2px 0 #1E40AF; }
.btn-outline { border-color: var(--line-strong); color: var(--ink); background: transparent; }
.btn-outline:hover { border-color: var(--ink); }
.btn-block { width: 100%; }
.btn-sm { padding: 9px 18px; font-size: 13px; border-radius: 999px; }
.btn-danger { background: var(--alert-soft); color: var(--alert); }
.btn-teal { background: var(--grow); color: #fff; }
.btn:disabled { opacity: 0.5; cursor: not-allowed; }

/* ---------- Hero ---------- */
.hero {
  padding: 72px 24px 40px; text-align: center; border-bottom: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.eyebrow {
  display: inline-block; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em;
  color: var(--accent); text-transform: uppercase; margin-bottom: 20px;
  background: var(--accent-soft); padding: 6px 14px; border-radius: 999px;
}
.hero h1 { font-size: clamp(34px, 6vw, 58px); max-width: 760px; margin: 0 auto 18px; line-height: 1.1; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero p.lead { color: var(--muted); font-size: 18px; max-width: 540px; margin: 0 auto 32px; }

.price-tag {
  display: inline-flex; align-items: baseline; gap: 10px; margin-bottom: 28px;
  font-family: var(--font-mono);
}
.price-tag .amount { font-size: 36px; font-weight: 600; color: var(--ink); }
.price-tag .was { text-decoration: line-through; color: var(--muted); font-size: 17px; }

/* ---------- Phone mockup — signature element ---------- */
.phone-stage { display: flex; justify-content: center; margin: 48px auto 8px; perspective: 1400px; }
.phone {
  width: 240px; height: 490px; background: var(--ink); border-radius: 40px;
  padding: 10px; box-shadow: var(--shadow-2);
  transform: rotateY(-14deg) rotateX(4deg) rotateZ(1deg);
  transition: transform 0.4s ease;
}
.phone:hover { transform: rotateY(-6deg) rotateX(2deg) rotateZ(0.5deg); }
.phone-screen {
  background: var(--paper); width: 100%; height: 100%; border-radius: 30px;
  overflow: hidden; position: relative; display: flex; flex-direction: column;
}
.phone-bar { display: flex; justify-content: space-between; padding: 14px 18px 8px; font-family: var(--font-mono); font-size: 10px; color: var(--muted); }
.phone-body { padding: 4px 16px 16px; flex: 1; }
.phone-card { background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 14px; margin-bottom: 10px; box-shadow: var(--shadow-1); }
.phone-card .label { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px; }
.phone-card .val { font-family: var(--font-mono); font-size: 20px; color: var(--grow); font-weight: 600; }
.phone-mod { display: flex; align-items: center; gap: 8px; padding: 9px 4px; font-size: 11px; border-bottom: 1px solid var(--line); }
.phone-mod .n { font-family: var(--font-mono); color: var(--accent); width: 16px; }
.phone-notif {
  position: absolute; top: 90px; right: -46px; background: var(--card); border: 1px solid var(--line);
  border-radius: 14px; padding: 10px 14px; box-shadow: var(--shadow-2); font-size: 11px;
  display: flex; align-items: center; gap: 8px; animation: floatIn 2.4s ease-in-out infinite;
}
.phone-notif .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--grow); }
@keyframes floatIn { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

/* ---------- Sections ---------- */
.section { padding: 60px 24px; border-bottom: 1px solid var(--line); }
.section h2 { font-size: clamp(24px, 4vw, 34px); margin-bottom: 10px; }
.section .sub { color: var(--muted); margin-bottom: 36px; max-width: 540px; }

.grid { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px;
  box-shadow: var(--shadow-1); transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow-2); }
.card .num {
  font-family: var(--font-mono); color: var(--accent); font-size: 12px; margin-bottom: 12px;
  background: var(--accent-soft); display: inline-block; padding: 3px 9px; border-radius: 6px;
}
.card h3 { font-size: 17px; margin-bottom: 8px; font-family: var(--font-display); font-weight: 700; }
.card p { color: var(--muted); font-size: 14px; }

/* ---------- Ledger → notification stack ---------- */
.ledger {
  max-width: 560px; margin: 0 auto; text-align: left; display: flex; flex-direction: column; gap: 10px;
}
.ledger-head { display: none; }
.ledger-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 20px; border: 1px solid var(--line); border-radius: var(--r-md);
  background: var(--card); box-shadow: var(--shadow-1); font-size: 14px;
}
.ledger-row .who { color: var(--ink); }
.ledger-row .amt { font-family: var(--font-mono); color: var(--grow); font-weight: 600; background: var(--grow-soft); padding: 4px 10px; border-radius: 999px; }

/* ---------- Forms ---------- */
.auth-wrap {
  min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px;
}
.auth-box {
  width: 100%; max-width: 400px; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 36px; box-shadow: var(--shadow-2);
}
.auth-box h1 { font-size: 25px; margin-bottom: 6px; }
.auth-box .sub { color: var(--muted); font-size: 14px; margin-bottom: 26px; }

.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; color: var(--muted); margin-bottom: 6px; font-weight: 500; }
.field input {
  width: 100%; padding: 13px 15px; background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-sm); color: var(--ink); font-family: var(--font-body); font-size: 15px;
  transition: border-color 0.15s ease;
}
.field input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }

.msg { padding: 12px 14px; border-radius: var(--r-sm); font-size: 14px; margin-bottom: 16px; display: none; }
.msg.show { display: block; }
.msg.error { background: var(--alert-soft); color: var(--alert); border: 1px solid rgba(196,64,47,0.2); }
.msg.success { background: var(--grow-soft); color: var(--grow); border: 1px solid rgba(31,138,95,0.2); }

.small-link { font-size: 14px; color: var(--muted); text-align: center; margin-top: 20px; }
.small-link a { color: var(--accent); font-weight: 600; }

/* ---------- Status badges ---------- */
.badge { font-family: var(--font-mono); font-size: 11px; padding: 4px 11px; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.04em; }
.badge.pending { background: var(--luxury-soft); color: var(--luxury); }
.badge.approved { background: var(--grow-soft); color: var(--grow); }
.badge.rejected { background: var(--alert-soft); color: var(--alert); }

/* ---------- Dashboard / Admin layout ---------- */
.app-shell { min-height: 100vh; }
.topbar {
  display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; gap: 10px;
  border-bottom: 1px solid var(--line); position: sticky; top: 0; background: rgba(245,248,252,0.9); backdrop-filter: blur(12px); z-index: 10;
  flex-wrap: wrap;
}
.topbar .user-chip { font-size: 12px; color: var(--muted); font-family: var(--font-mono); }
@media (max-width: 480px) { .topbar .user-chip { display: none; } }

.dash-grid { display: grid; grid-template-columns: 260px 1fr; min-height: calc(100vh - 65px); }
@media (max-width: 800px) { .dash-grid { grid-template-columns: 1fr; } }

.sidebar { border-right: 1px solid var(--line); padding: 24px; }
.sidebar .stat { margin-bottom: 20px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-md); padding: 16px; box-shadow: var(--shadow-1); }
.sidebar .stat .label { font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 6px; }
.sidebar .stat .value { font-family: var(--font-mono); font-size: 22px; color: var(--ink); font-weight: 600; }

.main-panel { padding: 32px 28px; }
.main-panel h2 { font-size: 21px; margin-bottom: 18px; }
@media (max-width: 640px) { .main-panel { padding: 20px 16px; } .sidebar { padding: 16px; } }

.module-item {
  display: flex; align-items: center; gap: 16px; padding: 16px 18px; background: var(--card);
  border: 1px solid var(--line); border-radius: var(--r-md); margin-bottom: 10px; box-shadow: var(--shadow-1);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.module-item:hover { transform: translateY(-1px); box-shadow: var(--shadow-2); }
.module-item .m-num { font-family: var(--font-mono); color: var(--accent); font-size: 13px; width: 24px; background: var(--accent-soft); border-radius: 6px; text-align: center; padding: 3px 0; }
.module-item .m-title { flex: 1; font-weight: 600; font-size: 14px; }
.module-item.locked { opacity: 0.5; }
.module-item .lock-icon { color: var(--accent); font-size: 12px; font-family: var(--font-mono); font-weight: 600; }

.referral-box {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px;
  display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-bottom: 24px; box-shadow: var(--shadow-1);
}
.referral-box input {
  flex: 1; min-width: 200px; background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-sm); padding: 11px 13px; color: var(--accent); font-family: var(--font-mono); font-size: 13px;
}

/* ---------- Tables (admin) ---------- */
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { text-align: left; padding: 13px 14px; border-bottom: 1px solid var(--line); }
th { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }
.table-wrap { overflow-x: auto; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); margin-bottom: 32px; box-shadow: var(--shadow-1); }
.table-wrap table { margin: 0; }

.tabs { display: flex; gap: 4px; margin-bottom: 24px; border-bottom: 1px solid var(--line); overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tab-btn {
  padding: 10px 16px; background: none; border: none; color: var(--muted); font-family: var(--font-body);
  font-size: 14px; cursor: pointer; border-bottom: 2px solid transparent; font-weight: 600; white-space: nowrap; flex-shrink: 0;
}
.tab-btn.active { color: var(--accent); border-bottom-color: var(--accent); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

.empty-state { text-align: center; padding: 40px 20px; color: var(--muted); }

.qr-box { text-align: center; padding: 24px; background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); margin-bottom: 20px; box-shadow: var(--shadow-1); }
.qr-box img { max-width: 220px; margin: 0 auto 12px; border-radius: var(--r-md); }

footer { padding: 30px 24px; text-align: center; color: var(--muted); font-size: 13px; }

/* ---------- Rich footer ---------- */
.site-footer { background: var(--card); border-top: 1px solid var(--line); padding: 48px 24px 24px; margin-top: 20px; }
.footer-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.footer-col h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); margin-bottom: 14px; }
.footer-col a { display: block; font-size: 14px; color: var(--ink); margin-bottom: 10px; }
.footer-col a:hover { color: var(--accent); }
.footer-brand img { height: 34px; width: auto; margin-bottom: 12px; }
.footer-brand p { font-size: 13px; color: var(--muted); max-width: 260px; line-height: 1.6; margin-bottom: 14px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; color: var(--accent); margin-bottom: 0; }
.footer-bottom { max-width: 1080px; margin: 32px auto 0; padding-top: 20px; border-top: 1px solid var(--line); text-align: center; font-size: 12.5px; color: var(--muted); }

.progress-bar { height: 8px; background: var(--line); border-radius: 999px; overflow: hidden; margin: 10px 0; max-width: 400px; }
.progress-fill { height: 100%; background: var(--grad-primary); border-radius: 999px; transition: width 0.3s ease; }

/* ---------- 3D Glass theme (inner/logged-in pages) ---------- */
body.glass-theme {
  background:
    radial-gradient(900px circle at 8% -8%, rgba(37,99,235,0.22), transparent 45%),
    radial-gradient(800px circle at 100% 0%, rgba(255,159,28,0.16), transparent 45%),
    radial-gradient(700px circle at 50% 100%, rgba(22,163,74,0.14), transparent 40%),
    var(--paper);
}
body.glass-theme .card,
body.glass-theme .table-wrap,
body.glass-theme .sidebar .stat,
body.glass-theme .module-item,
body.glass-theme .referral-box,
body.glass-theme .qr-box,
body.glass-theme .quick-card,
body.glass-theme .price-box3d {
  background: rgba(255,255,255,0.55);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.65);
  box-shadow: 0 8px 32px rgba(31,38,135,0.14);
}
body.glass-theme .topbar {
  background: rgba(255,255,255,0.45);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
}
body.glass-theme .sidebar { background: rgba(255,255,255,0.25); backdrop-filter: blur(12px); border-right: 1px solid rgba(255,255,255,0.4); }
body.glass-theme .bell-panel, body.glass-theme .a-menu-panel {
  background: rgba(255,255,255,0.85); backdrop-filter: blur(20px) saturate(160%);
}
body.glass-theme .field input {
  background: rgba(255,255,255,0.6); backdrop-filter: blur(6px);
}

/* ---------- Price 3D box ---------- */
.price-box3d {
  max-width: 380px; margin: 0 auto 32px; background: var(--grad-primary); border-radius: 28px;
  padding: 32px 28px; color: #fff; box-shadow: 0 10px 0 #1E40AF, var(--shadow-2);
  transform: perspective(900px) rotateX(2deg);
}
.price-box3d .p-eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.1em; opacity: 0.85; text-transform: uppercase; margin-bottom: 10px; }
.price-box3d .p-amount { font-family: var(--font-display); font-size: 52px; font-weight: 800; line-height: 1; }
.price-box3d .p-was { text-decoration: line-through; opacity: 0.7; font-size: 18px; margin-left: 8px; }
.price-box3d .p-desc { font-size: 14px; opacity: 0.9; margin: 14px 0 20px; }
.price-box3d .btn { background: #fff; color: var(--accent); box-shadow: 0 5px 0 rgba(0,0,0,0.15); width: 100%; }

.stat-strip { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }
.stat-pill {
  background: var(--card); border: 1px solid var(--line); border-top: 3px solid var(--sc, var(--accent));
  border-radius: var(--r-md); padding: 18px 24px; min-width: 140px; box-shadow: var(--shadow-1);
}
.sp-val { font-family: var(--font-display); font-size: 26px; font-weight: 800; color: var(--sc, var(--accent)); }
.sp-label { font-size: 12px; color: var(--muted); margin-top: 4px; }

/* ---------- Marquee banner ---------- */
.marquee-wrap { background: var(--grad-primary); overflow: hidden; padding: 10px 0; }
.marquee-track { display: flex; white-space: nowrap; animation: marquee 26s linear infinite; width: max-content; }
.marquee-track span { color: #fff; font-weight: 600; font-size: 13px; padding: 0 26px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Founder section ---------- */
.founder-card {
  display: flex; gap: 24px; align-items: center; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow-1); max-width: 640px; margin: 0 auto;
}
.founder-avatar {
  width: 84px; height: 84px; border-radius: 50%; background: var(--grad-warm); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800;
  font-size: 28px; color: #fff;
}
@media (max-width: 520px) { .founder-card { flex-direction: column; text-align: center; } }

/* ---------- Universal top-right menu ---------- */
.menu-wrap { position: relative; }
.menu-trigger {
  background: var(--card); border: 1px solid var(--line); border-radius: 12px; width: 44px; height: 44px;
  cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-1);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.menu-trigger:hover { box-shadow: var(--shadow-2); }
.menu-trigger .bar { display: block; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; position: relative; transition: transform 0.25s ease, opacity 0.2s ease; }
.menu-trigger .bar::before, .menu-trigger .bar::after { content: ''; position: absolute; left: 0; width: 20px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.25s ease; }
.menu-trigger .bar::before { top: -6px; }
.menu-trigger .bar::after { top: 6px; }
.menu-trigger.open .bar { background: transparent; }
.menu-trigger.open .bar::before { transform: translateY(6px) rotate(45deg); }
.menu-trigger.open .bar::after { transform: translateY(-6px) rotate(-45deg); }
.menu-drop {
  position: absolute; right: 0; top: 54px; width: 250px; background: var(--card);
  border: 1px solid var(--line); border-radius: var(--r-md); box-shadow: var(--shadow-2); padding: 10px; z-index: 50;
  opacity: 0; visibility: hidden; transform: translateY(-8px) scale(0.98); transform-origin: top right;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  max-height: 80vh; overflow-y: auto;
}
.menu-drop.open { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.menu-drop a { display: block; padding: 11px 14px; font-size: 14px; border-radius: 10px; font-weight: 500; color: var(--ink); transition: background 0.15s ease; }
.menu-drop a:hover { background: var(--accent-soft); color: var(--accent); }
.menu-drop a.mnu-highlight { background: var(--grad-primary); color: #fff; font-weight: 700; margin-top: 4px; }
.menu-drop a.mnu-highlight:hover { color: #fff; opacity: 0.92; }
.menu-drop a.mnu-login { background: #2563EB; color: #fff; font-weight: 700; text-align: center; }
.menu-drop a.mnu-login:hover { color: #fff; opacity: 0.9; }
.menu-drop a.mnu-enroll { background: #16A34A; color: #fff; font-weight: 700; margin-top: 8px; text-align: center; }
.menu-drop a.mnu-enroll:hover { color: #fff; opacity: 0.9; }
.menu-drop a.mnu-visit { text-align: center; color: var(--muted); font-size: 13px; font-weight: 500; }
.menu-drop hr { border: none; border-top: 1px solid var(--line); margin: 6px 0; }

/* ---------- Video modal (in-site player, no YouTube redirect) ---------- */
.video-modal-overlay {
  display: none; position: fixed; inset: 0; background: rgba(5,3,15,0.85); backdrop-filter: blur(4px);
  z-index: 200; align-items: center; justify-content: center; padding: 20px;
}
.video-modal-overlay.open { display: flex; }
.video-modal-box { width: 100%; max-width: 860px; position: relative; }
.video-modal-frame-wrap { width: 100%; aspect-ratio: 16/9; border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-2); }
.video-modal-frame-wrap iframe { width: 100%; height: 100%; border: none; }
.video-modal-close {
  position: absolute; top: -46px; right: 0; width: 36px; height: 36px; border-radius: 50%;
  background: var(--card); border: 1px solid var(--line); color: var(--ink); font-size: 18px;
  display: flex; align-items: center; justify-content: center; cursor: pointer;
}

/* ---------- Scroll reveal + 3D tilt ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.card { perspective: 800px; }
.card:hover { transform: translateY(-4px) rotateX(2deg); }

/* ---------- WhatsApp float + Announcement banner ---------- */
.wa-float {
  position: fixed; bottom: 20px; right: 20px; width: 58px; height: 58px; border-radius: 50%;
  background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-2);
  z-index: 40; transition: transform 0.15s ease;
}
.wa-float svg { width: 30px; height: 30px; }
.wa-float:hover { transform: scale(1.08); }
.announce-bar {
  background: var(--grad-primary); color: #fff; text-align: center; padding: 10px 16px; font-size: 13px; font-weight: 600;
}
.announce-bar a { color: #fff; text-decoration: underline; }
