@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-plex-sans-arabic-arabic-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-plex-sans-arabic-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-plex-sans-arabic-arabic-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-plex-sans-arabic-latin-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-plex-sans-arabic-arabic-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-plex-sans-arabic-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-plex-sans-arabic-arabic-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC;
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-plex-sans-arabic-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --night: #0b0f14;
  --night-2: #11171e;
  --night-3: #182029;
  --paper: #f4f3ef;
  --paper-2: #ecebe5;
  --white: #fbfaf7;
  --ink: #15171a;
  --steel: #66707a;
  --steel-light: #9aa2aa;
  --line: #d4d3cc;
  --line-dark: rgba(244, 243, 239, 0.14);
  --orange: #ff6a00;
  --orange-dark: #b34700;
  --orange-soft: #fff0e5;
  --green: #42b56d;
  --header-h: 82px;
  --shell: 1360px;
  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --shadow-soft: 0 24px 80px rgba(21, 23, 26, 0.08);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 24px);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

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

button {
  color: inherit;
}

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

p,
h1,
h2,
h3,
h4,
ul,
ol {
  margin-top: 0;
}

::selection {
  background: var(--orange);
  color: var(--night);
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--night);
}

.shell {
  width: min(var(--shell), calc(100% - 80px));
  margin-inline: auto;
}

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

.skip-link {
  position: fixed;
  z-index: 999;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  transform: translateY(-160%);
  padding: 11px 16px;
  background: var(--orange);
  color: var(--night);
  font-weight: 700;
  transition: transform 180ms ease;
}

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

.page-progress {
  position: fixed;
  z-index: 999;
  inset: 0 0 auto;
  height: 2px;
  pointer-events: none;
}

.page-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--orange);
}

@supports (animation-timeline: scroll()) {
  .page-progress span {
    width: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    animation: laf-scroll-progress linear both;
    animation-timeline: scroll(root block);
  }

  [dir="rtl"] .page-progress span {
    transform-origin: right center;
  }

  @keyframes laf-scroll-progress {
    to { transform: scaleX(1); }
  }
}

