/* Landing Final - premium redesign */
.landing-final,
[data-landing-final="true"] {
  --primary: #00677F;
  --secondary: #004165;
  --landing-blue: #2f5be7;
  --landing-blue-soft: #e9f0ff;
  --landing-line: #d7e2f3;
  --bg-body: #f5f7fb;
  --bg-light: #ffffff;
  --bg-dark: #020617;
  --text-dark: #0f172a;
  --text-muted: #64748b;
  --radius-lg: 24px;
  --radius-md: 16px;
  --shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.18);
  --shadow-card: 0 16px 35px rgba(15, 23, 42, 0.08);
  --shadow-card-hover: 0 20px 45px rgba(15, 23, 42, 0.14);
  --border-soft: 1px solid rgba(148, 163, 184, 0.45);
}

body.landing-final,
body.landing-final #wrapwrap,
body.landing-final #wrapwrap .landing-root,
.landing-final .landing-root,
[data-landing-final="true"] {
  background: var(--bg-body);
  color: var(--text-dark);
}

.landing-final .container,
[data-landing-final="true"] .container {
  max-width: 1120px;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

.landing-final main > section,
[data-landing-final="true"] main > section {
  padding-block: clamp(3.5rem, 6vw, 6.5rem);
  position: relative;
}

.landing-final .landing-section-title,
[data-landing-final="true"] .landing-section-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 2rem;
  text-align: center;
}

.landing-final .workflow-heading,
[data-landing-final="true"] .workflow-heading {
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 2.5rem;
  text-align: center;
}

/* Navbar */
.landing-final .navbar,
[data-landing-final="true"] .navbar {
  background-color: rgba(2, 6, 23, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
  padding-block: 1rem 1.25rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.landing-final .navbar .container,
[data-landing-final="true"] .navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1120px;
}

.landing-final .navbar-brand,
[data-landing-final="true"] .navbar-brand {
  padding: 0;
  margin: 0;
}

.landing-final .navbar-brand .logo,
[data-landing-final="true"] .navbar-brand .logo {
  height: 56px;
  width: auto;
  filter: drop-shadow(0 8px 25px rgba(15, 23, 42, 0.35));
  transition: filter 0.3s ease, transform 0.3s ease;
}

.landing-final .navbar-brand:hover .logo,
[data-landing-final="true"] .navbar-brand:hover .logo {
  filter: drop-shadow(0 12px 35px rgba(15, 23, 42, 0.5));
  transform: scale(1.02);
}

.landing-final .nav-language,
[data-landing-final="true"] .nav-language {
  margin: 0;
}

.landing-final .language-toggle,
[data-landing-final="true"] .language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(47, 91, 231, 0.5);
  color: #e2e8f0;
  background: linear-gradient(135deg, rgba(47, 91, 231, 0.15), rgba(0, 103, 127, 0.15));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(15, 23, 42, 0.2);
}

.landing-final .language-toggle .lang-icon,
[data-landing-final="true"] .language-toggle .lang-icon {
  font-size: 1.1rem;
  line-height: 1;
}

.landing-final .language-toggle:hover,
.landing-final .language-toggle:focus,
[data-landing-final="true"] .language-toggle:hover,
[data-landing-final="true"] .language-toggle:focus {
  background: linear-gradient(135deg, rgba(47, 91, 231, 0.3), rgba(0, 103, 127, 0.25));
  color: #ffffff;
  border-color: rgba(47, 91, 231, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.35);
}

.landing-final .language-toggle:active,
[data-landing-final="true"] .language-toggle:active {
  transform: translateY(0);
}

/* Hero */
.landing-final .landing-hero,
[data-landing-final="true"] .landing-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 85vh;
  display: flex;
  align-items: center;
  padding-block: clamp(5rem, 10vw, 8rem);
  color: #f9fafb;
  /* Animated mesh gradient background - brand colors only */
  background:
    radial-gradient(circle at 20% 30%, rgba(47, 91, 231, 0.45) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(0, 103, 127, 0.5) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(0, 65, 101, 0.6) 0%, transparent 70%),
    radial-gradient(circle at 10% 80%, rgba(2, 6, 23, 0.8) 0%, transparent 60%),
    linear-gradient(135deg, #020617 0%, #004165 40%, #00677F 70%, #020617 100%);
  background-size: 200% 200%, 180% 180%, 150% 150%, 100% 100%, 100% 100%;
  animation: hero-mesh-gradient 40s ease-in-out infinite alternate;
}

.landing-final .landing-hero-media,
[data-landing-final="true"] .landing-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.landing-final .landing-hero-video,
[data-landing-final="true"] .landing-hero-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

@keyframes hero-mesh-gradient {
  0% {
    background-position: 0% 0%, 100% 100%, 50% 50%, 0% 100%, 0% 0%;
  }
  50% {
    background-position: 100% 100%, 0% 0%, 80% 20%, 100% 0%, 50% 50%;
  }
  100% {
    background-position: 0% 0%, 100% 100%, 20% 80%, 0% 100%, 100% 100%;
  }
}

.landing-final .landing-hero::before,
[data-landing-final="true"] .landing-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.08;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(226, 232, 240, 0.2) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(226, 232, 240, 0.15) 1px, transparent 1px);
  background-size: 48px 48px;
}

.landing-final .landing-hero::after,
[data-landing-final="true"] .landing-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(2, 6, 23, 0.9) 0%, rgba(2, 6, 23, 0.72) 45%, rgba(0, 65, 101, 0.82) 100%),
    radial-gradient(ellipse at center, rgba(2, 6, 23, 0.15) 0%, rgba(2, 6, 23, 0.72) 100%);
}

.landing-final .landing-hero .container,
[data-landing-final="true"] .landing-hero .container {
  position: relative;
  z-index: 2;
  max-width: 1240px;
}

.landing-final .landing-hero-inner,
[data-landing-final="true"] .landing-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2rem, 7vw, 3.5rem);
  align-items: center;
}

html[dir="rtl"] .landing-final .landing-hero-inner,
html[dir="rtl"] [data-landing-final="true"] .landing-hero-inner {
  direction: rtl;
}

html[dir="rtl"] .landing-final .hero-copy,
html[dir="rtl"] [data-landing-final="true"] .hero-copy {
  order: 2;
  text-align: center;
}

html[dir="rtl"] .landing-final .hero-orbit,
html[dir="rtl"] [data-landing-final="true"] .hero-orbit {
  order: 1;
}

html[dir="ltr"] .landing-final .hero-copy,
html[dir="ltr"] [data-landing-final="true"] .hero-copy {
  order: 1;
  text-align: center;
}

html[dir="ltr"] .landing-final .hero-orbit,
html[dir="ltr"] [data-landing-final="true"] .hero-orbit {
  order: 2;
}

.landing-final .landing-hero-content,
[data-landing-final="true"] .landing-hero-content {
  display: grid;
  gap: 1rem;
  max-width: 100%;
  width: 100%;
  justify-items: center;
  text-align: center;
}

.landing-final .landing-hero-actions,
[data-landing-final="true"] .landing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

html[dir="rtl"] .landing-final .landing-hero-actions,
html[dir="rtl"] [data-landing-final="true"] .landing-hero-actions {
  justify-content: center;
}

html[dir="ltr"] .landing-final .landing-hero-actions,
html[dir="ltr"] [data-landing-final="true"] .landing-hero-actions {
  justify-content: center;
}

