/* Extracted from preise.php. */

/* =============================================
   PREISE  Prefix: preis-
   ============================================= */

.preis-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #4338ca 100%);
    padding: 72px 0 64px;
    color: #fff;
}
.preis-hero-eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #a5b4fc;
    margin-bottom: 1rem;
}
.preis-hero h1 {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 800;
    line-height: 1.12;
    color: #fff;
    margin-bottom: 1rem;
}
.preis-hero-claim {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.8);
    max-width: 620px;
    line-height: 1.7;
    margin-bottom: 2rem;
}
.preis-hero-trust {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}
.preis-hero-trust-item {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.preis-hero-trust-item svg { color: #a5b4fc; flex-shrink: 0; }

/* SECTION */
.preis-section {
    padding: 80px 0;
}
.preis-section--gray { background: #f8fafc; }
.preis-section-header {
    text-align: center;
    margin-bottom: 3rem;
}
.preis-eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #4338ca;
    margin-bottom: 0.75rem;
}
.preis-section-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #0c1a2e;
    margin-bottom: 0.75rem;
}
.preis-section-sub {
    font-size: 1rem;
    color: #6b7280;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
}

/* PAKETE */
.preis-pakete {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    align-items: start;
}
.preis-paket {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    transition: box-shadow 0.2s, border-color 0.2s;
}
.preis-paket:hover {
    box-shadow: 0 8px 32px rgba(67,56,202,0.10);
    border-color: #a5b4fc;
}
.preis-paket--featured {
    border-color: #4338ca;
    box-shadow: 0 8px 40px rgba(67,56,202,0.18);
}
.preis-paket-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #4338ca;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.25rem 0.9rem;
    border-radius: 50px;
    white-space: nowrap;
}
.preis-paket-name {
    font-size: 1rem;
    font-weight: 700;
    color: #4338ca;
    margin-bottom: 0.25rem;
}
.preis-paket-price {
    font-size: 2rem;
    font-weight: 800;
    color: #0c1a2e;
    line-height: 1.1;
    margin-bottom: 0.25rem;
}
.preis-paket-price span {
    font-size: 1rem;
    font-weight: 400;
    color: #6b7280;
}
.preis-paket-hint {
    font-size: 0.8rem;
    color: #9ca3af;
    margin-bottom: 1.5rem;
}
.preis-paket-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 1.25rem 0;
}
.preis-paket-list {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 2rem;
}
.preis-paket-item {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.5;
}
.preis-paket-item svg { color: #4338ca; flex-shrink: 0; margin-top: 2px; }
.preis-paket-cta {
    display: block;
    text-align: center;
    padding: 0.8rem 1.5rem;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 700;
    transition: background 0.18s, color 0.18s;
    text-decoration: none;
}
.preis-paket-cta--primary {
    background: linear-gradient(135deg, #4338ca, #3730a3);
    color: #fff;
}
.preis-paket-cta--primary:hover { filter: brightness(0.9); color: #fff; }
.preis-paket-cta--outline {
    border: 2px solid #4338ca;
    color: #4338ca;
    background: transparent;
}
.preis-paket-cta--outline:hover { background: #4338ca; color: #fff; }

/* ADD-ONS */
.preis-addons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}
.preis-addon {
    background: #eef2ff;
    border: 1px solid #c7d2fe;
    border-radius: 10px;
    padding: 0.75rem 1.25rem;
    font-size: 0.88rem;
    color: #3730a3;
    font-weight: 600;
}
.preis-addon-label {
    font-size: 0.72rem;
    font-weight: 400;
    color: #6b7280;
    display: block;
}

/* COMPARISON TABLE */
.preis-table-wrap { overflow-x: auto; }
.preis-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}
.preis-table th {
    padding: 0.75rem 1rem;
    text-align: center;
    font-weight: 700;
    color: #0c1a2e;
    border-bottom: 2px solid #e5e7eb;
}
.preis-table th:first-child { text-align: left; }
.preis-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #f3f4f6;
    text-align: center;
    color: #4b5563;
}
.preis-table td:first-child { text-align: left; font-weight: 500; color: #0c1a2e; }
.preis-table tr:last-child td { border-bottom: none; }
.preis-table .preis-check { color: #4338ca; font-size: 1.1rem; }
.preis-table .preis-dash  { color: #d1d5db; }
.preis-table th.preis-col-featured { color: #4338ca; }

/* NOT INCLUDED */
.preis-not-included {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 12px;
    padding: 1.5rem 2rem;
    max-width: 680px;
    margin: 0 auto;
}
.preis-not-included-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #92400e;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.preis-not-included ul {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.preis-not-included li {
    font-size: 0.9rem;
    color: #78350f;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.5;
}
.preis-not-included li::before {
    content: '\2014';
    color: #d97706;
    flex-shrink: 0;
}

/* FAQ */
.preis-faq-list { max-width: 760px; margin: 0 auto; }

/* MOBILE */
@media (max-width: 900px) {
    .preis-pakete { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
}
@media (max-width: 600px) {
    .preis-paket { padding: 1.5rem; }
}