/* Header */
.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--header-h);
  color: var(--white);
  background: rgba(11, 15, 20, 0.72);
  border-bottom: 1px solid rgba(244, 243, 239, 0.09);
  backdrop-filter: blur(18px) saturate(140%);
  transition: background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(11, 15, 20, 0.94);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.nav-shell {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand-mark {
  width: 54px;
  height: 40px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.94;
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-name strong {
  font-size: 18px;
  letter-spacing: 0.18em;
  direction: ltr;
}

.brand-name small {
  margin-top: 4px;
  color: var(--steel-light);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 44px);
  margin-inline: auto;
}

.desktop-nav a {
  position: relative;
  padding-block: 10px;
  color: #d9dadd;
  font-size: 14px;
  font-weight: 500;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 3px;
  width: 0;
  height: 2px;
  background: var(--orange);
  transition: width 220ms var(--ease);
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--white);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  width: 24px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang-toggle,
.menu-toggle {
  border: 1px solid rgba(244, 243, 239, 0.22);
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.lang-toggle {
  min-width: 44px;
  height: 44px;
  padding-inline: 11px;
  border-radius: var(--radius-xs);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lang-toggle:hover {
  border-color: var(--orange);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: var(--radius-xs);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
}

.menu-toggle > span:not(.sr-only) {
  width: 20px;
  height: 1px;
  background: currentColor;
  transition: transform 200ms ease;
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(2) {
  transform: translateY(4px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-of-type(3) {
  transform: translateY(-4px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: var(--header-h) 0 0;
  padding: 36px 24px calc(36px + env(safe-area-inset-bottom));
  background: rgba(11, 15, 20, 0.985);
  overflow-y: auto;
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  border-bottom: 1px solid var(--line-dark);
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
}

.mobile-menu a::after {
  content: "↙";
  color: var(--orange);
  font-size: 16px;
}

/* Shared controls */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: var(--radius-xs);
  font-weight: 650;
  line-height: 1.25;
  transition: transform 180ms var(--ease), background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-small {
  min-height: 44px;
  padding: 9px 17px;
  font-size: 13px;
}

.button-large {
  min-height: 60px;
  padding-inline: 27px;
}

.button-orange {
  background: var(--orange);
  color: #111418;
}

.button-orange:hover {
  background: #ff7a1a;
}

.button-ghost-light {
  border-color: rgba(244, 243, 239, 0.35);
  color: var(--white);
  background: rgba(244, 243, 239, 0.02);
}

.button-ghost-light:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.button-arrow {
  font-size: 17px;
  line-height: 1;
  transition: transform 180ms var(--ease);
}

.button:hover .button-arrow {
  transform: translate(-3px, 3px);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  padding-block: 5px;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-weight: 650;
}

.text-link span:last-child {
  color: var(--orange);
  transition: transform 180ms var(--ease);
}

.text-link:hover span:last-child {
  transform: translate(-4px, 4px);
}

/* Hero */
.hero {
  position: relative;
  min-height: max(760px, 100svh);
  padding: calc(var(--header-h) + 70px) 0 42px;
  overflow: hidden;
  background: var(--night);
  color: var(--white);
  isolation: isolate;
}

.hero-grid,
.dark-grid,
.cta-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent 96%);
}

.hero-glow {
  position: absolute;
  z-index: -1;
  width: 760px;
  height: 760px;
  inset-inline-start: -300px;
  inset-block-start: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.1), transparent 67%);
  filter: blur(20px);
}

.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  gap: clamp(42px, 6vw, 94px);
  min-height: calc(100svh - var(--header-h) - 180px);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 690px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  color: var(--steel);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.035em;
}

.eyebrow-dark {
  color: #b7bdc4;
}

.signal {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 106, 0, 0.09);
}

.hero h1 {
  max-width: 680px;
  margin-bottom: 26px;
  color: var(--white);
  font-size: clamp(48px, 5.4vw, 84px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.hero-lead {
  max-width: 640px;
  margin-bottom: 36px;
  color: #aeb4bb;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.82;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.hero-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 38px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--line-dark);
  color: #9aa2aa;
  font-size: 13px;
  list-style: none;
}

.hero-capabilities li {
  position: relative;
}

.hero-capabilities li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  inset-block-start: 50%;
  inset-inline-end: -14px;
  border-radius: 50%;
  background: var(--orange);
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.hero-image-frame {
  position: absolute;
  inset: 0 -11% 0 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-image-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 50%, rgba(11, 15, 20, 0.45) 78%, var(--night) 100%);
  pointer-events: none;
}

[dir="ltr"] .hero-image-frame::after {
  background: linear-gradient(-90deg, transparent 50%, rgba(11, 15, 20, 0.45) 78%, var(--night) 100%);
}

.hero-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
  mix-blend-mode: screen;
  opacity: 0.96;
  mask-image: radial-gradient(ellipse 72% 76% at 45% 52%, #000 58%, transparent 100%);
}

.visual-note {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 150px;
  padding: 11px 13px;
  background: rgba(17, 23, 30, 0.84);
  border: 1px solid rgba(244, 243, 239, 0.16);
  border-radius: var(--radius-xs);
  color: #d9dce0;
  font-size: 12px;
  backdrop-filter: blur(12px);
}

.visual-note b {
  color: var(--orange);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.visual-note-a {
  inset-inline-start: 3%;
  inset-block-start: 19%;
}

.visual-note-b {
  inset-inline-end: 4%;
  inset-block-end: 18%;
}

.visual-axis {
  position: absolute;
  z-index: 2;
  inset-inline-start: 0;
  inset-block-end: 2%;
  color: rgba(244, 243, 239, 0.28);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.28em;
  writing-mode: vertical-rl;
}

.hero-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid var(--line-dark);
  color: #b5bac0;
  font-size: 13px;
}

.hero-bottom p {
  margin: 0;
}

.hero-index {
  color: rgba(244, 243, 239, 0.42);
  direction: ltr;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

/* Sections */
.section {
  position: relative;
  padding-block: clamp(92px, 10vw, 156px);
}

.section-light,
.method-section,
.faq-section {
  background: var(--paper);
}

.section-heading {
  margin-bottom: clamp(52px, 6vw, 88px);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.7fr);
  gap: clamp(42px, 8vw, 128px);
  align-items: end;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  color: var(--steel);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.035em;
}

.section-kicker > span:first-child {
  display: grid;
  place-items: center;
  width: 34px;
  height: 24px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 2px;
  direction: ltr;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.section-kicker-dark {
  color: #aab1b8;
}

.section-kicker-dark > span:first-child {
  background: var(--orange);
  color: var(--night);
}

.section-heading h2,
.faq-intro h2 {
  max-width: 850px;
  margin-bottom: 0;
  font-size: clamp(37px, 4.2vw, 65px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.section-heading > p {
  margin-bottom: 4px;
  color: var(--steel);
  font-size: 17px;
  line-height: 1.9;
}

/* Problem */
.problem-section {
  overflow: hidden;
}

.problem-section::before {
  content: "";
  position: absolute;
  inset-inline-start: calc(50% + 420px);
  inset-block-start: 0;
  width: 1px;
  height: 100%;
  background: var(--line);
  opacity: 0.55;
}

.problem-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.64fr);
  gap: clamp(44px, 8vw, 118px);
  align-items: start;
}

.pain-list {
  border-top: 1px solid var(--ink);
}

.pain-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 22px;
  padding: 27px 0 28px;
  border-bottom: 1px solid var(--line);
  transition: padding 220ms var(--ease), background 220ms ease;
}

.pain-item:hover {
  padding-inline: 16px;
  background: rgba(255, 255, 255, 0.36);
}

.pain-num {
  padding-top: 4px;
  color: var(--orange-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.pain-item h3 {
  margin-bottom: 7px;
  font-size: 22px;
  line-height: 1.35;
}

.pain-item p {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--steel);
  font-size: 15px;
}

.value-card {
  position: sticky;
  top: calc(var(--header-h) + 34px);
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.value-label,
.promise-label {
  display: block;
  margin-bottom: 28px;
  color: var(--steel);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.value-core {
  position: relative;
  min-height: 210px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 32px 32px;
}

.value-core::before,
.value-core::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 122px;
  height: 122px;
  border: 1px solid var(--steel-light);
  transform: translate(-50%, -50%) rotate(45deg);
}

.value-core::after {
  width: 78px;
  height: 78px;
  background: var(--night);
  border-color: var(--night);
}

.value-core strong {
  position: relative;
  z-index: 2;
  max-width: 94px;
  color: var(--white);
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.core-pulse {
  position: absolute;
  z-index: 3;
  width: 8px;
  height: 8px;
  inset-inline-start: calc(50% - 62px);
  inset-block-start: calc(50% - 4px);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 8px rgba(255, 106, 0, 0.13);
  animation: orbit 8s linear infinite;
  transform-origin: 62px 4px;
}

@keyframes orbit {
  to { transform: rotate(360deg); }
}

.value-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.value-card li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.value-card li b {
  color: var(--orange-dark);
}

/* Services */
.section-dark,
.engagement-section {
  overflow: hidden;
  background: var(--night);
  color: var(--white);
}

.services-section .section-heading > p,
.engagement-section .section-heading > p {
  color: #aab1b8;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-inline-start: 1px solid var(--line-dark);
}

.service-card {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  padding: clamp(26px, 3vw, 40px);
  border-inline-end: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.012);
  transition: background 240ms ease, transform 240ms var(--ease);
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.04);
}

.service-card-featured {
  background: var(--paper);
  color: var(--ink);
}

.service-card-featured:hover {
  background: var(--white);
}

.service-card-action {
  justify-content: space-between;
  background: var(--orange);
  color: var(--night);
}

.service-card-action:hover {
  background: var(--orange);
}

.service-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 66px;
}

.service-num {
  color: #8f979f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.service-card-featured .service-num,
.service-card-action .service-num {
  color: var(--orange-dark);
}

.service-card-action .service-num {
  display: block;
  margin-bottom: 58px;
  color: var(--night);
}

.service-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line-dark);
  color: var(--orange);
  font-style: normal;
  font-size: 16px;
}

.service-card-featured .service-mark {
  border-color: var(--line);
}

.service-card h3 {
  margin-bottom: 18px;
  font-size: clamp(24px, 2vw, 31px);
  line-height: 1.35;
}

.service-card p {
  margin-bottom: 28px;
  color: #aab1b8;
  font-size: 15px;
  line-height: 1.85;
}

.service-card-featured p,
.service-card-action p {
  color: var(--steel);
}

.service-card-action p {
  color: var(--night);
}

.service-card ul {
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding: 8px 17px 8px 0;
  color: #cfd3d7;
  font-size: 13px;
}

[dir="ltr"] .service-card li {
  padding: 8px 0 8px 17px;
}

.service-card-featured li {
  color: var(--steel);
}

.service-card li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 17px;
  width: 5px;
  height: 5px;
  background: var(--orange);
}