.landing-final .landing-hero-meta,
[data-landing-final="true"] .landing-hero-meta {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(226, 232, 240, 0.8);
  font-weight: 600;
}

.landing-final .hero-copy .landing-hero-title,
[data-landing-final="true"] .hero-copy .landing-hero-title {
  font-size: clamp(2.8rem, 5vw, 3.8rem);
  line-height: 1.1;
  font-weight: 800;
  color: #f9fafb;
}

html[lang="ar"] .landing-final .hero-copy .landing-hero-title,
html[lang="ar"] [data-landing-final="true"] .hero-copy .landing-hero-title {
  line-height: 1.3;
}

/* Gradient text for key phrases */
.landing-final .hero-title-gradient,
[data-landing-final="true"] .hero-title-gradient {
  background: linear-gradient(135deg, #2f5be7 0%, #38bdf8 35%, #e0f2fe 65%, #38bdf8 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
  animation: title-gradient-shift 8s ease-in-out infinite alternate;
}

@keyframes title-gradient-shift {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

.landing-final .hero-copy .landing-hero-subtitle,
[data-landing-final="true"] .hero-copy .landing-hero-subtitle {
  margin-top: 1rem;
  max-width: 36rem;
  color: rgba(241, 245, 249, 0.85);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 700;
  line-height: 1.7;
}

.landing-final .landing-hero-pills,
[data-landing-final="true"] .landing-hero-pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
  justify-self: stretch;
  width: 100%;
  padding: 0;
  margin: 0.75rem 0 0;
  list-style: none;
}

.landing-final .landing-hero-pills .hero-pill,
[data-landing-final="true"] .landing-hero-pills .hero-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(148, 163, 184, 0.2);
  color: rgba(241, 245, 249, 0.95);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.5;
  text-align: center;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.landing-final .hero-copy .hero-cta,
[data-landing-final="true"] .hero-copy .hero-cta {
  margin-top: 1.75rem;
  padding: 1.15rem 3rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, var(--primary), var(--landing-blue));
  color: #f9fafb;
  font-weight: 700;
  font-size: 1.05rem;
  box-shadow: 0 18px 40px rgba(15, 118, 110, 0.5);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.landing-final .hero-copy .hero-cta:hover,
.landing-final .hero-copy .hero-cta:focus-visible,
[data-landing-final="true"] .hero-copy .hero-cta:hover,
[data-landing-final="true"] .hero-copy .hero-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 50px rgba(15, 118, 110, 0.7);
}

.landing-final .hero-cta-note,
[data-landing-final="true"] .hero-cta-note {
  margin: 0.25rem 0 0;
  color: rgba(226, 232, 240, 0.75);
  font-size: 1rem;
  font-weight: 600;
}

@media (max-width: 900px) {
  .landing-final .landing-hero-pills,
  [data-landing-final="true"] .landing-hero-pills {
    grid-template-columns: 1fr;
  }
}

.landing-final .hero-orbit,
[data-landing-final="true"] .hero-orbit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-final .hero-orbit .orbit-core,
[data-landing-final="true"] .hero-orbit .orbit-core {
  position: relative;
  width: min(360px, 75vw);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  /* Glassmorphism core */
  background:
    radial-gradient(circle at 50% 50%, rgba(47, 91, 231, 0.08) 0%, transparent 60%),
    radial-gradient(circle at 50% 20%, rgba(226, 232, 240, 0.05) 0%, transparent 50%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(226, 232, 240, 0.12);
  box-shadow:
    0 32px 80px rgba(15, 23, 42, 0.6),
    0 0 0 1px rgba(47, 91, 231, 0.1),
    inset 0 0 60px rgba(47, 91, 231, 0.05);
  overflow: visible;
  animation: orbit-spin 85s linear infinite;
  will-change: transform;
}

.landing-final .hero-orbit .orbit-core::before,
[data-landing-final="true"] .hero-orbit .orbit-core::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 70% 30%, rgba(56, 189, 248, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 30% 70%, rgba(0, 103, 127, 0.12) 0%, transparent 40%);
  pointer-events: none;
}

.landing-final .hero-orbit .orbit-core::after,
[data-landing-final="true"] .hero-orbit .orbit-core::after {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: 999px;
  border: 1px solid rgba(47, 91, 231, 0.08);
  pointer-events: none;
}

.landing-final .hero-orbit .orbit-ring,
[data-landing-final="true"] .hero-orbit .orbit-ring {
  position: absolute;
  border-radius: 999px;
  /* Glassmorphism rings */
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(226, 232, 240, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    0 0 30px rgba(47, 91, 231, 0.1),
    inset 0 0 20px rgba(226, 232, 240, 0.02);
}

.landing-final .hero-orbit .orbit-ring-1,
[data-landing-final="true"] .hero-orbit .orbit-ring-1 {
  inset: 16%;
}

.landing-final .hero-orbit .orbit-ring-2,
[data-landing-final="true"] .hero-orbit .orbit-ring-2 {
  inset: 8%;
  border-color: rgba(56, 189, 248, 0.25);
  box-shadow:
    0 0 25px rgba(56, 189, 248, 0.12),
    inset 0 0 20px rgba(56, 189, 248, 0.05);
}

.landing-final .hero-orbit .orbit-ring-3,
[data-landing-final="true"] .hero-orbit .orbit-ring-3 {
  inset: 2%;
  border-color: rgba(47, 91, 231, 0.28);
  box-shadow:
    0 0 30px rgba(47, 91, 231, 0.15),
    inset 0 0 25px rgba(47, 91, 231, 0.08);
}

.landing-final .hero-orbit .orbit-ring-4,
[data-landing-final="true"] .hero-orbit .orbit-ring-4 {
  inset: -6%;
  border-color: rgba(0, 103, 127, 0.2);
  box-shadow:
    0 0 40px rgba(0, 103, 127, 0.1),
    inset 0 0 30px rgba(0, 103, 127, 0.05);
}

.landing-final .hero-orbit .orbit-center,
[data-landing-final="true"] .hero-orbit .orbit-center {
  position: absolute;
  inset: 36%;
  border-radius: 999px;
  /* Glassmorphism center */
  background:
    radial-gradient(circle at 50% 50%, rgba(47, 91, 231, 0.25) 0%, rgba(0, 103, 127, 0.15) 50%, transparent 70%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(226, 232, 240, 0.2);
  box-shadow:
    0 0 50px rgba(47, 91, 231, 0.3),
    0 0 0 4px rgba(56, 189, 248, 0.15),
    inset 0 0 30px rgba(226, 232, 240, 0.05);
  animation: orbit-pulse-breathing 5s ease-in-out infinite;
}

.landing-final .hero-orbit .orbit-item,
[data-landing-final="true"] .hero-orbit .orbit-item {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Glassmorphism chips - brand blues only */
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(226, 232, 240, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.6),
    0 0 30px rgba(47, 91, 231, 0.15),
    inset 0 0 20px rgba(226, 232, 240, 0.03);
  animation: orbit-item-breathe 6s ease-in-out infinite;
}

.landing-final .hero-orbit .orbit-item-doc,
[data-landing-final="true"] .hero-orbit .orbit-item-doc {
  top: 8%;
  left: 14%;
  border-color: rgba(56, 189, 248, 0.22);
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.6),
    0 0 35px rgba(56, 189, 248, 0.2),
    inset 0 0 20px rgba(56, 189, 248, 0.05);
}

.landing-final .hero-orbit .orbit-item-calc,
[data-landing-final="true"] .hero-orbit .orbit-item-calc {
  top: 22%;
  right: 4%;
  border-color: rgba(47, 91, 231, 0.24);
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.6),
    0 0 35px rgba(47, 91, 231, 0.22),
    inset 0 0 20px rgba(47, 91, 231, 0.06);
}

