:root {
  --ink: #000641;
  --ink-soft: #1b218f;
  --blue: #4758f4;
  --teal: #28b8a0;
  --cyan: #63efff;
  --paper: #f9faff;
  --paper-strong: #ffffff;
  --muted: #5b608f;
  --orange: #f09f65;
  --shadow: 0 20px 60px rgba(0, 6, 65, 0.16);
  --shadow-soft: 0 8px 24px rgba(0, 6, 65, 0.16);
  --radius-xl: 40px;
  --radius-lg: 28px;
  --radius-pill: 999px;
  --container: min(96vw, 1500px);
  --section-pad: clamp(72px, 8vw, 140px);
  --header-height: 112px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
  direction: ltr;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Heebo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  direction: ltr;
}

body.menu-open {
  overflow: hidden;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
  background: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.hero-card,
.intro-card,
.section-heading,
.expertise-card,
.solution-content,
.video-card,
.media-card,
.footer-inner,
.mobile-nav,
.header-links {
  direction: rtl;
}

.skip-link {
  position: fixed;
  inset-block-start: 16px;
  inset-inline-start: 16px;
  z-index: 1000;
  transform: translateY(-150%);
  border-radius: var(--radius-pill);
  background: var(--teal);
  color: white;
  padding: 10px 18px;
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

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

.mobile-only {
  display: none;
}

.site-header {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 100;
  padding: 32px clamp(10px, 1.5vw, 28px) 12px;
  pointer-events: none;
}

.header-shell {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 6vw, 120px);
  width: min(100%, 1824px);
  margin-inline: auto;
  padding: 18px 24px 18px 48px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
  pointer-events: auto;
}

.brand {
  display: grid;
  gap: 2px;
  justify-items: end;
  min-width: clamp(240px, 18vw, 340px);
  border-radius: 14px;
  background: #fff;
  padding: 8px 18px 6px;
  direction: rtl;
}

.brand img {
  width: clamp(190px, 16vw, 310px);
  height: auto;
  border-radius: 8px;
  background: #fff;
}

.brand span {
  color: var(--blue);
  font-size: clamp(10px, 0.9vw, 18px);
  font-weight: 800;
  line-height: 1;
}

.header-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 120px);
  font-size: clamp(18px, 1.7vw, 32px);
  font-weight: 700;
}

.header-links a {
  position: relative;
  padding-block: 8px;
}

.header-links a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  height: 3px;
  border-radius: var(--radius-pill);
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.header-links a:hover::after,
.header-links a:focus-visible::after {
  transform: scaleX(1);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(130px, 13vw, 253px);
  min-height: 56px;
  padding: 14px 32px;
  border-radius: var(--radius-pill);
  background: var(--teal);
  color: white;
  font-size: clamp(18px, 1.7vw, 32px);
  font-weight: 700;
}

.cta-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.mobile-nav {
  pointer-events: auto;
  width: calc(100% - 32px);
  margin: 10px auto 0;
  padding: 12px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-soft);
}

.mobile-nav a {
  display: block;
  padding: 12px 18px;
  border-radius: 18px;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: clamp(680px, 86vh, 980px);
  overflow: hidden;
  isolation: isolate;
  color: var(--ink);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  margin-top: -12%;
}

.hero-media {
  background:
    linear-gradient(0deg, rgba(0, 6, 65, 0.72) 0%, rgba(0, 17, 168, 0.08) 58%),
    url("assets/images/fallback/hero-fallback.svg") center / cover no-repeat;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(360deg, rgba(0, 6, 65, 0.86) 0%, rgba(0, 17, 168, 0.08) 58%),
    radial-gradient(circle at 50% 105%, rgba(0, 6, 65, 0.92) 0 30%, transparent 31%);
  pointer-events: none;
}

.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-overlay {
  z-index: -1;
  background:
    radial-gradient(ellipse 92% 24% at 50% 100%, var(--paper) 0 62%, transparent 63%),
    linear-gradient(180deg, transparent 0 80%, var(--paper) 80% 100%);
}

.hero-inner {
  min-height: inherit;
  display: grid;
  align-items: end;
  justify-items: center;
  padding-block: clamp(300px, 46vh, 520px) clamp(70px, 9vh, 120px);
}

.hero-card,
.intro-card {
  width: min(100%, 1100px);
  padding: clamp(28px, 4vw, 56px);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
  text-align: center;
}

