/* Healthy met Heleen – Suppletie Advies Pro (extern CSS) */

/* Wrapper: geen eigen achtergrond, alleen spacing */
#suppletie-advies-wrapper {
    font-family: paralino-linetype, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    padding: 32px 16px;
}

/* Multi-step formulier */
#suppletie-advies-wrapper .suppletie-advies-form {
    max-width: 720px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(251,244,241,0.98), rgba(243,225,235,0.98));
    padding: 40px 36px;
    border-radius: 32px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08), 0 0 0 1px rgba(195,150,172,0.26);
    position: relative;
    overflow: hidden;
}

#suppletie-advies-wrapper .suppletie-advies-form::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle at top left, rgba(195,150,172,0.22) 0, transparent 55%),
        radial-gradient(circle at bottom right, rgba(219,193,209,0.22) 0, transparent 55%);
    opacity: 0.9;
    pointer-events: none;
    z-index: 0;
}

#suppletie-advies-wrapper .suppletie-advies-form > * {
    position: relative;
    z-index: 1;
}

#suppletie-advies-wrapper h2 {
    text-align: center;
    color: #85576D;
    margin-bottom: 24px;
    font-size: 26px;
    letter-spacing: 0.02em;
}

#suppletie-advies-wrapper .progress-bar {
    width: 100%;
    height: 8px;
    background-color: rgba(251,244,241,0.8);
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 28px;
    box-shadow: inset 0 0 0 1px rgba(195,150,172,0.25);
}

#suppletie-advies-wrapper .progress-bar-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #C396AC, #A1B88B);
    transition: width 0.35s ease-out;
}

#suppletie-advies-wrapper .step {
    display: none;
    text-align: center;
    animation: hmhFadeIn 0.24s ease-out;
}

#suppletie-advies-wrapper .step.active {
    display: block !important;
}

@keyframes hmhFadeIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#suppletie-advies-wrapper .big-button {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 18px auto 0;
    padding: 14px 18px;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(135deg, #C396AC, #85576D);
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.12s ease;
    text-align: center;
    box-shadow: 0 10px 24px rgba(133,87,109,0.35);
}

#suppletie-advies-wrapper .big-button:hover {
    background: linear-gradient(135deg, #B1859E, #744960);
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(133,87,109,0.45);
}

#suppletie-advies-wrapper .big-button:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(133,87,109,0.35);
}

#suppletie-advies-wrapper input[type="number"],
#suppletie-advies-wrapper input[type="email"] {
    width: 100%;
    max-width: 360px;
    padding: 11px 14px;
    font-size: 16px;
    border-radius: 999px;
    border: 1px solid rgba(133,87,109,0.25);
    margin: 0 auto 18px;
    outline: none;
    display: block;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

#suppletie-advies-wrapper input[type="number"]:focus,
#suppletie-advies-wrapper input[type="email"]:focus {
    border-color: #C396AC;
    background-color: #ffffff;
    box-shadow: 0 0 0 1px rgba(195,150,172,0.3), 0 8px 18px rgba(0,0,0,0.04);
}

#suppletie-advies-wrapper .consent-label {
    display: block;
    max-width: 420px;
    margin: 8px auto 4px;
    font-size: 14px;
    color: #85576D;
    text-align: left;
    line-height: 1.5;
}

#suppletie-advies-wrapper .consent-label input[type="checkbox"] {
    margin-right: 6px;
}

#suppletie-advies-wrapper .popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    margin-left: 6px;
    color: #85576D;
    font-weight: 500;
}

#suppletie-advies-wrapper .popup::after {
    content: "﹖";
    display: inline-block;
    margin-left: 4px;
    font-size: 12px;
}

#suppletie-advies-wrapper .popup .popuptext {
    visibility: hidden;
    width: 280px;
    background-color: #FFFFFF;
    color: #000;
    text-align: left;
    border-radius: 16px;
    padding: 12px 14px;
    position: absolute;
    z-index: 2;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.25s ease;
    box-shadow: 0 16px 40px rgba(0,0,0,0.16), 0 0 0 1px rgba(219,225,212,0.9);
    font-size: 13px;
    line-height: 1.5;
}

