
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --black: #0a0a0a;
    --dark: #111111;
    --card-bg: #161616;
    --accent: #00c2ff;
    --accent2: #0078ff;
    --white: #ffffff;
    --gray: #888;
    --border: rgba(255,255,255,0.08);
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'Inter', sans-serif; background: var(--black); color: var(--white); overflow-x: hidden; }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 48px; height: auto;
    background: rgba(10,10,10,0.95); backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
  }
  .nav-logo { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 22px; letter-spacing: 2px; color: var(--white); text-decoration: none; }
  .nav-links { display: flex; gap: 32px; list-style: none; }
  .nav-links a { font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.75); text-decoration: none; transition: color .2s; }
  .nav-links a:hover { color: var(--accent); }
  .nav-cta {
    background: var(--accent); color: var(--black); font-family: 'Montserrat', sans-serif;
    font-weight: 700; font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
    padding: 10px 24px; border: none; cursor: pointer; text-decoration: none;
    transition: background .2s, transform .2s;
  }
  .nav-cta:hover { background: #fff; transform: translateY(-1px); }

  /* PAGE HERO */
  .page-hero {
    position: relative; padding: 160px 80px 80px; overflow: hidden;
    background: linear-gradient(135deg, #0a0a0a 0%, #0d1a2e 50%, #0a0a0a 100%);
    border-bottom: 1px solid var(--border);
  }
  .page-hero-bg {
    position: absolute; inset: 0; z-index: 0;
    background:
      radial-gradient(ellipse at 70% 50%, rgba(0,120,255,0.12) 0%, transparent 60%),
      radial-gradient(ellipse at 10% 80%, rgba(0,194,255,0.06) 0%, transparent 50%);
  }
  .page-hero-grid {
    position: absolute; inset: 0; z-index: 0;
    background-image:
      linear-gradient(rgba(0,194,255,0.04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0,194,255,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
  }
  .page-hero-content { position: relative; z-index: 2; }
  .page-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
  .page-tag::before { content: ''; width: 24px; height: 2px; background: var(--accent); }
  .page-hero h1 { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: clamp(36px, 5vw, 64px); line-height: 1; letter-spacing: -2px; text-transform: uppercase; margin-bottom: 16px; }
  .page-hero p { font-size: 14px; color: rgba(255,255,255,0.45); }

  /* CONTENT */
  .policy-body { max-width: 800px; margin: 0 auto; padding: 80px; }
  .policy-section { margin-bottom: 56px; }
  .policy-section h2 {
    font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 18px;
    text-transform: uppercase; letter-spacing: 1px; color: var(--white);
    margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--border);
    display: flex; align-items: center; gap: 10px;
  }
  .policy-section h2 i { color: var(--accent); font-size: 15px; }
  .policy-section p { font-size: 14px; line-height: 1.9; color: rgba(255,255,255,0.6); margin-bottom: 14px; }
  .policy-section ul { list-style: none; margin-bottom: 14px; }
  .policy-section ul li { font-size: 14px; line-height: 1.8; color: rgba(255,255,255,0.6); padding: 6px 0; border-bottom: 1px solid var(--border); display: flex; align-items: flex-start; gap: 10px; }
  .policy-section ul li::before { content: '→'; color: var(--accent); flex-shrink: 0; font-weight: 700; }

  .policy-highlight {
    background: var(--card-bg); border: 1px solid var(--border);
    border-left: 3px solid var(--accent); padding: 20px 24px;
    margin-bottom: 14px;
  }
  .policy-highlight p { margin-bottom: 0; }

  .last-updated { font-size: 12px; letter-spacing: 1px; text-transform: uppercase; color: var(--gray); margin-top: 8px; }

  /* FOOTER */
  footer { background: var(--dark); border-top: 1px solid var(--border); padding: 64px 80px 0; }
  .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--border); }
  .footer-brand img { display: block; }
  .footer-tagline { font-size: 13px; color: var(--gray); line-height: 1.7; margin-top: 16px; max-width: 240px; }
  .footer-socials { display: flex; gap: 12px; margin-top: 20px; }
  .footer-socials a { width: 36px; height: 36px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; color: var(--gray); font-size: 13px; text-decoration: none; transition: all .2s; }
  .footer-socials a:hover { border-color: var(--accent); color: var(--accent); }
  .footer-col h4 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--white); margin-bottom: 20px; }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .footer-col ul li a { font-size: 13px; color: var(--gray); text-decoration: none; transition: color .2s; }
  .footer-col ul li a:hover { color: var(--accent); }
  .footer-contact li { display: flex; align-items: center; gap: 10px; }
  .footer-contact li i { color: var(--accent); font-size: 12px; flex-shrink: 0; }
  .footer-cta { display: inline-block; margin-top: 24px; background: var(--accent); color: var(--black); font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; padding: 12px 24px; text-decoration: none; transition: all .2s; }
  .footer-cta:hover { background: var(--white); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; }
  .footer-bottom p { font-size: 12px; color: var(--gray); }
  .footer-bottom a { color: var(--gray); font-size: 12px; text-decoration: none; }
  .footer-bottom a:hover { color: var(--accent); }

  /* HAMBURGER */
  .nav-hamburger {
    display: none; background: none; border: none; cursor: pointer;
    flex-direction: column; gap: 5px; padding: 4px;
  }
  .nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--white); transition: all .3s; }
  .nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-hamburger.open span:nth-child(2) { opacity: 0; }
  .nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* MOBILE NAV DRAWER */
  .mobile-nav {
    display: none; position: fixed; top: 80px; left: 0; right: 0; bottom: 0;
    background: rgba(10,10,10,0.98); backdrop-filter: blur(16px);
    z-index: 99; flex-direction: column; align-items: center; justify-content: center; gap: 0;
  }
  .mobile-nav.open { display: flex; }
  .mobile-nav a {
    font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 20px;
    letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.85);
    text-decoration: none; padding: 20px 40px; width: 100%; text-align: center;
    border-bottom: 1px solid var(--border); transition: color .2s, background .2s;
  }
  .mobile-nav a:hover { color: var(--accent); }
  .mobile-nav .mobile-cta {
    margin-top: 32px; background: var(--accent); color: var(--black);
    font-weight: 800; font-size: 13px; border-bottom: none;
  }
  .mobile-nav .mobile-cta:hover { background: var(--white); color: var(--black); }

  @media (max-width: 900px) {
    nav { padding: 12px 20px; height: auto; }
    .nav-links { display: none; }
    .nav-hamburger { display: flex; }
    .nav-cta { display: none; }
    .page-hero { padding: 120px 24px 60px; }
    .policy-body { padding: 40px 24px; }
        footer { padding: 48px 24px 0; }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; padding: 24px 0; }
  }
  /* SCROLL ANIMATIONS */
  .aos { opacity: 0; transform: translateY(32px); transition: opacity .7s cubic-bezier(.4,0,.2,1), transform .7s cubic-bezier(.4,0,.2,1); }
  .aos.visible { opacity: 1; transform: none; }
