/* site-critical.css — GENERATED above-the-fold subset of site.css.
   Loaded render-blocking on index.html; the full site.css loads async right
   after and re-applies everything, so this file only shapes the FIRST paint
   (nav, language switcher, mobile menu hidden state, hero, mockup strip,
   starfield canvas, WhatsApp float). If you change those styles in site.css,
   regenerate or mirror the change here. */

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #060607;
  color: #fff;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  max-width: 100%;
}
:root {
  --blue: #3b82f6;
  --dark: #0a0a0a;
  --card: #1a1a1a;
  --card2: #111111;
  --border: rgba(255,255,255,0.05);
  --muted: #a3a3a3;
  --muted2: #737373;
  /* Spacing scale */
  --sp-xs: 8px;
  --sp-sm: 16px;
  --sp-md: 24px;
  --sp-lg: 48px;
  --sp-xl: 80px;
  --sp-section: 96px;
  --sp-section-mobile: 64px;
}
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: transparent;
  padding-top: 16px;
  display: flex; justify-content: center;
  pointer-events: none;
}
.nav-inner {
  display: flex; align-items: center;
  background: rgba(18,18,18,0.90);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50px;
  padding: 10px 14px 10px 28px;
  gap: 0;
  width: fit-content;
  min-width: 780px;
  max-width: calc(100vw - 48px);
  pointer-events: all;
}
.logo { display: flex; align-items: center; gap: 4px; text-decoration: none; white-space: nowrap; }
.logo img { height: 32px; width: auto; display: block; }
.nav-right { display: flex; align-items: center; gap: 16px; margin-left: 56px; }
.lang-switcher {
  position: relative;
}
.lang-btn {
  display: flex; align-items: center; gap: 6px;
  padding: 6px 10px; border-radius: 20px;
  border: none;
  background: transparent;
  cursor: pointer; user-select: none;
  transition: background .2s;
}
.lang-btn:hover { background: rgba(255,255,255,0.08); }
.lang-flag {
  width: 22px; height: 22px; border-radius: 50%;
  overflow: hidden; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; line-height: 1;
}
.lang-code {
  font-size: 14px; font-weight: 500; color: #d4d4d4;
  letter-spacing: .04em;
}
.lang-chevron {
  color: #a3a3a3; transition: transform .25s;
  display: flex; align-items: center;
}
.lang-switcher.open .lang-chevron { transform: rotate(180deg); }
.lang-dropdown {
  position: absolute; top: calc(100% + 10px); right: 0;
  background: #1a1a1a; border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px; overflow: hidden;
  min-width: 140px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.5);
  opacity: 0; transform: translateY(-8px) scale(.97);
  pointer-events: none;
  transition: opacity .22s cubic-bezier(.16,1,.3,1), transform .22s cubic-bezier(.16,1,.3,1);
  z-index: 200;
}
.lang-switcher.open .lang-dropdown {
  opacity: 1; transform: translateY(0) scale(1);
  pointer-events: all;
}
.lang-option {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px; cursor: pointer;
  font-size: 14px; font-weight: 500; color: #d4d4d4;
  transition: background .15s;
}
.lang-option:hover { background: rgba(255,255,255,0.07); }
.lang-option.active { color: #3b82f6; }
.lang-option.active .lang-opt-code::after {
  content: ' ✓';
}
.lang-opt-flag {
  width: 22px; height: 22px; border-radius: 50%;
  overflow: hidden; flex-shrink: 0; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}
.lang-divider { height: 1px; background: rgba(255,255,255,0.07); margin: 0 12px; }
.hero {
  min-height: 100vh;
  padding: 96px 0 0;
  background: transparent;
  border-top: none;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  gap: 0;
}
.hero-glow {
  position: absolute;
  left: -100px; top: 0;
  width: 700px; height: 700px;
  background: #2563eb;
  border-radius: 50%;
  filter: blur(160px);
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}
.hero-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  position: relative; z-index: 1;
  width: 100%;
}
.hero-title-block {
  flex: 0 0 49.5%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding-top: 0;
}
.hero-h1 { display: flex; flex-direction: column; gap: 4px; }
.hero-h1-line1 {
  display: block;
  font-size: 96px; font-weight: 600; color: #fff;
  letter-spacing: -2.4px; line-height: 96px;
  white-space: nowrap;
}
.hero-h1-row {
  display: flex; align-items: center;
  gap: 32px; margin: 0;
}
.hero-h1-italic {
  font-family: 'Poppins', sans-serif;
  font-style: normal; font-weight: 700;
  font-size: 96px; line-height: 96px;
  background: linear-gradient(to right, #2563eb, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-h1-that {
  font-size: 96px; font-weight: 600; color: #fff;
  letter-spacing: -2.4px; line-height: 96px;
  white-space: nowrap;
}
.hero-h1-line3 {
  display: block;
  font-size: 96px; font-weight: 600; color: #fff;
  letter-spacing: -2.4px; line-height: 96px;
  white-space: nowrap;
}
.hero-h1-divider { width: 96px; height: 4px; background: #fff; flex-shrink: 0; }
html[lang="fr"] .hero-h1-row { display: none; }
@media (min-width: 1101px) {
html[lang="fr"] .hero-h1-row { display: flex; }
html[lang="fr"] .hero-h1-line1 { font-size: 88px; line-height: 90px; letter-spacing: -2.2px; }
html[lang="fr"] .hero-h1-italic { font-size: 88px; line-height: 90px; }
html[lang="fr"] .hero-h1-that { display: none; }
html[lang="fr"] .hero-h1-line3 { font-size: 72px; line-height: 76px; letter-spacing: -1.8px; }
}
html[lang="fr"] .hero-h1-line1 em {
  font-family: 'Poppins', sans-serif; font-style: normal; font-weight: 700;
  background: linear-gradient(to right, #2563eb, #3b82f6);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
html[lang="fr"] .transformation-h { white-space: nowrap; max-width: none; }
html[lang="fr"] .testimonials-heading { text-wrap: unset; max-width: 860px; }
html[lang="fr"] .process-h { font-size: 52px; text-wrap: unset; max-width: 800px; }
html[lang="fr"] .pricing-h { max-width: 900px; text-wrap: unset; }
html[lang="fr"] .faq-title { font-size: 52px; max-width: 1000px; text-wrap: unset; }
@media (max-width: 1100px) {
html[lang="fr"] .transformation-h { white-space: normal; }
html[lang="fr"] .process-h { font-size: 38px; line-height: 44px; }
html[lang="fr"] .faq-title { font-size: 38px; line-height: 44px; }
}
@media (max-width: 768px) {
html[lang="fr"] .process-h { font-size: 36px; line-height: 42px; }
html[lang="fr"] .faq-title { font-size: 36px; line-height: 42px; }
}
@media (max-width: 480px) {
html[lang="fr"] .process-h { font-size: 30px; line-height: 36px; }
html[lang="fr"] .faq-title { font-size: 30px; line-height: 36px; }
}
@media (max-width: 400px) {
html[lang="fr"] .process-h { font-size: 26px; line-height: 32px; }
html[lang="fr"] .faq-title { font-size: 26px; line-height: 32px; }
}
.hero-right {
  flex: 0 0 48%;
  position: relative;
  height: 340px;
  padding-top: 160px;
  padding-right: 48px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.hero-desc {
  font-size: 18px; font-weight: 400;
  color: #f0f0f0;
  line-height: 29.25px;
  max-width: 484px;
  margin: 0;
}
.hero-ctas {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.hero-trust {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  margin-bottom: 24px;
}
.hero-trust-avatars {
  display: flex; align-items: center;
}
.hero-trust-avatar {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 2px solid #0a0a0a;
  overflow: hidden;
  margin-right: -8px;
  background: #1a1a1a;
  flex-shrink: 0;
}
.hero-trust-avatar img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.hero-trust-text { margin-left: 14px; }
.hero-trust-stars { display: none; }
.hero-trust-copy {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.3;
  white-space: nowrap;
}
.hero-trust-copy strong {
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  display: block;
  font-size: 14px;
}
.hero-trust-line {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  letter-spacing: .06em;
  margin-top: 20px;
  line-height: 1.5;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  width: 100%;
}
html[lang="ar"] .marquee-inner { animation-name: marquee-rtl; }
html[lang="ar"] .marquee-text { font-family: 'Cairo', sans-serif; letter-spacing: 0; }
html[dir="rtl"] .testi-nav { justify-content: flex-start; }
@media (max-width: 1100px) {
.container { padding: 0 48px; }
nav { padding: 0; }
.nav-links { display: none; }
.hero { padding: 120px 0 80px; gap: 56px; }
.hero-h1-line1,
  .hero-h1-that,
  .hero-h1-line3 { font-size: 68px; line-height: 72px; letter-spacing: -1.8px; }
.hero-h1-italic { font-size: 72px; line-height: 72px; }
.hero-h1-divider { width: 72px; }
.hero-right { padding-top: 100px; }
}
@media (max-width: 900px) {
.container { padding: 0 28px; }
.nav-links { display: none; }
.hero { padding: 120px 0 64px; gap: 40px; }
.hero-h1-line1, .hero-h1-that, .hero-h1-line3 { font-size: 52px; letter-spacing: -1.5px; }
.hero-h1-italic { font-size: 52px; }
.hero-ctas { gap: 12px; }
.hero-trust { display: none; }
}
@media (max-width: 700px) {
.container { padding: 0 20px; }
.nav-links { display: none; }
.hero { padding: 88px 0 20px; gap: 24px; }
.hero-h1-line1, .hero-h1-that, .hero-h1-line3 { font-size: 32px; letter-spacing: -0.8px; line-height: 36px; }
.hero-h1-italic { font-size: 32px; line-height: 36px; }
.hero-desc { font-size: 15px; }
.hero-ctas { flex-wrap: wrap; gap: 10px; }
.btn-primary, .btn-secondary, .btn-outline { font-size: 14px; padding: 12px 20px; }
.hero-trust { display: none; }
.hero-carousel { margin-top: 32px; }
}
@media (max-width: 480px) {
.container { padding: 0 16px; }
.logo img { height: 22px; }
.hero { padding: 84px 0 48px; }
.hero-h1-line1,
  .hero-h1-that,
  .hero-h1-line3 { font-size: 36px; line-height: 40px; }
.hero-h1-italic { font-size: 40px; line-height: 40px; }
}
.pricing-card .btn-primary,
.pricing-card .btn-wa,
.pricing-card .btn-outline {
  width: 100%; justify-content: center;
}
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  animation: waPop .5s cubic-bezier(.16,1,.3,1) 1.5s both;
}
.wa-float-btn {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(37,211,102,0.45);
  transition: transform .2s;
  flex-shrink: 0;
}
.wa-float-btn:hover { transform: scale(1.08); }
.wa-float-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(37,211,102,0.4);
  z-index: -1;
  animation: waPulse 2.5s ease-in-out 2s infinite;
}
.wa-float-btn svg { width: 30px; height: 30px; }
.wa-float-label {
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 8px;
  white-space: nowrap;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
  opacity: 0;
  transform: translateX(8px);
  transition: opacity .25s, transform .25s;
  pointer-events: none;
}
.wa-float:hover .wa-float-label {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 700px) {
.wa-float { bottom: 20px; right: 20px; }
.wa-float-label { display: none; }
.wa-float-btn { width: 52px; height: 52px; }
}
.hero-trust {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  margin-bottom: 24px;
}
.hero-trust-avatars {
  display: flex;
  align-items: center;
}
.hero-trust-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #0a0a0a;
  overflow: hidden;
  margin-right: -8px;
  background: #1a1a1a;
  flex-shrink: 0;
}
.hero-trust-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-trust-text { margin-left: 16px; }
.hero-trust-stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 2px;
}
.hero-trust-stars span { color: #f59e0b; font-size: 13px; }
.hero-trust-copy {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  line-height: 1;
}
.hero-trust-copy strong { color: rgba(255,255,255,0.8); font-weight: 500; }
.hero-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 20px;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  font-weight: 500;
  letter-spacing: .02em;
}
.hero-trust-item::before {
  content: '✓';
  color: var(--blue);
  font-weight: 700;
  font-size: 11px;
}
.hero-trust-line {
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  letter-spacing: .06em;
  margin-top: 22px;
  line-height: 1.5;
}
.nav-links { display: flex; gap: 36px; align-items: center; padding: 0; margin-left: 56px; }
.nav-link { color: rgba(255,255,255,0.55); font-size: 14px; text-decoration: none; transition: color .2s; white-space: nowrap; }
.nav-link:hover { color: rgba(255,255,255,0.90); }
@media (max-width: 768px) {
.nav-links { display: none; }
}
.hero-bottom-mockups {
  overflow: hidden;
  width: 100%;
  height: 384px;
  margin-top: 80px;
  position: relative; z-index: 1;
}
.hero-bottom-mockups::before,
.hero-bottom-mockups::after {
  content: '';
  position: absolute; top: 0; bottom: 0;
  width: 260px; z-index: 2; pointer-events: none;
}
.hero-bottom-mockups::before {
  left: 0;
  background: linear-gradient(to right, #030303 0%, transparent 100%);
}
.hero-bottom-mockups::after {
  right: 0;
  background: linear-gradient(to left, #030303 0%, transparent 100%);
}
.hero-bmock-track {
  display: flex;
  width: max-content;
  animation: hero-strip 48s linear infinite;
}
/* Hold the mockup strip still until after load. While it scrolls it drags the
   lazy card images into view, forcing ~140 KB of image loads during the LCP/SI
   window. JS adds html.strip-go after load + idle to let it drift. The
   !important + html-scoped selector wins over the animation shorthand in both
   the critical sheet and the async site.css, so no other rule needs touching.
   If JS never runs, the strip simply stays static — an acceptable fallback. */
html:not(.strip-go) .hero-bmock-track { animation-play-state: paused !important; }
html[dir="rtl"] .hero-bottom-mockups {
  direction: ltr;          /* prevent RTL overflow from anchoring content at right edge */
}
html[dir="rtl"] .hero-bmock-track {
  direction: ltr;
  animation-name: hero-strip-rtl;
}
.hero-bmock-item {
  flex-shrink: 0;
  width: 648px;
  height: 363.63px;
  margin-right: 24px;
  border-radius: 16px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 16px 48px rgba(0,0,0,0.55), 0 2px 8px rgba(0,0,0,0.3);
}
.hero-bmock-item:nth-child(even) {
  margin-top: 20px;
}
.hero-bmock-item img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top;
  display: block;
}
@media (max-width: 900px) {
.hero-bottom-mockups { height: 220px; }
.hero-bmock-item { width: 390px; height: 220px; }
}
@media (max-width: 600px) {
.hero-bottom-mockups { height: 160px; margin-top: 40px; }
.hero-bmock-item { width: 280px; height: 160px; margin-right: 12px; }
.hero-bmock-track { animation-duration: 60s !important; }
}
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #fff;
  padding: 14px 28px; border-radius: 9999px;
  font-size: 15px; font-weight: 600; line-height: 1;
  min-height: 48px;
  text-decoration: none; border: none; cursor: pointer;
  box-shadow: 0 0 20px rgba(37,99,235,0.25);
  transition: opacity .2s, transform .15s, box-shadow .2s;
  white-space: nowrap;
}
.btn-primary:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 4px 24px rgba(37,99,235,0.4); }
.btn-secondary {
  display: inline-flex; align-items: center; justify-content: center;
  background: #fafafa; color: #111;
  padding: 14px 28px; border-radius: 9999px;
  font-size: 15px; font-weight: 600; line-height: 1;
  min-height: 48px;
  text-decoration: none; border: none; cursor: pointer;
  box-shadow: 0 1px 4px rgba(0,0,0,0.12);
  transition: opacity .2s, transform .15s;
  white-space: nowrap;
}
.btn-secondary:hover { opacity: 0.92; transform: translateY(-2px); }
@media (max-width: 700px) {
.hero-top {
    flex-direction: column;
  }
.hero-title-block {
    flex: 1 1 100%;
    width: 100%;
    gap: 0;
    align-items: center;
    text-align: center;
  }
.hero-right { display: none; }
.hero { padding-top: 100px; padding-bottom: 60px; }
.hero-h1 { margin-bottom: 24px; text-align: center; }
.hero-desc {
    font-size: 16px;
    line-height: 1.65;
    max-width: 100%;
    margin-bottom: 32px;
    text-align: center;
  }
.hero-ctas {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    width: 100%;
  }
.hero-ctas .btn-primary,
  .hero-ctas .btn-secondary,
  .hero-ctas .btn-wa {
    width: 100%;
    justify-content: center;
  }
.hero-reassurance {
    margin-top: 14px;
    font-size: 11.5px;
    color: rgba(255,255,255,0.3);
    letter-spacing: .06em;
    text-align: center;
    line-height: 1.5;
  }
.hero-bottom-mockups { margin-top: 56px; }
}
@media (max-width: 480px) {
.hero { padding-top: 96px; padding-bottom: 64px; }
.hero-desc { font-size: 15px; }
}
@media (max-width: 700px) {
.transformation-section .container {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 480px) {
.transformation-section .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.hamburger-btn {
  display: none;
  width: 38px; height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  transition: background .2s;
  padding: 0;
}
.hamburger-btn:hover { background: rgba(255,255,255,0.1); }
.hamburger-bar {
  display: block;
  width: 17px; height: 1.5px;
  background: #fff; border-radius: 2px;
  transition: transform .32s cubic-bezier(.16,1,.3,1), opacity .22s;
  transform-origin: center;
}
.hamburger-btn.open .hamburger-bar:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger-btn.open .hamburger-bar:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger-btn.open .hamburger-bar:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 199;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease;
}
.mobile-menu-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.mobile-menu {
  position: fixed;
  top: 0; right: 0;
  height: 100dvh;
  width: 60vw; max-width: 280px;
  z-index: 200;
  background: #0d0d0f;
  border-left: 1px solid rgba(255,255,255,0.07);
  padding: 16px;
  display: none;
  flex-direction: column;
  overflow: hidden;
  transform: translateX(calc(100% + 20px));
  transition: transform .4s cubic-bezier(.16,1,.3,1);
  pointer-events: none;
}
.mobile-menu.open {
  transform: translateX(0);
  pointer-events: all;
}
.menu-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 48px;
  flex-shrink: 0;
}
.menu-center {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.menu-bottom {
  display: flex;
  justify-content: center;
  padding-bottom: max(16px, env(safe-area-inset-bottom));
  flex-shrink: 0;
}
.mobile-menu-close {
  width: 44px; height: 44px; border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
.mobile-menu-close:hover { background: rgba(255,255,255,0.1); }
.mobile-menu-link {
  display: flex; align-items: center; justify-content: center;
  padding: 14px 0;
  width: 100%;
  font-size: 20px; font-weight: 500;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  text-align: center;
  transition: color .2s;
}
.mobile-menu-link:active,
.mobile-menu-link:hover { color: #fff; }
.mobile-menu-cta {
  display: flex; align-items: center; justify-content: center;
  width: 100%; max-width: 220px;
  background: var(--blue); color: #fff;
  padding: 14px 20px; border-radius: 9999px;
  font-size: 15px; font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
}
.mobile-menu-cta:hover { opacity: .88; }
.mobile-menu-cta::after { content: ' ↗'; font-weight: 400; opacity: 0.8; }
.mobile-menu-link,
.mobile-menu-cta {
  opacity: 0;
  transform: translateX(16px);
  transition: opacity .28s ease, transform .3s cubic-bezier(.16,1,.3,1), color .2s;
}
.mobile-menu.open .menu-center .mobile-menu-link:nth-child(1) { opacity:1; transform:none; transition-delay:.09s; }
.mobile-menu.open .menu-center .mobile-menu-link:nth-child(2) { opacity:1; transform:none; transition-delay:.14s; }
.mobile-menu.open .menu-center .mobile-menu-link:nth-child(3) { opacity:1; transform:none; transition-delay:.19s; }
.mobile-menu.open .menu-center .mobile-menu-link:nth-child(4) { opacity:1; transform:none; transition-delay:.24s; }
.mobile-menu.open .mobile-menu-cta { opacity:1; transform:none; transition-delay:.31s; }
@media (max-width: 768px) {
.hamburger-btn { display: flex; }
.mobile-menu { display: flex; }
body.menu-open { overflow: hidden; }
}
@media (max-width: 480px) {
.mobile-menu-link { font-size: 18px; }
}
@media (max-width: 767px) {
nav {
    padding-top: 0;
    background: rgba(14,14,14,0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }
.nav-inner {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.08) !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding: 0 20px !important;
    height: 60px;
  }
.nav-right { margin-left: auto; gap: 16px; }
.logo img { height: 24px; width: auto; }
.lang-btn { font-size: 12px; padding: 4px 8px; gap: 4px; }
.lang-flag { width: 16px; height: 16px; font-size: 16px; }
.lang-code { font-size: 12px; }
.lang-chevron { display: none; }
.nav-right .btn-primary { display: none !important; }
.hamburger-btn {
    border: none !important;
    background: transparent !important;
    width: 36px !important;
    height: 36px !important;
  }
.hamburger-bar {
    width: 22px !important;
    height: 2px !important;
  }
.mobile-menu-overlay { display: none !important; }
.mobile-menu {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    border-left: none !important;
    border-top: none !important;
    background: rgba(14,14,14,0.98);
    padding: 0 24px 40px 24px;
    z-index: 999;
    opacity: 0;
    transform: translateY(-16px);
    transition: opacity 300ms cubic-bezier(0.4,0,0.2,1), transform 300ms cubic-bezier(0.4,0,0.2,1);
    pointer-events: none;
  }
.mobile-menu.open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }
.menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    min-height: 60px;
    padding: 0;
    flex-shrink: 0;
  }
.mob-overlay-logo img { height: 20px; width: auto; display: block; }
.mobile-menu-close {
    background: none !important;
    border: none !important;
    color: #fff !important;
    font-size: 22px !important;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
  }
.menu-center { flex: unset; flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 0; }
.mobile-menu-link {
    display: block !important;
    padding: 18px 0 !important;
    font-size: 17px !important;
    color: rgba(255,255,255,0.75);
    border-bottom: 0.5px solid rgba(255,255,255,0.08);
    text-align: left;
  }
.menu-center .mobile-menu-link:first-child { margin-top: 8px; }
.mobile-menu-link:hover { color: #fff; }
.menu-bottom { padding: 0; margin-top: auto; justify-content: stretch; }
.mobile-menu-cta {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #0e0e0e !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    justify-content: center;
  }
.mobile-menu-cta::after { display: none !important; }
.mobile-menu-link,
  .mobile-menu-cta { transform: translateY(8px); }
}
@media (max-width: 700px) {
.hero-h1-divider { display: none; }
.hero-h1-row {
    flex-wrap: wrap;
    gap: 0 10px;
    align-items: baseline;
  }
.hero-h1-italic { font-size: 42px; line-height: 48px; }
.hero-h1-that { font-size: 38px; line-height: 48px; }
.hero-h1-line1,
  .hero-h1-line3 { font-size: 38px; line-height: 44px; letter-spacing: -1px; }
}
@media (max-width: 480px) {
.hero-h1-italic { font-size: 36px; line-height: 42px; }
.hero-h1-that { font-size: 32px; line-height: 42px; }
.hero-h1-line1,
  .hero-h1-line3 { font-size: 34px; line-height: 40px; }
}
@media (max-width: 700px) {
.hero-bottom-mockups::before,
  .hero-bottom-mockups::after { width: 48px; }
}
@media (max-width: 600px) {
.hero-bottom-mockups { height: 210px; }
.hero-bmock-item {
    width: 310px;
    height: 210px;
    margin-right: 14px;
  }
.hero-bottom-mockups::before,
  .hero-bottom-mockups::after { width: 36px; }
}
@media (max-width: 420px) {
.hero-bottom-mockups { height: 190px; }
.hero-bmock-item { width: 280px; height: 190px; margin-right: 12px; }
}
@media (max-width: 768px) {
.nav-inner { width: 90%; max-width: 90%; justify-content: space-between; }
.container { padding-left: 20px !important; padding-right: 20px !important; }
}
@media (max-width: 768px) {
.hero {
    justify-content: center !important;
    padding-top: 60px !important;        /* navbar height — region starts at navbar bottom */
    /* Reserve the FULL card zone below the text (card height + stagger + buffer)
       instead of a flat 18vh. The cards sit at top:82vh, so the hero box must
       extend past 82vh + card height; otherwise overflow:hidden crops their
       bottoms on every phone (82vh + ~220px > 100vh). Pairing this padding with
       a matching min-height keeps the text centring region exactly [60px, 82vh],
       so the text position is unchanged — only the clipped zone is freed. */
    padding-bottom: 260px !important;
    min-height: calc(82vh + 260px) !important;
  }
.hero .hero-bottom-mockups {
    position: absolute;
    left: 0; right: 0;
    top: 82vh;
    width: 100%;
    margin-top: 0 !important;
    /* Container must be taller than the card by the even-card stagger (20px),
       matching desktop (384px container vs 363.6px card). The per-breakpoint
       mobile rules set this equal to the card height, which cropped every other
       card's bottom 20px. 240px clears the tallest mobile card (220) + stagger. */
    height: 240px !important;
  }
.hero-h1-line1,
  .hero-h1-that,
  .hero-h1-line3 { font-size: 38px !important; line-height: 1.15 !important; letter-spacing: -1px !important; }
.hero-h1-italic { font-size: 40px !important; line-height: 1.15 !important; }
html[lang="fr"] .hero-h1-row {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0 8px;
    align-items: baseline;
  }
html[lang="fr"] .hero-h1-divider { display: none !important; }
html[lang="fr"] .hero-h1-that { display: none !important; }
.hero-ctas { flex-direction: column; align-items: center; gap: 12px; }
.hero-ctas .btn-primary,
  .hero-ctas .btn-secondary,
  .hero-ctas .btn-wa {
    width: 280px !important; max-width: 100%;
    justify-content: center;
  }
.hero-cta-desktop { display: none !important; }
.hero-cta-mobile-only { display: inline-flex !important; }
}
@media (max-width: 480px) {
.hero-h1-line1,
  .hero-h1-that,
  .hero-h1-line3 { font-size: 34px !important; }
.hero-h1-italic { font-size: 36px !important; }
}
.hero-cta-mobile-only { display: none; }
@media (max-width: 768px) {
.wa-float-label { display: none; }
}
@media (max-width: 768px) {
html[lang="fr"] .process-h {
    font-size: clamp(22px, 5.5vw, 32px) !important;
    line-height: 1.25 !important;
    text-wrap: balance;
  }
}
@media (max-width: 768px) {
.btn-wa,
  .btn-primary,
  .btn-secondary,
  .btn-outline { min-height: 48px; }
.hamburger-btn { min-width: 44px; min-height: 44px; }
}
@media (max-width: 768px) {
.btn-wa,
  .btn-primary,
  .btn-secondary,
  .btn-outline {
    min-height: 48px !important;
  }
.section-cta-bar .btn-primary,
  .section-cta-bar .btn-wa {
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
.hero { padding: 80px 0 0; }
.hero-title-block { gap: 24px; }
.hero-ctas { flex-direction: column; gap: 12px; width: 100%; }
.hero-ctas .btn-primary,
  .hero-ctas .btn-secondary { width: 100%; }
.pricing-card .btn-primary,
  .pricing-card .btn-outline { width: 100%; }
}
html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] .hero-h1-line1,
html[lang="ar"] .hero-h1-italic,
html[lang="ar"] .hero-h1-that,
html[lang="ar"] .hero-h1-line3 {
  font-family: 'Cairo', sans-serif;
}
html[lang="ar"] { font-family: 'Cairo', sans-serif; }
html[lang="ar"] .hero-h1-line1 { font-size: 80px; line-height: 86px; letter-spacing: -1.5px; }
html[lang="ar"] .hero-h1-italic { font-size: 80px; line-height: 86px; }
html[lang="ar"] .hero-h1-that { font-size: 80px; line-height: 86px; letter-spacing: -1.5px; }
html[lang="ar"] .hero-h1-line3 { font-size: 72px; line-height: 80px; letter-spacing: -1.2px; }
html[lang="ar"] .hero-h1-row { display: flex; }
html[lang="ar"] .hero-h1-divider { display: none; }
html[lang="ar"] .process-h { font-size: 52px; text-wrap: unset; max-width: 800px; }
html[lang="ar"] .faq-title { font-size: 52px; max-width: 800px; text-wrap: unset; }
@media (max-width: 1100px) {
html[lang="ar"] .process-h { font-size: 38px; line-height: 44px; }
html[lang="ar"] .faq-title { font-size: 38px; line-height: 44px; }
}
@media (max-width: 768px) {
html[lang="ar"] .hero-h1-line1 { font-size: 56px; line-height: 62px; }
html[lang="ar"] .hero-h1-italic { font-size: 56px; line-height: 62px; }
html[lang="ar"] .hero-h1-that { font-size: 56px; line-height: 62px; }
html[lang="ar"] .hero-h1-line3 { font-size: 50px; line-height: 58px; }
html[lang="ar"] .process-h { font-size: 36px; line-height: 42px; }
html[lang="ar"] .faq-title { font-size: 36px; line-height: 42px; }
}
@media (max-width: 480px) {
html[lang="ar"] .hero-h1-line1 { font-size: 44px; line-height: 50px; }
html[lang="ar"] .hero-h1-italic { font-size: 44px; line-height: 50px; }
html[lang="ar"] .hero-h1-that { font-size: 44px; line-height: 50px; }
html[lang="ar"] .hero-h1-line3 { font-size: 40px; line-height: 48px; }
html[lang="ar"] .process-h { font-size: 30px; line-height: 36px; }
html[lang="ar"] .faq-title { font-size: 30px; line-height: 36px; }
}
@media (max-width: 400px) {
html[lang="ar"] .process-h { font-size: 26px; line-height: 32px; }
html[lang="ar"] .faq-title { font-size: 26px; line-height: 32px; }
}
html[dir="rtl"] .nav-inner { padding: 10px 28px 10px 14px; }
html[dir="rtl"] .nav-links { margin-left: 0; margin-right: 56px; }
html[dir="rtl"] .nav-right { margin-left: 0; margin-right: 56px; }
html[dir="rtl"] .lang-dropdown { right: auto; left: 0; }
html[dir="rtl"] .hero-right {
  padding-right: 0;
  padding-left: 48px;
  justify-content: flex-start;
}
html[dir="rtl"] .hero-reassurance { text-align: right; }
html[dir="rtl"] .hero .hero-desc { text-align: center; }
html[dir="rtl"] .hero .hero-right { right: 0; left: auto; }
html[dir="rtl"] .hero-trust-text { margin-left: 0; margin-right: 14px; }
html[dir="rtl"] .section-label { flex-direction: row-reverse; }
html[dir="rtl"] .hero-ctas { flex-direction: row-reverse; }
html[dir="rtl"] .hero-trust { flex-direction: row-reverse; }
html[dir="rtl"] .hero-trust-avatars { flex-direction: row-reverse; }
html[dir="rtl"] .section-cta-bar { flex-direction: row-reverse; }
html[dir="rtl"] .tmt-block { text-align: right; }
html[dir="rtl"] .faq-inner { flex-direction: column; }
html[dir="rtl"] .faq-left { text-align: center; }
html[dir="rtl"] .faq-label { flex-direction: row-reverse; }
html[dir="rtl"] .faq-cta { flex-direction: row-reverse; }
html[dir="rtl"] .faq-question { flex-direction: row-reverse; }
html[dir="rtl"] .faq-q-text,
html[dir="rtl"] .faq-answer-inner,
html[dir="rtl"] .faq-subtitle { text-align: right; }
html[dir="rtl"] .footer-top { text-align: right; }
html[dir="rtl"] .footer-bottom { flex-direction: row-reverse; }
html[dir="rtl"] .footer-legal { flex-direction: row-reverse; }
html[dir="rtl"] .footer-copy { text-align: right; }
html[dir="rtl"] .lang-option { flex-direction: row-reverse; }
html[dir="rtl"] .lang-btn { flex-direction: row-reverse; }
html[dir="rtl"] .pricing-h,
html[dir="rtl"] .pricing-sub { text-align: center; }
html[dir="rtl"] .pricing-card { text-align: right; }
html[dir="rtl"] .pricing-feature { flex-direction: row; text-align: right; }
html[dir="rtl"] .pricing-features-label { text-align: right; }
html[dir="rtl"] .pricing-tag { font-size: 13.5px; line-height: 1.6; color: var(--muted); }
html[dir="rtl"] .bento-info { text-align: right; }
html[dir="rtl"] .bento-btn-expand { flex-direction: row-reverse; }
html[dir="rtl"] .t-card { text-align: right; }
html[dir="rtl"] .t-card-header { flex-direction: row-reverse; }
html[dir="rtl"] .t-mock-items { text-align: right; }
html[dir="rtl"] .t-mock-item { flex-direction: row-reverse; }
html[dir="rtl"] .testimonial-card { text-align: right; }
html[dir="rtl"] .testi-author { flex-direction: row-reverse; }
html[dir="rtl"] .flower-label { text-align: right; }
html[dir="rtl"] .work-desc { text-align: right; }
html[dir="rtl"] .process-h,
html[dir="rtl"] .process-right-text { text-align: center; }
html[dir="rtl"] .testimonials-heading { text-align: center; }
.hero { padding-top: 230px; }
.hero .hero-bottom-mockups { margin-top: 128px; }
.hero .hero-top { position: relative; }
.hero .hero-title-block { flex: 1 1 100%; max-width: 100%; align-items: center; width: 100%; }
.hero .hero-right {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  padding: 0;
  flex: none;
  pointer-events: none;
}
.hero .hero-right .flower-badge { pointer-events: auto; }
.hero .hero-h1 {
  font-family: 'Satoshi', 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 6.5vw, 72px);
  line-height: 1.333;
  letter-spacing: -0.033em;
  color: #fff;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  display: block;
  gap: 0;
}
.hero .hero-h1 .hero-h1-line1,
.hero .hero-h1 .hero-h1-line3,
.hero .hero-h1 .hero-h1-blue {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  white-space: normal;
}
.hero .hero-h1 .hero-h1-blue {
  background: linear-gradient(to right, #2563eb, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero .hero-h1 .hero-h1-line3 { display: block; }
.hero .hero-h1 .hero-h1-blue.blur-word { filter: none !important; }
@media (max-width: 768px) {
.hero .hero-h1 .blur-word { animation-delay: 0s !important; }
}
html[lang="fr"] .hero .hero-h1 {
  font-size: clamp(26px, 4.5vw, 58px);
}
.hero .hero-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 29.25px;
  color: #d4d4d8;
  text-align: center;
  max-width: 495px;
  margin: 0 auto;
}
@media (max-width: 700px) {
.hero .hero-desc { font-size: 15px; line-height: 1.65; }
.hero .hero-ctas { margin-top: 36px; }
}
.hero .hero-ctas {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.hero .hero-ctas .btn-primary,
.hero .hero-ctas .btn-secondary {
  width: auto;
  height: auto;
  min-width: 0;
  font-family: 'Inter', sans-serif;
}
#global-starfield {
  position: fixed; inset: 0; width: 100%; height: 100%;
  z-index: -1; pointer-events: none; display: block;
}
.flag-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mob-logo-img { width: auto; height: 20px; }
.hero-container { flex: 0 0 auto; }
.btn-primary.btn-block { width: 100%; justify-content: center; }

@keyframes marquee { from { transform: translateX(0);    } to { transform: translateX(-50%); } }
@keyframes marquee-rtl { from { transform: translateX(-50%); } to { transform: translateX(0);    } }
@keyframes waPop {
  from { opacity: 0; transform: scale(.6) translateY(20px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes waPulse {
  0%   { transform: scale(1);   opacity: 1; }
  60%  { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1.5); opacity: 0; }
}
@keyframes hero-strip {
  from { transform: translateX(0); }
  to   { transform: translateX(-5376px); }
}
@keyframes hero-strip-rtl {
  from { transform: translateX(-5376px); }
  to   { transform: translateX(0); }
}
