/* ==========================================================================
   Academy Promo Page – Landing (Mockup + Feedback)
   ========================================================================== */

.ph-app {
    --ph-app-bg: #0c0c10;
    --ph-app-card: #16161d;
    --ph-app-card-hover: #1a1a22;
    --ph-app-border: rgba(255, 255, 255, 0.09);
    --ph-app-border-strong: rgba(255, 255, 255, 0.14);
    --ph-app-text: #f4f4f5;
    --ph-app-muted: #a1a1aa;
    --ph-app-blue: #ef4444;
    --ph-app-blue-deep: #b91c1c;
    --ph-app-gold: #eab308;
    --ph-app-gold-deep: #a16207;
    --ph-app-red: #ef4444;
    --ph-app-red-deep: #b91c1c;
    --ph-app-lifetime: #8b5cf6;
    --ph-app-lifetime-deep: #6d28d9;
    --ph-app-radius: 18px;
    --ph-app-radius-sm: 14px;
    --ph-app-max: 1680px;
    --ph-app-gap: clamp(1.25rem, 2.5vw, 2rem);
    --ph-app-shadow: 0 18px 40px rgba(0, 0, 0, 0.42);
    --ph-app-shadow-inset: inset 0 1px 0 rgba(255, 255, 255, 0.07);
    --ph-app-surface: linear-gradient(165deg, rgba(255, 255, 255, 0.055) 0%, rgba(255, 255, 255, 0.01) 38%, rgba(0, 0, 0, 0.2) 100%);
    --ph-ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    --ph-ease-soft: cubic-bezier(0.16, 1, 0.3, 1);
    --ph-chapter-pad-y: clamp(4.5rem, 12vh, 8rem);
    --ph-site-header-height: 86px;
    --ph-hero-viewport-height: calc(100vh - var(--ph-site-header-height));
    --ph-hero-viewport-height-d: calc(100dvh - var(--ph-site-header-height));
    --ph-section-accent: var(--ph-app-red);
    --ph-section-glow: rgba(239, 68, 68, 0.18);

    color: var(--ph-app-text);
    font-family: inherit;
    background: var(--ph-app-bg);
    border-radius: 0;
    overflow: visible;
    position: relative;
    isolation: isolate;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ph-app::before {
    display: none;
}

/* Inhalt immer über der Glow-Ebene */
.ph-app > * {
    position: relative;
    z-index: 1;
}

/* --- Top: Texte links, Pakete rechts --- */

.ph-app__top {
    padding: clamp(1.25rem, 3vw, 2.25rem) clamp(1.25rem, 3vw, 2.5rem) clamp(1rem, 2vw, 1.5rem);
    scroll-margin-top: 96px;
}

.ph-app__top-inner {
    width: 100%;
    max-width: var(--ph-app-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(300px, 32%) 1fr;
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: center;
}

.ph-app__top-left {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 2vw, 1.5rem);
    text-align: left;
}

.ph-app__top-right {
    min-width: 0;
}

.ph-app__hero-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(0.75rem, 1.5vw, 1.25rem);
    width: 100%;
    text-align: left;
}

.ph-app__logo {
    display: block;
    width: min(100%, 360px);
    max-width: 360px;
    height: auto;
    margin: 0;
}

.ph-app__logo-text {
    display: inline-block;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
    color: var(--ph-app-text);
}

.ph-app__logo-accent {
    color: var(--ph-app-red);
}

.ph-app__hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.ph-app__hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 0.95rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(239, 68, 68, 0.35);
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.16), rgba(139, 92, 246, 0.12));
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fecaca;
}

.ph-app__hero-eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 10px rgba(239, 68, 68, 0.9);
}

.ph-app__headline {
    margin: 0 0 0.95rem;
    font-size: clamp(1.7rem, 2.8vw, 2.55rem);
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -0.03em;
    background: linear-gradient(180deg, #ffffff 0%, #c7ccd6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffffff;
}

.ph-app__subheadline {
    margin: 0;
    max-width: 48ch;
    color: var(--ph-app-muted);
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    line-height: 1.55;
}

.ph-app__hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.65rem;
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
}

.ph-app__hero-points li {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.8rem 0.45rem 0.7rem;
    border-radius: 10px;
    border: 1px solid var(--ph-app-border);
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.2;
    color: #e4e4e7;
}

.ph-app__hero-points li::before {
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 50%;
    background: rgba(74, 222, 128, 0.16);
    color: #4ade80;
    font-size: 0.7rem;
    font-weight: 900;
}

/* --- Pricing (rechte Spalte im Top-Bereich) --- */

.ph-app__pricing-head {
    margin: 0 0 clamp(1rem, 2vw, 1.5rem);
}

.ph-app__pricing-title {
    margin: 0;
    font-size: clamp(1.25rem, 2.2vw, 1.65rem);
    font-weight: 800;
    text-align: left;
    letter-spacing: -0.02em;
}

.ph-app__pricing-subtitle {
    margin: 0.35rem 0 0;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ph-app-muted);
    letter-spacing: 0.01em;
}

.ph-app__pricing-includes {
    margin-bottom: 0;
}

.ph-app__pricing-packages {
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ph-app__pricing-packages::before {
    display: none;
}

.ph-app__pricing-legal {
    margin: clamp(0.85rem, 1.8vw, 1.15rem) auto 0;
    max-width: min(100%, 44rem);
    font-size: 0.72rem;
    line-height: 1.5;
    text-align: center;
    text-wrap: pretty;
    color: rgba(255, 255, 255, 0.62);
}

/* Trust-Signale unter dem Pricing-Grid – eng an den Legal-Text gekoppelt. */
.ph-app__pricing-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.6rem;
    margin: 0.55rem auto 0;
    padding: 0;
    list-style: none;
    font-size: 0.74rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.66);
}

.ph-app__pricing-trust li {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.ph-app__pricing-trust li::before {
    content: "✓";
    color: #4ade80;
    font-weight: 800;
}

/* Social Proof: aktive Mitgliederzahl in Klick-Nähe der CTAs. */
.ph-app__pricing-social-proof {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 1rem auto 0;
    font-size: 0.84rem;
    font-weight: 700;
    text-align: center;
    color: var(--ph-app-text);
}

.ph-app__pricing-social-proof::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 10px rgba(74, 222, 128, 0.8);
}

/* Coach-Zitate: Glaubwürdigkeit statt Masse. */
.ph-app__pricing-quotes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.75rem, 1.6vw, 1.1rem);
    margin: clamp(1.15rem, 2.4vw, 1.65rem) auto 0;
    max-width: min(100%, 68rem);
}

.ph-app__pricing-quote {
    --ph-bubble-bg: #20202a;
    --ph-bubble-border: rgba(255, 255, 255, 0.14);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    margin: 0;
    padding: clamp(0.9rem, 1.8vw, 1.15rem) clamp(0.95rem, 1.9vw, 1.2rem) 0;
    overflow: hidden;
    border-radius: var(--ph-app-radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(120% 70% at 28% 108%, rgba(239, 68, 68, 0.16), transparent 62%),
        radial-gradient(120% 80% at 50% 0%, rgba(255, 255, 255, 0.04), transparent 62%),
        rgba(255, 255, 255, 0.025);
    transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.ph-app__pricing-quote:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

/* Sprechblase */
.ph-app__pricing-quote-text {
    flex: 1;
    margin: 0;
    padding: clamp(0.85rem, 1.6vw, 1.05rem) clamp(0.95rem, 1.8vw, 1.2rem);
    border: 1px solid var(--ph-bubble-border);
    border-radius: 16px;
    border-bottom-left-radius: 5px;
    background: var(--ph-bubble-bg);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
    font-size: 0.86rem;
    font-style: italic;
    line-height: 1.55;
    text-wrap: pretty;
    color: var(--ph-app-text);
}

.ph-app__pricing-quote-text::before {
    content: "„";
    font-weight: 700;
    color: var(--ph-app-red, #ef4444);
}

.ph-app__pricing-quote-text::after {
    content: "“";
    font-weight: 700;
    color: var(--ph-app-red, #ef4444);
}

.ph-app__pricing-quote-author {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 1rem;
    margin-top: auto;
}

/* Glow hinter dem Coach, damit der Freisteller vom Hintergrund absticht */
.ph-app__pricing-quote-author::after {
    content: "";
    position: absolute;
    left: -8px;
    bottom: 0;
    width: clamp(140px, 13vw, 175px);
    height: 70%;
    border-radius: 50% 50% 0 0;
    background: radial-gradient(60% 80% at 50% 100%, rgba(239, 68, 68, 0.28), transparent 72%);
    pointer-events: none;
}

/* Zeiger der Sprechblase – zeigt auf den Coach darunter */
.ph-app__pricing-quote-author::before {
    content: "";
    position: absolute;
    top: calc(-0.9rem - 7px);
    left: 52px;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    background: var(--ph-bubble-bg);
    border-right: 1px solid var(--ph-bubble-border);
    border-bottom: 1px solid var(--ph-bubble-border);
}

/* Coach als großer Freisteller, bündig mit der Box-Unterkante */
.ph-app__pricing-quote-avatar {
    position: relative;
    z-index: 1;
    display: block;
    width: clamp(128px, 12vw, 160px);
    height: auto;
    flex-shrink: 0;
    align-self: flex-end;
    object-fit: contain;
    object-position: bottom;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.5));
}

.ph-app__pricing-quote-avatar--initial {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 0.9rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.55), rgba(127, 29, 29, 0.7));
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
}

.ph-app__pricing-quote-meta {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding-bottom: 1rem;
    font-size: 0.74rem;
    line-height: 1.3;
    text-align: left;
}

.ph-app__pricing-quote-meta strong {
    font-size: 0.92rem;
    color: var(--ph-app-text);
}

.ph-app__pricing-quote-meta span {
    color: var(--ph-app-muted);
}

.ph-app__pricing-quote-source {
    font-size: 0.66rem;
    letter-spacing: 0.01em;
    opacity: 0.75;
}

@media (max-width: 900px) {
    .ph-app__pricing-quotes {
        grid-template-columns: 1fr;
    }
}

/* Vertrauens-Block vor dem Pricing: Zitate + „Immer aktuell" + Social Proof */
.ph-app__trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.7rem, 1.5vw, 1rem);
    align-items: stretch;
    width: 100%;
}

/* Die beiden Zitat-Karten werden direkte Grid-Items neben der Updates-Karte. */
.ph-app__trust-grid .ph-app__pricing-quotes {
    display: contents;
}

.ph-app__trust-grid .ph-app__pricing-quote {
    height: 100%;
    box-sizing: border-box;
}

.ph-app__trust-grid .ph-app__audience-card--updates {
    grid-column: 1 / -1;
    height: 100%;
    box-sizing: border-box;
}

.ph-app__trust-grid .ph-app__updates-list {
    grid-template-columns: 1fr;
    gap: clamp(0.45rem, 1vw, 0.65rem);
    align-content: center;
}

/* Im Trust-Block: kompakte Zeilen statt gestapelter Kacheln */
.ph-app__trust-grid .ph-app__update-item {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.75rem;
    min-height: 0;
    padding: 0.65rem 0.8rem;
    text-align: left;
}

.ph-app__chapter--trust .ph-app__pricing-social-proof {
    margin-top: clamp(1.1rem, 2.2vw, 1.5rem);
}

@media (max-width: 1000px) {
    .ph-app__trust-grid {
        grid-template-columns: 1fr;
    }
}

/* Tipp als Reihe: Emote links, Text rechts. */
.ph-app__pricing-gift-tip {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: clamp(0.85rem, 1.8vw, 1.25rem);
    margin: clamp(1.15rem, 2.4vw, 1.65rem) auto 0;
    max-width: min(100%, 38rem);
    padding: clamp(0.9rem, 1.8vw, 1.2rem) clamp(1rem, 2.2vw, 1.45rem);
    border-radius: var(--ph-app-radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(120% 80% at 50% 0%, rgba(255, 255, 255, 0.05), transparent 62%),
        rgba(255, 255, 255, 0.025);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 10px 28px rgba(0, 0, 0, 0.22);
    text-align: center;
}

.ph-app__pricing-gift-tip-emote {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.25rem;
    height: 5.25rem;
    margin: 0;
    flex-shrink: 0;
}

.ph-app__pricing-gift-tip-emote img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.35));
}

.ph-app__pricing-gift-tip-body {
    max-width: 46ch;
    text-align: left;
}

@media (max-width: 640px) {
    .ph-app__pricing-gift-tip {
        flex-direction: column;
    }

    .ph-app__pricing-gift-tip-body {
        text-align: center;
    }
}

/* Mini-FAQ unter dem Pricing-Grid. */
.ph-app__pricing-faq {
    margin: clamp(1.15rem, 2.4vw, 1.65rem) auto 0;
    max-width: min(100%, 38rem);
    text-align: left;
}

.ph-app__pricing-faq-title {
    margin: 0 0 0.6rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255, 255, 255, 0.46);
}

.ph-app__pricing-faq-item {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.025);
    margin-bottom: 0.5rem;
}

.ph-app__pricing-faq-item:last-child {
    margin-bottom: 0;
}

.ph-app__pricing-faq-item summary {
    padding: 0.7rem 0.95rem;
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--ph-app-text);
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.ph-app__pricing-faq-item summary::-webkit-details-marker {
    display: none;
}

.ph-app__pricing-faq-item summary::after {
    content: "+";
    flex-shrink: 0;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
    transition: transform 180ms ease;
}

.ph-app__pricing-faq-item[open] summary::after {
    transform: rotate(45deg);
}

.ph-app__pricing-faq-item > p {
    margin: 0;
    padding: 0 0.95rem 0.8rem;
    font-size: 0.8rem;
    line-height: 1.55;
    text-wrap: pretty;
    color: var(--ph-app-muted);
}

.ph-app__pricing-gift-tip-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.46);
}

.ph-app__pricing-gift-tip-text {
    margin: 0;
    font-size: clamp(0.88rem, 1.05vw, 0.98rem);
    line-height: 1.55;
    text-wrap: pretty;
    color: var(--ph-app-muted);
}

.ph-app__pricing-shared {
    margin-bottom: 0;
    padding: clamp(1rem, 2vw, 1.25rem) clamp(1rem, 2vw, 1.35rem);
    border-radius: var(--ph-app-radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(0, 0, 0, 0.28);
}

.ph-app__pricing-shared-title {
    margin: 0 0 0.85rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ph-app-muted);
    text-align: left;
}

.ph-app__pricing-shared-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ph-app__pricing-shared-list li {
    position: relative;
    padding-left: 1.15rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #d4d4d4;
}

.ph-app__pricing-shared-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4ade80;
    font-weight: 700;
}

.ph-app__pricing-shared-list a {
    color: #fca5a5;
    text-decoration: underline;
}

.ph-app__pricing-grid {
    --ph-card-perks-min: 0;

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.7rem, 1.3vw, 1rem);
    align-items: stretch;
    padding-top: 0.4rem;
}

.ph-app__pricing-grid--subs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* 3 Spalten: Monat / Halbjahr (Mitte, hervorgehoben) / Jahr */
.ph-app__pricing-grid--subs-primary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

