:root {
  --moss: #315c45;
  --sage: #8aaa79;
  --mint: #ddebdd;
  --sand: #ede2cb;
  --cream: #fbf7ed;
  --ink: #24332c;
  --font-family-display: 'Playfair Display', serif;
  --accent-gold-rgb: 184, 128, 42;
  --hero-cta-shadow: rgba(36, 51, 44, .14);
  --forest-shadow: rgba(49, 92, 69, 0.16);
  --header-separator-color: rgba(49, 92, 69, .08);
  --header-auth-item-max-width: 10rem;
  --site-header-offset: 6.25rem;
  --page-top-gap: clamp(.65rem, 1.4vw, 1rem);
  --page-shell-max-width: 92rem;
  --theme-page-bg: #fbf7ed;
  --theme-page-grad-start: #fbf7ed;
  --theme-page-grad-mid: #f7f2e7;
  --theme-page-grad-end: rgba(221, 235, 221, .4);
  --theme-backdrop-orb-1: rgba(221, 235, 221, .88);
  --theme-backdrop-orb-2: rgba(237, 226, 203, .78);
  --theme-backdrop-orb-3: rgba(138, 170, 121, .22);
  --theme-grid-line: rgba(49, 92, 69, .12);
  --theme-grid-line-alt: rgba(49, 92, 69, .1);
  --theme-grid-glow: rgba(138, 170, 121, .18);
  --theme-text-primary: var(--ink);
  --theme-text-secondary: rgba(36, 51, 44, .78);
  --theme-text-muted: rgba(36, 51, 44, .65);
  --theme-heading: var(--moss);
  --theme-heading-hover: #3d7155;
  --theme-border: rgba(49, 92, 69, .12);
  --theme-border-strong: rgba(var(--accent-gold-rgb), .3);
  --theme-surface: rgba(255, 255, 255, .72);
  --theme-surface-elevated: rgba(255, 255, 255, .92);
  --theme-surface-soft: rgba(221, 235, 221, .72);
  --theme-surface-muted: rgba(251, 247, 237, .74);
  --theme-header-bg: rgba(251, 247, 237, .9);
  --theme-header-border: rgba(49, 92, 69, .08);
  --theme-header-chip-bg: rgba(255, 255, 255, .72);
  --theme-header-chip-hover: rgba(255, 255, 255, .96);
  --theme-header-chip-text: var(--moss);
  --theme-header-secondary-bg: rgba(255, 250, 243, .88);
  --theme-header-secondary-text: var(--moss);
  --theme-header-mobile-border: rgba(49, 92, 69, .12);
  --theme-header-mobile-surface:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(251, 247, 237, .95)),
    linear-gradient(135deg, rgba(221, 235, 221, .24), rgba(237, 226, 203, .14));
  --theme-header-mobile-shadow: 0 14px 30px rgba(49, 92, 69, .12);
  --theme-header-mobile-meta: rgba(36, 51, 44, .72);
  --theme-header-mobile-account: var(--theme-heading);
  --theme-header-mobile-account-bg-start: #23412f;
  --theme-header-mobile-account-bg-end: var(--moss);
  --theme-header-mobile-account-text: #fff;
  --theme-header-auth-primary-border: rgba(49, 92, 69, .18);
  --theme-header-auth-primary-border-strong: rgba(49, 92, 69, .24);
  --theme-header-auth-secondary-border: rgba(49, 92, 69, .1);
  --theme-header-auth-primary-shadow: 0 14px 28px rgba(49, 92, 69, .16);
  --site-header-mobile-gap: .4rem;
  --theme-input-bg: rgba(255, 255, 255, .92);
  --theme-input-border: rgba(49, 92, 69, .14);
  --theme-input-placeholder: rgba(36, 51, 44, .45);
  --theme-focus-ring: rgba(138, 170, 121, .28);
  --theme-shadow-calm: 0 24px 70px rgba(49, 92, 69, .16);
  --theme-shadow-soft: 0 12px 30px rgba(49, 92, 69, .08);
  --theme-shadow-strong: 0 18px 45px rgba(138, 170, 121, .28);
  --theme-toast-bg: var(--moss);
  --home-hero-card-radius: 2rem;
  --home-hero-card-radius-tablet: 1.7rem;
  --home-hero-card-radius-mobile: 1.55rem;
  --home-hero-device-radius: 2.2rem;
  --home-hero-cta-radius: 1.35rem;
}

html[data-theme='dark'] {
  --theme-page-bg: #081311;
  --theme-page-grad-start: #081311;
  --theme-page-grad-mid: #10211d;
  --theme-page-grad-end: rgba(23, 52, 42, .88);
  --theme-backdrop-orb-1: rgba(34, 79, 62, .42);
  --theme-backdrop-orb-2: rgba(148, 121, 67, .2);
  --theme-backdrop-orb-3: rgba(71, 126, 93, .26);
  --theme-grid-line: rgba(216, 197, 156, .09);
  --theme-grid-line-alt: rgba(121, 150, 107, .08);
  --theme-grid-glow: rgba(184, 128, 42, .08);
  --theme-text-primary: #f2ead8;
  --theme-text-secondary: rgba(242, 234, 216, .82);
  --theme-text-muted: rgba(225, 214, 189, .68);
  --theme-heading: #f6efdc;
  --theme-heading-hover: #49755b;
  --theme-border: rgba(214, 196, 162, .14);
  --theme-border-strong: rgba(var(--accent-gold-rgb), .46);
  --theme-surface: rgba(17, 31, 27, .82);
  --theme-surface-elevated: rgba(20, 37, 31, .94);
  --theme-surface-soft: rgba(33, 60, 49, .76);
  --theme-surface-muted: rgba(15, 28, 24, .88);
  --theme-header-bg: rgba(7, 19, 17, .88);
  --theme-header-border: rgba(214, 196, 162, .08);
  --theme-header-chip-bg: rgba(19, 35, 30, .92);
  --theme-header-chip-hover: rgba(26, 45, 39, .98);
  --theme-header-chip-text: #f2ead8;
  --theme-header-secondary-bg: rgba(32, 55, 46, .92);
  --theme-header-secondary-text: #f7efdb;
  --theme-header-mobile-border: rgba(214, 196, 162, .16);
  --theme-header-mobile-surface:
    linear-gradient(180deg, rgba(20, 33, 29, .96), rgba(14, 28, 24, .94)),
    linear-gradient(135deg, rgba(33, 60, 49, .32), rgba(148, 121, 67, .12));
  --theme-header-mobile-shadow: 0 16px 32px rgba(0, 0, 0, .24);
  --theme-header-mobile-meta: rgba(242, 234, 216, .72);
  --theme-header-mobile-account: #f6efdc;
  --theme-header-mobile-account-bg-start: #23412f;
  --theme-header-mobile-account-bg-end: #315c45;
  --theme-header-mobile-account-text: #fff;
  --theme-header-auth-primary-border: rgba(214, 196, 162, .22);
  --theme-header-auth-primary-border-strong: rgba(214, 196, 162, .3);
  --theme-header-auth-secondary-border: rgba(214, 196, 162, .16);
  --theme-header-auth-primary-shadow: 0 14px 28px rgba(0, 0, 0, .24);
  --theme-input-bg: rgba(12, 24, 21, .94);
  --theme-input-border: rgba(214, 196, 162, .15);
  --theme-input-placeholder: rgba(226, 215, 191, .44);
  --theme-focus-ring: rgba(184, 128, 42, .24);
  --theme-shadow-calm: 0 28px 80px rgba(2, 9, 8, .46);
  --theme-shadow-soft: 0 14px 38px rgba(0, 0, 0, .28);
  --theme-shadow-strong: 0 18px 48px rgba(0, 0, 0, .34);
  --theme-toast-bg: #18342c;
}

html {
  scroll-behavior: smooth;
  background-color: var(--theme-page-bg);
  color-scheme: light;
}
body {
  margin: 0;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background-color: var(--theme-page-bg);
  background-image: linear-gradient(180deg, var(--theme-page-grad-start), var(--theme-page-grad-mid), var(--theme-page-grad-end));
  color: var(--theme-text-primary);
  transition: background-color .25s ease, background-image .25s ease, color .25s ease;
}
img, svg { max-width: 100%; }

.hidden {
  display: none !important;
}

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

.site-backdrop__orb,
.site-backdrop__grid {
  transition: background .25s ease, opacity .25s ease;
}

.site-backdrop__orb--mint {
  background: var(--theme-backdrop-orb-1);
}

.site-backdrop__orb--sand {
  background: var(--theme-backdrop-orb-2);
}

.site-backdrop__orb--sage {
  background: var(--theme-backdrop-orb-3);
}

.site-back-button {
  position: fixed;
  inset-inline-end: 1rem;
  bottom: 1rem;
  z-index: 56;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 3rem;
  padding: .82rem 1rem;
  border: 1px solid var(--theme-border-strong);
  border-radius: 999px;
  background: var(--theme-surface-elevated);
  color: var(--theme-heading);
  box-shadow: var(--theme-shadow-soft);
  backdrop-filter: blur(14px);
  font-size: .92rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.site-back-button:hover,
.site-back-button:focus-visible {
  transform: translateY(-1px);
  background: var(--theme-header-chip-hover);
  box-shadow: var(--theme-shadow-calm);
  outline: none;
}

.site-back-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
}

.site-back-button__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-back-button__label {
  white-space: nowrap;
}

.site-backdrop__grid {
  background-image:
    linear-gradient(var(--theme-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--theme-grid-line-alt) 1px, transparent 1px),
    radial-gradient(circle at 35% 20%, var(--theme-grid-glow), transparent 28%);
  background-size: 56px 56px, 56px 56px, 100% 100%;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.site-header {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid var(--theme-header-border);
  background: var(--theme-header-bg);
  backdrop-filter: blur(16px);
  isolation: isolate;
  transition: background .25s ease, border-color .25s ease;
}

#app {
  padding-top: var(--site-header-offset);
}

body:not(.auth-standalone-page) #app > section:first-child:not(.admin-dashboard):not(.home-hero-section) {
  padding-top: clamp(1rem, 2vw, 1.5rem);
}

.page-shell {
  max-width: var(--page-shell-max-width);
  margin: 0 auto;
  padding: var(--page-top-gap) 1.5rem 2rem;
}

.page-shell > * {
  min-width: 0;
}

.page-shell__intro {
  margin-bottom: 1.25rem;
}

.internal-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top left, rgba(var(--accent-gold-rgb), .12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .78)),
    linear-gradient(135deg, rgba(221, 235, 221, .4), rgba(237, 226, 203, .18));
  box-shadow: var(--theme-shadow-calm);
  backdrop-filter: blur(18px);
}

.internal-hero--compact {
  max-width: min(100%, 72rem);
  margin-inline: auto;
  border-radius: 1.55rem;
}

.internal-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(16rem, .8fr);
  gap: 2rem;
  align-items: stretch;
  padding: 1.6rem;
}

.internal-hero__grid--text-only {
  grid-template-columns: minmax(0, 1fr);
}

.internal-hero--compact .internal-hero__grid {
  gap: 1rem;
  padding: 1.05rem 1.2rem 1.15rem;
}

.internal-hero--short .internal-hero__grid {
  gap: .8rem;
  padding: .8rem 1rem .9rem;
}

.internal-hero__content {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.internal-hero--compact .internal-hero__content {
  gap: .72rem;
}

.internal-hero--short .internal-hero__content {
  gap: .55rem;
}

.internal-hero__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  color: var(--theme-text-muted);
  font-size: .84rem;
  font-weight: 800;
}

.internal-hero--compact .internal-hero__breadcrumbs {
  gap: .35rem;
  font-size: .76rem;
}

.internal-hero--short .internal-hero__breadcrumbs {
  gap: .3rem;
  font-size: .75rem;
}

.internal-hero__breadcrumb--active {
  color: var(--theme-heading);
}

.internal-hero__breadcrumb-sep {
  color: rgba(var(--accent-gold-rgb), .75);
}

.internal-hero__eyebrow {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: .52rem 1rem;
  border-radius: 999px;
  background: rgba(221, 235, 221, .78);
  color: var(--theme-heading);
  font-size: .74rem;
  font-weight: 900;
}

.internal-hero--compact .internal-hero__eyebrow {
  padding: .42rem .82rem;
  font-size: .68rem;
}

.internal-hero--short .internal-hero__eyebrow {
  padding: .35rem .7rem;
  font-size: .65rem;
}

.internal-hero__title {
  margin: 0;
  color: var(--theme-heading);
  font-size: clamp(2rem, 3vw, 3.35rem);
  font-weight: 900;
  line-height: 1.3;
}

.internal-hero--compact .internal-hero__title {
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  line-height: 1.35;
}

.internal-hero--short .internal-hero__title {
  font-size: clamp(1.3rem, 1.8vw, 1.85rem);
  line-height: 1.3;
}

.internal-hero__subtitle {
  margin: 0;
  max-width: 48rem;
  color: var(--theme-text-secondary);
  font-size: 1.02rem;
  line-height: 2;
}

.internal-hero--compact .internal-hero__subtitle {
  max-width: 40rem;
  font-size: .94rem;
  line-height: 1.8;
}

.internal-hero--short .internal-hero__subtitle {
  max-width: 34rem;
  font-size: .88rem;
  line-height: 1.65;
}

.internal-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  align-items: center;
}

.internal-hero--compact .internal-hero__actions {
  gap: .65rem;
}

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

.internal-hero__feature {
  display: grid;
  grid-template-columns: 2.6rem minmax(0, 1fr);
  gap: .85rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 14px 28px rgba(49, 92, 69, .08);
}

.internal-hero__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: .95rem;
  background: linear-gradient(135deg, rgba(221, 235, 221, .95), rgba(237, 226, 203, .82));
  color: var(--theme-heading);
  font-size: 1rem;
  font-weight: 900;
}

.internal-hero__feature-title {
  margin: 0;
  color: var(--theme-heading);
  font-size: .95rem;
  font-weight: 900;
}

.internal-hero__feature-description {
  margin: .32rem 0 0;
  color: var(--theme-text-secondary);
  font-size: .82rem;
  line-height: 1.85;
}

.internal-hero__visual {
  position: relative;
  min-height: 100%;
  border-radius: 1.65rem;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .76), transparent 34%),
    linear-gradient(180deg, rgba(221, 235, 221, .62), rgba(255, 255, 255, .12));
  border: 1px solid rgba(255, 255, 255, .62);
  overflow: hidden;
}

.internal-hero__glow,
.internal-hero__ring,
.internal-hero__leaf,
.internal-hero__dot {
  position: absolute;
}

.internal-hero__glow {
  border-radius: 999px;
  filter: blur(6px);
}

.internal-hero__glow--primary {
  inset: 1.5rem auto auto 2rem;
  width: 8rem;
  height: 8rem;
  background: rgba(255, 255, 255, .7);
}

.internal-hero__glow--secondary {
  inset: auto 1.5rem 1.25rem auto;
  width: 10rem;
  height: 10rem;
  background: rgba(237, 226, 203, .6);
}

.internal-hero__ring {
  inset: 14% 16% 16% 18%;
  border: 1px solid rgba(49, 92, 69, .12);
  border-radius: 2rem;
}

.internal-hero__leaf {
  width: 4.4rem;
  height: 7.4rem;
  border: 1px solid rgba(49, 92, 69, .15);
  background: linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(221, 235, 221, .35));
  border-radius: 100% 0 100% 0;
  opacity: .9;
}

.internal-hero__leaf--one {
  top: 18%;
  right: 22%;
  transform: rotate(-18deg);
}

.internal-hero__leaf--two {
  top: 36%;
  right: 38%;
  transform: rotate(16deg);
}

.internal-hero__leaf--three {
  bottom: 12%;
  left: 22%;
  width: 3.6rem;
  height: 6rem;
  transform: rotate(28deg);
}

.internal-hero__dot {
  width: .78rem;
  height: .78rem;
  border-radius: 999px;
  background: rgba(var(--accent-gold-rgb), .55);
}

.internal-hero__dot--one {
  top: 18%;
  left: 22%;
}

.internal-hero__dot--two {
  top: 46%;
  left: 30%;
}

.internal-hero__dot--three {
  bottom: 18%;
  right: 18%;
}

html[data-theme='dark'] .internal-hero {
  border-color: rgba(214, 196, 162, .16);
  background:
    radial-gradient(circle at top left, rgba(var(--accent-gold-rgb), .08), transparent 24%),
    linear-gradient(180deg, rgba(19, 34, 30, .94), rgba(12, 24, 21, .9)),
    linear-gradient(135deg, rgba(33, 60, 49, .22), rgba(148, 121, 67, .08));
}

html[data-theme='dark'] .internal-hero__eyebrow,
html[data-theme='dark'] .internal-hero__feature,
html[data-theme='dark'] .internal-hero__visual {
  border-color: rgba(214, 196, 162, .12);
}

html[data-theme='dark'] .internal-hero__eyebrow,
html[data-theme='dark'] .internal-hero__feature {
  background: rgba(22, 38, 33, .78);
}

html[data-theme='dark'] .internal-hero__feature-icon {
  background: linear-gradient(135deg, rgba(33, 60, 49, .9), rgba(148, 121, 67, .24));
}

html[data-theme='dark'] .internal-hero__visual {
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .12), transparent 30%),
    linear-gradient(180deg, rgba(24, 45, 38, .88), rgba(11, 22, 19, .66));
}

html[data-theme='dark'] .internal-hero__ring,
html[data-theme='dark'] .internal-hero__leaf {
  border-color: rgba(214, 196, 162, .16);
}

html[data-theme='dark'] .internal-hero__leaf {
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(33, 60, 49, .3));
}

::selection {
  background: rgba(49, 92, 69, .94);
  color: #fff;
}

::-moz-selection {
  background: rgba(49, 92, 69, .94);
  color: #fff;
}

.booking-page__remote-card {
  background:
    radial-gradient(circle at top right, rgba(var(--accent-gold-rgb), .12), transparent 35%),
    linear-gradient(180deg, var(--theme-surface-soft), var(--theme-surface-elevated));
  border: 1px solid var(--theme-border);
}

.booking-page__remote-badge {
  background: rgba(49, 92, 69, .12);
  color: var(--moss);
}

.booking-page__remote-title,
.booking-page__summary-value {
  color: var(--moss);
}

.booking-page__remote-copy,
.booking-page__summary-label {
  color: var(--theme-text-secondary);
}

.booking-page__summary-card {
  background: var(--theme-surface);
  border: 1px solid var(--theme-border);
}

input::selection,
textarea::selection,
select::selection,
option::selection {
  background: rgba(49, 92, 69, .9);
  color: #fff;
}

input::-moz-selection,
textarea::-moz-selection,
select::-moz-selection,
option::-moz-selection {
  background: rgba(49, 92, 69, .9);
  color: #fff;
}


body.auth-standalone-page #app {
  padding-top: 0;
}

body.auth-standalone-page .site-header,
body.auth-standalone-page .site-footer,
body.auth-standalone-page #floatingSupport {
  display: none;
}

body.homepage-route .site-footer {
  display: block;
}

body.homepage-route .site-back-button {
  display: none;
}

.list-toolbar,
.list-toolbar__selects,
.booking-form-grid,
.contact-form-grid,
.specialist-application-grid,
.admin-form-grid {
  min-width: 0;
}

.list-toolbar > *,
.list-toolbar__selects > *,
.booking-form-grid > *,
.contact-form-grid > *,
.specialist-application-grid > *,
.admin-form-grid > *,
.admin-field,
.admin-switch {
  min-width: 0;
}

.list-toolbar__search,
.list-toolbar__select,
.booking-form-grid :is(input, select, textarea),
.contact-form-grid :is(input, select, textarea),
.specialist-application-grid :is(input, select, textarea),
.admin-input,
.admin-textarea {
  width: 100%;
  max-width: 100%;
}

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

@media (min-width: 768px) {
  .list-toolbar__selects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.auth-entry {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 2rem 1rem;
}

.auth-entry__shell {
  width: min(100%, 74rem);
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(21rem, .95fr);
  border: 1px solid var(--theme-border);
  border-radius: var(--home-hero-card-radius);
  background: linear-gradient(180deg, var(--theme-surface), var(--theme-surface-muted));
  box-shadow: var(--theme-shadow-calm);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.auth-entry__main,
.auth-entry__aside {
  padding: 2rem;
}

.auth-entry__main {
  background:
    radial-gradient(circle at top right, rgba(var(--accent-gold-rgb), .11), transparent 36%),
    linear-gradient(180deg, var(--theme-surface-elevated), var(--theme-surface));
}

.auth-entry__aside {
  background:
    radial-gradient(circle at top left, rgba(var(--accent-gold-rgb), .12), transparent 32%),
    linear-gradient(180deg, var(--theme-surface-soft), var(--theme-surface-elevated));
  border-inline-start: 1px solid var(--theme-border);
}

.auth-entry__header {
  margin-bottom: 1.75rem;
}

.auth-entry__badge,
.auth-entry__aside-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .55rem .95rem;
  background: var(--theme-surface-soft);
  color: var(--theme-heading);
  font-size: .78rem;
  font-weight: 900;
}

.auth-entry__brand {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin-top: 1rem;
}

.auth-entry__logo-wrap {
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.4rem;
  background: var(--theme-surface-elevated);
  box-shadow: var(--theme-shadow-soft);
  border: 1px solid var(--theme-border);
  padding: .45rem;
}

.auth-entry__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.auth-entry__brand-name {
  margin: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  color: var(--theme-heading);
}

.auth-entry__brand-text,
.auth-entry__aside-text {
  margin: .35rem 0 0;
  color: var(--theme-text-muted);
  line-height: 1.9;
}

.auth-entry__title {
  margin: 1.35rem 0 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1.45;
  color: var(--theme-heading);
}

.auth-entry__subtitle {
  margin: .85rem 0 0;
  color: var(--theme-text-muted);
  font-size: 1rem;
  line-height: 2;
}

.auth-entry__aside-title {
  margin: 1rem 0 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1.65rem;
  font-weight: 900;
  color: var(--theme-heading);
}

.leaf-grid {
  background-image:
    linear-gradient(rgba(49, 92, 69, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49, 92, 69, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 35% 20%, rgba(138, 170, 121, 0.18), transparent 28%);
  background-size: 56px 56px, 56px 56px, 100% 100%;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.logo-mark {
  padding: 0.25rem;
  border: 1px solid var(--theme-border);
}
.logo-mark img {
  display: block;
  border-radius: 0.75rem;
}
.site-header__frame {
  position: relative;
  padding: .85rem 1rem;
}
.site-header__frame--wide {
  width: min(110rem, calc(100vw - 1rem));
}
.site-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.25rem, 2vw, 2.5rem);
  min-height: 4.75rem;
}
.site-header__brand,
.site-header__actions,
.site-header__controls {
  min-width: 0;
}
.site-header__brand {
  justify-self: start;
  padding-inline-end: clamp(1rem, 1.8vw, 1.75rem);
  border-inline-end: 1px solid var(--theme-header-border);
}
.site-header__brand-link {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  color: var(--theme-text-primary);
  text-decoration: none;
  border-radius: 1rem;
}
.site-header__logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
  padding: .35rem;
  border: 1px solid var(--theme-border);
  border-radius: 1rem;
  background: var(--theme-header-chip-bg);
  box-shadow: none;
}
.site-header__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-header__brand-copy {
  display: grid;
  gap: .16rem;
  max-width: min(19rem, 42vw);
}
.site-header__brand-name {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.15;
  color: var(--theme-heading);
}
.site-header__brand-tagline {
  font-size: .64rem;
  font-weight: 500;
  line-height: 1.55;
  color: var(--theme-text-muted);
}
.site-header__menu {
  position: relative;
  z-index: 2;
  min-width: 0;
  justify-self: stretch;
  padding-inline: clamp(1rem, 2.2vw, 2.5rem);
}
.site-header__nav-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.9rem, 1.5vw, 1.55rem);
  width: 100%;
  min-width: 0;
}
.site-header__lang {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .55rem .82rem;
  border: 1px solid var(--theme-border);
  border-radius: 999px;
  background: var(--theme-header-chip-bg);
  color: var(--theme-header-chip-text);
}
.site-header__lang-icon,
.site-header__lang-caret,
.site-header__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.site-header__lang-icon svg,
.site-header__lang-caret svg,
.site-header__cta-icon svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.site-header__lang-select {
  min-width: 2.4rem;
  border: 0;
  appearance: none;
  background: transparent;
  color: var(--theme-header-chip-text);
  font-size: .85rem;
  font-weight: 800;
  line-height: 1;
  padding: 0;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
}
.site-header__actions,
.site-header__auth,
.site-header__cta-group,
.site-header__controls {
  display: flex;
  align-items: center;
}
.site-header__actions {
  justify-self: end;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
  padding-inline-start: clamp(1rem, 1.8vw, 1.5rem);
  border-inline-start: 1px solid var(--theme-header-border);
  min-width: 0;
}
.site-header__auth {
  gap: .9rem;
  min-width: 0;
}
.site-header__actions .site-header__auth-badge,
.site-header__actions .site-header__auth-link {
  max-width: var(--header-auth-item-max-width);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.site-header--compact .site-header__inner {
  gap: 1rem;
}
.site-header--compact .site-header__brand-tagline {
  display: none;
}
.site-header--compact .site-header__menu {
  padding-inline: 1rem;
}
.site-header--compact .site-header__nav-shell {
  gap: .8rem;
}
.site-header--compact .site-header__actions {
  gap: .8rem;
  padding-inline-start: .9rem;
}
.site-header--compact .site-header__auth {
  gap: .7rem;
}
.site-header--compact .site-header__actions .site-header__auth-link,
.site-header--compact .site-header__actions .site-header__auth-button {
  font-size: .88rem;
}
.site-header--compact .site-header__actions .site-header__auth-link {
  max-width: 7rem;
}
.site-header--compact .site-header__lang {
  padding: .5rem .72rem;
}
.site-header--compact #headerThemeToggleDesktop {
  min-width: 2.75rem;
  padding-inline: .72rem;
}
.site-header--compact #headerThemeToggleDesktop .theme-toggle__label {
  display: none;
}
.site-header--compact .site-header__cta-group {
  gap: .55rem;
}
.site-header--compact .site-header__cta {
  min-height: 2.75rem;
  padding: .72rem .95rem;
  font-size: .88rem;
}
.site-header--compact .nav-link {
  padding-inline: .35rem;
  font-size: .92rem;
}
.site-header__auth-link,
.site-header__auth-button {
  border: 0;
  background: transparent;
  color: var(--theme-text-secondary);
  font-size: .92rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: color .2s ease;
}
.site-header__auth-link:hover,
.site-header__auth-button:hover {
  color: var(--theme-heading);
}
.site-header__auth-badge {
  display: inline-flex;
  align-items: center;
  padding: .42rem .78rem;
  border-radius: 999px;
  background: var(--theme-surface-soft);
  color: var(--theme-heading);
  font-size: .82rem;
  font-weight: 900;
}
.site-header__cta-group {
  gap: .7rem;
}
.site-header__cta-group--primary-only {
  flex-wrap: nowrap;
  flex: 0 0 auto;
  gap: .4rem;
}
.site-header__cta-group--primary-only .site-header__menu-toggle {
  width: 2.9rem;
  height: 2.9rem;
}
.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 2.9rem;
  padding: .78rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease, color .22s ease;
}
.site-header__cta:hover {
  transform: translateY(-1px);
}
.site-header__cta--primary {
  background: linear-gradient(135deg, #23412f 0%, #315c45 100%);
  color: #fff;
  box-shadow: 0 14px 26px rgba(36, 51, 44, .14);
}
.site-header__cta--primary .site-header__cta-icon {
  color: rgba(255, 255, 255, .92);
}
.site-header__cta--secondary {
  border-color: var(--theme-border-strong);
  background: var(--theme-header-secondary-bg);
  color: var(--theme-header-secondary-text);
}
.site-header__cta--secondary .site-header__cta-icon {
  color: #9b6a25;
}
.site-header__controls {
  justify-self: end;
  gap: .7rem;
}
.site-header__menu-toggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .28rem;
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--theme-border-strong);
  border-radius: .95rem;
  background: var(--theme-header-chip-bg);
  color: var(--theme-header-chip-text);
  box-shadow: 0 10px 22px rgba(35, 44, 40, .08);
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.site-header__menu-toggle:hover {
  transform: translateY(-1px);
  background: var(--theme-header-chip-hover);
  box-shadow: 0 12px 24px rgba(35, 44, 40, .12);
}

.site-header__menu-toggle--desktop {
  border-color: rgba(49, 92, 69, .18);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 28px rgba(35, 44, 40, .1);
}

.site-header__menu-toggle--desktop .site-header__menu-bar {
  width: 1.22rem;
  height: 2.5px;
}
.site-header__menu-bar {
  width: 1.15rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
.site-header__mobile-panel {
  display: none;
}
.site-header__mobile-auth,
.site-header__mobile-cta-group {
  display: grid;
  gap: .75rem;
}
.site-header__mobile-auth-link,
.site-header__mobile-auth-button,
.site-header__mobile-auth-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  border-radius: 1rem;
  font-size: .92rem;
  font-weight: 900;
  text-decoration: none;
}
.site-header__mobile-auth-link,
.site-header__mobile-auth-button {
  border: 1px solid var(--theme-border);
  background: var(--theme-surface-elevated);
  color: var(--theme-heading);
}
.site-header__mobile-auth-badge {
  background: var(--theme-surface-soft);
  color: var(--theme-heading);
}

