:root {
  --bg: #f5f8fb;
  --surface: #ffffff;
  --surface-soft: #edf5f9;
  --ink: #101826;
  --muted: #546172;
  --line: #dbe3ea;
  --brand: #022e77;
  --brand-blue: #273985;
  --accent: #0589b7;
  --accent-bright: #01b3bd;
  --accent-soft: #e7f7fa;
  --dark: #0b1320;
  --dark-soft: #10213d;
  --shadow: 0 18px 50px rgba(16, 24, 38, 0.12);
  --radius: 8px;
  --max: 1180px;
  --header-height: 74px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

html[lang="ar"] body {
  font-family: "Noto Kufi Arabic", "Plus Jakarta Sans", Arial, sans-serif;
}

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

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

button,
input,
textarea {
  font: inherit;
}

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

.container {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.brand-c {
  color: var(--accent-bright);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 10px;
  min-height: var(--header-height);
  padding: 10px 16px;
  background: rgba(4, 18, 43, 0.95);
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  min-width: 0;
  overflow: hidden;
}

.brand-logo {
  width: clamp(112px, 32vw, 156px);
  height: auto;
  object-fit: contain;
  flex: 0 1 auto;
}

.footer-logo {
  width: min(220px, 72vw);
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #ffffff;
  font-size: 0.82rem;
  letter-spacing: 0;
  flex: 0 0 auto;
}

.nav-toggle {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  display: grid;
  place-content: center;
  gap: 5px;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
}

.site-nav {
  position: absolute;
  left: 16px;
  right: 16px;
  top: calc(100% + 8px);
  display: none;
  grid-column: 1 / -1;
  padding: 10px;
  background: #ffffff;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.site-nav.is-open {
  display: grid;
}

.site-nav a {
  position: relative;
  padding: 12px;
  border-radius: 8px;
  font-weight: 700;
  transition: color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 7px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent-bright);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: var(--accent-soft);
  color: var(--brand);
  outline: none;
}

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

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.language-switcher button {
  min-width: 29px;
  height: 30px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--brand);
  font-weight: 800;
  cursor: pointer;
}

.language-switcher button[aria-pressed="true"] {
  background: var(--brand);
  color: #ffffff;
}

.mobile-language-switcher {
  margin-top: 8px;
  width: max-content;
  border-color: var(--line);
  box-shadow: none;
}

.hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: calc(var(--header-height) + 58px) 0 58px;
  color: #ffffff;
  background:
    linear-gradient(110deg, rgba(4, 18, 43, 0.98), rgba(2, 46, 119, 0.88) 44%, rgba(5, 137, 183, 0.62)),
    url("https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1800&q=80") center / cover;
  isolation: isolate;
  overflow: hidden;
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 0 33%, rgba(1, 212, 223, 0.18) 33.2%, transparent 33.7% 62%, rgba(255, 255, 255, 0.08) 62.2%, transparent 62.8%),
    repeating-linear-gradient(0deg, rgba(136, 243, 248, 0.08) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(90deg, rgba(136, 243, 248, 0.07) 0 1px, transparent 1px 58px);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.56;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(4, 18, 43, 0.72), transparent);
  z-index: 0;
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: var(--header-height) 0 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(145deg, transparent 0 48%, rgba(1, 212, 223, 0.2) 48.1%, transparent 48.5%),
    linear-gradient(28deg, transparent 0 58%, rgba(255, 255, 255, 0.08) 58.1%, transparent 58.45%);
  opacity: 0.86;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  max-width: 100%;
  margin: 0 0 14px;
  color: var(--brand);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.76rem;
  line-height: 1.2;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-bright), var(--brand-blue));
  flex: 0 0 auto;
}

.hero .eyebrow,
.page-hero .eyebrow {
  color: #88f3f8;
}

