:root {
  --bg: #f6f3ee;
  --surface: #ffffff;
  --surface-soft: #fbf9f5;
  --ink: #1f1d1b;
  --ink-soft: #6d685f;
  --line: #e6dfd3;
  --topbar: #23201e;
  --topbar-surface: #f4efe6;
  --topbar-ink: #5e513c;
  --topbar-line: #d7c4a2;
  --header-shell: rgba(27, 16, 8, 0.9);
  --header-shell-soft: rgba(66, 42, 21, 0.78);
  --header-line: rgba(223, 190, 124, 0.18);
  --header-text: #f7efde;
  --gold: #c79a3f;
  --gold-dark: #af8129;
  --shadow: 0 18px 40px rgba(31, 29, 27, 0.08);
  --radius-sm: 10px;
  --radius-md: 18px;
  --container: min(1240px, calc(100% - 2rem));
  --topbar-height: 38px;
  --site-font: "Noto Naskh Arabic", serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--site-font);
  background: var(--surface);
  color: var(--ink);
}

body,
body
  *:not(.material-symbols-outlined):not(.fa):not(.fa-brands):not(
    .fa-regular
  ):not(.fa-solid):not(.fab):not(.far):not(.fas):not([class^="fa-"]):not(
    [class*=" fa-"]
  ) {
  font-family: var(--site-font) !important;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined" !important;
}

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

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

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

.page-shell {
  min-height: 100vh;
  background: var(--surface);
}

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

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

.screen-reader-text:focus {
  top: 1rem;
  right: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  margin: 0;
  clip: auto;
  background: var(--ink);
  color: #fff;
  z-index: 100;
  border-radius: 999px;
}

.site-header {
  position: sticky;
  top: calc(-1 * var(--topbar-height));
  z-index: 48;
  background: var(--surface);
}

.admin-bar .site-header {
  top: calc(32px - var(--topbar-height));
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: calc(46px - var(--topbar-height));
  }
}

.header-topbar {
  min-height: var(--topbar-height);
  background: var(--topbar-surface);
  color: var(--topbar-ink);
  border-bottom: 1px solid var(--topbar-line);
}

.header-topbar .container {
  width: min(1400px, calc(100% - 0.3rem));
  padding-inline: 0;
}

.topbar-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 1.5rem;
  min-height: var(--topbar-height);
  padding: 0 0.05rem;
}

.topbar-contact,
.topbar-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.topbar-contact {
  justify-content: flex-end;
  gap: 1.35rem;
}

.topbar-social {
  justify-content: flex-start;
  gap: 1.2rem;
}

.topbar-contact-link,
.topbar-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--topbar-ink);
  line-height: 1;
  transition:
    color 180ms ease,
    transform 180ms ease,
    opacity 180ms ease;
}

.topbar-contact-link {
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
}

.topbar-contact-link > span:first-child {
  direction: ltr;
  unicode-bidi: plaintext;
}

.topbar-social-link {
  justify-content: center;
  width: 1rem;
  height: 1rem;
}

.topbar-social-link svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.topbar-social-link i {
  font-size: 0.95rem;
  line-height: 1;
}

.topbar-contact-link:hover,
.topbar-contact-link:focus-visible,
.topbar-social-link:hover,
.topbar-social-link:focus-visible {
  color: #3f3425;
  transform: translateY(-1px);
}

.topbar-social-link.is-placeholder {
  pointer-events: none;
}

.topbar-meta,
.topbar-phone {
  display: none;
}

.topbar-icon {
  display: inline-flex;
  width: 0.95rem;
  height: 0.95rem;
  color: currentColor;
  flex: 0 0 auto;
}

.topbar-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.header-main {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(25, 14, 6, 0.94) 0%,
    rgba(63, 42, 24, 0.82) 50%,
    rgba(25, 14, 6, 0.94) 100%
  );
  border-bottom: 1px solid var(--header-line);
  box-shadow: 0 10px 26px rgba(15, 9, 4, 0.16);
  backdrop-filter: blur(10px);
  font-family: "Cairo", "Tajawal", sans-serif;
  transition:
    background 220ms ease,
    border-bottom-color 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease;
}

.header-main .container {
  width: min(1380px, calc(100% - 0.35rem));
  padding-inline: 0;
}

.header-main-wrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.9rem, 2.1vw, 2rem);
  min-height: 70px;
  padding: 0 0.18rem;
  direction: rtl;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
}

.brand-logo {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: #111111;
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.16);
}

.brand-logo svg {
  width: 34px;
  height: 34px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
}

.brand-logo-img {
  max-height: 50px;
  width: auto;
  mix-blend-mode: multiply;
  border-radius: 6px;
}

.brand-hero {
  justify-self: end;
}

.brand-inner-hero {
  gap: 0;
  width: 270px;
  height: 94px;
  overflow: hidden;
}

.brand-logo-img-hero {
  width: 100%;
  height: 100%;
  max-height: none;
  mix-blend-mode: normal;
  border-radius: 0;
  object-fit: cover;
  object-position: 54% 54%;
  transform: scale(1.42);
  transform-origin: center center;
}

.brand-law,
.header-actions,
.header-actions > .header-cta {
  display: none;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

.brand-lockup strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.1;
  font-weight: 800;
  color: var(--ink);
}

.brand-lockup small {
  display: block;
  color: var(--gold-dark);
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 500;
}

.site-nav {
  flex: 0 1 auto;
}

.site-nav-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  flex-direction: row-reverse;
}

.header-main-wrap > .header-actions {
  display: none;
}

.site-nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  direction: rtl;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-nav-hero .site-nav-list {
  justify-content: center;
  gap: clamp(0.4rem, 0.8vw, 0.95rem);
  flex-wrap: nowrap;
}

.site-nav-list li {
  margin: 0;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #5f6770;
  font-size: 1.06rem;
  font-weight: 500;
  transition: color 180ms ease;
}

.site-nav-hero a {
  color: rgba(247, 239, 222, 0.94);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.4rem 0.72rem 0.92rem;
  border-radius: 0;
  transition:
    color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.55rem;
  width: 100%;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 180ms ease;
}

.site-nav-hero a::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center center;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
  color: var(--gold-dark);
}

.site-nav-hero a:hover,
.site-nav-hero a:focus-visible {
  color: #f5d286;
  background: transparent;
}

.site-nav-hero .site-nav-list > li.is-current > a,
.site-nav-hero .current-menu-item > a,
.site-nav-hero .current_page_item > a {
  color: #f5d286;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0.4rem 0.72rem 0.92rem;
  box-shadow: none;
}

.site-nav-hero a:hover::after,
.site-nav-hero a:focus-visible::after,
.site-nav-hero .current-menu-item > a::after,
.site-nav-hero .current_page_item > a::after {
  transform: scaleX(1);
}

.site-nav-hero .site-nav-list > li.is-current > a::after {
  transform: scaleX(1);
}

.site-nav:not(.site-nav-hero) a:hover::after,
.site-nav:not(.site-nav-hero) a:focus-visible::after,
.site-nav:not(.site-nav-hero) .current-menu-item > a::after,
.site-nav:not(.site-nav-hero) .current_page_item > a::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  padding: 0.9rem 1.55rem;
  border: 0;
  border-radius: 8px;
  background: var(--gold);
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
  box-shadow: 0 14px 30px rgba(199, 154, 63, 0.2);
}

.header-cta-hero {
  justify-self: start;
  min-width: 102px;
  min-height: 30px;
  padding: 0.48rem 1.18rem;
  border-radius: 11px;
  background: linear-gradient(180deg, #d3ac61 0%, #be8f3f 100%);
  box-shadow: 0 8px 18px rgba(171, 123, 42, 0.14);
  color: #fff9ef;
  font-size: 0.93rem;
  font-weight: 700;
  letter-spacing: 0;
}

.header-cta:hover,
.header-cta:focus-visible,
.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  background: var(--gold-dark);
}

.header-cta-hero:hover,
.header-cta-hero:focus-visible {
  background: linear-gradient(180deg, #ddb86c 0%, #b98636 100%);
  color: #ffffff;
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  width: 2.9rem;
  height: 2.9rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle span {
  width: 1.2rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.site-main {
  min-height: 50vh;
}

.landing-main {
  min-height: calc(100vh - 134px);
  background: #0f0d0b;
}

.legal-hero {
  position: relative;
  min-height: calc(100vh - 134px);
  display: block;
  background-repeat: no-repeat;
  background-position: center 54%;
  background-size: cover;
  isolation: isolate;
  overflow: hidden;
}

.is-front-page .site-header {
  top: 0;
  background: transparent;
}

.admin-bar.is-front-page .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar.is-front-page .site-header {
    top: 46px;
  }
}

.is-front-page .header-topbar {
  display: block;
}

.is-front-page .header-main {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.is-front-page .site-header.is-past-hero .header-main {
  background: linear-gradient(
    90deg,
    rgba(25, 14, 6, 0.94) 0%,
    rgba(63, 42, 24, 0.82) 50%,
    rgba(25, 14, 6, 0.94) 100%
  );
  border-bottom-color: var(--header-line);
  box-shadow: 0 10px 26px rgba(15, 9, 4, 0.16);
  backdrop-filter: blur(10px);
}

.is-front-page .legal-hero-law {
  margin-top: calc(-70px - var(--topbar-height));
  padding-top: calc(70px + var(--topbar-height));
}

.legal-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(8, 6, 5, 0.86) 0%,
      rgba(11, 8, 6, 0.68) 18%,
      rgba(14, 10, 7, 0.75) 100%
    ),
    linear-gradient(
      90deg,
      rgba(9, 7, 5, 0.7) 0%,
      rgba(9, 7, 5, 0.34) 32%,
      rgba(9, 7, 5, 0.46) 100%
    ),
    radial-gradient(
      circle at 50% 44%,
      rgba(206, 156, 56, 0.13) 0%,
      rgba(20, 15, 10, 0) 44%
    );
  z-index: 0;
}

.legal-hero-shell {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: calc(100vh - 134px);
  padding: 1.65rem 0 5.8rem;
}

.legal-hero-law > .legal-hero-content {
  display: none;
}

.legal-hero-watermark {
  position: absolute;
  left: clamp(0.2rem, 1.7vw, 1.6rem);
  top: 58%;
  width: clamp(220px, 19vw, 300px);
  transform: translateY(-34%);
  opacity: 0.17;
  pointer-events: none;
  filter: saturate(0.72) brightness(0.9);
}

.legal-hero-watermark img {
  width: 100%;
  height: auto;
  display: block;
}

.legal-hero-panel {
  position: relative;
  width: min(820px, 100%);
  text-align: center;
  color: #ffffff;
  font-family: "Cairo", "Tajawal", sans-serif;
}

.legal-hero-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.7rem 1.45rem;
  border-radius: 999px;
  background: rgba(245, 237, 223, 0.94);
  color: #5c4730;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
  box-shadow: 0 12px 28px rgba(15, 9, 4, 0.16);
}

