/* ============================================================
   MEDICAL RESCUE 911 — Global Styles
   Fonts: Cormorant Garamond (headings) + Jost (body)
   Palette: Deep Navy · Teal · Gold · Cream
============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --nav-height: 72px;
  --navy:       #163A63;
  --navy-mid:   #2A4F7A;
  --teal:       #1E8C82;
  --teal-light: #37A99D;
  --gold:       #B89255;
  --gold-light: #CCAE7A;
  --cream:      #F7F5F0;
  --white:      #FFFFFF;
  --text-dark:  #1E293B;
  --text-muted: #5B6472;
  --border:     rgba(22,58,99,0.14);
  --border-light: rgba(22,58,99,0.09);
  --border-dk:  rgba(255,255,255,0.1);
  --shadow-sm:  0 8px 24px rgba(16,40,74,0.08);
  --shadow-md:  0 16px 40px rgba(16,40,74,0.12);
  --shadow-lg:  0 26px 62px rgba(16,40,74,0.16);
  --space-section: clamp(4.75rem, 8vw, 6.5rem);
  --space-section-sm: clamp(3.75rem, 6vw, 5rem);
  --reading-max: 62ch;
  --r:          10px;
  --r-lg:       18px;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Jost', sans-serif;
  background:
    radial-gradient(1200px 520px at 88% -6%, rgba(54,139,163,0.16) 0%, rgba(54,139,163,0) 68%),
    radial-gradient(900px 360px at 12% 0%, rgba(184,146,85,0.10) 0%, rgba(184,146,85,0) 64%),
    linear-gradient(180deg, #FDFCF9 0%, var(--cream) 56%, #F6F3ED 100%);
  color: var(--text-dark);
  overflow-x: hidden;
  line-height: 1.72;
  letter-spacing: 0.002em;
}
::selection { background: rgba(30,140,130,0.24); color: #0f2744; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
address { font-style: normal; }
p { text-wrap: pretty; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 2rem; }

/* ---- Accessibility ---- */
.skip-link {
  position: absolute; top: -100px; left: 1rem;
  background: var(--teal); color: white;
  padding: 0.6rem 1.2rem; border-radius: 0 0 6px 6px;
  font-weight: 600; font-size: 0.9rem; z-index: 9999;
  transition: top 0.2s; text-decoration: none;
}
.skip-link:focus { top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--teal-light); outline-offset: 3px;
}

/* ---- Breadcrumb ---- */
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; list-style: none; font-size: 0.78rem; margin-bottom: 1.2rem; position: relative; z-index: 2; }
.breadcrumb li { color: rgba(255,255,255,0.4); }
.breadcrumb li + li::before { content: '›'; margin-right: 0.5rem; }
.breadcrumb a { color: rgba(255,255,255,0.55); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--teal-light); }

/* ============================================================
   NAV
============================================================ */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-light);
  transition: box-shadow 0.3s;
}
#navbar.scrolled { box-shadow: 0 10px 28px rgba(10,25,52,0.12); }

