* {
    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: 13px;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
}

.nav-asymmetric {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    padding: 20px 0;
}

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

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

.nav-links {
    display: flex;
    gap: 35px;
}

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

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

.hero-offset {
    max-width: 1400px;
    margin: 60px auto 0;
    padding: 0 40px;
    display: flex;
    gap: 60px;
    align-items: center;
    min-height: 600px;
}

.hero-content-left {
    flex: 1;
    padding-right: 40px;
}

.hero-content-left h1 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #1a252f;
}

.hero-subtext {
    font-size: 19px;
    line-height: 1.7;
    color: #546e7a;
    margin-bottom: 40px;
}

.cta-primary {
    display: inline-block;
    background-color: #3498db;
    color: #ffffff;
    padding: 16px 36px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    transition: background-color 0.3s, transform 0.2s;
}

.cta-primary:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

.hero-image-right {
    flex: 1;
    margin-top: 80px;
}

.hero-image-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.intro-asymmetric {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.intro-block-offset {
    flex: 2;
    padding-top: 60px;
}

.intro-block-offset h2 {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #1a252f;
}

.intro-block-offset p {
    font-size: 18px;
    line-height: 1.8;
    color: #546e7a;
}

.intro-visual-right {
    flex: 1;
}

.highlight-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 50px 40px;
    border-radius: 12px;
    text-align: center;
    color: #ffffff;
}

.number-accent {
    display: block;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 20px;
}

.highlight-box p {
    font-size: 17px;
    line-height: 1.6;
    color: #ffffff;
}

.challenge-section {
    background-color: #f8f9fa;
    padding: 100px 40px;
    margin: 80px 0;
}

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

.challenge-content h2 {
    font-size: 42px;
    margin-bottom: 60px;
    color: #1a252f;
    text-align: left;
    max-width: 800px;
}

.challenge-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.challenge-item {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    padding: 45px 35px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.challenge-item.offset-top {
    margin-top: 60px;
}

.challenge-item h3 {
    font-size: 24px;
    margin-bottom: 18px;
    color: #2c3e50;
}

.challenge-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #546e7a;
}

.services-preview {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
}

.section-title-left {
    font-size: 40px;
    margin-bottom: 50px;
    color: #1a252f;
    max-width: 700px;
}

.services-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-card-large {
    flex: 2;
    min-width: 400px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 30px rgba(0,0,0,0.1);
}

.service-card-offset {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 30px rgba(0,0,0,0.1);
    margin-top: 40px;
}

.service-card-small {
    flex: 1;
    min-width: 300px;
    background-color: #2c3e50;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: center;
}

.service-card-large img,
.service-card-offset img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.service-content {
    padding: 35px;
}

.service-card-small .service-content {
    padding: 0;
    color: #ffffff;
}

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

.service-card-small .service-content h3 {
    color: #ffffff;
}

.service-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #546e7a;
    margin-bottom: 20px;
}

.service-card-small .service-content p {
    color: #ecf0f1;
}

.price-tag {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #3498db;
    margin-bottom: 20px;
}

.service-card-small .price-tag {
    color: #f39c12;
}

.cta-service {
    display: inline-block;
    background-color: #3498db;
    color: #ffffff;
    padding: 12px 28px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.2s;
}

.service-card-small .cta-service {
    background-color: #f39c12;
}

.cta-service:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
}

.service-card-small .cta-service:hover {
    background-color: #e67e22;
}

.trust-section-offset {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
    display: flex;
    gap: 70px;
    align-items: flex-start;
}

.trust-content-left {
    flex: 1.2;
}

.trust-content-left h2 {
    font-size: 40px;
    margin-bottom: 50px;
    color: #1a252f;
}

.process-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.process-item {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.step-number {
    font-size: 28px;
    font-weight: 700;
    color: #3498db;
    min-width: 50px;
}

.step-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.step-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #546e7a;
}

.trust-image-right {
    flex: 1;
    margin-top: 100px;
}

.trust-image-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 35px rgba(0,0,0,0.12);
}

.testimonials-scattered {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
}

.testimonials-scattered h2 {
    font-size: 40px;
    margin-bottom: 60px;
    color: #1a252f;
}

.testimonial-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
}

.testimonial-box {
    background-color: #f8f9fa;
    padding: 35px;
    border-radius: 10px;
    border-left: 4px solid #3498db;
    flex: 1;
    min-width: 300px;
}

.testimonial-box.position-1 {
    margin-top: 0;
}

.testimonial-box.position-2 {
    margin-top: 40px;
}

