:root {
  --bg: #050b12;
  --bg-soft: #0a1520;
  --panel: rgba(255,255,255,.055);
  --panel-strong: rgba(255,255,255,.085);
  --line: rgba(170,210,236,.15);
  --text: #edf7ff;
  --muted: #91a5b7;
  --accent: #34b7f4;
  --accent-soft: #9ddcff;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(5,11,18,.78); backdrop-filter: blur(18px); }
.nav-wrap { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 650; letter-spacing: .17em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(124,206,255,.35); border-radius: 9px; background: linear-gradient(135deg, rgba(60,190,255,.23), rgba(255,255,255,.05)); color: white; box-shadow: 0 0 28px rgba(52,183,244,.14); }
.nav { display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: 14px; }
.nav a { transition: color .2s ease; }
.nav a:hover { color: white; }
.hero { min-height: 790px; position: relative; overflow: hidden; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(90,160,205,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(90,160,205,.06) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 84%); }
.orb { position: absolute; border-radius: 50%; filter: blur(45px); opacity: .42; pointer-events: none; }
.orb-one { width: 430px; height: 430px; background: #0e82c0; top: -180px; right: 5%; }
.orb-two { width: 280px; height: 280px; background: #15496e; bottom: -120px; left: -80px; }
.hero-content { position: relative; z-index: 2; padding-block: 100px 110px; text-align: center; }
.eyebrow { margin: 0 0 28px; color: var(--accent-soft); font-size: 11px; font-weight: 650; letter-spacing: .2em; text-transform: uppercase; }
.logo-frame { width: min(100%, 920px); margin: 0 auto 46px; border: 1px solid rgba(113,196,241,.15); border-radius: 26px; overflow: hidden; background: #040a10; box-shadow: 0 34px 90px rgba(0,0,0,.45), 0 0 85px rgba(43,165,229,.07); }
.logo-frame img { width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(48px, 7vw, 88px); letter-spacing: -.045em; line-height: 1; margin-bottom: 28px; }
.hero-copy { max-width: 780px; margin: 0 auto; color: #a8b9c7; font-size: clamp(18px, 2vw, 22px); }
.hero-actions { margin-top: 38px; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.button { padding: 12px 20px; border-radius: 999px; font-size: 14px; font-weight: 620; border: 1px solid var(--line); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--accent); color: #02111a; border-color: var(--accent); }
.button.secondary { background: rgba(255,255,255,.035); }
.section { padding: 110px 0; border-bottom: 1px solid var(--line); }
.section-dark { background: linear-gradient(180deg, #07111b 0%, #050b12 100%); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
h2 { font-size: clamp(36px, 5vw, 58px); line-height: 1.08; letter-spacing: -.035em; margin-bottom: 0; }
.prose { color: #a8b9c7; font-size: 18px; max-width: 670px; }
.prose p + p { margin-top: 24px; }
.section-title { margin-bottom: 48px; }
.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.card { min-height: 265px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); }
.card .index { color: var(--accent); font-size: 12px; letter-spacing: .16em; }
.card h3 { margin: 52px 0 12px; font-size: 25px; letter-spacing: -.02em; }
.card p { color: var(--muted); margin-bottom: 0; }
.principles { border-top: 1px solid var(--line); }
.principle { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.principle > span { color: var(--accent); font-size: 12px; padding-top: 5px; }
.principle h3 { font-size: 21px; margin-bottom: 8px; }
.principle p { color: var(--muted); margin-bottom: 0; }
.contact-section { background: radial-gradient(circle at 75% 35%, rgba(39,158,217,.12), transparent 34%); }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; }
.contact-copy { max-width: 650px; color: var(--muted); font-size: 18px; margin-top: 24px; }
.email { display: inline-block; margin-top: 22px; color: var(--accent-soft); font-size: clamp(20px, 3vw, 30px); border-bottom: 1px solid rgba(157,220,255,.38); }
.company-card { font-style: normal; display: flex; flex-direction: column; gap: 4px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); color: var(--muted); }
.company-card strong { color: white; margin-bottom: 8px; }
.company-id { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); font-size: 13px; }
.footer { padding: 42px 0; color: var(--muted); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.footer-brand { color: white; font-size: 13px; font-weight: 650; letter-spacing: .17em; margin-bottom: 4px; }
.footer p { margin-bottom: 0; font-size: 13px; }
.footer-links { display: flex; gap: 24px; font-size: 13px; }
.footer-links a:hover { color: white; }
.copyright { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid var(--line); }
.legal-page { min-height: 70vh; }
.legal-container { max-width: 900px; padding-top: 92px; padding-bottom: 100px; }
.legal-container h1 { margin-bottom: 60px; }
.legal-intro { max-width: 700px; color: var(--muted); font-size: 18px; margin-bottom: 60px; }
.legal-section { display: grid; grid-template-columns: 230px 1fr; gap: 34px; padding: 28px 0; border-top: 1px solid var(--line); }
.legal-section h2 { font-size: 19px; letter-spacing: -.01em; }
.legal-section p, .legal-section address { margin: 0; color: var(--muted); font-style: normal; }
.legal-section a { color: var(--accent-soft); text-decoration: underline; text-underline-offset: 4px; }
.legal-note { color: #6f8292; font-size: 13px; padding-top: 28px; border-top: 1px solid var(--line); }
@media (max-width: 800px) {
  .nav { display: none; }
  .hero { min-height: auto; }
  .hero-content { padding-block: 72px 82px; }
  .logo-frame { border-radius: 16px; margin-bottom: 34px; }
  .section { padding: 78px 0; }
  .split, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 220px; }
  .legal-section { grid-template-columns: 1fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}
@media (max-width: 480px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand { font-size: 11px; }
  h1 { font-size: 46px; }
  .hero-copy { font-size: 17px; }
  .button { width: 100%; text-align: center; }
}
