@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

/* APC Tarieven Plugin — Studio Ruigch
   Alle stijlen zijn scoped onder .apc-tarieven-wrap */

:root {
    --apc-cyan:        #1ab5e0;
    --apc-cyan-bright: #29c5f0;
    --apc-blue:        #1c3a6e;
    --apc-blue-dark:   #142a52;
    --apc-blue-deep:   #0f2042;
    --apc-lime:        #b5d33d;
    --apc-lime-dark:   #9bbb2a;
    --apc-text:        #1a2540;
    --apc-text-muted:  #5a6680;
    --apc-border:      #e3e8ef;
    --font:            'Montserrat', sans-serif;
    --shadow-sm: 0 1px 2px rgba(20,42,82,.06), 0 2px 6px rgba(20,42,82,.04);
    --shadow-md: 0 4px 12px rgba(20,42,82,.08), 0 8px 24px rgba(20,42,82,.06);
    --shadow-lg: 0 12px 32px rgba(20,42,82,.14), 0 24px 60px rgba(20,42,82,.10);
}

.apc-tarieven-wrap *,
.apc-tarieven-wrap *::before,
.apc-tarieven-wrap *::after { box-sizing: border-box; }

.apc-tarieven-wrap {
    font-family: var(--font);
    color: var(--apc-text);
    -webkit-font-smoothing: antialiased;
}

/* ── Gedeelde typografie ──────────────────────────────────────────────── */
.apc-tarieven-wrap .apc-eyebrow {
    font-family: var(--font);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--apc-cyan);
    margin-bottom: 12px;
}

.apc-tarieven-wrap .apc-section-title {
    font-family: var(--font);
    font-weight: 800;
    font-size: 42px;
    line-height: 1.05;
    letter-spacing: -.5px;
    margin: 0 0 16px;
    color: var(--apc-blue);
}

.apc-tarieven-wrap .apc-section-lead {
    max-width: 620px;
    font-size: 16px;
    line-height: 1.65;
    color: var(--apc-text-muted);
    margin: 0 0 48px;
}

.apc-tarieven-wrap .apc-inner { width: 100%; }

/* ── BTW Toggle ───────────────────────────────────────────────────────── */
.apc-tarieven-wrap .apc-toggle-wrap {
    display: flex;
    justify-content: center;
    padding: 0 0 48px;
    background: transparent;
}

.apc-tarieven-wrap .apc-btw-toggle {
    position: relative;
    background: #fff;
    border-radius: 999px;
    box-shadow: var(--shadow-lg);
    padding: 6px;
    display: inline-flex;
    align-items: center;
}

.apc-tarieven-wrap .apc-toggle-pill {
    position: absolute;
    top: 6px; bottom: 6px; left: 6px;
    background: linear-gradient(135deg, var(--apc-cyan-bright), var(--apc-cyan));
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(26,181,224,.4);
    transition: left .3s cubic-bezier(.65,0,.35,1), width .3s cubic-bezier(.65,0,.35,1);
    pointer-events: none;
}

.apc-tarieven-wrap .apc-toggle-btn {
    position: relative; z-index: 2;
    font-family: var(--font);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: none; background: transparent;
    padding: 10px 22px; border-radius: 999px;
    cursor: pointer;
    color: var(--apc-text-muted);
    transition: color .2s;
    white-space: nowrap;
}

.apc-tarieven-wrap .apc-toggle-btn.active { color: #fff; }
.apc-tarieven-wrap .apc-pct { opacity: .8; font-size: 12px; }

/* ── Pricing sectie ───────────────────────────────────────────────────── */
.apc-tarieven-wrap .apc-pricing {
    background: transparent;
    padding: 0 0 80px;
}

.apc-tarieven-wrap .apc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: stretch;
}

/* ── Kaart ────────────────────────────────────────────────────────────── */
.apc-tarieven-wrap .apc-card {
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: var(--shadow-md);
    position: relative;
    display: flex;
    flex-direction: column;
    transition: transform .2s, box-shadow .2s;
}

