/* =========================================
   Telefonansagen – MM Stimme Premium FINAL
   ========================================= */

.telefon-page {
    background:
        radial-gradient(circle at top right, rgba(0, 102, 102, 0.06), transparent 24%),
        linear-gradient(180deg, #f7fbfb 0%, #ffffff 100%);
}

/* =========================================
   Shared
   ========================================= */

.telefon-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(0, 102, 102, 0.10);
    color: #005c5c;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.telefon-kicker-small {
    margin-bottom: 14px;
}

.telefon-section-head {
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
}

.telefon-section-head h2,
.telefon-pricing-intro h2,
.telefon-modules-content h2 {
    font-size: clamp(1.9rem, 3vw, 2.7rem);
    line-height: 1.18;
    margin: 0 0 14px;
    color: #0f1a1a;
    letter-spacing: -0.02em;
}

.telefon-section-head p,
.telefon-pricing-intro p,
.telefon-modules-content p {
    margin: 0;
    font-size: 17px;
    line-height: 1.75;
    color: #3f5050;
}

/* =========================================
   Hero
   ========================================= */

.telefon-hero {
    padding: 92px 0 42px;
}

.telefon-hero-inner {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.telefon-title {
    font-size: clamp(2.3rem, 4vw, 3.75rem);
    line-height: 1.1;
    letter-spacing: -0.025em;
    margin: 0 0 20px;
    color: #0f1a1a;
}

.telefon-title strong,
.telefon-section-head strong,
.telefon-pricing-intro strong,
.telefon-modules-content strong {
    color: var(--ci-primary);
}

.telefon-intro {
    max-width: 760px;
    margin: 0 auto 34px;
    font-size: 18px;
    line-height: 1.8;
    color: #3f5050;
}

.telefon-hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.telefon-hero-actions .mm-btn,
.telefon-hero-actions .mm-btn-primary,
.telefon-hero-actions .mm-btn-secondary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
}

.telefon-hero-actions .mm-btn-secondary {
    background: #ffffff;
    color: var(--ci-primary) !important;
    border: 2px solid rgba(0, 102, 102, 0.18);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
    text-decoration: none !important;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.telefon-hero-actions .mm-btn-secondary:hover,
.telefon-hero-actions .mm-btn-secondary:focus {
    background: var(--ci-primary);
    color: #ffffff !important;
    border-color: var(--ci-primary);
    transform: translateY(-1px);
}

/* =========================================
   Benefits
   ========================================= */

.telefon-benefits-section {
    padding: 0 0 50px;
}

.telefon-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.telefon-benefit-card {
    position: relative;
    padding: 30px 26px 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
    border: 1px solid rgba(0, 102, 102, 0.10);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.telefon-benefit-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(0, 102, 102, 0.05), transparent 42%);
    pointer-events: none;
}

.telefon-benefit-card h3,
.telefon-benefit-card p {
    position: relative;
    z-index: 1;
}

.telefon-benefit-card h3 {
    margin: 0 0 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #0f1a1a;
    letter-spacing: -0.01em;
}

.telefon-benefit-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #3f5050;
}

/* =========================================
   Audio
   ========================================= */

.telefon-audio-section {
    padding: 10px 0 92px;
}

.telefon-audio-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.telefon-audio-card {
    padding: 30px;
    background: #ffffff;
    border: 1px solid rgba(0, 102, 102, 0.10);
    border-radius: 26px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.07);
}

.telefon-audio-card-head {
    margin-bottom: 18px;
}

.telefon-audio-card h3 {
    margin: 0 0 10px;
    font-size: 1.28rem;
    line-height: 1.25;
    color: #0f1a1a;
    letter-spacing: -0.015em;
}

.telefon-audio-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #3f5050;
}

.telefon-audio-player {
    padding: 16px 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #f8fbfb 0%, #ffffff 100%);
    border: 1px solid rgba(0, 102, 102, 0.08);
}

.telefon-audio-player audio {
    display: block;
    width: 100%;
}

/* =========================================
   Pricing
   ========================================= */

.telefon-pricing-section {
    padding: 0 0 92px;
}

.telefon-pricing-shell {
    padding: 50px;
    background: #ffffff;
    border: 1px solid rgba(0, 102, 102, 0.10);
    border-radius: 32px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.07);
}

.telefon-pricing-intro {
    max-width: 760px;
    margin-bottom: 36px;
}

.telefon-pricing-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(0, 102, 102, 0.10);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.telefon-pricing-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.telefon-pricing-table thead {
    background: linear-gradient(135deg, #006666 0%, #004c4c 100%);
    color: #ffffff;
}

.telefon-pricing-table th,
.telefon-pricing-table td {
    padding: 18px 20px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(0, 102, 102, 0.08);
}

.telefon-pricing-table th {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.telefon-pricing-table td {
    color: #2f3f3f;
    line-height: 1.65;
}

.telefon-pricing-table tbody tr:nth-child(even) {
    background: #f7fbfb;
}

.telefon-pricing-table tbody tr:last-child td {
    border-bottom: 0;
}

.telefon-price-cell {
    font-weight: 800;
    color: var(--ci-primary);
    white-space: nowrap;
}

.telefon-pricing-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.telefon-note-card {
    padding: 22px;
    border-radius: 22px;
    background: linear-gradient(180deg, #f8fbfb 0%, #ffffff 100%);
    border: 1px solid rgba(0, 102, 102, 0.08);
}

.telefon-note-label {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ci-primary);
}

.telefon-note-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #3f5050;
}

/* =========================================
   Modules
   ========================================= */

.telefon-modules-section {
    padding: 0 0 30px;
}

.telefon-modules-shell {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 30px;
    align-items: start;
    padding: 42px;
    border-radius: 30px;
    background: linear-gradient(180deg, #f5fafa 0%, #eef7f7 100%);
    border: 1px solid rgba(0, 102, 102, 0.10);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.05);
}

.telefon-modules-content {
    max-width: 620px;
}

.telefon-modules-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.telefon-module-item {
    display: flex;
    align-items: center;
    min-height: 72px;
    padding: 18px 20px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(0, 102, 102, 0.08);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    line-height: 1.45;
    color: #004f4f;
}

/* =========================================
   Responsive
   ========================================= */

@media (max-width: 1100px) {
    .telefon-benefits-grid,
    .telefon-audio-grid,
    .telefon-pricing-meta,
    .telefon-modules-shell {
        grid-template-columns: 1fr;
    }

    .telefon-modules-content {
        max-width: none;
    }
}

@media (max-width: 767px) {
    .telefon-hero {
        padding: 72px 0 34px;
    }

    .telefon-intro {
        margin-bottom: 28px;
        font-size: 17px;
        line-height: 1.72;
    }

    .telefon-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .telefon-hero-actions .mm-btn,
    .telefon-hero-actions .mm-btn-primary,
    .telefon-hero-actions .mm-btn-secondary {
        width: 100%;
    }

    .telefon-section-head {
        margin-bottom: 34px;
    }

    .telefon-pricing-shell,
    .telefon-modules-shell {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .telefon-audio-card,
    .telefon-benefit-card {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .telefon-modules-list {
        grid-template-columns: 1fr;
    }

    .telefon-pricing-table th,
    .telefon-pricing-table td {
        padding: 16px 16px;
    }
}