/* START HEADER */
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: Arial, sans-serif;
}
body.strippagina {
    background: #fcfaf5;
}
@font-face {
    font-family: "Fredoka";
    src: url("../fonts/Fredoka-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fredoka";
    src: url("../fonts/Fredoka-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.text-bold {
    font-weight: 700;
}

.text-italic {
    font-style: italic;
}
.hero {
    display: flex;
    justify-content: center;
    margin: 0 auto 40px;

    background:
    linear-gradient(
        180deg,
        #09040f 0%,
        #1b0f2a 8%,
        #3a2552 15%,
        #cdb9df 28%,
        #ffffff 42%,
        #ffffff 100%
    );

    overflow: hidden;
}

/* ORBIT */

.hero-orbit {
    position: relative;
    width: 1100px;
    height: 900px;
    max-width: 100%;
}

/* ATOMENBAAN */

.hero-neutron {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120%;
    height: 120%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    pointer-events: none;
    opacity: .40;
    filter: drop-shadow(0 0 6px rgba(255,180,255,.35));
    z-index: 6;
}

/* PORTRET */

.hero-portret {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 520px;
    max-width: 80%;
    height: auto;
    z-index: 5;
}

/* HEADER THUMBNAILS */

.header-thumb {
    position: absolute;
    width: 180px;
    height: auto;
    background: #fff;
    padding: 6px;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0,0,0,.22);
    transition: transform .25s ease;
}

.header-thumb-02,
.header-thumb-05 {
    box-shadow: 0 14px 35px rgba(0,0,0,.28);
}

/* LINKSBOVEN */

.header-thumb-01 {
    top: 90px;
    left: 70px;
    transform: rotate(-9deg);
    z-index: 4;
}

.header-thumb-01:hover {
    transform: rotate(-9deg) scale(1.04);
}

/* LINKSMIDDEN */

.header-thumb-02 {
    top: 360px;
    left: 5px;
    transform: rotate(5deg);
    z-index: 8;
}

.header-thumb-02:hover {
    transform: rotate(5deg) scale(1.04);
}

/* LINKSONDER */

.header-thumb-03 {
    bottom: 90px;
    left: 110px;
    transform: rotate(-6deg);
    z-index: 4;
}

.header-thumb-03:hover {
    transform: rotate(-6deg) scale(1.04);
}

/* RECHTSBOVEN */

.header-thumb-04 {
    top: 80px;
    right: 80px;
    transform: rotate(8deg);
    z-index: 4;
}

.header-thumb-04:hover {
    transform: rotate(8deg) scale(1.04);
}

/* RECHTSMIDDEN */

.header-thumb-05 {
    top: 360px;
    right: -5px;
    transform: rotate(-5deg);
    z-index: 8;
}

.header-thumb-05:hover {
    transform: rotate(-5deg) scale(1.04);
}

/* RECHTSONDER */

.header-thumb-06 {
    bottom: 110px;
    right: 100px;
    transform: rotate(6deg);
    z-index: 4;
}

.header-thumb-06:hover {
    transform: rotate(6deg) scale(1.04);
}

/* END HEADER */

/* ============================= */
/* START CARDS STRIPBOEK */
/* ============================= */

.stripboek-section {
    max-width:1280px;
    margin: 40px auto 80px;
    padding: 36px;

background: linear-gradient(
    180deg,
    #edf5fd 0%,
    #f4f9ff 45%,
    #fbfdff 100%
);

border: 1px solid #d8e7f7;
    border-radius: 36px;

    box-shadow: 0 14px 42px rgba(80, 40, 95, .10);
}

.stripboek-intro {
    max-width: 760px;
    margin:0 0 24px 4px;
    text-align: left;
}

.stripboek-intro h1 {

    font-family: "Fredoka", Arial, sans-serif;
    font-weight: 600;

    margin: 0 0 12px;
    font-size: 3rem;
    color: #28162f;

}

.stripboek-intro p {

    font-family: "Fredoka", Arial, sans-serif;
    font-weight: 400;

    margin: 0;
	font-weight: 550;
    font-size: 1.35rem;

    line-height: 1.4;

    color: #5d4a62;

    max-width: 760px;

}

.strip-card {
    display: flex;
	align-items: stretch;
    gap: 34px;
    margin: 24px auto;
    padding: 22px;

    background: #ffffff;
    border: 1px solid rgba(238, 214, 246, .85);
    border-radius: 28px;

    box-shadow: 0 10px 30px rgba(80, 40, 95, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.strip-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(80, 40, 95, .14);
}

.strip-cover-link {
    flex: 0 0 420px;
    display: block;
    overflow: hidden;

    border-radius: 22px;
    background: #ffffff;
    padding: 7px;

    box-shadow: 0 10px 28px rgba(0,0,0,.16);
}
.strip-cover {
    display: block;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 16px;
}

.strip-cover img {
    display: block;
    width: 100%;
    transform: scale(1.75);
    transform-origin: top left;
}
.strip-cover-top {
    object-position: center top;
}

.strip-cover-center {
    object-position: center center;
}

.strip-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.strip-info h2 {
    margin: 0 0 14px;
    font-size: 2.15rem;
    line-height: 1.15;
    color: #28162f;
}

.strip-info h2 a {
    color: inherit;
    text-decoration: none;
}

.strip-info h2 a:hover {
    color: #7d3fa0;
}

.strip-info p {
    margin: 0 0 24px;
    font-size: 1.12rem;
    font-weight: 525;
    line-height: 1.8;
    color: #5d4a62;
}
.strip-info p-aansluitend {
    margin-top: -12px;
}
.strip-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border: 1px solid rgba(150, 76, 190, .65);
    border-radius: 999px;
    color: #69308c;
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(110, 50, 145, .10);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    margin-top: auto;
    align-self: flex-start;
}

.strip-button:hover {
    transform: translateY(-1px);
    background: #fbf0ff;
    box-shadow: 0 10px 24px rgba(110, 50, 145, .16);
}



/* ============================= */
/* STOP CARDS STRIPBOEK */
/* ============================= */

/* ============================= */
/* START STRIP LEESPAGINA */
/* ============================= */

.strippagina {

    max-width: 1160px;
    margin: 40px auto 80px;
    padding: 35px;

    background: #fcfaf5;

    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.header-strip {
    height: 110px;
    background: transparent;
}
.strip-reader {

    max-width: 1100px;
    margin: 40px auto 80px;
    padding: 0 20px;

}

.strip-reader h1 {

    margin: 0 0 15px;

    font-family: "Fredoka", Arial, sans-serif;
    font-size: 2.6rem;
    color: #28162f;

}

.strip-datum {

    margin: 0 0 30px;

    font-size: 1rem;
    color: #777;

}

.strip-reader p {

    font-size: 1.15rem;
    line-height: 1.7;
    color: #5d4a62;

}

.strip-reader img {

    display: block;
    width: 100%;
    height: auto;

    margin: 30px auto;

    border-radius: 18px;

    box-shadow: 0 10px 30px rgba(0,0,0,.12);

}


/* ============================= */
/* END STRIP LEESPAGINA */
/* ============================= */

/* ============================= */
/* START CARDS FAIQ */
/* ============================= */

.faiqboek-section {
    max-width:1280px;
    margin: 40px auto 80px;
    padding: 36px;

background: linear-gradient(
    180deg,
    #edf5fd 0%,
    #f4f9ff 45%,
    #fbfdff 100%
);

border: 1px solid #d8e7f7;
    border-radius: 36px;

    box-shadow: 0 14px 42px rgba(80, 40, 95, .10);
}

.faiqboek-intro {
    max-width: 760px;
    margin:0 0 24px 4px;
    text-align: left;
}

.faiqboek-intro h1 {

    font-family: "Fredoka", Arial, sans-serif;
    font-weight: 600;

    margin: 0 0 12px;
    font-size: 3rem;
    color: #28162f;

}

.faiqboek-intro p {

    font-family: "Fredoka", Arial, sans-serif;
    font-weight: 400;

    margin: 0;
	font-weight: 550;
    font-size: 1.35rem;

    line-height: 1.4;

    color: #5d4a62;

    max-width: 760px;

}

.faiq-card {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 34px;

    margin: 24px auto;
    padding: 22px;

    background: #ffffff;
    border: 1px solid rgba(238, 214, 246, .85);
    border-radius: 28px;

    box-shadow: 0 10px 30px rgba(80, 40, 95, .08);
}
.faiq-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 45px rgba(80, 40, 95, .14);
}

.faiq-cover-link {
    flex: 0 0 420px;
    display: block;
    overflow: hidden;

    border-radius: 22px;
    background: #ffffff;
    padding: 7px;

    box-shadow: 0 10px 28px rgba(0,0,0,.16);
}
.faiq-cover-intro {
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 16px;
}
.faiq-cover {
    display: block;
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 16px;
}

.faiq-cover img {
    display: block;
    width: 100%;
    transform: scale(1.75);
    transform-origin: top left;
}
.faiq-cover-top {
    object-position: center top;
}

.faiq-cover-center {
    object-position: center center;
}

.faiq-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.faiq-info h2 {
    margin: 0 0 14px;
    font-size: 2.15rem;
    line-height: 1.15;
    color: #28162f;
}

.faiq-info h2 a {
    color: inherit;
    text-decoration: none;
}

.faiq-info h2 a:hover {
    color: #7d3fa0;
}

.faiq-info p {
    margin: 0 0 24px;
    font-size: 1.12rem;
    font-weight: 525;
    line-height: 1.8;
    color: #5d4a62;
}
.faiq-info p-aansluitend {
    margin-top: -12px;
}
.faiq-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border: 1px solid rgba(150, 76, 190, .65);
    border-radius: 999px;
    color: #69308c;
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 8px 20px rgba(110, 50, 145, .10);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    margin-top: auto;
    align-self: flex-start;
}

