/* ============================================================
   AGAPE MEDICAL SERVICES — STYLESHEET
   Palette:
     Plum:    #2d1040   (replaces navy — warm dark)
     Rose:    #b5446a   (replaces red  — professional feminine)
     Teal:    #0d7c6a   (warm green accent)
     Gold:    #c09232
     Blush:   #fce8f0   (light section bg)
     Light:   #fdf7f9   (warm white)
   ============================================================ */

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

:root {
  --plum:        #2d1040;
  --plum2:       #3d1a5a;
  --rose:        #b5446a;
  --rose2:       #9a3259;
  --rose-light:  #fce8f0;
  --teal:        #0d7c6a;
  --teal2:       #095e50;
  --gold:        #c09232;
  --light:       #fdf7f9;
  --blush:       #fce8f0;
  --white:       #ffffff;
  --gray:        #6b7280;
  --text:        #2d1f2b;
  --border:      #edd5e4;
  --radius:      14px;
  --shadow:      0 4px 24px rgba(181,68,106,.08);
  --shadow-lg:   0 8px 40px rgba(181,68,106,.14);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text);
  background: var(--white);
}

img { max-width: 100%; display: block; border-radius: var(--radius); }
a   { text-decoration: none; color: inherit; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- TYPOGRAPHY ---------- */
h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 5vw, 3.8rem); line-height: 1.15; }
h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); line-height: 1.25; margin-bottom: 1rem; }
h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: .5rem; }
h4 { font-size: 1rem; font-weight: 700; }

/* Script eyebrows — the "Dancing Script" feel */
.section-eyebrow {
  font-family: 'Dancing Script', cursive;
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--rose);
  margin-bottom: .35rem;
  letter-spacing: 0;
  line-height: 1.3;
}
.section-eyebrow.light { color: rgba(255,255,255,.85); }
.section-sub { color: var(--gray); max-width: 560px; }
.center { text-align: center; }
.center.section-sub { margin: 0 auto 2.5rem; }

/* ---------- BUTTONS — pill shape ---------- */
.btn {
  display: inline-block;
  padding: .75rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: .95rem;
  cursor: pointer;
  transition: transform .15s, box-shadow .15s, background .2s;
  border: 2px solid transparent;
  white-space: nowrap;
  font-family: 'Nunito', sans-serif;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(181,68,106,.25); }

.btn-primary          { background: var(--rose); color: var(--white); }
.btn-primary:hover    { background: var(--rose2); }

.btn-outline-light    { background: transparent; color: var(--white); border-color: rgba(255,255,255,.7); }
.btn-outline-light:hover { background: rgba(255,255,255,.12); }

.btn-outline-navy     { background: transparent; color: var(--plum); border-color: var(--plum); }
.btn-outline-navy:hover { background: var(--plum); color: var(--white); }

.btn-nav { background: var(--rose); color: var(--white); padding: .5rem 1.4rem; font-size: .875rem; }

.btn-plan-essential   { background: var(--teal);  color: var(--white); width: 100%; text-align: center; }
.btn-plan-essential:hover { background: var(--teal2); }

.btn-plan-complete    { background: var(--plum);  color: var(--white); width: 100%; text-align: center; }
.btn-plan-complete:hover  { background: var(--plum2); }

.btn-plan-vip         { background: var(--rose);  color: var(--white); width: 100%; text-align: center; }
.btn-plan-vip:hover   { background: var(--rose2); }

.full-width { width: 100%; text-align: center; }

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(12px);
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  transition: box-shadow .2s;
}
.navbar.scrolled { box-shadow: 0 2px 20px rgba(181,68,106,.1); }

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.logo {
  display: flex;
  align-items: center;
}
.logo-img {
  height: 90px;
  width: auto;
  border-radius: 0;
  display: block;
}
.footer-logo-img {
  height: 96px;
  filter: brightness(0) invert(1);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.nav-links a {
  color: var(--plum);
  font-size: .9rem;
  font-weight: 600;
  transition: color .15s;
}
.nav-links a:hover { color: var(--rose); }

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  width: 24px; height: 2px;
  background: var(--plum);
  border-radius: 2px;
  transition: .2s;
}

