/* HeidSec Produktseiten — klarer Informationsfluss und Shop-Farbsystem */
.product-flow-page .flow-facts{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.product-flow-page .flow-facts span{padding:8px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);font-size:12px;font-weight:800;color:#e9f6fb}
.product-flow-page .flow-route-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.product-flow-page .flow-route-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.product-flow-page .flow-route-card{min-width:0;padding:20px;border:1px solid var(--line);border-radius:15px;background:linear-gradient(180deg,#fff,#f5f9fc);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.product-flow-page .flow-route-card:hover{transform:translateY(-3px);border-color:#a8c9df;box-shadow:0 14px 30px rgba(24,67,95,.11)}
.product-flow-page .flow-route-card .route-number{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#e6f4ff;color:#126ed8;font-weight:900;font-size:12px}
.product-flow-page .flow-route-card strong{display:block;margin-top:15px;font-size:17px}
.product-flow-page .flow-route-card p{min-height:58px;color:var(--muted);font-size:13px;line-height:1.55}
.product-flow-page .flow-route-card a{display:inline-flex;color:#126ed8;font-size:12px;font-weight:900}
.product-flow-page .flow-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.product-flow-page .flow-steps li{position:relative;display:flex;gap:12px;padding:18px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,#fff,#f7fafc)}
.product-flow-page .flow-steps li:not(:last-child):after{content:"→";position:absolute;right:-13px;top:50%;transform:translateY(-50%);z-index:2;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#071522;color:#fff;font-weight:900}
.product-flow-page .flow-steps li>span{flex:0 0 34px;width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#e7f5ff;color:#126ed8;font-weight:900}
.product-flow-page .flow-steps strong{font-size:14px}
.product-flow-page .flow-steps p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.5}
.product-flow-page .flow-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px}
.product-flow-page .flow-table{width:100%;min-width:760px;border-collapse:collapse;background:#fff}
.product-flow-page .flow-table th,.product-flow-page .flow-table td{padding:14px 13px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);text-align:left;vertical-align:top;font-size:12px;line-height:1.45}
.product-flow-page .flow-table thead th{background:#071522;color:#fff;font-size:12px}
.product-flow-page .flow-table tbody th{background:#f3f8fb;color:#173548;width:180px}
.product-flow-page .flow-table tr:last-child th,.product-flow-page .flow-table tr:last-child td{border-bottom:0}
.product-flow-page .flow-table th:last-child,.product-flow-page .flow-table td:last-child{border-right:0}
.product-flow-page .flow-note{margin:12px 0 0;color:var(--muted);font-size:11px;line-height:1.5}
.product-flow-page .flow-scope-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.product-flow-page .flow-scope-card{padding:20px;border:1px solid var(--line);border-radius:15px;background:#fff}
.product-flow-page .flow-scope-card>span{display:inline-block;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.product-flow-page .flow-scope-card h3{margin:14px 0 9px}
.product-flow-page .flow-scope-card p{color:var(--muted);font-size:13px;line-height:1.6}
.product-flow-page .flow-scope-card.included>span{background:#e9f8f0;color:#187347}
.product-flow-page .flow-scope-card.conditional>span{background:#e7f2ff;color:#145fb3}
.product-flow-page .flow-scope-card.boundary>span{background:#fff1dd;color:#8a5510}
.product-flow-page .flow-scope-card.boundary{background:linear-gradient(180deg,#fff,#fffaf2)}
.product-flow-page .flow-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.product-flow-page .flow-status-card{padding:20px;border-radius:15px;border:1px solid var(--line);background:#fff}
.product-flow-page .flow-status-card .status-label{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.product-flow-page .flow-status-card h3{margin:14px 0 8px}
.product-flow-page .flow-status-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
.product-flow-page .flow-status-card.safe .status-label{background:#e9f8f0;color:#187347}
.product-flow-page .flow-status-card.review .status-label{background:#fff4df;color:#8a5510}
.product-flow-page .flow-status-card.action .status-label{background:#ffe8ea;color:#9c2431}
.product-flow-page .flow-faq-list{display:grid;gap:10px}
.product-flow-page .flow-faq-list details{border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden}
.product-flow-page .flow-faq-list summary{cursor:pointer;padding:15px 17px;font-weight:900;font-size:13px;list-style:none}
.product-flow-page .flow-faq-list summary::-webkit-details-marker{display:none}
.product-flow-page .flow-faq-list summary:after{content:"+";float:right;color:#126ed8;font-size:18px}
.product-flow-page .flow-faq-list details[open] summary:after{content:"−"}
.product-flow-page .flow-faq-list details p{margin:0;padding:0 17px 17px;color:var(--muted);font-size:13px;line-height:1.6}
.product-flow-page .flow-cta{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:28px 30px;border-radius:18px;background:linear-gradient(135deg,#071522,#123b56);color:#fff;box-shadow:var(--shadow)}
.product-flow-page .flow-cta h2{margin:8px 0 10px;font-size:28px}
.product-flow-page .flow-cta p{max-width:760px;margin:0;color:#bfd1dd;line-height:1.6}
.product-flow-page .flow-cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;min-width:290px}
.product-flow-page .flow-cta .button.secondary{border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff}
.product-flow-page .flow-boundary{min-height:70px;margin:12px 0;padding:11px 12px;border-radius:11px;background:#f3f7fa;border:1px solid #dbe6ee}
.product-flow-page .flow-boundary strong,.product-flow-page .flow-boundary span{display:block}
.product-flow-page .flow-boundary strong{font-size:10px;letter-spacing:.07em;text-transform:uppercase;color:#37596f}
.product-flow-page .flow-boundary span{margin-top:4px;color:var(--muted);font-size:11px;line-height:1.45}
/* Handoff cards: Shop-Farbsystem statt alter dunkler Konfigurationskarten */
.handoff-page .product-card{background:#fff;color:var(--text);border-left:1px solid var(--line)}
.handoff-page .product-card .product-image{background:linear-gradient(145deg,#eef6fb,#dfeaf2)}
.handoff-page .product-card .product-body{background:#fff}
.handoff-page .product-card .product-body p{color:var(--muted);min-height:54px}
.handoff-page .product-card .product-tag{background:#fff;border-color:var(--line);color:#173548}
.handoff-page .product-card .features{color:var(--text)}
.handoff-page .product-card .price-line strong{color:var(--text)}
.handoff-page .product-card .price-line span{color:var(--muted)}
.handoff-page .product-card .buy{background:var(--blue)}
@media(max-width:1180px){.product-flow-page .flow-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-flow-page .flow-route-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.product-flow-page .flow-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.product-flow-page .flow-steps li:nth-child(2):after{display:none}}
@media(max-width:820px){.product-flow-page .flow-scope-grid,.product-flow-page .flow-status-grid{grid-template-columns:1fr}.product-flow-page .flow-cta{align-items:flex-start;flex-direction:column}.product-flow-page .flow-cta-actions{width:100%;min-width:0;justify-content:flex-start}.product-flow-page .flow-cta-actions .button{flex:1}.product-flow-page .flow-route-grid.three{grid-template-columns:1fr}}
@media(max-width:600px){.product-flow-page .flow-route-grid,.product-flow-page .flow-steps{grid-template-columns:1fr}.product-flow-page .flow-steps li:after{display:none!important}.product-flow-page .flow-cta-actions{display:grid;grid-template-columns:1fr}.product-flow-page .flow-cta-actions .button{width:100%}.product-flow-page .flow-table-wrap{margin-inline:-2px}}