#suppletie-advies-wrapper .popup:hover .popuptext,
#suppletie-advies-wrapper .popup .popuptext:hover {
    visibility: visible;
    opacity: 1;
}

/* Resultaatblok */

#suppletie-advies-wrapper .test-result {
    max-width: 760px;
    margin: 32px auto;
    padding: 32px 30px;
    background: radial-gradient(circle at top left, #FBF4F1 0%, #FFFFFF 45%, #FBF4F1 100%);
    border-radius: 28px;
    font-size: 16px;
    color: #333;
    text-align: left;
    line-height: 1.7;
    box-shadow: 0 20px 48px rgba(0,0,0,0.08), 0 0 0 1px rgba(195,150,172,0.28);
    position: relative;
    overflow: hidden;
}

#suppletie-advies-wrapper .test-result::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle at top right, rgba(195,150,172,0.16) 0, transparent 55%),
        radial-gradient(circle at bottom left, rgba(161,184,139,0.18) 0, transparent 55%);
    opacity: 0.9;
    pointer-events: none;
    z-index: 0;
}

#suppletie-advies-wrapper .test-result > * {
    position: relative;
    z-index: 1;
}

#suppletie-advies-wrapper .test-result h2 {
    font-size: 26px;
    margin-bottom: 18px;
    color: #85576D;
    text-align: center;
}

#suppletie-advies-wrapper .test-result h3 {
    font-size: 19px;
    color: #85576D;
    margin-top: 6px;
    margin-bottom: 6px;
}

/* Recommendation cards */

#suppletie-advies-wrapper .recommendation {
    margin: 50px 0;
    padding: 18px 18px 18px 7.5rem;
    border-radius: 18px;
    position: relative;
    display: block;
    background: linear-gradient(135deg, rgba(251,244,241,0.96), rgba(243,225,235,0.98));
    box-shadow: 0 8px 20px rgba(0,0,0,0.06), 0 0 0 1px rgba(195,150,172,0.35);
    border-left: 4px solid #C396AC;
    overflow: visible;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease;
}

#suppletie-advies-wrapper .recommendation:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.1), 0 0 0 1px rgba(133,87,109,0.45);
    background: linear-gradient(135deg, rgba(251,244,241,1), rgba(243,225,235,1));
}

#suppletie-advies-wrapper .hmh-rec-text {
    position: relative;
    z-index: 2;
	margin-left: 50px;
}

#suppletie-advies-wrapper .hmh-suppletie-image {
    position: absolute;
    left: -2.4rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

#suppletie-advies-wrapper .hmh-suppletie-image img {
    width: 225px;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

#suppletie-advies-wrapper .hmh-disclaimer {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(133,87,109,0.35);
    text-align: center;
    font-size: 14px;
    color: #5c4a55;
}

#suppletie-advies-wrapper .hmh-disclaimer p:first-child {
    margin-bottom: 16px;
}

#suppletie-advies-wrapper .back-link {
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
    text-decoration: none;
    color: #85576D;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

#suppletie-advies-wrapper .back-link:hover {
    text-decoration: underline;
}

#suppletie-advies-wrapper #hmh-globalBackLinkContainer {
    text-align: center;
    margin-top: 14px;
    display: none;
}

#suppletie-advies-wrapper #hmh-globalBackLink {
    font-size: 15px;
    text-decoration: none;
    color: #85576D;
    cursor: pointer;
}

#suppletie-advies-wrapper #hmh-globalBackLink:hover {
    text-decoration: underline;
}

#suppletie-advies-wrapper .error-message {
    color: #d32f2f;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
}

/* Suppletiepakketten sectie */

.hmh-supp-packs-wrapper {
    font-family: paralino-linetype, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    background: linear-gradient(135deg, rgba(251,244,241,0.98), rgba(243,225,235,0.98));
    padding: 40px 36px;
    border-radius: 32px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08), 0 0 0 1px rgba(195,150,172,0.26);
}

