/* =============================================
   BASIS & ALLGEMEINES
   ============================================= */
:root {
    --page-bg: #eef3f8;
    --surface: rgba(255, 255, 255, 0.9);
    --surface-strong: #ffffff;
    --surface-soft: #f5f8fb;
    --line: rgba(17, 35, 58, 0.1);
    --text-main: #11233a;
    --text-muted: #5e6c80;
    --brand: #153a66;
    --brand-strong: #0d2747;
    --brand-soft: #dce9f7;
    --accent: #c69214;
    --accent-soft: #fff3cf;
    --success-soft: #edf6f1;
    --shadow-soft: 0 18px 45px rgba(17, 35, 58, 0.08);
    --shadow-medium: 0 24px 60px rgba(17, 35, 58, 0.14);
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 14px;
    --z-navbar: 1100;
    --z-modal-backdrop: 2000;
    --z-modal: 2010;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
    /* Globaler Seitenhintergrund und gut lesbare Standardschrift */
    background:
        radial-gradient(circle at top left, rgba(21, 58, 102, 0.16), transparent 28%),
        radial-gradient(circle at top right, rgba(198, 146, 20, 0.12), transparent 22%),
        linear-gradient(180deg, #f7fafd 0%, var(--page-bg) 48%, #f8fbfd 100%);
    background-color: var(--page-bg);
    color: var(--text-main);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: var(--brand);
}

.build-badge {
    position: fixed;
    left: max(18px, calc(env(safe-area-inset-left, 0px) + 18px));
    bottom: max(18px, calc(env(safe-area-inset-bottom, 0px) + 18px));
    z-index: 1600;
    padding: 0.38rem 0.62rem;
    border-radius: 999px;
    background: rgba(17, 35, 58, 0.72);
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow: 0 8px 22px rgba(17, 35, 58, 0.16);
    backdrop-filter: blur(8px);
    opacity: 0.82;
}

@media (max-width: 767px) {
    .build-badge {
        left: max(12px, calc(env(safe-area-inset-left, 0px) + 12px));
        bottom: max(12px, calc(env(safe-area-inset-bottom, 0px) + 12px));
        font-size: 0.68rem;
        padding: 0.34rem 0.56rem;
    }
}

.main-content {
    position: relative;
    z-index: 2;
    margin-top: -4.5rem !important;
}

.divider-line {
    /* In index.html: horizontale Trennlinie direkt unter dem Hero-Header */
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(21, 58, 102, 0.22), transparent);
    margin: 0;
}

#backToStart {
    /* Wird per JavaScript nur bei Bedarf eingeblendet; aktuell nicht direkt in index.html sichtbar */
    display: none;
}

#searchError,
#emailErrorDE,
#emailErrorES {
    /* In index.html: Fehlermeldungen unter dem Suchformular bzw. im Eintrag-Formular */
    color: #b42318;
    font-weight: bold;
    display: none;
}

#searchError {
    text-align: center;
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    background: #fff1f2;
    border: 1px solid rgba(180, 35, 24, 0.14);
    border-radius: 12px;
}

/* =============================================
   HERO, NAVBAR & SPRACHWECHSEL
   ============================================= */
.hero-header {
    /* In index.html: <header class="hero-header"> ganz oben auf der Startseite */
    /* Der Header nutzt Flexbox, damit der Inhalt vertikal mittig sitzt */
    position: relative;
    /* Muss sichtbar bleiben, damit das Bootstrap-Offcanvas-Menue
       aus der Navbar nicht vom Header abgeschnitten wird. */
    overflow: visible;
    background:
        linear-gradient(359deg, rgba(8, 27, 48, 0.96), rgba(21, 58, 102, 0.88) 52%, rgba(17, 35, 58, 0.94) 100%);
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 96px 0 99px;
    color: #eaf2fb;
}

.hero-header::before,
.hero-header::after {
    content: "";
    position: absolute;
    inset: auto;
    border-radius: 999px;
    pointer-events: none;
}

.hero-header::before {
    width: 420px;
    height: 420px;
    right: -100px;
    top: 90px;
    background: radial-gradient(circle, rgba(198, 146, 20, 0.22), transparent 70%);
}

.hero-header::after {
    width: 520px;
    height: 520px;
    left: -180px;
    bottom: -220px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 72%);
}

.hero-shell {
    position: relative;
}

.hero-header .display-4 {
    /* In index.html: Haupttitel <h1 id="main-title" class="display-4 ..."> */
    color: #ffffff;
    font-weight: 800;
    font-size: clamp(2rem, 3.8vw, 3.35rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.hero-header .lead {
    /* In index.html: Untertitel <p id="main-subtitle" class="lead"> im Hero */
    color: rgba(234, 242, 251, 0.9);
    font-weight: 500;
    font-size: 1rem;
}

.hero-copy {
    max-width: 820px;
    margin: 26px auto 0;
}

.hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 12px;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fdf3d0;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-feed-strip {
    display: grid;
    gap: 0.65rem;
    max-width: 840px;
    margin: 0.95rem auto 0;
    text-align: left;
}

.hero-feed-item {
    position: relative;
    padding: 0.75rem 0.92rem 0.75rem 3rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 12px 28px rgba(7, 20, 36, 0.14);
    color: #f3f7fd;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.42;
    backdrop-filter: blur(10px);
}

.hero-feed-item::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffd777, #c69214);
    box-shadow: 0 0 0 0.35rem rgba(255, 215, 119, 0.12);
}

.hero-secondary-btn {
    min-height: 58px;
    padding: 0.95rem 1.35rem;
    border-radius: 16px;
    border-width: 1px;
    font-weight: 700;
    box-shadow: 0 18px 36px rgba(9, 25, 44, 0.16);
}

.early-support-note {
    max-width: 760px;
    margin: 14px auto 0;
    padding: 12px 16px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 246, 212, 0.96), rgba(255, 237, 177, 0.9));
    border: 1px solid rgba(198, 146, 20, 0.24);
    box-shadow: 0 16px 34px rgba(8, 27, 48, 0.14);
    color: #17324f;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.55;
    text-align: center;
}

.hero-entry-btn {
    min-height: 58px;
    padding: 0.95rem 1.35rem;
    border-radius: 16px;
    border: 1px solid rgba(76, 155, 118, 0.18);
    background: linear-gradient(135deg, #2b9b5d, #227d4b);
    box-shadow: 0 18px 36px rgba(34, 125, 75, 0.22);
    font-weight: 700;
}

.hero-entry-btn:hover,
.hero-entry-btn:focus {
    background: linear-gradient(135deg, #31a766, #227d4b);
    border-color: #227d4b;
    transform: translateY(-1px);
}

.startup-data-note-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}

.startup-data-note {
    display: inline-flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    gap: 0.55rem;
    margin: 0.7rem auto 0;
    padding: 0.65rem 1rem;
    min-width: min(320px, 92vw);
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 246, 205, 0.98), rgba(255, 215, 119, 0.95));
    border: 1px solid rgba(198, 146, 20, 0.42);
    color: #17324f;
    font-size: 0.88rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    box-shadow: 0 18px 36px rgba(7, 20, 36, 0.2), 0 0 0 0 rgba(255, 215, 119, 0.28);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    animation: startupGlow 1.15s ease-in-out infinite;
    text-align: center;
}

.startup-data-note.is-hidden {
    opacity: 0;
    transform: translateY(-4px) scale(0.98);
    visibility: hidden;
}

.startup-data-dot {
    width: 0.58rem;
    height: 0.58rem;
    border-radius: 999px;
    background: #f5c84c;
    box-shadow: 0 0 0 rgba(173, 115, 0, 0.42);
    animation: startupPulse 0.82s ease-in-out infinite;
}

.live-loading-card {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.live-loading-card p {
    margin: 0;
}

.live-loading-dot {
    flex: 0 0 auto;
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    background: #c69214;
    animation: startupPulse 0.82s ease-in-out infinite;
}

@keyframes startupGlow {
    0%, 100% {
        box-shadow: 0 18px 36px rgba(7, 20, 36, 0.2), 0 0 0 0 rgba(255, 215, 119, 0.32);
    }
    50% {
        box-shadow: 0 20px 42px rgba(7, 20, 36, 0.25), 0 0 0 0.35rem rgba(255, 215, 119, 0.1);
    }
}

@keyframes startupPulse {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(173, 115, 0, 0.42);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 0.55rem rgba(173, 115, 0, 0);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(173, 115, 0, 0);
    }
}

.stats-strip {
    padding: 0.85rem 1rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(15, 32, 53, 0.96), rgba(12, 28, 46, 0.98));
    box-shadow: 0 22px 54px rgba(7, 20, 36, 0.16);
}

.promo-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    max-width: 920px;
    margin: 22px auto 0;
    padding: 16px 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 248, 214, 0.95), rgba(255, 235, 179, 0.92));
    border: 1px solid rgba(217, 16, 35, 0.16);
    box-shadow: 0 18px 36px rgba(18, 38, 63, 0.14);
}

.promo-banner-badge {
    flex-shrink: 0;
    padding: 8px 12px;
    border-radius: 999px;
    background: #d91023;
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.promo-banner-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
    color: #17324f;
    max-width: 620px;
}

.promo-banner-copy strong {
    display: block;
    font-size: 1.35rem;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.03em;
}

#promoBannerText {
    display: block;
    font-size: 1.15rem;
    line-height: 1.48;
    font-weight: 600;
    color: #223d5a;
}

