/* _content/WinMens.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.site-header[b-aaryg47efn] {
    position: relative;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 24px;
    width: min(1280px, calc(100% - 48px));
    min-height: 86px;
    margin-inline: auto;
}

.main-navigation[b-aaryg47efn] {
    display: flex;
    align-items: center;
    gap: clamp(12px, 1.5vw, 24px);
    margin-left: auto;
}

    .main-navigation > a[b-aaryg47efn],
    .nav-dropdown-trigger[b-aaryg47efn] {
        display: flex;
        align-items: center;
        min-height: 44px;
        padding: 8px 0;
        color: var(--muted);
        font: inherit;
        font-size: 0.93rem;
        font-weight: 600;
        line-height: 1.2;
        white-space: nowrap;
        text-decoration: none;
    }

        .main-navigation > a.active[b-aaryg47efn],
        .main-navigation > a:hover[b-aaryg47efn],
        .nav-dropdown-trigger:hover[b-aaryg47efn] {
            color: var(--ink);
        }

.mobile-menu-button[b-aaryg47efn] {
    display: none;
}

.nav-dropdown[b-aaryg47efn] {
    position: relative;
}

.nav-dropdown-trigger[b-aaryg47efn] {
    gap: 6px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.dropdown-arrow[b-aaryg47efn] {
    transition: transform 0.2s ease;
}

    .dropdown-arrow.open[b-aaryg47efn] {
        transform: rotate(180deg);
    }

.nav-dropdown-menu[b-aaryg47efn] {
    position: absolute;
    z-index: 1100;
    top: calc(100% + 8px);
    left: 50%;
    display: none;
    width: 280px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(16, 41, 36, 0.16);
    transform: translateX(-50%);
}


    .nav-dropdown-menu a[b-aaryg47efn] {
        display: grid;
        gap: 2px;
        padding: 11px 13px;
        color: var(--ink);
        border-radius: 9px;
        text-decoration: none;
    }

        .nav-dropdown-menu a:hover[b-aaryg47efn] {
            background: #eef6f4;
        }

    .nav-dropdown-menu small[b-aaryg47efn] {
        color: var(--muted);
        font-size: 0.78rem;
        font-weight: 400;
    }

@media (max-width: 1100px) {
    .site-header[b-aaryg47efn] {
        min-height: 72px;
        width: min(100% - 30px, 1280px);
    }

    .header-cta[b-aaryg47efn] {
        display: none;
    }

    .mobile-menu-button[b-aaryg47efn] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        margin-left: auto;
        padding: 0;
        border: 1px solid var(--line);
        border-radius: 9px;
        background: #ffffff;
        cursor: pointer;
    }

        .mobile-menu-button span[b-aaryg47efn] {
            display: block;
            width: 22px;
            height: 2px;
            border-radius: 2px;
            background: var(--ink);
        }

    .main-navigation[b-aaryg47efn] {
        position: absolute;
        z-index: 1200;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 2px;
        max-height: calc(100vh - 90px);
        margin: 0;
        padding: 12px;
        overflow-y: auto;
        background: #ffffff;
        border: 1px solid var(--line);
        border-radius: 0 0 16px 16px;
        box-shadow: 0 18px 40px rgba(16, 41, 36, 0.16);
    }

        .main-navigation.menu-open[b-aaryg47efn] {
            display: flex;
        }

        .main-navigation > a[b-aaryg47efn],
        .nav-dropdown-trigger[b-aaryg47efn] {
            width: 100%;
            min-height: 46px;
            padding: 11px 13px;
            border-radius: 8px;
            text-align: left;
        }

            .main-navigation > a:hover[b-aaryg47efn],
            .nav-dropdown-trigger:hover[b-aaryg47efn] {
                background: #eef6f4;
            }

    .nav-dropdown-trigger[b-aaryg47efn] {
        justify-content: space-between;
    }

    .nav-dropdown-menu[b-aaryg47efn] {
        position: static;
        display: none;
        visibility: hidden;
        opacity: 0;
        width: auto;
        margin: 0 0 5px 14px;
        padding: 4px 0 4px 10px;
        background: #ffffff;
        border: 0;
        border-left: 2px solid var(--teal);
        border-radius: 0;
        box-shadow: none;
        transform: none;
    }

    .nav-dropdown .nav-dropdown-menu.submenu-open[b-aaryg47efn] {
        display: grid;
        visibility: visible;
        opacity: 1;
        transform: none;
    }

    .nav-dropdown-menu > a[b-aaryg47efn] {
        display: grid;
        gap: 2px;
        padding: 11px 13px;
        color: #293d3d;
        background: transparent;
        border-radius: 8px;
        text-decoration: none;
    }

        .nav-dropdown-menu > a strong[b-aaryg47efn] {
            color: #293d3d;
            font-size: 0.9rem;
            font-weight: 700;
        }

        .nav-dropdown-menu > a small[b-aaryg47efn] {
            color: #60726e;
            font-size: 0.78rem;
            font-weight: 500;
        }

        .nav-dropdown-menu > a:hover[b-aaryg47efn],
        .nav-dropdown-menu > a.active[b-aaryg47efn] {
            color: #087f76;
            background: #dff5f1;
        }

}

@media (min-width: 1101px) {
    .nav-dropdown:hover .nav-dropdown-menu[b-aaryg47efn],
    .nav-dropdown:focus-within .nav-dropdown-menu[b-aaryg47efn],
    .nav-dropdown-menu.submenu-open[b-aaryg47efn] {
        display: grid;
        visibility: visible;
        opacity: 1;
        transform: translate(-50%, 0);
    }
}




.nav-dropdown-trigger[b-aaryg47efn] {
    color: #394d4c;
    font-family: inherit;
    font-size: 0.93rem;
    font-weight: 700;
}

.nav-dropdown-menu.submenu-open[b-aaryg47efn] {
    visibility: visible;
    opacity: 1;
}

/* _content/WinMens.Web/Components/Layout/ModuleLayout.razor.rz.scp.css */
.secondary-layout[b-nju6gf7v48] {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    background: #f2f6f5;
}

