* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f8f9fa;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
}

.main-nav {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 0;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #2c5f2d;
    letter-spacing: -0.5px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-menu li a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-menu li a:hover {
    color: #2c5f2d;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: #2c3e50;
    transition: 0.3s;
}

.hero-asymmetric {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #f8f9fa;
}

.hero-content-offset {
    position: relative;
    z-index: 10;
    max-width: 650px;
    padding: 60px 40px 60px 80px;
    margin-left: 5%;
}

.hero-text-block {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 50px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-30px);
}

.hero-text-block h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-text-block p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 30px;
    line-height: 1.7;
}

.hero-image-overlap {
    position: absolute;
    right: 0;
    top: 10%;
    width: 60%;
    height: 80%;
    z-index: 5;
}

.hero-image-overlap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.2);
}

.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #2c5f2d;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s;
}

.cta-primary:hover {
    background-color: #1e4620;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(44, 95, 45, 0.3);
}

.intro-offset {
    padding: 100px 40px;
    background-color: #ffffff;
}

.container-asymmetric {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    align-items: center;
}

.intro-block-left {
    flex: 1.2;
    padding-right: 40px;
}

.intro-block-left h2 {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.3;
}

.intro-block-left p {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.8;
}

.intro-stats-right {
    flex: 0.8;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    padding: 25px;
    background-color: #f8f9fa;
    border-left: 4px solid #2c5f2d;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #2c5f2d;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 16px;
    color: #4a5568;
}

