@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap");

:root {
  --brand-navy: #021e42;
  --brand-blue: #28476c;
  --brand-graphite: #333e48;
  --brand-sky: #c2d5ed;
  --brand-soft-sky: #b8d8eb;
  --brand-mist: #dce3eb;
  --brand-lavender: #a7a3df;
  --brand-ice: #f6f9fc;
  --brand-ink: #333e48;
  --radius: 8px;
}

* {
  letter-spacing: 0;
}

body {
  color: var(--brand-ink);
  font-family: "Poppins", "Gill Sans", Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(194, 213, 237, 0.45), transparent 32rem),
    #fff;
  text-rendering: geometricPrecision;
}

html[lang="ar"] body {
  font-family: "Noto Kufi Arabic", "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.9;
  font-feature-settings: "kern";
}

html[dir="rtl"] body {
  text-align: right;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ar"] .lead,
html[lang="ar"] .btn,
html[lang="ar"] .nav-link,
html[lang="ar"] .lang-option,
html[lang="ar"] .section-copy,
html[lang="ar"] .eyebrow,
html[lang="ar"] .principle-card h3,
html[lang="ar"] .page-card h3,
html[lang="ar"] .service-card h3,
html[lang="ar"] .timeline h3,
html[lang="ar"] .service-detail h2,
html[lang="ar"] .service-detail h3,
html[lang="ar"] .insight-grid strong,
html[lang="ar"] .insight-card h2,
html[lang="ar"] .footer-links h2 {
  font-family: "Noto Kufi Arabic", "Poppins", Arial, Helvetica, sans-serif;
}

html[lang="ar"] .hero h1 {
  font-size: clamp(3.7rem, 11vw, 8.5rem);
  line-height: 1.02;
  font-weight: 800;
}

html[lang="ar"] .page-hero h1 {
  font-size: clamp(1.95rem, 4vw, 3.45rem);
  line-height: 1.28;
}

html[lang="ar"] h2 {
  font-size: clamp(1.85rem, 3.4vw, 3rem);
  line-height: 1.3;
}

html[lang="ar"] .site-footer h2,
html[lang="ar"] .footer-links h2 {
  font-size: 0.92rem;
  line-height: 1.45;
}

html[lang="ar"] .footer-links a {
  font-size: 0.96rem;
  line-height: 1.85;
}

html[lang="ar"] .footer-brand p {
  font-size: 0.98rem;
  line-height: 1.95;
}

html[lang="ar"] .footer-logo .brand-wordmark {
  font-size: clamp(0.82rem, 1vw, 1.15rem);
}

html[lang="ar"] .form-control,
html[lang="ar"] .form-select,
html[lang="ar"] textarea,
html[lang="ar"] option {
  direction: rtl;
  text-align: right;
  unicode-bidi: plaintext;
}

html[lang="ar"] .form-select {
  padding-left: 2.25rem;
  padding-right: 0.9rem;
  background-position: left 0.9rem center;
}

html[lang="ar"] h3,
html[lang="ar"] .service-detail h2,
html[lang="ar"] .service-detail h3,
html[lang="ar"] .insight-card h2,
html[lang="ar"] .case-link h3,
html[lang="ar"] .case-link h2,
html[lang="ar"] .case-study.case-link h3,
html[lang="ar"] .case-study.case-link h2 {
  line-height: 1.45;
}

html[lang="ar"] .insight-card h2 {
  font-size: clamp(1.35rem, 2.25vw, 2rem);
  line-height: 1.5;
}

html[lang="ar"] p,
html[lang="ar"] li,
html[lang="ar"] .section-copy,
html[lang="ar"] .page-hero p:not(.eyebrow),
html[lang="ar"] .lead {
  line-height: 1.95;
}

html[lang="ar"] .eyebrow,
html[lang="ar"] .footer-links h2,
html[lang="ar"] .brand-wordmark {
  letter-spacing: 0;
}

html[lang="ar"] .eyebrow {
  text-transform: none;
  font-size: 0.86rem;
  font-weight: 700;
}

html[lang="ar"] .nav-link,
html[lang="ar"] .btn,
html[lang="ar"] .lang-options,
html[lang="ar"] .lang-option {
  font-weight: 700;
}

html[lang="ar"] .brand-wordmark {
  font-family: "Noto Kufi Arabic", "Poppins", Arial, Helvetica, sans-serif;
}

.navbar {
  background: rgba(246, 249, 252, 0.92);
  border-bottom: 1px solid rgba(2, 30, 66, 0.08);
  backdrop-filter: blur(18px);
  min-height: 86px;
  transition: box-shadow 180ms ease, background-color 180ms ease;
}

.navbar .container {
  gap: 1.25rem;
}

.navbar.is-scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(2, 30, 66, 0.08);
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 1.05rem !important;
  color: var(--brand-navy);
  font-family: "Poppins", "Gill Sans", Arial, Helvetica, sans-serif;
  font-weight: 800;
  line-height: 1;
  padding: 0.16rem 0;
  background: transparent;
  box-shadow: none;
}

