.vv-category-hero { padding:26px 0 64px; background:#f6f7f8; }
.vv-category-breadcrumb { display:flex; gap:14px; flex-wrap:wrap; font-size:13px; padding:8px 0 32px; }
.vv-category-breadcrumb [aria-current] { color:#d00000; }
.vv-category-eyebrow { display:block; color:#c00000; text-transform:uppercase; font-size:11px; letter-spacing:.16em; font-weight:700; margin-bottom:18px; }
.vv-site .vv-category-hero h1 { font-size:clamp(36px,4vw,56px); line-height:1.08; margin-bottom:24px; }
.vv-site .vv-category-hero p { font-size:17px; }
.vv-category-actions { display:flex; gap:22px; flex-wrap:wrap; align-items:center; margin-top:30px; }
.vv-category-hero figure { margin:0; }
.vv-category-hero figure img { width:100%; height:auto; aspect-ratio:3/2; object-fit:cover; border-radius:16px; }
.vv-category-hero figcaption { font-size:11px; line-height:1.5; color:#687078; margin-top:10px; }
.vv-category-intro { max-width:800px; margin-bottom:38px; }
.vv-site .vv-category-intro h2,.vv-site .vv-category-planning h2,.vv-site .vv-category-faq h2 { font-size:clamp(28px,3vw,38px); margin-bottom:22px; }
.vv-category-option { border:1px solid #e6e8eb; border-radius:14px; padding:30px; height:100%; background:#fff; }
.vv-category-number { display:block; font-size:13px; color:#d00000; font-weight:700; margin-bottom:30px; }
.vv-site .vv-category-option h3 { font-size:23px; margin-bottom:16px; }
.vv-category-planning { background:#f6f7f8; }
.vv-category-checklist { padding:0; margin:24px 0; list-style:none; }
.vv-category-checklist li { position:relative; padding:12px 0 12px 26px; border-bottom:1px solid #e1e4e8; }
.vv-category-checklist li::before { content:'✓'; position:absolute; left:0; color:#d00000; }
.vv-category-faq details { padding:22px 0; border-bottom:1px solid #e1e4e8; }
.vv-category-faq summary { font-weight:700; color:#212529; cursor:pointer; }
.vv-category-faq details p { margin:16px 0 0; }
.vv-category-more h2 { margin-bottom:30px; }
.vv-category-card { display:block; border:1px solid #e6e8eb; border-radius:12px; overflow:hidden; height:100%; background:#fff; }
.vv-category-card img { width:100%; height:auto; aspect-ratio:3/2; object-fit:cover; }
.vv-category-card > span { display:flex; justify-content:space-between; gap:12px; padding:22px; font-weight:700; color:#212529; }
.vv-category-card:hover > span { color:#d00000; }
.vv-category-cta { background:#212529; padding:60px 0; }
.vv-category-cta .container { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.vv-category-cta .vv-category-eyebrow { color:#fff; }
.vv-category-cta h2 { color:#fff; max-width:650px; margin:0; }
.vv-category-cta .default-btn { flex-shrink:0; }
@media(max-width:991px) { .vv-category-hero { padding-bottom:44px; } .vv-category-cta .container { flex-direction:column; align-items:flex-start; } }
@media(max-width:575px) { .vv-category-option { padding:24px; } .vv-category-hero .row { --bs-gutter-y:30px; } }