.legal-hero-title {
  margin: 1.3rem 0 0;
  font-size: clamp(2.5rem, 5vw, 4.55rem);
  line-height: 1.24;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.legal-hero-title span {
  display: block;
}

.hero-title-line {
  position: relative;
  display: inline-block !important;
  padding-left: 0.9em;
  white-space: nowrap;
}

.hero-title-line::before {
  content: "...";
  position: absolute;
  top: 0;
  left: 0;
  direction: ltr;
  unicode-bidi: isolate;
  letter-spacing: 0.02em;
}

.hero-title-text {
  direction: rtl;
  display: inline-block !important;
}

.hero-accent {
  color: #d8b062;
}

.legal-hero-description {
  margin: 1.1rem auto 0;
  width: min(760px, 100%);
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.08vw, 1.08rem);
  line-height: 1.95;
  font-weight: 400;
}

.legal-hero-content {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 2.5rem));
  text-align: center;
  color: #ffffff;
  padding: 3.2rem 0 3rem;
}

.legal-hero-content h1 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.legal-hero-content p {
  margin: 1.15rem auto 0;
  width: min(920px, 100%);
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1.04rem, 1.45vw, 1.86rem);
  line-height: 1.75;
  font-weight: 500;
}

.legal-hero-actions {
  margin-top: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 0.95rem;
  flex-wrap: wrap;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 50px;
  padding: 0.84rem 1.9rem;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Cairo", "Tajawal", sans-serif;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease;
}

.hero-btn:hover,
.hero-btn:focus-visible {
  transform: translateY(-1px);
}

.hero-btn-primary {
  min-width: 176px;
  background: linear-gradient(180deg, #d3ac61 0%, #be8f3f 100%);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(171, 123, 42, 0.16);
}

.hero-btn-primary:hover,
.hero-btn-primary:focus-visible {
  background: linear-gradient(180deg, #ddb86c 0%, #b98636 100%);
}

.hero-btn-secondary {
  min-width: 176px;
  border: 1px solid rgba(255, 255, 255, 0.84);
  color: #ffffff;
  background: rgba(19, 14, 10, 0.26);
}

.hero-btn-secondary:hover,
.hero-btn-secondary:focus-visible {
  border-color: var(--gold);
  color: #f6dfac;
}

.hero-btn-icon {
  display: inline-flex;
  width: 1.18em;
  height: 1.18em;
}

.hero-btn-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.whatsapp-float {
  position: fixed;
  left: 1.65rem;
  bottom: 1.65rem;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #23d366;
  color: #ffffff;
  box-shadow:
    0 8px 18px rgba(7, 40, 20, 0.34),
    0 0 0 6px rgba(35, 211, 102, 0.18);
  transition:
    transform 180ms ease,
    filter 180ms ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.strategy-metrics-section {
  position: relative;
  z-index: 3;
  margin-top: clamp(-4.8rem, -6vw, -3.2rem);
  padding: 0 0 clamp(3.2rem, 4.8vw, 4.4rem);
  background: linear-gradient(
    180deg,
    rgba(15, 11, 8, 0) 0%,
    rgba(15, 11, 8, 0) 38%,
    #ffffff 38%,
    #ffffff 100%
  );
  border-bottom: 0;
}

.strategy-metrics-shell {
  width: min(1240px, 100%);
  margin-inline: auto;
}

.strategy-metrics-title {
  margin: 0;
  text-align: center;
  color: #463727;
  font-size: clamp(2.1rem, 3.2vw, 3.45rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-family: "Cairo", "Tajawal", sans-serif;
}

.strategy-metrics-title span {
  color: #cfa85f;
}

.strategy-metrics-grid {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.2rem, 2vw, 2.7rem);
  direction: ltr;
}

.strategy-metric-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 270px;
  margin-inline: auto;
  text-align: center;
  direction: rtl;
  opacity: 0;
  transform: translateY(38px) scale(0.98);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.strategy-metric-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.strategy-metric-card:nth-child(2) {
  transition-delay: 80ms;
}

.strategy-metric-card:nth-child(3) {
  transition-delay: 160ms;
}

.strategy-metric-card:nth-child(4) {
  transition-delay: 240ms;
}

.strategy-metric-card:nth-child(5) {
  transition-delay: 320ms;
}

.strategy-metric-card:nth-child(6) {
  transition-delay: 400ms;
}

.strategy-metric-card:nth-child(7) {
  transition-delay: 480ms;
}

.strategy-metric-card:nth-child(8) {
  transition-delay: 560ms;
}

.strategy-metrics-grid--five .strategy-metric-card:nth-child(n + 6) {
  display: none;
}

.strategy-metrics-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
  direction: rtl;
}

.strategy-metrics-grid--five .strategy-metric-card {
  max-width: none;
  padding: 1.2rem 1rem 1rem;
  background: #ffffff;
  border: 1px solid #eadfcd;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(88, 70, 45, 0.08);
}

.strategy-metrics-grid--five .strategy-metric-icon {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: #f7f2e9;
  color: #c69849;
  box-shadow: none;
}

.strategy-metrics-grid--five .strategy-metric-icon svg {
  width: 25px;
  height: 25px;
}

.strategy-metrics-grid--five .strategy-metric-value {
  margin-top: 0.95rem;
  font-size: clamp(1.8rem, 2.3vw, 2.55rem);
}

.strategy-metrics-grid--five .strategy-metric-label {
  margin-top: 0.48rem;
  font-size: clamp(0.8rem, 0.8vw, 0.95rem);
}

.strategy-metric-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(180deg, #d7b15f 0%, #c69849 100%);
  color: #fffaf0;
  box-shadow: 0 14px 26px rgba(171, 123, 42, 0.16);
}

.strategy-metric-icon svg {
  width: 28px;
  height: 28px;
}

.strategy-metric-value {
  margin: 1.35rem 0 0;
  color: #59462d;
  font-size: clamp(2.05rem, 2.85vw, 3.05rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  font-family: "Cairo", "Tajawal", sans-serif;
  white-space: nowrap;
}

.strategy-metric-value[dir="ltr"] {
  direction: ltr;
  unicode-bidi: isolate;
}

.strategy-metric-value[dir="rtl"] {
  direction: rtl;
  unicode-bidi: plaintext;
}

.strategy-metric-label {
  margin: 0.65rem 0 0;
  color: #8c775d;
  font-size: clamp(0.9rem, 0.96vw, 1.03rem);
  line-height: 1.55;
  font-weight: 500;
}

.why-contact-section--legacy {
  display: none;
}

@media (max-width: 860px) {
  .strategy-metrics-section {
    margin-top: -2.2rem;
    padding: 0 0 3.5rem;
    background: linear-gradient(
      180deg,
      rgba(15, 11, 8, 0) 0%,
      rgba(15, 11, 8, 0) 28%,
      #ffffff 28%,
      #ffffff 100%
    );
  }

  .strategy-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.35rem;
  }

  .strategy-metrics-grid--five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }

  .strategy-metrics-grid--five .strategy-metric-card:nth-child(5) {
    grid-column: span 2;
  }

  .strategy-metric-value {
    font-size: clamp(1.7rem, 4.8vw, 2.4rem);
  }
}

@media (max-width: 520px) {
  .strategy-metrics-section {
    margin-top: -1.45rem;
    padding: 0 0 2.8rem;
    background: #ffffff;
  }

  .strategy-metrics-title {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
    line-height: 1.28;
  }

  .strategy-metrics-grid {
    margin-top: 2.2rem;
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .strategy-metrics-grid--five {
    margin-top: 0;
  }

  .strategy-metrics-grid--five .strategy-metric-card:nth-child(5) {
    grid-column: auto;
  }

  .strategy-metric-card {
    max-width: 100%;
  }

  .strategy-metric-value {
    font-size: clamp(1.8rem, 8.2vw, 2.25rem);
    white-space: normal;
  }

  .strategy-metric-label {
    margin-top: 0.5rem;
  }
}

.why-contact-section {
  background: #ffffff;
  border-top: 0;
  border-bottom: 1px solid #ece7de;
  padding: 5.8rem 0 4.7rem;
}

.why-contact-shell {
  width: min(1260px, 100%);
  margin-inline: auto;
}

.why-contact-title {
  margin: 0;
  text-align: center;
  color: #1c2c3f;
  font-size: clamp(2.1rem, 3.3vw, 3.7rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.why-metrics-grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
  direction: ltr;
}

.metric-item {
  text-align: center;
  direction: rtl;
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 640ms ease,
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.metric-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.metric-item:nth-child(2) {
  transition-delay: 80ms;
}

.metric-item:nth-child(3) {
  transition-delay: 160ms;
}

.metric-item:nth-child(4) {
  transition-delay: 240ms;
}

.metric-number {
  margin: 0;
  color: var(--gold);
  font-size: clamp(2.6rem, 4.1vw, 4.9rem);
  line-height: 1;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.metric-label {
  margin: 1.2rem 0 0;
  color: #637081;
  font-size: clamp(1.08rem, 1.05vw, 1.55rem);
  line-height: 1.5;
  font-weight: 500;
}

.about-firm-section {
  background: #ffffff;
  padding: 5.9rem 0 6.4rem;
}

.about-taadul-section {
  background: #ffffff;
  padding: 3.8rem 0 5.2rem;
  overflow: hidden;
}

.about-taadul-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 2.4rem;
  direction: ltr;
}

.about-taadul-copy {
  direction: rtl;
  width: min(430px, 100%);
  text-align: center;
}

.about-taadul-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin: 0;
  color: #c5a05b;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 700;
}

.about-taadul-eyebrow::before,
.about-taadul-eyebrow::after {
  content: "";
  width: 2.1rem;
  height: 1px;
  background: rgba(197, 160, 91, 0.55);
}

.about-taadul-copy h2 {
  margin: 1.15rem 0 0;
  color: #2d241b;
  font-size: clamp(2rem, 3.15vw, 3.35rem);
  line-height: 1.25;
  font-weight: 800;
  font-family: "Cairo", "Tajawal", sans-serif;
}

.about-taadul-copy h2 span {
  color: #cfa85f;
}

.about-taadul-copy p {
  margin: 1.15rem 0 0;
  color: #8b7b68;
  font-size: clamp(0.98rem, 0.98vw, 1.08rem);
  line-height: 2.08;
  font-weight: 500;
}

.about-taadul-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  min-height: 40px;
  margin-top: 1.85rem;
  padding: 0.7rem 1.4rem;
  border-radius: 12px;
  background: linear-gradient(180deg, #d5b165 0%, #c69a4a 100%);
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Cairo", "Tajawal", sans-serif;
  box-shadow: 0 14px 28px rgba(171, 123, 42, 0.16);
  transition:
    transform 180ms ease,
    filter 180ms ease;
}

.about-taadul-button:hover,
.about-taadul-button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.about-taadul-media {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: visible;
}

.about-taadul-mark {
  position: absolute;
  top: -3rem;
  right: 2.35rem;
  z-index: 0;
  width: min(320px, 42%);
  opacity: 1;
  pointer-events: none;
  filter: saturate(0.52) brightness(1.18);
}

.about-taadul-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.about-taadul-building {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  transform: translateX(1.3rem);
}

.about-taadul-building img {
  width: 100%;
  height: auto;
}

.about-firm-section--legacy {
  display: none;
}

.about-firm-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 4.2rem;
  align-items: center;
  direction: ltr;
}

.about-firm-media {
  position: relative;
}

.about-firm-image-frame {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(31, 29, 27, 0.12);
}

.about-firm-image-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.about-firm-badge {
  position: absolute;
  right: -1.75rem;
  bottom: -1.95rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 188px;
  min-height: 130px;
  padding: 1.2rem 1rem;
  border-radius: 6px;
  background: var(--gold);
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(199, 154, 63, 0.28);
}

.about-firm-badge strong {
  display: block;
  font-size: clamp(2.2rem, 3vw, 3.4rem);
  line-height: 1;
  font-weight: 800;
}

.about-firm-badge span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 700;
}

.about-firm-copy {
  direction: rtl;
  text-align: right;
}

.about-firm-eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
}