.faiq-button:hover {
    transform: translateY(-1px);
    background: #fbf0ff;
    box-shadow: 0 10px 24px rgba(110, 50, 145, .16);
}



/* ============================= */
/* STOP CARDS FAIQ */
/* ============================= */

/* ============================= */
/* START FAIQ AI UITLEG */
/* ============================= */

.faiq-ai-uitleg {
    flex-basis: 100%;
    box-sizing: border-box;

    margin: 16px 0 0;
    padding: 22px 40px 30px 40px;

    position: relative;
    top: -6px;

    background: linear-gradient(
        180deg,
        #edf5fd 0%,
        #f4f9ff 45%,
        #fbfdff 100%
    );

    border: 1px solid #d8e7f7;
    border-radius: 26px;

    box-shadow: 0 10px 28px rgba(80, 40, 95, .08);
}

.faiq-ai-kop {
    display: flex;
    align-items: center;
    gap: 14px;

    margin: 0 0 18px;
}

.faiq-ai-icoon {
    width: 48px;
    height: 48px;
    float: left;
    margin: 6px 10px 0 0;
    position: relative;
}

.faiq-ai-kop h2 {
    margin: -8px 0 16px 0;

    font-family: "Fredoka", Arial, sans-serif;
    font-size: 1.9rem;
    line-height: 1.15;

    color: #28162f;
}

