@font-face {
  font-family: "Tajawal";
  src: url("/assets/fonts/tajawal-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Tajawal";
  src: url("/assets/fonts/tajawal-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Tajawal";
  src: url("/assets/fonts/tajawal-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Tajawal";
  src: url("/assets/fonts/tajawal-800.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --ink: #111820;
  --ink-soft: #202a34;
  --night: #0d1117;
  --night-2: #151b23;
  --night-3: #222a34;
  --paper: #f4f1eb;
  --paper-2: #ebe6de;
  --white: #fffdfa;
  --muted: #66717b;
  --line: #d7d0c7;
  --line-dark: #343d48;
  --copper: #d78b5d;
  --copper-dark: #9d5d3e;
  --teal: #2ec4b6;
  --teal-dark: #157c75;
  --gold: #dfb44f;
  --blue: #5d8fe8;
  --green: #32b875;
  --rose: #df7180;
  --danger: #d64c55;
  --success: #208d59;
  --shadow: 0 20px 50px rgba(5, 10, 16, 0.18);
  --shadow-strong: 0 30px 80px rgba(4, 7, 12, 0.34);
  --header-height: 78px;
  --section-space: 112px;
  --shell: 1240px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Tajawal", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.chat-open {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font: inherit;
  letter-spacing: 0;
}

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

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

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

[hidden] {
  display: none !important;
}

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

h1,
h2,
h3,
strong {
  font-weight: 800;
}

button {
  border: 0;
}

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

:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  inset-inline-start: 12px;
  padding: 8px 14px;
  color: var(--night);
  background: var(--white);
  border-radius: 4px;
  transform: translateY(-140%);
  transition: transform 160ms ease;
}

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

.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;
}

.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.scroll-progress {
  position: fixed;
  z-index: 1001;
  top: 0;
  inset-inline-start: 0;
  width: 0;
  height: 3px;
  background: var(--teal);
  pointer-events: none;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  inset-inline: 0;
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: minmax(235px, 1fr) auto minmax(235px, 1fr);
  align-items: center;
  gap: 28px;
  padding: 12px max(28px, calc((100vw - var(--shell)) / 2));
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(13, 17, 23, 0.82);
  backdrop-filter: blur(18px);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.site-header.scrolled {
  background: rgba(13, 17, 23, 0.96);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--copper-dark);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  font-family: Arial, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.brand-copy {
  min-width: 0;
  display: grid;
  line-height: 1.25;
}

.brand-copy strong {
  font-size: 17px;
  white-space: nowrap;
}

.brand-copy small {
  margin-top: 4px;
  color: #bfc7d0;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.main-nav a {
  position: relative;
  color: #e1e5e9;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.main-nav a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: -9px;
  height: 2px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-button {
  width: 46px;
  height: 44px;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.icon-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: currentColor;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
}

.nav-toggle {
  display: none;
}

.nav-toggle span {
  width: 21px;
  height: 2px;
  display: block;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.nav-toggle span + span {
  margin-top: 5px;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

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

.button:disabled {
  cursor: wait;
  opacity: 0.64;
  transform: none;
}

.button-primary {
  color: #1b130f;
  background: var(--copper);
  border-color: var(--copper);
  box-shadow: 0 12px 30px rgba(215, 139, 93, 0.18);
}

.button-primary:hover {
  background: #e49b6e;
  border-color: #e49b6e;
  box-shadow: 0 16px 36px rgba(215, 139, 93, 0.26);
}

.button-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.38);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.button-outline {
  color: var(--white);
  background: transparent;
  border-color: #596473;
}

.button-outline:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.hero {
  position: relative;
  min-height: 700px;
  height: min(92svh, 900px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
  color: var(--white);
  background: var(--night) url("/assets/bot-design-hero.png") center center / cover no-repeat;
  overflow: hidden;
}

.hero-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 10, 15, 0.97) 0%, rgba(7, 10, 15, 0.88) 40%, rgba(7, 10, 15, 0.30) 75%, rgba(7, 10, 15, 0.16) 100%),
    linear-gradient(0deg, rgba(7, 10, 15, 0.96) 0%, transparent 38%);
}

html[dir="ltr"] .hero-shade {
  background:
    linear-gradient(-90deg, rgba(7, 10, 15, 0.97) 0%, rgba(7, 10, 15, 0.88) 40%, rgba(7, 10, 15, 0.30) 75%, rgba(7, 10, 15, 0.16) 100%),
    linear-gradient(0deg, rgba(7, 10, 15, 0.96) 0%, transparent 38%);
}

.hero-inner {
  width: min(calc(100% - 56px), var(--shell));
  min-height: 0;
  margin: auto auto 0;
  padding-top: calc(var(--header-height) + 60px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.72fr);
  align-items: end;
  gap: 90px;
}

.hero-copy {
  max-width: 730px;
  padding-bottom: 68px;
}

.availability {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  color: #dce3e6;
  font-size: 14px;
  font-weight: 700;
}

.availability > span:first-child {
  width: 9px;
  height: 9px;
  display: block;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(50, 184, 117, 0.15);
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 800;
}

.hero .eyebrow,
.section-heading-dark .eyebrow,
.contact-copy .eyebrow,
.faq-heading .eyebrow {
  color: var(--teal);
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: 76px;
  line-height: 1.05;
}

.hero-lead {
  max-width: 690px;
  margin-bottom: 30px;
  color: #d5dbe1;
  font-size: 21px;
  line-height: 1.8;
}

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

.hero-actions .button {
  min-width: 160px;
}

.hero-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
  color: #bac4cc;
  font-size: 13px;
  font-weight: 700;
}

.hero-assurances span {
  position: relative;
  padding-inline-start: 16px;
}

.hero-assurances span::before {
  content: "";
  position: absolute;
  top: 0.72em;
  inset-inline-start: 0;
  width: 6px;
  height: 6px;
  background: var(--copper);
  border-radius: 50%;
}

.hero-system {
  align-self: end;
  margin-bottom: 68px;
  padding-inline-start: 32px;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.24);
}

.system-kicker {
  margin-bottom: 22px;
  color: var(--copper);
  font-size: 14px;
  font-weight: 800;
}

.system-steps {
  display: grid;
  gap: 20px;
}

.system-steps div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
}

