.breadcrumb{padding:14px 0;border-bottom:1px solid var(--border-light);background:var(--bg-off)}.breadcrumb ol{display:flex;gap:8px;list-style:none;flex-wrap:wrap;font-family:-apple-system,"Segoe UI",Arial,sans-serif;font-size:13px}.breadcrumb li{color:var(--text-muted)}.breadcrumb li+li::before{content:"›";margin-right:8px}.breadcrumb a{color:var(--teal);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb .current{color:var(--text-primary);font-weight:500}.faq-item.open .faq-chevron{transform:rotate(180deg);background:var(--navy);color:#fff}.faq-item.open .faq-answer{max-height:300px}.sticky-cta{position:fixed;bottom:24px;right:24px;z-index:99;background:var(--gold);color:var(--navy);font-family:-apple-system,"Segoe UI",Arial,sans-serif;font-weight:700;font-size:14px;padding:14px 22px;border-radius:50px;text-decoration:none;box-shadow:0 6px 24px rgba(201,168,76,.4);display:flex;align-items:center;gap:8px;transition:all .2s}.sticky-cta:hover{transform:translateY(-2px);box-shadow:0 10px 32px rgba(201,168,76,.5)}.sticky-cta .pulse{width:8px;height:8px;background:var(--teal);border-radius:50%;animation:pulse 2s infinite}.img-mosaic{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:200px 200px;gap:12px}.img-mosaic img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius)}.img-mosaic .span-2{grid-row:span 2}@media (max-width:900px){.img-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:auto}.img-mosaic .span-2{grid-row:span 1}}