/* Inline mobile header auth (visible only on mobile, inside .site-header__controls) */
.site-header__inline-auth {
  display: none;
}
.site-header__inline-auth-link,
.site-header__inline-auth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.35rem;
  padding-inline: .75rem;
  border-radius: .85rem;
  font-size: .8rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid var(--theme-border);
  background: var(--theme-header-chip-bg);
  color: var(--theme-heading);
  cursor: pointer;
  transition: background .2s ease;
}
.site-header__inline-auth-button {
  background: var(--theme-surface-soft);
}
.site-header__inline-auth-link:hover,
.site-header__inline-auth-button:hover {
  background: var(--theme-header-chip-hover);
}
.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: .5rem;
  font-size: .97rem;
  font-weight: 700;
  color: var(--theme-text-secondary);
  background: transparent;
  border: 0;
  box-shadow: none;
  white-space: nowrap;
  transition: color .22s ease;
}
.nav-link::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: -.85rem;
  height: 2px;
  border-radius: 999px;
  background: rgba(var(--accent-gold-rgb), .95);
  opacity: 0;
  transform: scaleX(.2);
  transition: transform .22s ease, opacity .22s ease;
}
.nav-link:hover,
.nav-link.active {
  color: var(--theme-heading);
}
.nav-link:hover::after,
.nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}
.nav-link:focus, .footer-link:focus, button:focus, a:focus, input:focus, select:focus, textarea:focus {
  outline: none;
  box-shadow: 0 0 0 4px var(--theme-focus-ring);
}
.site-footer {
  --site-footer-cta-ornament-width: 7.5rem;
  --site-footer-accent: #d8b36a;
  --site-footer-muted: rgba(255, 250, 238, .76);
  --site-footer-compliance-value: #fff;
  position: relative;
  overflow: visible;
  margin-top: clamp(2.5rem, 6vw, 4.2rem);
  padding: 0 0 1.15rem;
  background: transparent;
  color: rgba(255, 255, 255, .88);
}
.site-footer::before {
  content: none;
}
.site-footer__frame {
  position: relative;
  overflow: hidden;
  width: min(calc(100% - 1.25rem), 92rem);
  margin: 0 auto;
  padding: clamp(1.15rem, 2.3vw, 1.5rem);
  border: 1px solid rgba(237, 226, 203, .12);
  border-radius: clamp(2.1rem, 5vw, 3rem);
  background:
    radial-gradient(circle at 12% 16%, rgba(138, 170, 121, .18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(214, 179, 106, .11), transparent 24%),
    linear-gradient(145deg, #0a2c28 0%, #103933 50%, #082320 100%);
  box-shadow:
    0 28px 80px rgba(6, 23, 20, .22),
    inset 0 1px 0 rgba(255,255,255,.05);
}
.site-footer__frame::before,
.site-footer__frame::after {
  content: '';
  position: absolute;
  pointer-events: none;
}
.site-footer__frame::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.04), transparent 18%, transparent 82%, rgba(255,255,255,.03)),
    radial-gradient(circle at 14% 80%, rgba(138, 170, 121, .14), transparent 18%),
    radial-gradient(circle at 86% 84%, rgba(216, 179, 106, .08), transparent 18%);
  opacity: .95;
}
.site-footer__frame::after {
  inset-inline-start: -2rem;
  inset-block-end: -1rem;
  width: 11rem;
  height: 11rem;
  background:
    radial-gradient(ellipse 20% 10% at 32% 42%, rgba(138, 170, 121, .2) 0 98%, transparent 100%),
    radial-gradient(ellipse 22% 12% at 54% 54%, rgba(138, 170, 121, .16) 0 98%, transparent 100%),
    radial-gradient(ellipse 22% 12% at 74% 34%, rgba(216, 179, 106, .12) 0 98%, transparent 100%),
    radial-gradient(ellipse 18% 11% at 72% 72%, rgba(138, 170, 121, .12) 0 98%, transparent 100%);
  opacity: .85;
}
.site-footer__cta-shell {
  position: relative;
  z-index: 1;
  margin: 0 auto 1.5rem;
}
.site-footer__cta {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 1.55rem 1.35rem 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(237, 226, 203, .12);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.08), transparent 34%),
    linear-gradient(145deg, rgba(31, 82, 73, .92), rgba(16, 58, 52, .96));
  box-shadow:
    0 18px 36px rgba(3, 29, 27, .2),
    inset 0 1px 0 rgba(255,255,255,.06);
}
.site-footer__cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.05), transparent 18%, transparent 82%, rgba(216, 179, 106, .08)),
    radial-gradient(circle at 50% 100%, rgba(216, 179, 106, .09), transparent 45%);
  pointer-events: none;
}
.site-footer__cta-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: .85rem;
  text-align: center;
}
.site-footer__cta-title {
  margin: 0;
  max-width: 42rem;
  color: #fff;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: clamp(1.3rem, 2.8vw, 2rem);
  font-weight: 900;
  line-height: 1.5;
  text-wrap: balance;
}
.site-footer__cta-divider {
  width: 4.5rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(216, 179, 106, 0), rgba(216, 179, 106, .95), rgba(216, 179, 106, 0));
}
.site-footer__cta-button {
  display: none;
}
.site-footer__cta-button:hover,
.site-footer__cta-button:focus {
  transform: none;
  filter: none;
  box-shadow: none;
}
.site-footer__cta-ornament {
  position: absolute;
  inset-block: 0;
  width: var(--site-footer-cta-ornament-width);
  pointer-events: none;
  opacity: .8;
}
.site-footer__cta-ornament::before,
.site-footer__cta-ornament::after {
  content: '';
  position: absolute;
  inset-block: 10%;
  pointer-events: none;
  background-repeat: no-repeat;
}
.site-footer__cta-ornament--start {
  inset-inline-start: 0;
  background:
    radial-gradient(ellipse 28% 18% at 24% 26%, rgba(138, 170, 121, .36) 0 96%, transparent 100%),
    radial-gradient(ellipse 30% 19% at 40% 42%, rgba(138, 170, 121, .28) 0 96%, transparent 100%),
    radial-gradient(ellipse 26% 17% at 21% 58%, rgba(138, 170, 121, .22) 0 96%, transparent 100%),
    radial-gradient(ellipse 26% 17% at 44% 70%, rgba(255,255,255,.1) 0 96%, transparent 100%);
}
.site-footer__cta-ornament--start::before {
  inset-inline-start: -.45rem;
  width: 8.1rem;
  background:
    radial-gradient(ellipse 22% 11% at 30% 18%, rgba(156, 190, 142, .36) 0 98%, transparent 100%),
    radial-gradient(ellipse 20% 10% at 48% 29%, rgba(156, 190, 142, .32) 0 98%, transparent 100%),
    radial-gradient(ellipse 22% 11% at 34% 44%, rgba(156, 190, 142, .28) 0 98%, transparent 100%),
    radial-gradient(ellipse 18% 9% at 56% 54%, rgba(216, 179, 106, .16) 0 98%, transparent 100%),
    radial-gradient(ellipse 19% 10% at 28% 68%, rgba(156, 190, 142, .22) 0 98%, transparent 100%),
    linear-gradient(153deg, transparent 0 38%, rgba(216, 179, 106, .18) 38% 41%, transparent 41% 100%);
  opacity: .9;
  transform: rotate(-10deg);
  filter: blur(.2px);
}
.site-footer__cta-ornament--start::after {
  inset-inline-start: 1.35rem;
  width: 3.9rem;
  background:
    linear-gradient(180deg, transparent 6%, rgba(233, 222, 198, .18) 22% 80%, transparent 96%),
    radial-gradient(ellipse 30% 10% at 76% 26%, rgba(156, 190, 142, .24) 0 98%, transparent 100%),
    radial-gradient(ellipse 26% 9% at 26% 58%, rgba(156, 190, 142, .2) 0 98%, transparent 100%);
  opacity: .68;
  transform: rotate(14deg);
}
.site-footer__cta-ornament--end {
  inset-inline-end: 0;
  background:
    radial-gradient(ellipse 18% 12% at 52% 18%, rgba(216, 179, 106, .82) 0 98%, transparent 100%),
    radial-gradient(ellipse 18% 12% at 34% 35%, rgba(216, 179, 106, .64) 0 98%, transparent 100%),
    radial-gradient(ellipse 18% 12% at 68% 36%, rgba(216, 179, 106, .64) 0 98%, transparent 100%),
    linear-gradient(180deg, transparent 0 26%, rgba(216, 179, 106, .72) 26% 82%, transparent 82%),
    radial-gradient(circle at 52% 84%, rgba(216, 179, 106, .42) 0 8%, transparent 9%);
  filter: drop-shadow(0 0 12px rgba(216, 179, 106, .08));
}
.site-footer__cta-ornament--end::before {
  inset-inline-end: -.2rem;
  width: 7.2rem;
  background:
    radial-gradient(ellipse 22% 11% at 64% 22%, rgba(216, 179, 106, .28) 0 98%, transparent 100%),
    radial-gradient(ellipse 18% 10% at 44% 36%, rgba(156, 190, 142, .2) 0 98%, transparent 100%),
    radial-gradient(ellipse 20% 10% at 66% 48%, rgba(233, 222, 198, .16) 0 98%, transparent 100%),
    radial-gradient(ellipse 18% 9% at 42% 64%, rgba(156, 190, 142, .18) 0 98%, transparent 100%),
    linear-gradient(206deg, transparent 0 44%, rgba(216, 179, 106, .16) 44% 47%, transparent 47% 100%);
  opacity: .82;
  transform: rotate(8deg) scaleX(-1);
}
.site-footer__cta-ornament--end::after {
  inset-inline-end: 1.6rem;
  width: 3.2rem;
  background:
    linear-gradient(180deg, transparent 8%, rgba(233, 222, 198, .16) 24% 78%, transparent 94%),
    radial-gradient(ellipse 28% 10% at 24% 28%, rgba(156, 190, 142, .18) 0 98%, transparent 100%),
    radial-gradient(ellipse 24% 9% at 78% 56%, rgba(216, 179, 106, .14) 0 98%, transparent 100%);
  opacity: .58;
  transform: rotate(-12deg);
}
.site-footer__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
  padding: .35rem 0 1.6rem;
}
.site-footer__column {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: .95rem;
  padding-inline-start: 1.2rem;
  border-inline-start: 1px solid rgba(233, 222, 198, .14);
}
.site-footer__column:first-child {
  padding-inline-start: 0;
  border-inline-start: 0;
}
.site-footer__title {
  margin: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
  color: #fff;
}
.site-footer__text {
  max-width: 17rem;
  margin: 0;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.95;
  color: var(--site-footer-muted);
}
.site-footer__lead {
  margin: 0;
  font-size: .92rem;
  line-height: 1.95;
  color: var(--site-footer-muted);
}
.site-footer__compliance {
  display: grid;
  grid-template-columns: 1fr;
  gap: .75rem;
  margin: 0;
}
.site-footer__compliance-item {
  display: grid;
  gap: .25rem;
}
.site-footer__compliance dt,
.site-footer__compliance dd {
  margin: 0;
}
.site-footer__compliance dt {
  font-size: .82rem;
  line-height: 1.8;
  color: var(--site-footer-muted);
}
.site-footer__compliance dd {
  font-size: .95rem;
  font-weight: 800;
  letter-spacing: .03em;
  color: var(--site-footer-compliance-value);
}
.site-footer__quick-links {
  display: grid;
  gap: .8rem;
}
.site-footer__quick-card {
  position: relative;
  display: grid;
  gap: .45rem;
  padding: 1rem;
  border: 1px solid rgba(233, 222, 198, .14);
  border-radius: 1.3rem;
  background:
    linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
    linear-gradient(145deg, rgba(16, 58, 52, .55), rgba(8, 35, 32, .4));
  color: #fff;
  box-shadow: 0 12px 26px rgba(4, 20, 18, .12);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.site-footer__quick-card:hover,
.site-footer__quick-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(216, 179, 106, .28);
  background:
    linear-gradient(160deg, rgba(255,255,255,.1), rgba(255,255,255,.04)),
    linear-gradient(145deg, rgba(22, 71, 63, .6), rgba(8, 35, 32, .46));
}
.site-footer__quick-icon,
.site-footer__icon,
.site-footer__bottom-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 999px;
}
.site-footer__quick-icon {
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(233, 222, 198, .18);
  background: rgba(255,255,255,.08);
  color: var(--site-footer-accent);
  font-size: .95rem;
}
.site-footer__quick-title {
  font-size: .92rem;
  font-weight: 800;
  color: #fff;
}
.site-footer__quick-text {
  font-size: .8rem;
  line-height: 1.75;
  color: rgba(255, 250, 238, .72);
}
.site-footer__quick-arrow {
  color: var(--site-footer-accent);
  font-size: .92rem;
  font-weight: 800;
}
.site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}
.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 1px solid rgba(233, 222, 198, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
}
.site-footer__social-link:hover,
.site-footer__social-link:focus {
  transform: translateY(-2px);
  border-color: rgba(216, 179, 106, .52);
  background: rgba(216, 179, 106, .16);
  color: #fff9eb;
}
.site-footer__links,
.site-footer__info {
  display: grid;
  gap: .8rem;
  color: var(--site-footer-muted);
  font-size: .95rem;
  line-height: 1.85;
}
.footer-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  width: fit-content;
  border-radius: .75rem;
  padding: .2rem 0;
  color: var(--site-footer-muted);
  transition: transform .25s ease, color .25s ease;
}
.footer-link::before {
  content: '›';
  color: var(--site-footer-accent);
  font-size: .92rem;
  font-weight: 900;
}
.footer-link:hover {
  color: #fff;
  transform: translateX(-4px);
}
.site-footer__info p,
.site-footer__info a {
  display: flex;
  align-items: center;
  gap: .8rem;
  margin: 0;
  color: rgba(255, 255, 255, .82);
}
.site-footer__info a {
  border-radius: .8rem;
  transition: color .25s ease, transform .25s ease;
}
.site-footer__info a:hover {
  color: #fff;
  transform: translateX(-3px);
}
.site-footer__icon {
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid rgba(233, 222, 198, .18);
  color: var(--site-footer-accent);
  background: rgba(255, 255, 255, .06);
}
.site-footer__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0 0;
  border-top: 1px solid rgba(233, 222, 198, .12);
  color: var(--site-footer-muted);
  font-size: .9rem;
  font-weight: 700;
}
.site-footer__bottom-note {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}
.site-footer__bottom-icon {
  width: 1.9rem;
  height: 1.9rem;
  border: 1px solid rgba(233, 222, 198, .16);
  background: rgba(255,255,255,.05);
  font-size: .95rem;
}

@media (max-width: 1024px) {
  .site-footer {
    --site-footer-cta-ornament-width: 5.5rem;
  }
  .site-footer__frame {
    width: min(calc(100% - 1rem), 92rem);
    border-radius: 2.2rem;
    padding: 1rem;
  }
  .site-footer__cta {
    padding: 1.35rem 1.1rem 1.2rem;
    border-radius: 1.7rem;
  }
  .site-footer__cta-title {
    max-width: 34rem;
    font-size: clamp(1.15rem, 3.8vw, 1.7rem);
  }
  .site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }
  .site-footer__column {
    padding-inline-start: 1rem;
  }
  .site-footer__quick-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-footer {
    --site-footer-cta-ornament-width: 3.25rem;
    margin-top: 2.5rem;
  }
  .site-footer__frame {
    width: calc(100% - .85rem);
    padding: .9rem;
    border-radius: 1.85rem;
  }
  .site-footer__cta {
    padding: 1.15rem .95rem 1.05rem;
    border-radius: 1.35rem;
  }
  .site-footer__cta-title {
    font-size: 1.1rem;
    line-height: 1.7;
  }
  .site-footer__cta-ornament { opacity: .5; }
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-bottom: 1.1rem;
  }
  .site-footer__column {
    padding-inline-start: 0;
    padding-top: 1rem;
    border-inline-start: 0;
    border-top: 1px solid rgba(233, 222, 198, .1);
  }
  .site-footer__column:first-child {
    padding-top: 0;
    border-top: 0;
  }
  .site-footer__text,
  .site-footer__lead {
    max-width: none;
  }
  .site-footer__quick-links {
    grid-template-columns: 1fr;
  }
  .site-footer__socials {
    justify-content: flex-start;
  }
  .site-footer__bottom {
    display: grid;
    justify-items: start;
    gap: .75rem;
    font-size: .84rem;
  }
}

input, select, textarea {
  border-color: var(--theme-input-border);
  background: var(--theme-input-bg);
  color: var(--theme-text-primary);
}
input::placeholder, textarea::placeholder { color: var(--theme-input-placeholder); }

#toast {
  background: var(--theme-toast-bg);
  color: #fff;
}

.shadow-calm {
  box-shadow: var(--theme-shadow-calm);
}

.shadow-leaf {
  box-shadow: var(--theme-shadow-strong);
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 2.9rem;
  padding: .72rem .95rem;
  border: 1px solid var(--theme-border);
  border-radius: 999px;
  background: var(--theme-header-chip-bg);
  color: var(--theme-header-chip-text);
  box-shadow: var(--theme-shadow-soft);
  font-size: .88rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: transform .22s ease, background .22s ease, border-color .22s ease, color .22s ease, box-shadow .22s ease;
}

.theme-toggle:hover {
  transform: translateY(-1px);
  background: var(--theme-header-chip-hover);
}

.theme-toggle__icons {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
}

.theme-toggle__icon {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity .22s ease, transform .22s ease;
}

.theme-toggle__icon svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.theme-toggle[data-theme-mode='light'] .theme-toggle__icon--sun,
.theme-toggle[data-theme-mode='dark'] .theme-toggle__icon--moon {
  opacity: 1;
  transform: scale(1);
}

.theme-toggle[data-theme-mode='light'] .theme-toggle__icon--moon,
.theme-toggle[data-theme-mode='dark'] .theme-toggle__icon--sun {
  opacity: 0;
  transform: scale(.7);
}

.theme-toggle__label {
  white-space: nowrap;
}

.theme-toggle--compact {
  width: 2.85rem;
  min-width: 2.85rem;
  padding-inline: 0;
}

.theme-toggle--panel {
  width: 100%;
  justify-content: flex-start;
}

.theme-toggle--auth {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 120;
  display: none;
}

body.auth-standalone-page .theme-toggle--auth {
  display: inline-flex;
}

:is(a, button)[class~="bg-moss"],
:is(a, button).soft-button[class~="bg-moss"],
.tone-tab {
  color: #fff;
  background: linear-gradient(135deg, var(--moss), #3d7256);
  border-color: rgba(49, 92, 69, .18);
  box-shadow: 0 12px 30px rgba(49, 92, 69, .16);
}

:is(a, button)[class~="bg-white"] {
  color: var(--moss);
  background: rgba(255,255,255,.92);
}

:is(a, button)[class~="bg-mint"] {
  color: var(--moss);
  background: rgba(221,235,221,.88);
}

:is(a, button)[class~="bg-sand"] {
  color: var(--moss);
  background: rgba(237,226,203,.9);
}

:is(a, button)[class~="bg-red-50"] {
  color: #b91c1c;
  background: #fef2f2;
}

:is(a, button)[class*="rounded-2xl"],
:is(a, button)[class*="rounded-xl"] {
  border-color: rgba(49, 92, 69, .12);
  box-shadow: 0 12px 30px rgba(49, 92, 69, .08);
}

.tone-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  padding: .8rem 1rem;
  font-size: .92rem;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}

.tone-tab:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #274b38, var(--moss));
}

.tone-tab-active {
  background: linear-gradient(135deg, #23412f, #2d563f);
  color: #fff;
  box-shadow: 0 16px 36px rgba(49, 92, 69, .24);
}

.hero-banner-shell {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 0;
  max-height: none;
  background: transparent;
  box-shadow: none;
}

.hero-banner-media {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  min-height: 0;
  border-radius: 2rem;
  background: transparent;
}

.hero-banner-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  height: 100%;
  padding: 2rem;
  text-align: center;
  border-radius: 2rem;
  background:
    linear-gradient(135deg, rgba(255,255,255,.85), rgba(221,235,221,.6)),
    repeating-linear-gradient(45deg, rgba(49,92,69,.04) 0 18px, rgba(255,255,255,.45) 18px 36px);
}

.hero-banner-cta-layer {
  position: absolute;
  inset-inline-start: clamp(1.25rem, 6vw, 5.5rem);
  inset-block-end: clamp(1.5rem, 5vw, 3.25rem);
  z-index: var(--hero-cta-layer-z);
  width: max-content;
  max-width: min(calc(100% - 2rem), 30rem);
}

.hero-banner-cta-layer--home {
  inset-inline-start: auto;
  inset-inline-end: clamp(1.25rem, 6vw, 5.5rem);
}

.hero-cta-stack {
  display: inline-flex;
  flex-wrap: wrap;
  gap: .9rem;
  align-items: stretch;
  max-width: 100%;
}

.home-hero-section__actions {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

.hero-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  min-height: 3.7rem;
  padding: .95rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 18px 34px var(--hero-cta-shadow);
  transition: transform .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease, border-color .24s ease;
}

.hero-cta-button__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .2rem;
  line-height: 1.1;
}

.hero-cta-button__subtitle {
  font-size: .76rem;
  font-weight: 700;
  opacity: .82;
  white-space: normal;
}

.hero-cta-button:hover {
  box-shadow: 0 22px 38px rgba(36, 51, 44, .18);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-cta-button:hover {
    transform: translateY(-2px);
  }
}

.hero-cta-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  flex-shrink: 0;
}

.hero-cta-button__icon svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-cta-button--primary {
  background: linear-gradient(135deg, #23412f 0%, #315c45 100%);
  color: #fff;
}

.hero-cta-button--primary .hero-cta-button__icon {
  background: rgba(255, 255, 255, .14);
}

.hero-cta-button--secondary {
  border-color: rgba(var(--accent-gold-rgb), .45);
  background: rgba(255, 250, 243, .88);
  color: var(--moss);
}

.hero-cta-button--secondary .hero-cta-button__icon {
  background: rgba(var(--accent-gold-rgb), .1);
  color: #9b6a25;
}

.homepage-media-preview {
  overflow: hidden;
  min-height: 20rem;
  border: 1px dashed rgba(49, 92, 69, .18);
  border-radius: 1.8rem;
  background: rgba(255,255,255,.78);
}

.homepage-media-preview__asset {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 20rem;
  object-fit: cover;
  object-position: center;
  background: #fff;
}

.homepage-media-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20rem;
  padding: 2rem;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(221,235,221,.65)),
    repeating-linear-gradient(45deg, rgba(49,92,69,.04) 0 18px, rgba(255,255,255,.5) 18px 36px);
}

.brand-logo {
  object-fit: contain;
}

.homepage-logo-preview {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 9rem;
  border: 1px dashed rgba(49, 92, 69, .18);
  border-radius: 1.8rem;
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(221,235,221,.42)),
    repeating-linear-gradient(45deg, rgba(49,92,69,.035) 0 18px, rgba(255,255,255,.5) 18px 36px);
  padding: 1.25rem;
}

.homepage-logo-preview__frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 7.5rem;
  height: 7.5rem;
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 1.5rem;
  background: rgba(255,255,255,.9);
  box-shadow: 0 14px 30px rgba(49, 92, 69, .08);
  padding: .75rem;
}

.homepage-logo-preview__asset {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.adrek-paths {
  position: relative;
}
.adrek-paths__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
  color: var(--moss);
}
.adrek-paths__title {
  margin: 0;
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: -.02em;
}
.adrek-paths__ornament {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: min(7.5rem, 22vw);
  height: .7rem;
}
.adrek-paths__ornament::before {
  content: '';
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 128, 42, .8), transparent);
}
.adrek-paths__ornament::after {
  content: '';
  position: absolute;
  left: 50%;
  width: .45rem;
  height: .45rem;
  border-radius: 999px;
  background: #b8802a;
  box-shadow: 0 0 0 .28rem rgba(184, 128, 42, .1);
  transform: translateX(-50%);
}
.adrek-paths__grid {
  direction: rtl;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.adrek-path-card {
  --adrek-path-badge-size: 1.85rem;
  --adrek-path-badge-offset: 1rem;
  position: relative;
  direction: ltr;
  display: grid;
  grid-template-columns: 5.1rem minmax(0, 1fr);
  align-items: center;
  min-height: 10.9rem;
  overflow: hidden;
  border: 1px solid rgba(49, 92, 69, .08);
  border-radius: 1.15rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(250, 247, 239, .88)),
    var(--cream);
  box-shadow: 0 14px 34px rgba(49, 92, 69, .09), inset 0 1px 0 rgba(255, 255, 255, .8);
  padding: 1.25rem 1.3rem;
  width: 100%;
  appearance: none;
  cursor: pointer;
  text-align: right;
  color: inherit;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.adrek-path-card:hover {
  transform: translateY(-4px);
  border-color: rgba(184, 128, 42, .22);
  box-shadow: 0 18px 42px rgba(49, 92, 69, .13);
}
.adrek-path-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(184, 128, 42, .28);
  box-shadow: 0 0 0 3px rgba(221, 235, 221, .9), 0 18px 42px rgba(49, 92, 69, .13);
  outline: none;
}
.adrek-path-card--business {
  border-color: rgba(166, 124, 50, .2);
  background:
    radial-gradient(circle at top left, rgba(214, 184, 116, .2), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(252, 247, 235, .95));
  box-shadow: 0 18px 40px rgba(86, 63, 23, .12), inset 0 1px 0 rgba(255, 255, 255, .85);
}
.adrek-path-card--business .adrek-path-card__badge {
  background: linear-gradient(135deg, #9d6b21, #d6b15b);
  box-shadow: 0 10px 22px rgba(157, 107, 33, .28);
}
.adrek-path-card--business .adrek-path-card__icon {
  background: linear-gradient(160deg, rgba(255, 250, 239, .98), rgba(242, 226, 190, .88));
  color: #8a5b18;
}
.adrek-path-card--business .adrek-path-card__content h3 {
  color: #6d4713;
}
.adrek-path-card__badge {
  position: absolute;
  inset-block-start: var(--adrek-path-badge-offset);
  inset-inline-end: var(--adrek-path-badge-offset);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--adrek-path-badge-size);
  height: var(--adrek-path-badge-size);
  border-radius: 999px;
  background: linear-gradient(135deg, #c8923b, #a96f22);
  color: #fff;
  font-size: .95rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(184, 128, 42, .25);
}
.adrek-path-card__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.65rem;
  height: 4.65rem;
  justify-self: center;
  border-radius: 1.1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .75);
  background: linear-gradient(160deg, rgba(255, 255, 255, .96), rgba(221, 235, 221, .72));
  box-shadow: 0 12px 26px rgba(49, 92, 69, .12);
  color: var(--moss);
}
.adrek-path-card__icon-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.92) contrast(1.03) brightness(.96);
}
.adrek-path-card__icon .adrek-paths__svg {
  width: 2rem;
  height: 2rem;
}
.business-path-emblem {
  position: absolute;
  inset-inline-end: .28rem;
  inset-block-end: .28rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #8d631f, #d9b767);
  color: #fffaf0;
  box-shadow: 0 10px 20px rgba(125, 89, 23, .24);
  backdrop-filter: blur(8px);
}
.business-path-emblem .adrek-paths__svg {
  width: .95rem;
  height: .95rem;
}
.adrek-path-card__content {
  direction: rtl;
  padding-block-start: calc(var(--adrek-path-badge-size) + .35rem);
  padding-inline-end: calc(var(--adrek-path-badge-size) + .8rem);
}
.adrek-path-card__content h3 {
  margin: 0;
  max-width: 14rem;
  font-size: clamp(1.05rem, 1.4vw, 1.32rem);
  font-weight: 900;
  line-height: 1.65;
  color: var(--moss);
}
.adrek-path-card__content p {
  margin: .45rem 0 0;
  max-width: 18rem;
  color: rgba(36, 51, 44, .72);
  font-size: .94rem;
  font-weight: 600;
  line-height: 1.9;
}
.adrek-paths__svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.adrek-paths__svg path[fill] {
  stroke: none;
}
.adrek-paths__strip {
  direction: rtl;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid rgba(49, 92, 69, .08);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 16px 36px rgba(49, 92, 69, .08), inset 0 1px 0 rgba(255, 255, 255, .78);
  backdrop-filter: blur(10px);
}
.adrek-paths__strip-item {
  position: relative;
  display: grid;
  grid-template-columns: 3.15rem minmax(0, 1fr);
  gap: .85rem;
  align-items: center;
  padding: 1.05rem 1.15rem;
  text-align: right;
}
.adrek-paths__strip-item + .adrek-paths__strip-item {
  border-inline-start: 1px solid rgba(184, 128, 42, .25);
}
.adrek-paths__strip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(184, 128, 42, .26);
  border-radius: 999px;
  color: var(--moss);
  background: linear-gradient(135deg, rgba(221, 235, 221, .55), rgba(255, 255, 255, .78));
}
.adrek-paths__strip-icon .adrek-paths__svg {
  width: 1.85rem;
  height: 1.85rem;
}
.adrek-paths__strip-item h3 {
  margin: 0;
  color: var(--moss);
  font-size: .98rem;
  font-weight: 900;
}
.adrek-paths__strip-item p {
  margin: .25rem 0 0;
  color: rgba(36, 51, 44, .68);
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.75;
}

.path-detail {
  display: grid;
  gap: 1.5rem;
}

.path-detail__hero,
.path-detail__section {
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 2rem;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 18px 42px rgba(49, 92, 69, .08);
  backdrop-filter: blur(14px);
}

.path-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(19rem, .85fr);
  gap: 1.5rem;
  padding: 1.75rem;
}

.path-detail__hero-copy {
  display: grid;
  gap: 1rem;
}

.path-detail__hero-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  padding: .5rem .95rem;
  background: rgba(221, 235, 221, .82);
  color: var(--moss);
  font-size: .76rem;
  font-weight: 900;
}

.path-detail__hero-lead {
  margin: 0;
  color: rgba(36, 51, 44, .72);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 2;
}

.path-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.path-detail__meta span,
.path-detail__specialist-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .55rem .85rem;
  background: rgba(249, 245, 236, .95);
  color: var(--moss);
  font-size: .8rem;
  font-weight: 800;
}

.path-detail__cta,
.path-detail__specialist-actions,
.path-detail__specialists-head {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
  justify-content: space-between;
}

.path-detail__primary-action,
.path-detail__ghost-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  border-radius: 1rem;
  padding: .85rem 1.25rem;
  font-size: .95rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.path-detail__primary-action {
  border: 0;
  background: var(--moss);
  color: #fff;
  box-shadow: 0 16px 30px rgba(49, 92, 69, .18);
}

.path-detail__ghost-action {
  border: 1px solid rgba(49, 92, 69, .12);
  background: rgba(255, 255, 255, .92);
  color: var(--moss);
}

.path-detail__primary-action:hover,
.path-detail__primary-action:focus-visible,
.path-detail__ghost-action:hover,
.path-detail__ghost-action:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.path-detail__primary-action--compact {
  min-height: 2.9rem;
}

.path-detail__hero-visual {
  display: flex;
  align-items: stretch;
}

.path-detail__hero-card {
  width: 100%;
  display: grid;
  gap: 1rem;
  align-content: space-between;
  border-radius: 1.6rem;
  padding: 1.2rem;
  background:
    radial-gradient(circle at top left, rgba(221, 235, 221, .7), transparent 35%),
    linear-gradient(165deg, rgba(255, 255, 255, .96), rgba(248, 244, 235, .92));
  border: 1px solid rgba(49, 92, 69, .08);
}

.path-detail__hero-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 1.6rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .8);
  box-shadow: 0 14px 28px rgba(49, 92, 69, .12);
  color: var(--moss);
}

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

.path-detail__hero-icon .adrek-paths__svg {
  width: 2.5rem;
  height: 2.5rem;
}

.path-detail__hero-card-copy {
  display: grid;
  gap: .45rem;
}

.path-detail__hero-card-copy strong {
  color: var(--moss);
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1.15rem;
  line-height: 1.8;
}

.path-detail__hero-card-copy span,
.path-detail__specialists-copy {
  color: rgba(36, 51, 44, .66);
  line-height: 1.9;
}

.path-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(18rem, .82fr);
  gap: 1.5rem;
  align-items: start;
}

.path-detail__article,
.path-detail__aside {
  display: grid;
  gap: 1.5rem;
}

.path-detail__section {
  padding: 1.45rem;
}

.path-detail__section--cta {
  background:
    radial-gradient(circle at top right, rgba(184, 128, 42, .12), transparent 30%),
    rgba(255, 255, 255, .9);
}

.path-detail__section--specialists {
  display: grid;
  gap: 1.2rem;
}

.path-detail__section-title {
  margin: 0 0 .9rem;
  color: var(--moss);
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.8;
}

.path-detail__copy {
  display: grid;
  gap: .85rem;
}

.path-detail__copy p {
  margin: 0;
  color: rgba(36, 51, 44, .74);
  line-height: 2;
  font-size: 1rem;
}

.path-detail__list,
.path-detail__steps {
  margin: 0;
  padding: 0;
  display: grid;
  gap: .85rem;
  list-style: none;
}

.path-detail__list li,
.path-detail__steps li {
  position: relative;
  padding-inline-start: 1.35rem;
  color: rgba(36, 51, 44, .74);
  line-height: 1.95;
  font-weight: 700;
}

.path-detail__list li::before,
.path-detail__steps li::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: .7rem;
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #c8923b, #315c45);
}

.path-detail__steps {
  counter-reset: detail-step;
}

.path-detail__steps li {
  padding-inline-start: 3.2rem;
}

.path-detail__steps li::before {
  counter-increment: detail-step;
  content: counter(detail-step);
  inset-block-start: 0;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .85rem;
  font-weight: 900;
}

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

.path-detail__specialist-card,
.path-detail__empty {
  border: 1px solid rgba(49, 92, 69, .08);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, .94);
  padding: 1.15rem;
}

.path-detail__specialist-head {
  display: flex;
  gap: .9rem;
  align-items: center;
}

.path-detail__specialist-avatar {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
}

.path-detail__specialist-summary {
  min-width: 0;
  flex: 1;
}

.path-detail__specialist-meta {
  display: flex;
  gap: .6rem;
  align-items: center;
  justify-content: space-between;
}

.path-detail__specialist-meta h3,
.path-detail__empty h3 {
  margin: 0;
  color: var(--moss);
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}

.path-detail__specialist-meta span,
.path-detail__specialist-summary p,
.path-detail__specialist-bio,
.path-detail__empty p {
  color: rgba(36, 51, 44, .66);
}

.path-detail__specialist-summary p,
.path-detail__specialist-bio,
.path-detail__empty p {
  margin: .25rem 0 0;
  line-height: 1.85;
}

.path-detail__specialist-notes,
.path-detail__specialist-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: .85rem;
}

.path-detail__specialist-notes span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .45rem .75rem;
  background: rgba(221, 235, 221, .58);
  color: var(--moss);
  font-size: .78rem;
  font-weight: 800;
}

.path-detail__empty {
  display: grid;
  gap: .8rem;
  justify-items: start;
}

.path-detail--business .path-detail__hero,
.path-detail--business .path-detail__section {
  border-color: rgba(166, 124, 50, .22);
  box-shadow: 0 20px 44px rgba(86, 63, 23, .1);
}

.path-detail--business .path-detail__hero-badge,
.path-detail--business .path-detail__meta span,
.path-detail--business .path-detail__specialist-tags span {
  background: rgba(245, 233, 205, .9);
  color: #7b5320;
}

