.page-service-abonnement .abo-hero {
    background: linear-gradient(135deg, #1c1b1a 0%, #3d3a38 100%);
    color: #fff;
    padding: 3rem 0 2.5rem;
}

.page-service-abonnement .hero-eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    font-weight: 700;
    color: #fbbf24;
    margin: 0 0 0.5rem;
}

.page-service-abonnement .hero-intro {
    max-width: 42rem;
    opacity: 0.95;
}

.page-service-abonnement .hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.25rem;
}

.page-service-abonnement .hero-pill {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.85rem;
}

.abo-section-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 0.75rem;
}

.abo-intro-note {
    color: #52525b;
    margin-bottom: 1.5rem;
}

.abo-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.abo-tab {
    border: 2px solid #d4d4d8;
    background: #fff;
    padding: 0.6rem 1.25rem;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.abo-tab.is-active {
    border-color: #ff6a1a;
    background: #ff6a1a;
    color: #fff;
}

.abo-tab small {
    display: block;
    font-size: 12px;
    opacity: 0.75;
    font-weight: 400;
    margin-top: 2px;
}

.pakketten-grid--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 880px;
    margin: 0 auto;
}

.pakketten-grid--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1180px;
    margin: 0 auto;
}

.pakketten-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}

.pakket-card {
    position: relative;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    padding: 1.5rem;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.pakket-card__header {
    flex: 0 0 auto;
    margin-bottom: 0.5rem;
}

.pakket-card__header h3 {
    margin: 0 0 0.35rem;
}

.pakket-card--featured {
    border-color: #ff6a1a;
    box-shadow: 0 8px 24px rgba(255, 106, 26, 0.12);
}

.pakket-badge {
    position: absolute;
    top: -10px;
    right: 16px;
    background: #ff6a1a;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
}

.pakket-prijs {
    margin: 1rem 0;
}

.bedrag-getal {
    font-size: 2rem;
    font-weight: 800;
    color: #18181b;
}

.bedrag-periode {
    font-size: 1rem;
    color: #71717a;
}

.prijs-toelichting {
    display: block;
    color: #71717a;
    margin-top: 0.35rem;
    line-height: 1.4;
}

.pakket-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    flex: 1;
}

.pakket-features li {
    padding: 0.35rem 0 0.35rem 1.4rem;
    position: relative;
    font-size: 0.92rem;
}

.pakket-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #16a34a;
    font-weight: 700;
}

.pakket-cta {
    width: 100%;
    text-align: center;
    flex: 0 0 auto;
    margin-top: auto;
}

.abo-uitleg {
    background: #fafafa;
    border-radius: 14px;
    padding: 30px;
    margin: 50px 0 0;
}

.abo-uitleg h3 {
    text-align: center;
    margin: 0 0 24px;
    color: #18181b;
}

.abo-uitleg-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.abo-uitleg h4 {
    margin: 0 0 12px;
    font-size: 16px;
    color: #ff6a1a;
}

.abo-uitleg ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.abo-uitleg li {
    padding: 6px 0 6px 22px;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
}

.abo-uitleg li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #ff6a1a;
    font-weight: 700;
}

.abo-faq .faq-item {
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin-bottom: 0.75rem;
    background: #fff;
}

.abo-faq .faq-item summary {
    font-weight: 600;
    cursor: pointer;
}

.abo-faq .faq-item p {
    margin: 0.75rem 0 0;
    color: #52525b;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .pakketten-grid--3,
    .pakketten-grid--2 {
        grid-template-columns: 1fr;
    }

    .abo-uitleg-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1200px) and (min-width: 901px) {
    .pakketten-grid--3 {
        gap: 16px;
    }

    .pakketten-grid--3 .pakket-card {
        padding: 1.25rem;
    }
}

.abo-stappen {
    max-width: 40rem;
    line-height: 1.6;
}

.page-service-abonnement .abo-afsluiten-form-wrap {
    padding: 2rem 0 3rem;
}

.page-service-abonnement .kosten-overzicht table {
    width: 100%;
    max-width: 420px;
    border-collapse: collapse;
}

