/* Created: 10:31 11-Aug-2026 */
/* BT1 sections C — spotlight, testimonials, FAQ, CTA band, footer */

/* ---------- 7 · Featured spotlight (IV therapy) ---------- */
.spot-grid { display:grid; grid-template-columns:1fr; gap:40px; align-items:stretch; }
@media (min-width:1024px) { .spot-grid { grid-template-columns:1fr 1fr; gap:60px; } }
.spot-media { position:relative; }
.spot-media .img-hover { height:100%; min-height:320px; }
@media (min-width:1024px) { .spot-media .img-hover { min-height:560px; } }
.spot-media .cap { font-weight:500; font-size:18px; letter-spacing:.04em; text-transform:uppercase; }
.spot-copy .eyebrow { display:block; margin-bottom:18px; }
.spot-copy h2 { margin-bottom:14px; }
.spot-copy .body-l { margin-bottom:34px; max-width:44ch; }
.spot-list li { padding:22px 0; border-top:1px solid var(--bt-border-soft); display:flex; gap:16px; }
.spot-list li:last-child { border-bottom:1px solid var(--bt-border-soft); }
.spot-list .dot { margin-top:8px; width:10px; height:10px; }
.spot-list h3 { font-size:clamp(18px,1.6vw,22px); font-weight:500; margin-bottom:6px; }
.spot-list p { color:rgba(0,0,0,.75); }
.spot-cta { margin-top:34px; }
@media (hover:hover) { .spot-list li:hover .dot { transform:scale(1.5); transition-duration:.6s; } }

/* ---------- 8 · Testimonials ---------- */
.tst-wrap { position:relative; }
.tst-track { display:flex; gap:15px; overflow-x:auto; scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch; scrollbar-width:none; padding-bottom:10px; }
.tst-track::-webkit-scrollbar { display:none; }
.tst-card { flex:0 0 min(550px,86%); scroll-snap-align:center; display:flex;
  flex-direction:column; gap:22px; }
.tst-card blockquote { font-weight:300; line-height:1.55; font-size:clamp(17px,1.6vw,22px); }
.tst-card blockquote::before { content:"\201C"; display:block; font-size:56px; font-weight:600;
  line-height:.6; margin-bottom:14px; background:var(--bt-gradient);
  -webkit-background-clip:text; background-clip:text; color:transparent; }
.tst-person { display:flex; align-items:center; gap:16px; }
.tst-avatar { width:56px; height:56px; border-radius:50%; flex:none; display:flex;
  align-items:center; justify-content:center; color:#fff; font-weight:600; font-size:22px;
  background:var(--bt-gradient); transition:transform .6s var(--bt-ease); }