.about-firm-copy h2 {
  margin: 1.1rem 0 0;
  color: #1b2c3f;
  font-size: clamp(2.2rem, 4vw, 4.45rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.about-firm-divider {
  display: block;
  width: 82px;
  height: 4px;
  margin: 1.7rem 0 0 auto;
  border-radius: 999px;
  background: var(--gold);
}

.about-firm-copy p {
  margin: 2rem 0 0;
  color: #677487;
  font-size: clamp(1.08rem, 1.15vw, 1.42rem);
  line-height: 2;
  font-weight: 500;
}

.about-firm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 264px;
  min-height: 56px;
  margin-top: 2.45rem;
  padding: 0.95rem 1.6rem;
  border-radius: 6px;
  background: var(--gold);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(199, 154, 63, 0.22);
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.about-firm-button:hover,
.about-firm-button:focus-visible {
  transform: translateY(-1px);
  background: var(--gold-dark);
}

.services-banner-section {
  position: relative;
  min-height: 500px;
  padding: 5.2rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  isolation: isolate;
  overflow: hidden;
}

.services-banner-section--legacy {
  display: none;
}

.services-banner-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(13, 9, 6, 0.9) 0%,
      rgba(20, 12, 7, 0.76) 38%,
      rgba(18, 12, 8, 0.58) 100%
    ),
    linear-gradient(180deg, rgba(9, 7, 5, 0.32) 0%, rgba(9, 7, 5, 0.58) 100%);
  z-index: 0;
}

.services-banner-glow {
  position: absolute;
  left: 10%;
  top: 50%;
  width: min(420px, 34vw);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(212, 170, 90, 0.22) 0%,
    rgba(212, 170, 90, 0) 70%
  );
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
}

.services-banner-shell {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 100%;
  direction: rtl;
}

.services-banner-copy {
  width: min(640px, 100%);
  padding: 2.25rem 2.3rem;
  border: 1px solid rgba(222, 193, 135, 0.18);
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(22, 15, 10, 0.76) 0%,
    rgba(16, 11, 8, 0.84) 100%
  );
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(8, 5, 3, 0.26);
  backdrop-filter: blur(14px);
  text-align: right;
}

.services-banner-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  color: #e0bd76;
  font-size: 0.96rem;
  line-height: 1.3;
  font-weight: 700;
}

.services-banner-eyebrow::before {
  content: "";
  width: 2.2rem;
  height: 1px;
  background: rgba(224, 189, 118, 0.6);
}

.services-banner-copy h2 {
  margin: 1.1rem 0 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.35vw, 3.45rem);
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-family: "Cairo", "Tajawal", sans-serif;
}

.services-banner-text {
  margin: 1.15rem 0 0;
  width: min(510px, 100%);
  color: rgba(255, 247, 232, 0.82);
  font-size: clamp(0.98rem, 0.98vw, 1.08rem);
  line-height: 2;
  font-weight: 500;
}

.services-banner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 208px;
  min-height: 54px;
  margin-top: 2rem;
  padding: 0.95rem 1.75rem;
  border-radius: 14px;
  background: linear-gradient(180deg, #d6b165 0%, #c79a4a 100%);
  color: #ffffff;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(199, 154, 63, 0.22);
  transition:
    transform 180ms ease,
    filter 180ms ease,
    box-shadow 180ms ease;
}

.services-banner-button:hover,
.services-banner-button:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 18px 36px rgba(175, 129, 41, 0.26);
}

.content-section {
  padding: 3rem 0 5rem;
  background: var(--bg);
}

.content-shell,
.post-card,
.empty-state {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.content-shell {
  padding: 2rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--gold-dark);
  font-size: 0.92rem;
  font-weight: 700;
}

.page-header h1,
.single-entry .entry-title,
.empty-state h2,
.not-found-shell h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
}

.page-header p,
.archive-description,
.entry-content,
.empty-state p,
.not-found-shell p {
  color: var(--ink-soft);
  line-height: 1.9;
}

.post-grid {
  display: grid;
  gap: 1.2rem;
  margin-top: 1.5rem;
}

.post-card {
  overflow: hidden;
}

.post-card-thumbnail {
  display: block;
  border-bottom: 1px solid var(--line);
}

.post-card-body {
  padding: 1.4rem;
}

.single-thumbnail img,
.post-card-thumbnail img {
  width: 100%;
  height: auto;
}

.entry-meta {
  margin: 0 0 0.8rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.post-card .entry-title {
  margin: 0 0 0.8rem;
  font-size: 1.35rem;
  line-height: 1.4;
}

.post-card .entry-title a {
  color: var(--ink);
}

.entry-excerpt,
.entry-excerpt p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.9;
}

.text-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--gold-dark);
  font-weight: 700;
}

.single-entry {
  display: grid;
  gap: 1.5rem;
}

.single-thumbnail {
  overflow: hidden;
  border-radius: var(--radius-sm);
}

.entry-content > :first-child {
  margin-top: 0;
}

.entry-content > :last-child {
  margin-bottom: 0;
}

.entry-content a {
  color: var(--gold-dark);
}

.entry-content ul,
.entry-content ol {
  padding-inline-start: 1.2rem;
}

.pagination-shell {
  margin-top: 1.5rem;
}

.pagination-shell .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.pagination-shell a,
.pagination-shell span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.8rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
}

.pagination-shell .current {
  background: var(--ink);
  color: #ffffff;
}

.not-found-shell {
  text-align: center;
}

.not-found-shell .button {
  margin-top: 1rem;
}

.site-footer {
  padding: 2rem 0;
  border-top: 1px solid var(--line);
  background: var(--surface-soft);
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ink-soft);
}

@media (max-width: 1080px) {
  .header-main-wrap {
    gap: 1.4rem;
  }

  .header-actions {
    gap: 1.2rem;
  }

  .site-nav-list {
    gap: 1.15rem;
  }
}

