:root {
    --color-primary: #ff0054;
    --color-primary-hover: #d90049;
    --color-secondary: #343454;
    --color-yellow: #ffc03a;
    --color-text: #343454;
    --color-muted: #55556f;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-light-bg: #f6f6f6;
    --color-check: #82eb5d;
    --font-title: "Zilla Slab", Georgia, serif;
    --font-body: "Red Hat Text", Arial, sans-serif;
    --font-display: "Red Hat Display", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--color-light-bg);
    color: var(--color-text);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.45;
    overflow-x: hidden;
}

body,
button,
input,
textarea,
select {
    letter-spacing: 0;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

.section-inner {
    width: min(100% - 48px, 1110px);
    margin: 0 auto;
}

.section-inner--narrow {
    width: min(100% - 48px, 1010px);
}

.section-heading {
    max-width: 620px;
    margin: 0 auto 58px;
    text-align: center;
}

.section-heading h2,
.how h2,
.benefits h2,
.door-cta h2,
.faq h2,
.radar h2 {
    margin: 0;
    font-family: var(--font-title);
    font-weight: 700;
    line-height: 1.02;
}

.section-heading h2 {
    color: var(--color-secondary);
    font-size: 38px;
}

.section-heading p {
    margin: 24px auto 0;
    color: var(--color-secondary);
    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
}

.site-header {
    position: relative;
    z-index: 20;
    background: var(--color-yellow);
}

.site-header__inner {
    width: min(100% - 48px, 1010px);
    min-height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.brand {
    flex: 0 0 auto;
    text-decoration: none;
}

.brand img {
    width: 255px;
    height: auto;
}

.main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 82px;
}

.main-menu a {
    color: var(--color-secondary);
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.main-menu a:hover,
.main-menu a:focus-visible {
    color: var(--color-primary);
}

.menu-toggle {
    display: none;
    width: 42px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    height: 4px;
    margin: 7px 0;
    background: var(--color-secondary);
    border-radius: 999px;
}

.hero {
    min-height: min(660px, calc(100vw * 660 / 1513));
    background: var(--color-secondary) url("/assets/images/first-section-bg.jpg") center top / 100% 100% no-repeat;
}

.hero__content {
    width: min(100% - 48px, 1160px);
    min-height: min(660px, calc(100vw * 660 / 1513));
    margin: 0 auto;
    padding: 170px 0 70px;
}

.hero h1 {
    max-width: 560px;
    margin: 0 0 56px;
    color: #f4f4fb;
    font-family: var(--font-title);
    font-size: 76px;
    font-weight: 700;
    line-height: .92;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 270px;
    min-height: 70px;
    padding: 18px 34px;
    border: 0;
    border-radius: 999px;
    font-family: var(--font-title);
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.button--primary {
    background: var(--color-primary);
    color: var(--color-white);
}

.button--primary:hover,
.button--primary:focus-visible {
    background: var(--color-primary-hover);
}

.radar {
    min-height: 540px;
    padding: 102px 0 90px;
    background: var(--color-yellow) url("/assets/images/second-section-bg.jpg") center center / cover no-repeat;
    text-align: center;
}

.radar h2 {
    max-width: 830px;
    margin: 0 auto 34px;
    color: var(--color-secondary);
    font-size: 55px;
}

.radar-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 18px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.radar-list li {
    min-height: 48px;
    padding: 14px 34px 13px 48px;
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
    color: var(--color-secondary);
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.radar-list li::before {
    content: "";
    position: absolute;
    left: 20px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #77c66d;
}

.services {
    padding: 94px 0 98px;
    background: var(--color-light-bg);
}

.services .section-heading h2,
.services .section-heading p,
.benefits h2,
.benefits__copy,
.benefits__copy p {
    color: var(--color-secondary);
}

.services .section-heading h2 {
    color: var(--color-secondary);
}

.services .section-heading p {
    max-width: 670px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 58px;
}

.service-card {
    min-height: 392px;
    display: grid;
    grid-template-rows: 150px auto 1fr 58px;
    background: #f9f9fb;
    color: var(--color-secondary);
    text-align: center;
    text-decoration: none;
}

.service-card:hover .service-card__cta,
.service-card:focus-visible .service-card__cta {
    background: #f2aa20;
}

.service-card__icon {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 46px 20px 0;
}

.service-card__icon img {
    width: 94px;
    height: 94px;
    object-fit: contain;
}

.service-card:nth-child(2) .service-card__icon img {
    width: 94px;
    height: 74px;
}

.service-card__title {
    display: block;
    padding: 20px 26px 0;
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.12;
}

.service-card__text {
    display: block;
    max-width: 285px;
    margin: 0 auto;
    padding: 26px 28px 18px;
    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.26;
}

.service-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    background: var(--color-yellow);
    color: var(--color-secondary);
    font-family: Arial, sans-serif;
    font-size: 64px;
    line-height: .8;
}

.how {
    /* width: min(100% - 136px, 1305px); */
    margin: 0 auto;
    padding: 72px 0 90px;
    background: var(--color-yellow);
}

.how .section-heading {
    max-width: 920px;
    margin-bottom: 50px;
}

.how h2 {
    color: var(--color-secondary);
    font-size: 40px;
}

.how .section-heading p {
    max-width: 850px;
    margin-top: 24px;
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.steps li {
    min-height: 260px;
    display: grid;
    grid-template-rows: 78px 1fr;
    background: #f7f7fa;
}

.steps__number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-secondary);
    color: #f3f3f7;
    font-family: var(--font-display);
    font-size: 48px;
    font-weight: 800;
}

.steps__text {
    display: block;
    padding: 54px 46px 34px;
    color: var(--color-secondary);
    font-family: var(--font-display);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.28;
    text-align: center;
}

.steps__text strong {
    color: var(--color-primary);
    font-weight: 800;
}

.benefits {
    padding: 88px 0 96px;
    background: var(--color-light-bg);
}

.benefits__inner {
    display: grid;
    grid-template-columns: 1fr 440px;
    align-items: center;
    gap: 110px;
}

.benefits h2 {
    max-width: 560px;
    margin: 0 0 44px;
    color: var(--color-secondary);
    font-size: 42px;
}

.check-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 58px;
    margin: 0 0 52px;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    min-height: 48px;
    padding-left: 54px;
    color: var(--color-secondary);
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.08;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -4px;
    color: var(--color-check);
    font-family: Arial, sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
}

.benefits__claim {
    margin: 0;
    color: var(--color-primary) !important;
    font-family: var(--font-display);
    font-size: 25px;
    font-weight: 800;
}

.benefits__media {
    display: flex;
    justify-content: center;
}

.benefits__media img {
    width: 400px;
    height: 400px;
    object-fit: contain;
}

.door-cta {
    position: relative;
    overflow: hidden;
    min-height: 496px;
    display: flex;
    align-items: center;
    background: var(--color-secondary);
}

.door-cta__inner {
    position: relative;
    z-index: 2;
}

.door-cta__copy {
    max-width: 560px;
    text-align: center;
}

.door-cta h2 {
    margin: 0 0 28px;
    color: var(--color-yellow);
    font-size: 42px;
}

.door-cta p {
    margin: 0 0 32px;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.34;
}

.door-cta__media {
    position: absolute;
    inset: 0 0 0 auto;
    width: 62%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
}

.door-cta__media img {
    width: auto;
    height: 138%;
    max-width: none;
    object-fit: contain;
    object-position: right bottom;
}

.faq {
    padding: 78px 0 76px;
    background: var(--color-light-bg);
}

.section-inner--faq {
    width: min(100% - 72px, 1120px);
}

.faq h2 {
    margin: 0 0 54px;
    color: var(--color-secondary);
    font-size: 42px;
}

.faq-list {
    display: grid;
    gap: 0;
}

.faq details {
    border-bottom: 1px solid var(--color-secondary);
    color: var(--color-secondary);
}

.faq summary {
    position: relative;
    display: block;
    padding: 24px 48px 24px 0;
    cursor: pointer;
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq summary::after {
    content: "⌄";
    position: absolute;
    top: 24px;
    right: 4px;
    font-family: Arial, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
}

.faq details[open] summary::after {
    content: "⌃";
}

.faq p {
    margin: -6px 80px 24px 0;
    color: var(--color-secondary);
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.35;
}

.footer {
    padding: 58px 30px 34px;
    background: var(--color-secondary);
    color: #ffffff;
}

.footer__inner {
    width: min(100%, 1320px);
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
}

.footer__links a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.footer__links a:hover,
.footer__links a:focus-visible {
    text-decoration: underline;
}

.footer__brand {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 22px;
    min-width: 430px;
}

.footer__mark {
    width: 60px;
    height: auto;
}

.footer__managed {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    text-align: right;
}

.footer__managed p {
    margin: 0;
    font-size: 14px;
}

.footer__managed img {
    width: 150px;
    height: auto;
}

.footer__managed span {
    font-size: 14px;
}

/* Cookie Consent Banner */

.freeprivacypolicy-com---palette-light .cc-nb-okagree {
    color: #fff;
    background-color: var(--color-primary) !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-reject {
    color: #fff;
    background-color: var(--color-primary) !important;
}

.freeprivacypolicy-com---palette-light .cc-cp-foot-save {
    background: var(--color-primary) !important;
    color: #fff;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item-link:focus span{
    box-shadow: inset 3px 0 0 0 var(--color-primary)!important;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-close:active, .freeprivacypolicy-com---palette-light .cc-pc-head-close:focus {
    border: 2px solid var(--color-primary)!important;
}


@media (max-width: 1100px) {
    .main-menu {
        gap: 36px;
    }

    .service-grid {
        gap: 28px;
    }

    .how {
        width: 100%;
    }

    .steps__text {
        padding: 42px 24px 30px;
        font-size: 19px;
    }

    .benefits__inner {
        grid-template-columns: 1fr 360px;
        gap: 50px;
    }

    .check-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .section-inner,
    .section-inner--narrow,
    .section-inner--faq,
    .site-header__inner,
    .hero__content {
        width: min(100% - 72px, 680px);
    }

    .site-header__inner {
        min-height: 65px;
    }

    .brand img {
        width: 221px;
    }

    .menu-toggle {
        display: block;
    }

    .main-menu {
        position: absolute;
        top: 65px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: var(--color-yellow);
        border-top: 1px solid rgba(52, 52, 84, .2);
        box-shadow: 0 12px 20px rgba(0, 0, 0, .12);
    }

    .main-menu.is-open {
        display: flex;
    }

    .main-menu a {
        padding: 18px 36px;
        font-size: 15px;
    }

    .hero {
        min-height: 398px;
        background-image: url("/assets/images/first-section-bg-mobile.jpg");
        background-size: cover;
        background-position: center 42%;
    }

    .hero__content {
        min-height: 398px;
        padding: 35px 0 40px;
        text-align: center;
    }

    .hero h1 {
        max-width: 360px;
        margin: 0 auto 18px;
        font-size: 43px;
        line-height: .98;
    }

    .button {
        min-width: 215px;
        min-height: 44px;
        padding: 12px 25px;
        font-size: 20px;
    }

    .radar {
        min-height: 497px;
        padding: 28px 0 50px;
        background-position: center top;
    }

    .radar h2 {
        max-width: 350px;
        margin-bottom: 28px;
        font-size: 32px;
        line-height: 1.02;
    }

    .radar-list {
        display: block;
        min-width: 0;
    }

    .radar-list li {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        min-height: 55px;
        display: block;
        padding: 13px 26px 13px 48px;
        font-size: 15px;
        line-height: 1.25;
        text-align: center;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .radar-list li + li {
        margin-top: 14px;
    }

    .services {
        padding: 74px 0 72px;
    }

    .section-heading {
        margin-bottom: 30px;
    }

    .section-heading h2 {
        font-size: 28px;
    }

    .section-heading p {
        max-width: 330px;
        margin-top: 18px;
        font-size: 17px;
        line-height: 1.35;
    }

    .service-grid {
        width: min(100%, 235px);
        margin: 0 auto;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-card {
        min-height: 315px;
        grid-template-rows: 116px auto 1fr 50px;
    }

    .service-card__icon {
        padding-top: 38px;
    }

    .service-card__icon img {
        width: 78px;
        height: 78px;
    }

    .service-card:nth-child(2) .service-card__icon img {
        width: 80px;
        height: 60px;
    }

    .service-card__title {
        padding-top: 19px;
        font-size: 22px;
    }

    .service-card__text {
        padding: 18px 26px 15px;
        font-size: 18px;
    }

    .service-card__cta {
        min-height: 50px;
        font-size: 56px;
    }

    .how {
        padding: 36px 0 31px;
    }

    .how .section-heading {
        max-width: 300px;
        margin-bottom: 28px;
    }

    .how h2 {
        font-size: 30px;
        line-height: 1.02;
    }

    .how .section-heading p {
        margin-top: 18px;
        font-size: 16px;
        font-weight: 600;
    }

    .steps {
        width: min(100%, 250px);
        margin: 0 auto;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .steps li {
        min-height: 113px;
        grid-template-columns: 35px 1fr;
        grid-template-rows: 1fr;
    }

    .steps__number {
        font-size: 24px;
    }

    .steps__text {
        padding: 18px 18px;
        font-size: 17px;
        line-height: 1.32;
        text-align: left;
    }

    .benefits {
        padding: 54px 0 58px;
    }

    .benefits__inner {
        display: flex;
        flex-direction: column-reverse;
        gap: 25px;
    }

    .benefits__copy {
        width: 100%;
    }

    .benefits h2 {
        max-width: 300px;
        margin: 0 0 28px;
        font-size: 29px;
        line-height: 1.03;
    }

    .check-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 30px;
    }

    .check-list li {
        min-height: 26px;
        padding-left: 53px;
        font-size: 17px;
        line-height: 1.25;
    }

    .check-list li::before {
        top: -5px;
        font-size: 38px;
    }

    .benefits__claim {
        max-width: 320px;
        margin: 0 auto;
        font-size: 19px;
        line-height: 1.4;
        text-align: center;
    }

    .benefits__media img {
        width: 310px;
        height: 310px;
    }

    .door-cta {
        display: block;
        min-height: 0;
        padding-bottom: 50px;
    }

    .door-cta__media {
        position: relative;
        width: 100%;
        height: 473px;
        display: block;
    }

    .door-cta__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 50% 100%;
    }

    .door-cta__copy {
        max-width: 330px;
        margin: -2px auto 0;
    }

    .door-cta h2 {
        margin-bottom: 24px;
        font-size: 27px;
        line-height: 1.1;
    }

    .door-cta p {
        margin-bottom: 26px;
        font-size: 22px;
        line-height: 1.55;
    }

    .door-cta .button {
        width: 100%;
        min-height: 52px;
    }

    .faq {
        padding: 38px 0 46px;
    }

    .faq h2 {
        margin-bottom: 42px;
        font-size: 26px;
    }

    .faq summary {
        padding: 20px 42px 20px 0;
        font-size: 20px;
        line-height: 1.25;
    }

    .faq summary::after {
        top: 22px;
        right: 8px;
        font-size: 20px;
    }

    .faq p {
        margin: 6px 0 20px;
        font-size: 18px;
        line-height: 1.34;
    }

    .footer {
        padding: 23px 28px 34px;
    }

    .footer__inner {
        display: block;
    }

    .footer__links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 12px;
    }

    .footer__links a {
        font-size: 14px;
    }

    .footer__brand {
        min-width: 0;
        margin-top: 64px;
        display: grid;
        grid-template-columns: 70px 1fr;
        align-items: end;
        gap: 24px;
    }

    .footer__mark {
        width: 56px;
    }

    .footer__managed {
        align-items: flex-end;
    }

    .footer__managed img {
        width: 124px;
    }
}

@media (max-width: 430px) {
    .section-inner,
    .section-inner--narrow,
    .section-inner--faq,
    .site-header__inner,
    .hero__content {
        width: calc(100% - 72px);
    }

    .site-header__inner {
        width: calc(100% - 55px);
    }

    .brand img {
        width: 224px;
    }

    .hero h1 {
        font-size: 43px;
    }

    .radar-list li {
        font-size: 14px;
    }

    .services .section-heading h2 {
        max-width: 320px;
        margin: 0 auto;
    }
}

@media (max-width: 360px) {
    .section-inner,
    .section-inner--narrow,
    .section-inner--faq,
    .hero__content {
        width: calc(100% - 40px);
    }

    .site-header__inner {
        width: calc(100% - 32px);
    }

    .brand img {
        width: 195px;
    }

    .menu-toggle {
        width: 36px;
    }

    .hero h1 {
        font-size: 38px;
    }

    .radar h2 {
        font-size: 29px;
    }

    .radar-list li {
        padding-left: 42px;
        font-size: 13px;
    }

    .radar-list li::before {
        left: 17px;
    }

    .service-grid,
    .steps {
        width: 100%;
    }

    .footer__links {
        grid-template-columns: 1fr;
    }
}