.service-card-action .text-link {
  margin-top: 34px;
}

.service-card-action .text-link span:last-child {
  color: var(--night);
}

/* Method */
.method-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 118px);
  align-items: start;
}

.method-visual {
  position: sticky;
  top: calc(var(--header-h) + 30px);
  min-height: 620px;
  overflow: hidden;
  background: var(--night-2);
}

.method-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(21, 23, 26, 0.15);
  pointer-events: none;
}

.method-visual img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.02);
}

.method-caption {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  background: rgba(11, 15, 20, 0.88);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.method-caption span {
  color: var(--orange);
  direction: ltr;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.method-caption b {
  font-size: 13px;
}

.steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.step {
  border-bottom: 1px solid var(--line);
}

.step button {
  width: 100%;
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr) 22px;
  gap: 20px;
  align-items: start;
  padding: 27px 0;
  border: 0;
  background: transparent;
  text-align: start;
  cursor: pointer;
}

.step-number {
  padding-top: 3px;
  color: var(--orange-dark);
  direction: ltr;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.step strong {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
}

.step small {
  display: block;
  color: var(--steel);
  font-size: 13px;
}

.step button i {
  color: var(--orange-dark);
  font-style: normal;
  font-size: 18px;
}

.step-body {
  padding: 0 65px 27px 42px;
}

[dir="ltr"] .step-body {
  padding: 0 42px 27px 65px;
}

.step-body p {
  max-width: 610px;
  margin: 0;
  color: var(--steel);
  font-size: 15px;
}

/* Work */
.work-section {
  background: var(--paper-2);
}

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

.case-card {
  min-height: 480px;
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: transform 240ms var(--ease), box-shadow 240ms ease;
}

.case-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

.case-wide {
  grid-column: 1 / -1;
  min-height: 540px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
}

.case-content {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 50px);
}

.case-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: auto;
  padding: 7px 10px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  border-radius: 2px;
  font-size: 10px;
  font-weight: 700;
}

