/* =========================================================================
   حضور — Hodoor.space revamp
   Design system: warm parchment + deep olive/forest, editorial Arabic type.
   Palette derived from the live brand mark (Icon-Sihem.svg, #39442B) and
   the site's own photography (olive, stone, warm skin tones).
   ========================================================================= */

/* ---------- Fonts ---------- */
@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@500;600;700&family=Cairo:wght@400;500;600;700&display=swap");

/* ---------- Tokens ---------- */
:root {
  /* Brand palette */
  --forest-deep: #232b18;
  --forest: #39442b;
  --forest-mid: #4e5c38;
  --sage: #7f8c66;
  --sage-soft: #c6cdb2;
  --stone: #d9cbae;
  --stone-soft: #ece3cd;
  --parchment: #f7f1e6;
  --parchment-soft: #fbf8f1;
  --clay: #a8613c;
  --clay-soft: #e7c9b4;
  --charcoal: #262520;
  --charcoal-soft: #5b594c;
  --line: rgba(57, 68, 43, 0.16);
  --line-soft: rgba(57, 68, 43, 0.09);
  --white: #fffdf9;

  /* Semantic */
  --bg: var(--parchment);
  --bg-card: var(--parchment-soft);
  --text: var(--charcoal);
  --text-soft: var(--charcoal-soft);
  --brand: var(--forest);
  --brand-deep: var(--forest-deep);
  --accent: var(--clay);
  --ring: #2f6b4a;

  /* Type */
  --font-display: "El Messiri", "Segoe UI", Tahoma, sans-serif;
  --font-body: "Cairo", "Segoe UI", Tahoma, sans-serif;

  /* Radii + shadow */
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 3px rgba(38, 37, 31, 0.08);
  --shadow-md: 0 18px 40px -22px rgba(35, 43, 24, 0.35);
  --shadow-lg: 0 30px 70px -30px rgba(35, 43, 24, 0.4);

  /* Layout */
  --container: 1240px;
  --pad: clamp(1.25rem, 4vw, 3rem);
  --section-pad: clamp(3.5rem, 8vw, 7rem);
  --header-h: 73px;
  /* Set to a real height only by body.has-quicknav (indexv2's sticky
     mobile quick-nav bar) — stays 0 everywhere else, so the shared
     offset math below works unchanged for both index.html and indexv2.html. */
  --quicknav-h: 0px;

  color-scheme: light;
}

@media (min-width: 960px) {
  :root {
    --header-h: 81px;
  }
}

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  padding-top: calc(var(--header-h) + var(--quicknav-h));
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

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

img {
  height: auto;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
p,
figure {
  margin: 0;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

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

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--pad);
}

main [id] {
  scroll-margin-top: calc(var(--header-h) + var(--quicknav-h) + 20px);
}

/* ---------- Accessibility ---------- */
.skip-link {
  position: absolute;
  inset-inline-start: 1rem;
  top: -100px;
  background: var(--brand-deep);
  color: var(--white);
  padding: 0.9rem 1.5rem;
  border-radius: var(--radius-sm);
  z-index: 999;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 1rem;
}

:focus-visible {
  outline: 2.5px solid var(--ring);
  outline-offset: 3px;
  border-radius: 4px;
}

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

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

/* ---------- Typography ---------- */
.eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
}

h1,
h2,
h3,
h4,
.font-display {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--brand-deep);
  line-height: 1.2;
}

.section-title {
  font-size: clamp(1.75rem, 3.4vw, 2.75rem);
  max-width: 26ch;
}

.section-lede {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: var(--text-soft);
  max-width: 58ch;
  margin-top: 1rem;
}

