/* =========================
   Guardian 2026 LP styling
   Scope: .lazy-content + .lp-*
   ========================= */


.hero__container--guardian {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-title {
    font-size: calc((48 / 1366) * var(--screen-width));
    line-height: calc((54 / 1366) * var(--screen-width));
}

.item__row {
    width: auto;
}

.hero__container--page .hero__gradient {
    background: linear-gradient(90deg, #FCFBF9, #FCFBF9, transparent);
}

.wrapper .button.large {
    width: auto;
    padding-right: 24px;
    border-color: #457B9D !important;
    background-color: #457B9D !important;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.wrapper .button.large:hover {
    background-color: #35617F !important;
    border-color: #35617F !important;
}

.wrapper .button .button__toggle path {
    fill: #457B9D !important;
}

.wrapper .button:hover .button__toggle path {
    fill: #35617F !important;
}

.guardian {
    position: absolute;
    bottom: 48px;
    right: 48px;
    width: 200px;
    z-index: 1;
    opacity: 0.9;
}

.wrapper .large .button_shadow-button {
    display: none
}

.wrapper .large .button__toggle {
    display: flex !important;
}

.wrapper .large span.button__text {
    padding-left: calc((0 / 1366) * var(--screen-width) + (14 / 1366) * var(--screen-width)) !important;
}

#pb_widget h2,
h2.large,
h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
}

#pb_widget h2::before {
    width: 36px;
    height: 36px;
}

.lazy-content .lp-center {
    text-align: center;
}

.lazy-content .lp-note {
    margin-top: 18px;
    color: var(--lp-muted);
    font-family: var(--lp-sans);
}

/* Section: Bringing clarity */
.lazy-content .lp-clarity__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(18px, 3vw, 44px);
    align-items: center;
}

.lazy-content .lp-clarity__visual {
    display: flex;
    height: 100%;
}

.lp-clarity__visual-inner {
    height: 100%;
    width: calc(100% + 48px);

    background-size: cover;
    background-position: center;
}

.lp-clarity__visual-inner.right {
    margin-right: -54px;
}

.lp-clarity__visual-inner.left {
    margin-left: -54px;
}

.hero__bg.parallax-item,
.hero__mobile__image {
    background-image: none !important;
}


/* Section: What happens */
.lazy-content .lp-consultation__inner {
    width: min(980px, 92%);
    margin: 0 auto;
}

.lazy-content .lp-checklist {
    margin-top: 26px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    align-items: start;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.lazy-content .lp-consultation__inner {
    width: 100%;
}

@media (max-width: 900px) {
    .lazy-content .lp-checklist {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}

.lazy-content .lp-checklist__col {
    list-style: none;
    margin: 0;
    padding: 0;
}



.lazy-content .lp-checklist__item {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 12px;
    padding: 10px 0;
    font-family: var(--lp-sans);
    color: var(--lp-text);
    line-height: 1.5;
    align-items: center;
}

.lp-consultation__inner .lp-checklist__item {
    grid-template-columns: 1fr;
    position: relative;
    padding-left: 16px;
    /* reserve space for the absolute bullet so wrapped lines don't sit underneath */
}

.lp-consultation__inner .lp-checklist__item span::before {
    content: '\2022';
    position: absolute;
    left: 0px;
    top: 12px;
    /* align with first line; adjust if necessary */
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    display: block;
}

.lazy-content .lp-checklist__icon {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    color: #457B9D;
    font-weight: 700;
    font-size: 14px;
    position: relative;
}

.lazy-content .lp-checklist__icon span {
    position: absolute;
    font-size: 23px;
    bottom: 4px;
    right: 0px;
    font-weight: 100;
    width: 10px;
    height: 19px;
    border: 3px solid;
    border-radius: 0px;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    margin-right: 4px;
}

#pb_widget h2::before {
    margin-right: 6px;
}

#pb_widget h2 {
    gap: 8px !important;
}

#pb_widget .image__text__image {
    padding: 0px !important
}

.step__item.team__member {
    margin-left: 0px;
    margin-right: 0px;
}

.team__member .flex.team__member__info {
    flex-direction: column;
    display: flex;
    align-items: center;
    max-width: calc((200 / 1366) * var(--screen-width));

}

.team__member .flex.team__member__info h3 {
    font-size: 20px;
    line-height: 28px;
}

.team__member .flex.team__member__info p {
    font-size: 14px !important;
    line-height: 20px;
}

.team__member .step__item__icon {
    margin: auto;
}

.flex.flex--start.step__container {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    margin-left: 0px !important
}

.item {
    border: 1px solid #457B9D;
    background-color: #ecf2f5;
    color: #000000;
    font-weight: 300;
}

.item:hover {
    background-color: #ecf2f5;
}

#hero.hero__container--page {
    min-height: auto;
}

.hero__container--page .hero__canvas {
    height: auto;
    padding: 96px 0px 64px;
}

.quote {
    background-color: #F9F7F4;
    padding: 48px;
    width: fit-content;
    max-width: 616px;
}

.quote p {
    font-size: 24px !important;
    line-height: 140% !important;
}

.quote p span {
    margin-top: 16px;
    font-size: 16px !important;
    line-height: 24px !important;
    display: block;
    text-align: right;
    width: 100%;
}

.swiper-pagination-bullet-active {
    background: #457B9D !important;
}

.swiper-wrapper {
    padding-bottom: 24px;
}


@media (max-width: 900px) {
    .lp-cards__grid {
        grid-template-columns: 1fr;
    }
}

