:root {
  --bg-1: #040406;
  --bg-2: #101216;
  --bg-3: #1a1d23;
  --surface: rgba(20, 23, 29, 0.74);
  --surface-strong: rgba(12, 14, 18, 0.9);
  --text: #f4f5f7;
  --muted: #b5bac4;
  --line: rgba(255, 255, 255, 0.18);
  --accent: #9333ea;
  --accent-2: #c084fc;
  --shadow: 0 22px 55px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  color: var(--text);
  font-family: Manrope, "Segoe UI", sans-serif;
  background: radial-gradient(circle at 10% -5%, #1e222a 0%, #0a0b0e 45%, #040406 100%);
  min-height: 100%;
}

.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 12%, rgba(147, 51, 234, 0.28), transparent 36%),
    radial-gradient(circle at 85% 16%, rgba(192, 132, 252, 0.2), transparent 33%),
    linear-gradient(140deg, rgba(147, 51, 234, 0.08), transparent 45%);
  filter: blur(2px);
  z-index: -1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem clamp(1rem, 2.4vw, 2.5rem);
  backdrop-filter: blur(10px);
  background: rgba(3, 4, 6, 0.72);
  border-bottom: 1px solid var(--line);
}

.brand img {
  width: 110px;
  height: auto;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.lang-switch {
  display: inline-flex;
  padding: 0.2rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
}

.lang-btn {
  border: 0;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.42rem 0.8rem;
}

.lang-btn.is-active {
  background: rgba(255, 255, 255, 0.2);
  color: var(--text);
}

.header-cta,
.btn {
  text-decoration: none;
  display: inline-block;
  border-radius: 999px;
  font-weight: 700;
}

.header-cta {
  color: #ffffff;
  background: linear-gradient(125deg, var(--accent), var(--accent-2));
  padding: 0.58rem 0.95rem;
}

.section {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 5rem) 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.2rem, 4vw, 2.6rem);
  align-items: center;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--accent-2);
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.status-badge {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(251, 191, 36, 0.4);
  background: rgba(251, 191, 36, 0.08);
  color: #fde68a;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: Sora, Manrope, sans-serif;
  margin: 0;
}

h1 {
  font-size: clamp(2rem, 6vw, 4.4rem);
  line-height: 1.02;
  margin-bottom: 1rem;
}

.hero-lead {
  color: var(--muted);
  max-width: 52ch;
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.btn {
  padding: 0.82rem 1.2rem;
  border-radius: 12px;
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(120deg, var(--accent), var(--accent-2));
  box-shadow: var(--shadow);
}

.btn-ghost {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.hero-tags {
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-tags li {
  font-size: 0.84rem;
  color: #e6eef7;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  padding: 0.38rem 0.72rem;
}

.hero-media {
  position: relative;
  min-height: 320px;
}

.hero-media::after {
  content: '';
  position: absolute;
  bottom: 2.4rem;
  left: 0;
  right: 0;
  height: 56px;
  background: linear-gradient(to bottom, transparent, var(--bg-1));
  pointer-events: none;
}

.hero-device {
  width: min(470px, 100%);
  display: block;
  margin: 0 auto;
}

.hero-device-label {
  margin: 0.45rem 0 0;
  text-align: center;
  font-family: Sora, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28);
}

.section-head {
  margin-bottom: 1.2rem;
}

.section-head h2 {
  font-size: clamp(1.65rem, 4.1vw, 2.7rem);
  line-height: 1.15;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1.1rem;
  box-shadow: var(--shadow);
}

.feature-card h3 {
  font-size: 1.18rem;
  margin-bottom: 0.7rem;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.feature-icon {
  display: block;
  width: 26px;
  height: 26px;
  margin-bottom: 0.75rem;
  color: var(--accent-2);
}

.feature-icon svg {
  width: 100%;
  height: 100%;
}

.feature-flagship {
  position: relative;
  border-color: var(--accent);
  background: linear-gradient(140deg, rgba(147, 51, 234, 0.18), rgba(20, 23, 29, 0.74));
}

.card-flag {
  display: inline-block;
  margin-bottom: 0.7rem;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  border: 1px solid var(--accent);
  background: rgba(147, 51, 234, 0.15);
  color: var(--accent-2);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.specs-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.spec-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: var(--surface);
}

.spec-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid var(--line);
}

.spec-list li:last-child {
  border-bottom: 0;
}

.spec-list span {
  color: var(--muted);
}

.specs-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.newsletter-box {
  border-radius: 12px;
  border: 1px solid var(--accent);
  background: linear-gradient(170deg, rgba(147, 51, 234, 0.18), rgba(20, 23, 29, 0.82));
  padding: clamp(1.2rem, 3vw, 2rem);
}

.newsletter p {
  max-width: 70ch;
  color: var(--muted);
}

#signup-form {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

#signup-form input {
  flex: 1 1 260px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.18);
  color: var(--text);
  border-radius: 12px;
  padding: 0.8rem 0.95rem;
  font-size: 1rem;
}

#signup-form input:focus,
#signup-form button:focus,
.btn:focus,
.lang-btn:focus,
.header-cta:focus {
  outline: 2px solid var(--accent-2);
  outline-offset: 2px;
}

#signup-form button {
  border: 0;
  border-radius: 12px;
  padding: 0.84rem 1rem;
  font-weight: 700;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(125deg, var(--accent), var(--accent-2));
}

#form-message {
  min-height: 1.4rem;
  margin-top: 0.6rem;
  font-size: 0.95rem;
  color: #ecf3fb;
}

.rgpd-notice {
  margin-top: 0.75rem;
  font-size: 0.78rem;
  color: var(--muted);
  opacity: 0.7;
  max-width: 60ch;
}

.site-footer {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: 2rem 0 2.3rem;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  color: var(--muted);
}

.site-footer img {
  width: 92px;
  height: auto;
}

.footer-social {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer-social a {
  color: var(--muted);
  transition: color 0.2s;
  display: flex;
}

.footer-social a:hover {
  color: var(--text);
}

.footer-social svg {
  width: 20px;
  height: 20px;
}
/* ── Chainage ───────────────────────────── */
.chainage {
  padding-top: 0;
}

.chainage-image {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 16px;
  cursor: zoom-in;
}
/* ── Coloris ─────────────────────────────── */
.coloris {
  text-align: center;
}

.coloris-lead {
  max-width: 56ch;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  line-height: 1.7;
}

.coloris-image {
  display: block;
  width: 100%;
  max-width: 860px;
  height: 420px;
  object-fit: cover;
  object-position: center 15%;
  margin: 2.5rem auto 0;
  border-radius: 16px;
  cursor: zoom-in;
}

/* ── Wave divider ─────────────────────────── */
.wave-divider {
  width: 100%;
  height: 140px;
  background-image: url('resources/Background.webp');
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  opacity: 0.4;
  pointer-events: none;
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox-target {
  cursor: zoom-in;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2rem);
  background: rgba(0, 0, 0, 0.88);
}

.image-lightbox.is-open {
  display: flex;
}

.lightbox-image {
  max-width: min(96vw, 1500px);
  max-height: 92vh;
  width: auto;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: var(--shadow);
}

.lightbox-close {
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.44);
  color: #ffffff;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.lightbox-close:focus {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.reveal {
  opacity: 0;
  transform: translateY(14px) scale(0.985);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}

@media (max-width: 920px) {
  .hero,
  .specs-wrap {
    grid-template-columns: 1fr;
  }

  .hero-media {
    order: -1;
  }

  .feature-flagship--reorder {
    order: -1;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