.brand-mark {
  width: 38px;
  height: 70px;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  filter: drop-shadow(0 8px 14px rgba(2, 30, 66, 0.12));
}

.brand-wordmark {
  display: grid;
  gap: 0.18rem;
  color: var(--brand-navy);
  font-family: "Poppins", "Gill Sans", Arial, Helvetica, sans-serif;
  font-size: clamp(0.56rem, 0.72vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.04;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-wordmark-ar {
  display: none;
}

html[lang="ar"] .brand-wordmark-en {
  display: none;
}

html[lang="ar"] .brand-wordmark-ar {
  display: grid;
}

.brand-wordmark span {
  display: block;
}

.brand-wordmark-ar {
  gap: 0.2rem;
  font-size: clamp(0.62rem, 0.78vw, 0.9rem);
  font-weight: 800;
  line-height: 1.35;
  text-align: right;
  white-space: nowrap;
}

.nav-link {
  color: var(--brand-graphite);
  font-size: 0.9rem;
  font-weight: 600;
  padding-left: 0.55rem !important;
  padding-right: 0.55rem !important;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--brand-navy);
}

.nav-link.active {
  color: var(--brand-navy);
}

.nav-link.active::after {
  width: 100%;
}

.nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin-top: 0.25rem;
  background: var(--brand-soft-sky);
  transition: width 180ms ease;
}

