* {
    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: #2c3e50;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f8f9fa;
    text-align: center;
    padding: 8px 20px;
    font-size: 0.85rem;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
}

.nav-split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

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

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

.nav-right a:hover {
    color: #007bff;
}

.hero-split {
    display: flex;
    min-height: 85vh;
    align-items: center;
}

.hero-content {
    flex: 1;
    padding: 80px 8%;
    background-color: #f8f9fa;
}

.hero-content h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.hero-content p {
    font-size: 1.15rem;
    margin-bottom: 35px;
    color: #495057;
    max-width: 500px;
}

.hero-image {
    flex: 1;
    background-color: #e9ecef;
    min-height: 85vh;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-primary {
    display: inline-block;
    padding: 15px 35px;
    background-color: #007bff;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.cta-primary:hover {
    background-color: #0056b3;
}

.intro-reverse {
    display: flex;
    flex-direction: row-reverse;
    min-height: 600px;
}

.intro-image {
    flex: 1;
    background-color: #dee2e6;
}

.intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-text {
    flex: 1;
    padding: 80px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.intro-text h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.intro-text p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #495057;
}

.insight-split {
    display: flex;
    min-height: 600px;
}

.insight-content {
    flex: 1;
    padding: 80px 8%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.insight-content h2 {
    font-size: 2.3rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.insight-content p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #495057;
    line-height: 1.8;
}

.citation {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
}

.citation:hover {
    text-decoration: underline;
}

.insight-visual {
    flex: 1;
    background-color: #f1f3f5;
}

.insight-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-section {
    padding: 100px 8%;
    background-color: #f8f9fa;
}

.story-container {
    max-width: 800px;
    margin: 0 auto;
}

.story-container h2 {
    font-size: 2.5rem;
    margin-bottom: 35px;
    text-align: center;
    color: #1a1a1a;
}

.story-container p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #495057;
    line-height: 1.8;
}

.benefits-split {
    display: flex;
    flex-wrap: wrap;
    padding: 80px 5%;
}

.benefit-card {
    flex: 1 1 calc(33.333% - 40px);
    margin: 20px;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    overflow: hidden;
}

.benefit-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.benefit-card h3 {
    padding: 25px 25px 15px;
    font-size: 1.4rem;
    color: #1a1a1a;
}

.benefit-card p {
    padding: 0 25px 25px;
    font-size: 1rem;
    color: #495057;
    line-height: 1.7;
}

.testimonials-inline {
    padding: 100px 8%;
    background-color: #ffffff;
}

.testimonials-inline h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.testimonial-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.testimonial-grid blockquote {
    flex: 1 1 calc(33.333% - 27px);
    padding: 35px;
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    font-style: italic;
}

.testimonial-grid blockquote p {
    font-size: 1.05rem;
    margin-bottom: 15px;
    color: #495057;
}

.testimonial-grid cite {
    font-style: normal;
    font-weight: 600;
    color: #343a40;
}

.services-preview {
    padding: 100px 8%;
    background-color: #f8f9fa;
}

.services-preview h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.service-split-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-item {
    display: flex;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    padding: 40px;
}

.service-content {
    flex: 1;
}

.service-content h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-content p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #495057;
    line-height: 1.7;
}

.price {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 20px;
}

.select-service {
    padding: 12px 30px;
    background-color: #28a745;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.select-service:hover {
    background-color: #218838;
}

.form-section-split {
    display: flex;
    min-height: 700px;
}

.form-visual {
    flex: 1;
    background-color: #e9ecef;
}