.apc-tarieven-wrap .apc-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.apc-tarieven-wrap .apc-card-top     { }
.apc-tarieven-wrap .apc-card-price   { }
.apc-tarieven-wrap .apc-card-features { flex: 1; }
.apc-tarieven-wrap .apc-tab-spacer   { display: none; }

.apc-tarieven-wrap .apc-card.apc-featured {
    background: linear-gradient(160deg, var(--apc-blue) 0%, var(--apc-blue-dark) 100%);
    color: #fff;
    box-shadow: var(--shadow-lg);
}
.apc-tarieven-wrap .apc-card.apc-featured:hover { transform: translateY(-4px); }

.apc-tarieven-wrap .apc-badge {
    display: inline-flex;
    align-self: flex-start;
    background: linear-gradient(135deg, var(--apc-cyan-bright), var(--apc-cyan));
    color: #fff;
    font-family: var(--font); font-weight: 800; font-size: 11px;
    letter-spacing: 2px; text-transform: uppercase;
    padding: 4px 14px; border-radius: 999px;
    margin-bottom: 12px;
    white-space: nowrap;
}

.apc-tarieven-wrap .apc-card-title {
    font-family: var(--font); font-weight: 800; font-size: 20px;
    margin: 0 0 6px;
    display: flex; align-items: center; gap: 8px;
}
.apc-tarieven-wrap .apc-card.apc-featured .apc-card-title { color: #fff; }

.apc-tarieven-wrap .apc-title-plus {
    font-family: var(--font); font-weight: 800; font-size: 12px;
    letter-spacing: 2px;
    background: linear-gradient(135deg, var(--apc-cyan-bright), var(--apc-cyan));
    color: #fff; padding: 2px 10px; border-radius: 6px;
}

.apc-tarieven-wrap .apc-card-sub {
    font-size: 13px; line-height: 1.55;
    color: var(--apc-text-muted); margin: 0 0 20px;
}
.apc-tarieven-wrap .apc-card.apc-featured .apc-card-sub { color: rgba(255,255,255,.7); }

/* ── Looptijd tabs ────────────────────────────────────────────────────── */
.apc-tarieven-wrap .apc-tabs {
    display: flex; background: rgba(0,0,0,.06);
    border-radius: 999px; padding: 4px; margin-bottom: 20px;
}
.apc-tarieven-wrap .apc-card.apc-featured .apc-tabs { background: rgba(255,255,255,.12); }

.apc-tarieven-wrap .apc-tab {
    flex: 1; border: none; background: transparent;
    font-family: var(--font); font-weight: 700; font-size: 12px;
    letter-spacing: .8px; text-transform: uppercase;
    padding: 8px 10px; border-radius: 999px; cursor: pointer;
    color: var(--apc-text-muted);
    transition: background .2s, color .2s;
}
.apc-tarieven-wrap .apc-card.apc-featured .apc-tab { color: rgba(255,255,255,.6); }
.apc-tarieven-wrap .apc-tab.active {
    background: #fff; color: var(--apc-blue);
    box-shadow: var(--shadow-sm);
}
.apc-tarieven-wrap .apc-card.apc-featured .apc-tab.active {
    background: rgba(255,255,255,.2); color: #fff;
}

/* ── Prijs ────────────────────────────────────────────────────────────── */
.apc-tarieven-wrap .apc-price {
    display: flex; align-items: flex-start; line-height: 1; margin-bottom: 4px;
}
.apc-tarieven-wrap .apc-price-maatwerk { align-items: center; min-height: 72px; }

.apc-tarieven-wrap .apc-price-label {
    font-family: var(--font); font-weight: 800; font-size: 44px;
    letter-spacing: -1px; color: var(--apc-blue);
    line-height: 1;
}

.apc-tarieven-wrap .apc-currency {
    font-family: var(--font); font-weight: 700; font-size: 20px;
    margin-top: 6px; margin-right: 2px;
}
.apc-tarieven-wrap .apc-amount {
    font-family: var(--font); font-weight: 800; font-size: 56px;
    letter-spacing: -2px;
}
.apc-tarieven-wrap .apc-cents {
    font-family: var(--font); font-weight: 700; font-size: 20px;
    margin-top: 10px;
}
.apc-tarieven-wrap .apc-card.apc-featured .apc-currency,
.apc-tarieven-wrap .apc-card.apc-featured .apc-amount,
.apc-tarieven-wrap .apc-card.apc-featured .apc-cents { color: #fff; }

.apc-tarieven-wrap .apc-period { font-size: 12px; color: var(--apc-text-muted); margin: 2px 0 4px; }
.apc-tarieven-wrap .apc-card.apc-featured .apc-period { color: rgba(255,255,255,.6); }

.apc-tarieven-wrap .apc-vat-note { font-size: 12px; color: var(--apc-text-muted); margin: 0 0 16px; }
.apc-tarieven-wrap .apc-card.apc-featured .apc-vat-note { color: rgba(255,255,255,.6); }

.apc-tarieven-wrap .apc-cancel-note {
    font-size: 11px; color: var(--apc-text-muted);
    margin: -10px 0 16px;
    font-style: italic;
}

/* ── Features lijst ───────────────────────────────────────────────────── */
.apc-tarieven-wrap .apc-features {
    list-style: none; padding: 0; margin: 0 0 24px;
}
.apc-tarieven-wrap .apc-features li {
    display: flex; align-items: flex-start; gap: 10px;
    padding: 8px 0; font-size: 13px;
    border-top: 1px solid var(--apc-border);
}
.apc-tarieven-wrap .apc-card.apc-featured .apc-features li { border-top-color: rgba(255,255,255,.12); }
.apc-tarieven-wrap .apc-features li.apc-muted { color: var(--apc-text-muted); opacity: .7; }

.apc-tarieven-wrap .apc-icon {
    width: 20px; height: 20px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 1px;
}
.apc-tarieven-wrap .apc-icon-yes { background: rgba(181,211,61,.18); color: var(--apc-lime-dark); }
.apc-tarieven-wrap .apc-card.apc-featured .apc-icon-yes { background: rgba(255,255,255,.15); color: #fff; }
.apc-tarieven-wrap .apc-icon-no  { background: rgba(0,0,0,.06); color: var(--apc-text-muted); }

/* ── Kickboksen lestijden ─────────────────────────────────────────────── */
.apc-tarieven-wrap .apc-schedule {
    margin-bottom: 20px;
    border: 1px solid var(--apc-border);
    border-radius: 10px;
    overflow: hidden;
}

.apc-tarieven-wrap .apc-schedule-label {
    font-family: var(--font); font-weight: 700; font-size: 10px;
    letter-spacing: 2px; text-transform: uppercase;
    color: #fff; background: var(--apc-blue);
    padding: 6px 12px; margin: 0;
}

.apc-tarieven-wrap .apc-schedule-list {
    list-style: none; padding: 0; margin: 0;
}
.apc-tarieven-wrap .apc-schedule-list li {
    display: flex; align-items: center; justify-content: space-between;
    padding: 7px 12px; font-size: 13px;
    border-top: 1px solid var(--apc-border);
}
.apc-tarieven-wrap .apc-schedule-list li:first-child { border-top: none; }
.apc-tarieven-wrap .apc-schedule-dag  { font-weight: 600; color: var(--apc-text); }
.apc-tarieven-wrap .apc-schedule-tijd {
    font-family: var(--font); font-weight: 700; font-size: 13px;
    color: var(--apc-cyan); letter-spacing: .5px;
}

/* ── CTA knop ─────────────────────────────────────────────────────────── */
.apc-tarieven-wrap .apc-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    width: 100%; padding: 15px 24px; border-radius: 999px;
    font-family: var(--font); font-weight: 800; font-size: 13px;
    letter-spacing: 1.5px; text-transform: uppercase; text-decoration: none;
    cursor: pointer;
    background: linear-gradient(135deg, var(--apc-cyan-bright), var(--apc-cyan));
    color: #fff;
    box-shadow: 0 8px 20px rgba(26,181,224,.35);
    transition: transform .2s, box-shadow .2s;
    border: none;
}
.apc-tarieven-wrap .apc-btn:hover {
    transform: translateY(-2px); box-shadow: 0 12px 28px rgba(26,181,224,.5); color: #fff;
}
.apc-tarieven-wrap .apc-btn svg {
    background: rgba(255,255,255,.25); width: 20px; height: 20px;
    border-radius: 50%; padding: 3px; flex-shrink: 0;
}
.apc-tarieven-wrap .apc-btn-outline {
    background: transparent; color: var(--apc-blue);
    border: 2px solid var(--apc-blue); box-shadow: none;
}
.apc-tarieven-wrap .apc-btn-outline svg { background: var(--apc-blue); color: #fff; }
.apc-tarieven-wrap .apc-btn-outline:hover {
    background: var(--apc-blue); color: #fff;
    box-shadow: 0 8px 20px rgba(20,42,82,.25);
}
.apc-tarieven-wrap .apc-btn-outline:hover svg { background: rgba(255,255,255,.25); }

.apc-tarieven-wrap .apc-card.apc-maatwerk {
    border: 2px solid var(--apc-border); box-shadow: var(--shadow-sm);
}

/* Featured kaart accent via top border */
.apc-tarieven-wrap .apc-card.apc-featured {
    border-top: 4px solid var(--apc-cyan);
}

/* ── Vergelijkingstabel ───────────────────────────────────────────────── */
.apc-tarieven-wrap .apc-compare {
    background: transparent;
    padding: 0 0 80px;
}
.apc-tarieven-wrap .apc-compare .apc-eyebrow { margin-bottom: 10px; }

.apc-tarieven-wrap .apc-table-wrap {
    margin-top: 40px; border-radius: 16px;
    overflow: hidden; box-shadow: var(--shadow-md);
}
.apc-tarieven-wrap .apc-table {
    width: 100%; border-collapse: collapse; font-size: 14px;
}
.apc-tarieven-wrap .apc-table thead tr {
    background: linear-gradient(135deg, var(--apc-blue), var(--apc-blue-dark));
    color: #fff;
}
.apc-tarieven-wrap .apc-table th {
    padding: 20px; font-family: var(--font); font-weight: 800;
    font-size: 13px; letter-spacing: 1px; text-transform: uppercase; text-align: center;
}
.apc-tarieven-wrap .apc-table .apc-th-label { text-align: left; font-size: 11px; letter-spacing: 2px; opacity: .7; }
.apc-tarieven-wrap .apc-table tbody tr { border-top: 1px solid var(--apc-border); }
.apc-tarieven-wrap .apc-table tbody tr:hover { background: #fafbfc; }
.apc-tarieven-wrap .apc-table td { padding: 15px 20px; text-align: center; color: var(--apc-text-muted); }
.apc-tarieven-wrap .apc-table .apc-td-label { text-align: left; font-weight: 600; color: var(--apc-blue); }
.apc-tarieven-wrap .apc-table .apc-th-featured,
.apc-tarieven-wrap .apc-table .apc-td-featured { background: rgba(26,181,224,.07); }
.apc-tarieven-wrap .apc-yes { color: var(--apc-lime-dark); display: inline-flex; }
.apc-tarieven-wrap .apc-no  { color: #c8d1de; display: inline-flex; }

/* ── Responsive ───────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
    .apc-tarieven-wrap .apc-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
    .apc-tarieven-wrap .apc-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .apc-tarieven-wrap .apc-section-title { font-size: 30px; }
    .apc-tarieven-wrap .apc-table th,
    .apc-tarieven-wrap .apc-table td { padding: 10px 8px; font-size: 12px; }
}