.path-detail--business .path-detail__primary-action {
  background: linear-gradient(135deg, #7d5920, #b78733);
  box-shadow: 0 16px 30px rgba(125, 89, 32, .2);
}

.path-detail--business .path-detail__ghost-action {
  border-color: rgba(125, 89, 32, .16);
  color: #7b5320;
}

.discovery-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(183,121,91,.22);
  background: linear-gradient(135deg, #fff9eb, rgba(237,226,203,.95));
  color: var(--moss);
}
.discovery-cta::after {
  content: '';
  position: absolute;
  inset-inline-start: 1rem;
  top: 50%;
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  background: var(--clay);
  box-shadow: 0 0 0 .45rem rgba(183,121,91,.12);
  transform: translateY(-50%);
}

.contact-card {
  background:
    radial-gradient(circle at top right, rgba(var(--accent-gold-rgb), .12), transparent 34%),
    linear-gradient(135deg, var(--theme-surface-elevated), var(--theme-surface-muted));
}

.whatsapp-action {
  background: linear-gradient(135deg, #1f7a4f, #25d366) !important;
  color: #fff !important;
}

.whatsapp-inline-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
}

.whatsapp-inline-label__icon {
  display: inline-flex;
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 1.15rem;
}

.whatsapp-inline-label__icon svg {
  width: 100%;
  height: 100%;
}

.reveal {
  animation: revealUp .75s cubic-bezier(.2,.8,.2,1) both;
  content-visibility: auto;
  contain-intrinsic-size: 1px 320px;
}
.reveal-delay-1 { animation-delay: .08s; }
.reveal-delay-2 { animation-delay: .16s; }
.reveal-delay-3 { animation-delay: .24s; }
.reveal-delay-4 { animation-delay: .32s; }

@keyframes revealUp {
  from { opacity: 0; transform: translateY(24px) scale(.98); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes floatOrb {
  0%,100% { transform: translate3d(0,0,0) scale(1); }
  50% { transform: translate3d(22px,-18px,0) scale(1.06); }
}
.float-orb, .float-orb-delayed { will-change: transform; }
.float-orb { animation: floatOrb 9s ease-in-out infinite; }
.float-orb-delayed { animation: floatOrb 12s ease-in-out infinite reverse; }

.hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.82);
  background: linear-gradient(135deg, rgba(255,255,255,.86), rgba(221,235,221,.58));
  box-shadow: 0 28px 80px rgba(49, 92, 69, .18);
}
.hero-card::before {
  content: '';
  position: absolute;
  inset: -2px;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,.85), transparent 64%);
  transform: translateX(110%);
  animation: sheen 5.5s ease-in-out infinite;
}
@keyframes sheen { 0%, 45% { transform: translateX(115%); } 70%,100% { transform: translateX(-115%); } }

.breath-ring {
  animation: breathe 4.5s ease-in-out infinite;
  transform-origin: center;
}
@keyframes breathe {
  0%,100% { transform: scale(.93); opacity: .55; }
  50% { transform: scale(1.05); opacity: .9; }
}

.card-hover {
  content-visibility: auto;
  contain-intrinsic-size: 1px 260px;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, background .35s ease;
}
.card-hover:hover { transform: translateY(-8px); box-shadow: 0 28px 70px rgba(49, 92, 69, .16); border-color: rgba(138, 170, 121, .48); }

.soft-button { transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.soft-button:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(49, 92, 69, .18); }

.hero-chip {
  animation: chipFloat 5.5s ease-in-out infinite;
  will-change: transform;
}

@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.pulse-card {
  animation: pulseLift 7s ease-in-out infinite;
  will-change: transform;
}

@keyframes pulseLift {
  0%, 100% { transform: translateY(0); box-shadow: 0 16px 32px rgba(49, 92, 69, .08); }
  50% { transform: translateY(-7px); box-shadow: 0 24px 48px rgba(49, 92, 69, .14); }
}

.marquee-shell {
  overflow: hidden;
}

.marquee-track {
  display: flex;
  gap: .9rem;
  width: max-content;
  min-width: 100%;
  animation: marqueeFlow 26s linear infinite;
  will-change: transform;
}

.motion-pill {
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(49, 92, 69, .08);
}

@keyframes marqueeFlow {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.floating-insight {
  animation: insightFloat 8s ease-in-out infinite;
}

.floating-insight:nth-child(2) { animation-delay: .8s; }

@keyframes insightFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

.progress-wave {
  background: linear-gradient(90deg, var(--moss), var(--sage), #d0ba88, var(--moss));
  background-size: 220% 100%;
  animation: progressWave 4s ease infinite;
}
@keyframes progressWave { 0%,100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }

.path-line {
  background-image: linear-gradient(to bottom, rgba(49,92,69,.22) 50%, transparent 0);
  background-position: right;
  background-size: 2px 12px;
  background-repeat: repeat-y;
}

input, select, textarea, button { font: inherit; }
.table-action { transition: transform .22s ease, box-shadow .22s ease; }
.table-action:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(49, 92, 69, .12); }

.modal-backdrop { background: rgba(23, 35, 29, .42); backdrop-filter: blur(10px); }

.admin-dashboard {
  display: grid;
  grid-template-columns: minmax(18.5rem, 20.5rem) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  max-width: var(--page-shell-max-width);
  margin: 0 auto;
  padding: var(--page-top-gap) 1.5rem 2rem;
}
.admin-sidebar {
  position: sticky;
  top: calc(var(--site-header-offset) + var(--page-top-gap));
  align-self: start;
  min-height: calc(100vh - var(--site-header-offset) - var(--page-top-gap));
  max-height: calc(100vh - var(--site-header-offset) - var(--page-top-gap));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(138,170,121,.2), transparent 34%),
    linear-gradient(180deg, #082f2a, #123f32 58%, #082f2a);
  color: #fff;
  box-shadow: 0 26px 70px rgba(8, 47, 42, .24);
}
.admin-sidebar__brand {
  display: flex;
  align-items: center;
  gap: .9rem;
  padding: 1.25rem;
  color: #fff;
}
.admin-sidebar__brand b {
  display: block;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1.25rem;
}
.admin-sidebar__brand small {
  display: block;
  margin-top: .2rem;
  color: rgba(255,255,255,.62);
  font-weight: 700;
}
.admin-sidebar__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 1.2rem;
  background: rgba(255,255,255,.95);
  padding: .4rem;
}
.admin-sidebar__nav {
  display: grid;
  flex: 1 1 auto;
  min-height: 0;
  gap: .45rem;
  overflow-y: auto;
  padding: .45rem 1rem 1rem;
  scrollbar-gutter: stable;
  overscroll-behavior: contain;
}
.admin-sidebar__link,
.admin-sidebar__logout {
  display: flex;
  align-items: center;
  gap: .75rem;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 1rem;
  padding: .9rem 1rem;
  color: rgba(255,255,255,.78);
  background: transparent;
  font-weight: 800;
  text-align: right;
  transition: background .22s ease, color .22s ease, transform .22s ease, border-color .22s ease;
}
.admin-sidebar__link:hover,
.admin-sidebar__logout:hover,
.admin-sidebar__link--active {
  transform: translateX(-2px);
  border-color: rgba(255,255,255,.13);
  background: rgba(255,255,255,.12);
  color: #fff;
}
.admin-sidebar__link--active {
  box-shadow: inset -4px 0 0 #d6b46b;
}
.admin-sidebar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: .8rem;
  background: rgba(255,255,255,.1);
}
.admin-sidebar__footer {
  margin-top: auto;
  display: grid;
  gap: .5rem;
  border-top: 1px solid rgba(255,255,255,.12);
  padding: .9rem;
}
.admin-sidebar__logout {
  color: #fecaca;
}
.admin-main {
  display: grid;
  align-content: start;
  gap: 1.25rem;
  min-width: 0;
}
.admin-main__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 2rem;
  background: rgba(255,255,255,.72);
  box-shadow: 0 20px 50px rgba(49,92,69,.1);
  padding: 1.25rem;
}
.admin-main__header h1 {
  margin: .55rem 0 .25rem;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 900;
  color: var(--moss);
}
.admin-main__header p {
  color: rgba(36,51,44,.62);
  font-weight: 700;
}
.admin-main__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}
.floating-support {
  position: fixed;
  inset-inline-start: 1rem;
  bottom: 1rem;
  z-index: 55;
  display: grid;
  gap: .6rem;
}
.floating-support__button {
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #23412f, var(--moss));
  color: #fff;
  box-shadow: var(--theme-shadow-soft);
  padding: .85rem 1.1rem;
  font-weight: 900;
}
.floating-support__button--whatsapp {
  background: linear-gradient(135deg, #128c4a, #25d366);
}
.floating-support__button--admin {
  background: linear-gradient(135deg, #23412f, var(--moss));
  color: #fff;
}

@media (max-width: 768px) {
  .auth-entry {
    padding: 1rem;
  }
  .auth-entry__shell {
    grid-template-columns: 1fr;
    border-radius: 1.6rem;
  }
  .auth-entry__main,
  .auth-entry__aside {
    padding: 1.3rem;
  }
  .auth-entry__aside {
    border-inline-start: 0;
    border-top: 1px solid rgba(255,255,255,.72);
  }
  .adrek-paths__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .adrek-path-card {
    min-height: 10rem;
  }
  .adrek-paths__strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .adrek-paths__strip-item:nth-child(3) {
    border-inline-start: 0;
  }
  .adrek-paths__strip-item:nth-child(n+3) {
    border-top: 1px solid rgba(184, 128, 42, .2);
  }
  .path-detail__hero,
  .path-detail__layout {
    grid-template-columns: 1fr;
  }
  .path-detail__specialists-grid {
    grid-template-columns: 1fr;
  }
  .site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.75rem;
    padding-block: 2rem;
  }
  .site-footer__column {
    padding-inline-start: 0;
    border-inline-start: 0;
  }
  .site-footer__bottom {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  #navLinks {
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
  }
  .site-header__frame {
    padding: .75rem 1rem;
  }
  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    min-height: 4.15rem;
  }
  .site-header__brand-link {
    gap: .7rem;
  }
  .site-header__brand-tagline {
    display: none;
  }
  .site-header__menu {
    position: absolute;
    top: calc(100% + .65rem);
    inset-inline: 1rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(49, 92, 69, .1);
    border-radius: 1.25rem;
    background: rgba(251, 247, 237, .98);
    box-shadow: 0 18px 36px rgba(49, 92, 69, .14);
  }
  .site-header__nav-shell {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-header__mobile-panel {
    display: grid;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(49, 92, 69, .08);
  }
  .page-shell {
    padding: .85rem 1rem 1.4rem;
  }
  .admin-dashboard {
    grid-template-columns: 1fr;
    padding: .85rem 1rem 1.4rem;
  }
  .admin-sidebar {
    position: relative;
    top: auto;
    min-height: auto;
    max-height: none;
  }
  .admin-sidebar__nav {
    max-height: 18rem;
  }
  .admin-main__header {
    display: grid;
  }
  .nav-link {
    width: 100%;
    justify-content: flex-start;
    padding: .95rem 0;
    border-bottom: 1px solid rgba(49, 92, 69, .08);
  }
  .nav-link:last-child {
    border-bottom: 0;
  }
  .nav-link::after {
    inset-inline: auto;
    inset-inline-start: 0;
    width: 1.75rem;
    bottom: .45rem;
  }
  .site-header__mobile-cta-group .site-header__cta {
    width: 100%;
    justify-content: space-between;
  }
  .hero-cta-stack > a,
  .hero-cta-stack > button { width: 100%; }
  .card-hover:hover { transform: translateY(-3px); }
}

@media (max-width: 1023px) {
  #navLinks {
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
  }
  .site-header__frame {
    padding: .75rem 1rem;
  }
  .site-header__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    min-height: 4.15rem;
  }
  .site-header__brand {
    padding-inline-end: 0;
    border-inline-end: 0;
  }
  .site-header__brand-link {
    gap: .7rem;
  }
  .site-header__brand-tagline {
    display: none;
  }
  .site-header__menu {
    position: absolute;
    top: calc(100% + .65rem);
    inset-inline: 1rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid rgba(49, 92, 69, .1);
    border-radius: 1.25rem;
    background: rgba(251, 247, 237, .98);
    box-shadow: 0 18px 36px rgba(49, 92, 69, .14);
    padding-inline: 1rem;
  }
  .site-header__nav-shell {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-header__mobile-panel {
    display: grid;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(49, 92, 69, .08);
  }
  .nav-link {
    width: 100%;
    justify-content: flex-start;
    padding: .95rem 0;
    border-bottom: 1px solid rgba(49, 92, 69, .08);
  }
  .nav-link:last-child {
    border-bottom: 0;
  }
  .nav-link::after {
    inset-inline: auto;
    inset-inline-start: 0;
    width: 1.75rem;
    bottom: .45rem;
  }
  .site-header__mobile-cta-group .site-header__cta {
    width: 100%;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .site-header__inner {
    gap: 1rem;
  }
  .site-header__menu {
    padding-inline: 1rem;
  }
  .site-header__nav-shell {
    gap: .85rem;
  }
  .site-header__brand-tagline {
    display: none;
  }
  .site-header__actions {
    gap: .8rem;
    padding-inline-start: 1rem;
  }
  .site-header__auth {
    gap: .75rem;
  }
  .site-header__cta-group {
    gap: .55rem;
  }
  .site-header__cta {
    padding-inline: 1rem;
    font-size: .88rem;
  }
  .nav-link {
    font-size: .92rem;
  }
}

@media (min-width: 640px) {
  .site-header__frame {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .site-header__frame {
    padding-inline: 2rem;
  }
  .site-header__menu {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .site-header__nav-shell {
    justify-content: center;
  }
  .nav-link {
    padding-inline: 0;
  }
}

@media (max-width: 640px) {
  .site-header__frame {
    padding-inline: .9rem;
  }
  .site-header__menu {
    inset-inline: .75rem;
  }
  .site-header__brand-name {
    font-size: 1.02rem;
  }
  .site-header__logo-mark {
    width: 2.85rem;
    height: 2.85rem;
  }
  .site-header__lang--compact {
    padding-inline: .65rem;
  }
  .hero-banner-cta-layer {
    inset-inline: 1rem;
    inset-block-end: 1rem;
    width: auto;
    max-width: none;
  }
  .hero-cta-stack {
    display: flex;
    flex-wrap: wrap;
  }
  .hero-cta-button {
    width: 100%;
    justify-content: space-between;
    min-height: 3.45rem;
    padding-inline: 1.15rem;
    font-size: .95rem;
  }
  .auth-entry__title {
    font-size: 1.6rem;
  }
  .auth-entry__brand {
    align-items: flex-start;
  }
  .homepage-logo-preview {
    display: grid;
    justify-items: center;
    text-align: center;
  }
  .homepage-logo-preview__frame {
    width: 6rem;
    height: 6rem;
  }
  .adrek-paths {
    padding-bottom: 2.5rem;
  }
  .adrek-paths__heading {
    gap: .6rem;
    margin-bottom: 1rem;
  }
  .adrek-paths__ornament {
    width: min(4.6rem, 18vw);
  }
  .adrek-paths__grid {
    grid-template-columns: 1fr;
  }
  .adrek-path-card {
    grid-template-columns: 4.6rem minmax(0, 1fr);
    min-height: auto;
    padding: 1.1rem;
  }
  .adrek-path-card__icon {
    width: 4.2rem;
    height: 4.2rem;
  }
  .adrek-path-card__content h3,
  .adrek-path-card__content p {
    max-width: none;
  }
  .adrek-paths__strip {
    grid-template-columns: 1fr;
  }
  .adrek-paths__strip-item,
  .adrek-paths__strip-item:nth-child(3) {
    border-inline-start: 0;
  }
  .adrek-paths__strip-item + .adrek-paths__strip-item {
    border-top: 1px solid rgba(184, 128, 42, .2);
  }
  .path-detail__hero,
  .path-detail__section {
    border-radius: 1.5rem;
  }
  .path-detail__hero,
  .path-detail__section,
  .path-detail__specialist-card,
  .path-detail__empty {
    padding: 1.15rem;
  }
  .path-detail__cta,
  .path-detail__specialists-head,
  .path-detail__specialist-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .path-detail__primary-action,
  .path-detail__ghost-action {
    width: 100%;
  }
  .path-detail__steps li {
    padding-inline-start: 2.8rem;
  }
  .path-detail__hero-icon {
    width: 5.2rem;
    height: 5.2rem;
  }
  .site-footer__inner {
    grid-template-columns: 1fr;
    padding-inline: 1.25rem;
  }
  .site-footer__brand,
  .site-footer__column {
    text-align: right;
  }
  .site-footer__socials {
    justify-content: flex-end;
  }
  .site-footer__text {
    max-width: none;
  }
  .site-footer__bottom {
    display: grid;
    justify-items: center;
    padding-inline: 1.25rem;
  }
  .marquee-track { animation-duration: 18s; }
  .tone-tab { width: 100%; }
  .hero-banner-shell {
    min-height: 0;
    max-height: none;
  }
  .hero-banner-media,
  .hero-banner-placeholder {
    height: auto;
  }
  .hero-card { border-radius: 1.75rem; }
  .discovery-cta::after { inset-inline-start: .75rem; }
}

@media (max-height: 500px) {
  .hero-banner-shell {
    min-height: 0;
    max-height: none;
  }

  .hero-banner-media,
  .hero-banner-placeholder {
    height: auto;
  }
}

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

.hero-banner-copy-layer {
  position: absolute;
  inset-inline-start: clamp(1rem, 4vw, 3rem);
  bottom: clamp(1rem, 4vw, 2.5rem);
  max-width: min(36rem, calc(100% - 2rem));
  padding: 1.25rem 1.4rem;
  border-radius: 1.6rem;
  background: rgba(251, 247, 237, .84);
  box-shadow: 0 20px 44px rgba(49, 92, 69, .15);
  backdrop-filter: blur(16px);
}

.hero-banner-copy__eyebrow {
  display: inline-flex;
  border-radius: 999px;
  padding: .45rem .8rem;
  background: rgba(221, 235, 221, .95);
  color: var(--moss);
  font-size: .76rem;
  font-weight: 900;
}

.hero-banner-copy__title {
  margin: .9rem 0 .35rem;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  line-height: 1.5;
  color: var(--moss);
}

.hero-banner-copy__text {
  margin: 0;
  color: rgba(36, 51, 44, .75);
  line-height: 2;
}

.program-card__media,
.admin-program-preview__media {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  min-height: 13rem;
  background: linear-gradient(135deg, rgba(221,235,221,.85), rgba(237,226,203,.72));
}

.program-card__media .rounded-full,
.admin-program-preview__media .rounded-full {
  position: absolute;
  inset-inline-end: .8rem;
  bottom: .8rem;
  z-index: 2;
}

.program-card__media-image,
.admin-program-preview__image {
  width: 100%;
  height: 100%;
  min-height: 13rem;
  object-fit: cover;
  display: block;
}

.program-card__media-fallback,
.admin-program-preview__image--empty {
  min-height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--moss);
  font-size: 3rem;
  font-weight: 900;
}

.coach-card__avatar {
  width: 5.25rem;
  height: 5.25rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.6rem;
  background: linear-gradient(135deg, rgba(221,235,221,.9), rgba(237,226,203,.9));
  color: var(--moss);
  font-size: 1.8rem;
  font-weight: 900;
}

.specialist-card__avatar-stack {
  position: relative;
  display: inline-flex;
  align-self: flex-start;
  overflow: visible;
}

.specialist-share-menu {
  position: absolute;
  top: -.35rem;
  inset-inline-end: -.35rem;
  z-index: 5;
}

.specialist-share-menu__trigger {
  list-style: none;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(49, 92, 69, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 30px rgba(49, 92, 69, .14);
  color: var(--moss);
  cursor: pointer;
}

.specialist-share-menu__trigger::-webkit-details-marker {
  display: none;
}

.specialist-share-menu__trigger span {
  font-size: 1.2rem;
  line-height: 1;
}

.specialist-share-menu__panel {
  position: absolute;
  top: calc(100% + .5rem);
  inset-inline-end: 0;
  min-width: min(16rem, calc(100vw - 3rem));
  display: grid;
  gap: .55rem;
  padding: .8rem;
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 42px rgba(49, 92, 69, .16);
}

html[dir='rtl'] .specialist-share-menu__panel {
  inset-inline-end: auto;
  inset-inline-start: 0;
}

.specialist-share-menu__input {
  width: 100%;
  border: 1px solid rgba(49, 92, 69, .12);
  border-radius: .9rem;
  padding: .7rem .8rem;
  background: rgba(245, 249, 245, .96);
  color: var(--moss);
  font-size: .8rem;
  text-align: left;
}

.specialist-share-menu__action {
  border: 0;
  border-radius: .9rem;
  padding: .72rem .9rem;
  background: var(--moss);
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
  cursor: pointer;
}

.coach-card__avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.specialists-directory-page {
  max-width: min(100%, 40rem);
  margin: 0 auto;
  padding-top: .35rem;
}

.specialists-directory {
  direction: rtl;
  position: relative;
  max-width: 32rem;
  margin: 0 auto;
  display: grid;
  gap: .8rem;
  isolation: isolate;
}

.specialists-directory--expanded {
  max-width: min(100%, 72rem);
  gap: 1rem;
}

.specialists-directory::before {
  content: '';
  position: absolute;
  left: -3.4rem;
  top: 1.75rem;
  width: 9rem;
  height: 24rem;
  z-index: -1;
  opacity: .5;
  background:
    radial-gradient(ellipse 30% 12% at 58% 16%, rgba(138,170,121,.34) 0 95%, transparent 100%),
    radial-gradient(ellipse 34% 14% at 42% 28%, rgba(138,170,121,.26) 0 95%, transparent 100%),
    radial-gradient(ellipse 28% 12% at 56% 42%, rgba(138,170,121,.22) 0 95%, transparent 100%),
    radial-gradient(ellipse 34% 15% at 38% 58%, rgba(138,170,121,.18) 0 95%, transparent 100%),
    radial-gradient(ellipse 26% 11% at 54% 72%, rgba(138,170,121,.16) 0 95%, transparent 100%);
  filter: blur(3px);
}

.specialists-directory__hero,
.specialists-directory__results,
.specialists-directory__cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(226, 219, 208, .9);
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at top right, rgba(237,226,203,.42), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(251,247,237,.98));
  box-shadow: 0 10px 28px rgba(49, 92, 69, .06);
}

.specialists-directory__hero {
  padding: 1.5rem 1.4rem .9rem;
  text-align: center;
}

.specialists-directory__eyebrow,
.specialists-directory__results-eyebrow,
.specialists-directory__cta-eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .35rem .75rem;
  background: rgba(221,235,221,.48);
  color: rgba(36,51,44,.7);
  font-size: .67rem;
  font-weight: 800;
}

.specialists-directory__title {
  margin: .8rem 0 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.35rem);
  font-weight: 900;
  line-height: 1.55;
  color: var(--moss);
}

.specialists-directory__subtitle {
  margin: .7rem auto 0;
  max-width: 18rem;
  color: rgba(36,51,44,.58);
  font-size: .88rem;
  line-height: 1.9;
}

.specialists-directory__list {
  display: grid;
  gap: .42rem;
}

.specialists-directory__row {
  width: 100%;
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr) 2rem;
  align-items: center;
  gap: .8rem;
  border: 1px solid rgba(224, 217, 208, .9);
  border-radius: 1rem;
  padding: .55rem .8rem;
  background: rgba(255,255,255,.94);
  color: inherit;
  text-align: right;
  box-shadow: 0 6px 18px rgba(49,92,69,.04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}

.specialists-directory__row:hover,
.specialists-directory__row:focus-visible,
.specialists-directory__row--active {
  transform: translateY(-1px);
  border-color: rgba(200, 184, 153, .95);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,244,236,.98));
  box-shadow: 0 10px 24px rgba(49,92,69,.08);
}
.specialists-directory__row--business {
  border-color: rgba(184, 146, 79, .24);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(251,247,237,.98));
}
.specialists-directory__row--business .specialists-directory__row-icon {
  background: linear-gradient(180deg, rgba(255,249,238,.98), rgba(241,229,198,.98));
  border-color: rgba(210, 188, 136, .95);
  color: #8a5b18;
}
.specialists-directory__row--business .specialists-directory__row-meta {
  background: rgba(237, 226, 203, .72);
  color: #7b5318;
}

.specialists-directory__row-icon,
.specialists-directory__row-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.specialists-directory__row-icon {
  width: 3rem;
  height: 3rem;
  border-radius: .9rem;
  background: linear-gradient(180deg, rgba(247,244,238,.98), rgba(241,235,225,.95));
  border: 1px solid rgba(226, 219, 208, .95);
  color: var(--moss);
}

.specialists-directory__row-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.45rem;
  line-height: 1;
}

.specialists-directory__row-chevron svg {
  width: .95rem;
  height: .95rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.specialists-directory__row-content {
  min-width: 0;
  display: grid;
  gap: .08rem;
}

.specialists-directory__row-title {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: .92rem;
  font-weight: 800;
  color: var(--moss);
}

.specialists-directory__row-description {
  color: rgba(36,51,44,.56);
  font-size: .72rem;
  line-height: 1.6;
}

.specialists-directory__row-meta {
  display: inline-flex;
  width: fit-content;
  margin-top: .3rem;
  border-radius: 999px;
  padding: .22rem .6rem;
  background: rgba(221,235,221,.62);
  color: rgba(36,51,44,.74);
  font-size: .68rem;
  font-weight: 800;
}

.specialists-directory__row-chevron {
  color: rgba(49,92,69,.82);
}

.specialists-directory__results {
  padding: 1rem;
}

.specialists-directory__results-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.specialists-directory__results-header h2 {
  margin: .8rem 0 .45rem;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.8;
  color: var(--moss);
}

.specialists-directory__results-header p {
  margin: 0;
  color: rgba(36,51,44,.68);
  line-height: 1.95;
}

.specialists-directory__browse-all,
.specialists-directory__result-button,
.specialists-directory__cta-button {
  border: 0;
  border-radius: 999px;
  padding: .9rem 1.3rem;
  font-weight: 900;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.specialists-directory__browse-all:hover,
.specialists-directory__result-button:hover,
.specialists-directory__cta-button:hover {
  transform: translateY(-2px);
}

.specialists-directory__browse-all {
  background: rgba(49,92,69,.08);
  color: var(--moss);
}

.specialists-directory__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--moss);
  color: #fff;
  box-shadow: 0 16px 34px rgba(49, 92, 69, .18);
}

.specialists-directory__cta-button--secondary {
  background: rgba(255,255,255,.92);
  color: var(--moss);
  border: 1px solid rgba(49,92,69,.12);
  box-shadow: none;
}

.specialists-directory__results-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.15rem;
}

.specialists-directory--expanded .specialists-directory__results-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.specialists-directory__result-card {
  border: 1px solid rgba(49,92,69,.08);
  border-radius: 1.6rem;
  background: rgba(255,255,255,.82);
  padding: 1rem;
}

.specialists-directory__result-head {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: .9rem;
}

.specialists-directory__result-avatar {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1.35rem;
}

.specialists-directory__result-head h3 {
  margin: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--moss);
}

.specialists-directory__result-head p,
.specialists-directory__result-copy {
  margin: .2rem 0 0;
  color: rgba(36,51,44,.66);
  line-height: 1.85;
}

.specialists-directory__result-copy {
  margin-top: .85rem;
  font-size: .92rem;
}

.specialists-directory__result-rating {
  align-self: start;
  border-radius: 999px;
  padding: .4rem .7rem;
  background: rgba(237,226,203,.9);
  color: var(--moss);
  font-size: .8rem;
  font-weight: 900;
}

.specialists-directory__result-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .85rem;
}

.specialists-directory__result-meta span {
  border-radius: 999px;
  padding: .4rem .75rem;
  background: rgba(221,235,221,.7);
  color: rgba(36,51,44,.78);
  font-size: .78rem;
  font-weight: 800;
}

.specialists-directory__result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1rem;
}

.specialists-directory__result-button,
.specialists-directory__cta-button {
  background: var(--moss);
  color: #fff;
  box-shadow: 0 16px 32px rgba(49,92,69,.16);
}

.specialists-directory__result-button--ghost {
  background: rgba(49,92,69,.08);
  color: var(--moss);
  box-shadow: none;
}

.specialists-directory__empty {
  display: grid;
  gap: .8rem;
  text-align: center;
  border: 1px dashed rgba(49,92,69,.18);
  border-radius: 1.6rem;
  background: rgba(255,255,255,.74);
  padding: 1.5rem;
}

.specialists-directory__empty h3 {
  margin: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  color: var(--moss);
}

.specialists-directory__empty p {
  margin: 0;
  color: rgba(36,51,44,.68);
  line-height: 1.95;
}

.specialists-directory__cta {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) auto;
  align-items: center;
  gap: .85rem;
  padding: .6rem .8rem;
}

.specialists-directory__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: .9rem;
  border: 1px solid rgba(226, 219, 208, .95);
  background: linear-gradient(180deg, rgba(247,244,238,.98), rgba(241,235,225,.95));
  font-size: 1.3rem;
}

.specialists-directory__cta-copy {
  min-width: 0;
}

.specialists-directory__cta-copy h2 {
  margin: 0;
  font-size: .95rem;
  line-height: 1.6;
}

.specialists-directory__cta-copy p {
  margin-top: .12rem;
  font-size: .72rem;
  line-height: 1.55;
}

.specialists-directory__cta-button {
  min-width: 5.9rem;
  padding: .8rem 1rem;
  border-radius: .7rem;
  font-size: .82rem;
  box-shadow: 0 10px 20px rgba(49,92,69,.14);
}

body.specialists-directory-route .site-footer {
  --site-footer-cta-offset: 1.5rem;
  margin-top: 1.85rem;
}

body.specialists-directory-route .site-footer__cta-shell {
  display: none;
}

body.specialists-directory-route .site-footer__inner,
body.specialists-directory-route .site-footer__bottom {
  max-width: 52rem;
}

body.specialists-directory-route .site-footer__inner {
  gap: 1.15rem;
  padding: 1rem 1rem 1.35rem;
}

body.specialists-directory-route .site-footer__column {
  padding-inline-start: 1rem;
}

body.specialists-directory-route .site-footer__title {
  font-size: .92rem;
}

body.specialists-directory-route .site-footer__text,
body.specialists-directory-route .site-footer__links,
body.specialists-directory-route .site-footer__info,
body.specialists-directory-route .site-footer__bottom {
  font-size: .82rem;
}

.journey-map {
  direction: rtl;
}

.journey-map__board {
  position: relative;
  display: grid;
  gap: 1.35rem;
  padding: clamp(1rem, 2vw, 1.6rem);
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top right, rgba(237, 226, 203, .64), transparent 32%),
    radial-gradient(circle at bottom left, rgba(221, 235, 221, .56), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(251,247,237,.94));
  box-shadow: 0 28px 70px rgba(49, 92, 69, .09);
  overflow: hidden;
}

.journey-map__board::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.06), transparent 18%, transparent 82%, rgba(255,255,255,.06)),
    radial-gradient(circle at 15% 30%, rgba(138,170,121,.12), transparent 20%),
    radial-gradient(circle at 84% 76%, rgba(184,128,42,.08), transparent 18%);
}

.journey-map__sequence,
.journey-map__section,
.journey-map__ending,
.journey-map__footnote {
  position: relative;
  z-index: 1;
}

.journey-map__sequence {
  display: grid;
  gap: 1rem;
}

.journey-map__sequence--primary {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.journey-map__sequence--mini,
.journey-map__sequence--recommendations {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.journey-map__section {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  border: 1px solid rgba(49, 92, 69, .14);
  border-radius: 1.7rem;
  background: rgba(255, 255, 255, .6);
}

.journey-map__section--optional {
  border-style: dashed;
  border-color: rgba(112, 90, 183, .24);
  background: linear-gradient(180deg, rgba(246,243,255,.84), rgba(255,255,255,.72));
}

.journey-map__section--recommendations {
  border-color: rgba(var(--accent-gold-rgb), .28);
  background: linear-gradient(180deg, rgba(255,251,243,.92), rgba(255,255,255,.72));
}

.journey-map__section-header {
  display: grid;
  gap: .35rem;
}

.journey-map__section-header h3 {
  margin: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1.02rem;
  font-weight: 900;
  color: var(--moss);
}

.journey-map__section-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .42rem .95rem;
  border-radius: 999px;
  background: rgba(112, 90, 183, .12);
  color: #6f4fc1;
  font-size: .78rem;
  font-weight: 900;
}

.journey-map__section-badge--warm {
  background: rgba(var(--accent-gold-rgb), .14);
  color: #9b6a25;
}

.journey-card {
  position: relative;
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: .85rem;
  padding: 1.15rem .95rem 1rem;
  border: 1px solid rgba(49, 92, 69, .12);
  border-radius: 1.45rem;
  background:
    radial-gradient(circle at top right, rgba(237,226,203,.24), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(251,247,237,.98));
  box-shadow: 0 14px 30px rgba(49, 92, 69, .07);
  text-align: center;
}

.journey-card--mini {
  padding: 1rem .85rem .9rem;
  gap: .7rem;
}

.journey-card--final {
  width: min(100%, 30rem);
  padding-inline: 1.2rem;
}

.journey-card__number {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #23412f 0%, #315c45 100%);
  color: #fff;
  font-size: .95rem;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(49, 92, 69, .18);
}

.journey-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(49, 92, 69, .1);
  background: rgba(255,255,255,.82);
  color: var(--moss);
}