.section-head {
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.section-head.center {
  text-align: center;
  margin-inline: auto;
}

.section-head.center .section-title,
.section-head.center .section-lede {
  margin-inline: auto;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.98rem;
  padding: 0.95rem 1.7rem;
  border-radius: var(--radius-pill);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
  white-space: nowrap;
  line-height: 1;
}

.btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.btn-primary {
  background: var(--brand-deep);
  color: var(--white);
  box-shadow: var(--shadow-sm);
}

.btn-primary:hover {
  background: var(--brand);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.btn-outline {
  background: transparent;
  color: var(--brand-deep);
  border: 1.5px solid var(--line);
}

.btn-outline:hover {
  border-color: var(--brand-deep);
  background: rgba(57, 68, 43, 0.06);
}

.btn-on-dark {
  background: var(--parchment);
  color: var(--brand-deep);
}

.btn-on-dark:hover {
  background: var(--white);
  transform: translateY(-2px);
}

.btn-ghost-on-dark {
  background: transparent;
  color: var(--parchment);
  border: 1.5px solid rgba(247, 241, 230, 0.35);
}

.btn-ghost-on-dark:hover {
  border-color: var(--parchment);
  background: rgba(247, 241, 230, 0.08);
}

.btn-sm {
  padding: 0.65rem 1.25rem;
  font-size: 0.88rem;
}

.btn-block {
  width: 100%;
  justify-content: center;
}

.btn[disabled],
.btn.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-primary:hover svg,
.btn-outline:hover svg {
  transform: translateX(-2px);
}

.btn svg {
  transition: transform 0.18s ease;
}

/* ---------- Badges / status ---------- */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-pill);
  line-height: 1;
  white-space: nowrap;
}

.badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.badge-open {
  background: rgba(76, 108, 66, 0.13);
  color: #3c6b3f;
}

.badge-closed {
  background: rgba(168, 97, 60, 0.13);
  color: var(--clay);
}

.badge-limited {
  background: rgba(179, 138, 45, 0.15);
  color: #8a641c;
}

.badge-neutral {
  background: var(--stone-soft);
  color: var(--charcoal-soft);
}

