/* ================================================================
   SHAYBAH V2.0 — GLOBAL DESIGN SYSTEM
   Shaybah Elderly Services Private Limited
   ================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+SC:wght@400;500;700&family=Alegreya+Sans+SC:wght@400;500;700&display=swap');


/* ================================================================
   SHAYBAH V2.0 — GLOBAL DESIGN SYSTEM
   Shaybah Elderly Services Private Limited
   ================================================================ */

:root {
  --ivory-cream:    #FDF7F0;
  --ivory-deep:     #F5EDE0;
  --ivory-mid:      #FAF1E6;
  --regal-blue:     #1E2656;
  --regal-blue-lt:  #2a3470;
  --regal-blue-xs:  rgba(30,38,86,0.06);
  --rosewood-blush: #D48A7A;
  --rosewood-lt:    rgba(212,138,122,0.12);
  --amber-gold:     #E3B041;
  --amber-lt:       rgba(227,176,65,0.15);
  --charcoal-gray:  #2E2E2E;
  --charcoal-lt:    #5a5a5a;
  --misty-lilac:    #C8BCD6;
  --sage-gray:      #A9A29C;
  --midnight-plum:  #4B2E39;

  --font-heading:    'Alegreya SC', serif;
  --font-subheading: 'Alegreya Sans SC', sans-serif;
  --font-body:       'Inter', sans-serif;
  --font-cta:        'Alegreya Sans', sans-serif;
  --font-display:    'Alegreya', serif;
  --font-socials:    'Merienda', cursive;

  --section-py: 6rem;
  --section-py-sm: 4rem;

  --shadow-soft:  0 4px 24px rgba(30,38,86,0.07);
  --shadow-card:  0 8px 36px rgba(30,38,86,0.09);
  --shadow-hover: 0 16px 52px rgba(30,38,86,0.15);
  --shadow-gold:  0 8px 28px rgba(227,176,65,0.28);

  --radius-sm:  8px;
  --radius:     14px;
  --radius-lg:  20px;
  --radius-xl:  28px;

  --ease:        all 0.38s cubic-bezier(0.25, 0.8, 0.25, 1);
  --ease-bounce: all 0.45s cubic-bezier(0.34,1.56,0.64,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background-color: var(--ivory-cream);
  color: var(--charcoal-gray);
  font-family: var(--font-body);
  line-height: 1.75;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--ivory-cream); }
::-webkit-scrollbar-thumb { background: var(--rosewood-blush); border-radius: 3px; }

/* ---- Skip Link ---- */
.skip-link { position: absolute; left: -999px; top: auto; }
.skip-link:focus {
  left: 1rem; top: 1rem; z-index: 2000;
  background: var(--regal-blue); color: var(--ivory-cream);
  padding: .6rem 1rem; border-radius: var(--radius-sm);
}

/* ---- Typography Helpers ---- */
.section-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-subheading);
  font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--rosewood-blush); font-weight: 500; margin-bottom: .85rem;
}
.section-eyebrow::before {
  content: ''; display: inline-block; width: 22px; height: 1.5px;
  background: var(--rosewood-blush); flex-shrink: 0;
}
.section-title {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--regal-blue); line-height: 1.25; font-weight: 400; margin-bottom: 1rem;
}
.section-lead {
  font-family: var(--font-body); font-size: 1.05rem;
  color: var(--charcoal-lt); max-width: 620px; line-height: 1.8;
}
.divider-gold {
  width: 44px; height: 3px;
  background: linear-gradient(90deg, var(--amber-gold), var(--rosewood-blush));
  border-radius: 3px; margin-bottom: 1.75rem;
}

/* ---- Container ---- */
.container-shaybah { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 1.5rem; }

/* ================================================================
   NAVBAR
   ================================================================ */
.navbar-shaybah {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1050;
  background: rgba(253,247,240,.92);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(30,38,86,.07);
  padding: .8rem 0; transition: var(--ease);
}
.navbar-shaybah.scrolled {
  background: rgba(253,247,240,.98);
  box-shadow: 0 2px 24px rgba(30,38,86,.08); padding: .55rem 0;
}
.navbar-inner { display: flex; align-items: center; justify-content: space-between; }
.brand-wrap { display: flex; align-items: center; gap: 11px; text-decoration: none; flex-shrink: 0; }
.brand-logo {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--ivory-deep); border: 2px solid rgba(30,38,86,.12);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; overflow: hidden; transition: var(--ease);
}
.brand-logo:hover { border-color: var(--amber-gold); }
.brand-logo img { width: 60px; height: 60px; object-fit: contain; }
.brand-logo-svg { width: 28px; height: 28px; opacity: .85; }
.brand-texts { line-height: 1.15; }
.brand-name {
  font-family: "Alegreya SC", serif; font-size: 1.05rem;
  color: var(--regal-blue); font-weight: 450; display: block;
}
.brand-tagline {
  font-family: "Alegreya Sans SC", sans-serif; font-size: .62rem;
  color: var(--regal-blue); display: block;
}
.nav-links-desktop { display: flex; align-items: center; gap: .2rem; }
.nav-link-s {
  font-family: var(--font-subheading); font-size: .79rem;
  letter-spacing: .09em; color: var(--regal-blue) !important;
  font-weight: 500; padding: .5rem .85rem; border-radius: var(--radius-sm);
  transition: var(--ease); position: relative; display: inline-block;
  cursor: pointer; background: transparent; border: none;
}
.nav-link-s::after {
  content: ''; position: absolute; bottom: 3px; left: 50%;
  transform: translateX(-50%); width: 0; height: 2px;
  background: var(--amber-gold); border-radius: 2px; transition: width .3s ease;
}
.nav-link-s:hover::after { width: 55%; }
.nav-link-s:hover { background: var(--regal-blue-xs); }
.nav-cta-highlight {
  font-family: var(--font-cta); font-size: .8rem;
  font-weight: 700; letter-spacing: .06em;
  background: var(--regal-blue); color: var(--ivory-cream) !important;
  padding: .46rem 1.3rem !important; border-radius: 50px;
  border: 2px solid var(--regal-blue); transition: var(--ease); display: inline-block;
}
.nav-cta-highlight::after { display: none !important; }
.nav-cta-highlight:hover {
  background: var(--amber-gold); border-color: var(--amber-gold);
  color: var(--regal-blue) !important; box-shadow: var(--shadow-gold);
  transform: translateY(-1px);
}
.nav-item-drop { position: relative; }
.nav-link-s .chev { font-size: .6rem; margin-left: 4px; opacity: .6; }
.dropdown-menu {
  position: absolute; top: 100%; left: 0;
  display: none; list-style: none; z-index: 1100;
  border: none; border-radius: var(--radius);
  background: var(--ivory-cream);
  box-shadow: 0 12px 40px rgba(30,38,86,.13);
  padding: .6rem .4rem; min-width: 215px;
  border-top: 3px solid var(--amber-gold); margin-top: 6px;
}
.nav-item-drop:hover .dropdown-menu,
.nav-item-drop:focus-within .dropdown-menu { display: block; }
.dropdown-menu li a.dropdown-item {
  display: block; font-family: var(--font-body); font-size: .82rem;
  color: var(--charcoal-gray); padding: .6rem 1rem;
  border-radius: var(--radius-sm); transition: var(--ease); letter-spacing: .02em;
}
.dropdown-menu li a.dropdown-item:hover {
  background: var(--regal-blue-xs); color: var(--regal-blue); padding-left: 1.3rem;
}
.navbar-toggler {
  display: none; cursor: pointer; background: transparent;
  border: 1.5px solid rgba(30,38,86,.2); border-radius: var(--radius-sm);
  padding: .4rem .7rem; transition: var(--ease);
}
.navbar-toggler:hover { border-color: var(--regal-blue); background: var(--regal-blue-xs); }
.navbar-toggler i { font-size: 1.1rem; color: var(--regal-blue); }
.navbar-collapse-mobile {
  display: none;
  background: var(--ivory-cream); border-radius: var(--radius);
  padding: 1rem; margin-top: .5rem;
  box-shadow: var(--shadow-card); border: 1px solid rgba(30,38,86,.07);
}
.navbar-collapse-mobile.show { display: block; }
.navbar-collapse-mobile .nav-link-s,
.navbar-collapse-mobile .nav-cta-highlight {
  display: block; width: 100%; margin-bottom: .35rem; text-align: left;
}
.navbar-collapse-mobile .mobile-sub { padding-left: 1rem; display: none; flex-direction: column; }
.navbar-collapse-mobile .mobile-sub.show { display: flex; }
.navbar-collapse-mobile .mobile-sub a {
  font-family: var(--font-body); font-size: .78rem;
  color: var(--charcoal-lt); padding: .4rem .6rem; display: block;
}
a:focus-visible, button:focus-visible { outline: 2px solid var(--amber-gold); outline-offset: 2px; }

/* ================================================================
   HERO SECTION
   ================================================================ */