/* 4 Spalten: Monat / Halbjahr / Jahr (hervorgehoben) / Lifetime */
.ph-app__pricing-grid--quad {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Treppen-Aufbau: Wertigkeit steigt von links (Monat) nach rechts (Lifetime).
   Die Karten enden unten bündig, oben entsteht die Treppe.
   height: auto, damit das Grid-Stretching die Treppen-Margins korrekt verrechnet. */
.ph-app__pricing-grid--quad .ph-app__card {
    height: auto;
    min-height: 0;
}


.ph-app__pricing-grid--quad .ph-app__card--month {
    margin-top: clamp(3rem, 5vw, 4.5rem);
}

.ph-app__pricing-grid--quad .ph-app__card--semi {
    margin-top: clamp(2rem, 3.4vw, 3rem);
}

.ph-app__pricing-grid--quad .ph-app__card--year {
    margin-top: clamp(1rem, 1.7vw, 1.5rem);
}

.ph-app__pricing-grid--quad .ph-app__card--lifetime {
    margin-top: 0;
}

@media (max-width: 1100px) {
    .ph-app__pricing-grid--quad {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ph-app__pricing-grid--quad .ph-app__card--month,
    .ph-app__pricing-grid--quad .ph-app__card--semi,
    .ph-app__pricing-grid--quad .ph-app__card--year {
        margin-top: 0;
    }

    /* Abo-Pakete: Embleme in der Karte, mehr Abstand zueinander. */
    .ph-app__pricing-grid--subs .ph-app__card-rank-icon,
    .ph-app__pricing-grid--subs-primary .ph-app__card-rank-icon,
    .ph-app__pricing-grid--quad .ph-app__card-rank-icon {
        width: clamp(64px, 15vw, 84px);
        height: clamp(64px, 15vw, 84px);
        margin: 0 0 0.5rem;
    }

    .ph-app__card--year .ph-app__card-rank-icon {
        filter:
            drop-shadow(0 0 12px rgba(239, 68, 68, 0.45))
            drop-shadow(0 6px 16px rgba(0, 0, 0, 0.55));
    }

    .ph-app__pricing-grid--subs .ph-app__card-header:has(.ph-app__card-title.has-rank),
    .ph-app__pricing-grid--subs-primary .ph-app__card-header:has(.ph-app__card-title.has-rank),
    .ph-app__pricing-grid--quad .ph-app__card-header:has(.ph-app__card-title.has-rank) {
        padding-top: 0.75rem;
    }

    .ph-app__pricing-grid {
        gap: clamp(1.35rem, 3.5vw, 1.75rem);
    }

    /* Lifetime: Karte näher ran, Emblem überlappt bewusst das Jahres-Paket. */
    .ph-app__pricing-grid--lifetime {
        margin-top: clamp(-2.75rem, -8vw, -1.75rem);
        position: relative;
        z-index: 4;
    }

    .ph-app__pricing-grid--lifetime .ph-app__card {
        position: relative;
        z-index: 1;
    }

    .ph-app__pricing-grid--lifetime .ph-app__card-rank-icon {
        width: clamp(76px, 20vw, 96px);
        height: clamp(76px, 20vw, 96px);
        margin: clamp(-56px, -14vw, -44px) 0 0.35rem -10px;
        z-index: 5;
        filter:
            drop-shadow(0 0 14px rgba(74, 222, 128, 0.42))
            drop-shadow(0 8px 22px rgba(0, 0, 0, 0.65));
    }

    .ph-app__pricing-grid--lifetime .ph-app__card-header:has(.ph-app__card-title.has-rank) {
        padding-top: 0.2rem;
    }
}

.ph-app__pricing-grid--subs-primary .ph-app__card.is-recommended {
    transform: scale(1.04);
}

.ph-app__pricing-grid--subs-primary .ph-app__card.is-recommended:hover {
    transform: scale(1.04) translateY(-4px);
}

/* Im Treppen-Layout übernimmt die Treppe die Hierarchie – kein zusätzliches Scaling. */
.ph-app__pricing-grid--quad .ph-app__card.is-recommended {
    transform: none;
}

.ph-app__pricing-grid--quad .ph-app__card.is-recommended:hover {
    transform: translateY(-4px);
}

.ph-app__pricing-grid--lifetime {
    grid-template-columns: minmax(0, 1fr);
    margin-top: clamp(0.85rem, 1.6vw, 1.25rem);
}

/* Lifetime-Karte unter den Abos: horizontale, breite Premium-Darstellung */
.ph-app__pricing-grid--lifetime .ph-app__card {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 0.9fr);
    align-items: center;
    background:
        radial-gradient(70% 130% at 0% 50%, rgba(74, 222, 128, 0.2), transparent 55%),
        linear-gradient(120deg, rgba(15, 26, 19, 0.96) 0%, rgba(11, 11, 15, 0.96) 70%);
}

.ph-app__pricing-grid--lifetime .ph-app__card-header {
    height: 100%;
    justify-content: center;
    border-radius: var(--ph-app-radius-sm) 0 0 var(--ph-app-radius-sm);
}

.ph-app__pricing-grid--lifetime .ph-app__card-perks {
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    justify-content: center;
}

.ph-app__pricing-grid--lifetime .ph-app__card-footer {
    margin-top: 0;
    padding: 0.85rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}

.ph-app__card {
    --ph-card-accent: var(--ph-app-blue);
    --ph-card-glow: rgba(59, 130, 246, 0.18);

    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    border-radius: var(--ph-app-radius-sm);
    border: 1px solid var(--ph-app-border);
    background:
        radial-gradient(135% 70% at 50% -12%, var(--ph-card-glow), transparent 62%),
        linear-gradient(180deg, rgba(22, 22, 28, 0.96) 0%, rgba(11, 11, 15, 0.96) 100%);
    box-shadow: var(--ph-app-shadow-inset), 0 12px 30px rgba(0, 0, 0, 0.38);
    overflow: visible;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ph-app__card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 0;
    height: 3px;
    border-radius: var(--ph-app-radius-sm) var(--ph-app-radius-sm) 0 0;
    background: linear-gradient(90deg, transparent, var(--ph-card-accent) 50%, transparent);
    box-shadow: 0 0 16px var(--ph-card-glow);
}

/* Farblogik folgt den Rängen: Eisen-Grau → Gold → Grandmaster-Rot → Challenger/Heal-Grün. */
.ph-app__card--semi {
    --ph-card-accent: #eab308;
    --ph-card-glow: rgba(234, 179, 8, 0.22);
}

.ph-app__card--month {
    --ph-card-accent: #9ca3af;
    --ph-card-glow: rgba(156, 163, 175, 0.2);
}

.ph-app__card--year {
    --ph-card-accent: #ef4444;
    --ph-card-glow: rgba(239, 68, 68, 0.24);
}

/* Lifetime in Heil-Grün: pulsierende Aura + aufsteigende Healing-Partikel. */
.ph-app__card--lifetime {
    --ph-card-accent: #4ade80;
    --ph-card-glow: rgba(74, 222, 128, 0.26);

    animation: ph-app-heal-glow 3.4s ease-in-out infinite;
}

.ph-app__card--lifetime::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(74, 222, 128, 0.55) 0 1.5px, transparent 2.5px),
        radial-gradient(circle, rgba(134, 239, 172, 0.45) 0 1px, transparent 2px),
        radial-gradient(circle, rgba(74, 222, 128, 0.35) 0 1.2px, transparent 2.2px);
    background-size: 90px 140px, 130px 180px, 70px 110px;
    background-position: 12px 20px, 46px 60px, 74px 30px;
    animation: ph-app-heal-rise 8s linear infinite;
    opacity: 0.55;
}

@keyframes ph-app-heal-glow {
    0%,
    100% {
        box-shadow: var(--ph-app-shadow-inset), 0 12px 30px rgba(0, 0, 0, 0.38), 0 0 10px rgba(74, 222, 128, 0.08);
    }

    50% {
        box-shadow: var(--ph-app-shadow-inset), 0 12px 30px rgba(0, 0, 0, 0.38), 0 0 22px rgba(74, 222, 128, 0.2);
    }
}

@keyframes ph-app-heal-rise {
    to {
        /* Jede Ebene wandert exakt um ihre Kachelhöhe nach oben → nahtloser Loop. */
        background-position: 12px -120px, 46px -120px, 74px -80px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ph-app__card--lifetime {
        animation: none;
    }

    .ph-app__card--lifetime::after {
        animation: none;
    }
}

.ph-app__pricing-grid--lifetime .ph-app__card-price .woocommerce-Price-amount {
    font-size: clamp(1.75rem, 2.5vw, 2.15rem);
}

.ph-app__card-price-suffix {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #86efac;
}

.ph-app__card-hint--sold-out {
    color: #fca5a5;
    font-weight: 700;
}

/* Upgrade/Downgrade-Link (bestehendes Abo) im Look des Kauf-Buttons */
.ph-app__card-cta--switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}

.ph-app__card-cta--switch:hover {
    text-decoration: none;
}

.ph-app__card-hint--current {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    margin: 0;
    padding: 0.55rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(74, 222, 128, 0.4);
    background: rgba(74, 222, 128, 0.1);
    color: #4ade80;
    font-size: 0.78rem;
    font-weight: 700;
}

.ph-app__card:hover {
    transform: translateY(-4px);
    border-color: var(--ph-app-border-strong);
    box-shadow: var(--ph-app-shadow-inset), 0 18px 42px rgba(0, 0, 0, 0.45), 0 0 30px var(--ph-card-glow);
}

/* Das empfohlene Paket (Jahr) wird in Grandmaster-Rot hervorgehoben. */
.ph-app__card.is-recommended {
    --ph-card-accent: #ef4444;
    --ph-card-glow: rgba(239, 68, 68, 0.26);

    border-color: rgba(239, 68, 68, 0.6);
    background:
        radial-gradient(135% 75% at 50% -12%, rgba(239, 68, 68, 0.3), transparent 60%),
        linear-gradient(180deg, rgba(28, 14, 14, 0.96) 0%, rgba(11, 11, 15, 0.96) 100%);
    box-shadow:
        var(--ph-app-shadow-inset),
        0 0 0 1px rgba(239, 68, 68, 0.35),
        0 0 28px rgba(239, 68, 68, 0.22),
        0 22px 48px rgba(239, 68, 68, 0.26);
    z-index: 2;
}

.ph-app__card.is-recommended:hover {
    transform: translateY(-6px);
    box-shadow:
        var(--ph-app-shadow-inset),
        0 0 0 1px rgba(239, 68, 68, 0.4),
        0 26px 56px rgba(239, 68, 68, 0.28);
}

.ph-app__card-header,
.ph-app__card-perks,
.ph-app__card-footer {
    position: relative;
    z-index: 1;
}

/* Ribbon oben rechts auf der Kartenkante – lässt links Platz für das Rank-Emblem. */
.ph-app__card-ribbon {
    position: absolute;
    top: 0;
    right: 1rem;
    z-index: 3;
    padding: 0.42rem 0.95rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #f87171, #dc2626);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
    transform: translateY(-50%);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.5);
    pointer-events: none;
}

/* Lifetime-Verfügbarkeit als Ribbon im Stil von „Bester Deal“, im Lifetime-Grün. */
.ph-app__card-ribbon--lifetime {
    background: linear-gradient(180deg, #86efac, #22c55e);
    color: #052e16;
    box-shadow: 0 6px 20px rgba(74, 222, 128, 0.5);
}

.ph-app__card-ribbon--lifetime.is-sold-out {
    background: linear-gradient(180deg, #fca5a5, #ef4444);
    box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
}

.ph-app__card-header {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.85rem 1rem 0.7rem;
    border-radius: var(--ph-app-radius-sm) var(--ph-app-radius-sm) 0 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 100%);
}

.ph-app__card--month .ph-app__card-header {
    background: linear-gradient(180deg, rgba(156, 163, 175, 0.12) 0%, transparent 80%);
}

.ph-app__card--semi .ph-app__card-header {
    background: linear-gradient(180deg, rgba(234, 179, 8, 0.12) 0%, transparent 80%);
}

.ph-app__card--year .ph-app__card-header {
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.12) 0%, transparent 80%);
}

.ph-app__card--lifetime .ph-app__card-header {
    background: linear-gradient(180deg, rgba(74, 222, 128, 0.12) 0%, transparent 80%);
}

.ph-app__card-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.5rem;
    padding: 0.22rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(139, 92, 246, 0.4);
    background: rgba(139, 92, 246, 0.16);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #c4b5fd;
}

.ph-app__card-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
    margin: 0 0 0.45rem;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ph-app-text);
}

.ph-app__card-title::before {
    content: "";
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ph-card-accent);
    box-shadow: 0 0 10px var(--ph-card-glow);
}

/* Rank-Emblem statt Farbpunkt neben dem Paketnamen. */
.ph-app__card-title.has-rank::before {
    display: none;
}

/* Rank-Emblem groß, deutlich über die Kartenkante hinausragend; Titel sitzt darunter. */
.ph-app__card-rank-icon {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    margin: -56px 0 0 -14px;
    object-fit: contain;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.6));
}

/* Grandmaster-Emblem bekommt einen roten Glow – passend zum „Bester Deal“-Fokus. */
.ph-app__card--year .ph-app__card-rank-icon {
    filter:
        drop-shadow(0 0 16px rgba(239, 68, 68, 0.55))
        drop-shadow(0 8px 20px rgba(0, 0, 0, 0.6));
}

.ph-app__card-price {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.01em;
    color: var(--ph-app-muted);
}

.ph-app__card-pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.4rem 0.65rem;
    width: 100%;
}

.ph-app__card-pricing-main {
    /* Preis darf nie gequetscht werden – das Ersparnis-Badge bricht stattdessen um. */
    flex: 0 0 auto;
    min-width: 0;
}

.ph-app__card-price .woocommerce-Price-amount {
    display: block;
    margin-bottom: 0.12rem;
    font-size: clamp(1.55rem, 2.3vw, 1.95rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.02em;
    white-space: nowrap;
    color: #ffffff;
}

.ph-app__card-price-period {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--ph-app-muted);
}

.ph-app__card-billing-note {
    margin: 0.3rem 0 0;
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.3;
    color: var(--ph-app-muted);
}

.ph-app__card-perks {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: flex-start;
    min-height: var(--ph-card-perks-min);
    padding: 0.6rem 1rem 0.65rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ph-app__card-perks-title {
    margin: 0 0 0.5rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ph-app-muted);
}

.ph-app__card-perks-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ph-app__card-perks-list li {
    position: relative;
    padding-left: 1.05rem;
    margin-bottom: 0.4rem;
    font-size: 0.78rem;
    line-height: 1.45;
    text-wrap: pretty;
    color: #d4d4d4;
}

.ph-app__card-perks-list li:last-child {
    margin-bottom: 0;
}

.ph-app__card-perks-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4ade80;
    font-weight: 800;
}

.ph-app__card-perks-list li.is-highlight {
    color: #fde68a;
    font-weight: 600;
}

/* Vererbungs-Bullet („Alles aus dem …-Paket“): Plus statt Haken, in der Akzentfarbe der Karte. */
.ph-app__card-perks-list li.is-inherit {
    color: var(--ph-app-text);
    font-weight: 700;
}

