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

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';
    background: #fff;
    color: #1A1A1A;
    --fc-header-height: 88px;
    padding-top: var(--fc-header-height);
}

.fc-header {
    padding: 12px 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
}

.header-top {
    width: 100%;
    max-width: 1720px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    gap: 16px;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    color: #1A1A1A;
    gap: 6px;
}

.logo img {
    width: 150px;
    height: auto;
    display: block;
}

.logo span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.15em;
}

.link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    color: #1A1A1A;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
}

.arrow {
    width: 18px;
    height: 18px;
}

.banner-bg {
    max-width: 1280px;
    height: 600px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 600px);
    align-items: center;
    margin: 0 auto;
    border-radius: 44px;
    background: #F8F8F8;
    overflow: hidden;
    padding: 0px 0 0 84px;
}

.banner {
    padding: 16px 20px 0;
}

.banner-content {
    max-width: 680px;
}

.trust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 16px;
}

.trust-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    color: #1A1A1A;
}

.trust-item img {
    flex: 0 0 auto;
}

.trust-separator {
    width: 1px;
    height: 20px;
    background: #E2E2E2;
}

.for-detail {
    max-width: 1720px;
    margin: 0 auto;
    padding: 56px 20px 80px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.banner h1 {
    margin: 0 0 16px;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';
    font-weight: 700;
    font-style: normal;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0;
    color: #1A1A1A;
}

.banner p {
    margin: 0 0 38px;
    max-width: 540px;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 500;
    color: #1A1A1A;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    border-radius: 12px;
    border: 0;
    background: #F37110;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    padding: 20px 32px;
    white-space: nowrap;
    transition: filter 0.2s ease;
}

.hero-btn:hover {
    filter: brightness(0.97);
}

.banner-image {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
}

.banner-image picture {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
}

.banner-image img {
    width: min(100%, 570px);
    max-height: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: right bottom;
}

.stat-item {
    text-align: center;
    padding: 0 12px;
}

.stat-number {
    color: #F37110;
    font-size: 44px;
    line-height: 1.16;
    font-weight: 700;
    margin-bottom: 18px;
}

.stat-item p {
    margin: 0;
    color: #4E4E4E;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
}

.lead-problem-section {
    background: #F8F8F8;
    padding: 92px 20px 104px;
}

.lead-problem-inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.lead-problem-image {
    width: 260px;
    height: auto;
    display: block;
    margin: 0 auto 42px;
}

.lead-problem-section h2 {
    margin: 0 0 14px;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';
    font-weight: 700;
    max-width: 480px;
    justify-self: center;
    font-style: normal;
    font-size: 36px;
    line-height: 116%;
    letter-spacing: 0;
    text-align: center;
    color: #1A1A1A;
}

.lead-problem-section p {
    margin: 0 auto;
    max-width: 480px;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #1A1A1A;
}

.get-started-btn {
    background-color: #ff6b00;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 1rem 1.7rem;
    font-size: 16px;
    cursor: pointer;
}


.benefits-section {
    padding: 92px 20px 84px;
}

.choose-container {
    max-width: 900px;
    margin: 0 auto;
}

.choose-section h2 {
    margin: 0 0 14px;
    color: #1A1A1A;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';
    font-weight: 700;
    font-size: 36px;
    line-height: 116%;
    letter-spacing: 0;
    text-align: center;
}

.choose-subtitle {
    margin: 0;
    color: #1A1A1A;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
}

.choose-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(3, 278.6667px);
    justify-content: center;
    gap: 20px;
}

.choose-card {
    width: 278.6667px;
    height: 236px;
    border-radius: 8px;
    padding: 60px;
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.choose-card:first-child {
    border-top-left-radius: 24px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 24px;
}

.choose-card:nth-child(2) {
    border-radius: 8px;
}

.choose-card:last-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 8px;
}

.choose-card img {
    width: 48px;
    height: 48px;
}