/* ---------- Header / nav ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(247, 241, 230, 0.9);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 8px 24px -20px rgba(35, 43, 24, 0.5);
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 0.9rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

.brand-mark {
  width: 26px;
  height: 26px;
  color: var(--brand);
  flex-shrink: 0;
}

.brand-word {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brand-deep);
}

.nav-primary {
  display: none;
}

.nav-primary ul {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 1.6vw, 1.9rem);
}

.nav-primary a {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-soft);
  padding: 0.4rem 0.1rem;
  border-bottom: 2px solid transparent;
  transition: color 0.18s ease, border-color 0.18s ease;
}

.nav-primary a:hover {
  color: var(--brand-deep);
  border-bottom-color: var(--accent);
}

.nav-side {
  display: none;
  align-items: center;
  gap: 0.9rem;
}

.nav-login {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--text-soft);
}

.nav-login:hover {
  color: var(--brand-deep);
}

.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  color: var(--brand-deep);
}

.nav-toggle svg {
  width: 24px;
  height: 24px;
}

.nav-toggle .icon-close {
  display: none;
}

.nav-toggle[aria-expanded="true"] .icon-open {
  display: none;
}

.nav-toggle[aria-expanded="true"] .icon-close {
  display: block;
}

/* Mobile drawer */
.mobile-menu {
  position: fixed;
  inset: 0;
  top: 0;
  z-index: 99;
  background: var(--brand-deep);
  color: var(--parchment);
  display: flex;
  flex-direction: column;
  padding: calc(var(--header-h) + 1.5rem) var(--pad) 2.5rem;
  transform: translateY(-8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  overflow-y: auto;
}

.mobile-menu.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-menu-intro {
  font-size: 0.85rem;
  color: rgba(247, 241, 230, 0.6);
  margin-bottom: 1.4rem;
  max-width: 30ch;
}

.mobile-menu ul {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.mobile-menu a {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(247, 241, 230, 0.14);
}

.mobile-menu-footer {
  margin-top: auto;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.mobile-menu-footer a {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(247, 241, 230, 0.85);
}

body.menu-open {
  overflow: hidden;
}

@media (min-width: 960px) {
  .nav-primary {
    display: block;
  }
  .nav-side {
    display: flex;
  }
  .nav-toggle {
    display: none;
  }
  .mobile-menu {
    display: none;
  }
}

/* ---------- Quick-nav (indexv2 mobile table of contents) ----------
   A compact, horizontally-scrollable section list pinned under the fixed
   header. Only present when the page includes body.has-quicknav; on
   desktop the full nav in the header already covers this job. */
.quick-nav {
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  z-index: 90;
  height: var(--quicknav-h);
  background: var(--parchment-soft);
  border-bottom: 1px solid var(--line);
}

.quick-nav-track {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding-inline: var(--pad);
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.quick-nav-track::-webkit-scrollbar {
  display: none;
}

.quick-nav-item {
  flex-shrink: 0;
  scroll-snap-align: start;
  padding: 0.5rem 1.05rem;
  border-radius: var(--radius-pill);
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--text-soft);
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  white-space: nowrap;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.quick-nav-item[aria-current="true"] {
  background: var(--brand-deep);
  color: var(--parchment);
  border-color: var(--brand-deep);
}

body.has-quicknav {
  --quicknav-h: 52px;
}

@media (min-width: 960px) {
  .quick-nav {
    display: none;
  }
  body.has-quicknav {
    --quicknav-h: 0px;
  }
}

/* ---------- Back to top ---------- */
.back-to-top {
  position: fixed;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 80;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-deep);
  color: var(--parchment);
  box-shadow: var(--shadow-md);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.15s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.back-to-top:hover {
  background: var(--brand);
}

.back-to-top svg {
  width: 20px;
  height: 20px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: var(--brand-deep);
  color: var(--parchment);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  padding-block: clamp(2.75rem, 6vw, 5rem);
  align-items: center;
}

.hero-copy .eyebrow {
  color: var(--sage-soft);
}

.hero-copy .eyebrow::before {
  background: var(--stone);
}

.hero-title {
  font-size: clamp(2.2rem, 5.4vw, 3.8rem);
  color: var(--parchment);
  line-height: 1.18;
  max-width: 16ch;
}

.hero-title em {
  font-style: normal;
  color: var(--stone);
}

.hero-lede {
  margin-top: 1.4rem;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  color: rgba(247, 241, 230, 0.82);
  max-width: 46ch;
  line-height: 1.75;
}

.hero-actions {
  margin-top: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-lg);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(35, 43, 24, 0) 55%, rgba(35, 43, 24, 0.55) 100%);
}

.hero-media-caption {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 1.3rem 1.5rem;
  z-index: 1;
  font-size: 0.92rem;
  color: var(--parchment);
}

.hero-media-caption strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin-bottom: 0.15rem;
}

/* Trust strip */
.trust-strip {
  border-top: 1px solid rgba(247, 241, 230, 0.14);
  background: rgba(35, 43, 24, 0.55);
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem 1rem;
  padding-block: 1.6rem;
  text-align: center;
}

.trust-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  color: var(--parchment);
}

.trust-item span {
  font-size: 0.82rem;
  color: rgba(247, 241, 230, 0.7);
}

@media (min-width: 640px) {
  .trust-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 960px) {
  .hero-grid {
    grid-template-columns: 1.05fr 0.85fr;
  }
  .trust-list {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* ---------- Generic section rhythm ---------- */
.section {
  padding-block: var(--section-pad);
}

.section-dark {
  background: var(--brand-deep);
  color: var(--parchment);
}

.section-dark .section-title,
.section-dark h3,
.section-dark h4 {
  color: var(--parchment);
}

.section-dark .section-lede {
  color: rgba(247, 241, 230, 0.75);
}

.section-dark .eyebrow {
  color: var(--sage-soft);
}

.section-alt {
  background: var(--stone-soft);
}

.section-tight {
  padding-block: clamp(2.5rem, 5vw, 4rem);
}

/* ---------- Decision router (quiz) ---------- */
.router-quiz {
  display: block;
}

.router-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
  border: 0;
  margin: 0;
  padding: 0;
}

.router-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.7rem;
  background: var(--bg-card);
  border: 1.5px solid var(--line-soft);
  border-radius: var(--radius-md);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.router-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--line);
}

.router-card:focus-within {
  outline: 2.5px solid var(--ring);
  outline-offset: 3px;
}

.router-card.is-selected {
  border-color: var(--brand);
  background: rgba(57, 68, 43, 0.06);
  box-shadow: var(--shadow-md);
}

