:root {
  --navy: #0a1628;
  --royal: #0033FF;
  --royal-mid: #0047cc;
  --gold: #c9a84c;
  --gold-light: #e8c97a;
  --cream: #f8f6f1;
  --white: #ffffff;
  --gray-100: #f4f5f7;
  --gray-200: #e8eaed;
  --gray-400: #9aa0ab;
  --gray-700: #3d4654;
  --text: #1a1f2e;
  --font-display: 'Cormorant Garamond', serif;
  --font-body: 'DM Sans', sans-serif;
  --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--text); background: var(--white); overflow-x: hidden; line-height: 1.7; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(10,22,40,0.97);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(201,168,76,0.2);
  padding: 0 2rem; height: 72px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-mark {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--royal) 0%, var(--gold) 100%);
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.logo-mark::before { content: ''; position: absolute; inset: 2px; background: var(--navy); border-radius: 8px; }
.logo-mark span {
  position: relative; z-index: 1;
  font-family: var(--font-display); font-weight: 700; font-size: 16px;
  background: linear-gradient(135deg, #4d79ff, #c9a84c);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.logo-text-wrap { display: flex; flex-direction: column; }
.logo-name { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; color: var(--white); line-height: 1.1; }
.logo-sub { font-size: 0.62rem; font-weight: 400; color: var(--gold); letter-spacing: 0.12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 0.1rem; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.82rem; font-weight: 500; letter-spacing: 0.04em; padding: 0.45rem 0.8rem; border-radius: 6px; transition: var(--transition); }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: linear-gradient(135deg, var(--royal) 0%, #0047cc 100%) !important; color: var(--white) !important; border-radius: 8px !important; font-weight: 600 !important; }
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 4px 20px rgba(0,51,255,0.4); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { width: 22px; height: 2px; background: var(--white); border-radius: 2px; }
.nav-mobile { display: none; position: fixed; top: 72px; left: 0; right: 0; background: rgba(10,22,40,0.98); backdrop-filter: blur(20px); padding: 1.5rem 2rem; border-bottom: 1px solid rgba(201,168,76,0.2); z-index: 999; flex-direction: column; gap: 0.5rem; }
.nav-mobile.open { display: flex; }
.nav-mobile a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.9rem; font-weight: 500; padding: 0.6rem 0; border-bottom: 1px solid rgba(255,255,255,0.06); }

/* BUTTONS */
.btn-primary { background: linear-gradient(135deg, var(--royal) 0%, #0047cc 100%); color: var(--white); border: none; padding: 0.85rem 2rem; border-radius: 10px; font-size: 0.9rem; font-weight: 600; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: var(--transition); box-shadow: 0 4px 24px rgba(0,51,255,0.4); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,51,255,0.5); }
.btn-outline { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.25); padding: 0.85rem 2rem; border-radius: 10px; font-size: 0.9rem; font-weight: 500; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: var(--transition); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* SECTION */
.section-wrap { max-width: 1280px; margin: 0 auto; padding: 6rem 2rem; }
.section-label { display: inline-flex; align-items: center; gap: 8px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--royal); margin-bottom: 1rem; }
.section-label::before { content: ''; width: 24px; height: 2px; background: var(--royal); }
.section-title { font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 600; color: var(--navy); line-height: 1.15; margin-bottom: 1rem; }
.section-subtitle { font-size: 1.05rem; color: var(--gray-700); max-width: 580px; line-height: 1.7; }

/* REVEAL */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* FOOTER */
footer { background: #060e1d; padding: 4rem 2rem 2rem; color: rgba(255,255,255,0.6); }
.footer-inner { max-width: 1280px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-logo-name { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.footer-logo-sub { font-size: 0.7rem; letter-spacing: 0.12em; color: var(--gold); text-transform: uppercase; margin-bottom: 1rem; }
.footer-brand-desc { font-size: 0.83rem; line-height: 1.7; max-width: 260px; }
.footer-social { display: flex; gap: 10px; margin-top: 1.5rem; }
.social-btn { width: 36px; height: 36px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.7); font-size: 0.9rem; text-decoration: none; transition: var(--transition); }
.social-btn:hover { background: var(--royal); border-color: var(--royal); color: var(--white); }
.footer-col h4 { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); margin-bottom: 1.2rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-links a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 0.83rem; transition: var(--transition); }
.footer-links a:hover { color: var(--gold); padding-left: 4px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-size: 0.78rem; }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { color: rgba(255,255,255,0.4); text-decoration: none; font-size: 0.75rem; transition: var(--transition); }
.footer-legal a:hover { color: var(--gold); }

/* MOBILE */
@media (max-width: 1024px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .section-wrap { padding: 4rem 1.5rem; }
  .footer-top { grid-template-columns: 1fr; }
}