.promo-inline {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff6d8;
    border: 1px solid rgba(217, 16, 35, 0.16);
    color: #17324f;
    font-weight: 700;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.quick-start {
    padding: 1.1rem 1.15rem;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 248, 252, 0.98));
    border: 1px solid rgba(17, 35, 58, 0.08);
    box-shadow: var(--shadow-soft);
}

.quick-start-head {
    margin-bottom: 0.75rem;
}

.quick-start-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.quick-start-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    padding: 0.95rem;
    border: 1px solid rgba(17, 35, 58, 0.08);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff, #f7fafd);
    box-shadow: 0 16px 36px rgba(17, 35, 58, 0.07);
    text-align: left;
    color: var(--text-main);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.quick-start-card:hover,
.quick-start-card:focus {
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(17, 35, 58, 0.12);
    border-color: rgba(21, 58, 102, 0.18);
}

.quick-start-card-feature {
    background:
        radial-gradient(circle at top right, rgba(198, 146, 20, 0.18), transparent 32%),
        linear-gradient(180deg, #173d69, #102846);
    color: #eef4fb;
}

.quick-start-card-feature strong,
.quick-start-card-feature span {
    color: inherit;
}

.quick-start-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(21, 58, 102, 0.08);
    color: var(--brand);
    font-size: 1.35rem;
}

.quick-start-card-feature .quick-start-icon {
    background: rgba(255, 255, 255, 0.12);
    color: #ffd777;
}

.quick-start-card strong {
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.15;
}

.quick-start-card span:last-child {
    color: var(--text-muted);
    font-size: 0.89rem;
    font-weight: 700;
}

.interest-strip {
    display: grid;
    gap: 0.65rem;
}

.interest-strip-track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
}

.interest-pill {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    padding: 0.85rem;
    border-radius: 20px;
    border: 1px solid rgba(17, 35, 58, 0.08);
    background: linear-gradient(180deg, rgba(15, 32, 53, 0.96), rgba(12, 28, 46, 0.98));
    box-shadow: 0 18px 36px rgba(7, 20, 36, 0.12);
    text-align: left;
    color: #eef4fb;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.interest-pill:hover,
.interest-pill:focus {
    transform: translateY(-2px);
    box-shadow: 0 22px 44px rgba(7, 20, 36, 0.18);
}

.interest-pill-label {
    display: inline-flex;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    background: rgba(255, 215, 119, 0.14);
    color: #ffd777;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.interest-pill strong {
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.1;
}

.daily-drop {
    padding: 1.1rem 1.15rem;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(198, 146, 20, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(14, 31, 50, 0.98), rgba(10, 24, 40, 0.99));
    color: #eef4fb;
    box-shadow: 0 24px 58px rgba(7, 20, 36, 0.18);
}

.daily-drop-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 0.8rem;
}

.daily-drop-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.surprise-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.68rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.08));
    color: #ffffff;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(7, 20, 36, 0.14);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.surprise-btn:hover,
.surprise-btn:focus {
    transform: translateY(-1px) scale(1.01);
    box-shadow: 0 18px 34px rgba(7, 20, 36, 0.18);
    background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.1));
}

.daily-streak {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff3cf;
    font-size: 0.9rem;
    font-weight: 800;
}

.daily-drop-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 0.8rem;
}

.daily-main-card,
.daily-side-card {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.05));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.daily-main-card {
    padding: 1rem;
}

.daily-side-stack {
    display: grid;
    gap: 0.75rem;
}

.daily-side-card {
    padding: 0.9rem;
}

.daily-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
}

.daily-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.34rem 0.68rem;
    border-radius: 999px;
    background: rgba(255, 215, 119, 0.14);
    color: #ffd777;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.daily-main-card h5,
.daily-side-card h6 {
    margin-bottom: 0.45rem;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.12;
}

.daily-main-card h5 {
    font-size: clamp(1.35rem, 2.6vw, 1.8rem);
}

.daily-side-card h6 {
    font-size: 1rem;
}

.daily-copy,
.daily-side-copy {
    color: rgba(234, 242, 251, 0.82);
    font-size: 0.95rem;
    line-height: 1.55;
}

.daily-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.75rem;
}

.daily-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.38rem 0.68rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #f4f8fd;
    font-size: 0.82rem;
    font-weight: 700;
}

.daily-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: 0.8rem;
    padding: 0.78rem 1rem;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(135deg, #ffd777, #c69214);
    color: #17324f;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(198, 146, 20, 0.2);
}

.daily-cta:hover,
.daily-cta:focus {
    color: #17324f;
    transform: translateY(-1px);
}

.daily-main-card .live-cta-btn,
.daily-side-card .live-cta-btn {
    border-color: rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, #ffd777, #c69214);
    color: #17324f;
    box-shadow: 0 18px 34px rgba(198, 146, 20, 0.2);
}

.daily-main-card .live-cta-btn:hover,
.daily-main-card .live-cta-btn:focus,
.daily-side-card .live-cta-btn:hover,
.daily-side-card .live-cta-btn:focus {
    color: #17324f;
    transform: translateY(-1px);
}


.live-feed {
    padding: 1.1rem 1.15rem;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(244, 248, 252, 0.98));
    border: 1px solid rgba(17, 35, 58, 0.08);
    box-shadow: var(--shadow-soft);
}

.live-feed-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem 2rem;
    margin-bottom: 0.9rem;
}

.live-feed-copy {
    max-width: 42rem;
    color: var(--text-muted);
}

.live-feed-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.live-column {
    min-width: 0;
}

.live-column-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 0.65rem;
}

.live-column-head h5 {
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--brand-strong);
}

.live-column-note {
    color: var(--text-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.live-card-stack {
    display: grid;
    gap: 0.7rem;
}

.live-item-card,
.live-topic-card,
.live-reco-card,
.live-empty-card {
    padding: 0.9rem;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff, #f7fafd);
    border: 1px solid rgba(17, 35, 58, 0.08);
    box-shadow: 0 14px 34px rgba(17, 35, 58, 0.07);
}

.live-item-badges,
.live-topic-badges,
.live-reco-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
}

.live-item-badge,
.live-topic-badge,
.live-reco-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.34rem 0.65rem;
    border-radius: 999px;
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 0.76rem;
    font-weight: 800;
}

.live-item-card h6,
.live-topic-card h6,
.live-reco-card h6 {
    margin-bottom: 0.45rem;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--text-main);
}

.live-item-copy,
.live-topic-copy,
.live-reco-copy,
.live-empty-card p {
    margin-bottom: 0;
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.live-item-meta,
.live-reco-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.8rem;
}

.live-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.36rem 0.62rem;
    border-radius: 999px;
    background: rgba(17, 35, 58, 0.05);
    color: var(--text-main);
    font-size: 0.8rem;
    font-weight: 700;
}

.live-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 0.85rem;
    padding: 0.7rem 0.95rem;
    border: 1px solid rgba(21, 58, 102, 0.14);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(21, 58, 102, 0.06), rgba(21, 58, 102, 0.12));
    color: var(--brand-strong);
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.live-cta-btn:hover,
.live-cta-btn:focus {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(17, 35, 58, 0.09);
    color: var(--brand-strong);
}

.live-empty-card {
    text-align: center;
}

.stat-card {
    padding: 1rem 0.75rem;
    text-align: center;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.06);
}

.stat-number {
    color: #ffffff;
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
}

.stat-label {
    margin-top: 0.5rem;
    color: rgba(234, 242, 251, 0.82);
    font-size: 0.98rem;
    font-weight: 500;
}

#main-subtitle {
    display: inline-block;
    max-width: 760px;
    margin: 16px auto 0;
    padding: 14px 19px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(12px);
    font-size: 1rem;
    line-height: 1.55;
    text-wrap: balance;
}

.navbar {
    /* In index.html: obere feste Navigation <nav class="navbar ..."> */
    /* Bootstrap-Navigation bewusst mit Projektfarbe ueberschrieben */
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1180px, calc(100% - 28px));
    padding: 0.85rem 1rem !important;
    background: rgba(8, 27, 48, 0.68) !important;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
    z-index: var(--z-navbar);
    overflow: visible;
}

.navbar .container-fluid {
    position: relative;
}

.navbar .navbar-brand,
.navbar .btn-light,
.navbar .btn-outline-light {
    color: white !important;
}

.navbar .btn-outline-light:hover,
.navbar .btn-outline-light:focus,
.navbar .btn-outline-light:active {
    background-color: rgba(0,0,0,0.2) !important;
    border-color: rgba(255,255,255,0.7) !important;
}

.navbar-brand {
    color: white !important;
    font-size: 1.15rem;
    letter-spacing: 0.01em;
}

.brand-lockup {
    gap: 1rem;
}

.nav-utility {
    align-items: center;
}

.flag-container {
    /* Fuer einen dedizierten Flaggen-Container vorgesehen; in index.html stehen die Flaggen aktuell in d-flex-Containern */
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.flag-switch {
    /* In index.html: Sprachumschalter #flag-de und #flag-es in der Navbar */
    /* Kleine Animation fuer bessere Rueckmeldung beim Hover */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
    transition: transform 0.2s;
    cursor: pointer;
}

.flag-switch:hover {
    transform: translateY(-1px) scale(1.05);
}

.flag-switch.active {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.36);
    box-shadow: 0 10px 20px rgba(0,0,0,0.18);
}

.navbar-menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    padding: 0.72rem 0.95rem;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.nav-entry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.72rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(76, 155, 118, 0.2);
    background: linear-gradient(135deg, #2b9b5d, #227d4b);
    color: #fff !important;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(34, 125, 75, 0.2);
    white-space: nowrap;
}