.lp-card {
    border-radius: var(--lp-radius-xl);
    border: 1px solid var(--lp-border);
    box-shadow: 0 18px 50px rgba(15, 20, 18, 0.08);
    padding: clamp(18px, 2.4vw, 28px);
}

.lp-card--benefit {
    background: var(--lp-surface-2);
}

.lp-card--cta {
    background: var(--lp-surface);
}

.lp-card__header {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.lp-card__badge {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid var(--lp-border);
    background: rgba(255, 255, 255, 0.6);
    display: grid;
    place-items: center;
    font-size: 18px;
}

/* CTA button (tries to match Forbes.health vibe) */
.lp-card__actions {
    margin-top: 18px;
}

.rating__avatar__container {
    width: 100%;
}

.rating__avatar {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border: 2px solid #fff;
}

.step__item.team__member {
    flex: 0 0 calc(33.333% - 48px);
    justify-content: center;
}

.hero__title {
    font-size: calc((48 / 1366) * var(--screen-width));
    line-height: calc((48 / 1366) * var(--screen-width));
}

@media (min-width: 1366px) {
    .hero__title {
        font-size: calc((56 / 1366) * var(--screen-width));
        line-height: calc((56 / 1366) * var(--screen-width));
    }

    .step__item.team__member {
        flex: 0 0 calc(16.666% - calc((48 / 1366) * var(--screen-width)));
    }
}

@media (min-width: 1366px) {
    .testimonial__text p {
        font-size: calc((18 / 1366) * var(--screen-width));
        letter-spacing: calc((0 / 1366) * var(--screen-width));
    }
}

.testimonial__text p {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0px;
    font-style: italic;
    font-weight: 200;
}

.testimonial__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 48px;
}

.testimonial__item {
    padding: 48px;
    background-color: #F9F7F4;
    border-radius: 16px;
    margin-top: 24px;
    margin-bottom: 0px;
    height: 100%;
    display: flex;
    align-content: flex-start;
}

.rating__name {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}

nav .button__container {
    display: none;
}

.lp-clarity ul.lp-checklist__col {
    border-top: 1px solid #ecf2f5;
    width: fit-content;
    padding-top: 16px;
    margin-top: 32px;
}

p,
ul {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 12px 0;
}

@media (min-width: 1366px) {

    p,
    ul,
    #pb_widget .choice__text h4 {
        font-size: 18px !important;
        line-height: 24px;
    }
}

@media (max-width: 995.98px) {
    .hero__container--page .hero__bg {
        display: block;
    }

    .hero__mobile__image {
        display: none !important;
    }

    .guardian__container {
        justify-content: flex-start;
        padding: 0px 24px;
    }

    .guardian {
        position: relative;
        bottom: 0px;
        right: 0px;
        width: 160px;
    }

    .guardian p {
        font-size: 16px;
    }

    .hero__container--guardian {
        padding: 48px 0px 72px 0px;
        background-color: #fcfbf9de;
    }

    .hero__container--page .hero__gradient {
        display: none;
    }

    .hero__title {
        font-size: 48px;
        line-height: 120%;
    }

    .wrapper .button.large {
        gap: 8px;
    }

    .lazy-content .lp-clarity__grid {
        grid-template-columns: 1fr;
    }

    .lazy-content .lp-clarity__visual {
        height: 320px;
        width: calc(100% + 48px);
        margin-left: -24px;
        margin-top: -24px;
    }

    .lazy-content .lp-center {
        text-align: left;
    }

    .item__row {
        flex-direction: row;
    }

    .testimonial__container {
        flex-direction: column;
        gap: 24px;
    }

    .cgold {
        display: inline-block;
    }

    .lazy-content .lp-checklist {
        gap: 0px;
    }

    .mgt0--mobile {
        margin-top: 0px !important;
    }

    .step__item.team__member {
        flex: 0 0 calc(50% - 12px);
        justify-content: center;
    }

    .team__member .flex.team__member__info {
        max-width: 100%;
    }

    .team__member .step__item__icon {
        max-width: 100%;
        min-width: 100%;
        min-height: auto;
        max-height: none;
        padding-top: 100%;
        position: relative;
    }

    .team__member .step__item__icon img {
        position: absolute;
        top: 0px;
    }

    .item {
        padding: 8px 12px;
        font-size: 14px;
        line-height: 16px;
        margin: 6px;
        margin-left: 0px;
    }

    .testimonial__item {
        padding: 48px 24px;
    }

    .team__member .flex.team__member__info h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .testimonial__item,
    .rating__container {
        justify-content: flex-end;
    }

    .flex.flex--start--mobile {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero__container--page .hero__canvas {
        height: auto;
        padding: 24px 0px 64px;
    }

    .quote {
        width: calc(100% + 48px);
        margin-left: -24px;
        text-align: center;
        padding: 48px 24px;
        max-width:none
    }

    .quote p {
        font-size: 26px !important
    }

    .lp-clarity__visual--b {
        height: 320px;
        margin-top: -48px;
    }


}

/* Zorg dat Swiper netjes in je layout valt */
.testimonial__container {
    width: 100%;
    overflow: hidden;
}

.testimonialSwiper {
    width: 100%;
}

.testimonialSwiper .swiper-slide {
    height: auto;
    /* zodat je cards natuurlijke hoogte houden */
}

/* Pagination iets onder de content */
.testimonialSwiper .swiper-pagination {
    position: relative;
    margin-top: 16px;
}

.hero__title br {
    display: block;
}

/* Optioneel: pijlen alleen tonen vanaf tablet */
@media (max-width: 767px) {

    .testimonialSwiper .swiper-button-prev,
    .testimonialSwiper .swiper-button-next {
        display: none;
    }
}