.hero-card h1,
.intro-card h2,
.section-heading h2,
.footer h2 {
  margin: 0;
  font-size: clamp(44px, 5.2vw, 100px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.hero-card h1 {
  color: var(--blue);
}

.hero-card p,
.intro-card p,
.section-heading p {
  max-width: 1100px;
  margin: 24px auto 0;
  font-size: clamp(18px, 1.9vw, 36px);
  color: var(--ink);
}

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--teal);
  font-size: clamp(16px, 1.3vw, 24px);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.eyebrow:empty,
.section-kicker:empty {
  display: none;
}

.button-row,
.carousel-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-block-start: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 32px;
  border: 3px solid transparent;
  border-radius: var(--radius-pill);
  font-weight: 700;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.1;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.btn:hover,
.btn:focus-visible,
.circle-btn:hover,
.circle-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0, 6, 65, 0.18);
}

.btn-primary {
  background: var(--teal);
  color: white;
}

.btn-ghost,
.btn-outline {
  border-color: var(--teal);
  color: var(--teal);
  background: transparent;
}

.intro-band {
  margin-block-start: -96px;
  position: relative;
  z-index: 2;
  padding-block-end: 40px;
}

.intro-card {
  width: min(92vw, 1100px);
}

.intro-card h2 {
  color: var(--blue);
}

.expertise,
.solutions-intro,
.podcast,
.media {
  padding-block: var(--section-pad);
}

.expertise {
  padding-block-start: clamp(16px, 2vw, 36px);
  padding-block-end: clamp(56px, 6vw, 96px);
}

.section-heading {
  text-align: center;
}

.section-heading h2 {
  color: var(--ink);
}

.expertise-stage {
  position: relative;
  min-height: clamp(300px, 28vw, 430px);
  display: grid;
  align-items: center;
  margin-block-start: clamp(12px, 2vw, 28px);
  background: url("assets/images/background images/expertise-scroll-full.png") center / 100% auto no-repeat;
}

.expertise-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.8vw, 34px);
}

.expertise-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: clamp(18px, 2.2vw, 32px) 16px;
  border-radius: 40px 0 40px 40px;
  background: transparent;
  text-align: center;
}

.check-icon {
  width: clamp(24px, 3vw, 40px);
  height: clamp(24px, 3vw, 40px);
  object-fit: contain;
}

.expertise-card h3,
.expertise-card h1 {
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(20px, 1.7vw, 32px);
  line-height: 1.15;
}

.expertise-card p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(14px, 1.5vw, 32px);
  font-weight: 300;
  line-height: 1.45;
}

.solutions-intro {
  padding-block: clamp(40px, 5vw, 84px) clamp(18px, 3vw, 36px);
  background: var(--paper);
}

.solutions {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: white;
  padding-block: clamp(18px, 3vw, 44px) clamp(72px, 8vw, 120px);
  background: var(--paper);
}

.solutions-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--ink);
}

.solutions-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutions::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 6, 65, 0.88), rgba(0, 6, 65, 0.94)),
    radial-gradient(circle at 18% 20%, rgba(71, 88, 244, 0.46), transparent 32%);
}

.solutions-shell {
  position: relative;
  width: min(92vw, 1400px);
  margin-block-start: 0;
  border-radius: clamp(28px, 3vw, 40px);
  overflow: hidden;
  background: rgba(0, 6, 65, 0.96);
  box-shadow: var(--shadow);
}

.solutions-shell .solutions-media,
.solutions-shell::before {
  border-radius: inherit;
}

.solution-viewport {
  display: block;
  max-height: clamp(420px, 44vw, 640px);
  overflow-y: auto;
  overscroll-behavior-y: auto;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  border-radius: var(--radius-xl);
  background: transparent;
  color: white;
}

.solution-viewport::-webkit-scrollbar,
.carousel::-webkit-scrollbar,
.media-layout::-webkit-scrollbar,
.video-side-list::-webkit-scrollbar {
  display: none;
}

.solution-slide {
  min-height: clamp(420px, 44vw, 640px);
  scroll-snap-align: start;
  direction: rtl;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(340px, 1.05fr);
  align-items: center;
  gap: clamp(28px, 5vw, 86px);
  padding: clamp(28px, 4vw, 60px);
  background: transparent;
}

.solution-visual {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  overflow: hidden;
  transform: rotate(-5deg);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.24);
  background: transparent;
}

.solution-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-content {
  display: grid;
  gap: 22px;
}