.journey-card__icon svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.journey-card__content {
  width: 100%;
  min-width: 0;
  display: grid;
  gap: .68rem;
}

.journey-card__title {
  margin: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.7;
  color: var(--moss);
}

.journey-card__description {
  margin: 0;
  color: rgba(36, 51, 44, .72);
  font-size: .9rem;
  line-height: 1.95;
}

.journey-card__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .45rem;
}

.journey-card__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .38rem .7rem;
  border: 1px solid rgba(49, 92, 69, .08);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: rgba(36, 51, 44, .74);
  font-size: .74rem;
  font-weight: 800;
}

.journey-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .38rem;
  color: rgba(36, 51, 44, .78);
  font-size: .84rem;
  line-height: 1.8;
}

.journey-card__list li {
  position: relative;
  padding-inline-start: 1rem;
}

.journey-card__list li::before {
  content: '';
  position: absolute;
  inset-inline-start: 0;
  top: .65rem;
  width: .42rem;
  height: .42rem;
  border-radius: 999px;
  background: rgba(var(--accent-gold-rgb), .88);
}

.journey-card__note {
  padding: .8rem .9rem;
  border: 1px solid rgba(var(--accent-gold-rgb), .18);
  border-radius: 1rem;
  background: rgba(255, 248, 234, .92);
  color: var(--moss);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.85;
}

.journey-card__actions {
  display: grid;
  gap: .6rem;
}

.journey-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: .75rem 1rem;
  border-radius: .95rem;
  background: linear-gradient(135deg, #23412f 0%, #315c45 100%);
  color: #fff;
  font-size: .88rem;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(49, 92, 69, .14);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.journey-card__action:hover {
  transform: translateY(-1px);
}

.journey-card__action--ghost {
  background: rgba(49, 92, 69, .08);
  color: var(--moss);
  box-shadow: none;
}

.journey-map__sequence--connected .journey-card:not(:last-child)::after {
  content: '';
  position: absolute;
  inset-inline-end: -1.6rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(49, 92, 69, .12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23315c45' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m11 6-6 6 6 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 1rem;
  box-shadow: 0 8px 18px rgba(49, 92, 69, .08);
  z-index: 2;
}

.journey-map__ending {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .9rem;
}

.journey-map__ending-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(49, 92, 69, .08);
  color: var(--moss);
  font-size: 1.2rem;
  font-weight: 900;
}

.journey-map__footnote {
  margin: 0;
  text-align: center;
  color: rgba(36, 51, 44, .68);
  font-size: .92rem;
  font-weight: 700;
}

.admin-shell-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  min-width: 0;
  padding: 1.4rem;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 2rem;
  background: rgba(255,255,255,.76);
  box-shadow: 0 18px 42px rgba(49, 92, 69, .1);
}

.admin-shell-header__nav-toggle {
  display: none;
}

.admin-dashboard,
.admin-main,
.admin-shell-header,
.admin-shell-header > div,
.admin-header-actions,
.admin-stack,
.admin-grid-4,
.admin-grid-3,
.admin-grid-2,
.admin-form-grid,
.admin-form-grid--2,
.admin-stepper,
.admin-summary-card,
.admin-summary-card__header {
  box-sizing: border-box;
  min-width: 0;
}

.admin-shell-header h1,
.admin-shell-header p,
.admin-breadcrumbs {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.admin-shell-header__badge,
.admin-page-header-card__eyebrow {
  display: inline-flex;
  border-radius: 999px;
  padding: .45rem .9rem;
  background: rgba(221, 235, 221, .9);
  color: var(--moss);
  font-size: .78rem;
  font-weight: 900;
}

.admin-shell-header h1,
.admin-page-header-card__title {
  margin: .8rem 0 .35rem;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.5rem);
  color: var(--moss);
}

.admin-shell-header p,
.admin-page-header-card__text {
  margin: 0;
  color: rgba(36, 51, 44, .66);
  line-height: 1.9;
}

.admin-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .45rem;
  margin-top: .8rem;
  color: rgba(36, 51, 44, .55);
  font-size: .9rem;
  font-weight: 700;
}

.admin-breadcrumbs__item--active {
  color: var(--moss);
}

.admin-header-actions,
.admin-page-header-card__actions,
.admin-section-toolbar,
.admin-upload-row,
.admin-editor-footer,
.admin-quick-actions,
.admin-table-actions,
.admin-list-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}

.admin-stack {
  display: grid;
  gap: 1.1rem;
}

.admin-grid-4,
.admin-grid-3,
.admin-grid-2,
.admin-grid-editor {
  display: grid;
  gap: 1rem;
}

.admin-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.admin-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.admin-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.admin-grid-editor { grid-template-columns: minmax(18rem, 23rem) minmax(0, 1fr); align-items: start; }

.admin-summary-card,
.admin-page-header-card,
.admin-form-surface,
.admin-info-panel,
.admin-list-card {
  border: 1px solid rgba(255,255,255,.74);
  border-radius: 1.8rem;
  background: rgba(255,255,255,.78);
  box-shadow: 0 18px 42px rgba(49, 92, 69, .08);
}

.admin-summary-card,
.admin-form-surface,
.admin-info-panel,
.admin-list-card,
.admin-page-header-card {
  padding: 1.2rem;
}

.admin-summary-card__header {
  display: flex;
  justify-content: space-between;
  gap: .8rem;
  align-items: center;
  margin-bottom: .55rem;
}

.admin-summary-card__header h4 {
  margin: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  color: var(--moss);
  font-size: 1rem;
}

.admin-summary-card__header span {
  min-width: 2.3rem;
  min-height: 2.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(221, 235, 221, .92);
  color: var(--moss);
  font-weight: 900;
}

.admin-summary-card p,
.admin-helper-text {
  margin: 0;
  color: rgba(36, 51, 44, .64);
  line-height: 1.8;
  font-size: .92rem;
}

.admin-section-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-section-title {
  margin: 0 0 .25rem;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1.2rem;
  color: var(--moss);
}

.admin-form-grid {
  display: grid;
  gap: .9rem;
}

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

.admin-field,
.admin-switch {
  display: grid;
  gap: .45rem;
}

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

.admin-field > span,
.admin-switch > span,
.admin-pill-group__label {
  font-size: .86rem;
  font-weight: 800;
  color: rgba(36, 51, 44, .78);
}

.admin-input,
.admin-textarea,
.admin-upload-dropzone {
  width: 100%;
  border: 1px solid rgba(49, 92, 69, .12);
  border-radius: 1rem;
  background: #fff;
}

.admin-input,
.admin-textarea {
  padding: .85rem 1rem;
  color: var(--ink);
}

.admin-textarea {
  min-height: 8rem;
  resize: vertical;
}

.admin-upload-dropzone {
  padding: 1rem;
  display: grid;
  gap: .6rem;
  justify-items: start;
}

.admin-primary-button,
.admin-secondary-button,
.admin-ghost-button,
.admin-danger-button,
.admin-table-button {
  border: 0;
  border-radius: 1rem;
  padding: .85rem 1.15rem;
  font-weight: 900;
  transition: transform .22s ease, box-shadow .22s ease, opacity .22s ease;
  cursor: pointer;
  text-decoration: none;
}

.admin-primary-button:hover,
.admin-secondary-button:hover,
.admin-ghost-button:hover,
.admin-danger-button:hover,
.admin-table-button:hover {
  transform: translateY(-2px);
}

.admin-primary-button {
  background: linear-gradient(135deg, #0f5c4d, #1f6f5d);
  color: #fff;
  box-shadow: 0 16px 34px rgba(15, 92, 77, .18);
}

.admin-secondary-button,
.admin-table-button {
  background: rgba(221, 235, 221, .9);
  color: var(--moss);
}

.admin-ghost-button {
  background: rgba(255,255,255,.92);
  color: var(--moss);
  border: 1px solid rgba(49, 92, 69, .12);
}

.admin-danger-button,
.admin-table-button--danger {
  background: #fef2f2;
  color: #b91c1c;
}

.admin-table-button[disabled] {
  cursor: not-allowed;
  opacity: .55;
  transform: none;
}

.admin-stepper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 1.6rem;
  background: rgba(255,255,255,.74);
}

.admin-stepper__item {
  display: grid;
  justify-items: center;
  gap: .45rem;
  padding: .8rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(49, 92, 69, .1);
  background: rgba(255,255,255,.85);
  color: rgba(36, 51, 44, .68);
  font-weight: 800;
}

.admin-stepper__item span {
  width: 2.2rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(237, 226, 203, .72);
}

.admin-stepper__item--active {
  border-color: rgba(15, 92, 77, .18);
  background: rgba(221, 235, 221, .86);
  color: var(--moss);
}

.admin-stepper__item--active span {
  background: linear-gradient(135deg, #0f5c4d, #1f6f5d);
  color: #fff;
}

.admin-program-preview {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.74);
  border-radius: 1.8rem;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 42px rgba(49, 92, 69, .1);
}

.admin-program-preview__body {
  padding: 1rem;
}

.admin-program-preview__eyebrow {
  display: inline-flex;
  margin-bottom: .6rem;
  border-radius: 999px;
  padding: .35rem .75rem;
  background: rgba(237, 226, 203, .72);
  color: var(--moss);
  font-size: .78rem;
  font-weight: 900;
}

.admin-program-preview__body h4 {
  margin: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  color: var(--moss);
}

.admin-program-preview__body p {
  margin: .55rem 0 0;
  color: rgba(36, 51, 44, .66);
  line-height: 1.85;
}

.admin-preview-meta,
.admin-preview-support,
.admin-pill-group {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .8rem;
}

.admin-preview-meta span,
.admin-pill {
  display: inline-flex;
  border-radius: 999px;
  padding: .35rem .75rem;
  background: rgba(221, 235, 221, .9);
  color: var(--moss);
  font-size: .78rem;
  font-weight: 900;
}

.admin-pill--muted {
  background: rgba(237, 226, 203, .72);
}

.admin-preview-price {
  margin-top: 1rem;
  color: var(--moss);
  font-weight: 900;
}

.admin-table-shell {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 1.5rem;
  background: rgba(255,255,255,.76);
}

.admin-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.admin-table thead {
  background: rgba(49, 92, 69, .94);
  color: #fff;
}

.admin-table th,
.admin-table td {
  padding: 1rem;
  text-align: right;
  border-bottom: 1px solid rgba(49, 92, 69, .08);
  vertical-align: top;
}

.admin-card-list {
  display: grid;
  gap: .9rem;
}

.admin-list-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.admin-list-card__badge {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: rgba(221, 235, 221, .9);
  color: var(--moss);
  font-weight: 900;
  margin-bottom: .7rem;
}

.admin-list-card h4 {
  margin: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  color: var(--moss);
}

.admin-list-card p {
  margin: .45rem 0 0;
  color: rgba(36, 51, 44, .66);
  line-height: 1.8;
}

.admin-info-panel h4 {
  margin: 0 0 .8rem;
  font-family: 'Noto Kufi Arabic', sans-serif;
  color: var(--moss);
}

@media (max-width: 1279px) {
  .admin-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-grid-editor { grid-template-columns: 1fr; }
  .hero-banner-copy-layer {
    position: static;
    max-width: none;
    margin: 1rem;
  }
}

@media (max-width: 1279px) {
  .journey-map__sequence--primary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .journey-map__sequence--mini,
  .journey-map__sequence--recommendations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .journey-map__sequence--connected .journey-card::after {
    display: none;
  }
}

@media (max-width: 1023px) {
  .journey-map__sequence--primary,
  .journey-map__sequence--mini,
  .journey-map__sequence--recommendations,
  .journey-map__sequence--session {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .journey-card__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .journey-map__board {
    padding: 1rem .85rem;
    border-radius: 1.5rem;
  }
  .journey-map__section {
    padding: .9rem;
    border-radius: 1.3rem;
  }
  .journey-map__section-header h3 {
    font-size: .95rem;
  }
  .journey-map__sequence--primary,
  .journey-map__sequence--mini,
  .journey-map__sequence--recommendations,
  .journey-map__sequence--session {
    grid-template-columns: 1fr;
  }
  .journey-card {
    padding: 1rem .85rem .9rem;
  }
  .journey-card__icon {
    width: 3.4rem;
    height: 3.4rem;
  }
  .journey-map__ending {
    display: grid;
    justify-items: stretch;
  }
  .journey-map__ending-arrow {
    justify-self: start;
  }
  .specialists-directory {
    max-width: 100%;
  }
  .specialists-directory--expanded .specialists-directory__results-grid {
    grid-template-columns: 1fr;
  }
  .specialists-directory::before {
    left: -2rem;
    top: 3rem;
    width: 5rem;
    height: 18rem;
    opacity: .34;
  }
  .specialists-directory__hero {
    padding: 1.25rem .9rem .75rem;
  }
  .specialists-directory__row {
    grid-template-columns: 2.8rem minmax(0, 1fr) 1.7rem;
    gap: .55rem;
    padding: .5rem .65rem;
  }
  .specialists-directory__row-icon {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: .8rem;
  }
  .specialists-directory__results,
  .specialists-directory__cta {
    padding: .8rem;
  }
  .specialists-directory__results-header,
  .specialists-directory__cta {
    display: grid;
  }
  .specialists-directory__cta {
    grid-template-columns: 2.8rem minmax(0, 1fr);
  }
  .specialists-directory__cta-button {
    grid-column: 1 / -1;
  }
  .specialists-directory__result-head {
    grid-template-columns: 4rem minmax(0, 1fr);
  }
  .specialists-directory__result-rating {
    grid-column: 1 / -1;
    justify-self: start;
  }
  .specialists-directory__browse-all,
  .specialists-directory__result-button,
  .specialists-directory__cta-button {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  body.specialists-directory-route .site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-shell-header,
  .admin-page-header-card,
  .admin-list-card {
    display: grid;
  }
  .admin-grid-4,
  .admin-grid-3,
  .admin-grid-2,
  .admin-form-grid--2,
  .admin-stepper {
    grid-template-columns: 1fr;
  }
.program-card__media,
.admin-program-preview__media,
.program-card__media-image,
.admin-program-preview__image,
.program-card__media-fallback,
.admin-program-preview__image--empty {
  min-height: 11rem;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
}

#app,
.page-shell,
.admin-dashboard {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.page-shell__intro h1,
.page-shell__intro p {
  text-wrap: pretty;
}

.internal-hero__feature-title,
.internal-hero__feature-description {
  text-wrap: pretty;
}

@supports (text-wrap: balance) {
  .page-shell__intro h1,
  .page-shell__intro p {
    text-wrap: balance;
  }
}

@media (max-width: 1023px) {
  :root {
    --site-header-offset: 5.75rem;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .site-header__controls {
    gap: .5rem;
  }

  .site-header__inline-auth {
    display: flex;
    align-items: center;
    gap: .35rem;
  }

  .site-header__brand-link {
    max-width: calc(100vw - 14rem);
  }

  .site-header__brand {
    border-inline-end: none;
    padding-inline-end: 0;
  }

  .site-header__brand-copy,
  .booking-journey__step-copy {
    min-width: 0;
  }

  .site-header__lang--compact {
    gap: .25rem;
    padding: .42rem .55rem;
  }

  .site-header__lang--compact .site-header__lang-icon {
    display: none;
  }

  .site-header__lang--compact .site-header__lang-select {
    min-width: 1.65rem;
    font-size: .75rem;
  }

  .site-header__menu {
    top: calc(100% + .5rem);
    max-height: min(70vh, 32rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: 1.4rem;
  }

  .site-header__mobile-panel {
    gap: .85rem;
    padding-top: .85rem;
  }

  .page-shell {
    padding: .75rem .9rem 1.65rem;
  }

  .page-shell__intro {
    margin-bottom: 1rem;
    border-radius: 1.5rem;
  }

  .internal-hero__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1rem;
  }

  .internal-hero__title {
    font-size: clamp(1.6rem, 6vw, 2.25rem);
    line-height: 1.45;
  }

  .internal-hero__subtitle {
    font-size: .95rem;
    line-height: 1.9;
  }

  .internal-hero__features {
    grid-template-columns: 1fr;
  }

  .internal-hero__feature {
    grid-template-columns: 2.35rem minmax(0, 1fr);
    padding: .85rem;
  }

  .internal-hero__feature-icon {
    width: 2.35rem;
    height: 2.35rem;
  }

  .internal-hero__visual {
    min-height: 12rem;
  }

  .internal-hero__leaf--one {
    right: 16%;
  }

  .internal-hero__leaf--two {
    right: 34%;
  }

  .internal-hero__leaf--three {
    left: 16%;
  }

  .home-hero-section {
    padding-bottom: 1.2rem;
  }

  .hero-banner-shell {
    display: block;
    overflow: hidden;
    min-height: 0;
  }

  .hero-banner-media,
  .hero-banner-placeholder {
    height: auto;
    min-height: 0;
    border-radius: 1.5rem;
    overflow: visible;
  }

  .hero-banner-cta-layer {
    position: static;
    inset: auto;
    width: 100%;
    max-width: 100%;
    padding: 1rem 1rem 0;
  }

  .hero-banner-copy-layer {
    margin: .85rem .85rem 0;
    padding: 1rem 1rem 1.05rem;
    border-radius: 1.25rem;
  }

  .hero-banner-copy__title {
    font-size: clamp(1.4rem, 6vw, 1.85rem);
    line-height: 1.55;
  }

  .hero-banner-copy__text {
    font-size: .92rem;
    line-height: 1.9;
  }

  .hero-cta-stack {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: .75rem;
  }

  .hero-cta-stack > a,
  .hero-cta-stack > button {
    flex: 1 1 auto;
    min-width: 9rem;
    width: auto;
  }

  .hero-cta-button {
    min-height: 3rem;
    padding: .75rem 1.2rem;
    font-size: .92rem;
    border-radius: 999px;
  }

  .adrek-paths__title {
    font-size: 1.45rem;
  }

  .adrek-path-card {
    border-radius: var(--home-hero-cta-radius);
    padding: 1rem;
  }

  .adrek-path-card__content {
    padding-inline-start: 2.4rem;
  }

  .adrek-paths__strip-item {
    padding: .95rem 1rem;
  }

  :where(.auth-entry, .page-shell, .contact-card, .admin-list-card, .admin-page-header-card) :is(input, select, textarea) {
    min-height: 3.2rem;
  }

  :where(.auth-entry, .page-shell, .contact-card, .admin-list-card) textarea {
    min-height: 8.5rem;
  }

  .booking-page__remote-card,
  .booking-journey__panel,
  .contact-card,
  .admin-main__header,
  .admin-list-card,
  .admin-page-header-card,
  .admin-shell-header {
    border-radius: 1.5rem;
  }

  .booking-page__remote-card,
  .booking-journey__panel {
    padding: 1.1rem;
  }

  .booking-page__remote-title {
    font-size: 1.55rem;
  }

  .booking-page__summary-card {
    padding: .85rem;
  }

  .booking-journey__stepper {
    gap: .75rem;
    padding: .85rem;
    border-radius: var(--home-hero-card-radius-mobile);
  }

  .booking-journey__step {
    align-items: flex-start;
    gap: .8rem;
    border-radius: 1.2rem;
    padding: .95rem 1rem;
  }

  .booking-journey__goal-card {
    border-radius: 1.35rem;
    padding: 1rem;
  }

  .coach-card__avatar {
    width: 4.3rem;
    height: 4.3rem;
    border-radius: 1.2rem;
    font-size: 1.55rem;
  }

  .floating-support {
    inset-inline-start: auto;
    inset-inline-end: .75rem;
    bottom: calc(env(safe-area-inset-bottom, 0px) + .85rem);
    gap: .45rem;
  }

  .site-back-button {
    inset-inline-end: auto;
    inset-inline-start: .75rem;
    bottom: calc(env(safe-area-inset-bottom, 0px) + .85rem);
    min-height: 2.85rem;
    padding: .75rem .92rem;
    font-size: .82rem;
  }

  .floating-support__button {
    min-height: 2.85rem;
    padding: .75rem .95rem;
    font-size: .82rem;
  }

  .site-footer__cta {
    border-radius: 1.5rem;
  }

  .site-footer__cta-content {
    width: 100%;
    justify-items: stretch;
    text-align: right;
  }

  .site-footer__cta-title {
    max-width: none;
    text-align: right;
  }

  .site-footer__cta-button {
    width: 100%;
  }

  .site-footer__inner {
    gap: 1.1rem;
  }

  .site-footer__info p,
  .site-footer__info a {
    align-items: flex-start;
  }

  .site-footer__icon {
    margin-top: .1rem;
  }

  .admin-main__actions {
    width: 100%;
  }

  .admin-main__actions > * {
    flex: 1 1 100%;
    justify-content: center;
  }

  .admin-sidebar__nav {
    max-height: none;
  }

  .admin-sidebar__link,
  .admin-sidebar__logout {
    padding: .8rem .9rem;
  }
}

@media (max-width: 768px) {
  .admin-dashboard--mobile-nav-closed .admin-sidebar {
    display: none;
  }

  .admin-sidebar {
    overflow: visible;
  }

  .admin-sidebar__nav {
    flex: none;
    overflow: visible;
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 1rem);
  }

  .admin-dashboard,
  .admin-main,
  .admin-shell-header,
  .admin-shell-header > div,
  .admin-header-actions,
  .admin-stack,
  .admin-grid-4,
  .admin-grid-3,
  .admin-grid-2,
  .admin-form-grid,
  .admin-form-grid--2,
  .admin-stepper,
  .admin-summary-card,
  .admin-summary-card__header {
    width: 100%;
    min-width: 0;
  }

  .admin-main,
  .admin-shell-header,
  .admin-stack,
  .admin-grid-4,
  .admin-grid-3,
  .admin-grid-2,
  .admin-form-grid,
  .admin-form-grid--2,
  .admin-stepper {
    display: flex;
    flex-direction: column;
  }

  .admin-shell-header__nav-toggle {
    display: inline-flex;
  }

  .admin-header-actions > * {
    width: 100%;
    justify-content: center;
  }

  .admin-sidebar__footer {
    display: none;
  }

  .admin-table-shell {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .admin-table {
    min-width: 640px;
  }

  .site-header__brand-link {
    max-width: calc(100vw - 7.5rem);
  }

  .site-header__menu-toggle {
    width: 2.7rem;
    height: 2.7rem;
  }

  .hero-banner-cta-layer {
    inset-inline: .85rem;
    inset-block-end: .85rem;
  }

  .adrek-paths__strip-icon {
    width: 2.7rem;
    height: 2.7rem;
  }

  .adrek-paths__strip-icon .adrek-paths__svg {
    width: 1.55rem;
    height: 1.55rem;
  }

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

  .specialists-directory__result-meta span {
    justify-content: center;
  }

  .auth-entry__main,
  .auth-entry__aside {
    padding: 1.15rem;
  }

  .auth-entry__title {
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .auth-entry__subtitle,
  .auth-entry__aside-text {
    font-size: .92rem;
    line-height: 1.9;
  }
}

@media (max-width: 640px) {
  :root {
    --site-header-offset: 5.5rem;
  }

  .site-header__frame {
    padding-inline: .7rem;
  }

  .site-header__inner {
    min-height: 4rem;
    gap: .75rem;
  }

  .site-header__brand-link {
    max-width: calc(100vw - 11rem);
    gap: .55rem;
  }

  /* On very small screens, hide the account link (keep only logout) to prevent overflow */
  .site-header__inline-auth-link--account {
    display: none;
  }

  .site-header__brand-name {
    font-size: .96rem;
  }

  .site-header__logo-mark {
    width: 2.7rem;
    height: 2.7rem;
    border-radius: .9rem;
  }

  .site-header__lang--compact {
    padding: .38rem .5rem;
  }

  .site-header__menu {
    inset-inline: .7rem;
    padding: .85rem;
  }

  .page-shell {
    padding: .7rem .78rem 1.4rem;
  }

  .page-shell__intro {
    padding: 1rem .9rem 1.05rem;
  }

  .page-shell__intro h1 {
    font-size: 1.45rem;
  }

  .page-shell__intro p {
    font-size: .9rem;
  }

  .hero-banner-shell {
    min-height: 0;
  }

  .hero-banner-media,
  .hero-banner-placeholder {
    height: auto;
  }

  .hero-banner-cta-layer {
    padding: .85rem .85rem 0;
  }

  .hero-cta-button {
    min-height: 2.9rem;
    padding: .7rem 1.1rem;
    font-size: .9rem;
    width: auto;
    justify-content: center;
  }

  .hero-banner-copy-layer {
    margin: .75rem .7rem 0;
    padding: .9rem;
  }

  .hero-banner-copy__eyebrow {
    font-size: .68rem;
  }

  .hero-banner-copy__title {
    font-size: 1.32rem;
  }

  .hero-banner-copy__text {
    font-size: .88rem;
  }

  .adrek-paths {
    padding-bottom: 1.25rem;
  }

  .adrek-path-card {
    --adrek-path-badge-size: 1.72rem;
    --adrek-path-badge-offset: .9rem;
    grid-template-columns: 4rem 1fr;
    gap: .75rem;
  }

  .adrek-path-card__icon {
    width: 3.65rem;
    height: 3.65rem;
  }

  .adrek-path-card__content h3 {
    font-size: 1rem;
    line-height: 1.6;
  }

  .adrek-path-card__content p {
    font-size: .84rem;
    line-height: 1.8;
  }

  .adrek-paths__strip-item {
    grid-template-columns: 2.5rem 1fr;
    gap: .7rem;
    padding: .85rem .9rem;
  }

  .adrek-paths__strip-item h3 {
    font-size: .9rem;
  }

  .adrek-paths__strip-item p {
    font-size: .75rem;
  }

  .booking-page__remote-copy,
  .booking-page__summary-value {
    font-size: .92rem;
  }

  .floating-support__button {
    padding: .7rem .9rem;
    font-size: .78rem;
  }

  .site-footer__inner {
    padding-inline: 1rem;
  }

  .site-footer__title {
    font-size: 1rem;
  }

  .site-footer__links,
  .site-footer__info,
  .site-footer__text,
  .site-footer__bottom {
    font-size: .86rem;
  }

  .admin-dashboard {
    padding-inline: .78rem;
  }

  .admin-sidebar,
  .admin-main__header {
    border-radius: 1.35rem;
  }
}

html[data-theme='dark'] {
  color-scheme: dark;
}

html[data-theme='dark'] .site-footer {
  background: transparent;
}

html[data-theme='dark'] .site-footer__frame {
  border-color: rgba(214, 196, 162, .14);
  background:
    radial-gradient(circle at 12% 16%, rgba(138, 170, 121, .1), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(214, 179, 106, .08), transparent 24%),
    linear-gradient(145deg, #071714 0%, #0a201c 50%, #06110f 100%);
}

html[data-theme='dark'] .site-footer__cta {
  border-color: rgba(214, 196, 162, .12);
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.06), transparent 34%),
    linear-gradient(135deg, #0d2823 0%, #12332b 52%, #0a1f1b 100%);
  box-shadow:
    0 1.25rem 2.75rem rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255,255,255,.05);
}

html[data-theme='dark'] .site-footer__social-link,
html[data-theme='dark'] .site-footer__icon {
  border-color: rgba(214, 196, 162, .18);
  background: rgba(255, 255, 255, .04);
}

html[data-theme='dark'] .site-footer__quick-card,
html[data-theme='dark'] .site-footer__bottom-icon {
  border-color: rgba(214, 196, 162, .14);
  background:
    linear-gradient(160deg, rgba(255,255,255,.05), rgba(255,255,255,.02)),
    linear-gradient(145deg, rgba(17, 42, 37, .72), rgba(8, 17, 15, .64));
}

html[data-theme='dark'] .site-footer__bottom {
  border-top-color: rgba(214, 196, 162, .12);
}

html[data-theme='dark'] :where(.page-shell, .auth-entry, .admin-dashboard) [class*="bg-white"]:not([class*="bg-white/10"]):not([class*="bg-white/15"]),
html[data-theme='dark'] :where(.page-shell, .auth-entry, .admin-dashboard) [class*="bg-cream"] {
  background: var(--theme-surface-elevated) !important;
}

html[data-theme='dark'] :where(.page-shell, .auth-entry, .admin-dashboard) [class*="bg-mint"],
html[data-theme='dark'] :where(.page-shell, .auth-entry, .admin-dashboard) [class*="bg-sand"] {
  background: var(--theme-surface-soft) !important;
}

html[data-theme='dark'] :where(.page-shell, .auth-entry, .admin-dashboard) [class*="border-white"],
html[data-theme='dark'] :where(.page-shell, .auth-entry, .admin-dashboard) [class*="border-moss"],
html[data-theme='dark'] :where(.page-shell, .auth-entry, .admin-dashboard) [class*="border-mint"],
html[data-theme='dark'] :where(.page-shell, .auth-entry, .admin-dashboard) [class*="border-sand"] {
  border-color: var(--theme-border) !important;
}

html[data-theme='dark'] :where(.page-shell, .auth-entry, .admin-dashboard) [class*="text-moss"] {
  color: var(--theme-heading) !important;
}

html[data-theme='dark'] :where(.page-shell, .auth-entry, .admin-dashboard) [class*="text-ink/"],
html[data-theme='dark'] .auth-entry__brand-text,
html[data-theme='dark'] .auth-entry__aside-text,
html[data-theme='dark'] .auth-entry__subtitle,
html[data-theme='dark'] .booking-page__remote-copy,
html[data-theme='dark'] .booking-page__summary-label,
html[data-theme='dark'] .admin-list-card p {
  color: var(--theme-text-muted) !important;
}

html[data-theme='dark'] :where(.page-shell, .auth-entry, .admin-dashboard) [class*="text-ink"]:not([class*="text-ink/"]) {
  color: var(--theme-text-primary) !important;
}

html[data-theme='dark'] :where(.page-shell, .auth-entry, .admin-dashboard) [class*="text-white/"] {
  color: rgba(242, 234, 216, .78) !important;
}

html[data-theme='dark'] :where(.page-shell, .auth-entry, .admin-dashboard) [class*="text-white"] {
  color: #f4ecda !important;
}

:where(.page-shell, .auth-entry, .admin-dashboard) [class*="text-white"] :is(
  [class~="bg-white"],
  [class*="bg-white/65"],
  [class*="bg-white/70"],
  [class*="bg-white/75"],
  [class*="bg-white/78"],
  [class*="bg-white/80"],
  [class*="bg-white/82"],
  [class*="bg-white/85"],
  [class*="bg-white/88"],
  [class*="bg-white/90"],
  [class*="bg-white/92"],
  [class*="bg-mint/30"],
  [class*="bg-mint/35"],
  [class*="bg-mint/40"],
  [class*="bg-mint/45"],
  [class*="bg-mint/55"],
  [class*="bg-sand/30"],
  [class*="bg-sand/35"],
  [class*="bg-sand/70"],
  [class*="bg-[#fbf7ed]"]
):not([class*="text-"]) {
  color: var(--moss);
}

html[data-theme='dark'] :where(.page-shell, .auth-entry, .admin-dashboard) [class*="shadow-"] {
  box-shadow: var(--theme-shadow-soft);
}

html[data-theme='dark'] .homepage-media-preview,
html[data-theme='dark'] .homepage-logo-preview,
html[data-theme='dark'] .booking-journey__hero,
html[data-theme='dark'] .booking-journey__stepper-shell,
html[data-theme='dark'] .booking-journey__panel,
html[data-theme='dark'] .admin-table-shell,
html[data-theme='dark'] .admin-list-card,
html[data-theme='dark'] .admin-page-header-card,
html[data-theme='dark'] .admin-main__header,
html[data-theme='dark'] .admin-shell-header {
  border-color: var(--theme-border);
  background: var(--theme-surface) !important;
}

html[data-theme='dark'] .booking-journey__hero-summary-card,
html[data-theme='dark'] .booking-journey__hero-overview,
html[data-theme='dark'] .booking-journey__hero-aside-note,
html[data-theme='dark'] .booking-journey__progress-card,
html[data-theme='dark'] .booking-journey__goal-card,
html[data-theme='dark'] .booking-journey__path-card,
html[data-theme='dark'] .booking-journey__step,
html[data-theme='dark'] .booking-journey__goal-note,
html[data-theme='dark'] .booking-journey__path-recommendation,
html[data-theme='dark'] .booking-journey__reassurance-card,
html[data-theme='dark'] .direct-booking__summary-card,
html[data-theme='dark'] .direct-booking__showcase-card,
html[data-theme='dark'] .direct-booking__trust-card,
html[data-theme='dark'] .direct-booking__showcase-empty {
  background: var(--theme-surface-elevated);
  border-color: var(--theme-border);
}

html[data-theme='dark'] .booking-journey__goal-icon,
html[data-theme='dark'] .booking-journey__path-card-icon,
html[data-theme='dark'] .booking-journey__action-button--ghost {
  background: rgba(20, 37, 31, .92);
  border-color: var(--theme-border);
}

html[data-theme='dark'] .direct-booking__hero,
html[data-theme='dark'] .direct-booking__showcase-path,
html[data-theme='dark'] .direct-booking__path-tab,
html[data-theme='dark'] .direct-booking__secondary-action,
html[data-theme='dark'] .direct-booking__card-button--ghost,
html[data-theme='dark'] .direct-booking__showcase-meta span,
html[data-theme='dark'] .direct-booking__showcase-control {
  background: rgba(20, 37, 31, .92);
  border-color: var(--theme-border);
  color: #f2ead8;
}

html[data-theme='dark'] .direct-booking__path-tab--active,
html[data-theme='dark'] .direct-booking__primary-action,
html[data-theme='dark'] .direct-booking__card-button {
  color: #fff;
}

html[data-theme='dark'] .direct-booking__showcase-rating,
html[data-theme='dark'] .direct-booking__showcase-tags span,
html[data-theme='dark'] .direct-booking__trust-card,
html[data-theme='dark'] .direct-booking__showcase-selection {
  background: rgba(214, 196, 162, .12);
  color: #f2ead8;
  border-color: var(--theme-border);
}

html[data-theme='dark'] .direct-booking__showcase-card--active .direct-booking__showcase-selection {
  background: rgba(49, 92, 69, .96);
  color: #fff;
}

html[data-theme='dark'] .booking-journey__step-number {
  background: rgba(214, 196, 162, .12);
  color: #f2ead8;
}

html[data-theme='dark'] .booking-journey__roadmap-line path {
  stroke: rgba(214, 196, 162, .18);
}

html[data-theme='dark'] .booking-journey__step-copy::after {
  background: rgba(214, 196, 162, .2);
}

html[data-theme='dark'] .booking-journey__stepper::before,
html[data-theme='dark'] .booking-journey__step-node::after {
  background: repeating-linear-gradient(180deg, rgba(214, 196, 162, .24) 0 var(--booking-roadmap-timeline-dash), rgba(214, 196, 162, .08) var(--booking-roadmap-timeline-dash) var(--booking-roadmap-timeline-gap));
}

html[data-theme='dark'] .homepage-logo-preview__frame,
html[data-theme='dark'] .auth-entry__logo-wrap,
html[data-theme='dark'] .site-header__logo-mark {
  background: var(--theme-surface-elevated);
  border-color: var(--theme-border);
}

html[data-theme='dark'] .homepage-media-empty,
html[data-theme='dark'] .hero-banner-placeholder {
  background:
    linear-gradient(135deg, rgba(14, 28, 24, .94), rgba(28, 50, 42, .72)),
    repeating-linear-gradient(45deg, rgba(184,128,42,.05) 0 18px, rgba(255,255,255,.02) 18px 36px);
}

html[data-theme='dark'] .admin-table thead {
  background: rgba(20, 49, 39, .96);
}

html[data-theme='dark'] .admin-table th,
html[data-theme='dark'] .admin-table td {
  border-bottom-color: var(--theme-border);
  color: var(--theme-text-primary);
}

html[data-theme='dark'] .admin-sidebar {
  background:
    radial-gradient(circle at 20% 0%, rgba(184, 128, 42, .14), transparent 34%),
    linear-gradient(180deg, #071513, #102823 58%, #091917);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .38);
}

html[data-theme='dark'] .admin-sidebar__logo {
  background: rgba(255,255,255,.9);
}

html[data-theme='dark'] input,
html[data-theme='dark'] select,
html[data-theme='dark'] textarea {
  color: var(--theme-text-primary);
}

html[data-theme='dark'] select option {
  background: #10211d;
  color: var(--theme-text-primary);
}

html[data-theme='dark'] .theme-toggle,
html[data-theme='dark'] .site-header__lang,
html[data-theme='dark'] .site-header__menu-toggle,
html[data-theme='dark'] .site-header__inline-auth-link,
html[data-theme='dark'] .site-header__inline-auth-button,
html[data-theme='dark'] .site-header__mobile-auth-link,
html[data-theme='dark'] .site-header__mobile-auth-button {
  box-shadow: none;
}

html[dir='ltr'] body {
  text-align: left;
}

html[dir='ltr'] .site-header__brand-link {
  gap: .8rem;
  padding-inline-start: var(--site-header-brand-logo-offset);
  padding-inline-end: 0;
}

html[dir='ltr'] .site-header__brand {
  grid-column: 1;
  justify-self: start;
  padding-inline-end: clamp(.85rem, 1.4vw, 1.2rem);
}

html[dir='ltr'] .site-header__brand-copy {
  gap: .08rem;
  justify-items: start;
  text-align: start;
}

html[dir='ltr'] .site-header__logo-mark {
  left: 0;
  right: auto;
}

html[dir='ltr'] .site-header__brand-tagline {
  display: none;
}

html[dir='ltr'] .site-header__brand-copy,
html[dir='ltr'] .site-header__menu,
html[dir='ltr'] .site-header__actions,
html[dir='ltr'] .site-header__nav-shell,
html[dir='ltr'] .site-header__controls,
html[dir='ltr'] .site-header__mobile-panel {
  direction: ltr;
}

html[dir='ltr'] .site-header__menu {
  padding-inline: clamp(.9rem, 1.55vw, 1.65rem);
}

html[dir='ltr'] .site-header__nav-shell {
  gap: clamp(.75rem, 1vw, 1.1rem);
}

html[dir='ltr'] .site-header__actions {
  grid-column: 3;
  justify-self: end;
  gap: .8rem;
  padding-inline-start: 1.1rem;
}

html[dir='ltr'] .site-header__auth {
  gap: .75rem;
}

html[dir='ltr'] .site-header__lang {
  gap: .35rem;
  flex: 0 0 auto;
  padding: .5rem .76rem;
}

html[dir='ltr'] .site-header__lang-select {
  min-width: 5rem;
  font-size: .8rem;
}

html[dir='ltr'] .nav-link {
  padding-inline: .28rem;
  font-size: .89rem;
}

html[dir='ltr'] .site-header__auth-link,
html[dir='ltr'] .site-header__auth-button {
  font-size: .88rem;
}

html[dir='ltr'] .site-header__cta-group {
  gap: .6rem;
}

html[dir='ltr'] .site-header__cta {
  padding: .72rem 1rem;
  font-size: .83rem;
}

html[dir='ltr'] #headerThemeToggleDesktop {
  gap: .5rem;
  min-width: 2.85rem;
  padding: .68rem .76rem;
}

html[dir='ltr'] #headerThemeToggleDesktop .theme-toggle__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html[dir='ltr'] .theme-toggle__label {
  max-width: 5.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1381px) and (max-width: 1440px) {
  html[dir='ltr'] .site-header__nav-shell {
    gap: .75rem;
  }

  html[dir='ltr'] .site-header__actions {
    gap: .65rem;
    padding-inline-start: .9rem;
  }

  html[dir='ltr'] .site-header__cta {
    padding-inline: .88rem;
    font-size: .82rem;
  }

  html[dir='ltr'] .theme-toggle__label {
    max-width: 4.8rem;
  }
}

@media (min-width: 1441px) {
  html[dir='ltr'] .site-header__brand-tagline {
    display: block;
    font-size: .63rem;
    white-space: nowrap;
  }
}

html[dir='ltr'] .adrek-paths__grid,
html[dir='ltr'] .adrek-path-card__content,
html[dir='ltr'] .journey-map__board,
html[dir='ltr'] .admin-dashboard,
html[dir='ltr'] .admin-sidebar,
html[dir='ltr'] .admin-main,
html[dir='ltr'] .admin-table,
html[dir='ltr'] .page-shell__intro,
html[dir='ltr'] .auth-entry__header,
html[dir='ltr'] .auth-entry__aside,
html[dir='ltr'] .contact-card,
html[dir='ltr'] .specialists-directory,
html[dir='ltr'] .site-footer__links,
html[dir='ltr'] .site-footer__info,
html[dir='ltr'] .site-footer__text,
html[dir='ltr'] .site-footer__bottom {
  direction: ltr;
  text-align: left;
}

html[dir='ltr'] .internal-hero__breadcrumbs,
html[dir='ltr'] .internal-hero__content,
html[dir='ltr'] .internal-hero__actions {
  direction: ltr;
  text-align: left;
  justify-content: flex-start;
}

html[dir='ltr'] .adrek-path-card {
  text-align: left;
}

html[dir='ltr'] .adrek-path-card__badge {
  inset-inline-start: var(--adrek-path-badge-offset);
  inset-inline-end: auto;
}

html[dir='ltr'] .adrek-path-card__content {
  padding-inline-start: calc(var(--adrek-path-badge-size) + .8rem);
  padding-inline-end: 0;
}

html[dir='ltr'] .site-footer__cta-content,
html[dir='ltr'] .site-footer__cta-title {
  text-align: left;
  justify-items: start;
}

html[dir='ltr'] .footer-link:hover {
  transform: translateX(4px);
}

html[dir='ltr'] .site-footer__info a:hover {
  transform: translateX(3px);
}

html[dir='ltr'] .floating-support {
  inset-inline-start: auto;
  inset-inline-end: 1rem;
}

html[dir='ltr'] .site-back-button {
  inset-inline-end: auto;
  inset-inline-start: 1rem;
}

html[dir='ltr'] :is(.page-shell, .auth-entry, .admin-dashboard) .text-right {
  text-align: left !important;
}

.site-header__mobile-utilities {
  display: none;
}

.home-hero-section {
  padding: clamp(.7rem, 1.8vw, 1.05rem) 0 2rem;
}

.home-hero-section__frame {
  width: 100%;
}

.home-hero {
  box-sizing: border-box;
  width: min(100%, 78rem);
  margin: 0 auto;
  padding: 0 1rem;
}

.home-hero__card {
  position: relative;
  display: grid;
  gap: .95rem;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 2rem;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.home-hero__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
  box-shadow: 0 24px 54px rgba(19, 35, 28, .14);
}

.home-hero__cta {
  width: 100%;
}

.home-hero__media-image,
.home-hero__media-placeholder {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(78vh, 46rem);
}

.home-hero__media-image {
  object-fit: contain;
  object-position: center center;
}

.home-hero__media-placeholder {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: .75rem;
  width: 100%;
  min-height: clamp(18rem, 52vw, 28rem);
  padding: clamp(1.6rem, 4vw, 3rem);
  background:
    linear-gradient(135deg, rgba(24, 53, 40, .92), rgba(49, 92, 69, .8)),
    radial-gradient(circle at top right, rgba(237, 226, 203, .25), transparent 35%);
  color: rgba(255, 249, 240, .92);
}

.home-hero__media-placeholder-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .5rem .95rem;
  border-radius: 999px;
  background: rgba(255, 248, 239, .14);
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home-hero__media-placeholder p {
  margin: 0;
  max-width: 20rem;
  font-size: .98rem;
  line-height: 1.9;
}

.home-hero__overlay {
  display: none;
}

.home-hero__copy {
  display: none;
}

.home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  color: rgba(255, 248, 239, .88);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.home-hero__title {
  margin: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: clamp(2rem, 4.3vw, 3.4rem);
  line-height: 1.45;
  color: #fff;
  max-width: 32rem;
  text-shadow: 0 16px 34px rgba(10, 24, 18, .24);
}

.home-hero__text {
  margin: 0;
  max-width: 32rem;
  color: rgba(255, 249, 240, .86);
  font-size: 1rem;
  line-height: 2;
  text-shadow: 0 12px 26px rgba(10, 24, 18, .18);
}

.home-cta-stack {
  box-sizing: border-box;
  display: grid;
  gap: 1rem;
  width: min(100%, 46rem);
  margin: 0 auto;
  padding: 0;
}

.home-cta-button {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: 6.15rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 1.9rem;
  text-decoration: none;
  direction: ltr;
  box-shadow: 0 22px 44px rgba(36, 51, 44, .1);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background-color .22s ease;
}

.home-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 52px rgba(36, 51, 44, .14);
}

.home-cta-button__icon,
.home-cta-button__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 1.25rem;
  flex: 0 0 auto;
}

.home-cta-button__icon svg,
.home-cta-button__arrow svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-cta-button__content {
  display: grid;
  gap: .3rem;
  min-width: 0;
  direction: rtl;
  text-align: right;
}

.home-cta-button__title {
  display: block;
  color: inherit;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  font-weight: 900;
  line-height: 1.4;
}

.home-cta-button__subtitle {
  display: block;
  color: inherit;
  opacity: .88;
  font-size: .92rem;
  line-height: 1.7;
}

.home-cta-button--primary {
  background: linear-gradient(180deg, #315c45 0%, #284a37 100%);
  color: #fffaf2;
}

.home-cta-button--primary .home-cta-button__icon,
.home-cta-button--primary .home-cta-button__arrow {
  background: rgba(255, 249, 240, .12);
  color: #fffaf2;
}

.home-cta-button--secondary {
  background: linear-gradient(180deg, rgba(255, 252, 247, .96), rgba(251, 247, 237, .98));
  border-color: rgba(49, 92, 69, .1);
  color: var(--moss);
}

.home-cta-button--secondary .home-cta-button__icon {
  background: rgba(49, 92, 69, .08);
  color: var(--moss);
}

.home-cta-button--secondary .home-cta-button__arrow {
  background: rgba(49, 92, 69, .06);
  color: var(--moss);
}

.home-journey-section,
.home-paths-section,
.home-assessments-section {
  padding: 0 1rem 2rem;
}

.home-journey,
.home-paths,
.home-assessments {
  width: min(100%, 78rem);
  margin: 0 auto;
}

.home-journey {
  position: relative;
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 2rem;
  padding: 1.4rem;
  background:
    radial-gradient(circle at top left, rgba(221, 235, 221, .55), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(251,247,237,.96));
  box-shadow: 0 18px 44px rgba(49, 92, 69, .08);
}

.home-journey__header,
.home-paths__header {
  display: grid;
  gap: .6rem;
  margin-bottom: 1.1rem;
}

.home-journey__eyebrow,
.home-paths__eyebrow,
.home-assessments__eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  padding: .4rem .85rem;
  background: rgba(221, 235, 221, .7);
  color: var(--moss);
  font-size: .72rem;
  font-weight: 900;
}

.home-journey__title,
.home-paths__title,
.home-assessments__title {
  margin: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 900;
  line-height: 1.7;
  color: var(--moss);
}

.home-journey__subtitle,
.home-assessments__subtitle {
  margin: 0;
  color: rgba(36, 51, 44, .66);
  line-height: 1.9;
}

.home-journey__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.home-journey__step {
  position: relative;
  display: grid;
  gap: .65rem;
  min-height: 100%;
  padding: 1.15rem;
  border: 1px solid rgba(49, 92, 69, .09);
  border-radius: 1.55rem;
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 28px rgba(49, 92, 69, .06);
}

.home-journey__step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 2rem;
  inset-inline-start: calc(100% - .2rem);
  width: calc(100% - 1.1rem);
  height: 2px;
  background: linear-gradient(90deg, rgba(49,92,69,.22), rgba(184,128,42,.36));
}

.home-journey__step-badge,
.home-journey__step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-journey__step-badge {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: rgba(49, 92, 69, .08);
  font-size: 1.3rem;
}

.home-journey__step-index {
  width: fit-content;
  border-radius: 999px;
  padding: .18rem .6rem;
  background: rgba(237, 226, 203, .72);
  color: var(--moss);
  font-size: .76rem;
  font-weight: 900;
}

.home-journey__step h3,
.home-paths__card h3,
.home-assessments__card h3 {
  margin: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--moss);
}

