    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; background: #050505; color: #e5e5e5; line-height: 1.7; overflow-x: hidden; }
    a { text-decoration: none; }
    .container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
    .section-label { display: inline-block; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.35); border: 1px solid rgba(255,255,255,0.1); padding: 4px 14px; border-radius: 999px; margin-bottom: 1.25rem; }

    /* NAVBAR */
    nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; border-bottom: 1px solid rgba(255,255,255,0.06); background: rgba(5,5,5,0.85); backdrop-filter: blur(14px); transition: background 0.3s; }
    .nav-scrolled { background: rgba(5,5,5,0.95); border-bottom-color: rgba(255,255,255,0.1); }
    .nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; height: 62px; display: flex; align-items: center; justify-content: space-between; }
    .logo { font-size: 1.25rem; font-weight: 800; color: #fff; letter-spacing: -0.03em; }
    .nav-links { display: flex; list-style: none; gap: 0.15rem; }
    .nav-links a { color: rgba(255,255,255,0.5); padding: 0.4rem 0.85rem; border-radius: 8px; font-size: 0.85rem; transition: color 0.2s, background 0.2s; }
    .nav-links a:hover { color: #fff; background: rgba(255,255,255,0.06); }
    .nav-cta { background: #fff; color: #000; padding: 0.5rem 1.15rem; border-radius: 8px; font-size: 0.82rem; font-weight: 700; transition: background 0.2s, transform 0.15s; }
    .nav-cta:hover { background: #e0e0e0; transform: translateY(-1px); }
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 8px; }
    .hamburger span { display: block; width: 22px; height: 1.5px; background: #fff; transition: all 0.3s; }
    .mobile-menu { background: #0a0a0a; border-top: 1px solid rgba(255,255,255,0.06); padding: 1rem 1.5rem 1.25rem; }
    .mobile-menu a { display: block; color: rgba(255,255,255,0.55); padding: 0.7rem 0; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 0.92rem; transition: color 0.2s; }
    .mobile-menu a:hover { color: #fff; }
    .mobile-menu a:last-of-type { border-bottom: none; }
    .mobile-menu .mob-cta { display: block; margin-top: 1rem; text-align: center; background: #fff; color: #000; padding: 0.7rem; border-radius: 8px; font-weight: 700; font-size: 0.88rem; border-bottom: none; }
    @media (max-width: 768px) { .nav-links, .nav-cta { display: none; } .hamburger { display: flex; } }
    [x-cloak] { display: none !important; }

    /* PAGE HERO */
    .page-hero { padding: 140px 0 65px; border-bottom: 1px solid rgba(255,255,255,0.05); position: relative; overflow: hidden; }
    .page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(255,255,255,0.03) 0%, transparent 70%); }
    .grid-lines { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px); background-size: 64px 64px; }
    .hero-content { position: relative; z-index: 10; }
    .page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; color: #fff; letter-spacing: -0.03em; line-height: 1.15; margin-bottom: 0.85rem; }
    .page-hero p { font-size: 0.95rem; color: rgba(255,255,255,0.4); max-width: 480px; line-height: 1.75; }
    .last-updated { display: inline-block; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-top: 1.25rem; }

    /* POLICY / TERMS */
    .policy-section { padding: 65px 0 90px; }
    .policy-wrap { max-width: 680px; }
    .policy-block { margin-bottom: 2.25rem; padding-bottom: 2.25rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
    .policy-block:last-of-type { border-bottom: none; margin-bottom: 0; }
    .block-num { font-size: 0.62rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 0.5rem; }
    .policy-block h2 { font-size: 1.1rem; font-weight: 700; color: #fff; letter-spacing: -0.01em; margin-bottom: 0.8rem; }
    .policy-block p { font-size: 1rem; color: rgba(255,255,255,0.5); line-height: 1.85; margin-bottom: 0.65rem; }
    .policy-block p:last-child { margin-bottom: 0; }
    .policy-block strong { color: rgba(255,255,255,0.85); font-weight: 600; }
    .policy-list { list-style: none; margin: 0.65rem 0; }
    .policy-list li { font-size: 0.95rem; color: rgba(255,255,255,0.5); padding: 0.3rem 0 0.3rem 1.2rem; position: relative; line-height: 1.65; }
    .policy-list li::before { content: '→'; position: absolute; left: 0; color: rgba(255,255,255,0.3); font-size: 0.75rem; top: 0.4rem; }

    .contact-box { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; padding: 1.25rem 1.5rem; margin-top: 0.85rem; }
    .contact-box p { margin-bottom: 0.3rem; color: rgba(255,255,255,0.5); }
    .contact-box a { color: rgba(255,255,255,0.6); font-weight: 600; transition: color 0.2s; }
    .contact-box a:hover { color: #fff; }

    .policy-cta { margin-top: 45px; padding: 1.75rem 2rem; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
    .policy-cta h3 { font-size: 0.98rem; font-weight: 700; color: #fff; margin-bottom: 0.2rem; }
    .policy-cta p { font-size: 0.88rem; color: rgba(255,255,255,0.4); }
    .btn-primary { background: #fff; color: #000; padding: 0.65rem 1.4rem; border-radius: 10px; font-size: 0.85rem; font-weight: 700; transition: background 0.2s, transform 0.15s; white-space: nowrap; }
    .btn-primary:hover { background: #e8e8e8; transform: translateY(-2px); }

    /* FOOTER */
    .footer { background: rgba(5,5,5,0.85); padding: 80px 0 40px; border-top: 1px solid rgba(255,255,255,0.06); }
    .footer-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; flex-wrap: wrap; gap: 15px; }
    .footer-nav-left a { font-size: 1.1rem; font-weight: 500; color: rgba(255,255,255,0.5); }
    .footer-nav-right { display: flex; gap: 28px; flex-wrap: wrap; }
    .footer-nav-right a { font-size: 0.95rem; color: rgba(255,255,255,0.5); transition: color 0.2s; }
    .footer-nav-right a:hover { color: #fff; }
    .footer-brand { text-align: center; margin: 60px 0; }
    .logo-text { font-size: 6.5rem; font-weight: 700; color: #fff; letter-spacing: -0.04em; line-height: 1; }
    .footer-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 25px; font-size: 0.9rem; flex-wrap: wrap; gap: 15px; }
    .footer-bottom-left p { color: rgba(255,255,255,0.5); margin: 0; }
    .footer-bottom-right { display: flex; gap: 22px; flex-wrap: wrap; }
    .footer-bottom-right a { color: rgba(255,255,255,0.5); transition: color 0.2s; }
    .footer-bottom-right a:hover { color: rgba(255,255,255,0.8); }
    @media (max-width: 768px) { .footer-bottom { flex-direction: column; text-align: center; gap: 12px; } .footer-top { justify-content: center; text-align: center; } .footer-nav-right { justify-content: center; } .logo-text { font-size: 4.5rem; } .policy-cta { flex-direction: column; } }
    @media (max-width: 480px) { .logo-text { font-size: 3.8rem; } }
  