.case-content h3,
.case-cta h3 {
  margin: 58px 0 17px;
  font-size: clamp(25px, 2.6vw, 39px);
  line-height: 1.35;
}

.case-content p {
  margin-bottom: 24px;
  color: var(--steel);
  font-size: 15px;
}

.case-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-content li {
  padding: 7px 10px;
  border: 1px solid var(--line);
  color: var(--steel);
  font-size: 11px;
}

.case-visual {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    var(--night);
  background-size: 44px 44px;
}

.case-marketplace .node {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  border: 1px solid rgba(244, 243, 239, 0.2);
  background: #161d25;
  color: #cfd4d9;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.case-marketplace .node::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  inset-inline-end: -4px;
  border-radius: 50%;
  background: var(--orange);
}

.node-a { inset: 14% auto auto 10%; }
.node-b { inset: 38% auto auto 35%; }
.node-c { inset: auto 24% 16% auto; }
.node-d { inset: 13% 9% auto auto; }

.case-marketplace .route {
  position: absolute;
  z-index: 1;
  height: 2px;
  background: linear-gradient(90deg, var(--orange), rgba(255, 106, 0, 0.15));
  transform-origin: left center;
  box-shadow: 0 0 14px rgba(255, 106, 0, 0.35);
}

.route-a { width: 35%; inset: 31% auto auto 19%; transform: rotate(28deg); }
.route-b { width: 33%; inset: 55% auto auto 45%; transform: rotate(28deg); }
.route-c { width: 39%; inset: 28% auto auto 51%; transform: rotate(-22deg); }

.case-mini-visual {
  position: relative;
  height: 240px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(rgba(21, 23, 26, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 23, 26, 0.06) 1px, transparent 1px),
    var(--paper);
  background-size: 36px 36px;
}

.branch-visual span {
  position: absolute;
  width: 92px;
  height: 72px;
  border: 1px solid var(--ink);
  background: var(--white);
}

.branch-visual span:nth-child(1) { inset: 32px auto auto 8%; }
.branch-visual span:nth-child(2) { inset: 128px auto auto 39%; }
.branch-visual span:nth-child(3) { inset: 42px 8% auto auto; }
.branch-visual i,
.compliance-visual i,
.learning-visual i {
  position: absolute;
  width: 52%;
  height: 2px;
  inset: 50% auto auto 24%;
  background: var(--orange);
  transform: rotate(-10deg);
}

.compliance-visual span,
.learning-visual span {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  background: var(--night);
  color: var(--white);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
}

.compliance-visual span:nth-child(1),
.learning-visual span:nth-child(1) { inset: 28px auto auto 10%; }
.compliance-visual span:nth-child(2),
.learning-visual span:nth-child(2) { inset: 116px auto auto 44%; }
.compliance-visual span:nth-child(3),
.learning-visual span:nth-child(3) { inset: 38px 9% auto auto; background: var(--orange); color: var(--night); }
.compliance-visual i { transform: rotate(8deg); }
.learning-visual i { transform: rotate(-4deg); }

.case-cta {
  justify-content: space-between;
  padding: clamp(30px, 4vw, 52px);
  background: var(--orange);
  color: var(--night);
}

.case-cta .case-tag {
  background: rgba(11, 15, 20, 0.1);
  color: var(--night);
}

.case-cta h3 {
  margin: auto 0 46px;
}

.case-cta .text-link span:last-child {
  color: var(--night);
}

/* Why LAF */
.saudi-section {
  background: var(--white);
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-inline-start: 1px solid var(--line);
}

.principle {
  min-height: 315px;
  padding: 30px;
  border-inline-end: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.principle > span {
  display: inline-flex;
  margin-bottom: 74px;
  color: var(--orange-dark);
  direction: ltr;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.principle h3 {
  margin-bottom: 13px;
  font-size: 21px;
}

.principle p {
  margin-bottom: 0;
  color: var(--steel);
  font-size: 14px;
}

.laf-difference {
  display: grid;
  grid-template-columns: minmax(280px, 0.58fr) minmax(0, 1.42fr);
  gap: 62px;
  margin-top: clamp(72px, 9vw, 136px);
  padding: clamp(34px, 5vw, 66px);
  background: var(--night);
  color: var(--white);
}

.difference-head p {
  margin-bottom: 20px;
  color: var(--orange);
  font-size: 11px;
  font-weight: 650;
}

.difference-head h3 {
  max-width: 410px;
  margin-bottom: 0;
  font-size: clamp(28px, 3.3vw, 48px);
  line-height: 1.3;
}

.comparison {
  border-top: 1px solid rgba(244, 243, 239, 0.34);
}

.comparison-row {
  display: grid;
  grid-template-columns: 0.55fr 0.9fr 1fr;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line-dark);
  color: #aeb4bb;
  font-size: 13px;
}

.comparison-header {
  color: #7f8891;
  font-size: 10px;
  font-weight: 700;
}

.comparison-row span:first-child {
  color: var(--white);
  font-weight: 600;
}

.comparison-row span:last-child {
  color: var(--orange);
}

/* Engagement */
.engagement-section .dark-grid {
  opacity: 0.5;
}

.engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.engagement-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.025);
}