.btn {
  border-radius: var(--radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-weight: 700;
}

.navbar .btn-brand {
  min-height: 46px;
  padding: 0.62rem 0.7rem 0.62rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(2, 30, 66, 0.24);
  background: linear-gradient(135deg, #fff 0%, rgba(194, 213, 237, 0.44) 100%);
  color: var(--brand-navy);
  font-size: 0.88rem;
  white-space: nowrap;
  box-shadow: 0 12px 26px rgba(2, 30, 66, 0.1);
}

.navbar .btn-brand::after {
  content: "↗";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-left: 0.45rem;
  border-radius: 8px;
  background: var(--brand-navy);
  color: #fff;
  font-size: 0.78rem;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.navbar .btn-brand:hover,
.navbar .btn-brand:focus {
  border-color: var(--brand-navy);
  background: var(--brand-navy);
  color: #fff;
  transform: translateY(-1px);
}

.navbar .btn-brand.active {
  border-color: var(--brand-blue);
  background: #fff;
  color: var(--brand-navy);
  box-shadow: 0 14px 28px rgba(18, 142, 216, 0.18);
}

.navbar .btn-brand:hover::after,
.navbar .btn-brand:focus::after {
  background: var(--brand-sky);
  color: var(--brand-navy);
  transform: translate(2px, -2px);
}

.language-switcher {
  display: flex;
  align-items: center;
}

.lang-options {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  direction: ltr;
  min-height: 40px;
  border: 1px solid rgba(2, 30, 66, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  padding: 0.2rem;
  box-shadow: 0 8px 20px rgba(2, 30, 66, 0.06);
}

.lang-option {
  min-width: 42px;
  min-height: 32px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--brand-navy);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.3rem 0.55rem;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.lang-option:hover,
.lang-option:focus,
.lang-option.is-active {
  background: #fff;
  color: var(--brand-navy);
  box-shadow: 0 6px 14px rgba(2, 30, 66, 0.1);
}

html[dir="rtl"] .navbar-nav {
  margin-right: auto !important;
  margin-left: 0 !important;
}

html[dir="rtl"] .btn,
html[dir="rtl"] .proof-stack div,
html[dir="rtl"] .check-list li {
  flex-direction: row-reverse;
}

.navbar-brand,
.footer-logo {
  direction: ltr;
  text-align: left;
}

html[dir="rtl"] .navbar-brand,
html[dir="rtl"] .footer-logo {
  flex-direction: row-reverse !important;
}

html[dir="rtl"] .brand-wordmark {
  text-align: right;
}

html[dir="rtl"] .sector-list {
  direction: rtl;
}

html[dir="rtl"] .sector-list div {
  direction: rtl;
  flex-direction: row;
  justify-content: flex-start;
  text-align: right;
}

html[dir="rtl"] .contact-panel > .row {
  direction: rtl;
}

html[dir="rtl"] .contact-form .row {
  direction: rtl;
  flex-direction: row;
}

html[dir="rtl"] .contact-panel .proof-stack div {
  direction: rtl;
  flex-direction: row;
  justify-content: flex-start;
  text-align: right;
}

html[dir="rtl"] .contact-panel,
html[dir="rtl"] .contact-form,
html[dir="rtl"] .form-label {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .navbar .btn-brand {
  padding: 0.62rem 1.15rem 0.62rem 0.7rem;
}

html[dir="rtl"] .navbar .btn-brand::after {
  margin-left: 0;
  margin-right: 0.45rem;
  transform: rotate(270deg);
}

html[dir="rtl"] .navbar .btn-brand:hover::after,
html[dir="rtl"] .navbar .btn-brand:focus::after {
  transform: rotate(270deg) translate(2px, -2px);
}

html[dir="rtl"] .service-link > strong,
html[dir="rtl"] .case-link > strong {
  flex-direction: row-reverse;
}

html[dir="rtl"] .bi-arrow-right::before {
  transform: rotate(180deg);
}

html[dir="rtl"] .footer-bottom {
  direction: rtl;
}

.btn-brand {
  --bs-btn-bg: var(--brand-navy);
  --bs-btn-border-color: var(--brand-navy);
  --bs-btn-hover-bg: #0b315c;
  --bs-btn-hover-border-color: #0b315c;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
}

.btn-brand:hover {
  box-shadow: 0 16px 30px rgba(2, 30, 66, 0.18);
}

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(135deg, var(--brand-navy), #0b315c 62%, var(--brand-graphite));
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/249-cover.jpg");
  background-position: center right;
  background-size: cover;
  opacity: 0.76;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 30, 66, 0.96) 0%, rgba(2, 30, 66, 0.78) 48%, rgba(2, 30, 66, 0.22) 100%),
    linear-gradient(0deg, rgba(2, 30, 66, 0.92) 0%, rgba(2, 30, 66, 0.08) 54%),
    radial-gradient(circle at 18% 26%, rgba(194, 213, 237, 0.34), transparent 20rem);
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.hero h1 {
  font-family: "Poppins", "Gill Sans", Arial, Helvetica, sans-serif;
  font-size: clamp(4.5rem, 14vw, 11rem);
  font-weight: 800;
  line-height: 0.82;
  margin-bottom: 1.5rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 11rem 0 6rem;
  background:
    radial-gradient(circle at 80% 20%, rgba(184, 216, 235, 0.28), transparent 20rem),
    linear-gradient(135deg, rgba(194, 213, 237, 0.26), rgba(255, 255, 255, 0) 46%),
    var(--brand-navy);
}

.page-hero h1 {
  max-width: 980px;
  font-family: "Poppins", "Gill Sans", Arial, Helvetica, sans-serif;
  font-size: clamp(2.35rem, 4.8vw, 4.15rem);
  font-weight: 800;
  line-height: 1.04;
}

.page-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
  line-height: 1.7;
}

.lead {
  max-width: 720px;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 400;
}

.eyebrow {
  color: var(--brand-soft-sky);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hero-insight {
  max-width: 420px;
  margin-left: auto;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.insight-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0.25rem 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  font-weight: 800;
}

.insight-header strong {
  color: var(--brand-soft-sky);
}

.insight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.insight-grid div {
  min-height: 138px;
  padding: 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
}

.insight-grid span,
.insight-grid small {
  display: block;
}

.insight-grid span {
  color: var(--brand-blue);
  font-size: 0.78rem;
  font-weight: 800;
}

.insight-grid strong {
  display: block;
  color: var(--brand-navy);
  font-family: "Poppins", "Gill Sans", Arial, Helvetica, sans-serif;
  font-size: 1.35rem;
  margin: 2rem 0 0.25rem;
}

.insight-grid small {
  color: #61707e;
  font-weight: 700;
}

.text-brand {
  color: var(--brand-navy);
}

.section {
  padding: 6rem 0;
}

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

.section-navy {
  background:
    linear-gradient(135deg, rgba(194, 213, 237, 0.16), rgba(255, 255, 255, 0) 42%),
    var(--brand-navy);
}

h2 {
  color: var(--brand-navy);
  font-family: "Poppins", "Gill Sans", Arial, Helvetica, sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1;
}

.section-navy h2,
.contact-panel h2 {
  color: #fff;
}

.section-copy {
  color: var(--brand-graphite);
  font-size: 1.1rem;
  line-height: 1.75;
}

.about-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.principle-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(2, 30, 66, 0.1);
  border-radius: 16px;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 14px 34px rgba(2, 30, 66, 0.06);
}

.principle-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-sky), var(--brand-soft-sky), var(--brand-lavender));
}

