:root {
    --mr-bg: #f2f3f5;
    --mr-text: #1f2f49;
    --mr-accent: #e75a27;
    --mr-accent-dark: #ca461b;
    --mr-primary: #1b3f70;
}

body {
    background: var(--mr-bg);
    color: var(--mr-text);
    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.landing-page {
    overflow-x: hidden;
}

.text-accent {
    color: var(--mr-accent) !important;
}

.btn-brand {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--mr-accent);
    --bs-btn-border-color: var(--mr-accent);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--mr-accent-dark);
    --bs-btn-hover-border-color: var(--mr-accent-dark);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--mr-accent-dark);
    --bs-btn-active-border-color: var(--mr-accent-dark);
    border-radius: 0.55rem;
    font-weight: 600;
}

.btn-outline-brand {
    --bs-btn-color: var(--mr-accent);
    --bs-btn-border-color: rgba(231, 90, 39, 0.45);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--mr-accent);
    --bs-btn-hover-border-color: var(--mr-accent);
    border-radius: 0.55rem;
    font-weight: 600;
}

.brand {
    text-decoration: none;
    color: var(--mr-text);
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.brand__icon {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    background: linear-gradient(130deg, #335c95 10%, #122e57 75%);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.9);
}

.brand__text {
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    font-weight: 700;
}

.header__logo {
    height: 74px;
    width: auto;
}

.menu-toggle-icon {
    display: block;
    width: 1.45rem;
    height: 0.18rem;
    border-radius: 10rem;
    background: var(--mr-text);
    box-shadow: 0 0.38rem 0 var(--mr-text), 0 -0.38rem 0 var(--mr-text);
}

.hero {
    background: linear-gradient(90deg, #1e365a 17%, #4268a8 100%);
    color: #fff;
}

.hero__title {
    font-weight: 800;
    font-size: 64px;
    line-height: 1.08;
}

.hero__lead {
    color: #e8edf6;
    max-width: 36rem;
    font-size: 24px;
}

.hero .btn {
    min-height: 50px;
    font-size: 20px;
    border-radius: 12px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.hero .btn {
    font-weight: 500;
}

.hero__meta {
    color: #d4dced;
}

.hero__ico {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
}

.hero ul li {
    line-height: 18px;
}

.hero-people-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.hero-person-card {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.hero-person-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #eff1f4;
}

.hero-person-card img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
}

.logos__list {
    letter-spacing: 0.08em;
    font-size: clamp(1.1rem, 2.4vw, 1.75rem);
    opacity: 0.9;
}

.avatar {
    width: 6.4rem;
    aspect-ratio: 1;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 3px solid #fff;
    color: #224170;
    background: linear-gradient(130deg, #f7f9fd 0%, #d7deea 100%);
    font-size: 1.7rem;
    font-weight: 700;
}

.avatar--lg {
    width: 7.4rem;
}

.reward {
    background-color: white;
    overflow: hidden;
    padding: 100px 0 100px 0;
}

.reward__title {
    color: var(--mr-text);
    font-size: 40px;
    line-height: 1.12;
    font-weight: 800;
}

.reward__text {
    color: #31425f;
    font-size: clamp(1.1rem, 1.85vw, 1.15rem);
    line-height: 1.32;
    max-width: 30rem;
    font-weight: lighter;
}

.reward__text strong {
    font-weight: 600;
}

.reward__banner {
    width: 100%;
    max-width: 604px;
}

.reward__cta {
    min-width: 152px;
    min-height: 50px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.steps h2 {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
}

.benefits-contact {
    background-color: white;
}

.benefits-contact__card-body {
    padding-bottom: 0 !important;
}

.benefits--flush {
    margin-bottom: 0 !important;
}

#kontakt-form {
    border-radius: 13px;
}

.landing-page .shadow-sm {
    box-shadow: 0 8px 24px rgba(26, 41, 66, 0.12) !important;
}

.benefits-contact h2 {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
}

.text-secondary-emphasis {
    font-size: 20px;
    font-weight: 300 !important;
}

.benefits .list-group-item {
    border: 1px solid #d9dde3;
    color: #58657b;
    border-radius: 15px !important;
}

.benefits {
    gap: 12px !important;
}

.benefits .list-group-item strong {
    color: var(--mr-text);
}

.benefits__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.benefits__ico {
    height: 38px;
    width: auto;
    flex: 0 0 auto;
}

.benefits__item > div {
    display: flex;
    flex-direction: column;
    line-height: 19px;
}

.benefits__item-label {
    font-size: 14px;
    color: #566379;
}

.benefits__item strong {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.benefits__item--highlight {
    display: block;
    background: #F9E9E4;
    border-color: #F9E9E4 !important;
    padding: 18px !important;
    text-align: left;
}

.benefits__highlight-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 16px;
}

.benefits__item--highlight > .benefits__highlight-head {
    flex-direction: row;
    width: fit-content;
    margin-left: 0;
}

.benefits__item--highlight .benefits__ico {
    height: 22px;
}

.benefits__highlight-title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--mr-text);
}

.benefits__highlight-text {
    font-size: 16px;
    font-weight: 400;
    color: #566379;
    margin-bottom: 14px !important;
    line-height: 1.2;
}

.benefits__highlight-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--mr-accent);
    border-radius: 15px;
    color: var(--mr-accent);
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    background: transparent;
}