.hero-section {
  min-height: 100dvh; display: flex; flex-direction: column;
  justify-content: center; align-items: flex-start;
  position: relative; overflow: hidden;
  background: var(--ivory-cream); padding-top: 80px;
}
.hero-bg-layer { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-glow {
  position: absolute; width: 700px; height: 700px;
  background: radial-gradient(ellipse at center, rgba(227,176,65,.13) 0%, rgba(212,138,122,.08) 40%, transparent 70%);
  top: -120px; right: -150px; border-radius: 50%;
  animation: glowPulse 7s ease-in-out infinite alternate;
}
.hero-glow-2 {
  position: absolute; width: 420px; height: 420px;
  background: radial-gradient(ellipse at center, rgba(200,188,214,.12) 0%, transparent 70%);
  bottom: 10%; left: -80px; border-radius: 50%;
  animation: glowPulse 9s ease-in-out infinite alternate-reverse;
}
@keyframes glowPulse {
  from { opacity: .7; transform: scale(.97); }
  to   { opacity: 1; transform: scale(1.03); }
}
.hero-pattern {
  position: absolute; top: 0; right: 0; width: 50%; height: 100%;
  background-image: radial-gradient(circle, rgba(30,38,86,.05) 1px, transparent 1px);
  background-size: 30px 30px; opacity: .6;
  mask-image: linear-gradient(to left, rgba(0,0,0,.4), transparent);
  -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,.4), transparent);
}
.hero-arc {
  position: absolute; right: -5%; top: 50%; transform: translateY(-50%);
  width: min(55vw, 680px); height: min(55vw, 680px);
  border-radius: 50%; border: 1.5px solid rgba(30,38,86,.07); pointer-events: none;
}
.hero-arc::before {
  content: ''; position: absolute; inset: 24px; border-radius: 50%;
  border: 1px solid rgba(227,176,65,.15);
}
.hero-arc::after {
  content: ''; position: absolute; inset: 52px; border-radius: 50%;
  border: 1px solid rgba(212,138,122,.10);
}
.hero-content { position: relative; z-index: 2; padding: 0 0 4rem; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-subheading); font-size: .72rem;
  letter-spacing: .2em; color: var(--rosewood-blush);
  text-transform: uppercase; margin-bottom: 1.5rem;
  opacity: 0; animation: fadeSlideUp .9s .3s forwards;
}
.hero-eyebrow-line { width: 28px; height: 1.5px; background: var(--rosewood-blush); }
.hero-headline {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  color: var(--regal-blue); line-height: 1.18; font-weight: 400;
  opacity: 0; animation: fadeSlideUp .9s .5s forwards;
}
.hero-sub {
  font-family: var(--font-display); font-style: italic;
  font-size: clamp(1.1rem, 2.5vw, 1.55rem);
  color: var(--rosewood-blush); line-height: 1.5; margin-bottom: 2.5rem;
  opacity: 0; animation: fadeSlideUp .9s .7s forwards;
}
.hero-ctas {
  display: flex; flex-wrap: wrap; gap: 1rem;
  opacity: 0; animation: fadeSlideUp .9s .9s forwards;
}
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-badge {
  position: absolute; bottom: 3rem; right: 2rem;
  background: #fff; border-radius: var(--radius); padding: 1rem 1.4rem;
  box-shadow: var(--shadow-card); border-left: 3px solid var(--amber-gold);
  z-index: 3; animation: floatBadge 4s ease-in-out infinite;
}
.hero-badge-label {
  font-family: var(--font-subheading); font-size: .68rem;
  letter-spacing: .12em; color: var(--sage-gray);
  text-transform: uppercase; margin-bottom: 2px;
}
.hero-badge-value { font-family: var(--font-heading); font-size: 1rem; color: var(--regal-blue); }
.hero-badge-2 {
  position: absolute; top: 30%; right: 3%;
  background: #fff; border-radius: var(--radius); padding: .9rem 1.3rem;
  box-shadow: var(--shadow-soft); border-left: 3px solid var(--rosewood-blush);
  z-index: 3; opacity: 0;
  animation: fadeIn 1s 1.5s forwards, floatBadge 5s ease-in-out 2s infinite;
}
@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-7px); }
}
.scroll-cue {
  position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  z-index: 3; opacity: 0; animation: fadeIn 1s 1.4s forwards;
}
.scroll-cue-line {
  width: 1px; height: 44px;
  background: linear-gradient(to bottom, var(--regal-blue), transparent);
  animation: scrollLine 2s ease-in-out infinite;
}
.scroll-cue-text {
  font-family: var(--font-subheading); font-size: .6rem;
  letter-spacing: .18em; color: var(--sage-gray); text-transform: uppercase;
}
@keyframes scrollLine {
  0%, 100% { opacity: .3; transform: scaleY(.7); transform-origin: top; }
  50%       { opacity: 1; transform: scaleY(1); }
}
@keyframes fadeIn { to { opacity: 1; } }

/* ================================================================
   BUTTONS
   ================================================================ */
.btn-shaybah-primary {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-cta); font-size: .95rem; font-weight: 700;
  letter-spacing: .05em; padding: .85rem 2.2rem; border-radius: 50px;
  border: 2.5px solid var(--regal-blue); background: var(--regal-blue);
  color: var(--ivory-cream); cursor: pointer; transition: var(--ease);
  white-space: nowrap; position: relative; overflow: hidden;
}
.btn-shaybah-primary::before {
  content: ''; position: absolute; inset: 0; background: var(--amber-gold);
  transform: scaleX(0); transform-origin: left; transition: transform .38s ease;
  border-radius: 50px; z-index: 0;
}
.btn-shaybah-primary:hover::before { transform: scaleX(1); }
.btn-shaybah-primary:hover { color: var(--regal-blue); border-color: var(--amber-gold); box-shadow: var(--shadow-gold); }
.btn-shaybah-primary > * { position: relative; z-index: 1; }
.btn-shaybah-primary span { position: relative; z-index: 1; }
.btn-shaybah-outline {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-cta); font-size: .95rem; font-weight: 600;
  letter-spacing: .05em; padding: .82rem 2rem; border-radius: 50px;
  border: 2px solid var(--regal-blue); background: transparent;
  color: var(--regal-blue); cursor: pointer; transition: var(--ease); white-space: nowrap;
}
.btn-shaybah-outline:hover { background: var(--regal-blue); color: var(--ivory-cream); box-shadow: var(--shadow-card); }
.btn-gold {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-cta); font-size: .92rem; font-weight: 700;
  letter-spacing: .05em; padding: .75rem 1.8rem; border-radius: 50px;
  border: 2px solid var(--amber-gold); background: var(--amber-gold);
  color: var(--regal-blue); cursor: pointer; transition: var(--ease);
}
.btn-gold:hover { background: transparent; color: var(--amber-gold); box-shadow: var(--shadow-gold); }
.btn-ghost-cream {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-cta); font-size: .92rem; font-weight: 600;
  padding: .75rem 1.8rem; border-radius: 50px;
  border: 2px solid rgba(253,247,240,.5); background: transparent;
  color: var(--ivory-cream); transition: var(--ease); white-space: nowrap;
}
.btn-ghost-cream:hover { background: var(--ivory-cream); color: var(--regal-blue); border-color: var(--ivory-cream); }

/* ================================================================
   ABOUT SECTION
   ================================================================ */
.about-section { padding: var(--section-py) 0; background: var(--ivory-cream); }
.about-grid { display: grid; grid-template-columns: 28% 1px 1fr; align-items: center; gap: 0; }
.about-logo-col { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1rem; }
.about-logo-mark {
  width: 110px; height: 110px; border-radius: 50%;
  background: var(--ivory-deep); border: 2px solid rgba(30,38,86,.10);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-soft); transition: var(--ease);
}
.about-logo-mark:hover { border-color: var(--amber-gold); box-shadow: var(--shadow-gold); transform: scale(1.04); }
.about-logo-mark svg { width: 60px; height: 60px; opacity: .8; }
.about-company-name { font-family: var(--font-heading); font-size: .8rem; letter-spacing: .18em; color: var(--regal-blue); text-align: center; line-height: 1.6; }
.about-tagline-small { font-family: var(--font-socials); font-size: .7rem; color: var(--rosewood-blush); text-align: center; }
.about-divider-v { width: 1px; align-self: stretch; margin: 0 2rem; background: linear-gradient(to bottom, transparent, rgba(30,38,86,.12), transparent); }
.about-prose { font-family: var(--font-display); font-size: 1.2rem; line-height: 1.85; color: var(--charcoal-gray); font-style: italic; }
.about-prose strong { font-style: normal; font-weight: 400; color: var(--regal-blue); }
.about-prose p { margin-bottom: .6rem; }
.about-cta-row { margin-top: 1.8rem; }

/* ================================================================
   SERVICES SECTION
   ================================================================ */