.nav-entry-btn:hover,
.nav-entry-btn:focus {
    background: linear-gradient(135deg, #31a766, #227d4b);
    color: #fff !important;
    transform: translateY(-1px);
}

.nav-entry-btn .nav-entry-short {
    display: none;
}

.navbar-menu-label,
.navbar-menu-chevron {
    display: inline-flex;
    align-items: center;
}

.navbar-menu-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.15);
}

.navbar-menu-panel {
    position: absolute;
    top: calc(100% + 18px);
    right: 0;
    width: min(390px, 100%);
    z-index: 1150;
}

.mobile-entry-cta {
    display: none;
    position: fixed;
    left: 50%;
    bottom: max(78px, calc(env(safe-area-inset-bottom, 0px) + 78px));
    transform: translateX(-50%);
    width: min(calc(100vw - 36px), 320px);
    max-width: calc(100vw - 36px);
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0.68rem 0.92rem;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #2b9b5d, #227d4b);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(34, 125, 75, 0.2);
    z-index: 1500;
}

.mobile-entry-cta:hover,
.mobile-entry-cta:focus {
    color: #fff;
}

.floating-search-cta {
    position: fixed;
    right: 20px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.7rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(21, 58, 102, 0.14);
    background: linear-gradient(135deg, rgba(21, 58, 102, 0.96), rgba(13, 39, 71, 0.98));
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(13, 39, 71, 0.2);
    z-index: 1490;
}

.floating-search-cta:hover,
.floating-search-cta:focus {
    color: #fff;
    transform: translateY(-1px);
}

#searchSection {
    scroll-margin-top: 110px;
}

/* Bootstrap-Modals muessen vor der fixen Navbar liegen */
.modal-backdrop {
    z-index: var(--z-modal-backdrop) !important;
}

.modal {
    z-index: var(--z-modal) !important;
}

/* Einheitlicher Look fuer die normalen Bootstrap-Modals */
.modal .modal-content {
    border: 1px solid rgba(17, 35, 58, 0.08);
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff, #fbfcfe);
    box-shadow: 0 34px 80px rgba(17, 35, 58, 0.22);
}

.modal .modal-header {
    padding: 1.05rem 1.25rem;
    background: linear-gradient(180deg, #f7fafc, #eef3f8) !important;
    border-bottom: 1px solid rgba(17, 35, 58, 0.08);
    color: var(--brand-strong) !important;
}

.modal .modal-header .modal-title,
.modal .modal-header h5 {
    color: var(--brand-strong) !important;
    font-weight: 800;
}

.modal .modal-header.bg-success,
.modal .modal-header.bg-warning,
.modal .modal-header.bg-danger,
.modal .modal-header.bg-primary {
    background: linear-gradient(180deg, #f7fafc, #eef3f8) !important;
    color: var(--brand-strong) !important;
}

.modal .btn-close,
.modal .btn-close-white {
    filter: none !important;
    opacity: 0.75;
}

.modal .btn-close:hover {
    opacity: 1;
}

.modal .modal-body {
    padding: 1.35rem 1.25rem;
    color: var(--text-main);
}

.modal .modal-footer {
    padding: 1rem 1.25rem 1.25rem;
    background: linear-gradient(180deg, #fdfefe, #f5f8fb);
    border-top: 1px solid rgba(17, 35, 58, 0.08);
}

.modal .modal-footer .btn {
    border-radius: 14px;
}

/* Das Firmen-Detail-Modal behaelt seinen eigenen Feinschliff */
#firmenDetailModal .modal-content,
#firmenDetailModal .modal-header,
#firmenDetailModal .modal-body,
#firmenDetailModal .modal-footer {
    position: relative;
}

.oster-modal-dialog {
    max-width: 560px;
}

.oster-modal {
    overflow: hidden;
}

.oster-modal-header {
    align-items: center;
}

.oster-modal-body {
    display: grid;
    gap: 1.1rem;
    padding: 1.25rem;
}

.oster-modal-hero {
    text-align: center;
}

.oster-modal-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.7rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(198, 146, 20, 0.18), rgba(198, 146, 20, 0.08));
    color: #6f5410;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.oster-modal-kicker {
    margin-bottom: 0.55rem;
    color: var(--brand);
    font-size: 0.94rem;
    font-weight: 700;
}

.oster-modal-headline {
    margin-bottom: 0.55rem;
    color: var(--brand-strong);
    font-size: clamp(1.45rem, 3vw, 1.9rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.oster-modal-subline {
    max-width: 29rem;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 0.98rem;
    line-height: 1.55;
}

.oster-modal-features {
    display: grid;
    gap: 0.7rem;
}

.oster-feature-item {
    position: relative;
    padding: 0.85rem 0.95rem 0.85rem 2.8rem;
    border: 1px solid rgba(17, 35, 58, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff, #f8fbfd);
    color: var(--text-main);
    font-size: 0.97rem;
    font-weight: 600;
    line-height: 1.5;
}

.oster-feature-item::before {
    content: "\2713";
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    background: rgba(21, 58, 102, 0.1);
    color: var(--brand);
    font-size: 0.82rem;
    font-weight: 800;
}

.oster-price-card {
    padding: 1.05rem 1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(247, 250, 252, 0.96), rgba(240, 245, 249, 0.98));
    border: 1px solid rgba(17, 35, 58, 0.09);
    text-align: center;
}

.oster-price-old {
    margin-bottom: 0.25rem;
    color: var(--text-muted);
    font-size: 0.93rem;
    font-weight: 700;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.oster-price-new {
    margin-bottom: 0.35rem;
    color: var(--brand-strong);
    font-size: clamp(1.6rem, 4vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.03em;
}

.oster-price-note {
    color: var(--text-main);
    font-size: 0.9rem;
    line-height: 1.45;
}

.oster-modal-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.oster-cta-btn {
    min-height: 50px;
    border-radius: 14px;
    font-size: 0.95rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.oster-modal-footnote {
    margin-bottom: 0;
    text-align: center;
    color: var(--text-muted);
    font-size: 0.93rem;
}

.oster-modal-footer {
    justify-content: center;
}

.navbar-menu-shell {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,0.14);
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,248,251,0.96));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.navbar-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.9rem;
}

.navbar-menu-title {
    color: var(--text-main);
    font-size: 1.05rem;
    font-weight: 800;
}

.navbar-menu-list {
    margin: 0;
}

.navbar-menu-list .btn-outline-light {
    /* In index.html: die Menue-Buttons im aufklappenden Panel, z. B. Premium, FAQ, Datenschutz */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 58px;
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
    text-align: left;
    border-radius: 0.9rem;
    /* Ueberschreibt die helle Navbar-Button-Variante gezielt nur im Menuepanel */
    color: var(--text-main) !important;
    border-color: rgba(17, 35, 58, 0.12) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 252, 0.98)) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
    font-weight: 600;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.navbar-menu-list .btn-outline-light:hover,
.navbar-menu-list .btn-outline-light:focus {
    background: linear-gradient(180deg, #ffffff, #f4f8fc) !important;
    color: var(--text-main) !important;
    border-color: rgba(21, 58, 102, 0.18) !important;
    box-shadow: 0 10px 24px rgba(17, 35, 58, 0.08);
    transform: translateY(-1px);
}

.navbar-menu-list .btn-outline-light:active,
.navbar-menu-list .btn-outline-light.active,
.navbar-menu-list .btn-outline-light.show {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 252, 0.98)) !important;
    color: var(--text-main) !important;
    border-color: rgba(17, 35, 58, 0.12) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
    transform: none;
}

/* =============================================
   GEMEINSAME UI-KOMPONENTEN
   ============================================= */
.card {
    /* In index.html: Basis fuer Suchkarte, Infokarten und weitere Bootstrap-Cards */
    /* Einheitlicher Karten-Look fuer Listen, Kategorien und Inhalte */
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--surface-strong);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

@media (max-width: 991px) {
    .live-feed-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .quick-start-grid,
    .interest-strip-track,
    .daily-drop-grid,
    .live-feed-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .hero-feed-item {
        padding-left: 2.8rem;
        font-size: 0.9rem;
    }

    .hero-feed-item::before {
        left: 0.9rem;
        width: 1.1rem;
        height: 1.1rem;
    }

    .quick-start,
    .daily-drop,
    .live-feed {
        padding: 0.88rem;
    }

    .hero-kicker {
        font-size: 0.71rem;
        letter-spacing: 0.06em;
    }

    .quick-start-card strong,
    .interest-pill strong {
        font-size: 0.96rem;
    }

    .quick-start-card span:last-child,
    .daily-copy,
    .daily-side-copy,
    .live-item-copy,
    .live-topic-copy,
    .live-reco-copy {
        font-size: 0.88rem;
    }

    .daily-side-card h6,
    .live-item-card h6,
    .live-topic-card h6,
    .live-reco-card h6 {
        font-size: 0.94rem;
    }

    .daily-drop-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .daily-drop-actions {
        justify-content: flex-start;
    }

    .stats-strip {
        padding: 0.72rem 0.82rem;
    }

    .stats-grid,
    .quick-start-grid,
    .interest-strip-track,
    .daily-drop-grid,
    .live-feed-grid {
        gap: 0.68rem;
    }

    .quick-start-card,
    .interest-pill,
    .daily-main-card,
    .daily-side-card,
    .live-item-card,
    .live-topic-card,
    .live-reco-card,
    .live-empty-card {
        padding: 0.82rem;
    }

    .hero-feed-strip {
        margin-top: 0.75rem;
    }

    .early-support-note {
        margin-top: 12px;
        padding: 10px 12px;
    }

}