.tst-avatar--alt { background:linear-gradient(135deg,#534fa0 0%,#24bbbb 100%); }
@media (hover:hover) and (prefers-reduced-motion:no-preference) {
  .tst-card:hover .tst-avatar { transform:scale(1.05); }
}
.tst-person .name { font-weight:500; }
.tst-person .eyebrow { display:block; margin-top:6px; }
.tst-stars { color:var(--bt-accent-2-deep); letter-spacing:3px; font-size:14px; }
.tst-nav { display:flex; align-items:center; gap:14px; margin-top:26px; }
.tst-nav .btn-circle { width:50px; height:50px; }
.tst-bullets { display:flex; gap:8px; margin-left:8px; }
.tst-bullets button { width:10px; height:10px; border-radius:50%; background:var(--bt-border-soft);
  transition:background .3s ease,transform .3s ease; }
.tst-bullets button[aria-current="true"] { background:var(--bt-accent); transform:scale(1.2); }
@media (max-width:599px) {
  .tst-track { flex-direction:column; overflow:visible; scroll-snap-type:none; }
  .tst-card { flex-basis:auto; }
  .tst-nav { display:none; }
}

/* ---------- 9 · FAQ + CTA band ---------- */
.faq-list { max-width:1080px; }
.faq-item { border-top:1px solid var(--bt-rule); }
.faq-item:last-child { border-bottom:1px solid var(--bt-rule); }
.faq-q { width:100%; display:flex; align-items:center; justify-content:space-between; gap:20px;
  padding:30px 0; text-align:left; transition:color .6s var(--bt-ease); }
.faq-q:hover { color:var(--bt-accent); }
.faq-q .plus { position:relative; width:18px; height:18px; flex:none; }
.faq-q .plus::before,.faq-q .plus::after { content:""; position:absolute; background:currentColor;
  top:50%; left:0; width:100%; height:1px; transition:transform .6s var(--bt-ease); }
.faq-q .plus::after { transform:rotate(90deg); }
.faq-item.open .faq-q .plus::after { transform:rotate(0deg); }
.faq-item.open .faq-q .plus::before { transform:rotate(180deg); }
.faq-a { display:grid; grid-template-rows:0fr; transition:grid-template-rows .6s var(--bt-ease); }
.faq-item.open .faq-a { grid-template-rows:1fr; }
.faq-a > div { overflow:hidden; }
.faq-a p { padding-bottom:30px; max-width:900px; color:rgba(0,0,0,.8); }

.cta-band { margin-top:60px; border-radius:10px; overflow:hidden; position:relative;
  color:#fff; padding:60px 25px;
  background-image:linear-gradient(135deg,rgba(36,187,187,.85) 0%,rgba(63,60,122,.92) 100%),
    url('../assets/img/gen-cta-band.jpg'),url('../assets/img/caregiver-elderly-cards.png');
  background-size:cover,cover,cover; background-position:center; }
@media (min-width:1024px) { .cta-band { padding:100px 80px; margin-top:190px; } }
.cta-band .eyebrow { color:#fff; display:block; margin-bottom:20px; }
.cta-band .eyebrow::before { background:#fff; }
.cta-band h2 { max-width:14ch; margin-bottom:22px; }
.cta-band .sub { max-width:62ch; margin-bottom:36px; color:rgba(255,255,255,.9); }
.cta-actions { display:flex; flex-wrap:wrap; gap:14px; align-items:center; }
.wa-pill { display:inline-flex; align-items:center; gap:10px; }
.wa-pill svg { width:18px; height:18px; }

/* ---------- 10 · Footer ---------- */
.site-footer { background:#000; color:#fff; border-radius:20px 20px 0 0;
  padding:70px 20px 110px; margin-top:40px; position:relative; z-index:1; }
@media (min-width:1024px) { .site-footer { padding:100px 5% 130px; } }
.footer-top { display:grid; gap:50px; }
@media (min-width:1024px) { .footer-top { grid-template-columns:1.2fr 2fr; gap:80px; } }
.footer-brand .logo-plate { display:inline-block; background:#fff; border-radius:10px;
  padding:14px 20px; margin-bottom:26px; }
.footer-brand .logo-plate img { width:180px; height:auto; }
.footer-brand p { color:rgba(255,255,255,.75); max-width:38ch; margin-bottom:22px; }
.footer-contact a { color:#fff; }
.footer-contact li { margin-bottom:10px; display:flex; gap:10px; align-items:baseline; }
.footer-contact .k { color:var(--bt-accent-2); font-size:12px; font-weight:500;
  letter-spacing:.1em; text-transform:uppercase; flex:none; width:74px; }
.footer-cols { display:grid; grid-template-columns:1fr 1fr; gap:40px; }
@media (min-width:550px) { .footer-cols { grid-template-columns:repeat(3,1fr); } }
.footer-cols h3 { font-size:14px; font-weight:500; letter-spacing:.1em; text-transform:uppercase;
  color:var(--bt-accent-2); margin-bottom:20px; }
.footer-cols li { margin-bottom:12px; }
.footer-cols a.uline { color:#fff; }
.footer-cols a.uline:hover { color:var(--bt-accent-2); }
.footer-offices { margin-top:60px; padding-top:40px; border-top:1px solid rgba(255,255,255,.2);
  display:grid; gap:30px; }
@media (min-width:1024px) { .footer-offices { grid-template-columns:repeat(4,1fr); } }
.footer-offices h4 { font-size:13px; font-weight:500; letter-spacing:.1em; text-transform:uppercase;
  color:var(--bt-accent-2); margin-bottom:10px; }
.footer-offices p { color:rgba(255,255,255,.7); font-size:14px; line-height:1.6; }
.footer-offices a { color:rgba(255,255,255,.85); }
.footer-legal { margin-top:60px; padding-top:30px; border-top:1px solid rgba(255,255,255,.2);
  display:flex; flex-wrap:wrap; gap:14px 30px; align-items:center; justify-content:space-between;
  font-size:13px; color:rgba(255,255,255,.6); }
.footer-legal .social { display:flex; gap:16px; }
.footer-legal .social a { color:#fff; transition:color .6s var(--bt-ease); text-decoration:none; }
.footer-legal .social a:hover { color:var(--bt-accent-2); }