.faiq-ai-uitleg p {
    max-width: 970px;

    margin: 0;

    font-size: 1.08rem;
    font-weight: 525;
    line-height: 1.75;

    color: #4f4257;
    position: relative;
    top: -12px;
    }



/* ============================= */
/* STOP FAIQ AI UITLEG */
/* ============================= */




/* END HEADER MOBIEL */


/* START MENU */

.main-menu {
    display: flex;
    justify-content: center;
    gap: 18px;
    max-width: 900px;
    margin: -90px auto 50px;
    padding: 0 16px;
    position: relative;
    z-index: 50;
    margin-bottom: 30px;
}

.menu-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(230,200,240,.9);
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0,0,0,.16);
    text-decoration: none;
    color: #3d263f;
	font-family: "Fredoka", Arial, sans-serif;
	font-weight: 600;
    font-size: 20px;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.menu-card:hover {
    transform: translateY(-3px);
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,.22);
}

.menu-icon {
    font-size: 22px;
    line-height: 1;
}

.menu-title {
    white-space: nowrap;
}

/* END MENU */

/* START FOOTER */

.footer {

    margin-top:80px;
    padding:30px 20px;

    text-align:center;

    font-size:14px;
    color:#5f4a67;

    background:linear-gradient(
        0deg,
        #f8f1fb 0%,
        #ffffff 100%
    );

    border-top:1px solid #ead8f0;
}

/* END FOOTER */




/* END MENU MOBIEL */

/* ================================= */
/* START RESPONSIVE / TABLET + MOBIEL */
/* ================================= */

/* TABLET + SMALLE SCHERMEN */