@media (max-width: 860px) {
  .topbar-wrap {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    padding: 0.75rem 0;
  }

  .topbar-contact,
  .topbar-social {
    justify-content: center;
    width: 100%;
  }

  .header-main-wrap {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 0.15rem 0.7rem;
    min-height: 0;
  }

  .brand {
    min-width: 0;
    order: 1;
  }

  .brand-hero {
    display: inline-flex;
  }

  .brand-law,
  .site-nav-hero {
    display: none;
  }

  .brand-logo {
    width: 52px;
    height: 52px;
  }

  .brand-lockup strong {
    font-size: 1.25rem;
    white-space: nowrap;
  }

  .brand-lockup small {
    font-size: 0.8rem;
    white-space: nowrap;
  }

  .brand-logo-img {
    max-height: 40px;
  }

  .brand-logo-img-hero {
    max-height: none;
  }

  .brand-inner-hero {
    width: 184px;
    height: 68px;
  }

  .nav-toggle {
    display: inline-flex;
    order: 3;
    border-color: rgba(223, 190, 124, 0.18);
    background: rgba(255, 248, 235, 0.05);
    color: var(--header-text);
  }

  .header-actions {
    display: contents;
  }

  .header-main-wrap > .header-actions {
    display: contents;
  }

  .site-nav:not(.site-nav-hero) {
    display: none;
    flex: 0 0 100%;
    order: 5;
    width: 100%;
    margin-top: 0.35rem;
    padding: 1rem 1rem 0.1rem;
    border-top: 1px solid rgba(223, 190, 124, 0.14);
    border-radius: 14px;
    background: rgba(18, 10, 4, 0.95);
    font-family: "Cairo", "Tajawal", sans-serif;
  }

  .site-nav:not(.site-nav-hero).is-open {
    display: block;
  }

  .site-nav-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }

  .site-nav a {
    width: 100%;
    color: var(--header-text);
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible,
  .site-nav .current-menu-item > a,
  .site-nav .current_page_item > a {
    color: #2f1d0b;
    background: linear-gradient(180deg, #d8b062 0%, #bf903f 100%);
    border-radius: 10px;
  }

  .header-cta-hero {
    order: 4;
    flex: 0 0 100%;
    width: max-content;
    min-width: 150px;
    min-height: 38px;
    margin: 0 auto;
    text-align: center;
  }

  .header-topbar {
    display: none;
  }

  .site-header {
    position: relative;
    top: auto;
  }

  .admin-bar .site-header,
  .is-front-page .site-header,
  .admin-bar.is-front-page .site-header {
    top: auto;
  }

  .landing-main {
    min-height: calc(100vh - 186px);
  }

  .legal-hero {
    min-height: calc(100vh - 186px);
    background-position: 62% center;
  }

  .is-front-page .legal-hero-law {
    margin-top: 0;
    padding-top: 0;
  }

  .legal-hero-shell {
    min-height: calc(100vh - 186px);
    padding: 1.35rem 0 4rem;
  }

  .legal-hero-watermark {
    left: -0.25rem;
    top: 55%;
    width: clamp(150px, 24vw, 195px);
    transform: translateY(-30%);
    opacity: 0.13;
  }

  .legal-hero-panel {
    width: min(700px, 100%);
  }

  .legal-hero-badge {
    min-height: 38px;
    padding: 0.65rem 1.1rem;
    font-size: 0.82rem;
  }

  .legal-hero-title {
    font-size: clamp(2rem, 7vw, 3.25rem);
    line-height: 1.3;
  }

  .legal-hero-description {
    width: min(620px, 100%);
    font-size: 0.98rem;
    line-height: 1.85;
  }

  .legal-hero-content {
    width: calc(100% - 2rem);
    padding: 2.6rem 0 2.2rem;
  }

  .legal-hero-content p {
    line-height: 1.6;
  }

  .legal-hero-actions {
    width: 100%;
    justify-content: center;
  }

  .hero-btn {
    min-width: 0;
    width: min(260px, 100%);
    min-height: 52px;
    padding-inline: 1.25rem;
  }

  .whatsapp-float {
    left: 1rem;
    bottom: 1rem;
  }

  .why-contact-section {
    padding: 4.1rem 0 3.4rem;
  }

  .why-metrics-grid {
    margin-top: 2.8rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.4rem;
  }

  .about-taadul-section {
    padding: 4.5rem 0 4.7rem;
  }

  .about-taadul-grid {
    grid-template-columns: 1fr;
    gap: 2.6rem;
  }

  .about-taadul-copy {
    width: min(560px, 100%);
    margin-inline: auto;
  }

  .about-taadul-media {
    min-height: 0;
    width: min(760px, 100%);
    margin-inline: auto;
    justify-content: center;
  }

  .about-taadul-mark {
    top: -1.8rem;
    right: clamp(0.3rem, 7vw, 2rem);
    width: min(245px, 38%);
    opacity: 0.31;
  }

  .about-taadul-building {
    width: min(700px, 100%);
    transform: none;
  }

  .about-firm-section {
    padding: 4.5rem 0 5rem;
  }

  .about-firm-grid {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  .about-firm-media {
    width: min(760px, 100%);
    margin-inline: auto;
  }

  .about-firm-copy {
    text-align: center;
  }

  .about-firm-divider {
    margin-inline: auto;
  }

  .about-firm-button {
    margin-inline: auto;
  }

  .services-banner-section {
    min-height: 440px;
    padding-block: 4.2rem;
  }

  .services-banner-copy {
    width: min(560px, 100%);
    padding: 2rem 1.85rem;
  }

  .services-banner-copy h2 {
    font-size: clamp(1.9rem, 4.9vw, 3rem);
  }

  .services-banner-text {
    width: 100%;
  }

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

@media (max-width: 520px) {
  .header-topbar .container {
    width: calc(100% - 0.2rem);
    padding-inline: 0;
  }

  .header-main .container {
    width: calc(100% - 1.5rem);
    padding-inline: 0;
  }

  .topbar-contact-link {
    font-size: 0.84rem;
  }

  .topbar-social {
    gap: 1rem;
  }

  .brand-lockup strong {
    font-size: 1.45rem;
  }

  .brand-lockup small {
    font-size: 0.8rem;
  }

  .legal-hero-content {
    width: calc(100% - 1.5rem);
    padding-top: 2.1rem;
  }

  .legal-hero-shell {
    padding: 1.05rem 0 3.3rem;
  }

  .legal-hero-watermark {
    width: 128px;
    left: -0.45rem;
    top: 53%;
    transform: translateY(-28%);
    opacity: 0.11;
  }

  .legal-hero-badge {
    min-height: 34px;
    padding: 0.6rem 0.9rem;
    font-size: 0.76rem;
    line-height: 1.4;
  }

  .legal-hero-title {
    margin-top: 1rem;
    font-size: clamp(1.85rem, 9vw, 2.55rem);
    line-height: 1.35;
  }

  .legal-hero-description {
    font-size: 0.92rem;
    line-height: 1.9;
    margin-top: 0.95rem;
  }

  .legal-hero-content h1 {
    font-size: clamp(1.95rem, 10vw, 2.5rem);
    line-height: 1.15;
  }

  .legal-hero-content p {
    font-size: 0.98rem;
    line-height: 1.8;
    margin-top: 0.95rem;
  }

  .legal-hero-actions {
    margin-top: 1.4rem;
    gap: 0.7rem;
  }

  .hero-btn {
    width: min(100%, 220px);
    min-height: 48px;
    font-size: 0.94rem;
  }

  .whatsapp-float {
    width: 54px;
    height: 54px;
    left: 0.8rem;
    bottom: 0.8rem;
  }

  .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }

  .why-contact-section {
    padding: 3.1rem 0 2.8rem;
  }

  .why-contact-title {
    font-size: clamp(1.75rem, 8vw, 2.5rem);
    line-height: 1.3;
  }

  .why-metrics-grid {
    margin-top: 2rem;
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .metric-label {
    margin-top: 0.7rem;
    font-size: 1.08rem;
  }

  .about-taadul-section {
    padding: 3.3rem 0 3.7rem;
  }

  .about-taadul-grid {
    gap: 2rem;
  }

  .about-taadul-copy h2 {
    font-size: clamp(1.9rem, 8.5vw, 2.8rem);
    line-height: 1.3;
  }

  .about-taadul-copy p {
    font-size: 0.96rem;
    line-height: 1.95;
  }

  .about-taadul-button {
    min-width: 0;
    width: min(132px, 100%);
    min-height: 42px;
    margin-top: 1.55rem;
  }

  .about-taadul-mark {
    top: -0.85rem;
    right: 0.15rem;
    width: 156px;
    opacity: 0.27;
  }

  .about-taadul-building {
    width: 100%;
  }

  .about-firm-section {
    padding: 3.2rem 0 4.3rem;
  }

  .about-firm-grid {
    gap: 2.5rem;
  }

  .about-firm-badge {
    right: 0.7rem;
    bottom: -1.2rem;
    min-width: 154px;
    min-height: 110px;
    padding: 1rem 0.8rem;
  }

  .about-firm-badge span {
    font-size: 0.96rem;
  }

  .about-firm-copy h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .about-firm-copy p {
    margin-top: 1.4rem;
    font-size: 1rem;
    line-height: 1.95;
  }

  .about-firm-button {
    min-width: 100%;
    font-size: 1.08rem;
  }

  .services-banner-section {
    min-height: 390px;
    padding: 3.3rem 0;
  }

  .services-banner-shell {
    justify-content: center;
  }

  .services-banner-copy {
    width: 100%;
    padding: 1.65rem 1.2rem 1.8rem;
    border-radius: 22px;
    text-align: center;
  }

  .services-banner-eyebrow {
    justify-content: center;
  }

  .services-banner-eyebrow::before {
    display: none;
  }

  .services-banner-copy h2 {
    margin-top: 0.95rem;
    font-size: clamp(1.72rem, 8vw, 2.45rem);
    line-height: 1.4;
  }

  .services-banner-text {
    margin-top: 0.95rem;
    font-size: 0.95rem;
    line-height: 1.9;
  }

  .services-banner-button {
    min-width: min(100%, 250px);
    min-height: 52px;
    margin-top: 1.45rem;
    font-size: 1rem;
  }

  .content-section {
    padding: 2rem 0 4rem;
  }

  .content-shell {
    padding: 1.3rem;
  }
}

/* =============================================
   Legal Services Grid Section
   ============================================= */

.legal-services-grid {
  padding: 6.8rem 0 6.2rem;
  background: #ffffff;
  direction: rtl;
}

.services-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3.2rem;
}

.services-eyebrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: #caa45e;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.services-eyebrow::before,
.services-eyebrow::after {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(202, 164, 94, 0.6);
}

.services-title {
  font-size: clamp(2rem, 2.8vw, 3rem);
  font-weight: 800;
  color: #b78b45;
  margin: 0 0 0.7rem;
  line-height: 1.2;
  font-family: "Cairo", "Tajawal", sans-serif;
}

.services-desc {
  color: #42372b;
  font-size: 0.98rem;
  line-height: 1.9;
  max-width: 760px;
  margin: 0 auto;
}

.services-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem 1.2rem;
}

.service-card {
  position: relative;
  min-height: 178px;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 245, 224, 0.18);
  box-shadow: 0 18px 34px rgba(47, 31, 12, 0.15);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(55, 37, 15, 0.22) 0%,
      rgba(40, 27, 12, 0.64) 58%,
      rgba(20, 14, 8, 0.88) 100%
    ),
    linear-gradient(
      90deg,
      rgba(208, 164, 92, 0.2) 0%,
      rgba(208, 164, 92, 0) 46%,
      rgba(208, 164, 92, 0.18) 100%
    );
  z-index: 1;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 238, 201, 0.08) 0%,
    rgba(255, 238, 201, 0) 34%
  );
  z-index: 1;
  pointer-events: none;
  opacity: 0.85;
  transition: opacity 0.28s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px rgba(47, 31, 12, 0.2);
  border-color: rgba(208, 164, 92, 0.5);
}