.solution-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.solution-label {
  width: max-content;
  border-radius: 16px;
  background: var(--teal);
  padding: 8px 18px;
  font-weight: 800;
}

.solution-content h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 52px);
  line-height: 1.08;
}

.solution-content p {
  margin: 0;
  font-size: clamp(16px, 1.25vw, 22px);
  color: rgba(255, 255, 255, 0.88);
}

.solution-content ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-content li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(16px, 1.2vw, 22px);
}

.solution-content li::before {
  content: "";
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--teal);
}

.solution-controls {
  position: absolute;
  right: clamp(20px, 3vw, 48px);
  bottom: clamp(20px, 3vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.circle-btn {
  width: clamp(48px, 4vw, 76px);
  height: clamp(48px, 4vw, 76px);
  display: inline-grid;
  place-items: center;
  border: 3px solid white;
  border-radius: 50%;
  background: var(--ink-soft);
  color: white;
  cursor: pointer;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease;
}

.solution-count {
  min-width: 94px;
  display: flex;
  justify-content: center;
  gap: 8px;
  color: white;
  font-size: clamp(22px, 2vw, 36px);
  font-weight: 900;
  direction: ltr;
}

.stats {
  padding-block: 24px var(--section-pad);
  margin-top: 100px;
  direction: rtl;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 56px);
  text-align: center;
}

.stat-card {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.stat-icon {
  width: clamp(42px, 4vw, 64px);
  height: clamp(42px, 4vw, 64px);
  object-fit: contain;
}

.stat-value {
  color: var(--blue);
  font-size: clamp(36px, 4vw, 68px);
  font-weight: 900;
  line-height: 1;
}

.stat-title {
  margin: 0;
  color: var(--blue);
  font-size: clamp(20px, 1.8vw, 32px);
  font-weight: 900;
  line-height: 1.1;
}

.stat-label {
  margin: 0;
  color: var(--blue);
  font-size: clamp(16px, 1.25vw, 22px);
}

.podcast {
  background: linear-gradient(180deg, transparent 0 6%, rgba(255, 255, 255, 0.5) 6% 94%, transparent 94%);
}

.carousel-block {
  margin-block-start: clamp(32px, 5vw, 72px);
}

.video-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1fr);
  gap: clamp(16px, 2vw, 28px);
  direction: ltr;
  align-items: stretch;
  max-height: clamp(440px, 42vw, 640px);
  grid-auto-flow: column;
}

.carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 570px);
  gap: 24px;
  direction: ltr;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 8px 6px 24px;
  scrollbar-width: none;
}

.video-card,
.media-card {
  scroll-snap-align: center;
  direction: rtl;
}

.video-card {
  overflow: hidden;
  border-radius: 32px;
  background: var(--ink);
  color: white;
  box-shadow: var(--shadow-soft);
  text-align: right;
}

.video-card-featured {
  grid-column: 2;
  grid-row: 1;
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}

.video-side-list {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  gap: 18px;
  max-height: inherit;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 8px 12px 8px 8px;
  direction: rtl;
  scrollbar-color: rgba(0, 6, 65, 0.24) transparent;
}

.video-card-compact {
  display: grid;
  grid-template-columns: 36% 1fr;
  align-items: center;
  min-height: 132px;
  border-radius: 24px;
}

.video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: var(--ink-soft);
}

.video-card-compact .video-thumb {
  height: 100%;
  aspect-ratio: auto;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(71, 88, 244, 0.92);
  color: white;
  font-size: 30px;
  box-shadow: 0 14px 32px rgba(0, 6, 65, 0.24);
}

.video-content {
  display: grid;
  gap: 8px;
  padding: 22px 24px 28px;
  direction: rtl;
}

.video-info {
  color: var(--blue);
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 800;
  line-height: 1.2;
}

.video-title {
  color: white;
  font-size: clamp(20px, 1.55vw, 30px);
  font-weight: 900;
  line-height: 1.2;
}

.video-body {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(15px, 1.1vw, 20px);
  line-height: 1.45;
}

.video-card-compact .video-content {
  padding: 16px 20px;
}

.video-card-compact .video-info {
  font-size: clamp(12px, 0.85vw, 15px);
}

.video-card-compact .video-title {
  font-size: clamp(16px, 1.1vw, 22px);
  line-height: 1.25;
}

.video-card-compact .video-body {
  font-size: clamp(13px, 0.9vw, 16px);
  line-height: 1.35;
}

