/* ============================================================
   LIFE & LEGACY LAW CENTER — Shared Stylesheet
   Accent palette:
     --gold:  #C9A247  (decorative / brand)
     --teal:  #2a9d8f  (interactive / CTAs)
   ============================================================ */

/* ── PAGE HERO ── */
.page-hero {
  position: relative; min-height: 42vh;
  display: flex; align-items: flex-end; justify-content: center;
  background: #0a1f1e; overflow: hidden;
}
.page-hero-photo {
  position: absolute; inset: 0;
  background: url('hero-home.jpg') center 30% / cover no-repeat;
  opacity: 0.22;
}
.page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(8,15,15,0.80) 0%, rgba(10,31,30,0.55) 100%);
}
.page-hero-content {
  position: relative; z-index: 2;
  text-align: center; padding: 120px 40px 64px;
  max-width: 820px;
}
.page-hero-eyebrow {
  display: inline-block;
  color: #C9A247; font-size: 11px; letter-spacing: 0.28em;
  text-transform: uppercase; font-weight: 600; margin-bottom: 20px;
  border-top: 1px solid rgba(201,162,71,0.5);
  border-bottom: 1px solid rgba(201,162,71,0.5);
  padding: 6px 20px;
}
.page-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 62px; color: #fff; line-height: 1.05;
  font-weight: 700; margin-bottom: 20px;
  text-shadow: 0 2px 40px rgba(0,0,0,0.4);
}
.page-hero-title .accent { color: #C9A247; }
.page-hero-sub {
  color: rgba(255,255,255,0.65); font-size: 17px; line-height: 1.7;
  font-weight: 300; max-width: 620px; margin: 0 auto;
}

/* ── INTRO STRIP ── */
.intro-strip {
  background: #fff; border-top: 4px solid #C9A247;
  padding: 64px 48px; text-align: center;
}
.intro-strip-inner { max-width: 780px; margin: 0 auto; }
.intro-strip-text {
  font-family: 'Playfair Display', serif;
  font-size: 24px; color: #0d2b2a; line-height: 1.6;
  font-weight: 400; font-style: italic;
}
.intro-strip-text em { color: #2a9d8f; font-style: normal; font-weight: 600; }

/* ── SECTION LABELS / HEADINGS ── */
.section-label {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: #2a9d8f; font-weight: 600; margin-bottom: 12px;
}
.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: 36px; color: #0d2b2a; font-weight: 600; line-height: 1.2;
  margin-bottom: 16px;
}
.section-heading-light {
  font-family: 'Playfair Display', serif;
  font-size: 36px; color: #fff; font-weight: 600; line-height: 1.2;
  margin-bottom: 16px;
}
.section-sub {
  font-size: 16px; color: #777; font-weight: 300; line-height: 1.7;
  max-width: 620px;
}
.section-sub-light {
  font-size: 16px; color: rgba(255,255,255,0.55); font-weight: 300; line-height: 1.7;
}

/* ── PULL QUOTE ── */
.pull-quote-band {
  background: #C9A247; border-top: 4px solid #b8902f;
  padding: 64px 48px; text-align: center;
}
.pull-quote {
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: 26px; color: #0d2b2a; line-height: 1.55;
  max-width: 720px; margin: 0 auto 16px;
}
.pull-quote-attr { font-size: 13px; color: rgba(13,43,42,0.6); letter-spacing: 0.1em; text-transform: uppercase; }

/* ── TESTIMONIALS ── */
.testimonials-band { background: #f7f5f2; padding: 80px 48px; }
.testimonials-band-inner { max-width: 960px; margin: 0 auto; }
.testimonials-label { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: #2a9d8f; font-weight: 600; margin-bottom: 12px; }
.testimonials-heading { font-family: 'Playfair Display', serif; font-size: 34px; color: #0d2b2a; margin-bottom: 44px; font-weight: 600; line-height: 1.25; }
.testimonials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.testimonial {
  background: #fff; border-radius: 8px; padding: 36px 32px 28px;
  border: 1px solid #e8e4df; box-shadow: 0 2px 16px rgba(0,0,0,0.04);
}
.testimonial-quote-mark {
  font-family: 'Playfair Display', serif; font-size: 80px;
  color: #2a9d8f; line-height: 0.7; margin-bottom: 20px;
  opacity: 0.35; display: block;
}
.testimonial-text { font-size: 15px; color: #444; line-height: 1.8; font-style: italic; margin-bottom: 20px; }
.testimonial-name { font-size: 12px; color: #2a9d8f; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }

/* ── FAQ ── */
.faq-band { background: #0d2b2a; padding: 88px 48px; }
.faq-band-inner { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid rgba(255,255,255,0.08); }
.faq-item:first-of-type { border-top: 1px solid rgba(255,255,255,0.08); }
.faq-question {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0; text-align: left;
  font-family: 'Playfair Display', serif; font-size: 18px;
  color: #fff; font-weight: 600; line-height: 1.3;
  transition: color 0.2s;
}
.faq-question:hover { color: #C9A247; }
.faq-icon {
  width: 24px; height: 24px; border-radius: 50%;
  border: 1px solid rgba(201,162,71,0.4);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-left: 20px;
  font-size: 16px; color: #C9A247; font-style: normal; font-family: sans-serif;
  transition: transform 0.2s, background 0.2s;
}
.faq-item.open .faq-icon { transform: rotate(45deg); background: rgba(201,162,71,0.15); }
.faq-answer {
  font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.85;
  font-weight: 300; max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s ease;
}
.faq-item.open .faq-answer { max-height: 600px; padding-bottom: 24px; }
.faq-section-title {
  font-family: 'Playfair Display', serif; font-size: 22px; color: #C9A247;
  font-weight: 600; margin: 52px 0 4px; padding-bottom: 12px;
  border-bottom: 1px solid rgba(201,162,71,0.2);
}
.faq-section-title:first-of-type { margin-top: 0; }

/* ── CTA BAND — LIGHT ── */
.cta-light {
  background: #fff; padding: 88px 48px; text-align: center;
  border-top: 4px solid #C9A247;
}
.cta-light .cta-eyebrow {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: #2a9d8f; font-weight: 600; margin-bottom: 16px;
}
.cta-light .cta-title {
  font-family: 'Playfair Display', serif; font-size: 42px;
  color: #0d2b2a; margin-bottom: 16px; font-weight: 700; line-height: 1.15;
}
.cta-light .cta-sub {
  color: #777; font-size: 16px; font-weight: 300; margin-bottom: 40px;
  max-width: 560px; margin-left: auto; margin-right: auto; line-height: 1.7;
}

/* ── CTA BAND — DARK ── */
.cta-dark {
  background: #0d2b2a; padding: 88px 48px; text-align: center;
}
.cta-dark .cta-eyebrow {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: #C9A247; font-weight: 600; margin-bottom: 16px;
}
.cta-dark .cta-title {
  font-family: 'Playfair Display', serif; font-size: 42px;
  color: #fff; margin-bottom: 16px; font-weight: 700; line-height: 1.15;
}
.cta-dark .cta-title span { color: #C9A247; }
.cta-dark .cta-sub {
  color: rgba(255,255,255,0.6); font-size: 16px; font-weight: 300; margin-bottom: 40px;
  max-width: 560px; margin-left: auto; margin-right: auto; line-height: 1.7;
}

/* ── CTA SHARED ELEMENTS ── */
.cta-btn-primary {
  display: inline-block; background: #2a9d8f; color: #fff;
  padding: 18px 52px; border-radius: 4px;
  font-size: 14px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 8px 28px rgba(42,157,143,0.3);
}
.cta-btn-primary:hover { background: #238a7d; transform: translateY(-2px); }
.cta-btn-secondary {
  display: inline-block; background: transparent; color: rgba(255,255,255,0.78);
  padding: 18px 40px; border-radius: 4px;
  font-size: 14px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; text-decoration: none;
  border: 1px solid rgba(255,255,255,0.25);
  transition: border-color 0.2s, color 0.2s;
}
.cta-btn-secondary:hover { border-color: #2a9d8f; color: #2a9d8f; }
.cta-phone {
  display: block; margin-top: 20px;
  font-size: 13px; color: rgba(255,255,255,0.4); letter-spacing: 0.04em;
}
.cta-light .cta-phone { color: #aaa; }
.cta-phone a { color: #2a9d8f; text-decoration: none; }
.cta-phone a:hover { text-decoration: underline; }

/* ── SITE FOOTER ── */
.site-footer-main { background: #080f0f; padding: 52px 48px 32px; }
.site-footer-inner {
  max-width: 960px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px; margin-bottom: 40px;
}
.footer-brand .logo-img { height: 38px; opacity: 0.9; margin-bottom: 16px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.85); line-height: 1.75; font-weight: 300; }
.footer-col h4 {
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: #C9A247; font-weight: 600; margin-bottom: 14px;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.85); text-decoration: none; transition: color 0.15s; }
.footer-col ul li a:hover { color: #fff; }
.footer-divider { border: none; border-top: 1px solid rgba(255,255,255,0.1); max-width: 960px; margin: 0 auto 24px; }
.footer-bottom {
  max-width: 960px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px;
}
.footer-bottom-left { font-size: 12px; color: rgba(255,255,255,0.55); }
.footer-bottom-right { font-size: 12px; color: rgba(255,255,255,0.55); display: flex; gap: 20px; }
.footer-bottom-right a { color: rgba(255,255,255,0.55); text-decoration: none; }
.footer-bottom-right a:hover { color: #fff; }
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.25);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.7); text-decoration: none; font-size: 12px;
  transition: border-color 0.2s, color 0.2s;
}
.footer-social a:hover { border-color: #C9A247; color: #C9A247; }

/* ── RESPONSIVE ── */
@media (max-width: 860px) {
  .page-hero-title { font-size: 44px; }
  .page-hero-content { padding: 100px 24px 48px; }
  .intro-strip { padding: 48px 24px; }
  .intro-strip-text { font-size: 20px; }
  .testimonials-band { padding: 56px 24px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .faq-band { padding: 56px 24px; }
  .cta-light, .cta-dark { padding: 64px 24px; }
  .cta-light .cta-title, .cta-dark .cta-title { font-size: 32px; }
  .pull-quote-band { padding: 48px 24px; }
  .pull-quote { font-size: 20px; }
  .site-footer-inner { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: span 2; }
  .site-footer-main { padding: 40px 24px 24px; }
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}
@media (max-width: 540px) {
  .site-footer-inner { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
}