.nav-inner {
  max-width: 1160px;
  min-height: var(--nav-height);
  margin: 0 auto;
  padding: 0.95rem 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-logo {
  color: var(--navy);
  display: flex;
  align-items: center;
  gap: 0.7rem;
  white-space: nowrap;
  text-decoration: none;
  line-height: 1;
}
.logo-text {
  display: flex;
  flex-direction: column;
  gap: 0.06rem;
  transform: translateY(1px);
}
.logo-text strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.56rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  color: var(--navy);
}
.logo-text small {
  font-family: 'Jost', sans-serif;
  font-size: 0.54rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  color: rgba(22,58,99,0.78);
}
.logo-cross {
  width: 43px;
  height: 43px;
  background:
    radial-gradient(circle at 78% 22%, rgba(214,183,133,0.95) 0 14%, rgba(214,183,133,0) 15%),
    linear-gradient(rgba(22,58,99,0.95), rgba(22,58,99,0.95)) 78% 22%/8px 2px no-repeat,
    linear-gradient(rgba(22,58,99,0.95), rgba(22,58,99,0.95)) 78% 22%/2px 8px no-repeat,
    radial-gradient(circle at 26% 16%, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 44%),
    linear-gradient(150deg, #070708 0%, #0F1012 62%, #17191C 100%);
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  position: relative;
  border: 1.4px solid rgba(196,161,105,0.88);
  overflow: hidden;
  box-shadow:
    0 8px 18px rgba(16,40,74,0.17),
    inset 0 1px 1px rgba(255,255,255,0.06);
  flex-shrink: 0;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.logo-cross::before,
.logo-cross::after {
  position: absolute;
  left: 8px;
  right: 8px;
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-weight: 800;
  text-shadow: 0 1px 1px rgba(0,0,0,0.32);
  line-height: 1;
}
.logo-cross::before {
  content: 'MR';
  top: 9px;
  font-size: 0.53rem;
  letter-spacing: 0.12em;
}
.logo-cross::after {
  content: '911';
  bottom: 8px;
  font-size: 0.45rem;
  letter-spacing: 0.14em;
}
.nav-logo:hover .logo-cross {
  transform: translateY(-1px);
  box-shadow:
    0 11px 20px rgba(16,40,74,0.22),
    inset 0 1px 1px rgba(255,255,255,0.08);
}
.footer-brand .nav-logo { color: rgba(255,255,255,0.92); }
.footer-brand .logo-text strong { color: #fff; }
.footer-brand .logo-text small { color: rgba(255,255,255,0.72); }
.footer-brand .logo-cross {
  border-color: rgba(196,161,105,0.9);
  box-shadow:
    0 10px 18px rgba(0,0,0,0.32),
    inset 0 1px 1px rgba(255,255,255,0.08);
}

.nav-links { display: flex; gap: 1.8rem; list-style: none; margin-left: auto; }
.nav-links a { color: rgba(18,36,71,0.78); font-size: 0.84rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; transition: color 0.2s; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--teal); }

.btn-nav-cta {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-light) 100%);
  color: #fff !important;
  padding: 0.5rem 1.2rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 20px rgba(30,140,130,0.24);
  border: 1px solid rgba(184,146,85,0.45);
}
.btn-nav-cta:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(30,140,130,0.32); }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; margin-left: auto; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px; transition: all 0.3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu { display: none; position: fixed; top: var(--nav-height); left: 0; right: 0; z-index: 999; background: var(--white); border-bottom: 1px solid var(--border); padding: 1.5rem 2rem 2rem; transform: translateY(-10px); opacity: 0; pointer-events: none; transition: all 0.3s; box-shadow: var(--shadow-md); }
.mobile-menu.open { display: block; transform: translateY(0); opacity: 1; pointer-events: all; }
.mobile-menu ul { list-style: none; }
.mobile-menu ul li { border-bottom: 1px solid var(--border-light); }
.mobile-menu ul li a { display: block; padding: 0.9rem 0; color: var(--navy); font-size: 1rem; font-weight: 500; text-decoration: none; transition: color 0.2s; }
.mobile-menu ul li a:hover { color: var(--teal); }

/* ============================================================
   BUTTONS
============================================================ */
.btn-gold { display: inline-block; background: linear-gradient(135deg, var(--teal) 0%, var(--teal-light) 100%); color: #fff; padding: 0.9rem 2.2rem; border-radius: 999px; font-weight: 700; font-size: 0.95rem; letter-spacing: 0.02em; transition: transform 0.2s, box-shadow 0.2s, filter 0.2s; text-decoration: none; border: 1px solid rgba(184,146,85,0.4); cursor: pointer; box-shadow: 0 10px 24px rgba(30,140,130,0.25), inset 0 1px 0 rgba(255,255,255,0.35); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(30,140,130,0.34), inset 0 1px 0 rgba(255,255,255,0.45); filter: saturate(1.05); }

.btn-ghost { display: inline-block; border: 1.5px solid rgba(255,255,255,0.42); color: white; padding: 0.9rem 2.2rem; border-radius: 999px; font-weight: 500; font-size: 0.95rem; transition: all 0.2s; text-decoration: none; }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.12); color: white; }