.ph-app__card-perks-list li.is-inherit::before {
    content: "+";
    color: var(--ph-card-accent);
    font-size: 1.05em;
    line-height: 1.3;
}

/* Auf der grünen Lifetime-Karte folgt das Highlight der Kartenfarbe statt Gold. */
.ph-app__card--lifetime .ph-app__card-perks-list li.is-highlight {
    color: #86efac;
}

/* Zielgruppen-Zeile zentriert direkt über dem Button. */
.ph-app__card-fit {
    margin: 0 0 0.55rem;
    padding-top: 0;
    font-size: 0.74rem;
    font-style: italic;
    line-height: 1.45;
    text-align: center;
    text-wrap: pretty;
    color: var(--ph-app-muted);
}

.ph-app__card-perks-placeholder {
    margin: auto 0;
    font-size: 0.78rem;
    line-height: 1.5;
    color: var(--ph-app-muted);
    text-align: left;
}

.ph-app__card-footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 0 0 auto;
    margin-top: auto;
    padding: 0 1rem 1rem;
}

.ph-app__card-cta,
.ph-app__card .academy-pkg-compare__cta {
    width: 100%;
    max-width: none;
    min-height: 3.3rem;
    padding: 0.62rem 1rem;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.65rem;
    transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.ph-app__card-cta .ph-app__card-cta-label,
.ph-app__card .academy-pkg-compare__cta .academy-pkg-compare__cta-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.1rem;
    line-height: 1.15;
}

/* Ersparnis als zweite Zeile im Button, z. B. „spare 119,45 €“. */
.ph-app__card-cta-sub {
    display: block;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    opacity: 0.82;
}

.ph-app__card-cta.is-busy,
.ph-app__card .academy-pkg-compare__cta.is-busy {
    opacity: 0.96;
    pointer-events: none;
    cursor: wait;
}

.ph-app__card-cta.is-busy .ph-app__card-cta-label,
.ph-app__card-cta.is-busy .academy-pkg-compare__cta-label,
.ph-app__card .academy-pkg-compare__cta.is-busy .academy-pkg-compare__cta-label {
    display: none !important;
}

.ph-app__card-cta.is-busy .ph-app__card-cta-feedback,
.ph-app__card .academy-pkg-compare__cta.is-busy .academy-pkg-compare__cta-feedback {
    display: none !important;
}

.ph-apc-cta-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.25rem;
    height: 1.25rem;
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, 0.28);
    border-top-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ph-app-cta-spin 0.7s linear infinite;
    pointer-events: none;
    z-index: 2;
}

.ph-app__card-cta.is-busy .ph-apc-cta-spinner,
.ph-app__card .academy-pkg-compare__cta.is-busy .ph-apc-cta-spinner {
    display: block;
}

.ph-app__card.is-recommended .ph-apc-cta-spinner {
    border-color: rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
}

@keyframes ph-app-cta-spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ph-app__card-cta-feedback,
.ph-app__card .academy-pkg-compare__cta-feedback {
    display: block;
    margin-top: 0.35rem;
    min-height: 0;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    opacity: 0;
    transition: opacity 160ms ease;
}

.ph-app__card-cta-feedback.is-visible,
.ph-app__card .academy-pkg-compare__cta-feedback.is-visible {
    opacity: 1;
}

/* Ein klarer Fokus: nur das hervorgehobene Paket bekommt einen gefüllten Button,
   alle anderen Pakete nutzen neutrale Ghost-Buttons. */
.ph-app__card:not(.is-recommended) .ph-app__card-cta,
.ph-app__card:not(.is-recommended) .academy-pkg-compare__cta {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff !important;
    box-shadow: none;
}

.ph-app__card:not(.is-recommended) .ph-app__card-cta:hover,
.ph-app__card:not(.is-recommended) .academy-pkg-compare__cta:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.34);
    box-shadow: none;
}

/* Lifetime-CTA: dezent grün getönt mit Glas-Effekt – sichtbar, aber schwächer als der Jahres-CTA. */
.ph-app__card.ph-app__card--lifetime .ph-app__card-cta,
.ph-app__card.ph-app__card--lifetime .academy-pkg-compare__cta {
    background: rgba(74, 222, 128, 0.12);
    border-color: rgba(74, 222, 128, 0.35);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 6px 18px rgba(74, 222, 128, 0.14);
}

.ph-app__card.ph-app__card--lifetime .ph-app__card-cta:hover,
.ph-app__card.ph-app__card--lifetime .academy-pkg-compare__cta:hover {
    background: rgba(74, 222, 128, 0.2);
    border-color: rgba(74, 222, 128, 0.55);
    box-shadow: 0 8px 22px rgba(74, 222, 128, 0.22);
}

.ph-app__card.is-recommended .ph-app__card-cta,
.ph-app__card.is-recommended .academy-pkg-compare__cta {
    background: linear-gradient(180deg, #f87171, #dc2626);
    color: #fff !important;
    box-shadow: 0 8px 22px rgba(239, 68, 68, 0.35);
}

.ph-app__card.is-recommended .ph-app__card-cta:hover,
.ph-app__card.is-recommended .academy-pkg-compare__cta:hover {
    color: #fff !important;
    box-shadow: 0 10px 26px rgba(239, 68, 68, 0.45);
}

.ph-app__card-cta:hover,
.ph-app__card .academy-pkg-compare__cta:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
}

.ph-app__card-hint {
    margin: 0.5rem 0 0;
    font-size: 0.72rem;
    color: var(--ph-app-muted);
}

.ph-app__features {
    padding: clamp(1rem, 2vw, 1.75rem) clamp(1.25rem, 3vw, 2.5rem) clamp(2rem, 4vw, 3.5rem);
}

.ph-app__features-inner {
    width: 100%;
    max-width: var(--ph-app-max);
    margin: 0 auto;
}

/* „Zugriff auf alle Inhalte“ als kompakte Leiste über den Feature-Karten */
.ph-app__benefits-bar {
    margin: 0 0 clamp(0.85rem, 1.8vw, 1.25rem);
}

.ph-app__benefits-bar .ph-app__pricing-shared-title {
    text-align: center;
}

.ph-app__benefits-bar .ph-app__pricing-shared-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1.75rem;
}

.ph-app__benefits-bar .ph-app__pricing-shared-list li {
    margin: 0;
}

.ph-app__section-title {
    position: relative;
    margin: 0 0 0.7rem;
    padding-bottom: 0.65rem;
    font-size: clamp(1.2rem, 1.9vw, 1.55rem);
    font-weight: 800;
    text-align: center;
    letter-spacing: -0.02em;
}

.ph-app__section-title span {
    background: linear-gradient(92deg, #ffffff 0%, #fecaca 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ph-app__section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 72px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ph-app-red), var(--ph-app-lifetime), var(--ph-app-gold));
    box-shadow: 0 0 16px rgba(139, 92, 246, 0.5);
}

.ph-app__features-lead {
    margin: 0 auto clamp(1rem, 2vw, 1.5rem);
    max-width: 60ch;
    font-size: clamp(0.85rem, 1.2vw, 0.95rem);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: var(--ph-app-muted);
}

/* Box „Zugriff auf alle Inhalte“ – nicht mehr im Markup, nur Fallback */
.ph-app__features-box {
    position: relative;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ph-app__features-box::before {
    display: none;
}

/* Benefits werden zur Kopfzeile der Box (mit Trennlinie) */
.ph-app__features-box .ph-app__benefits-bar {
    margin: 0 0 clamp(1rem, 2vw, 1.5rem);
    padding: 0 0 clamp(0.9rem, 1.8vw, 1.25rem);
    border: none;
    border-bottom: 1px solid var(--ph-app-border);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.ph-app__benefits-icon {
    margin-right: 0.45rem;
    color: var(--ph-app-gold);
    font-size: 0.9em;
}

.ph-app__features-stack {
    display: flex;
    flex-direction: column;
    gap: clamp(4.5rem, 11vw, 7.5rem);
}

.ph-app__feature-row {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(1.25rem, 3vw, 2.75rem);
    align-items: center;
    padding-block: clamp(0.5rem, 1.5vw, 1rem);
}

/* Scroll-Reveal: einblenden / ausblenden beim Scrollen */
.ph-app--feature-reveal .ph-app__feature-row {
    transition:
        opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.ph-app--feature-reveal .ph-app__feature-row.is-feature-await:not(.is-feature-visible) {
    opacity: 0;
}

.ph-app--feature-reveal .ph-app__feature-row.is-feature-hidden--below {
    opacity: 0;
    transform: translateY(48px);
}

.ph-app--feature-reveal .ph-app__feature-row.is-feature-hidden--above {
    opacity: 0;
    transform: translateY(-36px);
}

.ph-app--feature-reveal .ph-app__feature-row.is-feature-visible {
    opacity: 1;
    transform: translateY(0);
}

.ph-app__feature-row--reverse .ph-app__feature-row-visual {
    order: 2;
}

.ph-app__feature-row--reverse .ph-app__feature-row-copy {
    order: 1;
}

.ph-app__feature-row-copy h3 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.05rem, 1.8vw, 1.4rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: var(--ph-app-text);
    text-transform: none;
}

.ph-app__feature-row-lead {
    margin: 0 0 0.85rem;
    font-size: clamp(0.88rem, 1.15vw, 0.98rem);
    font-weight: 600;
    line-height: 1.45;
    color: #d4d4d8;
}

.ph-app__feature-row-body {
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    line-height: 1.65;
    color: var(--ph-app-muted);
}

.ph-app__feature-row-body p {
    margin: 0;
}

.ph-app__feature-row-body p + p {
    margin-top: 0.85rem;
}

.ph-app__feature-row-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(160px, 20vw, 240px);
    max-height: none;
    overflow: hidden;
    border: 1px solid var(--ph-app-border);
    border-radius: calc(var(--ph-app-radius-sm) + 2px);
    background: #111;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 14px 36px rgba(0, 0, 0, 0.34);
}

.ph-app__feature-row-visual .academy-pkg-compare__info-inner,
.ph-app__feature-row-visual .ph-app__feature-visual-inner {
    margin: 0;
    padding: 0.75rem;
    transform: none;
    transform-origin: center center;
    pointer-events: none;
}

.ph-app__features-grid {
    display: flex;
    flex-direction: column;
    gap: clamp(2rem, 4vw, 3.25rem);
}

.ph-app__feature-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(1.25rem, 3vw, 2.75rem);
    align-items: center;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    min-height: 0;
    transition: none;
}

.ph-app__feature-card:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
}

.ph-app__feature-visual {
    position: relative;
    min-height: clamp(200px, 24vw, 280px);
    max-height: none;
    overflow: hidden;
    border: 1px solid var(--ph-app-border);
    border-radius: var(--ph-app-radius-sm);
    background: #111;
}

.ph-app__feature-visual .academy-pkg-compare__info-inner,
.ph-app__feature-visual-inner {
    margin: 0;
    padding: 0.75rem;
    transform: none;
    transform-origin: center center;
    pointer-events: none;
}

.ph-app__feature-visual .academy-pkg-compare__info-toggle,
.ph-app__feature-visual .academy-pkg-compare__feature-detail {
    display: none !important;
}

/* Matchups & Synergien – echte Guide-Darstellung (nicht Champion-Marquee) */
.ph-app__feature-visual .academy-pkg-compare__info-visual--matchups_synergies,
.ph-app__feature-visual .academy-pkg-compare__matchups-synergies-preview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0.45rem 0.55rem;
}

.ph-app__feature-visual .academy-pkg-compare__matchups-synergies-preview {
    gap: 0.4rem;
}

.ph-app__feature-visual .academy-pkg-compare__matchups-synergies-preview .academy-pkg-compare__cg-section-card {
    padding: 0.45rem 0.55rem;
    border-radius: 8px;
}

.ph-app__feature-visual .academy-pkg-compare__matchups-synergies-preview .academy-pkg-compare__cg-section-kicker {
    margin-bottom: 0.35rem;
    font-size: 9px;
}

.ph-app__feature-visual .academy-pkg-compare__matchups-synergies-preview .academy-pkg-compare__cg-matchup-label {
    margin-bottom: 0.2rem;
    font-size: 8px;
}

.ph-app__feature-visual .academy-pkg-compare__matchups-synergies-preview .academy-pkg-compare__cg-matchups {
    gap: 0.35rem;
}

.ph-app__feature-visual .academy-pkg-compare__matchups-synergies-preview .academy-pkg-compare__cg-matchup-icons {
    gap: 0.25rem;
}

.ph-app__feature-visual .academy-pkg-compare__matchups-synergies-preview .academy-pkg-compare__cg-matchup-icons img {
    width: 22px;
    height: 22px;
}

.ph-app__feature-visual .academy-pkg-compare__matchups-synergies-preview .academy-pkg-compare__cg-section-body {
    display: none;
}

/* Coaching-Rabatt / Rabatte-Vorschau – zentriert in der Kartenfläche */
.ph-app__feature-visual .academy-pkg-compare__info-inner--flush:has(.academy-pkg-compare__discount-preview) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 140px;
    height: 100%;
    padding: 0.65rem 0.75rem;
    transform-origin: center center;
}

.ph-app__feature-visual .academy-pkg-compare__info-visual--coaching_10,
.ph-app__feature-visual .academy-pkg-compare__info-visual--coaching_50,
.ph-app__feature-visual .academy-pkg-compare__info-visual--discounts {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ph-app__feature-visual .academy-pkg-compare__discount-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.ph-app__feature-visual .academy-pkg-compare__info-inner--flush:has(.academy-pkg-compare__discount-preview--image) {
    padding: 0.35rem 0.45rem;
    min-height: 0;
}

.ph-app__feature-visual .academy-pkg-compare__discount-preview--image {
    width: 100%;
}

.ph-app__feature-visual .academy-pkg-compare__discount-preview-img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
    object-fit: cover;
}

.ph-app__feature-card:has(.academy-pkg-compare__discount-preview--image) .ph-app__feature-visual {
    max-height: none;
    min-height: 160px;
}

.ph-app__feature-visual .academy-pkg-compare__discount-preview--single .academy-pkg-compare__discount-cart-item {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    align-items: center;
    text-align: center;
}

.ph-app__feature-visual .academy-pkg-compare__discount-cart-label {
    text-align: center;
}

.ph-app__feature-visual .ph-academy-cart-item-badge {
    display: inline-block;
    margin: 0.2rem 0 0;
    text-align: center;
}

/* Champion Facts – ein Champion mit Bild, zentriert */
.ph-app__feature-visual .academy-pkg-compare__info-inner--flush:has(.academy-pkg-compare__facts-wrap) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 140px;
    height: 100%;
    padding: 0.55rem 0.65rem;
    transform-origin: center center;
}

.ph-app__feature-visual .academy-pkg-compare__info-visual--champion_facts {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ph-app__feature-visual .academy-pkg-compare__facts-wrap {
    width: 100%;
    padding: 0;
}

.ph-app__feature-visual .academy-pkg-compare__facts-embed .cg-facts-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    width: 100%;
}

.ph-app__feature-visual .academy-pkg-compare__facts-embed .cg-facts-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.45rem;
    padding: 0.55rem 0.65rem;
}

