* {
    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: #333;
    background-color: #fff;
}

.cookie-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #fff;
    padding: 1.5rem;
    z-index: 10000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cookie-content p {
    margin: 0;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

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

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

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

.btn-reject {
    background-color: #7f8c8d;
    color: #fff;
}

.btn-reject:hover {
    background-color: #6c7a7b;
}

.main-nav {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

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

.nav-links {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

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

.nav-links a:hover {
    color: #3498db;
}

.ad-label {
    background-color: #f39c12;
    color: #fff;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
}

.hero-split,
.intro-split,
.services-preview,
.process-split,
.cta-split,
.info-split,
.page-hero-split,
.story-split,
.expertise-split,
.approach-split,
.service-detail-split,
.contact-split,
.directions-split {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
    gap: 3rem;
    align-items: center;
}

.hero-left,
.hero-right,
.intro-left,
.intro-right,
.services-left,
.services-right,
.process-left,
.process-right,
.cta-left,
.cta-right,
.info-left,
.info-right,
.story-left,
.story-right,
.expertise-left,
.expertise-right,
.approach-left,
.approach-right,
.service-detail-left,
.service-detail-right,
.contact-info-left,
.contact-map-right,
.directions-left,
.directions-right {
    flex: 1;
}

.hero-left h1,
.intro-left h2,
.process-right h2,
.info-left h2,
.story-left h2,
.expertise-left h2,
.approach-left h2,
.service-detail-left h2,
.service-detail-right h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
    line-height: 1.2;
}

.hero-left p,
.intro-left p,
.process-right p,
.info-left p,
.story-left p,
.expertise-left p,
.approach-left p,
.service-detail-left p,
.service-detail-right p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #555;
}

.hero-right img,
.intro-right img,
.services-right img,
.process-left img,
.info-right img,
.story-right img,
.expertise-right img,
.approach-right img,
.service-detail-left img,
.service-detail-right img,
.contact-map-right img,
.directions-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-primary,
.cta-secondary {
    display: inline-block;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.cta-primary {
    background-color: #3498db;
    color: #fff;
}

.cta-primary:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.cta-secondary {
    background-color: transparent;
    color: #3498db;
    border: 2px solid #3498db;
}

.cta-secondary:hover {
    background-color: #3498db;
    color: #fff;
}

.values-section,
.testimonials-section,
.disclaimer-section,
.philosophy-section,
.values-detail-section,
.cta-about,
.services-cta,
.contact-reasons,
.faq-section,
.thanks-hero,
.thanks-additional {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.values-section h2,
.testimonials-section h2,
.philosophy-section h2,
.values-detail-section h2,
.contact-reasons h2,
.faq-section h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #2c3e50;
}

.values-grid,
.philosophy-grid,
.reasons-grid {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.value-card,
.philosophy-item,
.reason-item {
    flex: 1;
    min-width: 250px;
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.value-card:hover,
.philosophy-item:hover,
.reason-item:hover {
    transform: translateY(-5px);
}

.value-card h3,
.philosophy-item h3,
.reason-item h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.value-card p,
.philosophy-item p,
.reason-item p {
    color: #555;
}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.service-item {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
    border-left: 4px solid #3498db;
}

.service-item h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.service-item p {
    color: #555;
    margin-bottom: 1rem;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.step {
    padding: 1.5rem;
    background-color: #ecf0f1;
    border-radius: 8px;
}

.step h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.step p {
    color: #555;
}

.testimonials-container {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.testimonial {
    flex: 1;
    min-width: 280px;
    background-color: #ecf0f1;
    padding: 2rem;
    border-radius: 8px;
    font-style: italic;
}

.testimonial p {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.testimonial-author {
    display: block;
    font-weight: 600;
    color: #7f8c8d;
    font-style: normal;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

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

.btn-submit {
    padding: 1rem 2rem;
    background-color: #27ae60;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.disclaimer-section {
    background-color: #ecf0f1;
}

.disclaimer-box {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    border-left: 4px solid #e74c3c;
}

.disclaimer-box h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #e74c3c;
}

.disclaimer-box p {
    color: #555;
    line-height: 1.8;
}

.main-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 3rem 0 1rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem 2rem;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #fff;
}

.footer-column p,
.footer-column a {
    color: #bdc3c7;
    line-height: 1.8;
}

.footer-column a {
    display: block;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column a:hover {
    color: #3498db;
}

.footer-bottom {
    border-top: 1px solid #34495e;
    padding: 1rem 2rem;
    text-align: center;
    color: #95a5a6;
}

.expertise-list {
    list-style: none;
    margin-top: 1.5rem;
}

.expertise-list li {
    padding: 0.75rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #555;
}

.expertise-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

.values-detail-container {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.value-detail {
    flex: 1;
    min-width: 280px;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.value-detail h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.value-detail p {
    color: #555;
}

.cta-about {
    background-color: #3498db;
    border-radius: 8px;
    text-align: center;
}

.cta-content {
    padding: 3rem;
}

.cta-content h2 {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

.cta-content p {
    font-size: 1.1rem;
    color: #ecf0f1;
    margin-bottom: 2rem;
}

.cta-content .cta-primary {
    background-color: #fff;
    color: #3498db;
}

.cta-content .cta-primary:hover {
    background-color: #ecf0f1;
}

.service-features {
    list-style: none;
    margin: 1.5rem 0;
}

.service-features li {
    padding: 0.75rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #555;
}

.service-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
    font-size: 1.5rem;
}

.service-pricing {
    display: flex;
    align-items: baseline;
    gap: 1rem;
    margin: 1.5rem 0;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: #27ae60;
}

.price-note {
    color: #7f8c8d;
    font-size: 0.9rem;
}

.services-cta {
    background-color: #ecf0f1;
}

.cta-box {
    background-color: #fff;
    padding: 3rem;
    border-radius: 8px;
    text-align: center;
}

.cta-box h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.cta-box p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 2rem;
}

.contact-detail {
    margin-bottom: 2rem;
}

.contact-detail h3 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.contact-detail p {
    color: #555;
    line-height: 1.8;
}

.contact-note {
    background-color: #ecf0f1;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.contact-note p {
    color: #555;
    margin: 0;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.faq-item {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 8px;
}

.faq-item h3 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.faq-item p {
    color: #555;
    line-height: 1.8;
}

.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.legal-content h1 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.legal-content h2 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.legal-content h3 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.legal-content h4 {
    font-size: 1.1rem;
    color: #2c3e50;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.legal-content p,
.legal-content ul {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.legal-content ul {
    margin-left: 2rem;
}

.legal-content li {
    margin-bottom: 0.5rem;
}

.thanks-hero {
    text-align: center;
    background-color: #ecf0f1;
    border-radius: 8px;
}

.thanks-content h1 {
    font-size: 2.5rem;
    color: #27ae60;
    margin-bottom: 1rem;
}

.thanks-content > p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 3rem;
}

.thanks-info h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 2rem;
}

.next-steps {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.step-item {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    text-align: left;
}

.step-item h3 {
    font-size: 1.3rem;
    color: #3498db;
    margin-bottom: 1rem;
}

.step-item p {
    color: #555;
}

.thanks-message {
    background-color: #fff;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.thanks-message p {
    color: #555;
    font-size: 1.1rem;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.thanks-additional h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.thanks-additional p {
    color: #555;
    margin-bottom: 1rem;
}

.resources-list {
    list-style: none;
    margin-top: 1.5rem;
}

.resources-list li {
    padding: 0.75rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #555;
}

.resources-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3498db;
    font-weight: bold;
}

@media (max-width: 768px) {
    .hero-split,
    .intro-split,
    .services-preview,
    .process-split,
    .cta-split,
    .info-split,
    .page-hero-split,
    .story-split,
    .expertise-split,
    .approach-split,
    .service-detail-split,
    .contact-split,
    .directions-split {
        flex-direction: column;
    }

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

    .service-detail-split:nth-child(even) {
        flex-direction: column-reverse;
    }

    .nav-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-links {
        flex-direction: column;
        gap: 0.5rem;
    }

    .hero-left h1,
    .intro-left h2 {
        font-size: 2rem;
    }

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

    .btn-accept,
    .btn-reject {
        width: 100%;
    }
}