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

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

.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__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;
}
.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: .72rem;
  font-weight: 600;
  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;
  gap: 1rem;
  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 {
  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;
  width: 2.85rem;
  height: 2.85rem;
  border: 1px solid var(--theme-border);
  border-radius: .95rem;
  background: var(--theme-header-chip-bg);
  color: var(--theme-header-chip-text);
  transition: transform .22s ease, background .22s ease, border-color .22s ease;
}
.site-header__menu-toggle:hover {
  transform: translateY(-1px);
  background: var(--theme-header-chip-hover);
}
.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-offset: clamp(4rem, 8vw, 5.5rem);
  --site-footer-cta-button-min-width: 17rem;
  --site-footer-cta-ornament-width: 8.5rem;
  --site-footer-cta-leaf-rgb: 121, 150, 107;
  --site-footer-cta-gold-rgb: 214, 173, 92;
  position: relative;
  overflow: visible;
  margin-top: var(--site-footer-cta-offset);
  background:
    radial-gradient(circle at 14% 18%, rgba(138, 170, 121, .16), transparent 30%),
    linear-gradient(135deg, #073f3a 0%, #0b4b44 48%, #073b35 100%);
  color: rgba(255, 255, 255, .88);
}
.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.06), transparent 24%, transparent 76%, rgba(255,255,255,.05));
  opacity: .75;
}
.site-footer__cta-shell {
  position: relative;
  z-index: 1;
  max-width: 80rem;
  margin: 0 auto;
  padding-inline: 1.5rem;
}
.site-footer__cta {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: calc(var(--site-footer-cta-offset) * -1);
  margin-bottom: 1.6rem;
  padding: 1.85rem 1.5rem 1.7rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.12), transparent 34%),
    linear-gradient(135deg, #0a5a52 0%, #0a4641 52%, #083834 100%);
  box-shadow:
    0 1.25rem 2.75rem rgba(3, 29, 27, .3),
    inset 0 1px 0 rgba(255,255,255,.08);
}
.site-footer__cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.05), transparent 18%, transparent 82%, rgba(var(--site-footer-cta-gold-rgb), .08)),
    radial-gradient(circle at 50% 100%, rgba(var(--site-footer-cta-gold-rgb), .09), transparent 45%);
  pointer-events: none;
}
.site-footer__cta-content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 1rem;
  text-align: center;
}
.site-footer__cta-title {
  margin: 0;
  max-width: 40rem;
  color: #fff;
  font-family: var(--font-family-display);
  font-size: clamp(1.45rem, 2.7vw, 2.15rem);
  font-weight: 900;
  line-height: 1.5;
  text-wrap: balance;
}
.site-footer__cta-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, var(--site-footer-cta-button-min-width));
  padding: .95rem 2.8rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #d9ad62 0%, #bf8b3b 100%);
  color: #fff8ec;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  box-shadow:
    0 .85rem 1.6rem rgba(25, 23, 16, .22),
    inset 0 1px 0 rgba(255,255,255,.28);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.site-footer__cta-button:hover,