.principle-card i {
  color: var(--brand-navy);
  font-size: 2rem;
}

.principle-card h3 {
  color: var(--brand-navy);
  font-size: 1.18rem;
  font-weight: 800;
  margin: 1.2rem 0 0.75rem;
}

.principle-card p {
  color: var(--brand-graphite);
  line-height: 1.65;
  margin: 0;
}

.belief-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.belief-grid div {
  min-height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 1.25rem;
}

.belief-grid span {
  color: var(--brand-soft-sky);
  display: block;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.belief-grid strong {
  color: #fff;
  display: block;
  font-size: 1.08rem;
  margin-bottom: 0.65rem;
}

.belief-grid p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  margin: 0;
}

.operating-list {
  display: grid;
  gap: 1rem;
}

.operating-list div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1.25rem;
  align-items: start;
  border: 1px solid rgba(2, 30, 66, 0.1);
  border-radius: 16px;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 14px 34px rgba(2, 30, 66, 0.05);
}

.operating-list span {
  color: var(--brand-navy);
  font-weight: 800;
}

.operating-list p {
  color: var(--brand-graphite);
  line-height: 1.65;
  margin: 0;
}

.proof-panel {
  color: #fff;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(194, 213, 237, 0.18), rgba(255, 255, 255, 0) 42%),
    var(--brand-navy);
  padding: clamp(1.5rem, 4vw, 3.5rem);
  box-shadow: 0 28px 70px rgba(2, 30, 66, 0.18);
}

.proof-panel h2 {
  color: #fff;
}

.proof-panel p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.7;
  margin: 0;
}

.proof-stack {
  display: grid;
  gap: 0.85rem;
}

.proof-stack div {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  padding: 1rem;
}

.proof-stack i {
  color: var(--brand-soft-sky);
  font-size: 1.45rem;
}

.proof-stack strong {
  color: #fff;
}

.cta-card {
  border: 1px solid rgba(2, 30, 66, 0.1);
  border-radius: 18px;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 18px 48px rgba(2, 30, 66, 0.08);
}

.cta-card strong {
  color: var(--brand-navy);
  display: block;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.cta-card p {
  color: var(--brand-graphite);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.metric {
  min-height: 126px;
  border: 1px solid rgba(2, 30, 66, 0.08);
  border-top: 4px solid var(--brand-sky);
  background: #fff;
  border-radius: 14px;
  padding: 1.25rem;
  box-shadow: 0 16px 40px rgba(2, 30, 66, 0.07);
}

.metric span {
  color: var(--brand-navy);
  display: block;
  font-weight: 800;
  margin-bottom: 1rem;
}

.service-card {
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(2, 30, 66, 0.1);
  border-radius: 16px;
  padding: 1.5rem;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-link,
.case-link {
  color: var(--brand-ink);
  text-decoration: none;
}

.service-link:hover,
.service-link:focus,
.case-link:hover,
.case-link:focus {
  color: var(--brand-ink);
}

.service-link > strong,
.case-link > strong {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--brand-blue);
  margin-top: 1.25rem;
}

.case-link {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}

.case-link h2,
.case-link h3 {
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.12;
  margin-bottom: 1rem;
}

.case-link .section-copy {
  font-size: 1rem;
  line-height: 1.65;
}

.case-link > strong {
  align-self: flex-start;
  border-radius: 999px;
  background: var(--brand-ice);
  padding: 0.85rem 1rem;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.case-link:hover > strong,
.case-link:focus > strong {
  color: #fff;
  background: var(--brand-navy);
  transform: translateX(4px);
}

.page-card {
  position: relative;
  overflow: hidden;
  display: block;
  color: var(--brand-ink);
  text-decoration: none;
  border: 1px solid rgba(2, 30, 66, 0.1);
  border-radius: 16px;
  padding: 1.5rem;
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card::before,
.page-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-sky), var(--brand-soft-sky), var(--brand-lavender));
}

.page-card:hover,
.page-card:focus {
  color: var(--brand-ink);
  border-color: rgba(2, 30, 66, 0.24);
  box-shadow: 0 18px 42px rgba(2, 30, 66, 0.1);
  transform: translateY(-4px);
}

.page-card i {
  color: var(--brand-navy);
  font-size: 2rem;
}

.page-card h3 {
  color: var(--brand-navy);
  font-family: "Poppins", "Gill Sans", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  margin: 1.2rem 0 0.75rem;
}

.page-card p {
  color: var(--brand-graphite);
  line-height: 1.65;
  margin: 0;
}

.service-card:hover {
  border-color: rgba(2, 30, 66, 0.24);
  box-shadow: 0 18px 42px rgba(2, 30, 66, 0.1);
  transform: translateY(-4px);
}

.service-card i {
  color: var(--brand-navy);
  font-size: 2rem;
}

.service-card h3,
.timeline h3 {
  color: var(--brand-navy);
  font-family: "Poppins", "Gill Sans", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  margin: 1.2rem 0 0.75rem;
}

.service-card p,
.timeline p {
  color: var(--brand-graphite);
  line-height: 1.65;
  margin: 0;
}

.muted-light {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 1rem;
  align-items: start;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1.25rem;
}

.timeline-item span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--brand-navy);
  background: var(--brand-sky);
  border-radius: 50%;
  font-weight: 800;
}