.engagement-card > span {
  margin-bottom: auto;
  color: var(--orange);
  direction: ltr;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.engagement-card h3 {
  margin: 70px 0 12px;
  font-size: 29px;
}

.engagement-card p {
  margin-bottom: 0;
  color: #aeb4bb;
  font-size: 14px;
}

/* FAQ */
.faq-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(52px, 9vw, 140px);
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: calc(var(--header-h) + 42px);
}

.faq-intro p:not(.section-kicker) {
  max-width: 470px;
  margin: 24px 0 30px;
  color: var(--steel);
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 84px;
  padding: 18px 0;
  border: 0;
  background: transparent;
  text-align: start;
  cursor: pointer;
}

.faq-item button span {
  font-size: 19px;
  font-weight: 650;
}

.faq-item button i {
  color: var(--orange-dark);
  font-style: normal;
  font-size: 20px;
}

.faq-answer {
  padding: 0 0 27px;
}

.faq-answer p {
  max-width: 730px;
  margin: 0;
  color: var(--steel);
  font-size: 15px;
}

/* Final CTA */
.final-cta {
  position: relative;
  padding-block: clamp(92px, 10vw, 154px);
  overflow: hidden;
  background: var(--night);
  color: var(--white);
  isolation: isolate;
}

.cta-grid {
  opacity: 0.72;
}

.final-cta-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.68fr);
  gap: clamp(54px, 9vw, 140px);
  align-items: end;
}

.cta-copy h2 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(43px, 5.2vw, 76px);
  line-height: 1.18;
}

.cta-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin-bottom: 36px;
  color: #adb4bb;
  font-size: 18px;
}

.cta-promise {
  padding: 28px;
  border: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.025);
}

.cta-promise ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cta-promise li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 15px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line-dark);
  color: #c4c8cd;
  font-size: 13px;
}

.cta-promise li:last-child {
  border-bottom: 0;
}

.cta-promise b {
  color: var(--orange);
  direction: ltr;
  font-size: 9px;
  letter-spacing: 0.1em;
}

/* Footer */
.site-footer {
  padding: 62px 0 24px;
  background: #080b0f;
  color: var(--white);
  border-top: 1px solid var(--line-dark);
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: 70px;
  padding-bottom: 58px;
}

.footer-brand img {
  width: 76px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 24px;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.92;
}

.footer-brand p {
  max-width: 390px;
  margin: 0;
  color: #c4c8cd;
  font-size: 20px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.footer-links > div > span {
  margin-bottom: 10px;
  color: #747c84;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.footer-links a,
.footer-links p {
  margin: 0;
  color: #b9bec3;
  font-size: 13px;
}

.footer-links a:hover {
  color: var(--orange);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line-dark);
  color: #9098a1;
  direction: ltr;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.whatsapp-fab {
  position: fixed;
  z-index: 80;
  inset-inline-end: max(22px, env(safe-area-inset-right));
  inset-block-end: max(22px, env(safe-area-inset-bottom));
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--night);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.26);
  transition: transform 180ms var(--ease), background 180ms ease;
}

.whatsapp-fab:hover {
  transform: translateY(-3px) scale(1.03);
  background: #ff7a1a;
}

.whatsapp-fab svg {
  width: 25px;
  fill: currentColor;
}

.noscript-note {
  position: fixed;
  z-index: 999;
  inset: auto 12px 12px;
  margin: 0;
  padding: 10px 14px;
  background: var(--orange-soft);
  border: 1px solid var(--orange);
  color: var(--ink);
  font-size: 12px;
  text-align: center;
}

/* Progressive reveal */
.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms var(--ease), transform 650ms var(--ease);
}

.reveal-ready .reveal-late {
  transition-delay: 100ms;
}

.reveal-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Language direction refinements */
[dir="ltr"] body {
  font-family: "IBM Plex Sans Arabic", "Segoe UI", Arial, sans-serif;
}

[dir="ltr"] .button-arrow,
[dir="ltr"] .text-link span:last-child {
  transform: scaleX(-1);
}

[dir="ltr"] .button:hover .button-arrow,
[dir="ltr"] .text-link:hover span:last-child {
  transform: scaleX(-1) translate(-4px, 4px);
}

/* Secondary pages */
.subpage {
  background: var(--paper);
}

.subpage-main {
  min-height: 100svh;
  padding-top: var(--header-h);
}

.subpage-hero {
  position: relative;
  padding: clamp(74px, 8vw, 118px) 0 clamp(60px, 7vw, 94px);
  overflow: hidden;
  background: var(--night);
  color: var(--white);
}

.subpage-hero h1 {
  max-width: 880px;
  margin-bottom: 24px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1.18;
}

.subpage-hero p:not(.eyebrow) {
  max-width: 730px;
  margin-bottom: 0;
  color: #aeb4bb;
  font-size: 18px;
}

.plain-page {
  padding: clamp(72px, 8vw, 120px) 0;
}

