/* Hayati حياتي — landing arabe (mywie2) */

html[dir="rtl"] body.locale-ar,
html[dir="rtl"] body.locale-ar-ma,
html[dir="rtl"] body.locale-ar-dz,
.hayati-home,
.hayati-nav,
.hayati-footer {
  --hayati-green: #1a2421;
  --hayati-green-soft: #24302c;
  --hayati-green-deep: #0f1816;
  --hayati-gold: #c5a059;
  --hayati-gold-dark: #a67c52;
  --hayati-gold-light: #d4b978;
  --hayati-cream: #f9f7f2;
  --hayati-cream-deep: #f0ebe0;
  --hayati-ink: #1a2421;
  --hayati-muted: #5c665e;
  --hayati-shadow: 0 12px 32px rgb(26 36 33 / 0.08);
}

html[dir="rtl"] body.locale-ar,
html[dir="rtl"] body.locale-ar-ma,
html[dir="rtl"] body.locale-ar-dz {
  font-family: 'Tajawal', system-ui, sans-serif;
  background-color: #f9f7f2;
  color: #1a2421;
}

html[dir="rtl"] body.locale-ar .font-serif,
html[dir="rtl"] body.locale-ar-ma .font-serif,
html[dir="rtl"] body.locale-ar-dz .font-serif {
  font-family: 'Amiri', 'Tajawal', serif;
}

/* ——— Navigation Hayati ——— */
.hayati-nav.site-nav,
.hayati-nav {
  background: #1a2421;
  background: var(--hayati-green);
  border-bottom: 1px solid rgb(197 160 89 / 0.25);
  box-shadow: 0 4px 24px rgb(15 24 22 / 0.35);
}

.hayati-nav .container {
  direction: rtl;
}

.hayati-nav__bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 4.25rem;
}

.hayati-nav__brand {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  flex-shrink: 0;
}

.hayati-nav__logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--hayati-gold-light) 0%, var(--hayati-gold) 100%);
  color: var(--hayati-green);
  box-shadow: 0 0 16px rgb(197 160 89 / 0.35);
}

.hayati-nav__logo-img {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 0.4rem;
  object-fit: contain;
  box-shadow: 0 0 16px rgb(197 160 89 / 0.28);
  background: #000;
  border: 1px solid rgb(197 160 89 / 0.35);
}

.hayati-nav__logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.hayati-nav__logo-ar {
  font-family: 'Amiri', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--hayati-gold-light);
}

.hayati-nav__logo-en {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgb(249 247 242 / 0.72);
}

.hayati-nav__links {
  display: none;
  align-items: center;
  gap: 0.25rem;
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .hayati-nav__links {
    display: flex;
  }
}

.hayati-nav__link {
  padding: 0.5rem 0.875rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(42 30% 88%);
  text-decoration: none;
  transition: color 0.2s, background 0.2s;
}

.hayati-nav__link:hover,
.hayati-nav__link.is-active {
  color: var(--hayati-gold-light);
  background: rgb(197 160 89 / 0.1);
}

.hayati-nav__actions {
  display: none;
  align-items: center;
  gap: 0.5rem;
  margin-inline-start: auto;
}

@media (min-width: 1024px) {
  .hayati-nav__actions {
    display: flex;
  }
}

.hayati-nav .lang-selector button {
  color: hsl(42 30% 88%) !important;
}

.hayati-nav .lang-selector__menu {
  direction: rtl;
}

.hayati-nav__toggle {
  display: inline-flex;
  margin-inline-start: auto;
  padding: 0.5rem;
  border: 0;
  background: transparent;
  color: var(--hayati-gold-light);
  cursor: pointer;
}

@media (min-width: 1024px) {
  .hayati-nav__toggle {
    display: none;
  }
}

.hayati-nav__mobile {
  padding: 0.75rem 0 1rem;
  border-top: 1px solid rgb(197 160 89 / 0.2);
}

.hayati-nav__mobile-link {
  display: block;
  padding: 0.625rem 0.5rem;
  color: hsl(42 30% 88%);
  text-decoration: none;
  font-size: 0.9375rem;
}

.hayati-nav__mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

/* ——— Boutons ——— */
.hayati-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.625rem;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hayati-btn:hover {
  transform: translateY(-1px);
}

.hayati-btn--sm {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
}

.hayati-btn--lg {
  padding: 0.875rem 2rem;
  font-size: 1rem;
}