.hero .eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.hero .eyebrow::before,
.page-hero .eyebrow::before,
.feature-band .section-kicker::before,
.cta-section .section-kicker::before {
  background: #01d4df;
  box-shadow: 0 0 18px rgba(1, 212, 223, 0.38);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(2rem, 7.8vw, 3.8rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(1.72rem, 5.8vw, 3rem);
  line-height: 1.1;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 680px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.02rem;
}

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

.hero-actions {
  margin-top: 28px;
  justify-content: center;
}

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

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button.primary {
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(5, 137, 183, 0.28);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--accent-bright);
  box-shadow: 0 16px 40px rgba(1, 179, 189, 0.34);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.32);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(136, 243, 248, 0.62);
}

.button.full-width {
  width: 100%;
}

.proof-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 820px;
  margin: 34px auto 0;
}

.proof-points div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.07)),
    linear-gradient(90deg, rgba(1, 212, 223, 0.2), transparent 28%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 18px 48px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}

.proof-points dt {
  font-size: 1.45rem;
  font-weight: 800;
}

.proof-points dd {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.section {
  padding: 72px 0;
}

.intro-band {
  background: var(--surface);
}

.split {
  display: grid;
  gap: 28px;
}

.rich-text {
  color: var(--muted);
  font-size: 1.02rem;
}

.rich-text p {
  margin: 0;
}

.rich-text p + p {
  margin-top: 16px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading p:not(.section-kicker) {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

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

.section-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.section-action {
  margin-top: 24px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--brand);
  font-weight: 800;
  border-bottom: 2px solid var(--accent-bright);
}

.service-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.service-card {
  display: grid;
  gap: 18px;
  min-height: 250px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(16, 24, 38, 0.06);
}

.service-card p,
.value-list p,
.timeline p {
  margin: 0;
  color: var(--muted);
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--accent-soft);
  color: var(--brand);
  font-weight: 800;
}

.feature-band {
  background: linear-gradient(135deg, var(--brand), var(--dark));
  color: #ffffff;
}

.feature-band .section-kicker {
  color: #8ff2f7;
}

.timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 30px;
}

.timeline article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
}

.timeline span {
  display: inline-block;
  margin-bottom: 22px;
  color: #8ff2f7;
  font-weight: 800;
}

.timeline h3 {
  margin-bottom: 8px;
}

.timeline p {
  color: rgba(255, 255, 255, 0.72);
}

.values {
  display: grid;
  gap: 28px;
}

.value-list {
  display: grid;
  gap: 12px;
}

.value-list article {
  padding: 22px;
  background: var(--surface);
  border-inline-start: 4px solid var(--brand);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(16, 24, 38, 0.05);
}

.value-list h3 {
  margin-bottom: 8px;
}

.service-ladder-section {
  background: var(--surface-soft);
}

.service-ladder {
  display: grid;
  gap: 12px;
}

.service-ladder article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(16, 24, 38, 0.05);
}

.service-ladder span,
.services-detail-list > article > span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--accent-bright);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.82rem;
}

.service-ladder article:nth-child(even) span,
.services-detail-list > article:nth-child(even) > span {
  background: var(--brand-blue);
}

.service-ladder h3 {
  margin-bottom: 4px;
}

.service-ladder p {
  margin: 0;
  color: var(--muted);
}

.case-preview-section {
  background: #ffffff;
}

.case-strip {
  display: grid;
  gap: 14px;
}

.case-strip article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
}

.case-strip h3 {
  margin-bottom: 8px;
}

.case-strip p {
  margin: 0;
  color: var(--muted);
}

.page-hero {
  position: relative;
  padding: calc(var(--header-height) + 58px) 0 64px;
  color: #ffffff;
  background:
    linear-gradient(120deg, rgba(4, 18, 43, 0.98), rgba(2, 46, 119, 0.9), rgba(5, 137, 183, 0.78)),
    url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&fit=crop&w=1800&q=80") center / cover;
  isolation: isolate;
  overflow: hidden;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(1, 212, 223, 0.18), transparent 18% 82%, rgba(255, 255, 255, 0.08)),
    linear-gradient(180deg, rgba(4, 18, 43, 0.12), rgba(4, 18, 43, 0.56));
}