.timeline h3 {
  color: #fff;
  margin-top: 0;
}

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

.sector-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.sector-list div {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid rgba(2, 30, 66, 0.1);
  border-radius: 14px;
  background: #fff;
  padding: 1.1rem;
  color: var(--brand-navy);
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(2, 30, 66, 0.06);
}

.sector-list i {
  color: var(--brand-navy);
  font-size: 1.45rem;
}

.check-list {
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li {
  display: flex;
  gap: 0.8rem;
  color: var(--brand-graphite);
  font-size: 1.05rem;
  line-height: 1.65;
}

.check-list i {
  color: var(--brand-navy);
  font-size: 1.35rem;
  line-height: 1.45;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.feature-strip div {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  padding: 1.25rem;
}

.feature-strip i {
  color: var(--brand-soft-sky);
  font-size: 2rem;
}

.feature-strip strong {
  color: #fff;
  font-size: 1.05rem;
}

.feature-strip span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.service-detail {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 2rem;
  align-items: start;
  border-top: 1px solid rgba(2, 30, 66, 0.12);
  padding: 2rem 0;
}

.service-detail span,
.case-study > span,
.insight-card span {
  color: var(--brand-blue);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.service-detail h2,
.service-detail h3 {
  color: var(--brand-navy);
  font-size: 1.55rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.service-detail p {
  color: var(--brand-graphite);
  line-height: 1.75;
  margin: 0;
}

.service-detail ul {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-detail li {
  border-radius: 12px;
  background: #fff;
  color: var(--brand-navy);
  font-weight: 600;
  padding: 0.9rem 1rem;
  box-shadow: 0 10px 26px rgba(2, 30, 66, 0.06);
}

.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.deliverable-grid div {
  min-height: 140px;
  border: 1px solid rgba(2, 30, 66, 0.1);
  border-radius: 16px;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0 14px 34px rgba(2, 30, 66, 0.06);
}

.deliverable-grid strong,
.deliverable-grid span {
  display: block;
}

.deliverable-grid strong {
  color: var(--brand-navy);
  margin-bottom: 0.7rem;
}

.deliverable-grid span {
  color: var(--brand-graphite);
  line-height: 1.65;
}

.case-study {
  border-radius: 18px;
  background: #fff;
  padding: clamp(1.35rem, 4vw, 2.5rem);
  box-shadow: 0 18px 48px rgba(2, 30, 66, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.case-link:hover,
.case-link:focus {
  box-shadow: 0 18px 42px rgba(2, 30, 66, 0.12);
  transform: translateY(-4px);
}

.case-study + .case-study {
  margin-top: 1.5rem;
}

.case-study h2 {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  margin-bottom: 1rem;
}

.case-study.case-link h2,
.case-study.case-link h3 {
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.12;
}

.case-study.case-link > span {
  border-radius: 999px;
  background: var(--brand-ice);
  color: var(--brand-navy);
  margin-bottom: 1.1rem;
  padding: 0.45rem 0.75rem;
}

.case-study.case-link .section-copy {
  font-size: 1rem;
  line-height: 1.65;
}

.insight-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(2, 30, 66, 0.1);
  border-radius: 16px;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 14px 34px rgba(2, 30, 66, 0.06);
}

.insight-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-sky), var(--brand-soft-sky), var(--brand-lavender));
}

.insight-card h2 {
  font-size: 1.45rem;
  line-height: 1.16;
  margin-bottom: 1rem;
}

.insight-card p {
  color: var(--brand-graphite);
  line-height: 1.7;
  margin: 0;
}

.faq .accordion-item {
  border: 1px solid rgba(2, 30, 66, 0.1);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.faq .accordion-button {
  color: var(--brand-navy);
  font-weight: 600;
}

.faq .accordion-button:not(.collapsed) {
  background: #fff;
  box-shadow: none;
}

.faq .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 71, 108, 0.12);
}

.contact-panel {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(194, 213, 237, 0.18), rgba(255, 255, 255, 0) 45%),
    var(--brand-navy);
  border-radius: 18px;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  box-shadow: 0 28px 70px rgba(2, 30, 66, 0.18);
}

.contact-panel p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 1.7;
}