.site-footer__cta-button:focus {
  transform: translateY(-2px);
  filter: brightness(1.03);
  box-shadow:
    0 1rem 1.8rem rgba(25, 23, 16, .28),
    inset 0 1px 0 rgba(255,255,255,.32);
}
.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--start {
  inset-inline-start: 0;
  background:
    radial-gradient(ellipse 28% 18% at 24% 26%, rgba(var(--site-footer-cta-leaf-rgb), .38) 0 96%, transparent 100%),
    radial-gradient(ellipse 30% 19% at 40% 42%, rgba(var(--site-footer-cta-leaf-rgb), .3) 0 96%, transparent 100%),
    radial-gradient(ellipse 26% 17% at 21% 58%, rgba(var(--site-footer-cta-leaf-rgb), .24) 0 96%, transparent 100%),
    radial-gradient(ellipse 26% 17% at 44% 70%, rgba(var(--site-footer-cta-leaf-rgb), .18) 0 96%, transparent 100%);
}
.site-footer__cta-ornament--end {
  inset-inline-end: 0;
  background:
    radial-gradient(ellipse 18% 12% at 52% 18%, rgba(var(--site-footer-cta-gold-rgb), .8) 0 98%, transparent 100%),
    radial-gradient(ellipse 18% 12% at 34% 35%, rgba(var(--site-footer-cta-gold-rgb), .62) 0 98%, transparent 100%),
    radial-gradient(ellipse 18% 12% at 68% 36%, rgba(var(--site-footer-cta-gold-rgb), .62) 0 98%, transparent 100%),
    linear-gradient(180deg, transparent 0 26%, rgba(var(--site-footer-cta-gold-rgb), .76) 26% 82%, transparent 82%),
    radial-gradient(circle at 52% 84%, rgba(var(--site-footer-cta-gold-rgb), .44) 0 8%, transparent 9%);
  filter: drop-shadow(0 0 12px rgba(var(--site-footer-cta-gold-rgb), .08));
}
.site-footer__inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.25rem;
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.1rem 1.5rem 2rem;
}
.site-footer__column {
  min-width: 0;
  padding-inline-start: 1.6rem;
  border-inline-start: 1px solid rgba(255, 255, 255, .14);
}
.site-footer__column:first-child {
  padding-inline-start: 0;
  border-inline-start: 0;
}
.site-footer__title {
  margin: 0 0 1rem;
  font-family: var(--font-family-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
}
.site-footer__text {
  max-width: 15rem;
  margin: .9rem 0 0;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.9;
  color: rgba(255, 255, 255, .78);
}
.site-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}
.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.site-footer__social-link:hover,
.site-footer__social-link:focus {
  transform: translateY(-2px);
  border-color: rgba(209, 164, 77, .75);
  background: rgba(209, 164, 77, .18);
}
.site-footer__links,
.site-footer__info {
  display: grid;
  gap: .72rem;
  color: rgba(255, 255, 255, .78);
  font-size: .95rem;
  line-height: 1.8;
}
.footer-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  width: fit-content;
  border-radius: .75rem;
  padding: .35rem .5rem;
  color: rgba(255, 255, 255, .78);
  transition: transform .25s ease, color .25s ease;
}
.footer-link::before {
  content: '';
  width: .45rem;
  height: .45rem;
  border-inline-end: 2px solid rgba(209, 164, 77, .85);
  border-bottom: 2px solid rgba(209, 164, 77, .85);
  transform: rotate(45deg);
}
.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 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .06);
}
.site-footer__bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 80rem;
  margin: 0 auto;
  padding: 1rem 1.5rem 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
  font-weight: 700;
}
.site-footer__bottom strong {
  color: #fff;
  font-family: var(--font-family-display);
  font-size: 1.3rem;
}

@media (max-width: 1024px) {
  .site-footer {
    --site-footer-cta-button-min-width: 15rem;
    --site-footer-cta-ornament-width: 6.5rem;
  }
  .site-footer__cta {
    padding: 1.6rem 1.25rem 1.5rem;
    border-radius: 1.75rem;
  }
  .site-footer__cta-title {
    max-width: 32rem;
    font-size: clamp(1.25rem, 3.8vw, 1.8rem);
  }
  .site-footer__cta-button {
    font-size: 1.15rem;
  }
}

@media (max-width: 640px) {
  .site-footer {
    --site-footer-cta-ornament-width: 4.25rem;
    margin-top: 3.4rem;
  }
  .site-footer__cta-shell {
    padding-inline: 1rem;
  }
  .site-footer__cta {
    margin-top: -3.4rem;
    margin-bottom: 1.2rem;
    padding: 1.35rem 1rem 1.2rem;
    border-radius: 1.5rem;
  }
  .site-footer__cta-title {
    font-size: 1.1rem;
    line-height: 1.7;
  }
  .site-footer__cta-button {
    width: 100%;
    min-width: 0;
    padding-inline: 1.4rem;
    font-size: 1.05rem;
  }
  .site-footer__cta-ornament { opacity: .6; }
}

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 {
  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-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: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;
  text-align: right;
  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__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 {
  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;
}
.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;
}

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

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

.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));
  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;
  gap: .45rem;
  overflow: visible;
  padding: .45rem 1rem 1rem;
}
.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);
}

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

.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::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-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__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;
  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__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::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 {
  width: 100%;
  max-width: 100%;
}

