/* Homepage-specific styles. Shared Woven Trinity tokens + components live in
   pis-brand.css (loaded first). The homepage wrapper is `.pis pis-home`. */

/* Hero */
.pis-home .pis-hero-fig { position: relative; width: 100%; max-width: 400px; margin: 0 auto; }
.pis-home .pis-hero-art { width: 100%; height: auto; display: block; }
.pis-home .pis-hero-chip { position: absolute; background: #fff; border: 1px solid rgba(43,32,53,.08); border-radius: 14px; box-shadow: 0 12px 30px rgba(43,32,53,.14); padding: 9px 14px; display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--pis-ink); font-size: .85rem; white-space: nowrap; }
.pis-home .pis-hero-chip i { font-size: 1.05rem; }
.pis-home .pis-hero-chip.chip-tl { top: 6%; left: -6%; }
.pis-home .pis-hero-chip.chip-br { bottom: 12%; right: -8%; }

/* Hero trust bar */
.pis-home .pis-trust { font-size: .85rem; color: #5c5566; }
.pis-home .pis-trust a { color: inherit; }
.pis-home .pis-trust i { color: var(--pis-gold-text); }

/* Testimonials */
.pis-home .pis-source { font-size: .78rem; font-weight: 600; color: #6b6475; }
.pis-home .pis-stars { color: var(--pis-gold-text); letter-spacing: 1px; }

/* CTA inline quote form */
.pis-home .pis-quote-card { background: #fff; border-radius: 18px; padding: 28px 26px; box-shadow: 0 22px 48px rgba(0,0,0,.28); }
.pis-home .pis-quote-card h3 { font-size: 1.25rem; }
.pis-home .pis-quote-card .form-label { font-size: .85rem; font-weight: 600; color: var(--pis-ink); margin-bottom: .3rem; }

@media (max-width: 768px) {
    .pis-home .pis-hero-fig { max-width: 280px; margin-top: 24px; }
    .pis-home .pis-hero-chip { font-size: .78rem; padding: 7px 11px; }
    .pis-home .pis-hero-chip.chip-tl { left: 0; }
    .pis-home .pis-hero-chip.chip-br { right: 0; }
}