.testimonial-box.position-3 {
    margin-top: 20px;
}

.testimonial-text {
    font-size: 17px;
    line-height: 1.7;
    color: #2c3e50;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    font-size: 15px;
    color: #7f8c8d;
    font-weight: 600;
}

.benefits-asymmetric {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.benefit-large {
    flex: 2;
    min-width: 350px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    padding: 60px 50px;
    border-radius: 12px;
    color: #ffffff;
}

.benefit-large h3,
.benefit-small h3,
.benefit-medium h3 {
    font-size: 28px;
    margin-bottom: 18px;
}

.benefit-large p,
.benefit-small p {
    font-size: 17px;
    line-height: 1.7;
}

.benefit-small {
    flex: 1;
    min-width: 280px;
    background-color: #2c3e50;
    padding: 50px 40px;
    border-radius: 12px;
    color: #ffffff;
}

.benefit-small.offset-down {
    margin-top: 60px;
}

.benefit-medium {
    flex: 1;
    min-width: 300px;
    border-radius: 12px;
    overflow: hidden;
}

.benefit-medium img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.additional-services {
    background-color: #f8f9fa;
    padding: 100px 40px;
    margin: 80px 0;
}

.additional-services h2 {
    font-size: 40px;
    margin-bottom: 60px;
    color: #1a252f;
    text-align: center;
}

.additional-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 35px;
    flex-wrap: wrap;
}

.additional-item {
    flex: 1;
    min-width: 300px;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.additional-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.additional-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #546e7a;
    margin-bottom: 20px;
}

.cta-section-offset {
    max-width: 1400px;
    margin: 120px auto;
    padding: 0 40px;
    display: flex;
    gap: 60px;
    align-items: center;
}

.cta-content-right {
    flex: 1;
    padding-right: 40px;
}

.cta-content-right h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #1a252f;
}

.cta-content-right p {
    font-size: 18px;
    line-height: 1.7;
    color: #546e7a;
}

.form-container-left {
    flex: 1;
    background-color: #f8f9fa;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 8px 35px rgba(0,0,0,0.1);
}

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

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

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

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

.btn-submit {
    width: 100%;
    background-color: #3498db;
    color: #ffffff;
    padding: 16px;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

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

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

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

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

.footer-block-2,
.footer-block-3 {
    flex: 1;
    min-width: 200px;
}

.footer-asymmetric h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #ffffff;
}

.footer-asymmetric p {
    font-size: 15px;
    line-height: 1.7;
    color: #95a5a6;
}

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

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

.footer-asymmetric ul li a {
    color: #95a5a6;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-asymmetric ul li a:hover {
    color: #3498db;
}

.footer-disclaimer {
    max-width: 1400px;
    margin: 0 auto 40px;
    padding: 30px;
    background-color: rgba(255,255,255,0.05);
    border-radius: 8px;
}

.footer-disclaimer p {
    font-size: 14px;
    line-height: 1.7;
    color: #95a5a6;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #7f8c8d;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 25px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
    z-index: 2000;
    display: none;
}

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

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

.cookie-content p {
    flex: 2;
    font-size: 15px;
    line-height: 1.6;
    min-width: 300px;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

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

.btn-accept:hover {
    background-color: #229954;
    transform: translateY(-2px);
}

.btn-reject {
    background-color: #7f8c8d;
    color: #ffffff;
}

.btn-reject:hover {
    background-color: #6c7a7b;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 20px;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .hero-offset {
        flex-direction: column;
        gap: 40px;
        min-height: auto;
    }

    .hero-content-left {
        padding-right: 0;
    }

    .hero-content-left h1 {
        font-size: 36px;
    }

    .hero-image-right {
        margin-top: 0;
    }

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

    .intro-block-offset {
        padding-top: 0;
    }

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

    .challenge-item.offset-top {
        margin-top: 0;
    }

    .services-asymmetric {
        flex-direction: column;
    }

    .service-card-offset {
        margin-top: 0;
    }

    .trust-section-offset {
        flex-direction: column;
        gap: 40px;
    }

    .trust-image-right {
        margin-top: 0;
    }

    .testimonial-box.position-1,
    .testimonial-box.position-2,
    .testimonial-box.position-3 {
        margin-top: 0;
    }

    .benefits-asymmetric {
        flex-direction: column;
    }

    .benefit-small.offset-down {
        margin-top: 0;
    }

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

    .cta-section-offset {
        flex-direction: column;
        gap: 40px;
    }

    .cta-content-right {
        padding-right: 0;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

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

    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }
}