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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #2c3e50;
    background-color: #f8f9fa;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(44, 62, 80, 0.95);
    color: #fff;
    padding: 20px;
    z-index: 10000;
    display: none;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}

.cookie-banner.show {
    display: block;
}

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

.cookie-content p {
    flex: 1;
    margin: 0;
    min-width: 300px;
}

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

.btn-cookie {
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-cookie.accept {
    background-color: #27ae60;
    color: white;
}

.btn-cookie.accept:hover {
    background-color: #229954;
}

.btn-cookie.reject {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

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

.nav-floating {
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.95);
    padding: 15px 40px;
    border-radius: 50px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    z-index: 1000;
    max-width: 95%;
    backdrop-filter: blur(10px);
}

.nav-container {
    display: flex;
    align-items: center;
    gap: 40px;
}

.brand {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
}

.ad-disclosure {
    font-size: 11px;
    color: #7f8c8d;
    font-style: italic;
    padding: 4px 12px;
    background-color: #ecf0f1;
    border-radius: 20px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
}

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

.nav-links a:hover {
    color: #3498db;
}

.hero-asymmetric {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 40px 80px;
    overflow: hidden;
}

.hero-image-wrapper {
    position: absolute;
    top: 80px;
    right: -100px;
    width: 65%;
    height: 80%;
    border-radius: 20px 0 0 200px;
    overflow: hidden;
    box-shadow: -20px 20px 60px rgba(0,0,0,0.15);
    background-color: #34495e;
}

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-text-block {
    position: relative;
    z-index: 2;
    max-width: 550px;
    padding: 60px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0 40px 40px 0;
    margin-left: 80px;
    box-shadow: 20px 20px 80px rgba(0,0,0,0.1);
}

.hero-text-block h1 {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #2c3e50;
}

.hero-text-block p {
    font-size: 20px;
    margin-bottom: 35px;
    color: #555;
    line-height: 1.5;
}

.cta-hero {
    display: inline-block;
    padding: 18px 45px;
    background-color: #e74c3c;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
}

.cta-hero:hover {
    background-color: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(231, 76, 60, 0.3);
}

.intro-offset {
    padding: 120px 80px;
    background-color: #fff;
}

.content-irregular {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.text-block-left {
    flex: 1;
    padding-right: 40px;
}

.text-block-left h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #2c3e50;
}

.text-block-left p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.7;
}

.visual-accent-right {
    flex: 0.8;
    position: relative;
    top: -40px;
    background-color: #ecf0f1;
}

.visual-accent-right img {
    width: 100%;
    height: auto;
    border-radius: 0 0 0 80px;
    box-shadow: -15px 15px 40px rgba(0,0,0,0.1);
    object-fit: cover;
}

.services-stagger {
    padding: 100px 60px 120px;
    background-color: #f8f9fa;
}

.section-header-offset {
    max-width: 600px;
    margin-left: 120px;
    margin-bottom: 80px;
}

.section-header-offset h2 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.section-header-offset p {
    font-size: 20px;
    color: #7f8c8d;
}

.service-cards-irregular {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    padding: 0 40px;
}

.service-card {
    width: 480px;
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.service-card.overlap-1 {
    transform: rotate(-1deg);
}

.service-card.overlap-2 {
    transform: rotate(1.5deg) translateY(-20px);
}

.service-card.overlap-3 {
    transform: rotate(-0.8deg) translateY(15px);
}

.service-card.overlap-4 {
    transform: rotate(1.2deg);
}

.service-card.overlap-5 {
    transform: rotate(-1.5deg) translateY(-10px);
}

.service-card.overlap-6 {
    transform: rotate(0.7deg) translateY(20px);
}

.service-card:hover {
    transform: translateY(-8px) rotate(0deg) !important;
    box-shadow: 0 15px 50px rgba(0,0,0,0.15);
}

.card-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background-color: #bdc3c7;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.card-content {
    padding: 30px;
}

.card-content h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.card-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.price-tag {
    font-size: 32px;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 20px;
}

.btn-select {
    width: 100%;
    padding: 14px;
    background-color: #3498db;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-select:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.3);
}

.booking-asymmetric {
    padding: 120px 80px;
    background-color: #2c3e50;
    position: relative;
}

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

.form-visual-left {
    flex: 1;
    color: white;
}

.form-visual-left h2 {
    font-size: 46px;
    margin-bottom: 25px;
    line-height: 1.2;
}

.form-visual-left p {
    font-size: 20px;
    color: #ecf0f1;
}

#selectedService {
    color: #3498db;
    font-weight: 600;
}

.booking-form-irregular {
    flex: 1;
    background-color: white;
    padding: 50px;
    border-radius: 0 40px 0 40px;
    box-shadow: 20px 20px 60px rgba(0,0,0,0.3);
}

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

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

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #3498db;
}

.btn-submit {
    width: 100%;
    padding: 18px;
    background-color: #e74c3c;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.btn-submit:hover {
    background-color: #c0392b;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(231, 76, 60, 0.4);
}

.trust-irregular {
    padding: 120px 80px;
    background-color: #ecf0f1;
}

.trust-content-offset {
    max-width: 1400px;
    margin: 0 auto;
}

.trust-content-offset h2 {
    font-size: 44px;
    margin-bottom: 60px;
    color: #2c3e50;
    text-align: center;
}

.testimonials-stagger {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.testimonial {
    background-color: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.08);
    border-left: 5px solid #3498db;
}

.testimonial.offset-left {
    margin-right: 200px;
    transform: rotate(-0.5deg);
}

.testimonial.offset-right {
    margin-left: 200px;
    transform: rotate(0.7deg);
}

.testimonial.offset-center {
    margin: 0 auto;
    max-width: 800px;
    transform: rotate(-0.3deg);
}

.testimonial p {
    font-size: 18px;
    font-style: italic;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.7;
}

.testimonial cite {
    font-size: 16px;
    color: #7f8c8d;
    font-weight: 600;
    font-style: normal;
}

.footer-asymmetric {
    background-color: #1a252f;
    color: white;
    padding: 80px 60px 40px;
}

.footer-content-irregular {
    max-width: 1400px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

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

.footer-block.left {
    transform: translateY(-20px);
}

.footer-block.center {
    transform: translateY(10px);
}

.footer-block.right {
    transform: translateY(-10px);
}

.footer-block h4 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #3498db;
}

.footer-block p {
    font-size: 15px;
    line-height: 1.7;
    color: #bdc3c7;
    margin-bottom: 10px;
}

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

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

.footer-block a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-block a:hover {
    color: #3498db;
}

.disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid #34495e;
    text-align: center;
}

.disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    color: #95a5a6;
}

@media (max-width: 1200px) {
    .hero-image-wrapper {
        width: 70%;
        right: -50px;
    }

    .hero-text-block {
        margin-left: 40px;
        padding: 40px;
    }

    .content-irregular {
        flex-direction: column;
    }

    .service-cards-irregular {
        justify-content: center;
    }

    .service-card {
        width: 100%;
        max-width: 480px;
    }

    .form-container-offset {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .nav-floating {
        padding: 12px 20px;
        border-radius: 30px;
    }

    .nav-container {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-links {
        gap: 15px;
        flex-wrap: wrap;
    }

    .hero-asymmetric {
        padding: 100px 20px 60px;
    }

    .hero-text-block {
        margin-left: 0;
        padding: 30px;
    }

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

    .hero-image-wrapper {
        width: 90%;
        right: -20px;
        height: 60%;
    }

    .testimonial.offset-left,
    .testimonial.offset-right {
        margin: 0;
    }
}