.landing-final .hero-orbit .orbit-item-clock,
[data-landing-final="true"] .hero-orbit .orbit-item-clock {
  bottom: 14%;
  right: 14%;
  border-color: rgba(0, 103, 127, 0.22);
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.6),
    0 0 35px rgba(0, 103, 127, 0.2),
    inset 0 0 20px rgba(0, 103, 127, 0.05);
}

.landing-final .hero-orbit .orbit-item-chart,
[data-landing-final="true"] .hero-orbit .orbit-item-chart {
  bottom: 4%;
  left: 22%;
  border-color: rgba(56, 189, 248, 0.24);
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.6),
    0 0 35px rgba(56, 189, 248, 0.22),
    inset 0 0 20px rgba(56, 189, 248, 0.06);
}

.landing-final .hero-orbit .orbit-item:hover,
[data-landing-final="true"] .hero-orbit .orbit-item:hover {
  transform: translateY(-6px) scale(1.08);
  background: rgba(255, 255, 255, 0.1);
  box-shadow:
    0 26px 60px rgba(15, 23, 42, 0.75),
    0 0 50px rgba(47, 91, 231, 0.25),
    inset 0 0 30px rgba(226, 232, 240, 0.05);
}

.landing-final .hero-orbit .orbit-icon,
[data-landing-final="true"] .hero-orbit .orbit-icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  /* Counter-rotate to stay upright */
  animation: orbit-icon-counter-rotate 85s linear infinite;
}

.landing-final .hero-orbit .orbit-icon-doc,
[data-landing-final="true"] .hero-orbit .orbit-icon-doc {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/><path d='M14 2v6h6'/><path d='M8 13h8'/><path d='M8 17h5'/></svg>");
}

.landing-final .hero-orbit .orbit-icon-calc,
[data-landing-final="true"] .hero-orbit .orbit-icon-calc {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='4' y='2' width='16' height='20' rx='2'/><path d='M8 6h8'/><path d='M9 12h2'/><path d='M13 12h2'/><path d='M9 16h2'/><path d='M13 16h2'/></svg>");
}

.landing-final .hero-orbit .orbit-icon-clock,
[data-landing-final="true"] .hero-orbit .orbit-icon-clock {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='9'/><path d='M12 7v5l3 3'/></svg>");
}

.landing-final .hero-orbit .orbit-icon-chart,
[data-landing-final="true"] .hero-orbit .orbit-icon-chart {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 3v18h18'/><path d='M7 14l4-4 3 3 5-6'/></svg>");
}

@keyframes orbit-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes orbit-icon-counter-rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes orbit-pulse-breathing {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 0 50px rgba(47, 91, 231, 0.3),
      0 0 0 4px rgba(56, 189, 248, 0.15),
      inset 0 0 30px rgba(226, 232, 240, 0.05);
  }
  50% {
    transform: scale(1.05);
    box-shadow:
      0 0 70px rgba(47, 91, 231, 0.45),
      0 0 0 6px rgba(56, 189, 248, 0.22),
      inset 0 0 40px rgba(226, 232, 240, 0.08);
  }
}

@keyframes orbit-item-breathe {
  0%,
  100% {
    transform: translateZ(0) scale(1);
  }
  50% {
    transform: translateZ(0) scale(1.07);
  }
}

@media (max-width: 768px) {
  .landing-final .landing-hero,
  [data-landing-final="true"] .landing-hero {
    min-height: auto;
    align-items: flex-start;
    padding-top: clamp(4rem, 14vw, 6rem);
    padding-bottom: 3.5rem;
    overflow: visible;
  }

  .landing-final .landing-hero-inner,
  [data-landing-final="true"] .landing-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.25rem;
  }

  .landing-final .hero-copy,
  .landing-final .hero-orbit,
  [data-landing-final="true"] .hero-copy,
  [data-landing-final="true"] .hero-orbit {
    order: initial;
    text-align: center;
  }

  .landing-final .landing-hero-actions,
  [data-landing-final="true"] .landing-hero-actions {
    justify-content: center;
  }

  .landing-final .hero-orbit,
  [data-landing-final="true"] .hero-orbit {
    margin-inline: auto;
  }

  .landing-final .landing-hero-content,
  [data-landing-final="true"] .landing-hero-content {
    max-width: 100%;
  }

  .landing-final .hero-copy .landing-hero-title,
  [data-landing-final="true"] .hero-copy .landing-hero-title {
    font-size: clamp(2.1rem, 7vw, 2.7rem);
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  html[lang="ar"] .landing-final .hero-copy .landing-hero-title,
  html[lang="ar"] [data-landing-final="true"] .hero-copy .landing-hero-title {
    line-height: 1.45;
  }

  .landing-final .hero-title-gradient,
  [data-landing-final="true"] .hero-title-gradient {
    white-space: normal;
  }

  .landing-final .hero-copy .landing-hero-subtitle,
  [data-landing-final="true"] .hero-copy .landing-hero-subtitle {
    font-size: clamp(0.98rem, 3.5vw, 1.1rem);
    max-width: 100%;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-final .hero-orbit .orbit-core,
  .landing-final .hero-orbit .orbit-center,
  .landing-final .hero-orbit .orbit-item,
  [data-landing-final="true"] .hero-orbit .orbit-core,
  [data-landing-final="true"] .hero-orbit .orbit-center,
  [data-landing-final="true"] .hero-orbit .orbit-item {
    animation: none !important;
  }

  .landing-final .landing-duo::before,
  .landing-final .landing-duo::after,
  .landing-final .duo-grid::before,
  [data-landing-final="true"] .landing-duo::before,
  [data-landing-final="true"] .landing-duo::after,
  [data-landing-final="true"] .duo-grid::before {
    animation: none !important;
  }

  .landing-final .landing-readiness::before,
  .landing-final .landing-readiness::after,
  [data-landing-final="true"] .landing-readiness::before,
  [data-landing-final="true"] .landing-readiness::after {
    animation: none !important;
  }
}

/* Duo section */
.landing-final .landing-duo,
[data-landing-final="true"] .landing-duo {
  background: linear-gradient(140deg, #f7f9ff 0%, #fef4ea 45%, #f5f7fb 100%);
  position: relative;
  overflow: hidden;
}

.landing-final .landing-duo .container,
[data-landing-final="true"] .landing-duo .container {
  max-width: 1360px;
  padding-inline: clamp(0.5rem, 1.5vw, 1.25rem);
}

.landing-final .landing-duo::before,
[data-landing-final="true"] .landing-duo::before {
  content: "";
  position: absolute;
  width: 42vmax;
  height: 42vmax;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 91, 231, 0.34), transparent 62%);
  top: -20vmax;
  left: -18vmax;
  opacity: 0.95;
  filter: blur(1px);
  animation: duo-fog-float 8s ease-in-out infinite;
}

.landing-final .landing-duo::after,
[data-landing-final="true"] .landing-duo::after {
  content: "";
  position: absolute;
  width: 34vmax;
  height: 34vmax;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 103, 127, 0.32), transparent 62%);
  bottom: -16vmax;
  right: -14vmax;
  opacity: 0.85;
  filter: blur(1px);
  animation: duo-fog-drift 9.5s ease-in-out infinite;
}