.hayati-btn--gold {
  background: linear-gradient(180deg, var(--hayati-gold-light) 0%, var(--hayati-gold) 100%);
  color: var(--hayati-green-deep);
  box-shadow: 0 8px 20px rgb(166 124 82 / 0.28);
}

.hayati-btn--ghost,
.hayati-btn--outline {
  border: 1px solid rgb(197 160 89 / 0.55);
  color: #f9f7f2;
  background: rgb(26 36 33 / 0.35);
  backdrop-filter: blur(4px);
}

.hayati-btn--dark {
  background: var(--hayati-green);
  color: #f9f7f2;
  border: 1px solid rgb(197 160 89 / 0.35);
}

/* ——— Hero ——— */
.hayati-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(28rem, 88vh, 42rem);
  padding-top: 4.25rem;
  color: #f9f7f2;
  overflow: hidden;
  background: var(--hayati-green-deep);
}

.hayati-hero__scene {
  position: absolute;
  inset: 0;
}

.hayati-hero__scene-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.hayati-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgb(15 24 22 / 0.92) 0%, rgb(26 36 33 / 0.55) 42%, rgb(26 36 33 / 0.18) 100%),
    linear-gradient(to left, rgb(26 36 33 / 0.88) 0%, rgb(26 36 33 / 0.45) 38%, transparent 68%);
}

.hayati-hero__content {
  position: relative;
  z-index: 2;
  direction: rtl;
  text-align: start;
  max-width: 40rem;
  margin-inline-end: auto;
  padding: 2.5rem 1rem 2rem;
}

@media (min-width: 1024px) {
  .hayati-hero__content {
    padding: 3.5rem 1rem 2.5rem;
  }
}

.hayati-hero__brand {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--hayati-gold-light);
}

.hayati-hero__title {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3rem);
  line-height: 1.3;
  font-weight: 700;
  text-shadow: 0 2px 24px rgb(15 24 22 / 0.45);
}

.hayati-hero__accent {
  display: block;
  color: var(--hayati-gold-light);
}

.hayati-hero__subtitle {
  margin: 1rem 0 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgb(249 247 242 / 0.88);
  max-width: 34rem;
}

.hayati-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hayati-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
  color: rgb(249 247 242 / 0.82);
}

.hayati-hero__trust li::before {
  content: '✓ ';
  color: var(--hayati-gold-light);
  font-weight: 700;
}

/* Bandeau services */
.hayati-feature-strip {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgb(197 160 89 / 0.22);
  background: var(--hayati-green);
  padding: 1rem 0 1.25rem;
}

.hayati-feature-strip__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .hayati-feature-strip__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.5rem;
  }
}

.hayati-feature-strip__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgb(249 247 242 / 0.9);
}

.hayati-feature-strip__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  height: 2.125rem;
  flex-shrink: 0;
  border-radius: 999px;
  background: rgb(197 160 89 / 0.14);
  color: var(--hayati-gold-light);
  border: 1px solid rgb(197 160 89 / 0.32);
}

/* ——— Sections ——— */
.hayati-section {
  position: relative;
  padding: 4rem 0;
}

.hayati-section--cream {
  background: var(--hayati-cream);
  color: var(--hayati-ink);
}

.hayati-section--dark {
  background: linear-gradient(180deg, var(--hayati-green) 0%, var(--hayati-green-soft) 100%);
  color: hsl(42 35% 92%);
}

.hayati-section--cream::before {
  content: '';
  display: block;
  height: 3.5rem;
  margin-top: -4rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 56' preserveAspectRatio='none'%3E%3Cpath fill='%23f9f7f2' d='M0 56V28c80-18 160-18 240 0s160 18 240 0 160-18 240 0 160 18 240 0 160-18 240 0 160 18 240 0 160-18 240 0V56z'/%3E%3Cpath fill='none' stroke='%23c5a059' stroke-width='1.5' opacity='0.35' d='M0 28c80-18 160-18 240 0s160 18 240 0 160-18 240 0 160 18 240 0 160-18 240 0 160 18 240 0 160-18 240 0'/%3E%3C/svg%3E") center top / 100% 100% no-repeat;
}

.hayati-section__header {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 2.5rem;
}

.hayati-section__header--light .hayati-section__title,
.hayati-section__header--light {
  color: hsl(42 35% 94%);
}

.hayati-section__title {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
}

.hayati-section__lead {
  margin: 0.75rem 0 0;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--hayati-muted);
}

.hayati-section--dark .hayati-section__lead,
.hayati-cta__lead {
  color: hsl(42 22% 78%);
}

