
/* v1.5.0 – inkl. FAQ-Akkordeon */
.smg-hero{position:relative;overflow:hidden;border-radius:1rem;margin:1.5rem 0;box-shadow:0 10px 30px rgba(0,0,0,.08);background:#0b1f44;color:#fff;min-height:340px}
.smg-hero-img{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.55)}
.smg-hero-placeholder{display:flex;align-items:center;justify-content:center;font-weight:600;letter-spacing:.5px}
.smg-hero-body{position:relative;padding:2.2rem;display:flex;flex-direction:column;gap:.65rem}
.smg-subtitle{opacity:.95;margin-top:.25rem;max-width:900px}
.smg-hero-cta-row{margin-top:.2rem;display:flex;gap:.6rem;align-items:center;justify-content:flex-start;flex-wrap:wrap}
.smg-cta{display:inline-block;padding:.5rem .9rem;border-radius:.8rem;background:#fff;color:#0b1f44;text-decoration:none;font-weight:700;box-shadow:0 8px 30px rgba(0,0,0,.15)}
.smg-cta.ghost{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.8);font-weight:700}
.smg-cta.ghost:hover{background:rgba(255,255,255,.1)}

.smg-pills{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.35rem}
.smg-pills span{background:rgba(0,0,0,.35);backdrop-filter:saturate(120%);padding:.25rem .6rem;border-radius:999px;font-size:.9rem}

.smg-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0}
.smg-tabs a{padding:.4rem .7rem;border-radius:999px;text-decoration:none;border:1px solid rgba(11,31,68,.15);color:#0b1f44;background:#f7f9fc}
.smg-tabs a:hover{background:#eef3fa}

.smg-cards{display:grid;grid-template-columns:1fr;gap:1rem}
@media(min-width:980px){.smg-cards{grid-template-columns:1fr 1fr 1fr}}
.smg-card{background:#fff;border-radius:1rem;box-shadow:0 6px 20px rgba(0,0,0,.06);padding:1.25rem}
.smg-card h2{margin-top:.25rem}
.smg-hinweis{margin:.5rem 0;padding:.6rem .75rem;border-radius:.75rem;background:#fff7e6;color:#5a3d00;border:1px solid #ffe1a4}

.smg-btn{display:inline-block;padding:.5rem .9rem;border-radius:.7rem;background:#0b1f44;color:#fff;text-decoration:none;font-weight:700}
.smg-btn-book{background:#10a37f}
.smg-btn-small{padding:.35rem .6rem;border-radius:.6rem;font-size:.9rem;margin-left:.5rem}
.smg-price{margin:.5rem 0 1rem 0;font-weight:800}
.smg-price-label{opacity:.7;margin-right:.25rem}
.smg-price-value{font-size:1.25rem;margin-right:.5rem}
.smg-price-tax{font-size:.85rem;opacity:.75}

.smg-section{background:#fff;border-radius:1rem;box-shadow:0 6px 20px rgba(0,0,0,.06);padding:1.25rem;margin:1rem 0}
.smg-note{opacity:.85}

.smg-dates{list-style:none;margin:0;padding:0}
.smg-dates li{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-bottom:1px dashed rgba(11,31,68,.1)}
.smg-date{font-weight:700}
.smg-loc{opacity:.9}
.smg-sep{opacity:.4}

/* FAQ Akkordeon */
.smg-faq-item{border-radius:.75rem;border:1px solid rgba(11,31,68,.12);padding:.5rem .9rem;margin:.4rem 0;background:#f9fbff}
.smg-faq-item summary{cursor:pointer;font-weight:600;list-style:none;position:relative;padding-right:1.5rem}
.smg-faq-item summary::-webkit-details-marker{display:none}
.smg-faq-item summary::after{content:'+';position:absolute;right:0;top:0;font-weight:700}
.smg-faq-item[open] summary::after{content:'–'}
.smg-faq-body{margin-top:.35rem;font-size:.95rem;line-height:1.5}