/* ============================================================
   HERO  — split layout, white left / photo right
   ============================================================ */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  background: var(--white);
  padding-top: 72px;
}

/* Subtle blush radial glow behind the text */
.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 60px 80px 0;
  padding-left: max(24px, calc((100vw - 1160px) / 2 + 24px));
  background: radial-gradient(ellipse at 20% 60%, rgba(252,232,240,.55) 0%, transparent 65%);
}

.hero-image-panel {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}

/* Local background video */
.hero-video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #0d0d0d;
}
.hero-video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(100%, calc(100vh * 16 / 9));
  height: max(100%, calc(100% * 9 / 16));
  transform: translate(-50%, -50%);
  border-radius: 0;
  object-fit: cover;
}

.hero-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}
.hero-image-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(255,255,255,.22) 0%, transparent 40%);
  pointer-events: none;
  z-index: 1;
}


/* Floating card on the photo */
.hero-float-card {
  position: absolute;
  bottom: 40px;
  left: -28px;
  background: var(--white);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 12px 40px rgba(181,68,106,.2);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 220px;
  border-left: 4px solid var(--rose);
}
.hero-float-icon { font-size: 2rem; }
.hero-float-card strong { display: block; color: var(--plum); font-size: 1.1rem; }
.hero-float-card span  { color: var(--gray); font-size: .8rem; }

.hero-eyebrow {
  font-family: 'Dancing Script', cursive;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--rose);
  margin-bottom: .75rem;
  display: flex;
  align-items: center;
  gap: .6rem;
}
.hero-eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--rose);
  border-radius: 2px;
  flex-shrink: 0;
}

.hero h1 { color: var(--plum); margin-bottom: 1.25rem; }
.hero-accent { color: var(--rose); }
.hero-sub { color: var(--gray); font-size: 1.1rem; margin-bottom: 2rem; max-width: 460px; }

.hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2.5rem; }

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}
.badge {
  display: flex;
  align-items: center;
  gap: .4rem;
  background: var(--blush);
  border: 1.5px solid var(--border);
  color: var(--plum);
  border-radius: 50px;
  padding: .4rem 1rem;
  font-size: .82rem;
  font-weight: 700;
}

/* ============================================================
   ABOUT
   ============================================================ */
.about {
  padding: 100px 0;
  background: var(--light);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-image { position: relative; }
.about-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
}
.about-stat-card {
  position: absolute;
  bottom: -20px; right: -20px;
  background: linear-gradient(135deg, var(--rose), var(--rose2));
  color: var(--white);
  border-radius: 16px;
  padding: 1.25rem 1.75rem;
  text-align: center;
  box-shadow: 0 8px 30px rgba(181,68,106,.35);
}
.stat-number { display: block; font-size: 2.5rem; font-weight: 800; line-height: 1; }
.stat-label  { display: block; font-size: .8rem; font-weight: 600; letter-spacing: .05em; opacity: .9; margin-top: .2rem; }

.about-text p { color: var(--gray); margin-bottom: 1rem; }

.about-list {
  list-style: none;
  margin: 1.5rem 0 2rem;
  display: flex;
  flex-direction: column;
  gap: .6rem;
}
.about-list li { display: flex; align-items: center; gap: .6rem; font-weight: 600; }
.check-icon { color: var(--rose); font-size: 1rem; }

/* ============================================================
   SERVICES
   ============================================================ */
.services {
  padding: 100px 0;
  background: var(--white);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.service-card {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  transition: transform .25s, box-shadow .25s;
}
.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(45,16,64,.9) 0%, rgba(45,16,64,.45) 55%, rgba(0,0,0,.1) 100%);
  transition: opacity .25s;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}
.service-card:hover::before { opacity: .8; }

.service-card-body {
  position: relative;
  z-index: 1;
  padding: 1.75rem 1.5rem;
}
.service-card h3 { color: var(--white); margin-bottom: .5rem; font-size: 1.15rem; }
.service-card p  { color: rgba(255,255,255,.8); font-size: .9rem; line-height: 1.55; }

