/* ==========================================================================
   Over Kinderplezier Mobile — V4
   Prefix: kpom-
   Depends on shared.css
   ========================================================================== */

/* --- Intro --- */
.kpom-intro {
    padding: 12px 20px 16px;
    text-align: center;
}

.kpom-intro__title {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 40px;
    color: var(--color-text);
    margin: 0 0 8px;
    line-height: 1.1;
}

.kpom-intro__subtitle {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 22px;
    color: var(--color-text);
    line-height: 1.4;
    margin: 0;
}

/* --- Hero image --- */
.kpom-hero {
    padding: 0 16px 16px;
}

.kpom-hero img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-card);
    display: block;
}

/* --- Body text --- */
.kpom-text {
    padding: 0 20px 24px;
    text-align: left;
}

.kpom-text--center {
    text-align: center;
    padding-top: 24px;
}

.kpom-text.kpom-text--center p {
    font-size: 18px;
}

.kpom-text p {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 18px;
    color: var(--color-text);
    line-height: 1.6;
    margin: 0 0 16px;
}

.kpom-text p:last-of-type {
    margin-bottom: 16px;
}

.kpom-text strong {
    font-weight: 700;
}

.kpom-text a:not(.kpom-btn) {
    color: var(--color-primary);
    text-decoration: underline;
}

/* --- CTA button --- */
.kpom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 28px;
    background: #FF4000;
    border: 2px solid var(--color-white);
    border-radius: var(--radius-btn);
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 18px;
    color: var(--color-white);
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 8px rgba(0,0,0,0.25);
    margin-top: 8px;
}

/* --- Het Pakket --- */
.kpom-pakket {
    text-align: center;
    padding: 0 16px 16px;
}

.kpom-pakket__title {
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 32px;
    color: var(--color-text);
    margin: 0 0 12px;
}

.kpom-pakket .kph-bookshelf {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    overflow: hidden;
}

.kpom-pakket .kph-bookshelf__edge {
    margin-left: -20px;
    margin-right: -20px;
}

.kpom-pakket .kph-bookshelf__books {
    padding-left: 16px;
    padding-right: 16px;
}

.kpom-pakket__swipe {
    font-family: var(--font-body);
    font-size: 11px;
    color: var(--color-grey-mid);
    margin: 0 0 4px;
    text-align: center;
}

.kpom-pakket .kph-bookshelf__books {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.kpom-pakket .kph-bookshelf__books::-webkit-scrollbar {
    display: none;
}

.kpom-pakket__subtitle {
    font-family: var(--font-heading);
    font-size: 16px;
    color: var(--color-text);
    text-align: center;
    margin: 0 0 20px;
}