.ph-app__feature-visual .academy-pkg-compare__facts-embed .cg-facts-icon-wrap {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.ph-app__feature-visual .academy-pkg-compare__facts-embed .cg-facts-icon {
    width: 64px;
    height: 64px;
    object-fit: cover;
    display: block;
}

.ph-app__feature-visual .academy-pkg-compare__facts-embed .cg-facts-champion-name {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.2;
}

.ph-app__feature-visual .academy-pkg-compare__facts-embed .cg-facts-description {
    display: none;
}

/* OP.GG-Analyse – kompakte Vorschau in Feature-Karte */
.ph-app__feature-visual .academy-pkg-compare__info-inner--flush:has(.academy-pkg-compare__replay-preview--opgg) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 140px;
    height: 100%;
    padding: 0.45rem 0.55rem;
    transform-origin: center center;
}

.ph-app__feature-visual .academy-pkg-compare__info-visual--replay_opgg,
.ph-app__feature-visual .academy-pkg-compare__info-visual--replay {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ph-app__feature-visual .academy-pkg-compare__replay-preview--opgg {
    gap: 6px;
    padding: 0;
    width: 100%;
}

.ph-app__feature-visual .academy-pkg-compare__replay-preview--opgg .academy-pkg-compare__replay-type-kicker {
    margin-bottom: 4px;
    font-size: 9px;
    text-align: center;
}

.ph-app__feature-visual .academy-pkg-compare__opgg-mock {
    padding: 6px;
    gap: 5px;
}

.ph-app__feature-visual .academy-pkg-compare__opgg-rank {
    width: 28px;
    height: 28px;
}

.ph-app__feature-visual .academy-pkg-compare__opgg-summoner-meta strong {
    font-size: 10px;
}

.ph-app__feature-visual .academy-pkg-compare__opgg-stats {
    gap: 4px;
}

.ph-app__feature-visual .academy-pkg-compare__opgg-stat-value {
    font-size: 10px;
}

.ph-app__feature-visual .academy-pkg-compare__replay-preview--opgg .academy-pkg-compare__opgg-steps,
.ph-app__feature-visual .academy-pkg-compare__replay-preview--opgg .academy-pkg-compare__opgg-tagline {
    display: none;
}

/* Betreutes Spielen / Ingame Audio Guide – kompakt, Video klickbar */
.ph-app__feature-visual .academy-pkg-compare__info-inner--flush:has(.academy-pkg-compare__betreutes-preview) {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    min-height: 140px;
    height: 100%;
    padding: 0.4rem 0.5rem;
    transform-origin: center center;
    overflow: visible;
}

.ph-app__feature-visual .academy-pkg-compare__info-visual--coached_play {
    display: flex;
    width: 100%;
    height: 100%;
}

.ph-app__feature-visual-inner .academy-pkg-compare__betreutes-preview {
    gap: 5px;
    padding: 0;
    width: 100%;
}

.ph-app__feature-visual-inner .academy-pkg-compare__betreutes-kicker {
    font-size: 8px;
    text-align: center;
}

.ph-app__feature-visual-inner .academy-pkg-compare__betreutes-video {
    pointer-events: auto;
}

.ph-app__feature-visual-inner .academy-pkg-compare__betreutes-video iframe {
    pointer-events: auto;
    aspect-ratio: 16 / 10;
    max-height: 88px;
}

.ph-app__feature-visual-inner .academy-pkg-compare__betreutes-video-open {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: transparent;
}

.ph-app__feature-visual-inner .academy-pkg-compare__betreutes-video-play {
    pointer-events: auto;
    cursor: pointer;
    width: 36px;
    height: 36px;
}

.ph-app__feature-visual-inner .academy-pkg-compare__betreutes-video-play::after {
    margin: 9px 0 0 13px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 13px;
}

.ph-app__feature-visual-inner .academy-pkg-compare__betreutes-lanes {
    gap: 4px;
}

.ph-app__feature-visual-inner .academy-pkg-compare__betreutes-lane {
    width: 26px;
    height: 26px;
}

.ph-app__feature-visual-inner .academy-pkg-compare__betreutes-lane-icon {
    width: 14px;
    height: 14px;
}

.ph-app__feature-visual-inner .academy-pkg-compare__betreutes-audio {
    padding: 6px 8px;
    gap: 6px;
}

.ph-app__feature-visual-inner .academy-pkg-compare__mp3-play {
    width: 28px;
    height: 28px;
}

.ph-app__feature-visual-inner .academy-pkg-compare__mp3-time {
    font-size: 9px;
}

.ph-app__feature-visual-inner .academy-pkg-compare__betreutes-tagline {
    font-size: 8px;
}

.ph-app__feature-visual-inner .academy-pkg-compare__betreutes-more {
    display: none;
}

/* Ingame Audio Guide – nur Video, native Breite ohne Upscale */
.ph-app__chapter--feature-video .ph-app__feature-row-visual,
.ph-app__feature-row--video .ph-app__feature-row-visual,
.ph-app__feature-card--video .ph-app__feature-visual {
    min-height: auto;
    padding: clamp(0.65rem, 1.5vw, 0.85rem);
    overflow: visible;
    border-color: rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, #0a0a0e 100%);
}

.ph-app__chapter--feature-video .ph-app__feature-row-visual .academy-pkg-compare__info-inner,
.ph-app__feature-row--video .ph-app__feature-row-visual .academy-pkg-compare__info-inner,
.ph-app__feature-card--video .ph-app__feature-visual .academy-pkg-compare__info-inner,
.ph-app__feature-card--video .ph-app__feature-visual-inner {
    transform: none;
    padding: 0;
    height: auto;
    width: 100%;
}

.ph-app__feature-visual .academy-pkg-compare__betreutes-preview--video-only {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
}

.ph-app__feature-visual .academy-pkg-compare__betreutes-preview--video-only .academy-pkg-compare__betreutes-video {
    width: min(100%, 560px);
    pointer-events: auto;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.45);
}

.ph-app__feature-visual .academy-pkg-compare__betreutes-preview--video-only .academy-pkg-compare__betreutes-video iframe {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 16 / 9;
    pointer-events: auto;
}

.ph-app__feature-visual .academy-pkg-compare__betreutes-preview--video-only .academy-pkg-compare__betreutes-video-play {
    width: 48px;
    height: 48px;
}

.ph-app__feature-visual .academy-pkg-compare__betreutes-preview--video-only .academy-pkg-compare__betreutes-video-play::after {
    margin: 13px 0 0 18px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 17px;
}

/* Tierlists – S/A/B nebeneinander, ohne Beschreibungstext */
.ph-app__feature-visual .academy-pkg-compare__info-inner--flush:has(.academy-pkg-compare__tierlist-preview) {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 140px;
    height: 100%;
    padding: 0.4rem 0.5rem;
    transform-origin: center center;
}

.ph-app__feature-visual .academy-pkg-compare__info-visual--tier_list {
    width: 100%;
}

.ph-app__feature-visual-inner .academy-pkg-compare__tierlist-preview {
    padding: 0;
    width: 100%;
}

.ph-app__feature-visual-inner .academy-pkg-compare__tierlist-role {
    width: 26px;
    height: 26px;
}

.ph-app__feature-visual-inner .academy-pkg-compare__tierlist-role-icon {
    width: 14px;
    height: 14px;
}

.ph-app__feature-visual-inner .academy-pkg-compare__tierlist-header {
    margin-bottom: 4px;
}

.ph-app__feature-visual-inner .academy-pkg-compare__tierlist-header .champion-tierlist__patch {
    font-size: 10px;
    margin: 0;
}

.ph-app__feature-visual-inner .academy-pkg-compare__tierlist-header .champion-tierlist__lane {
    font-size: 8px;
}

.ph-app__feature-visual-inner .academy-pkg-compare__tierlist-preview .champion-tierlist__tier-letter {
    font-size: 1.1rem;
}

.ph-app__feature-visual-inner .academy-pkg-compare__tierlist-preview .champion-tierlist__card-icon {
    width: 20px;
    height: 20px;
}

.ph-app__feature-copy {
    padding: 0;
}

.ph-app__feature-copy h3 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.05rem, 1.8vw, 1.4rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    text-transform: none;
}

.ph-app__feature-copy p {
    margin: 0;
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    line-height: 1.65;
    color: var(--ph-app-muted);
}

/* Zielgruppe: Problem→Lösung-Karten */
.ph-app__pains {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.7rem, 1.5vw, 1rem);
    width: 100%;
    margin: 0 0 clamp(0.9rem, 2vw, 1.25rem);
}

.ph-app__pain-card {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: clamp(0.95rem, 1.6vw, 1.25rem);
    border: 1px solid var(--ph-app-border);
    border-radius: var(--ph-app-radius);
    background: var(--ph-app-surface);
    box-shadow: var(--ph-app-shadow-inset), 0 14px 36px rgba(0, 0, 0, 0.32);
    transition: border-color 200ms ease, box-shadow 200ms ease;
}

.ph-app__pain-card:hover {
    border-color: rgba(239, 68, 68, 0.35);
    box-shadow: var(--ph-app-shadow-inset), 0 18px 42px rgba(0, 0, 0, 0.38);
}

.ph-app__pain-card:hover .ph-app__pain-emote {
    transform: scale(1.08) rotate(-3deg);
}

.ph-app__pain-head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ph-app__pain-emote {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    object-fit: contain;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.45));
    transition: transform 200ms ease;
}

.ph-app__pain-card h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--ph-app-text);
    text-wrap: balance;
}

.ph-app__pain-card p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--ph-app-muted);
    text-wrap: pretty;
}

.ph-app__pain-card p::before {
    content: "→ ";
    font-weight: 700;
    color: var(--ph-app-red);
}

/* Überleitung von den Painpoints zu Rollen & Leveln */
.ph-app__pains-bridge {
    margin: 0 0 clamp(0.9rem, 2vw, 1.25rem);
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.01em;
    color: var(--ph-app-text);
}

@media (max-width: 900px) {
    .ph-app__pains {
        grid-template-columns: 1fr;
    }
}

.ph-app__audience {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(0.7rem, 1.5vw, 1rem);
    width: 100%;
    max-width: var(--ph-app-max);
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 3vw, 2.5rem) clamp(1rem, 2vw, 1.5rem);
}

.ph-app__audience-card {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 0.6rem;
    min-height: 0;
    padding: clamp(0.85rem, 1.5vw, 1.1rem);
    border: 1px solid var(--ph-app-border);
    border-radius: var(--ph-app-radius);
    background: var(--ph-app-surface);
    box-shadow: var(--ph-app-shadow-inset), 0 14px 36px rgba(0, 0, 0, 0.32);
    transition: border-color 200ms ease, box-shadow 200ms ease;
}

.ph-app__audience-card:hover {
    border-color: var(--ph-app-border-strong);
    box-shadow: var(--ph-app-shadow-inset), 0 18px 42px rgba(0, 0, 0, 0.38);
}

.ph-app__audience-card h3 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ph-app__audience-card h3::before {
    content: "";
    flex-shrink: 0;
    width: 22px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ph-app-red), var(--ph-app-lifetime));
}

.ph-app__audience-card--roles,
.ph-app__audience-card--levels,
.ph-app__audience-card--updates {
    display: grid;
    grid-template-rows: auto 1fr auto;
}

/* Rollen – eine Reihe */
.ph-app__roles--row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(0.5rem, 1.2vw, 0.85rem);
    width: 100%;
    margin: 0;
}

.ph-app__roles--row .ph-app__role {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    min-width: 0;
    transform: none;
}

.ph-app__roles--row .ph-app__role:hover {
    transform: translateY(-3px) scale(1.03);
    border-color: rgba(239, 68, 68, 0.45);
    box-shadow: 0 14px 28px rgba(239, 68, 68, 0.12);
    z-index: 2;
}

.ph-app__role {
    --ph-role-glow: rgba(239, 68, 68, 0.38);
    --ph-role-border: rgba(239, 68, 68, 0.28);

    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    padding: 0;
    border-radius: var(--ph-app-radius-sm);
    border: 1px solid var(--ph-role-border);
    background: var(--ph-app-surface);
    box-shadow: var(--ph-app-shadow-inset), 0 8px 22px rgba(0, 0, 0, 0.28);
    text-align: center;
    overflow: hidden;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

/* Legacy Pentagon-Layout (falls noch referenziert) */
.ph-app__roles--pentagon {
    position: relative;
    width: 100%;
    max-width: 300px;
    min-height: calc(148px * 2 + 0.75rem);
    margin: 0 auto 1rem;
    aspect-ratio: 1.08 / 1;
}

.ph-app__roles--pentagon .ph-app__role {
    position: absolute;
    width: clamp(68px, 28%, 84px);
    transform: translate(-50%, -50%);
}

.ph-app__roles--pentagon .ph-app__role--top,
.ph-app__roles--pentagon .ph-app__role--jungle,
.ph-app__roles--pentagon .ph-app__role--mid {
    top: 32%;
}

.ph-app__roles--pentagon .ph-app__role--top {
    left: 50%;
}

.ph-app__roles--pentagon .ph-app__role--jungle {
    left: 18%;
}

.ph-app__roles--pentagon .ph-app__role--mid {
    left: 82%;
}

.ph-app__roles--pentagon .ph-app__role--adc {
    top: 80%;
    left: 68%;
}

.ph-app__roles--pentagon .ph-app__role--support {
    top: 80%;
    left: 32%;
}

.ph-app__roles--pentagon .ph-app__role:hover {
    transform: translate(-50%, -50%) translateY(-3px) scale(1.04);
    border-color: rgba(239, 68, 68, 0.45);
    box-shadow: 0 14px 28px rgba(239, 68, 68, 0.12);
    z-index: 2;
}

.ph-app__role-emblem {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0.45rem 0.3rem 0.3rem;
    background: transparent;
}

.ph-app__role-icon {
    position: relative;
    z-index: 1;
    width: clamp(34px, 4.2vw, 42px);
    height: clamp(34px, 4.2vw, 42px);
    object-fit: contain;
    filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 16px var(--ph-role-glow));
}

.ph-app__role-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    padding: 0.35rem 0.3rem 0.5rem;
    background: transparent;
    flex-shrink: 0;
}

.ph-app__role-copy strong {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--ph-app-text);
}

/* Platzhalter nur im Pentagon-Layout */
.ph-app__roles--pentagon .ph-app__role-copy::after {
    content: "";
    display: block;
    height: 0.85rem;
}

/* Ränge – eine Reihe (Iron bis Challenger) */
.ph-app__levels {
    display: grid;
    gap: 0.75rem;
    align-content: start;
}

.ph-app__levels:not(.ph-app__levels--row) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ph-app__levels--row {
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: clamp(0.35rem, 0.8vw, 0.65rem);
    width: 100%;
    margin: 0;
}

.ph-app__levels--row .ph-app__level {
    min-height: 0;
    min-width: clamp(4.25rem, 8vw, 5.5rem);
}

.ph-app__levels--row .ph-app__level-emblem {
    min-height: clamp(2.75rem, 4.5vw, 3.5rem);
    padding: 0.35rem 0.2rem 0.25rem;
}

.ph-app__levels--row .ph-app__level-icon {
    width: clamp(32px, 3.6vw, 54px);
    height: clamp(32px, 3.6vw, 54px);
}

