:root { --bg: #07111f; --bg-2: #0b1526; --panel: rgba(15, 23, 42, 0.78); --panel-strong: #101827; --text: #f8fafc; --muted: #94a3b8; --line: rgba(148, 163, 184, 0.18); --accent: #38bdf8; --accent-2: #22c55e; --white: #ffffff; --shadow: 0 24px 80px rgba(0, 0, 0, 0.35); --radius: 24px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: radial-gradient(circle at 20% -20%, rgba(56, 189, 248, 0.26), transparent 34rem), radial-gradient(circle at 88% 12%, rgba(34, 197, 94, 0.12), transparent 28rem), linear-gradient(180deg, var(--bg), #050a13 62%, #030712); color: var(--text); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.nav { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(7, 17, 31, 0.76); backdrop-filter: blur(20px); }
.nav-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -0.03em; }
.logo-mark { width: 94px; height: 46px; border-radius: 15px; background: #fff; display: grid; place-items: center; border: 1px solid rgba(255,255,255,0.64); box-shadow: var(--shadow); padding: 6px 8px; }
.logo-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 0.95rem; }
.nav-links a:hover { color: var(--text); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 18px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,0.04); color: var(--text); font-weight: 700; transition: transform .18s ease, border-color .18s ease; }
.button.primary { background: linear-gradient(135deg, var(--accent), #2563eb); color: #03111f; border: 0; }
.button:hover { transform: translateY(-1px); }
.hero { padding: 76px 0 56px; }
.hero-full { display: block; }
.hero-copy { width: 100%; }
.hero-copy .lead { max-width: 100%; }
.hero-copy .actions { margin-bottom: 8px; }
.grid-2 { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 44px; align-items: center; }
.hero-logo { display: block; width: min(820px, 100%); margin: 0 0 30px; padding: 14px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,0.72); }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; color: #bae6fd; border: 1px solid rgba(56,189,248,0.24); background: rgba(56,189,248,0.08); padding: 7px 12px; border-radius: 999px; font-weight: 700; font-size: 0.84rem; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.055em; margin: 0; }
h1 { font-size: clamp(3rem, 7vw, 5.7rem); margin-top: 20px; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 16px; }
h3 { font-size: 1.35rem; margin-bottom: 10px; }
p { color: var(--muted); margin: 0; }
.lead { font-size: 1.2rem; max-width: 680px; margin-top: 22px; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.hero-card { border: 1px solid var(--line); background: linear-gradient(180deg, rgba(15,23,42,0.88), rgba(15,23,42,0.48)); border-radius: 34px; padding: 24px; box-shadow: var(--shadow); }
.phone { background: #020617; border: 1px solid rgba(255,255,255,0.12); border-radius: 32px; padding: 18px; min-height: 530px; position: relative; overflow: hidden; }
.status-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; background: rgba(34,197,94,0.12); color: #bbf7d0; border: 1px solid rgba(34,197,94,0.22); border-radius: 999px; font-size: 0.82rem; font-weight: 800; }
.mock-title { font-size: 2rem; font-weight: 850; letter-spacing: -0.05em; margin: 22px 0 12px; }
.mock-list { display: grid; gap: 12px; margin-top: 22px; }
.mock-item { padding: 15px; border-radius: 18px; background: rgba(255,255,255,0.05); border: 1px solid var(--line); }
.mock-item b { display: block; margin-bottom: 4px; }
.section { padding: 68px 0; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 24px; border-radius: var(--radius); background: var(--panel); border: 1px solid var(--line); box-shadow: 0 12px 40px rgba(0,0,0,0.18); }
.icon { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: rgba(56,189,248,0.12); color: #7dd3fc; font-weight: 900; margin-bottom: 18px; }
.product-banner { border: 1px solid var(--line); background: linear-gradient(135deg, rgba(56,189,248,0.13), rgba(15,23,42,0.72)); border-radius: 34px; padding: 34px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.badge { color: #dbeafe; background: rgba(255,255,255,0.05); border: 1px solid var(--line); padding: 7px 11px; border-radius: 999px; font-size: 0.86rem; font-weight: 700; }
.page-hero { padding: 70px 0 34px; }
.content { padding: 36px; border: 1px solid var(--line); border-radius: 28px; background: rgba(15, 23, 42, 0.72); }
.content h2 { font-size: 1.8rem; margin-top: 32px; }
.content h2:first-child { margin-top: 0; }
.content ul { color: var(--muted); }
.content a { color: #7dd3fc; text-decoration: underline; text-underline-offset: 3px; }
.footer { border-top: 1px solid var(--line); margin-top: 70px; padding: 34px 0 42px; color: var(--muted); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.footer a { color: var(--muted); margin-right: 18px; }
@media (max-width: 820px) { .grid-2, .cards, .product-banner { grid-template-columns: 1fr; } .nav-links { display: none; } .hero { padding-top: 48px; } .phone { min-height: 420px; } .logo-mark { width: 82px; height: 42px; } .hero-logo { width: min(100%, 480px); } }