.service-card-bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.04);
  z-index: 0;
  transition:
    transform 0.35s ease,
    filter 0.35s ease;
}

.service-card-content {
  position: relative;
  z-index: 2;
  min-height: 178px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 1.2rem 1rem 1rem;
}

.service-icon-wrap {
  margin-bottom: auto;
}

.service-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d0a35d;
  box-shadow: 0 12px 24px rgba(31, 21, 10, 0.18);
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    color 0.28s ease,
    box-shadow 0.28s ease;
}

.service-icon-symbol {
  font-size: 28px;
  line-height: 1;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}

.service-icon svg {
  width: 28px;
  height: 28px;
  flex: none;
}

.service-name {
  font-size: 1.34rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 0.45rem;
  line-height: 1.45;
  font-family: "Cairo", "Tajawal", sans-serif;
  transition: color 0.28s ease;
}

.service-copy {
  width: 100%;
  margin-top: 1.15rem;
}

.service-text {
  font-size: 0.78rem;
  color: rgba(255, 245, 229, 0.92);
  line-height: 1.65;
  margin: 0;
  transition: color 0.28s ease;
}

.service-card:hover::after {
  opacity: 1;
}

.service-card:hover .service-card-bg {
  transform: scale(1.09);
  filter: saturate(1.08);
}

.service-card:hover .service-icon {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #d7b366 0%, #c79a4a 100%);
  color: #ffffff;
  box-shadow: 0 16px 28px rgba(31, 21, 10, 0.24);
}

.service-card:hover .service-name {
  color: #f3d49a;
}

.service-card:hover .service-text {
  color: rgba(255, 248, 235, 0.98);
}

@media (max-width: 1100px) {
  .services-grid-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .legal-services-grid {
    padding: 5.6rem 0;
  }

  .services-header {
    margin-bottom: 2.5rem;
  }

  .services-desc {
    font-size: 0.94rem;
    line-height: 1.8;
  }

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

  .service-card-content {
    min-height: 196px;
    padding: 1rem 0.9rem 0.9rem;
  }

  .service-name {
    font-size: 1.16rem;
  }

  .service-text {
    font-size: 0.8rem;
    line-height: 1.7;
  }
}

@media (max-width: 560px) {
  .services-grid-wrapper {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }

  .services-eyebrow {
    font-size: 0.84rem;
    margin-bottom: 0.85rem;
  }

  .services-title {
    font-size: 1.8rem;
  }

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

  .service-card-content {
    min-height: 205px;
  }

  .service-icon {
    width: 54px;
    height: 54px;
  }

  .service-icon-symbol {
    font-size: 25px;
  }

  .service-icon svg {
    width: 25px;
    height: 25px;
  }
}

/* Story Showcase Section */
.work-steps-section--story {
  position: relative;
  padding: 5.8rem 0 4.8rem;
  background-color: #181411;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% center;
  overflow: hidden;
}

.work-steps-section--story::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(14, 12, 11, 0.52) 0%,
      rgba(14, 12, 11, 0.68) 48%,
      rgba(14, 12, 11, 0.82) 100%
    ),
    linear-gradient(
      90deg,
      rgba(8, 8, 8, 0.38) 0%,
      rgba(8, 8, 8, 0.18) 38%,
      rgba(8, 8, 8, 0.42) 100%
    );
  pointer-events: none;
}

.story-showcase-shell {
  position: relative;
  z-index: 1;
}

.story-showcase-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 3.1rem;
  direction: rtl;
}

.story-showcase-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 0.9rem;
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
}

.story-showcase-kicker::before,
.story-showcase-kicker::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.46);
}

.story-showcase-logo {
  margin: 0;
 display: block;
  width: clamp(280px, 42vw, 560px);
  line-height: 0;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.18));
}
.story-showcase-logo-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.story-showcase-logo-gold {
  display: inline-block;
  background:
    linear-gradient(
      112deg,
      rgba(255, 255, 255, 0) 34%,
      rgba(255, 248, 214, 0.16) 43%,
      rgba(255, 255, 255, 0.9) 49%,
      rgba(255, 241, 184, 0.32) 55%,
      rgba(255, 255, 255, 0) 64%
    ),
    radial-gradient(
      circle at 17% 26%,
      rgba(255, 245, 205, 0.9) 0 5%,
      transparent 5.6%
    ),
    radial-gradient(
      circle at 49% 38%,
      rgba(255, 235, 176, 0.56) 0 7%,
      transparent 7.7%
    ),
    radial-gradient(
      circle at 82% 30%,
      rgba(255, 244, 207, 0.82) 0 4.8%,
      transparent 5.4%
    ),
    linear-gradient(
      135deg,
      #704a17 0%,
      #a36d27 14%,
      #f3d98d 31%,
      #d3a14a 44%,
      #8b5b1d 57%,
      #f0cd74 74%,
      #a06a27 88%,
      #6a4516 100%
    ),
    repeating-linear-gradient(
      52deg,
      rgba(255, 239, 191, 0.22) 0 12px,
      rgba(151, 103, 34, 0.16) 12px 24px
    ),
    repeating-linear-gradient(
      -52deg,
      rgba(255, 255, 255, 0.08) 0 12px,
      rgba(118, 79, 24, 0.18) 12px 24px
    );
  background-size:
    220% 100%,
    100% 100%,
    100% 100%,
    100% 100%,
    100% 100%,
    29px 29px,
    29px 29px;
  background-position:
    135% 0,
    0 0,
    0 0,
    0 0,
    0 0,
    0 0,
    0 0;
  background-blend-mode:
    screen, screen, screen, screen, normal, overlay, multiply;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-text-stroke: 0.6px rgba(125, 83, 24, 0.18);
  filter: drop-shadow(0 2px 0 rgba(102, 67, 18, 0.26))
    drop-shadow(0 0 10px rgba(226, 182, 83, 0.14));
  animation: story-gold-glimmer 5.2s ease-in-out infinite;
  will-change: background-position, filter;
}

@keyframes story-gold-glimmer {
  0%,
  100% {
    background-position:
      135% 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0;
    filter: drop-shadow(0 2px 0 rgba(102, 67, 18, 0.26))
      drop-shadow(0 0 10px rgba(226, 182, 83, 0.14));
  }

  46% {
    background-position:
      62% 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0;
    filter: drop-shadow(0 2px 0 rgba(102, 67, 18, 0.28))
      drop-shadow(0 0 18px rgba(242, 208, 118, 0.28));
  }

  72% {
    background-position:
      -28% 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0;
    filter: drop-shadow(0 2px 0 rgba(102, 67, 18, 0.24))
      drop-shadow(0 0 12px rgba(226, 182, 83, 0.18));
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-showcase-logo-gold {
    animation: none;
  }
}

.story-showcase-logo-white {
  color: #fbf6ef;
}

.story-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  direction: rtl;
  align-items: stretch;
}

.story-showcase-card {
  position: relative;
  min-height: 194px;
  border: 1px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  padding: 1.45rem 1.55rem 1.5rem;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.story-showcase-card:hover,
.story-showcase-card.scroll-anim.is-loaded:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 44px rgba(47, 31, 12, 0.2);
}

.story-showcase-card--vision:hover {
  border-color: rgba(255, 246, 220, 0.5);
}

.story-showcase-card--mission:hover {
  border-color: rgba(199, 154, 74, 0.42);
}

.story-showcase-card--vision {
  background: rgba(207, 171, 101, 0.94);
  color: #ffffff;
}

.story-showcase-card--mission {
  background: rgba(249, 243, 233, 0.97);
  color: #2a2219;
}

.story-showcase-card-icon {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  transition:
    box-shadow 0.28s ease,
    background 0.28s ease,
    color 0.28s ease;
}

.story-showcase-card--vision .story-showcase-card-icon {
  background: rgba(255, 255, 255, 0.96);
  color: #c79a4a;
}