.landing-final .duo-grid::before,
[data-landing-final="true"] .duo-grid::before {
  content: "";
  position: absolute;
  width: 30vmax;
  height: 30vmax;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 91, 231, 0.26), transparent 58%);
  top: 10%;
  right: 8%;
  opacity: 0.8;
  filter: blur(2px);
  animation: duo-fog-pulse 7s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}

.landing-final .duo-grid,
[data-landing-final="true"] .duo-grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  position: relative;
  z-index: 1;
}

.landing-final .duo-grid::after,
[data-landing-final="true"] .duo-grid::after {
  content: "";
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 50%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(47, 91, 231, 0.3), transparent);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

@keyframes duo-fog-float {
  0% { transform: translate(0, 0) scale(1); opacity: 0.6; }
  50% { transform: translate(6%, 4%) scale(1.08); opacity: 0.95; }
  100% { transform: translate(0, 0) scale(1); opacity: 0.65; }
}

@keyframes duo-fog-drift {
  0% { transform: translate(0, 0) scale(1); opacity: 0.55; }
  50% { transform: translate(-6%, -4%) scale(1.1); opacity: 0.9; }
  100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
}

@keyframes duo-fog-pulse {
  0% { transform: translate(0, 0) scale(1); opacity: 0.45; }
  50% { transform: translate(-4%, 6%) scale(1.12); opacity: 0.85; }
  100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
}

.landing-final .landing-duo .duo-col,
[data-landing-final="true"] .landing-duo .duo-col {
  position: relative;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  z-index: 1;
}

.landing-final .landing-reasons,
[data-landing-final="true"] .landing-reasons {
  background: linear-gradient(165deg, #0b1220 0%, #101a2a 55%, #0f172a 100%);
  border: 1px solid rgba(148, 163, 184, 0.22);
  color: #f8fafc;
}

.landing-final .landing-reasons::before,
[data-landing-final="true"] .landing-reasons::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(148, 163, 184, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.18) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.08;
  pointer-events: none;
}

.landing-final .landing-reasons::after,
[data-landing-final="true"] .landing-reasons::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 91, 231, 0.25), transparent 65%);
  top: -120px;
  right: -80px;
  opacity: 0.7;
}

.landing-final .landing-reasons > *,
[data-landing-final="true"] .landing-reasons > * {
  position: relative;
  z-index: 1;
}

.landing-final .landing-duo .landing-section-title,
[data-landing-final="true"] .landing-duo .landing-section-title {
  text-align: start;
  margin-bottom: 1.5rem;
}

.landing-final .landing-reasons .landing-section-title,
[data-landing-final="true"] .landing-reasons .landing-section-title {
  color: #f8fafc;
}

.landing-final .reasons-grid,
[data-landing-final="true"] .reasons-grid {
  display: grid;
  gap: 1.25rem;
}

.landing-final .reason-card,
[data-landing-final="true"] .reason-card {
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 18px;
  padding: 1.5rem 1.5rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  position: relative;
  overflow: hidden;
  color: #f8fafc;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 16px 32px rgba(2, 6, 23, 0.35);
  padding-inline-start: 2.75rem;
}

.landing-final .reason-card::before,
[data-landing-final="true"] .reason-card::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  bottom: 1.1rem;
  left: 1.1rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #38bdf8, #2f5be7);
  opacity: 0.9;
}

.landing-final .reason-card::after,
[data-landing-final="true"] .reason-card::after {
  content: "";
  position: absolute;
  inset: -40% -30% auto auto;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(94, 234, 212, 0.2), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.landing-final .reason-card:hover,
[data-landing-final="true"] .reason-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(2, 6, 23, 0.45);
}

.landing-final .reason-card:hover::after,
[data-landing-final="true"] .reason-card:hover::after {
  opacity: 1;
}

.landing-final .reason-title,
[data-landing-final="true"] .reason-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: inherit;
  margin: 0;
  flex: 1;
  order: 2;
}

.landing-final .reason-icon,
[data-landing-final="true"] .reason-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 103, 127, 0.6), rgba(47, 91, 231, 0.6));
  color: #f8fafc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 12px 24px rgba(2, 6, 23, 0.35);
  order: 1;
}

.landing-final .reason-icon svg,
[data-landing-final="true"] .reason-icon svg {
  width: 22px;
  height: 22px;
}

/* Strategy */
.landing-final .landing-strategy,
[data-landing-final="true"] .landing-strategy {
  background: linear-gradient(140deg, #ffffff 0%, #f3f7ff 100%);
  border: 1px solid rgba(0, 103, 127, 0.18);
}

.landing-final .landing-strategy::before,
[data-landing-final="true"] .landing-strategy::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 103, 127, 0.12), transparent 70%);
  top: -150px;
  right: -80px;
}

.landing-final .landing-strategy::after,
[data-landing-final="true"] .landing-strategy::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 91, 231, 0.15), transparent 70%);
  bottom: -140px;
  left: -90px;
}

.landing-final .landing-strategy > *,
[data-landing-final="true"] .landing-strategy > * {
  position: relative;
  z-index: 1;
}

.landing-final .strategy-subtitle,
[data-landing-final="true"] .strategy-subtitle {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
}

.landing-final .strategy-kicker,
[data-landing-final="true"] .strategy-kicker {
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  font-weight: 600;
  color: var(--text-muted);
  margin: 0;
}

.landing-final .strategy-divider,
[data-landing-final="true"] .strategy-divider {
  display: inline-block;
  width: 90px;
  height: 2px;
  background: linear-gradient(90deg, #00677F, #2f5be7);
  border-radius: 999px;
  margin: 0;
}

.landing-final .strategy-title,
[data-landing-final="true"] .strategy-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--text-dark);
  margin-bottom: 2rem;
}

.landing-final .strategy-grid,
[data-landing-final="true"] .strategy-grid {
  display: grid;
  gap: 1.25rem;
  position: relative;
}

.landing-final .strategy-card,
[data-landing-final="true"] .strategy-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(47, 91, 231, 0.18);
  border-radius: 18px;
  padding: 1.5rem 1.5rem 1.75rem;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-inline-start: 2.75rem;
}

.landing-final .strategy-card::before,
[data-landing-final="true"] .strategy-card::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  bottom: 1.1rem;
  left: 1.1rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #00677F, #2f5be7);
  opacity: 0.9;
}

.landing-final .strategy-card::after,
[data-landing-final="true"] .strategy-card::after {
  content: "";
  position: absolute;
  inset: -40% -30% auto auto;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(47, 91, 231, 0.18), transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.landing-final .strategy-card:hover,
[data-landing-final="true"] .strategy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.16);
}

.landing-final .strategy-card:hover::after,
[data-landing-final="true"] .strategy-card:hover::after {
  opacity: 1;
}

.landing-final .strategy-title-text,
[data-landing-final="true"] .strategy-title-text {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0;
  flex: 1;
  order: 2;
}

.landing-final .strategy-icon,
[data-landing-final="true"] .strategy-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #00677F, #2f5be7);
  color: #f8fafc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(47, 91, 231, 0.28);
  align-self: center;
  order: 1;
}

.landing-final .strategy-icon svg,
[data-landing-final="true"] .strategy-icon svg {
  width: 22px;
  height: 22px;
}