.card-title {
    color: var(--text-main);
}

.btn-primary {
    /* In index.html: z. B. Haupt-Suchbutton und Social-/Action-Buttons mit btn-primary */
    /* Primaeraktionen starten in Blau und wechseln bei Hover auf Rot */
    background: linear-gradient(135deg, var(--brand), var(--brand-strong));
    border-color: var(--brand);
    border-radius: 14px;
    box-shadow: 0 14px 28px rgba(13, 39, 71, 0.18);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #1b4d87, var(--brand));
    border-color: #1b4d87;
    transform: translateY(-1px);
}

.category-title {
    color: var(--brand-strong);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.premium-badge {
    /* Wird in den dynamisch erzeugten Ergebnis-Karten im #resultsContainer verwendet */
    /* Badge wird absolut ueber Kartenbilder/Inhalte gelegt; kompaktere Endversion fuer Ergebnis-Karten */
    background-color: #FFD700;
    color: #000;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 0.95rem;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10;
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}

.landingpage-info-card {
    /* In index.html: Karte vor dem Landingpage-Modal mit #landingpage-info-button */
    /* Blaue Infobox fuer neutrale/erklaerende Inhalte */
    background: linear-gradient(135deg, #eef5fc, #ffffff);
    border-left: 5px solid var(--brand);
}

.standard-premium-card {
    /* In index.html: Info-Karte 'Standard vs Premium' unterhalb der Social-Links */
    /* Warmer Farbton fuer Premium-/Angebotsinhalte */
    background: linear-gradient(135deg, #fff9ec, #ffffff);
    border-left: 5px solid var(--accent);
}

.interest-card {
    /* In index.html: CTA-Karte 'Moechten Sie gelistet werden?' */
    /* Zurueckhaltende Karte fuer Zusatzinfos */
    background: linear-gradient(135deg, var(--success-soft), #ffffff);
    border-left: 5px solid #4c9b76;
}

.info-hub {
    margin-top: 2.5rem;
    padding: 1.5rem;
    border-radius: 26px;
    background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(247,250,252,0.98));
    border: 1px solid rgba(17, 35, 58, 0.08);
    box-shadow: var(--shadow-soft);
}

.info-hub-head {
    max-width: 720px;
    margin: 0 auto 1.4rem;
}

.info-hub-copy {
    color: var(--text-muted);
    font-size: 1rem;
}

.info-hub-grid {
    margin-bottom: 1.5rem;
}

.info-card {
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff, #f9fbfd);
    border: 1px solid rgba(17, 35, 58, 0.08);
    box-shadow: none;
}

.info-card-action {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.info-card-action:hover,
.info-card-action:focus {
    transform: translateY(-2px);
    border-color: rgba(21, 58, 102, 0.16);
    box-shadow: 0 18px 34px rgba(17, 35, 58, 0.08);
}

.info-card .card-body {
    padding: 1.25rem;
}

.package-compare {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}

.package-tier {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.05rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fbfd, #ffffff);
    border: 1px solid rgba(17, 35, 58, 0.08);
    min-width: 0;
}

.package-tier-premium {
    background: linear-gradient(180deg, #fff8de, #ffffff);
    border-color: rgba(198, 146, 20, 0.3);
    box-shadow: 0 16px 36px rgba(198, 146, 20, 0.14);
}

.package-tier-label {
    align-self: flex-start;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    background: rgba(21, 58, 102, 0.1);
    color: var(--brand);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.package-tier strong {
    font-size: 1.18rem;
    line-height: 1.15;
    color: var(--brand-strong);
}

.package-tier span:last-child {
    color: var(--text-main);
    line-height: 1.55;
}

.package-tier-premium .package-tier-label {
    background: rgba(198, 146, 20, 0.18);
    color: #8a5a00;
}

.package-compare-note {
    margin-top: 0.9rem;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.premium-value-lead {
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 243, 207, 0.9), rgba(255, 255, 255, 0.95));
    border: 1px solid rgba(198, 146, 20, 0.22);
    color: var(--brand-strong);
    font-weight: 600;
}

.premium-comparison {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.premium-plan-card {
    padding: 1.15rem;
    border-radius: 22px;
    border: 1px solid rgba(17, 35, 58, 0.08);
    background: linear-gradient(180deg, #f8fbfd, #ffffff);
}

.premium-plan-card.premium {
    background: linear-gradient(180deg, #fff8de, #ffffff);
    border-color: rgba(198, 146, 20, 0.28);
    box-shadow: 0 16px 42px rgba(198, 146, 20, 0.14);
}

.premium-plan-label {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(21, 58, 102, 0.1);
    color: var(--brand);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.premium-plan-card.premium .premium-plan-label {
    background: rgba(198, 146, 20, 0.2);
    color: #8a5a00;
}

.premium-plan-card h6 {
    margin: 0.9rem 0 0.65rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--brand-strong);
}

.premium-plan-card ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--text-muted);
}

.premium-plan-card li + li {
    margin-top: 0.4rem;
}

.premium-benefits-list .list-group-item {
    border: 0;
    border-bottom: 1px solid rgba(17, 35, 58, 0.08);
    padding: 0.95rem 0.2rem;
    background: transparent;
}

.result-card {
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(17, 35, 58, 0.08);
    box-shadow: var(--shadow-soft);
}

.result-card.premium-result-card {
    background: linear-gradient(180deg, #fffef9 0%, #ffffff 100%);
    border-color: rgba(198, 146, 20, 0.28);
    box-shadow: 0 26px 54px rgba(198, 146, 20, 0.14);
}

.result-card.premium-plus-result-card {
    position: relative;
    background: linear-gradient(180deg, #f4fffd 0%, #ffffff 100%);
    border-color: rgba(15, 118, 110, 0.24);
    box-shadow: 0 28px 58px rgba(15, 118, 110, 0.16);
}

.result-card.premium-plus-result-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    right: 18px;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, rgba(56, 178, 172, 0.92), rgba(15, 118, 110, 0.92));
    z-index: 2;
}

.result-card.standard-result-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

.result-card-image,
.result-card-placeholder {
    height: 200px;
}

.result-card-image {
    object-fit: cover;
}

.result-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #edf3f9, #f9fbfd);
}

.standard-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 10;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(17, 35, 58, 0.08);
    color: var(--text-muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.result-highlight-row,
.result-meta,
.result-action-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.result-highlight-row {
    margin-bottom: 0.9rem;
}

.result-highlight-chip,
.result-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
}

.result-highlight-chip {
    background: rgba(198, 146, 20, 0.14);
    color: #8a5a00;
}

.result-meta {
    margin-bottom: 0.9rem;
}

.result-meta-pill {
    background: rgba(21, 58, 102, 0.08);
    color: var(--brand);
}

.result-description {
    color: var(--text-main);
    min-height: 3.4rem;
}

.result-phone a {
    color: var(--brand-strong);
    text-decoration: none;
}

.result-action-grid {
    margin-top: 1rem;
}

.result-action-grid .btn {
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.result-standard-note,
.result-footer-note {
    color: var(--text-muted);
    font-size: 0.84rem;
}

.result-standard-note {
    margin-top: 0.95rem;
    padding-top: 0.85rem;
    border-top: 1px dashed rgba(17, 35, 58, 0.14);
}


@media (max-width: 768px) {
    .package-compare,
    .premium-comparison {
        grid-template-columns: 1fr;
    }

    .result-action-grid .btn {
        flex: 1 1 100%;
        justify-content: center;
    }
}

.info-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 1rem;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(21, 58, 102, 0.12), rgba(198, 146, 20, 0.1));
    color: var(--brand);
    font-size: 1.35rem;
}

.info-card .card-title {
    color: var(--text-main);
    font-size: 1.12rem;
    font-weight: 800;
}

.info-card p {
    color: var(--text-muted);
    line-height: 1.6;
}

.info-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--brand);
    font-weight: 700;
}

.info-card-link::after {
    content: ">";
    font-size: 0.95rem;
}

.info-card-affiliate {
    background: linear-gradient(180deg, rgba(255, 249, 234, 0.96), rgba(255, 255, 255, 0.99));
    border-color: rgba(198, 146, 20, 0.26);
    box-shadow: 0 16px 34px rgba(198, 146, 20, 0.08);
}

.info-card-affiliate .info-card-icon {
    background: linear-gradient(135deg, rgba(198, 146, 20, 0.16), rgba(217, 16, 35, 0.08));
    color: #b26f00;
}

.info-card-affiliate .card-title {
    color: #8c5a00;
}

.info-card-affiliate:hover,
.info-card-affiliate:focus {
    border-color: rgba(198, 146, 20, 0.42);
    box-shadow: 0 22px 40px rgba(198, 146, 20, 0.12);
}

.info-support {
    padding-top: 1.4rem;
    border-top: 1px solid rgba(17, 35, 58, 0.08);
}

.info-social-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.homescreen-hinweis {
    /* Fuer einen Hinweisblock vorgesehen; aktuell nicht direkt in index.html gefunden */
    background-color: #e3f2fd;
    border-left: 5px solid #0038A8;
    padding: 15px;
    border-radius: 12px;
    margin: 20px 0;
}

.faq-card {
    /* In index.html: FAQ-Karte innerhalb des FAQ-Modals */
    /* FAQ-Box mit eigener Akzentfarbe, aber im restlichen Design eingebettet */
    background: linear-gradient(180deg, #f9fbfd, #ffffff);
    border-left: 5px solid #0a6775;
    border-radius: 18px;
}

.faq-card h6 {
    color: #17a2b8;
    margin-bottom: 0.75rem;
}

.faq-card p {
    line-height: 1.6;
}

.qr-code-img {
    /* Fuer QR-Bilder vorgesehen; aktuell nicht direkt in index.html gefunden */
    max-width: 300px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* =============================================
   SUCHE & AUTOCOMPLETE
   ============================================= */
.form-group.position-relative {
    /* In index.html: Wrapper um das Feld #searchWas und das Suggestion-Dropdown */
    /* Bezugspunkt fuer absolut positionierte Suchvorschlaege; Dropdown darf nicht abgeschnitten werden */
    position: relative !important;
    overflow: visible !important;
    height: auto !important;
    min-height: 80px !important;
}

.col-md-4 {
    /* In index.html: betrifft u. a. die Spalten fuer Suchfeld und Ort im Suchformular */
    /* Auch die Bootstrap-Spalte darf das Suggestion-Dropdown nicht abschneiden */
    overflow: visible !important;
}

.search-panel {
    position: relative;
    padding: 2rem !important;
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(17, 35, 58, 0.08);
    box-shadow: var(--shadow-medium);
    overflow: visible !important;
    z-index: 8;
}

.search-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(21, 58, 102, 0.05), rgba(198, 146, 20, 0.03));
    pointer-events: none;
}

#search-title {
    position: relative;
    z-index: 1;
    margin-bottom: 1.5rem !important;
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--brand-strong);
    letter-spacing: -0.03em;
}

