/* --- RESET & BASE --- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Open Sans;
    src: url('../lotHap-fonts/lotHap-opensans.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: PoppinsB;
    src: url('../lotHap-fonts/lotHap-poppinsB.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: PoppinsM;
    src: url('../lotHap-fonts/lotHap-poppinsM.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Open Sans;
    font-size: 16px;
    color: #000;
    background-color: #FFFFFF;
    flex-direction: column;
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

a:hover {
    opacity: 0.8;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.visually-hidden_lotHap {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

/* --- BASE --- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Базовые стили из твоего шаблона уже есть, добавляю специфику блоков */

.container_lh25 {
    max-width: 1196px;
    margin: 0 auto;
}

/* Кнопки */
.btn-doe-mee_lh25 {
    background: linear-gradient(90deg, #FCB040 0%, #FF71A1 50%, #2FA2FF 100%);
    border: none;
    border-radius: 20px;
    padding: 10px 10px;
    width: 100%;
    max-width: 180px;
    color: #0D0D0D;
    text-shadow: 0px 2px 4px #00000040;
    font-family: Open Sans;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 14px;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0px 0px 20px 0px #2FA2FF;
    white-space: nowrap;
}

.btn-gradient_lh25 {
    background: linear-gradient(90deg, #FFB057 0%, #D47FD0 50%, #57A4FF 100%);
    border: none;
    border-radius: 40px;
    padding: 10px 30px;
    color: #000;
    font-family: PoppinsB;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(87, 164, 255, 0.4);
}

/* Hero */
.hero_lh25 {
    background-image: url('../lotHap-img/lotHap-hero.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

.hero__content_lh25 {
    background: #0000002E;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    max-width: 620px;
}

.winner-box_lh25ab p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    padding-bottom: 20px;
}

.hero__inner_lh25 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 12px;
}

.hero__content_lh25 h1 {
    font-family: PoppinsB;
    font-size: 44px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero__content_lh25 p {
    margin-bottom: 40px;
    font-family: PoppinsM;
    font-weight: 500;
    font-size: 20px;
}

/* Hoe Werkt Het */
.steps_lh25 {
    padding: 60px 20px;
    text-align: center;
}

.section-title_lh25 {
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    margin-bottom: 40px;
    text-shadow: 0px 2px 10px #00000040;
    color: #0D0D0D;
    text-align: left;
}

.steps__grid_lh25 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.step-card_lh25 {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    padding: 20px;
    color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.step-tit {
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.step-descr {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    text-align: center;
}

.step-red_lh25 {
    background: linear-gradient(270deg, #B62024 0%, #771517 100%);
    box-shadow: 0px 4px 4px 0px #00000040;
}

.step-orange_lh25 {
    background: linear-gradient(270deg, #DD8426 0%, #9A5C1B 100%);
    box-shadow: 0px 4px 4px 0px #00000040;
}

.step-blue_lh25 {
    background: linear-gradient(270deg, #1C6C9F 0%, #185278 100%);
    box-shadow: 0px 4px 4px 0px #00000040;
}

.step-card_lh25 img {
    width: 100px;
    height: 100px;
}

/* Waarom (Purple) */
.features_lh25 {
    background: linear-gradient(90deg, #481554 0%, #AB39C5 100%);
    padding: 80px 20px;
}

.white_lh25 {
    color: #fff;
}

.features__grid_lh25 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.feature-item_lh25 {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.feature-item_lh25 img {
    width: 137px;
}

.feature-text_lh25 h2 {
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 10px;
}

.feature-text_lh25 p {
    font-family: Open Sans;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 130%;
}

/* Winnaars */
.winners_lh25 {
    padding: 80px 20px;
}

.winners__inner_lh25 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.winners-about__inner_lh25 {
    display: flex;
    gap: 20px;
}

.winners__content_lh25 {
    flex: 1;
}

.winners-about__content_lh25 {
    width: 100%;
    max-width: 588px;
}

.left_lh25 {
    text-align: left;
}

.winner-box_lh25 {
    background: linear-gradient(90deg, #001F54 0%, #003082 100%);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
    color: #fff;
    box-shadow: 0 5px 20px rgba(0, 48, 130, 0.3);
}

.winner-box_lh25 h2 {
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    padding-bottom: 20px;
}

.winner-box_lh25 p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 16px;
}

/* CTA */
.cta_lh25 {
    background-image: url('../lotHap-img/lotHap-back.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 20px;
    text-align: center;
    color: #fff;
    position: relative;
}

.cta_lh25 h2 {
    font-family: Open Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}

.cta_lh25 p {
    margin-bottom: 20px;
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
}

/* Footer */
.footer_lh25 {
    background: #fff;
    padding: 50px 20px;
}

.footer__top_lh25 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-logo_lh25 {
    width: 180px;
    margin-bottom: 20px;
}

.footer__info_lh25 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 588px;
}

.foot-desc-bl {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__info_lh25 h2 {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}

.footer__info_lh25 p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}

.footer__text-block_lh25 h2 {
    font-family: PoppinsB;
    margin-bottom: 10px;
}

.footer-nav_lh25 {
    grid-column: span 2;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-weight: bold;
}

.footer-nav_lh25 a {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}

.footer__banner_lh25 {
    background: #012258;
    padding: 20px;
    border-radius: 20px;
}

.footer__banner-inner_lh25 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Popups */
.overlay_lh25 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.overlay_lh25.active_lh25 {
    display: flex;
}

.popup_lh25 {
    background: #fff;
    border-radius: 40px;
    padding: 60px 40px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.popup_lh25 h2 {
    font-size: 42px;
    font-family: PoppinsB;
    margin-bottom: 30px;
}

.form_lh25 input {
    width: 100%;
    background: #002157;
    border: none;
    border-radius: 15px;
    padding: 15px 20px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
}

.form_lh25 button {
    width: 100%;
    margin: 20px 0;
}

.popup_lh25 p {
    font-weight: bold;
}

.small-p_lh25 {
    padding: 40px;
}

.small-p_lh25 p {
    font-size: 24px;
    margin-bottom: 30px;
}

/* Mobile Adaptive */
@media (max-width: 992px) {

    .hero__inner_lh25,
    .winners__inner_lh25 {
        flex-direction: column;
        text-align: center;
    }

    .steps__grid_lh25,
    .features__grid_lh25,
    .footer__top_lh25 {
        grid-template-columns: 1fr;
    }

    .footer__links_lh25 {
        grid-template-columns: 1fr;
    }

    .nav__list_lh25 {
        display: none;
    }

    /* Бургер логика в JS */
}

/* --- HEADER --- */
.header_lh25 {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 20px 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header__inner_lh25 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_lh25 {
    display: flex;
    gap: 10px;
    color: #000;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    align-items: center;
}

.logo_lh25 img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.nav__list_lh25 {
    display: flex;
    gap: 20px;
    list-style: none;
}

.nav__list_lh25 a {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    transition: color 0.3s ease;
}

.nav__list_lh25 a:hover {
    color: #FFB057;
    opacity: 1;
}

/* Обновленная кнопка хедера */
.btn-gradient_lh25 {
    background: linear-gradient(90deg, #FCB040 0%, #FF71A1 50%, #2FA2FF 100%);
    border: none;
    border-radius: 20px;
    padding: 10px 10px;
    width: 100%;
    max-width: 180px;
    color: #0D0D0D;
    text-shadow: 0px 2px 4px #00000040;
    font-family: Open Sans;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 14px;
    text-transform: uppercase;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    white-space: nowrap;
}

.btn-gradient_lh25:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(87, 164, 255, 0.3);
    opacity: 1;
}

.large_lh25 {
    font-size: 16px;
}

/* Burger Button - скрыта на десктопе */
.burger_lh25 {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 4px;
    padding: 5px;
}

.burger_lh25 span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    border-radius: 2px;
}

/* Адаптив для хедера */
@media (max-width: 992px) {
    .nav_lh25 {
        display: none;
        /* Логику бургера допишешь в JS если нужно */
    }

    .burger_lh25 {
        display: flex;
        margin-left: auto;
        margin-right: 20px;
    }
}


/* --- HOVERS & ANIMATIONS --- */

/* Плавность для всех интерактивных элементов */
.btn-doe-mee_lh25,
.btn-gradient_lh25,
.step-card_lh25,
.feature-item_lh25,
.winner-box_lh25,
.nav__list_lh25 a {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Ховер кнопок */
.btn-doe-mee_lh25:hover,
.btn-gradient_lh25:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 10px 25px rgba(47, 162, 255, 0.6);
    opacity: 1;
    filter: brightness(1.1);
}

.btn-doe-mee_lh25:active,
.btn-gradient_lh25:active {
    transform: translateY(-1px) scale(1);
}

/* Ховер карточек шагов (Steps) */
.step-card_lh25:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

/* Ховер карточек преимуществ (Features) */
.feature-item_lh25:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-color: #AB39C5;
}

/* Ховер победителей */
.winner-box_lh25:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 48, 130, 0.5);
}

/* Стили для ссылок в футере (чтобы тоже "играли") */
.footer-nav_lh25 a:hover {
    color: #FCB040;
    text-decoration: underline;
}

/* Эффект для логотипа */
.logo_lh25:hover {
    opacity: 0.7;
}


/* --- HEADER --- */
.header_lh25 {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    top: 0;
    width: 100%;
    z-index: 1100;
    /* Выше всех */
}

.header__inner_lh25 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_lh25 {
    display: flex;
    gap: 10px;
    color: #000;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    align-items: center;
    position: relative;
}

.nav_lh25 {
    display: flex;
    align-items: center;
}

.nav__list_lh25 {
    display: flex;
    gap: 25px;
    list-style: none;
}

.nav__list_lh25 a {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 15px;
    color: #000;
}

.mobile-only_lh25 {
    display: none;
}


/* BURGER STYLES */
.burger_lh25 {
    display: none;
    width: 30px;
    height: 15px;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1200;
    padding: 0;
}

.burger_lh25 span {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 2px;
    position: absolute;
    transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.burger_lh25 span:nth-child(1) {
    top: 0;
}

.burger_lh25 span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.burger_lh25 span:nth-child(3) {
    bottom: 0;
}

/* Анимация бургера в "X" */
.burger_lh25.open_lh25 span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.burger_lh25.open_lh25 span:nth-child(2) {
    opacity: 0;
}

.burger_lh25.open_lh25 span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

/* MOBILE ADAPTIVE */
@media (max-width: 992px) {
    .burger_lh25 {
        display: block;
        order: 2;
        margin-right: 0;
    }

    .header-btn_lh25 {
        order: 1;
        font-size: 10px;
        padding: 5px 15px;
        max-width: 120px;
    }

    .nav__list_lh25 {
        position: fixed;
        top: 0;
        right: -100%;
        /* Спрятано справа */
        width: 100%;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: 0.4s ease-in-out;
        z-index: 1000;
        gap: 30px;
        padding-top: 50px;
    }

    .nav__list_lh25.open_lh25 {
        right: 0;
    }

    .nav__list_lh25 a {
        font-size: 24px;
    }

    .mobile-only_lh25 {
        display: block;
        margin-top: 20px;
    }
}

@media (max-width: 660px) {
    .header_lh25 {
        padding: 12px;
    }

    .logo_lh25 {
        gap: 2px;
        font-family: Open Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 10px;
        text-transform: uppercase;
    }

    .hero__content_lh25 h1 {
        font-family: PoppinsB;
        font-weight: 700;
        font-style: Bold;
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .hero__content_lh25 p {
        margin-bottom: 20px;
        font-family: PoppinsM;
        font-weight: 500;
        font-style: Medium;
        font-size: 11px;
        line-height: 130%;
    }

    .hero__content_lh25 {
        padding: 10px;
        width: 100%;
        max-width: 234px;
    }

    .steps_lh25 {
        padding: 20px 12px;
    }

    .section-title_lh25 {
        font-family: Open Sans;
        font-weight: 700;
        font-style: Bold;
        font-size: 16px;
        margin-bottom: 20px;
        text-shadow: 0px 2px 10px #00000040;
        color: #0D0D0D;
        text-align: left;
    }

    .step-card_lh25 img {
        width: 50px;
        height: 50px;
    }

    .step-card_lh25 {
        padding: 10px;
    }

    .step-desc {
        font-family: Open Sans;
        font-weight: 400;
        font-style: Regular;
        font-size: 12px;
        line-height: 130%;
    }

    .features_lh25 {
        background: linear-gradient(90deg, #481554 0%, #AB39C5 100%);
        padding: 20px 12px;
    }

    .white_lh25 {
        color: #fff;
        padding-bottom: 40px;
    }

    .feature-item_lh25 img {
        width: 70px;
    }

    .feature-item_lh25 {
        padding: 10px;
    }

    .feature-text_lh25 p {
        font-family: Open Sans;
        font-weight: 400;
        font-size: 12px;
        line-height: 130%;
    }

    .winner-box_lh25 {
        padding: 10px;
        text-align: left;
        margin-bottom: 10px;
    }

    .cta_lh25 {
        padding: 20px 12px;
    }

    .cta_lh25 h2 {
        font-family: Open Sans;
        font-weight: 700;
        font-size: 20px;
        text-align: center;
        text-transform: uppercase;
    }

    .footer_lh25 {
        background: #fff;
        padding: 20px 12px;
    }

    .cta_lh25 p {
        font-size: 14px;
    }

    .footer__banner-inner_lh25 {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px 20px;
        flex-wrap: wrap;
    }

    .footer__top_lh25 {
        flex-wrap: wrap;
    }

    .winner-box_lh25 h2 {
        font-family: Open Sans;
        font-weight: 700;
        font-size: 14px;
        line-height: 130%;
        padding-bottom: 10px;
    }

    .winner-box_lh25 p {
        font-family: Open Sans;
        font-weight: 400;
        font-size: 12px;
        line-height: 130%;
    }

    .winners_lh25 {
        padding: 20px 12px;
    }

    .feature-text_lh25 h2 {
        font-family: Open Sans;
        font-weight: 700;
        font-size: 14px;
        line-height: 130%;
        text-transform: uppercase;
    }

    .step-tit {
        font-size: 14px;
    }

    .hero__inner_lh25 {
        align-items: flex-start;
        text-align: left;
        padding: 40px 12px;
    }
}

/* --- CONTACT FORM --- */
.contact-form_lh25 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    width: 100%;
}

.contact-form_lh25 input,
.contact-form_lh25 textarea {
    background: #001F54;
    /* Темно-синий как на макете */
    border: none;
    border-radius: 20px;
    padding: 15px 20px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    outline: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-form_lh25 textarea {
    height: 120px;
    resize: none;
}

.contact-form_lh25 input::placeholder,
.contact-form_lh25 textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form_lh25 .btn-gradient_lh25 {
    align-self: flex-start;
    margin-top: 10px;
    min-width: 220px;
}

/* Адаптив для формы */
@media (max-width: 992px) {
    .contact-form_lh25 {
        max-width: 100%;
        margin-top: 30px;
    }

    .contact-form_lh25 .btn-gradient_lh25 {
        align-self: center;
        width: 100%;
    }
}

/* --- POLICY PAGE STYLES --- */
.policy-content_lh25 {
    padding: 60px 12px;
    color: #333;
    border-bottom: 1px solid #000000;
}

.policy-text_lh25 h2 {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 20px;
    color: #0D0D0D;
}

.policy-text_lh25 p {
    margin-bottom: 15px;
    font-size: 20px;
}

.policy-text_lh25 ul {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style: disc;
    font-size: 20px;
}

.policy-text_lh25 li {
    margin-bottom: 8px;
}

.policy-text_lh25 a {
    color: #2FA2FF;
    text-decoration: underline;
}

.policy-text_lh25 a:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media (max-width: 660px) {
    .policy-content_lh25 {
        padding: 30px 12px;
    }

    .policy-text_lh25 h2 {
        font-size: 20px;
    }
}

.overlay_lh25 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.overlay_lh25.active_lh25 {
    display: flex;
}

.popup_lh25 {
    background: #FFFFFF;
    border-radius: 40px;
    padding: 60px 40px;
    text-align: center;
    max-width: 500px;
    width: 95%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}