/* Native input kept in the DOM (for real radiogroup semantics + keyboard
   arrow-key support) but visually hidden — never display:none, so it
   stays focusable and screen-reader accessible. */
.router-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.router-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--stone-soft);
  color: var(--brand-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.router-card.is-selected .router-icon {
  background: var(--brand-deep);
  color: var(--parchment);
}

.router-icon svg {
  width: 24px;
  height: 24px;
}

.router-card h3 {
  font-size: 1.2rem;
}

.router-card p {
  color: var(--text-soft);
  font-size: 0.96rem;
  flex-grow: 1;
}

.router-pick {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--brand-deep);
}

.router-pick svg {
  width: 16px;
  height: 16px;
  transition: transform 0.18s ease;
}

.router-card:hover .router-pick svg,
.router-card.is-selected .router-pick svg {
  transform: translateX(-3px);
}

.router-card.is-selected .router-pick {
  color: var(--accent);
}

@media (min-width: 640px) {
  .router-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

/* Result panel — always present, updates in place so no layout jumps */
.router-result {
  margin-top: 1.5rem;
  background: var(--brand-deep);
  border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 4vw, 2.4rem);
  color: var(--parchment);
}

.router-result-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
}

.router-result-content h3 {
  color: var(--parchment);
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
}

.router-result-content p {
  margin-top: 0.6rem;
  color: rgba(247, 241, 230, 0.8);
  max-width: 62ch;
  line-height: 1.75;
}

.router-result-content {
  transition: opacity 0.2s ease;
}

.router-result-content.is-updating {
  opacity: 0;
}

@media (min-width: 720px) {
  .router-result-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
  .router-result-content {
    flex: 1;
  }
}

/* ---------- Journey (رحلة عبور) ---------- */
.journey-list {
  display: grid;
  gap: 1.5rem;
  counter-reset: stage;
  position: relative;
}

.journey-stage {
  display: grid;
  gap: 1.5rem;
  padding: 1.75rem;
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  position: relative;
}

.journey-stage-media {
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 5 / 4;
}

.journey-stage-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journey-stage-num {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 6vw, 3.6rem);
  color: var(--stone);
  line-height: 1;
}

.journey-stage-kicker {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  margin-bottom: 0.6rem;
}

.journey-stage-tag {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--accent);
}

.journey-stage h3 {
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
}

.journey-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.4rem;
  margin: 1rem 0 1.3rem;
  font-size: 0.88rem;
  color: var(--text-soft);
}

.journey-meta li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.journey-meta li strong {
  color: var(--brand-deep);
}

.journey-body p + p {
  margin-top: 0.7rem;
}

.journey-label {
  font-weight: 700;
  color: var(--brand-deep);
}

@media (min-width: 860px) {
  .journey-stage {
    grid-template-columns: 220px 1fr;
    align-items: start;
  }
  .journey-list::before {
    content: "";
    position: absolute;
    inset-inline-start: 129px;
    top: 40px;
    bottom: 40px;
    width: 1px;
    background: repeating-linear-gradient(180deg, var(--line) 0 8px, transparent 8px 16px);
    z-index: 0;
  }
}

.journey-more {
  margin-top: 2rem;
  text-align: center;
}

/* ---------- Offer cards (featured hierarchy) ---------- */
.offers-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

.offer-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.offer-card.is-primary {
  border-color: var(--brand);
}

.offer-card-head {
  padding: 1.6rem 1.6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.offer-card-head h3 {
  font-size: 1.35rem;
  margin-top: 0.6rem;
}

.offer-tagline {
  font-size: 0.98rem;
  color: var(--text-soft);
  margin-top: 0.5rem;
}

.offer-card-body {
  padding: 1.2rem 1.6rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  flex-grow: 1;
}

.offer-includes {
  display: grid;
  gap: 0.55rem;
}

.offer-includes li {
  display: flex;
  gap: 0.6rem;
  font-size: 0.92rem;
  color: var(--text-soft);
  align-items: flex-start;
}

.offer-includes svg {
  width: 17px;
  height: 17px;
  color: var(--brand);
  flex-shrink: 0;
  margin-top: 3px;
}

.offer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.1rem;
  font-size: 0.85rem;
  color: var(--text-soft);
  padding-top: 0.9rem;
  border-top: 1px dashed var(--line);
}

