:root {
  color-scheme: dark;
  --bg: #050b16;
  --bg-2: #091427;
  --panel: rgba(9, 16, 31, 0.72);
  --panel-strong: rgba(12, 22, 42, 0.86);
  --border: rgba(255, 255, 255, 0.09);
  --text: #eef4ff;
  --muted: rgba(238, 244, 255, 0.72);
  --accent: #73a9ff;
  --accent-2: #9b7cff;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 18%, rgba(115, 169, 255, 0.16), transparent 22%),
    radial-gradient(circle at 88% 14%, rgba(155, 124, 255, 0.14), transparent 20%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 100%);
  line-height: 1.6;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.65), transparent 88%);
  pointer-events: none;
}
.bg-grid, .bg-orb { position: fixed; pointer-events: none; }
.bg-grid { inset: 0; background: radial-gradient(circle at center, transparent 0, transparent 60%, rgba(255,255,255,0.02) 100%); opacity: 0.4; }
.bg-orb { border-radius: 50%; filter: blur(24px); opacity: 0.75; animation: float 12s ease-in-out infinite; }
.bg-orb-1 { width: 360px; height: 360px; top: -140px; left: -80px; background: rgba(115, 169, 255, 0.18); }
.bg-orb-2 { width: 280px; height: 280px; top: 120px; right: -120px; background: rgba(155, 124, 255, 0.16); animation-delay: -4s; }
.bg-orb-3 { width: 240px; height: 240px; bottom: -80px; left: 22%; background: rgba(95, 215, 255, 0.08); animation-delay: -7s; }
.topbar, .footer, .page-shell { position: relative; z-index: 1; }
.topbar, .footer { width: min(1180px, calc(100% - 32px)); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 24px 0; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 50px; height: 50px; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(115,169,255,0.95), rgba(155,124,255,0.95)); font-weight: 900; box-shadow: var(--shadow); }
.brand-name, .brand-en, .footer p { margin: 0; }
.brand-name { font-weight: 700; }
.brand-en, .eyebrow, .feature-index, .footer a, .topnav a, .top-link, .back-link { color: var(--muted); }
.topnav { display: flex; gap: 22px; }
.topnav a, .footer a, a { text-decoration: none; transition: color .2s ease, opacity .2s ease, transform .2s ease; }
.topnav a:hover, .footer a:hover, a:hover { color: white; }
.page-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.card { background: linear-gradient(180deg, rgba(14, 23, 44, 0.82), rgba(9, 16, 31, 0.78)); border: 1px solid var(--border); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.hero { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 28px; border-radius: 32px; padding: 44px; overflow: hidden; }
.eyebrow { display: inline-flex; margin-bottom: 14px; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.76rem; }
h1 { margin: 0 0 18px; font-size: clamp(2.4rem, 5vw, 5rem); line-height: 0.98; letter-spacing: -0.04em; }
.lead { margin: 0; color: var(--muted); font-size: 1.06rem; max-width: 60ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #07111d; background: linear-gradient(135deg, #8ec2ff, #cab0ff); box-shadow: 0 18px 30px rgba(115, 169, 255, 0.22); }
.btn-secondary { color: var(--text); border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.04); }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hero-badges span { padding: 9px 14px; border-radius: 999px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); color: var(--muted); font-size: 0.9rem; }
.hero-visual { position: relative; min-height: 420px; display: grid; place-items: center; }
.visual-ring { width: min(100%, 360px); aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(255,255,255,0.1); background: radial-gradient(circle, rgba(115,169,255,0.2), rgba(155,124,255,0.06) 48%, transparent 70%); box-shadow: inset 0 0 80px rgba(255,255,255,0.03); animation: pulse 6s ease-in-out infinite; }
.glass-card { position: absolute; border-radius: 24px; padding: 18px 20px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); backdrop-filter: blur(12px); }
.main-card { width: min(88%, 300px); text-align: left; }
.main-card span, .floating-card span { color: var(--muted); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; }
.main-card strong { display: block; margin-top: 8px; font-size: 1.1rem; }
.main-card p { margin: 8px 0 0; color: var(--muted); }
.floating-card { width: 220px; }
.floating-card strong { display: block; margin-top: 8px; font-size: 0.98rem; word-break: break-word; }
.one { top: 32px; right: 10px; }
.two { left: 0; bottom: 34px; }
.section-head { margin: 28px 0 16px; }
.section-head h2 { margin: 0; font-size: clamp(1.6rem, 2vw, 2.2rem); }
.info-strip, .contact-strip { border-radius: 26px; padding: 26px; margin-top: 18px; }
.info-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.info-strip h2 { margin: 0 0 10px; }
.info-grid { display: grid; gap: 14px; }
.info-grid div { padding: 16px; border-radius: 20px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); }
.info-grid strong { display: block; margin-bottom: 6px; }
.feature-grid { display: grid; grid-template-columns: 1.2fr 0.9fr 0.9fr; gap: 18px; }
.feature { border-radius: 26px; padding: 26px; }
.feature-index { display: inline-flex; margin-bottom: 18px; font-size: 0.84rem; letter-spacing: 0.08em; }
.feature h3, .contact-strip h2, .policy-section h2 { margin: 0 0 10px; }
.feature p, .contact-strip p, .policy-section p, .info-strip p { margin: 0; color: var(--muted); }
.feature-wide { min-height: 220px; }
.contact-strip { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 34px; }
.contact-strip h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); word-break: break-word; }
.policy-shell { margin-top: 24px; margin-bottom: 24px; border-radius: 28px; padding: 28px 28px 34px; background: var(--panel); }
.back-link { display: inline-flex; margin-bottom: 18px; }
.policy-section { padding-top: 18px; margin-top: 18px; border-top: 1px solid rgba(255,255,255,0.08); }
.footer { padding-bottom: 30px; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
.delay-3 { transition-delay: .32s; }
.delay-4 { transition-delay: .42s; }
@keyframes float { 0%,100% { transform: translateY(0px) } 50% { transform: translateY(-18px) } }
@keyframes pulse { 0%,100% { transform: scale(1) } 50% { transform: scale(1.04) } }
.drift-slow { animation: float 8s ease-in-out infinite; }
.drift-fast { animation: float 6s ease-in-out infinite reverse; }
@media (max-width: 980px) { .hero, .info-strip, .feature-grid { grid-template-columns: 1fr; } .hero-visual { min-height: 360px; } .contact-strip { flex-direction: column; align-items: flex-start; } }
@media (max-width: 620px) { .topbar, .footer { flex-direction: column; gap: 14px; align-items: flex-start; } .topnav { gap: 16px; flex-wrap: wrap; } .hero, .policy-shell, .info-strip, .contact-strip { padding: 22px; border-radius: 22px; } .page-shell, .policy-shell, .topbar, .footer { width: min(100% - 20px, 1180px); } .hero-visual { min-height: 300px; } .one { right: 0; } .two { left: 0; bottom: 10px; } }
