:root {
  --bg: #07111f;
  --panel: #0d1d32;
  --panel-soft: #122642;
  --text: #f5f8ff;
  --muted: #b7c5d8;
  --brand: #1399dc;
  --brand-dark: #0b6fa8;
  --line: rgba(255,255,255,.12);
  --shadow: 0 24px 70px rgba(0,0,0,.32);
  --header-offset: 104px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-offset); }
body { margin: 0; font-family: Inter, Arial, Helvetica, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.anchor-section, main[id] { scroll-margin-top: var(--header-offset); }
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 16px clamp(20px, 4vw, 64px); background: rgba(7,17,31,.94); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
body { padding-top: 88px; }
.brand img { width: 190px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-weight: 700; font-size: 14px; }
.site-nav a { transition: color .2s ease, background .2s ease; }
.site-nav a:hover, .site-nav a.active { color: var(--text); }
.nav-cta { padding: 10px 16px; border-radius: 999px; background: var(--brand); color: white !important; }
.nav-toggle { display: none; color: white; background: transparent; border: 1px solid var(--line); border-radius: 10px; padding: 8px 11px; font-size: 22px; }
.section { padding: 90px clamp(20px, 6vw, 88px); }
.hero { min-height: calc(680px - 88px); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 36px; align-items: center; background: radial-gradient(circle at 80% 20%, rgba(19,153,220,.28), transparent 30%), linear-gradient(135deg, #07111f 0%, #10233d 100%); }
.eyebrow { color: #65c6ff; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: 13px; margin: 0 0 12px; }
h1, h2, h3 { line-height: 1.08; margin: 0; }
h1 { font-size: clamp(44px, 8vw, 86px); max-width: 900px; letter-spacing: -0.06em; }
h2 { font-size: clamp(32px, 4vw, 52px); letter-spacing: -0.04em; }
h3 { font-size: 22px; margin-bottom: 10px; }
.hero-text, .section-intro { color: var(--muted); font-size: 20px; max-width: 700px; }
.hero-actions, .auction-header { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; font-weight: 800; border: 1px solid var(--line); }
.button.primary { background: var(--brand); color: white; border-color: var(--brand); box-shadow: 0 16px 40px rgba(19,153,220,.25); }
.button.secondary { background: rgba(255,255,255,.06); color: white; }
.hero-card, .contact-logo-card, .feature-grid article, .stats-grid div { background: rgba(255,255,255,.06); border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.hero-card { padding: 34px; }
.hero-card span { color: var(--muted); display: block; margin-bottom: 14px; }
.hero-card strong { display: block; font-size: clamp(34px, 5vw, 58px); color: #65c6ff; line-height: 1; }
.hero-card p { color: var(--muted); font-size: 18px; }
.split-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 40px; background: #09182a; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-grid article { padding: 26px; }
.feature-grid p, .stats-section p, .contact-list { color: var(--muted); }
.numbers-section { background: #f5f8ff; color: #07111f; }
.numbers-section .eyebrow { color: var(--brand-dark); }
.numbers-section .section-intro { color: #43536a; }
.number-cloud { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.number-cloud span { padding: 12px 16px; border-radius: 999px; background: white; border: 1px solid #dbe5f0; font-weight: 800; color: #10233d; }
.stats-section { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; background: linear-gradient(135deg, var(--panel), var(--panel-soft)); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stats-grid div { padding: 24px; text-align: center; }
.stats-grid strong { display: block; font-size: 38px; color: #65c6ff; }
.stats-grid span { color: var(--muted); font-size: 14px; }
.auction-section { background: #07111f; }
.auction-header { justify-content: space-between; margin-top: 0; margin-bottom: 28px; }
.auction-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-height: none; }
.auction-list span { background: rgba(255,255,255,.06); border: 1px solid var(--line); border-radius: 14px; padding: 14px; color: var(--muted); font-weight: 700; }
.contact-section { display: grid; grid-template-columns: 1fr .9fr; gap: 36px; align-items: center; background: #f5f8ff; color: #07111f; }
.contact-section .eyebrow { color: var(--brand-dark); }
.contact-list { list-style: none; padding: 0; margin: 26px 0 0; font-size: 18px; color: #43536a; }
.contact-list li + li { margin-top: 10px; }
.contact-list a { color: var(--brand-dark); font-weight: 800; }
.contact-logo-card { background: white; padding: 36px; text-align: center; color: #43536a; border-color: #dbe5f0; }
.contact-logo-card img { margin: 0 auto 22px; max-width: 420px; }
.site-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; padding: 28px clamp(20px, 6vw, 88px); border-top: 1px solid var(--line); color: var(--muted); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
@media (max-width: 980px) {
  :root { --header-offset: 96px; }
  body { padding-top: 78px; }
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 18px 24px 24px; background: #07111f; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .site-nav.open { display: flex; }
  .hero, .split-section, .stats-section, .contact-section { grid-template-columns: 1fr; }
  .feature-grid, .auction-list, .stats-grid { grid-template-columns: 1fr; }
  .section { padding-block: 64px; }
}
@media (max-width: 540px) {
  .brand img { width: 150px; }
  .hero { min-height: auto; }
  .hero-card, .contact-logo-card { padding: 24px; border-radius: 22px; }
}
