
:root {
  --bg: #0b1018;
  --panel: #171d27;
  --panel-2: #1f2632;
  --text: #f5f7fb;
  --muted: #c3cad6;
  --line: rgba(255,255,255,.12);
  --brand: #ee0000;
  --brand-2: #a60000;
  --accent: #ee0000;
  --max: 1180px;
  --radius: 20px;
  --shadow: 0 20px 60px rgba(0,0,0,.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background-color: var(--bg);
  background-image:
    linear-gradient(rgba(11,16,24,.60), rgba(11,16,24,.86)),
    url("../images/tech-pattern.svg"),
    radial-gradient(circle at top right, rgba(238,0,0,.16), transparent 32%),
    radial-gradient(circle at top left, rgba(166,0,0,.12), transparent 28%);
  background-size: auto, 760px 428px, auto, auto;
  background-position: center top, center top, right top, left top;
  background-repeat: repeat, repeat, no-repeat, no-repeat;
  background-attachment: fixed, fixed, fixed, fixed;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.skip-link {
  position: absolute; left: -9999px; top: auto;
}
.skip-link:focus { left: 1rem; top: 1rem; background: #fff; color: #000; padding: .75rem 1rem; z-index: 1000; }
.site-header {
  position: sticky; top: 0; z-index: 30; backdrop-filter: blur(14px);
  background: rgba(11,16,24,.82); border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 800; letter-spacing: 0; }
.brand img { width: 42px; height: 42px; }
.brand span { font-size: 1.05rem; }
.nav-toggle {
  display: none; border: 1px solid var(--line); background: transparent; color: var(--text);
  border-radius: 12px; padding: .7rem .9rem; font: inherit;
}
.nav { display: flex; align-items: center; gap: 1rem; }
.nav a { color: var(--muted); font-weight: 600; }
.nav a:hover, .nav a:focus { color: #fff; }
.btn, .btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  border-radius: 999px; padding: .95rem 1.25rem; font-weight: 700; transition: .2s ease;
}
.btn {
  background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #07111f;
  box-shadow: 0 14px 34px rgba(166,0,0,.28);
}
.btn:hover, .btn:focus { transform: translateY(-1px); filter: brightness(1.03); }
.btn-secondary {
  border: 1px solid var(--line); color: var(--text); background: rgba(255,255,255,.02);
}
.hero { padding: 5.5rem 0 3.5rem; }
.hero-grid {
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: center;
}
.kicker {
  display: inline-flex; align-items: center; gap: .6rem; padding: .45rem .8rem;
  border: 1px solid rgba(238,0,0,.28); color: #ffd6d6; background: rgba(238,0,0,.10);
  border-radius: 999px; font-size: .92rem; font-weight: 700;
}
.hero h1 { font-size: clamp(2.2rem, 5vw, 4.6rem); line-height: 1.04; margin: 1rem 0; letter-spacing: 0; }
.hero p { color: var(--muted); font-size: 1.08rem; max-width: 64ch; }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.4rem; }
.hero-card {
  background: transparent;
  border: 0;
  padding: 0;
}
.hero-card picture { display: block; }
.hero-card img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; }
.stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem;
}
.stat {
  border: 1px solid var(--line); background: rgba(255,255,255,.03); border-radius: 18px; padding: 1rem;
}
.stat strong { display: block; font-size: 1.5rem; }
.section { padding: 4.5rem 0; }
.section-head { max-width: 72ch; margin-bottom: 2rem; }
.section-head h2 { font-size: clamp(1.7rem, 3vw, 2.7rem); margin: 0 0 .7rem; }
.section-head p { color: var(--muted); margin: 0; }
.section-intro {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  gap: 2rem; align-items: center; margin-bottom: 2rem;
}
.section-intro .section-head { margin-bottom: 0; }
.section-visual { margin: 0; justify-self: end; width: min(100%, 340px); }
.section-visual img {
  width: 100%; height: auto; aspect-ratio: 45 / 26; object-fit: contain;
  filter: drop-shadow(0 22px 42px rgba(0,0,0,.28));
}
.cta-visual { width: min(100%, 300px); margin: 1.2rem 0 0; justify-self: start; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.card {
  padding: 1.4rem; border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.card h3, .card h4 { margin-top: 0; }
.card p, .card li { color: var(--muted); }
.icon-badge {
  width: 58px; height: 58px; border-radius: 16px; padding: .75rem; margin-bottom: 1rem;
  background: linear-gradient(180deg, rgba(238,0,0,.12), rgba(166,0,0,.08)); border: 1px solid rgba(238,0,0,.16);
}
.checklist { list-style: none; padding: 0; margin: 1rem 0 0; }
.checklist li { padding-left: 1.35rem; position: relative; margin: .45rem 0; }
.checklist li::before { content: '•'; position: absolute; left: 0; color: var(--brand); font-weight: 900; }
.tech-ecosystem {
  margin-top: 1.8rem;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  box-shadow: var(--shadow);
}
.ecosystem-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.ecosystem-head h3 { margin: 0; font-size: 1.15rem; }
.ecosystem-head p { margin: 0; max-width: 58ch; color: var(--muted); font-size: .95rem; }
.tech-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tech-chip {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .72rem;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(11,16,24,.52);
  color: var(--text);
  font-weight: 700;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.tech-chip:hover, .tech-chip:focus-within {
  transform: translateY(-1px);
  border-color: rgba(238,0,0,.48);
  background: rgba(238,0,0,.07);
}
.tech-mark {
  width: 38px;
  min-width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  border: 1px solid rgba(238,0,0,.32);
  background: linear-gradient(180deg, rgba(238,0,0,.16), rgba(166,0,0,.08));
  color: #fff;
  font-size: .72rem;
  line-height: 1;
  letter-spacing: 0;
}
.trademark-note { margin: 1rem 0 0; }
.band {
  background:
    linear-gradient(180deg, rgba(33,8,10,.88), rgba(20,8,10,.94)),
    url("../images/tech-pattern.svg");
  background-size: auto, 680px 383px;
  background-position: center, center;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.cta {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 1.4rem; align-items: center;
}
.contact-list { display: grid; gap: 1rem; }
.contact-item { display: flex; gap: 1rem; align-items: flex-start; }
.contact-item strong { display: block; }
.muted { color: var(--muted); }
.footer {
  padding: 2rem 0 3rem; color: var(--muted);
}
.footer-top {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  padding-bottom: 1rem; border-bottom: 1px solid var(--line); margin-bottom: 1rem;
}
.socials { display: flex; gap: .8rem; flex-wrap: wrap; }
.socials a {
  width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.03);
}
.socials img { width: 20px; height: 20px; }
.notice {
  border-left: 3px solid var(--brand); padding-left: 1rem; color: var(--muted); margin-top: 1rem;
}
.small { font-size: .94rem; }
.legal-links { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: .75rem; }
.legal-links a { color: var(--muted); font-size: .9rem; }
.legal-links a:hover, .legal-links a:focus { color: #fff; }
.legal-content { max-width: 76ch; }
.legal-content h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 0 0 .4rem; }
.legal-updated { color: var(--muted); font-size: .92rem; margin: 0 0 2.2rem; }
.legal-content h2 { font-size: 1.25rem; margin: 2.2rem 0 .8rem; }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content h3 { font-size: 1.05rem; margin: 1.5rem 0 .3rem; color: var(--text); }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content ul, .legal-content ol { padding-left: 1.3rem; }
.legal-content li { margin: .4rem 0; }
.legal-content a { color: #ffb3b3; text-decoration: underline; }
.legal-content strong { color: var(--text); }
.legal-table { width: 100%; border-collapse: collapse; margin: 1rem 0 1.6rem; }
.legal-table th, .legal-table td { text-align: left; padding: .6rem .8rem; border-bottom: 1px solid var(--line); font-size: .92rem; color: var(--muted); }
.legal-table th { color: var(--text); }
.back-link { display: inline-flex; align-items: center; gap: .4rem; color: var(--muted); font-weight: 600; margin-bottom: 1.6rem; }
.back-link:hover { color: #fff; }

.cookie-consent {
  position: fixed;
  left: 50%;
  bottom: 1rem;
  z-index: 80;
  width: min(720px, calc(100% - 2rem));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(11,16,24,.96);
  box-shadow: 0 22px 70px rgba(0,0,0,.42);
  transform: translateX(-50%);
  backdrop-filter: blur(16px);
}
.cookie-consent__content { min-width: 0; }
.cookie-consent__content strong { display: block; font-size: 1rem; color: var(--text); }
.cookie-consent__content p { margin: .25rem 0 0; color: var(--muted); font-size: .92rem; }
.cookie-consent__content a { color: #ffb3b3; text-decoration: underline; }
.cookie-consent__actions { display: flex; gap: .65rem; flex-shrink: 0; }
.cookie-consent__button { padding: .72rem .95rem; font-size: .9rem; white-space: nowrap; border: 0; cursor: pointer; }
.cookie-consent__button.btn-secondary { border: 1px solid var(--line); }
@media (max-width: 960px) {
  .hero-grid, .grid-3, .grid-2, .cta, .section-intro { grid-template-columns: 1fr; }
  .section-visual { justify-self: start; width: min(100%, 300px); }
  .stats { grid-template-columns: 1fr; }
  .ecosystem-head { display: block; }
  .ecosystem-head h3 { margin-bottom: .4rem; }
  .tech-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nav-toggle { display: inline-flex; }
  .nav {
    display: none; position: absolute; top: 76px; left: 0; right: 0;
    background: rgba(11,16,24,.98); border-bottom: 1px solid var(--line);
    padding: 1rem; flex-direction: column; align-items: flex-start;
  }
  .nav.open { display: flex; }
}
@media (max-width: 560px) {
  .cookie-consent {
    align-items: stretch;
    flex-direction: column;
    bottom: .75rem;
    padding: .9rem;
  }
  .cookie-consent__actions { justify-content: stretch; }
  .cookie-consent__button { width: 100%; }
  .tech-ecosystem { padding: 1rem; }
  .tech-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem; }
  .tech-chip { min-height: 66px; gap: .55rem; padding: .62rem; font-size: .9rem; }
  .tech-mark { width: 34px; min-width: 34px; height: 34px; font-size: .66rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