.prose-shell {
  width: min(820px, calc(100% - 48px));
  margin-inline: auto;
}

.prose-shell h2 {
  margin: 54px 0 14px;
  font-size: 29px;
}

.prose-shell h2:first-child {
  margin-top: 0;
}

.prose-shell p,
.prose-shell li {
  color: var(--steel);
}

.prose-shell a {
  color: var(--orange-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.back-home {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-inline: auto 0;
  color: #c5c9cd;
  font-size: 13px;
  font-weight: 600;
}

.back-home span:first-child {
  color: var(--orange);
}

.diagnosis-hero {
  padding-bottom: clamp(80px, 10vw, 146px);
}

.diagnosis-hero h1 {
  max-width: 980px;
}

.diagnosis-section {
  padding: 0 0 clamp(86px, 9vw, 138px);
  background: var(--paper);
}

.diagnosis-shell {
  display: grid;
  grid-template-columns: minmax(250px, 0.46fr) minmax(0, 1.54fr);
  gap: clamp(38px, 7vw, 102px);
  align-items: start;
  margin-top: -54px;
}

.diagnosis-aside {
  position: sticky;
  top: calc(var(--header-h) + 28px);
  z-index: 3;
}

.diagnosis-progress {
  padding: 28px;
  background: var(--night-2);
  color: var(--white);
  border: 1px solid rgba(244, 243, 239, 0.12);
  box-shadow: 0 20px 60px rgba(11, 15, 20, 0.14);
}

.progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #aeb4bb;
  font-size: 11px;
}

.progress-meta b,
.progress-meta > span:last-child {
  color: var(--orange);
  direction: ltr;
}

.progress-track {
  height: 3px;
  margin: 17px 0 25px;
  overflow: hidden;
  background: rgba(244, 243, 239, 0.12);
}

.progress-track span {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--orange);
  transition: width 320ms var(--ease);
}

.progress-track span[data-step="1"] { width: 25%; }
.progress-track span[data-step="2"] { width: 50%; }
.progress-track span[data-step="3"] { width: 75%; }
.progress-track span[data-step="4"] { width: 100%; }

.diagnosis-progress ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.diagnosis-progress li {
  display: grid;
  grid-template-columns: 29px minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  color: #7e8891;
  border-bottom: 1px solid var(--line-dark);
  font-size: 12px;
  transition: color 180ms ease;
}

.diagnosis-progress li:last-child {
  border-bottom: 0;
}

.diagnosis-progress li b {
  color: inherit;
  direction: ltr;
  font-size: 9px;
  letter-spacing: 0.08em;
}

.diagnosis-progress li.is-current {
  color: var(--white);
}

.diagnosis-progress li.is-complete {
  color: var(--orange);
}

.data-note {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  margin-top: 14px;
  padding: 17px;
  background: var(--white);
  border: 1px solid var(--line);
}

.data-note > span {
  color: var(--orange-dark);
  font-size: 18px;
}

.data-note strong,
.data-note a {
  display: block;
  font-size: 11px;
}

.data-note strong {
  margin-bottom: 3px;
}

.data-note a {
  color: var(--orange-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.diagnosis-content {
  min-width: 0;
  padding: clamp(28px, 5vw, 62px);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.form-status {
  min-height: 0;
  margin-bottom: 0;
  padding: 0;
  color: #a42d18;
  font-size: 13px;
  font-weight: 600;
}

.form-status:not(:empty) {
  min-height: 44px;
  margin-bottom: 24px;
  padding: 10px 13px;
  background: #fff0ec;
  border-inline-start: 3px solid #d13b21;
}

.form-panel {
  min-inline-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.form-panel[hidden] {
  display: none;
}

.form-panel legend {
  width: 100%;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  column-gap: 15px;
  margin-bottom: 42px;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--ink);
}

.form-panel legend > span {
  grid-row: 1 / span 2;
  padding-top: 6px;
  color: var(--orange-dark);
  direction: ltr;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.form-panel legend strong {
  font-size: clamp(27px, 3vw, 39px);
  line-height: 1.3;
}

.form-panel legend small {
  color: var(--steel);
  font-size: 13px;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 20px;
}

.field,
.options-field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.field-full {
  grid-column: 1 / -1;
}

.field > span,
.options-field > span {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 650;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid #bfc1bc;
  border-radius: var(--radius-xs);
  background: var(--paper);
  color: var(--ink);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field textarea {
  min-height: 112px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--orange-dark);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.18);
}

.field input:focus-visible,
.field textarea:focus-visible,
.field select:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.18), 0 0 0 6px var(--night);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #626a64;
  opacity: 1;
}

.field.has-error input,
.field.has-error textarea,
.field.has-error select,
.options-field.has-error .choice-grid,
.consent.has-error {
  border-color: #c83b23;
}

.field-error {
  min-height: 18px;
  margin-top: 5px;
  color: #a42d18;
  font-size: 11px;
  font-weight: 600;
}

.char-count {
  align-self: flex-end;
  margin-top: -20px;
  color: #5f6660;
  direction: ltr;
  font-size: 9px;
  font-style: normal;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  padding: 12px;
  border: 1px solid var(--line);
}

.choice {
  position: relative;
  cursor: pointer;
}

.choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice span {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 10px 35px 10px 12px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--steel);
  font-size: 12px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

[dir="ltr"] .choice span {
  padding: 10px 12px 10px 35px;
}

.choice span::before {
  content: "";
  position: absolute;
  inset-inline-start: 13px;
  width: 12px;
  height: 12px;
  border: 1px solid #a8aca8;
  background: var(--white);
}

.choice input:checked + span {
  border-color: var(--orange-dark);
  background: var(--orange-soft);
  color: var(--ink);
}

.choice input:checked + span::before {
  background: var(--orange);
  border-color: var(--orange-dark);
  box-shadow: inset 0 0 0 3px var(--white);
}

.choice input:focus-visible + span {
  outline: 3px solid var(--orange);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--night);
}

