/* Podcast product landing — /produkte/podcast (mobile-first) */

body.podcast-lp .pod-shell {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1rem 2.5rem;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    gap: 0;
}

body.podcast-lp .pod-shell > .topnav {
    position: sticky;
    top: 0;
    z-index: 40;
    width: 100%;
    margin: 0 0 0.5rem;
    padding: 0.85rem 0 0.65rem;
    background: color-mix(in srgb, var(--bg, #fff) 92%, transparent);
    backdrop-filter: blur(8px);
}

body.podcast-lp .pod-shell > .topnav .brand__logo--nav,
body.podcast-lp .pod-shell > .topnav .brand__logo--horizontal,
body.podcast-lp .pod-shell > .topnav .brand__logo--mark {
    display: block;
    width: auto;
    height: 36px;
    max-width: min(58vw, 220px);
    object-fit: contain;
    object-position: left center;
}

.podcast-lp .pod-hero,
.podcast-lp .pod-section {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 0 2.25rem;
    box-sizing: border-box;
}

.podcast-lp .pod-hero__eyebrow {
    margin: 0 0 0.75rem;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-secondary, #5a6570);
}

.podcast-lp .pod-hero h1,
.podcast-lp .pod-section h2 {
    margin: 0 0 1rem;
    font-size: clamp(1.55rem, 4vw, 2.2rem);
    line-height: 1.2;
    color: var(--text-heading, #111);
}

.podcast-lp .pod-hero__sub,
.podcast-lp .pod-lead {
    margin: 0;
    max-width: 52ch;
    font-size: 1.05rem;
    line-height: 1.55;
    color: var(--text-secondary, #2c3540);
}

.podcast-lp .pod-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.25rem 0 1.25rem;
}

.podcast-lp .pod-trust {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.9rem;
    font-size: 0.9rem;
    color: var(--text-secondary, #4a5560);
}

.podcast-lp .pod-trust li {
    position: relative;
    padding-left: 0.95rem;
}

.podcast-lp .pod-trust li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #16a34a;
}

.podcast-lp .pod-section--alt {
    background: var(--bg-muted, rgba(0, 0, 0, 0.03));
    border-block: 1px solid var(--border, #e5e7eb);
    max-width: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-inline: max(1rem, calc((100vw - 960px) / 2));
    box-sizing: border-box;
}

.podcast-lp .pod-steps {
    margin: 1rem 0 0;
    padding-left: 1.15rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 52ch;
    line-height: 1.5;
}

.podcast-lp .pod-pricing {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.25rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .podcast-lp .pod-pricing {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 980px) {
    .podcast-lp .pod-pricing {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.podcast-lp .pod-card {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 1rem 1.05rem 1.15rem;
    border: 1px solid var(--border, #e5e7eb);
    border-radius: 14px;
    background: var(--surface, #fff);
}

.podcast-lp .pod-card--highlight {
    border-color: color-mix(in srgb, #16a34a 45%, var(--border, #e5e7eb));
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
}

.podcast-lp .pod-card__badge {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #15803d;
}

.podcast-lp .pod-card h3 {
    margin: 0;
    font-size: 1.15rem;
}

.podcast-lp .pod-card__lead,
.podcast-lp .pod-card__yearly {
    margin: 0;
    font-size: 0.88rem;
    color: var(--text-secondary, #5a6570);
}

.podcast-lp .pod-card__price {
    margin: 0.15rem 0;
    font-size: 1.45rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.podcast-lp .pod-card__price span {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-secondary, #5a6570);
}

.podcast-lp .pod-card ul {
    margin: 0.35rem 0 0.65rem;
    padding-left: 1.1rem;
    font-size: 0.9rem;
    line-height: 1.45;
    flex: 1;
}

.podcast-lp .pod-card .btn {
    align-self: stretch;
    text-align: center;
}

.podcast-lp .pod-faq {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    max-width: 640px;
}

.podcast-lp .pod-faq details {
    border: 1px solid var(--border, #e5e7eb);
    border-radius: 12px;
    padding: 0.75rem 0.95rem;
    background: var(--surface, #fff);
}

.podcast-lp .pod-faq summary {
    cursor: pointer;
    font-weight: 600;
}

.podcast-lp .pod-faq p {
    margin: 0.55rem 0 0;
    line-height: 1.5;
    color: var(--text-secondary, #2c3540);
}

@media (max-width: 860px) {
    body.podcast-lp .pod-shell {
        padding-inline: 0.75rem;
    }

    body.podcast-lp .pod-shell > .topnav .brand__logo--nav,
    body.podcast-lp .pod-shell > .topnav .brand__logo--horizontal,
    body.podcast-lp .pod-shell > .topnav .brand__logo--mark {
        height: 30px;
    }
}
