.cc-guided-card{background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);overflow:hidden;height:100%;display:flex;flex-direction:column;transition:box-shadow .3s}.cc-guided-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.07)}.cc-guided-card-header{background:var(--brand-bg-alt);padding:24px 28px 16px;border-bottom:1px solid var(--brand-border)}.cc-guided-card-header h3{font-size:20px;margin-bottom:0}.cc-guided-card-body{padding:24px 28px 28px;flex:1;display:flex;flex-direction:column}.cc-guided-card-body p{font-size:14px;color:var(--brand-text);line-height:1.7;margin-bottom:16px}.cc-guided-specs{background:var(--brand-bg-alt);border-radius:var(--brand-radius);padding:16px 20px;margin-bottom:8px}.cc-spec-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid var(--brand-border)}.cc-spec-row:last-child{border-bottom:none}.cc-spec-label{font-size:13px;font-weight:600;color:var(--brand-text);flex-shrink:0;margin-right:12px}.cc-spec-value{font-size:13px;color:var(--brand-text-secondary);text-align:right}.cc-checklist-section{background:var(--brand-bg-alt)}.cc-checklist-title{font-size:1.8rem;margin-bottom:12px}.cc-checklist-grid{display:flex;flex-direction:column;gap:16px}.cc-check-item{display:flex;gap:16px;background:#fff;border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:20px 24px}.cc-check-icon{flex-shrink:0;width:32px;height:32px;background:var(--brand-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;margin-top:2px}.cc-check-item strong{display:block;font-size:15px;margin-bottom:4px;color:var(--brand-text)}.cc-check-item p{font-size:13px;color:var(--brand-text-secondary);margin:0;line-height:1.6}@media (max-width:991.98px){.cc-spec-row{flex-direction:column;align-items:flex-start}.cc-spec-value{text-align:left}}