.category-section {
    padding: 1.3rem 1.35rem 1.5rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(247,250,252,0.98));
    border: 1px solid rgba(17, 35, 58, 0.08);
    box-shadow: var(--shadow-soft);
}

.category-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.category-kicker {
    color: var(--brand);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.category-section-copy {
    max-width: 360px;
    color: var(--text-muted);
    font-size: 0.96rem;
    text-align: right;
}

.quick-category-btn {
    border: 1px solid rgba(17, 35, 58, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #f8fbfd);
    box-shadow: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.quick-category-btn:hover,
.quick-category-btn:focus {
    transform: translateY(-2px);
    border-color: rgba(21, 58, 102, 0.16);
    box-shadow: 0 18px 34px rgba(17, 35, 58, 0.08);
}

.category-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0 auto 0.95rem;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(21, 58, 102, 0.12), rgba(198, 146, 20, 0.12));
}

.search-panel form {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.form-label {
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.form-control,
.form-select {
    min-height: 56px;
    border-radius: 14px;
    border: 1px solid rgba(17, 35, 58, 0.14);
    background: #fbfdff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(21, 58, 102, 0.42);
    box-shadow: 0 0 0 0.25rem rgba(21, 58, 102, 0.12);
}

.autocomplete-suggestions {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    z-index: 30;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(17, 35, 58, 0.1);
    border-radius: 14px;
    box-shadow: 0 18px 36px rgba(17, 35, 58, 0.12);
    overflow: hidden;
    max-height: 280px;
    overflow-y: auto;
    backdrop-filter: blur(10px);
}

.suggestion-item {
    /* Wird per JavaScript als Treffer im #suggestions-Container erzeugt */
    /* Einzelner Eintrag im Autocomplete-Dropdown */
    display: block;
    width: 100%;
    padding: 10px 15px;
    cursor: pointer;
    background: #fff;
    border: 0;
    border-bottom: 1px solid rgba(17, 35, 58, 0.08);
    text-align: left;
    color: var(--text-main);
    transition: background 0.2s;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-item:hover,
.suggestion-item:focus {
    background-color: #f2f6fb;
    outline: none;
}

.suggestion-item strong {
    color: var(--brand);
}

.suggestion-item.active {
    /* Wird per JavaScript fuer den aktuell markierten Vorschlag gesetzt */
    /* Markiert den aktuell per Tastatur oder Maus ausgewaehlten Treffer */
    background-color: #eaf1f8 !important;
    font-weight: bold;
}

/* =============================================
   MODALS & LANDINGPAGE
   ============================================= */
#landingpage-modal-subtitle {
    /* In index.html: Absatz im Modal #landingpageModal */
    font-size: 1.3rem;
    margin-bottom: 30px;
    color: #333;
}

#landingpage-modal-intro {
    /* In index.html: Einleitungstext direkt vor der Gruendeliste im Landingpage-Modal */
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 30px;
    color: var(--brand);
}

#landingpage-modal-list {
    /* In index.html: Liste der Vorteile im Landingpage-Modal */
    padding-left: 0;
}

#landingpage-modal-list li {
    /* In index.html: einzelne Gruende innerhalb von #landingpage-modal-list */
    /* Listeneintrag als kleine zweispaltige Einheit: Kreis + Text */
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    font-size: 1.15rem;
    line-height: 1.6;
}

#landingpage-modal-list .number-circle {
    background-color: var(--brand);
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-right: 20px;
}

#landingpage-modal-list strong {
    color: var(--brand);
}

#landingpage-modal-button {
    /* In index.html: CTA-Button 'Landingpage anfragen' im Landingpage-Modal */
    font-size: 1.3rem;
    padding: 15px 50px;
    border-radius: 50px;
}

#launchCounter {
    /* Fuer einen Zaehler vorgesehen; aktuell nicht direkt in index.html gefunden */
    /* Visuell hervorgehobener Zaehler fuer Aktionen/Launch-Special */
    font-size: 1.6rem;
    font-weight: bold;
    color: #D91023;
    background-color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    display: inline-block;
    margin-top: 20px;
    border: 4px solid #ffc107;
}

#launchCounterNumber {
    /* Teil des optionalen Launch-Zaehler-Elements */
    font-size: 2.8rem;
    color: #D91023;
}

.entry-form-intro-card {
    margin-bottom: 1.25rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #f9fbfd, #f3f7fb);
    border: 1px solid rgba(17, 35, 58, 0.08);
}

.entry-form-intro-lead {
    color: var(--brand-strong);
    font-size: 1.02rem;
}

.entry-form-support {
    color: var(--text-muted);
    font-size: 0.94rem;
    line-height: 1.55;
}

.entry-form-primary {
    margin-bottom: 1rem;
}

.entry-form-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}

.entry-form-section-title {
    color: var(--brand-strong);
    font-size: 1rem;
    font-weight: 800;
}

.entry-form-section-note {
    color: var(--text-muted);
    font-size: 0.88rem;
    font-weight: 600;
}

.entry-form-limit-note {
    padding: 0.85rem 0.95rem;
    border-radius: 16px;
    background: linear-gradient(180deg, #fff8ea, #fffdf7);
    border: 1px solid rgba(198, 146, 20, 0.22);
    color: var(--text-main);
    font-size: 0.93rem;
    line-height: 1.55;
}

.entry-form-optional {
    margin-top: 0.35rem;
    border: 1px solid rgba(17, 35, 58, 0.08);
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #f8fbfd);
    overflow: hidden;
}

.entry-form-optional-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    cursor: pointer;
    list-style: none;
    color: var(--brand-strong);
    font-weight: 800;
}

.entry-form-optional-summary::-webkit-details-marker {
    display: none;
}

.entry-form-optional-summary small {
    color: var(--text-muted);
    font-size: 0.86rem;
    font-weight: 600;
}

.entry-form-optional-summary::after {
    content: "+";
    flex-shrink: 0;
    width: 1.8rem;
    height: 1.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(21, 58, 102, 0.08);
    color: var(--brand);
    font-size: 1rem;
    font-weight: 800;
}

.entry-form-optional[open] .entry-form-optional-summary::after {
    content: "-";
}

.entry-form-optional-body {
    padding: 0 1.1rem 1.1rem;
    border-top: 1px solid rgba(17, 35, 58, 0.08);
}

.entry-form-consent {
    margin-top: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 16px;
    background: linear-gradient(180deg, #f9fbfd, #f4f8fb);
    border: 1px solid rgba(17, 35, 58, 0.08);
}

/* =============================================
   ADMINBEREICH
   ============================================= */
.table img {
    max-height: 80px;
    object-fit: cover;
}

#bildVorschau {
    max-height: 200px;
    margin-top: 10px;
    border-radius: 8px;
}

.premium-info {
    background-color: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.premium-field {
    /* Fuer admin.html gedacht, nicht fuer index.html */
    /* Hebt Premium-Eingabefelder im Adminbereich optisch hervor */
    background-color: #e3f2fd;
    border-left: 4px solid #0d6efd;
    padding: 10px;
    border-radius: 6px;
}

.premium-field label {
    font-weight: bold;
    color: #0d6efd;
}

textarea.form-control {
    /* Mehrzeilige Eingaben sollen Zeilenumbrueche sichtbar beibehalten */
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.5;
    padding: 12px;
}

textarea.form-control:focus {
    border-color: #0038A8;
    box-shadow: 0 0 0 0.25rem rgba(0, 56, 168, 0.25);
}

/* =============================================
   KATEGORIEN & SUCHERGEBNISSE
   ============================================= */
#categoryGrid .category-card {
    /* Fuer dynamische Kategorie-Karten im #categoryGrid gedacht; der Block ist in index.html derzeit auskommentiert */
    /* Karten fuer beliebte Kategorien mit leichtem Hover-Lift */
    transition: all 0.3s ease;
    border: none;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    background: white;
    box-shadow: var(--shadow-soft);
}