.page-shell__intro h1,
.page-shell__intro p {
  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;
    padding: 1.15rem 1rem 1.2rem;
    border-radius: 1.5rem;
  }

  .page-shell__intro h1 {
    font-size: clamp(1.55rem, 6vw, 2rem);
    line-height: 1.55;
  }

  .page-shell__intro p {
    margin-top: .75rem;
    font-size: .95rem;
    line-height: 1.95;
  }

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

  .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) {
  .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:
    radial-gradient(circle at 14% 18%, rgba(138, 170, 121, .1), transparent 30%),
    linear-gradient(135deg, #061311 0%, #0b201b 48%, #081714 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__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;
}

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

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

html[dir='ltr'] .site-header__brand-copy {
  gap: .08rem;
}

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 {
  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'] .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'] :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 {
  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));
}

.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__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__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__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='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__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__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__step-state {
  color: rgba(36, 51, 44, .58);
  font-size: .68rem;
  font-weight: 900;
  line-height: 1.5;
}

.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-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-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .9rem;
}

.booking-journey__path-card-icon {
  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);
}

.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__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-media {
  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='6'] .booking-journey__roadmap-line {
    inset-inline: 2.2rem;
    width: calc(100% - 4.4rem);
  }

  .booking-journey__step-copy {
    padding-inline: .8rem;
  }
}

@media (max-width: 767px) {
  .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;
    padding-bottom: .25rem;
    scrollbar-width: thin;
  }

  .direct-booking__path-tab {
    white-space: nowrap;
  }

  .direct-booking__showcase-meta-bar,
  .direct-booking__showcase-controls,
  .direct-booking__showcase-actions {
    width: 100%;
  }

  .direct-booking__showcase-controls {
    justify-content: space-between;
  }

  .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='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__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 (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.5rem), 88rem);
  margin: .7rem auto 0;
  padding: .8rem 1rem;
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 1.6rem;
  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 18px 40px rgba(49, 92, 69, .1);
  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: 1.2rem;
  min-height: 4.1rem;
  direction: ltr;
}

.site-header__actions {
  display: flex !important;
  align-items: center;
  justify-self: start;
  gap: .75rem;
  min-width: 0;
  grid-column: 1;
  padding-inline-start: 0;
  border-inline-start: 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 {
  gap: .55rem;
}

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

.site-header__cta-group {
  gap: .5rem;
}

.site-header__inline-auth,
.site-header__menu-toggle,
.site-header__mobile-panel,
.site-header__mobile-auth,
.site-header__mobile-cta-group,
.site-header__mobile-utilities {
  display: none !important;
}

.site-header__brand {
  grid-column: 3;
  justify-self: end;
  min-width: 0;
  padding-inline-end: 0;
  border-inline-end: 0;
}

.site-header__brand-link {
  display: inline-flex;
  align-items: center;
  gap: .92rem;
  direction: rtl;
  color: var(--theme-text-primary);
  max-width: 100%;
  position: relative;
  padding: .55rem .82rem .55rem .68rem;
  border: 1px solid rgba(49, 92, 69, .1);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at top right, rgba(var(--accent-gold-rgb), .18), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, .97), rgba(251, 247, 237, .95));
  box-shadow:
    0 16px 34px rgba(49, 92, 69, .12),
    inset 0 1px 0 rgba(255, 255, 255, .75);
  overflow: hidden;
  isolation: isolate;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.site-header__brand-link::before {
  content: '';
  position: absolute;
  inset: .18rem;
  border-radius: 1.28rem;
  background: linear-gradient(135deg, rgba(255,255,255,.3), rgba(255,255,255,0));
  opacity: .95;
  pointer-events: none;
  z-index: -1;
}

.site-header__brand-link:hover,
.site-header__brand-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(var(--accent-gold-rgb), .3);
  box-shadow:
    0 18px 36px rgba(49, 92, 69, .14),
    inset 0 1px 0 rgba(255,255,255,.82);
}

.site-header__brand-copy {
  display: grid;
  gap: 0;
  justify-items: end;
  min-width: 0;
  text-align: right;
}

.site-header__brand-name {
  color: var(--theme-heading);
  font-size: 1.42rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.01em;
  text-shadow: 0 1px 0 rgba(255,255,255,.38);
}

.site-header__brand-tagline {
  display: none;
  max-width: 12rem;
  font-size: .72rem;
  font-weight: 700;
  color: var(--theme-text-muted);
}