.btn-ghost-white { display: inline-block; border: 1.5px solid rgba(255,255,255,0.45); color: white; padding: 0.9rem 2.2rem; border-radius: 6px; font-weight: 500; font-size: 0.95rem; transition: all 0.2s; text-decoration: none; }
.btn-ghost-white:hover { border-color: white; background: rgba(255,255,255,0.08); }

.btn-teal { display: inline-block; background: linear-gradient(135deg, #1B857B 0%, #2FA79C 100%); color: white; padding: 0.85rem 2rem; border-radius: 999px; font-weight: 600; font-size: 0.93rem; transition: transform 0.15s, box-shadow 0.2s; text-decoration: none; border: 1px solid rgba(184,146,85,0.25); cursor: pointer; box-shadow: 0 8px 20px rgba(16,40,74,0.14), inset 0 1px 0 rgba(255,255,255,0.3); }
.btn-teal:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(16,40,74,0.2), inset 0 1px 0 rgba(255,255,255,0.38); }

.btn-teal-outline { display: inline-block; border: 1.5px solid var(--teal-light); color: var(--teal-light); padding: 0.85rem 2rem; border-radius: 6px; font-weight: 600; font-size: 0.93rem; transition: all 0.2s; text-decoration: none; }
.btn-teal-outline:hover { background: var(--teal); color: white; border-color: var(--teal); }

.btn-primary { display: inline-block; background: var(--teal); color: white; padding: 0.85rem 2rem; border-radius: 999px; font-weight: 600; font-size: 0.93rem; transition: background 0.2s, transform 0.15s; text-decoration: none; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--teal-light); transform: translateY(-2px); }