.choose-card p {
    margin: 0;
    color: #1A1A1A;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}

.contractor-how-works {
    text-align: center;
    background-color: #FFF1E6;
    padding: 78px 20px 86px;
}

.contractor-how-works-content {
    max-width: 1220px;
    margin: 0 auto;
}

.contractor-how-works h2 {
    margin: 0 0 18px;
    color: #1A1A1A;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';
    font-weight: 700;
    font-size: 32px;
    line-height: 116%;
    letter-spacing: 0;
    text-align: center;
}

.contractor-how-works-row {
    display: flex;
    gap: 24px;
    margin: 0 auto;
    justify-content: center;
    align-items: flex-start;
}

.contractor-step {
    width: min(365px, 100%);
    text-align: center;
}

.contractor-step-img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 16px;
}

.contractor-step-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 135%;
    color: #1A1A1A;
}

.contractor-how-arrow {
    width: 30px;
    height: auto;
    opacity: 0.65;
    margin-top: 146px;
}

.pay-model-section {
    padding: 88px 20px 96px;
}

.pay-model-content {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.pay-model-section h2 {
    margin: 0 0 14px;
    color: #1A1A1A;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';
    font-weight: 700;
    font-size: 36px;
    line-height: 116%;
    letter-spacing: 0;
    text-align: center;
}

.pay-model-section p {
    margin: 0;
    color: #1A1A1A;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
}

.pay-model-grid {
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(4, 178px);
    justify-content: center;
    gap: 28px;
}

.pay-model-card {
    width: 176px;
    height: 140px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.pay-model-card img {
    width: 48px;
    height: 48px;
}

.pay-model-card span {
    color: #1A1A1A;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
}

.what-you-get-section {
    background: #F8F8F8;
    padding: 88px 20px 96px;
}

.what-you-get-content {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.what-you-get-section h2 {
    margin: 0 0 14px;
    color: #1A1A1A;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';
    font-weight: 700;
    font-size: 36px;
    line-height: 116%;
    letter-spacing: 0;
    text-align: center;
}

.what-you-get-section p {
    margin: 0;
    color: #1A1A1A;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
}

.what-you-get-grid {
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.what-you-get-row {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: flex-start;
}

.what-card {
    display: block;
    height: auto;
    border-radius: 28px;
}

.what-card-small {
    width: 348px;
}

.what-card-wide {
    width: 500px;
}

@media (max-width: 980px) {
    .what-you-get-row {
        flex-direction: column;
        align-items: center;
    }

    .what-card-small,
    .what-card-wide {
        width: min(100%, 500px);
    }
}

.category-leads-section {
    padding: 88px 20px 96px;
    font-family:
        "Mona Sans",
        "Mona Sans Variable",
        ui-sans-serif,
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        "Liberation Sans",
        sans-serif;
}

.category-leads-content {
    max-width: 1260px;
    margin: 0 auto;
}

.category-leads-content h2 {
    margin: 0 0 24px;
    font-size: 36px;
    line-height: 116%;
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
    color: #1A1A1A;
}

.category-leads-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.category-card {
    border: 1.5px solid #e6e6e6;
    border-radius: 14px;
    text-align: center;
    padding: 22px 14px 18px;
    color: rgba(15, 23, 42, 0.86);
    background: #fff;
    text-decoration: none;
    width: 300px;
    height: 180px;
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    .category-card {
        flex: 0 0 calc((100% - 30px) / 4);
        width: calc((100% - 30px) / 4);
        max-width: none;
    }

    .category-rating .appts {
        display: inline-flex;
    }
}

.category-card.inactive {
    color: rgba(15, 23, 42, 0.42);
    border-color: rgba(15, 23, 42, 0.08);
}

.category-icon {
    height: 56px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
}

.category-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
}

.category-card.inactive .category-icon {
    opacity: 0.5;
}

.category-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding-top: 10px;
    color: #1a1a1a;
}

.category-card.inactive .category-name {
    color: rgba(15, 23, 42, 0.45);
}

.category-rating {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
}

.category-rating .star {
    color: #f37110;
    font-size: 18px;
}

.category-rating .score {
    color: #1A1A1A;
    font-size: 13px;
    font-weight: 500;
}

.category-rating .appts {
    color: #1A1A1A;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}



.category-soon {
    margin-top: 12px;
    color: rgba(15, 23, 42, 0.45);
    font-weight: 800;
    font-size: 13px;
    line-height: 1.3;
}


/* reviews start */
.reviews-section {
    text-align: center;
    padding: 40px 20px;
    max-width: 50rem;
    place-self: center;
    width: 100%;
    border-radius: 12px;
}

.reviewsSection {
    background: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reviews-section h2 {
    font-size: 24px;
    font-weight: bold;
}

.reviews-section p.subtitle {
    margin-top: 5px;
    color: #777;
}

.review-slider {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.review-track {
    display: flex;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
}

.review-card {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
}

.logo-partner img {
    width: 38px;
    height: auto;
    margin-bottom: 10px;
}

.logo-partner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 7rem;
    background: white;
    border-radius: 10px;
    padding: 1rem;
}

.review-card h3 {
    margin: 0;
    font-size: 1.1rem;
    color: black;
    text-align: left;
}

.review-card .date {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
    text-align: left;
}
.review-card .date text {
    color: red;
}

.review-card p {
    font-size: 15px;
    color: #333;
    text-align: left;
}

.nav-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    z-index: 10;
    pointer-events: none;
}

.nav-buttons button {
    background: white;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s;
    pointer-events: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.slider-wrapper {
    position: relative;
    height: 14rem;
}



.nav-buttons button:hover {
    background: #eee;
}

.dots {
    display: flex;
    justify-content: center;
    margin-top: 6px;
    gap: 6px;
}

.dot {
    appearance: none;
    border: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    transition: background 0.3s, transform 0.3s;
    cursor: pointer;
}

.dot.active {
    background: #F37110;
    transform: scale(1.05);
}

.receive-leads-section {
    padding: 64px 20px 92px;
}

.receive-leads-content {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.receive-leads-content img {
    width: 180px;
    height: auto;
    display: block;
    margin: 0px auto;
}

.receive-leads-content h2 {
    margin: 0 0 14px;
    color: #1A1A1A;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    line-height: 116%;
    letter-spacing: 0;
    text-align: center;
}

.receive-leads-content p {
    margin: 0 0 32px;
    color: #1A1A1A;
    font-family: 'Mona Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
}

.receive-leads-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 34px;
    border-radius: 12px;
    background: #F37110;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
}

/* reviews end */
.subscribe-content {
    max-width: 70rem;
}

.subscribe {
    text-align: -webkit-center;
    padding-bottom: 50px;
    padding-top: 100px;
}

/* subscribe start  */
.subscribe-container {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    background-color: #fff3e6;
    padding: 30px;
    border-radius: 12px;
    max-width: 1100px;
    margin: 50px auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}


.subscribe-text {
    flex: 1;
    max-width: 70rem;
    text-align: center;
}

.subscribe-text h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1c1c1c;
    margin: 0;
}

.subscribe-text p {
    font-size: 16px;
    margin: 10px 0 20px;
    color: #333;
}

.subscribe-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.plus {

    color: #F3711070;
}

.subscribe-form input {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    flex: 1;
    max-width: 11rem;
}

.bookACall {
    background-color: #ff7a00;
    color: white;
    border: none;
    width: 12rem;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.bookACall:hover {
    background-color: #e56f00;
}

.privacy {
    font-size: 13px !important;
    color: #1A1A1A !important;
    font-weight: 600 !important;
}

.subscribe-image {}

.subscribe-image img {
    max-width: 19rem;
    height: auto;
    bottom: 0rem;
    position: absolute;
    right: 1rem;

}

/* subscribe end */


@media screen and (min-width: 1600px) {
    .header-top {
        max-width: 1840px;
    }

    .banner {
        padding: 20px 100px;
    }



    .pay-model-section h2,
    .reviews-section h2 {
        font-size: 2.3rem;
    }

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

    .reviews-section p.subtitle {
        font-size: 1.2rem;
    }

    .slider-wrapper {
        height: 14rem;
    }

    .review-card p {
        font-size: 1.1rem;
    }

    .pay-model-content {
        max-width: 1060px;
    }

    .pay-model-grid {
        gap: 34px;
    }

    .choose-container {
        max-width: 980px;
    }

    .contractor-how-works-content {
        max-width: 100rem;
    }


    .banner-bg {
        max-width: 1840px;
        grid-template-columns: minmax(0, 1fr) minmax(520px, 700px);
        padding-left: 100px;
    }

    .for-detail {
        max-width: 1840px;
    }




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

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

    .subscribe-text h2 {
        font-size: 3rem;
        margin: 0;
    }

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

    .subscribe-image img {
        max-width: 23rem;
        right: 5rem;
    }

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

    .subscribe-form input {
        max-width: 17rem;
        font-size: 1.2rem;

    }

    .bookACall {
        width: 17rem;
        font-size: 1.2rem;
    }



}

@media screen and (max-width: 768px) {
    .fc-header {
        padding: 18px 14px 16px;
    }

    .header-top {
        align-items: center;
    }

    .logo img {
        width: 140px;
    }

    .logo span {
        font-size: 10px;
    }

    .link {
        margin-top: 0;
        gap: 6px;
        font-size: 14px;
    }

    .banner {
        padding: 8px 14px 0;
    }

    .banner-bg {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        border-radius: 28px;
        padding: 24px 0 0;
    }

    .banner-content {
        max-width: 100%;
        padding: 0 18px 26px;
    }

    .trust {
        gap: 12px;
        margin-bottom: 18px;
    }

    .trust-item {
        font-size: 13px;
        gap: 6px;
    }

    .trust-item img {
        width: 16px;
        height: 16px;
    }

    .trust-separator {
        height: 18px;
    }

    .banner h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .banner p {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 1.4;
    }

    .hero-btn {
        min-height: 52px;
        width: 100%;
        border-radius: 12px;
        font-size: 15px;
        padding: 0 20px;
        margin-top: 20px;
    }

    .pay-model-card {
        width: 100%;
    }

    .banner-image {
        width: 100%;
        max-height: 460px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .banner-image img {
        width: min(100%, 420px);
        height: auto;
        margin: 0;
    }

    .for-detail {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 40px 14px 56px;
    }

    .stat-number {
        font-size: 54px;
        margin-bottom: 8px;
    }

    .stat-item p {
        font-size: 18px;
    }

    .lead-problem-section {
        padding: 56px 14px 68px;
    }

    .lead-problem-image {
        width: 230px;
        margin-bottom: 30px;
    }

    .lead-problem-section h2 {
        font-size: 28px;
        line-height: 1.16;
        margin-bottom: 12px;
    }

    .lead-problem-section p {
        font-size: 16px;
    }

    .benefits-section {
        padding: 56px 14px 60px;
    }

    .choose-subtitle {
        max-width: 90%;
        justify-self: center;
    }

    .choose-section h2 {
        font-size: 28px;
        line-height: 1.16;
        width: 90%;
        justify-self: center;
    }

    .choose-subtitle {
        font-size: 18px;
    }

    .choose-grid {
        margin-top: 28px;
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .choose-card {
        width: 100%;
        height: 192px;
        padding: 40px;
    }

    .choose-card:first-child {
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .choose-card:last-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 24px;
        border-bottom-left-radius: 24px;
    }

    .contractor-how-works {
        padding: 56px 14px 64px;
    }

    .contractor-how-works h2 {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .contractor-how-works-row {
        align-items: center;
        flex-direction: column;
        gap: 12px;
    }

    .contractor-how-arrow {
        width: 22px;
        opacity: 0.55;
        margin: 8px 0 2px;
        transform: rotate(90deg);
    }

    .contractor-step {
        width: min(520px, 100%);
    }

    .contractor-step-img {
        max-height: 190px;
    }

    .contractor-step-title {
        font-size: 18px;
    }

    .subscribe-image img {
        position: static;
        max-width: 100%;
    }

    .subscribe-container {
        border-radius: 0px;
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .pay-model-section {
        padding: 56px 14px 64px;
    }

    .pay-model-section h2 {
        font-size: 28px;
        line-height: 1.16;
    }

    .pay-model-section p {
        font-size: 18px;
        padding: 0px 10px;
    }

    .pay-model-grid {
        margin-top: 26px;
        grid-template-columns: repeat(1, minmax(180px, 250px));
        gap: 12px;
    }

    .what-you-get-section {
        padding: 56px 14px 64px;
    }

    .what-you-get-section h2 {
        font-size: 28px;
        line-height: 1.16;
    }

    .what-you-get-section p {
        font-size: 18px;
    }

    .what-you-get-grid {
        margin-top: 26px;
        gap: 10px;
    }

    .category-leads-section {
        padding: 56px 14px 64px;
    }

    .category-leads-content h2 {
        font-size: 28px;
        line-height: 1.16;
    }

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

    .category-card {
        width: calc(50% - 6px);
        max-width: 300px;
        height: 180px;
    }

    .category-rating {
        justify-content: center;
        gap: 6px;
    }

    .receive-leads-section {
        padding: 52px 14px 64px;
    }

    .receive-leads-content img {
        width: 181px;
        margin-bottom: -20px;
    }

    .receive-leads-content h2 {
        font-size: 28px;
        width: 90%;
        justify-self: center;
        line-height: 1.16;
    }

    .receive-leads-btn {
        width: 100%;
    }

    .receive-leads-content p {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .logo-partner {
        margin: 0 auto;
    }

    .slider-wrapper {
        height: 16rem;
    }

    .nav-buttons {
        top: 104%;
        padding: 0% 23%;
    }

    .subscribe-form input {
        max-width: 100%;
    }

    .bookACall {
        width: 100%;
    }

    .subscribe {
        padding-bottom: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
  body {
    --fc-header-height: 92px;
  }

  .fc-header {
    padding: 20px 24px 16px;
  }

    .header-top {
        align-items: flex-start;
        gap: 14px;
    }

    .logo img {
        width: 140px;
    }

    .logo span {
        font-size: 11px;
        letter-spacing: 0.12em;
    }

    .link {
        margin-top: 6px;
        gap: 8px;
        font-size: 16px;
    }

    .banner {
        padding: 8px 24px 0;
    }

    .banner-bg {
        border-radius: 32px;
        padding: 34px 24px 0;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }

    .banner-content {
        max-width: 100%;
        text-align: center;
        padding: 0 10px 28px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner h1 {
        order: 1;
        font-size: 32px;
        line-height: 1.18;
        margin-bottom: 18px;
    }

    .banner p {
        order: 2;
        max-width: 100%;
        font-size: 18px;
        line-height: 1.35;
        margin-bottom: 26px;
    }

    .trust {
        order: 3;
        justify-content: center;
        gap: 22px;
        margin-bottom: 16px;
    }

    .trust-separator {
        display: none;
    }

    .trust-item {
        font-size: 16px;
    }

    .hero-btn {
        order: 4;
        width: min(100%, 656px);
        min-height: 56px;
        padding: 0 24px;
    }

    .banner-image {
        width: 100%;
        max-height: none;
        justify-content: center;
    }

    .banner-image picture {
        justify-content: center;
    }

    .banner-image img {
        width: min(100%, 560px);
                justify-self: center;
    }

    .for-detail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
        padding: 48px 24px 72px;
    }

    .category-rating .appts {
        display: none;
    }

    .stat-number {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .stat-item p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .category-rating .appts {
        display: inline-flex;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .banner {
        padding: 16px 20px 0;
    }

    .banner-bg {
        height: 600px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(420px, 600px);
        align-items: center;
        border-radius: 44px;
        max-width: 1280px;
        padding: 0 0 0 56px;
    }

    .banner-content {
        max-width: 680px;
        text-align: left;
        padding: 0;
        display: block;
    }

    .banner h1 {
        font-size: 44px;
        line-height: 120%;
        margin: 0 0 16px;
        order: initial;
    }

    .banner p {
        max-width: 540px;
        font-size: 20px;
        line-height: 1.45;
        margin: 0 0 38px;
        order: initial;
    }

    .trust {
        justify-content: flex-start;
        gap: 18px;
        margin-bottom: 16px;
        order: initial;
    }

    .trust-separator {
        display: block;
    }

    .trust-item {
        font-size: 13px;
    }

    .hero-btn {
        width: auto;
        min-height: 56px;
        padding: 20px 32px;
        order: initial;
    }

    .banner-image {
        width: auto;
        max-height: 100%;
        justify-content: flex-end;
    }

    .banner-image picture {
        justify-content: flex-end;
    }

    .banner-image img {
        width: min(100%, 570px);
    }
}

@media (min-width: 1024px) and (max-width: 1170px) {
    .banner-bg {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 48%);
        padding: 0 0 0 40px;
    }

    .banner-content {
        max-width: 620px;
    }

    .banner-image img {
        width: 100%;
        max-width: 520px;
    }
}

@media (max-width: 768px) {
  body {
    --fc-header-height: 84px;
  }

  .fc-header {
    padding: 16px 16px 12px;
  }

    .header-top {
        align-items: center;
        gap: 12px;
    }

    .logo img {
        width: 140px;
    }

    .logo span {
        font-size: 10px;
        letter-spacing: 0.12em;
    }

    .link {
        margin-top: 0;
        width: 56px;
        height: 56px;
        border-radius: 16px;
        background: #efefef;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        flex-shrink: 0;
    }

    .link span,
    .link .arrow {
        display: none;
    }

    .link img:not(.arrow) {
        width: 22px;
        height: 22px;
    }

    .banner {
        padding: 8px 16px 0;
    }

    .banner-bg {
        border-radius: 30px;
        padding: 30px 0 0;
        height: auto;
    }

    .banner-content {
        padding: 0 16px 24px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner h1 {
        order: 1;
        font-size: 32px;
        line-height: 1.16;
        margin-bottom: 16px;
    }

    .banner p {
        order: 2;
        max-width: 100%;
        font-size: 16px;
        line-height: 1.35;
        margin-bottom: 24px;
    }

    .trust {
        order: 3;
        justify-content: center;
        gap: 15px 10px;
        margin-bottom: 16px;
    }

    .trust-separator {
        display: none;
    }

    .trust-item {
        font-size: 13px;
        gap: 8px;
    }

    .trust-item img {
        width: 16px;
        height: 16px;
    }

    .hero-btn {
        order: 4;
        width: 100%;
        min-height: 56px;
        border-radius: 12px;
        font-size: 16px;
        padding: 0 16px;
    }

    .banner-image {
        width: 100%;
        max-height: none;
        justify-content: center;
    }

    .banner-image picture {
        justify-content: center;
    }

    .banner-image img {
        width: 100%;
    }

    .for-detail {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 44px 16px 56px;
    }

    .category-rating .appts {
        display: none;
    }

    .stat-number {
        font-size: 36px;
        margin-bottom: 8px;
    }

    .stat-item p {
        font-size: 16px;
    }

    .what-you-get-row picture {
        width: 100%;
    }

    .what-you-get-row .what-card {
        width: 100%;
        object-fit: contain;
    }

}

/* Footer */
.footer {
    background: #f8f8f8;
    border-top: 1px solid rgba(15, 23, 42, 0.1);
    color: rgba(15, 23, 42, 0.86);
    padding: 68px 0;
    font-family:
        "Mona Sans",
        ui-sans-serif,
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        "Liberation Sans",
        sans-serif;
}

.footer .container {
    width: min(1100px, calc(100% - 40px));
    margin-inline: auto;
}

@media (min-width: 1160px) {
    .footer .container {
        width: calc(100% - 200px);
    }
}

.footer * {
    font-family: inherit;
}

.footer .grid {
    display: grid;
    grid-template-columns: 1.15fr 1.45fr 1fr 1.15fr;
    gap: 80px;
    align-items: start;
}

.footer .brandCol {
    min-width: 240px;
}

.footer .logo {
    display: block;
    width: min(155px, 100%);
    height: auto;
    justify-self: left;
}

.footer .meta {
    margin-top: 18px;
    display: grid;
    gap: 10px;
    line-height: 1.55;
}

.footer .muted {
    color: #252628;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 0%;
}

.footer .address {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #252628;
}

.footer .title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 18px;
    color: #1a1a1a;
    letter-spacing: 0%;
    line-height: 20px;
}

.footer .twoCols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}

.footer .list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    color: #5b5b5b;
    align-content: start;
    gap: 12px;
}

.footer .list a {
    text-decoration: none;
    color: #5b5b5b;
    font-size: 13px;
    font-weight: 400;
}

.footer .list a:hover {
    color: #1a1a1a;
}

.footer .contactsGrid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 26px;
    align-items: start;
}

.footer .contacts {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
}

.footer .contactLink {
    color: #5b5b5b;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
}

.footer .contactLink:hover {
    color: #1a1a1a;
}

.footer .contactsRight {
    display: grid;
    gap: 14px;
    min-width: 130px;
    justify-items: end;
    justify-content: start;
}

.footer .actionLink {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    line-height: 20px;
    text-decoration: none;
    color: #5b5b5b;
    font-weight: 400;
    font-size: 13px;
    width: 100%;
}

.footer .actionLink:hover {
    color: #1a1a1a;
}

.footer .arrow {
    width: 16px;
    height: 16px;
    opacity: 0.9;
}

.footer .social {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #8f8f8f;
    flex-direction: row;
}

.footer .socialLink {
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-items: center;
    color: #8f8f8f;
    text-decoration: none;
}

.footer .socialIcon {
    background: #eaeaea;
    border-radius: 8px;
    width: 32px;
    padding: 6px;
    gap: 10px;
    height: 32px;
    display: block;
}

.footer .brandSocial {
    display: none;
}

.footer .tabletBottom {
    display: none;
}

.footer .mobileAcc {
    display: none;
}

.footer .mobileBrand {
    display: grid;
    justify-items: center;
    padding: 6px 0 10px;
}

.footer .acc {
    border-top: 1px solid rgba(15, 23, 42, 0.12);
    padding: 14px 0;
}

.footer .acc:first-of-type {
    border-top: 0;
}

.footer .acc:last-of-type {
    border-bottom: 1px solid rgba(15, 23, 42, 0.12);
}

.footer .accHead {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    user-select: none;
}

.footer .accHead::-webkit-details-marker {
    display: none;
}

.footer .accTitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.1;
    color: #1a1a1a;
}

.footer .accIcon {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    transition: transform 260ms ease;
    flex: 0 0 auto;
}

.footer details.acc[open] .accIcon {
    transform: rotate(180deg);
}

.footer .accIcon img {
    width: 18px;
    height: 18px;
    display: block;
    opacity: 0.8;
}

.footer .accBody {
    padding-top: 14px;
    display: grid;
    gap: 14px;
}

.footer .actions {
    display: grid;
    gap: 12px;
}

.footer .mobileBottom {
    padding-top: 22px;
    display: grid;
    justify-items: center;
}

.footer .mobileBottom .meta {
    text-align: center;
    margin-top: 14px;
}

@media (min-width: 980px) and (max-width: 1500px) {
    .footer .grid {
        gap: 40px;
    }

    .footer .twoCols {
        gap: 30px;
    }

    .footer .brandCol {
        min-width: 0;
        display: grid;
        justify-items: center;
    }

    .footer .contactsRight {
        min-width: 130px;
    }
}

@media (min-width: 1276px) {
    .footer .brandCol {
        justify-items: start;
    }

    .footer .brandCol .brandSocial {
        display: flex;
        margin-top: 24px;
    }

    .footer .contactsGrid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .footer .contacts {
        margin-bottom: 0;
    }

    .footer .contactsRight {
        justify-items: start;
        min-width: 0;
    }

    .footer .contactsRight .actionLink {
        width: auto;
    }
}

@media (min-width: 744px) and (max-width: 1275px) {
    .footer .grid {
        grid-template-columns: 1fr 1fr;
        gap: 26px 54px;
        grid-template-areas:
            "brand brand"
            "services legal"
            "contacts contacts";
    }

    .footer .logo {
        justify-self: center;
    }

    .footer .brandCol {
        grid-area: brand;
        min-width: 0;
        display: grid;
        justify-items: center;
    }

    .footer .brandCol .meta {
        display: none;
    }

    .footer .contacts {
        margin-bottom: 0px;
    }

    .footer .contactsCol {
        grid-area: contacts;
        padding-top: 22px;
        padding-bottom: 22px;
        border-top: 1px solid rgba(15, 23, 42, 0.12);
        border-bottom: 1px solid rgba(15, 23, 42, 0.12);
    }

    .footer .servicesCol {
        grid-area: services;
        padding-top: 6px;
    }

    .footer .legalCol {
        grid-area: legal;
        padding-top: 6px;
    }

    .footer .twoCols {
        gap: 42px;
    }

    .footer .contactsGrid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .footer .contactsLeft .social {
        display: none;
    }

    .footer .contactsRight {
        min-width: 0;
        justify-items: start;
    }

    .footer .tabletBottom {
        display: grid;
        justify-items: center;
        margin-top: 22px;
        padding-top: 22px;
    }

    .footer .tabletBottom .meta {
        text-align: center;
        margin-top: 18px;
    }
}

@media (max-width: 744px) {
    .footer {
        padding: 52px 0px 20px 0px;
    }

    .footer .grid {
        display: none;
    }

    .footer .logo {
        justify-self: center;
    }

    .footer .contacts {
        margin-bottom: 0px;
    }

    .footer .mobileAcc {
        display: block;
    }

    .footer .mobileAcc .mobileServicesList {
        display: block;
        column-count: 2;
        column-gap: 40px;
    }

    .footer .mobileAcc .mobileServicesList li {
        break-inside: avoid;
        margin-bottom: 14px;
    }
}

@media (max-width: 390px) {
    .footer {
        padding: 40px 0px 20px 0px;
    }

    .footer .contacts {
        margin-bottom: 0px;
    }

    .footer .title {
        margin-bottom: 12px;
        font-size: 15px;
    }

    .footer .logo {
        justify-self: center;
    }

    .footer .list {
        gap: 10px;
    }

    .footer .social {
        gap: 14px;
    }
}

@media (max-width: 320px) {
    .footer {
        padding: 34px 0px 20px 0px;
    }

    .footer .contacts {
        margin-bottom: 0px;
    }

    .footer .logo {
        justify-self: center;
    }
}

@media (max-width: 376px) {
    .banner h1 {
        font-size: 28px;
    }
}

/* Header alignment with main page */
body {
    --fc-header-height: 86px;
}

.fc-header {
    padding: 0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
}

.header-top {
    width: min(1100px, calc(100% - 40px));
    max-width: none;
    padding: 14px 0;
    gap: 30px;
    align-items: center;
}

.logo img {
    width: 163px;
    height: 58px;
    object-fit: contain;
}

.link {
    margin-top: 0;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
}

@media (min-width: 1160px) {
    .header-top {
        width: calc(100% - 200px);
    }
}

@media (min-width: 745px) and (max-width: 1160px) {
    .header-top {
        gap: 32px;
    }
}

@media (max-width: 744px) {
    body {
        --fc-header-height: 74px;
    }

    .fc-header {
        padding: 0;
    }

    .header-top {
        width: min(1100px, calc(100% - 32px));
        padding: 12px 0;
        gap: 18px;
    }

    .logo img {
        width: 140px;
        height: 50px;
    }

    .link {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        background: #f1f1f1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        flex-shrink: 0;
    }

    .link span,
    .link .arrow {
        display: none;
    }

    .link img:not(.arrow) {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 390px) {
    .header-top {
        gap: 12px;
    }
}

@media (max-width: 320px) {
    body {
        --fc-header-height: 70px;
    }

    .logo img {
        width: 128px;
        height: 46px;
    }
}