.offer-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 0.4rem;
}

.offer-price {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--brand-deep);
}

.offer-price small {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-soft);
  margin-inline-start: 0.3rem;
}

@media (min-width: 720px) {
  .offers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---------- Facilitators (Group Therapy) ---------- */
.gt-layout {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
}

.gt-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.gt-photo img {
  width: 100%;
  object-fit: cover;
}

.gt-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1.3rem 0 1.6rem;
}

.facilitator-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.8rem;
}

.facilitator-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem;
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
}

.facilitator-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.facilitator-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facilitator-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.02rem;
  color: var(--brand-deep);
}

.facilitator-card span {
  font-size: 0.82rem;
  color: var(--text-soft);
}

@media (min-width: 960px) {
  .gt-layout {
    grid-template-columns: 0.85fr 1.15fr;
    align-items: start;
  }
}

/* ---------- Entrepreneurship ---------- */
.entre-hero {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
}

.video-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--forest-deep);
  box-shadow: var(--shadow-lg);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.seasons-grid {
  display: grid;
  gap: 1rem;
  margin: 1.8rem 0;
}

.season-card {
  padding: 1.3rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(247, 241, 230, 0.16);
  background: rgba(247, 241, 230, 0.05);
}

.season-num {
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: var(--sage-soft);
  letter-spacing: 0.05em;
}

.season-card h4 {
  color: var(--parchment);
  font-size: 1.1rem;
  margin-top: 0.4rem;
}

.season-card p {
  color: rgba(247, 241, 230, 0.7);
  font-size: 0.9rem;
  margin-top: 0.35rem;
}

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

.value-stack {
  margin-top: 2rem;
  background: rgba(247, 241, 230, 0.06);
  border: 1px solid rgba(247, 241, 230, 0.16);
  border-radius: var(--radius-md);
  padding: 1.5rem;
}

.value-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  font-size: 0.94rem;
  border-bottom: 1px dashed rgba(247, 241, 230, 0.16);
  color: rgba(247, 241, 230, 0.82);
}

.value-row:last-of-type {
  border-bottom: 0;
}

.value-row.total {
  font-weight: 700;
  color: var(--parchment);
  padding-top: 0.9rem;
}

.value-price {
  margin-top: 1.4rem;
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.value-price .now {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--parchment);
}

.value-price .was {
  text-decoration: line-through;
  color: rgba(247, 241, 230, 0.45);
  font-size: 1.1rem;
}

.fit-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.8rem;
}

.fit-col h4 {
  color: var(--parchment);
  font-size: 1.05rem;
  margin-bottom: 0.8rem;
}

.fit-col ul {
  display: grid;
  gap: 0.6rem;
}

.fit-col li {
  display: flex;
  gap: 0.6rem;
  font-size: 0.92rem;
  color: rgba(247, 241, 230, 0.78);
}

.fit-col svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.fit-yes svg {
  color: #9bd19b;
}

.fit-no svg {
  color: #e0a98d;
}

