/* Landing Pages - Google Ads */

/* Header */
.landing-header { background: #fff; padding: 5px 0; border-bottom: 1px solid #eee; position: sticky; top: 0; z-index: 100; }
.landing-header .container { display: flex; align-items: center; justify-content: space-between; }
.landing-header .logo img { height: 142px; width: auto; }
.landing-header .header-contacts { text-align: right; font-size: 18px; }
.landing-header .header-contacts a { color: #272727; text-decoration: none; font-weight: bold; }
.landing-header .header-contacts .messengers { margin-top: 4px; display: inline-block; }
.landing-header .header-contacts .messengers a { margin-left: 5px; display: inline-block; }
.landing-header .header-contacts .messengers img { width: 20px; height: 20px; vertical-align: middle; }

/* Hero */
.landing-hero {
    position: relative; overflow: hidden; padding: 100px 0 80px;
    color: #fff; text-align: center; background-size: cover; background-position: center;
}
.landing-hero::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.55); z-index: 1;
}
.landing-hero .container { position: relative; z-index: 2; }
.landing-hero h1 { font-size: 42px; line-height: 1.2; margin: 0 0 20px; font-weight: 800; }
.landing-hero .subtitle {
    font-size: 22px; line-height: 1.5; margin-bottom: 35px;
    max-width: 600px; margin-left: auto; margin-right: auto;
}
.landing-hero .hero-phone { margin-top: 25px; font-size: 18px; }
.landing-hero .hero-phone a { color: #fff; text-decoration: none; }
.landing-hero .hero-phone .messengers a { margin-left: 5px; }
.landing-hero .hero-phone .messengers img { width: 18px; height: 18px; vertical-align: middle; }

/* Generic section */
.landing-section { padding: 60px 0; }
.landing-section.bg-light { background: #f7f7f7; }
.landing-section h2 {
    font-size: 32px; line-height: 1.3; margin: 0 0 30px;
    text-align: center; color: #272727; font-weight: bold;
}
.landing-section p { font-size: 17px; line-height: 1.6; color: #444; }

/* Benefits / Stats: 4-column grid */
.landing-benefits { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 10px; }
.landing-benefits .benefit-item {
    flex: 1 1 calc(25% - 15px); text-align: center; padding: 25px 15px;
    background: #fff; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.landing-benefits .benefit-item .benefit-icon { font-size: 36px; margin-bottom: 12px; color: #a91b1b; }
.landing-benefits .benefit-item .benefit-value { font-size: 32px; font-weight: 800; color: #a91b1b; margin-bottom: 8px; }
.landing-benefits .benefit-item h3 { font-size: 18px; margin: 0 0 8px; color: #272727; font-weight: bold; }
.landing-benefits .benefit-item p { font-size: 15px; line-height: 1.5; color: #666; margin: 0; }

/* Property type cards (3 cols) */
.landing-cards { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 10px; }
.landing-cards .card-item {
    flex: 1 1 calc(33.333% - 17px); background: #fff; border-radius: 4px;
    overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); text-align: center; padding-bottom: 25px;
}
.landing-cards .card-item .card-img { height: 200px; background-size: cover; background-position: center; }
.landing-cards .card-item h3 { font-size: 22px; margin: 20px 0 8px; color: #272727; }
.landing-cards .card-item .card-price { font-size: 18px; font-weight: bold; color: #a91b1b; margin-bottom: 10px; }
.landing-cards .card-item p { font-size: 15px; line-height: 1.5; color: #666; padding: 0 20px; margin: 0 0 15px; }
.landing-cards .card-item a.card-link { color: #d03333; font-weight: bold; text-decoration: none; font-size: 16px; }
.landing-cards .card-item a.card-link:hover { text-decoration: underline; }

/* Prices table */
.landing-prices table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.landing-prices th,
.landing-prices td { padding: 14px 18px; text-align: left; font-size: 16px; border-bottom: 1px solid #e0e0e0; }
.landing-prices th { background: #a91b1b; color: #fff; font-weight: bold; }
.landing-prices tr:nth-child(even) { background: #f9f9f9; }
.landing-prices .table-note { margin-top: 20px; font-size: 15px; line-height: 1.6; color: #666; }
.landing-prices .table-source { margin-top: 15px; font-size: 14px; color: #999; font-style: italic; }

/* Steps */
.landing-steps { margin-top: 10px; }
.landing-steps .step-item { display: flex; align-items: flex-start; margin-bottom: 30px; }
.landing-steps .step-number {
    flex-shrink: 0; width: 50px; height: 50px; border-radius: 50%;
    background-image: -webkit-linear-gradient(90deg, rgb(169, 27, 27) 0%, rgb(208, 51, 51) 100%);
    background-image: linear-gradient(0deg, rgb(169, 27, 27) 0%, rgb(208, 51, 51) 100%);
    color: #fff; font-size: 22px; font-weight: bold;
    display: flex; align-items: center; justify-content: center; margin-right: 20px;
}
.landing-steps .step-content h3 { font-size: 20px; margin: 0 0 6px; color: #272727; font-weight: bold; }
.landing-steps .step-content p { font-size: 16px; line-height: 1.5; color: #666; margin: 0; }

/* Reasons / check list */
.landing-reasons ul { list-style: none; padding: 0; margin: 0; }
.landing-reasons ul li {
    position: relative; padding-left: 30px; margin-bottom: 14px;
    font-size: 17px; line-height: 1.5; color: #444;
}
.landing-reasons ul li::before {
    content: "\f00c"; font-family: FontAwesome;
    position: absolute; left: 0; top: 2px; color: #a91b1b; font-size: 16px;
}

/* Services list */
.landing-services .service-item { display: flex; align-items: flex-start; margin-bottom: 25px; }
.landing-services .service-item h3 { font-size: 18px; margin: 0 0 5px; color: #272727; font-weight: bold; min-width: 200px; }
.landing-services .service-item p { font-size: 16px; line-height: 1.5; color: #666; margin: 0; }

/* For-whom */
.landing-for-whom .clients-list { list-style: none; padding: 0; margin: 20px 0 0; }
.landing-for-whom .clients-list li {
    position: relative; padding-left: 30px; margin-bottom: 12px;
    font-size: 17px; line-height: 1.5; color: #444;
}
.landing-for-whom .clients-list li::before {
    content: "\f007"; font-family: FontAwesome;
    position: absolute; left: 0; top: 2px; color: #a91b1b; font-size: 16px;
}

/* Form section */
.landing-form-section { padding: 60px 0; background: #f7f7f7; }
.landing-form-section h2 { font-size: 32px; text-align: center; margin: 0 0 10px; color: #272727; font-weight: bold; }
.landing-form-section .form-subtitle { text-align: center; font-size: 17px; color: #666; margin-bottom: 30px; }
.landing-form-section .form-wrapper {
    max-width: 500px; margin: 0 auto; background: #fff;
    padding: 30px; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.landing-form-section .form-wrapper input.wpcf7-submit.btn.btn-primary {
    display: block; width: 100%; height: 50px; margin: 15px 0 0; padding: 0;
    background: #a91b1b !important; color: #fff !important; font-size: 18px; font-weight: bold;
    border: none; border-radius: 3px; cursor: pointer; opacity: 1;
}
.landing-form-section .form-wrapper input.wpcf7-submit.btn.btn-primary:hover { background: #8a1616 !important; }
.landing-form-section .form-phone { text-align: center; margin-top: 25px; font-size: 17px; color: #444; }
.landing-form-section .form-phone a { color: #a91b1b; text-decoration: none; font-weight: bold; }
.landing-form-section .form-phone .messengers { margin-top: 5px; }
.landing-form-section .form-phone .messengers a { margin: 0 3px; color: #666; text-decoration: none; }

/* Footer */
.landing-footer { background: #272727; color: #ccc; padding: 30px 0; font-size: 15px; text-align: center; }
.landing-footer .footer-company { font-size: 17px; color: #fff; margin-bottom: 8px; font-weight: bold; }
.landing-footer a { color: #ccc; text-decoration: none; }
.landing-footer a:hover { color: #fff; }
.landing-footer .footer-links { margin-top: 12px; }

/* CTA Banner */
.landing-cta {
    background-image: -webkit-linear-gradient(90deg, rgb(169, 27, 27) 0%, rgb(208, 51, 51) 100%);
    background-image: linear-gradient(0deg, rgb(169, 27, 27) 0%, rgb(208, 51, 51) 100%);
    padding: 40px 0; text-align: center; color: #fff;
}
.landing-cta h2 { color: #fff; font-size: 28px; margin: 0 0 20px; }
.landing-cta .btn.white {
    background: #fff; color: #a91b1b; display: inline-block;
    height: 50px; line-height: 50px; padding: 0 35px;
    font-size: 18px; font-weight: bold; border-radius: 3px;
    text-decoration: none; border: none; cursor: pointer;
}
.landing-cta .btn.white:hover { background: #f0f0f0; }

/* Responsive: 1000px */
@media (max-width: 1000px) {
    .landing-hero h1 { font-size: 34px; }
    .landing-hero .subtitle { font-size: 19px; }
    .landing-section h2 { font-size: 28px; }
    .landing-benefits .benefit-item { flex: 1 1 calc(50% - 10px); }
    .landing-services .service-item { flex-direction: column; }
    .landing-services .service-item h3 { min-width: auto; margin-bottom: 5px; }
}

/* Responsive: 800px */
@media (max-width: 800px) {
    .landing-hero { padding: 70px 0 60px; }
    .landing-hero h1 { font-size: 28px; }
    .landing-hero .subtitle { font-size: 17px; }
    .landing-section { padding: 40px 0; }
    .landing-section h2 { font-size: 24px; }
    .landing-cards .card-item { flex: 1 1 100%; }
    .landing-prices th,
    .landing-prices td { padding: 10px 12px; font-size: 14px; }
    .landing-steps .step-content h3 { font-size: 18px; }
}

/* Responsive: 600px */
@media (max-width: 600px) {
    .landing-header .header-contacts { font-size: 15px; }
    .landing-header .logo img { height: 70px; }
    .landing-hero { padding: 50px 0 40px; }
    .landing-hero h1 { font-size: 24px; }
    .landing-hero .subtitle { font-size: 16px; }
    .landing-benefits .benefit-item { flex: 1 1 100%; }
    .landing-section h2 { font-size: 22px; }
    .landing-steps .step-number { width: 40px; height: 40px; font-size: 18px; }
    .landing-form-section .form-wrapper { padding: 20px 15px; }
    .landing-cta h2 { font-size: 22px; }
    .landing-for-whom .clients-list li,
    .landing-reasons ul li { font-size: 15px; }
}