.home-journey__step p,
.home-paths__card p,
.home-assessments__card p {
  margin: 0;
  color: rgba(36, 51, 44, .66);
  line-height: 1.8;
}

.home-paths__grid,
.home-assessments__grid {
  display: grid;
  gap: 1rem;
}

.home-paths__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-paths__card {
  display: grid;
  gap: .75rem;
  padding: 1.2rem;
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 1.5rem;
  background: rgba(255,255,255,.9);
  text-align: right;
  color: inherit;
  box-shadow: 0 14px 34px rgba(49, 92, 69, .06);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-paths__card:hover,
.home-paths__card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(49, 92, 69, .22);
  box-shadow: 0 18px 40px rgba(49, 92, 69, .1);
}

.home-paths__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: rgba(221, 235, 221, .72);
  font-size: 1.35rem;
}

.home-assessments {
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 2rem;
  padding: 1.4rem;
  background:
    radial-gradient(circle at top right, rgba(184, 128, 42, .12), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(250,246,238,.98));
  box-shadow: 0 18px 44px rgba(49, 92, 69, .08);
}

.home-assessments__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.home-assessments__cta,
.booking-journey__assessment-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: .9rem 1.3rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #315c45 0%, #284a37 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(49, 92, 69, .16);
}

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

.guided-journey-intro__stack {
  display: grid;
}

.guided-journey-intro__card {
  width: min(100%, 42rem);
  margin-inline: auto;
  padding: 1.5rem 1.75rem 1.65rem;
  border-radius: 1.75rem;
  text-align: center;
}

.guided-journey-intro__badge {
  padding: .5rem 1rem;
  font-size: .74rem;
}

.guided-journey-intro__title {
  margin: 1rem 0 0;
  font-size: clamp(2.15rem, 4vw, 3rem);
  line-height: 1.12;
}

.guided-journey-intro__subtitle {
  margin: .8rem 0 0;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  line-height: 1.25;
}

.guided-journey-intro__copy {
  margin: .9rem 0 0;
  font-size: 1rem;
  line-height: 1.9;
}

.guided-journey-intro__track {
  animation-duration: 60s;
  gap: 0;
}

.guided-journey-intro__marquee--flow-ltr {
  direction: ltr;
}

.guided-journey-intro__track-group {
  display: flex;
  flex-shrink: 0;
  gap: .9rem;
  min-width: max-content;
}

.guided-journey-intro__pill--rtl {
  direction: rtl;
}

.home-assessments__card {
  display: grid;
  gap: .7rem;
  padding: 1.15rem;
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 1.5rem;
  background: rgba(255,255,255,.88);
}

.home-assessments__card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(221,235,221,.92), rgba(237,226,203,.85));
  font-size: 1.25rem;
}

.home-assessments__meta {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  padding: .28rem .7rem;
  background: rgba(237, 226, 203, .78);
  color: var(--moss);
  font-size: .72rem;
  font-weight: 900;
}

.booking-journey__hero,
.booking-journey__stepper-shell {
  border: 1px solid var(--theme-border-strong);
  box-shadow: 0 24px 60px rgba(49, 92, 69, .08);
}

.booking-journey__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(18rem, .8fr);
  gap: 1.25rem;
  padding: 1.35rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at top left, rgba(var(--accent-gold-rgb), .12), transparent 28%),
    radial-gradient(circle at bottom right, rgba(221, 235, 221, .62), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(251, 247, 237, .94));
}

.booking-journey__hero-main,
.booking-journey__hero-aside,
.booking-journey__hero-overview,
.booking-journey__hero-aside-note {
  display: grid;
}

.booking-journey__hero-main,
.booking-journey__hero-aside {
  gap: 1rem;
}

.booking-journey__hero-copy {
  display: grid;
  gap: .8rem;
}

.booking-journey__hero-kicker,
.booking-journey__stepper-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: .42rem .85rem;
  background: rgba(var(--accent-gold-rgb), .14);
  color: var(--moss);
  font-size: .74rem;
  font-weight: 900;
}

.booking-journey__hero-title,
.booking-journey__stepper-title {
  margin: 0;
  color: var(--theme-heading);
}

.booking-journey__hero-title {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.25;
}

.booking-journey__hero-text,
.booking-journey__stepper-copy {
  margin: 0;
  color: var(--theme-text-secondary);
  line-height: 1.85;
}

.booking-journey__hero-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.booking-journey__hero-summary-card,
.booking-journey__hero-overview,
.booking-journey__hero-aside-note,
.booking-journey__progress-card {
  display: grid;
  gap: .32rem;
  padding: 1rem 1.05rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(49, 92, 69, .09);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 26px rgba(49, 92, 69, .06);
}

.booking-journey__hero-summary-card--current {
  border-color: rgba(49, 92, 69, .18);
  background:
    radial-gradient(circle at top left, rgba(221, 235, 221, .5), transparent 30%),
    rgba(255, 255, 255, .9);
}

.booking-journey__hero-summary-card span,
.booking-journey__hero-overview-label,
.booking-journey__hero-aside-note span,
.booking-journey__progress-meta span {
  color: var(--theme-text-muted);
  font-size: .76rem;
  font-weight: 900;
}

.booking-journey__hero-summary-card strong,
.booking-journey__hero-overview strong,
.booking-journey__hero-aside-note strong {
  color: var(--theme-heading);
  font-size: 1.05rem;
  line-height: 1.6;
}

.booking-journey__hero-summary-card small,
.booking-journey__hero-overview small,
.booking-journey__hero-aside-note small,
.booking-journey__progress-card small {
  color: var(--theme-text-muted);
  line-height: 1.7;
}

.booking-journey__progress-meta strong {
  color: var(--theme-heading);
  font-size: 1.15rem;
}

.booking-journey__stepper-shell {
  --booking-roadmap-dash-gap: 22px;
  --booking-roadmap-timeline-dash: 16px;
  --booking-roadmap-timeline-gap: 30px;
  display: grid;
  gap: 1rem;
  padding: 1.125rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at top left, rgba(221, 235, 221, .45), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(251, 247, 237, .95));
}

.booking-journey__stepper-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, .5fr);
  gap: 1rem;
  align-items: end;
}

.booking-journey__progress-card {
  gap: .6rem;
}

.booking-journey__progress-notes {
  display: grid;
  gap: .2rem;
}

.booking-journey__progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.booking-journey__progress-track {
  position: relative;
  height: .65rem;
  border-radius: 999px;
  background: rgba(49, 92, 69, .1);
  overflow: hidden;
}

.booking-journey__progress-track span {
  position: absolute;
  inset-block: 0;
  inset-inline-start: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(var(--accent-gold-rgb), .82), rgba(49, 92, 69, .95));
}

.booking-journey__stepper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--booking-step-count, 5), minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, auto));
  align-items: start;
  gap: 1rem .85rem;
  padding: 1rem .2rem .25rem;
}

.booking-journey__stepper-track {
  overflow-x: auto;
  padding: .2rem .2rem .45rem;
  scrollbar-width: thin;
}

.booking-journey__stepper[data-step-count='6'] {
  width: max(100%, 78rem);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2.9rem 1.5rem;
  min-height: 22rem;
  padding: 1.4rem 1.25rem 1rem;
}

.booking-journey__stepper[data-step-count='5'] {
  --booking-journey-five-step-min-width: 82rem;
  --booking-journey-current-float-duration: 4.8s;
  width: 100%;
  min-width: var(--booking-journey-five-step-min-width);
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 2.4rem 1.25rem;
  min-height: 21.5rem;
  padding: 1.35rem 1.5rem 1rem;
}

.booking-journey__stepper[data-step-count='4'] {
  --booking-journey-four-step-column-gap: 1.15rem;
  --booking-journey-four-step-inline-padding: 2rem;
  --booking-journey-four-step-padding-block-end: .95rem;
  width: 100%;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 2.25rem var(--booking-journey-four-step-column-gap);
  min-height: 20.5rem;
  padding: 1.25rem 1rem var(--booking-journey-four-step-padding-block-end);
}

.booking-journey__roadmap-line {
  position: absolute;
  inset-inline: 2.5rem;
  inset-block: 0;
  width: calc(100% - 5rem);
  height: 11rem;
  margin-block: auto;
  pointer-events: none;
  z-index: 0;
}

.booking-journey__roadmap-line--mobile {
  display: none;
}

.booking-journey__stepper[data-step-count='6'] .booking-journey__roadmap-line {
  inset-inline: 2.8rem;
  inset-block-start: 1rem;
  inset-block-end: auto;
  width: calc(100% - 5.6rem);
  height: 15.75rem;
}

.booking-journey__stepper[data-step-count='5'] .booking-journey__roadmap-line {
  inset-inline: 2.35rem;
  inset-block-start: 1.15rem;
  inset-block-end: auto;
  width: calc(100% - 4.7rem);
  height: 14.75rem;
}

.booking-journey__stepper[data-step-count='4'] .booking-journey__roadmap-line {
  inset-inline: var(--booking-journey-four-step-inline-padding);
  inset-block-start: 1.1rem;
  inset-block-end: auto;
  width: calc(100% - (var(--booking-journey-four-step-inline-padding) * 2));
  height: 13.75rem;
}

.booking-journey__roadmap-line path {
  fill: none;
  stroke: rgba(49, 92, 69, .18);
  stroke-width: 12;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1 var(--booking-roadmap-dash-gap);
}

.booking-journey__step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: .8rem;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  transition: transform .22s ease, filter .22s ease;
}

.booking-journey__stepper[data-step-count='6'] .booking-journey__step {
  width: min(100%, 12rem);
  max-width: 12rem;
  min-width: 0;
  justify-self: center;
}

.booking-journey__stepper[data-step-count='5'] .booking-journey__step {
  width: min(100%, 12rem);
  max-width: 12rem;
  min-width: 0;
  justify-self: center;
}

.booking-journey__stepper[data-step-count='4'] .booking-journey__step {
  width: 100%;
  max-width: 12.25rem;
  min-width: 0;
  justify-self: center;
}

.booking-journey__stepper[data-step-count='4'] .booking-journey__step:nth-of-type(1) {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.booking-journey__stepper[data-step-count='4'] .booking-journey__step:nth-of-type(2) {
  grid-column: 3 / span 2;
  grid-row: 2;
}

.booking-journey__stepper[data-step-count='4'] .booking-journey__step:nth-of-type(3) {
  grid-column: 5 / span 2;
  grid-row: 1;
}

.booking-journey__stepper[data-step-count='4'] .booking-journey__step:nth-of-type(4) {
  grid-column: 7 / span 2;
  grid-row: 2;
}

.booking-journey__stepper[data-step-count='5'] .booking-journey__step:nth-of-type(1) {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.booking-journey__stepper[data-step-count='5'] .booking-journey__step:nth-of-type(2) {
  grid-column: 3 / span 2;
  grid-row: 2;
}

.booking-journey__stepper[data-step-count='5'] .booking-journey__step:nth-of-type(3) {
  grid-column: 5 / span 2;
  grid-row: 1;
}

.booking-journey__stepper[data-step-count='5'] .booking-journey__step:nth-of-type(4) {
  grid-column: 7 / span 2;
  grid-row: 2;
}

.booking-journey__stepper[data-step-count='5'] .booking-journey__step:nth-of-type(5) {
  grid-column: 9 / span 2;
  grid-row: 1;
}

.booking-journey__stepper[data-step-count='6'] .booking-journey__step:nth-of-type(1) {
  grid-column: 11 / span 2;
  grid-row: 1;
}

.booking-journey__stepper[data-step-count='6'] .booking-journey__step:nth-of-type(2) {
  grid-column: 9 / span 2;
  grid-row: 2;
}

.booking-journey__stepper[data-step-count='6'] .booking-journey__step:nth-of-type(3) {
  grid-column: 7 / span 2;
  grid-row: 1;
}

.booking-journey__stepper[data-step-count='6'] .booking-journey__step:nth-of-type(4) {
  grid-column: 5 / span 2;
  grid-row: 2;
}

.booking-journey__stepper[data-step-count='6'] .booking-journey__step:nth-of-type(5) {
  grid-column: 3 / span 2;
  grid-row: 1;
}

.booking-journey__stepper[data-step-count='6'] .booking-journey__step:nth-of-type(6) {
  grid-column: 1 / span 2;
  grid-row: 2;
  width: min(100%, 13rem);
  max-width: 13rem;
}

.booking-journey__stepper[data-step-count='6'] .booking-journey__step-copy {
  min-height: 5.5rem;
  align-content: start;
}

.booking-journey__stepper[data-step-count='5'] .booking-journey__step-copy {
  min-height: 5.5rem;
  align-content: start;
}

.booking-journey__stepper[data-step-count='4'] .booking-journey__step-copy {
  min-height: 5.35rem;
  align-content: start;
}

.booking-journey__step:nth-of-type(odd) {
  grid-row: 1;
  align-self: end;
}

.booking-journey__step:nth-of-type(even) {
  grid-row: 2;
  align-self: start;
}

.booking-journey__step:nth-of-type(even) .booking-journey__step-copy {
  order: 2;
}

.booking-journey__step:nth-of-type(even) .booking-journey__step-node {
  order: 1;
}

.booking-journey__step--available:hover,
.booking-journey__step--available:focus-visible {
  transform: translateY(-2px);
  filter: drop-shadow(0 16px 26px rgba(49, 92, 69, .12));
}

.booking-journey__stepper[data-step-count='5'] .booking-journey__step--available:hover,
.booking-journey__stepper[data-step-count='5'] .booking-journey__step--available:focus-visible {
  transform: translateY(-4px);
  filter: drop-shadow(0 18px 28px rgba(49, 92, 69, .14));
}

.booking-journey__step--locked {
  cursor: not-allowed;
}

.booking-journey__step--locked .booking-journey__step-copy,
.booking-journey__step--upcoming .booking-journey__step-copy {
  color: rgba(36, 51, 44, .76);
}

.booking-journey__step--locked .booking-journey__step-node,
.booking-journey__step--upcoming .booking-journey__step-node {
  background: rgba(255, 255, 255, .78);
}

.booking-journey__step-copy {
  position: relative;
  display: grid;
  gap: .2rem;
  width: 100%;
  min-width: 0;
  padding: .9rem 1rem;
  border: 1px solid rgba(49, 92, 69, .08);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, .88), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 244, 235, .92));
  box-shadow: 0 16px 30px rgba(49, 92, 69, .08);
}

.booking-journey__step-copy::after {
  content: '';
  position: absolute;
  inset-inline-start: 50%;
  width: 2px;
  height: 1rem;
  background: rgba(49, 92, 69, .14);
  transform: translateX(-50%);
}

.booking-journey__step--upcoming {
  opacity: .9;
}

.booking-journey__step:nth-of-type(odd) .booking-journey__step-copy::after {
  top: 100%;
}

.booking-journey__step:nth-of-type(even) .booking-journey__step-copy::after {
  bottom: 100%;
}

.booking-journey__step-node {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .3rem .45rem .3rem .3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(49, 92, 69, .08);
  box-shadow: 0 12px 24px rgba(49, 92, 69, .08);
}

.booking-journey__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: rgba(49, 92, 69, .08);
  color: var(--moss);
  font-size: .72rem;
  font-weight: 900;
}

.booking-journey__step-marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: .85rem;
  background: rgba(49, 92, 69, .08);
  color: var(--moss);
  font-size: 1.05rem;
  font-weight: 900;
}

.booking-journey__step--completed .booking-journey__step-marker {
  background: linear-gradient(180deg, rgba(39, 122, 78, .96), rgba(29, 95, 59, .96));
  color: #fff;
}

.booking-journey__step--completed .booking-journey__step-number {
  background: rgba(39, 122, 78, .14);
  color: #1f6a43;
}

.booking-journey__step--current .booking-journey__step-node {
  background: rgba(49, 92, 69, .96);
  border-color: rgba(49, 92, 69, .96);
  box-shadow: 0 18px 30px rgba(49, 92, 69, .18);
}

