* {
    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: #1a1a1a;
    background-color: #ffffff;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: 3px solid #2a3f5f;
    padding: 1.5rem;
    z-index: 10000;
    display: none;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

.cookie-banner.show {
    display: flex;
    justify-content: center;
}

.cookie-content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.cookie-content p {
    flex: 1;
    min-width: 300px;
    margin: 0;
    font-size: 0.95rem;
    color: #333;
}

.cookie-actions {
    display: flex;
    gap: 1rem;
}

.btn-cookie {
    padding: 0.75rem 2rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

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

.btn-cookie.accept:hover {
    background: #1f2f47;
}

.btn-cookie.reject {
    background: #e0e0e0;
    color: #333;
}

.btn-cookie.reject:hover {
    background: #d0d0d0;
}

.header-asymmetric {
    position: relative;
    padding: 0;
}

.ad-disclosure {
    background: #f0f0f0;
    padding: 0.5rem;
    text-align: center;
    font-size: 0.85rem;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.nav-floating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    position: relative;
}

.logo-offset {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2a3f5f;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-links-scattered {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.nav-links-scattered a {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.nav-links-scattered a:hover {
    color: #2a3f5f;
}

.hero-asymmetric {
    display: flex;
    align-items: stretch;
    min-height: 85vh;
    position: relative;
}

.hero-content-offset {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 4rem 5%;
    background: linear-gradient(135deg, #f8f9fb 0%, #e8ecf1 100%);
}

.hero-text-block {
    max-width: 580px;
    margin-left: 3rem;
}

.heading-irregular {
    font-size: 3.2rem;
    line-height: 1.15;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.subtext-wide {
    font-size: 1.15rem;
    color: #4a4a4a;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

.cta-offset {
    display: inline-block;
    background: #2a3f5f;
    color: #ffffff;
    padding: 1rem 2.5rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.cta-offset:hover {
    background: #1f2f47;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(42, 63, 95, 0.3);
}

.hero-image-skewed {
    flex: 1;
    position: relative;
    overflow: hidden;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

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

.trust-block-offset {
    padding: 6rem 5%;
    background: #ffffff;
}

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

.trust-image-left {
    flex: 1;
    overflow: hidden;
    border-radius: 8px;
    max-width: 520px;
}

.trust-image-left img {
    width: 100%;
    height: 100%;
    display: block;
}

.trust-text-right {
    flex: 1;
    padding-left: 2rem;
}

.trust-text-right h2 {
    font-size: 2.2rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
}

.trust-text-right p {
    font-size: 1.05rem;
    color: #4a4a4a;
    margin-bottom: 1.2rem;
    line-height: 1.7;
}

.problem-amplification {
    padding: 5rem 5%;
    background: #f4f7fa;
}

.problem-content-scattered {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

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

.problem-text-center h2 {
    font-size: 2.4rem;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.problem-text-center p {
    font-size: 1.1rem;
    color: #4a4a4a;
    line-height: 1.8;
}

.problem-stats-offset {
    display: flex;
    justify-content: center;
    gap: 4rem;
    flex-wrap: wrap;
}

.stat-card-irregular {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 3rem;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: #2a3f5f;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.95rem;
    color: #666;
    text-align: center;
    max-width: 200px;
}

.services-asymmetric {
    padding: 6rem 5% 7rem;
    background: #ffffff;
}

.services-intro-offset {
    max-width: 700px;
    margin: 0 0 4rem 5%;
}

.services-intro-offset h2 {
    font-size: 2.6rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-weight: 700;
}

.services-intro-offset p {
    font-size: 1.1rem;
    color: #4a4a4a;
    line-height: 1.7;
}

.services-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.service-card-offset {
    flex: 1 1 calc(33.333% - 2rem);
    min-width: 320px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.service-card-offset:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.service-image-container {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.service-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-content {
    padding: 2rem 1.8rem;
}

.service-content h3 {
    font-size: 1.4rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-weight: 700;
}

.service-content p {
    font-size: 0.98rem;
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.service-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

.service-duration {
    font-size: 0.9rem;
    color: #666;
}

.service-price {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2a3f5f;
}

.btn-select-service {
    width: 100%;
    padding: 0.9rem;
    background: #2a3f5f;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-select-service:hover {
    background: #1f2f47;
}

.btn-select-service.selected {
    background: #4a9d5f;
}

.form-section-offset {
    padding: 6rem 5%;
    background: linear-gradient(135deg, #e8ecf1 0%, #f8f9fb 100%);
}

.form-container-irregular {
    max-width: 800px;
    margin: 0 auto 0 10%;
}

.form-intro {
    margin-bottom: 3rem;
}

.form-intro h2 {
    font-size: 2.4rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-weight: 700;
}

.form-intro p {
    font-size: 1.05rem;
    color: #4a4a4a;
}

.contact-form-asymmetric {
    background: #ffffff;
    padding: 3rem;
    border-radius: 8px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

.form-group-offset {
    margin-bottom: 1.8rem;
}

.form-group-offset label {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.6rem;
}

.form-group-offset input,
.form-group-offset select,
.form-group-offset textarea {
    width: 100%;
    padding: 0.9rem;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group-offset input:focus,
.form-group-offset select:focus,
.form-group-offset textarea:focus {
    outline: none;
    border-color: #2a3f5f;
}

.btn-submit-offset {
    width: 100%;
    padding: 1.1rem;
    background: #2a3f5f;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit-offset:hover {
    background: #1f2f47;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(42, 63, 95, 0.3);
}

.testimonials-scattered {
    padding: 6rem 5%;
    background: #ffffff;
}

.testimonials-scattered h2 {
    text-align: center;
    font-size: 2.6rem;
    color: #1a1a1a;
    margin-bottom: 4rem;
    font-weight: 700;
}

.testimonial-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    max-width: 1300px;
    margin: 0 auto;
}

.testimonial-card {
    flex: 1 1 calc(33.333% - 2rem);
    min-width: 280px;
    padding: 2.5rem 2rem;
    background: #f4f7fa;
    border-radius: 8px;
    border-left: 4px solid #2a3f5f;
}

.testimonial-card p {
    font-size: 1rem;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author {
    font-size: 0.9rem;
    color: #666;
    font-weight: 600;
}

.footer-asymmetric {
    background: #1a1a1a;
    color: #ffffff;
    padding: 4rem 5% 2rem;
}

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

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

.footer-block-offset h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.footer-block-offset p {
    font-size: 0.95rem;
    color: #bbb;
    line-height: 1.6;
}

.footer-links-scattered {
    display: flex;
    gap: 4rem;
    flex: 1;
}

.footer-column h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

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

.footer-column ul li {
    margin-bottom: 0.6rem;
}

.footer-column ul li a {
    color: #bbb;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #ffffff;
}

.disclaimer-footer {
    max-width: 1400px;
    margin: 0 auto 2rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.disclaimer-footer p {
    font-size: 0.85rem;
    color: #bbb;
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #333;
    max-width: 1400px;
    margin: 0 auto;
}

.footer-bottom p {
    font-size: 0.9rem;
    color: #888;
}

.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 5%;
}

.legal-page h1 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 2rem;
    font-weight: 700;
}

.legal-page h2 {
    font-size: 1.8rem;
    color: #2a3f5f;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.legal-page p,
.legal-page li {
    font-size: 1rem;
    color: #4a4a4a;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.legal-page ul {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.contact-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 5%;
}

.contact-page h1 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 2rem;
    font-weight: 700;
}

.contact-info {
    background: #f4f7fa;
    padding: 2.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.contact-info h2 {
    font-size: 1.5rem;
    color: #2a3f5f;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.contact-info p {
    font-size: 1.05rem;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 0.8rem;
}

.contact-info strong {
    color: #1a1a1a;
}

.thanks-page {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 5%;
}

.thanks-content {
    text-align: center;
    max-width: 600px;
}

.thanks-content h1 {
    font-size: 3rem;
    color: #2a3f5f;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.thanks-content p {
    font-size: 1.2rem;
    color: #4a4a4a;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.thanks-content .selected-service {
    font-weight: 700;
    color: #2a3f5f;
}

.thanks-content a {
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 2.5rem;
    background: #2a3f5f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.thanks-content a:hover {
    background: #1f2f47;
    transform: translateY(-2px);
}

@media (max-width: 1024px) {
    .hero-asymmetric {
        flex-direction: column;
    }

    .hero-image-skewed {
        clip-path: none;
        min-height: 400px;
    }

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

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

    .trust-text-right {
        padding-left: 0;
    }

    .service-card-offset {
        flex: 1 1 calc(50% - 2rem);
    }

    .footer-links-scattered {
        flex-direction: column;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .heading-irregular {
        font-size: 2.2rem;
    }

    .subtext-wide {
        font-size: 1rem;
    }

    .nav-links-scattered {
        gap: 1.5rem;
    }

    .service-card-offset {
        flex: 1 1 100%;
    }

    .testimonial-card {
        flex: 1 1 100%;
    }

    .form-container-irregular {
        margin: 0 auto;
    }

    .contact-form-asymmetric {
        padding: 2rem;
    }
}