.ph-app__levels--row .ph-app__level-copy {
    padding: 0.25rem 0.2rem 0.35rem;
}

.ph-app__levels--row .ph-app__level-copy strong {
    font-size: clamp(0.58rem, 1.4vw, 0.72rem);
    line-height: 1.2;
    word-break: break-word;
}

.ph-app__level {
    --ph-level-glow: rgba(255, 255, 255, 0.08);
    --ph-level-border: rgba(255, 255, 255, 0.1);

    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 148px;
    padding: 0;
    border-radius: var(--ph-app-radius-sm);
    border: 1px solid var(--ph-level-border);
    background: var(--ph-app-surface);
    box-shadow: var(--ph-app-shadow-inset), 0 8px 22px rgba(0, 0, 0, 0.28);
    text-align: center;
    overflow: hidden;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ph-app__level:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
}

.ph-app__level--iron {
    --ph-level-glow: rgba(156, 163, 175, 0.35);
    --ph-level-border: rgba(156, 163, 175, 0.28);
}

.ph-app__level--bronze {
    --ph-level-glow: rgba(180, 83, 9, 0.38);
    --ph-level-border: rgba(180, 83, 9, 0.3);
}

.ph-app__level--silver {
    --ph-level-glow: rgba(148, 163, 184, 0.38);
    --ph-level-border: rgba(148, 163, 184, 0.3);
}

.ph-app__level--gold {
    --ph-level-glow: rgba(234, 179, 8, 0.42);
    --ph-level-border: rgba(234, 179, 8, 0.32);
}

.ph-app__level--platinum {
    --ph-level-glow: rgba(45, 212, 191, 0.35);
    --ph-level-border: rgba(45, 212, 191, 0.28);
}

.ph-app__level--emerald {
    --ph-level-glow: rgba(52, 211, 153, 0.38);
    --ph-level-border: rgba(52, 211, 153, 0.3);
}

.ph-app__level--diamond {
    --ph-level-glow: rgba(34, 211, 238, 0.4);
    --ph-level-border: rgba(34, 211, 238, 0.3);
}

.ph-app__level--master {
    --ph-level-glow: rgba(192, 132, 252, 0.4);
    --ph-level-border: rgba(192, 132, 252, 0.3);
}

.ph-app__level--grandmaster {
    --ph-level-glow: rgba(244, 63, 94, 0.42);
    --ph-level-border: rgba(251, 113, 133, 0.32);
}

.ph-app__level--challenger {
    --ph-level-glow: rgba(245, 158, 11, 0.45);
    --ph-level-border: rgba(250, 204, 21, 0.32);
}

.ph-app__level-emblem {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 96px;
    padding: 0.85rem 0.5rem 0.55rem;
    background: radial-gradient(
        70% 85% at 50% 35%,
        var(--ph-level-glow) 0%,
        rgba(0, 0, 0, 0) 72%
    );
}

/* Challenger: Gold-zu-Cyan-Glow wie beim offiziellen Emblem. */
.ph-app__level--challenger .ph-app__level-emblem {
    background: radial-gradient(
        70% 85% at 50% 35%,
        rgba(245, 158, 11, 0.45) 0%,
        rgba(56, 189, 248, 0.28) 50%,
        rgba(0, 0, 0, 0) 72%
    );
}

.ph-app__level-emblem::after {
    content: "";
    position: absolute;
    inset: auto 12% 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--ph-level-border), transparent);
}

.ph-app__level-icon {
    position: relative;
    z-index: 1;
    width: clamp(72px, 9vw, 88px);
    height: clamp(72px, 9vw, 88px);
    object-fit: contain;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 18px var(--ph-level-glow));
}

.ph-app__level-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    padding: 0.55rem 0.65rem 0.7rem;
    background: rgba(0, 0, 0, 0.22);
}

.ph-app__level-copy strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: var(--ph-app-text);
}

.ph-app__level-copy span {
    display: block;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ph-app-muted);
}

.ph-app__audience-cta {
    display: inline-flex;
    width: 100%;
    margin-top: 0;
    justify-content: center;
    padding: 0.45rem 0.85rem;
    flex-shrink: 0;
    border-radius: 999px;
    border: 1px solid var(--ph-app-border);
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ph-app-text);
    text-align: center;
    box-shadow: var(--ph-app-shadow-inset);
}

.ph-app__audience-card--updates {
    position: relative;
    overflow: hidden;
}

.ph-app__updates-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(0.6rem, 1.2vw, 0.9rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.ph-app__update-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 100%;
    padding: 0.6rem 0.6rem;
    text-align: center;
    border-radius: var(--ph-app-radius-sm);
    border: 1px solid rgba(239, 68, 68, 0.22);
    background: var(--ph-app-surface);
    box-shadow: var(--ph-app-shadow-inset), 0 8px 20px rgba(0, 0, 0, 0.24);
    transition: border-color 200ms ease, transform 200ms ease;
}

.ph-app__update-item:hover {
    transform: translateY(-2px);
    border-color: rgba(239, 68, 68, 0.35);
}

.ph-app__update-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(239, 68, 68, 0.18);
    color: #fca5a5;
}

.ph-app__update-icon svg {
    width: 22px;
    height: 22px;
}

.ph-app__update-label {
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--ph-app-text);
}

.ph-app__updates-visual {
    margin-top: 1rem;
    text-align: center;
}

.ph-app__updates-visual img {
    max-width: 160px;
    height: auto;
    filter: drop-shadow(0 8px 24px rgba(239, 68, 68, 0.25));
}

/* Monats-Paket: niederschwellige Option nach Features & Zielgruppe */
.ph-app__pricing-month {
    padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 3vw, 2.5rem);
    scroll-margin-top: 96px;
}

.ph-app__pricing-month-inner {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}

.ph-app__pricing-month-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ph-app-muted);
}

.ph-app__pricing-month-title {
    margin: 0 0 0.55rem;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--ph-app-text);
}

.ph-app__pricing-month-lead {
    margin: 0 auto 1.35rem;
    max-width: 42ch;
    font-size: clamp(0.88rem, 1.1vw, 0.98rem);
    line-height: 1.55;
    color: var(--ph-app-muted);
}

.ph-app__pricing-month-card {
    text-align: left;
}

.ph-app__footer-cta {
    padding: clamp(0.75rem, 2vw, 1.5rem) clamp(1.25rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem);
}

.ph-app__footer-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
    max-width: var(--ph-app-max);
    margin: 0 auto;
    padding: clamp(1.35rem, 2.6vw, 2rem) clamp(1.5rem, 3vw, 2.25rem);
    border-radius: var(--ph-app-radius);
    background: linear-gradient(120deg, rgba(127, 29, 29, 0.9) 0%, rgba(28, 12, 14, 0.95) 60%, rgba(12, 12, 16, 0.96) 100%);
    border: 1px solid rgba(239, 68, 68, 0.4);
    box-shadow: var(--ph-app-shadow-inset), 0 22px 55px rgba(127, 29, 29, 0.28);
    overflow: hidden;
}

.ph-app__footer-inner::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -10%;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(248, 113, 113, 0.35), transparent 65%);
    pointer-events: none;
}

.ph-app__footer-kicker {
    margin: 0 0 0.25rem;
    font-size: 0.85rem;
    color: #fca5a5;
}

.ph-app__footer-copy {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.ph-app__footer-cta h2 {
    margin: 0;
    font-size: clamp(1rem, 1.85vw, 1.35rem);
    font-weight: 800;
    line-height: 1.3;
    max-width: 52ch;
}

.ph-app__footer-btn {
    position: relative;
}

.ph-app__footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1.35rem;
    border-radius: 12px;
    background: linear-gradient(180deg, #f87171, var(--ph-app-red-deep));
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 10px 28px rgba(239, 68, 68, 0.35);
    transition: transform 160ms ease, filter 160ms ease;
}

.ph-app__footer-btn:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
    color: #fff;
}

.ph-app__footer-btn-icon {
    font-size: 1.1rem;
}

/* Top-Bereich stapeln: Texte über den Paketen */
@media (max-width: 1080px) {
    .ph-app__top-inner {
        grid-template-columns: 1fr;
    }

    .ph-app__top-left {
        position: static;
        align-items: center;
        text-align: center;
    }

    .ph-app__hero-brand {
        align-items: center;
        text-align: center;
    }

    .ph-app__hero-copy {
        align-items: center;
        text-align: center;
    }

    .ph-app__subheadline {
        margin: 0 auto;
        max-width: 60ch;
    }

    .ph-app__hero-points {
        justify-content: center;
    }

    .ph-app__pricing-head {
        text-align: center;
    }

    .ph-app__pricing-title {
        text-align: center;
    }
}

@media (max-width: 720px) {
    .ph-app__audience {
        padding-left: clamp(1rem, 4vw, 1.5rem);
        padding-right: clamp(1rem, 4vw, 1.5rem);
    }

    .ph-app__pricing-grid,
    .ph-app__pricing-grid--subs,
    .ph-app__pricing-grid--subs-primary,
    .ph-app__pricing-grid--quad {
        gap: clamp(1.65rem, 5.5vw, 2.15rem);
    }

    .ph-app__pricing-grid--subs .ph-app__card-header:has(.ph-app__card-title.has-rank),
    .ph-app__pricing-grid--subs-primary .ph-app__card-header:has(.ph-app__card-title.has-rank),
    .ph-app__pricing-grid--quad .ph-app__card-header:has(.ph-app__card-title.has-rank) {
        padding-top: 0.85rem;
    }

    .ph-app__pricing-grid--subs {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .ph-app__pricing-grid--subs-primary .ph-app__card.is-recommended {
        transform: none;
    }

    .ph-app__pricing-grid--subs-primary .ph-app__card.is-recommended:hover {
        transform: translateY(-4px);
    }

    .ph-app__pricing-grid--lifetime {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-top: clamp(-3.5rem, -11vw, -2.25rem);
    }

    .ph-app__pricing-grid--lifetime .ph-app__card-rank-icon {
        width: clamp(80px, 22vw, 100px);
        height: clamp(80px, 22vw, 100px);
        margin: clamp(-62px, -16vw, -48px) 0 0.4rem -8px;
    }

    .ph-app__pricing-grid--lifetime .ph-app__card {
        grid-template-columns: 1fr;
    }

    .ph-app__pricing-grid--lifetime .ph-app__card-header {
        border-radius: var(--ph-app-radius-sm) var(--ph-app-radius-sm) 0 0;
    }

    .ph-app__pricing-grid--lifetime .ph-app__card-perks {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

    .ph-app__feature-row,
    .ph-app__feature-card {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .ph-app__feature-row--reverse .ph-app__feature-row-visual,
    .ph-app__feature-row--reverse .ph-app__feature-row-copy {
        order: unset;
    }

    .ph-app__feature-row-visual,
    .ph-app__feature-visual {
        min-height: 200px;
    }

    .ph-app__roles--row {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.45rem;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        padding-bottom: 0.25rem;
        margin-inline: -0.15rem;
        padding-inline: 0.15rem;
    }

    .ph-app__roles--row .ph-app__role {
        flex: 0 0 clamp(4.75rem, 18vw, 5.5rem);
        scroll-snap-align: start;
    }

    .ph-app__role-emblem {
        min-height: 52px;
    }

    .ph-app__role-icon {
        width: 34px;
        height: 34px;
    }

    .ph-app__role-copy strong {
        font-size: 0.58rem;
    }

    .ph-app__levels--row {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.4rem;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        padding-bottom: 0.25rem;
        margin-inline: -0.15rem;
        padding-inline: 0.15rem;
    }

    .ph-app__levels--row .ph-app__level {
        flex: 0 0 clamp(3.5rem, 12vw, 4.25rem);
        scroll-snap-align: start;
    }

    .ph-app__levels--row .ph-app__level-icon {
        width: 32px;
        height: 32px;
    }

    .ph-app__levels--row .ph-app__level-copy strong {
        font-size: 0.52rem;
    }

    .ph-app__updates-list {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .ph-app__update-label {
        font-size: 0.72rem;
    }

    .ph-app__footer-inner {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .ph-app__footer-btn {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .ph-app__chapter--opening .ph-app__headline {
        font-size: clamp(1.55rem, 8.5vw, 2rem);
    }

    .ph-app__chapter--opening .ph-app__subheadline {
        font-size: 0.95rem;
    }

    .ph-app__top {
        padding-left: clamp(1rem, 4vw, 1.25rem);
        padding-right: clamp(1rem, 4vw, 1.25rem);
    }

    .ph-app__pricing-grid--quad {
        grid-template-columns: 1fr;
    }

    .ph-app__chapter {
        padding-left: clamp(1rem, 4vw, 1.25rem);
        padding-right: clamp(1rem, 4vw, 1.25rem);
    }

    .ph-app__chapter--section-block .ph-app__feature-shot-img,
    .ph-app__chapter--section-block .ph-app__feature-visual .academy-pkg-compare__info-inner,
    .ph-app__chapter--section-block .ph-app__feature-visual-inner {
        max-height: min(38vh, 240px);
    }

    .ph-app__feature-carousel-dot {
        width: 0.62rem;
        height: 0.62rem;
    }
}

/* ==========================================================================
   Scroll Story – Apple-artige Kapitel-Seite
   ========================================================================== */

.ph-app__story {
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Sanftes Ambient-Licht – kontinuierlich per JS interpoliert */
.ph-app__ambient {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.55;
    background:
        radial-gradient(62% 50% at var(--ph-ambient-x1, 50%) var(--ph-ambient-y1, 22%), var(--ph-ambient-c1, rgba(239, 68, 68, 0.16)), transparent 72%),
        radial-gradient(48% 42% at var(--ph-ambient-x2, 50%) var(--ph-ambient-y2, 78%), var(--ph-ambient-c2, rgba(139, 92, 246, 0.1)), transparent 68%);
    transition: none;
}

/* Fixierte Sektions-Navigation – erst nach Opening-Animation */
.ph-app__story-nav {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 100050;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.12rem;
    max-width: min(11rem, 36vw);
    padding: 0.7rem 0.55rem 0.7rem 0.85rem;
    border-radius: 14px 0 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-right: none;
    background: rgba(8, 8, 12, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transform: translateY(-50%) translateX(10px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.55s var(--ph-ease-out),
        visibility 0s linear 0.55s,
        transform 0.55s var(--ph-ease-out);
}

html:has(.ph-app.ph-app--intro-done:not(.ph-app--riot-gate)) .ph-app__story-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(-50%);
    transition-delay: 0.75s;
}

html:has(.ph-app.ph-app--riot-gate) .ph-app__story-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Features & restlicher Seiteninhalt – nach Hero-Headline, parallel zum Bento-Ring */
.ph-app:not(.ph-app--intro-done) .ph-app__story-main {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.ph-app--intro-done .ph-app__story-main {
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible;
    pointer-events: auto;
    transition:
        opacity 0.45s var(--ph-ease-out) 0.75s,
        visibility 0s linear 0.75s;
}

.ph-app__story-nav-link {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    padding: 0.42rem 0.55rem 0.42rem 0.45rem;
    border-radius: 8px;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.62);
    white-space: nowrap;
    transition:
        color 0.25s var(--ph-ease-out),
        background 0.25s var(--ph-ease-out),
        box-shadow 0.25s var(--ph-ease-out);
}

.ph-app__story-nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.ph-app__story-nav-link.is-active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.12),
        0 0 18px var(--ph-section-glow, rgba(239, 68, 68, 0.22));
}

.ph-app__story-nav-link.is-active::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-left: 0.4rem;
    margin-right: 0;
    border-radius: 50%;
    background: var(--ph-section-accent, #ef4444);
    box-shadow: 0 0 10px var(--ph-section-glow, rgba(239, 68, 68, 0.45));
    flex-shrink: 0;
}

/* Feature-CTA → Mitgliedschaft */
.ph-app__feature-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
    width: 100%;
    max-width: 100%;
    margin-top: clamp(1.25rem, 3vh, 1.75rem);
}

.ph-app__feature-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    padding: 0.62rem 1.15rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #fff;
    transition: transform 180ms var(--ph-ease-out), filter 180ms var(--ph-ease-out), box-shadow 180ms var(--ph-ease-out);
}

.ph-app__feature-cta:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
    color: #fff;
}

.ph-app__feature-cta--champion-guides {
    background: linear-gradient(180deg, #f87171, #b91c1c);
    box-shadow: 0 8px 22px rgba(239, 68, 68, 0.32);
}

.ph-app__feature-cta--kits-kurse {
    background: linear-gradient(180deg, #fde047, #a16207);
    color: #111;
    box-shadow: 0 8px 22px rgba(234, 179, 8, 0.28);
}

.ph-app__feature-cta--kits-kurse:hover {
    color: #111;
}

.ph-app__feature-cta--extras {
    background: linear-gradient(180deg, #a78bfa, #6d28d9);
    box-shadow: 0 8px 22px rgba(139, 92, 246, 0.32);
}

.ph-app__feature-next {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0;
    padding: 0.15rem 0;
    border: 0;
    background: none;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--ph-app-muted);
    opacity: 0.45;
    transition: opacity 0.2s ease, color 0.2s ease, transform 0.2s ease;
    cursor: pointer;
    font-family: inherit;
}

.ph-app__feature-next:hover {
    opacity: 0.82;
    color: var(--ph-app-text);
    transform: translateX(2px);
}

.ph-app__feature-next--section:hover {
    transform: translateY(2px);
}

.ph-app__feature-next-icon {
    font-size: 0.82rem;
    line-height: 1;
    opacity: 0.75;
}

/* Scroll-Fortschritt – dezente Linie rechts */
.ph-app__scroll-progress {
    position: fixed;
    top: clamp(5rem, 12vh, 7rem);
    right: clamp(0.65rem, 1.5vw, 1.25rem);
    z-index: 4;
    width: 2px;
    height: min(42vh, 320px);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
    opacity: 0;
    transform: translateX(6px);
    transition: opacity 0.5s var(--ph-ease-out), transform 0.5s var(--ph-ease-out);
}

.ph-app--intro-done .ph-app__scroll-progress {
    opacity: 1;
    transform: none;
}

.ph-app__scroll-progress-bar {
    display: block;
    width: 100%;
    height: 0%;
    border-radius: inherit;
    background: linear-gradient(180deg, var(--ph-section-accent, var(--ph-app-red)), rgba(255, 255, 255, 0.35));
    box-shadow: 0 0 12px var(--ph-section-glow, rgba(239, 68, 68, 0.18));
    transition: height 0.12s linear;
}

.ph-app__chapter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: min(100vh, 920px);
    min-height: min(100dvh, 920px);
    padding: var(--ph-chapter-pad-y) clamp(1.25rem, 4vw, 2.75rem);
    scroll-margin-top: 0;
}

.ph-app__chapter::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: min(680px, 72%);
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.07), transparent);
    pointer-events: none;
}

.ph-app__chapter--hero::after,
.ph-app__chapter--opening::after,
.ph-app__chapter--section-block::after,
.ph-app__chapter--footer::after {
    display: none;
}

.ph-app__chapter-inner {
    width: 100%;
    max-width: var(--ph-app-max);
    margin: 0 auto;
}

.ph-app__chapter-inner--hero,
.ph-app__chapter-inner--opening {
    max-width: 920px;
    text-align: center;
}

.ph-app__chapter--opening {
    min-height: var(--ph-hero-viewport-height);
    min-height: var(--ph-hero-viewport-height-d);
    align-items: stretch;
    padding: 0;
    overflow: visible;
}

.ph-app__opening-stage {
    position: relative;
    width: 100%;
    max-width: var(--ph-app-max);
    margin: 0 auto;
    min-height: var(--ph-hero-viewport-height);
    min-height: var(--ph-hero-viewport-height-d);
    background:
        radial-gradient(70% 55% at 50% 42%, rgba(239, 68, 68, 0.1), transparent 68%),
        radial-gradient(55% 45% at 50% 88%, rgba(139, 92, 246, 0.06), transparent 70%);
}

.ph-app--intro-playing .ph-app__opening-stage {
    min-height: var(--ph-hero-viewport-height);
    min-height: var(--ph-hero-viewport-height-d);
}

.ph-app__opening-hub {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: var(--ph-hero-viewport-height);
    min-height: var(--ph-hero-viewport-height-d);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.8s var(--ph-ease-out), visibility 0s linear 0.8s;
}

.ph-app--intro-done .ph-app__opening-hub {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.ph-app__riot-gate {
    position: absolute;
    inset: 0;
    z-index: 25;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 3vw, 2rem);
}

.ph-app__riot-gate[aria-hidden="true"],
.ph-app--intro-done .ph-app__riot-gate {
    display: none;
}

.ph-app--intro-done.ph-app--bento-done .ph-app__bento-cell {
    --bento-enter-x: 0px;
    --bento-enter-y: 0px;
    opacity: var(--bento-rest-opacity);
    transform: translate(-50%, -50%);
}

.ph-app__riot-gate-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.25rem, 3vh, 1.75rem);
    max-width: min(100%, 420px);
}