.services-section { padding: var(--section-py) 0; background: var(--ivory-deep); position: relative; overflow: hidden; }
.services-section::before {
  content: ''; position: absolute; top: -60px; left: -60px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(212,138,122,.08) 0%, transparent 70%);
  pointer-events: none;
}
.section-head-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; flex-wrap: wrap; }
.grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.5rem; }
.service-card {
  background: var(--ivory-cream); border-radius: var(--radius);
  padding: 2rem 1.6rem; border: 1px solid rgba(30,38,86,.06);
  transition: var(--ease); height: 100%; position: relative; overflow: hidden;
}
.service-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(227,176,65,.05));
  pointer-events: none;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: rgba(227,176,65,.25); }
.service-icon-wrap {
  width: 54px; height: 54px; border-radius: var(--radius-sm);
  background: var(--ivory-deep); display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.1rem; transition: var(--ease); border: 1px solid rgba(30,38,86,.06);
}
.service-card:hover .service-icon-wrap { background: var(--amber-lt); border-color: var(--amber-gold); }
.service-icon-wrap i { font-size: 1.35rem; color: var(--regal-blue); transition: var(--ease); }
.service-card:hover .service-icon-wrap i { color: var(--amber-gold); }
.service-title { font-family: var(--font-subheading); font-size: 15px; letter-spacing: .08em; color: var(--regal-blue); font-weight: 500; margin-bottom: .5rem; }
.service-text { font-family: var(--font-body); font-size: .89rem; color: var(--charcoal-lt); line-height: 1.7; }
.services-cta-row { text-align: center; margin-top: 2.5rem; }

/* ================================================================
   PACKAGES SECTION
   ================================================================ */
.packages-section { padding: var(--section-py) 0; background: var(--ivory-cream); }
.grid-6-3x2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.package-card {
  background: #fff; border-radius: var(--radius-lg);
  border: 1.5px solid rgba(30,38,86,.07); overflow: hidden;
  transition: var(--ease); height: 100%; display: flex; flex-direction: column;
}
.package-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-hover); border-color: rgba(227,176,65,.3); }
.package-card-top { padding: 1.8rem 1.8rem 1.4rem; border-bottom: 1px solid rgba(30,38,86,.05); flex-shrink: 0; }
.package-accent { width: 36px; height: 3px; border-radius: 3px; background: var(--amber-gold); margin-bottom: 1rem; }
.package-name { font-family: var(--font-heading); font-size: 1.5rem; color: var(--regal-blue); font-weight: 400; margin-bottom: .2rem; }
.package-type { font-family: var(--font-subheading); font-size: .8rem; letter-spacing: .12em; color: var(--rosewood-blush); text-transform: uppercase; font-weight: 500; }
.package-desc { font-family: var(--font-display); font-style: italic; font-size: 15px; color: var(--charcoal-lt); margin-top: .75rem; line-height: 1.7; }
.package-card-body { padding: 1.4rem 1.8rem 1.8rem; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.package-price-tag { font-family: var(--font-heading); font-size: 1.05rem; color: var(--regal-blue); }
.package-price-tag small { font-family: var(--font-body); font-size: .72rem; color: var(--charcoal-lt); font-weight: 400; }
.package-includes { list-style: none; margin: .9rem 0 0; padding: 0; }
.package-includes li { font-family: var(--font-body); font-size: .82rem; color: var(--charcoal-lt); padding-left: 1.2rem; position: relative; margin-bottom: .45rem; }
.package-includes li::before { content: '✓'; position: absolute; left: 0; color: var(--amber-gold); font-weight: 700; }
.view-more-btn {
  font-family: var(--font-cta); font-size: .78rem; font-weight: 700;
  letter-spacing: .04em; color: var(--regal-blue); background: none; border: none;
  cursor: pointer; padding: 0; margin-top: 1.1rem;
  display: inline-flex; align-items: center; gap: 5px; transition: var(--ease);
}
.view-more-btn:hover { color: var(--rosewood-blush); }
.view-more-btn .arrow { transition: transform .3s ease; display: inline-block; }
.package-card.expanded .view-more-btn .arrow { transform: rotate(180deg); }
.package-expand-content { display: none; margin-top: 1rem; padding-top: 1rem; border-top: 1px dashed rgba(30,38,86,.12); }
.package-card.expanded .package-expand-content { display: block; }
.expand-text { font-family: var(--font-body); font-size: .82rem; color: var(--charcoal-lt); line-height: 1.7; }
.packages-helper { text-align: center; margin-top: 2.5rem; }
.packages-helper p { font-family: var(--font-display); font-style: italic; font-size: 1rem; color: var(--charcoal-lt); margin-bottom: 1rem; }

/* ================================================================
   WHY SECTION
   ================================================================ */
.why-section { padding: var(--section-py) 0; background: var(--ivory-deep); position: relative; }
.why-section::after {
  content: ''; position: absolute; bottom: 0; right: 0;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(200,188,214,.1) 0%, transparent 70%);
  pointer-events: none;
}
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.why-card {
  background: #fff; border-radius: var(--radius); padding: 2rem 1.7rem;
  border: 1px solid rgba(30,38,86,.06); transition: var(--ease); height: 100%; position: relative;
}
.why-card::before {
  content: ''; position: absolute; left: 0; top: 1.5rem; bottom: 1.5rem;
  width: 3px; background: var(--amber-gold); border-radius: 3px;
  opacity: 0; transition: opacity .35s ease;
}
.why-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.why-card:hover::before { opacity: 1; }
.why-number { font-family: var(--font-heading); font-size: 2.4rem; color: var(--ivory-deep); line-height: 1; margin-bottom: 1rem; font-weight: 400; user-select: none; }
.why-icon-wrap { width: 48px; height: 48px; border-radius: 50%; background: var(--amber-lt); display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem; transition: var(--ease); }
.why-card:hover .why-icon-wrap { background: var(--regal-blue); }
.why-icon-wrap i { font-size: 1.2rem; color: var(--amber-gold); transition: var(--ease); }
.why-card:hover .why-icon-wrap i { color: var(--ivory-cream); }
.why-title { font-family: var(--font-subheading); font-size: .99rem; letter-spacing: .09em; color: var(--regal-blue); font-weight: 500; margin-bottom: .55rem; }
.why-text { font-family: var(--font-body); font-size: .88rem; color: var(--charcoal-lt); line-height: 1.72; }

/* CTA Strip */
.cta-strip {
  background: linear-gradient(135deg, var(--regal-blue) 0%, var(--regal-blue-lt) 100%);
  border-radius: var(--radius-xl); padding: 3rem 2.5rem; margin-top: 4rem;
  position: relative; overflow: hidden;
}
.cta-strip::before { content: ''; position: absolute; right: -40px; top: -40px; width: 200px; height: 200px; border: 1.5px solid rgba(255,255,255,.08); border-radius: 50%; }
.cta-strip::after { content: ''; position: absolute; right: -10px; top: -10px; width: 130px; height: 130px; border: 1.5px solid rgba(255,255,255,.05); border-radius: 50%; }
.cta-strip-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; }
.cta-strip h3 { font-family: var(--font-heading); font-size: clamp(1.2rem, 2.5vw, 1.65rem); color: var(--ivory-cream); font-weight: 400; margin-bottom: .5rem; }
.cta-strip p { font-family: var(--font-body); font-size: .96rem; color: rgba(253,247,240,.75); max-width: 520px; }

/* ================================================================
   CARDS GENERIC
   ================================================================ */
.card-shaybah {
  background: #fff; border-radius: var(--radius); border: 1px solid rgba(30,38,86,.06);
  padding: 2rem 1.75rem; transition: var(--ease); position: relative; overflow: hidden;
}
.card-shaybah::before {
  content: ''; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, var(--amber-gold), var(--rosewood-blush));
  opacity: 0; transition: opacity .35s ease;
}
.card-shaybah:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.card-shaybah:hover::before { opacity: 1; }

/* ================================================================
   FOOTER
   ================================================================ */
.footer-main { background: var(--regal-blue); padding: 5rem 0 0; position: relative; overflow: hidden; }
.footer-main::before {
  content: ''; position: absolute; top: -80px; left: -80px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,.03) 0%, transparent 70%);
  pointer-events: none;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 2.5rem; padding-bottom: 3rem; }