/* ============================================================
   SECTIONS
============================================================ */
.section-white { background: linear-gradient(180deg, #FFFFFF 0%, #FCFBF8 100%); padding: var(--space-section) 0; }
.section-cream { background: linear-gradient(180deg, #F8F6F1 0%, #F3EFE8 100%); padding: var(--space-section) 0; }
.section-dark  { background: linear-gradient(135deg, #1A436E 0%, #2F5E8B 100%); padding: var(--space-section) 0; }

.section-label { text-align: center; font-size: 0.73rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.7rem; text-shadow: 0 1px 0 rgba(255,255,255,0.6); }
.section-label.teal { color: var(--teal-light); }

.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.1rem, 3.8vw, 3.1rem); text-align: center; color: var(--navy); line-height: 1.14; letter-spacing: -0.01em; margin-bottom: clamp(2.2rem, 4vw, 3.2rem); font-weight: 600; text-wrap: balance; }
.section-title.left { text-align: left; }
.section-title.light { color: var(--white); }

.center-cta { text-align: center; margin-top: 3.5rem; }

/* Global premium card feel */
:where(.svc-card,.serve-card,.test-card,.istat-card,.pkg-card,.hero-card,.experience-card,.enquire-form-card) {
  border-color: rgba(22,58,99,0.15);
  box-shadow: 0 14px 34px rgba(16,40,74,0.10);
}
:where(.svc-card,.serve-card,.test-card,.istat-card,.pkg-card,.hero-card,.experience-card,.enquire-form-card):hover {
  box-shadow: 0 18px 40px rgba(16,40,74,0.14);
}

/* ============================================================
   TRUST BAR
============================================================ */
.trust-bar { background: linear-gradient(90deg, #163A63 0%, #2A4F7A 100%); padding: 1rem 0; border-top: 1px solid rgba(255,255,255,0.12); }
.trust-inner { display: flex; align-items: center; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.trust-item { color: rgba(255,255,255,0.45); font-size: 0.8rem; font-weight: 500; white-space: nowrap; }
.trust-sep { color: rgba(255,255,255,0.18); }

.anniversary-wrap { background: linear-gradient(180deg, rgba(17,55,95,0.18) 0%, rgba(17,55,95,0.05) 100%); padding: 1.9rem 0 0.5rem; }
.anniversary-band {
  background: linear-gradient(120deg, #204D80 0%, #2F5D90 45%, #36699A 100%);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(16,40,74,0.18);
  padding: 1.1rem 1.6rem;
}
.anniversary-label {
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.82);
  margin-bottom: 0.8rem;
  font-weight: 600;
}
.anniversary-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.anniversary-item { padding: 0.9rem 1rem 0.6rem; }
.anniversary-item + .anniversary-item { border-left: 1px solid rgba(255,255,255,0.18); }
.anniversary-item h3 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--gold-light);
  font-size: clamp(2rem, 3.7vw, 3rem);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.35rem;
}
.anniversary-item p {
  color: rgba(255,255,255,0.9);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: 22ch;
}

/* ============================================================
   HERO
============================================================ */
.hero {
  min-height: 100vh;
  background: linear-gradient(145deg, #1A436E 0%, #2F5E8B 62%, #4677A7 100%);
  position: relative; display: flex; align-items: center;
  overflow: hidden; padding-top: 88px;
}
.hero-texture {
  position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.015'%3E%3Cpath d='M0 0h80v80H0z' fill='none'/%3E%3Ccircle cx='40' cy='40' r='1'/%3E%3C/g%3E%3C/svg%3E");
}
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-orb:first-of-type { width: 600px; height: 600px; background: radial-gradient(circle, rgba(30,140,130,0.2) 0%, transparent 70%); top: 50%; right: -5%; transform: translateY(-50%); }
.hero-orb.orb-2 { width: 420px; height: 420px; background: radial-gradient(circle, rgba(184,146,85,0.15) 0%, transparent 70%); bottom: -10%; left: 20%; }

.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 4.75rem; align-items: center; padding: 3.8rem 0 4.8rem; }

.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(13,140,124,0.15); border: 1px solid rgba(13,140,124,0.3); color: var(--teal-light); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.4rem 1rem; border-radius: 100px; margin-bottom: 1.6rem; }
.eyebrow-dot { width: 6px; height: 6px; background: var(--teal-light); border-radius: 50%; animation: blink 2s infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }

.hero-left h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3rem, 5.2vw, 4.8rem); color: white; line-height: 1.05; letter-spacing: -0.015em; font-weight: 600; margin-bottom: 1.4rem; max-width: 12ch; }
.hero-left h1 em { font-style: italic; color: var(--teal-light); }
.hero-sub { color: rgba(255,255,255,0.86); font-size: 1.05rem; line-height: 1.88; margin-bottom: 2.3rem; max-width: 58ch; }

.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.8rem; }
.hero-proof { display: flex; align-items: center; gap: 1.5rem; }
.proof-item strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 700; color: var(--gold); line-height: 1; }
.proof-item span { font-size: 0.72rem; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 0.2rem; display: block; }
.proof-sep { width: 1px; height: 42px; background: rgba(255,255,255,0.1); }

.hero-right { display: flex; flex-direction: column; gap: 1rem; }
.hero-card { background: rgba(255,255,255,0.94); border: 1px solid rgba(22,58,99,0.24); border-radius: 20px; padding: 1.5rem 1.7rem; backdrop-filter: blur(8px); display: flex; gap: 1rem; align-items: flex-start; transition: background 0.3s, transform 0.3s, box-shadow 0.3s; box-shadow: 0 16px 34px rgba(16,40,74,0.16); }
.hero-card:hover { background: rgba(255,255,255,0.98); transform: translateY(-2px); box-shadow: 0 20px 40px rgba(16,40,74,0.2); }
.hc-1 { animation: flt 7s ease-in-out infinite; }
.hc-2 { animation: flt 7s ease-in-out infinite 2.5s; }
.hc-3 { animation: flt 7s ease-in-out infinite 5s; }
@keyframes flt { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
.hc-icon { font-size: 1.6rem; flex-shrink: 0; }
.hc-title { color: var(--text-dark); font-weight: 700; font-size: 0.92rem; margin-bottom: 0.3rem; }
.hc-desc { color: var(--text-muted); font-size: 0.84rem; line-height: 1.55; }

/* ============================================================
   INTRO SECTION
============================================================ */
.intro-layout { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 5.4rem; align-items: start; }
.intro-text p { color: var(--text-muted); font-size: 1rem; line-height: 1.9; margin-bottom: 1.25rem; max-width: var(--reading-max); }
.intro-text p strong { color: var(--navy); }
.intro-text .btn-teal { margin-top: 0.8rem; }

.intro-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.istat-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.6rem; text-align: center; box-shadow: var(--shadow-sm); }
.istat-num { font-family: 'Cormorant Garamond', serif; font-size: 2.2rem; font-weight: 700; color: var(--teal); line-height: 1; margin-bottom: 0.4rem; }
.istat-label { font-size: 0.78rem; color: var(--text-muted); line-height: 1.4; }

