* {
    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: #fefefe;
}

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

.nav-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 6%;
    position: sticky;
    top: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    z-index: 100;
    border-bottom: 1px solid #eaeaea;
}

.nav-left .logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c5f7c;
    text-decoration: none;
}

.nav-right {
    display: flex;
    gap: 32px;
}

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

.nav-right a:hover {
    color: #2c5f7c;
}

.hero-asymmetric {
    display: flex;
    min-height: 85vh;
    padding: 80px 6%;
    position: relative;
    align-items: center;
    gap: 60px;
}

.hero-content-offset {
    flex: 1;
    max-width: 540px;
    padding-right: 40px;
}

.hero-content-offset h1 {
    font-size: 3.2rem;
    line-height: 1.15;
    margin-bottom: 28px;
    color: #0f1419;
    font-weight: 800;
}

.hero-content-offset p {
    font-size: 1.2rem;
    margin-bottom: 36px;
    color: #4a4a4a;
    line-height: 1.7;
}

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

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

.cta-primary {
    display: inline-block;
    padding: 16px 36px;
    background: #2c5f7c;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s;
}

.cta-primary:hover {
    background: #1e4458;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(44, 95, 124, 0.3);
}

.insight-block {
    background: #f4f7f9;
    padding: 100px 6%;
}

.insight-content-narrow {
    max-width: 720px;
    margin: 0 auto;
}

.insight-content-narrow h2 {
    font-size: 2.4rem;
    margin-bottom: 32px;
    color: #0f1419;
    font-weight: 700;
}

.insight-content-narrow p {
    font-size: 1.15rem;
    margin-bottom: 24px;
    color: #3a3a3a;
    line-height: 1.8;
}

.problem-amplification-visual {
    display: flex;
    padding: 120px 6%;
    gap: 80px;
    align-items: center;
}

.problem-image-side {
    flex: 0.85;
    background: #e8eef2;
}

.problem-image-side img {
    width: 100%;
    display: block;
}

.problem-text-side {
    flex: 1;
}

.problem-text-side h3 {
    font-size: 2rem;
    margin-bottom: 26px;
    color: #0f1419;
    font-weight: 700;
}

.problem-text-side p {
    font-size: 1.1rem;
    margin-bottom: 22px;
    color: #4a4a4a;
    line-height: 1.75;
}

.cta-text-link {
    color: #2c5f7c;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.05rem;
    transition: color 0.3s;
}

.cta-text-link:hover {
    color: #1e4458;
}

.services-cards-asymmetric {
    padding: 120px 6%;
    background: white;
}

.section-header-offset {
    max-width: 600px;
    margin-bottom: 80px;
    margin-left: 8%;
}

.section-header-offset h2 {
    font-size: 2.6rem;
    margin-bottom: 18px;
    color: #0f1419;
    font-weight: 700;
}

.section-header-offset p {
    font-size: 1.15rem;
    color: #5a5a5a;
}

.cards-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.service-card {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.service-card img {
    width: 100%;
    height: 220px;
    background: #f0f0f0;
}

.service-card h3 {
    font-size: 1.4rem;
    margin: 24px 24px 14px;
    color: #0f1419;
    font-weight: 600;
}

.service-card p {
    margin: 0 24px 20px;
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    flex-grow: 1;
}

.service-card .price {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #2c5f7c;
    margin: 0 24px 20px;
}

.service-card .select-service {
    margin: 0 24px 24px;
    padding: 12px;
    background: #2c5f7c;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

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

.card-offset-left {
    width: calc(48% - 20px);
    margin-top: 0;
}

.card-center-raised {
    width: calc(48% - 20px);
    margin-top: -40px;
}

.card-offset-right {
    width: calc(48% - 20px);
    margin-top: 60px;
}

.card-bottom-left {
    width: calc(31% - 20px);
    margin-top: 20px;
}

.card-bottom-center {
    width: calc(31% - 20px);
    margin-top: -30px;
}

.card-bottom-right {
    width: calc(31% - 20px);
    margin-top: 50px;
}

.testimonials-inline {
    padding: 100px 6%;
    background: #f9fafb;
}

.testimonial-offset {
    max-width: 680px;
    margin: 0 auto 60px;
    font-size: 1.3rem;
    font-style: italic;
    color: #2a2a2a;
    border-left: 4px solid #2c5f7c;
    padding-left: 32px;
}

.testimonial-offset-reverse {
    max-width: 680px;
    margin: 0 auto 0 auto;
    margin-left: 15%;
    font-size: 1.3rem;
    font-style: italic;
    color: #2a2a2a;
    border-left: 4px solid #2c5f7c;
    padding-left: 32px;
}

.testimonial-offset p,
.testimonial-offset-reverse p {
    margin-bottom: 16px;
}

.testimonial-offset cite,
.testimonial-offset-reverse cite {
    font-style: normal;
    font-size: 0.95rem;
    color: #666;
}

.form-section-diagonal {
    padding: 120px 6%;
    background: linear-gradient(135deg, #2c5f7c 0%, #1e4458 100%);
    position: relative;
}

.form-container {
    max-width: 580px;
    margin: 0 auto;
    background: white;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.form-container h2 {
    font-size: 2.2rem;
    margin-bottom: 16px;
    color: #0f1419;
}

.form-container > p {
    margin-bottom: 36px;
    color: #555;
    font-size: 1.05rem;
}

.contact-form .form-group {
    margin-bottom: 24px;
}

.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: 12px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    font-size: 1rem;
    font-family: inherit;
}

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

.btn-submit {
    width: 100%;
    padding: 16px;
    background: #2c5f7c;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #1e4458;
}

.disclaimer-section {
    padding: 60px 6%;
    background: #f8f8f8;
}

.disclaimer-text {
    max-width: 900px;
    margin: 0 auto;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.7;
    text-align: center;
}

.footer-asymmetric {
    background: #1a1a1a;
    color: #ccc;
    padding: 70px 6% 30px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 60px;
}

.footer-brand h3 {
    color: white;
    font-size: 1.6rem;
    margin-bottom: 14px;
}

.footer-brand p {
    color: #999;
    font-size: 0.95rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: white;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #333;
    color: #777;
    font-size: 0.9rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(30, 30, 30, 0.97);
    color: white;
    padding: 24px 6%;
    display: none;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.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;
    margin: 0;
    font-size: 0.95rem;
}

.cookie-actions {
    display: flex;
    gap: 12px;
}

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-accept {
    background: #2c5f7c;
    color: white;
}

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

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

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

@media (max-width: 968px) {
    .hero-asymmetric {
        flex-direction: column;
        padding: 60px 5%;
    }

    .hero-content-offset {
        max-width: 100%;
        padding-right: 0;
    }

    .hero-content-offset h1 {
        font-size: 2.4rem;
    }

    .hero-image-overlap {
        margin-top: 20px;
        width: 100%;
    }

    .problem-amplification-visual {
        flex-direction: column;
        padding: 80px 5%;
        gap: 40px;
    }

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

    .service-card,
    .card-offset-left,
    .card-center-raised,
    .card-offset-right,
    .card-bottom-left,
    .card-bottom-center,
    .card-bottom-right {
        width: 100%;
        margin-top: 0;
    }

    .footer-main {
        flex-direction: column;
    }

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