@media (max-width:1050px) {


    /* STRIPBOEK */

.stripboek-section {
        margin: 30px 12px 60px;
        padding: 18px;
        border-radius: 28px;
    }

    .stripboek-intro h1 {
        font-size: 2.35rem;
    }

    .strip-card {
        flex-direction: column;
        align-items: stretch;
        gap: 22px;
        padding: 16px;
        border-radius: 24px;
    }

    .strip-cover-link {
        flex: none;
        width: 100%;
        padding: 5px;
        border-radius: 18px;
    }

    .strip-cover {
        height: 230px;
        border-radius: 14px;
    }

    .strip-info h2 {
        font-size: 1.65rem;
    }

    .strip-info p {
        font-size: 1rem;
    }

    /* STRIP LEESPAGINA */

.strip-reader{

        padding:0 12px;

    }

    .strip-reader h1{

        font-size:2rem;

    }

    /* FAIQ OVERZICHT */

.faiqboek-section {
        margin: 30px 12px 60px;
        padding: 18px;
        border-radius: 28px;
    }

    .faiqboek-intro h1 {
        font-size: 2.35rem;
    }
.faiqboek-intro h1 img {

    position: relative;
    top: -20px;
    left: -73px;

}

    .faiq-info h2 {
        font-size: 1.65rem;
    }

    .faiq-info p {
        font-size: 1rem;
    }

    /* FAIQ AI-UITLEG */

.faiq-ai-uitleg {
    margin: 16px 10px 0 0;
    padding: 22px 22px 26px 22px;
    border-radius: 22px;
    font-size: 1rem;
    }

    .faiq-ai-kop {
        gap: 12px;
    }

    .faiq-ai-icoon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .faiq-ai-kop h2 {
        font-size: 1.55rem;
    }

    .faiq-ai-uitleg p {
        font-size: 1rem;
        line-height: 1.7;
    }
}

/* HEADER MOBIEL */

@media (max-width:900px) {
.hero {
        margin: 0 auto 40px;
        padding: 0 8px;
    }

    .hero-orbit {
        position: relative;
        width: 100%;
        height: 620px;
        max-width: 430px;
        overflow: hidden;
    }

    .hero-neutron {
        display: block;
        position: absolute;
        left: 50%;
        top: 40%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        object-fit: contain;
        opacity: .30;
        pointer-events: none;
        filter: none;
        z-index: 6;
    }

    .hero-portret {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 78%;
        max-width: 360px;
        height: auto;
        z-index: 5;
    }

    .header-thumb {
        position: absolute;
        width: 112px;
        padding: 4px;
        border-radius: 12px;
        box-shadow: 0 6px 18px rgba(0,0,0,.18);
    }

    .header-thumb-01 {
        top: 70px;
        left: 5px;
        transform: rotate(-8deg);
        z-index: 8;
    }

    .header-thumb-01:hover {
        transform: rotate(-8deg) scale(1.03);
    }

    .header-thumb-02 {
        top: 400px;
        left: 4px;
        transform: rotate(5deg);
        z-index: 3;
    }

    .header-thumb-02:hover {
        transform: rotate(5deg) scale(1.03);
    }

    .header-thumb-03 {
        display: none;
    }

    .header-thumb-04 {
        top: 65px;
        right: 170px;
        transform: rotate(8deg);
        z-index: 8;
    }

    .header-thumb-04:hover {
        transform: rotate(8deg) scale(1.03);
    }

    .header-thumb-05 {
        top: 300px;
        right: 1px;
        transform: rotate(-5deg);
        z-index: 3;
    }

    .header-thumb-05:hover {
        transform: rotate(-5deg) scale(1.03);
    }

    .header-thumb-06 {
        display: none;
    }
}

/* MENU MOBIEL */

@media (max-width:700px) {

.main-menu {
        gap: 10px;
        margin: -20px auto 35px;
        padding: 0 10px;
    }

    .menu-card {
        flex-direction: column;
        gap: 4px;
        padding: 10px 12px;
        font-size: 13px;
        border-radius: 18px;
    }

    .menu-icon {
        font-size: 22px;
    }
}
@media (max-width:900px) {

    .faiq-card {
        flex-direction: column;
        align-items: stretch;
        gap: 22px;
        padding: 16px;
        border-radius: 24px;
    }

    .faiq-cover-link {
        margin: 0 auto;
        flex: none;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 5px;
        border-radius: 18px;
    }

    .faiq-cover-intro,
    .faiq-cover {
        height: 250px;
        box-sizing: border-box;
        max-width: 100%;
        overflow: hidden;
        border-radius: 14px;
    }

    .faiq-cover img,
    .faiq-cover-intro img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
/* ================================= */
/* END RESPONSIVE / TABLET + MOBIEL */
/* ================================= */