.consent {
  position: relative;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--line);
  cursor: pointer;
}

.consent input {
  width: 17px;
  height: 17px;
  margin-top: 3px;
  accent-color: var(--orange-dark);
}

.consent > span {
  color: var(--steel);
  font-size: 12px;
}

.consent .field-error {
  grid-column: 2;
}

.form-actions {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.button-outline-dark {
  border-color: #aeb1ac;
  background: transparent;
  color: var(--ink);
}

.button-outline-dark:hover:not(:disabled) {
  border-color: var(--ink);
}

.button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
}

.review-panel[hidden] {
  display: none;
}

.review-check {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 26px;
  background: var(--orange);
  color: var(--night);
  font-size: 24px;
  font-weight: 700;
}

.review-panel > h2 {
  margin-bottom: 10px;
  font-size: clamp(31px, 4vw, 48px);
}

.review-panel > p {
  max-width: 670px;
  margin-bottom: 34px;
  color: var(--steel);
}

#diagnosis-summary {
  margin: 0 0 32px;
  border-top: 1px solid var(--ink);
}

.summary-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.summary-row dt {
  color: var(--steel);
  font-size: 11px;
  font-weight: 650;
}

.summary-row dd {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  white-space: pre-wrap;
}

.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.compact-footer {
  padding-top: 24px;
}

.compact-footer .footer-bottom a {
  color: #aeb4bb;
}

.privacy-updated {
  display: inline-flex;
  margin-bottom: 38px;
  padding: 7px 10px;
  background: var(--orange-soft);
  color: var(--orange-dark) !important;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 650;
}

.error-page {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 52px 24px;
  background: var(--night);
  color: var(--white);
  isolation: isolate;
}

.error-shell {
  width: min(780px, 100%);
}

.error-logo {
  display: block;
  width: 92px;
  margin-bottom: 70px;
}

.error-logo img {
  width: 92px;
  height: 68px;
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1);
}

.error-page h1 {
  margin-bottom: 22px;
  font-size: clamp(50px, 8vw, 96px);
  line-height: 1.08;
}

.error-page .error-shell > p:not(.eyebrow) {
  max-width: 650px;
  margin-bottom: 36px;
  color: #aeb4bb;
  font-size: 18px;
}

.error-lang {
  position: absolute;
  inset-block-start: 24px;
  inset-inline-end: 24px;
}

@media (max-width: 900px) {
  .diagnosis-shell {
    grid-template-columns: 1fr;
    margin-top: -34px;
  }

  .diagnosis-aside {
    position: static;
  }

  .diagnosis-progress ol {
    display: none;
  }

  .diagnosis-progress {
    padding: 20px;
  }

  .progress-track {
    margin-bottom: 0;
  }
}

