/* Intelligentietest-kinderen – landingspagina (paarse SlimmeKids-stijl) */
body.it-landing-page {
    color: #fff;
}

body.it-landing-page .main-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 1.15rem 1rem 3.5rem;
    box-sizing: border-box;
}

.it-breadcrumb {
    font-size: 0.78rem;
    font-weight: 500;
    margin: 0 0 0.9rem;
    color: rgba(255, 255, 255, 0.82);
}
.it-breadcrumb a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.it-breadcrumb-sep {
    margin: 0 0.4rem;
    opacity: 0.7;
}

.it-hero {
    margin: 0 0 1.35rem;
}
.it-hero-title {
    font-family: 'Fredoka', system-ui, sans-serif;
    font-size: clamp(1.35rem, 3.2vw, 1.85rem);
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.02em;
    color: #fff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    margin: 0 0 0.55rem;
}
.it-hero-lead,
.it-section-text,
.it-card-meta,
.it-card-desc {
    font-family: 'DM Sans', system-ui, sans-serif;
    color: rgba(255, 255, 255, 0.94);
    line-height: 1.55;
}
.it-hero-lead {
    font-size: clamp(0.88rem, 1.7vw, 0.98rem);
    margin: 0 0 0.55rem;
    max-width: 52rem;
}
.it-hero-lead strong {
    color: #fff;
    font-weight: 700;
}
.it-hero-note {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.84);
    max-width: 48rem;
}

/* Keuzepaneel – plat, geen lichte box */
.it-picker {
    margin: 1.15rem 0 1.65rem;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
}
.it-picker-title {
    font-family: 'Fredoka', system-ui, sans-serif;
    font-size: clamp(1.05rem, 2.2vw, 1.25rem);
    font-weight: 700;
    margin: 0 0 0.3rem;
    color: #fff;
}
.it-picker-sub {
    margin: 0 0 0.85rem;
    font-size: 0.86rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.86);
}
.it-picker-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem 1rem;
}
@media (min-width: 720px) {
    .it-picker-grid {
        grid-template-columns: 1.2fr 1fr auto;
        align-items: end;
    }
}
.it-field label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 0.35rem;
    color: rgba(255, 255, 255, 0.88);
}
.it-select {
    width: 100%;
    min-height: 46px;
    padding: 0.65rem 2.4rem 0.65rem 0.85rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background-color: rgba(255, 255, 255, 0.96);
    color: #1e293b;
    font-family: 'DM Sans', system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.3;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #64748b 50%),
        linear-gradient(135deg, #64748b 50%, transparent 50%);
    background-position:
        calc(100% - 18px) calc(50% - 3px),
        calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
    cursor: pointer;
}
.it-select:focus {
    outline: 3px solid rgba(255, 107, 157, 0.55);
    outline-offset: 2px;
}
.it-picker-go {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 46px;
    padding: 0.7rem 1.25rem;
    border: none;
    border-radius: 12px;
    font-family: 'Fredoka', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background: var(--sk-vivid-cta-bg, linear-gradient(135deg, #FF6B9D 0%, #C44569 48%, #6366f1 100%));
    box-shadow: var(--sk-vivid-cta-shadow, 0 4px 18px rgba(99, 102, 241, 0.32));
    transition: transform 0.2s ease, filter 0.2s ease;
    white-space: nowrap;
}
.it-picker-go:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
    color: #fff;
}

/* Secties */
.it-section {
    margin: 1.75rem 0;
}
.it-section-title {
    font-family: 'Fredoka', system-ui, sans-serif;
    font-size: clamp(1.1rem, 2.4vw, 1.35rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.4rem;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
}
.it-section-text {
    margin: 0 0 0.95rem;
    font-size: 0.9rem;
    line-height: 1.55;
    max-width: 54rem;
}
.it-section-text a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Alleen testkaarten hebben een lichte box */
.it-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}
@media (min-width: 700px) {
    .it-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1040px) {
    .it-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.it-card {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 1.05rem 1.1rem 1.1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.26);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.14);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.it-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.19);
    border-color: rgba(255, 255, 255, 0.4);
}
.it-card-age {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4c1d95;
    background: rgba(255, 255, 255, 0.92);
}
.it-card-title {
    font-family: 'Fredoka', system-ui, sans-serif;
    font-size: 1.08rem;
    font-weight: 700;
    margin: 0;
    color: #fff;
}
.it-card-desc {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    flex: 1;
}
.it-card-meta {
    margin: 0;
    font-size: 0.78rem;
    opacity: 0.88;
}
.it-card-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.3rem;
    min-height: 42px;
    padding: 0.55rem 0.95rem;
    border-radius: 12px;
    font-family: 'Fredoka', system-ui, sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    color: #4c1d95;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.it-card-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
    color: #5b21b6;
}