.page-service-abonnement .kosten-overzicht td {
    padding: 0.4rem 0;
    border-bottom: 1px solid #f4f4f5;
}

.page-service-abonnement .kosten-overzicht tr.totaal-incl td {
    font-size: 1.1rem;
    border-top: 2px solid #18181b;
}

.page-service-abonnement .voorwaarden-box {
    max-height: 280px;
    overflow-y: auto;
    border: 1px solid #e4e4e7;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #fafafa;
    font-size: 0.9rem;
}

.page-service-abonnement .betaalmethode-box {
    background: #fef3c7;
    border-left: 4px solid #f59e0b;
    padding: 0.75rem 1rem;
    margin-top: 1rem;
}

/* Bedankt-pagina status-aware */
.abo-bedankt {
    padding: 60px 20px 40px;
    text-align: center;
}

.abo-bedankt h1 {
    font-size: 30px;
    margin: 0 0 8px;
}

.bedankt-subtitel {
    font-size: 16px;
    opacity: 0.85;
    margin: 0;
}

.bedankt-icon {
    font-size: 60px;
    margin-bottom: 16px;
    line-height: 1;
}

.abo-bedankt--success .bedankt-icon {
    color: #16a34a;
}

.abo-bedankt--pending .bedankt-icon {
    color: #f59e0b;
}

.abo-bedankt--cancelled .bedankt-icon {
    color: #71717a;
}

.abo-bedankt--failed .bedankt-icon {
    color: #ff6a1a;
}

.abo-bedankt--warning .bedankt-icon {
    color: #f59e0b;
}

.abo-bedankt-content {
    padding: 0 20px 80px;
}

.abo-bedankt-content .container {
    max-width: 640px;
    margin: 0 auto;
}

.bedankt-card {
    background: #fff;
    padding: 32px 28px;
    border-radius: 14px;
    border: 1px solid #e4e4e7;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.bedankt-bericht {
    font-size: 16px;
    line-height: 1.55;
    margin: 0 0 14px;
    color: #18181b;
}

.bedankt-extra {
    font-size: 15px;
    line-height: 1.5;
    color: #52525b;
    margin: 0 0 20px;
}

.bedankt-pdf-blok {
    background: #fafafa;
    padding: 14px 16px;
    border-radius: 8px;
    margin: 0 0 20px;
}

.bedankt-pdf-blok a {
    font-weight: 600;
    color: #ff6a1a;
}

.bedankt-meta {
    background: #fef2f2;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.6;
    border-left: 3px solid #ff6a1a;
    margin: 0 0 24px;
}

.bedankt-cta-row {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.bedankt-info {
    font-size: 13px;
    color: #71717a;
    font-style: italic;
    align-self: center;
}

@media (max-width: 600px) {
    .bedankt-card {
        padding: 24px 20px;
    }

    .bedankt-cta-row {
        flex-direction: column;
    }

    .bedankt-cta-row a {
        width: 100%;
    }
}

/* Live poller indicator */
.bedankt-poller {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.poller-pulse {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fbbf24;
    animation: pulse-ring 1.5s ease-out infinite;
    position: relative;
    flex-shrink: 0;
}

.poller-pulse::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid #fbbf24;
    opacity: 0;
    animation: pulse-expand 1.5s ease-out infinite;
}

@keyframes pulse-ring {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@keyframes pulse-expand {
    0% { transform: scale(0.8); opacity: 1; }
    100% { transform: scale(1.8); opacity: 0; }
}

.poller-tekst {
    font-weight: 500;
}

.poller-pogingen {
    opacity: 0.7;
    font-size: 12px;
    margin-left: 4px;
}

.bedankt-icon--spinning {
    display: inline-block;
    animation: icon-pulse 2s ease-in-out infinite;
}

@keyframes icon-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.08); opacity: 0.85; }
}

.abo-bedankt {
    transition: background 0.4s ease;
}

.bedankt-card,
.bedankt-icon,
.bedankt-cta-row {
    transition: all 0.3s ease;
}
