/* Angebote (Hub) — mobile-first; Desktop nach v9. */

.angebote-block { padding-bottom: 32px; }
@media (min-width: 1100px) {
    .angebote-block { padding-bottom: 40px; }
}

/* Staffelvorteil */
.staffel-grid { margin-top: 36px; }
.staffel-karte { padding: 26px 24px; }
.staffel-naechte { font-family: var(--font-accent); font-weight: 700; font-size: 36px; color: var(--rot); line-height: 1; }
.staffel-titel { font-family: var(--font-display); font-size: 20px; font-weight: 700; margin-top: 10px; }
.staffel-text { font-size: 15px; line-height: 1.6; color: var(--text-neben); margin-top: 8px; }
@media (min-width: 1100px) {
    .staffel-grid { margin-top: 44px; }
    .staffel-karte { padding: 30px 32px; }
    .staffel-naechte { font-size: 40px; }
}

/* Featured „Aufi aufn Berg" (mobil: Bild oben, Panel gestapelt) */
.feature-panel {
    background: var(--rot);
    border-radius: var(--radius-card);
    box-shadow: 0 4px 18px rgba(120, 30, 30, 0.28);
    color: var(--weiss-warm);
    display: grid;
    overflow: hidden;
}
.feature-bild { order: -1; width: 100%; height: 210px; object-fit: cover; display: block; }
.feature-text { padding: 30px 26px 34px; display: flex; flex-direction: column; align-items: flex-start; }
.sig--feature { font-size: clamp(34px, 9vw, 58px); margin-top: 16px; }
.feature-fliesstext { font-size: 16.5px; line-height: 1.7; color: rgba(251,247,239,0.92); margin-top: 18px; }
.feature-fliesstext strong { color: var(--weiss-warm); }
.feature-punkte { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }
.feature-punkte > div { display: flex; align-items: flex-start; gap: 10px; font-size: 15.5px; color: rgba(251,247,239,0.92); }
.feature-punkte img { height: 12px; width: auto; flex-shrink: 0; margin-top: 5px; }
.feature-aktion { display: flex; align-items: center; gap: 20px; margin-top: 26px; flex-wrap: wrap; }
.preis-badge { background: var(--weiss-warm); color: var(--rot); border-radius: 12px; padding: 10px 20px; text-align: center; }
.preis-badge-ab { font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.7; }
.preis-badge-wert { font-family: var(--font-display); font-size: 28px; font-weight: 700; line-height: 1; }
@media (min-width: 1100px) {
    .feature-panel { grid-template-columns: 1.15fr 0.85fr; }
    .feature-bild { order: 0; height: 100%; }
    .feature-text { padding: 52px 56px; justify-content: center; }
    .preis-badge { padding: 12px 22px; }
    .preis-badge-wert { font-size: 30px; }
}

/* Saison-Angebote (Weihnachten/Silvester) */
.saison-grid { display: grid; gap: 20px; }
.angebot-karte { overflow: hidden; display: flex; flex-direction: column; }
.angebot-karte img { width: 100%; height: 200px; object-fit: cover; display: block; }
.angebot-karte-inhalt { padding: 24px 24px 28px; display: flex; flex-direction: column; flex: 1; }
.angebot-karte-titel { font-family: var(--font-display); font-size: 24px; font-weight: 700; margin-top: 8px; }
.angebot-karte-text { font-size: 15.5px; line-height: 1.7; color: var(--text-neben); margin-top: 10px; }
.angebot-karte-fuss { margin-top: auto; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.angebot-karte-ab { font-size: 13px; font-weight: 700; color: var(--text-gedaempft); }
.angebot-karte-preis { font-family: var(--font-display); font-size: 26px; font-weight: 700; color: var(--rot); }
@media (min-width: 760px) {
    .saison-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .angebot-karte img { height: 240px; }
    .angebot-karte-inhalt { padding: 30px 34px 34px; }
    .angebot-karte-titel { font-size: 26px; }
}

/* Kategorien */
.zwischen-titel--oben-0 { margin-top: 0; }
.kategorien-text { font-size: 15.5px; line-height: 1.7; color: var(--text-neben); margin-top: 8px; max-width: 760px; }
.kategorien-grid { margin-top: 24px; }
.kategorie-karte {
    background: var(--creme);
    border-radius: var(--radius-card);
    padding: 24px 26px;
    display: block;
    text-decoration: none;
    color: var(--text-standard);
}

/* Direktbucher-Panel: → components.css (geteilt mit Zimmer & Preise) */

/* Newsletter-Kachel ist ein Link */
a.mehr-karte { text-decoration: none; }