.media-layout {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(430px, calc((100% - clamp(24px, 2vw, 40px)) / 2));
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  gap: clamp(24px, 2vw, 40px);
  padding: 10px 10px 18px;
  direction: ltr;
}

.media-card {
  min-height: clamp(350px, 26vw, 470px);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  padding: clamp(52px, 4vw, 74px) clamp(40px, 3vw, 58px);
  position: relative;
  text-align: center;
  background: transparent;
  width: 500px;
}

.media-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--media-paper) center / contain no-repeat;
}

.media-source {
  min-width: 96px;
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  background: rgba(71, 88, 244, 0.12);
  color: var(--blue);
  font-weight: 800;
}

.media-card h3 {
  margin: 0;
  font-size: clamp(22px, 1.7vw, 32px);
  line-height: 1.15;
}

.media-card p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(15px, 1vw, 18px);
}

.media-card a {
  margin-block-start: 8px;
  border-radius: var(--radius-pill);
  background: var(--blue);
  color: white;
  padding: 12px 24px;
  font-weight: 700;
}

.footer {
  position: relative;
  min-height: clamp(560px, 46vw, 760px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: white;
  padding-block-start: 72px;
  background: var(--paper);
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}

.footer-bg {
  position: absolute;
  width: max(118vw, 1240px);
  height: max(118vw, 1240px);
  inset-inline-start: 50%;
  inset-block-start: clamp(18px, 3vw, 46px);
  transform: translateX(-50%);
  border-radius: 50% 50% 0 0;
  background: var(--ink);
  transition:
    width 450ms ease,
    height 450ms ease,
    inset 450ms ease,
    border-radius 450ms ease,
    transform 450ms ease;
}

.footer:hover .footer-bg,
.footer:focus-within .footer-bg {
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
  border-radius: 0;
}

.footer::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  height: 58%;
  background: var(--ink);
  z-index: -1;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  padding-block: clamp(86px, 8vw, 138px) 36px;
}

.footer-logo,
.footer-bottom-logo,
.socials img,
.check-icon,
.stat-icon,
.media-card::before {
  background-color: transparent;
}

.footer-logo {
  width: clamp(180px, 18vw, 270px);
  margin-block-end: 12px;
}

.footer-tagline {
  max-width: 760px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.3vw, 24px);
  line-height: 1.45;
}

.footer h2 {
  max-width: 980px;
  color: white;
  font-size: clamp(34px, 4vw, 60px);
}

.contact-form-wrap {
  width: min(100%, 650px);
  margin-block-start: clamp(28px, 4vw, 56px);
  scroll-margin-top: calc(var(--header-height) + 24px);
}

.contact-form-inline {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 2.4vw, 30px);
  align-items: stretch;
  direction: ltr;
}

.form-group {
  position: relative;
  min-height: clamp(74px, 7vw, 92px);
}

.form-group input {
  width: 100%;
  height: 100%;
  min-height: clamp(74px, 7vw, 92px);
  border: 1.5px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: white;
  color: rgba(7, 10, 22, 0.7);
  font: inherit;
  font-size: clamp(20px, 1.55vw, 28px);
  font-weight: 700;
  padding: 28px 32px 12px;
  outline: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
  text-align: right;
}

.form-group label {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-end: 32px;
  transform: translateY(-50%);
  color: rgba(7, 10, 22, 0.84);
  font-size: clamp(20px, 1.55vw, 28px);
  font-weight: 800;
  pointer-events: none;
  transition:
    color 180ms ease,
    font-size 180ms ease,
    transform 180ms ease,
    inset-block-start 180ms ease;
}

.form-group input:focus,
.form-group input:not(:placeholder-shown) {
  border-color: #00d4aa;
  box-shadow: 0 18px 38px rgba(0, 6, 65, 0.24);
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
  inset-block-start: 10px;
  transform: translateY(0);
  color: #00d4aa;
  font-size: 13px;
}

.btn-submit {
  width: 100%;
  min-height: clamp(64px, 6vw, 82px);
  gap: 10px;
  border: 0;
  background: var(--teal);
  color: white;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 18px;
  direction: rtl;
}