.footer-brand-name { font-family: var(--font-subheading); font-size: .78rem; letter-spacing: .1em; color: rgba(253,247,240,.65); line-height: 1.6; margin: .85rem 0 .3rem; }
.footer-tagline { font-family: var(--font-socials); font-size: .72rem; color: var(--rosewood-blush); margin-bottom: 1.4rem; }
.footer-contact-row { display: flex; gap: .75rem; margin-bottom: 1.2rem; flex-wrap: wrap; }
.footer-contact-btn {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-body); font-size: .76rem; color: rgba(253,247,240,.8);
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10);
  border-radius: 50px; padding: .35rem .85rem; transition: var(--ease); text-decoration: none;
}
.footer-contact-btn:hover { background: var(--amber-gold); border-color: var(--amber-gold); color: var(--regal-blue); transform: translateY(-2px); }
.footer-contact-btn i { font-size: .8rem; }
.footer-social-row { display: flex; gap: .6rem; flex-wrap: wrap; }
.footer-social-btn {
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.10);
  display: flex; align-items: center; justify-content: center;
  color: rgba(253,247,240,.7); font-size: .9rem; transition: var(--ease); text-decoration: none;
}
.footer-social-btn:hover { background: var(--rosewood-blush); border-color: var(--rosewood-blush); color: #fff; transform: translateY(-3px) scale(1.08); }
.footer-col-title { font-family: var(--font-subheading); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--amber-gold); font-weight: 500; margin-bottom: 1.2rem; }
.footer-link { display: block; font-family: var(--font-body); font-size: .85rem; color: rgba(253,247,240,.65); margin-bottom: .55rem; text-decoration: none; transition: var(--ease); }
.footer-link:hover { color: var(--ivory-cream); padding-left: 6px; }
.footer-link-sub { font-size: .8rem; color: rgba(253,247,240,.45); padding-left: .75rem; }
.footer-link-sub::before { content: '↳ '; opacity: .4; }
.footer-info { font-family: var(--font-body); font-size: .85rem; color: rgba(253,247,240,.7); display: flex; align-items: flex-start; gap: .6rem; margin-bottom: .7rem; text-decoration: none; transition: var(--ease); }
.footer-info:hover { color: var(--ivory-cream); }
.footer-info i { margin-top: 3px; color: var(--amber-gold); flex-shrink: 0; }
.footer-avail { font-family: var(--font-body); font-size: .8rem; color: rgba(253,247,240,.5); margin-bottom: .35rem; display: flex; align-items: center; gap: 6px; }
.footer-avail::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--amber-gold); flex-shrink: 0; }
.footer-divider { border-color: rgba(255,255,255,.08); margin: 0; }
.footer-legal { text-align: center; font-family: var(--font-body); font-size: .78rem; color: rgba(253,247,240,.35); padding: 1.5rem 0; letter-spacing: .04em; }

/* ================================================================
   REVEAL ANIMATIONS
   ================================================================ */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }
.reveal-delay-5 { transition-delay: .5s; }