.form-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-container {
    flex: 1;
    padding: 80px 8%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-container h2 {
    font-size: 2.3rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.form-container p {
    font-size: 1.05rem;
    margin-bottom: 35px;
    color: #495057;
}

.form-container form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-container input {
    padding: 15px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 1rem;
}

.selected-service-display {
    padding: 15px;
    background-color: #e7f3ff;
    border-left: 4px solid #007bff;
    font-weight: 600;
    color: #004085;
    display: none;
}

.selected-service-display.active {
    display: block;
}

.cta-submit {
    padding: 15px 35px;
    background-color: #007bff;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-submit:hover {
    background-color: #0056b3;
}

.disclaimer-section {
    padding: 60px 8%;
    background-color: #fff3cd;
    border-top: 2px solid #ffc107;
    border-bottom: 2px solid #ffc107;
}

.disclaimer-section p {
    font-size: 0.95rem;
    color: #856404;
    line-height: 1.7;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-split {
    background-color: #212529;
    color: #ffffff;
    padding: 60px 8% 30px;
}

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

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

.footer-col p {
    color: #adb5bd;
    font-size: 0.95rem;
    line-height: 1.6;
}

.footer-col a {
    display: block;
    color: #adb5bd;
    text-decoration: none;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

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

.footer-references {
    margin-bottom: 40px;
    padding-top: 40px;
    border-top: 1px solid #495057;
}

.footer-references h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-references p {
    font-size: 0.9rem;
    color: #adb5bd;
    margin-bottom: 10px;
}

.footer-references a {
    color: #007bff;
    text-decoration: none;
}

.footer-references a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #495057;
}

.footer-bottom p {
    color: #adb5bd;
    font-size: 0.9rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #343a40;
    color: #ffffff;
    padding: 25px 8%;
    display: none;
    z-index: 1000;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-accept {
    background-color: #28a745;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #218838;
}

.btn-reject {
    background-color: #6c757d;
    color: #ffffff;
}

.btn-reject:hover {
    background-color: #5a6268;
}

.page-hero {
    padding: 100px 8%;
    background-color: #f8f9fa;
    text-align: center;
}

.page-hero h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.page-hero p {
    font-size: 1.2rem;
    color: #495057;
}

.about-split {
    display: flex;
    min-height: 600px;
}

.about-content {
    flex: 1;
    padding: 80px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-content h2 {
    font-size: 2.3rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.about-content p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #495057;
    line-height: 1.8;
}

.about-image {
    flex: 1;
    background-color: #e9ecef;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.values-reverse {
    display: flex;
    flex-direction: row-reverse;
    min-height: 600px;
    background-color: #f8f9fa;
}

.values-image {
    flex: 1;
    background-color: #dee2e6;
}

.values-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.values-content {
    flex: 1;
    padding: 80px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.values-content h2 {
    font-size: 2.3rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.values-content p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #495057;
    line-height: 1.8;
}

.approach-section {
    padding: 100px 8%;
}

.approach-section h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.approach-grid {
    display: flex;
    gap: 40px;
}

.approach-item {
    flex: 1;
    padding: 35px;
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
}

.approach-item h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.approach-item p {
    font-size: 1rem;
    color: #495057;
    line-height: 1.7;
}

.cta-inline {
    padding: 80px 8%;
    text-align: center;
    background-color: #007bff;
}

.cta-inline h2 {
    font-size: 2.3rem;
    margin-bottom: 30px;
    color: #ffffff;
}

.cta-inline .cta-primary {
    background-color: #ffffff;
    color: #007bff;
}

.cta-inline .cta-primary:hover {
    background-color: #f8f9fa;
}

.services-detailed {
    padding: 60px 0;
}

.service-block {
    display: flex;
    min-height: 500px;
}

.service-block.reverse {
    flex-direction: row-reverse;
}

.service-block-image {
    flex: 1;
    background-color: #e9ecef;
}

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

.service-block-content {
    flex: 1;
    padding: 60px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-block-content h2 {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.service-block-content p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #495057;
    line-height: 1.7;
}

.service-block-content ul {
    margin-bottom: 25px;
    padding-left: 20px;
}

.service-block-content li {
    font-size: 1rem;
    color: #495057;
    margin-bottom: 10px;
    line-height: 1.6;
}

.price-display {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #007bff;
    margin-bottom: 20px;
}

.contact-split {
    display: flex;
    min-height: 600px;
}

.contact-info {
    flex: 1;
    padding: 80px 8%;
    background-color: #f8f9fa;
}

.contact-info h2 {
    font-size: 2.3rem;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.info-block {
    margin-bottom: 35px;
}

.info-block h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #343a40;
}

.info-block p {
    font-size: 1.05rem;
    color: #495057;
    line-height: 1.7;
}

.contact-image {
    flex: 1;
    background-color: #dee2e6;
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-placeholder {
    padding: 80px 8%;
    background-color: #ffffff;
}

.map-placeholder h2 {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.map-container {
    height: 400px;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
}

.map-container p {
    font-size: 1.2rem;
    color: #6c757d;
}

.thanks-section {
    display: flex;
    min-height: 600px;
    align-items: center;
}

.thanks-content {
    flex: 1;
    padding: 80px 8%;
    text-align: center;
}

.thanks-content h1 {
    font-size: 2.8rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.thanks-content p {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #495057;
    line-height: 1.7;
}

.thanks-service {
    padding: 20px;
    background-color: #d4edda;
    border-left: 4px solid #28a745;
    margin-bottom: 30px;
    font-weight: 600;
    color: #155724;
}

.thanks-image {
    flex: 1;
    background-color: #e9ecef;
    min-height: 600px;
}

.thanks-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.legal-page {
    padding: 60px 8%;
    max-width: 1000px;
    margin: 0 auto;
}

.legal-page h1 {
    font-size: 2.8rem;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.legal-page h2 {
    font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #343a40;
}

.legal-page p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #495057;
    line-height: 1.8;
}

.legal-page ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

.legal-page li {
    font-size: 1.05rem;
    color: #495057;
    margin-bottom: 10px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .hero-split,
    .intro-reverse,
    .insight-split,
    .about-split,
    .values-reverse,
    .contact-split,
    .form-section-split,
    .service-block,
    .thanks-section {
        flex-direction: column;
    }

    .testimonial-grid,
    .approach-grid {
        flex-direction: column;
    }

    .benefit-card {
        flex: 1 1 100%;
    }

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

    .cookie-content {
        flex-direction: column;
    }

    .nav-right {
        flex-wrap: wrap;
        gap: 15px;
    }

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