/* ============================================================
   CAPE TOWN EXPERIENCE
============================================================ */
.experience-card {
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  align-items: stretch;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  max-width: 1080px;
  margin: 0 auto;
}
.experience-photo {
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  position: relative;
  overflow: hidden;
}
.experience-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(9,24,44,0.22) 0%, rgba(9,24,44,0.04) 60%, rgba(9,24,44,0) 100%);
  pointer-events: none;
}
.experience-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  transition: transform 0.6s ease;
}
.experience-card:hover .experience-photo img { transform: scale(1.03); }
.experience-content {
  padding: 1.8rem 1.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, #FCFBF8 0%, #F6F3ED 100%);
}
.experience-content h2 {
  font-family: 'Cormorant Garamond', serif;
  color: var(--navy);
  font-size: clamp(2rem, 3.3vw, 2.8rem);
  line-height: 1.08;
  font-weight: 600;
  margin-bottom: 0.9rem;
}
.experience-content p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.85;
  margin-bottom: 1.1rem;
}
.experience-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  padding: 0.32rem 0.85rem;
  border: 1px solid rgba(22,58,99,0.18);
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--teal);
  margin-bottom: 1rem;
  background: rgba(255,255,255,0.75);
}
.experience-cta { margin-top: 0.6rem; }

/* ============================================================
   HOW IT WORKS
============================================================ */
.how-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1.2rem; }
.how-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: 1.5rem 1.4rem;
  box-shadow: var(--shadow-sm);
}
.how-step {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--navy);
  background: linear-gradient(145deg, rgba(184,146,85,0.28) 0%, rgba(184,146,85,0.12) 100%);
  border: 1px solid rgba(184,146,85,0.45);
  margin-bottom: 0.7rem;
}
.how-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  color: var(--navy);
  margin-bottom: 0.38rem;
  line-height: 1.2;
}
.how-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

/* ============================================================
   MOBILE CTA BAR
============================================================ */
.mobile-cta-bar {
  display: none;
  position: fixed;
  left: 0.65rem;
  right: 0.65rem;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 0.5rem);
  z-index: 998;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 14px 26px rgba(10,25,52,0.18);
  padding: 0.5rem;
  gap: 0.5rem;
}
.mobile-cta-bar a {
  flex: 1;
  text-align: center;
  padding: 0.68rem 0.5rem;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.mcta-primary {
  color: #fff;
  background: linear-gradient(135deg, #1B857B 0%, #2FA79C 100%);
  border: 1px solid rgba(22,58,99,0.2);
}
.mcta-secondary {
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(22,58,99,0.18);
}

/* ============================================================
   WHY GRID
============================================================ */
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.why-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--r-lg); padding: 2rem; transition: background 0.2s, transform 0.2s; }
.why-card:hover { background: rgba(255,255,255,0.08); transform: translateY(-3px); }
.why-num { font-family: 'Cormorant Garamond', serif; font-size: 3rem; font-weight: 700; color: var(--gold); opacity: 0.3; line-height: 1; margin-bottom: 0.6rem; }
.why-card h3 { font-family: 'Cormorant Garamond', serif; color: white; font-size: 1.15rem; margin-bottom: 0.6rem; font-weight: 600; }
.why-card p { color: rgba(255,255,255,0.78); font-size: 0.87rem; line-height: 1.75; }