.contact-form {
  background: #fff;
  border-radius: 16px;
  padding: 1.25rem;
}

.contact-form .form-label {
  color: var(--brand-graphite);
  font-weight: 600;
}

.form-control,
.form-select {
  border-radius: var(--radius);
  border-color: rgba(2, 30, 66, 0.18);
  padding: 0.8rem 0.9rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 0.2rem rgba(40, 71, 108, 0.14);
}

.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background:
    radial-gradient(circle at 12% 0%, rgba(194, 213, 237, 0.18), transparent 28rem),
    linear-gradient(135deg, var(--brand-navy), #0b315c 62%, var(--brand-graphite));
  padding: 4rem 0 1.25rem;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1.5fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.footer-brand p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  margin: 1.25rem 0 1.5rem;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.footer-logo:hover,
.footer-logo:focus {
  color: #fff;
}

.footer-logo img {
  width: 48px;
  height: 90px;
  object-fit: contain;
  filter: brightness(0) invert(1) drop-shadow(0 10px 18px rgba(0, 0, 0, 0.16));
}

.footer-logo .brand-wordmark {
  color: #fff;
  font-size: clamp(0.9rem, 1.2vw, 1.45rem);
  gap: 0.28rem;
}

.footer-logo .brand-wordmark-ar {
  font-size: clamp(0.95rem, 1.15vw, 1.35rem);
  line-height: 1.5;
}

.btn-footer {
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-color: var(--brand-navy);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-hover-color: var(--brand-navy);
  min-height: 48px;
  border-radius: 14px;
  padding: 0.68rem 0.82rem 0.68rem 1.05rem;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.btn-footer:hover,
.btn-footer:focus {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22);
}

.btn-footer i {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 9px;
  background: var(--brand-navy);
  color: #fff;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.btn-footer:hover i,
.btn-footer:focus i {
  background: var(--brand-sky);
  color: var(--brand-navy);
  transform: translate(2px, -2px);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.footer-links div {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  padding: 1.25rem;
}

.footer-links h2 {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.footer-links a {
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.32rem 0;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 3rem;
  padding-top: 1.25rem;
}

@media (max-width: 991.98px) {
  .navbar {
    min-height: 78px;
  }

  .navbar-collapse {
    padding: 1rem 0;
  }

  .navbar .btn-brand {
    width: 100%;
    margin-top: 0.75rem;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(2, 30, 66, 0.96) 0%, rgba(2, 30, 66, 0.78) 48%, rgba(2, 30, 66, 0.24) 100%);
  }

  .hero .row {
    align-items: end;
  }

  .hero-insight {
    margin: 0;
  }

  .section {
    padding: 4.5rem 0;
  }

  .sector-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-strip,
  .service-detail,
  .deliverable-grid,
  .about-intro,
  .belief-grid,
  .footer-main,
  .footer-links {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 575.98px) {
  .brand-mark {
    width: 30px;
    height: 56px;
  }

  .navbar-brand {
    gap: 0.75rem !important;
  }

  .navbar-brand .brand-wordmark {
    font-size: 0.52rem;
    max-width: 146px;
    white-space: normal;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .hero-insight {
    display: none;
  }

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

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