.hayati-section__cta {
  margin-top: 2.5rem;
  text-align: center;
}

/* Lanternes latérales (features) */
.hayati-features__lantern {
  position: absolute;
  top: 2rem;
  width: 2.75rem;
  height: 5rem;
  background:
    radial-gradient(ellipse at 50% 30%, hsl(42 90% 70% / 0.5) 0%, transparent 55%),
    linear-gradient(180deg, var(--hayati-gold-light) 0%, hsl(42 55% 35%) 100%);
  border-radius: 1.375rem 1.375rem 0.625rem 0.625rem;
  box-shadow: 0 0 24px rgb(197 160 89 / 0.25);
  opacity: 0.85;
  pointer-events: none;
  display: none;
}

@media (min-width: 1280px) {
  .hayati-features__lantern {
    display: block;
  }

  .hayati-features__lantern--start {
    right: 2rem;
  }

  .hayati-features__lantern--end {
    left: 2rem;
  }
}

/* ——— Cartes fonctionnalités (4 + 3) ——— */
.hayati-features__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

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

@media (min-width: 1024px) {
  .hayati-features__grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .hayati-features__grid .hayati-card:nth-child(-n + 4) {
    grid-column: span 3;
  }

  .hayati-features__grid .hayati-card:nth-child(5) {
    grid-column: 2 / span 3;
  }

  .hayati-features__grid .hayati-card:nth-child(6) {
    grid-column: 5 / span 3;
  }

  .hayati-features__grid .hayati-card:nth-child(7) {
    grid-column: 8 / span 3;
  }
}

.hayati-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgb(26 36 33 / 0.08);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: var(--hayati-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.hayati-card:hover {
  transform: translateY(-4px);
  border-color: rgb(197 160 89 / 0.45);
  box-shadow: 0 16px 32px rgb(26 36 33 / 0.12);
}

.hayati-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 1rem auto 0.75rem;
  border-radius: 0.75rem;
  background: var(--hayati-cream-deep);
  color: var(--hayati-gold-dark);
  border: 1px solid rgb(197 160 89 / 0.25);
}

.hayati-card__media {
  margin: 0 1rem;
  overflow: hidden;
  border-radius: 0.75rem;
  aspect-ratio: 4 / 3;
}

.hayati-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hayati-card__body {
  position: relative;
  padding: 1rem 1.125rem 1.25rem;
  text-align: center;
  border-top: 1px solid hsl(42 35% 88%);
}

.hayati-card__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--hayati-ink);
}

.hayati-card__desc {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--hayati-muted);
}

.hayati-card__link {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  background: var(--hayati-green);
  color: var(--hayati-gold-light);
}

/* ——— Étapes ——— */
.hayati-steps__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

@media (min-width: 768px) {
  .hayati-steps__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }

  .hayati-steps__grid::before {
    content: '';
    position: absolute;
    top: 4.5rem;
    right: 18%;
    left: 18%;
    height: 2px;
    background: repeating-linear-gradient(
      90deg,
      rgb(197 160 89 / 0.55) 0,
      rgb(197 160 89 / 0.55) 7px,
      transparent 7px,
      transparent 14px
    );
    pointer-events: none;
  }
}

.hayati-step {
  text-align: center;
  position: relative;
}

.hayati-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  background: var(--hayati-gold);
  color: var(--hayati-green);
  font-weight: 700;
  font-size: 0.9375rem;
  box-shadow: 0 4px 12px hsl(42 55% 30% / 0.3);
}

.hayati-step__media {
  width: 10rem;
  height: 10rem;
  margin: 0 auto 1rem;
  border-radius: 999px;
  overflow: hidden;
  border: 2px solid rgb(197 160 89 / 0.45);
  box-shadow: 0 12px 28px hsl(158 50% 5% / 0.35);
}

.hayati-step__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hayati-step__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
}

.hayati-step__desc {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: hsl(42 22% 78%);
  line-height: 1.6;
}

/* ——— Pourquoi MYWIE ——— */
.hayati-why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  direction: rtl;
}

@media (min-width: 1024px) {
  .hayati-why__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }
}

.hayati-why__frame {
  position: relative;
  max-width: 24rem;
  margin-inline: auto;
  padding: 0.75rem;
  border: 2px solid rgb(197 160 89 / 0.4);
  border-radius: 1rem;
  background: linear-gradient(145deg, hsl(42 45% 97%) 0%, var(--hayati-cream-deep) 100%);
  box-shadow: 0 20px 48px hsl(158 30% 20% / 0.12);
}