.page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 38px;
  align-items: center;
}

.page-hero .hero-copy {
  margin-left: 0;
  margin-right: 0;
  text-align: start;
}

.page-hero .hero-actions {
  justify-content: flex-start;
}

.page-hero h1 {
  margin-left: 0;
  margin-right: 0;
}

.page-hero-panel {
  max-width: 560px;
  padding: 6px 0 6px 22px;
  border-left: 4px solid var(--accent-bright);
}

.page-hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.02rem, 2.2vw, 1.18rem);
  font-weight: 700;
  line-height: 1.72;
}

.services-detail-list {
  display: grid;
  gap: 16px;
}

.services-detail-list > article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(16, 24, 38, 0.06);
}

.services-detail-list h2 {
  font-size: clamp(1.45rem, 4.2vw, 2.2rem);
}

.services-detail-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.services-detail-list ul,
.case-study-card ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--ink);
}

[dir="rtl"] .services-detail-list ul,
[dir="rtl"] .case-study-card ul {
  padding-left: 0;
  padding-right: 20px;
}

.case-study-grid {
  display: grid;
  gap: 16px;
}

.case-study-card {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(16, 24, 38, 0.06);
}

.case-type {
  margin: 0 0 12px;
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.case-study-card h2 {
  font-size: clamp(1.35rem, 4vw, 2rem);
}

.case-study-card p:not(.case-type) {
  margin: 12px 0 0;
  color: var(--muted);
}

.insight-section {
  background: var(--surface-soft);
}

.workflow-areas-section {
  background: var(--surface-soft);
}

.workflow-area-grid {
  display: grid;
  gap: 16px;
}

.workflow-area-grid article {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(16, 24, 38, 0.05);
}

.workflow-area-grid h3 {
  margin-bottom: 10px;
}

.workflow-area-grid p {
  margin: 0;
  color: var(--muted);
}

.workflow-area-grid ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding-left: 20px;
}

[dir="rtl"] .workflow-area-grid ul {
  padding-left: 0;
  padding-right: 20px;
}

.build-process-section {
  background: #ffffff;
}

.build-steps {
  display: grid;
  gap: 12px;
}

.build-steps article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
  padding: 18px;
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.build-steps span {
  grid-row: span 2;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--brand);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.8rem;
}

.build-steps p {
  margin: 0;
  color: var(--muted);
}

.cta-section {
  padding: 54px 0;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  color: #ffffff;
}

.cta-content {
  align-items: center;
  justify-content: space-between;
}

.cta-content > div {
  max-width: 760px;
}

.cta-section .section-kicker {
  color: #d9fbfd;
}

.contact-section {
  background: var(--surface);
}

.contact-layout {
  display: grid;
  gap: 30px;
}

