
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html, body { overflow-x: hidden; max-width: 100%; }
    body { background: #000000; color: #e5e7eb; font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.6; }
    h1,h2,h3,h4,.brand { font-family: 'Raleway', sans-serif; }
    .wrap { max-width: 780px; margin: 0 auto; padding: 0 2rem; }
    nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; display: flex; align-items: center; justify-content: space-between; padding: 0 5rem; height: 72px; background: rgba(0,0,0,0.88); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,0.08); }
    .brand { font-size: 1.55rem; font-weight: 900; color: #111111; text-decoration: none; letter-spacing: -0.03em; }
    .brand em { color: #111111; font-style: normal; } .brand em:last-child { color: #0057FF; }
    .nav-links { display: flex; align-items: center; gap: 2.2rem; list-style: none; }
    .nav-links a { color: #555555; text-decoration: none; font-size: 0.88rem; font-weight: 500; transition: color 0.2s; }
    .nav-links a:hover { color: #111111; }
    .nav-cta { background: #0057FF !important; color: #ffffff !important; padding: 0.5rem 1.35rem; border-radius: 6px; font-weight: 700 !important; }
    .mob-toggle { display: none; }
    @media (max-width: 1200px) {
      nav { padding: 0 1rem; }
      .mob-toggle { display: flex; flex-direction: column; gap: 5px; width: 44px; height: 44px; background: transparent; border: none; cursor: pointer; padding: 6px; }
      .mob-toggle span { display: block; width: 26px; height: 2px; background: #111; border-radius: 2px; }
      .nav-links { display: none; }
      .nav-links.mob-open { display: flex; flex-direction: column; position: fixed; top: 72px; left: 0; right: 0; background: rgba(255,255,255,0.98); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(0,0,0,0.1); padding: 0.5rem 1.5rem 1.5rem; z-index: 9998; gap: 0; }
      .nav-links li { border-bottom: 1px solid rgba(0,0,0,0.06); }
      .nav-links a { display: block; padding: 0.85rem 0; font-size: 1rem; color: #333; }
      .nav-links .nav-cta { display: block; text-align: center; padding: 0.75rem 1.25rem; border-radius: 8px; margin-top: 0.5rem; }
    }
    main { padding: 9rem 0 6rem; }
    .page-header { margin-bottom: 3rem; padding-bottom: 2rem; border-bottom: 1px solid rgba(0,0,0,0.1); }
    .page-header p { font-size: 0.82rem; color: #888; margin-top: 0.5rem; }
    h1 { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 900; letter-spacing: -0.03em; line-height: 1.1; }
    h2 { font-size: 1.15rem; font-weight: 800; margin: 2.5rem 0 0.75rem; letter-spacing: -0.02em; }
    p { font-size: 0.92rem; color: #333; line-height: 1.8; margin-bottom: 1rem; }
    ul { padding-left: 1.25rem; margin-bottom: 1rem; }
    ul li { font-size: 0.92rem; color: #333; line-height: 1.8; margin-bottom: 0.35rem; }
    a { color: #0057FF; }
    footer { background: #0a0a0a; border-top: 1px solid rgba(0,0,0,0.1); padding: 2rem 5rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
    footer p { font-size: 0.8rem; color: #555; }
    .footer-links { display: flex; gap: 1.5rem; }
    .footer-links a { font-size: 0.8rem; color: #555; text-decoration: none; transition: color 0.2s; }
    .footer-links a:hover { color: #111; }
    @media (max-width: 768px) { footer { padding: 2rem 1.5rem; flex-direction: column; text-align: center; } }
  