@media (max-width: 680px) {
  .back-home {
    margin-inline: auto 0;
    font-size: 11px;
  }

  .back-home span:first-child {
    display: none;
  }

  .diagnosis-hero {
    padding-top: 62px;
  }

  .diagnosis-hero h1 {
    font-size: 42px;
  }

  .diagnosis-content {
    padding: 26px 19px;
  }

  .field-grid,
  .choice-grid {
    grid-template-columns: 1fr;
  }

  .form-panel legend {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
  }

  .form-panel legend strong {
    font-size: 26px;
  }

  .form-actions,
  .review-actions {
    flex-direction: column-reverse;
  }

  .form-actions .button,
  .review-actions .button {
    width: 100%;
  }

  .summary-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Responsive */
@media (max-width: 1120px) {
  .shell {
    width: min(var(--shell), calc(100% - 48px));
  }

  .desktop-nav {
    gap: 19px;
  }

  .desktop-nav a {
    font-size: 13px;
  }

  .hero-shell {
    gap: 28px;
  }

  .hero-visual {
    min-height: 500px;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  :root {
    --header-h: 72px;
  }

  .desktop-nav,
  .desktop-cta {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .hero {
    min-height: auto;
    padding-top: calc(var(--header-h) + 56px);
  }

  .hero-shell,
  .split-heading,
  .problem-layout,
  .method-layout,
  .laf-difference,
  .faq-shell,
  .final-cta-shell,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .hero-shell {
    gap: 44px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero h1 {
    font-size: clamp(48px, 9.5vw, 76px);
  }

  .hero-visual {
    min-height: 520px;
    order: 2;
  }

  .hero-image-frame {
    inset-inline: -5%;
  }

  .hero-image-frame::after {
    background: linear-gradient(to bottom, var(--night), transparent 16%, transparent 72%, var(--night));
  }

  .hero-image-frame img {
    mask-image: radial-gradient(ellipse 78% 78% at 50% 50%, #000 62%, transparent 100%);
  }

  .split-heading {
    gap: 26px;
  }

  .section-heading > p {
    max-width: 680px;
  }

  .problem-layout {
    gap: 54px;
  }

  .value-card,
  .method-visual,
  .faq-intro {
    position: static;
  }

  .method-layout {
    gap: 46px;
  }

  .method-visual,
  .method-visual img {
    min-height: 500px;
    height: 500px;
  }

  .case-wide {
    grid-template-columns: 1fr;
  }

  .case-wide .case-visual {
    min-height: 420px;
  }

  .case-wide .case-content {
    min-height: 380px;
  }

  .laf-difference {
    gap: 44px;
  }

  .engagement-grid {
    grid-template-columns: 1fr;
  }

  .engagement-card {
    min-height: 260px;
  }

  .faq-shell,
  .final-cta-shell,
  .footer-top {
    gap: 52px;
  }
}

@media (max-width: 680px) {
  .shell {
    width: calc(100% - 36px);
  }

  .brand-name {
    display: none;
  }

  .brand-mark {
    width: 48px;
    height: 36px;
  }

  .hero {
    padding-top: calc(var(--header-h) + 42px);
    padding-bottom: 28px;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 59px);
    line-height: 1.16;
  }

  .hero-lead {
    font-size: 17px;
    line-height: 1.8;
  }

  .hero-actions,
  .final-cta .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-capabilities {
    gap: 9px 19px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .visual-note {
    min-width: 130px;
    padding: 9px 10px;
    font-size: 10px;
  }

  .visual-note-a {
    inset-inline-start: 0;
    inset-block-start: 10%;
  }

  .visual-note-b {
    inset-inline-end: 0;
    inset-block-end: 14%;
  }

  .visual-axis {
    display: none;
  }

  .hero-bottom {
    font-size: 11px;
  }

  .hero-index {
    display: none;
  }

  .section {
    padding-block: 82px;
  }

  .section-heading {
    margin-bottom: 48px;
  }

  .section-heading h2,
  .faq-intro h2 {
    font-size: clamp(35px, 9.5vw, 48px);
  }

  .section-heading > p {
    font-size: 15px;
  }

  .pain-item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
  }

  .pain-item:hover {
    padding-inline: 0;
    background: transparent;
  }

  .pain-item h3 {
    font-size: 19px;
  }

  .value-card {
    padding: 22px;
  }

  .services-grid,
  .work-grid,
  .principles-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 360px;
  }

  .service-top {
    margin-bottom: 48px;
  }

  .method-visual,
  .method-visual img {
    min-height: 400px;
    height: 400px;
  }

  .step button {
    grid-template-columns: 32px minmax(0, 1fr) 18px;
    gap: 12px;
  }

  .step strong {
    font-size: 17px;
  }

  .step-body,
  [dir="ltr"] .step-body {
    padding: 0 44px 24px 30px;
  }

  .case-card,
  .case-wide .case-content {
    min-height: 410px;
  }

  .case-wide .case-visual {
    min-height: 330px;
  }

  .case-marketplace .node {
    width: 70px;
    height: 70px;
    font-size: 7px;
  }

  .case-content h3,
  .case-cta h3 {
    margin-top: 42px;
  }

  .principle {
    min-height: 260px;
  }

  .principle > span {
    margin-bottom: 50px;
  }

  .laf-difference {
    margin-inline: -18px;
    padding: 48px 22px;
  }

  .comparison-row {
    grid-template-columns: 0.62fr 0.85fr 1fr;
    gap: 10px;
    font-size: 11px;
  }

  .comparison-header {
    font-size: 8px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .whatsapp-fab {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 420px) {
  .nav-shell {
    gap: 12px;
  }

  .nav-actions {
    gap: 8px;
  }

  .lang-toggle {
    min-width: 41px;
    height: 41px;
  }

  .menu-toggle {
    width: 41px;
    height: 41px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-visual {
    min-height: 340px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-links > div:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-ready .reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-header,
  .page-progress,
  .whatsapp-fab,
  .hero-actions,
  .final-cta {
    display: none !important;
  }

  .hero,
  .section-dark,
  .engagement-section {
    background: white !important;
    color: black !important;
  }

  .hero {
    min-height: auto;
    padding-top: 30px;
  }

  .hero-visual {
    display: none;
  }

  .hero-shell {
    display: block;
    min-height: auto;
  }

  .section {
    padding-block: 36px;
    break-inside: avoid;
  }
}
