:root {
  --blue: #82b3ff;
  --blue-dark: #4a8ae8;
  --blue-light: #e8f1ff;
  --black: #0a0c10;
  --dark: #f4f6fa;
  --mid: #eef1f7;
  --card: #ffffff;
  --border: rgba(100,140,220,0.15);
  --border-strong: rgba(100,140,220,0.25);
  --white: #ffffff;
  --gray: #6b7a96;
  --text: #1a2035;
  --light: #3a4a6b;
}

* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Barlow', sans-serif; background: #fff; color: var(--text); overflow-x: hidden; }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 0 40px; height: 70px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 20px rgba(0,0,0,0.06);
}

.nav-logo { display: flex; align-items: center; text-decoration: none; font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 900; letter-spacing: 0.5px; text-transform: uppercase; color: var(--text); }
.nav-logo .blue { color: var(--blue-dark); }

.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { color: var(--light); text-decoration: none; font-size: 13px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--blue-dark); }

.nav-cta { background: var(--blue-dark); color: #fff !important; padding: 10px 22px; font-weight: 700 !important; letter-spacing: 1px; text-transform: uppercase; font-size: 12px !important; border: none; cursor: pointer; transition: background 0.2s, transform 0.1s; text-decoration: none; display: inline-block; }
.nav-cta:hover { background: #3a7ad8; transform: translateY(-1px); color: #fff !important; }

/* LEGAL CONTENT */
.legal-hero { padding: 160px 40px 60px; background: linear-gradient(135deg, #0d1520 0%, #1a2a45 50%, #0d1520 100%); }
.legal-hero-inner { max-width: 840px; margin: 0 auto; }
.legal-label { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--blue); font-weight: 700; margin-bottom: 14px; }
.legal-title { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(34px, 5vw, 52px); font-weight: 900; text-transform: uppercase; line-height: 1; letter-spacing: -0.5px; color: #fff; margin-bottom: 16px; }
.legal-updated { font-size: 13px; color: rgba(255,255,255,0.55); font-weight: 300; letter-spacing: 0.5px; }

.legal-body { padding: 60px 40px 100px; }
.legal-body-inner { max-width: 840px; margin: 0 auto; }
.legal-body-inner h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 26px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text); margin: 44px 0 16px; }
.legal-body-inner h2:first-child { margin-top: 0; }
.legal-body-inner p { font-size: 15px; color: var(--light); line-height: 1.8; font-weight: 300; margin-bottom: 14px; }
.legal-body-inner ul, .legal-body-inner ol { margin: 0 0 14px 22px; }
.legal-body-inner li { font-size: 15px; color: var(--light); line-height: 1.8; font-weight: 300; margin-bottom: 8px; }
.legal-body-inner a { color: var(--blue-dark); }
.legal-body-inner strong { color: var(--text); font-weight: 600; }
.legal-contact-box { margin-top: 20px; padding: 24px; background: var(--dark); border: 1px solid var(--border-strong); font-size: 15px; color: var(--light); line-height: 1.9; font-weight: 300; }
.legal-contact-box strong { color: var(--text); }

/* FOOTER */
footer { background: #0d1520; border-top: 1px solid rgba(130,179,255,0.15); padding: 50px 40px 30px; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(130,179,255,0.1); margin-bottom: 30px; }
.footer-logo { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 900; letter-spacing: 0.5px; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.footer-logo .blue { color: var(--blue); }
.footer-desc { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.7; font-weight: 300; max-width: 260px; }
.footer-col h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; color: rgba(255,255,255,0.8); }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { color: rgba(255,255,255,0.4); text-decoration: none; font-size: 13px; font-weight: 300; transition: color 0.2s; }
.footer-col ul a:hover { color: var(--blue); }
.footer-bottom { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.3); font-weight: 300; }
.footer-copy a { color: rgba(255,255,255,0.5); text-decoration: underline; }
.footer-copy a:hover { color: var(--blue); }
.footer-social { display: flex; gap: 12px; }
.social-link { width: 36px; height: 36px; border: 1px solid rgba(130,179,255,0.2); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); text-decoration: none; font-size: 14px; transition: border-color 0.2s, color 0.2s; }
.social-link:hover { border-color: var(--blue); color: var(--blue); }

@media (max-width: 900px) {
  nav { padding: 0 20px; }
  .nav-links { gap: 18px; }
  .nav-links li:not(:last-child) { display: none; }
  .legal-hero { padding: 130px 20px 40px; }
  .legal-body { padding: 40px 20px 70px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