@media (min-width: 768px) {
  .landing-final .reasons-grid,
  [data-landing-final="true"] .reasons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-final .strategy-grid,
  [data-landing-final="true"] .strategy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Workflow section */
.landing-final .landing-workflow,
[data-landing-final="true"] .landing-workflow {
  padding-block: clamp(3.5rem, 9vw, 6rem);
  background: #ffffff;
}

.landing-final .workflow-heading,
[data-landing-final="true"] .workflow-heading {
  text-align: center;
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 800;
  color: #1c2837;
  margin-bottom: 3rem;
}

.landing-final .workflow-grid,
[data-landing-final="true"] .workflow-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.landing-final .workflow-card,
[data-landing-final="true"] .workflow-card {
  background: #ffffff;
  border: 1px solid #e1e8f2;
  border-radius: 22px;
  padding: 2.4rem 1.75rem;
  text-align: center;
  min-height: 180px;
  width: 100%;
  max-width: 320px;
  flex: 1 1 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  box-shadow: 0 10px 24px rgba(15, 31, 44, 0.05);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.landing-final .workflow-card::before,
[data-landing-final="true"] .workflow-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 20%, rgba(47, 91, 231, 0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 0;
}

.landing-final .workflow-card > *,
[data-landing-final="true"] .workflow-card > * {
  position: relative;
  z-index: 1;
}

.landing-final .workflow-card:hover,
[data-landing-final="true"] .workflow-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(15, 31, 44, 0.12);
}

.landing-final .workflow-card:hover::before,
[data-landing-final="true"] .workflow-card:hover::before {
  opacity: 1;
}

.landing-final .workflow-number,
[data-landing-final="true"] .workflow-number {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.08em;
}

.landing-final .workflow-title,
[data-landing-final="true"] .workflow-title {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  font-weight: 700;
  color: #1c2837;
  margin: 0;
  line-height: 1.6;
}

.landing-final .workflow-arrow,
[data-landing-final="true"] .workflow-arrow {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: #1c2837;
  opacity: 0.6;
  min-width: 24px;
  text-align: center;
  flex: 0 0 auto;
  display: none;
}

html[dir="rtl"] .landing-final .workflow-grid,
html[dir="rtl"] [data-landing-final="true"] .workflow-grid {
  direction: rtl;
}

@media (min-width: 1200px) {
  .landing-final .workflow-grid,
  [data-landing-final="true"] .workflow-grid {
    flex-wrap: nowrap;
  }

  .landing-final .workflow-arrow,
  [data-landing-final="true"] .workflow-arrow {
    display: block;
  }

  .landing-final .workflow-card,
  [data-landing-final="true"] .workflow-card {
    width: clamp(180px, 18vw, 240px);
    max-width: none;
    flex: 0 0 auto;
  }
}

/* Fit section */
.landing-final .landing-fit,
[data-landing-final="true"] .landing-fit {
  background: radial-gradient(circle at 18% 12%, rgba(47, 91, 231, 0.12), transparent 45%),
    radial-gradient(circle at 85% 0, rgba(0, 103, 127, 0.12), transparent 40%),
    linear-gradient(180deg, #f7f9ff 0%, #eef3ff 55%, #f5f7fb 100%);
  position: relative;
  overflow: hidden;
}

.landing-final .landing-fit::before,
[data-landing-final="true"] .landing-fit::before {
  content: "";
  position: absolute;
  width: 34vmax;
  height: 34vmax;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 91, 231, 0.16), transparent 70%);
  bottom: -18vmax;
  left: -10vmax;
  opacity: 0.7;
  pointer-events: none;
}

.landing-final .landing-fit::after,
[data-landing-final="true"] .landing-fit::after {
  content: "";
  position: absolute;
  width: 28vmax;
  height: 28vmax;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 103, 127, 0.14), transparent 70%);
  top: -14vmax;
  right: -12vmax;
  opacity: 0.6;
  pointer-events: none;
}

.landing-final .fit-grid,
[data-landing-final="true"] .fit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1.5rem, 3vw, 2.75rem);
  position: relative;
  z-index: 1;
}

.landing-final .fit-card,
[data-landing-final="true"] .fit-card {
  border-radius: 28px;
  padding: clamp(2rem, 2.6vw, 2.6rem);
  padding-inline-start: 2.75rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 65, 101, 0.18);
  box-shadow: 0 20px 55px rgba(2, 6, 23, 0.16);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
  display: grid;
  gap: 1.5rem;
  --fit-offset: 0px;
  transform: translateY(var(--fit-offset));
}

.landing-final .fit-card::before,
[data-landing-final="true"] .fit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  transition: opacity 240ms ease;
  pointer-events: none;
  z-index: 0;
}

.landing-final .fit-card::after,
[data-landing-final="true"] .fit-card::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  bottom: 1.4rem;
  left: 1.4rem;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #00677F, #2f5be7);
  opacity: 0.75;
  pointer-events: none;
}

.landing-final .fit-card > *,
[data-landing-final="true"] .fit-card > * {
  position: relative;
  z-index: 1;
}

.landing-final .fit-card:hover,
.landing-final .fit-card:focus-within,
[data-landing-final="true"] .fit-card:hover,
[data-landing-final="true"] .fit-card:focus-within {
  transform: translateY(calc(var(--fit-offset) - 6px));
  box-shadow: 0 32px 75px rgba(2, 6, 23, 0.24);
  border-color: rgba(0, 103, 127, 0.35);
}

.landing-final .fit-card:hover::before,
.landing-final .fit-card:focus-within::before,
[data-landing-final="true"] .fit-card:hover::before,
[data-landing-final="true"] .fit-card:focus-within::before {
  opacity: 0.8;
}

.landing-final .fit-card-positive,
[data-landing-final="true"] .fit-card-positive {
  background: linear-gradient(145deg, #005a6d 0%, #2f5be7 55%, #003b5c 100%);
  color: #f8fafc;
  border: 1px solid rgba(47, 91, 231, 0.7);
  box-shadow: 0 30px 75px rgba(2, 6, 23, 0.3), inset 0 0 0 1px rgba(245, 247, 251, 0.16);
}

.landing-final .fit-card-negative,
[data-landing-final="true"] .fit-card-negative {
  background: linear-gradient(150deg, #ffffff 0%, #f4f8ff 100%);
  color: #0f172a;
  border: 1px solid rgba(0, 103, 127, 0.2);
  box-shadow: 0 22px 50px rgba(2, 6, 23, 0.14);
}

.landing-final .fit-card-positive:hover,
.landing-final .fit-card-positive:focus-within,
[data-landing-final="true"] .fit-card-positive:hover,
[data-landing-final="true"] .fit-card-positive:focus-within {
  box-shadow: 0 36px 90px rgba(2, 6, 23, 0.4), inset 0 0 0 1px rgba(245, 247, 251, 0.2);
}

.landing-final .fit-card-negative:hover,
.landing-final .fit-card-negative:focus-within,
[data-landing-final="true"] .fit-card-negative:hover,
[data-landing-final="true"] .fit-card-negative:focus-within {
  border-color: rgba(0, 103, 127, 0.4);
}

.landing-final .fit-card-positive::before,
[data-landing-final="true"] .fit-card-positive::before {
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 60%);
}

.landing-final .fit-card-negative::before,
[data-landing-final="true"] .fit-card-negative::before {
  background: radial-gradient(circle at 80% 0, rgba(47, 91, 231, 0.16), transparent 60%);
}

.landing-final .fit-card-negative::after,
[data-landing-final="true"] .fit-card-negative::after {
  background: linear-gradient(180deg, rgba(0, 103, 127, 0.85), rgba(47, 91, 231, 0.65));
}

.landing-final .fit-card-positive .fit-title,
[data-landing-final="true"] .fit-card-positive .fit-title {
  background: rgba(255, 255, 255, 0.12);
}

.landing-final .fit-card-negative .fit-title,
[data-landing-final="true"] .fit-card-negative .fit-title {
  background: rgba(47, 91, 231, 0.08);
  border-color: rgba(0, 103, 127, 0.12);
  color: #0f172a;
}

.landing-final .fit-title,
[data-landing-final="true"] .fit-title {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  row-gap: 0.35rem;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  margin-bottom: 0.5rem;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.landing-final .fit-title-icon,
[data-landing-final="true"] .fit-title-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.18);
}