/* Zesde plek in grid: deelafbeelding vult de lege ruimte */
.it-card--visual {
    position: relative;
    padding: 0;
    overflow: hidden;
    min-height: 14rem;
    display: block;
    pointer-events: none;
    align-self: stretch;
}
.it-card--visual:hover {
    transform: none;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.26);
}
.it-card-visual-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 699px) {
    .it-card--visual {
        display: none;
    }
}

/* Panels: plat op paarse achtergrond, geen box */
.it-panel {
    margin: 0 0 0.85rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}
.it-panel h3 {
    font-family: 'Fredoka', system-ui, sans-serif;
    font-size: 0.98rem;
    margin: 0 0 0.35rem;
    color: #fff;
}
.it-panel p,
.it-panel li {
    font-family: 'DM Sans', system-ui, sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.86rem;
    line-height: 1.55;
}
.it-panel ul {
    margin: 0.3rem 0 0;
    padding-left: 1.1rem;
}
.it-panel li {
    margin: 0.22rem 0;
}
.it-panel a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.it-two-col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem 1.5rem;
}
@media (min-width: 800px) {
    .it-two-col {
        grid-template-columns: 1fr 1fr;
    }
}

/* FAQ – zelfde stijl als Leuk voor Kids: gecentreerd, kleiner, geen box */
.it-faq {
    max-width: 42rem;
    margin: 1.5rem auto 1.25rem;
    padding: 0.5rem 0.75rem;
    text-align: center;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}
.it-faq .it-section-title,
.it-faq-title {
    font-family: 'Fredoka', system-ui, sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    margin: 0 0 0.85rem;
    text-align: center;
    text-shadow: 0 1px 6px rgba(15, 23, 42, 0.28);
}
.it-faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    max-width: 38rem;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}
.it-faq-item {
    margin: 0;
    padding: 0.7rem 0 0;
    border-radius: 0;
    background: transparent !important;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: none !important;
    text-align: center;
}
.it-faq-item:first-child {
    border-top: 0;
    padding-top: 0;
}
.it-faq-q {
    display: block;
    font-family: 'Fredoka', system-ui, sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.28rem;
    padding: 0;
    background: transparent;
    text-align: center;
    text-shadow: 0 1px 6px rgba(15, 23, 42, 0.28);
    line-height: 1.3;
}
.it-faq-a {
    margin: 0;
    padding: 0;
    font-family: 'DM Sans', system-ui, sans-serif;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.45;
    font-size: 0.8rem;
    text-align: center;
    text-shadow: 0 1px 6px rgba(15, 23, 42, 0.22);
    background: transparent !important;
}
.it-faq-a a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}
@media (max-width: 768px) {
    .it-faq {
        margin: 1.15rem auto 1rem;
        padding: 0.5rem 0.35rem;
    }
    .it-faq .it-section-title,
    .it-faq-title { font-size: 1.02rem; }
    .it-faq-q { font-size: 0.86rem; }
    .it-faq-a { font-size: 0.78rem; }
}

/* Deel-band – plat, geen box */
.it-share-band {
    margin: 1.75rem 0 1rem;
    padding: 0;
    border-radius: 0;
    text-align: center;
    background: transparent;
    border: none;
    box-shadow: none;
}
.it-share-band h2 {
    font-family: 'Fredoka', system-ui, sans-serif;
    font-size: 1.1rem;
    margin: 0 0 0.35rem;
    color: #fff;
}
.it-share-band p {
    margin: 0 0 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.88rem;
}
.it-share-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
}
.it-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 42px;
    padding: 0.55rem 0.95rem;
    border-radius: 12px;
    border: none;
    font-family: 'Fredoka', system-ui, sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    transition: transform 0.2s ease, filter 0.2s ease;
}
.it-share-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    color: #fff;
}
.it-share-btn--wa { background: #25D366; }
.it-share-btn--fb { background: #1877F2; }
.it-share-btn--ms { background: #0084FF; }
.it-share-btn--copy {
    background: #fff;
    color: #4c1d95;
}
.it-share-btn--copy:hover { color: #5b21b6; }

.it-disclaimer {
    margin: 1.25rem 0 0;
    font-size: 0.78rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
    max-width: 54rem;
}

body.it-landing-page .uitjes-fab-wrap {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 720px) {
    /* Volle gsm-breedte: content onder elkaar, alleen smalle randpadding */
    body.it-landing-page .main-content {
        width: 100%;
        max-width: 100%;
        padding: 0.9rem 0.85rem 4.5rem;
        box-sizing: border-box;
    }
    .it-hero-lead,
    .it-hero-note,
    .it-section-text,
    .it-disclaimer {
        max-width: none;
    }
    .it-picker-grid,
    .it-cards,
    .it-two-col,
    .it-faq-grid {
        grid-template-columns: 1fr;
        width: 100%;
    }
    .it-card,
    .it-select,
    .it-picker-go {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .it-faq {
        max-width: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .it-faq-grid {
        max-width: none;
    }
    .it-share-row {
        width: 100%;
    }
    .it-share-btn {
        flex: 1 1 calc(50% - 0.55rem);
        min-width: 0;
    }
}