.story-showcase-card--mission .story-showcase-card-icon {
  background: linear-gradient(180deg, #d7b366 0%, #c79a4a 100%);
  color: #ffffff;
}

.story-showcase-card-icon .material-symbols-outlined {
  font-size: 24px;
  line-height: 1;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}

.story-showcase-card-title {
  margin: 2.5rem 0 0.9rem;
  text-align: right;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 800;
  font-family: "Cairo", "Tajawal", sans-serif;
}

.story-showcase-card-text {
  margin: 0;
  text-align: right;
  font-size: 1rem;
  line-height: 2.02;
  font-weight: 500;
}

.story-showcase-card--vision .story-showcase-card-text {
  color: rgba(255, 251, 243, 0.94);
}

.story-showcase-card--mission .story-showcase-card-text {
  color: #4b4035;
}

@media (max-width: 1024px) {
  .work-steps-section--story {
    background-position: 44% center;
    padding: 4.8rem 0 4.3rem;
  }

  .story-showcase-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .story-showcase-card {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .work-steps-section--story {
    padding: 4rem 0 3.6rem;
    background-position: 48% center;
  }

  .story-showcase-header {
    margin-bottom: 2rem;
  }

  .story-showcase-kicker {
    font-size: 1.05rem;
    gap: 0.55rem;
  }

  .story-showcase-kicker::before,
  .story-showcase-kicker::after {
    width: 1.3rem;
  }

  .story-showcase-logo {
    width: clamp(230px, 72vw, 360px);
  }

  .story-showcase-card {
    padding: 1.15rem 1.05rem 1.15rem;
    border-radius: 14px;
  }

  .story-showcase-card-icon {
    top: 0.9rem;
    right: 0.9rem;
    width: 40px;
    height: 40px;
  }

  .story-showcase-card-title {
    margin-top: 2.25rem;
    font-size: 1.55rem;
  }

  .story-showcase-card-text {
    font-size: 0.92rem;
    line-height: 1.9;
  }
}

.work-steps-header {
  text-align: center;
  margin-bottom: 4rem;
}

.steps-eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 700;
}

.steps-title {
  margin: 0.5rem 0 0;
  color: #1b2c3f;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.steps-divider {
  display: block;
  width: 60px;
  height: 3px;
  margin: 1.2rem auto 0;
  background: var(--gold);
  border-radius: 4px;
}

/* Features Section */
.features-section {
  background: linear-gradient(180deg, #faf5eb 0%, #f7efdf 100%);
  padding: 3.7rem 0 4rem;
  overflow: hidden;
}

.features-section--legacy {
  display: none;
}

.features-grid {
  display: grid;
  direction: rtl;
}

.features-grid-values {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: stretch;
}

.feature-stack {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 344px;
  padding: 1.2rem 0.65rem 1.35rem;
  overflow: hidden;
}

.feature-bg-mark {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center center;
  pointer-events: none;
  z-index: 0;
}

.feature-bg-mark img {
  width: min(432px, 168%);
  height: auto;
  opacity: 0.2;
  filter: saturate(0.52) brightness(1.24);
  transform: translateY(-10%) scale(1.04);
}

.feature-card {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 246px;
  height: auto;
  background: #ffffff;
  border: 1px solid rgba(223, 206, 176, 0.66);
  border-radius: 14px;
  padding: 4.55rem 1.45rem 1.5rem;
  text-align: center;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
  box-shadow: 0 18px 40px rgba(71, 52, 24, 0.07);
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(215, 187, 127, 0.18);
  border-radius: 18px;
  pointer-events: none;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(97, 73, 33, 0.1);
  border-color: rgba(207, 168, 95, 0.5);
}

.feature-card.is-highlighted {
  background: linear-gradient(180deg, #5e4b2d 0%, #4f3f27 100%);
  border-color: transparent;
  box-shadow: 0 22px 48px rgba(66, 48, 22, 0.18);
}

.feature-card.is-highlighted::before {
  border-color: rgba(255, 235, 194, 0.08);
}

.feature-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(180deg, #d7b366 0%, #c79a4a 100%);
  color: #ffffff;
  border: 0;
}

.feature-card.is-highlighted .feature-icon {
  background: #ffffff;
  color: #c79a4a;
}

.feature-icon svg {
  width: 22px;
  height: 22px;
}

.feature-icon--precision svg {
  width: 21px;
  height: 21px;
}

.feature-icon--professionalism svg {
  width: 20px;
  height: 20px;
}

.feature-name {
  margin: 0 0 0.95rem;
  font-size: 1.52rem;
  font-weight: 800;
  color: #2f261c;
  line-height: 1.3;
  text-align: right;
  font-family: "Cairo", "Tajawal", sans-serif;
}

.feature-card.is-highlighted .feature-name {
  color: #ffffff;
}

.feature-desc {
  margin: 0;
  font-size: 0.96rem;
  color: #73624e;
  line-height: 1.92;
  font-weight: 500;
}

.feature-card.is-highlighted .feature-desc {
  color: rgba(255, 245, 228, 0.86);
}

/* Client Journey Section */
.journey-section {
  padding: 5.9rem 0 5.2rem;
  background: #ffffff;
  direction: rtl;
}

.journey-header {
  text-align: center;
  margin-bottom: 2.85rem;
}

.journey-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  color: #c79a4a;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 700;
}

.journey-kicker::before,
.journey-kicker::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: rgba(199, 154, 74, 0.48);
}

.journey-title {
  margin: 0.95rem 0 0;
  color: #1d1d1d;
  font-size: clamp(2.1rem, 3.2vw, 3.2rem);
  line-height: 1.3;
  font-weight: 800;
  font-family: "Cairo", "Tajawal", sans-serif;
}

.journey-title span {
  color: #c79a4a;
}

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

.journey-card {
  position: relative;
  min-height: 138px;
  padding: 1.65rem 1.5rem 1.35rem;
  border-radius: 14px;
  border: 1px solid rgba(223, 210, 186, 0.64);
  background: linear-gradient(180deg, #fdfaf4 0%, #fbf6ee 100%);
  text-align: center;
  box-shadow: 0 10px 24px rgba(71, 52, 24, 0.05);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.journey-card:hover,
.journey-card.scroll-anim.is-loaded:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 44px rgba(47, 31, 12, 0.2);
  border-color: rgba(199, 154, 74, 0.42);
}

.journey-card-number {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #d7b366 0%, #c79a4a 100%);
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 10px 18px rgba(199, 154, 74, 0.2);
}

.journey-card-title {
  margin: 0 0 0.8rem;
  padding-inline: 2.25rem;
  color: #1f1f1f;
  font-size: 1.42rem;
  line-height: 1.35;
  font-weight: 800;
  font-family: "Cairo", "Tajawal", sans-serif;
}

.journey-card-text {
  margin: 0;
  color: #8f8170;
  font-size: 0.95rem;
  line-height: 1.95;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .journey-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 600px) {
  .journey-section {
    padding: 4.6rem 0 4rem;
  }

  .journey-header {
    margin-bottom: 2.1rem;
  }

  .journey-title {
    font-size: 1.9rem;
  }

  .journey-card {
    min-height: 0;
    padding: 1.35rem 1rem 1.15rem;
  }

  .journey-card-number {
    top: 0.9rem;
    right: 0.9rem;
    width: 32px;
    height: 32px;
    font-size: 0.92rem;
  }

  .journey-card-title {
    font-size: 1.18rem;
    padding-inline: 1.9rem;
  }

  .journey-card-text {
    font-size: 0.88rem;
    line-height: 1.82;
  }
}

/* Journey Gallery Section */
.journey-gallery-section {
  padding: 5.2rem 0 5.4rem;
  background: #ffffff;
  direction: rtl;
}

.journey-gallery-header {
  text-align: center;
  margin-bottom: 2.25rem;
}

.journey-gallery-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  color: #c79a4a;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 700;
}

.journey-gallery-kicker::before,
.journey-gallery-kicker::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: rgba(199, 154, 74, 0.48);
}

.journey-gallery-title {
  margin: 0.95rem 0 0;
  color: #1d1d1d;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.32;
  font-weight: 800;
  font-family: "Cairo", "Tajawal", sans-serif;
}

.journey-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.journey-gallery-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  padding: 0.8rem 0.8rem 1rem;
  border: 1px solid rgba(223, 210, 186, 0.72);
  background: #f1ede6;
  box-shadow: 0 12px 30px rgba(71, 52, 24, 0.12);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.journey-gallery-card-media {
  border-radius: 12px;
  overflow: hidden;
  background: #f7f7f7;
}

.journey-gallery-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
}

.journey-gallery-card-body {
  text-align: center;
  padding-top: 0.9rem;
}

.journey-gallery-card-name {
  margin: 0;
  color: #1f1d19;
  font-size: 1.62rem;
  line-height: 1.45;
  font-weight: 700;
  font-family: "Cairo", "Tajawal", sans-serif;
}

.journey-gallery-card-role {
  margin: 0.35rem 0 0;
  color: #7f7365;
  font-size: 1.22rem;
  line-height: 1.65;
  font-weight: 500;
}

.journey-gallery-card:hover,
.journey-gallery-card.scroll-anim.is-loaded:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(47, 31, 12, 0.22);
}

@media (max-width: 900px) {
  .journey-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .journey-gallery-card img {
    height: 210px;
  }
}

@media (max-width: 600px) {
  .journey-gallery-section {
    padding: 4rem 0 4.2rem;
  }

  .journey-gallery-header {
    margin-bottom: 1.8rem;
  }

  .journey-gallery-title {
    font-size: 1.75rem;
  }

  .journey-gallery-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .journey-gallery-card img {
    height: 220px;
  }

  .journey-gallery-card-name {
    font-size: 1.35rem;
  }

  .journey-gallery-card-role {
    font-size: 1rem;
  }
}

/* FAQ Section */
.faq-section {
  padding: 6.1rem 0;
  background: #ffffff;
  direction: rtl;
}

.faq-section--legacy {
  display: none;
}

.faq-showcase-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2.6rem;
}

.faq-showcase-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  color: #c79a4a;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 700;
}

.faq-showcase-kicker::before,
.faq-showcase-kicker::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: rgba(199, 154, 74, 0.5);
}

.faq-showcase-title {
  margin: 1rem 0 0;
  padding: 0;
  border: 0;
  color: #1e1d1b;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.35;
  font-weight: 800;
  font-family: "Cairo", "Tajawal", sans-serif;
  box-shadow: none;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.38fr);
  gap: 1.8rem;
  align-items: start;
  direction: ltr;
}

.faq-side-card {
  position: relative;
  min-height: 100%;
  padding: 2rem 1.55rem 1.45rem;
  border-radius: 26px;
  border: 1px solid rgba(222, 207, 179, 0.7);
  background: linear-gradient(180deg, #fffdf9 0%, #faf5ec 100%);
  box-shadow: 0 16px 38px rgba(71, 52, 24, 0.08);
  direction: rtl;
  overflow: hidden;
}

.faq-side-graphic {
  position: relative;
  min-height: 318px;
  display: grid;
  place-items: center;
  margin-bottom: 0.9rem;
}

.faq-side-graphic::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(199, 154, 74, 0.8) 0 4px,
      transparent 4.6px
    ),
    radial-gradient(
      circle at 42% 10%,
      rgba(199, 154, 74, 0.75) 0 3px,
      transparent 3.6px
    ),
    radial-gradient(
      circle at 70% 14%,
      rgba(199, 154, 74, 0.7) 0 2.5px,
      transparent 3.2px
    ),
    radial-gradient(
      circle at 82% 34%,
      rgba(199, 154, 74, 0.78) 0 4px,
      transparent 4.6px
    ),
    radial-gradient(
      circle at 18% 46%,
      rgba(199, 154, 74, 0.68) 0 5px,
      transparent 5.8px
    ),
    radial-gradient(
      circle at 67% 44%,
      rgba(199, 154, 74, 0.74) 0 3px,
      transparent 3.8px
    ),
    radial-gradient(
      circle at 30% 66%,
      rgba(199, 154, 74, 0.72) 0 2.6px,
      transparent 3.3px
    ),
    radial-gradient(
      circle at 78% 70%,
      rgba(199, 154, 74, 0.7) 0 3.2px,
      transparent 3.9px
    ),
    radial-gradient(
      circle at 8% 84%,
      rgba(199, 154, 74, 0.8) 0 2.4px,
      transparent 3px
    ),
    radial-gradient(
      circle at 48% 86%,
      rgba(199, 154, 74, 0.76) 0 4px,
      transparent 4.8px
    );
  opacity: 0.95;
  pointer-events: none;
}

