/* Static SVGs: no animation engine, fonts, or rendering loop. */
.benefit-visual { display: block; width: 100%; height: 100px; margin: 0 0 20px; background: #f4f4f4; }
.product-icon { display: inline-block; flex-shrink: 0; width: 36px; height: 36px; color: #161616; vertical-align: middle; }
.deployment-options h3 { display: flex; align-items: center; gap: 14px; }
.switch-grid h3 .product-icon { width: 30px; height: 30px; margin-right: 10px; }
.workflow-map { display: flex; align-items: center; gap: 8px; margin-top: 24px; padding: 20px; border: 1px solid #c6c6c6; background: #fff; }
.workflow-map-node { flex: 1; min-width: 0; text-align: center; }
.workflow-map-node .product-icon { display: block; margin: 0 auto 10px; }
.workflow-map-node > span { display: block; font-size: 12px; font-weight: 600; line-height: 1.5; color: #161616; }
.workflow-map-arrow { width: 28px; height: 12px; flex-shrink: 0; color: #0f62fe; }
.switch-hero .workflow-map { max-width: 650px; margin-top: 32px; }
.cut-comparison { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 0 40px; }
.cut-comparison-copy { min-width: 0; }
.cut-comparison-copy h3 { font-size: 24px; line-height: 1.25; font-weight: 600; letter-spacing: -.02em; }
.cut-comparison .workflow-map { margin-top: 0; padding: 24px 16px; }
@media(max-width:800px) {
 .cut-comparison { grid-template-columns: 1fr; gap: 24px; }
 .benefit-visual { height: 82px; margin-bottom: 16px; }
 .workflow-map { padding: 16px 10px; gap: 4px; }
 .workflow-map-arrow { width: 16px; }
 .workflow-map-node > span { font-size: 11px; }
 .workflow-map-node .product-icon { width: 30px; height: 30px; }
}

/* Inner-page illustrations stay static and reuse one SVG sprite. */
.page-workflow { max-width: 700px; margin-top: 28px; }
[data-visual-heading] .product-icon { width: 30px; height: 30px; margin-right: 12px; vertical-align: middle; }
.page-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; font-size: 12px; line-height: 1.5; color: #525252; }
.page-breadcrumb a { color: #0f62fe; text-decoration: underline; text-underline-offset: 3px; }
.page-actions { margin-top: 24px; }
.page-actions a { display: inline-flex; min-height: 48px; align-items: center; padding: 12px 20px; background: #bf4827; color: #fff; font-weight: 600; }
.topic-shortcuts { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.topic-shortcuts a { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border: 1px solid #c6c6c6; background: #fff; font-size: 13px; color: #161616; }
.topic-shortcuts .product-icon { width: 26px; height: 26px; }
.topic-shortcuts a:hover { border-color: #0f62fe; }
details[id^="pertanyaan-"] { scroll-margin-top: 110px; }
.buyer-checklist { border-top: 1px solid #c6c6c6; padding: 64px 24px; }
.buyer-checklist-inner { max-width: 1180px; margin: auto; }
.buyer-checklist h2 { font-size: clamp(26px, 3.2vw, 38px); font-weight: 600; line-height: 1.2; }
.buyer-checklist p { max-width: 760px; margin-top: 16px; font-size: 15px; line-height: 1.7; color: #525252; }
.buyer-criteria { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 28px; }
.buyer-criteria article { padding: 24px; border: 1px solid #c6c6c6; background: #fff; }
.buyer-criteria h3 { margin-top: 16px; font-size: 18px; font-weight: 600; }
@media(max-width:600px) { .buyer-criteria { grid-template-columns: 1fr; } .page-workflow { padding: 16px 8px; } }