/* ============================================================
   PLANS
   ============================================================ */
.plans {
  padding: 100px 0;
  background: var(--light);
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  align-items: start;
}

.plan-card {
  background: var(--white);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  border: 2px solid var(--border);
  position: relative;
  transition: box-shadow .2s, transform .2s;
}
.plan-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }

.plan-card.featured {
  border-color: var(--plum);
  box-shadow: var(--shadow-lg);
  transform: scale(1.03);
}
.plan-card.featured:hover { transform: scale(1.03) translateY(-4px); }

.plan-badge {
  position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--plum), var(--plum2));
  color: var(--white);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: .3rem 1.4rem;
  border-radius: 50px;
  white-space: nowrap;
}

.plan-img {
  height: 190px;
  background-size: cover;
  background-position: center;
  border-radius: 18px 18px 0 0;
  margin: -2.5rem -2rem 1.5rem;
}

.plan-header { text-align: center; margin-bottom: 1.5rem; }

.plan-essential h3 { color: var(--teal); }
.plan-complete  h3 { color: var(--plum); }
.plan-vip       h3 { color: var(--rose); }

.plan-tagline { color: var(--gray); font-size: .9rem; margin-top: .25rem; }

.plan-features {
  list-style: none;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: .65rem;
}
.plan-features li {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-size: .9rem;
  color: var(--text);
}
.plan-essential .plan-features li span { color: var(--teal); }
.plan-complete  .plan-features li span { color: var(--plum); }
.plan-vip       .plan-features li span { color: var(--rose); }

.plan-features li small {
  display: block;
  color: var(--gray);
  font-size: .8rem;
  line-height: 1.3;
}

.plan-price { text-align: center; margin-bottom: 1.25rem; }
.price-amount { font-size: 3rem; font-weight: 800; line-height: 1; font-family: 'Playfair Display', serif; }
.price-period { font-size: 1rem; color: var(--gray); font-weight: 500; }

.plan-essential .price-amount { color: var(--teal); }
.plan-complete  .price-amount { color: var(--plum); }
.plan-vip       .price-amount { color: var(--rose); }

.plan-footer-note {
  text-align: center;
  font-size: .82rem;
  color: var(--gray);
  font-style: italic;
  margin-top: .75rem;
}
.plan-vip .plan-footer-note { color: var(--rose); }

/* ============================================================
   ADD-ONS
   ============================================================ */
.addons {
  padding: 100px 0;
  background: var(--white);
}

.addons-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
  align-items: center;
}

.addons-text p { color: var(--gray); margin-bottom: 1.5rem; }

.addons-cards { display: flex; flex-direction: column; gap: 1rem; }

.addon-item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  background: var(--light);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  transition: box-shadow .2s, border-color .2s;
}
.addon-item:hover { box-shadow: var(--shadow); border-color: rgba(181,68,106,.3); }
.addon-img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
.addon-item h4 { color: var(--plum); margin-bottom: .2rem; }
.addon-item p  { color: var(--gray); font-size: .9rem; }
.addon-item strong { color: var(--rose); }

/* ============================================================
   INSURANCE ACCEPTED
   ============================================================ */
.insurance {
  padding: 100px 0;
  background: var(--light);
}

.insurance-scroll-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 3rem;
}
.insurance-scroll-wrap::before,
.insurance-scroll-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 100px;
  z-index: 2;
  pointer-events: none;
}
.insurance-scroll-wrap::before {
  left: 0;
  background: linear-gradient(to right, var(--light), transparent);
}
.insurance-scroll-wrap::after {
  right: 0;
  background: linear-gradient(to left, var(--light), transparent);
}

.insurance-track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  animation: insurance-scroll 28s linear infinite;
}
.insurance-track:hover { animation-play-state: paused; }

@keyframes insurance-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.insurance-track .insurance-card {
  width: 240px;
  flex-shrink: 0;
}

.insurance-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: box-shadow .2s, transform .2s, border-color .2s;
}
.insurance-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
  border-color: rgba(181,68,106,.3);
}