.hayati-why__photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
  object-fit: cover;
}

.hayati-why__list {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.125rem;
}

.hayati-why__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.hayati-why__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, var(--hayati-gold) 0%, hsl(42 58% 42%) 100%);
  color: var(--hayati-green);
  box-shadow: 0 4px 12px hsl(42 50% 35% / 0.2);
}

.hayati-why__item h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--hayati-ink);
}

.hayati-why__item p {
  margin: 0.25rem 0 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--hayati-muted);
}

/* ——— CTA ——— */
.hayati-cta {
  text-align: center;
}

.hayati-cta .hayati-section__title {
  margin-bottom: 0.75rem;
}

.hayati-cta__lead {
  max-width: 36rem;
  margin: 0 auto 1.75rem;
  line-height: 1.7;
}

/* ——— Barre confiance ——— */
.hayati-trust-bar {
  background: var(--hayati-cream-deep);
  border-top: 1px solid rgb(197 160 89 / 0.25);
  padding: 1.5rem 0;
}

.hayati-trust-bar__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

@media (min-width: 1024px) {
  .hayati-trust-bar__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.hayati-trust-bar__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.hayati-trust-bar__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  background: rgb(197 160 89 / 0.15);
  color: hsl(42 55% 38%);
  border: 1px solid rgb(197 160 89 / 0.3);
}

.hayati-trust-bar__item strong {
  display: block;
  font-size: 0.875rem;
  color: var(--hayati-ink);
}

.hayati-trust-bar__item span {
  display: block;
  font-size: 0.75rem;
  color: var(--hayati-muted);
  margin-top: 0.125rem;
}

/* ——— Footer Hayati ——— */
.hayati-footer {
  background: var(--hayati-green);
  color: hsl(42 28% 82%);
  direction: rtl;
}

.hayati-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

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

@media (min-width: 1024px) {
  .hayati-footer__grid {
    grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  }
}

.hayati-footer__logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.75rem;
}

.hayati-footer__logo-ar {
  display: block;
  font-family: 'Amiri', serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--hayati-gold-light);
}

.hayati-footer__logo-en {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: hsl(42 25% 75%);
}

.hayati-footer__brand p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  max-width: 18rem;
}

.hayati-footer__social {
  display: flex;
  gap: 0.625rem;
  margin-top: 1rem;
}

.hayati-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.375rem;
  border-radius: 999px;
  background: rgb(197 160 89 / 0.12);
  color: var(--hayati-gold-light);
  border: 1px solid rgb(197 160 89 / 0.28);
  text-decoration: none;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: background 0.2s;
}

.hayati-footer__social a:hover {
  background: rgb(197 160 89 / 0.22);
}

.hayati-footer h4 {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--hayati-gold-light);
}

.hayati-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hayati-footer li + li {
  margin-top: 0.375rem;
}

.hayati-footer a {
  color: hsl(42 25% 78%);
  text-decoration: none;
  font-size: 0.875rem;
}

.hayati-footer a:hover {
  color: var(--hayati-gold-light);
}

.hayati-footer__newsletter-lead {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.55;
}

.hayati-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgb(197 160 89 / 0.22);
  font-size: 0.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .hayati-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: start;
  }
}

.hayati-footer__bottom p {
  margin: 0;
}

.hayati-footer__legal-links a {
  font-size: 0.75rem;
}

/* ——— Pages Hayati (journal, about, guide, PTT) ——— */
.hayati-page {
  direction: rtl;
}

.hayati-page-hero {
  padding-top: 4.25rem;
  background: var(--hayati-green-deep);
  color: #f9f7f2;
}

.hayati-page-hero--split {
  background: var(--hayati-cream);
  color: var(--hayati-ink);
  padding: clamp(4.5rem, 10vw, 6rem) 0 3rem;
}

.hayati-page-hero--split.hayati-page-hero--cream {
  background: linear-gradient(180deg, var(--hayati-cream) 0%, var(--hayati-cream-deep) 100%);
}

.hayati-page-hero--compact {
  padding: clamp(5rem, 12vw, 6.5rem) 0 2rem;
  background: var(--hayati-cream);
  color: var(--hayati-ink);
}

.hayati-page-hero__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  direction: rtl;
}

@media (min-width: 1024px) {
  .hayati-page-hero__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }
}