.ph-app--riot-gate .ph-app__riot-gate .ph-app__hero-summoner {
    margin: 0;
}

.ph-app--riot-gate:not(.ph-app--intro-playing) .ph-app__intro-cinema {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.ph-app--riot-gate .ph-app__scroll-progress {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.ph-app__opening-copy {
    position: relative;
    z-index: 5;
    max-width: min(520px, 90vw);
    margin: 0 auto;
    padding: clamp(1rem, 3vw, 1.75rem);
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    filter: blur(8px);
    transition:
        opacity 0.65s var(--ph-ease-out) 0.25s,
        transform 0.65s var(--ph-ease-out) 0.25s,
        filter 0.65s var(--ph-ease-out) 0.25s;
}

.ph-app--intro-done .ph-app__opening-copy {
    opacity: 1;
    transform: none;
    filter: blur(0);
}

.ph-app__chapter--opening .ph-app__hero-brand {
    align-items: center;
    margin-bottom: clamp(0.85rem, 2vh, 1.25rem);
}

.ph-app__chapter--opening .ph-app__hero-copy {
    align-items: center;
}

.ph-app__chapter--opening .ph-app__logo {
    width: min(100%, 280px);
    max-width: 280px;
    margin: 0 auto;
}

.ph-app__chapter--opening .ph-app__headline {
    margin: 0 0 1rem;
    font-size: clamp(1.85rem, 4.5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.ph-app__chapter--opening .ph-app__subheadline {
    max-width: 40ch;
    margin: 0 auto;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    line-height: 1.55;
    text-wrap: pretty;
}

.ph-app__hero-actions {
    display: flex;
    justify-content: center;
    margin-top: clamp(1.15rem, 2.8vh, 1.65rem);
}

/* Identifikations-Zeile direkt unter dem Hero-CTA */
.ph-app__hero-fit {
    margin: 0.8rem 0 0;
    font-size: 0.82rem;
    letter-spacing: 0.01em;
    text-align: center;
    color: var(--ph-app-muted);
}

.ph-app__hero-summoner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    margin: clamp(1rem, 2.5vh, 1.35rem) auto 0;
    max-width: min(100%, 420px);
}

.ph-app__hero-summoner-emblem {
    position: relative;
    width: 84px;
    height: 84px;
    flex-shrink: 0;
}

.ph-app__hero-summoner-icon {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.38);
}

.ph-app__hero-summoner-rank {
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.45));
}

.ph-app__hero-summoner-copy {
    text-align: center;
}

.ph-app__hero-summoner-name {
    margin: 0;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--ph-app-text);
}

.ph-app__hero-summoner-tag {
    margin-left: 0.2rem;
    font-weight: 600;
    color: var(--ph-app-muted);
}

.ph-app__hero-summoner-rank-label {
    margin: 0.35rem 0 0;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fca5a5;
}

.ph-app__hero-summoner-level {
    margin: 0.25rem 0 0;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ph-app-muted);
}

.ph-app__riot-gate-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.78rem 1.45rem;
    border: 1px solid rgba(251, 191, 36, 0.42);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(251, 191, 36, 0.18), rgba(234, 179, 8, 0.08));
    color: #fde68a;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: transform 160ms ease, filter 160ms ease, border-color 160ms ease;
}

.ph-app__riot-gate-play:hover:not(:disabled) {
    filter: brightness(1.08);
    transform: translateY(-1px);
    border-color: rgba(251, 191, 36, 0.62);
}

.ph-app__riot-gate-play:disabled {
    opacity: 0.65;
    cursor: wait;
}

.ph-app__hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.72rem 1.35rem;
    border-radius: 999px;
    border: 1px solid rgba(239, 68, 68, 0.45);
    background: linear-gradient(180deg, #f87171, #b91c1c);
    color: #fff;
    font-size: clamp(0.88rem, 1.2vw, 0.98rem);
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(239, 68, 68, 0.35);
    transition: transform 180ms var(--ph-ease-out), filter 180ms var(--ph-ease-out), box-shadow 180ms var(--ph-ease-out);
}

.ph-app__hero-cta:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 14px 34px rgba(239, 68, 68, 0.42);
}

.ph-app__hero-cta::after {
    content: "→";
    font-size: 1.05em;
    line-height: 1;
}

.ph-app__chapter-inner--narrow {
    max-width: 560px;
    text-align: center;
}

.ph-app__chapter-inner--wide {
    max-width: 1120px;
}

.ph-app__chapter-inner--split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    align-items: center;
}

.ph-app__chapter--hero {
    min-height: 100vh;
    min-height: 100dvh;
    padding-bottom: clamp(5rem, 14vh, 8rem);
    background:
        radial-gradient(70% 55% at 50% 18%, rgba(239, 68, 68, 0.1), transparent 68%),
        radial-gradient(55% 45% at 50% 85%, rgba(139, 92, 246, 0.08), transparent 70%);
}

.ph-app__chapter--hero .ph-app__hero-brand {
    align-items: center;
    margin-bottom: clamp(1.25rem, 3vh, 2rem);
}

.ph-app__chapter--hero .ph-app__hero-copy {
    align-items: center;
}

.ph-app__chapter--hero .ph-app__logo {
    width: min(100%, 300px);
    max-width: 300px;
    margin: 0 auto;
}

.ph-app__chapter--hero .ph-app__headline {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 5.5vw, 3.75rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-wrap: balance;
    color: var(--ph-app-text);
}

.ph-app__chapter--hero .ph-app__subheadline {
    max-width: 36ch;
    margin: 0 auto;
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    line-height: 1.55;
    font-weight: 400;
    text-wrap: pretty;
    color: var(--ph-app-muted);
}

.ph-app__chapter-head {
    margin: 0 0 clamp(2rem, 5vh, 3rem);
    text-align: center;
}

.ph-app__chapter-kicker {
    margin: 0 0 0.5rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ph-section-accent, var(--ph-app-muted));
    text-shadow: 0 0 18px var(--ph-section-glow, transparent);
}

.ph-app__chapter-title {
    margin: 0;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    text-wrap: balance;
    background: linear-gradient(180deg, #ffffff 0%, #d4d4d8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--ph-app-text);
}

.ph-app__chapter-head::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin: clamp(1rem, 2.2vh, 1.35rem) auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--ph-section-accent, var(--ph-app-red)), transparent);
    box-shadow: 0 0 16px var(--ph-section-glow, rgba(239, 68, 68, 0.3));
}

.ph-app__chapter-lead {
    margin: 0.85rem auto 0;
    max-width: 42ch;
    font-size: clamp(0.95rem, 1.2vw, 1.05rem);
    line-height: 1.6;
    text-wrap: pretty;
    color: var(--ph-app-muted);
}

.ph-app__scroll-cue {
    position: absolute;
    left: 50%;
    bottom: clamp(1.5rem, 4vh, 2.5rem);
    z-index: 100040;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    transform: translateX(-50%);
    color: var(--ph-app-muted);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 1;
    pointer-events: auto;
    transition: color 0.25s var(--ph-ease-out), opacity 0.45s var(--ph-ease-out), transform 0.45s var(--ph-ease-out);
    animation: phScrollCueBob 2.4s ease-in-out infinite;
}

.ph-app--intro-playing .ph-app__chapter--opening .ph-app__scroll-cue {
    opacity: 0;
    pointer-events: none;
    animation: none;
}

.ph-app:not(.ph-app--intro-done) .ph-app__chapter--opening .ph-app__scroll-cue {
    opacity: 0;
    pointer-events: none;
    animation: none;
}

/* Am Viewport fixieren – bleibt auf Full HD unter dem Site-Header sichtbar */
.ph-app--intro-done .ph-app__chapter--opening:not(.is-past) .ph-app__scroll-cue {
    position: fixed;
    left: 50%;
    bottom: max(1.15rem, env(safe-area-inset-bottom, 0px));
    opacity: 1;
    pointer-events: auto;
    animation: phScrollCueBob 2.4s ease-in-out infinite;
}

.ph-app__chapter--opening.is-past .ph-app__scroll-cue {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
    animation: none;
    pointer-events: none;
}

.ph-app__scroll-cue:hover {
    color: var(--ph-app-text);
}

.ph-app__scroll-cue-icon {
    font-size: 1.1rem;
    line-height: 1;
    opacity: 0.85;
}

@keyframes phScrollCueBob {
    0%,
    100% {
        transform: translateX(-50%) translateY(0);
        opacity: 0.65;
    }

    50% {
        transform: translateX(-50%) translateY(6px);
        opacity: 1;
    }
}

/* Scroll-Reveal: Inhalte pro Kapitel einblenden – gestaffelt, richtungsabhängig */
.ph-app--scroll-story .ph-app__reveal {
    opacity: 0;
    transform: translateY(36px);
    transition:
        opacity 1s var(--ph-ease-out),
        transform 1s var(--ph-ease-out);
}

.ph-app--scroll-story .ph-app__reveal--visual {
    transform: translateX(-40px) translateY(12px);
    filter: blur(6px);
    transition:
        opacity 1.05s var(--ph-ease-out),
        transform 1.05s var(--ph-ease-out),
        filter 1.05s var(--ph-ease-out);
}

.ph-app--scroll-story .ph-app__reveal--copy {
    transform: translateX(32px) translateY(16px);
    transition:
        opacity 1s var(--ph-ease-out),
        transform 1s var(--ph-ease-out);
    transition-delay: 120ms;
}