.hmh-supp-packs-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px 50px;
    position: relative;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}

.hmh-supp-header {
    text-align: left;
    margin-bottom: 24px;
}

.hmh-supp-header h2 {
    margin: 0 0 4px 0;
    font-size: 1.7rem;
    color: #85576D;
}

.hmh-supp-header p {
    margin: 0;
    color: #5d4a54;
    font-size: 0.96rem;
    max-width: 40rem;
}

.hmh-supp-pakketten-grid {
    display: grid;
    gap: 18px;
}

@media (min-width: 900px) {
    .hmh-supp-pakketten-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.hmh-supp-pakket-card {
    position: relative;
    background: linear-gradient(
        135deg,
        #FBF4F1 0%,
        rgba(195,150,172,0.52) 40%,
        rgba(133,87,109,0.96) 100%
    );
    border-radius: 22px;
    padding: 1.4rem 1.25rem 1.5rem 1.25rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);
    color: #2b2226;
    overflow: hidden;
    border: 1px solid rgba(219,193,209,0.9);
}

.hmh-supp-pakket-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right,
        rgba(255,255,255,0.72) 0%,
        transparent 55%);
    opacity: 0.95;
    pointer-events: none;
}

.hmh-supp-pakket-inner {
    position: relative;
    z-index: 1;
}

.hmh-supp-tag {
    display: inline-block;
    padding: 0.16rem 0.7rem;
    border-radius: 999px;
    font-size: 0.76rem;
    margin-bottom: 0.5rem;
    background: #ffffff;
    border: 1px solid rgba(195,150,172,0.6);
    color: #85576D;
}

.hmh-supp-pakket-card h3 {
    margin: 0 0 0.25rem 0;
    font-size: 1.4rem;
    color: #85576D;
}

.hmh-supp-subtitle {
    margin: 0 0 0.8rem 0;
    font-size: 1.1rem;
	font-weight: 600;
    color: #3F3F46;
}

.hmh-supp-product-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
	font-weight: 600;
    color: #3F3F46;
}

.hmh-supp-product-list li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.25rem;
}

.hmh-supp-product-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #F3E1EC;
}

.hmh-supp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.55rem 1.2rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    background: linear-gradient(
        135deg,
        #85576D,
        #C396AC
    );
    color: #ffffff;
    border: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    transition: transform 0.08s ease-out, box-shadow 0.08s ease-out, filter 0.08s ease-out;
}

.hmh-supp-button span.hmh-supp-arrow {
    font-size: 1rem;
    line-height: 1;
}

.hmh-supp-button:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(0,0,0,0.22);
}

.hmh-supp-footnote {
    margin-top: 1.5rem;
    font-size: 0.82rem;
    color: #6b5964;
    max-width: 40rem;
}

/* Responsive tweaks */

@media (max-width: 768px) {
    #suppletie-advies-wrapper {
        padding: 24px 12px;
    }
    #suppletie-advies-wrapper .suppletie-advies-form {
        padding: 28px 22px;
        border-radius: 26px;
    }
    #suppletie-advies-wrapper .test-result {
        padding: 24px 20px;
        border-radius: 24px;
    }
    #suppletie-advies-wrapper .recommendation {
        padding: 16px 16px 16px 16px;
    }
    #suppletie-advies-wrapper .hmh-suppletie-image {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        margin-bottom: 10px;
    }
    #suppletie-advies-wrapper .hmh-suppletie-image img {
        width: 140px;
        margin: 0 auto;
    }
    .hmh-supp-packs-inner {
        padding: 0 2px 24px;
    }
}

@media (max-width: 480px) {
    #suppletie-advies-wrapper .suppletie-advies-form {
        padding: 22px 18px;
    }
    #suppletie-advies-wrapper input[type="number"],
    #suppletie-advies-wrapper input[type="email"] {
        max-width: 100%;
    }
    #suppletie-advies-wrapper .big-button {
        max-width: 100%;
    }
}