/* ═══════════════════════════════════════════════
   Staudinger Info Pages – Amazon-Style
   Prefix: spp-info-*
   ═══════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; }

body { margin: 0 !important; padding: 0 !important; background: #EAEDED !important; }
html.wp-toolbar { padding-top: 0 !important; }
body.admin-bar { padding-top: 32px !important; }
@media screen and (max-width: 782px) { body.admin-bar { padding-top: 46px !important; } }

/* Hide theme wrappers */
#page, .site, .elementor, .e-con, #content, .entry-content { all: unset !important; display: contents !important; }

.spp-info-wrapper { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #0F1111; line-height: 1.6; }

/* ═══ HEADER ═══ */
.spp-info-header { background: #232F3E; padding: 12px 0; }
.spp-info-header-inner { max-width: 1000px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; gap: 20px; }
.spp-info-logo img { max-height: 36px; display: block; }
.spp-info-logo span { color: #fff; font-size: 18px; font-weight: 700; text-decoration: none; }
.spp-info-breadcrumb { flex: 1; font-size: 13px; color: rgba(255,255,255,.7); }
.spp-info-breadcrumb a { color: rgba(255,255,255,.7); text-decoration: none; }
.spp-info-breadcrumb a:hover { color: #fff; text-decoration: underline; }
.spp-info-sep { margin: 0 6px; }
.spp-info-header-actions { display: flex; align-items: center; }
.spp-info-cart-link { position: relative; color: #fff; text-decoration: none; }
.spp-info-cart-count { position: absolute; top: -6px; right: -8px; background: #F7CA00; color: #0F1111; font-size: 11px; font-weight: 700; border-radius: 10px; min-width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; }

/* ═══ MAIN ═══ */
.spp-info-main { min-height: 60vh; padding: 30px 20px; }
.spp-info-container { max-width: 820px; margin: 0 auto; }
.spp-info-title { font-size: 28px; font-weight: 700; margin: 0 0 24px; color: #0F1111; }

/* ═══ CARDS ═══ */
.spp-info-card { background: #fff; border: 1px solid #D5D9D9; border-radius: 8px; padding: 24px 28px; margin-bottom: 16px; }
.spp-info-card h2 { font-size: 18px; font-weight: 700; margin: 0 0 12px; color: #0F1111; }
.spp-info-card p { margin: 0 0 12px; font-size: 14px; color: #333; }
.spp-info-card p:last-child { margin-bottom: 0; }
.spp-info-card a { color: #007185; text-decoration: none; }
.spp-info-card a:hover { text-decoration: underline; color: #C7511F; }

/* ═══ LIST ═══ */
.spp-info-list { margin: 0; padding: 0 0 0 20px; }
.spp-info-list li { font-size: 14px; color: #333; margin-bottom: 8px; }
.spp-info-list li:last-child { margin-bottom: 0; }

/* ═══ STEPS ═══ */
.spp-info-steps { display: flex; flex-direction: column; gap: 16px; }
.spp-info-step { display: flex; gap: 16px; align-items: flex-start; }
.spp-info-step-num { width: 32px; height: 32px; border-radius: 50%; background: #232F3E; color: #fff; font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.spp-info-step strong { font-size: 15px; display: block; margin-bottom: 4px; }
.spp-info-step p { font-size: 14px; color: #555; margin: 0; }

/* ═══ TABLE (Versandkosten) ═══ */
.spp-info-table { width: 100%; border-collapse: collapse; margin: 16px 0 0; }
.spp-info-table th { background: #F7F8F8; text-align: left; padding: 12px 16px; font-size: 13px; font-weight: 700; color: #565959; text-transform: uppercase; letter-spacing: .5px; border-bottom: 2px solid #D5D9D9; }
.spp-info-table td { padding: 14px 16px; border-bottom: 1px solid #EAEDED; font-size: 14px; vertical-align: top; }
.spp-info-table tr:last-child td { border-bottom: none; }
.spp-info-table tr:hover td { background: #F7FAFA; }
.spp-info-cost { font-weight: 700; color: #B12704; font-size: 16px; white-space: nowrap; }
.spp-info-plz-hint { display: block; font-size: 12px; color: #888; margin-top: 2px; }

/* ═══ CTA Button ═══ */
.spp-info-cta { display: inline-block; background: linear-gradient(180deg, #FFD814, #F7CA00); border: 1px solid #FCD200; border-radius: 20px; padding: 10px 28px; color: #0F1111 !important; font-weight: 700; font-size: 14px; text-decoration: none !important; margin-top: 8px; transition: background .15s; }
.spp-info-cta:hover { background: linear-gradient(180deg, #F7CA00, #E8B800); }

/* ═══ FAQ (details/summary) ═══ */
.spp-info-faq details { border-bottom: 1px solid #EAEDED; }
.spp-info-faq details:last-child { border-bottom: none; }
.spp-info-faq summary { padding: 14px 0; font-size: 14px; font-weight: 600; cursor: pointer; color: #0F1111; list-style: none; display: flex; align-items: center; gap: 8px; }
.spp-info-faq summary::before { content: '+'; font-size: 18px; font-weight: 700; color: #565959; width: 20px; text-align: center; flex-shrink: 0; }
.spp-info-faq details[open] summary::before { content: '−'; }
.spp-info-faq summary::-webkit-details-marker { display: none; }
.spp-info-faq details p { padding: 0 0 14px 28px; margin: 0; font-size: 14px; color: #555; }

/* ═══ FOOTER ═══ */
.spp-info-footer { background: #232F3E; color: rgba(255,255,255,.8); margin-top: 40px; }
.spp-info-footer-inner { max-width: 1000px; margin: 0 auto; padding: 40px 20px 30px; }
.spp-info-footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 30px; }
.spp-info-footer-heading { color: #fff; font-size: 14px; font-weight: 700; margin-bottom: 12px; }
.spp-info-footer-link { display: block; color: rgba(255,255,255,.6); font-size: 13px; text-decoration: none; margin-bottom: 6px; }
.spp-info-footer-link:hover { color: #fff; text-decoration: underline; }
.spp-info-footer-address { font-size: 13px; color: rgba(255,255,255,.6); line-height: 1.6; margin-bottom: 8px; }
.spp-info-footer-contact { font-size: 13px; color: rgba(255,255,255,.5); margin-bottom: 4px; }
.spp-info-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; text-align: center; }
.spp-info-footer-logo { max-height: 28px; margin-bottom: 8px; opacity: .6; }
.spp-info-footer-copy { font-size: 12px; color: rgba(255,255,255,.4); }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 768px) {
    .spp-info-title { font-size: 22px; }
    .spp-info-card { padding: 18px 16px; }
    .spp-info-footer-grid { grid-template-columns: 1fr; gap: 20px; }
    .spp-info-table th, .spp-info-table td { padding: 10px 12px; }
}