@media (min-width: 720px) {
  .fit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.entre-status {
  margin-top: 2.2rem;
  padding: 1.5rem;
  border-radius: var(--radius-md);
  background: rgba(247, 241, 230, 0.08);
  border: 1px solid rgba(247, 241, 230, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.entre-status p {
  color: rgba(247, 241, 230, 0.82);
  font-size: 0.95rem;
  max-width: 46ch;
}

/* ---------- Workshops catalog ---------- */
.workshop-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

.workshop-card {
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.workshop-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.workshop-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.workshop-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workshop-body {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  flex-grow: 1;
}

.workshop-body h3 {
  font-size: 1.2rem;
}

.workshop-body p {
  font-size: 0.92rem;
  color: var(--text-soft);
  flex-grow: 1;
}

.workshop-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1rem;
  font-size: 0.82rem;
  color: var(--text-soft);
}

.workshop-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding-top: 0.6rem;
  border-top: 1px dashed var(--line);
}

@media (min-width: 640px) {
  .workshop-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .workshop-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ---------- Individual sessions ---------- */
.sessions-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

.session-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 1.1rem;
  padding: 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
}

.session-media {
  width: 96px;
  height: 96px;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.session-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.session-card h3 {
  font-size: 1.15rem;
}

.session-card p {
  font-size: 0.92rem;
  color: var(--text-soft);
  margin-top: 0.4rem;
}

.session-foot {
  margin-top: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

@media (min-width: 720px) {
  .sessions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ---------- Proof section ---------- */
.stats-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.stat-item {
  text-align: center;
  padding: 1.4rem 0.6rem;
  border-radius: var(--radius-md);
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
}

.stat-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--brand-deep);
}

.stat-item span {
  font-size: 0.82rem;
  color: var(--text-soft);
}

@media (min-width: 640px) {
  .stats-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 960px) {
  .stats-row {
    grid-template-columns: repeat(5, 1fr);
  }
}

.testimonial-wall {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr;
}

.testimonial-card {
  padding: 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.testimonial-card svg {
  width: 26px;
  height: 26px;
  color: var(--stone);
}

.testimonial-card p {
  font-size: 0.96rem;
  color: var(--text);
  line-height: 1.75;
}

.testimonial-who {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: var(--text-soft);
  margin-top: auto;
}

.testimonial-who .avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--sage-soft);
  color: var(--brand-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.testimonial-who strong {
  color: var(--brand-deep);
}

@media (min-width: 720px) {
  .testimonial-wall {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .testimonial-wall {
    grid-template-columns: repeat(3, 1fr);
  }
}

.featured-story {
  margin-top: 1.5rem;
  display: grid;
  gap: 1.8rem;
  padding: clamp(1.8rem, 4vw, 3rem);
  background: var(--brand-deep);
  color: var(--parchment);
  border-radius: var(--radius-lg);
}

.featured-story svg {
  width: 34px;
  height: 34px;
  color: var(--stone);
}

.featured-story blockquote {
  margin: 1rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  line-height: 1.6;
  color: var(--parchment);
}

.featured-story cite {
  display: block;
  margin-top: 1.2rem;
  font-style: normal;
  font-size: 0.9rem;
  color: var(--sage-soft);
}

@media (min-width: 860px) {
  .featured-story {
    grid-template-columns: auto 1fr;
    align-items: start;
  }
}

/* ---------- About Saham ---------- */
.about-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

.about-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-lg);
  filter: grayscale(0.15);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.8rem;
}

.about-metric {
  padding: 1.1rem;
  border-radius: var(--radius-md);
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
}

.about-metric strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--brand-deep);
}

.about-metric span {
  font-size: 0.82rem;
  color: var(--text-soft);
}

@media (min-width: 960px) {
  .about-grid {
    grid-template-columns: 0.8fr 1.2fr;
  }
  .about-metrics {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ---------- Community ---------- */
.community-panel {
  display: grid;
  gap: 1.6rem;
  align-items: center;
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
  padding: 1.2rem;
}

.community-graphic {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  object-fit: cover;
}

@media (min-width: 780px) {
  .community-panel {
    grid-template-columns: 0.9fr 1.1fr;
    padding: 1.6rem;
  }
  .community-graphic {
    height: 100%;
  }
}

/* ---------- Blog ---------- */
.blog-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1fr;
}

.blog-card {
  padding: 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.blog-date {
  font-size: 0.78rem;
  color: var(--accent);
  font-weight: 700;
}

.blog-card h3 {
  font-size: 1.1rem;
}

.blog-card p {
  font-size: 0.9rem;
  color: var(--text-soft);
  flex-grow: 1;
}

.blog-read {
  font-size: 0.87rem;
  font-weight: 700;
  color: var(--brand-deep);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.blog-read svg {
  width: 15px;
  height: 15px;
}

.blog-more {
  margin-top: 2rem;
  text-align: center;
}

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

/* ---------- Newsletter ---------- */
.newsletter-panel {
  display: grid;
  gap: 1.8rem;
  padding: clamp(2rem, 5vw, 3.2rem);
  background: var(--forest);
  color: var(--parchment);
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}

.newsletter-panel::after {
  content: "";
  position: absolute;
  inset-inline-end: -40px;
  bottom: -40px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-image: url("assets/images/texture-green.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.16;
  mix-blend-mode: luminosity;
  mask-image: radial-gradient(circle, black 55%, transparent 75%);
  -webkit-mask-image: radial-gradient(circle, black 55%, transparent 75%);
}

.newsletter-copy h2 {
  color: var(--parchment);
  font-size: clamp(1.5rem, 3vw, 2rem);
  max-width: 22ch;
}

.newsletter-copy p {
  margin-top: 0.9rem;
  color: rgba(247, 241, 230, 0.82);
  max-width: 48ch;
}

.newsletter-proof {
  margin-top: 1rem;
  font-size: 0.85rem;
  color: var(--sage-soft);
  font-weight: 700;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  position: relative;
  z-index: 1;
}

.field-row {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.newsletter-form input[type="email"] {
  padding: 0.95rem 1.2rem;
  border-radius: var(--radius-pill);
  border: 1.5px solid rgba(247, 241, 230, 0.35);
  background: rgba(247, 241, 230, 0.08);
  color: var(--parchment);
}

.newsletter-form input::placeholder {
  color: rgba(247, 241, 230, 0.55);
}

.form-note {
  font-size: 0.78rem;
  color: rgba(247, 241, 230, 0.6);
}

.form-success {
  display: none;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  color: #cdeecb;
  background: rgba(76, 108, 66, 0.25);
  border: 1px solid rgba(76, 108, 66, 0.4);
  padding: 0.8rem 1rem;
  border-radius: var(--radius-sm);
}

.form-success.is-visible {
  display: flex;
}

.form-success svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

@media (min-width: 860px) {
  .newsletter-panel {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }
}

/* ---------- Contact ---------- */
.contact-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 3rem);
}

.contact-types {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}

.contact-type {
  padding: 1.1rem 1.3rem;
  border-radius: var(--radius-md);
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.contact-type svg {
  width: 22px;
  height: 22px;
  color: var(--brand);
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-type strong {
  display: block;
  color: var(--brand-deep);
  margin-bottom: 0.2rem;
}

.contact-type span,
.contact-type a {
  font-size: 0.9rem;
  color: var(--text-soft);
}

.contact-type a {
  color: var(--brand-deep);
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.6rem, 4vw, 2.4rem);
  background: var(--bg-card);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
}

.form-grid {
  display: grid;
  gap: 1rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-field label {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--brand-deep);
}

.form-field input,
.form-field textarea {
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--line);
  background: var(--white);
}

.form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--brand);
}

@media (min-width: 640px) {
  .form-grid.two-col {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 960px) {
  .contact-grid {
    grid-template-columns: 0.85fr 1.15fr;
  }
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--brand-deep);
  color: rgba(247, 241, 230, 0.78);
  padding-block: clamp(3rem, 6vw, 4.5rem) 2rem;
}

.footer-top {
  display: grid;
  gap: 2.5rem;
}

.footer-brand .brand-word {
  color: var(--parchment);
}

.footer-brand p {
  margin-top: 1rem;
  max-width: 32ch;
  font-size: 0.9rem;
  line-height: 1.8;
}

.footer-social {
  margin-top: 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(247, 241, 230, 0.2);
  font-size: 0.85rem;
  font-weight: 600;
}

.footer-social svg {
  width: 17px;
  height: 17px;
}

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

.footer-col h4 {
  color: var(--parchment);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.footer-col ul {
  display: grid;
  gap: 0.65rem;
}

.footer-col a {
  font-size: 0.9rem;
}

.footer-col a:hover {
  color: var(--parchment);
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(247, 241, 230, 0.14);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
}

.footer-bottom a:hover {
  color: var(--parchment);
}

@media (min-width: 720px) {
  .footer-top {
    grid-template-columns: 1fr 2fr;
  }
  .footer-cols {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ---------- Utility ---------- */
.mt-0 {
  margin-top: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

hr.divider {
  border: 0;
  border-top: 1px solid var(--line);
  margin-block: var(--section-pad);
}

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

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

@media (max-width: 480px) {
  .btn {
    padding: 0.85rem 1.35rem;
    font-size: 0.92rem;
  }
}