/* ================================================================
   GENERIC GRID HELPERS (reusable on other pages)
   ================================================================ */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 991.98px) {
  :root { --section-py: 4.5rem; }
  .nav-links-desktop { display: none; }
  .navbar-toggler { display: inline-flex; align-items: center; justify-content: center; }
  .about-grid { grid-template-columns: 1fr; gap: 2rem; text-align: center; }
  .about-divider-v { display: none; }
  .about-logo-col { flex-direction: row; justify-content: center; gap: 1.5rem; }
  .grid-5 { grid-template-columns: repeat(2, 1fr); }
  .grid-6-3x2 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .hero-badge, .hero-badge-2 { display: none; }
  .scroll-cue { display: none; }
  .hero-arc { display: none; }
  .cta-strip { padding: 2rem 1.5rem; }
  .cta-strip h3 { font-size: 1.3rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}
@media (max-width: 767.98px) {
  :root { --section-py: 3.5rem; }
  .hero-headline { font-size: clamp(2rem, 8vw, 2.8rem); }
  .section-title { font-size: clamp(1.45rem, 5vw, 1.9rem); }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-ctas .btn-shaybah-primary,
  .hero-ctas .btn-shaybah-outline { width: 100%; justify-content: center; }
  .footer-main { padding: 3.5rem 0 0; }
  .cta-strip { text-align: center; }
  .cta-strip p { margin-left: auto; margin-right: auto; }
  .cta-strip-row { flex-direction: column; align-items: center; }
  .section-head-row { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 575.98px) {
  .hero-section { padding-top: 70px; }
  .about-prose { font-size: 1rem; }
  .package-card-top, .package-card-body { padding: 1.4rem 1.3rem; }
  .grid-5, .grid-6-3x2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .navbar-collapse-mobile { padding: .75rem; }
}

/* ================================================================
   REDUCED MOTION
   ================================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-glow, .hero-glow-2, .scroll-cue-line { animation: none; }
  .reveal { opacity: 1; transform: none; }
}

/* Mobile nav animation */
.navbar-collapse-mobile.collapsing,
.navbar-collapse-mobile.show { animation: slideDown .3s ease; }
@keyframes slideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ================================================================
   INNER-PAGE COMPONENTS
   Shared across getintouch / packages / whatweoffer / solacia / about
   Built on the same design tokens as the homepage.
   ================================================================ */

/* ---- Generic inner-page hero band ---- */
.page-hero-inner {
  padding: 7.5rem 0 3.5rem;
  background: var(--ivory-cream);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.page-hero-inner::before {
  content: '';
  position: absolute; top: -120px; right: -120px;
  width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, var(--amber-lt) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero-inner .section-eyebrow { justify-content: center; }
.page-hero-inner .section-eyebrow::before { display: none; }
.page-hero-inner h1 {
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  color: var(--regal-blue); font-weight: 400; line-height: 1.25;
  max-width: 780px; margin: 0 auto 1rem;
}
.page-hero-inner .divider-gold { margin-left: auto; margin-right: auto; }
.page-hero-inner .lead-inner {
  font-family: var(--font-body); font-size: 1.05rem; color: var(--charcoal-lt);
  max-width: 640px; margin: 0 auto; line-height: 1.8;
}
.inner-section { padding: var(--section-py-sm) 0; }
.inner-section-alt { background: var(--ivory-deep); }
.section-head-center { text-align: center; max-width: 680px; margin: 0 auto 2.5rem; }
.section-head-center .section-eyebrow { justify-content: center; }
.section-head-center .section-eyebrow::before { display: none; }
.section-head-center .divider-gold { margin: 0 auto 1.5rem; }

/* ---- Contact cards (Get In Touch) ---- */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.contact-card {
  background: #fff; border: 1px solid rgba(30,38,86,.07); border-radius: var(--radius-lg);
  padding: 2.2rem 1.8rem; text-align: center; box-shadow: var(--shadow-soft);
  transition: var(--ease);
}
.contact-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.contact-icon-wrap {
  width: 56px; height: 56px; border-radius: 50%; background: var(--amber-lt);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 1.1rem;
}
.contact-icon-wrap i { font-size: 1.4rem; color: var(--amber-gold); }
.contact-card h3 { font-family: var(--font-subheading); font-size: 1rem; letter-spacing: .04em; color: var(--regal-blue); margin-bottom: .6rem; font-weight: 500; }
.contact-card p { font-family: var(--font-body); font-size: .88rem; color: var(--charcoal-lt); margin-bottom: 1rem; line-height: 1.7; }
.contact-card .contact-detail { font-family: var(--font-heading); font-size: 1rem; color: var(--regal-blue); margin-bottom: 1.2rem; }

/* ---- What Happens Next (steps) ---- */
.steps-wrap { display: flex; align-items: flex-start; justify-content: center; gap: 1rem; }
.step { flex: 1; max-width: 280px; text-align: center; }
.step-num {
  width: 44px; height: 44px; border-radius: 50%; background: var(--regal-blue); color: var(--ivory-cream);
  font-family: var(--font-heading); font-size: 1.1rem; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem;
}
.step h4 { font-family: var(--font-subheading); font-size: .92rem; color: var(--regal-blue); margin-bottom: .5rem; font-weight: 500; }
.step p { font-family: var(--font-body); font-size: .85rem; color: var(--charcoal-lt); line-height: 1.7; }
.step-arrow { color: var(--amber-gold); font-size: 1.3rem; padding-top: 10px; flex-shrink: 0; }

/* ---- Availability band ---- */
.avail-band {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem;
  background: var(--regal-blue); border-radius: var(--radius-lg); padding: 2rem;
}
.avail-item { text-align: center; color: var(--ivory-cream); }
.avail-item .tag {
  display: inline-block; font-family: var(--font-subheading); font-size: .68rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--amber-gold); margin-bottom: .5rem;
}
.avail-item .val { font-family: var(--font-heading); font-size: 1.05rem; color: var(--ivory-cream); }

/* ---- Business hours ---- */
.hours-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.hours-card { background: #fff; border: 1px solid rgba(30,38,86,.07); border-radius: var(--radius-lg); padding: 2rem; box-shadow: var(--shadow-soft); }
.hours-card h3 { font-family: var(--font-subheading); font-size: .95rem; color: var(--regal-blue); margin-bottom: .6rem; font-weight: 500; }
.hours-card p { font-family: var(--font-body); font-size: .88rem; color: var(--charcoal-lt); margin-bottom: 1rem; line-height: 1.7; }
.hours-card .time { font-family: var(--font-heading); font-size: 1.15rem; color: var(--amber-gold); margin-bottom: .9rem; }
.hours-card .note { font-size: .78rem; color: var(--sage-gray); margin-bottom: 0; }

/* ---- Emergency notice ---- */
.emergency-band {
  display: flex; align-items: flex-start; gap: 1.5rem;
  background: var(--rosewood-lt); border: 1px solid rgba(212,138,122,.3);
  border-radius: var(--radius-lg); padding: 1.8rem 2rem;
}
.emergency-icon {
  width: 42px; height: 42px; border-radius: 50%; background: var(--rosewood-blush); color: #fff;
  font-family: var(--font-heading); font-size: 1.3rem; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.emergency-band h3 { font-family: var(--font-subheading); font-size: .95rem; color: var(--midnight-plum); margin-bottom: .4rem; font-weight: 500; }
.emergency-band p { font-family: var(--font-body); font-size: .87rem; color: var(--charcoal-lt); line-height: 1.7; }

/* ---- Packages page: how it works flow ---- */
.flow-steps { display: flex; flex-wrap: wrap; gap: 1.25rem; justify-content: center; }
.flow-step {
  flex: 1; min-width: 200px; max-width: 260px; background: #fff; border: 1px solid rgba(30,38,86,.07);
  border-radius: var(--radius); padding: 1.6rem; position: relative; box-shadow: var(--shadow-soft);
}
.flow-step .flow-num { font-family: var(--font-heading); font-size: 1.8rem; color: #1e2656; line-height: 1; margin-bottom: .6rem; }
.flow-step h4 { font-family: var(--font-subheading); font-size: .88rem; color: var(--regal-blue); margin-bottom: .5rem; font-weight: 500; }
.flow-step p { font-family: var(--font-body); font-size: .82rem; color: var(--charcoal-lt); line-height: 1.65; }

/* ---- Registration card ---- */
.registration-card {
  background: var(--regal-blue); border-radius: var(--radius-lg); padding: 2.2rem 2.5rem; color: var(--ivory-cream);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.5rem;
}
.registration-card h3 { font-family: var(--font-heading); font-size: 1.3rem; color: var(--ivory-cream); font-weight: 400; margin-bottom: .5rem; }
.registration-card p { font-family: var(--font-body); font-size: .88rem; color: rgba(253,247,240,.75); max-width: 480px; line-height: 1.7; margin-bottom: .5rem; }
.registration-card ul { list-style: none; margin: .5rem 0 0; padding: 0; }
.registration-card ul li { font-size: .85rem; color: rgba(253,247,240,.85); padding-left: 1.2rem; position: relative; margin-bottom: .35rem; }
.registration-card ul li::before { content: '✓'; position: absolute; left: 0; color: var(--amber-gold); }
.registration-price { text-align: center; flex-shrink: 0; }
.registration-price .amt { font-family: var(--font-heading); font-size: 2rem; color: var(--amber-gold); }
.registration-price .note { font-size: .75rem; color: rgba(253,247,240,.65); margin-top: .3rem; max-width: 180px; }

/* ---- Comparison table ---- */
.comparison-toggle-btn {
  display: inline-flex; align-items: center; gap: .5rem; background: transparent; border: 1.5px solid var(--regal-blue);
  color: var(--regal-blue); font-family: var(--font-cta); font-weight: 600; font-size: .88rem;
  padding: .7rem 1.6rem; border-radius: 100px; cursor: pointer; transition: var(--ease);
}
.comparison-toggle-btn:hover { background: var(--regal-blue); color: var(--ivory-cream); }
.comparison-wrap { display: none; margin-top: 2rem; overflow-x: auto; border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.comparison-wrap.show { display: block; }
.comparison-table { width: 100%; border-collapse: collapse; min-width: 760px; background: #fff; }
.comparison-table th {
  font-family: var(--font-subheading); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase;
  color: var(--ivory-cream); background: var(--regal-blue); text-align: left; padding: .9rem 1.1rem; font-weight: 500;
}
.comparison-table td {
  font-family: var(--font-body); font-size: .82rem; color: var(--charcoal-lt); padding: .9rem 1.1rem;
  border-bottom: 1px solid rgba(30,38,86,.06); vertical-align: top;
}
.comparison-table tr:nth-child(even) td { background: var(--ivory-deep); }
.comparison-table td strong { color: var(--regal-blue); font-family: var(--font-heading); font-weight: 400; }

/* ---- What We Offer: expandable service list cards ---- */
.offer-category-head { margin-bottom: 1.75rem; }
.offer-list { display: flex; flex-direction: column; gap: 1rem; }
.offer-item {
  background: #fff; border: 1px solid rgba(30,38,86,.07); border-radius: var(--radius); padding: 1.5rem 1.8rem;
  transition: var(--ease);
}
.offer-item:hover { box-shadow: var(--shadow-card); }
.offer-item-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; }
.offer-item-title { font-family: var(--font-subheading); font-size: 18px; color: var(--regal-blue); font-weight: 500; }
.offer-item-mode { font-family: var(--font-body); font-size: .78rem; color: var(--rosewood-blush); font-style: italic; margin-top: .2rem; }
.offer-item-body { display: none; margin-top: 1rem; padding-top: 1rem; border-top: 1px dashed rgba(30,38,86,.1); }
.offer-item.expanded .offer-item-body { display: block; }
.offer-item-body p { font-family: var(--font-body); font-size: .87rem; color: var(--charcoal-lt); line-height: 1.75; margin-bottom: .6rem; }
.offer-item-body .duration { font-size: .8rem; color: var(--sage-gray); }

/* ---- SOLACIA page ---- */
.solacia-hero { background: linear-gradient(135deg, var(--ivory-deep) 0%, var(--rosewood-lt) 100%); }
.solacia-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.solacia-feature-card { text-align: center; padding: 1.5rem; }
.solacia-feature-card .icon-wrap {
  width: 54px; height: 54px; border-radius: 50%; background: var(--misty-lilac); opacity: .9;
  display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem;
}
.solacia-feature-card .icon-wrap i { color: var(--regal-blue); font-size: 1.25rem; }
.solacia-feature-card h3 { font-family: var(--font-subheading); font-size: .92rem; color: var(--regal-blue); margin-bottom: .5rem; font-weight: 500; }
.solacia-feature-card p { font-family: var(--font-body); font-size: .84rem; color: var(--charcoal-lt); line-height: 1.7; }

.membership-card {
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-card);
  padding: 2.5rem; display: grid; grid-template-columns: 1.3fr 1fr; gap: 2.5rem; align-items: center;
}
.membership-card ul { list-style: none; margin: 1rem 0 0; padding: 0; }
.membership-card ul li { font-size: .88rem; color: var(--charcoal-lt); padding-left: 1.3rem; position: relative; margin-bottom: .55rem; }
.membership-card ul li::before { content: '✓'; position: absolute; left: 0; color: var(--amber-gold); font-weight: 700; }
.membership-pricing { background: var(--ivory-deep); border-radius: var(--radius); padding: 1.6rem; text-align: center; }
.membership-pricing .tier { margin-bottom: 1rem; }
.membership-pricing .tier .label { font-family: var(--font-subheading); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; color: var(--rosewood-blush); }
.membership-pricing .tier .price { font-family: var(--font-heading); font-size: 1.3rem; color: var(--regal-blue); }

.founder-note-card {
  background: var(--regal-blue); border-radius: var(--radius-lg); padding: 2.5rem; color: var(--ivory-cream);
}
.founder-note-card p { font-family: var(--font-display); font-style: italic; font-size: 1rem; line-height: 1.85; color: rgba(253,247,240,.9); margin-bottom: .9rem; }
.founder-note-card .signoff { font-family: var(--font-heading); font-size: 1.1rem; color: var(--amber-gold); margin-top: 1rem; }
.social-icon-row { display: flex; gap: .6rem; flex-wrap: wrap; margin-top: 1.2rem; }
.social-icon-row a {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(253,247,240,.25);
  display: flex; align-items: center; justify-content: center; color: var(--ivory-cream); transition: var(--ease);
}
.social-icon-row a:hover { background: var(--amber-gold); border-color: var(--amber-gold); color: var(--regal-blue); }

/* ---- Document / resource cards ---- */
.doc-card {
  background: #fff; border: 1px solid rgba(30,38,86,.07); border-radius: var(--radius); padding: 1.8rem;
  display: flex; flex-direction: column; gap: .8rem; box-shadow: var(--shadow-soft); transition: var(--ease);
}
.doc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.doc-card h3 { font-family: var(--font-subheading); font-size: .95rem; color: var(--regal-blue); font-weight: 500; }
.doc-card p { font-family: var(--font-body); font-size: .85rem; color: var(--charcoal-lt); line-height: 1.65; flex-grow: 1; }
.doc-card-actions { display: flex; gap: .6rem; flex-wrap: wrap; }
.doc-card-actions a { font-family: var(--font-cta); font-size: .78rem; font-weight: 600; color: var(--regal-blue); border: 1px solid rgba(30,38,86,.15); padding: .5rem 1rem; border-radius: 100px; transition: var(--ease); }
.doc-card-actions a:hover { background: var(--regal-blue); color: var(--ivory-cream); }

/* ================================================================
   INNER-PAGE RESPONSIVE
   ================================================================ */
@media (max-width: 991.98px) {
  .contact-grid, .hours-grid { grid-template-columns: 1fr; }
  .avail-band { grid-template-columns: 1fr; }
  .steps-wrap { flex-direction: column; align-items: center; }
  .step-arrow { transform: rotate(90deg); padding: .3rem 0; }
  .solacia-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .membership-card { grid-template-columns: 1fr; }
  .registration-card { flex-direction: column; text-align: center; }
}
@media (max-width: 575.98px) {
  .page-hero-inner { padding: 6.5rem 0 2.5rem; }
  .solacia-feature-grid { grid-template-columns: 1fr; }
  .emergency-band { flex-direction: column; text-align: center; align-items: center; }
  .comparison-wrap { display: none; }
}


/* ================================================================
   ABOUT PAGE COMPONENTS
   ================================================================ */
.about-story-block { max-width: 800px; margin: 0 auto; }
.about-story-block p { font-family: var(--font-display); font-style: italic; font-size: 1.08rem; line-height: 1.9; color: var(--charcoal-gray); margin-bottom: .9rem; }
.about-story-block p strong { font-style: normal; font-weight: 400; color: var(--regal-blue); }

.founders-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.founder-card {
  background: #fff; border: 1px solid rgba(30,38,86,.07); border-radius: var(--radius-lg);
  padding: 2.2rem; box-shadow: var(--shadow-soft); transition: var(--ease);
}
.founder-card:hover { box-shadow: var(--shadow-hover); }
.founder-card .founder-avatar {
  width: 76px; height: 76px; border-radius: 50%; background: var(--amber-lt);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem;
}
.founder-card .founder-avatar i { font-size: 1.9rem; color: var(--regal-blue); }
.founder-card h3 { font-family: var(--font-heading); font-size: 1.25rem; color: var(--regal-blue); font-weight: 400; margin-bottom: .2rem; }
.founder-card .founder-title { font-family: var(--font-subheading); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--rosewood-blush); margin-bottom: 1rem; }
.founder-card p.founder-bio { font-family: var(--font-body); font-size: .9rem; color: var(--charcoal-lt); line-height: 1.8; margin-bottom: 1.3rem; }
.founder-card .founder-links-label { font-family: var(--font-subheading); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--regal-blue); margin-bottom: .7rem; }
.founder-card .founder-cta-row { display: flex; gap: .6rem; flex-wrap: wrap; margin-bottom: 1rem; }

.video-note-card {
  background: var(--regal-blue); border-radius: var(--radius-lg); padding: 3rem 2.5rem; text-align: center;
  max-width: 640px; margin: 0 auto; color: var(--ivory-cream); position: relative; overflow: hidden;
}
.video-note-card .play-badge {
  width: 68px; height: 68px; border-radius: 50%; background: var(--amber-gold); color: var(--regal-blue);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 1.4rem; font-size: 1.4rem;
}
.video-note-card h3 { font-family: var(--font-heading); font-size: 1.3rem; color: var(--ivory-cream); font-weight: 400; margin-bottom: .6rem; }
.video-note-card p { font-family: var(--font-body); font-size: .9rem; color: rgba(253,247,240,.75); }

.vision-mission-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-bottom: 1.5rem; }
.vm-card {
  background: #fff; border: 1px solid rgba(30,38,86,.07); border-radius: var(--radius-lg);
  padding: 2rem; box-shadow: var(--shadow-soft);
}
.vm-card .vm-icon-wrap {
  width: 48px; height: 48px; border-radius: 50%; background: var(--amber-lt);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1rem;
}
.vm-card .vm-icon-wrap i { font-size: 1.2rem; color: var(--regal-blue); }
.vm-card h3 { font-family: var(--font-heading); font-size: 1.15rem; color: var(--regal-blue); font-weight: 400; margin-bottom: .6rem; }
.vm-card p { font-family: var(--font-body); font-size: .9rem; color: var(--charcoal-lt); line-height: 1.8; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.value-card { background: var(--ivory-deep); border-radius: var(--radius); padding: 1.6rem; }
.value-card h4 { font-family: var(--font-subheading); font-size: .88rem; color: var(--regal-blue); font-weight: 500; margin-bottom: .5rem; }
.value-card p { font-family: var(--font-body); font-size: .82rem; color: var(--charcoal-lt); line-height: 1.7; }

@media (max-width: 991.98px) {
  .founders-grid { grid-template-columns: 1fr; }
  .vision-mission-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575.98px) {
  .values-grid { grid-template-columns: 1fr; }
}




/* ================================================================
   HOMEPAGE BLUEPRINT EDITS — append to your existing global stylesheet
   (the one with :root tokens, .hero-section, .about-section, etc.)
   Everything below either overrides an existing rule or adds a new
   class introduced in the updated index.php.
   ================================================================ */

/* ---------------------------------------------------------------
   HERO — background image, centered layout, unified CTAs
   --------------------------------------------------------------- */
:root {
  --hero-bg-opacity: .45; /* 45% — tweak to taste, blueprint says 50% or less */
}

.hero-bg-image {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  opacity: var(--hero-bg-opacity);
  z-index: 0;
}
/* Soft wash so text stays legible over any photo */
.hero-bg-layer::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(253,247,240,.55) 0%, rgba(253,247,240,.85) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-glow, .hero-glow-2, .hero-pattern, .hero-arc { position: relative; z-index: 1; }

.hero-section { align-items: center; text-align: center; }
.hero-content { display: flex; justify-content: center; }
.hero-content-inner { max-width: 720px; display: flex; flex-direction: column; align-items: center; }
.hero-eyebrow { justify-content: center; }
.hero-ctas { justify-content: center; }

/* Scroll cue removed from markup; rule kept harmless if left in HTML anywhere */
.scroll-cue { display: none !important; }

/* Unified hero CTAs: both share the primary pill shape/weight/hover;
   the "alt" variant just swaps the fill so they read as a pair. */
.btn-shaybah-primary-alt {
  background: transparent;
  color: var(--regal-blue);
  border-color: var(--regal-blue);
}
.btn-shaybah-primary-alt::before { background: var(--amber-gold); }
.btn-shaybah-primary-alt:hover { color: var(--regal-blue); border-color: var(--amber-gold); }

/* ---------------------------------------------------------------
   ABOUT — logo lockup image, no eyebrow/divider, left-align on mobile
   --------------------------------------------------------------- */
.about-logo-lockup { max-width: 220px; width: 100%; height: auto; margin: 0 auto; }
.about-logo-fallback { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.about-prose-col { padding-left: 2.5rem; }

@media (max-width: 991.98px) {
  .about-grid { text-align: left; }
  .about-logo-col { text-align: center; }
  .about-prose-col { padding-left: 0; text-align: left; }
  .about-cta-row { text-align: left; }
}

/* ---------------------------------------------------------------
   SERVICES — centered head, subheading row, image-backed cards
   --------------------------------------------------------------- */
.section-head-center { text-align: center; max-width: 720px; margin: 0 auto 2.5rem; }
.section-head-center .section-eyebrow,
.section-head-center .divider-gold { justify-content: center; margin-left: auto; margin-right: auto; }
.section-subheading {
  font-family: var(--font-subheading);
  font-size: 1rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--regal-blue); font-weight: 500; margin: -.4rem 0 1rem;
}
.section-head-center .section-lead { margin: 0 auto; text-align: center; }

.service-card { padding: 0; overflow: hidden; }
.service-card-img {
  height: 150px; width: 100%;
  background-size: cover; background-position: center;
  background-color: var(--ivory-deep); /* placeholder fill until image lands */
  position: relative;
}
.service-card-img::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(30,38,86,0) 40%, rgba(30,38,86,.55) 100%);
}
.service-card-body { padding: 1.5rem 1.4rem 1.8rem; }

/* ---------------------------------------------------------------
   PACKAGES — single centered heading, simplified cards
   --------------------------------------------------------------- */
.package-card-simple .package-card-top { border-bottom: none; text-align: center; }
.package-card-simple .package-accent { margin-left: auto; margin-right: auto; }
.package-card-simple .package-name { font-weight: 600; }

/* ---------------------------------------------------------------
   WHY CHOOSE — single big centered heading, no numbering
   --------------------------------------------------------------- */
.why-number { display: none; }





/* ================================================================
   INNER-PAGE + NAVBAR + FOOTER BLUEPRINT EDITS
   Append to your global stylesheet (or keep as a separate <link>,
   as wired up in header.php). Scoped by page/section wherever the
   blueprint asked for a page-specific change, so nothing here should
   affect pages that weren't mentioned.
   ================================================================ */

/* ---------------------------------------------------------------
   NAVBAR
   --------------------------------------------------------------- */
.brand-logo-img { width: 30px; height: 30px; object-fit: contain; }
.brand-name { font-size: .98rem; } /* tightened slightly so it balances against the tagline */
.brand-tagline { font-size: .64rem; }

/* Dropdown hover-gap fix: no more margin gap between trigger and menu;
   spacing now comes from padding-top inside the menu itself, and the
   JS in footer.php adds a resilient .drop-open toggle as a backup to
   :hover/:focus-within (helps with the "closes mid-scroll" issue too). */
.dropdown-menu {
  margin-top: 0;
  top: calc(100% + 6px);
  padding-top: .7rem;
}
.nav-item-drop.drop-open .dropdown-menu { display: block; }

/* "Get In Touch" CTA now matches the other nav links in weight/shape,
   with just a subtle gold ring instead of a solid fill. */
.nav-cta-highlight {
  background: transparent !important;
  color: var(--regal-blue) !important;
  font-family: var(--font-subheading) !important;
  font-size: .79rem !important;
  font-weight: 500 !important;
  letter-spacing: .09em !important;
  padding: .5rem .85rem !important;
  border-radius: var(--radius-sm) !important;
  border: none !important;
  box-shadow: inset 0 0 0 1.5px var(--amber-gold);
}
.nav-cta-highlight:hover {
  background: var(--amber-lt) !important;
  box-shadow: inset 0 0 0 1.5px var(--amber-gold), var(--shadow-gold);
  transform: none;
}

/* Active tab highlight */
.nav-link-s.active {
  color: var(--regal-blue) !important;
  background: var(--amber-lt);
}
/*.nav-link-s.active::after { width: 55%; background: var(--amber-gold); }
.nav-cta-highlight.active { box-shadow: inset 0 0 0 2px var(--amber-gold), var(--shadow-gold); }
.navbar-collapse-mobile .nav-link-s.active { color: var(--amber-gold) !important; }
*/

/* "Get In Touch" — base state now carries the fill + ring that used
   to only show on hover, so it never reads as dormant */
.nav-cta-highlight {
  background: var(--amber-lt) !important;
  color: var(--regal-blue) !important;
  font-family: var(--font-subheading) !important;
  font-size: .79rem !important;
  font-weight: 500 !important;
  letter-spacing: .09em !important;
  padding: .5rem .85rem !important;
  border-radius: var(--radius-sm) !important;
  border: none !important;
  box-shadow: inset 0 0 0 1.5px var(--amber-gold), var(--shadow-gold);
}

/* Hover: small lift so there's still feedback beyond the base state */
.nav-cta-highlight:hover {
  box-shadow: inset 0 0 0 1.5px var(--amber-gold), var(--shadow-hover);
  transform: translateY(-1px);
}

/* Active: drop the ring/shadow entirely so it matches About / What
   We Offer exactly — flat amber-lt fill + the same gold underline */
.nav-cta-highlight.active {
  box-shadow: none;
  transform: none;
}
.nav-cta-highlight.active::after {
  display: block !important; /* un-hide the underline just for this state */
}

/* ---------------------------------------------------------------
   FOOTER
   --------------------------------------------------------------- */
.footer-brand-link { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.footer-logo-badge {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  overflow: hidden;
}
.footer-logo-badge img { width: 22px; height: 22px; object-fit: contain; }

/* ---------------------------------------------------------------
   ABOUT PAGE
   --------------------------------------------------------------- */
.page-hero-prominent h1 { font-size: clamp(2.1rem, 4.8vw, 3.4rem); }

.section-eyebrow-heading {
  font-family: var(--font-subheading);
  font-size: 1.05rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--rosewood-blush); font-weight: 500; margin-bottom: .5rem;
}
.section-title-h3 { font-size: clamp(1.35rem, 2.4vw, 1.9rem); }

/* Story text switched from italic display face to Inter body */
.about-story-block-inter p {
  font-family: var(--font-body); font-style: normal;
  font-size: 1rem; color: var(--charcoal-lt); line-height: 1.85;
}
.about-story-block-inter p strong { font-weight: 600; color: var(--regal-blue); }

.founder-avatar-photo { overflow: hidden; }
.founder-avatar-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

.value-card-bordered { border: 1px solid rgba(30,38,86,.1); }
.values-grid .value-card h4 { font-size: 1rem; }

#whyshaybah .why-title { font-size: 1rem; }

/* ---------------------------------------------------------------
   JOIN SHAYBAH PAGE
   --------------------------------------------------------------- */
.joinus-hero {
  background: linear-gradient(160deg, var(--ivory-deep) 0%, var(--ivory-cream) 55%, var(--rosewood-lt) 100%);
}
.section-subheading-tagline {
  font-family: var(--font-subheading); font-size: .8rem; letter-spacing: .1em;
  text-transform: uppercase; color: var(--rosewood-blush); margin: -.4rem 0 1rem;
}
#associations .centre-title { font-weight: 600; }

/* ---------------------------------------------------------------
   SOLACIA PAGE
   --------------------------------------------------------------- */
.solacia-hero { position: relative; overflow: hidden; }
.solacia-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: .4; z-index: 0;
}
.solacia-hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, rgba(253,247,240,.6) 0%, rgba(253,247,240,.88) 100%);
}
.solacia-logo-mark { max-width: 300px; margin: 0 auto 1rem; }
.solacia-hero h1 {
  font-family: 'Merienda', cursive;
  font-size: clamp(2.4rem, 6vw, 4rem);
  color: var(--rosewood-blush); font-weight: 400; margin-bottom: .3rem;
}
.solacia-fullform {
  font-family: var(--font-subheading); font-size: .95rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--regal-blue); margin-bottom: 1rem;
}