.services-grid-asymmetric {
    padding: 120px 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-header-offset {
    max-width: 700px;
    margin: 0 0 80px 8%;
}

.section-header-offset h2 {
    font-size: 44px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-header-offset p {
    font-size: 19px;
    color: #4a5568;
}

.services-container-irregular {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.service-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.large-offset {
    width: calc(50% - 15px);
    transform: translateY(-20px);
}

.medium-offset {
    width: calc(40% - 15px);
}

.small-offset {
    width: calc(45% - 15px);
    transform: translateY(30px);
}

.small-offset-2 {
    width: calc(48% - 15px);
    transform: translateY(-15px);
}

.large-offset-2 {
    width: calc(55% - 15px);
    transform: translateY(25px);
}

.medium-offset-2 {
    width: calc(38% - 15px);
}

.service-image-wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #e9ecef;
}

.service-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}

.service-card:hover .service-image-wrapper img {
    transform: scale(1.08);
}

.service-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.service-content h3 {
    font-size: 26px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

.service-content p {
    font-size: 16px;
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.6;
    flex: 1;
}

.price-tag {
    font-size: 24px;
    color: #2c5f2d;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.select-service-btn {
    padding: 14px 28px;
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.select-service-btn:hover {
    background-color: #1e4620;
    transform: translateY(-2px);
}

.booking-form-section {
    padding: 100px 40px;
    background-color: #ffffff;
}

.form-wrapper-asymmetric {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.form-intro-block {
    margin-left: 10%;
}

.form-intro-block h2 {
    font-size: 40px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

.form-intro-block p {
    font-size: 18px;
    color: #4a5568;
}

.booking-form {
    background-color: #f8f9fa;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transform: translateX(5%);
}

.form-field {
    margin-bottom: 25px;
}

.form-field label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border: 2px solid #dee2e6;
    border-radius: 4px;
    font-family: inherit;
    transition: border-color 0.3s;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #2c5f2d;
}

.btn-submit {
    width: 100%;
    padding: 18px;
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-submit:hover {
    background-color: #1e4620;
    transform: translateY(-2px);
}

.testimonials-overlap {
    padding: 120px 40px;
    background-color: #2c5f2d;
    color: #ffffff;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 60px;
}

.testimonials-header h2 {
    font-size: 42px;
    font-weight: 700;
}

.testimonials-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

.testimonial-card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 8px;
    flex: 1;
    min-width: 300px;
    max-width: 400px;
}

.testimonial-card.offset {
    transform: translateY(30px);
}

.testimonial-card p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    font-size: 15px;
    font-weight: 600;
    opacity: 0.9;
}

.cta-floating {
    padding: 100px 40px;
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
}

.cta-content-irregular {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 60px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transform: rotate(-1deg);
}

.cta-content-irregular h2 {
    font-size: 38px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-content-irregular p {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 30px;
}

.cta-secondary {
    display: inline-block;
    padding: 16px 50px;
    background-color: #2c5f2d;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s;
}

.cta-secondary:hover {
    background-color: #1e4620;
    transform: translateY(-2px);
}

.footer-asymmetric {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 80px 40px 30px;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.footer-block {
    flex: 1;
    min-width: 220px;
}

.footer-block h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c5f2d;
}

.footer-block h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-block p {
    font-size: 15px;
    line-height: 1.6;
    color: #b0b0b0;
}

.footer-block ul {
    list-style: none;
}

.footer-block ul li {
    margin-bottom: 10px;
}

.footer-block ul li a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-block ul li a:hover {
    color: #2c5f2d;
}

.footer-disclaimer {
    max-width: 1300px;
    margin: 0 auto 40px;
    padding: 25px;
    background-color: rgba(44, 95, 45, 0.1);
    border-left: 4px solid #2c5f2d;
    font-size: 14px;
    line-height: 1.6;
    color: #b0b0b0;
}

.footer-bottom {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
    font-size: 14px;
    color: #808080;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(26, 26, 26, 0.98);
    color: #ffffff;
    padding: 25px 40px;
    z-index: 10000;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}

.cookie-banner.hidden {
    display: none;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
}

.cookie-actions {
    display: flex;
    gap: 15px;
}

.btn-accept,
.btn-reject {
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-accept {
    background-color: #2c5f2d;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #1e4620;
}

.btn-reject {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #ffffff;
        flex-direction: column;
        padding: 20px 40px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        display: none;
    }

    .nav-menu.active {
        display: flex;
    }

    .hero-asymmetric {
        flex-direction: column;
        min-height: auto;
    }

    .hero-content-offset {
        margin-left: 0;
        padding: 40px 20px;
        width: 100%;
    }

    .hero-text-block {
        padding: 30px;
        transform: none;
    }

    .hero-text-block h1 {
        font-size: 32px;
    }

    .hero-image-overlap {
        position: relative;
        width: 100%;
        height: 400px;
        top: 0;
    }

    .container-asymmetric {
        flex-direction: column;
        gap: 40px;
    }

    .services-container-irregular {
        flex-direction: column;
    }

    .service-card,
    .large-offset,
    .medium-offset,
    .small-offset,
    .small-offset-2,
    .large-offset-2,
    .medium-offset-2 {
        width: 100%;
        transform: none;
    }

    .booking-form {
        transform: none;
        padding: 30px;
    }

    .form-intro-block {
        margin-left: 0;
    }

    .testimonials-grid {
        flex-direction: column;
    }

    .testimonial-card.offset {
        transform: none;
    }

    .footer-container {
        flex-direction: column;
        gap: 30px;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-actions {
        flex-direction: column;
        width: 100%;
    }

    .btn-accept,
    .btn-reject {
        width: 100%;
    }
}

.thanks-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
}

.thanks-container {
    max-width: 700px;
    text-align: center;
    background-color: #f8f9fa;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.thanks-container h1 {
    font-size: 42px;
    color: #2c5f2d;
    margin-bottom: 20px;
    font-weight: 700;
}

.thanks-container p {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 15px;
}

.thanks-container .selected-service {
    font-weight: 600;
    color: #2c5f2d;
}

.contact-page {
    padding: 80px 40px;
}

.contact-container {
    max-width: 1100px;
    margin: 0 auto;
}

.contact-header {
    margin-bottom: 50px;
}

.contact-header h1 {
    font-size: 44px;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.contact-block {
    flex: 1;
    min-width: 280px;
}

.contact-block h2 {
    font-size: 24px;
    color: #2c5f2d;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-block p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 10px;
}

.legal-page {
    padding: 80px 40px;
}

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

.legal-container h1 {
    font-size: 40px;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-weight: 700;
}

.legal-container h2 {
    font-size: 28px;
    color: #2c3e50;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

.legal-container p {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 20px;
}

.legal-container ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

.legal-container ul li {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 10px;
}