* {
    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: #f8d7da;
    color: #721c24;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #f5c6cb;
}

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

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

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

.nav-links a {
    color: #34516f;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

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

.hero-content-offset {
    flex: 1;
    max-width: 580px;
    z-index: 2;
    padding-right: 40px;
}

.hero-content-offset h1 {
    font-size: 62px;
    line-height: 1.15;
    color: #1e3a52;
    margin-bottom: 28px;
    font-weight: 700;
}

.hero-lead {
    font-size: 20px;
    line-height: 1.7;
    color: #4a6b8a;
    margin-bottom: 36px;
}

.cta-primary {
    display: inline-block;
    background-color: #3a5a7f;
    color: #ffffff;
    padding: 16px 38px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.hero-image-overlap {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%) rotate(-3deg);
    width: 650px;
    height: 700px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.hero-image-overlap img {
    width: 100%;
    height: 100%;
}

.intro-split {
    display: flex;
    min-height: 500px;
}

.intro-left {
    flex: 1;
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro-left h2 {
    font-size: 38px;
    color: #1e3a52;
    margin-bottom: 24px;
    line-height: 1.3;
}

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

.intro-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 80px 60px;
    background-color: #ffffff;
}

.stat-block {
    text-align: center;
}

.stat-number {
    font-size: 56px;
    font-weight: 700;
    color: #3a5a7f;
    margin-bottom: 12px;
}

.stat-text {
    font-size: 16px;
    color: #5a7a9a;
    max-width: 280px;
}

.insight-irregular {
    display: flex;
    align-items: center;
    padding: 100px 60px;
    gap: 80px;
}

.insight-image-left {
    width: 480px;
    height: 560px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 12px;
    transform: rotate(2deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.insight-image-left img {
    width: 100%;
    height: 100%;
}

.insight-content-right {
    flex: 1;
}

.insight-content-right h3 {
    font-size: 34px;
    color: #1e3a52;
    margin-bottom: 24px;
    line-height: 1.3;
}

.insight-content-right p {
    font-size: 17px;
    color: #4a6b8a;
    line-height: 1.8;
    margin-bottom: 18px;
}

.link-inline {
    color: #3a5a7f;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    transition: color 0.3s ease;
}

.link-inline:hover {
    color: #2c4661;
}

.testimonial-offset {
    padding: 80px 60px 80px 180px;
    background-color: #f8f9fa;
}

.testimonial-card {
    max-width: 720px;
    background: #ffffff;
    padding: 48px 56px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transform: rotate(-1deg);
}

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

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

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

.section-title-offset {
    font-size: 48px;
    color: #1e3a52;
    margin-bottom: 60px;
    margin-left: 120px;
}

.services-grid-irregular {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
}

.service-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    width: calc(33.333% - 22px);
    min-width: 320px;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.service-featured {
    transform: translateY(-20px);
}

.service-premium {
    transform: translateY(-10px);
}

.service-icon {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.service-icon img {
    width: 100%;
    height: 100%;
}

.service-card h3 {
    font-size: 22px;
    color: #1e3a52;
    margin: 24px 28px 16px 28px;
    line-height: 1.3;
}

.service-card p {
    font-size: 15px;
    color: #5a7a9a;
    line-height: 1.7;
    margin: 0 28px 20px 28px;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #3a5a7f;
    margin: 0 28px 24px 28px;
}

.btn-select-service {
    width: calc(100% - 56px);
    margin: 0 28px 28px 28px;
    padding: 14px 24px;
    background-color: #3a5a7f;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-select-service:hover {
    background-color: #2c4661;
}

.form-section-overlap {
    padding: 0 60px 100px 60px;
    position: relative;
    margin-top: -40px;
}

.form-container {
    max-width: 680px;
    margin: 0 0 0 auto;
    background: #f8f9fa;
    padding: 56px 64px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.form-container h2 {
    font-size: 36px;
    color: #1e3a52;
    margin-bottom: 16px;
}

.form-intro {
    font-size: 16px;
    color: #5a7a9a;
    margin-bottom: 36px;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d1d9e0;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    background-color: #ffffff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3a5a7f;
}

.form-group input[readonly] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.btn-submit {
    width: 100%;
    padding: 16px 32px;
    background-color: #3a5a7f;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #2c4661;
}

.footer-asymmetric {
    background-color: #1e3a52;
    color: #e8eef3;
    padding: 80px 60px 40px 60px;
}

.footer-main {
    display: flex;
    gap: 80px;
    margin-bottom: 60px;
}

.footer-col {
    flex: 1;
}

.footer-brand {
    flex: 1.5;
}

.footer-logo {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff;
}

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

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

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

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

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

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

.footer-disclaimer {
    background-color: #172e44;
    padding: 28px 32px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.7;
    color: #b8c9d9;
}

.footer-bottom {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid #2c4661;
}

.footer-bottom p {
    font-size: 14px;
    color: #8a9fb5;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(30, 58, 82, 0.97);
    padding: 24px 40px;
    z-index: 2000;
    display: none;
}

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

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

.cookie-content p {
    color: #e8eef3;
    font-size: 15px;
    line-height: 1.6;
}

.cookie-buttons {
    display: flex;
    gap: 16px;
    flex-shrink: 0;
}

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

.btn-cookie-accept {
    background-color: #3a5a7f;
    color: #ffffff;
}

.btn-cookie-accept:hover {
    background-color: #2c4661;
}

.btn-cookie-reject {
    background-color: transparent;
    color: #b8c9d9;
    border: 1px solid #4a6b8a;
}

.btn-cookie-reject:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.thanks-container {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
}

.thanks-content {
    max-width: 640px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 48px;
    color: #1e3a52;
    margin-bottom: 24px;
}

.thanks-content p {
    font-size: 18px;
    color: #4a6b8a;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-selected {
    background-color: #f8f9fa;
    padding: 24px 32px;
    border-radius: 8px;
    margin: 32px 0;
}

.service-selected strong {
    color: #3a5a7f;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .hero-image-overlap {
        width: 500px;
        height: 600px;
    }

    .insight-irregular {
        gap: 50px;
    }

    .insight-image-left {
        width: 400px;
        height: 480px;
    }
}

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

    .hero-asymmetric {
        flex-direction: column;
        padding: 80px 40px;
    }

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

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

    .insight-irregular {
        flex-direction: column;
        padding: 60px 40px;
    }

    .insight-image-left {
        width: 100%;
        max-width: 500px;
        height: 400px;
    }

    .testimonial-offset {
        padding: 60px 40px;
    }

    .section-title-offset {
        margin-left: 0;
    }

    .service-card {
        width: 100%;
    }

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

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

@media (max-width: 640px) {
    .hero-content-offset h1 {
        font-size: 42px;
    }

    .nav-floating {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .form-container {
        padding: 40px 32px;
    }
}