.benefits.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 1px;
}

.steps article.card {
    border-radius: 18px;
    border: 1px solid #d6d6d6 !important;
}

.steps article.card h3 {
    font-size: 18px;
    font-weight: 600;
}

.steps article.card p {
    font-size: 16px;
    color: var(--mr-text);
}

.steps__ico {
    height: 42px;
    width: auto;
    margin-bottom: 24px;
}

.contact-form .form-control {
    border-radius: 0.6rem;
    padding-top: 0.62rem;
    padding-bottom: 0.62rem;
}

.contact-form textarea.form-control {
    min-height: 7.3rem;
}

#kontakt-form h3 {
    font-size: 24px;
    font-weight: 700;
}

#kontakt-form .form-label {
    font-size: 16px;
    font-weight: 600;
}

.form-check-input:checked {
    background-color: var(--mr-accent);
    border-color: var(--mr-accent);
}

.site-footer {
    background: #19385f;
    color: #fff;
}

.brand--light {
    color: #fff;
}

.site-footer {
    padding: 0 20px;
}

.site-footer p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.site-footer a,
.site-footer span {
    color: #fff;
    text-decoration: none;
}

.footer__contact-item {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.site-footer h4 {
    font-size: 20px;
    font-weight: 600;
}

.footer__contact-ico {
    height: 16px;
    width: auto;
}

.footer__logo {
    width: 58px;
    height: auto;
}

@media (max-width: 991.98px) {
    .avatar,
    .avatar--lg {
        width: 5.1rem;
        font-size: 1.35rem;
        border-width: 2px;
    }

    .hero-people-grid {
        gap: 14px;
        max-width: 420px;
    }

    .reward__title,
    .reward__text {
        text-align: center;
        margin-inline: auto;
    }

    .reward__banner {
        max-width: 520px;
    }

    .reward .col-lg-6.order-1 {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .hero, .reward, .steps {
        padding-top: 1.5rem !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero__title {
        font-size: 32px;
    }

    .hero__lead {
        font-size: 16px;
    }

    .hero-people-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 20px;
        width: 100%;
        max-width: none;
    }

    .hero__actions {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px !important;
        width: 100%;
    }

    .hero__actions .btn {
        width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .reward {
        padding-top: 1.5rem !important;
        padding-bottom: 2rem !important;
    }

    .reward__title {
        font-size: 3rem;
        margin-bottom: 0.9rem !important;
    }

    .steps h2 {
        font-size: 28px;
        font-weight: 700;
    }

    .benefits-contact h2 {
        font-size: 28px;
        font-weight: 700;
    }

    .text-secondary-emphasis {
        font-size: 16px;
    }

    .footer__logo {
        height: 37px;
        width: auto;
    }

    .footer__contact-ico {
        height: 12px;
    }

    .site-footer h4 {
        font-size: 14px;
        font-weight: 600;
    }

    #kontakt-form h3 {
        font-size: 18px;
        font-weight: 700;
    }

    #kontakt-form .form-label {
        font-size: 14px;
        font-weight: 600;
    }

    #kontakt-form {
        margin-inline: 16px;
    }

    .reward__text {
        font-size: 0.98rem;
        line-height: 1.28;
        margin-bottom: 0.4rem !important;
    }

    .reward__banner {
        max-width: 100%;
    }

    .reward__visual {
        margin-top: 0.2rem;
    }

    .reward__cta {
        width: min(100%, 340px);
        justify-content: center;
        font-size: 20px;
    }
}