#categoryGrid .category-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-medium);
}

#categoryGrid .category-icon {
    font-size: 1.7rem;
    margin-bottom: 0;
    transition: transform 0.3s ease;
    color: var(--brand);
}

#categoryGrid .category-card:hover .category-icon {
    transform: scale(1.15);
}

.category-card .card-body {
    padding: 1.15rem;
    text-align: center;
}

.category-card .card-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--text-main);
    line-height: 1.35;
}

#resultsContainer .row {
    /* Wird fuer die per JavaScript eingefuegten Ergebnis-Layouts in #resultsContainer verwendet */
    /* Abstand zwischen Ergebnis-Karten etwas groesser als Bootstrap-Standard */
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
}

#resultsContainer .card {
    /* In index.html: Container #resultsContainer; Karten selbst werden per JavaScript erzeugt */
    /* Suchergebnisse erhalten ihren eigenen, etwas interaktiveren Kartenstil */
    border: 1px solid rgba(17, 35, 58, 0.08);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff, #fbfcfe);
    box-shadow: var(--shadow-soft);
    transition: all 0.3s ease;
    height: 100%;
    overflow: hidden;
}

#resultsContainer .card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-medium);
}

#resultsContainer .card-img-top {
    height: 190px;
    object-fit: cover;
}

#resultsContainer .card-body {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 1.15rem 1.15rem 0.95rem;
}

#resultsContainer .card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-main);
    margin-bottom: 0.1rem;
    line-height: 1.25;
}

#resultsContainer .card-text {
    margin-bottom: 0;
    color: var(--text-muted);
    font-size: 0.96rem;
    line-height: 1.55;
}

#resultsContainer .card-text strong {
    display: inline-block;
    margin-bottom: 0.2rem;
    color: var(--brand-strong);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

#resultsContainer .card-text .text-muted {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: var(--text-muted) !important;
    font-size: 0.92rem;
}

#resultsContainer .card-text br {
    display: block;
    content: "";
    margin-bottom: 0.12rem;
}

#resultsContainer .card-body > .mb-1 {
    margin-top: auto;
    margin-bottom: 0 !important;
    padding-top: 0.45rem;
    color: var(--text-main);
}

#resultsContainer .card-footer {
    padding: 0.85rem 1.15rem 1.15rem;
    background: transparent;
    border-top: 1px solid rgba(17, 35, 58, 0.08);
}

#resultsContainer .detail-btn {
    width: 100%;
    border-radius: 14px;
    border-color: rgba(21, 58, 102, 0.16);
    color: var(--brand);
    font-weight: 700;
    background: rgba(21, 58, 102, 0.04);
}

#resultsContainer .detail-btn:hover,
#resultsContainer .detail-btn:focus {
    background: var(--brand);
    border-color: var(--brand);
    color: #fff;
}

.premium-badge {
    min-width: 96px;
    text-align: center;
    background: linear-gradient(135deg, #ffe484, #f0bb35);
    color: #332100;
    font-weight: 800;
    letter-spacing: 0.01em;
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
    font-size: 0.9rem;
    top: 14px;
    right: 14px;
    border: 1px solid rgba(51, 33, 0, 0.08);
    box-shadow: 0 10px 24px rgba(198, 146, 20, 0.28);
}

.premium-plus-badge {
    background: linear-gradient(135deg, #38b2ac, #0f766e);
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 118, 110, 0.28);
}

/* =============================================
   FIRMEN-DETAIL-MODAL
   ============================================= */
#firmenDetailModal .modal-dialog {
    max-width: min(760px, calc(100% - 18px));
}

#firmenDetailModal .modal-content {
    border: 1px solid rgba(17, 35, 58, 0.08);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(17, 35, 58, 0.2);
}

.detail-modal-header {
    padding: 0.95rem 1.1rem;
    background: linear-gradient(180deg, #f9fbfd, #f2f6fa);
    border-bottom: 1px solid rgba(17, 35, 58, 0.08);
}

.detail-modal-header .modal-title {
    color: var(--brand-strong);
    font-weight: 800;
    font-size: 1rem;
}

.detail-modal-body {
    padding: 0.95rem 0.95rem 0.8rem;
}

.detail-modal-intro {
    margin-bottom: 0.9rem;
}

#modalName {
    color: var(--text-main);
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

#modalOrt {
    color: var(--text-muted) !important;
    font-size: 0.95rem;
}

.detail-modal-media {
    margin-bottom: 0.9rem;
    text-align: center;
}

.detail-modal-image {
    width: min(100%, 560px);
    max-height: 200px;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid rgba(17, 35, 58, 0.08);
    box-shadow: var(--shadow-soft);
    background: linear-gradient(180deg, #f7fafc, #eef3f8);
}

.detail-modal-image.is-wide-shot {
    width: min(100%, 520px);
    max-height: 155px;
    object-fit: contain;
    padding: 0.35rem;
    background: linear-gradient(180deg, #f9fbfd, #f1f5f9);
}

.detail-modal-image.is-tall-shot {
    width: min(100%, 320px);
    max-height: 220px;
    object-fit: contain;
    padding: 0.35rem;
    background: linear-gradient(180deg, #f9fbfd, #f1f5f9);
}

.detail-modal-description-wrap {
    max-width: 640px;
    margin: 0 auto 0.9rem;
    padding: 0.9rem 0.95rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #fbfdff, #f7fafc);
    border: 1px solid rgba(17, 35, 58, 0.06);
}

#modalBeschreibung {
    color: var(--text-main);
    font-size: 0.98rem;
    line-height: 1.6;
}

.detail-modal-meta {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.detail-modal-phone {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.72rem 0.9rem;
    border-radius: 999px;
    background: var(--surface-soft);
    border: 1px solid rgba(17, 35, 58, 0.08);
    color: var(--text-main);
    font-weight: 600;
}

.detail-modal-map-wrap {
    max-width: 640px;
    margin: 0 auto 0.9rem;
    padding: 0.75rem;
    border-radius: 18px;
    background: linear-gradient(180deg, #fbfdff, #f7fafc);
    border: 1px solid rgba(17, 35, 58, 0.06);
}

.detail-map-header {
    margin-bottom: 0.65rem;
    color: var(--brand-strong);
    font-weight: 800;
}

.detail-map-frame {
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(17, 35, 58, 0.08);
    background: #eef3f8;
}

#modalMapEmbed {
    width: 100%;
    height: 170px;
    border: 0;
    display: block;
}

.detail-meta-label {
    color: var(--brand-strong);
    font-weight: 800;
}

.detail-modal-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    max-width: 640px;
    margin: 0 auto;
}

.detail-modal-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 14px;
    font-weight: 700;
    box-shadow: none;
    font-size: 0.9rem;
    padding: 0.72rem 0.85rem !important;
    line-height: 1.25;
    text-align: center;
}

.detail-modal-footer {
    padding: 0.8rem 1rem 1rem;
    background: linear-gradient(180deg, #fdfefe, #f5f8fb);
    border-top: 1px solid rgba(17, 35, 58, 0.08);
}

.detail-close-btn {
    min-width: 140px;
    border-radius: 14px;
}

/* =============================================
   SAISONALE / SPEZIELLE HINWEISE
   ============================================= */
#oster-flag-hinweis {
    /* In index.html: saisonaler Hinweis in der Navbar, der das Modal #osterModal oeffnet */
    /* Saisonaler Hinweis-Button als eleganter Premium-Chip */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    background: linear-gradient(135deg, rgba(198, 146, 20, 0.22), rgba(198, 146, 20, 0.1));
    color: #f6e6b0;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.1;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 8px 18px rgba(0,0,0,0.16);
    white-space: nowrap;
    letter-spacing: 0.03em;
    min-width: 0;
    max-width: 210px;
    text-align: center;
    margin-top: 4px;
    border: 1px solid rgba(198, 146, 20, 0.34);
}

#oster-flag-hinweis:hover,
#oster-flag-hinweis:active {
    background: linear-gradient(135deg, rgba(198, 146, 20, 0.28), rgba(198, 146, 20, 0.14));
    transform: translateY(-1px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 10px 20px rgba(0,0,0,0.18);
}

#loadingIndicator,
#noResultsMessage {
    padding: 2rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(17, 35, 58, 0.08);
    box-shadow: var(--shadow-soft);
}

#noResultsMessage h3 {
    color: var(--brand-strong);
    font-weight: 800;
}

#service-email-text,
#social-text {
    color: var(--text-muted);
}

/* =============================================
   RESPONSIVE ANPASSUNGEN
   ============================================= */
@media (max-width: 991px) {
    .navbar {
        top: 12px;
        width: calc(100% - 20px);
    }

    .brand-lockup {
        gap: 0.5rem;
    }

    .nav-utility {
        width: 100%;
        justify-content: flex-start !important;
        margin-top: 0.5rem;
    }

    .flag-container {
        margin-right: 0.5rem;
    }

    .navbar-menu-shell {
        width: 100%;
    }

    .main-content {
        margin-top: -2rem !important;
    }
}