.insurance-card--highlight {
  border-color: var(--teal);
  background: #f0fdfa;
}
.insurance-card--highlight:hover { border-color: var(--teal2); }

.insurance-logo-wrap {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .75rem;
}
.insurance-logo {
  max-height: 60px;
  max-width: 160px;
  width: auto;
  border-radius: 0;
  object-fit: contain;
}
.insurance-logo-fallback { font-size: 2.2rem; }
.insurance-card h4 { color: var(--plum); font-size: 1.05rem; margin-bottom: .4rem; }
.insurance-card p  { color: var(--gray); font-size: .875rem; line-height: 1.5; }

.insurance-learn-more {
  display: inline-block;
  margin-top: .75rem;
  color: var(--teal);
  font-size: .85rem;
  font-weight: 700;
  transition: color .15s;
}
.insurance-learn-more:hover { color: var(--teal2); }

.insurance-note {
  text-align: center;
  color: var(--gray);
  font-size: .9rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.insurance-note a { color: var(--rose); font-weight: 700; }
.insurance-note a:hover { text-decoration: underline; }

/* ============================================================
   IMPACT HEALTH SHARING
   ============================================================ */
.impact {
  padding: 100px 0;
  background: var(--white);
}

.impact-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 5rem;
}

.impact-intro p { color: var(--gray); margin-bottom: 1rem; }

.impact-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.impact-stat { display: flex; flex-direction: column; gap: .2rem; }
.impact-stat-num   { font-size: 1.7rem; font-weight: 800; color: var(--teal); line-height: 1; font-family: 'Playfair Display', serif; }
.impact-stat-label { font-size: .75rem; font-weight: 700; color: var(--gray); text-transform: uppercase; letter-spacing: .07em; }

.impact-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
}

.impact-how { margin-bottom: 4rem; }
.impact-how-title  { color: var(--plum); margin-bottom: 2rem; text-align: center; }

.impact-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.impact-step {
  background: var(--light);
  border-radius: var(--radius);
  border: 1.5px solid var(--border);
  padding: 1.75rem 1.5rem;
}
.impact-step-num {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, var(--rose), var(--rose2));
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: .9rem;
  margin-bottom: 1rem;
}
.impact-step h4 { color: var(--plum); margin-bottom: .5rem; }
.impact-step p  { color: var(--gray); font-size: .875rem; line-height: 1.6; }

.impact-benefits       { margin-bottom: 4rem; }
.impact-benefits-title { color: var(--plum); text-align: center; margin-bottom: 2rem; }

.impact-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.impact-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: var(--light);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
}
.impact-check { color: var(--teal); font-size: 1.1rem; font-weight: 700; flex-shrink: 0; margin-top: .15rem; }
.impact-benefit-item strong { color: var(--plum); display: block; margin-bottom: .25rem; }
.impact-benefit-item p { color: var(--gray); font-size: .875rem; line-height: 1.5; margin: 0; }

.impact-cta-box {
  background: linear-gradient(135deg, var(--plum) 0%, #4a1a6b 100%);
  border-radius: 20px;
  padding: 3rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}
.impact-cta-box h3 { color: var(--white); margin-bottom: .5rem; }
.impact-cta-box > .impact-cta-text p { color: rgba(255,255,255,.75); margin: 0; }

.impact-cta-actions {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  align-items: center;
  min-width: 200px;
}
.impact-cta-actions .btn-outline-light { border-color: rgba(255,255,255,.55); }

.impact-disclaimer {
  grid-column: 1 / -1;
  color: rgba(255,255,255,.4);
  font-size: .75rem;
  line-height: 1.5;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.12);
  margin: 0;
}

/* ============================================================
   BENEFITS BANNER
   ============================================================ */
.benefits {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--plum) 0%, #5a1a70 60%, var(--rose2) 100%);
}

.benefits h2 { color: var(--white); }

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: rgba(255,255,255,.9);
  font-size: .95rem;
  font-weight: 600;
}
.benefit-item span { color: var(--gold); font-size: 1.1rem; flex-shrink: 0; }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery {
  padding: 100px 0;
  background: var(--light);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 3rem;
}
.gallery-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: var(--radius);
  transition: transform .3s, box-shadow .3s;
}
.gallery-grid img:hover { transform: scale(1.03); box-shadow: var(--shadow-lg); }

