:root {
  --bg: #080808;
  --panel: #111111;
  --panel-2: #171717;
  --text: #f5f5f5;
  --muted: #a7a7a7;
  --orange: #ff6a00;
  --orange-2: #ff8a2a;
  --line: rgba(255,255,255,.08);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 14px clamp(20px, 4vw, 64px); background: rgba(8,8,8,.82); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 44px; height: 44px; color: var(--orange); display: grid; place-items: center; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-text { font-family: 'Anton', sans-serif; font-size: 1.55rem; letter-spacing: .5px; }
.brand-text strong { color: var(--orange); font-weight: 400; }
.main-nav { display: flex; gap: 26px; align-items: center; font-size: .95rem; font-weight: 700; }
.main-nav a { color: #d8d8d8; transition: .2s ease; }
.main-nav a:hover { color: var(--orange); }
.nav-cta { border: 1px solid var(--orange); padding: 10px 16px; border-radius: 999px; }
.menu-toggle { display: none; background: transparent; border: 0; color: white; font-size: 1.8rem; }
.hero { min-height: 82vh; display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: clamp(70px, 8vw, 130px) clamp(20px, 6vw, 92px); position: relative; overflow: hidden; }
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.eyebrow { color: var(--orange); font-weight: 800; letter-spacing: .16em; font-size: .8rem; text-transform: uppercase; }
.hero h1, .feature-section h2, .passport-section h2, .cta-section h2 { font-family: 'Anton', sans-serif; line-height: .98; margin: 12px 0 22px; letter-spacing: .3px; }
.hero h1 { font-size: clamp(4rem, 9vw, 8.6rem); max-width: 900px; }
.hero h1 span { color: var(--orange); }
.hero-copy { color: #c9c9c9; font-size: clamp(1.05rem, 1.6vw, 1.3rem); max-width: 720px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin: 34px 0 24px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 15px 22px; border-radius: 999px; font-weight: 800; transition: .2s ease; border: 1px solid transparent; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--orange); color: #111; }
.button.primary:hover { background: var(--orange-2); }
.button.secondary { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.03); }
.button.secondary:hover { border-color: var(--orange); color: var(--orange); }
.hero-points { display: flex; gap: 20px; flex-wrap: wrap; color: #a9a9a9; font-size: .9rem; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { width: 520px; height: 520px; background: radial-gradient(circle, rgba(255,106,0,.2), transparent 68%); right: -150px; top: 0; }
.hero-glow-two { width: 300px; height: 300px; background: radial-gradient(circle, rgba(255,106,0,.1), transparent 65%); left: 20%; bottom: -100px; }
.hero-visual { min-height: 520px; position: relative; display: grid; place-items: center; }
.snake-orbit { position: absolute; width: 390px; height: 390px; border: 1px solid rgba(255,106,0,.35); border-radius: 50%; box-shadow: 0 0 80px rgba(255,106,0,.08) inset; }
.snake-orbit::before, .snake-orbit::after { content:""; position:absolute; border-radius:50%; border:1px solid rgba(255,255,255,.07); }
.snake-orbit::before { inset: 38px; }
.snake-orbit::after { inset: 85px; }
.snas-card { width: 290px; min-height: 330px; border: 1px solid rgba(255,255,255,.1); border-radius: 32px; background: linear-gradient(160deg, rgba(255,106,0,.16), rgba(17,17,17,.9)); box-shadow: 0 28px 80px rgba(0,0,0,.5); display: flex; flex-direction: column; align-items:center; justify-content:center; text-align:center; padding: 30px; position: relative; transform: rotate(-2deg); }
.snas-face { font-size: 7rem; filter: saturate(.4) sepia(.8) hue-rotate(345deg) saturate(4); }
.egg-hat { position:absolute; top:42px; right:60px; font-size:2.5rem; transform:rotate(18deg); }
.snas-card strong { font-family:'Anton', sans-serif; font-size:2.4rem; color:var(--orange); letter-spacing:1px; }
.snas-card span { color:#c5c5c5; font-size:.95rem; }
.egg { position:absolute; width:88px; height:110px; border:2px solid rgba(255,255,255,.12); border-radius: 50% 50% 45% 45%; }
.egg-back { right:20px; bottom:35px; transform:rotate(25deg); }
.quick-links { display:grid; grid-template-columns: repeat(4,1fr); gap:18px; padding: 20px clamp(20px, 6vw, 92px) 90px; }
.quick-card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; min-height: 250px; transition:.25s ease; }
.quick-card:hover { transform: translateY(-5px); border-color: rgba(255,106,0,.4); box-shadow: 0 18px 55px rgba(0,0,0,.28); }
.quick-card .icon { width:46px; height:46px; border-radius:15px; display:grid; place-items:center; background:rgba(255,106,0,.12); color:var(--orange); font-weight:800; }
.quick-card h2 { font-family:'Anton', sans-serif; font-size:1.8rem; margin:22px 0 8px; }
.quick-card p { color: var(--muted); font-size:.95rem; }
.quick-card a { color:var(--orange); font-weight:800; font-size:.9rem; }
.feature-section, .passport-section { margin: 20px clamp(20px, 6vw, 92px) 90px; border-radius: 34px; border:1px solid var(--line); background: linear-gradient(135deg, #111, #0b0b0b); padding: clamp(34px, 6vw, 76px); display:grid; grid-template-columns: 1fr 1fr; gap:50px; align-items:center; }
.feature-section h2, .passport-section h2, .cta-section h2 { font-size: clamp(2.7rem, 5vw, 5rem); }
.feature-copy p, .passport-copy p, .cta-section p { color:#b9b9b9; }
.project-tags { display:flex; flex-wrap:wrap; gap:10px; margin-top:26px; }
.project-tags span { padding:9px 14px; border-radius:999px; background:rgba(255,106,0,.09); border:1px solid rgba(255,106,0,.25); color:#ffc79f; font-size:.85rem; font-weight:700; }
.feature-panel { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.stat { min-height:145px; background:var(--panel-2); border:1px solid var(--line); border-radius:20px; padding:22px; display:flex; flex-direction:column; justify-content:space-between; }
.stat strong { font-family:'Anton'; font-size:2.6rem; color:var(--orange); }
.stat span { color:#bbb; font-weight:700; }
.passport-card { background:#f2f2f0; color:#101010; border-radius:26px; overflow:hidden; transform:rotate(-1deg); box-shadow:0 32px 80px rgba(0,0,0,.4); }
.passport-top { display:flex; justify-content:space-between; gap:20px; padding:16px 20px; background:var(--orange); font-size:.75rem; font-weight:800; letter-spacing:.08em; }
.passport-body { display:grid; grid-template-columns:100px 1fr 110px; gap:18px; align-items:center; padding:24px; }
.passport-snake { width:92px; height:92px; border-radius:20px; background: radial-gradient(circle at 60% 30%, #ffab61, #ff6a00 45%, #3a1400 100%); position:relative; overflow:hidden; }
.passport-snake::after { content:""; position:absolute; width:70px; height:28px; border:7px solid rgba(0,0,0,.7); border-radius:50%; left:10px; top:28px; transform:rotate(-20deg); }
.passport-info { display:grid; gap:4px; }
.passport-info .label { font-size:.62rem; letter-spacing:.12em; color:#6b6b6b; font-weight:800; margin-top:6px; }
.passport-info strong { font-size:.92rem; }
.qr-placeholder { width:100px; height:125px; border:2px solid #111; padding:7px; display:flex; flex-direction:column; gap:5px; align-items:center; justify-content:center; }
.qr-grid { width:82px; height:82px; background: linear-gradient(90deg,#111 14%,transparent 14% 28%,#111 28% 42%,transparent 42% 56%,#111 56% 70%,transparent 70% 84%,#111 84%), linear-gradient(#111 14%,transparent 14% 28%,#111 28% 42%,transparent 42% 56%,#111 56% 70%,transparent 70% 84%,#111 84%); background-size:100% 100%; }
.qr-placeholder small { font-weight:800; font-size:.6rem; }
.cta-section { margin: 0 clamp(20px, 6vw, 92px) 90px; padding: clamp(48px, 7vw, 90px); border-radius:34px; text-align:center; background: radial-gradient(circle at 50% 0, rgba(255,106,0,.16), transparent 40%), #111; border:1px solid var(--line); }
.cta-section .hero-actions { justify-content:center; }
footer { padding: 30px clamp(20px, 6vw, 92px) 45px; border-top:1px solid var(--line); display:flex; justify-content:space-between; align-items:center; gap:18px; flex-wrap:wrap; color:#777; font-size:.85rem; }
.footer-brand .brand-text { color:#eee; }
.domains { color:#999; }
@media (max-width: 1050px) { .main-nav { position:absolute; top:73px; right:20px; left:20px; display:none; flex-direction:column; align-items:stretch; gap:0; background:#111; border:1px solid var(--line); border-radius:20px; padding:12px; } .main-nav.open { display:flex; } .main-nav a { padding:13px 14px; } .nav-cta { border-radius:14px; } .menu-toggle { display:block; } .hero { grid-template-columns:1fr; padding-top:75px; } .hero-visual { min-height:440px; } .quick-links { grid-template-columns:1fr 1fr; } .feature-section, .passport-section { grid-template-columns:1fr; } }
@media (max-width: 650px) { .site-header { padding:10px 16px; } .brand-mark { width:38px; height:38px; } .brand-text { font-size:1.35rem; } .hero { padding:58px 20px 45px; min-height:auto; } .hero h1 { font-size:clamp(3.4rem, 17vw, 5.2rem); } .hero-copy { font-size:1rem; } .hero-points { flex-direction:column; gap:8px; } .hero-visual { min-height:380px; } .snake-orbit { width:310px; height:310px; } .snas-card { width:235px; min-height:285px; } .snas-face { font-size:5.4rem; } .egg-hat { right:42px; top:38px; } .quick-links { grid-template-columns:1fr; padding:10px 20px 65px; } .quick-card { min-height:auto; } .feature-section, .passport-section, .cta-section { margin-left:20px; margin-right:20px; margin-bottom:60px; padding:30px 22px; border-radius:24px; } .feature-panel { grid-template-columns:1fr; } .passport-body { grid-template-columns:74px 1fr; } .passport-snake { width:70px; height:70px; } .qr-placeholder { grid-column:1 / -1; width:100%; height:auto; flex-direction:row; justify-content:flex-start; padding:12px; } .qr-grid { width:62px; height:62px; flex:0 0 auto; } footer { padding:26px 20px 38px; flex-direction:column; align-items:flex-start; } }