@media (min-width: 992px) {
    #resultsContainer .row > .col {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 768px) {
    #resultsContainer .card-img-top {
        height: 170px;
    }

    .detail-modal-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 140px;
    }

    /* Verhindert haessliche Ueberlaeufe bei langen Woertern oder Begriffen */
    .card-text,
    p,
    small {
        hyphens: auto;
        word-break: break-word;
    }

    .main-content {
        margin-top: 0 !important;
    }

    .divider-line {
        display: none;
    }

    .hero-header {
        min-height: auto;
        padding: 12px 0 16px;
    }

    .hero-header::before {
        width: 200px;
        height: 200px;
        right: -80px;
        top: 180px;
    }

    .hero-header::after {
        width: 260px;
        height: 260px;
        left: -120px;
        bottom: -130px;
    }

    .hero-shell {
        display: flex;
        flex-direction: column;
        gap: 11px;
    }

    .hero-copy {
        max-width: 100%;
        margin-top: 0;
        padding-inline: 0;
    }

    .hero-header .display-4 {
        font-size: clamp(1.62rem, 7vw, 2.2rem);
        line-height: 1.06;
    }

    #main-subtitle {
        max-width: 100%;
        font-size: 0.92rem;
        line-height: 1.38;
        margin-top: 0.8rem;
    }

    .navbar {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        margin: 0;
        padding: 0.85rem 0.9rem !important;
        border-radius: 18px;
    }

    .navbar .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0.7rem;
    }

    .nav-entry-btn {
        display: inline-flex;
        order: 2;
        margin-left: auto !important;
        margin-right: 0 !important;
        min-height: 44px;
        padding: 0.58rem 0.78rem;
        font-size: 0.82rem;
    }

    .nav-entry-btn .nav-entry-full {
        display: none;
    }

    .nav-entry-btn .nav-entry-short {
        display: inline;
    }

    .brand-lockup {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.55rem;
        flex: 1 1 auto;
        min-width: 0;
    }

    .navbar-brand {
        margin-right: 0 !important;
        font-size: 0.98rem;
        line-height: 1.05;
        max-width: 220px;
        white-space: normal;
    }

    .nav-utility {
        width: 100%;
        justify-content: flex-start !important;
        gap: 0.55rem !important;
        margin-bottom: 0 !important;
        flex-wrap: wrap;
        order: 3;
    }

    .flag-container {
        gap: 0.35rem;
        margin-bottom: 0 !important;
    }

    .navbar-menu-toggle {
        align-self: start;
        margin-top: 0;
        min-height: 44px;
        padding: 0.58rem 0.72rem;
        font-size: 0.82rem;
    }

    .navbar-toggler-icon {
        width: 1.1em;
        height: 1.1em;
    }

    .navbar-menu-panel {
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        width: 100%;
    }

    .mobile-entry-cta {
        display: inline-flex;
        left: auto;
        right: 14px;
        bottom: max(18px, calc(env(safe-area-inset-bottom, 0px) + 18px));
        transform: none;
        width: auto;
        max-width: none;
        min-height: 46px;
        padding: 0.72rem 0.95rem;
        border-radius: 999px;
        font-size: 0.84rem;
    }

    .floating-search-cta {
        right: 14px;
        bottom: max(72px, calc(env(safe-area-inset-bottom, 0px) + 72px));
        min-height: 42px;
        padding: 0.62rem 0.82rem;
        font-size: 0.82rem;
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
    }

    .stats-grid .stat-card:last-child {
        grid-column: 1 / -1;
    }

    .search-panel {
        padding: 1rem !important;
    }

    .search-panel form {
        row-gap: 0.85rem !important;
    }

    .entry-form-intro-card {
        padding: 0.9rem 1rem;
        border-radius: 16px;
    }

    .entry-form-section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }

    .entry-form-optional-summary {
        padding: 0.9rem 1rem;
    }

    .entry-form-optional-body {
        padding: 0 1rem 1rem;
    }

    .entry-form-consent {
        padding: 0.9rem;
    }

    .search-panel .col-md-1,
    .search-panel .col-md-3,
    .search-panel .col-md-4 {
        width: 100%;
    }

    .search-panel .col-md-1.d-flex {
        display: block !important;
    }

    #search-button {
        min-height: 52px;
        margin-bottom: 0 !important;
    }

    .search-panel .col-12.d-flex {
        justify-content: stretch !important;
    }

    #clearSearch {
        width: 100%;
    }

    .category-section {
        padding: 1rem;
    }

    #categoryGrid.row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.85rem;
    }

    #categoryGrid.row > .col {
        width: auto !important;
        max-width: none;
        padding: 0 !important;
        flex: 0 0 auto;
    }

    .info-hub-grid {
        --bs-gutter-x: 0.85rem;
        --bs-gutter-y: 0.85rem;
    }

    .info-hub-grid > [class*="col-"] {
        width: 100%;
    }

    #resultsContainer .row {
        --bs-gutter-x: 0.95rem;
        --bs-gutter-y: 1rem;
    }

    #resultsContainer .col-md-4,
    #resultsContainer .col-lg-4,
    #resultsContainer .col-sm-6 {
        width: 100%;
    }

    #resultsContainer .card-img-top {
        height: 170px !important;
    }

    #resultsContainer .card {
        border-radius: 18px;
    }

    #resultsContainer .card-title {
        font-size: 1.05rem;
    }

    #resultsContainer .card-text {
        font-size: 0.92rem;
        line-height: 1.45;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #resultsContainer .card-text .text-muted {
        margin-bottom: 0.3rem;
    }

    #resultsContainer .card-text br {
        margin-bottom: 0.04rem;
    }

    .modal .modal-content {
        border-radius: 20px;
    }

    .modal .modal-header {
        padding: 0.95rem 1rem;
    }

    .modal .modal-body {
        padding: 1rem;
    }

    .modal .modal-footer {
        padding: 0.85rem 1rem 1rem;
    }
}