.landing-final .fit-title-icon svg,
[data-landing-final="true"] .fit-title-icon svg {
  width: 26px;
  height: 26px;
  display: block;
  fill: none;
  stroke: currentColor;
  opacity: 1;
  visibility: visible;
}

.landing-final .fit-card-negative .fit-title-icon,
[data-landing-final="true"] .fit-card-negative .fit-title-icon {
  background: rgba(47, 91, 231, 0.12);
  color: #004165;
}

.landing-final .fit-card-negative .fit-title-icon svg,
[data-landing-final="true"] .fit-card-negative .fit-title-icon svg {
  stroke: #004165;
}

.landing-final .fit-title-text,
[data-landing-final="true"] .fit-title-text {
  font-size: clamp(1.1rem, 2.4vw, 1.35rem);
  font-weight: 700;
  margin: 0;
  color: inherit;
}

.landing-final .fit-list,
[data-landing-final="true"] .fit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.landing-final .fit-item,
[data-landing-final="true"] .fit-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.landing-final .fit-item-icon,
[data-landing-final="true"] .fit-item-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.18);
}

.landing-final .fit-card-negative .fit-item-icon,
[data-landing-final="true"] .fit-card-negative .fit-item-icon {
  background: rgba(47, 91, 231, 0.14);
  color: #004165;
}

.landing-final .fit-card-negative .fit-item,
[data-landing-final="true"] .fit-card-negative .fit-item {
  background: #f6f9ff;
  border-color: rgba(0, 103, 127, 0.12);
}

.landing-final .fit-card-negative .fit-item-icon svg,
[data-landing-final="true"] .fit-card-negative .fit-item-icon svg {
  stroke: #004165;
}

.landing-final .fit-card-positive .fit-item-icon svg,
[data-landing-final="true"] .fit-card-positive .fit-item-icon svg,
.landing-final .fit-card-positive .fit-title-icon svg,
[data-landing-final="true"] .fit-card-positive .fit-title-icon svg {
  stroke: #f5f7fb;
}

.landing-final .fit-card-positive .fit-title-icon,
[data-landing-final="true"] .fit-card-positive .fit-title-icon {
  color: #f5f7fb;
}

.landing-final .fit-card-positive .fit-item-icon,
[data-landing-final="true"] .fit-card-positive .fit-item-icon {
  color: #f5f7fb;
}

.landing-final .fit-item-icon svg,
[data-landing-final="true"] .fit-item-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: none;
  stroke: currentColor;
  opacity: 1;
  visibility: visible;
}

.landing-final .fit-item-text,
[data-landing-final="true"] .fit-item-text {
  display: block;
  line-height: 1.6;
}

.landing-final .fit-card-positive .fit-item-icon,
[data-landing-final="true"] .fit-card-positive .fit-item-icon,
.landing-final .fit-card-positive .fit-title-icon,
[data-landing-final="true"] .fit-card-positive .fit-title-icon {
  animation: fit-icon-pulse 3.6s ease-in-out infinite;
  transform-origin: center;
}

@keyframes fit-icon-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.92;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

/* Why Eda2at */
.landing-final .landing-why,
[data-landing-final="true"] .landing-why {
  background: linear-gradient(135deg, #0b1324 0%, #0a1b33 48%, #0b1220 100%);
  position: relative;
  overflow: hidden;
  color: #f8fafc;
}

.landing-final .landing-why::before,
[data-landing-final="true"] .landing-why::before {
  content: "";
  position: absolute;
  width: 38vmax;
  height: 38vmax;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 91, 231, 0.22), transparent 70%);
  top: -18vmax;
  left: -16vmax;
  opacity: 0.9;
  pointer-events: none;
}

.landing-final .landing-why::after,
[data-landing-final="true"] .landing-why::after {
  content: "";
  position: absolute;
  width: 32vmax;
  height: 32vmax;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 103, 127, 0.22), transparent 70%);
  bottom: -16vmax;
  right: -12vmax;
  opacity: 0.8;
  pointer-events: none;
}

.landing-final .landing-why .container,
[data-landing-final="true"] .landing-why .container {
  position: relative;
  z-index: 1;
  max-width: min(1500px, 96vw);
  padding-inline: clamp(0.75rem, 2vw, 1.5rem);
}

.landing-final .landing-why .landing-section-title,
[data-landing-final="true"] .landing-why .landing-section-title {
  color: #f8fafc;
  text-align: center;
}

.landing-final .why-stats,
[data-landing-final="true"] .why-stats {
  margin: 2rem 0 2.5rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #004165 0%, #020617 100%);
  border: 1px solid rgba(47, 91, 231, 0.35);
  box-shadow: 0 26px 60px rgba(2, 6, 23, 0.45);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.landing-final .why-stat,
[data-landing-final="true"] .why-stat {
  display: grid;
  gap: 0.6rem;
  align-items: center;
  justify-items: stretch;
}

.landing-final .why-stat-number,
[data-landing-final="true"] .why-stat-number {
  font-size: clamp(2.4rem, 4vw, 3.2rem);
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #2f5be7;
  background: linear-gradient(120deg, #2f5be7 0%, rgba(47, 91, 231, 0.55) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  width: 100%;
}

.landing-final .why-stat-label,
[data-landing-final="true"] .why-stat-label {
  font-size: 0.98rem;
  color: rgba(233, 240, 255, 0.82);
  max-width: 16rem;
  width: 100%;
  margin: 0 auto;
}

.landing-final .why-cards-grid,
[data-landing-final="true"] .why-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.9rem, 2vw, 1.5rem);
}

.landing-final .why-card-simple,
[data-landing-final="true"] .why-card-simple {
  background: linear-gradient(160deg, rgba(15, 23, 42, 0.9), rgba(10, 18, 34, 0.95));
  border-radius: 20px;
  padding: 2.1rem 1.75rem 2.3rem;
  padding-inline-start: 2.75rem;
  text-align: start;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 20px 48px rgba(2, 6, 23, 0.45);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  min-height: 190px;
  display: flex;
  align-items: center;
}

.landing-final .why-card-simple::before,
[data-landing-final="true"] .why-card-simple::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  bottom: 1.1rem;
  left: 1.1rem;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, #38bdf8, #2f5be7);
  opacity: 0.9;
}

.landing-final .why-card-simple::after,
[data-landing-final="true"] .why-card-simple::after {
  content: none;
}

.landing-final .why-card-simple:hover,
[data-landing-final="true"] .why-card-simple:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(2, 6, 23, 0.6);
  border-color: rgba(47, 91, 231, 0.55);
}

.landing-final .why-card-text,
[data-landing-final="true"] .why-card-text {
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  font-weight: 700;
  color: #f8fafc;
  margin: 0;
  line-height: 1.6;
  width: 100%;
}