.btn-submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.btn-submit.is-success {
  background: linear-gradient(135deg, #00b894, #00d4aa);
}

.footer-bottom {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 24px;
  margin-block-start: clamp(52px, 6vw, 88px);
  padding-block-start: 30px;
  border-block-start: 1px solid rgba(255, 255, 255, 0.52);
  text-align: start;
  background-color: var(--ink);
}

.footer-brand {
  display: grid;
  justify-items: end;
  gap: 12px;
  max-width: 560px;
  margin-inline-end: auto;
  direction: rtl;
  text-align: right;
}

.footer-brand-left {
  display: grid;
  justify-items: end;
  gap: 12px;
  max-width: 560px;
  margin-inline-end: auto;
  direction: ltr;
  text-align: right;
}

.footer-bottom-logo {
  width: clamp(180px, 16vw, 260px);
}

.footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(13px, 0.9vw, 16px);
}

.socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

.socials a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 0;
  background: transparent;
}

.socials i {
  color: white;
  font-size: 22px;
  line-height: 1;
}

.footer-bottom p {
  margin: 0;
  font-size: clamp(14px, 1vw, 20px);
}

[data-animate] {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 600ms ease,
    transform 600ms ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  :root {
    --container: min(100% - 20px, 390px);
    --section-pad: 72px;
    --header-height: 92px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: inline-flex;
  }

  .site-header {
    padding: 28px 10px 8px;
  }

  .header-shell {
    min-height: 72px;
    padding: 16px;
    gap: 16px;
  }

  .header-links {
    display: none;
  }

  .header-cta {
    min-width: 76px;
    min-height: 40px;
    width: auto;
    height: 40px;
    padding: 0 14px;
    font-size: 14px;
  }

  .brand {
    min-width: auto;
  }

  .brand img {
    width: 150px;
  }

  .menu-toggle {
    width: 34px;
    height: 34px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 0;
    background: transparent;
    color: var(--ink-soft);
    padding: 0;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
  }

  .hero {
    min-height: 650px;
  }

  .hero-inner {
    padding-block: 220px 58px;
  }

  .hero-card,
  .intro-card {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .hero-card h1,
  .intro-card h2,
  .section-heading h2 {
    font-size: clamp(40px, 12vw, 48px);
  }

  .hero-card p,
  .intro-card p,
  .section-heading p {
    font-size: 16px;
    line-height: 1.5;
    margin-block-start: 14px;
  }

  .intro-band {
    margin-block-start: -46px;
  }

  .expertise-stage {
    min-height: 360px;
    margin-block-start: 22px;
    background-size: 140% auto;
  }

  .expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 0;
  }

  .expertise-card {
    min-height: 130px;
    padding: 12px 10px;
    background: transparent;
  }

  .solution-viewport {
    border-radius: 28px;
    max-height: 540px;
  }

  .solution-slide {
    min-height: 540px;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px;
    align-content: center;
  }

  .solution-visual {
    width: min(100%, 292px);
    margin-inline: auto;
  }

  .solution-content {
    justify-items: center;
    text-align: center;
    gap: 16px;
  }

  .solution-tags {
    justify-content: center;
  }

  .solution-content h3 {
    font-size: 30px;
  }

  .solution-content p {
    font-size: 16px;
  }

  .solution-content ul {
    width: 100%;
  }

  .solution-content li {
    justify-content: center;
  }

  .solution-count {
    min-width: 86px;
    font-size: 28px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .carousel,
  .media-layout {
    grid-auto-columns: minmax(278px, 88%);
    padding-inline: 0;
  }

  .video-layout {
    display: grid;
    grid-template-columns: 1fr;
    max-height: none;
    grid-auto-flow: row;
  }

  .video-card-featured {
    grid-column: auto;
  }

  .video-side-list {
    grid-column: auto;
    grid-row: auto;
    max-height: 430px;
  }

  .video-card-compact {
    grid-template-columns: 1fr;
  }

  .media-layout {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-auto-columns: minmax(300px, 88%);
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  .carousel-actions {
    gap: 12px;
  }

  .carousel-actions .btn {
    order: -1;
    width: 100%;
  }

  .media-card {
    min-height: 340px;
    padding: 52px 32px;
  }

  .footer {
    min-height: 620px;
  }

  .footer-bg {
    width: 920px;
    height: 920px;
    inset-block-start: 42px;
  }

  .footer h2 {
    font-size: 32px;
  }

  .contact-form-inline {
    gap: 16px;
  }

  .footer-bottom {
    align-items: center;
    flex-direction: column;
    margin-block-start: 62px;
    text-align: center;
  }

  .footer-brand {
    justify-items: center;
    text-align: center;
    margin-inline: 0;
  }
}

@media (max-width: 430px) {
  .button-row .btn {
    width: 100%;
  }

  .expertise-grid {
    width: 320px;
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