.booking-journey__step-marker svg,
.booking-journey__goal-icon svg {
  width: 1.4rem;
  height: 1.4rem;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.booking-journey__step-check {
  line-height: 1;
}

.booking-journey__step--completed .booking-journey__step-copy {
  background:
    radial-gradient(circle at top left, rgba(221, 235, 221, .55), transparent 42%),
    linear-gradient(180deg, rgba(238, 248, 238, .98), rgba(227, 240, 229, .95));
  border-color: rgba(39, 122, 78, .22);
}

.booking-journey__step--current .booking-journey__step-copy {
  background:
    radial-gradient(circle at top left, rgba(221, 235, 221, .14), transparent 36%),
    linear-gradient(180deg, rgba(49, 92, 69, .98), rgba(39, 74, 55, .98));
  border-color: rgba(49, 92, 69, .98);
  color: #fff;
  box-shadow: 0 20px 36px rgba(49, 92, 69, .18);
}

.booking-journey__step--current .booking-journey__step-marker {
  background: rgba(255,255,255,.14);
  color: #fff;
}

.booking-journey__step--current .booking-journey__step-number {
  background: rgba(255,255,255,.18);
  color: #fff;
}

.booking-journey__stepper[data-step-count='5'] .booking-journey__step--current .booking-journey__step-copy {
  box-shadow: 0 22px 38px rgba(49, 92, 69, .18), 0 0 0 1px rgba(255, 255, 255, .08), 0 0 24px rgba(184, 128, 42, .12);
}

.booking-journey__stepper[data-step-count='5'] .booking-journey__step--current .booking-journey__step-node {
  box-shadow: 0 18px 32px rgba(49, 92, 69, .18), 0 0 18px rgba(184, 128, 42, .12);
}

.booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step--current .booking-journey__step-copy {
  box-shadow: 0 18px 28px rgba(49, 92, 69, .16), 0 0 0 1px rgba(255, 255, 255, .08), 0 0 18px rgba(184, 128, 42, .1);
}

.booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step--current .booking-journey__step-node {
  box-shadow: 0 16px 26px rgba(49, 92, 69, .16), 0 0 14px rgba(184, 128, 42, .1);
}

.booking-journey__step-state {
  color: rgba(36, 51, 44, .58);
  font-size: .68rem;
  font-weight: 900;
  line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
  .booking-journey__stepper[data-step-count='5'] .booking-journey__step--current .booking-journey__step-copy,
  .booking-journey__stepper[data-step-count='5'] .booking-journey__step--current .booking-journey__step-node,
  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step--current .booking-journey__step-copy,
  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step--current .booking-journey__step-node {
    animation: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .booking-journey__stepper[data-step-count='5'] .booking-journey__step--current .booking-journey__step-copy,
  .booking-journey__stepper[data-step-count='5'] .booking-journey__step--current .booking-journey__step-node,
  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step--current .booking-journey__step-copy,
  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step--current .booking-journey__step-node {
    --booking-roadmap-current-base-transform: translateY(0);
    animation: booking-roadmap-current-float var(--booking-journey-current-float-duration) ease-in-out infinite;
  }
}

@keyframes booking-roadmap-current-float {
  0%,
  100% {
    transform: var(--booking-roadmap-current-base-transform, translateY(0));
  }

  50% {
    transform: var(--booking-roadmap-current-base-transform, translateY(0)) translateY(-4px);
  }
}

.booking-journey__step--current .booking-journey__step-state {
  color: rgba(255, 255, 255, .82);
}

.booking-journey__step-copy strong {
  font-size: .92rem;
  line-height: 1.55;
}

.booking-journey__stepper-actions,
.booking-journey__stepper-actions-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.booking-journey__stepper-actions {
  border-top: 1px solid rgba(49, 92, 69, .08);
  padding-top: 1rem;
}

.booking-journey__stepper-actions-note {
  flex: 1 1 18rem;
}

.booking-journey__stepper-actions-note span {
  color: var(--theme-text-muted);
  font-size: .76rem;
  font-weight: 900;
}

.booking-journey__stepper-actions-note strong {
  color: var(--theme-heading);
  font-size: 1rem;
}

.booking-journey__stepper-actions-note small {
  color: var(--theme-text-muted);
  line-height: 1.7;
}

.booking-journey__stepper-actions-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.booking-journey__action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: .82rem 1.2rem;
  border: 1px solid rgba(49, 92, 69, .14);
  font-size: .86rem;
  font-weight: 900;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, opacity .2s ease;
}

.booking-journey__action-button--primary {
  background: var(--moss);
  color: #fff;
  border-color: rgba(49, 92, 69, .92);
  box-shadow: 0 14px 28px rgba(49, 92, 69, .12);
}

.booking-journey__action-button--ghost {
  background: rgba(255, 255, 255, .72);
  color: var(--moss);
}

.booking-journey__action-button--disabled,
.booking-journey__action-button:disabled {
  opacity: .52;
  cursor: not-allowed;
  box-shadow: none;
}

.booking-journey__action-button:not(:disabled):hover,
.booking-journey__action-button:not(:disabled):focus-visible {
  transform: translateY(-1px);
}

.booking-journey__goal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.booking-journey__goal-card {
  display: grid;
  gap: .95rem;
  width: 100%;
  padding: 1.25rem;
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 1.7rem;
  background:
    radial-gradient(circle at top left, rgba(237, 226, 203, .4), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(255, 251, 245, .9));
  color: var(--theme-text-primary);
  text-align: right;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.booking-journey__goal-card:hover,
.booking-journey__goal-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(49, 92, 69, .12);
  border-color: rgba(var(--accent-gold-rgb), .38);
}

.booking-journey__goal-card--active {
  border-color: rgba(49, 92, 69, .9);
  background:
    radial-gradient(circle at top left, rgba(var(--accent-gold-rgb), .18), transparent 28%),
    linear-gradient(180deg, rgba(221, 235, 221, .94), rgba(255, 255, 255, .96));
  box-shadow: 0 20px 40px rgba(49, 92, 69, .14);
}

.booking-journey__goal-card-head,
.booking-journey__goal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9rem;
}

.booking-journey__goal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, .9);
  color: var(--moss);
  box-shadow: 0 10px 22px rgba(49, 92, 69, .08);
}

.booking-journey__goal-status,
.booking-journey__goal-path,
.booking-journey__path-recommendation-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .38rem .72rem;
  font-size: .72rem;
  font-weight: 900;
}

.booking-journey__goal-status {
  background: rgba(237, 226, 203, .78);
  color: var(--moss);
}

.booking-journey__goal-card--active .booking-journey__goal-status {
  background: rgba(49, 92, 69, .92);
  color: #fff;
}

.booking-journey__goal-title {
  margin: 0;
  color: var(--theme-heading);
  font-size: 1.15rem;
  line-height: 1.6;
}

.booking-journey__goal-description {
  margin: 0;
  color: var(--theme-text-secondary);
  line-height: 1.85;
}

.booking-journey__goal-path {
  background: rgba(221, 235, 221, .68);
  color: var(--moss);
}

.booking-journey__goal-arrow {
  color: var(--theme-text-muted);
  font-size: 1.05rem;
  font-weight: 900;
}

.booking-journey__goal-note,
.booking-journey__path-recommendation {
  display: grid;
  gap: .45rem;
  padding: 1rem 1.15rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(var(--accent-gold-rgb), .18);
  background: rgba(237, 226, 203, .34);
}

.booking-journey__goal-note strong,
.booking-journey__path-recommendation strong {
  color: var(--theme-heading);
}

.booking-journey__goal-note p,
.booking-journey__path-recommendation p {
  margin: 0;
  color: var(--theme-text-secondary);
  line-height: 1.8;
}

.booking-journey__path-recommendation {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: .85rem;
}

.booking-journey__path-recommendation-badge {
  background: rgba(49, 92, 69, .92);
  color: #fff;
  align-self: start;
}

.booking-journey__path-section {
  display: grid;
  gap: 1rem;
}

.booking-journey__path-section-head,
.booking-journey__reassurance-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.booking-journey__path-section-title {
  margin: 0;
  color: var(--theme-heading);
  font-size: 1.35rem;
}

.booking-journey__path-section-copy {
  margin: .45rem 0 0;
  color: var(--theme-text-secondary);
  line-height: 1.8;
}

.booking-journey__path-section-chip,
.booking-journey__browse-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: .7rem 1rem;
  font-size: .82rem;
  font-weight: 900;
}

.booking-journey__path-section-chip {
  background: rgba(237, 226, 203, .82);
  color: var(--moss);
}

.booking-journey__path-explorer {
  display: grid;
  justify-items: start;
  gap: .85rem;
  padding: 1.1rem 1.15rem;
  border-top: 1px dashed rgba(49, 92, 69, .16);
}

.booking-journey__path-explorer-copy {
  margin: 0;
  color: var(--theme-text-muted);
  font-size: .92rem;
  line-height: 1.9;
}

.booking-journey__browse-button {
  border: 1px solid rgba(49, 92, 69, .18);
  background: rgba(255, 255, 255, .58);
  color: var(--moss);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.booking-journey__browse-button:hover,
.booking-journey__browse-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(var(--accent-gold-rgb), .42);
  background: rgba(237, 226, 203, .2);
}

.booking-journey__path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.booking-entry-mode-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.booking-entry-mode-summary__card {
  display: grid;
  gap: .6rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 16px 30px rgba(49, 92, 69, .06);
}

.booking-entry-mode-summary__card--guided {
  background:
    radial-gradient(circle at top left, rgba(221, 235, 221, .7), transparent 38%),
    rgba(255, 255, 255, .95);
}

.booking-entry-mode-summary__card--direct {
  background:
    radial-gradient(circle at top left, rgba(237, 226, 203, .72), transparent 40%),
    rgba(255, 255, 255, .95);
}

.booking-entry-mode-summary__card--active {
  border-color: rgba(49, 92, 69, .34);
  box-shadow: 0 20px 34px rgba(49, 92, 69, .1);
}

.booking-entry-mode-summary__badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  padding: .35rem .72rem;
  background: rgba(49, 92, 69, .09);
  color: var(--moss);
  font-size: .72rem;
  font-weight: 900;
}

.booking-entry-mode-summary__card strong {
  color: var(--theme-heading);
  font-size: 1.1rem;
}

.booking-entry-mode-summary__card p,
.booking-entry-mode-summary__card small {
  margin: 0;
  line-height: 1.8;
  color: var(--theme-text-secondary);
}

.booking-entry-mode-summary__action {
  width: fit-content;
  border: 0;
  border-radius: 999px;
  padding: .82rem 1rem;
  background: rgba(49, 92, 69, .96);
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
}

.booking-direct-intro-summary {
  width: 100%;
  display: grid;
  gap: .35rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,244,236,.92));
}

.booking-direct-intro-summary__badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  padding: .3rem .68rem;
  background: rgba(221, 235, 221, .65);
  color: var(--moss);
  font-size: .67rem;
  font-weight: 900;
}

.booking-direct-intro-summary__title {
  color: var(--theme-heading);
  font-size: 1rem;
}

.booking-direct-intro-summary__copy,
.booking-direct-intro-summary__note {
  margin: 0;
  color: var(--theme-text-secondary);
  line-height: 1.75;
}

.booking-direct-intro-summary__copy {
  font-size: .88rem;
}

.booking-direct-intro-summary__note {
  font-size: .8rem;
  font-weight: 800;
}

.booking-journey__path-card {
  display: grid;
  gap: .95rem;
  width: 100%;
  padding: 1.25rem;
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 1.7rem;
  background:
    radial-gradient(circle at top left, rgba(237, 226, 203, .38), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(255, 251, 245, .92));
  color: var(--theme-text-primary);
  text-align: right;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.booking-journey__path-card:hover,
.booking-journey__path-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(49, 92, 69, .12);
  border-color: rgba(var(--accent-gold-rgb), .38);
}

.booking-journey__path-card--active {
  border-color: rgba(49, 92, 69, .94);
  background:
    radial-gradient(circle at top left, rgba(var(--accent-gold-rgb), .18), transparent 28%),
    linear-gradient(180deg, rgba(221, 235, 221, .96), rgba(255, 255, 255, .98));
  box-shadow: 0 20px 40px rgba(49, 92, 69, .14);
}
.booking-journey__path-card--business {
  border-color: rgba(171, 132, 62, .18);
  background:
    radial-gradient(circle at top left, rgba(214, 184, 116, .22), transparent 28%),
    linear-gradient(180deg, rgba(255, 252, 246, .98), rgba(251, 247, 236, .94));
}
.booking-journey__path-card--business:hover,
.booking-journey__path-card--business:focus-visible {
  border-color: rgba(171, 132, 62, .38);
  box-shadow: 0 18px 34px rgba(125, 89, 23, .12);
}
.booking-journey__path-card--business.booking-journey__path-card--active {
  border-color: rgba(140, 93, 24, .92);
  background:
    radial-gradient(circle at top left, rgba(214, 184, 116, .28), transparent 28%),
    linear-gradient(180deg, rgba(251, 243, 224, .98), rgba(255, 252, 246, .98));
  box-shadow: 0 20px 40px rgba(125, 89, 23, .16);
}
.booking-journey__path-card--business .booking-journey__path-card-icon {
  background: linear-gradient(160deg, rgba(255, 251, 242, .98), rgba(242, 226, 190, .88));
  color: #8a5b18;
}
.booking-journey__path-card--business .booking-journey__path-card-badge,
.booking-journey__path-card--business .booking-journey__path-card-action {
  background: rgba(140, 93, 24, .92);
  color: #fff8ec;
}
.booking-journey__path-card--business .booking-journey__path-card-title {
  color: #6d4713;
}
.booking-journey__path-card--business .booking-journey__path-card-point {
  background: rgba(255, 250, 240, .92);
  color: #6d4713;
}

.booking-journey__path-card--coaching {
  background:
    radial-gradient(circle at top left, rgba(231, 219, 255, .55), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(250, 246, 255, .94));
}

.booking-journey__path-card--balance {
  background:
    radial-gradient(circle at top left, rgba(221, 235, 221, .68), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(245, 252, 248, .94));
}

.booking-journey__path-card--family {
  background:
    radial-gradient(circle at top left, rgba(255, 230, 214, .62), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(255, 248, 243, .94));
}

.booking-journey__path-card--career {
  background:
    radial-gradient(circle at top left, rgba(219, 232, 255, .6), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(246, 250, 255, .94));
}

.booking-journey__path-card--children {
  background:
    radial-gradient(circle at top left, rgba(255, 244, 194, .62), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .95), rgba(255, 252, 242, .94));
}

.booking-journey__path-card--active,
.booking-journey__path-card--active.booking-journey__path-card--coaching,
.booking-journey__path-card--active.booking-journey__path-card--balance,
.booking-journey__path-card--active.booking-journey__path-card--family,
.booking-journey__path-card--active.booking-journey__path-card--career,
.booking-journey__path-card--active.booking-journey__path-card--children {
  border-color: rgba(49, 92, 69, .94);
  background:
    radial-gradient(circle at top left, rgba(var(--accent-gold-rgb), .18), transparent 28%),
    linear-gradient(180deg, rgba(221, 235, 221, .96), rgba(255, 255, 255, .98));
  box-shadow: 0 20px 40px rgba(49, 92, 69, .14);
}

.booking-journey__path-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9rem;
}

.booking-journey__path-card-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  font-size: 1.5rem;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .92);
  color: var(--moss);
  box-shadow: 0 10px 22px rgba(49, 92, 69, .08);
}
.booking-journey__path-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.92) contrast(1.04) brightness(.95);
}
.booking-journey__path-card-icon .adrek-paths__svg {
  width: 1.45rem;
  height: 1.45rem;
}

.booking-journey__path-card-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .38rem .72rem;
  background: rgba(237, 226, 203, .78);
  color: var(--moss);
  font-size: .72rem;
  font-weight: 900;
}

.booking-journey__path-card--active .booking-journey__path-card-badge,
.booking-journey__path-card-action {
  background: rgba(49, 92, 69, .92);
  color: #fff;
}

.booking-journey__path-card-title {
  margin: 0;
  color: var(--theme-heading);
  font-size: 1.15rem;
  line-height: 1.6;
}

.booking-journey__path-card-description {
  margin: 0;
  color: var(--theme-text-secondary);
  line-height: 1.85;
}

.booking-journey__path-card-points {
  display: grid;
  gap: .55rem;
}

.booking-journey__path-card-point {
  border-radius: 1rem;
  padding: .85rem 1rem;
  background: rgba(255, 255, 255, .82);
  color: var(--moss);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.7;
}

.booking-journey__path-card-action {
  width: fit-content;
  border-radius: 999px;
  padding: .7rem 1rem;
  font-size: .8rem;
  font-weight: 900;
}

.booking-journey__reassurance-card {
  display: grid;
  gap: .8rem;
  padding: 1.4rem;
  border-radius: 1.7rem;
  border: 1px solid rgba(var(--accent-gold-rgb), .22);
  background:
    radial-gradient(circle at top left, rgba(var(--accent-gold-rgb), .12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(237, 226, 203, .28));
}

.booking-journey__reassurance-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: .38rem .8rem;
  background: rgba(237, 226, 203, .82);
  color: var(--moss);
  font-size: .72rem;
  font-weight: 900;
}

.booking-journey__reassurance-card strong {
  color: var(--theme-heading);
  font-size: 1.4rem;
}

.booking-journey__reassurance-card p {
  margin: 0;
  color: var(--theme-text-secondary);
  line-height: 1.9;
}

.booking-journey__assessment-highlight,
.booking-page__secure-card {
  border: 1px solid rgba(49, 92, 69, .1);
  background:
    radial-gradient(circle at top right, rgba(237,226,203,.34), transparent 36%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(221,235,221,.46));
}

.booking-journey__assessment-badge,
.booking-page__secure-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .38rem .8rem;
  background: rgba(237, 226, 203, .82);
  color: var(--moss);
  font-size: .72rem;
  font-weight: 900;
}

.direct-booking__panel {
  display: grid;
  gap: 1.35rem;
}

.direct-booking__panel > * {
  transform-origin: center top;
}

.direct-booking__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, .85fr);
  gap: 1rem;
  padding: 1.3rem;
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 1.9rem;
  background:
    radial-gradient(circle at top right, rgba(var(--accent-gold-rgb), .14), transparent 28%),
    radial-gradient(circle at bottom left, rgba(221, 235, 221, .5), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(251,247,237,.95));
}

.direct-booking__hero-copy,
.direct-booking__summary,
.direct-booking__summary-card {
  display: grid;
}

.direct-booking__hero-copy,
.direct-booking__summary {
  gap: 1rem;
}

.direct-booking__eyebrow,
.direct-booking__showcase-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: .42rem .85rem;
  background: rgba(var(--accent-gold-rgb), .14);
  color: var(--moss);
  font-size: .74rem;
  font-weight: 900;
}

.direct-booking__title,
.direct-booking__showcase-title {
  margin: 0;
  color: var(--theme-heading);
}

.direct-booking__title {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.35;
}

.direct-booking__copy,
.direct-booking__showcase-copy {
  margin: 0;
  color: var(--theme-text-secondary);
  line-height: 1.9;
}

.direct-booking__path-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}

.direct-booking__path-tab,
.direct-booking__primary-action,
.direct-booking__secondary-action,
.direct-booking__card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 900;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease, opacity .22s ease;
}

.direct-booking__path-tab {
  min-height: 3rem;
  padding: .78rem 1.1rem;
  border: 1px solid rgba(49, 92, 69, .12);
  background: rgba(255, 255, 255, .86);
  color: var(--moss);
  gap: .45rem;
}

.direct-booking__path-tab:hover,
.direct-booking__path-tab:focus-visible,
.direct-booking__path-tab--active {
  transform: translateY(-2px);
  border-color: rgba(49, 92, 69, .9);
}

.direct-booking__path-tab--active {
  background: rgba(49, 92, 69, .96);
  color: #fff;
  box-shadow: 0 14px 28px rgba(49, 92, 69, .14);
}

.direct-booking__path-tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  background: rgba(49, 92, 69, .08);
  font-size: .9rem;
}

.direct-booking__path-tab--active .direct-booking__path-tab-icon {
  background: rgba(255, 255, 255, .18);
}

.direct-booking__path-tab--coaching {
  border-color: rgba(126, 92, 191, .2);
  background: rgba(248, 243, 255, .92);
}

.direct-booking__path-tab--balance {
  border-color: rgba(83, 140, 107, .2);
  background: rgba(243, 251, 246, .92);
}

.direct-booking__path-tab--family {
  border-color: rgba(191, 122, 86, .18);
  background: rgba(255, 247, 242, .92);
}

.direct-booking__path-tab--career {
  border-color: rgba(77, 112, 173, .18);
  background: rgba(244, 248, 255, .92);
}

.direct-booking__path-tab--business {
  border-color: rgba(140, 93, 24, .18);
  background: rgba(255, 250, 240, .95);
}

.direct-booking__path-tab--children {
  border-color: rgba(180, 146, 33, .18);
  background: rgba(255, 251, 236, .95);
}

.direct-booking__path-tab--active,
.direct-booking__path-tab--active.direct-booking__path-tab--coaching,
.direct-booking__path-tab--active.direct-booking__path-tab--balance,
.direct-booking__path-tab--active.direct-booking__path-tab--family,
.direct-booking__path-tab--active.direct-booking__path-tab--career,
.direct-booking__path-tab--active.direct-booking__path-tab--children {
  background: rgba(49, 92, 69, .96);
  color: #fff;
  box-shadow: 0 14px 28px rgba(49, 92, 69, .14);
}

.assessment-report-disclaimer {
  display: grid;
  gap: .45rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(184, 128, 42, .24);
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at top left, rgba(237, 226, 203, .45), transparent 35%),
    rgba(255, 250, 242, .96);
}

.assessment-report-disclaimer strong {
  color: var(--theme-heading);
}

.assessment-report-disclaimer p {
  margin: 0;
  color: var(--theme-text-secondary);
  line-height: 1.85;
}

@media (max-width: 900px) {
  .booking-entry-mode-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  .booking-direct-intro-summary {
    padding: .8rem .9rem;
    border-radius: 1rem;
  }
}

.direct-booking__hero-actions,
.direct-booking__showcase-empty-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.direct-booking__primary-action,
.direct-booking__secondary-action {
  min-height: 3.1rem;
  padding: .8rem 1.25rem;
  text-decoration: none;
}

.direct-booking__primary-action,
.direct-booking__card-button {
  border: 1px solid rgba(49, 92, 69, .92);
  background: linear-gradient(135deg, #23412f 0%, #315c45 100%);
  color: #fff;
  box-shadow: 0 14px 26px rgba(49, 92, 69, .14);
}

.direct-booking__secondary-action,
.direct-booking__card-button--ghost {
  border: 1px solid rgba(49, 92, 69, .12);
  background: rgba(255, 255, 255, .82);
  color: var(--moss);
}

.direct-booking__primary-action:disabled,
.direct-booking__card-button:disabled {
  opacity: .55;
  cursor: not-allowed;
  box-shadow: none;
}

.direct-booking__summary-card {
  gap: .35rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(49, 92, 69, .09);
  border-radius: 1.35rem;
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 26px rgba(49, 92, 69, .06);
}

.direct-booking__summary-card span,
.direct-booking__showcase-path small,
.direct-booking__showcase-meta span {
  color: var(--theme-text-muted);
  font-size: .76rem;
  font-weight: 900;
}

.direct-booking__summary-card strong,
.direct-booking__showcase-path strong {
  color: var(--theme-heading);
  line-height: 1.6;
}

.direct-booking__summary-card small {
  color: var(--theme-text-secondary);
  line-height: 1.7;
}

.direct-booking__showcase-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.direct-booking__showcase-meta-bar,
.direct-booking__showcase-controls {
  display: flex;
  align-items: center;
  gap: .75rem;
  flex-wrap: wrap;
}

.direct-booking__showcase-path {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: .85rem;
  align-items: center;
  min-width: min(100%, 18rem);
  padding: .85rem 1rem;
  border: 1px solid rgba(49, 92, 69, .12);
  border-radius: 1.35rem;
  background: rgba(255,255,255,.78);
}
.direct-booking__showcase-path--business {
  border-color: rgba(171, 132, 62, .24);
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(251,247,236,.98));
}
.direct-booking__showcase-path--business .direct-booking__showcase-path-media {
  background: linear-gradient(160deg, rgba(255, 251, 242, .98), rgba(242, 226, 190, .88));
  box-shadow: 0 12px 24px rgba(125, 89, 23, .14);
}
.direct-booking__showcase-path--business strong {
  color: #6d4713;
}

.direct-booking__showcase-path-media {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.86);
  box-shadow: 0 10px 20px rgba(49, 92, 69, .08);
}

.direct-booking__showcase-path-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.direct-booking__showcase-shell {
  display: grid;
  gap: .8rem;
}

.direct-booking__showcase-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(18rem, 22rem);
  gap: 1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding-bottom: .35rem;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
}

.direct-booking__showcase-card {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 1.7rem;
  background:
    radial-gradient(circle at top right, rgba(237, 226, 203, .28), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(251,247,237,.95));
  box-shadow: 0 16px 34px rgba(49, 92, 69, .08);
  scroll-snap-align: start;
  cursor: pointer;
  transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease, border-color .28s ease, background .28s ease;
  will-change: transform;
}

.direct-booking__showcase-card-head,
.direct-booking__showcase-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
}

.direct-booking__showcase-avatar-frame {
  position: relative;
  border-radius: 1.9rem;
  padding: .18rem;
  background: linear-gradient(160deg, rgba(var(--accent-gold-rgb), .34), rgba(221, 235, 221, .88));
  box-shadow: 0 12px 28px rgba(49, 92, 69, .12);
}

.direct-booking__showcase-avatar {
  width: 6rem;
  height: 6rem;
  border-radius: 1.7rem;
  transition: transform .5s cubic-bezier(.2,.8,.2,1), filter .5s ease;
}

.direct-booking__showcase-rating {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.2rem;
  padding: .55rem .8rem;
  border-radius: 999px;
  background: rgba(237, 226, 203, .84);
  color: var(--moss);
  font-size: .8rem;
  font-weight: 900;
}

.direct-booking__showcase-card-body {
  display: grid;
  gap: .7rem;
}

.direct-booking__showcase-selection {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  padding: .35rem .72rem;
  background: rgba(237, 226, 203, .66);
  color: var(--moss);
  font-size: .7rem;
  font-weight: 900;
  transition: background .28s ease, color .28s ease;
}

.direct-booking__showcase-card-body h4 {
  margin: 0;
  color: var(--theme-heading);
  font-size: 1.2rem;
}

.direct-booking__showcase-specialty,
.direct-booking__showcase-bio {
  margin: 0;
  color: var(--theme-text-secondary);
  line-height: 1.85;
}

.direct-booking__showcase-specialty {
  font-weight: 800;
}

.direct-booking__showcase-bio {
  font-size: .92rem;
}

.direct-booking__showcase-meta,
.direct-booking__showcase-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.direct-booking__showcase-meta span,
.direct-booking__showcase-tags span,
.direct-booking__trust-card {
  border-radius: 999px;
  padding: .48rem .8rem;
}

.direct-booking__showcase-meta span {
  background: rgba(255,255,255,.82);
}

.direct-booking__showcase-tags span {
  background: rgba(221, 235, 221, .8);
  color: var(--moss);
  font-size: .75rem;
  font-weight: 900;
}

.direct-booking__showcase-actions {
  padding-top: .9rem;
  border-top: 1px solid rgba(49, 92, 69, .08);
}

.direct-booking__showcase-card:hover,
.direct-booking__showcase-card:focus-visible {
  transform: translateY(-8px);
  border-color: rgba(var(--accent-gold-rgb), .34);
  box-shadow: 0 26px 44px rgba(49, 92, 69, .14);
}

.direct-booking__showcase-card:hover .direct-booking__showcase-avatar,
.direct-booking__showcase-card:focus-visible .direct-booking__showcase-avatar {
  transform: scale(1.05);
  filter: saturate(1.06);
}

.direct-booking__showcase-card--active {
  border-color: rgba(49, 92, 69, .94);
  background:
    radial-gradient(circle at top right, rgba(var(--accent-gold-rgb), .18), transparent 30%),
    linear-gradient(180deg, rgba(223, 236, 225, .98), rgba(255,255,255,.98));
  box-shadow: 0 24px 42px rgba(49, 92, 69, .16);
}

.direct-booking__showcase-card--active .direct-booking__showcase-selection {
  background: rgba(49, 92, 69, .96);
  color: #fff;
}

.direct-booking__showcase-card--active .direct-booking__showcase-avatar-frame {
  background: linear-gradient(160deg, rgba(var(--accent-gold-rgb), .52), rgba(49, 92, 69, .38));
}

.direct-booking__card-button {
  min-height: 2.9rem;
  padding: .72rem 1rem;
}

.direct-booking__showcase-controls {
  justify-content: flex-end;
}

.direct-booking__showcase-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: .7rem 1rem;
  border: 1px solid rgba(49, 92, 69, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  color: var(--moss);
  font-size: .8rem;
  font-weight: 900;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.direct-booking__showcase-control:hover,
.direct-booking__showcase-control:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(var(--accent-gold-rgb), .32);
  box-shadow: 0 14px 26px rgba(49, 92, 69, .1);
}

.direct-booking__showcase-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .45rem;
}

.direct-booking__showcase-dot {
  width: .7rem;
  height: .7rem;
  border: 0;
  border-radius: 999px;
  background: rgba(49, 92, 69, .18);
  transition: transform .22s ease, background .22s ease, width .22s ease;
}

.direct-booking__showcase-dot:hover,
.direct-booking__showcase-dot:focus-visible,
.direct-booking__showcase-dot--active {
  width: 1.7rem;
  background: rgba(49, 92, 69, .92);
}

.direct-booking__showcase-empty {
  display: grid;
  gap: .9rem;
  padding: 1.3rem;
  border: 1px dashed rgba(49, 92, 69, .16);
  border-radius: 1.6rem;
  background: rgba(255,255,255,.82);
}

.direct-booking__showcase-empty h3,
.direct-booking__showcase-empty p {
  margin: 0;
}

.direct-booking__showcase-empty p {
  color: var(--theme-text-secondary);
  line-height: 1.85;
}

.direct-booking__trust-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .75rem;
}

.direct-booking__trust-card {
  border: 1px solid rgba(49, 92, 69, .08);
  background: rgba(255,255,255,.78);
  color: var(--moss);
  text-align: center;
  font-size: .82rem;
  font-weight: 900;
}

@media (max-width: 1199px) {
  .booking-journey__hero,
  .booking-journey__stepper-head,
  .direct-booking__hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .booking-journey__goal-grid,
  .booking-journey__path-grid,
  .home-journey__steps,
  .home-paths__grid,
  .direct-booking__trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .booking-journey__hero-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  .booking-journey__roadmap-line {
    inset-inline: 1.5rem;
    width: calc(100% - 3rem);
  }

  .direct-booking__showcase-head {
    align-items: start;
  }

  .direct-booking__showcase-meta-bar {
    width: 100%;
    justify-content: space-between;
  }

  .booking-journey__stepper[data-step-count='6'] {
    width: max(100%, 72rem);
    gap: 2.6rem 1.25rem;
    min-height: 20.5rem;
    padding-inline: .95rem;
  }

  .booking-journey__stepper[data-step-count='4'] {
    gap: 2rem 1rem;
    min-height: 19.5rem;
    padding-inline: .8rem;
  }

  .booking-journey__stepper[data-step-count='6'] .booking-journey__roadmap-line {
    inset-inline: 2.2rem;
    width: calc(100% - 4.4rem);
  }

  .booking-journey__stepper[data-step-count='4'] .booking-journey__roadmap-line {
    inset-inline: 1.75rem;
    width: calc(100% - 3.5rem);
  }

  .booking-journey__step-copy {
    padding-inline: .8rem;
  }
}