/* ============================================================
   SERVICES
============================================================ */
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.svc-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 1.75rem; display: flex; gap: 1rem; align-items: flex-start; transition: box-shadow 0.2s, transform 0.2s; box-shadow: var(--shadow-sm); }
.svc-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.svc-icon { width: 44px; height: 44px; flex-shrink: 0; background: rgba(13,140,124,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.svc-body h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; color: var(--navy); font-weight: 600; margin-bottom: 0.35rem; }
.svc-body p { font-size: 0.83rem; color: var(--text-muted); line-height: 1.65; }

/* ============================================================
   WHO WE SERVE
============================================================ */
.serve-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.serve-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 2.1rem; box-shadow: var(--shadow-sm); }
.serve-flag { font-size: 2.5rem; margin-bottom: 1rem; display: block; }
.serve-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--navy); font-weight: 600; margin-bottom: 0.7rem; }
.serve-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.75; }

/* ============================================================
   TESTIMONIALS
============================================================ */
.test-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.test-card { background: var(--white); border-radius: var(--r-lg); padding: 2.1rem; border-left: 3px solid var(--gold); box-shadow: var(--shadow-sm); }
.test-stars { color: var(--gold); letter-spacing: 3px; font-size: 0.85rem; margin-bottom: 1rem; }
.test-card blockquote { margin: 0; }
.test-card blockquote p { font-size: 0.9rem; color: var(--text-dark); line-height: 1.8; font-style: italic; margin-bottom: 1.2rem; }
.test-card footer {
  margin-top: 0.2rem;
  display: block;
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.test-card cite { font-style: normal; }
.test-name { font-weight: 700; font-size: 0.85rem; color: var(--navy); display: block; }
.test-origin { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.15rem; display: block; }

/* ============================================================
   FAQ
============================================================ */
.faq-wrap { max-width: 740px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.3rem 0; font-weight: 600; font-size: 0.95rem; color: var(--navy); text-align: left; font-family: 'Jost', sans-serif; transition: color 0.2s; }
.faq-q:hover { color: var(--teal); }
.faq-icon { font-size: 1.3rem; color: var(--teal); flex-shrink: 0; transition: transform 0.3s; }
.faq-q.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; color: var(--text-muted); font-size: 0.9rem; line-height: 1.8; transition: max-height 0.4s ease, padding 0.3s; }
.faq-a.open { max-height: 300px; padding-bottom: 1.2rem; }
.faq-a p { margin-bottom: 0; }

/* ============================================================
   CTA SECTION
============================================================ */
.cta-section { background: linear-gradient(135deg, #163A63 0%, #2A4F7A 58%, #1E8C82 100%); padding: var(--space-section-sm) 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; flex-wrap: wrap; }
.cta-section h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3vw, 2.5rem); color: white; margin-bottom: 0.7rem; }
.cta-section p { color: rgba(255,255,255,0.72); font-size: 1rem; }
.cta-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

