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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background: #ffffff;
}

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

.nav-floating {
    position: fixed;
    top: 40px;
    right: 60px;
    display: flex;
    align-items: center;
    gap: 40px;
    background: rgba(255, 255, 255, 0.95);
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    z-index: 1000;
}

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

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

.nav-links a {
    text-decoration: none;
    color: #555;
    font-size: 14px;
    transition: color 0.3s;
}

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

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

.hero-content-offset {
    max-width: 580px;
    z-index: 2;
    margin-left: 80px;
    margin-top: -60px;
}

.hero-content-offset h1 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 800;
}

.hero-content-offset p {
    font-size: 20px;
    margin-bottom: 40px;
    color: #555;
    line-height: 1.7;
}

.cta-primary {
    display: inline-block;
    padding: 18px 40px;
    background: #2c3e50;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
}

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

.hero-image-overlap {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%) rotate(-5deg);
    width: 55%;
    z-index: 1;
}

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

.intro-irregular {
    display: flex;
    align-items: center;
    padding: 120px 60px;
    gap: 80px;
    background: #f8f9fa;
}

.intro-block-left {
    flex: 1;
    max-width: 500px;
    margin-left: 120px;
}

.intro-block-left h2 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

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

.intro-visual-right {
    flex: 1;
    transform: translateY(-40px);
}

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

.problem-amplification {
    padding: 100px 60px;
    background: #ffffff;
}

.problem-cards-stacked {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.problem-card {
    background: #fff;
    padding: 50px 60px;
    border-left: 5px solid #2c3e50;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-width: 700px;
}

.problem-card.offset-right {
    align-self: flex-end;
    border-left: none;
    border-right: 5px solid #34495e;
}

.problem-card.offset-left {
    margin-left: 100px;
}

.problem-card h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 700;
}

.problem-card p {
    font-size: 17px;
    color: #666;
    line-height: 1.7;
}

.insight-overlap {
    display: flex;
    align-items: center;
    padding: 100px 60px;
    gap: 60px;
    background: #f8f9fa;
    position: relative;
}

.insight-text {
    flex: 1;
    max-width: 550px;
    z-index: 2;
}

.insight-text h2 {
    font-size: 44px;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 700;
}

.insight-text p {
    font-size: 17px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.8;
}

.insight-image-floating {
    flex: 1;
    transform: rotate(3deg) translateX(-30px);
}

.insight-image-floating img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    object-fit: cover;
    background-color: #dee2e6;
}

.services-asymmetric {
    padding: 120px 60px;
    background: #ffffff;
}

.services-heading-offset {
    font-size: 48px;
    margin-bottom: 80px;
    margin-left: 150px;
    color: #1a1a1a;
    font-weight: 800;
}

.services-grid-irregular {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.service-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    width: calc(33.333% - 30px);
    min-width: 320px;
    transition: all 0.3s;
}

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

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

.service-item.offset-up {
    margin-top: -40px;
}

.service-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    background-color: #f1f3f5;
}

.service-item h3 {
    font-size: 22px;
    margin: 25px 25px 15px;
    color: #1a1a1a;
    font-weight: 700;
}

.service-item p {
    font-size: 15px;
    margin: 0 25px 20px;
    color: #666;
    line-height: 1.6;
}

.service-item .price {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin: 20px 25px;
}

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

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

.select-service.selected {
    background: #27ae60;
}

.form-section-irregular {
    padding: 100px 60px;
    background: #f8f9fa;
}

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

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

.form-notice {
    background: #fff3cd;
    color: #856404;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 25px;
    font-size: 14px;
}

.form-notice.success {
    background: #d4edda;
    color: #155724;
}

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

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

.form-group input {
    width: 100%;
    padding: 14px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    transition: border-color 0.3s;
}

.form-group input:focus {
    outline: none;
    border-color: #2c3e50;
}

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

.submit-btn:hover:not(:disabled) {
    background: #1a252f;
}

.submit-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.trust-building {
    padding: 100px 60px;
    background: #2c3e50;
    color: #fff;
}

.trust-building h2 {
    font-size: 42px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
}

.testimonials-asymmetric {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
}

.testimonial {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 15px;
}

.testimonial.offset-position {
    margin-top: 80px;
}

.testimonial p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.testimonial-author {
    font-style: italic;
    color: #bdc3c7;
}

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

.footer-columns {
    display: flex;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto 60px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.footer-col p {
    color: #bdc3c7;
    font-size: 15px;
    line-height: 1.8;
}

.footer-col a {
    display: block;
    color: #bdc3c7;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 15px;
    transition: color 0.3s;
}

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

.disclaimer {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    font-size: 13px;
    color: #95a5a6;
    line-height: 1.7;
}

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

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

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
}

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

.cookie-accept,
.cookie-reject {
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

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

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

.cookie-reject {
    background: #555;
    color: #fff;
}

.cookie-reject:hover {
    background: #444;
}

@media (max-width: 1024px) {
    .nav-floating {
        top: 20px;
        right: 20px;
    }

    .hero-content-offset {
        margin-left: 0;
    }

    .hero-image-overlap {
        width: 50%;
        right: 0;
    }

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

    .intro-block-left {
        margin-left: 0;
    }

    .services-grid-irregular {
        flex-direction: column;
        align-items: center;
    }

    .service-item {
        width: 100%;
        max-width: 500px;
    }

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

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

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

@media (max-width: 768px) {
    .hero-asymmetric {
        flex-direction: column;
        padding: 80px 30px 40px;
    }

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

    .hero-image-overlap {
        position: relative;
        width: 100%;
        transform: none;
        margin-top: 40px;
    }

    .services-heading-offset {
        margin-left: 0;
        font-size: 32px;
    }
}