@media (max-width: 767px) {
  :root {
    --mobile-page-shell-inline-padding: .78rem;
  }

  .guided-journey-intro {
    padding-inline: 0;
    overflow-x: hidden;
  }

  .guided-journey-intro__stack {
    gap: .9rem;
  }

  .guided-journey-intro__card {
    width: min(15.75rem, calc(100vw - 2.5rem));
    margin-inline: auto;
    padding: .95rem .85rem 1rem;
    border-radius: 1.35rem;
    text-align: center;
  }

  .guided-journey-intro__badge {
    padding: .55rem .9rem;
    font-size: .72rem;
  }

  .guided-journey-intro__title {
    margin-top: .8rem;
    font-size: 1.48rem;
    line-height: 1.16;
  }

  .guided-journey-intro__subtitle {
    margin-top: .7rem;
    font-size: 1rem;
    line-height: 1.3;
  }

  .guided-journey-intro__copy {
    margin-top: .75rem;
    font-size: .8rem;
    line-height: 1.72;
  }

  .guided-journey-intro__marquee {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    border-radius: 1.6rem;
    padding: .85rem .35rem;
  }

  .guided-journey-intro__track {
    padding-inline: .78rem;
    animation-duration: 12s;
    animation-direction: reverse;
  }

  .guided-journey-intro__track-group {
    gap: .7rem;
  }

  .guided-journey-intro__pill {
    --guided-journey-pill-width: calc(100vw - 2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--guided-journey-pill-width);
    min-width: var(--guided-journey-pill-width);
    padding: .85rem 1rem;
    font-size: .84rem;
    line-height: 1.7;
    text-align: center;
    white-space: normal;
  }

  .home-journey-section,
  .home-paths-section,
  .home-assessments-section {
    padding-inline: .9rem;
  }

  .home-journey,
  .home-assessments {
    border-radius: 1.6rem;
    padding: 1rem;
  }

  .booking-journey__hero,
  .booking-journey__stepper-shell {
    border-radius: 1.6rem;
    padding: 1rem;
  }

  .home-journey__steps,
  .home-paths__grid,
  .home-assessments__grid,
  .booking-journey__goal-grid,
  .booking-journey__path-grid,
  .booking-journey__hero-summary,
  .direct-booking__trust-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .booking-journey__path-recommendation {
    grid-template-columns: minmax(0, 1fr);
  }

  .direct-booking__hero {
    padding: 1rem;
    border-radius: 1.6rem;
  }

  .direct-booking__showcase-strip {
    grid-auto-columns: minmax(16.5rem, 84vw);
  }

  .direct-booking__showcase-control {
    min-height: 2.5rem;
  }

  .direct-booking__showcase-card,
  .direct-booking__summary-card {
    border-radius: 1.4rem;
  }

  .direct-booking__showcase-card-head,
  .direct-booking__showcase-actions {
    flex-wrap: wrap;
  }

  .direct-booking__showcase-avatar {
    width: 5.2rem;
    height: 5.2rem;
  }

  .direct-booking__path-tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    padding-bottom: .25rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
  }

  .direct-booking__path-tab {
    flex: 0 0 min(78vw, 14rem);
    min-width: min(78vw, 14rem);
    max-width: min(78vw, 14rem);
    justify-content: flex-start;
    white-space: normal;
    line-height: 1.45;
    text-align: right;
    scroll-snap-align: start;
  }

  .direct-booking__showcase-meta-bar,
  .direct-booking__showcase-controls,
  .direct-booking__showcase-actions {
    width: 100%;
  }

  .direct-booking__showcase-controls {
    justify-content: space-between;
  }

  .internal-hero__actions,
  .direct-booking__hero-actions,
  .home-hero-actions {
    width: 100%;
  }

  .internal-hero__actions > *,
  .direct-booking__hero-actions > *,
  .home-hero-actions > * {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .booking-journey__stepper {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    gap: .85rem;
    padding: .35rem 0 .15rem;
  }

  .booking-journey__stepper::before {
    content: '';
    position: absolute;
    top: .45rem;
    bottom: .45rem;
    inset-inline-end: 1rem;
    width: 2px;
    border-radius: 999px;
    background:
      repeating-linear-gradient(180deg, rgba(49, 92, 69, .22) 0 var(--booking-roadmap-timeline-dash), rgba(49, 92, 69, .08) var(--booking-roadmap-timeline-dash) var(--booking-roadmap-timeline-gap));
  }

  .booking-journey__roadmap-line {
    display: none;
  }

  .booking-journey__stepper-track {
    overflow: visible;
    padding-bottom: 0;
  }

  .booking-journey__stepper[data-step-count='4'],
  .booking-journey__stepper[data-step-count='6'] {
    width: 100%;
    min-height: 0;
  }

  .booking-journey__step {
    grid-row: auto !important;
    justify-items: stretch;
    text-align: right;
    padding-inline-end: 3rem;
    transform: none !important;
  }

  .booking-journey__step:nth-of-type(even) {
    margin-inline-start: .9rem;
  }

  .booking-journey__step:nth-of-type(odd) {
    margin-inline-start: .15rem;
  }

  .booking-journey__step:nth-of-type(even) .booking-journey__step-copy,
  .booking-journey__step:nth-of-type(even) .booking-journey__step-node {
    order: initial;
  }

  .booking-journey__step-copy {
    padding: .85rem .95rem;
    border-radius: 1.2rem;
  }

  .booking-journey__step-copy::after {
    display: none;
  }

  .booking-journey__step-node {
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    transform: translateY(-50%);
    min-height: 2.8rem;
  }

  .booking-journey__step-node::after {
    content: '';
    position: absolute;
    inset-inline-start: 50%;
    top: 100%;
    width: 2px;
    height: .95rem;
    background: rgba(49, 92, 69, .16);
    transform: translateX(-50%);
  }

  .booking-journey__step:last-child .booking-journey__step-node::after {
    display: none;
  }

  .booking-journey__step-marker {
    width: 2.2rem;
    height: 2.2rem;
  }

  .booking-journey__step-copy strong {
    font-size: .84rem;
  }

  .booking-journey__step-state {
    font-size: .66rem;
  }

  .booking-journey__stepper[data-step-count='4'] {
    gap: .75rem .3rem;
    min-height: 12.4rem;
    padding: .55rem .25rem .15rem;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, auto));
  }

  .booking-journey__stepper[data-step-count='4']::before {
    display: none;
  }

  .booking-journey__stepper[data-step-count='4'] .booking-journey__roadmap-line {
    display: block;
    inset-inline: .75rem;
    inset-block-start: .65rem;
    inset-block-end: auto;
    width: calc(100% - 1.5rem);
    height: 7.85rem;
  }

  .booking-journey__stepper[data-step-count='4'] .booking-journey__roadmap-line--mobile {
    display: none;
  }

  .booking-journey__stepper[data-step-count='4'] .booking-journey__step {
    justify-items: center;
    text-align: center;
    padding-inline-end: 0;
    margin-inline-start: 0;
  }

  .booking-journey__stepper[data-step-count='4'] .booking-journey__step:nth-of-type(1) {
    grid-column: 1 / span 2;
    grid-row: 1 !important;
  }

  .booking-journey__stepper[data-step-count='4'] .booking-journey__step:nth-of-type(2) {
    grid-column: 3 / span 2;
    grid-row: 2 !important;
  }

  .booking-journey__stepper[data-step-count='4'] .booking-journey__step:nth-of-type(3) {
    grid-column: 5 / span 2;
    grid-row: 1 !important;
  }

  .booking-journey__stepper[data-step-count='4'] .booking-journey__step:nth-of-type(4) {
    grid-column: 7 / span 2;
    grid-row: 2 !important;
  }

  .booking-journey__stepper[data-step-count='4'] .booking-journey__step-copy,
  .booking-journey__stepper[data-step-count='4'] .booking-journey__step-node {
    order: initial;
  }

  .booking-journey__stepper[data-step-count='4'] .booking-journey__step-copy {
    min-height: 3.85rem;
    padding: .56rem .42rem;
    border-radius: .92rem;
  }

  .booking-journey__stepper[data-step-count='4'] .booking-journey__step-copy::after {
    display: block;
    height: .55rem;
  }

  .booking-journey__stepper[data-step-count='4'] .booking-journey__step-node {
    position: relative;
    inset: auto;
    top: auto;
    transform: none;
    min-height: 0;
    gap: .28rem;
    padding: .18rem .25rem .18rem .18rem;
  }

  .booking-journey__stepper[data-step-count='4'] .booking-journey__step-node::after {
    display: none;
  }

  .booking-journey__stepper[data-step-count='4'] .booking-journey__step-marker {
    width: 1.62rem;
    height: 1.62rem;
    border-radius: .62rem;
  }

  .booking-journey__stepper[data-step-count='4'] .booking-journey__step-number {
    min-width: 1.36rem;
    height: 1.36rem;
    font-size: .58rem;
  }

  .booking-journey__stepper[data-step-count='4'] .booking-journey__step-copy strong {
    font-size: .72rem;
    line-height: 1.42;
  }

  .booking-journey__stepper[data-step-count='4'] .booking-journey__step-state {
    font-size: .56rem;
  }

  .booking-journey__stepper--direct[data-step-count='4'] {
    --booking-journey-current-float-duration: 4.6s;
    width: 100%;
    min-width: 0;
    min-height: 27rem;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    gap: 1rem;
    padding: .65rem 0 .3rem;
  }

  .booking-journey__stepper--direct[data-step-count='4']::before {
    display: none;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__roadmap-line--desktop {
    display: none;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__roadmap-line--mobile {
    display: block;
    inset-inline-start: auto !important;
    inset-inline-end: auto !important;
    left: 50% !important;
    right: auto !important;
    top: .55rem;
    width: min(6rem, 19vw);
    height: calc(100% - 1.1rem);
    margin: 0;
    transform: translateX(-50%);
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step:nth-of-type(1),
  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step:nth-of-type(2),
  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step:nth-of-type(3),
  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step:nth-of-type(4) {
    grid-column: 1 / -1;
    grid-row: auto !important;
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 5.2rem;
    justify-items: stretch;
    text-align: center;
    padding-inline-end: 0;
    margin-inline-start: 0;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step:nth-of-type(odd),
  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step:nth-of-type(even) {
    justify-self: stretch;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step:nth-of-type(1) {
    grid-row: 1 !important;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step:nth-of-type(2) {
    grid-row: 2 !important;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step:nth-of-type(3) {
    grid-row: 3 !important;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step:nth-of-type(4) {
    grid-row: 4 !important;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step-copy,
  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step-node {
    order: initial;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step-copy {
    width: min(11rem, calc(50% + .1rem));
    min-height: 0;
    padding: .82rem .88rem;
    border-radius: .92rem;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step-copy::after {
    display: none;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 1.5rem;
    height: 1px;
    background: rgba(49, 92, 69, .14);
    transform: translateY(-50%);
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step:nth-of-type(odd)::before {
    left: calc(50% + 1.55rem);
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step:nth-of-type(even)::before {
    right: calc(50% + 1.55rem);
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step:nth-of-type(odd) .booking-journey__step-copy {
    margin-left: calc(50% - .4rem);
    margin-right: 0;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step:nth-of-type(even) .booking-journey__step-copy {
    margin-right: calc(50% - .4rem);
    margin-left: 0;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step-node {
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    min-height: 0;
    gap: .28rem;
    padding: .18rem .25rem .18rem .18rem;
    transform: translate(-50%, -50%);
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step--current .booking-journey__step-node {
    --booking-roadmap-current-base-transform: translate(-50%, -50%);
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step-node::after {
    display: none;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step-marker {
    width: 1.48rem;
    height: 1.48rem;
    border-radius: .52rem;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step-marker svg {
    width: .95rem;
    height: .95rem;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step-number {
    min-width: 1.22rem;
    height: 1.22rem;
    font-size: .54rem;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step-copy strong {
    font-size: .68rem;
    line-height: 1.4;
  }

  .booking-journey__stepper--direct[data-step-count='4'] .booking-journey__step-state {
    font-size: .52rem;
    line-height: 1.35;
  }

  .booking-journey__stepper--guided[data-step-count='5'] {
    width: 100%;
    min-width: 0;
    min-height: 34rem;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    gap: 1rem;
    padding: .65rem 0 .3rem;
  }

  .booking-journey__stepper--guided[data-step-count='5']::before {
    display: none;
  }

  .booking-journey__stepper--guided[data-step-count='5'] .booking-journey__roadmap-line--desktop {
    display: none;
  }

  .booking-journey__stepper--guided[data-step-count='5'] .booking-journey__roadmap-line--mobile {
    display: block;
    left: 50%;
    top: .55rem;
    width: min(6rem, 19vw);
    height: calc(100% - 1.1rem);
    margin: 0;
    transform: translateX(-50%);
  }

  .booking-journey__stepper--guided[data-step-count='5'] .booking-journey__step:nth-of-type(n) {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 5.2rem;
    justify-items: stretch;
    text-align: center;
    padding-inline-end: 0;
    margin-inline-start: 0;
  }

  .booking-journey__stepper--guided[data-step-count='5'] .booking-journey__step:nth-of-type(odd),
  .booking-journey__stepper--guided[data-step-count='5'] .booking-journey__step:nth-of-type(even) {
    justify-self: stretch;
  }

  .booking-journey__stepper--guided[data-step-count='5'] .booking-journey__step-copy,
  .booking-journey__stepper--guided[data-step-count='5'] .booking-journey__step-node {
    order: initial;
  }

  .booking-journey__stepper--guided[data-step-count='5'] .booking-journey__step-copy {
    width: min(11rem, calc(50% + .1rem));
    min-height: 0;
    padding: .82rem .88rem;
  }

  .booking-journey__stepper--guided[data-step-count='5'] .booking-journey__step-copy::after {
    display: none;
  }

  .booking-journey__stepper--guided[data-step-count='5'] .booking-journey__step::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 1.5rem;
    height: 1px;
    background: rgba(49, 92, 69, .14);
    transform: translateY(-50%);
  }

  .booking-journey__stepper--guided[data-step-count='5'] .booking-journey__step:nth-of-type(odd)::before {
    left: calc(50% + 1.55rem);
  }

  .booking-journey__stepper--guided[data-step-count='5'] .booking-journey__step:nth-of-type(even)::before {
    right: calc(50% + 1.55rem);
  }

  .booking-journey__stepper--guided[data-step-count='5'] .booking-journey__step:nth-of-type(odd) .booking-journey__step-copy {
    margin-left: calc(50% - .4rem);
    margin-right: 0;
  }

  .booking-journey__stepper--guided[data-step-count='5'] .booking-journey__step:nth-of-type(even) .booking-journey__step-copy {
    margin-right: calc(50% - .4rem);
    margin-left: 0;
  }

  .booking-journey__stepper--guided[data-step-count='5'] .booking-journey__step-node {
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    min-height: 0;
    transform: translate(-50%, -50%);
  }

  .booking-journey__stepper--guided[data-step-count='5'] .booking-journey__step--current .booking-journey__step-node {
    --booking-roadmap-current-base-transform: translate(-50%, -50%);
  }

  .booking-journey__stepper--guided[data-step-count='5'] .booking-journey__step-node::after {
    display: none;
  }

  .booking-journey__hero-title {
    font-size: 1.7rem;
  }

  .home-journey__step:not(:last-child)::after {
    top: calc(100% + .45rem);
    inset-inline-start: 1.45rem;
    width: 2px;
    height: .95rem;
  }

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

.home-hero-action-card__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.home-hero-action-card__arrow svg {
  width: 1.12rem;
  height: 1.12rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
  align-items: center;
}

.home-hero-action-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  min-height: 3.4rem;
  padding: .92rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 18px 34px rgba(10, 24, 18, .18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease;
}

.home-hero-action-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(10, 24, 18, .22);
}

.home-hero-action-card__label {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: .95rem;
  font-weight: 900;
}

.home-hero-action-card__arrow {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  border: 0;
  opacity: 1;
}

.home-hero-action-card--primary {
  background: linear-gradient(180deg, rgba(255, 251, 245, .98), rgba(241, 232, 216, .96));
  color: var(--theme-heading);
  border-color: transparent;
}

.home-hero-action-card--secondary {
  background: rgba(21, 39, 31, .22);
  color: #fff;
  border-color: rgba(255, 255, 255, .22);
}

.home-hero-action-card--primary .home-hero-action-card__arrow {
  background: rgba(49, 92, 69, .12);
}

.home-hero-action-card--secondary .home-hero-action-card__arrow {
  background: rgba(255, 255, 255, .14);
}

@media (max-width: 1023px) {
  .site-header__controls {
    gap: .55rem;
  }

  .site-header__mobile-utilities {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    order: 2;
  }

  .site-header__inline-auth {
    display: inline-flex;
    order: 1;
  }

  .site-header__menu-toggle {
    order: 3;
  }

  .site-header__inline-auth-link,
  .site-header__inline-auth-button {
    height: 2.5rem;
    padding-inline: .9rem;
    border-radius: .95rem;
    font-size: .8rem;
    box-shadow: none;
  }

  .site-header__inline-auth-link--account {
    border-color: transparent;
    background: linear-gradient(135deg, #23412f 0%, #315c45 100%);
    color: #fff;
  }

  .site-header__lang--compact {
    min-height: 2.85rem;
    padding: .42rem .6rem;
  }

  .site-header__lang--compact .site-header__lang-select {
    min-width: 2.15rem;
    font-size: .74rem;
  }

  .site-header__brand-link {
    gap: .55rem;
  }

  .site-header__logo-mark {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: .95rem;
  }

  .site-header__brand-name {
    font-size: .96rem;
  }

  .theme-toggle--compact,
  .site-header__menu-toggle {
    box-shadow: none;
  }

  .home-hero {
    padding: 0 .9rem;
  }

  .home-hero__card {
    border-radius: var(--home-hero-card-radius-tablet);
  }

  .home-hero__media-image,
  .home-hero__media-placeholder {
    max-height: min(70vh, 36rem);
  }
}

@media (max-width: 720px) {
  .home-hero__card {
    border-radius: 1.65rem;
  }

  .home-hero__media-image,
  .home-hero__media-placeholder {
    max-height: min(62vh, 28rem);
  }

  .home-cta-stack {
    width: min(100%, 44rem);
  }

  .home-cta-button {
    min-height: 5.6rem;
    padding: 1rem 1.05rem;
    border-radius: 1.6rem;
  }

  .home-cta-button__icon,
  .home-cta-button__arrow {
    width: 3rem;
    height: 3rem;
    border-radius: 1.1rem;
  }
}

@media (min-width: 1024px) {
  .homepage-route .home-hero-section--desktop-full-width {
    padding-bottom: clamp(2rem, 4vw, 2.75rem);
  }

  .homepage-route .home-hero-section--desktop-full-width .home-hero-section__frame {
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-inline: 0;
  }

  .homepage-route .home-hero-section--desktop-full-width .hero-banner-shell {
    overflow: visible;
  }

  .homepage-route .home-hero-section--desktop-full-width :is(.hero-banner-shell, .hero-banner-media, .hero-banner-placeholder) {
    width: 100%;
    border-radius: 0;
  }

  .homepage-route .home-hero-section--desktop-full-width .hero-banner-placeholder {
    box-sizing: border-box;
  }

  .homepage-route .home-hero-section--desktop-full-width .hero-banner-cta-layer--home {
    inset-inline: auto;
    inset-block-end: clamp(1.25rem, 3vw, 2.25rem);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: auto;
    max-width: min(calc(100% - 2rem), 42rem);
  }

  .homepage-route .home-hero-section--desktop-full-width .hero-cta-stack {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .site-header__frame {
    padding: .7rem .9rem;
  }

  .site-header__inner {
    gap: .7rem;
  }

  .site-header__controls {
    gap: .4rem;
  }

  .site-header__mobile-utilities {
    gap: .3rem;
  }

  .theme-toggle--compact,
  .site-header__menu-toggle {
    width: 2.65rem;
    min-width: 2.65rem;
    height: 2.65rem;
  }

  .site-header__inline-auth-link,
  .site-header__inline-auth-button {
    height: 2.42rem;
    padding-inline: .66rem;
    font-size: .74rem;
  }

  .site-header__lang--compact {
    min-height: 2.65rem;
    padding: .35rem .42rem;
  }

  .site-header__lang--compact .site-header__lang-caret {
    display: none;
  }

  .site-header__lang--compact .site-header__lang-select {
    min-width: 1.8rem;
  }

  .home-hero-section {
    padding-top: .45rem;
  }

  .home-hero {
    padding: 0 .8rem;
  }

  .home-hero__card {
    border-radius: 1.55rem;
  }

  .home-hero__media-image,
  .home-hero__media-placeholder {
    max-height: min(58vh, 24rem);
  }

  .home-cta-stack {
    gap: .85rem;
    width: 100%;
  }

  .home-cta-button {
    gap: .8rem;
    min-height: 5.2rem;
    padding: .95rem .9rem;
    border-radius: 1.45rem;
  }

  .home-cta-button__icon,
  .home-cta-button__arrow {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 1rem;
  }

  .home-cta-button__title {
    font-size: 1.08rem;
  }

  .home-cta-button__subtitle {
    font-size: .84rem;
    line-height: 1.6;
  }
}

@media (max-width: 390px) {
  .home-hero__card {
    border-radius: 1.35rem;
  }
}

html[data-theme='dark'] .home-hero__card {
  box-shadow: none;
}

html[data-theme='dark'] .home-hero__media {
  box-shadow: 0 24px 54px rgba(5, 12, 9, .34);
}

html[data-theme='dark'] .home-cta-button--primary {
  background: linear-gradient(180deg, #214232 0%, #183127 100%);
  color: #f7efdb;
}

html[data-theme='dark'] .home-cta-button--primary .home-cta-button__icon,
html[data-theme='dark'] .home-cta-button--primary .home-cta-button__arrow {
  background: rgba(247, 239, 219, .1);
}

html[data-theme='dark'] .home-cta-button--secondary {
  background: linear-gradient(180deg, rgba(19, 35, 30, .92), rgba(16, 30, 26, .96));
  border-color: rgba(214, 196, 162, .12);
  color: #f6efdc;
}

html[data-theme='dark'] .home-cta-button--secondary .home-cta-button__icon,
html[data-theme='dark'] .home-cta-button--secondary .home-cta-button__arrow {
  background: rgba(247, 239, 219, .08);
  color: #f6efdc;
}

html[data-theme='dark'] .site-header__inline-auth-link--account {
  color: #f7efdb;
}

/* ================================================================
   Homepage header redesign
   ================================================================ */
.site-header {
  background: transparent;
  border-bottom-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.site-header__frame {
  position: relative;
  box-sizing: border-box;
  width: min(calc(100% - 1.25rem), 92rem);
  margin: .7rem auto 0;
  padding: .82rem 1.15rem;
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 1.75rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .9)),
    linear-gradient(135deg, rgba(221, 235, 221, .28), rgba(237, 226, 203, .18));
  box-shadow:
    0 16px 34px rgba(49, 92, 69, .08),
    0 2px 8px rgba(49, 92, 69, .05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

html[data-theme='dark'] .site-header__frame {
  border-color: rgba(214, 196, 162, .12);
  background:
    linear-gradient(180deg, rgba(11, 24, 21, .94), rgba(14, 28, 24, .9)),
    linear-gradient(135deg, rgba(33, 60, 49, .38), rgba(148, 121, 67, .12));
  box-shadow: 0 20px 42px rgba(0, 0, 0, .24);
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: 4.2rem;
  direction: ltr;
}

.site-header__actions {
  display: flex !important;
  align-items: center;
  justify-self: start;
  gap: .6rem;
  min-width: 0;
  grid-column: 1;
  padding-inline-end: 0;
  border-inline-end: 0;
}

.site-header__header-utilities,
.site-header__auth,
.site-header__cta-group {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.site-header__header-utilities {
  --site-header-utilities-border: rgba(49, 92, 69, .12);
  gap: .45rem;
  padding: .25rem;
  border: 1px solid var(--site-header-utilities-border);
  border-radius: 999px;
  background: rgba(246, 249, 244, .92);
}

.site-header__auth {
  gap: .45rem;
}

.site-header__cta-group {
  gap: .45rem;
}

.site-header__inline-auth,
.site-header__mobile-panel,
.site-header__mobile-auth,
.site-header__mobile-cta-group,
.site-header__mobile-utilities {
  display: none !important;
}

.site-header__brand {
  --site-header-brand-logo-size: 3.34rem;
  --site-header-brand-logo-gap: .78rem;
  --site-header-brand-logo-offset: calc(var(--site-header-brand-logo-size) + var(--site-header-brand-logo-gap));
  --site-header-brand-name-size: 1.5rem;
  --site-header-brand-name-weight: 900;
  grid-column: 3;
  justify-self: end;
  min-width: 0;
  padding-inline-start: clamp(.75rem, 1.6vw, 1.35rem);
  padding-inline-end: 0;
  border-inline-end: 0;
}

.site-header__brand-link {
  position: relative;
  display: inline-block;
  color: var(--theme-text-primary);
  max-width: 100%;
  min-height: var(--site-header-brand-logo-size);
  padding: .1rem var(--site-header-brand-logo-offset) .1rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  transition: transform .24s ease;
}

.site-header__brand-link:hover,
.site-header__brand-link:focus-visible {
  transform: translateY(-1px);
  box-shadow: none;
}

.site-header__brand-copy {
  display: grid;
  gap: .16rem;
  justify-items: end;
  min-width: 0;
  text-align: end;
  align-content: center;
}

.site-header__brand-name {
  color: var(--theme-heading);
  direction: ltr;
  unicode-bidi: isolate;
  font-size: var(--site-header-brand-name-size);
  font-weight: var(--site-header-brand-name-weight);
  line-height: 1.05;
  letter-spacing: -.01em;
  text-shadow: none;
}

.site-header__brand-copy > .site-header__brand-name {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.site-header__brand-name--mobile-header {
  display: none;
}

.site-header__brand-tagline {
  display: block;
  max-width: 18.5rem;
  font-size: .66rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--theme-text-muted);
  text-wrap: pretty;
}

.site-header__brand-tagline-line {
  display: block;
}

.site-header__mobile-full-tagline {
  display: none;
}

.site-header__brand-tagline-details-mobile-primary,
.site-header__brand-tagline-details-mobile-secondary {
  display: none;
}

.site-header__logo-mark {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  width: var(--site-header-brand-logo-size);
  height: var(--site-header-brand-logo-size);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(-50%);
}

html[data-theme='dark'] .site-header__logo-mark {
  border-color: transparent;
  background: transparent;
}

html[data-theme='dark'] .site-header__brand-link {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.site-header__menu {
  position: relative;
  inset: auto;
  z-index: 2;
  display: block;
  grid-column: 2;
  justify-self: stretch;
  padding: 0;
  min-width: 0;
}

.site-header__desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .15rem;
  min-width: 0;
  direction: rtl;
}

.site-header__menu--desktop {
  display: block;
}

.site-header__desktop-nav .nav-link {
  --site-header-nav-link-padding-inline: .8rem;
  position: relative;
  min-height: 2.75rem;
  padding: .65rem var(--site-header-nav-link-padding-inline) .8rem;
  border-radius: .95rem;
  font-size: .92rem;
  font-weight: 800;
  color: var(--theme-text-secondary);
  background: transparent;
  transition: color .22s ease, transform .22s ease;
}

.site-header__desktop-nav .nav-link--wide {
  --site-header-nav-link-padding-inline: .65rem;
  font-size: .88rem;
}

.site-header__desktop-nav .nav-link::after {
  content: '';
  position: absolute;
  inset-inline: var(--site-header-nav-link-padding-inline);
  bottom: .38rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(.35);
  transform-origin: center;
  transition: opacity .22s ease, transform .22s ease;
}

.site-header__desktop-nav .nav-link:hover,
.site-header__desktop-nav .nav-link.active {
  color: var(--theme-heading);
  transform: translateY(-1px);
}

.site-header__desktop-nav .nav-link.active::after,
.site-header__desktop-nav .nav-link[aria-current='page']::after {
  opacity: 1;
  transform: scaleX(1);
}

html[data-theme='dark'] .site-header__desktop-nav .nav-link:hover,
html[data-theme='dark'] .site-header__desktop-nav .nav-link.active {
  color: #f7efdb;
}

body.site-header-drawer-open {
  overflow: hidden;
}

.site-header__drawer-backdrop,
.site-header__drawer {
  display: block;
}

.site-header__lang--compact,
.theme-toggle--compact {
  min-height: 2.8rem;
  border-color: rgba(49, 92, 69, .12);
  background: rgba(255, 255, 255, .88);
  color: var(--theme-header-chip-text);
  box-shadow: none;
}

.theme-toggle--compact {
  width: 2.8rem;
  min-width: 2.8rem;
  padding-inline: 0;
}

.theme-toggle--compact .theme-toggle__label {
  display: none;
}

.site-header__lang--compact {
  gap: .35rem;
  padding: .5rem .8rem;
}

.site-header__lang--compact .site-header__lang-icon {
  display: none;
}

.site-header__lang--compact .site-header__lang-select {
  min-width: 4.9rem;
  color: var(--theme-header-chip-text);
  font-size: .8rem;
  font-weight: 800;
  text-align: right;
}

.site-header__lang--compact .site-header__lang-caret svg {
  width: .95rem;
  height: .95rem;
}

.site-header__auth-link,
.site-header__auth-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: .72rem .95rem;
  border: 1px solid rgba(49, 92, 69, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--theme-heading);
  font-size: .86rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease;
}

.site-header__auth-link:hover,
.site-header__auth-button:hover {
  background: rgba(255, 255, 255, .98);
  color: var(--theme-heading);
  transform: translateY(-1px);
}

.site-header__auth-link--account {
  max-width: 10.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(221, 235, 221, .62);
}

.site-header__auth-badge {
  display: none;
}

.site-header__cta {
  min-height: 2.8rem;
  padding: .74rem 1.05rem;
  font-size: .88rem;
  font-weight: 900;
  box-shadow: none;
}

.site-header__cta--primary {
  background: linear-gradient(135deg, #1d3d2b 0%, #315c45 100%);
  color: #fff;
  box-shadow: 0 16px 30px rgba(49, 92, 69, .2);
}

.site-header__cta--secondary {
  border-color: rgba(49, 92, 69, .16);
  background: rgba(255, 255, 255, .82);
  color: var(--theme-heading);
}

.site-header--compact .site-header__inner {
  gap: .9rem;
}

.site-header--compact .site-header__brand-tagline {
  display: block;
}

.site-header--compact .site-header__desktop-nav {
  gap: .18rem;
}

.site-header--compact .site-header__desktop-nav .nav-link,
.site-header--compact .site-header__auth-link,
.site-header--compact .site-header__auth-button,
.site-header--compact .site-header__cta,
.site-header--compact .site-header__lang--compact,
.site-header--compact .theme-toggle--compact {
  min-height: 2.58rem;
}

.site-header--compact .site-header__desktop-nav .nav-link {
  padding-inline: .72rem;
  font-size: .86rem;
}

.site-header--compact .site-header__cta {
  padding-inline: .9rem;
}

.site-header--compact .site-header__actions {
  gap: .5rem;
}

html[dir='ltr'] .site-header__brand-link {
  direction: ltr;
}

html[dir='ltr'] .site-header__brand-copy {
  justify-items: start;
  text-align: left;
}

html[dir='ltr'] .site-header__desktop-nav {
  direction: ltr;
}

html[dir='ltr'] .site-header__lang--compact .site-header__lang-select {
  text-align: left;
}

@media (max-width: 1023px) {
  .site-header__frame {
    width: calc(100% - 1.15rem);
    margin-top: .52rem;
    padding: .78rem .88rem;
    border-radius: 1.45rem;
    border-color: var(--theme-header-mobile-border);
    background: var(--theme-header-mobile-surface);
    box-shadow: var(--theme-header-mobile-shadow);
  }

  .site-header__inner {
    grid-template-columns: auto minmax(0, 1fr);
    gap: .72rem;
    min-height: 3.9rem;
  }

  .site-header__actions {
    grid-column: 1;
    justify-self: start;
    gap: .48rem;
  }

  .site-header__header-utilities {
    gap: .48rem;
  }

  .site-header__menu--desktop,
  .site-header__auth {
    display: none !important;
  }

  .site-header__cta-group,
  .site-header__menu-toggle {
    display: inline-flex !important;
    align-items: center;
  }

  .site-header__cta-group {
    flex-wrap: nowrap;
    gap: .55rem;
  }

  .site-header__cta--booking {
    min-height: 2.8rem;
    padding-inline: .95rem;
    font-size: .8rem;
    box-shadow: none;
  }

  .site-header__inline-auth {
    display: none !important;
  }

  .site-header__menu-toggle,
  .theme-toggle--compact {
    width: 2.8rem;
    min-width: 2.8rem;
    height: 2.8rem;
    min-height: 2.8rem;
    border-radius: .95rem;
  }

  .site-header__menu-bar {
    width: 1.08rem;
  }

  .site-header__lang--compact {
    min-height: 2.8rem;
    padding-inline: .78rem;
  }

  .site-header__lang--compact .site-header__lang-select {
    min-width: 4.2rem;
    font-size: .76rem;
  }

  .site-header__brand {
    --site-header-brand-logo-size: 2.9rem;
    --site-header-brand-logo-gap: .58rem;
    grid-column: 2;
    width: 100%;
    justify-self: end;
    display: grid;
    justify-items: end;
    gap: var(--site-header-mobile-gap);
    padding-inline-start: .4rem;
    padding-inline-end: 0;
  }

  .site-header__brand-link {
    width: 100%;
    min-height: var(--site-header-brand-logo-size);
    padding: .06rem var(--site-header-brand-logo-offset) .06rem 0;
    border-radius: 0;
  }

  .site-header__brand .site-header__brand-tagline {
    display: none;
  }

  .site-header__mobile-full-tagline {
    display: block;
    margin-top: .55rem;
    width: 100%;
    text-align: right;
  }

  .site-header__mobile-full-tagline-text {
    display: block;
    width: 100%;
    color: var(--theme-text-muted);
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.8;
    text-wrap: pretty;
  }

  .site-header__brand-copy {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: var(--site-header-brand-logo-size);
    gap: .15rem;
  }

  .site-header__brand-name {
    font-size: 1.12rem;
  }

  .site-header__brand-name--desktop-header {
    display: none;
  }

  .site-header__brand-name--mobile-header {
    display: block;
    direction: rtl;
    font-size: 1.12rem;
    font-weight: var(--site-header-brand-name-weight);
    line-height: 1.05;
    letter-spacing: 0;
    unicode-bidi: isolate;
  }

  .site-header__logo-mark {
    border-radius: 0;
  }
}

#navLinks.hidden {
  display: none !important;
}

#navLinks.site-header__menu {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  max-height: none;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

html[dir='ltr'] #navLinks.site-header__menu {
  justify-content: flex-start;
}

#navLinks .site-header__desktop-nav {
  display: none;
}

.site-header__drawer-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(16, 30, 25, .54);
  backdrop-filter: blur(4px);
  animation: site-header-backdrop-in .2s ease;
}

.site-header__drawer {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 1rem;
  box-sizing: border-box;
  width: min(92vw, 25rem);
  height: 100vh;
  padding: 1.1rem 1rem 1.25rem;
  background:
    radial-gradient(circle at top right, rgba(214, 173, 92, .16), transparent 26%),
    linear-gradient(180deg, rgba(251, 247, 237, .99), rgba(244, 239, 228, .98));
  box-shadow: 0 28px 64px rgba(9, 25, 20, .32);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  animation: site-header-drawer-in .24s ease;
}

@supports (height: 100dvh) {
  #navLinks.site-header__menu,
  .site-header__drawer {
    height: 100dvh;
  }
}

.site-header__drawer-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .8rem;
  padding-bottom: .9rem;
  background: inherit;
}

.site-header__drawer-brand-link {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
}

.site-header__drawer-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 26px rgba(49, 92, 69, .12);
}

.site-header__drawer-brand-link strong {
  display: block;
  color: var(--theme-heading);
  font-family: var(--font-family-display);
  font-size: 1.12rem;
  font-weight: 800;
}

.site-header__drawer-brand-link small {
  display: block;
  margin-top: .18rem;
  color: var(--theme-text-secondary);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.55;
}

.site-header__drawer-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  border: 1px solid var(--theme-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  color: var(--theme-heading);
  box-shadow: 0 10px 24px rgba(49, 92, 69, .1);
}

.site-header__drawer-close svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header__drawer-section {
  display: grid;
  gap: .7rem;
}

.site-header__drawer-section + .site-header__drawer-section {
  padding-top: .9rem;
  border-top: 1px solid rgba(49, 92, 69, .1);
}

.site-header__drawer-auth-footer {
  display: grid;
  gap: .6rem;
  margin-top: auto;
  padding-top: .9rem;
  border-top: 1px solid rgba(49, 92, 69, .1);
}

.site-header__drawer-section-title {
  color: var(--theme-text-secondary);
  font-size: .78rem;
  font-weight: 900;
}

.site-header__nav-shell,
.site-header__drawer-links,
.site-header__drawer-featured,
.site-header__mobile-auth,
.site-header__drawer-tools {
  display: grid;
  gap: .48rem;
}

.site-header__drawer-setting {
  display: grid;
  gap: .55rem;
  padding: .95rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .52);
  border: 1px solid transparent;
}

.site-header__drawer-setting-label {
  color: var(--theme-heading);
  font-size: .9rem;
  font-weight: 900;
}

.site-header__drawer-setting-control {
  display: flex;
  align-items: center;
}

.site-header__lang--drawer {
  width: 100%;
  justify-content: space-between;
  padding-inline: .9rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .82);
}

.site-header__lang--drawer .site-header__lang-select {
  width: 100%;
  min-width: 0;
  text-align: start;
}

.site-header__drawer-tools .theme-toggle--panel {
  min-height: 3.2rem;
  justify-content: flex-start;
  padding-inline: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .82);
  box-shadow: none;
}

.site-header__drawer-nav-link,
.site-header__drawer-link,
.site-header__mobile-auth-link,
.site-header__mobile-auth-button {
  display: flex;
  align-items: center;
  gap: .85rem;
  box-sizing: border-box;
  inline-size: 100%;
  min-height: 3.2rem;
  padding: .9rem 1rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  color: var(--theme-text-primary);
  font-size: .94rem;
  font-weight: 800;
  text-align: start;
  text-decoration: none;
  line-height: 1.45;
  background: rgba(255, 255, 255, .52);
  transition: background .22s ease, border-color .22s ease, color .22s ease, transform .22s ease;
}

.site-header__drawer-nav-link::after {
  display: none;
}

.site-header__drawer-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  border-radius: .78rem;
  background: rgba(221, 235, 221, .82);
  color: var(--theme-heading);
  font-size: .92rem;
  font-weight: 900;
}

.site-header__drawer-nav-link:hover,
.site-header__drawer-nav-link.active,
.site-header__drawer-link:hover,
.site-header__drawer-link.active,
.site-header__mobile-auth-link:hover,
.site-header__mobile-auth-link.active,
.site-header__mobile-auth-button:hover {
  background: rgba(221, 235, 221, .72);
  border-color: rgba(49, 92, 69, .12);
  color: var(--theme-heading);
  transform: translateX(-2px);
}

html[dir='ltr'] .site-header__drawer-nav-link:hover,
html[dir='ltr'] .site-header__drawer-nav-link.active,
html[dir='ltr'] .site-header__drawer-link:hover,
html[dir='ltr'] .site-header__drawer-link.active,
html[dir='ltr'] .site-header__mobile-auth-link:hover,
html[dir='ltr'] .site-header__mobile-auth-link.active,
html[dir='ltr'] .site-header__mobile-auth-button:hover {
  transform: translateX(2px);
}

.site-header__mobile-auth-link--admin {
  background: rgba(221, 235, 221, .92);
}

.site-header__mobile-auth-link--primary {
  justify-content: center;
  background: var(--theme-heading);
  border-color: var(--theme-header-auth-primary-border);
  color: #fff;
  box-shadow: var(--theme-header-auth-primary-shadow);
}

.site-header__mobile-auth-link--primary:hover,
.site-header__mobile-auth-link--primary.active {
  background: var(--theme-heading-hover);
  border-color: var(--theme-header-auth-primary-border-strong);
  color: #fff;
}

.site-header__mobile-auth-link--secondary {
  justify-content: center;
  background: rgba(221, 235, 221, .48);
  border-color: var(--theme-header-auth-secondary-border);
  color: var(--theme-heading);
}

.site-header__mobile-auth-link--account {
  background: rgba(255, 255, 255, .88);
}

.site-header__drawer-auth-cta {
  min-height: 3.35rem;
  font-size: .96rem;
  box-shadow: 0 18px 34px rgba(35, 65, 47, .18);
}

.site-header__drawer-featured-card {
  display: grid;
  grid-template-columns: 4.4rem minmax(0, 1fr);
  gap: .8rem;
  align-items: center;
  padding: .62rem;
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .78);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 14px 26px rgba(49, 92, 69, .08);
}

.site-header__drawer-featured-image {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: .95rem;
  object-fit: cover;
  background: rgba(221, 235, 221, .75);
}

.site-header__drawer-featured-image--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-heading);
  font-size: 1.45rem;
  font-weight: 900;
}

.site-header__drawer-featured-copy {
  display: grid;
  gap: .28rem;
  min-width: 0;
}

.site-header__drawer-featured-copy strong {
  color: var(--theme-heading);
  font-size: .9rem;
  font-weight: 900;
}

.site-header__drawer-featured-copy small {
  color: var(--theme-text-secondary);
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.6;
}

.site-header__drawer-featured-empty {
  padding: .95rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .65);
  color: var(--theme-text-secondary);
}

.site-header__drawer-featured-empty strong {
  display: block;
  color: var(--theme-heading);
  font-size: .9rem;
  font-weight: 900;
}

.site-header__drawer-featured-empty p {
  margin: .32rem 0 0;
  font-size: .8rem;
  line-height: 1.6;
}

html[data-theme='dark'] .site-header__drawer {
  background:
    radial-gradient(circle at top right, rgba(214, 173, 92, .12), transparent 26%),
    linear-gradient(180deg, rgba(11, 23, 19, .99), rgba(20, 37, 31, .98));
}

html[data-theme='dark'] .site-header__drawer-brand-logo,
html[data-theme='dark'] .site-header__drawer-close,
html[data-theme='dark'] .site-header__drawer-nav-link,
html[data-theme='dark'] .site-header__drawer-link,
html[data-theme='dark'] .site-header__mobile-auth-link,
html[data-theme='dark'] .site-header__mobile-auth-button,
html[data-theme='dark'] .site-header__drawer-setting,
html[data-theme='dark'] .site-header__lang--drawer,
html[data-theme='dark'] .site-header__drawer-featured-card,
html[data-theme='dark'] .site-header__drawer-featured-empty {
  background: rgba(255, 255, 255, .06);
}

@media (max-width: 640px) {
  .site-header__drawer {
    width: min(94vw, 22rem);
    padding: 1rem .88rem 1.15rem;
  }

  .site-header__drawer-brand-link small {
    max-width: 11rem;
  }

  .site-header__drawer-featured-card {
    grid-template-columns: 4rem minmax(0, 1fr);
  }

  .site-header__drawer-featured-image {
    width: 4rem;
    height: 4rem;
  }
}

@media (max-width: 560px) {
  .site-header__frame {
    width: calc(100% - 1rem);
    padding: .68rem .72rem;
    border-radius: 1.28rem;
  }

  .site-header__inner {
    gap: .62rem;
    min-height: 3.62rem;
  }

  .site-header__actions,
  .site-header__cta-group--primary-only {
    min-width: 0;
  }

  .site-header__cta-group--primary-only {
    max-width: calc(100vw - 8.8rem);
  }

  .site-header__brand-name {
    font-size: 1rem;
  }

  .site-header__brand {
    --site-header-brand-logo-size: 2.62rem;
    --site-header-brand-logo-gap: .44rem;
  }

  .site-header__logo-mark {
    width: var(--site-header-brand-logo-size);
    height: var(--site-header-brand-logo-size);
  }

  .site-header__brand-tagline {
    max-width: 12rem;
    font-size: .53rem;
    line-height: 1.55;
  }

  .site-header__menu-toggle,
  .theme-toggle--compact {
    width: 2.52rem;
    min-width: 2.52rem;
    height: 2.52rem;
    min-height: 2.52rem;
  }

  .site-header__lang--compact {
    min-height: 2.52rem;
    padding-inline: .62rem;
  }

  .site-header__lang--compact .site-header__lang-select {
    min-width: 3.78rem;
    font-size: .72rem;
  }

  .site-header__inline-auth-link,
  .site-header__inline-auth-button {
    min-height: 44px;
    padding-inline: .78rem;
    max-width: 8.5rem;
    font-size: .7rem;
  }

  .site-header__cta--booking {
    min-height: 2.52rem;
    padding-inline: .72rem;
    max-width: 9.5rem;
    font-size: .72rem;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }

  .site-header__drawer {
    width: 100%;
    padding: .9rem;
    border-radius: 1.35rem;
  }
}

@keyframes site-header-drawer-in {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes site-header-backdrop-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Final header theme-toggle contrast override */
.site-header #headerThemeToggleDesktop.theme-toggle--compact {
  border-color: rgba(49, 92, 69, .18);
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 244, 236, .96));
  color: var(--moss);
  box-shadow:
    0 10px 22px rgba(49, 92, 69, .12),
    inset 0 1px 0 rgba(255, 255, 255, .92);
}

.site-header #headerThemeToggleDesktop.theme-toggle--compact:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(244, 238, 227, .98));
  color: #274b38;
  box-shadow:
    0 14px 28px rgba(49, 92, 69, .16),
    inset 0 1px 0 rgba(255, 255, 255, .96);
}

.site-header #headerThemeToggleDesktop.theme-toggle--compact .theme-toggle__icons {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  background: rgba(49, 92, 69, .1);
  box-shadow: inset 0 0 0 1px rgba(49, 92, 69, .08);
}

.site-header #headerThemeToggleDesktop.theme-toggle--compact .theme-toggle__icon svg {
  width: 1rem;
  height: 1rem;
  stroke-width: 2.2;
}

.smart-announcement {
  position: relative;
  margin: 1.5rem auto 0;
  padding: 1.15rem;
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top left, rgba(var(--accent-gold-rgb), .16), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.97), rgba(249,247,238,.94));
  box-shadow:
    0 22px 48px rgba(49, 92, 69, .12),
    inset 0 1px 0 rgba(255,255,255,.72);
  overflow: hidden;
}

.smart-announcement__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.smart-announcement__eyebrow,
.smart-announcement__badge {
  display: inline-flex;
  align-items: center;
  padding: .42rem .85rem;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: var(--theme-heading);
  font-size: .78rem;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(49, 92, 69, .08);
}

.smart-announcement__title {
  margin: .55rem 0 0;
  color: var(--theme-heading);
  font-size: 1.18rem;
  font-weight: 800;
}

.smart-announcement__controls {
  display: inline-flex;
  gap: .45rem;
}

.smart-announcement__arrow,
.smart-announcement__dot {
  border: 0;
  cursor: pointer;
}

.smart-announcement__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: var(--theme-heading);
  font-size: 1.15rem;
  box-shadow: 0 8px 18px rgba(49, 92, 69, .08);
}

.smart-announcement__viewport {
  position: relative;
  min-height: 18rem;
}

.smart-announcement__slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(14rem, .8fr);
  gap: 1rem;
  align-items: center;
  padding: .4rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(.5rem);
  transition: opacity .35s ease, transform .35s ease;
}

.smart-announcement__slide.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.smart-announcement__copy {
  display: grid;
  gap: .8rem;
}

.smart-announcement__copy h3 {
  margin: 0;
  color: var(--theme-heading);
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  font-weight: 900;
  line-height: 1.25;
}

.smart-announcement__subtitle {
  margin: 0;
  color: var(--theme-heading);
  font-size: 1rem;
  font-weight: 700;
}

.smart-announcement__description {
  margin: 0;
  color: var(--theme-text-muted);
  line-height: 1.9;
}

.smart-announcement__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.smart-announcement__meta span {
  display: inline-flex;
  align-items: center;
  padding: .45rem .72rem;
  border-radius: 999px;
  background: rgba(221, 235, 221, .72);
  color: var(--theme-heading);
  font-size: .82rem;
  font-weight: 700;
}

.smart-announcement__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: .75rem 1.15rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--theme-heading), #446f57);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 16px 28px rgba(49, 92, 69, .16);
}