.solacia-feature-title { font-size: 1.05rem; }

.social-icon-row-lg a { width: 48px; height: 48px; font-size: 1.15rem; }
.social-icon-row-lg { gap: 1.1rem; }

.section-title-lg { font-size: clamp(1.9rem, 3.4vw, 2.6rem); }

.founder-note-card-rosewood {
  background: linear-gradient(135deg, var(--rosewood-lt) 0%, #fff 100%);
  border: 1px solid rgba(212,138,122,.25);
}
.founder-note-card-rosewood p { color: var(--charcoal-gray); font-style: italic; }
.founder-note-card-rosewood .signoff { color: var(--rosewood-blush); }
.founder-note-card-title {
  font-family: var(--font-heading); font-size: 1.15rem; color: var(--regal-blue);
  font-weight: 400; margin-bottom: 1rem;
}
.founder-note-connect {
  font-family: var(--font-subheading); font-size: .78rem; letter-spacing: .08em;
  text-transform: uppercase; color: var(--regal-blue); margin: 1.2rem 0 .6rem;
}
.founder-note-card-rosewood .social-icon-row a { color: var(--regal-blue); border-color: rgba(30,38,86,.15); }

/* Membership intake modal */
.intake-modal { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; }
.intake-modal.show { display: flex; }
.intake-modal-backdrop { position: absolute; inset: 0; background: rgba(30,38,86,.55); }
.intake-modal-panel {
  position: relative; z-index: 1; background: #fff; border-radius: var(--radius-lg);
  padding: 2.2rem; max-width: 420px; width: 92%; box-shadow: var(--shadow-hover);
}
.intake-modal-panel h3 { font-family: var(--font-heading); font-size: 1.3rem; color: var(--regal-blue); margin-bottom: .4rem; font-weight: 400; }
.intake-modal-sub { font-family: var(--font-body); font-size: .85rem; color: var(--charcoal-lt); margin-bottom: 1.3rem; }
.intake-modal-close {
  position: absolute; top: .8rem; right: .9rem; background: none; border: none;
  font-size: 1.4rem; color: var(--charcoal-lt); cursor: pointer; line-height: 1;
}
.intake-modal-panel form { display: flex; flex-direction: column; gap: .9rem; }
.intake-modal-panel label { font-family: var(--font-body); font-size: .82rem; color: var(--regal-blue); display: flex; flex-direction: column; gap: .35rem; }
.intake-modal-panel input,
.intake-modal-panel select {
  font-family: var(--font-body); font-size: .9rem; padding: .6rem .8rem;
  border: 1px solid rgba(30,38,86,.15); border-radius: var(--radius-sm); background: var(--ivory-cream);
}

/* ---------------------------------------------------------------
   GET IN TOUCH PAGE
   --------------------------------------------------------------- */
.section-eyebrow-lg { font-size: 1.05rem; letter-spacing: .1em; }
.contact-card h3 { font-size: 1.15rem; }
.hours-card-title-lg { font-size: 1.1rem; }
.emergency-band-centered { align-items: center; }

/* Buttons in the 3-across contact-card row line up regardless of
   how much text is above them */
.contact-card { display: flex; flex-direction: column; }
.contact-card p { flex-grow: 1; }
.contact-card > .btn-shaybah-outline { margin-top: auto; align-self: center; }



/* ================================================================
   WHAT WE OFFER — page-specific additions
   Append to css/inner-pages-edits.css (or wherever the other
   .page-hero-inner / .offer-item rules already live).
   ================================================================ */

/* ---- Hero with background photo (≤50% opacity, same soft wash
        treatment as the homepage hero so it stays legible) ---- */
.page-hero-photo { position: relative; }
.page-hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  opacity: .45; /* tweak between .35–.5 to taste once the real photo is in */
  z-index: 0;
}
.page-hero-photo::before {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(253,247,240,.55) 0%, rgba(253,247,240,.85) 100%);
  pointer-events: none;
}
.page-hero-photo .container-shaybah { position: relative; z-index: 2; }

