/* CenstruX service guide (cache-bust override) */
.cx-guide-callout{background:var(--cx-charcoal);color:#fff;padding:1.5rem 1.75rem;border-top:3px solid var(--cx-yellow)}
.cx-guide-callout__eyebrow{margin:0 0 0.35rem;color:var(--cx-yellow);font-size:0.78rem;font-weight:800;letter-spacing:0.1em;text-transform:uppercase}
.cx-guide-callout__title{font-family:"Anton",sans-serif;text-transform:uppercase;letter-spacing:0.03em;font-size:1.45rem;color:#fff;margin-bottom:0.65rem}
.cx-guide-callout p{color:rgba(255,255,255,0.85)}
.cx-guide-flow__item{padding:1.15rem 0;border-bottom:1px solid var(--cx-border)}
.cx-guide-flow__item:last-child{border-bottom:0}
.cx-guide-flow__q{font-weight:800;margin-bottom:0.75rem}
.cx-guide-flow__branch{background:var(--cx-offwhite);border-left:3px solid var(--cx-border);padding:0.85rem 1rem;font-size:0.95rem;height:100%}
.cx-guide-flow__branch span{display:block;font-size:0.72rem;font-weight:800;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:0.25rem;color:var(--cx-medium-gray)}
.cx-guide-flow__branch--yes{border-left-color:var(--cx-yellow)}
.cx-guide-flow__branch--no{border-left-color:var(--cx-dark)}
.cx-guide-figure{margin:0}
.cx-guide-figure img{display:block;width:100%;height:auto;max-height:28rem;object-fit:cover}
.cx-guide-gallery__item img{display:block;width:100%;height:14rem;object-fit:cover}
.cx-guide-gallery__item figcaption{margin-top:0.65rem;font-size:0.9rem;color:var(--cx-medium-gray)}
.cx-checklist{margin:1.5rem 0 0;padding:0;list-style:none;display:grid;gap:0.5rem}
.cx-checklist li{position:relative;margin:0;padding:0.8rem 1rem 0.8rem 2.85rem;font-weight:500;font-size:1.02rem;line-height:1.45;color:#1a1a1a;background:var(--cx-paper);border-left:3px solid var(--cx-yellow)}
.cx-checklist li::before{content:"";position:absolute;left:0.9rem;top:50%;width:1.05rem;height:1.05rem;background:var(--cx-yellow);transform:translateY(-50%)}
.cx-checklist li::after{content:"";position:absolute;left:1.22rem;top:50%;width:0.28rem;height:0.52rem;border:solid var(--cx-black,#050505);border-width:0 2px 2px 0;transform:translateY(-60%) rotate(45deg)}
.cx-checklist--grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.5rem 1rem;max-width:56rem;margin-inline:auto}
@media (max-width:767.98px){.cx-checklist--grid{grid-template-columns:1fr}}
.cx-seo-table th.is-highlight{background:var(--cx-yellow);color:var(--cx-black)}
.cx-seo-table td.is-highlight{font-weight:700;background:rgba(245,185,0,.16);color:var(--cx-black)}
.cx-seo-table tbody tr:nth-child(even) td.is-highlight{background:rgba(245,185,0,.22)}
.cx-service-page .cx-lead,.cx-service-page .cx-faq p{max-width:none}