.smart-announcement__visual {
  display: flex;
  justify-content: center;
}

.smart-announcement__media,
.smart-announcement__media-fallback {
  width: min(100%, 20rem);
  aspect-ratio: 1 / 1;
  border-radius: 1.7rem;
}

.smart-announcement__media {
  display: block;
  object-fit: cover;
  box-shadow: 0 16px 30px rgba(49, 92, 69, .16);
}

.smart-announcement__media-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(221,235,221,.95), rgba(237,226,203,.92));
  color: var(--theme-heading);
  font-size: 4rem;
  font-weight: 900;
  box-shadow: 0 16px 30px rgba(49, 92, 69, .12);
}

.smart-announcement__media-fallback--specialist {
  background: linear-gradient(135deg, rgba(221,235,221,.98), rgba(138,170,121,.32));
}

.smart-announcement__media-fallback--program {
  background: linear-gradient(135deg, rgba(237,226,203,.98), rgba(183,121,91,.22));
}

.smart-announcement__media-fallback--testimonial,
.smart-announcement__media-fallback--announcement,
.smart-announcement__media-fallback--update {
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(237,226,203,.72));
}

.smart-announcement__dots {
  display: flex;
  justify-content: center;
  gap: .45rem;
  margin-top: 1rem;
}

.smart-announcement__dot {
  width: .72rem;
  height: .72rem;
  border-radius: 999px;
  background: rgba(49, 92, 69, .18);
}

.smart-announcement__dot.is-active {
  width: 1.8rem;
  background: var(--theme-heading);
}

.smart-announcement__arrow:focus-visible,
.smart-announcement__dot:focus-visible,
.smart-announcement__button:focus-visible {
  outline: 3px solid rgba(var(--accent-gold-rgb), .55);
  outline-offset: 3px;
}

.smart-announcement--compact {
  margin-top: 1.15rem;
  padding: .95rem;
  border-radius: 1.6rem;
}

.smart-announcement--compact .smart-announcement__header {
  margin-bottom: .75rem;
}

.smart-announcement--compact .smart-announcement__title {
  font-size: 1rem;
}

.smart-announcement--compact .smart-announcement__viewport {
  min-height: 12rem;
}

.smart-announcement--compact .smart-announcement__slide {
  grid-template-columns: minmax(0, 1fr) 8rem;
  gap: .85rem;
}

.smart-announcement--compact .smart-announcement__copy h3 {
  font-size: 1.16rem;
}

.smart-announcement--compact .smart-announcement__subtitle {
  font-size: .92rem;
}

.smart-announcement--compact .smart-announcement__description {
  font-size: .92rem;
  line-height: 1.75;
}

.smart-announcement--compact .smart-announcement__media,
.smart-announcement--compact .smart-announcement__media-fallback {
  width: 100%;
  max-width: 8rem;
  border-radius: 1.25rem;
}

html[data-theme='dark'] .smart-announcement {
  border-color: rgba(214, 196, 162, .14);
  background:
    radial-gradient(circle at top left, rgba(214,196,162,.12), transparent 30%),
    linear-gradient(135deg, rgba(18,34,29,.96), rgba(26,45,38,.92));
  box-shadow:
    0 22px 48px rgba(0, 0, 0, .34),
    inset 0 1px 0 rgba(255,255,255,.06);
}

html[data-theme='dark'] .smart-announcement__eyebrow,
html[data-theme='dark'] .smart-announcement__badge,
html[data-theme='dark'] .smart-announcement__arrow {
  background: rgba(255,255,255,.08);
}

@media (max-width: 900px) {
  .smart-announcement__slide,
  .smart-announcement--compact .smart-announcement__slide {
    grid-template-columns: 1fr;
  }

  .smart-announcement__visual {
    order: -1;
  }

  .smart-announcement__media,
  .smart-announcement__media-fallback,
  .smart-announcement--compact .smart-announcement__media,
  .smart-announcement--compact .smart-announcement__media-fallback {
    width: min(100%, 12rem);
    max-width: 12rem;
  }
}

@media (max-width: 640px) {
  .smart-announcement {
    margin-top: 1rem;
    padding: .85rem;
    border-radius: 1.45rem;
  }

  .smart-announcement__header {
    align-items: center;
  }

  .smart-announcement__title {
    font-size: .95rem;
  }

  .smart-announcement__viewport {
    min-height: 19rem;
  }

  .smart-announcement__copy h3 {
    font-size: 1.18rem;
  }

  .smart-announcement__subtitle,
  .smart-announcement__description,
  .smart-announcement__meta span {
    font-size: .86rem;
  }

  .smart-announcement__button {
    width: 100%;
  }

  .smart-announcement__controls {
    gap: .3rem;
  }

  .smart-announcement__arrow {
    width: 2.1rem;
    height: 2.1rem;
  }

  .smart-announcement--compact .smart-announcement__viewport {
    min-height: 17rem;
  }
}

html[data-theme='dark'] .site-header #headerThemeToggleDesktop.theme-toggle--compact {
  border-color: rgba(214, 196, 162, .24);
  background: linear-gradient(180deg, rgba(28, 44, 38, .96), rgba(20, 33, 29, .94));
  color: #d4a55a;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .04);
}

html[data-theme='dark'] .site-header #headerThemeToggleDesktop.theme-toggle--compact:hover {
  background: linear-gradient(180deg, rgba(33, 52, 45, .98), rgba(23, 38, 33, .96));
  color: #e0b66f;
}

html[data-theme='dark'] .site-header #headerThemeToggleDesktop.theme-toggle--compact .theme-toggle__icons {
  background: rgba(212, 165, 90, .14);
  box-shadow: inset 0 0 0 1px rgba(212, 165, 90, .18);
}

.blog-page,
.blog-article-layout {
  display: grid;
  gap: 1.25rem;
}

.blog-page__intro,
.blog-toolbar,
.blog-card,
.blog-side-card,
.blog-article-hero,
.blog-article-section,
.blog-article__conclusion,
.blog-article__cta {
  border: 1px solid var(--theme-border);
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at top right, rgba(237, 226, 203, .22), transparent 32%),
    var(--theme-surface-elevated);
  box-shadow: var(--theme-shadow-soft);
}

.blog-page__intro {
  max-width: min(100%, 42rem);
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  text-align: center;
}

.blog-page__eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .4rem .9rem;
  background: rgba(221, 235, 221, .6);
  color: var(--theme-heading);
  font-size: .75rem;
  font-weight: 800;
}

.blog-page__title {
  margin: .9rem 0 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  font-weight: 900;
  color: var(--theme-heading);
}

.blog-page__intro-text {
  margin: .9rem auto 0;
  max-width: 34rem;
  color: var(--theme-text-secondary);
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog-toolbar {
  padding: 1.2rem;
  display: grid;
  gap: 1rem;
}

.blog-toolbar__top {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.7fr) minmax(12rem, .75fr) auto;
  align-items: end;
}

.blog-toolbar__field {
  display: grid;
  gap: .55rem;
}

.blog-toolbar__field span {
  color: var(--theme-heading);
  font-size: .92rem;
  font-weight: 800;
}

.blog-toolbar__input,
.blog-toolbar__select,
.blog-toolbar__reset {
  min-height: 3.3rem;
  border: 1px solid var(--theme-input-border);
  border-radius: 1.1rem;
  background: var(--theme-input-bg);
  color: var(--theme-text-primary);
}

.blog-toolbar__input,
.blog-toolbar__select {
  width: 100%;
  padding: 0 1rem;
}

.blog-toolbar__input::placeholder {
  color: var(--theme-input-placeholder);
}

.blog-toolbar__input:focus,
.blog-toolbar__select:focus,
.blog-toolbar__reset:focus,
.blog-toolbar__tab:focus,
.blog-card__link:focus,
.blog-page__primary-button:focus,
.blog-page__secondary-button:focus,
.blog-article-hero__back:focus,
.blog-side-card__link:focus,
.blog-pagination__nav:focus,
.blog-pagination__page:focus {
  outline: none;
  box-shadow: 0 0 0 4px var(--theme-focus-ring);
}

.blog-toolbar__action {
  display: flex;
}

.blog-toolbar__reset {
  padding: 0 1.25rem;
  color: var(--theme-heading);
  font-weight: 900;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.blog-toolbar__reset:hover,
.blog-toolbar__tab:hover,
.blog-card__link:hover,
.blog-page__primary-button:hover,
.blog-page__secondary-button:hover,
.blog-article-hero__back:hover,
.blog-side-card__link:hover,
.blog-pagination__nav:hover,
.blog-pagination__page:hover {
  transform: translateY(-2px);
}

.blog-toolbar__reset,
.blog-toolbar__tab,
.blog-page__primary-button,
.blog-pagination__nav,
.blog-pagination__page {
  cursor: pointer;
}

.blog-toolbar__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}

.blog-toolbar__tab {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: .75rem 1rem;
  background: rgba(221, 235, 221, .36);
  color: var(--theme-heading);
  font-size: .92rem;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}

.blog-toolbar__tab--active {
  background: var(--moss);
  color: #fff;
  box-shadow: 0 12px 28px rgba(49, 92, 69, .18);
}

.blog-toolbar__summary {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.5rem;
  color: var(--theme-text-muted);
  font-size: .92rem;
  font-weight: 700;
}

.blog-results {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1.5fr) minmax(18rem, .72fr);
  align-items: start;
}

.blog-results__main,
.blog-results__aside,
.blog-article,
.blog-article-aside {
  display: grid;
  gap: 1.25rem;
}

.blog-results__header {
  padding: 0 .1rem;
}

.blog-results__title,
.blog-side-card__title,
.blog-article-hero__title,
.blog-article-section__title,
.blog-article__conclusion h2,
.blog-article__cta h2 {
  margin: .75rem 0 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-weight: 900;
  color: var(--theme-heading);
}

.blog-results__title {
  font-size: clamp(1.35rem, 2.5vw, 1.95rem);
}

.blog-results__description,
.blog-side-card__copy,
.blog-article-hero__summary,
.blog-article-hero__intro,
.blog-article-section__copy p,
.blog-article__conclusion p,
.blog-article__cta p {
  margin: .75rem 0 0;
  color: var(--theme-text-secondary);
  line-height: 2;
}

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

.blog-card {
  display: grid;
  gap: .95rem;
  padding: 1.15rem;
}

.blog-card--compact {
  border-radius: 1.45rem;
  padding: 1rem;
}

.blog-card__media {
  min-height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, .95), transparent 60%),
    linear-gradient(135deg, rgba(221, 235, 221, .9), rgba(237, 226, 203, .72));
}

.blog-card__image,
.blog-side-link__image,
.blog-article-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card__image {
  min-height: 7.5rem;
}

.blog-card__meta,
.blog-article-hero__meta,
.blog-side-card__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
}

.blog-card__chip,
.blog-card__date,
.blog-article-hero__meta-item,
.blog-side-card__badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .42rem .8rem;
  font-size: .74rem;
  font-weight: 800;
}

.blog-card__chip {
  background: rgba(221, 235, 221, .72);
  color: var(--theme-heading);
}

.blog-card__date,
.blog-article-hero__meta-item,
.blog-side-card__badge {
  background: rgba(237, 226, 203, .54);
  color: var(--theme-text-secondary);
}

.blog-card__title,
.blog-side-link__title {
  margin: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-weight: 900;
  color: var(--theme-heading);
}

.blog-card__title {
  font-size: 1.16rem;
  line-height: 1.9;
}

.blog-card__summary {
  margin: 0;
  color: var(--theme-text-secondary);
  line-height: 1.9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blog-card__footer,
.blog-side-card__actions,
.blog-article__cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
}

.blog-card__read-time {
  color: var(--theme-text-muted);
  font-size: .88rem;
  font-weight: 800;
}

.blog-card__link,
.blog-page__primary-button,
.blog-page__secondary-button,
.blog-article-hero__back,
.blog-side-card__link,
.blog-pagination__nav,
.blog-pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.blog-card__link,
.blog-page__primary-button,
.blog-page__secondary-button {
  min-height: 3rem;
  padding: 0 1.2rem;
  text-decoration: none;
}

.blog-card__link,
.blog-page__primary-button {
  border: 0;
  background: var(--moss);
  color: #fff;
  box-shadow: 0 14px 30px rgba(49, 92, 69, .18);
}

.blog-page__secondary-button,
.blog-article-hero__back,
.blog-side-card__link,
.blog-pagination__nav,
.blog-pagination__page {
  border: 1px solid var(--theme-border);
  background: var(--theme-surface);
  color: var(--theme-heading);
}

.blog-side-card {
  padding: 1.2rem;
}

.blog-side-card--cta {
  background:
    radial-gradient(circle at top right, rgba(221, 235, 221, .32), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(248, 244, 236, .98));
}

.blog-side-card__stack {
  display: grid;
  gap: .8rem;
  margin-top: 1rem;
}

.blog-side-card__fact,
.blog-side-link {
  border-radius: 1.2rem;
  background: rgba(221, 235, 221, .3);
}

.blog-side-card__fact {
  padding: .95rem 1rem;
  color: var(--theme-heading);
  font-size: .95rem;
  font-weight: 800;
}

.blog-side-link {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr);
  gap: .8rem;
  padding: .9rem;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}

.blog-side-link:hover {
  transform: translateY(-2px);
  background: rgba(221, 235, 221, .42);
}

.blog-side-link__thumb {
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  border-radius: 1rem;
  background: rgba(255, 255, 255, .82);
}

.blog-side-link__content {
  min-width: 0;
  display: grid;
  gap: .25rem;
}

.blog-side-link__category,
.blog-side-link__meta {
  color: var(--theme-text-muted);
  font-size: .78rem;
  font-weight: 700;
}

.blog-side-link__title {
  font-size: .97rem;
  line-height: 1.8;
}

.blog-empty-state {
  border: 1px dashed rgba(49, 92, 69, .2);
  border-radius: 1.6rem;
  padding: 2rem 1.35rem;
  text-align: center;
  background: rgba(255, 255, 255, .56);
}

.blog-empty-state h3 {
  margin: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--theme-heading);
}

.blog-empty-state p {
  margin: .75rem auto 0;
  max-width: 30rem;
  color: var(--theme-text-secondary);
  line-height: 1.9;
}

.blog-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .75rem;
}

.blog-pagination__pages {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.blog-pagination__nav,
.blog-pagination__page {
  min-height: 2.9rem;
  padding: 0 1rem;
}

.blog-pagination__page {
  min-width: 2.9rem;
}

.blog-pagination__page--active {
  background: var(--moss);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 12px 24px rgba(49, 92, 69, .18);
}

.blog-pagination__nav:disabled {
  opacity: .48;
  cursor: not-allowed;
  transform: none;
}

.blog-article-layout {
  grid-template-columns: minmax(0, 1.55fr) minmax(17.5rem, .72fr);
  align-items: start;
}

.blog-article-hero,
.blog-article__conclusion,
.blog-article__cta,
.blog-article-section {
  padding: 1.35rem;
}

.blog-article-hero__back {
  min-height: 2.7rem;
  padding: 0 1rem;
  text-decoration: none;
  width: fit-content;
}

.blog-article-hero__headline {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  margin-top: 1rem;
}

.blog-article-hero__thumb {
  width: 100%;
  max-width: 6.25rem;
  height: 6.25rem;
  overflow: hidden;
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, .95), transparent 60%),
    linear-gradient(135deg, rgba(221, 235, 221, .86), rgba(237, 226, 203, .74));
}

.blog-article-hero__title {
  font-size: clamp(1.55rem, 2.9vw, 2.35rem);
  line-height: 1.75;
}

.blog-article__sections {
  display: grid;
  gap: 1rem;
}

.blog-article-section__title {
  font-size: 1.22rem;
}

.blog-article-section__copy {
  display: grid;
  gap: .85rem;
  margin-top: .9rem;
}

.blog-article-section__copy p {
  margin: 0;
}

.blog-article-section__bullets {
  display: grid;
  gap: .7rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.blog-article-section__bullets li {
  position: relative;
  padding: .95rem 3rem .95rem 1rem;
  border-radius: 1.15rem;
  background: rgba(221, 235, 221, .34);
  color: var(--theme-heading);
  font-weight: 700;
  line-height: 1.9;
}

.blog-article-section__bullets li::before {
  content: '•';
  position: absolute;
  right: 1.2rem;
  top: .8rem;
  color: var(--sage);
  font-size: 1.3rem;
  line-height: 1;
}

.blog-article__cta {
  display: grid;
  gap: 1.1rem;
  background:
    radial-gradient(circle at top right, rgba(221, 235, 221, .3), transparent 28%),
    linear-gradient(180deg, rgba(49, 92, 69, .98), rgba(41, 76, 58, .98));
}

.blog-article__cta h2,
.blog-article__cta p,
.blog-article__cta .blog-page__eyebrow {
  color: #fff;
}

.blog-article__cta .blog-page__eyebrow {
  background: rgba(255, 255, 255, .16);
}

.blog-article__cta .blog-page__secondary-button {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

@media (max-width: 1100px) {
  .blog-results,
  .blog-article-layout {
    grid-template-columns: 1fr;
  }

  .blog-results__aside,
  .blog-article-aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .blog-page__intro,
  .blog-toolbar,
  .blog-side-card,
  .blog-card,
  .blog-article-hero,
  .blog-article-section,
  .blog-article__conclusion,
  .blog-article__cta {
    border-radius: 1.45rem;
  }

  .blog-toolbar__top,
  .blog-grid,
  .blog-results__aside,
  .blog-article-aside {
    grid-template-columns: 1fr;
  }

  .blog-toolbar__action {
    display: block;
  }

  .blog-toolbar__reset,
  .blog-page__primary-button,
  .blog-page__secondary-button,
  .blog-card__link {
    width: 100%;
  }

  .blog-card__footer,
  .blog-side-card__actions,
  .blog-article__cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .blog-article-hero__headline {
    grid-template-columns: 1fr;
  }

  .blog-article-hero__thumb {
    max-width: 4.6rem;
    height: 4.6rem;
    border-radius: 1.2rem;
  }
}