.ph-app--scroll-story .ph-app__chapter--feature-reverse .ph-app__reveal--visual {
    transform: translateX(40px) translateY(12px);
}

.ph-app--scroll-story .ph-app__chapter--feature-reverse .ph-app__reveal--copy {
    transform: translateX(-32px) translateY(16px);
}

.ph-app--scroll-story .ph-app__chapter.is-in-view .ph-app__reveal {
    opacity: 1;
    transform: none;
}

.ph-app--scroll-story .ph-app__chapter.is-in-view .ph-app__reveal--visual {
    filter: blur(0);
}

.ph-app--scroll-story .ph-app__chapter.is-in-view .ph-app__reveal:nth-child(1):not(.ph-app__reveal--copy):not(.ph-app__reveal--visual) {
    transition-delay: 0ms;
}

.ph-app--scroll-story .ph-app__chapter.is-in-view .ph-app__reveal:nth-child(2):not(.ph-app__reveal--copy):not(.ph-app__reveal--visual) {
    transition-delay: 90ms;
}

.ph-app--scroll-story .ph-app__chapter.is-in-view .ph-app__reveal:nth-child(3):not(.ph-app__reveal--copy):not(.ph-app__reveal--visual) {
    transition-delay: 180ms;
}

.ph-app--scroll-story .ph-app__chapter.is-in-view .ph-app__reveal:nth-child(4):not(.ph-app__reveal--copy):not(.ph-app__reveal--visual) {
    transition-delay: 270ms;
}

.ph-app--scroll-story .ph-app__chapter.is-in-view .ph-app__reveal--visual {
    transition-delay: 0ms;
}

.ph-app--scroll-story .ph-app__chapter.is-in-view .ph-app__reveal--copy {
    transition-delay: 140ms;
}

.ph-app__chapter--feature {
    scroll-margin-top: clamp(1rem, 3vh, 2rem);
}

.ph-app__chapter--section-block {
    align-items: stretch;
    justify-content: flex-start;
    box-sizing: border-box;
    min-height: var(--ph-hero-viewport-height);
    min-height: var(--ph-hero-viewport-height-d);
    max-height: var(--ph-hero-viewport-height);
    max-height: var(--ph-hero-viewport-height-d);
    height: var(--ph-hero-viewport-height);
    height: var(--ph-hero-viewport-height-d);
    overflow: hidden;
    padding: clamp(0.45rem, 1vh, 0.65rem) clamp(1.25rem, 4vw, 2.75rem) clamp(0.35rem, 0.85vh, 0.55rem);
}

.ph-app__section-block-inner {
    display: grid;
    grid-template-rows: auto auto;
    align-content: center;
    row-gap: clamp(1.75rem, 4.5vh, 2.75rem);
    width: 100%;
    max-width: min(1180px, 100%);
    height: 100%;
    min-height: 0;
    margin: 0 auto;
}

.ph-app__chapter--section-block .ph-app__section-head {
    flex-shrink: 0;
    margin: 0;
}

.ph-app__chapter--section-block .ph-app__section-kicker {
    margin: 0 0 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.ph-app__chapter--section-block .ph-app__section-title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.75rem, 3.8vw, 2.65rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    background: linear-gradient(180deg, #ffffff 0%, #d4d4d8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--ph-app-text);
}

.ph-app__chapter--section-block .ph-app__section-lead {
    margin: 0 auto;
    max-width: 44ch;
    font-size: clamp(0.92rem, 1.15vw, 1.05rem);
    line-height: 1.6;
    color: var(--ph-app-muted);
}

.ph-app__chapter--section-block .ph-app__section-head::after {
    display: block;
    width: 64px;
    height: 3px;
    margin: clamp(1rem, 2.4vh, 1.5rem) auto 0;
}

/* Features innerhalb einer Sektion – gleichmäßige Kapitelhöhe für Snap */
.ph-app__chapter--feature + .ph-app__chapter--feature {
    padding-top: 0;
}

.ph-app__chapter--feature[data-ph-section="champion-guides"],
.ph-app__chapter--section-champion-guides {
    --ph-section-accent: #ef4444;
    --ph-section-glow: rgba(239, 68, 68, 0.35);
}

.ph-app__chapter--feature[data-ph-section="kits-kurse"],
.ph-app__chapter--section-kits-kurse {
    --ph-section-accent: #fbbf24;
    --ph-section-glow: rgba(251, 191, 36, 0.32);
}

.ph-app__chapter--feature[data-ph-section="extras"],
.ph-app__chapter--section-extras {
    --ph-section-accent: #a78bfa;
    --ph-section-glow: rgba(167, 139, 250, 0.32);
}

.ph-app__chapter-inner--carousel {
    max-width: min(1180px, 100%);
}

.ph-app__chapter--section-block .ph-app__feature-carousel {
    display: grid;
    grid-template-rows: auto auto;
    row-gap: clamp(1.5rem, 3.5vh, 2.35rem);
    align-content: start;
    width: 100%;
}

.ph-app__feature-carousel {
    display: flex;
    flex-direction: column;
    outline: none;
}

.ph-app__chapter--section-block .ph-app__feature-carousel-viewport {
    position: relative;
    min-height: 0;
    height: var(--ph-carousel-viewport-height, 100%);
    min-height: var(--ph-carousel-viewport-height, 0);
    max-height: var(--ph-carousel-viewport-height, none);
    overflow: hidden;
    contain: layout style;
}

.ph-app__chapter--section-block .ph-app__feature-slide {
    align-items: center;
}

.ph-app__feature-carousel-viewport {
    position: relative;
}

.ph-app__feature-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}

.ph-app__feature-slide.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    animation: ph-app-feature-slide-in 0.4s var(--ph-ease-out) both;
}

.ph-app__feature-slide.is-slide-entering {
    animation: ph-app-feature-slide-in 0.32s var(--ph-ease-out) both;
}

@keyframes ph-app-feature-slide-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.ph-app__feature-slide-grid {
    width: 100%;
    max-height: 100%;
    min-height: 0;
    align-items: center;
}

.ph-app__chapter--section-block .ph-app__feature-slide-grid {
    gap: clamp(0.85rem, 1.8vw, 1.35rem);
    align-items: center;
}

.ph-app__chapter--section-block .ph-app__feature-slide-grid.ph-app__chapter-inner--split {
    gap: clamp(0.85rem, 1.8vw, 1.35rem);
}

.ph-app__chapter--section-block .ph-app__feature-row-visual,
.ph-app__chapter--section-block .ph-app__feature-row-copy {
    min-height: 0;
    align-self: center;
}

.ph-app__chapter--section-block .ph-app__feature-row-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    max-height: 100%;
    overflow: hidden;
}

.ph-app__chapter--section-block .ph-app__feature-row-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    max-height: 100%;
    overflow: hidden;
}

.ph-app__chapter--section-block .ph-app__feature-title {
    margin-bottom: 0.3rem;
    font-size: clamp(1rem, 1.65vw, 1.35rem);
}

/* Keine Textabbrüche: Texte werden vollständig angezeigt (kein line-clamp). */
.ph-app__chapter--section-block .ph-app__feature-row-lead {
    margin: 0 0 0.3rem;
    font-size: clamp(0.8rem, 0.95vw, 0.9rem);
    line-height: 1.35;
}

.ph-app__chapter--section-block .ph-app__feature-row-body {
    font-size: clamp(0.76rem, 0.9vw, 0.86rem);
    line-height: 1.48;
}

.ph-app__chapter--section-block .ph-app__feature-row-body p {
    margin: 0;
}

.ph-app__chapter--section-block .ph-app__feature-row-body p + p {
    margin-top: 0.35rem;
}

.ph-app__chapter--section-block .ph-app__feature-actions {
    flex-shrink: 0;
    margin-top: 0.4rem;
    gap: 0.35rem;
}

.ph-app__chapter--section-block .ph-app__feature-cta {
    padding: 0.5rem 0.95rem;
    font-size: 0.74rem;
}

.ph-app__chapter--section-block .ph-app__feature-shot-img {
    max-height: min(50vh, 500px);
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ph-app__chapter--section-block .ph-app__feature-visual .academy-pkg-compare__info-inner,
.ph-app__chapter--section-block .ph-app__feature-visual-inner {
    max-height: min(50vh, 500px);
    height: auto;
    overflow: hidden;
}

.ph-app__chapter--section-block .ph-app__feature-carousel-controls {
    flex: 0 0 auto;
    min-height: 2.1rem;
    padding-top: 0.35rem;
    gap: 0.55rem;
}

.ph-app__feature-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.65rem, 2vw, 1rem);
    flex-wrap: wrap;
    padding-top: 0.15rem;
}

.ph-app__feature-carousel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--ph-app-text);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    transition: transform 160ms var(--ph-ease-out), border-color 160ms var(--ph-ease-out), background 160ms var(--ph-ease-out);
}

.ph-app__feature-carousel-btn:hover:not(:disabled) {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
}

.ph-app__feature-carousel-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.ph-app__feature-carousel-dots {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
    justify-content: center;
    max-width: min(100%, 420px);
}

.ph-app__feature-carousel-dot {
    width: 0.52rem;
    height: 0.52rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    cursor: pointer;
    transition: transform 160ms var(--ph-ease-out), background 160ms var(--ph-ease-out), box-shadow 160ms var(--ph-ease-out);
}

.ph-app__feature-carousel-dot.is-active {
    transform: scale(1.2);
    background: var(--ph-section-accent, var(--ph-app-red));
    box-shadow: 0 0 12px var(--ph-section-glow, rgba(239, 68, 68, 0.45));
}

.ph-app__feature-carousel-counter {
    min-width: 3.2rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: var(--ph-app-muted);
    font-variant-numeric: tabular-nums;
}

.ph-app__feature-visual--navigable {
    cursor: pointer;
}

.ph-app__content-anchor {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.ph-app--scroll-story .ph-app__chapter-inner--split {
    padding-bottom: 0;
}

.ph-app--scroll-story .ph-app__section-title {
    padding-bottom: 0;
}

.ph-app--scroll-story .ph-app__section-title::after {
    display: none;
}

.ph-app__section-head {
    position: relative;
    text-align: center;
}

.ph-app__section-head::after {
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    margin: clamp(1.1rem, 2.5vh, 1.5rem) auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--ph-section-accent, var(--ph-app-red)), transparent);
    box-shadow: 0 0 18px var(--ph-section-glow, rgba(239, 68, 68, 0.35));
}

.ph-app__section-kicker {
    margin: 0 0 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ph-section-accent, var(--ph-app-red));
    text-shadow: 0 0 20px var(--ph-section-glow, rgba(239, 68, 68, 0.25));
}

.ph-app__section-title {
    margin: 0 0 0.75rem;
    font-size: clamp(1.85rem, 4.2vw, 2.85rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    text-wrap: balance;
    background: linear-gradient(180deg, #ffffff 0%, #d4d4d8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--ph-app-text);
}

.ph-app__section-lead {
    margin: 0 auto;
    max-width: 44ch;
    font-size: clamp(0.95rem, 1.2vw, 1.05rem);
    line-height: 1.6;
    text-wrap: pretty;
    color: var(--ph-app-muted);
}

/* Echte Academy-Screenshots – native Größe, kein Upscale */
.ph-app__chapter--feature-shot .ph-app__feature-row-visual,
.ph-app__feature-slide--shot .ph-app__feature-row-visual {
    min-height: auto;
    padding: clamp(0.35rem, 1vw, 0.65rem);
    overflow: visible;
    border: none;
    background: transparent;
    box-shadow: none;
}

.ph-app__feature-shot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
}

.ph-app__feature-shot-img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: min(72vh, 680px);
    border-radius: 12px;
    outline: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow:
        0 22px 56px rgba(0, 0, 0, 0.48),
        0 0 0 1px rgba(255, 255, 255, 0.03),
        0 0 48px var(--ph-section-glow, rgba(239, 68, 68, 0.12));
    transition: box-shadow 1.1s var(--ph-ease-out);
}

.ph-app__chapter.is-in-view .ph-app__feature-shot-img {
    box-shadow:
        0 26px 64px rgba(0, 0, 0, 0.52),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        0 0 64px var(--ph-section-glow, rgba(239, 68, 68, 0.18));
}

.ph-app__chapter--feature-reverse .ph-app__chapter-inner--split .ph-app__feature-row-visual {
    order: 2;
}

.ph-app__chapter--feature-reverse .ph-app__chapter-inner--split .ph-app__feature-row-copy {
    order: 1;
}

/* Scroll-Story: Bild immer links, Text immer rechts */
.ph-app--scroll-story .ph-app__chapter-inner--split .ph-app__feature-row-visual {
    order: 1;
}

.ph-app--scroll-story .ph-app__chapter-inner--split .ph-app__feature-row-copy {
    order: 2;
}

.ph-app__feature-title {
    margin: 0 0 clamp(1.15rem, 2.5vh, 1.65rem);
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.15;
    text-wrap: balance;
    background: linear-gradient(180deg, #ffffff 0%, #e4e4e7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--ph-app-text);
}

.ph-app__feature-row-copy {
    position: relative;
    max-width: 52ch;
    padding-left: clamp(0rem, 1.5vw, 1.25rem);
}

.ph-app__feature-row-copy::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2rem;
    bottom: 0.2rem;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--ph-section-accent, var(--ph-app-red)), transparent);
    opacity: 0;
    transform: scaleY(0.35);
    transform-origin: center top;
    transition: opacity 0.7s var(--ph-ease-out), transform 0.7s var(--ph-ease-out);
}

.ph-app__chapter.is-in-view .ph-app__feature-row-copy::before {
    opacity: 1;
    transform: scaleY(1);
}

.ph-app__chapter--feature .ph-app__feature-row-lead {
    font-size: clamp(0.95rem, 1.2vw, 1.05rem);
    font-weight: 500;
    color: #e4e4e7;
    text-wrap: pretty;
}

.ph-app__chapter--feature .ph-app__feature-row-body {
    font-size: clamp(0.92rem, 1.1vw, 1rem);
    line-height: 1.7;
    text-wrap: pretty;
}

.ph-app__chapter--audience {
    --ph-section-accent: #f87171;
    --ph-section-glow: rgba(248, 113, 113, 0.28);
    min-height: auto;
    padding-top: clamp(2.5rem, 6vh, 4rem);
    padding-bottom: clamp(2.25rem, 5vh, 3.5rem);
}

.ph-app__chapter--audience .ph-app__audience {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.ph-app__chapter--trust {
    --ph-section-accent: #4ade80;
    --ph-section-glow: rgba(74, 222, 128, 0.22);
    min-height: auto;
    padding-top: clamp(2.5rem, 6vh, 4rem);
    padding-bottom: clamp(2.25rem, 5vh, 3.5rem);
}

.ph-app__chapter--pricing-all .ph-app__chapter-lead {
    max-width: 56ch;
}

.ph-app__chapter--pricing-all {
    --ph-section-accent: #ef4444;
    --ph-section-glow: rgba(239, 68, 68, 0.28);
    min-height: auto;
    padding-top: clamp(4rem, 10vh, 6rem);
    padding-bottom: clamp(4rem, 10vh, 6rem);
}

.ph-app__pricing-month-block {
    margin-top: clamp(2rem, 5vh, 3rem);
    padding-top: clamp(1.5rem, 4vh, 2.5rem);
    border-top: 1px solid var(--ph-app-border);
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ph-app__pricing-month-block .ph-app__pricing-month-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ph-app-muted);
}