/* ---- Offer cards: grid instead of stacked single column.
        3 columns on desktop, 2 on tablet, 1 on phones — full detail
        shown by default; collapses to a tap-to-expand card only on
        small screens where space is tight. ---- */
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: start;
}
.offer-grid .offer-item { height: 100%; }
.offer-item-body { display: none; }

@media (min-width: 768px) {
  .offer-item-body { display: block !important; margin-top: .9rem; padding-top: .9rem; }
  .offer-item-head { cursor: default; }
  .offer-item-head .arrow { display: none; }
}

@media (max-width: 991.98px) {
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575.98px) {
  .offer-grid { grid-template-columns: 1fr; }
}

/* ---- "More Services Coming Soon" strip: cream instead of the
        regal-blue fill (which read too close to the footer). ---- */
.cta-strip-cream {
  background: var(--ivory-deep);
  border: 1px solid rgba(30,38,86,.08);
}
.cta-strip-cream::before,
.cta-strip-cream::after { border-color: rgba(30,38,86,.1); }
.cta-strip-cream h3 { color: var(--regal-blue); }
.cta-strip-cream p { color: var(--charcoal-lt); }




/* Packages page */
/* ================================================================
   PACKAGES PAGE — PREMIUM POLISH & ALIGNMENT FIX
   Load this AFTER style.css (it only overrides/extends rules that
   already exist for .packages-section / .package-card / .grid-6-3x2).
   No content, pricing, package names, order, or JS logic is touched.
   ================================================================ */

