:root {
  --bg: #070708;
  --panel: #101013;
  --panel-light: #17171b;
  --line: #29292f;
  --text: #f5f4f3;
  --muted: #99979d;
  --red: #f12735;
  --red-deep: #a30d19;
  --blue: #87b9ff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: 'Manrope', sans-serif; }
a { color: inherit; text-decoration: none; }
.site-shell { min-height: 100vh; overflow: hidden; }
.site-header { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; height: 72px; padding: 0 clamp(20px, 6vw, 88px); border-bottom: 1px solid #1b1b1e; background: rgba(7, 7, 8, .93); }
.site-logo { display: inline-flex; align-items: center; gap: 11px; font: 700 21px 'Space Grotesk', sans-serif; letter-spacing: -.03em; }
.site-logo img { display: block; width: 190px; height: 72px; object-fit: contain; }
.logo-mark { display: grid; place-items: center; width: 29px; height: 29px; color: var(--red); font: 700 27px Georgia, serif; }
.site-logo .logo-mark { width: 190px; height: 72px; background: url('logo.png') center / contain no-repeat; font-size: 0; }
.site-logo strong { display: none; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.7vw, 42px); margin-left: 40px; margin-right: auto; color: #cbc9cc; font-size: 13px; font-weight: 700; }
.site-nav a, .login-link, .logout-link { transition: color .2s; }
.site-nav a:hover, .login-link:hover, .logout-link:hover { color: #fff; }
.site-nav span { color: #8d8b91; font-size: 15px; }
.header-account { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 700; }
.welcome-user { color: #a9a7ab; }
.logout-link { color: #99969b; font-size: 11px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 11px; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.button span { font-size: 19px; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: #f3f2ef; color: #09090a; }
.button-dark:hover { background: #fff; }
.button-red { color: #fff; background: var(--red); box-shadow: 0 11px 30px rgba(241, 39, 53, .2); }
.button-red:hover { background: #ff3e4b; }
.button-outline { border-color: #55545b; color: #fff; background: rgba(7, 7, 8, .3); }
.button-outline:hover { border-color: #fff; }
.button-small { min-height: 40px; padding: 0 16px; gap: 9px; border-radius: 20px; }
.hero { position: relative; min-height: 565px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 92px 20px 105px; overflow: hidden; text-align: center; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 20% 42%, rgba(141, 18, 34, .5), transparent 31%), radial-gradient(ellipse at 81% 33%, rgba(234, 31, 49, .4), transparent 27%), radial-gradient(ellipse at 50% 99%, rgba(68, 8, 15, .44), transparent 35%); filter: blur(25px); opacity: .8; }
.hero-glow { position: absolute; width: 450px; height: 150px; border-radius: 50%; filter: blur(55px); opacity: .55; }
.glow-red { top: 170px; right: -85px; background: #e71e43; transform: rotate(-18deg); }
.glow-crimson { bottom: 55px; left: -120px; background: #7e1026; transform: rotate(17deg); }
.sparkle-field { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.sparkle-field i { position: absolute; top: var(--y); left: var(--x); color: #ff6b72; font-size: var(--size); font-style: normal; opacity: .15; animation: sparkle 3.8s var(--delay) ease-in-out infinite; }
.sparkle-field i:nth-child(3n) { color: #ffb2a7; }
.sparkle-field i:nth-child(4n) { color: #fff; }
.eyebrow, .hero h1, .hero-copy, .hero-actions, .hero-meta { position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 8px; margin-bottom: 21px; color: #c8c3c7; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.pulse-dot { width: 7px; height: 7px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 5px rgba(241, 39, 53, .13); }
.hero h1 { max-width: 900px; margin: 0; font: 700 clamp(43px, 7vw, 91px)/.98 'Space Grotesk', sans-serif; letter-spacing: -.045em; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-copy { max-width: 610px; margin: 25px 0 28px; color: #b0adb2; font-size: 15px; line-height: 1.7; }
.hero-actions { display: flex; gap: 10px; }
.hero-meta { display: flex; gap: 24px; margin-top: 22px; color: #7c797f; font-size: 10px; }
.hero-meta span:first-child { color: #a9a6ac; }
.showcase { padding: 85px clamp(20px, 9vw, 150px) 100px; background: #0b0b0d; border-top: 1px solid #17171a; }
.showcase-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 36px; }
.section-label { display: block; margin-bottom: 13px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.showcase h2, .feature-strip h2 { margin: 0; font: 600 clamp(29px, 4vw, 50px)/1.05 'Space Grotesk', sans-serif; letter-spacing: -.035em; }
.text-link { color: #b5b1b6; font-size: 12px; font-weight: 700; }
.text-link span { color: var(--red); font-size: 16px; }
.model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.model-card { min-height: 270px; display: flex; flex-direction: column; padding: 24px; background: #111114; border: 1px solid #29292e; border-radius: 15px; transition: transform .2s, border-color .2s; }
.model-card:hover { transform: translateY(-4px); border-color: #66636b; }
.model-card.featured { background: #1b1013; border-color: #6c2028; }
.card-top, .card-footer { display: flex; align-items: center; justify-content: space-between; }
.model-symbol { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--red); border-radius: 10px; font-size: 20px; }
.model-symbol.blue { color: #a9d0ff; background: #122c50; }.model-symbol.gold { color: #f9c891; background: #3c2816; }
.model-badge { padding: 5px 8px; color: #ff8f98; background: rgba(241,39,53,.11); border-radius: 5px; font-size: 9px; font-weight: 800; text-transform: uppercase; }.muted-badge { color: #88858b; background: #202024; }
.model-card h3 { margin: 48px 0 10px; font: 600 25px 'Space Grotesk', sans-serif; }.model-card p { max-width: 250px; margin: 0; color: #959298; font-size: 12px; line-height: 1.6; }.card-footer { margin-top: auto; padding-top: 22px; color: #77747b; font-size: 10px; }.card-footer span:last-child { color: #e7e4e5; font-size: 20px; }
.feature-strip { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; padding: 90px clamp(20px, 9vw, 150px); background: #f2f0ed; color: #111218; }.feature-strip .section-label { color: #b51a27; }.feature-list { display: grid; gap: 0; }.feature-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 19px 0; border-bottom: 1px solid #d8d5d1; }.feature-list strong { color: #b51a27; font-size: 11px; }.feature-list p { margin: 0; font-size: 14px; font-weight: 700; }.site-footer { display: flex; justify-content: space-between; padding: 23px clamp(20px, 9vw, 150px); color: #69666c; background: #080809; font-size: 10px; }.site-footer a:hover { color: #fff; }.site-notice { position: fixed; top: 88px; right: 25px; z-index: 10; padding: 12px 17px; color: #fff; background: #1b601f; border: 1px solid #3b8b40; border-radius: 9px; font-size: 12px; }
@media (max-width: 850px) { .site-header { height: auto; flex-wrap: wrap; gap: 18px; padding-top: 16px; padding-bottom: 16px; }.site-nav { order: 3; width: 100%; margin: 0; justify-content: space-between; gap: 8px; overflow-x: auto; font-size: 11px; }.header-account { margin-left: auto; }.welcome-user { display: none; }.hero { min-height: 590px; }.model-grid, .feature-strip { grid-template-columns: 1fr; }.feature-strip { gap: 45px; }.showcase-head { align-items: start; gap: 25px; flex-direction: column; } }
@media (max-width: 520px) { .header-account { gap: 10px; }.login-link { display: none; }.hero { padding-top: 70px; }.hero h1 { font-size: 47px; }.hero-copy { font-size: 13px; }.hero-actions { width: 100%; flex-direction: column; max-width: 280px; }.hero-actions .button { width: 100%; }.hero-meta { flex-direction: column; gap: 7px; }.site-footer { flex-direction: column; gap: 9px; } }
@keyframes sparkle { 0%, 100% { opacity: .12; transform: scale(.75) rotate(0deg); } 45% { opacity: .9; transform: scale(1.25) rotate(18deg); } 70% { opacity: .3; transform: scale(.9) rotate(-10deg); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