.hayati-page-hero__visual {
  order: 2;
}

@media (min-width: 1024px) {
  .hayati-page-hero__visual {
    order: 0;
  }
}

.hayati-page-hero__photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  border: 2px solid rgb(197 160 89 / 0.35);
  box-shadow: 0 24px 48px rgb(26 36 33 / 0.14);
  object-fit: cover;
}

.hayati-page-hero__copy {
  direction: rtl;
  text-align: start;
}

.hayati-page-hero__title {
  margin: 0;
  font-size: clamp(1.875rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--hayati-ink);
}

.hayati-page-hero--split .hayati-hero__brand {
  color: var(--hayati-gold-dark);
}

.hayati-page-hero__lead {
  margin: 1rem 0 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--hayati-muted);
  max-width: 36rem;
}

.hayati-page-hero__text {
  margin: 1rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--hayati-muted);
  max-width: 36rem;
}

.hayati-feature-list {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.875rem;
}

.hayati-feature-list__item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
}

.hayati-feature-list__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  background: var(--hayati-cream-deep);
  color: var(--hayati-gold-dark);
  border: 1px solid rgb(197 160 89 / 0.3);
}

.hayati-feature-list__item strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--hayati-ink);
}

.hayati-feature-list__item span {
  display: block;
  margin-top: 0.125rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--hayati-muted);
}

.hayati-icon-grid {
  display: grid;
  gap: 1.25rem;
}

.hayati-icon-grid--2 {
  grid-template-columns: 1fr;
}

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

.hayati-icon-grid--4 {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .hayati-icon-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .hayati-icon-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.hayati-icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1.25rem;
  background: #fff;
  border: 1px solid rgb(26 36 33 / 0.08);
  border-radius: 1rem;
  box-shadow: var(--hayati-shadow);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hayati-icon-card--link {
  text-decoration: none;
  color: inherit;
}

.hayati-icon-card--link:hover {
  transform: translateY(-3px);
  border-color: rgb(197 160 89 / 0.45);
  box-shadow: 0 16px 32px rgb(26 36 33 / 0.1);
}

.hayati-icon-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 1rem;
  border-radius: 0.875rem;
  background: linear-gradient(145deg, var(--hayati-cream-deep) 0%, #fff 100%);
  color: var(--hayati-gold-dark);
  border: 1px solid rgb(197 160 89 / 0.28);
}

.hayati-icon-card h3 {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--hayati-ink);
}

.hayati-icon-card p {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: var(--hayati-muted);
}

.hayati-stats-bar {
  background: var(--hayati-green);
  color: hsl(42 30% 88%);
  padding: 2rem 0;
  border-top: 1px solid rgb(197 160 89 / 0.22);
  border-bottom: 1px solid rgb(197 160 89 / 0.22);
}

.hayati-stats-bar__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  direction: rtl;
  text-align: center;
}

@media (min-width: 768px) {
  .hayati-stats-bar__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.hayati-stats-bar__item strong {
  display: block;
  font-family: 'Amiri', serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--hayati-gold-light);
  line-height: 1.2;
}

.hayati-stats-bar__item span {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  color: hsl(42 22% 78%);
}

.hayati-photo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

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

@media (min-width: 1024px) {
  .hayati-photo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.hayati-photo-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgb(26 36 33 / 0.08);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: var(--hayati-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hayati-photo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgb(26 36 33 / 0.1);
}

.hayati-photo-card__media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.hayati-photo-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hayati-photo-card__body {
  padding: 1rem 1.125rem 1.25rem;
  text-align: center;
}

.hayati-photo-card__body h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--hayati-ink);
}

.hayati-photo-card__body p {
  margin: 0.375rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--hayati-muted);
}

.hayati-hero--memorial {
  min-height: clamp(26rem, 75vh, 38rem);
  justify-content: center;
}

.hayati-hero__shade--memorial {
  background:
    linear-gradient(to top, rgb(15 24 22 / 0.94) 0%, rgb(26 36 33 / 0.65) 50%, rgb(26 36 33 / 0.35) 100%),
    linear-gradient(to left, rgb(26 36 33 / 0.75) 0%, transparent 55%);
}

.hayati-hero__content--center {
  text-align: center;
  margin-inline: auto;
  max-width: 42rem;
}

.hayati-hero__content--center .hayati-page-hero__text {
  margin-inline: auto;
  color: rgb(249 247 242 / 0.85);
}

.hayati-hero__actions--center {
  justify-content: center;
}
