/* ==========================================================================
   STARFUNDED clone — styles
   ========================================================================== */

:root {
  --bg-deep: #020547;
  --bg-navy: #020547;
  --bg-navy-2: #040858;
  --bg-card: #03125b;
  --accent: #077CFA;
  --accent-2: #1727C7;
  --accent-3: #021B79;
  --accent-light: #0575E6;
  --accent-orange: #F19526;
  --accent-glow: rgba(7, 124, 250, 0.29);
  --orange-glow: rgba(241, 149, 38, 0.45);
  --text: #ffffff;
  --text-muted: rgba(255, 255, 255, 0.72);
  --text-dim: rgba(255, 255, 255, 0.5);
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(120, 160, 255, 0.6);
  --gradient: linear-gradient(90deg, #077CFA, #1727C7);
  --gradient-hero: radial-gradient(circle at 50% 50%, #0575E6 0%, #021B79 100%);
  --gradient-orange: linear-gradient(90deg, #F19526, #FFBC7D);
  --container: 1200px;
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-pill: 999px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  margin: 0;
  background:
    radial-gradient(ellipse at 50% 8%, rgba(7,124,250,0.28), transparent 50%),
    radial-gradient(ellipse at 90% 40%, rgba(23,39,199,0.2), transparent 55%),
    radial-gradient(ellipse at 10% 70%, rgba(7,124,250,0.16), transparent 55%),
    radial-gradient(ellipse at 50% 100%, rgba(23,39,199,0.18), transparent 60%),
    #010333;
  color: var(--text);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  overflow-x: hidden;
  position: relative;
}

h1, h2, h3, h4 {
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
h5, h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 1.4;
}
p { line-height: 1.75; }

/* Subtle starfield overlay across the whole page */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 7% 13%, #ffffff, transparent 60%),
    radial-gradient(1px 1px at 18% 8%, #ffffff, transparent 60%),
    radial-gradient(2px 2px at 25% 28%, #ffffff, transparent 60%),
    radial-gradient(1px 1px at 38% 18%, #d6e5ff, transparent 60%),
    radial-gradient(1.2px 1.2px at 47% 5%, #ffffff, transparent 60%),
    radial-gradient(1px 1px at 56% 22%, #c8dcff, transparent 60%),
    radial-gradient(2px 2px at 68% 11%, #ffffff, transparent 60%),
    radial-gradient(1.2px 1.2px at 79% 26%, #ffffff, transparent 60%),
    radial-gradient(1.5px 1.5px at 89% 7%, #ffffff, transparent 60%),
    radial-gradient(1px 1px at 95% 21%, #d6e5ff, transparent 60%),
    radial-gradient(1px 1px at 4% 38%, #ffffff, transparent 60%),
    radial-gradient(1.2px 1.2px at 14% 47%, #c8dcff, transparent 60%),
    radial-gradient(2px 2px at 22% 58%, #ffffff, transparent 60%),
    radial-gradient(1px 1px at 33% 42%, #ffffff, transparent 60%),
    radial-gradient(1.5px 1.5px at 44% 51%, #ffffff, transparent 60%),
    radial-gradient(1.2px 1.2px at 55% 38%, #d6e5ff, transparent 60%),
    radial-gradient(1px 1px at 64% 52%, #ffffff, transparent 60%),
    radial-gradient(2px 2px at 76% 44%, #ffffff, transparent 60%),
    radial-gradient(1px 1px at 86% 58%, #c8dcff, transparent 60%),
    radial-gradient(1.5px 1.5px at 95% 41%, #ffffff, transparent 60%),
    radial-gradient(1px 1px at 8% 72%, #ffffff, transparent 60%),
    radial-gradient(1.2px 1.2px at 19% 84%, #d6e5ff, transparent 60%),
    radial-gradient(2px 2px at 28% 67%, #ffffff, transparent 60%),
    radial-gradient(1px 1px at 41% 78%, #ffffff, transparent 60%),
    radial-gradient(1.5px 1.5px at 52% 88%, #ffffff, transparent 60%),
    radial-gradient(1px 1px at 63% 71%, #c8dcff, transparent 60%),
    radial-gradient(1.2px 1.2px at 73% 83%, #ffffff, transparent 60%),
    radial-gradient(2px 2px at 84% 75%, #ffffff, transparent 60%),
    radial-gradient(1px 1px at 92% 91%, #d6e5ff, transparent 60%);
  background-size: 380px 380px;
  background-repeat: repeat;
  opacity: 1;
}

body > * { position: relative; z-index: 1; }

body.menu-open { overflow: hidden; }
body.menu-open .menu-toggle { z-index: 1000; }

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-block;
  font-family: 'Bricolage Grotesque', 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.section-title {
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 69px;
  margin: 0 0 32px;
  letter-spacing: -0.015em;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .section-title { font-size: 44px; line-height: 59px; }
}
@media (max-width: 600px) {
  .section-title { font-size: 32px; line-height: 1.2; letter-spacing: -0.01em; }
}

.eyebrow.pill {
  display: inline-block !important;
  width: auto !important;
  max-width: max-content;
  background: linear-gradient(90deg, #077CFA, #1727C7);
  color: #fff;
  padding: 10px 26px;
  border-radius: 999px;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  margin: 0 auto 24px;
  box-shadow: 0 8px 22px rgba(7,124,250,0.4);
}

.section-title .accent {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: linear-gradient(180deg, rgba(2, 5, 71, 0.45) 0%, rgba(2, 5, 71, 0.2) 70%, rgba(2, 5, 71, 0.05) 100%);
  backdrop-filter: blur(8px) saturate(130%);
  -webkit-backdrop-filter: blur(8px) saturate(130%);
  border-bottom: none;
}
.site-header .main-nav a,
.site-header .lang-select { text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4); }
.site-header.is-hidden { transform: none; }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 32px;
}

.header-left, .header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo { display: inline-flex; align-items: center; line-height: 0; padding: 4px 0; }
.logo img {
  height: 50px;
  width: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}

.lang-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(2, 5, 71, 0.32);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23077CFA' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px 14px;
  color: #fff;
  border: 1.5px solid rgba(7, 124, 250, 0.7);
  padding: 10px 32px 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  min-width: 78px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: border-color 0.18s ease, background-color 0.18s ease;
}
.lang-select:hover { background-color: rgba(7, 124, 250, 0.18); border-color: var(--accent); }
.lang-select:focus { outline: 2px solid rgba(7, 124, 250, 0.4); outline-offset: 2px; }
.lang-select option { color: #000; background: #fff; }
.lang-select option[disabled] { color: #888; }

.main-nav { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
.main-nav > li { position: relative; }
.nav-cta-mobile { display: none; }
.main-nav a {
  display: inline-block;
  padding: 8px 0;
  color: var(--text);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: color 0.15s ease;
}
.main-nav a:hover { color: var(--accent); }
.main-nav .has-submenu > a::after {
  content: '▾';
  margin-left: 6px;
  font-size: 11px;
  opacity: 0.7;
}
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: var(--bg-navy);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 8px;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.18s ease;
  z-index: 10;
  box-shadow: 0 16px 40px rgba(0,0,0,0.5);
}
.main-nav .has-submenu:hover .submenu,
.main-nav .has-submenu:focus-within .submenu {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.submenu a { padding: 10px 14px; border-radius: 8px; }
.submenu a:hover { background: rgba(7,124,250,0.15); color: var(--accent); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 15px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.18s ease;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.btn-ghost {
  background: #ffffff;
  color: #0a1d6e;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(255,255,255,0.12);
}
.btn-ghost:hover { background: #f0f4ff; color: #0a1d6e; transform: translateY(-1px); box-shadow: 0 10px 28px rgba(255,255,255,0.18); }
.btn-primary {
  background: var(--gradient);
  color: #fff;
  box-shadow: 0 0 0 1px rgba(160,190,255,0.25), 0 8px 26px rgba(7,124,250,0.5);
}
.btn-primary:hover { filter: brightness(1.1); transform: translateY(-1px); box-shadow: 0 0 0 1px rgba(160,190,255,0.4), 0 12px 32px rgba(7,124,250,0.65); }

.btn-outline {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(60,120,255,0.5), transparent 75%),
    linear-gradient(180deg, rgba(7,124,250,0.18), rgba(7,124,250,0.05));
  color: #ffffff;
  border: 1.5px solid var(--accent);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 0 0 4px rgba(7,124,250,0.18),
    0 12px 32px rgba(7,124,250,0.55);
  text-shadow: 0 0 12px rgba(7,124,250,0.4);
}
.btn-outline:hover {
  background:
    radial-gradient(ellipse at 50% 100%, rgba(60,120,255,0.7), transparent 75%),
    linear-gradient(180deg, rgba(7,124,250,0.3), rgba(7,124,250,0.1));
  border-color: #2b8eff;
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.25),
    0 0 0 5px rgba(7,124,250,0.25),
    0 16px 38px rgba(7,124,250,0.7);
}
.btn-orange {
  background: var(--gradient-orange);
  color: #ffffff;
  box-shadow: 0 8px 24px var(--orange-glow);
  border: none;
}
.btn-orange:hover { filter: brightness(1.08); transform: translateY(-1px); }
.btn-lg { padding: 14px 28px; font-size: 16px; }

.menu-toggle {
  display: none;
  background: transparent;
  border: 1.5px solid var(--accent);
  color: var(--accent);
  width: 48px;
  height: 48px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  position: relative;
}
.menu-toggle span::before { position: absolute; top: -7px; }
.menu-toggle span::after { position: absolute; top: 7px; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 140px 0 80px;
}
@media (max-width: 880px) {
  .hero {
    padding: 260px 0 60px;
    min-height: auto;
    align-items: flex-start;
  }
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(5,117,230,0.2), transparent 60%),
    radial-gradient(ellipse at 80% 70%, rgba(2,27,121,0.25), transparent 70%);
  overflow: hidden;
}
.hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(2,4,31,0.2) 0%, rgba(2,4,31,0.55) 100%);
}

.hero-content { position: relative; z-index: 2; max-width: 880px; }
.hero-centered { text-align: center; margin: 0 auto; max-width: 1000px; }
.hero-centered .hero-desc { margin-left: auto; margin-right: auto; }
.hero-centered .hero-ctas { justify-content: center; flex-wrap: nowrap; }
@media (max-width: 600px) {
  .hero-ctas { gap: 10px; flex-wrap: nowrap; }
  .hero-ctas .btn-lg {
    padding: 12px 14px;
    font-size: 13px;
    flex: 1 1 0;
    min-width: 0;
    white-space: normal;
    line-height: 1.2;
    text-align: center;
  }
}
.hero h1 {
  font-family: 'Montserrat', 'Inter', sans-serif;
  font-size: clamp(36px, 4.5vw, 64px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
}
.hero h1 .accent {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}
@media (max-width: 880px) {
  .hero h1 { font-size: clamp(30px, 6.5vw, 44px); line-height: 1.2; }
}
.hero h1 .accent {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-pills {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 8px 22px;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(60,120,255,0.55), transparent 80%),
    linear-gradient(90deg, #1942e8, #1133c4);
  border: 1px solid rgba(160,190,255,0.35);
  box-shadow: 0 8px 24px rgba(7,30,150,0.45), inset 0 1px 0 rgba(255,255,255,0.18);
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .hero-pills { white-space: normal; padding: 10px 20px; font-size: 13px; }
}
.hero-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 540px;
  margin: 0 0 28px;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; }

/* ==========================================================================
   Certificates carousel
   ========================================================================== */
.certs {
  padding: 60px 0;
  background: transparent;
}
.certs .eyebrow { color: #ffffff; }
.certs-marquee {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.certs-track {
  display: flex;
  gap: 16px;
  animation: marquee 60s linear infinite;
  width: max-content;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.certs-track:hover { animation-play-state: paused; }
.certs-track img {
  height: 220px;
  width: auto;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  flex-shrink: 0;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ==========================================================================
   Configurator
   ========================================================================== */
.challenges {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
}
.challenges > .container { max-width: 1520px; padding: 0 20px; }
.challenges-bg {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(23,39,199,0.15), transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(7,124,250,0.1), transparent 60%);
  overflow: hidden;
}
.challenges-bg video {
  width: 100%; height: 100%; object-fit: cover; opacity: 0.7;
}
.challenges-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(2,4,31,0.3), rgba(2,4,31,0.6));
}

.challenges-header { text-align: center; margin-bottom: 40px; }
.challenges-header h2 { max-width: 1200px; margin: 0 auto; }

.sf-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  font-family: 'Inter', system-ui, sans-serif;
  max-width: 1480px;
  margin: 0 auto;
}
.sf-card {
  border-radius: 28px;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(7,124,250,0.22), transparent 55%),
    radial-gradient(ellipse at 80% 100%, rgba(23,39,199,0.18), transparent 60%),
    linear-gradient(180deg, rgba(5,11,80,0.85), rgba(2,5,50,0.95));
  border: 1px solid rgba(120,160,255,0.22);
  box-shadow: 0 24px 60px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.08);
  padding: 32px 32px 36px;
  color: var(--text);
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.sf-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}
.sf-header-info { flex: 1 1 auto; min-width: 0; }
.sf-price-panel {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(7,124,250,0.22), transparent 80%),
    linear-gradient(180deg, rgba(7,124,250,0.18), rgba(2,5,50,0.55));
  border: 1px solid rgba(120,160,255,0.4);
  border-radius: 14px;
  padding: 12px 18px;
  text-align: right;
  min-width: 140px;
}
@media (max-width: 980px) {
  .sf-wrapper { grid-template-columns: 1fr; }
  .sf-header-row { flex-direction: column; align-items: stretch; }
  .sf-price-panel { text-align: left; }
}
@media (max-width: 600px) {
  .sf-card { padding: 22px 18px 26px; gap: 16px; }
}

.sf-mt5-box {
  display: flex; align-items: center; gap: 12px; margin-bottom: 18px;
  background: rgba(255,255,255,0.05);
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid var(--border);
}
.sf-mt5-logo { height: 48px; width: auto; }
.sf-mt5-text { display: flex; flex-direction: column; line-height: 1.1; }
.sf-mt5-label { font-size: 12px; opacity: 0.8; }
.sf-mt5-name {
  font-size: 15px;
  font-weight: 600;
  background: var(--gradient);
  -webkit-background-clip: text;
  color: transparent;
}

.sf-title { margin: 0 0 18px; font-size: 22px; font-weight: 600; }
.sf-label {
  color: rgba(230,235,255,0.7);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.sf-group { margin-bottom: 18px; }
.sf-options { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }

.sf-option-btn {
  padding: 8px 16px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--border);
  background: rgba(2,9,45,0.75);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.sf-option-btn:hover:not(.sf-active):not(:disabled) {
  border-color: rgba(7,124,250,0.75);
}
.sf-option-btn.sf-active {
  background: var(--gradient);
  border-color: transparent;
  box-shadow: 0 8px 20px var(--accent-glow);
}
.sf-option-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  text-decoration: line-through;
}
.sf-option-btn.sf-popular { position: relative; }
.sf-popular-badge {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 12px;
  font-size: 11px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  color: #cbe5ff;
  letter-spacing: 0.04em;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 0 12px rgba(0,190,255,0.35);
  pointer-events: none;
  white-space: nowrap;
  z-index: 2;
}
@media (max-width: 600px) {
  .sf-options { row-gap: 14px; }
  .sf-popular-badge { display: none; }
  .sf-option-btn.sf-popular {
    box-shadow: 0 0 0 2px rgba(7,124,250,0.4), 0 8px 18px rgba(7,124,250,0.35);
  }
  .sf-option-btn.sf-popular::after {
    content: '★';
    margin-left: 6px;
    color: #ffd966;
  }
}

.sf-summary {
  margin: 14px 0 0;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(7,124,250,0.18), transparent 75%),
    linear-gradient(180deg, rgba(7,124,250,0.08), rgba(2,5,50,0.35));
  border: 1px solid rgba(120,160,255,0.22);
  border-radius: 14px;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
  backdrop-filter: blur(2px);
  box-sizing: border-box;
  width: 100%;
}
.sf-summary-item { display: flex; flex-direction: column; gap: 4px; }
.sf-summary-item span { display: block; opacity: 0.85; font-size: 13px; color: rgba(255,255,255,0.85); font-weight: 500; }
.sf-summary-item strong { display: block; font-weight: 700; font-size: 15px; color: #ffffff; }
@media (max-width: 480px) {
  .sf-summary { grid-template-columns: 1fr; gap: 14px; padding: 14px 16px; }
}

.sf-cta {
  display: block;
  margin-top: 18px;
  text-align: center;
  padding: 14px 16px;
  border-radius: var(--radius-pill);
  background: var(--gradient);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 10px 26px var(--accent-glow);
  letter-spacing: 0.04em;
  transition: filter 0.18s ease, transform 0.18s ease;
}
.sf-cta:hover { filter: brightness(1.1); transform: translateY(-2px); }
.sf-cta.disabled { opacity: 0.5; pointer-events: none; }

.sf-price-panel-big {
  background:
    radial-gradient(ellipse at 30% 30%, rgba(60,120,255,0.4), transparent 65%),
    radial-gradient(ellipse at 80% 80%, rgba(25,66,232,0.35), transparent 70%),
    linear-gradient(135deg, rgba(7,124,250,0.18), rgba(2,5,50,0.7));
  border: 1px solid rgba(120,160,255,0.4);
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}
.sf-price-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(223,233,255,0.85);
  font-weight: 600;
}
.sf-price-main {
  font-size: 44px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-top: 6px;
  letter-spacing: -0.02em;
}
.sf-price-note {
  font-size: 14px;
  margin-top: 8px;
  color: rgba(255,255,255,0.85);
}
.sf-header-line {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  margin-top: 4px;
}
.sf-header-subline {
  font-size: 14px;
  color: var(--text-muted);
  margin: 4px 0 4px;
}

.sf-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: rgba(235,240,255,0.92);
  overflow: hidden;
  border-radius: var(--radius-lg);
}
.sf-table thead th {
  padding: 14px 18px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(135deg, #041a80, #020547);
}
.sf-table thead th:nth-child(2),
.sf-table thead th:nth-child(3) {
  background: linear-gradient(135deg, #077CFA, #1727C7);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.sf-table tbody td {
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(135deg, #020b4c, #020547);
  font-size: 15px;
}
.sf-table tbody tr:nth-child(even) td {
  background: linear-gradient(135deg, #03125b, #020547);
}
.sf-table tbody tr:hover td {
  background: linear-gradient(135deg, #08226e, #020547);
}
.sf-one-step .sf-col-phase2 { display: none; }

/* ==========================================================================
   Stats
   ========================================================================== */
.stats {
  padding: 60px 0;
  background: transparent;
  border: none;
}
.stats-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  text-align: center;
  background:
    radial-gradient(ellipse 60% 100% at 0% 50%, rgba(25, 66, 232, 0.85) 0%, rgba(25, 66, 232, 0.4) 25%, transparent 60%),
    radial-gradient(ellipse 60% 100% at 100% 50%, rgba(25, 66, 232, 0.85) 0%, rgba(25, 66, 232, 0.4) 25%, transparent 60%);
  border-radius: 28px;
  padding: 48px 56px;
  border: 1px solid rgba(160, 190, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 40px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.stats-grid > div { min-width: 0; overflow: hidden; }
.stat-num {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(24px, 4.2vw, 56px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  contain: layout style;
  white-space: nowrap;
  max-width: 100%;
}
.stat-num [data-counter] {
  display: inline-block;
  text-align: left;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}
.stat-label {
  margin-top: 12px;
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

/* ==========================================================================
   Why
   ========================================================================== */
.why {
  position: relative;
  padding: 100px 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(60, 100, 220, 0.06), transparent 60%),
    radial-gradient(ellipse at 20% 80%, rgba(7, 124, 250, 0.05), transparent 60%);
}
.why-header { text-align: center; margin-bottom: 48px; }

.why-marquee {
  overflow: hidden;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 12px 0;
  touch-action: pan-y;
}
.why-track {
  display: flex;
  gap: 24px;
  width: max-content;
  animation: marquee 32s linear infinite;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.why-track:hover { animation-play-state: paused; }
.why-card {
  flex-shrink: 0;
  width: 260px;
  min-height: 480px;
  background: linear-gradient(180deg, rgba(5, 11, 61, 0.85) 0%, rgba(2, 4, 31, 0.75) 100%);
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 22px;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25), 0 0 24px rgba(255, 255, 255, 0.1), 0 16px 36px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
}
.why-card:hover {
  transform: translateY(-6px);
  border-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45), 0 0 32px rgba(255, 255, 255, 0.18), 0 22px 48px rgba(7, 30, 150, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15), 0 20px 50px rgba(7, 30, 150, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}
.why-card .why-img-wrap {
  position: relative;
  padding: 0;
  height: 260px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: #1a4dd8;
}
.why-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: none;
}
.why-card-body {
  padding: 28px 24px 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.why-card h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.why-card p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

/* ==========================================================================
   How it works
   ========================================================================== */
.how {
  position: relative;
  padding: 100px 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(60, 100, 220, 0.08), transparent 60%),
    radial-gradient(ellipse at 80% 70%, rgba(100, 60, 200, 0.06), transparent 60%);
}
.how > .container { max-width: 1200px; }
.how-header { text-align: center; margin-bottom: 56px; }
.how-header .eyebrow.pill { margin-bottom: 28px; }
.how-header h2 { max-width: 1100px; margin: 0 auto; }

.steps {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.step {
  position: relative;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(60, 110, 230, 0.07), transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(20, 50, 200, 0.05), transparent 65%),
    linear-gradient(135deg, rgba(29, 82, 224, 0.06) 0%, rgba(22, 64, 192, 0.04) 50%, rgba(19, 63, 184, 0.06) 100%);
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-radius: 24px;
  padding: 40px 48px;
  overflow: hidden;
  min-height: 320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 24px 50px rgba(7, 30, 150, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.step:nth-child(2) {
  background:
    radial-gradient(ellipse at 30% 30%, rgba(80, 140, 255, 0.4), transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(20, 50, 200, 0.5), transparent 65%),
    linear-gradient(135deg, #1d52e0 0%, #1640c0 50%, #133fb8 100%);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15), 0 24px 50px rgba(7, 30, 150, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.step-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.step-num {
  display: inline-block;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #ffffff;
  text-transform: uppercase;
  background: linear-gradient(180deg, #1d49d8, #0a26a8);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 20px;
  box-shadow: 0 6px 16px rgba(7,30,150,0.5), inset 0 1px 0 rgba(255,255,255,0.18);
}
.step h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  margin: 0 0 10px;
  letter-spacing: -0.015em;
  line-height: 1.2;
}
.step p { color: rgba(255,255,255,0.85); margin: 0; font-size: 13px; max-width: 380px; line-height: 1.5; }
.step p { color: var(--text-muted); margin: 0 0 20px; font-size: 15px; }
.step-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 240px;
}
.step-visual img { max-height: 280px; width: auto; }

.balance-card {
  width: 100%;
  max-width: 360px;
  padding: 24px 26px;
  border-radius: 18px;
  background: linear-gradient(180deg, #2961ec 0%, #1a3aaf 100%);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-family: 'Inter', sans-serif;
}
.balance-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  margin-bottom: 6px;
}
.balance-amount {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.balance-currency { font-size: 22px; font-weight: 600; opacity: 0.9; }
.balance-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.balance-profit { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.balance-profit-label { color: rgba(255, 255, 255, 0.85); }
.balance-profit-pill {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: #22c55e;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
}
.balance-withdraw {
  background: #ffffff;
  color: #1a3aaf;
  border: none;
  padding: 10px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  font-family: inherit;
  transition: filter 0.18s ease, transform 0.18s ease;
}
.balance-withdraw:hover { filter: brightness(0.96); transform: translateY(-1px); }
.step-badge {
  position: absolute;
  background: rgba(2,15,70,0.85);
  border: 1.5px solid #22c55e;
  color: #4ade80;
  border-radius: 14px;
  padding: 10px 18px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 12px 28px rgba(0,0,0,0.4);
  white-space: nowrap;
  z-index: 2;
}
.step-badge strong { display: block; font-size: 18px; margin-top: 2px; font-weight: 700; color: #4ade80; }
.step-badge.top-right { top: 18%; right: 0; }
.step-badge.bottom-left { bottom: 18%; left: 0; }
.step-badge.center {
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-size: 22px; font-weight: 700;
  background: #ffffff;
  color: #0a26a8;
  border-color: transparent;
  padding: 14px 28px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.35);
}
.step-badge.center strong { color: #0a26a8; }

/* ==========================================================================
   Testimonials
   ========================================================================== */
.testimonials {
  position: relative;
  padding: 100px 0;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(100, 60, 200, 0.06), transparent 60%),
    radial-gradient(ellipse at 70% 60%, rgba(7, 124, 250, 0.05), transparent 60%);
}
.testimonials-header { text-align: center; margin-bottom: 48px; }
.testimonials-wall {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.testimonials-marquee {
  overflow: hidden;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 4px 0;
  touch-action: pan-y;
}
.testimonials-track {
  display: flex;
  gap: 24px;
  width: max-content;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.testimonials-track-ltr { animation: marquee 50s linear infinite; }
.testimonials-track-rtl { animation: marquee-reverse 60s linear infinite; }
@keyframes marquee-reverse {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}
.testimonials-track:hover { animation-play-state: paused; }
.testimonial {
  flex-shrink: 0;
  width: 360px;
  min-height: 220px;
  background: rgba(8, 18, 70, 0.78);
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 18px;
  padding: 28px 26px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22), 0 0 22px rgba(255, 255, 255, 0.08), 0 16px 36px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
}
.testimonial .testimonial-stars { color: #f5a142; font-size: 18px; margin-bottom: 16px; letter-spacing: 3px; }
.testimonial .testimonial-text { flex: 1; color: rgba(255,255,255,0.92); font-size: 14px; line-height: 1.6; margin: 0 0 22px; font-weight: 500; }
.testimonial .testimonial-author { display: block; }
.testimonial .testimonial-name { color: #ffffff; font-weight: 700; font-size: 15px; }
.testimonial .testimonial-role { color: rgba(255,255,255,0.6); font-size: 13px; margin-top: 4px; }
@media (max-width: 600px) {
  .testimonial { width: 290px; padding: 22px 20px; }
}
.testimonial-stars { color: #fbbf24; font-size: 16px; margin-bottom: 12px; letter-spacing: 2px; }
.testimonial-text { color: var(--text); font-size: 13px; line-height: 1.55; margin: 0 0 16px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gradient);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: #fff;
}
.testimonial-name { font-weight: 600; font-size: 15px; }
.testimonial-role { color: var(--text-muted); font-size: 13px; }

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq {
  position: relative;
  padding: 100px 0;
  background:
    radial-gradient(ellipse at 60% 30%, rgba(60, 100, 220, 0.05), transparent 60%),
    radial-gradient(ellipse at 30% 70%, rgba(7, 124, 250, 0.04), transparent 60%);
}
.faq-header { text-align: center; margin-bottom: 48px; }
.faq-list { max-width: 1200px; margin: 0 auto; }
.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(3, 8, 60, 0.5);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.18s ease, background 0.25s ease;
}
.faq-item.open {
  background: linear-gradient(180deg, #1d52e0 0%, #1640c0 100%);
  border-color: rgba(255, 255, 255, 0.25);
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  padding: 24px 32px;
  text-align: left;
  font-size: 17px;
  font-weight: 600;
  color: var(--text);
  font-family: inherit;
}
.faq-icon { width: 22px; height: 22px; flex-shrink: 0; }
.faq-icon-v { transition: opacity 0.2s ease, transform 0.25s ease; transform-origin: center; }
.faq-item.open .faq-icon-v { opacity: 0; transform: rotate(90deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  padding: 0 32px;
  font-family: 'Inter', sans-serif;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  line-height: 1.75em;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq-a p, .faq-a ul, .faq-a ol { font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.75em; }
.faq-item.open .faq-a { padding: 0 32px 28px; max-height: 600px; }
.faq-a p { margin: 0 0 8px; }
.faq-a p:last-child { margin-bottom: 0; }
.faq-a ul { padding-left: 18px; margin: 8px 0; }
.faq-a li { margin-bottom: 6px; }

/* ==========================================================================
   Final CTA
   ========================================================================== */
.cta-final {
  padding: 80px 32px;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(60,120,255,0.65), transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(25,66,232,0.55), transparent 65%),
    linear-gradient(135deg, #1942e8 0%, #0f33c4 50%, #0a26a0 100%);
  border-top: 1px solid rgba(160,190,255,0.2);
  border-bottom: 1px solid rgba(160,190,255,0.2);
}
.cta-final-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.cta-final h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(22px, 2.8vw, 32px);
  font-weight: 600;
  margin: 0 0 8px;
  color: #ffffff;
  letter-spacing: -0.015em;
}
.cta-final p { color: rgba(255,255,255,0.85); margin: 0; font-size: 14px; }
.cta-final .btn-cta-white {
  background: #ffffff;
  color: #0a1d6e;
  padding: 18px 36px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.cta-final .btn-cta-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}
.cta-final .btn-cta-white svg {
  background: linear-gradient(135deg, #1942e8, #0a26a0);
  color: #fff;
  border-radius: 999px;
  padding: 6px;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.risk-warning {
  background: rgba(2, 4, 31, 0.7);
  border-top: 1px solid rgba(255, 180, 80, 0.2);
  border-bottom: 1px solid rgba(255, 180, 80, 0.12);
  padding: 18px 0;
}
.risk-warning-inner {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 1100px;
  margin: 0 auto;
}
.risk-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: #f5a142;
  margin-top: 2px;
}
.risk-warning p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
}
.risk-warning strong {
  color: #f5a142;
  font-weight: 600;
  margin-right: 4px;
}
@media (max-width: 600px) {
  .risk-warning { padding: 14px 0; }
  .risk-warning-inner { gap: 10px; }
  .risk-icon { width: 18px; height: 18px; }
  .risk-warning p { font-size: 11px; line-height: 1.55; }
}

.site-footer {
  padding: 80px 0 32px;
  background: #020547;
  border-top: none;
}
.footer-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 0;
  text-align: center;
}
.footer-logo { padding: 20px 0 40px; }
.footer-logo img { height: 140px; max-width: 420px; }
.footer-contact { text-align: center; padding: 32px 0; }
.footer-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.65);
  margin: 0;
}
.footer-mail {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  padding: 0;
  border: none;
  transition: opacity 0.18s ease;
}
.footer-mail:hover { opacity: 0.8; }
.footer-mail svg { width: 22px; height: 22px; color: #ffffff; }

.disclaimer {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  border-top: none;
  padding: 32px 20px;
  margin: 0 auto 8px;
  max-width: 1200px;
}
.disclaimer-more { display: none; }
.disclaimer-more.visible { display: inline; }
.disclaimer-toggle {
  background: none;
  border: none;
  padding: 0;
  margin-left: 4px;
  font: inherit;
  color: var(--accent);
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: none;
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
}
.footer-bottom .footer-links a { color: #ffffff; }
.footer-bottom .footer-links a:hover { opacity: 0.75; }
.footer-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.footer-links a:hover { color: var(--accent); }

/* ==========================================================================
   Cookie banner
   ========================================================================== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(2, 5, 71, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--border-strong);
  padding: 14px 56px 14px 20px;
  z-index: 200;
  box-shadow: 0 -8px 30px rgba(0,0,0,0.4);
  animation: slideUp 0.3s ease;
  text-align: center;
}
.cookie-banner.hidden { display: none; }
.cookie-banner p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.cookie-close {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.6);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 6px;
  transition: color 0.18s ease, background 0.18s ease;
}
.cookie-close:hover { color: #fff; background: rgba(255,255,255,0.08); }
@keyframes slideUp {
  from { transform: translateY(20px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
  .testimonials-track { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(3, 1fr); padding: 36px 32px; }
  .step {
    grid-template-columns: 1fr;
    padding: 40px 32px;
    min-height: auto;
    text-align: center;
  }
  .step-content { align-items: center; }
  .step-visual { min-height: 280px; }
}

@media (max-width: 880px) {
  .stats-grid { grid-template-columns: repeat(2, 1fr); padding: 28px 20px; gap: 20px; margin-top: 24px; }
  .stat-num { font-size: clamp(22px, 7vw, 36px); }
  .stat-label { font-size: 12px; margin-top: 6px; }
  .why-card { width: 280px; }
  .why-card img { height: 160px; }
  .menu-toggle { display: inline-flex; }
  .why-grid { grid-template-columns: 1fr; }
  .logo img { height: 60px; }
  .container { padding: 0 16px; }
  .header-inner { column-gap: 16px; padding: 12px 8px; }
  .header-left .logo { padding-left: 16px; padding-right: 12px; }
  .main-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #020547;
    background-image:
      radial-gradient(ellipse at 50% 0%, rgba(7,124,250,0.25), transparent 55%),
      radial-gradient(ellipse at 50% 100%, rgba(23,39,199,0.18), transparent 60%);
    flex-direction: column;
    align-items: stretch;
    padding: 100px 24px 24px;
    gap: 8px;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    z-index: 999;
    overflow-y: auto;
  }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav > li { width: 100%; }
  .main-nav a { display: block; padding: 14px; border-radius: 8px; }
  .nav-cta-mobile { display: block; margin-top: 8px; }
  .nav-cta-mobile:first-of-type { margin-top: 24px; }
  .nav-cta-mobile .btn { display: flex; width: 100%; padding: 14px 18px; font-size: 15px; }
  .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: rgba(255,255,255,0.04);
    margin-top: 4px;
    padding: 6px;
  }
  .header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 14px;
    align-items: center;
    padding: 12px 0;
  }
  .header-left { display: contents; }
  .header-left .logo { grid-column: 1; grid-row: 1; }
  .header-left .lang-select { grid-column: 3; grid-row: 1; }
  .menu-toggle { grid-column: 4; grid-row: 1; justify-self: end; }
  .header-right {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    gap: 10px;
    width: 100%;
  }
  .header-right .btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 12px 16px;
    font-size: 14px;
    justify-content: center;
    text-align: center;
  }
  .nav-cta-mobile { display: none !important; }
  .header-right .btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 12px 16px;
    font-size: 14px;
    justify-content: center;
    text-align: center;
  }
  .why-grid, .testimonials-track { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-contact { text-align: center; }
  .cta-final-inner { padding: 32px 24px; flex-direction: column; text-align: center; }
  .sf-header-row { flex-direction: column; align-items: flex-start; }
  .sf-price-panel { width: 100%; text-align: left; min-width: 0; }
  .certs-track img { height: 160px; }
}

@media (max-width: 480px) {
  .stats-grid { grid-template-columns: 1fr 1fr; padding: 22px 14px; gap: 14px; }
  .stat-num { font-size: clamp(20px, 7.5vw, 30px); }
  .stat-label { font-size: 11px; }
  .sf-table { font-size: 13px; }
  .sf-table thead th, .sf-table tbody td { padding: 10px 12px; }
  .stat-num { font-size: 32px; }
}