.secondary-header[b-nju6gf7v48] {
    min-height: 5rem;
    padding: 1rem max(1.5rem, calc((100% - 75rem) / 2));
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border-bottom: 1px solid #d9e3e1;
}

.secondary-content[b-nju6gf7v48] {
    width: min(75rem, calc(100% - 3rem));
    margin-inline: auto;
    padding-block: 4rem;
}

.secondary-footer[b-nju6gf7v48] {
    padding: 2rem;
    text-align: center;
    color: #647373;
}

/* _content/WinMens.Web/Components/Pages/Chat.razor.rz.scp.css */
.winmens-ai-chat[b-fdxba0hgpc] {
    width: 100%;
    height: 600px;
    max-height: 75vh;
}


.chat-container[b-fdxba0hgpc] {
    height: 70vh;
    min-height: 400px;
    max-height: 750px;
}

    .chat-container .winmens-ai-chat[b-fdxba0hgpc] {
        height: 100%;
        min-height: 0;
    }

.winmens-ai-chat[b-fdxba0hgpc] {
    width: 100%;
    height: 600px;
}

.chat-message-row[b-fdxba0hgpc] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: calc(100% - 20px);
    margin: 6px 10px;
}

    .chat-message-row.user-message[b-fdxba0hgpc] {
        flex-direction: row-reverse;
    }

.chat-avatar[b-fdxba0hgpc] {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(20, 58, 55, 0.18);
}

.chat-message-bubble[b-fdxba0hgpc] {
    max-width: 75%;
    padding: 12px 15px;
    border-radius: 16px;
    line-height: 1.5;
    background-color: #eef6f4;
    color: #173c39;
}

.user-message .chat-message-bubble[b-fdxba0hgpc] {
    background-color: #246b63;
    color: #ffffff;
    border-bottom-right-radius: 4px;
}

.assistant-message .chat-message-bubble[b-fdxba0hgpc] {
    border-bottom-left-radius: 4px;
}

.error-message .chat-message-bubble[b-fdxba0hgpc] {
    background-color: #fde8e8;
    color: #9b1c1c;
}

