* {
    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: #1a1a1a;
    background: #ffffff;
}

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

.nav-asymmetric {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 50px;
    position: relative;
}

.nav-brand {
    font-size: 24px;
    font-weight: 600;
    color: #0066cc;
}

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

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

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

.hero-offset {
    display: flex;
    align-items: center;
    min-height: 600px;
    padding: 80px 50px;
    gap: 60px;
    position: relative;
}

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

.hero-content-left h1 {
    font-size: 52px;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #0a0a0a;
}

.hero-content-left p {
    font-size: 18px;
    margin-bottom: 35px;
    color: #4a4a4a;
    line-height: 1.7;
}

.cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background: #0066cc;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background 0.3s;
}

.cta-primary:hover {
    background: #0052a3;
}

.hero-image-right {
    flex: 1;
    position: relative;
    margin-left: -20px;
}

.hero-image-right 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-overlap {
    display: flex;
    padding: 60px 50px;
    gap: 80px;
    background: #f9f9f9;
    margin-top: -40px;
    position: relative;
    z-index: 10;
}

.intro-block-narrow {
    flex: 0.9;
}

.intro-block-narrow h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.intro-block-narrow p {
    font-size: 16px;
    color: #555;
}

.intro-block-wide {
    flex: 1.1;
    display: flex;
    align-items: center;
}

.intro-block-wide p {
    font-size: 17px;
    color: #333;
    line-height: 1.8;
}

.services-staggered {
    padding: 100px 50px;
}

.section-title-offset {
    font-size: 42px;
    margin-bottom: 60px;
    margin-left: 120px;
}

.service-card {
    display: flex;
    margin-bottom: 80px;
    gap: 50px;
    align-items: center;
}

.card-left {
    margin-left: 0;
    margin-right: 100px;
}

.card-right {
    margin-left: 100px;
    margin-right: 0;
    flex-direction: row-reverse;
}

.card-center {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

.service-image {
    flex: 1;
}

.service-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
    background-color: #d9d9d9;
}

.service-content {
    flex: 1;
    padding: 30px;
}

.service-content-centered {
    text-align: center;
    padding: 50px;
    background: #f5f5f5;
    border-radius: 8px;
}

.service-content h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #0a0a0a;
}

.service-content p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #4a4a4a;
    line-height: 1.7;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #0066cc;
    margin-bottom: 20px;
}

.service-select {
    padding: 12px 32px;
    background: #0066cc;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s;
}

.service-select:hover {
    background: #0052a3;
}

.trust-builder {
    display: flex;
    padding: 80px 50px;
    gap: 60px;
    background: #f0f4f8;
    align-items: center;
}

.trust-content {
    flex: 1;
    padding-right: 40px;
}

.trust-content h2 {
    font-size: 38px;
    margin-bottom: 25px;
}

.trust-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}

.trust-image {
    flex: 0.9;
}

.trust-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
    background-color: #d3d3d3;
}

.form-section {
    padding: 100px 50px;
    max-width: 900px;
    margin: 0 auto;
}

.form-intro {
    margin-bottom: 50px;
    text-align: center;
}

.form-intro h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.form-intro p {
    font-size: 17px;
    color: #555;
}

.contact-form {
    background: #f9f9f9;
    padding: 50px;
    border-radius: 8px;
}

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

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    background: #fff;
}

.form-submit {
    width: 100%;
    padding: 16px;
    background: #0066cc;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s;
}

.form-submit:hover {
    background: #0052a3;
}

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

.footer-primary {
    display: flex;
    gap: 80px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1;
}

.footer-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #0066cc;
}

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

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

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

.footer-secondary {
    border-top: 1px solid #333;
    padding-top: 30px;
}

.disclaimer {
    font-size: 13px;
    color: #888;
    margin-bottom: 20px;
    line-height: 1.7;
}

.footer-secondary p {
    font-size: 13px;
    color: #777;
    text-align: center;
}

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

.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: 14px;
    line-height: 1.6;
}

.cookie-content a {
    color: #66b3ff;
    text-decoration: underline;
}

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

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

.cookie-accept {
    background: #0066cc;
    color: #fff;
}

.cookie-accept:hover {
    background: #0052a3;
}

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

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

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

    .hero-content-left {
        padding-right: 0;
    }

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

    .intro-overlap {
        flex-direction: column;
        gap: 30px;
        padding: 40px 20px;
    }

    .service-card {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }

    .card-right {
        flex-direction: column;
    }

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

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

.about-hero {
    display: flex;
    padding: 80px 50px;
    gap: 60px;
    align-items: center;
    background: #f9f9f9;
}

.about-content {
    flex: 1;
}

.about-content h1 {
    font-size: 48px;
    margin-bottom: 25px;
    color: #0a0a0a;
}

.about-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
}

.about-image {
    flex: 1;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
    background-color: #d9d9d9;
}

.values-section {
    padding: 80px 50px;
}

.values-section h2 {
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.values-grid {
    display: flex;
    gap: 50px;
}

.value-item {
    flex: 1;
}

.value-item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #0066cc;
}

.value-item p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.team-section {
    padding: 60px 50px;
    background: #f5f5f5;
}

.team-text h2 {
    font-size: 36px;
    margin-bottom: 25px;
}

.team-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    max-width: 900px;
}

.experience-section {
    padding: 80px 50px;
    max-width: 900px;
    margin: 0 auto;
}

.experience-section h2 {
    font-size: 36px;
    margin-bottom: 25px;
}

.experience-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

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

    .values-grid {
        flex-direction: column;
    }
}