*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #0D0B1E;
  width: 100%;
  overflow-x: hidden;
}

/* NAV */
nav { position: sticky; top: 0; width: 100%; background: rgba(10,10,15,0.96); backdrop-filter: blur(12px); border-bottom: 0.5px solid rgba(232,230,240,0.1); z-index: 100; }
.nav-inner { display: flex; justify-content: space-between; align-items: center; max-width: 1280px; margin: 0 auto; padding: 24px 64px; }
.logo { font-size: 15px; font-weight: 500; letter-spacing: 0.14em; color: #F0EEF8; text-transform: uppercase; text-decoration: none; }
.nav-r { display: flex; align-items: center; gap: 40px; }
.nav-link { font-size: 13px; color: rgba(232,230,240,0.72); text-decoration: none; letter-spacing: 0.04em; transition: color 0.2s; }
.nav-link:hover, .nav-link.active { color: #F0EEF8; }
.lang { display: flex; gap: 10px; align-items: center; border-left: 0.5px solid rgba(232,230,240,0.12); padding-left: 28px; }
.lang a { font-size: 11px; color: rgba(232,230,240,0.32); text-decoration: none; letter-spacing: 0.12em; }
.lang a.active { color: rgba(232,230,240,0.82); }

/* BREADCRUMB */
.breadcrumb { border-bottom: 1px solid rgba(255,255,255,0.07); background: #0D0B1E; }
.breadcrumb-inner { max-width: 1280px; margin: 0 auto; padding: 12px 64px; display: flex; align-items: center; gap: 8px; font-size: 12px; color: rgba(255,255,255,0.3); }
.breadcrumb a { color: rgba(255,255,255,0.3); text-decoration: none; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb-sep { color: rgba(255,255,255,0.15); }
.breadcrumb-current { color: rgba(255,255,255,0.6); }

/* HERO */
.hero {
  background: #0D0B1E;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 0;
}
.hero-glow-1 {
  position: absolute; border-radius: 50%; pointer-events: none;
  width: 700px; height: 700px;
  background: rgba(79,54,222,0.28);
  top: -250px; left: -150px;
  filter: blur(120px);
}
.hero-glow-2 {
  position: absolute; border-radius: 50%; pointer-events: none;
  width: 600px; height: 600px;
  background: rgba(79,54,222,0.18);
  top: -200px; right: -100px;
  filter: blur(130px);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 860px; margin: 0 auto;
  padding: 50px 64px 72px;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 500;
  color: rgba(255,255,255,0.65);
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px; padding: 8px 18px;
  margin-bottom: 36px;
  box-shadow: none;
}
.eyebrow-dot { width: 5px; height: 5px; border-radius: 50%; background: #4F36DE; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(0.7)} }
.hero-h1 {
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 700; line-height: 1.04;
  letter-spacing: -0.035em; color: #F0EEF8;
  margin-bottom: 24px;
}
.hero-h1 em { font-style: normal; color: #4F36DE; }
.hero-sub {
  font-size: 19px; color: rgba(255,255,255,0.5);
  line-height: 1.65; margin-bottom: 48px;
  max-width: 520px; margin-left: auto; margin-right: auto;
}
.hero-ctas { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 14px; }
.hero-note { font-size: 12px; color: rgba(255,255,255,0.35); display: flex; align-items: center; justify-content: center; gap: 6px; }
.hero-note::before { content: "✓"; color: #4F36DE; font-weight: 600; }

/* FLOATING ICONS */
.floating-icons-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}
.floating-icon-wrap {
  position: absolute;
  pointer-events: auto;
  translate: var(--sx, 0px) var(--sy, 0px);
  will-change: translate;
  animation: fi-fade-in 0.7s var(--fdelay, 0s) ease both;
}
.floating-icon {
  animation: float-icon var(--fd, 6s) var(--fdelay, 0s) ease-in-out infinite;
}
.floating-icon-inner {
  width: 68px; height: 68px;
  display: flex; align-items: center; justify-content: center;
  padding: 15px;
  border-radius: 18px;
  background: #ffffff;
  border: none;
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
  transition: background 0.25s, border-color 0.25s;
}
.floating-icon-wrap:hover .floating-icon-inner {
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.floating-icon-inner img {
  width: 100%; height: 100%;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.25s;
}
.floating-icon-wrap:hover .floating-icon-inner img { opacity: 1; }
@keyframes fi-fade-in {
  from { opacity: 0; scale: 0.5; }
  to   { opacity: 1; scale: 1; }
}
@keyframes float-icon {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  33%       { transform: translate(var(--fx, 5px), var(--fy, -8px)) rotate(var(--fr, 4deg)); }
  66%       { transform: translate(calc(var(--fx, 5px) * -0.6), calc(var(--fy, -8px) * 0.3)) rotate(calc(var(--fr, 4deg) * -0.5)); }
}
@media (max-width: 768px) { .floating-icons-container { display: none; } }

/* Screenshot hero — scroll container */
.hero-scroll-container {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto;
  padding: 0 40px;
  overflow: hidden;
}
.hero-screen {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  transform: perspective(1600px) rotateX(12deg);
  transform-origin: bottom center;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.08), 0 40px 80px rgba(0,0,0,0.5);
  background: #F8F7FF;
  height: 420px;
  will-change: transform;
  transition: transform 0.05s linear;
}
.hero-screenshot {
  width: 100%; display: block;
  object-fit: cover; object-position: top center;
  height: auto; min-height: 100%;
}
.hero-screen-placeholder {
  height: 100%; display: flex; align-items: center; justify-content: center;
  font-size: 12px; color: rgba(13,11,30,0.18);
  letter-spacing: 0.1em; text-transform: uppercase;
}

/* TESTIMONIAL */
.testimonial { background: #fff; }
.testimonial-inner { max-width: 900px; margin: 0 auto; padding: 120px 64px; text-align: center; position: relative; }
.testimonial-marks { font-size: 120px; line-height: 0.6; color: rgba(13,11,30,0.07); font-family: Georgia, serif; position: absolute; top: 80px; left: 64px; user-select: none; }
.testimonial-quote { font-size: 32px; font-weight: 400; color: #0D0B1E; line-height: 1.45; letter-spacing: -0.015em; margin-bottom: 48px; }
.testimonial-meta { font-size: 11px; font-weight: 500; letter-spacing: 0.18em; color: rgba(13,11,30,0.35); text-transform: uppercase; margin-bottom: 20px; }
.testimonial-badge { display: inline-flex; align-items: center; gap: 12px; background: #F8F7FF; border-radius: 100px; padding: 8px 20px 8px 8px; }
.testimonial-avatar-img { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.2); color: #fff; font-size: 15px; font-weight: 600; display: flex; align-items: center; justify-content: center; }
.testimonial-name { font-size: 15px; font-weight: 600; color: #412CB7; }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: #4F36DE; color: #fff; font-size: 15px; font-weight: 500; padding: 14px 28px; border-radius: 10px; text-decoration: none; transition: background 0.2s, transform 0.15s; white-space: nowrap; }
.btn-primary:hover { background: #412CB7; transform: translateY(-1px); }
.btn-ghost { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: rgba(255,255,255,0.65); font-size: 15px; font-weight: 500; padding: 14px 28px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.18); text-decoration: none; transition: border-color 0.2s, color 0.2s; white-space: nowrap; }
.btn-ghost:hover { border-color: rgba(255,255,255,0.45); color: #fff; }

/* FEATURES */
.features { background: #fff; }
.features-inner { max-width: 1280px; margin: 0 auto; padding: 140px 64px 60px; }
.features-intro { margin-bottom: 80px; padding-bottom: 64px; max-width: 720px; }
.section-label { font-size: 11px; letter-spacing: 0.2em; color: #4F36DE; text-transform: uppercase; margin-bottom: 20px; font-weight: 500; display: block; }
.features-title { font-size: 52px; font-weight: 700; color: #0D0B1E; letter-spacing: -0.03em; line-height: 1.04; margin-bottom: 20px; }
.features-title em { font-style: normal; color: #4F36DE; }
.features-intro-sub { font-size: 18px; color: rgba(13,11,30,0.5); line-height: 1.7; }

.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.feat { background: #fff; padding: 56px 52px; border-radius: 16px; border: 1px solid rgba(13,11,30,0.07); transition: border-color 0.2s; }
.feat:hover { border-color: rgba(65,44,183,0.15); }
.feat:hover { background: #FAFAFF; }
.feat.large { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; background: #F8F7FF; border-color: rgba(13,11,30,0.06); padding: 72px 64px; }
.feat.large:hover { border-color: rgba(65,44,183,0.12); }
.feat-accent { height: 38px; line-height: 1; margin-bottom: 20px; }
.feat-num { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; color: #4F36DE; text-transform: uppercase; margin-bottom: 20px; }
.feat.large .feat-num { color: #4F36DE; }
.feat-title { font-size: 28px; font-weight: 600; color: #0D0B1E; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 14px; }
.feat.large .feat-title { font-size: 34px; color: #0D0B1E; }
.feat-desc { font-size: 15px; color: rgba(13,11,30,0.55); line-height: 1.7; }
.feat.large .feat-desc { font-size: 16px; color: rgba(13,11,30,0.55); }
.feat-points { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.feat-points li { font-size: 14px; color: rgba(13,11,30,0.65); display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.feat-points li::before { content: "✓"; color: #4F36DE; font-weight: 700; flex-shrink: 0; }
.feat-visual {height: 280px; display: flex; align-items: center; justify-content: center; }
.feat-visual-label { height: 350px; border-radius: 10px; box-shadow: 0 8px 40px rgba(79,54,222,0.18); }

/* PRICING */
.pricing { background: #F8F7FF; border-top: 1px solid rgba(13,11,30,0.06); }
.pricing-inner { max-width: 1280px; margin: 0 auto; padding: 140px 64px; text-align: center; }
.section-title { font-size: 44px; font-weight: 700; color: #0D0B1E; letter-spacing: -0.025em; line-height: 1.08; margin-bottom: 16px; }
.section-sub { font-size: 17px; color: rgba(13,11,30,0.5); line-height: 1.7; max-width: 480px; margin: 0 auto 64px; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto auto 1fr auto; column-gap: 20px; max-width: 760px; margin: 0 auto; text-align: left; }
.pricing-card { background: #fff; border: 1px solid rgba(13,11,30,0.08); border-radius: 16px; padding: 56px 44px 44px; position: relative; margin-top: 18px; grid-row: 1 / 6; display: grid; grid-template-rows: subgrid; row-gap: 0; align-items: start; }
.pricing-card.featured { background: #4F36DE; border-color: #4F36DE; }
.pricing-tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #4F36DE; background: #fff; border: 1px solid rgba(65,44,183,0.25); border-radius: 100px; padding: 5px 14px; box-shadow: 0 2px 8px rgba(79,54,222,0.1); }
.pricing-tag-white { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; background: #2d1a8f; border: 1px solid rgba(255,255,255,0.2); border-radius: 100px; padding: 5px 14px; }
.pricing-name { font-size: 20px; font-weight: 500; color: #0D0B1E; margin-bottom: 8px; }
.pricing-name-white { font-size: 20px; font-weight: 500; color: #fff; margin-bottom: 8px; }
.pricing-price { font-size: 52px; font-weight: 700; color: #4F36DE; letter-spacing: -0.03em; line-height: 1; margin-bottom: 6px; }
.pricing-price .from { font-size: 14px; font-weight: 500; letter-spacing: 0; display: block; color: rgba(13,11,30,0.4); margin-bottom: 4px; }
.pricing-price span { font-size: 20px; color: rgba(13,11,30,0.35); font-weight: 400; }
.pricing-price-white { font-size: 52px; font-weight: 700; color: #fff; letter-spacing: -0.03em; line-height: 1; margin-bottom: 6px; }
.pricing-price-white span { font-size: 20px; color: rgba(255,255,255,0.5); font-weight: 400; }
.pricing-unit { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0 28px; }
.pricing-unit span { font-size: 11px; font-weight: 600; letter-spacing: 0.05em; color: #088166; background: rgba(8,129,102,0.10); padding: 4px 10px; border-radius: 20px; white-space: nowrap; }
.pricing-unit-white { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0 28px; }
.pricing-unit-white span { font-size: 11px; font-weight: 600; letter-spacing: 0.05em; color: rgba(255,255,255,0.9); background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); padding: 4px 10px; border-radius: 20px; white-space: nowrap; }
.pricing-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.pricing-list li { font-size: 14px; color: rgba(13,11,30,0.65); display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.pricing-list li::before { content: "✓"; color: #4F36DE; font-weight: 600; flex-shrink: 0; }
.pricing-list-white { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.pricing-list-white li { font-size: 14px; color: rgba(255,255,255,0.78); display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.pricing-list-white li::before { content: "✓"; color: rgba(255,255,255,0.85); font-weight: 600; flex-shrink: 0; }
.btn-plan-primary { display: block; text-align: center; background: #4F36DE; color: #fff; font-size: 14px; font-weight: 500; padding: 14px 24px; border-radius: 8px; text-decoration: none; transition: background 0.2s; }
.btn-plan-primary:hover { background: #412CB7; }
.btn-plan-secondary { display: block; text-align: center; background: rgba(255,255,255,0.12); color: #fff; font-size: 14px; font-weight: 500; padding: 14px 24px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.28); text-decoration: none; transition: background 0.2s; }
.btn-plan-secondary:hover { background: rgba(255,255,255,0.2); }.pricing-platforms { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(13,11,30,0.07); }
.platforms-label { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(13,11,30,0.32); display: block; margin-bottom: 10px; }
.platforms-list { display: flex; flex-wrap: wrap; gap: 8px; }
.platform { font-size: 12px; color: rgba(13,11,30,0.52); background: rgba(13,11,30,0.04); border: 0.5px solid rgba(13,11,30,0.1); border-radius: 6px; padding: 4px 10px; }
.platform-soon { color: rgba(13,11,30,0.28); border-style: dashed; font-style: italic; }

/* FAQ */
.faq { background: #fff; border-top: 1px solid rgba(13,11,30,0.07); }
.faq-inner { max-width: 1280px; margin: 0 auto; padding: 80px 64px; }
.faq-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.faq-title { font-size: 32px; font-weight: 700; color: #0D0B1E; letter-spacing: -0.02em; margin-bottom: 40px; }
.faq-list-wide { max-width: 100%; }
.faq-image { position: sticky; top: 100px; border-radius: 16px; overflow: hidden; }
.faq-img { width: 100%; display: block; border-radius: 0; }
.faq-item { border-bottom: 1px solid rgba(13,11,30,0.07); }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; cursor: pointer; gap: 24px; }
.faq-question-text { font-size: 15px; font-weight: 500; color: #0D0B1E; line-height: 1.4; }
.faq-icon { width: 22px; height: 22px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 18px; color: rgba(13,11,30,0.3); transition: transform 0.2s; }
.faq-answer { font-size: 14px; color: rgba(13,11,30,0.55); line-height: 1.7; padding-bottom: 18px; display: none; max-width: 600px; }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-icon { transform: rotate(45deg); color: #4F36DE; }

/* SECTION DIVIDER ICON */
.section-icon-divider {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  height: 0;
}
.section-icon-divider img {
  width: 64px;
  height: 64px;
  transform: translateY(-50%);
}

/* CTA FINAL */
.cta-final {
  background: #0D0B1E;
}
.cta-final-inner {
  max-width: 1280px; margin: 0 auto; padding: 120px 64px 0;
  text-align: center;
}
.cta-final h2 { font-size: 52px; font-weight: 700; color: #fff; letter-spacing: -0.03em; margin-bottom: 20px; line-height: 1.06; }
.cta-final h2 em { font-style: normal; color: #4F36DE; }
.cta-final p { font-size: 18px; color: rgba(255,255,255,0.45); margin-bottom: 48px; line-height: 1.6; }
.cta-btns { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }
.btn-cta-primary { display: inline-flex; align-items: center; gap: 8px; background: #4F36DE; color: #fff; font-size: 16px; font-weight: 600; padding: 16px 36px; border-radius: 12px; text-decoration: none; transition: background 0.2s, transform 0.15s; }
.btn-cta-primary:hover { background: #6650f0; transform: translateY(-2px); }
.btn-cta-ghost { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: rgba(255,255,255,0.65); font-size: 16px; font-weight: 500; padding: 16px 36px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.18); text-decoration: none; transition: border-color 0.2s; }
.btn-cta-ghost:hover { border-color: rgba(255,255,255,0.45); }
.cta-note { margin-top: 16px; font-size: 12px; color: rgba(255,255,255,0.25); }


/* TICKER + ARC — contraints dans max-width 1280px */
.ticker-section {
  width: 100%;
  overflow: hidden;
  margin-top: 0;
}
.ticker-logos {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  margin-top: 0;
}
.ticker-fade-left {
  position: absolute; top: 0; bottom: 0; left: 0; width: 180px;
  background: linear-gradient(to right, #fff 40%, transparent 100%);
  z-index: 2; pointer-events: none;
}
.ticker-fade-right {
  position: absolute; top: 0; bottom: 0; right: 0; width: 180px;
  background: linear-gradient(to left, #fff 40%, transparent 100%);
  z-index: 2; pointer-events: none;
}
.ticker-track { overflow: hidden; }
.ticker-items {
  display: flex; align-items: center; gap: 56px;
  width: max-content;
  animation: ticker 22s linear infinite;
}
@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ticker-item {
  display: inline-flex; align-items: center; gap: 50px;
  font-size: 12px; font-weight: 600;
  white-space: nowrap; flex-shrink: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ticker-item img {
  height: 40px;
}
.ticker-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }

/* Arc avec dégradé violet */
.ticker-arc {
  position: relative;
  height: 190px;
  overflow: hidden;
  margin-top: -16px;
  margin-left: -64px;
  margin-right: -64px;
}
.ticker-arc-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 65% 75% at 50% 85%, rgba(131,80,232,0.28) 0%, rgba(131,80,232,0.08) 50%, transparent 75%);
}
.ticker-arc-border {
  position: absolute;
  bottom: -80px;
  left: -30%; right: -30%;
  height: 600px;
  border-radius: 50%;
  border-top: 1px solid rgba(131,80,232,0.18);
}
#sparklesCanvas {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}

/* FOOTER */
footer { background: #0D0B1E; }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 28px 64px; display: flex; justify-content: space-between; align-items: center; }
.fcopy { font-size: 12px; color: rgba(255,255,255,0.25); }
.flinks { display: flex; gap: 24px; }
.flink { font-size: 12px; color: rgba(255,255,255,0.32); text-decoration: none; transition: color 0.2s; }
.flink:hover { color: rgba(255,255,255,0.7); }

/* NAV DROPDOWN */
.nav-dropdown-wrap { position: relative; display: flex; align-items: center; }
.nav-dropdown-wrap > .nav-link::after { content: " ›"; font-size: 10px; opacity: 0.45; }
.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scale(0.97);
  transform-origin: top center;
  background: #fff;
  border: 0.5px solid rgba(0,0,0,0.1);
  border-radius: 12px;
  padding: 22px 6px 6px;
  min-width: 190px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  z-index: 200;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}
.nav-dropdown-wrap:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateX(-50%) scale(1);
}
.nav-dropdown-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  color: rgba(10,10,15,0.72);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}
.nav-dropdown-link:hover { background: rgba(0,0,0,0.04); color: #0A0A0F; }
.nav-dropdown-img { width: 18px; height: 18px; object-fit: contain; flex-shrink: 0; }

/* MOBILE NAV — hamburger */
.nav-hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.nav-hamburger span {
  display: block;
  width: 20px;
  height: 1.5px;
  background: rgba(232,230,240,0.8);
  transition: all 0.25s;
  border-radius: 1px;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.nav-mobile-menu {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  border-top: 0.5px solid transparent;
  background: rgba(10,10,15,0.98);
  transition: max-height 0.38s cubic-bezier(0.4,0,0.2,1), opacity 0.28s ease, padding 0.38s ease, border-color 0.28s ease;
}
.nav-mobile-menu.open {
  max-height: 300px;
  opacity: 1;
  padding: 8px 20px 20px;
  border-top-color: rgba(232,230,240,0.08);
}
.nav-mobile-link {
  font-size: 15px;
  color: rgba(232,230,240,0.72);
  text-decoration: none;
  padding: 14px 0;
  border-bottom: 0.5px solid rgba(232,230,240,0.06);
  letter-spacing: 0.04em;
}
.nav-mobile-btn {
  font-size: 15px;
  color: rgba(232,230,240,0.72);
  background: none;
  border: none;
  border-bottom: 0.5px solid rgba(232,230,240,0.06);
  font-family: inherit;
  cursor: pointer;
  text-align: left;
  padding: 14px 0;
  letter-spacing: 0.04em;
  width: 100%;
}
.nav-mobile-lang {
  display: flex;
  gap: 16px;
  padding: 16px 0 4px;
}
.nav-mobile-lang a {
  font-size: 12px;
  color: rgba(232,230,240,0.35);
  text-decoration: none;
  letter-spacing: 0.12em;
}
.nav-mobile-lang a.active { color: rgba(232,230,240,0.82); }
.nav-mobile-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  color: rgba(232,230,240,0.28);
  text-transform: uppercase;
  padding: 14px 0 6px;
}
.nav-mobile-sublink {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: rgba(232,230,240,0.72);
  text-decoration: none;
  padding: 10px 0 10px 4px;
  border-bottom: 0.5px solid rgba(232,230,240,0.06);
  letter-spacing: 0.04em;
}
.nav-mobile-sublink img { width: 16px; height: 16px; object-fit: contain; }

/* MOBILE */
@media (max-width: 768px) {
  /* NAV */
  .nav-inner { padding: 16px 20px; }
  .nav-r { display: none; }
  .nav-hamburger { display: flex; }
  .breadcrumb-inner { padding: 10px 20px; }

  /* HERO */
  .hero { text-align: center; }
  .hero-content { padding: 64px 24px 48px; }
  .hero-eyebrow { font-size: 11px; }
  .hero-h1 { font-size: 36px; }
  .hero-sub { font-size: 16px; max-width: 100%; margin-left: 0; margin-right: 0; }
  .hero-ctas { flex-direction: column; align-items: center; gap: 12px; }
  .btn-primary, .btn-ghost { width: 100%; max-width: 320px; justify-content: center; }
  .hero-note { justify-content: center; }
  .hero-scroll-container { padding: 0 16px; }
  .hero-screen { height: 220px; transform: none; border-radius: 12px 12px 0 0; }

  /* FEATURES */
  .features-inner { padding: 64px 20px 32px; }
  .features-intro { margin-bottom: 48px; padding-bottom: 40px; }
  .features-title { font-size: 32px; }
  .features-intro-sub { font-size: 15px; }
  .features-grid { grid-template-columns: 1fr; gap: 12px; }
  .feat { padding: 36px 28px; border-radius: 12px; }
  .feat.large { grid-column: 1; grid-template-columns: 1fr; padding: 36px 28px; gap: 32px; }
  .feat-title { font-size: 22px; }
  .feat.large .feat-title { font-size: 26px; }
  .feat-visual { height: 180px; overflow: hidden; }
  .feat-visual-label { width: 100%; height: 100%; object-fit: cover; object-position: top center; box-shadow: none; border-radius: 8px; }

  /* TICKER LOGOS */
  .ticker-logos { padding: 20px 0; }
  .ticker-items { gap: 40px; }
  .ticker-item img { height: 32px; }

  /* PRICING */
  .pricing-inner { padding: 64px 20px; }
  .section-title { font-size: 28px; }
  .section-sub { font-size: 15px; }
  .pricing-grid { grid-template-columns: 1fr; grid-template-rows: auto; gap: 24px; }
  .pricing-card { grid-row: auto; display: block; padding: 48px 28px 32px; }

  /* FAQ */
  .faq-inner { padding: 64px 20px; }
  .faq-title { font-size: 28px; margin-bottom: 32px; }
  .faq-list-wide { max-width: 100%; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-image { display: none; }
  .faq-question { padding: 18px 0; }
  .faq-question-text { font-size: 14px; }

  /* TESTIMONIAL */
  .testimonial-inner { padding: 64px 24px; }
  .testimonial-marks { display: none; }
  .testimonial-quote { font-size: 20px; }

  /* CTA FINAL */
  .cta-final-inner { padding: 64px 20px 0; }
  .cta-final h2 { font-size: 32px; }
  .cta-final p { font-size: 15px; }
  .cta-btns { flex-direction: column; align-items: center; gap: 12px; }
  .btn-cta-primary, .btn-cta-ghost { width: 100%; max-width: 320px; justify-content: center; }
  .ticker-arc { height: 120px; margin-left: -20px; margin-right: -20px; }

  /* FOOTER */
  .footer-inner { padding: 20px 24px; flex-direction: column; gap: 14px; text-align: center; }
}
/* VIDEO MODAL */
.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(5,4,15,0.88);
  backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.video-modal.open { display: flex; }
.video-modal-inner {
  position: relative;
  width: 100%;
  max-width: 960px;
}
.video-modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  background: none;
  border: none;
  color: rgba(255,255,255,0.6);
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  transition: color 0.15s;
}
.video-modal-close:hover { color: #fff; }
.video-modal-frame {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,0.7);
}
.video-modal-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