[b-fdxba0hgpc] .chat-message-bubble {
    line-height: 1.6;
    overflow-wrap: anywhere;
}

    [b-fdxba0hgpc] .chat-message-bubble p {
        margin: 0 0 0.8rem;
    }

        [b-fdxba0hgpc] .chat-message-bubble p:last-child {
            margin-bottom: 0;
        }

    [b-fdxba0hgpc] .chat-message-bubble ul,
    [b-fdxba0hgpc] .chat-message-bubble ol {
        margin: 0.5rem 0 1rem;
        padding-left: 1.5rem;
    }

    [b-fdxba0hgpc] .chat-message-bubble li {
        margin-bottom: 0.5rem;
    }

    [b-fdxba0hgpc] .chat-message-bubble strong {
        font-weight: 700;
    }

    [b-fdxba0hgpc] .chat-message-bubble h1,
    [b-fdxba0hgpc] .chat-message-bubble h2,
    [b-fdxba0hgpc] .chat-message-bubble h3 {
        margin: 1rem 0 0.5rem;
        line-height: 1.25;
    }

    [b-fdxba0hgpc] .chat-message-bubble code {
        padding: 0.15rem 0.35rem;
        border-radius: 4px;
        background: rgba(0, 0, 0, 0.07);
    }

    [b-fdxba0hgpc] .chat-message-bubble pre {
        padding: 1rem;
        overflow-x: auto;
        border-radius: 8px;
        background: #173c39;
        color: white;
    }

/* _content/WinMens.Web/Components/Pages/Home.razor.rz.scp.css */
.hero-carousel[b-wb2tatk74o] {
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 24px 60px rgba(37, 76, 72, 0.15);
}


/* _content/WinMens.Web/Components/Pages/OverOns.razor.rz.scp.css */
:root[b-1naixcbsug] {
    --ink: #263b3b;
    --muted: #647373;
    --cream: #f2f6f5;
    --teal: #15aa9b;
    --teal-dark: #087f76;
    --orange: #ff7447;
    --line: #d9e3e1;
    --soft-mint: #dff5f1;
}