.faq-side-mark {
  position: absolute;
  font-family: "Cairo", "Tajawal", sans-serif;
  font-size: clamp(8rem, 14vw, 11rem);
  line-height: 0.75;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.faq-side-mark--back {
  color: #ffffff;
  -webkit-text-stroke: 5px #c79a4a;
  text-shadow: 0 16px 32px rgba(199, 154, 74, 0.12);
  transform: translate(-1.15rem, -0.55rem) rotate(-8deg);
}

.faq-side-mark--front {
  color: #c79a4a;
  transform: translate(1.35rem, 1rem) rotate(8deg);
  text-shadow: 0 18px 34px rgba(199, 154, 74, 0.18);
}

.faq-side-title {
  margin: 0;
  text-align: center;
  color: #1f1e1b;
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 800;
  font-family: "Cairo", "Tajawal", sans-serif;
}

.faq-side-text {
  margin: 0.7rem 0 1.15rem;
  text-align: center;
  color: #8a7a66;
  font-size: 0.95rem;
  line-height: 1.9;
}

.faq-side-form {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  direction: ltr;
}

.faq-side-input {
  flex: 1;
  height: 46px;
  padding: 0 1rem;
  border-radius: 999px;
  border: 1px solid rgba(220, 204, 174, 0.9);
  background: #ffffff;
  color: #5d5143;
  font-size: 0.92rem;
  outline: none;
  direction: rtl;
  text-align: right;
}

.faq-side-input:placeholder-shown {
  text-align: center;
}

.faq-side-input::placeholder {
  color: #b5a896;
  text-align: center;
}

.faq-side-send {
  width: 46px;
  height: 46px;
  flex: none;
  border-radius: 14px;
  background: linear-gradient(180deg, #d7b366 0%, #c79a4a 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 24px rgba(199, 154, 74, 0.22);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.faq-side-send:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 28px rgba(199, 154, 74, 0.28);
}

.faq-side-send svg {
  width: 18px;
  height: 18px;
}

.faq-accordion {
  max-width: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  direction: rtl;
}

.faq-actions {
  grid-column: 2;
  display: flex;
  justify-content: center;
  margin-top: 1.4rem;
}

.faq-actions.scroll-anim {
  transition-delay: 1.15s;
}

.faq-more-button {
  min-width: 168px;
  padding: 0.95rem 1.8rem;
  border: 1px solid rgba(199, 154, 74, 0.28);
  border-radius: 999px;
  background: linear-gradient(180deg, #d7b366 0%, #c79a4a 100%);
  color: #ffffff;
  font-family: "Cairo", "Tajawal", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
  box-shadow: 0 12px 28px rgba(199, 154, 74, 0.22);
}

.faq-more-button:hover,
.faq-more-button:focus-visible {
  transform: translateY(-1px);
  background: var(--gold-dark);
  box-shadow: 0 16px 30px rgba(175, 129, 41, 0.24);
}

.faq-item {
  border: 1px solid rgba(224, 211, 187, 0.72);
  border-radius: 16px;
  background: linear-gradient(180deg, #fffdf9 0%, #fbf6ee 100%);
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(71, 52, 24, 0.05);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.faq-item.active {
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(71, 52, 24, 0.08);
  border-color: rgba(199, 154, 74, 0.3);
}

.faq-item:hover,
.faq-item.faq-anim.is-loaded:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 44px rgba(47, 31, 12, 0.14);
  border-color: rgba(199, 154, 74, 0.4);
}

.faq-question {
  width: 100%;
  text-align: right;
  background: transparent;
  border: none;
  padding: 1.22rem 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #1f1f1d;
  transition: color 0.28s ease;
}

.faq-question:hover {
  background: transparent;
}

.faq-title {
  font-size: 1.08rem;
  line-height: 1.55;
  font-weight: 800;
  flex: 1;
  font-family: "Cairo", "Tajawal", sans-serif;
}

.faq-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid rgba(221, 207, 180, 0.72);
  background: rgba(255, 255, 255, 0.9);
  color: #7b6c5b;
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    color 0.28s ease,
    border-color 0.28s ease;
  margin-right: 1rem;
}

.faq-icon svg {
  width: 18px;
  height: 18px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(180deg, #d7b366 0%, #c79a4a 100%);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.38s ease;
}

.faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer-inner {
  overflow: hidden;
}

.faq-answer-inner p {
  padding: 0 1.35rem 1.3rem;
  margin: 0;
  color: #857662;
  line-height: 1.95;
  font-size: 0.96rem;
  font-weight: 500;
  text-align: right;
  direction: rtl;
}

@media (max-width: 1024px) {
  .faq-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .faq-side-card {
    order: 2;
  }

  .faq-actions {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .faq-section {
    padding: 4.8rem 0;
  }

  .faq-showcase-header {
    margin-bottom: 2rem;
  }

  .faq-showcase-title {
    padding: 0.45rem 0.8rem;
    font-size: 1.52rem;
  }

  .faq-side-card {
    padding: 1.6rem 1rem 1rem;
    border-radius: 20px;
  }

  .faq-side-graphic {
    min-height: 236px;
  }

  .faq-side-mark {
    font-size: 7rem;
  }

  .faq-side-form {
    gap: 0.45rem;
  }

  .faq-side-input {
    height: 42px;
    font-size: 0.88rem;
  }

  .faq-side-send {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .faq-more-button {
    min-width: 150px;
    padding: 0.88rem 1.4rem;
    font-size: 0.95rem;
  }

  .faq-question {
    padding: 1rem;
  }

  .faq-title {
    font-size: 1rem;
  }

  .faq-answer-inner p {
    padding: 0 1rem 1rem;
    font-size: 0.92rem;
  }
}

/* Contact Section */
.contact-section {
  padding: 5.9rem 0 5.3rem;
  background: #ffffff;
}

.contact-conversation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: 3rem;
  align-items: start;
  direction: ltr;
}

.contact-conversation-form-panel {
  padding: 1.8rem;
  border-radius: 22px;
  border: 1px solid rgba(225, 212, 188, 0.72);
  background: linear-gradient(180deg, #faf3e6 0%, #f7efe1 100%);
  box-shadow: 0 18px 40px rgba(71, 52, 24, 0.08);
  direction: rtl;
}

.contact-conversation-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-conversation-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-conversation-field--message {
  margin-top: 0.2rem;
}

.contact-conversation-label {
  color: #2b231a;
  font-size: 0.95rem;
  line-height: 1.4;
  font-weight: 700;
  font-family: "Cairo", "Tajawal", sans-serif;
}

.contact-conversation-required {
  color: #d55252;
}

.contact-conversation-form input,
.contact-conversation-form textarea {
  width: 100%;
  border: 1px solid rgba(228, 216, 194, 0.9);
  border-radius: 12px;
  background: #ffffff;
  color: #5a4c3c;
  font-size: 0.95rem;
  line-height: 1.4;
  padding: 0.95rem 1rem;
  outline: none;
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.contact-conversation-form input {
  min-height: 50px;
}

.contact-conversation-form textarea {
  min-height: 144px;
  resize: vertical;
}

.contact-conversation-form input::placeholder,
.contact-conversation-form textarea::placeholder {
  color: #b8aa97;
}

.contact-conversation-form input:focus,
.contact-conversation-form textarea:focus {
  border-color: rgba(199, 154, 74, 0.65);
  box-shadow: 0 0 0 4px rgba(199, 154, 74, 0.12);
}

.contact-conversation-submit {
  width: 100%;
  min-height: 46px;
  margin-top: 0.45rem;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, #d7b366 0%, #c79a4a 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Cairo", "Tajawal", sans-serif;
  box-shadow: 0 14px 26px rgba(199, 154, 74, 0.2);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    filter 0.28s ease;
}

.contact-conversation-submit:hover,
.contact-conversation-submit:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 34px rgba(199, 154, 74, 0.24);
  filter: brightness(1.02);
}

.contact-conversation-submit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-conversation-submit-icon .material-symbols-outlined {
  font-size: 18px;
  line-height: 1;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}

.contact-conversation-info {
  padding-top: 0.95rem;
  direction: rtl;
}

.contact-conversation-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  color: #c79a4a;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 700;
}

.contact-conversation-eyebrow::before,
.contact-conversation-eyebrow::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: rgba(199, 154, 74, 0.5);
}

.contact-conversation-title {
  margin: 1rem 0 0;
  color: #21201d;
  font-size: clamp(2rem, 3.2vw, 3.15rem);
  line-height: 1.25;
  font-weight: 800;
  font-family: "Cairo", "Tajawal", sans-serif;
}

.contact-conversation-title span {
  color: #c79a4a;
}

.contact-conversation-intro {
  margin: 1rem 0 0;
  color: #7f7160;
  font-size: 0.98rem;
  line-height: 1.95;
  font-weight: 500;
}

.contact-conversation-stack {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1.7rem;
}

.contact-conversation-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.2rem 1.15rem;
  border-radius: 16px;
  border: 1px solid rgba(225, 212, 188, 0.72);
  background: linear-gradient(180deg, #fbf4e7 0%, #f7f0e3 100%);
  box-shadow: 0 12px 28px rgba(71, 52, 24, 0.05);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.contact-conversation-card:hover,
.contact-conversation-card.scroll-anim.is-loaded:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 36px rgba(47, 31, 12, 0.12);
  border-color: rgba(199, 154, 74, 0.34);
}

.contact-conversation-card-copy {
  min-width: 0;
}

.contact-conversation-card-label {
  margin: 0 0 0.3rem;
  color: #5c513f;
  font-size: 0.92rem;
  line-height: 1.4;
  font-weight: 700;
}

.contact-conversation-card-value {
  margin: 0;
  color: #2c241b;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
  word-break: break-word;
}

.contact-conversation-card-icon {
  width: 52px;
  height: 52px;
  flex: none;
  border-radius: 14px;
  background: linear-gradient(180deg, #d7b366 0%, #c79a4a 100%);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 24px rgba(199, 154, 74, 0.18);
}

.contact-conversation-card-icon .material-symbols-outlined {
  font-size: 24px;
  line-height: 1;
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}

.contact-conversation-note {
  margin: 1rem 0 0;
  padding: 1.35rem 1.3rem;
  border-radius: 16px;
  border: 1px solid rgba(199, 154, 74, 0.38);
  background: #fffdfa;
}

.contact-conversation-note-title {
  margin: 0 0 0.45rem;
  color: #c79a4a;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
}

.contact-conversation-note-text {
  margin: 0;
  color: #70614f;
  font-size: 0.95rem;
  line-height: 1.9;
  font-weight: 500;
}

@media (max-width: 640px) {
  .contact-section {
    padding: 4.4rem 0 4rem;
  }

  .contact-conversation-form-panel {
    padding: 1.15rem;
    border-radius: 18px;
  }

  .contact-conversation-title {
    font-size: clamp(1.8rem, 8vw, 2.65rem);
    line-height: 1.3;
  }

  .contact-conversation-intro {
    font-size: 0.95rem;
    line-height: 1.9;
  }

  .contact-conversation-form input {
    min-height: 46px;
  }

  .contact-conversation-form textarea {
    min-height: 128px;
  }

  .contact-conversation-submit {
    min-height: 44px;
    font-size: 0.95rem;
  }

  .contact-conversation-card {
    padding: 1rem;
    border-radius: 14px;
  }

  .contact-conversation-card-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
  }

  .contact-conversation-card-icon .material-symbols-outlined {
    font-size: 21px;
  }
}

.wa-icon {
  width: 22px;
  height: 22px;
}

/* CTA Section */
.cta-section {
  padding: 6rem 0;
  /* Added spacing to avoid sticking to footer */
  background: #ffffff;
}

.cta-container {
  display: flex;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}

.cta-image-wrapper {
  flex: 1;
  position: relative;
  min-height: 400px;
  border-radius: 16px;
  /* Rounded corners for premium look */
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Animation Styles */
.cta-anim,
.scroll-anim {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.cta-anim.is-loaded,
.scroll-anim.is-loaded {
  opacity: 1;
  transform: translateY(0);
}

.cta-image-wrapper.cta-anim {
  transition-delay: 0.2s;
}

.cta-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cta-logo-overlay {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  padding: 6px;
  overflow: hidden;
}

.cta-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

.cta-content {
  flex: 1;
  padding: 6rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  direction: rtl;
  text-align: right;
}

.cta-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1b2c3f;
  margin-bottom: 2rem;
  line-height: 1.4;
  position: relative;
  padding-left: 0;
  padding-right: 2rem;
  border-right: 4px solid var(--gold);
}

.cta-desc {
  font-size: 1.1rem;
  color: #677487;
  line-height: 1.8;
  margin-bottom: 3rem;
  max-width: 600px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: var(--gold);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  align-self: flex-start;
}

/* 1. تكبير الـ Container عشان ياخد عرض الشاشة المريح */
.site-footer .container {
  width: 90%;
  /* أو 1200px */
  max-width: 1200px;
  margin: 0 auto;
}

/* 2. تعديل توزيع الأعمدة في الـ Grid */
.footer-shell {
  display: grid;
  /* هنخلي العواميد تتوزع بالتساوي وبحرية */
  grid-template-columns: 1fr 1fr 1fr;
  /* الـ gap هو اللي هيمنعهم يلزقوا في بعض */
  column-gap: 80px;
  justify-content: space-between;
  align-items: start;
  direction: rtl;
  padding-top: 2rem;
}

/* 3. تعديل محاذاة كل عمود عشان يروح لطرفه */

/* البراند (اليمين) */
.footer-brand-panel {
  justify-self: start;
  /* يلزق في اليمين تماماً */
  text-align: right;
  align-items: flex-start;
}

/* الروابط (الوسط) */
.footer-links-panel {
  justify-self: center;
  /* يفضل في نص منطقته */
  text-align: center;
}

/* تواصل معنا (اليسار) */
.footer-contact-panel {
  justify-self: end;
  /* يلزق في أقصى اليسار */
  text-align: left;
  /* أو right لو عايز الكلام يبدأ من اليمين بس العمود نفسه يسار */
}

/* 4. مسافات إضافية تحت اللوجو والعناوين */
.footer-brand-desc {
  margin-top: 20px;
  line-height: 1.8;
}

.footer-panel-title {
  margin-bottom: 25px;
  /* عشان ميبقاش لازق في الروابط اللي تحته */
}

.cta-btn:hover {
  background: var(--gold-dark);
  color: #fff;
}

/* Footer Section */
.site-footer {
  background: rgba(207, 171, 101, 0.94);
  color: #ffffff;
  padding: 60px 0;
  direction: rtl;
  font-family: "Cairo", sans-serif;
}

.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-shell {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.footer-brand-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.footer-brand-lockup {
  display: block;
}

.footer-logo {
  max-width: 280px;
  height: auto;
  margin-bottom: 20px;
}

.footer-brand-lockup-gold {
  width: min(280px, 100%);
  aspect-ratio: 270 / 94;
  margin-bottom: 20px;
  overflow: hidden;
}

.footer-logo-gold {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin-bottom: 0;
  object-fit: cover;
  object-position: 54% 54%;
  transform: scale(1.42);
  transform-origin: center center;
  filter: brightness(0) saturate(100%) invert(1);
  mix-blend-mode: normal;
  border-radius: 0;
}

.footer-brand-desc {
  max-width: 400px;
  margin: 0 0 25px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.8;
}

.footer-social {
  display: inline-flex;
  width: auto;
  gap: 20px;
  align-self: flex-end;
  justify-content: flex-start;
}

.footer-social a {
  color: #ffffff;
  font-size: 18px;
  transition:
    color 180ms ease,
    transform 180ms ease,
    opacity 180ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible,
.footer-links-list a:hover,
.footer-links-list a:focus-visible,
.footer-contact-link:hover,
.footer-contact-link:focus-visible {
  color: var(--gold-dark);
  opacity: 1;
}

.footer-panel-title {
  margin: 0 0 25px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.footer-links-list,
.footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links-list li {
  margin-bottom: 12px;
}

.footer-links-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  opacity: 0.9;
  transition:
    color 180ms ease,
    opacity 180ms ease;
}

.footer-contact-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  flex-direction: row-reverse;
  transition:
    color 180ms ease,
    transform 180ms ease,
    opacity 180ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible,
.footer-contact-link:hover,
.footer-contact-link:focus-visible {
  transform: translateY(-1px);
}

.footer-contact-link i {
  font-size: 18px;
}

@media (max-width: 992px) {
  .footer-shell {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .footer-brand-panel,
  .footer-links-panel,
  .footer-contact-panel {
    align-items: center;
    justify-self: center;
    text-align: center;
  }

  .footer-logo {
    max-width: min(260px, 100%);
  }

  .footer-brand-lockup-gold {
    width: min(260px, 100%);
  }

  .footer-brand-desc {
    max-width: 560px;
    margin: 0 auto 24px;
  }

  .footer-social {
    align-self: center;
    justify-content: center;
  }

  .footer-contact-link {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .site-footer {
    padding: 42px 0 36px;
  }

  .site-footer .container {
    padding: 0 16px;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .footer-brand-panel {
    align-items: center;
    text-align: center;
  }

  .footer-contact-link {
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  .footer-social {
    width: auto;
    align-self: center;
    justify-content: center;
    gap: 18px;
  }

  .footer-social a {
    font-size: 17px;
  }

  .footer-panel-title {
    margin-bottom: 18px;
    font-size: 17px;
  }

  .footer-links-list a {
    font-size: 14px;
  }

  .footer-brand-desc {
    font-size: 13px;
    line-height: 1.8;
  }
}

@media (max-width: 900px) {
  .contact-conversation-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .contact-conversation-info {
    order: 1;
    padding-top: 0;
  }

  .contact-conversation-form-panel {
    order: 2;
    width: min(760px, 100%);
    margin-inline: auto;
  }

  .cta-container {
    flex-direction: column;
  }

  .cta-image-wrapper {
    order: -1;
    /* image on top on mobile */
    min-height: 300px;
  }

  .cta-content {
    padding: 3rem 1.5rem;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .cta-title {
    font-size: 2rem;
    padding-right: 0;
    text-align: center;
  }

  .cta-desc {
    text-align: center;
  }

  .cta-btn {
    align-self: center;
  }
}

@media (max-width: 1024px) {
  .features-grid-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-stack:last-child {
    grid-column: 1 / -1;
    width: min(360px, 100%);
    margin-inline: auto;
  }
}

@media (max-width: 600px) {
  .features-grid-values {
    grid-template-columns: minmax(0, 1fr);
  }

  .feature-stack {
    min-height: 0;
    padding: 0.9rem 0;
  }

  .feature-stack:last-child {
    width: 100%;
  }

  .feature-bg-mark img {
    width: min(356px, 140%);
    opacity: 0.13;
    transform: translateY(-3%) scale(1.03);
  }

  .feature-card {
    min-height: 238px;
    padding: 4.15rem 1.1rem 1.3rem;
    border-radius: 13px;
  }

  .feature-name {
    font-size: 1.34rem;
  }

  .feature-desc {
    font-size: 0.9rem;
    line-height: 1.84;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