.contact-copy {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.contact-details {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  color: var(--brand);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 20px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.field-group {
  display: grid;
  gap: 7px;
}

.field-group label {
  font-weight: 800;
}

.field-group input,
.field-group textarea {
  width: 100%;
  border: 1px solid #cbd6df;
  border-radius: 8px;
  padding: 13px 14px;
  background: #ffffff;
  color: var(--ink);
}

.field-group input:focus,
.field-group textarea:focus {
  border-color: var(--brand);
  outline: 3px solid rgba(1, 179, 189, 0.22);
}

.field-help {
  display: block;
  min-height: 1.2em;
  margin-top: 6px;
  color: #a43d21;
  font-size: 0.95rem;
  line-height: 1.3;
}

.field-help:not(:empty) {
  visibility: visible;
}

.hidden-field {
  display: none;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.form-status.is-error {
  color: #a43d21;
}

.form-status.is-success {
  color: #0b6f3a;
}

.field-group input.is-invalid,
.field-group textarea.is-invalid {
  border-color: #a43d21;
  background-color: rgba(164, 61, 33, 0.05);
}

.field-group input.is-invalid:focus,
.field-group textarea.is-invalid:focus {
  outline-color: rgba(164, 61, 33, 0.22);
}
}

.site-footer {
  padding: 34px 0;
  background: var(--brand);
  color: rgba(255, 255, 255, 0.76);
}

.footer-layout {
  display: grid;
  gap: 24px;
}

.footer-brand {
  color: #ffffff;
}

.site-footer p {
  margin: 12px 0 0;
  max-width: 460px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
}

.site-footer a {
  color: #ffffff;
  font-weight: 700;
}

.copyright {
  font-size: 0.92rem;
}

[dir="rtl"] .site-header {
  direction: rtl;
}

[dir="rtl"] .site-nav {
  text-align: right;
}

[dir="rtl"] .eyebrow,
[dir="rtl"] .section-kicker {
  direction: rtl;
}

[dir="rtl"] .value-list article {
  border-inline-start: 0;
  border-inline-end: 4px solid var(--brand);
}

[dir="rtl"] .page-hero-panel {
  padding: 6px 22px 6px 0;
  border-left: 0;
  border-right: 4px solid var(--accent-bright);
}

@media (min-width: 560px) {
  .proof-points {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-grid,
  .timeline,
  .value-list,
  .case-strip,
  .case-study-grid,
  .workflow-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 70px;
  }

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

  .brand-logo {
    width: clamp(104px, 34vw, 138px);
  }

  .nav-toggle {
    width: 38px;
    height: 38px;
  }

  .language-switcher {
    gap: 1px;
    padding: 2px;
    box-shadow: none;
  }

  .language-switcher button {
    min-width: 25px;
    height: 28px;
    padding: 0 3px;
    font-size: 0.78rem;
  }

  .site-header[data-header] > .language-switcher {
    display: none;
  }

  .hero {
    min-height: 760px;
    padding-top: calc(var(--header-height) + 54px);
  }

  .hero-content,
  .hero-copy {
    max-width: 100%;
  }

  .hero h1 {
    max-width: 12ch;
    font-size: clamp(2.1rem, 9.2vw, 2.95rem);
  }

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

  .page-hero h1 {
    font-size: clamp(2.1rem, 8.4vw, 3rem);
  }

  .page-hero-panel {
    padding-left: 18px;
  }

  [dir="rtl"] .page-hero-panel {
    padding-left: 0;
    padding-right: 18px;
  }
}

@media (max-width: 380px) {
  .brand-logo {
    width: 100px;
  }

  .nav-toggle {
    width: 36px;
    height: 36px;
  }

  .language-switcher button {
    min-width: 23px;
    font-size: 0.74rem;
  }
}

@media (max-width: 899px) {
  .site-header[data-header] > .language-switcher {
    display: none;
  }
}

@media (min-width: 900px) {
  .site-header {
    grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
    padding: 12px 32px;
  }

  .nav-toggle {
    display: none;
  }

  .brand-logo {
    width: 202px;
  }

  .site-nav {
    position: static;
    grid-column: auto;
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 0;
    background: transparent;
    color: #ffffff;
    border: 0;
    box-shadow: none;
  }

  .mobile-language-switcher {
    display: none;
  }

  .language-switcher {
    justify-self: end;
  }

  .site-nav a {
    padding: 10px 14px;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    background: rgba(1, 212, 223, 0.12);
    color: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(136, 243, 248, 0.18), 0 12px 28px rgba(0, 0, 0, 0.18);
  }

  .hero {
    min-height: 820px;
    padding-top: calc(var(--header-height) + 72px);
    padding-bottom: 72px;
  }

  .hero-copy {
    font-size: 1.12rem;
  }

  .section {
    padding: 96px 0;
  }

  .split,
  .contact-layout,
  .values {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
  }

  .page-hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.85fr);
    align-items: center;
  }

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

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

  .case-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .workflow-area-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .value-list {
    grid-template-columns: 1fr;
  }

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

  .contact-form {
    padding: 28px;
  }

  .footer-layout {
    grid-template-columns: 1.2fr auto auto;
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