.site-header__logo-mark {
  width: 3.18rem;
  height: 3.18rem;
  padding: .36rem;
  border-radius: 1.1rem;
  border-color: rgba(255, 255, 255, .4);
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.72), rgba(255,255,255,.18)),
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(var(--accent-gold-rgb), .18));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.45),
    0 10px 22px rgba(49, 92, 69, .12);
}

html[data-theme='dark'] .site-header__logo-mark {
  border-color: rgba(214, 196, 162, .2);
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.26), rgba(255,255,255,.08)),
    linear-gradient(145deg, rgba(214, 196, 162, .16), rgba(49, 92, 69, .24));
}

html[data-theme='dark'] .site-header__brand-link {
  border-color: rgba(214, 196, 162, .16);
  background:
    radial-gradient(circle at top right, rgba(214, 196, 162, .16), transparent 38%),
    linear-gradient(135deg, rgba(20, 37, 31, .96), rgba(28, 46, 39, .92));
  box-shadow:
    0 16px 34px rgba(3, 10, 8, .34),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.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: .3rem;
  min-width: 0;
  direction: rtl;
}

.site-header__menu--desktop {
  display: block;
}

.site-header__desktop-nav .nav-link {
  min-height: 2.75rem;
  padding: .65rem .95rem;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 800;
  color: var(--theme-text-secondary);
  transition: background .22s ease, color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.site-header__desktop-nav .nav-link::after {
  display: none;
}

.site-header__desktop-nav .nav-link:hover,
.site-header__desktop-nav .nav-link.active {
  background: rgba(255, 255, 255, .92);
  color: var(--theme-heading);
  box-shadow: 0 10px 22px rgba(49, 92, 69, .08);
  transform: translateY(-1px);
}

html[data-theme='dark'] .site-header__desktop-nav .nav-link:hover,
html[data-theme='dark'] .site-header__desktop-nav .nav-link.active {
  background: rgba(255, 255, 255, .08);
}

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 1rem;
  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, #23412f 0%, #315c45 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(49, 92, 69, .16);
}

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

.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: minmax(0, 1fr) auto;
    gap: .88rem;
    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,
  .site-header__cta-group {
    display: none !important;
  }

  .site-header__inline-auth,
  .site-header__menu-toggle {
    display: inline-flex !important;
    align-items: center;
  }

  .site-header__inline-auth {
    align-self: stretch;
    justify-content: flex-end;
    gap: var(--site-header-mobile-gap);
    min-width: 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }

  .site-header__inline-auth-link,
  .site-header__inline-auth-button {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 44px;
    padding-inline: .9rem;
    border: 1px solid var(--theme-border);
    border-radius: .95rem;
    background: var(--theme-header-chip-bg);
    color: var(--theme-heading);
    font-size: .78rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: auto;
    touch-action: manipulation;
    box-shadow: none;
  }

  .site-header__inline-auth-link--account {
    border-color: transparent;
    background: linear-gradient(135deg, var(--theme-header-mobile-account-bg-start) 0%, var(--theme-header-mobile-account-bg-end) 100%);
    color: var(--theme-header-mobile-account-text);
  }

  .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 {
    grid-column: 2;
    justify-self: end;
    display: grid;
    justify-items: end;
    gap: var(--site-header-mobile-gap);
  }

  .site-header__brand-link {
    gap: .62rem;
    max-width: min(100%, 13rem);
    padding: .42rem .62rem .42rem .5rem;
    border-radius: 1.28rem;
  }

  .site-header__brand-tagline {
    display: none;
  }

  .site-header__brand-copy {
    gap: .15rem;
    align-content: center;
  }

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

  .site-header__logo-mark {
    width: 2.72rem;
    height: 2.72rem;
    border-radius: .98rem;
  }
}

#navLinks.hidden {
  display: none !important;
}

#navLinks.site-header__menu {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: flex;
  justify-content: flex-end;
  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;
  width: min(92vw, 25rem);
  height: 100%;
  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;
}

.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-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 {
  display: grid;
  gap: .48rem;
}

.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--account {
  background: rgba(255, 255, 255, .88);
}

.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-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__brand-name {
    font-size: 1.06rem;
  }

  .site-header__logo-mark {
    width: 2.46rem;
    height: 2.46rem;
  }

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