/* ============================================================
   CONTACT
   ============================================================ */
.contact {
  padding: 100px 0;
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: start;
}

.contact-info p { color: var(--gray); margin-bottom: 2rem; }

.contact-details { display: flex; flex-direction: column; gap: 1.25rem; }

.contact-item { display: flex; align-items: flex-start; gap: 1rem; }
.contact-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: .1rem; }
.contact-item strong {
  display: block;
  color: var(--plum);
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: .15rem;
}
.contact-item a { color: var(--rose); font-size: 1.1rem; font-weight: 700; }
.contact-item a:hover { text-decoration: underline; }

.contact-form-wrap {
  background: var(--light);
  border-radius: 20px;
  padding: 2.5rem;
  border: 1.5px solid var(--border);
  box-shadow: var(--shadow);
}
.contact-form h3 { color: var(--plum); margin-bottom: 1.5rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1rem; }
label { font-size: .85rem; font-weight: 700; color: var(--plum); }

input, select, textarea {
  padding: .7rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-size: .9rem;
  font-family: 'Nunito', sans-serif;
  background: var(--white);
  color: var(--text);
  transition: border-color .15s, box-shadow .15s;
  outline: none;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(181,68,106,.1);
}
textarea { resize: vertical; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--plum);
  padding: 60px 0 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer-brand { display: flex; flex-direction: column; gap: .6rem; color: var(--white); }
.footer-brand p { color: rgba(255,255,255,.5); font-size: .85rem; letter-spacing: .05em; }

.footer-links { display: flex; flex-direction: column; gap: .65rem; }
.footer-links a { color: rgba(255,255,255,.65); font-size: .9rem; transition: color .15s; }
.footer-links a:hover { color: var(--white); }

.footer-contact { display: flex; flex-direction: column; gap: .65rem; color: rgba(255,255,255,.65); font-size: .9rem; }
.footer-contact a { color: var(--gold); font-weight: 700; }

.footer-bottom {
  padding: 1.25rem 24px;
  text-align: center;
  color: rgba(255,255,255,.35);
  font-size: .8rem;
  max-width: 1160px;
  margin: 0 auto;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .plans-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .plan-card.featured { transform: none; }
  .services-grid { grid-template-columns: 1fr; }
  .gallery-grid  { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .impact-steps { grid-template-columns: repeat(2, 1fr); }
  .impact-benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .impact-top { grid-template-columns: 1fr; }
  .impact-cta-box { grid-template-columns: 1fr; }
  .impact-cta-actions { flex-direction: row; }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-image-panel { min-height: 320px; order: -1; }
  .hero-float-card  { display: none; }
  .hero-content     { padding: 48px 24px 60px; }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: fixed;
    inset: 0 0 0 30%;
    background: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding: 5rem 2rem 2rem;
    gap: 1.5rem;
    z-index: 99;
    box-shadow: -4px 0 30px rgba(181,68,106,.15);
    border-left: 1px solid var(--border);
  }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1.1rem; color: var(--plum); }
  .hamburger { display: flex; }

  .about-grid,
  .addons-inner,
  .contact-grid,
  .impact-top { grid-template-columns: 1fr; }

  .impact-steps   { grid-template-columns: 1fr; }
  .impact-benefits-grid { grid-template-columns: 1fr; }
  .impact-cta-box { grid-template-columns: 1fr; padding: 2rem; }
  .impact-cta-actions { flex-direction: row; flex-wrap: wrap; }

  .about-stat-card { bottom: 16px; right: 16px; }
  .footer-inner   { grid-template-columns: 1fr; }
  .services-grid  { grid-template-columns: 1fr; }
  .gallery-grid   { grid-template-columns: 1fr 1fr; }
  .benefits-grid  { grid-template-columns: 1fr; }
  .form-row       { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero-cta { flex-direction: column; }
  .gallery-grid { grid-template-columns: 1fr; }
}