.about-page[b-1naixcbsug] {
    color: var(--ink, #263b3b);
    background: #fff;
    overflow: hidden;
    font-family: "DM Sans", sans-serif;
}

.page-shell[b-1naixcbsug] {
    width: min(1200px, calc(100% - 64px));
    margin-inline: auto;
}

h1[b-1naixcbsug], h2[b-1naixcbsug], h3[b-1naixcbsug] {
    font-family: "Manrope", sans-serif;
}

.eyebrow[b-1naixcbsug] {
    margin: 0 0 20px;
    color: var(--teal-dark, #087f76);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.about-hero[b-1naixcbsug] {
    position: relative;
    background: #dfe7e6;
    min-height: 610px;
    overflow: hidden;
}

    .about-hero[b-1naixcbsug]::before {
        position: absolute;
        top: -235px;
        left: -230px;
        width: 410px;
        height: 410px;
        border: 76px solid #c7eee8;
        border-radius: 50%;
        opacity: .75;
        content: "";
    }

.hero-grid[b-1naixcbsug] {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 90px;
    align-items: center;
    min-height: 610px;
    padding-block: 80px;
}

.hero-copy[b-1naixcbsug] {
    position: relative;
    z-index: 1;
}

    .hero-copy h1[b-1naixcbsug] {
        max-width: 700px;
        margin: 0 0 28px;
        color: #293d3d;
        font-size: clamp(3.2rem, 5.2vw, 5.2rem);
        line-height: .98;
        letter-spacing: -.062em;
    }

        .hero-copy h1 em[b-1naixcbsug] {
            color: var(--teal-dark, #087f76);
            font-style: normal;
        }

.lead[b-1naixcbsug] {
    max-width: 590px;
    margin: 0;
    color: #506260;
    font-size: clamp(1.05rem, 1.4vw, 1.22rem);
    line-height: 1.72;
}

.primary-button[b-1naixcbsug],
.light-button[b-1naixcbsug] {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 34px;
    padding: 15px 21px;
    border-radius: 7px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

.primary-button[b-1naixcbsug] {
    color: #263b3b;
    background: var(--orange, #ff7447);
    box-shadow: 0 8px 22px #ff74472b;
}

    .primary-button:hover[b-1naixcbsug],
    .light-button:hover[b-1naixcbsug] {
        transform: translateY(-2px);
    }

    .primary-button:hover[b-1naixcbsug] {
        background: #eb6035;
    }

.origin-visual[b-1naixcbsug] {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 430px;
}

.visual-ring[b-1naixcbsug] {
    position: absolute;
    width: 410px;
    height: 410px;
    border: 78px solid #c7eee8;
    border-radius: 50%;
}

.practice-card[b-1naixcbsug] {
    position: relative;
    z-index: 1;
    width: min(100%, 480px);
    min-height: 285px;
    padding: 32px;
    color: #293d3d;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 28px 70px #254c4827;
    transform: rotate(-2deg);
}

.card-topline[b-1naixcbsug] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    color: #71817f;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.mini-logo[b-1naixcbsug] {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #fff;
    background: var(--teal, #15aa9b);
    border-radius: 50% 50% 50% 10px;
    font-size: .85rem;
}

.practice-card > p[b-1naixcbsug] {
    max-width: 390px;
    margin: 45px 0 38px;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.55rem, 2.4vw, 2rem);
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -.035em;
}

.note-lines[b-1naixcbsug] {
    display: grid;
    gap: 10px;
}

    .note-lines span[b-1naixcbsug] {
        height: 2px;
        background: #dfe7e6;
    }

        .note-lines span:last-child[b-1naixcbsug] {
            width: 64%;
        }

.visual-badge[b-1naixcbsug] {
    position: absolute;
    right: -10px;
    bottom: 16px;
    z-index: 2;
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 12px;
    align-items: center;
    padding: 17px 22px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 18px 45px #17352e25;
}

.check[b-1naixcbsug] {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--teal-dark, #087f76);
    background: var(--soft-mint, #dff5f1);
    border-radius: 50%;
    font-weight: 800;
}

.visual-badge > span:last-child[b-1naixcbsug] {
    display: grid;
    color: #647373;
    font-size: .77rem;
}

.visual-badge strong[b-1naixcbsug] {
    color: #263b3b;
    font-size: .92rem;
}

.story-section[b-1naixcbsug] {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 110px;
    padding-block: 115px;
}

.story-intro h2[b-1naixcbsug],
.values-heading h2[b-1naixcbsug],
.closing-section h2[b-1naixcbsug] {
    margin: 0;
    font-size: clamp(2.35rem, 4vw, 4rem);
    line-height: 1.06;
    letter-spacing: -.052em;
}

.story-copy[b-1naixcbsug] {
    color: var(--muted, #647373);
    font-size: 1.05rem;
    line-height: 1.82;
}

    .story-copy p[b-1naixcbsug] {
        margin: 0 0 24px;
    }

    .story-copy .opening[b-1naixcbsug] {
        color: #293d3d;
        font-size: 1.32rem;
        font-weight: 600;
        line-height: 1.6;
    }

.timeline-band[b-1naixcbsug] {
    padding-block: 58px;
    background: #f1f5f4;
    border-block: 1px solid var(--line, #d9e3e1);
}

.timeline-grid[b-1naixcbsug] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 45px;
    align-items: center;
}

    .timeline-grid article[b-1naixcbsug] {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 23px;
        align-items: start;
    }

.year[b-1naixcbsug] {
    display: grid;
    place-items: center;
    min-width: 76px;
    min-height: 76px;
    padding: 10px;
    color: #fff;
    background: var(--teal, #15aa9b);
    border-radius: 50% 50% 50% 18px;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
}

.timeline-grid h3[b-1naixcbsug] {
    margin: 2px 0 8px;
    font-size: 1.08rem;
}

.timeline-grid p[b-1naixcbsug] {
    margin: 0;
    color: var(--muted, #647373);
    line-height: 1.6;
}

.timeline-arrow[b-1naixcbsug] {
    color: var(--orange, #ff7447);
    font-size: 2rem;
}

.values-section[b-1naixcbsug] {
    padding-block: 115px 125px;
}

.values-heading[b-1naixcbsug] {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 30px 90px;
    align-items: end;
}

    .values-heading .eyebrow[b-1naixcbsug] {
        grid-column: 1 / -1;
        margin-bottom: -5px;
    }

    .values-heading > p:last-child[b-1naixcbsug] {
        margin: 0 0 8px;
        color: var(--muted, #647373);
        font-size: 1.06rem;
        line-height: 1.65;
    }

.values-grid[b-1naixcbsug] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 64px;
    overflow: hidden;
    background: var(--line, #d9e3e1);
    border: 1px solid var(--line, #d9e3e1);
    border-radius: 8px;
}

    .values-grid article[b-1naixcbsug] {
        min-height: 285px;
        padding: 34px;
        background: #f7f9f8;
    }

.value-number[b-1naixcbsug] {
    color: var(--teal-dark, #087f76);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.values-grid h3[b-1naixcbsug] {
    margin: 72px 0 14px;
    font-size: 1.26rem;
}

.values-grid p[b-1naixcbsug] {
    margin: 0;
    color: var(--muted, #647373);
    line-height: 1.72;
}

.closing-section[b-1naixcbsug] {
    padding-block: 100px;
    color: #fff;
    background: var(--teal-dark, #087f76);
}

    .closing-section .eyebrow[b-1naixcbsug] {
        color: #a7e7df;
    }

.closing-grid[b-1naixcbsug] {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 110px;
    align-items: center;
}

.closing-copy p[b-1naixcbsug] {
    max-width: 530px;
    margin: 0;
    color: #d2e8e4;
    font-size: 1.12rem;
    line-height: 1.75;
}

.light-button[b-1naixcbsug] {
    color: #263b3b;
    background: #fff;
}

    .light-button:hover[b-1naixcbsug] {
        background: #eff7f5;
    }

@media (max-width: 900px) {
    .hero-grid[b-1naixcbsug], .story-section[b-1naixcbsug], .closing-grid[b-1naixcbsug] {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .hero-grid[b-1naixcbsug] {
        padding-block: 68px 90px;
    }

    .origin-visual[b-1naixcbsug] {
        min-height: 390px;
    }

    .story-section[b-1naixcbsug] {
        padding-block: 90px;
    }

    .timeline-grid[b-1naixcbsug] {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .timeline-arrow[b-1naixcbsug] {
        display: none;
    }

    .values-heading[b-1naixcbsug] {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .values-grid[b-1naixcbsug] {
        grid-template-columns: 1fr;
    }

        .values-grid article[b-1naixcbsug] {
            min-height: auto;
        }

        .values-grid h3[b-1naixcbsug] {
            margin-top: 38px;
        }
}

@media (max-width: 600px) {
    .page-shell[b-1naixcbsug] {
        width: calc(100% - 36px);
    }

    .about-hero[b-1naixcbsug]::before {
        display: none;
    }

    .hero-copy h1[b-1naixcbsug] {
        font-size: 3rem;
    }

    .origin-visual[b-1naixcbsug] {
        min-height: 330px;
    }

    .visual-ring[b-1naixcbsug] {
        width: 290px;
        height: 290px;
        border-width: 55px;
    }

    .practice-card[b-1naixcbsug] {
        min-height: 245px;
        padding: 24px;
    }

        .practice-card > p[b-1naixcbsug] {
            margin-block: 35px 30px;
        }

    .visual-badge[b-1naixcbsug] {
        right: 0;
        bottom: -8px;
        padding: 13px 15px;
    }

    .story-section[b-1naixcbsug], .values-section[b-1naixcbsug] {
        padding-block: 75px;
    }

    .timeline-grid article[b-1naixcbsug] {
        grid-template-columns: 1fr;
    }

    .year[b-1naixcbsug] {
        width: max-content;
        min-width: 66px;
        min-height: 66px;
    }

    .closing-section[b-1naixcbsug] {
        padding-block: 75px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .primary-button[b-1naixcbsug], .light-button[b-1naixcbsug] {
        transition: none;
    }
}


.about-hero .hero-grid[b-1naixcbsug] {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
}

.about-hero .hero-copy[b-1naixcbsug] {
    width: 100%;
    max-width: 980px;
}

    .about-hero .hero-copy h1[b-1naixcbsug] {
        max-width: 900px;
    }

    .about-hero .hero-copy .lead[b-1naixcbsug],
    .about-hero .hero-copy > p:not(.eyebrow)[b-1naixcbsug] {
        max-width: 900px;
    }

    .about-hero .hero-copy > p:not(.eyebrow)[b-1naixcbsug] {
        max-width: 900px;
        margin: 0 0 30px;
        color: #506260;
        font-size: 1.05rem;
        line-height: 1.85;
    }

        .about-hero .hero-copy > p:not(.eyebrow):last-child[b-1naixcbsug] {
            margin-bottom: 0;
        }


/* _content/WinMens.Web/Components/Pages/Prijzen.razor.rz.scp.css */
.price-section[b-79sz4w1odq] {
    padding-block: 5rem;
}

.price-card[b-79sz4w1odq] {
    padding: 2rem;
    background: white;
    border: 1px solid #d9e3e1;
    border-radius: 0.6rem;
}


/* _content/WinMens.Web/Components/Pages/WinMensProgramma.razor.rz.scp.css */
.product-page[b-zjk33w8fbh] {
    --product-ink: #263b3b;
    --product-muted: #60726e;
    --product-teal: #087f76;
    --product-mint: #dff5f1;
    --product-orange: #ff7447;
    --product-line: #d9e3e1;
    color: var(--product-ink);
    background: #fff;
    overflow: hidden;
}

    .product-page h1[b-zjk33w8fbh],
    .product-page h2[b-zjk33w8fbh],
    .product-page h3[b-zjk33w8fbh] {
        font-family: "Manrope", sans-serif;
    }

.page-shell[b-zjk33w8fbh] {
    width: min(1200px, calc(100% - 64px));
    margin-inline: auto;
}

.eyebrow[b-zjk33w8fbh] {
    margin: 0 0 18px;
    color: var(--product-teal);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.product-hero[b-zjk33w8fbh] {
    background: #e5ecea;
}

.product-hero-grid[b-zjk33w8fbh] {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 76px;
    align-items: center;
    min-height: 680px;
    padding-block: 80px 95px;
}

.product-hero-copy h1[b-zjk33w8fbh] {
    margin: 0 0 28px;
    font-size: clamp(3.4rem, 6vw, 5.8rem);
    line-height: .98;
    letter-spacing: -.065em;
}

    .product-hero-copy h1 em[b-zjk33w8fbh] {
        color: var(--product-teal);
        font-style: normal;
    }

.product-lead[b-zjk33w8fbh] {
    max-width: 620px;
    margin: 0;
    color: #506260;
    font-size: 1.12rem;
    line-height: 1.75;
}

.product-actions[b-zjk33w8fbh] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.primary-button[b-zjk33w8fbh],
.secondary-button[b-zjk33w8fbh],
.light-button[b-zjk33w8fbh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 14px 20px;
    border-radius: 7px;
    font-weight: 800;
    text-decoration: none;
}

.primary-button[b-zjk33w8fbh] {
    color: #263b3b;
    background: var(--product-orange);
    box-shadow: 0 8px 22px #ff74472b;
}

.secondary-button[b-zjk33w8fbh] {
    color: var(--product-ink);
    background: #fff;
    border: 1px solid #bdccca;
}

.hero-benefits[b-zjk33w8fbh] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin: 32px 0 0;
    padding: 0;
    color: var(--product-muted);
    font-size: .85rem;
    list-style: none;
}

    .hero-benefits span[b-zjk33w8fbh] {
        color: var(--product-teal);
        font-weight: 800;
    }

.product-hero-visual[b-zjk33w8fbh] {
    position: relative;
}

    .product-hero-visual > img[b-zjk33w8fbh] {
        display: block;
        width: 100%;
        height: 510px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 30px 70px #254c4825;
    }

.visual-note[b-zjk33w8fbh] {
    position: absolute;
    bottom: -24px;
    left: -30px;
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 16px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 16px 40px #17352e25;
}

    .visual-note > span:last-child[b-zjk33w8fbh] {
        display: grid;
    }

    .visual-note small[b-zjk33w8fbh] {
        color: var(--product-muted);
    }

.note-check[b-zjk33w8fbh] {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: var(--product-teal);
    background: var(--product-mint);
    border-radius: 50%;
    font-weight: 800;
}

.discipline-strip[b-zjk33w8fbh] {
    padding-block: 70px;
    border-bottom: 1px solid var(--product-line);
}

    .discipline-strip h2[b-zjk33w8fbh] {
        margin: 0 0 30px;
        font-size: clamp(2rem, 3vw, 3rem);
        letter-spacing: -.045em;
    }

.discipline-list[b-zjk33w8fbh] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .discipline-list span[b-zjk33w8fbh] {
        padding: 10px 15px;
        color: var(--product-teal);
        background: var(--product-mint);
        border-radius: 999px;
        font-weight: 700;
    }

.feature-section[b-zjk33w8fbh] {
    padding-block: 110px 125px;
}

.section-heading[b-zjk33w8fbh] {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 80px;
    align-items: end;
}

    .section-heading h2[b-zjk33w8fbh],
    .dossier-copy h2[b-zjk33w8fbh],
    .online-copy h2[b-zjk33w8fbh],
    .details-grid h2[b-zjk33w8fbh],
    .product-cta h2[b-zjk33w8fbh] {
        margin: 0;
        font-size: clamp(2.35rem, 4vw, 4rem);
        line-height: 1.06;
        letter-spacing: -.052em;
    }

    .section-heading > p[b-zjk33w8fbh],
    .dossier-copy > p[b-zjk33w8fbh],
    .online-copy > p[b-zjk33w8fbh],
    .details-grid article > p[b-zjk33w8fbh] {
        color: var(--product-muted);
        line-height: 1.75;
    }

.feature-grid[b-zjk33w8fbh] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    margin-top: 65px;
    overflow: hidden;
    background: var(--product-line);
    border: 1px solid var(--product-line);
    border-radius: 8px;
}

.feature-card[b-zjk33w8fbh] {
    min-height: 340px;
    padding: 34px;
    background: #f8faf9;
}

.feature-number[b-zjk33w8fbh] {
    color: var(--product-teal);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.feature-card h3[b-zjk33w8fbh] {
    margin: 52px 0 12px;
    font-size: 1.4rem;
}

.feature-card p[b-zjk33w8fbh] {
    color: var(--product-muted);
    line-height: 1.7;
}

.feature-card ul[b-zjk33w8fbh],
.details-grid ul[b-zjk33w8fbh] {
    display: grid;
    gap: 8px;
    margin: 22px 0 0;
    padding-left: 20px;
    color: #405452;
}

.dossier-section[b-zjk33w8fbh] {
    padding-block: 105px;
    background: #f0f5f3;
}

.dossier-grid[b-zjk33w8fbh],
.online-section[b-zjk33w8fbh],
.details-grid[b-zjk33w8fbh] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center;
}

    .dossier-image img[b-zjk33w8fbh],
    .online-section > img[b-zjk33w8fbh] {
        display: block;
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 8px;
    }

.dossier-copy > p[b-zjk33w8fbh],
.online-copy > p[b-zjk33w8fbh] {
    margin: 25px 0 0;
}

.check-grid[b-zjk33w8fbh] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 30px;
}

    .check-grid span[b-zjk33w8fbh] {
        display: flex;
        gap: 9px;
        color: #405452;
        font-size: .9rem;
    }

    .check-grid b[b-zjk33w8fbh] {
        color: var(--product-teal);
    }

.online-section[b-zjk33w8fbh] {
    padding-block: 115px;
}

.text-link[b-zjk33w8fbh] {
    display: inline-flex;
    gap: 16px;
    margin-top: 25px;
    color: var(--product-teal);
    font-weight: 800;
}

.details-section[b-zjk33w8fbh] {
    padding-block: 105px;
    background: var(--product-ink);
    color: #fff;
}

.details-grid[b-zjk33w8fbh] {
    align-items: stretch;
}

    .details-grid article > p[b-zjk33w8fbh],
    .details-grid article > ul[b-zjk33w8fbh] {
        color: #c5d2cf;
    }

    .details-grid .eyebrow[b-zjk33w8fbh] {
        color: #9de1d8;
    }

.system-card[b-zjk33w8fbh] {
    padding: 34px;
    color: var(--product-ink);
    background: #fff;
    border-radius: 8px;
}

    .system-card .eyebrow[b-zjk33w8fbh] {
        color: var(--product-teal);
    }

    .system-card h2[b-zjk33w8fbh] {
        font-size: clamp(2rem, 3vw, 3rem);
    }

    .system-card dl[b-zjk33w8fbh] {
        margin: 28px 0 20px;
    }

        .system-card dl div[b-zjk33w8fbh] {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            padding-block: 12px;
            border-bottom: 1px solid var(--product-line);
        }

    .system-card dt[b-zjk33w8fbh] {
        color: var(--product-muted);
    }

    .system-card dd[b-zjk33w8fbh] {
        margin: 0;
        font-weight: 700;
    }

    .system-card small[b-zjk33w8fbh] {
        color: var(--product-muted);
        line-height: 1.6;
    }

.product-cta[b-zjk33w8fbh] {
    padding-block: 85px;
    color: #fff;
    background: var(--product-teal);
}

.product-cta-inner[b-zjk33w8fbh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.product-cta .eyebrow[b-zjk33w8fbh] {
    color: #bcece6;
}

.product-cta h2[b-zjk33w8fbh] {
    max-width: 800px;
}

.light-button[b-zjk33w8fbh] {
    flex: 0 0 auto;
    color: var(--product-ink);
    background: #fff;
}

@media (max-width: 900px) {
    .product-hero-grid[b-zjk33w8fbh],
    .section-heading[b-zjk33w8fbh],
    .dossier-grid[b-zjk33w8fbh],
    .online-section[b-zjk33w8fbh],
    .details-grid[b-zjk33w8fbh] {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .product-hero-grid[b-zjk33w8fbh] {
        padding-block: 65px 85px;
    }

    .product-hero-visual > img[b-zjk33w8fbh],
    .dossier-image img[b-zjk33w8fbh],
    .online-section > img[b-zjk33w8fbh] {
        height: 380px;
    }

    .visual-note[b-zjk33w8fbh] {
        left: 20px;
    }

    .feature-section[b-zjk33w8fbh],
    .online-section[b-zjk33w8fbh] {
        padding-block: 85px;
    }

    .product-cta-inner[b-zjk33w8fbh] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .page-shell[b-zjk33w8fbh] {
        width: calc(100% - 36px);
    }

    .product-hero-copy h1[b-zjk33w8fbh] {
        font-size: 3.15rem;
    }

    .product-actions[b-zjk33w8fbh] {
        flex-direction: column;
    }

    .feature-grid[b-zjk33w8fbh],
    .check-grid[b-zjk33w8fbh] {
        grid-template-columns: 1fr;
    }

    .feature-card[b-zjk33w8fbh] {
        min-height: auto;
    }

        .feature-card h3[b-zjk33w8fbh] {
            margin-top: 35px;
        }

    .product-hero-visual > img[b-zjk33w8fbh],
    .dossier-image img[b-zjk33w8fbh],
    .online-section > img[b-zjk33w8fbh] {
        height: 290px;
    }

    .visual-note[b-zjk33w8fbh] {
        right: 12px;
        bottom: -30px;
        left: 12px;
    }

    .discipline-strip[b-zjk33w8fbh],
    .dossier-section[b-zjk33w8fbh],
    .details-section[b-zjk33w8fbh] {
        padding-block: 70px;
    }

    .system-card dl div[b-zjk33w8fbh] {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .light-button[b-zjk33w8fbh] {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .primary-button[b-zjk33w8fbh],
    .secondary-button[b-zjk33w8fbh],
    .light-button[b-zjk33w8fbh] {
        transition: none;
    }
}