/* After section */
.landing-final .landing-after,
[data-landing-final="true"] .landing-after {
  padding-block: clamp(3.5rem, 9vw, 6rem);
  background: #ffffff;
}

.landing-final .after-timeline,
[data-landing-final="true"] .after-timeline {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
  margin-top: 3rem;
}

.landing-final .after-timeline::before,
[data-landing-final="true"] .after-timeline::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 8%;
  right: 8%;
  height: 3px;
  background: var(--landing-line);
  z-index: 0;
  display: none;
}

.landing-final .after-step,
[data-landing-final="true"] .after-step {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.landing-final .after-icon,
[data-landing-final="true"] .after-icon {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 4px solid var(--landing-blue);
  color: var(--landing-blue);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(47, 91, 231, 0.12);
}

.landing-final .after-icon svg,
[data-landing-final="true"] .after-icon svg {
  width: 34px;
  height: 34px;
  display: block;
}

.landing-final .after-text,
[data-landing-final="true"] .after-text {
  margin: 0;
  font-size: clamp(1.05rem, 2.3vw, 1.25rem);
  font-weight: 700;
  color: #1c2837;
  line-height: 1.7;
  text-align: center;
}

/* Readiness CTA */
.landing-final .landing-readiness,
[data-landing-final="true"] .landing-readiness {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4rem, 10vw, 6.5rem);
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 55%),
    #0c1524;
  text-align: center;
  color: #ffffff;
}

.landing-final .landing-readiness::before,
.landing-final .landing-readiness::after,
[data-landing-final="true"] .landing-readiness::before,
[data-landing-final="true"] .landing-readiness::after {
  content: "";
  position: absolute;
  width: min(220px, 28vw);
  height: min(220px, 28vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 91, 231, 0.32), transparent 68%);
  z-index: 0;
  animation: readiness-fade 3.2s ease-in-out infinite;
  will-change: opacity;
}

.landing-final .landing-readiness::before,
[data-landing-final="true"] .landing-readiness::before {
  top: 10%;
  left: 10%;
  animation-delay: -1.2s;
}

.landing-final .landing-readiness::after,
[data-landing-final="true"] .landing-readiness::after {
  bottom: 12%;
  right: 12%;
  background: radial-gradient(circle, rgba(0, 103, 127, 0.34), transparent 68%);
  animation-delay: -2.6s;
}

.landing-final .landing-readiness .container,
[data-landing-final="true"] .landing-readiness .container {
  position: relative;
  z-index: 1;
}

.landing-final .landing-readiness .container::before,
[data-landing-final="true"] .landing-readiness .container::before {
  content: "";
  position: absolute;
  width: min(180px, 24vw);
  height: min(180px, 24vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.3), transparent 68%);
  top: 55%;
  left: 52%;
  transform: translate(-50%, -50%);
  z-index: 0;
  animation: readiness-fade 3s ease-in-out infinite;
  animation-delay: -0.8s;
  pointer-events: none;
  will-change: opacity;
}

.landing-final .readiness-pretitle,
[data-landing-final="true"] .readiness-pretitle {
  margin: 0 0 0.9rem;
  font-size: clamp(1rem, 2.3vw, 1.2rem);
  color: #b7c3d3;
  font-weight: 600;
}

.landing-final .readiness-title,
[data-landing-final="true"] .readiness-title {
  margin: 0 0 1rem;
  font-size: clamp(2.1rem, 5.5vw, 3.2rem);
  font-weight: 800;
  color: #ffffff;
}

.landing-final .readiness-subtitle,
[data-landing-final="true"] .readiness-subtitle {
  margin: 0 auto 2.5rem;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: #b7c3d3;
  max-width: 640px;
  line-height: 1.8;
}

.landing-final .readiness-cta,
[data-landing-final="true"] .readiness-cta {
  border-radius: 999px;
  padding: 0.95rem 2.8rem;
  background: var(--landing-blue);
  border-color: var(--landing-blue);
  box-shadow: 0 14px 28px rgba(26, 64, 168, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 1.05rem;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.landing-final .readiness-cta:hover,
.landing-final .readiness-cta:focus,
[data-landing-final="true"] .readiness-cta:hover,
[data-landing-final="true"] .readiness-cta:focus {
  background: #2a52d3;
  border-color: #2a52d3;
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(26, 64, 168, 0.45);
}

.landing-final .readiness-cta .cta-arrow,
[data-landing-final="true"] .readiness-cta .cta-arrow {
  font-size: 1.25rem;
  line-height: 1;
}

.landing-final .readiness-cta .cta-text,
[data-landing-final="true"] .readiness-cta .cta-text {
  font-size: 1.1rem;
  font-weight: 700;
}

@keyframes readiness-fade {
  0% { opacity: 0; }
  45% { opacity: 0.9; }
  70% { opacity: 0.25; }
  100% { opacity: 0; }
}

.landing-final .mobile-cta-bar,
[data-landing-final="true"] .mobile-cta-bar {
  display: none;
}

/* Reveal overrides - directional variants */
.landing-final .reveal,
[data-landing-final="true"] .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: transform 0.35s ease, opacity 0.35s ease;
  transition-delay: var(--d, 0ms);
  will-change: transform, opacity;
}

.landing-final .reveal.is-visible,
[data-landing-final="true"] .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Left reveal - moves from left to right */
.landing-final .reveal-left,
[data-landing-final="true"] .reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition-delay: var(--d, 0ms);
  will-change: transform, opacity;
}

html[dir="rtl"] .landing-final .reveal-left,
html[dir="rtl"] [data-landing-final="true"] .reveal-left {
  transform: translateX(40px);
}

.landing-final .reveal-left.is-visible,
[data-landing-final="true"] .reveal-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

html[dir="rtl"] .landing-final .reveal-left.is-visible,
html[dir="rtl"] [data-landing-final="true"] .reveal-left.is-visible {
  transform: translateX(0);
}

/* Right reveal - moves from right to left */
.landing-final .reveal-right,
[data-landing-final="true"] .reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition-delay: var(--d, 0ms);
  will-change: transform, opacity;
}

html[dir="rtl"] .landing-final .reveal-right,
html[dir="rtl"] [data-landing-final="true"] .reveal-right {
  transform: translateX(-40px);
}

.landing-final .reveal-right.is-visible,
[data-landing-final="true"] .reveal-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

html[dir="rtl"] .landing-final .reveal-right.is-visible,
html[dir="rtl"] [data-landing-final="true"] .reveal-right.is-visible {
  transform: translateX(0);
}

