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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    overflow-x: hidden;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #fff;
    padding: 1.5rem;
    z-index: 9999;
    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: 1rem;
}

.cookie-content p {
    flex: 1;
    margin: 0;
}

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

.btn-accept,
.btn-reject {
    padding: 0.75rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

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

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

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

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

.header-asymmetric {
    position: relative;
}

.ad-disclosure {
    background: #ffc107;
    color: #000;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.85rem;
    font-weight: 500;
}

.nav-floating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2980b9;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2.5rem;
}

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

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

.hero-asymmetric {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    padding: 3rem 5%;
    overflow: hidden;
}

.hero-offset-block {
    position: relative;
    z-index: 2;
    max-width: 550px;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.95);
    transform: translateX(-2rem);
}

.hero-content-left h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.hero-content-left p {
    font-size: 1.15rem;
    margin-bottom: 2rem;
    color: #555;
}

.cta-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #2980b9;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-primary:hover {
    background: #21618c;
    transform: translateY(-2px);
}

.hero-image-offset {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    height: 80%;
    background: #e8f4f8;
}

.hero-image-offset img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}

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

.overlap-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 3rem;
    position: relative;
}

.problem-card {
    flex: 1;
    padding: 3rem;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transform: translateY(-2rem);
}

.problem-card h2 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #c0392b;
}

.problem-card p {
    font-size: 1.1rem;
    line-height: 1.8;
}

.image-card {
    flex: 1;
    transform: translateY(2rem) translateX(1rem);
    background: #dfe6e9;
}

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

.insight-section {
    padding: 7rem 5%;
    background: #fff;
}

.insight-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.insight-text-irregular {
    max-width: 700px;
    margin-bottom: 4rem;
    padding-left: 8%;
}

.insight-text-irregular h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.insight-text-irregular p {
    font-size: 1.15rem;
    margin-bottom: 1.2rem;
    color: #555;
}

.services-asymmetric {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}

.service-card {
    width: calc(33.333% - 1.5rem);
    background: #fff;
    box-shadow: 0 5px 25px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

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

.service-offset-1 {
    transform: translateY(2rem);
}

.service-offset-2 {
    transform: translateY(-1rem);
}

.service-offset-3 {
    transform: translateY(1.5rem);
}

.service-offset-4 {
    transform: translateY(-0.5rem);
}

.service-offset-5 {
    transform: translateY(1rem);
}

.service-offset-6 {
    transform: translateY(-1.5rem);
}

.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: #b2bec3;
}

.service-card h3 {
    padding: 1.5rem 1.5rem 0.5rem;
    font-size: 1.5rem;
    color: #2c3e50;
}

.service-card p {
    padding: 0 1.5rem 1rem;
    color: #666;
    font-size: 0.95rem;
}

.price-tag {
    padding: 0 1.5rem 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #27ae60;
}

.btn-select-service {
    width: calc(100% - 3rem);
    margin: 0 1.5rem 1.5rem;
    padding: 1rem;
    background: #2980b9;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-select-service:hover {
    background: #21618c;
}

.trust-building {
    padding: 6rem 5%;
    background: #ecf0f1;
}

.trust-overlap-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.trust-content-block {
    flex: 1;
    transform: translateX(2rem);
}

.trust-content-block h2 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
    color: #2c3e50;
}

.trust-list {
    list-style: none;
}

.trust-list li {
    padding: 0.8rem 0;
    font-size: 1.1rem;
    padding-left: 2rem;
    position: relative;
}

.trust-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
    font-size: 1.3rem;
}

.trust-image-block {
    flex: 1;
    transform: translateX(-2rem);
    background: #b2bec3;
}

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

.testimonials-irregular {
    padding: 6rem 5%;
    background: #2c3e50;
    color: #fff;
}

.testimonials-irregular h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 4rem;
}

.testimonial-grid-asymmetric {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
}

.testimonial-card {
    flex: 1;
    padding: 2rem;
    background: rgba(255,255,255,0.1);
    border-left: 4px solid #2980b9;
}

.testimonial-pos-1 {
    transform: translateY(-1rem);
}

.testimonial-pos-2 {
    transform: translateY(1.5rem);
}

.testimonial-pos-3 {
    transform: translateY(-0.5rem);
}

.testimonial-card p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-style: italic;
}

.testimonial-author {
    font-weight: 600;
    color: #3498db;
}

.form-section-irregular {
    padding: 7rem 5%;
    background: #fff;
}

.form-container-offset {
    max-width: 700px;
    margin: 0 auto;
    padding: 3rem;
    box-shadow: 0 10px 50px rgba(0,0,0,0.1);
    transform: translateX(-3rem);
}

.form-container-offset h2 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.form-intro {
    margin-bottom: 2.5rem;
    color: #666;
    font-size: 1.05rem;
}

.contact-form-asymmetric {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-offset-1 {
    transform: translateX(-1rem);
}

.form-offset-2 {
    transform: translateX(1rem);
}

.form-offset-3 {
    transform: translateX(-0.5rem);
}

.form-offset-4 {
    transform: translateX(0.5rem);
}

.form-group label {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 1rem;
    border: 2px solid #dfe6e9;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2980b9;
}

.btn-submit-offset {
    padding: 1.2rem;
    background: #27ae60;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: translateX(1rem);
}

.btn-submit-offset:hover {
    background: #229954;
    transform: translateX(1rem) translateY(-2px);
}

.disclaimer-section {
    padding: 3rem 5%;
    background: #fff3cd;
}

.disclaimer-content {
    max-width: 900px;
    margin: 0 auto;
}

.disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #856404;
}

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

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

.footer-col h4 {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    color: #2980b9;
}

.footer-col-1 {
    flex: 2;
    transform: translateY(-1rem);
}

.footer-col-2 {
    flex: 1;
    transform: translateY(0.5rem);
}

.footer-col-3 {
    flex: 1;
    transform: translateY(-0.5rem);
}

.footer-col p {
    margin-bottom: 0.8rem;
    color: #bbb;
}

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

.footer-col ul li {
    margin-bottom: 0.8rem;
}

.footer-col ul li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #333;
    color: #888;
}

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

    .hero-image-offset {
        position: relative;
        width: 100%;
        height: 400px;
        margin-top: 2rem;
    }

    .hero-image-offset img {
        clip-path: none;
    }

    .service-card {
        width: calc(50% - 1rem);
    }

    .overlap-container,
    .trust-overlap-layout {
        flex-direction: column;
    }

    .testimonial-grid-asymmetric {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .nav-links {
        gap: 1rem;
        flex-wrap: wrap;
    }

    .hero-content-left h1 {
        font-size: 2rem;
    }

    .service-card {
        width: 100%;
    }

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

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