* {
    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: #222;
    background: #fafafa;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #fff;
    padding: 20px;
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    min-width: 250px;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s;
}

.btn-accept {
    background: #4CAF50;
    color: #fff;
}

.btn-accept:hover {
    background: #45a049;
}

.btn-reject {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

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

.ad-disclosure {
    background: #fff3cd;
    color: #856404;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    border-bottom: 1px solid #ffeeba;
}

.header-asymmetric {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.nav-floating {
    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: #2c3e50;
    text-decoration: none;
}

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

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

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

.main-asymmetric {
    overflow-x: hidden;
}

.hero-offset {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px 100px;
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
}

.hero-text-block {
    flex: 1;
    z-index: 2;
    max-width: 520px;
}

.hero-title {
    font-size: 56px;
    line-height: 1.1;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 800;
}

.hero-subtitle {
    font-size: 20px;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.7;
}

.cta-hero {
    display: inline-block;
    padding: 16px 40px;
    background: #e74c3c;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s;
}

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

.hero-image-overlap {
    flex: 1;
    position: relative;
    margin-top: -40px;
    margin-right: -60px;
}

.hero-image-overlap img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    object-fit: cover;
    background-color: #e8e8e8;
}

.intro-asymmetric {
    background: #2c3e50;
    color: #fff;
    padding: 100px 40px;
    display: flex;
    align-items: center;
    gap: 80px;
}

.intro-left {
    flex: 1;
    max-width: 600px;
    padding-left: 10%;
}

.intro-left h2 {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 25px;
}

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

.intro-right-image {
    flex: 1;
    margin-top: 60px;
}

.intro-right-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    background-color: #34495e;
}

.problem-amplification {
    max-width: 900px;
    margin: 120px auto;
    padding: 0 40px;
}

.problem-text-offset {
    background: #fff;
    padding: 60px;
    border-left: 6px solid #e74c3c;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transform: translateX(80px);
}

.problem-text-offset h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.problem-text-offset p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.insight-block {
    background: #ecf0f1;
    padding: 100px 40px;
    text-align: center;
}

.insight-quote {
    max-width: 800px;
    margin: 0 auto;
}

.insight-quote p {
    font-size: 36px;
    font-style: italic;
    color: #2c3e50;
    line-height: 1.5;
    font-weight: 300;
}

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

.services-intro-overlap {
    max-width: 700px;
    margin-bottom: 80px;
    margin-left: 15%;
}

.services-intro-overlap h2 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.services-intro-overlap p {
    font-size: 19px;
    color: #666;
    line-height: 1.7;
}

.service-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 60px;
    transition: transform 0.3s;
    max-width: 550px;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.service-card h3 {
    font-size: 26px;
    margin: 25px 30px 15px;
    color: #1a1a1a;
}

.service-card p {
    margin: 0 30px 15px;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.price {
    font-size: 28px;
    font-weight: 700;
    color: #e74c3c;
    margin: 20px 30px;
}

.btn-select-service {
    width: calc(100% - 60px);
    margin: 0 30px 30px;
    padding: 14px;
    background: #2c3e50;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

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

.offset-1 {
    margin-left: 5%;
}

.offset-2 {
    margin-left: auto;
    margin-right: 8%;
}

.offset-3 {
    margin-left: 12%;
}

.offset-4 {
    margin-left: auto;
    margin-right: 15%;
}

.offset-5 {
    margin-left: 8%;
}

.offset-6 {
    margin-left: auto;
    margin-right: 10%;
}

.testimonials-asymmetric {
    background: #34495e;
    padding: 100px 40px;
    color: #fff;
}

.testimonials-asymmetric h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
}

.testimonial-offset-1,
.testimonial-offset-2 {
    background: rgba(255,255,255,0.1);
    padding: 40px;
    border-radius: 8px;
    max-width: 700px;
    margin-bottom: 30px;
}

.testimonial-offset-1 {
    margin-left: 10%;
}

.testimonial-offset-2 {
    margin-left: auto;
    margin-right: 15%;
}

.testimonial-offset-1 p,
.testimonial-offset-2 p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-style: italic;
}

cite {
    font-style: normal;
    color: #ecf0f1;
    font-size: 16px;
}

.cta-section-overlap {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    padding: 100px 40px;
    position: relative;
    margin-top: -40px;
}

.cta-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.cta-content h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 20px;
    margin-bottom: 35px;
    opacity: 0.95;
}

.cta-button {
    display: inline-block;
    padding: 18px 50px;
    background: #fff;
    color: #e74c3c;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s;
}

.cta-button:hover {
    background: #ecf0f1;
    transform: scale(1.05);
}

.form-section-asymmetric {
    padding: 120px 40px;
    background: #fafafa;
}

.form-container-offset {
    max-width: 650px;
    margin-left: 20%;
    background: #fff;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.form-container-offset h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #e74c3c;
}

.btn-submit {
    width: 100%;
    padding: 16px;
    background: #e74c3c;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-submit:hover {
    background: #c0392b;
}

.disclaimer-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 40px;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    border-left: 4px solid #f39c12;
}

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

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

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

.footer-block h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #e74c3c;
}

.footer-block p,
.footer-block a {
    color: #bbb;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.8;
}

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

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

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

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #333;
    color: #888;
    font-size: 13px;
}

.thanks-container {
    max-width: 800px;
    margin: 100px auto;
    padding: 60px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    text-align: center;
}

.thanks-container h1 {
    font-size: 48px;
    color: #27ae60;
    margin-bottom: 20px;
}

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

.thanks-container .selected-service {
    font-weight: 700;
    color: #e74c3c;
}

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

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

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

    .problem-text-offset {
        transform: translateX(0);
    }

    .form-container-offset {
        margin-left: 0;
    }

    .service-card {
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

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