/* ============================================================
   PACKAGE CARDS
============================================================ */
.packages-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; align-items: start; }
.pkg-card { background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-lg); overflow: hidden; transition: box-shadow 0.25s, transform 0.25s; box-shadow: var(--shadow-sm); }
.pkg-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.pkg-card.featured { border-color: var(--gold); transform: scale(1.03); box-shadow: 0 26px 54px rgba(183,136,67,0.26); }
.pkg-card.featured:hover { transform: scale(1.03) translateY(-4px); }
.pkg-header { padding: 2.1rem; background: var(--cream); border-bottom: 1.5px solid var(--border); position: relative; }
.pkg-card.featured .pkg-header { background: linear-gradient(145deg, #163A63 0%, #2A4F7A 100%); padding-top: 3.25rem; }
.pkg-badge {
  position: absolute;
  top: 0.78rem;
  right: 0.82rem;
  background: linear-gradient(135deg, #C9A362 0%, #B89255 100%);
  color: #0F2F52;
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.34rem 0.84rem;
  border-radius: 999px;
  line-height: 1;
  z-index: 4;
  border: 1.6px solid rgba(255,255,255,0.72);
  box-shadow:
    0 8px 20px rgba(8,22,42,0.32),
    0 0 0 1px rgba(184,146,85,0.24),
    inset 0 1px 0 rgba(255,255,255,0.28);
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
}
.pkg-badge::before {
  content: '★';
  font-size: 0.58rem;
  line-height: 1;
  color: rgba(255,255,255,0.95);
  text-shadow: 0 1px 0 rgba(0,0,0,0.22);
}
.pkg-card.featured:hover .pkg-badge {
  transform: translateY(-1px) scale(1.02);
}
.pkg-name { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--navy); margin-bottom: 0.4rem; }
.pkg-card.featured .pkg-name { color: white; }
.pkg-tagline { font-size: 0.82rem; color: var(--text-muted); }
.pkg-card.featured .pkg-tagline { color: rgba(255,255,255,0.5); }
.pkg-price { margin-top: 1.2rem; }
.pkg-amount { font-family: 'Cormorant Garamond', serif; font-size: 2.4rem; font-weight: 700; color: var(--teal); }
.pkg-currency { font-size: 1.1rem; vertical-align: super; }
.pkg-period { font-size: 0.8rem; color: var(--text-muted); }
.pkg-body { padding: 2.1rem; }
.pkg-features { list-style: none; margin-bottom: 2rem; }
.pkg-features li { font-size: 0.87rem; color: var(--text-dark); padding: 0.55rem 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 0.6rem; }
.pkg-features li::before { content: '✓'; color: var(--teal); font-weight: 700; flex-shrink: 0; }
.pkg-cta { width: 100%; text-align: center; padding: 0.9rem; display: block; }

/* ============================================================
   PAGE HERO
============================================================ */
.page-hero { background: linear-gradient(145deg, #163A63 0%, #2A4F7A 68%, #3A6795 100%); padding: 9.8rem 0 5.6rem; text-align: center; position: relative; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center bottom, rgba(13,140,124,0.1) 0%, transparent 60%); pointer-events: none; }
.page-hero-label { color: var(--teal-light); font-size: 0.73rem; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600; margin-bottom: 0.8rem; position: relative; z-index: 2; }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; color: white; font-size: clamp(2.4rem, 4.7vw, 3.7rem); margin-bottom: 1rem; position: relative; z-index: 2; font-weight: 600; line-height: 1.14; letter-spacing: -0.01em; }
.page-hero p { color: rgba(255,255,255,0.76); font-size: 1.03rem; max-width: 62ch; margin: 0 auto; line-height: 1.85; position: relative; z-index: 2; }

/* ============================================================
   FOOTER
============================================================ */
footer[role="contentinfo"] { background: linear-gradient(180deg, #163A63 0%, #173452 100%); }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding: 5rem 2rem 4rem; max-width: 1160px; margin: 0 auto; }
.footer-brand p { color: rgba(255,255,255,0.58); font-size: 0.83rem; line-height: 1.75; margin-top: 0.8rem; }
.footer-brand address p { margin-top: 0.4rem; }
.footer-brand address a { color: rgba(255,255,255,0.74); transition: color 0.2s; }
.footer-brand address a:hover { color: var(--teal-light); }
.footer-col h3 { color: rgba(255,255,255,0.78); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 1.2rem; font-weight: 600; font-family: 'Jost', sans-serif; }
.footer-col a { display: block; color: rgba(255,255,255,0.65); font-size: 0.84rem; margin-bottom: 0.65rem; transition: color 0.2s; text-decoration: none; }
.footer-col a:hover { color: var(--teal-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); }
.footer-bottom-inner { max-width: 1160px; margin: 0 auto; padding: 1.5rem 2rem; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-bottom-inner p { color: rgba(255,255,255,0.58); font-size: 0.78rem; }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { color: rgba(255,255,255,0.65); font-size: 0.78rem; transition: color 0.2s; }
.footer-legal a:hover { color: var(--teal-light); }

/* ============================================================
   FORMS
============================================================ */
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; font-size: 0.84rem; font-weight: 600; color: var(--navy); margin-bottom: 0.4rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.88rem 1rem; border: 1.5px solid var(--border); border-radius: 10px; font-family: 'Jost', sans-serif; font-size: 0.95rem; color: var(--text-dark); background: var(--white); transition: border-color 0.2s, box-shadow 0.2s; outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13,140,124,0.1); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-note { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.3rem; }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .packages-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .pkg-card.featured { transform: none; }
  .pkg-card.featured:hover { transform: translateY(-4px); }
  .intro-layout { grid-template-columns: 1fr; }
  .intro-stats { grid-template-columns: repeat(4,1fr); }
  .how-grid { grid-template-columns: 1fr 1fr; }
  .experience-card { grid-template-columns: 1fr; }
  .experience-photo { aspect-ratio: 21 / 9; }
}
@media (max-width: 768px) {
  .container { padding: 0 1.2rem; }
  .nav-inner { padding: 0.75rem 1.2rem; gap: 1rem; }
  .mobile-menu { padding: 1rem 1.2rem 1.4rem; }
  .page-hero { padding: 8.8rem 0 4.2rem; }
  .section-title { margin-bottom: 2.1rem; }
  .hero-sub { font-size: 0.98rem; line-height: 1.75; }
  .anniversary-wrap { padding-top: 1.4rem; }
  .anniversary-band { padding: 0.9rem 0.95rem; }
  .btn-ghost-white { width: 100%; text-align: center; }
  .nav-links, .btn-nav-cta { display: none; }
  .hamburger { display: flex; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 2rem; gap: 2rem; }
  .hero-right { display: none; }
  .hero-proof { flex-wrap: wrap; gap: 1.2rem; }
  .anniversary-grid { grid-template-columns: 1fr; }
  .anniversary-item + .anniversary-item { border-left: 0; border-top: 1px solid rgba(255,255,255,0.18); }
  .why-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .serve-grid { grid-template-columns: 1fr; }
  .test-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta-btns { justify-content: center; }
  .form-row { grid-template-columns: 1fr; }
  .intro-stats { grid-template-columns: repeat(2,1fr); }
  .how-grid { grid-template-columns: 1fr; }
  .experience-content { padding: 1.5rem 1.2rem; }
  .experience-photo { aspect-ratio: 16 / 10; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 2rem 2rem; }
  .footer-bottom-inner { flex-direction: column; text-align: center; }
  .section-white, .section-cream, .section-dark { padding: var(--space-section-sm) 0; }
  .trust-inner { gap: 1rem; justify-content: flex-start; overflow-x: auto; padding: 0 1rem; }
  .trust-sep { display: none; }
  body.has-mobile-cta { padding-bottom: 84px; }
  .mobile-cta-bar { display: flex; }
}
@media (max-width: 480px) {
  .container { padding: 0 0.95rem; }
  .logo-text strong { font-size: 1.4rem; letter-spacing: 0.045em; }
  .logo-text small { font-size: 0.46rem; letter-spacing: 0.16em; }
  .logo-cross { width: 38px; height: 38px; border-radius: 11px; }
  .logo-cross::before { top: 8px; font-size: 0.44rem; left: 7px; right: 7px; }
  .logo-cross::after { bottom: 7px; font-size: 0.39rem; left: 7px; right: 7px; }
  .pkg-card.featured .pkg-header { padding-top: 3rem; }
  .pkg-badge {
    top: 0.62rem;
    right: 0.62rem;
    font-size: 0.56rem;
    padding: 0.27rem 0.62rem;
    letter-spacing: 0.1em;
  }
  .pkg-badge::before { font-size: 0.5rem; }
  .page-hero { padding: 8.2rem 0 3.6rem; }
  .page-hero p { font-size: 0.95rem; line-height: 1.7; }
  .mobile-menu ul li a { padding: 0.82rem 0; font-size: 0.95rem; }
  .services-grid { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; }
  .btn-gold, .btn-ghost { width: 100%; text-align: center; }
  .hero-left h1 { max-width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