.system-steps strong {
  color: var(--teal);
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.system-steps span {
  color: #f4f1eb;
  font-size: 16px;
  font-weight: 700;
}

.system-note {
  margin: 24px 0 0;
  color: #aeb8c0;
  font-size: 13px;
}

.hero-capabilities {
  width: min(calc(100% - 56px), var(--shell));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-capabilities div {
  min-width: 0;
  min-height: 100px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.13);
}

.hero-capabilities div:last-child {
  border-inline-end: 0;
}

.hero-capabilities strong {
  color: var(--copper);
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.hero-capabilities span {
  color: #c9d0d6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.section {
  padding: var(--section-space) 0;
}

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

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

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 54px;
}

.section-heading h2,
.faq-heading h2,
.contact-copy h2 {
  margin-bottom: 0;
  font-size: 46px;
  line-height: 1.25;
}

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

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

.service-card {
  position: relative;
  min-height: 350px;
  padding: 34px;
  background: var(--white);
  border-inline-end: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
  z-index: 2;
  background: #ffffff;
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.service-index {
  position: absolute;
  top: 28px;
  inset-inline-end: 30px;
  color: #a8a198;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.service-label {
  width: fit-content;
  margin-bottom: 42px;
  padding: 4px 8px;
  color: var(--copper-dark);
  background: #f3dfd2;
  border-radius: 3px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.service-label-teal { color: #106b65; background: #d7f0ed; }
.service-label-gold { color: #80620f; background: #f5e9c5; }
.service-label-blue { color: #345eaa; background: #dae5f8; }
.service-label-green { color: #1b754c; background: #d9eee3; }
.service-label-rose { color: #9f3d4c; background: #f5dce0; }

.service-card h3 {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.35;
}

.service-card > p:not(.service-label) {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 15px;
}

.service-card ul,
.path-card ul,
.delivery-band ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-inline-start: 16px;
  color: #3f4851;
  font-size: 13px;
  font-weight: 700;
}

.service-card li + li {
  margin-top: 7px;
}

.service-card li::before,
.path-card li::before,
.delivery-band li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  inset-inline-start: 0;
  width: 6px;
  height: 6px;
  background: var(--teal);
  border-radius: 50%;
}

.systems-section,
.paths-section,
.contact-section {
  color: var(--white);
  background: var(--night);
}

.section-heading-dark > p {
  color: #aeb8c1;
}

.journey {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
  align-items: center;
  margin: 26px 0 72px;
}

.journey > i {
  height: 1px;
  background: #48525e;
}

.journey-step {
  min-height: 220px;
  padding: 26px 22px;
  border-top: 2px solid var(--copper);
  background: var(--night-2);
}

.journey-step span {
  color: var(--teal);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.journey-step h3 {
  margin: 34px 0 10px;
  font-size: 20px;
}

.journey-step p {
  margin-bottom: 0;
  color: #adb7c0;
  font-size: 14px;
}

.delivery-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 72px;
  padding: 42px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 6px;
}

.delivery-band h3 {
  margin: 0;
  font-size: 30px;
  line-height: 1.35;
}

.delivery-band ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 14px 26px;
}

.delivery-band li {
  position: relative;
  padding-inline-start: 18px;
  color: #46515a;
  font-size: 14px;
  font-weight: 700;
}

.work-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  min-height: 550px;
  color: var(--white);
  background: var(--night-2);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.work-media {
  min-height: 550px;
  background: var(--night);
  overflow: hidden;
}

.work-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.work-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px;
}

.work-tag,
.path-badge {
  width: fit-content;
  margin-bottom: 20px;
  padding: 5px 9px;
  color: var(--night);
  background: var(--teal);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 800;
}

.work-content h3 {
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 1.3;
}

.work-content > p:not(.work-tag) {
  color: #bdc6cd;
  font-size: 16px;
}

.work-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 22px 0 30px;
  background: #3a434e;
}

.work-results span {
  min-width: 0;
  padding: 14px;
  background: var(--night-2);
}

.work-results strong,
.work-results small {
  display: block;
}

.work-results strong {
  color: var(--copper);
  font-size: 14px;
}

.work-results small {
  margin-top: 2px;
  color: #9eabb5;
  font-size: 11px;
}

.text-link {
  width: fit-content;
  padding: 0 0 5px;
  color: var(--white);
  background: transparent;
  border-bottom: 1px solid var(--teal);
  cursor: pointer;
  font-weight: 800;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.project-card {
  min-height: 230px;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.project-card > p {
  margin-bottom: 34px;
  color: var(--copper-dark);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.project-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.project-card span {
  color: var(--muted);
  font-size: 14px;
}

.paths-section {
  background: var(--ink-soft);
}

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

.path-card {
  position: relative;
  min-height: 510px;
  display: flex;
  flex-direction: column;
  padding: 34px;
  background: var(--night-2);
  border: 1px solid #39434f;
  border-radius: 6px;
}

.path-card.featured {
  background: #192528;
  border-color: var(--teal);
}

.path-number {
  margin-bottom: 42px;
  color: var(--copper);
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.path-badge {
  position: absolute;
  top: 26px;
  inset-inline-end: 26px;
}

.path-card h3 {
  margin-bottom: 14px;
  font-size: 27px;
}

.path-card > p:not(.path-number, .path-badge) {
  min-height: 88px;
  color: #aeb9c2;
  font-size: 15px;
}

.path-card ul {
  margin: 20px 0 32px;
}

.path-card li {
  position: relative;
  padding-inline-start: 18px;
  color: #d9dfe4;
  font-size: 14px;
}

.path-card li + li {
  margin-top: 10px;
}

.path-card .button {
  width: 100%;
  margin-top: auto;
}

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

.process-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 36px;
  padding: 32px 0;
  border-bottom: 1px solid var(--line);
}

.process-list > li > span {
  color: var(--copper-dark);
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.process-list h3 {
  margin: 0 0 4px;
  font-size: 22px;
}

.process-list p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.faq-section {
  color: var(--white);
  background: #171c22;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 90px;
}

.faq-heading {
  align-self: start;
  position: sticky;
  top: calc(var(--header-height) + 28px);
}

.faq-heading h2 {
  margin-bottom: 20px;
}

.faq-heading > p:not(.eyebrow) {
  margin-bottom: 28px;
  color: #aeb8c1;
}

.faq-list {
  border-top: 1px solid #3e4751;
}

.faq-list details {
  border-bottom: 1px solid #3e4751;
}

.faq-list summary {
  position: relative;
  padding: 25px 46px 25px 0;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 800;
}

html[dir="ltr"] .faq-list summary {
  padding: 25px 0 25px 46px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before,
.faq-list summary::after {
  content: "";
  position: absolute;
  top: 50%;
  inset-inline-start: 4px;
  width: 16px;
  height: 2px;
  background: var(--teal);
  transition: transform 160ms ease;
}

.faq-list summary::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: rotate(0);
}

.faq-list details p {
  max-width: 760px;
  padding: 0 46px 24px 0;
  margin-bottom: 0;
  color: #b8c2ca;
  font-size: 15px;
}

html[dir="ltr"] .faq-list details p {
  padding: 0 0 24px 46px;
}

.contact-section {
  padding-bottom: 82px;
  background: var(--night);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: 90px;
  align-items: start;
}

.contact-copy h2 {
  margin-bottom: 20px;
}

.contact-copy > p:not(.eyebrow) {
  color: #aeb8c1;
}

.contact-methods {
  margin-top: 34px;
  border-top: 1px solid var(--line-dark);
}

.contact-methods a {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-dark);
}

.contact-methods span {
  color: #95a2ad;
  font-size: 13px;
}

.contact-methods strong {
  min-width: 0;
  color: var(--white);
  font-family: Arial, "Tajawal", sans-serif;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.site-qr {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
}

.site-qr img {
  width: 112px;
  height: 112px;
  padding: 6px;
  background: var(--white);
  border-radius: 4px;
}

.site-qr strong,
.site-qr span {
  display: block;
}

.site-qr strong {
  margin-bottom: 5px;
  color: var(--copper);
  font-size: 17px;
}

.site-qr span {
  color: #9facb6;
  font-size: 13px;
}

.contact-form {
  position: relative;
  padding: 38px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
}

.form-heading {
  margin-bottom: 26px;
}

.form-heading span {
  color: var(--copper-dark);
  font-size: 13px;
  font-weight: 800;
}

.form-heading h3 {
  margin: 4px 0 0;
  font-size: 29px;
}

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

.field {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
}

.field > span,
.chat-field > span {
  font-size: 13px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea,
.chat-field input,
.chat-field textarea,
.chat-reply textarea {
  width: 100%;
  min-width: 0;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #c9c1b8;
  border-radius: 5px;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.field input,
.field select,
.chat-field input {
  height: 50px;
  padding: 0 14px;
}

.field textarea,
.chat-field textarea,
.chat-reply textarea {
  padding: 12px 14px;
  resize: vertical;
  line-height: 1.6;
}

.field input:focus,
.field select:focus,
.field textarea:focus,
.chat-field input:focus,
.chat-field textarea:focus,
.chat-reply textarea:focus {
  border-color: var(--teal-dark);
  box-shadow: 0 0 0 3px rgba(46, 196, 182, 0.14);
}

.field.invalid input,
.field.invalid select,
.field.invalid textarea {
  border-color: var(--danger);
}

.field-error {
  min-height: 18px;
  color: var(--danger);
  font-size: 12px;
}

.field-hint {
  justify-self: end;
  margin-top: -2px;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.submit-button {
  width: 100%;
  margin-top: 4px;
}

.form-status {
  min-height: 24px;
  margin: 13px 0 0;
  font-size: 13px;
  font-weight: 800;
}

.form-status.success { color: var(--success); }
.form-status.error { color: var(--danger); }

.privacy-note {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.chat-launcher {
  position: fixed;
  z-index: 120;
  inset-inline-end: 22px;
  bottom: 22px;
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 8px 14px;
  color: var(--white);
  background: #171d25;
  border: 1px solid #394550;
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
  cursor: pointer;
  text-align: start;
}

.chat-launcher:hover {
  border-color: var(--teal);
}

.chat-launcher-icon {
  position: relative;
  width: 38px;
  height: 38px;
  display: block;
  background: var(--teal);
  border-radius: 50%;
}

.chat-launcher-icon::before {
  content: "";
  position: absolute;
  inset: 10px 8px 11px;
  border: 2px solid var(--night);
  border-radius: 5px;
}

.chat-launcher-icon::after {
  content: "";
  position: absolute;
  bottom: 7px;
  inset-inline-start: 11px;
  width: 7px;
  height: 7px;
  border-inline-start: 2px solid var(--night);
  transform: skew(-25deg);
}

.chat-launcher-copy {
  display: grid;
  line-height: 1.25;
}

.chat-launcher-copy strong {
  font-size: 14px;
}

.chat-launcher-copy small {
  margin-top: 3px;
  color: #aeb8c1;
  font-size: 10px;
}

.chat-panel {
  position: fixed;
  z-index: 130;
  inset-inline-end: 22px;
  bottom: 94px;
  width: min(420px, calc(100vw - 32px));
  max-height: min(720px, calc(100svh - 118px));
  display: flex;
  flex-direction: column;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid #4a5560;
  border-radius: 8px;
  box-shadow: var(--shadow-strong);
  overflow: hidden;
  animation: chatIn 180ms ease both;
}

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

@keyframes chatIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.chat-header {
  flex: 0 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  color: var(--white);
  background: var(--night-2);
  border-bottom: 3px solid var(--copper);
}

.chat-header > div {
  display: grid;
  line-height: 1.3;
}

.chat-header > div > strong {
  margin-top: 4px;
  font-size: 14px;
}

.chat-presence {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #bfc8cf;
  font-size: 11px;
  font-weight: 700;
}

.chat-presence i {
  width: 8px;
  height: 8px;
  display: block;
  background: #8a949d;
  border-radius: 50%;
}

.chat-presence.ready i {
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(50, 184, 117, 0.14);
}

.chat-close {
  flex: 0 0 42px;
  color: var(--white);
  border: 1px solid #46515c;
  font-family: Arial, sans-serif;
  font-size: 26px;
  line-height: 1;
}

.chat-start,
.chat-conversation {
  min-height: 0;
  overflow-y: auto;
  padding: 20px;
}

.chat-conversation {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.chat-conversation[hidden] {
  display: none;
}

.chat-intro h2 {
  margin-bottom: 5px;
  font-size: 21px;
}

.chat-intro p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 13px;
}

.chat-quick-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-bottom: 16px;
}

.chat-quick-actions button {
  min-height: 38px;
  padding: 6px 8px;
  color: #175f59;
  background: #dcefeb;
  border: 1px solid #b9ddd8;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.chat-quick-actions button:hover {
  background: #cce8e3;
}

.chat-field {
  display: grid;
  gap: 5px;
  margin-bottom: 11px;
}

.chat-field input {
  height: 44px;
}

.chat-field textarea {
  min-height: 86px;
}

.chat-status {
  min-height: 20px;
  margin: 4px 0 8px;
  color: var(--danger);
  font-size: 12px;
  font-weight: 700;
}

.chat-start-button {
  width: 100%;
}

.chat-channels {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 15px;
  color: var(--muted);
  font-size: 11px;
}

.chat-channels a {
  color: var(--teal-dark);
  font-weight: 800;
}

.conversation-meta {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  background: var(--paper-2);
  border-bottom: 1px solid var(--line);
}

.conversation-meta > div {
  display: grid;
  line-height: 1.25;
}

.conversation-meta span {
  color: var(--muted);
  font-size: 10px;
}

.conversation-meta strong {
  margin-top: 2px;
  font-size: 13px;
}

.conversation-state {
  padding: 3px 7px;
  color: var(--success) !important;
  background: #dbece3;
  border-radius: 3px;
  font-weight: 800;
}

.conversation-state.closed {
  color: #7a4a26 !important;
  background: #efe1d3;
}

.chat-messages {
  flex: 1;
  min-height: 220px;
  padding: 16px;
  overflow-y: auto;
  background: #f7f5f1;
}

.chat-message {
  max-width: 84%;
  width: fit-content;
  margin-bottom: 10px;
  padding: 9px 11px;
  background: #e3e7e9;
  border-radius: 6px 6px 6px 1px;
  overflow-wrap: anywhere;
}

.chat-message.customer {
  margin-left: auto;
  color: var(--white);
  background: var(--teal-dark);
  border-radius: 6px 6px 1px 6px;
}

.chat-message.staff {
  margin-right: auto;
}

.chat-message p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  white-space: pre-wrap;
}

.chat-message time {
  display: block;
  margin-top: 4px;
  color: inherit;
  font-family: Arial, sans-serif;
  font-size: 9px;
  opacity: 0.65;
}

.chat-conversation > .chat-status {
  flex: 0 0 auto;
  min-height: 0;
  margin: 0;
  padding: 0 16px;
  background: var(--paper);
}

.chat-reply {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 12px;
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.chat-reply textarea {
  min-height: 48px;
  max-height: 110px;
  resize: none;
}

.chat-reply .button {
  min-width: 76px;
  padding-inline: 14px;
}

.site-footer {
  padding: 52px max(28px, calc((100vw - var(--shell)) / 2)) 24px;
  color: var(--white);
  background: #090c10;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 42px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  color: #b7c0c7;
  font-size: 13px;
  font-weight: 700;
}

.footer-links a:hover,
.footer-bottom a:hover {
  color: var(--teal);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  color: #8e99a2;
  border-top: 1px solid #282f37;
  font-family: Arial, "Tajawal", sans-serif;
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 80ms; }
.delay-2 { transition-delay: 160ms; }
.delay-3 { transition-delay: 240ms; }

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

@media (min-width: 861px) and (max-height: 820px) {
  .hero {
    min-height: 680px;
    height: 92svh;
  }

  .hero-inner {
    padding-top: 108px;
  }

  .hero-copy,
  .hero-system {
    margin-bottom: 0;
    padding-bottom: 34px;
  }

  .availability {
    margin-bottom: 14px;
  }

  .hero h1 {
    margin-bottom: 14px;
    font-size: 60px;
  }

  .hero-lead {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.6;
  }

  .hero-assurances {
    margin-top: 14px;
  }

  .hero-capabilities div {
    min-height: 78px;
  }
}

@media (max-width: 1120px) {
  :root {
    --section-space: 92px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    gap: 18px;
  }

  .main-nav {
    position: fixed;
    top: var(--header-height);
    inset-inline: 18px;
    display: none;
    padding: 16px;
    color: var(--white);
    background: #11171e;
    border: 1px solid #38424c;
    border-radius: 6px;
    box-shadow: var(--shadow-strong);
  }

  .main-nav.open {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }

  .main-nav a {
    padding: 10px 8px;
    text-align: center;
  }

  .main-nav a::after {
    bottom: 3px;
  }

  .header-actions {
    justify-self: auto;
    grid-column: 2;
    grid-row: 1;
    padding-inline-end: 56px;
  }

  .nav-toggle {
    display: block;
    position: absolute;
    inset-inline-end: 24px;
    color: var(--white);
  }

  .hero-inner {
    grid-template-columns: 1fr minmax(270px, 0.5fr);
    gap: 46px;
  }

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

  .hero-lead {
    font-size: 19px;
  }

  .section-heading h2,
  .faq-heading h2,
  .contact-copy h2 {
    font-size: 40px;
  }

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

  .journey > i {
    display: none;
  }

  .journey-step {
    min-height: 190px;
  }

  .work-feature {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .work-content {
    padding: 40px;
  }

  .contact-layout,
  .faq-layout {
    gap: 54px;
  }
}

@media (max-width: 860px) {
  :root {
    --header-height: 70px;
    --section-space: 76px;
  }

  body {
    font-size: 16px;
  }

  .site-header {
    padding-inline: 18px;
  }

  .brand-mark {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    font-size: 22px;
  }

  .brand-copy strong { font-size: 15px; }
  .brand-copy small { display: none; }

  .header-chat-button {
    display: none;
  }

  .header-actions {
    padding-inline-end: 50px;
  }

  .nav-toggle {
    inset-inline-end: 16px;
  }

  .main-nav.open {
    grid-template-columns: 1fr;
  }

  .hero {
    height: 94svh;
    min-height: 680px;
  }

  .hero-shade,
  html[dir="ltr"] .hero-shade {
    background:
      linear-gradient(0deg, rgba(7, 10, 15, 0.99) 0%, rgba(7, 10, 15, 0.87) 62%, rgba(7, 10, 15, 0.34) 100%);
  }

  .hero-inner {
    width: min(calc(100% - 36px), var(--shell));
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 126px;
  }

  .hero-copy {
    padding-bottom: 30px;
  }

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

  .hero-system {
    display: none;
  }

  .hero-capabilities {
    width: min(calc(100% - 36px), var(--shell));
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-capabilities div {
    min-height: 78px;
    grid-template-columns: 44px 1fr;
    padding: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .section-shell {
    width: min(calc(100% - 36px), var(--shell));
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 38px;
  }

  .section-heading h2,
  .faq-heading h2,
  .contact-copy h2 {
    font-size: 36px;
  }

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

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

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

  .work-feature {
    grid-template-columns: 1fr;
  }

  .work-media {
    min-height: 400px;
  }

  .project-grid,
  .paths-grid {
    grid-template-columns: 1fr;
  }

  .path-card {
    min-height: 0;
  }

  .path-card > p:not(.path-number, .path-badge) {
    min-height: 0;
  }

  .faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .faq-heading {
    position: static;
  }
}

@media (max-width: 600px) {
  :root {
    --section-space: 64px;
  }

  .site-header {
    min-height: var(--header-height);
  }

  .language-button {
    width: 42px;
    height: 40px;
  }

  .hero {
    height: 94svh;
    min-height: 620px;
    background-position: 43% center;
  }

  .hero-inner {
    padding-top: 104px;
  }

  .availability {
    margin-bottom: 22px;
    font-size: 12px;
  }

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

  .hero-lead {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.65;
  }

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

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

  .hero-assurances {
    display: none;
  }

  .system-kicker {
    margin-bottom: 14px;
  }

  .system-steps span {
    font-size: 12px;
  }

  .system-note {
    font-size: 11px;
  }

  .hero-capabilities {
    grid-template-columns: 1fr 1fr;
  }

  .hero-capabilities div {
    min-height: 58px;
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 7px 10px;
  }

  .hero-capabilities span {
    font-size: 11px;
  }

  .section-heading h2,
  .faq-heading h2,
  .contact-copy h2 {
    font-size: 31px;
  }

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

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

  .service-card {
    min-height: 0;
    padding: 28px;
  }

  .service-label {
    margin-bottom: 34px;
  }

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

  .journey-step {
    min-height: 0;
  }

  .journey-step h3 {
    margin-top: 22px;
  }

  .delivery-band {
    padding: 28px;
  }

  .delivery-band h3 {
    font-size: 25px;
  }

  .delivery-band ul {
    grid-template-columns: 1fr;
  }

  .work-media {
    min-height: 280px;
  }

  .work-content {
    padding: 30px 24px;
  }

  .work-content h3 {
    font-size: 29px;
  }

  .work-results {
    grid-template-columns: 1fr;
  }

  .project-card {
    min-height: 0;
  }

  .path-card {
    padding: 28px;
  }

  .process-list li {
    grid-template-columns: 54px 1fr;
    gap: 16px;
  }

  .faq-list summary {
    font-size: 16px;
  }

  .contact-methods a {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .site-qr {
    grid-template-columns: 92px 1fr;
  }

  .site-qr img {
    width: 92px;
    height: 92px;
  }

  .contact-form {
    padding: 26px 20px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .chat-launcher {
    inset-inline-end: 14px;
    bottom: 14px;
  }

  .chat-launcher-copy {
    display: none;
  }

  .chat-launcher {
    width: 58px;
    padding: 9px;
  }

  .chat-panel {
    inset-inline: 8px;
    bottom: 8px;
    width: auto;
    max-height: calc(100svh - 16px);
    border-radius: 8px;
  }

  .chat-panel:not([hidden]) + .site-footer {
    pointer-events: none;
  }

  .chat-quick-actions {
    grid-template-columns: 1fr;
  }

  .chat-quick-actions button {
    min-height: 36px;
  }

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

  .footer-links {
    gap: 14px 20px;
  }
}

@media (max-width: 380px) {
  .brand-copy strong {
    font-size: 14px;
  }

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

  .section-heading h2,
  .faq-heading h2,
  .contact-copy h2 {
    font-size: 28px;
  }

  .hero-capabilities span {
    font-size: 10px;
  }
}
