/* ===================================================================
   AERONA SPACE – WAS ES KOSTEN WIRD
   Drei Stufen, die Grenze zwischen kostenlos und Abo, die Werbung und
   das geplante Unternehmen. Bewusst ohne Kauf-Gestaltung: es gibt
   nichts zu buchen, also auch keine Buchen-Knöpfe.
   =================================================================== */
.pr-main {
    max-width: 1100px;
    margin: 0 auto;
    padding: 7rem 1.5rem 6rem;
}
/* ---------- Kopfbereich ---------- */
.pr-hero {
    margin-bottom: 3.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.pr-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #93c5fd;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.28);
    padding: 4px 11px;
    border-radius: 6px;
    margin-bottom: 1.4rem;
}

.pr-hero h1 {
    color: white;
    font-size: clamp(1.9rem, 5.2vw, 2.9rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.1rem;
}

.pr-unter {
    color: #94a3b8;
    font-size: 1.05rem;
    line-height: 1.85;
    max-width: 740px;
    margin-bottom: 1.8rem;
}

.pr-warnung {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.2rem 1.4rem;
    background: rgba(251, 191, 36, 0.07);
    border: 1px solid rgba(251, 191, 36, 0.24);
    border-radius: 14px;
    color: #94a3b8;
    font-size: 0.93rem;
    line-height: 1.78;
}

.pr-warnung i {
    color: #fbbf24;
    margin-top: 0.3rem;
    flex-shrink: 0;
}

.pr-warnung strong {
    color: #e2e8f0;
}
/* ---------- Abschnitte ---------- */
.pr-block {
    margin-bottom: 3.5rem;
}

.pr-block__titel {
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
}
/* ---------- Die drei Stufen ---------- */
.pr-stufen {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.pr-stufe {
    display: flex;
    flex-direction: column;
    padding: 1.8rem 1.7rem;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 18px;
    min-width: 0;
}

.pr-stufe--frei {
    border-color: rgba(34, 197, 94, 0.24);
    background: rgba(34, 197, 94, 0.04);
}

.pr-stufe--gross {
    border-color: rgba(168, 85, 247, 0.26);
    background: rgba(168, 85, 247, 0.05);
}

.pr-stufe__kopf {
    padding-bottom: 1.1rem;
    margin-bottom: 1.1rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.13);
}

.pr-stufe__name {
    color: #94a3b8;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.pr-stufe__preis {
    color: white;
    font-size: clamp(2rem, 6vw, 2.6rem);
    font-weight: 800;
    line-height: 1;
}

.pr-stufe--frei .pr-stufe__preis {
    color: #4ade80;
}

.pr-stufe--gross .pr-stufe__preis {
    color: #c4b5fd;
}

.pr-stufe__dazu {
    margin-top: 0.35rem;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 600;
}

.pr-liste {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.pr-liste li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.65rem;
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1.65;
}

.pr-liste li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.1em;
    font-size: 0.72rem;
    color: #4ade80;
}

.pr-liste__minus::before {
    content: "\f068";
    color: #fbbf24;
}

.pr-liste__stark {
    color: #e2e8f0;
    font-weight: 700;
}

.pr-stufe__text {
    margin-top: 1.1rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(148, 163, 184, 0.11);
    color: #64748b;
    font-size: 0.84rem;
    line-height: 1.7;
}