.ph-app__pricing-month-block .ph-app__pricing-month-card {
    text-align: left;
}

.ph-app__chapter--footer {
    min-height: auto;
    padding-top: clamp(3rem, 8vh, 5rem);
    padding-bottom: clamp(3rem, 8vh, 5rem);
}

.ph-app__chapter--footer .ph-app__footer-inner {
    margin: 0 auto;
}

@media (max-width: 960px) {
    .ph-app {
        --ph-site-header-height: clamp(56px, 14vw, 72px);
        --ph-chapter-pad-y: clamp(2.5rem, 8vw, 4rem);
        overflow-x: clip;
    }

    .ph-app__scroll-progress {
        display: none;
    }

    .ph-app__story-nav,
    html:has(.ph-app.ph-app--intro-done) .ph-app__story-nav,
    html:has(.ph-app.ph-app--riot-gate) .ph-app__story-nav {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .ph-app__chapter--section-block .ph-app__feature-carousel-controls {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
        align-items: center;
        justify-items: center;
        column-gap: 0.55rem;
        row-gap: 0.45rem;
        padding-top: 0.65rem;
    }

    .ph-app__feature-carousel-btn--prev {
        grid-column: 1;
        grid-row: 1;
    }

    .ph-app__feature-carousel-btn--next {
        grid-column: 3;
        grid-row: 1;
    }

    .ph-app__feature-carousel-dots {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        max-width: 100%;
        overflow-x: auto;
        overscroll-behavior-x: contain;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        padding: 0.15rem 0.1rem;
        scrollbar-width: none;
    }

    .ph-app__feature-carousel-dots::-webkit-scrollbar {
        display: none;
    }

    .ph-app__feature-carousel-dot {
        flex-shrink: 0;
        scroll-snap-align: center;
    }

    .ph-app__chapter--section-block .ph-app__feature-carousel {
        row-gap: 0.35rem;
    }

    .ph-app__feature-carousel-btn {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 1.45rem;
    }

    .ph-app__feature-carousel-counter {
        grid-column: 1 / -1;
        grid-row: 2;
        flex: unset;
        width: 100%;
        min-width: 0;
        font-size: 0.68rem;
        line-height: 1.35;
    }

    .ph-app__feature-carousel-counter::after {
        content: " · Wischen zum Wechseln";
        display: block;
        margin-top: 0.15rem;
        font-size: 0.62rem;
        font-weight: 500;
        letter-spacing: 0.01em;
        text-transform: none;
        color: rgba(255, 255, 255, 0.42);
    }

    .ph-app__feature-carousel-counter--single::after {
        display: none;
    }

    .ph-app__feature-carousel-viewport {
        touch-action: pan-y;
        contain: none;
    }

    .ph-app__intro-cinema {
        display: none !important;
    }

    .ph-app__intro-cinema,
    .ph-app__opening-copy {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
    }

    .ph-app--intro-done .ph-app__intro-cinema {
        display: none !important;
    }

    /* Bento-Ring überlappt auf schmalen Screens den Hero-Text – ausblenden. */
    .ph-app__bento-orbit {
        display: none !important;
    }

    .ph-app__opening-stage,
    .ph-app__chapter--opening,
    .ph-app__opening-hub {
        min-height: auto;
    }

    .ph-app__opening-hub {
        padding: clamp(1.75rem, 7vw, 2.75rem) clamp(1rem, 4vw, 1.5rem) clamp(3.75rem, 12vw, 4.5rem);
    }

    .ph-app__opening-copy {
        max-width: min(100%, 36rem);
    }

    .ph-app--scroll-story .ph-app__reveal,
    .ph-app--scroll-story .ph-app__reveal--visual,
    .ph-app--scroll-story .ph-app__reveal--copy {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
    }

    .ph-app__feature-slide.is-active,
    .ph-app__feature-slide.is-slide-entering {
        animation: none !important;
    }

    .ph-app__scroll-cue {
        animation: none !important;
    }

    .ph-app--intro-done .ph-app__chapter--opening:not(.is-past) .ph-app__scroll-cue {
        bottom: max(0.85rem, env(safe-area-inset-bottom, 0px));
    }

    .ph-app__hero-cta {
        width: min(100%, 320px);
    }

    .ph-app__feature-row-copy {
        max-width: none;
        padding-left: 0;
    }

    .ph-app__feature-row-copy::before {
        display: none;
    }

    .ph-app__chapter-inner--split {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .ph-app__chapter--section-block {
        min-height: auto;
        max-height: none;
        height: auto;
        overflow: visible;
        padding: clamp(1.75rem, 6vw, 2.5rem) clamp(1rem, 4vw, 1.75rem) clamp(1.5rem, 5vw, 2rem);
    }

    .ph-app__section-block-inner {
        height: auto;
        min-height: 0;
        row-gap: 1.15rem;
    }

    .ph-app__chapter--section-block .ph-app__feature-carousel-viewport {
        height: var(--ph-carousel-viewport-height, auto);
        min-height: var(--ph-carousel-viewport-height, 0);
        max-height: none;
        overflow: hidden;
    }

    .ph-app__chapter--section-block .ph-app__feature-row-copy,
    .ph-app__chapter--section-block .ph-app__feature-row-visual {
        max-height: none;
        overflow: visible;
    }

    .ph-app__chapter--section-block .ph-app__section-title {
        font-size: clamp(1.45rem, 5.5vw, 2rem);
    }

    .ph-app__chapter--section-block .ph-app__section-lead {
        font-size: clamp(0.88rem, 1.05vw, 0.98rem);
        line-height: 1.5;
    }

    .ph-app__chapter--section-block .ph-app__feature-slide-grid,
    .ph-app__chapter--section-block .ph-app__feature-slide-grid.ph-app__chapter-inner--split {
        gap: 0.75rem;
        max-height: none;
    }

    .ph-app__chapter--section-block .ph-app__feature-shot-img,
    .ph-app__chapter--section-block .ph-app__feature-visual .academy-pkg-compare__info-inner,
    .ph-app__chapter--section-block .ph-app__feature-visual-inner {
        max-height: min(42vh, 320px);
        height: auto;
    }

    .ph-app__chapter--feature-reverse .ph-app__chapter-inner--split .ph-app__feature-row-visual,
    .ph-app__chapter--feature-reverse .ph-app__chapter-inner--split .ph-app__feature-row-copy {
        order: unset;
    }

    .ph-app__chapter--audience .ph-app__audience {
        grid-template-columns: 1fr;
    }

    .ph-app__riot-gate {
        padding: clamp(1rem, 4vw, 1.5rem);
    }

    .ph-app__riot-gate-inner {
        width: 100%;
    }
}

/* ==========================================================================
   Cinema Intro + Bento-Ring um Hero-Text
   ========================================================================== */

.ph-app__intro-cinema {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: grid;
    place-items: center;
    transition:
        opacity 1.4s var(--ph-ease-out),
        filter 1.4s var(--ph-ease-out),
        transform 1.4s var(--ph-ease-out);
}

.ph-app--intro-done .ph-app__intro-cinema {
    z-index: 0;
    opacity: 0.06;
    filter: blur(16px) saturate(0.65) brightness(0.55);
    transform: scale(1.06);
    pointer-events: none;
}

.ph-app__intro-cinema-stage {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

.ph-app__intro-cinema .ph-app__intro-video {
    grid-area: 1 / 1;
    position: relative;
    width: auto;
    height: auto;
    max-width: min(92vw, 720px);
    max-height: min(72vh, 640px);
    object-fit: contain;
    object-position: center center;
    opacity: 1;
    border: none;
    outline: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: opacity 0.4s var(--ph-ease-out);
}

.ph-app__intro-cinema .ph-app__intro-video--next {
    z-index: 2;
    opacity: 0;
    transition: none;
}

.ph-app__intro-cinema .ph-app__intro-video--next.is-active {
    opacity: 1;
}

.ph-app__intro-cinema .ph-app__intro-video.is-hidden {
    opacity: 0;
    visibility: hidden;
    transition: none;
}

.ph-app__intro-cinema .ph-app__intro-skip {
    position: fixed;
    top: clamp(1rem, 3vw, 1.75rem);
    right: clamp(1rem, 3vw, 1.75rem);
    z-index: 20;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(8, 8, 12, 0.55);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease, opacity 0.4s;
}

.ph-app--intro-done .ph-app__intro-cinema .ph-app__intro-skip {
    opacity: 0;
    pointer-events: none;
}

.ph-app__intro-cinema .ph-app__intro-skip:hover {
    background: rgba(20, 20, 28, 0.9);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.32);
    transform: translateY(-1px);
}

/* Bento-Ring – Screenshots ringsherum, nie beschnitten */
.ph-app__bento-orbit {
    --bento-shot-h: clamp(80px, 10vh, 118px);
    --bento-shot-w: clamp(128px, 14vw, 188px);

    position: absolute;
    inset: clamp(0.35rem, 1.5vw, 1rem);
    z-index: 1;
    pointer-events: none;
}

.ph-app__bento-ring {
    position: relative;
    width: 100%;
    height: 100%;
}

.ph-app__bento-cell {
    --bento-enter-x: 0px;
    --bento-enter-y: 0px;
    --bento-rest-opacity: 0.34;

    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--bento-shot-w);
    height: var(--bento-shot-h);
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    opacity: 0;
    transform: translate(-50%, -50%) translate(var(--bento-enter-x), var(--bento-enter-y));
    transition:
        opacity 0.75s var(--ph-ease-out),
        transform 0.8s var(--ph-ease-soft);
    will-change: transform, opacity;
    pointer-events: auto;
    cursor: pointer;
    font: inherit;
    color: inherit;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
}

.ph-app__bento-cell[data-ph-enter="top"] {
    --bento-enter-y: -110px;
}

.ph-app__bento-cell[data-ph-enter="right"] {
    --bento-enter-x: 110px;
}

.ph-app__bento-cell[data-ph-enter="bottom"] {
    --bento-enter-y: 110px;
}

.ph-app__bento-cell[data-ph-enter="left"] {
    --bento-enter-x: -110px;
}

.ph-app__bento-cell.is-bento-visible {
    --bento-enter-x: 0px;
    --bento-enter-y: 0px;
    opacity: var(--bento-rest-opacity);
    transform: translate(-50%, -50%);
}

.ph-app--bento-spotlight:not(.ph-app--bento-spotlight-interactive) .ph-app__bento-cell {
    pointer-events: none;
}

.ph-app--intro-done.ph-app--bento-spotlight:not(.ph-app--bento-spotlight-interactive) .ph-app__bento-cell.is-bento-visible {
    pointer-events: auto;
    cursor: pointer;
}

.ph-app--bento-spotlight .ph-app__bento-cell.is-bento-visible {
    --bento-rest-opacity: 0.22;
    transition: opacity var(--bento-spotlight-fade-ms, 140ms) linear;
}

.ph-app--bento-spotlight .ph-app__bento-cell.is-bento-visible.is-bento-spotlight {
    --bento-rest-opacity: 1;
    opacity: 1;
    z-index: 30;
}

.ph-app__bento-cell:hover,
.ph-app__bento-cell:focus-visible,
.ph-app__bento-cell:focus-within {
    --bento-rest-opacity: 1;
    opacity: 1;
    z-index: 30;
}

.ph-app--bento-spotlight .ph-app__bento-cell.is-bento-visible:not(.is-bento-spotlight):not(:hover):not(:focus-within) {
    opacity: 0.22;
}

.ph-app__bento-cell img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
    border-radius: 8px;
    outline: 1px solid rgba(255, 255, 255, 0.07);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.38);
    transition:
        box-shadow var(--bento-spotlight-fade-ms, 140ms) linear,
        outline-color var(--bento-spotlight-fade-ms, 140ms) linear;
}

.ph-app__bento-cell:hover img,
.ph-app__bento-cell:focus-within img,
.ph-app--bento-spotlight .ph-app__bento-cell.is-bento-spotlight img {
    outline-color: rgba(239, 68, 68, 0.45);
    box-shadow: 0 16px 40px rgba(239, 68, 68, 0.22);
}

.ph-app__bento-label {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    margin: 0;
    padding: 0.38rem 0.72rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(8, 8, 12, 0.94);
    color: #f4f4f5;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
    max-width: min(240px, 70vw);
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity var(--bento-spotlight-fade-ms, 140ms) linear,
        transform var(--bento-spotlight-fade-ms, 140ms) linear;
}

.ph-app__bento-cell:hover .ph-app__bento-label,
.ph-app__bento-cell:focus-within .ph-app__bento-label,
.ph-app--bento-spotlight .ph-app__bento-cell.is-bento-spotlight .ph-app__bento-label {
    opacity: 1;
    transform: translateX(-50%) translateY(-2px);
}

.ph-app--bento-done .ph-app__bento-cell {
    will-change: auto;
}

@media (max-width: 720px) {
    .ph-app__bento-orbit {
        --bento-shot-h: clamp(64px, 12vh, 92px);
        --bento-shot-w: clamp(96px, 24vw, 140px);
    }

    .ph-app__bento-cell[data-ph-enter="top"] { --bento-enter-y: -70px; }
    .ph-app__bento-cell[data-ph-enter="right"] { --bento-enter-x: 70px; }
    .ph-app__bento-cell[data-ph-enter="bottom"] { --bento-enter-y: 70px; }
    .ph-app__bento-cell[data-ph-enter="left"] { --bento-enter-x: -70px; }
}

@media (prefers-reduced-motion: reduce) {
    .ph-app__intro-cinema,
    .ph-app__opening-hub,
    .ph-app__opening-copy,
    .ph-app__bento-cell {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
    }

    .ph-app--intro-done .ph-app__intro-cinema {
        display: none;
    }

    .ph-app__bento-cell {
        --bento-rest-opacity: 0.85;
    }

    .ph-app__bento-label {
        opacity: 1;
    }

    .ph-app--scroll-story .ph-app__reveal,
    .ph-app--scroll-story .ph-app__reveal--visual,
    .ph-app--scroll-story .ph-app__reveal--copy {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
    }

    .ph-app__feature-slide.is-active,
    .ph-app__feature-slide.is-slide-entering {
        animation: none !important;
    }
}

/* Skill Gap Premium – Promo-Vorschau */
.academy-pkg-compare__skillgap-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 12rem;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    background: linear-gradient(145deg, rgba(239, 68, 68, 0.12), rgba(10, 10, 10, 0.9));
    border: 1px solid rgba(239, 68, 68, 0.25);
    text-align: center;
}

.academy-pkg-compare__skillgap-badge {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(239, 68, 68, 0.2);
    color: #fca5a5;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.academy-pkg-compare__skillgap-copy {
    margin: 0;
    color: #f5f5f5;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
}

.academy-pkg-compare__skillgap-link {
    color: #ef4444;
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
}

.academy-pkg-compare__skillgap-link:hover {
    color: #fca5a5;
    text-decoration: underline;
}