/* Responsive adjustments */
@media (min-width: 992px) {
  .landing-final .duo-grid,
  [data-landing-final="true"] .duo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }

  .landing-final .duo-grid::after,
  [data-landing-final="true"] .duo-grid::after {
    opacity: 0.45;
    left: 50%;
  }

  .landing-final .strategy-grid::before,
  [data-landing-final="true"] .strategy-grid::before {
    content: none;
  }

  .landing-final .fit-grid,
  [data-landing-final="true"] .fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-final .fit-card-positive,
  [data-landing-final="true"] .fit-card-positive {
    --fit-offset: -14px;
  }

  .landing-final .fit-card-negative,
  [data-landing-final="true"] .fit-card-negative {
    --fit-offset: 14px;
  }

  .landing-final .after-timeline::before,
  [data-landing-final="true"] .after-timeline::before {
    display: block;
  }

  .landing-final .after-timeline,
  [data-landing-final="true"] .after-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .landing-final .hero-cta,
  [data-landing-final="true"] .hero-cta,
  .landing-final .readiness-cta,
  [data-landing-final="true"] .readiness-cta {
    width: 100%;
    justify-content: center;
  }

  .landing-final .fit-grid,
  [data-landing-final="true"] .fit-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-final .fit-card-positive,
  [data-landing-final="true"] .fit-card-positive {
    order: -1;
    --fit-offset: 0px;
  }

  .landing-final .why-stats,
  [data-landing-final="true"] .why-stats {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
  }

  .landing-final .why-cards-grid,
  [data-landing-final="true"] .why-cards-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-final .why-card-simple,
  [data-landing-final="true"] .why-card-simple {
    padding: 1.4rem 1.25rem 1.6rem;
    min-height: 140px;
  }

  .landing-final .why-card-text,
  [data-landing-final="true"] .why-card-text {
    font-size: clamp(1rem, 4vw, 1.12rem);
  }

  .landing-final .fit-title-text,
  [data-landing-final="true"] .fit-title-text {
    font-size: clamp(1rem, 3.6vw, 1.15rem);
    white-space: nowrap;
  }

  .landing-final .mobile-cta-bar,
  [data-landing-final="true"] .mobile-cta-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 0.75rem 1rem env(safe-area-inset-bottom);
    display: flex;
    justify-content: center;
    background: linear-gradient(135deg, rgba(2, 6, 23, 0.92), rgba(0, 65, 101, 0.85));
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(233, 240, 255, 0.45);
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .landing-final .mobile-cta-bar.is-visible,
  [data-landing-final="true"] .mobile-cta-bar.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .landing-final .mobile-cta-button,
  [data-landing-final="true"] .mobile-cta-button {
    width: 100%;
    max-width: 520px;
    border-radius: 999px;
    padding: 0.95rem 1.5rem;
    text-align: center;
    font-weight: 700;
    color: #f5f7fb;
    background: linear-gradient(135deg, #00677F 0%, #2f5be7 100%);
    box-shadow: 0 10px 25px rgba(2, 6, 23, 0.6);
    transition: transform 200ms ease, box-shadow 200ms ease;
  }

  .landing-final .mobile-cta-button:hover,
  .landing-final .mobile-cta-button:focus,
  .landing-final .mobile-cta-button:active,
  [data-landing-final="true"] .mobile-cta-button:hover,
  [data-landing-final="true"] .mobile-cta-button:focus,
  [data-landing-final="true"] .mobile-cta-button:active {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(2, 6, 23, 0.7);
  }
}

/* RTL support */
html[dir="rtl"] .landing-final .landing-section-title,
html[dir="rtl"] [data-landing-final="true"] .landing-section-title,
html[dir="rtl"] .landing-final .workflow-heading,
html[dir="rtl"] [data-landing-final="true"] .workflow-heading {
  text-align: center;
}

html[dir="rtl"] .landing-final .landing-duo .landing-section-title,
html[dir="rtl"] [data-landing-final="true"] .landing-duo .landing-section-title {
  text-align: start;
}

html[dir="rtl"] .landing-final .fit-title,
html[dir="rtl"] [data-landing-final="true"] .fit-title,
html[dir="rtl"] .landing-final .fit-item,
html[dir="rtl"] [data-landing-final="true"] .fit-item {
  flex-direction: row;
}

html[dir="rtl"] .landing-final .fit-item,
html[dir="rtl"] [data-landing-final="true"] .fit-item {
  justify-content: flex-start;
}

html[dir="rtl"] .landing-final .fit-card::after,
html[dir="rtl"] [data-landing-final="true"] .fit-card::after {
  left: auto;
  right: 1.4rem;
}

html[dir="rtl"] .landing-final .why-card-simple,
html[dir="rtl"] [data-landing-final="true"] .why-card-simple {
  text-align: right;
}

html[dir="rtl"] .landing-final .why-card-simple::before,
html[dir="rtl"] [data-landing-final="true"] .why-card-simple::before {
  left: auto;
  right: 1.1rem;
}

html[dir="rtl"] .landing-final .why-card-simple::after,
html[dir="rtl"] [data-landing-final="true"] .why-card-simple::after {
  right: auto;
  left: 1.2rem;
}

html[dir="rtl"] .landing-final .readiness-cta,
html[dir="rtl"] [data-landing-final="true"] .readiness-cta {
  flex-direction: row-reverse;
}

html[dir="rtl"] .landing-final .why-stat-label,
html[dir="rtl"] [data-landing-final="true"] .why-stat-label {
  text-align: right;
}

html[dir="ltr"] .landing-final .why-stat-label,
html[dir="ltr"] [data-landing-final="true"] .why-stat-label {
  text-align: left;
}

html[dir="rtl"] .landing-final .reason-card,
html[dir="rtl"] [data-landing-final="true"] .reason-card {
  text-align: right;
  align-items: center;
}

html[dir="rtl"] .landing-final .reason-title,
html[dir="rtl"] [data-landing-final="true"] .reason-title {
  order: 1;
}

html[dir="rtl"] .landing-final .reason-icon,
html[dir="rtl"] [data-landing-final="true"] .reason-icon {
  order: 2;
}

html[dir="rtl"] .landing-final .reason-card::before,
html[dir="rtl"] [data-landing-final="true"] .reason-card::before {
  left: auto;
  right: 1.1rem;
}

html[dir="rtl"] .landing-final .reason-card::after,
html[dir="rtl"] [data-landing-final="true"] .reason-card::after {
  right: auto;
  left: -30%;
}

html[dir="rtl"] .landing-final .duo-grid::after,
html[dir="rtl"] [data-landing-final="true"] .duo-grid::after {
  left: 35%;
}

html[dir="rtl"] .landing-final .strategy-card,
html[dir="rtl"] [data-landing-final="true"] .strategy-card {
  text-align: right;
  grid-template-columns: auto 1fr;
  align-items: center;
}

html[dir="rtl"] .landing-final .strategy-title-text,
html[dir="rtl"] [data-landing-final="true"] .strategy-title-text {
  grid-column: 2;
  order: 1;
}

html[dir="rtl"] .landing-final .strategy-icon,
html[dir="rtl"] [data-landing-final="true"] .strategy-icon {
  grid-column: 1;
  align-self: center;
  order: 2;
}

html[dir="rtl"] .landing-final .strategy-card::before,
html[dir="rtl"] [data-landing-final="true"] .strategy-card::before {
  left: auto;
  right: 1.1rem;
}

html[dir="rtl"] .landing-final .strategy-card::after,
html[dir="rtl"] [data-landing-final="true"] .strategy-card::after {
  right: auto;
  left: -30%;
}

html[dir="rtl"] .landing-final .after-step,
html[dir="rtl"] [data-landing-final="true"] .after-step {
  text-align: center;
}

/* Language content visibility */
html[dir="rtl"] .landing-final .en-content,
html[dir="rtl"] [data-landing-final="true"] .en-content {
  display: none !important;
}

html[dir="ltr"] .landing-final .en-content,
html[dir="ltr"] [data-landing-final="true"] .en-content {
  display: inline-block;
}

html[dir="rtl"] .landing-final .ar-content,
html[dir="rtl"] [data-landing-final="true"] .ar-content {
  display: inline-block;
}

html[dir="ltr"] .landing-final .ar-content,
html[dir="ltr"] [data-landing-final="true"] .ar-content {
  display: none !important;
}

html[dir="rtl"] .landing-final .workflow-card,
html[dir="rtl"] [data-landing-final="true"] .workflow-card {
  text-align: center;
}