/* ----------------------------------------------------------------
   1) ROOT-CAUSE FIX: EQUAL HEIGHT CARDS WITHOUT ROW-LINKED STRETCH
   --------------------------------------------------------------
   Your stylesheet had two contradicting rules stacked on each
   other: a comment saying "switch to align-items:start" sitting
   directly above a literal `align-items: stretch;`, plus
   `.package-card { height: 100%; }`. Together those forced every
   card in a grid ROW to match the tallest card — so the moment
   Sakha expanded, Bandhu and Gati stretched/shifted too, even
   though their own content never changed.

   Fix: align-items:start lets each card size to its own content.
   The grid row is free to grow (to fit an expanded card) WITHOUT
   dragging its row-mates along. A shared min-height keeps all six
   collapsed cards level with each other on first load, and the
   existing flex + justify-content:space-between inside
   .package-card-body still pins "View Details" to the bottom of
   each card individually.
   ---------------------------------------------------------------- */
.grid-6-3x2 {
  align-items: start;      /* was: stretch — this was the bug */
}
.package-card {
  height: auto;             /* was: 100% (forced row-matching) */
  /* CHANGE: features now live inside .package-expand-content, so the
     collapsed card only shows title/type/desc + price + button —
     min-height shrinks to match that (was 478px when the list was
     always visible). Still shared across all 6 cards for a level grid. */
  min-height: 372px;
  display: flex;
  flex-direction: column;
}
.package-card-body {
  flex: 1;                  /* fills the card's own min-height,   */
  display: flex;            /* pushing the button to the card's   */
  flex-direction: column;   /* own bottom — not the row's bottom  */
  justify-content: space-between;
}

/* ----------------------------------------------------------------
   2) SMOOTH, ISOLATED EXPAND/COLLAPSE
   --------------------------------------------------------------
   Already animates via grid-template-rows in your base CSS; the
   only thing missing was the align-items:start fix above, which
   is what actually isolates the expand to a single card. This
   just refines the motion so it feels a touch more premium.
   ---------------------------------------------------------------- */
.package-expand-content {
  transition: grid-template-rows .45s cubic-bezier(0.25, 0.8, 0.25, 1),
              margin-top .45s ease,
              border-color .35s ease .05s;
}
/* CHANGE: .package-includes now lives INSIDE .package-expand-content
   (moved there in packages.php) so the feature list is hidden by
   default along with the fine print — only price + button show at
   rest. Restyled here since it's no longer a direct sibling of the
   price tag. */
.package-expand-inner .package-includes {
  margin: 0 0 .9rem;
}
.package-expand-inner .expand-text {
  padding-top: .9rem;
  border-top: 1px dashed rgba(30,38,86,.1);
}
/* Price sits right above the (always-visible) button with breathing
   room now that the list isn't directly under it by default */
.package-price-tag {
  margin-bottom: .3rem;
}
.package-card.expanded {
  /* subtle lift so the expanded card reads as "in focus" without
     nudging its neighbours — purely visual, no layout impact */
  box-shadow: var(--shadow-hover);
}

/* ----------------------------------------------------------------
   3) PARIVAAR — "FAMILY CHOICE" RIBBON
   --------------------------------------------------------------
   Replaces the old generic pill ("Most Popular") with a quiet
   corner ribbon in your amber/regal-blue palette. Implemented as
   a real element (.package-ribbon) rather than a ::before with
   CSS `content` text, so it stays out of generated/decorative
   content and is easy to hide from screen readers on purpose
   (the card's aria-label already conveys the same meaning).
   ---------------------------------------------------------------- */
.package-card-featured {
  position: relative;
  overflow: hidden;                 /* clips the ribbon corner */
  border: 1.5px solid rgba(227,176,65,.35);
  box-shadow: 0 10px 34px rgba(227,176,65,.16), var(--shadow-card);
}
.package-card-featured:hover {
  box-shadow: 0 14px 46px rgba(227,176,65,.22), var(--shadow-hover);
}
.package-card-featured .package-card-top {
  padding-top: 2.1rem; /* keeps title clear of the ribbon corner */
}
.package-ribbon {
  position: absolute;
  top: 22px;
  right: -42px;
  width: 168px;
  padding: .42rem 0;
  text-align: center;
  transform: rotate(45deg);
  background: linear-gradient(135deg, var(--amber-gold) 0%, #cf9f38 100%);
  color: var(--regal-blue);
  font-family: var(--font-subheading);
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(30,38,86,.18);
  z-index: 3;
  pointer-events: none;
}

/* ----------------------------------------------------------------
   4) PREMIUM SECTION STYLING
   --------------------------------------------------------------
   Soft brand-matched gradient, refined card shadows/hover, and a
   touch more typographic hierarchy — all additive, no structural
   or content changes.
   ---------------------------------------------------------------- */
.packages-section {
  background: linear-gradient(180deg,
    var(--ivory-cream) 0%,
    var(--ivory-deep) 55%,
    var(--ivory-mid) 100%);
  position: relative;
}
.packages-section::before {
  /* faint radial warmth in the top-right, echoes the hero glow
     so the page feels part of the same visual family */
  content: '';
  position: absolute; top: -80px; right: -100px;
  width: 360px; height: 360px; border-radius: 50%;
  background: radial-gradient(circle, rgba(227,176,65,.08) 0%, transparent 70%);
  pointer-events: none;
}

.package-card {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  transition: transform .4s cubic-bezier(0.25,0.8,0.25,1),
              box-shadow .4s ease,
              border-color .4s ease;
}
.package-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

/* Slightly firmer hierarchy: name > type > desc */
.package-name {
  letter-spacing: .01em;
}
.package-type {
  font-weight: 600;
}
.package-price-tag {
  letter-spacing: .01em;
}

/* Consistent internal rhythm */
.package-card-top { padding: 1.9rem 1.85rem 1.5rem; }
.package-card-body { padding: 1.5rem 1.85rem 1.9rem; }
.package-includes li { margin-bottom: .52rem; }

/* View Details button — a little more premium on hover */
.view-more-btn { transition: color .3s ease, gap .3s ease; }
.view-more-btn:hover { gap: 8px; }

/* ----------------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------------- */
@media (max-width: 991.98px) {
  .package-card { min-height: 0; } /* let cards breathe naturally in 2-col layout */
}
@media (max-width: 575.98px) {
  .package-ribbon { top: 18px; right: -46px; width: 158px; font-size: .6rem; }
  .package-card-featured .package-card-top { padding-top: 1.9rem; }
}

/* Respect reduced-motion users, consistent with the rest of the site */
@media (prefers-reduced-motion: reduce) {
  .package-card, .package-expand-content, .view-more-btn .arrow {
    transition-duration: .01ms !important;
  }
}

/* ================================================================
   MOBILE NAVBAR SAFETY NET
   Prevents any oversized/unexpected content in the brand lockup
   from forcing the fixed navbar (and therefore the whole page)
   wider than the viewport on small screens.
   ================================================================ */
.navbar-shaybah,
.navbar-inner,
.brand-wrap,
.brand-texts {
  max-width: 100%;
}
.brand-name,
.brand-tagline {
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 575.98px) {
  .brand-name { font-size: .88rem; }
  .brand-tagline { font-size: .58rem; }
}
/* ================================================================
   GLOBAL HORIZONTAL-OVERFLOW SAFETY NET
   Guarantees nothing (icons, absolute-positioned decorative layers,
   fixed navbar) can ever push the page wider than the viewport.
   ================================================================ */
html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}
.navbar-shaybah {
  overflow: hidden;
  width: 100%;
}
.navbar-inner {
  width: 100%;
  max-width: 100%;
}
.navbar-toggler {
  flex-shrink: 0;
  margin-left: auto;
}