/* Banner start */
@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:wght@400;500;600;700&display=swap');

html {
    font-size: 1rem;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0 auto;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';
    font-size: 1rem;
}

header {
    text-align: -webkit-center;
    background-color: #FFD4AD;
    padding: 20px;
}

header .logo {
    font-weight: bold;
    font-size: 20px;
    color: #1d1d1f;
    display: flex;
    align-items: center;
}

.arrow {
    width: 16px;
    padding-left: 5px;
}

.banner-bg {
    display: flex;
    align-items: center;
    flex-direction: row;
    max-width: 70rem;
}

header .logo img {
    height: 34px;
    margin-right: 8px;
}

header .link a {
    font-size: 14px;
    display: flex;
    color: #1d1d1f;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
}

.zip-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: transform .25s ease;
    z-index: 10000;
    background: white;
    backdrop-filter: saturate(180%) blur(6px);
    box-shadow: 6px 1px 6px rgba(0, 0, 0, .12);
    padding-bottom: env(safe-area-inset-bottom);
}

.zip-sticky--show {
    transform: translateY(0);
}

.zip-sticky__inner {
    max-width: 70rem;
    margin: 0 auto;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.zip-sticky__form {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.zip-sticky__label {
    font-weight: 600;
    white-space: nowrap;
    color: #1d1d1f;
}

.zip-sticky__input {
    border: 1px solid #beb8b8;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 1rem;
    width: 10rem;
    background: #fff;
}

.zip-sticky__input:focus {
    outline: none;
    border-color: #ff6b00;
}

.zip-sticky__btn {
    background: #ff6b00;
    color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 11px 22px;
    font-size: 1rem;
    cursor: pointer;
}

.banner {
    background-color: #FFD4AD;
    padding: 0px 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.header-top {
    max-width: 70rem;
    display: flex;
    justify-content: space-between;
}

.banner-content {
    max-width: 40rem;
}

.banner h1 {
    font-size: 2.3rem;
    color: #1d1d1f;
    line-height: 3rem;
    margin: 0px;
}

.banner p {
    color: #555;
    padding-bottom: 20px;
}


.banner-image img {
    max-height: 31rem;
}

.breadcrumb {
    padding: 20px 0;
}

.banner-icon {
    padding-top: 90px;
    padding-bottom: 20px;
    width: 100px;
}

.breadcrumb a {
    color: #1d1d1f;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    font-size: 0.9rem;
}

.banner-form {
    display: flex;
    background: white;
    flex-direction: row;
    padding: 7px;
    width: 28rem;
    border-radius: 15px;
    margin-top: 20px;
    gap: 10px;
    margin-bottom: 5rem;
}

.banner-form select,
.floating-input input {
    border: 1px solid #beb8b8;
    border-radius: 5px;
    padding: 24px 10px 6px;
    font-size: 1.2rem;
    width: 12rem;
    background-color: white;
    font-family: sans-serif;
}

.floating-input {
    position: relative;
}

.floating-input label {
    position: absolute;
    left: 10px;
    top: 0.9rem;
    color: #999;
    font-size: 1rem;
    pointer-events: none;
    transition: 0.2s ease all;
}

.floating-input input:focus+label,
.floating-input input:not(:placeholder-shown)+label {
    top: 5px;
    font-size: 12px;
    color: #555;
}

.floating-input input:focus {
    outline: none;
    border-color: #ff6b00;
}

.banner-image {
    max-width: 33rem;
    margin-bottom: -1rem;
}

.separator {
    padding: 0 8px;
    /* відстань ліворуч і праворуч */
}

.banner-form button {
    background-color: #ff6b00;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 0rem 2rem;
    font-size: 1rem;
    cursor: pointer;
}

.text-form button {
    background-color: #ff6b00;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 1rem 3rem;
    font-size: 1rem;
    cursor: pointer;
}

.benefits-cta {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.benefits-cta .text-form {
    width: 100%;
    max-width: 460px;
    margin: 0;
}

.benefits-cta .text-form button {
    width: 100%;
    padding: 1.2rem 2rem;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
}

/* Banner end */

.window-img-phone {
    display: none;
}

.why {
    text-align: -webkit-center;
    padding: 50px 100px;
    background: #F8F8F8;
}

.why-content {
    max-width: 70rem;
}

.steps-section {
    background: #fff;
    padding: 100px 100px;
    text-align: center;
}

.steps-container {
    max-width: 70rem;
    margin: 0 auto;
}

.steps-container h2 {
    max-width: 52rem;
    margin: 0 auto 56px;
    font-size: 3rem;
    line-height: 1.08;
}

.steps-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
}

.step-card {
    text-align: left;
}

.step-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #ff6b00;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 135%;
    letter-spacing: 5%;
    text-transform: uppercase;
}

.step-card h3 {
    margin: 0 0 14px;
    line-height: 1.15;
    color: #1d1d1f;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0%;
}

.step-card p {
    margin: 0;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;

    font-style: normal;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0%;

    color: #1A1A1A;
}

.step-arrow {
    display: flex;
    justify-content: center;
}

.step-arrow img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.additional {
    text-align: -webkit-center;
    padding-bottom: 50px;
    background-color: #F8F8F8;
    padding-top: 50px;
}

.additional-section {
    max-width: 70rem;
}

.before-after-section {
    max-width: 70rem;
}

.before-after-section h2,
.additional-section h2 {
    font-size: 1.9rem;
    margin-bottom: 0px;
}

.why-header {
    display: flex;
    gap: 50px;
    max-width: 70rem;
    text-align: center;
    margin-top: 20px;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-start;
}

.why-check {
    text-align: left;
}


.why-header p {
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0%;
    gap: 10px;
    display: flex;
    font-size: 1rem;
    flex-direction: row;
}

.window-img {
    width: 47%;
    max-width: 50rem;
    border-radius: 20px;
    padding-top: 40px;
}

h2 {
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 135%;
    letter-spacing: 0%;
}


.benefits-section {
    background-color: #fff3ec;
    padding: 60px 100px;
    margin-top: 100px;
}

.container-benefits {
    max-width: 70rem;
    margin: 0 auto;
}

.benefits-section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #000;

}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.benefit {
    background: transparent;
    padding: 10px;
}

.benefit .icon {
    font-size: 24px;
    color: #ff6a00;
    margin-bottom: 10px;
}

.benefit h3 {
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0%;
    margin-bottom: 10px;
}

.benefit p {
    font-size: 0.875rem;
    color: #333;
    line-height: 1.5;
}

.cards {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.card {
    border-radius: 12px;
    padding: 0 0 20px;
    text-align: left;
    width: 21rem;
}

.card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card h3 {
    font-size: 1.125rem;
    margin: 16px;
    font-weight: bold;
    color: #111;
}

.card p {
    font-size: 0.875rem;
    color: #444;
    margin: 0 16px;
}


@media screen and (min-width: 1600px) {
    .header-top {
        padding: 0px 100px;
        max-width: 100rem;
    }

    header .logo img {
        height: 3rem;
    }

    .banner-bg {
        max-width: 100rem;
    }

    .banner-image img {
        min-height: 37rem;
    }

    .benefits-section h2,
    .before-after-section h2,
    .additional-section h2,
    .steps-container h2 {
        font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 32px;
        line-height: 115.99999999999999%;
        letter-spacing: 0%;
    }



    .container-benefits {
        max-width: 100rem;
    }

    .steps-container {
        max-width: 100rem;
    }

    .steps-container h2 {
        max-width: 60rem;
    }

    .before-after-section {
        max-width: 100rem;
    }

    .before-after img {
        max-width: 100rem;
        height: auto;
        width: 90rem;
    }

    .additional-section {
        max-width: 100rem;
    }

    .card {
        width: 31rem;
    }

    .card img {

        height: 17rem;
    }

    .benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
        gap: 30px;
    }

    .benefit h3,
    .card h3 {
        font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 18px;
        line-height: 135%;
        letter-spacing: 0%;
        margin-bottom: 10px;
    }

    .benefit p,
    .card p {
        font-size: 1rem;
    }

    .banner h1 {
        font-size: 36px;
        color: #1d1d1f;
        line-height: 3rem;
        font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';
        font-weight: 700;
        font-style: normal;
        line-height: 140%;
        letter-spacing: 0%;
        margin: 0px;
    }

    .why-content {
        max-width: 100rem;
    }

    .why-header {
        max-width: 100rem;
    }


    .banner input,
    .banner select {
        width: 15rem;
        font-size: 1.2rem;
    }

    .banner p {
        font-size: 1.2rem;
    }

    header .link {
        font-size: 1rem;
    }

    .arrow {
        width: 22px;
    }

    .banner-content {
        max-width: 70rem;
    }

    .banner-image {
        max-width: 50rem;
        margin-bottom: -2.6rem;
    }

    .banner-form {
        width: 31rem;
        margin-bottom: 10rem;
    }

    .window-img-phone {
        display: none;
    }

}


@media screen and (max-width: 768px) {
    html {
        font-size: 1.125rem;
    }

    .zip-sticky__label {
        display: none;
    }

    .zip-sticky__inner {
        padding: 12px 12px;
    }

    .zip-sticky__input {
        flex: 1;
        width: 10rem;
        padding: 15px 10px;
    }

    .banner-image {
        max-height: 11rem;
        margin-bottom: 0px;
    }

    .banner-image img {
        max-height: 11rem;
        width: auto;
        margin: 0 auto;
    }

    .window-img-phone {
        display: block;
        width: 100%;
        border-radius: 20px;
        max-width: 100%;
        margin: 0 auto;
    }

    .breadcrumb a {
        font-size: 1rem;
    }

    .banner-bg {
        max-width: 100%;
        display: flex;
        flex-direction: column;
    }

    .before-after-section {
        padding: 0 20px;
    }

    .steps-section {
        padding: 56px 20px;
    }

    .steps-container h2 {
        margin-bottom: 36px;
        font-size: 28px;
        line-height: 135%;
        letter-spacing: 0%;
    }

    .steps-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .step-card {
        text-align: center;
    }

    .step-card h3 {
        font-size: 18px;
    }

    .benefits-section {
        margin-top: 0px;
        padding: 15px;
        padding-bottom: 50px;
    }

    .benefit {
        justify-items: center;
    }

    .step-card p {
        font-size: 14px;
    }

    .step-arrow {
        transform: rotate(90deg);
    }

    .benefits-cta {
        margin-top: 8px;
    }

    .benefits-cta .text-form {
        max-width: 100%;
    }

    .why-header {
        flex-direction: column;
    }

    .why-check h2 {
        text-align: center;
    }

    .why-check {
        padding: 0px 20px;
    }

    .window-img {
        display: none;
    }

    .banner {
        width: 100%;
        padding: 0px;
    }

    .banner-bg {
        max-width: 100%;
    }

    .banner-content {
        max-width: 100%;
        text-align: -webkit-center;
    }

    .banner-content img {
        max-width: 100%;
        height: auto;
    }

    .banner h1 {
        font-size: 26px;
        line-height: 140%;
        padding: 0px 20px;
        letter-spacing: 0%;
        font-weight: 700;
        text-align: center;
    }

    .banner p {
        padding: 0px 20px;
        font-size: 16px;
    }

    .banner-icon {
        padding-top: 30px;
    }

    .breadcrumb {
        padding: 0 20px;
        text-align: left;
    }

    * {
        box-sizing: border-box;
    }

    .why {
        padding: 0px;
    }

    .text-form button {
        width: 100%;
        font-size: 16px;
    }

    .before-after img {
        max-width: 100%;
    }

    .banner-form {
        width: 90%;
        margin: 5%;
        display: flex;
        flex-direction: column;
    }

    .banner-form select,
    .floating-input input {
        width: 100%;
    }

    .banner-form button {
        width: 100%;
        padding: 1rem 2rem;
    }

    body {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 400px) {
    html {
        font-size: 1.125rem;
        /* трохи більший шрифт */
    }
}

.reviews-content {
    max-width: 70rem;
}

.reviews {
    text-align: -webkit-center;
    padding-bottom: 50px;
    padding-top: 100px;
    background: #fff;
}

.reviews-header {
    max-width: 40rem;
    text-align: center;
    margin-top: 20px;
}

/* Responsive styles for the carousel start */
.carousel-container {
    max-width: 70rem;
    margin: auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.4s ease;
}

.review-card {
    background: #F7F7F7;
    text-align: -webkit-left;
    border-radius: 12px;
    flex: 0 0 16.3rem;
    margin: 0 10px;
    padding: 20px;
    box-sizing: border-box;
}

.review-card p {
    font-size: 16px;
    color: #333;
}

.review-author {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.review-author img {
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.stars {
    display: flex;
    font-size: 16px;
    flex-direction: row;
    align-items: center;
}

.stars img {
    width: 5rem;
    border-radius: 0%;
}

.carousel-controls {
    text-align: center;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.nav-btn {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

.dots-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.dots {
    display: flex;
    gap: 6px;
}

.dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    transition: background 0.3s ease;
}

.dot.active {
    background: #FFA500;
    /* помаранчевий */
}

/* Responsive styles for the carousel end*/

@media screen and (min-width: 1600px) {
    .reviews-content {
        max-width: 100rem;
    }

    .reviews-header {
        max-width: 60rem;
    }

    .review-card {
        flex: 0 0 19rem;
    }

    .review-card p {
        font-size: 16px;
    }

    .carousel-container {
        max-width: 100rem;
    }
}

@media screen and (max-width: 768px) {
    .reviews-header {
        padding: 20px;
    }

    .carousel-container {
        width: 100%;
    }

    .reviews {
        padding-bottom: 0px;
    }

}

.subscribe-content {
    max-width: 70rem;
}

.subscribe {
    text-align: -webkit-center;
    padding: 50px 100px;
    margin-top: 100px;
    background: #fff2dd;
}

/* subscribe start  */
.subscribe-container {
    max-width: 62rem;
    margin: 0 auto;
    padding: 18px 0 8px;
}


.subscribe-text {
    max-width: 60rem;
    text-align: center;
    margin: 0 auto;
}

.subscribe-text h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1c1c1c;
    line-height: 100%;
    margin: 0 auto;
    letter-spacing: 0%;
}

.subscribe-accent {
    display: block;
    color: #ff6b00;
}

.subscribe-subcopy {
    display: inline-flex;
    align-items: flex-start;
    gap: 18px;
    margin: 22px auto 28px;
}

.subscribe-text p {
    font-size: 1.2rem;
    margin: 0;
    color: #262626;
}

.subscribe-subcopy img {
    width: 60px;
    height: auto;
    transform: translateY(10px);
}

.subscribe-form {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    margin: 0 auto;
    width: 42rem;
    padding: 10px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
}

.subscribe-form input {
    padding: 0 22px;
    border: 1px solid #d8d8d8;
    border-radius: 14px;
    font-size: 16px;
    flex: 1;
    max-width: none;
    height: 60px;
    box-sizing: border-box;
}

.subscribe-form button {
    background-color: #ff7a00;
    color: white;
    border: none;
    min-width: 20rem;
    padding: 0 24px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.subscribe-form button:hover {
    background-color: #e56f00;
}

.privacy {
    font-size: 1rem !important;
    color: #1A1A1A !important;
    font-weight: 500 !important;
    width: 42rem;
    margin: 16px auto 0 !important;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.privacy img {
    width: 22px;
    height: 22px;
}

.subscribe-mobile-image {
    display: none;
}

/* subscribe end */

@media screen and (min-width: 1600px) {
    .subscribe-content {
        max-width: 100rem;
    }

    .subscribe-container {
        max-width: 70rem;
    }


    .subscribe-text {
        max-width: 60rem;
    }

    .subscribe-text p {
        font-size: 1.2rem;
    }



    .subscribe-form button {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .subscribe-container {
        padding: 0;
    }

    .zip-sticky__btn {
        font-size: 16px;
        padding: 17px 22px;
    }

    .subscribe {
        padding: 36px 16px 0px;
        margin-top: 60px;
    }

    .reviews {
        padding-top: 0px;
    }

    h2 {
        font-size: 28px;
    }

    .subscribe-text h2 {
        font-size: 28px;
        text-align: left;
        line-height: 135%;
        letter-spacing: 0%;
        font-weight: 700;
    }

    .subscribe-text p {
        font-size: 16px;
        text-align: left;
    }

    .subscribe-subcopy {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 10px;
        margin: 18px auto 24px;
    }

    .subscribe-subcopy img {
        width: 60px;
        flex: 0 0 auto;
        transform: translateY(5px);
        transform: translateX(-30px);
    }

    .subscribe-subcopy p {
        max-width: 12rem;
        margin: 0;
    }

    .subscribe-form {
        width: 100%;
        flex-direction: column;
        padding: 8px;
        border-radius: 20px;
    }

    .why {
        padding: 1px;
    }

    .subscribe-form input {
        max-width: 100%;
        height: 64px;
        padding: 20px;
    }

    .subscribe-form button {
        width: 100%;
        min-width: 0;
        height: 64px;
    }

    .why-header p {
        font-size: 14px;
    }

    .privacy {
        font-size: 0.95rem !important;
        width: 100%;
    }

    .subscribe-mobile-image {
        display: block;
        margin-top: 22px;
    }

    .subscribe-mobile-image img {
        display: block;
        width: 85%;
        margin: 0 auto;
        height: auto;
    }

}