@media (max-width: 576px) {
    /* Kompaktere Darstellung fuer kleine Smartphone-Displays */
    body {
        font-size: 15px;
        padding-bottom: 96px;
    }

    h1,
    h2,
    h3,
    h5,
    .card-title {
        font-size: 1.12rem !important;
    }

    .lead,
    .card-text,
    small {
        font-size: 0.82rem !important;
        line-height: 1.32;
    }

    .card-img-top {
        max-height: 124px !important;
    }

    .card {
        margin-bottom: 0.65rem !important;
    }

    .card-body {
        padding: 0.68rem !important;
    }

    .card-footer {
        padding: 0.42rem !important;
    }

    .btn {
        font-size: 0.8rem !important;
        padding: 0.34rem 0.7rem !important;
    }

    .btn-sm {
        padding: 0.3rem 0.6rem !important;
    }

    .form-label {
        font-size: 0.82rem !important;
    }

    #main-title {
        /* In index.html: Hero-Haupttitel */
        font-size: 1.22rem !important;
        line-height: 1.08 !important;
        margin-bottom: 0.28rem !important;
    }

    #main-subtitle {
        /* In index.html: Hero-Untertitel unter dem Haupttitel */
        font-size: 0.78rem !important;
        padding: 0.6rem 0.68rem !important;
        margin: 0.55rem auto 0 !important;
    }

    .navbar {
        top: 7px;
        width: calc(100% - 12px);
        padding: 0.52rem 0.56rem !important;
        border-radius: 14px;
    }

    .navbar-menu-toggle {
        justify-content: center;
        min-width: 0;
        gap: 0.3rem;
        font-size: 0.78rem;
        padding: 0.56rem 0.62rem;
    }

    .nav-entry-btn {
        min-height: 40px;
        padding: 0.52rem 0.7rem;
        font-size: 0.76rem;
        border-radius: 12px;
    }

    .mobile-entry-cta {
        display: inline-flex !important;
        right: 12px;
        bottom: max(14px, calc(env(safe-area-inset-bottom, 0px) + 14px));
        width: auto;
        max-width: calc(100vw - 24px);
        min-height: 42px;
        padding: 0.62rem 0.82rem;
        font-size: 0.84rem;
    }

    .floating-search-cta {
        right: 12px;
        bottom: max(64px, calc(env(safe-area-inset-bottom, 0px) + 64px));
        min-height: 40px;
        padding: 0.58rem 0.76rem;
        font-size: 0.78rem;
    }

    .navbar-menu-chevron {
        display: none;
    }

    .flag-switch {
        width: 32px;
        height: 32px;
        font-size: 0.98rem !important;
    }

    .navbar-brand {
        font-size: 0.78rem !important;
        max-width: 150px;
        line-height: 1.1;
    }

    .navbar-toggler {
        padding: 0.25rem 0.5rem;
    }

    .navbar-menu-shell {
        padding: 0.72rem;
        border-radius: 16px;
    }

    .navbar-menu-panel {
        top: calc(100% + 14px);
        left: 0;
        right: 0;
        width: 100%;
    }

    .navbar-menu-list .btn-outline-light {
        padding: 0.72rem 0.82rem;
        font-size: 0.84rem;
    }

    .hero-header {
        min-height: auto;
        padding: 0.2rem 0 0.6rem;
    }

    .hero-copy {
        margin-top: 0;
        padding-top: 1.2rem !important;
    }

    .promo-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        margin-top: 16px;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .promo-banner-copy {
        text-align: left;
        max-width: none;
    }

    .promo-banner-copy strong {
        font-size: 1.08rem;
    }

    #promoBannerText {
        font-size: 1rem;
        line-height: 1.4;
    }

    .search-panel {
        padding: 0.74rem !important;
        border-radius: 16px;
        margin-bottom: 0.9rem !important;
    }

    body.search-has-results .search-panel {
        margin-bottom: 0.55rem !important;
    }

    .search-panel .row {
        --bs-gutter-x: 0.55rem;
    }

    .search-panel form {
        row-gap: 0.5rem !important;
    }

    .search-panel .form-group.position-relative {
        min-height: auto !important;
    }

    .entry-form-intro-lead {
        font-size: 0.95rem;
    }

    .entry-form-support,
    .entry-form-limit-note,
    .entry-form-optional-summary small {
        font-size: 0.88rem;
    }

    .hero-actions {
        margin-top: 0.62rem;
    }

    .early-support-note {
        margin-top: 0.75rem;
        padding: 0.8rem 0.85rem;
        font-size: 0.92rem;
        line-height: 1.48;
    }

    .hero-entry-btn {
        width: 100%;
        max-width: none;
        min-height: 42px;
        padding: 0.6rem 0.72rem;
        border-radius: 12px;
    }

    .category-section {
        padding: 0.82rem;
        border-radius: 18px;
    }

    .category-card .card-body {
        padding: 0.82rem;
    }

    .category-card .card-title {
        font-size: 0.95rem;
        line-height: 1.28;
    }

    .stats-strip {
        padding: 0.62rem;
        border-radius: 16px;
    }

    body.search-has-results .stats-strip {
        display: none;
    }

    .stats-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.38rem;
    }

    .stat-card {
        padding: 0.56rem 0.25rem;
        border-radius: 12px;
    }

    .stats-grid .stat-card:last-child {
        grid-column: auto;
    }

    .stat-number {
        font-size: 1.02rem;
    }

    .stat-label {
        font-size: 0.64rem;
        margin-top: 0.16rem;
    }

    .info-hub {
        padding: 0.7rem;
        border-radius: 16px;
        margin-top: 1rem;
    }

    .info-card .card-body {
        padding: 0.68rem;
    }

    .info-social-actions {
        gap: 0.75rem;
    }

    .info-social-actions .btn {
        width: 100%;
    }

    .info-card .card-title {
        font-size: 0.9rem !important;
    }

    .info-card p {
        font-size: 0.8rem;
        line-height: 1.38;
    }

    .category-section-head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .category-section-copy {
        max-width: none;
        text-align: left;
        font-size: 0.92rem;
    }

    .category-icon-wrap {
        width: 44px;
        height: 44px;
        margin-bottom: 0.7rem;
    }

    #categoryGrid .col-md-3 {
        width: auto !important;
    }

    #categoryGrid.row {
        grid-template-columns: 1fr;
    }

    .form-control,
    .form-select {
        min-height: 42px;
        font-size: 0.9rem;
    }

    .modal-dialog {
        margin: 0.32rem !important;
    }

    #resultsContainer .row {
        --bs-gutter-y: 0.7rem;
    }

    .modal-header h5,
    .modal-body {
        font-size: 0.9rem !important;
    }

    .modal-footer .btn {
        width: 100%;
        min-height: 46px;
        padding: 0.55rem 1rem !important;
    }

    .oster-modal-body {
        padding: 0.8rem;
        gap: 0.7rem;
    }

    .oster-modal-headline {
        font-size: 1.22rem;
    }

    .oster-modal-kicker,
    .oster-modal-subline,
    .oster-feature-item,
    .oster-price-note {
        font-size: 0.9rem;
    }

    .oster-modal-actions {
        grid-template-columns: 1fr;
    }

    .oster-cta-btn {
        width: 100%;
    }

    #resultsContainer .card-img-top {
        height: 102px !important;
    }

    #resultsContainer .card-body {
        gap: 0.45rem;
        padding: 0.62rem 0.62rem 0.56rem !important;
    }

    #resultsContainer .card-footer {
        padding: 0.48rem 0.62rem 0.62rem !important;
    }

    .premium-badge {
        min-width: 66px;
        font-size: 0.64rem;
        padding: 0.22rem 0.42rem;
        top: 10px;
        right: 10px;
    }

    .standard-badge,
    .result-highlight-chip,
    .result-meta-pill {
        font-size: 0.64rem;
        padding: 0.22rem 0.38rem;
    }

    .result-card {
        border-radius: 14px;
        box-shadow: 0 12px 26px rgba(17, 35, 58, 0.08);
    }

    .result-highlight-row,
    .result-meta,
    .result-action-grid {
        gap: 0.4rem;
    }

    .result-highlight-row,
    .result-meta {
        margin-bottom: 0.68rem;
    }

    .result-description {
        min-height: 0;
        font-size: 0.77rem;
        line-height: 1.32;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
    }

    .result-phone,
    .result-standard-note,
    .result-footer-note {
        font-size: 0.72rem;
    }

    .result-action-grid {
        margin-top: 0.72rem;
    }

    .result-action-grid .btn {
        min-height: 38px;
        font-size: 0.76rem;
        padding: 0.5rem 0.6rem !important;
        border-radius: 11px;
    }

    #resultsContainer .detail-btn {
        min-height: 38px;
        font-size: 0.76rem;
    }

    #firmenDetailModal .modal-content {
        border-radius: 18px;
    }

    .detail-modal-header {
        padding: 0.72rem 0.78rem;
    }

    .detail-modal-body {
        padding: 0.72rem 0.72rem 0.64rem;
    }

    #modalName {
        font-size: 1rem;
        line-height: 1.15;
    }

    #modalOrt {
        font-size: 0.74rem;
    }

    .detail-modal-image {
        width: 100%;
        max-height: 118px;
        border-radius: 12px;
    }

    .detail-modal-description-wrap {
        padding: 0.66rem;
        border-radius: 12px;
        margin-bottom: 0.7rem;
    }

    #modalBeschreibung {
        font-size: 0.78rem;
        line-height: 1.36;
    }

    .detail-modal-phone {
        width: 100%;
        justify-content: center;
        border-radius: 12px;
        text-align: center;
        font-size: 0.76rem;
        padding: 0.58rem 0.72rem;
    }

    .detail-modal-meta {
        margin-bottom: 0.72rem;
    }

    .detail-modal-map-wrap {
        padding: 0.62rem;
        border-radius: 12px;
        margin-bottom: 0.72rem;
    }

    .detail-map-header {
        margin-bottom: 0.48rem;
        font-size: 0.86rem;
    }

    .detail-map-frame {
        border-radius: 12px;
    }

    #modalMapEmbed {
        height: 132px;
    }

    .detail-modal-actions {
        grid-template-columns: 1fr;
        gap: 0.46rem;
        max-width: none;
    }

    .detail-modal-actions .btn {
        width: 100%;
        min-height: 38px;
        padding: 0.56rem 0.72rem !important;
        font-size: 0.76rem;
        border-radius: 12px;
    }

    .detail-modal-footer {
        padding: 0.66rem 0.72rem 0.82rem;
    }

    .container.my-5 {
        margin-top: 0.35rem !important;
        margin-bottom: 1rem !important;
    }

    .my-5 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    #oster-flag-hinweis {
        /* In index.html: mobiler Sonderhinweis in der Navbar */
        font-size: 0.56rem;
        padding: 3px 6px;
        min-width: 0;
        max-width: 108px;
        margin-top: 0 !important;
    }
}

@media (max-width: 390px) {
    .navbar {
        padding: 0.7rem !important;
        border-radius: 14px;
    }

    .navbar .container-fluid {
        gap: 0.55rem;
    }

    .navbar-brand {
        font-size: 0.82rem !important;
        max-width: 130px;
    }

    .nav-utility {
        gap: 0.4rem !important;
    }

    .flag-switch {
        width: 32px;
        height: 32px;
        font-size: 1rem !important;
    }

    #oster-flag-hinweis {
        max-width: 124px;
        font-size: 0.62rem;
        padding: 4px 7px;
    }

    .navbar-menu-toggle {
        min-height: 40px;
        padding: 0.5rem 0.56rem;
        font-size: 0.74rem;
    }

    .hero-header .display-4 {
        font-size: 1.1rem !important;
    }

    #main-subtitle {
        font-size: 0.74rem !important;
        padding: 0.55rem 0.6rem !important;
    }

    #search-title {
        font-size: 1.08rem !important;
        margin-bottom: 0.72rem !important;
    }

    .search-panel {
        padding: 0.58rem !important;
    }

    .form-label {
        font-size: 0.72rem !important;
    }

    .form-control,
    .form-select,
    #search-button,
    #clearSearch {
        min-height: 38px;
        font-size: 0.82rem;
    }

    .stat-number {
        font-size: 0.94rem;
    }

    .stat-label {
        font-size: 0.58rem;
    }

    #resultsContainer .card-title {
        font-size: 0.84rem;
    }

    #resultsContainer .card-text {
        font-size: 0.74rem !important;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .detail-modal-header {
        padding: 0.66rem 0.72rem;
    }

    .detail-modal-body {
        padding: 0.66rem 0.66rem 0.6rem;
    }

    #modalName {
        font-size: 0.92rem;
    }

    .detail-modal-image {
        max-height: 104px;
    }

    #modalMapEmbed {
        height: 118px;
    }

    .detail-modal-actions .btn,
    #resultsContainer .detail-btn,
    .result-action-grid .btn {
        min-height: 36px;
        font-size: 0.74rem;
    }

    .mobile-entry-cta {
        right: 10px;
        bottom: max(12px, calc(env(safe-area-inset-bottom, 0px) + 12px));
        max-width: calc(100vw - 20px);
        font-size: 0.78rem;
        padding: 0.56rem 0.72rem;
    }

    .floating-search-cta {
        right: 10px;
        bottom: max(60px, calc(env(safe-area-inset-bottom, 0px) + 60px));
        max-width: calc(100vw - 20px);
        font-size: 0.74rem;
        padding: 0.54rem 0.68rem;
    }

    .nav-entry-btn {
        padding: 0.5rem 0.62rem;
        font-size: 0.72rem;
    }
}
