* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.7;
    color: #2d2d2d;
    background-color: #fafaf8;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    z-index: 9999;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    min-width: 250px;
    font-size: 14px;
    line-height: 1.5;
}

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

.btn-cookie,
.btn-cookie-secondary {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-cookie {
    background-color: #4a7c59;
    color: #ffffff;
}

.btn-cookie:hover {
    background-color: #3d6849;
}

.btn-cookie-secondary {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-cookie-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-minimal {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
}

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

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #1a1a1a;
}

.editorial-layout {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 30px;
}

.hero-editorial {
    margin-bottom: 60px;
}

.hero-content-narrow {
    text-align: center;
    margin-bottom: 50px;
}

.hero-editorial h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 700;
}

.lead-text {
    font-size: 22px;
    color: #5a5a5a;
    line-height: 1.6;
    font-style: italic;
}

.hero-image-inline {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 40px;
}

.story-section {
    margin-top: 40px;
}

.narrow-content {
    width: 100%;
}

.narrow-content p {
    margin-bottom: 24px;
}

.opening-graf {
    font-size: 22px;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 32px;
}

.narrow-content h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-top: 48px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.narrow-content h3 {
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2a2a2a;
}

.content-image-wide {
    width: 100%;
    height: auto;
    margin: 40px 0;
    border-radius: 8px;
}

.content-image-offset {
    width: 100%;
    height: auto;
    margin: 40px 0;
    border-radius: 8px;
}

.inline-cta-box {
    background-color: #f5f5f0;
    padding: 24px;
    margin: 40px 0;
    border-left: 4px solid #4a7c59;
    border-radius: 4px;
}

.inline-cta-box p {
    margin: 0;
    font-size: 18px;
}

.text-link {
    color: #4a7c59;
    text-decoration: underline;
    font-weight: 600;
}

.text-link:hover {
    color: #3d6849;
}

.testimonial-inline {
    border-left: 3px solid #d4d4d4;
    padding-left: 24px;
    margin: 40px 0;
    font-style: italic;
    color: #4a4a4a;
    display: block;
}

.testimonial-inline cite {
    display: block;
    margin-top: 12px;
    font-style: normal;
    font-size: 15px;
    color: #7a7a7a;
}

.insight-box {
    background-color: #e8f2ec;
    padding: 32px;
    margin: 40px 0;
    border-radius: 8px;
}

.insight-box h3 {
    margin-top: 0;
    color: #2a5239;
}

.insight-box p {
    margin-bottom: 0;
}

.service-cards-editorial {
    margin: 48px 0;
}

.service-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 32px;
    margin-bottom: 24px;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.service-card h3 {
    margin-top: 0;
    font-size: 26px;
    color: #1a1a1a;
}

.age-range {
    color: #7a7a7a;
    font-size: 14px;
    margin-bottom: 16px;
    font-family: 'Arial', sans-serif;
}

.price-display {
    font-size: 28px;
    font-weight: 700;
    color: #4a7c59;
    margin-top: 20px;
    margin-bottom: 16px;
}

.btn-select-service {
    background-color: #4a7c59;
    color: #ffffff;
    border: none;
    padding: 12px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.btn-select-service:hover {
    background-color: #3d6849;
}

.btn-select-service.selected {
    background-color: #2a4733;
}

.form-section {
    background-color: #f9f9f7;
    padding: 48px 40px;
    margin: 60px 0;
    border-radius: 8px;
}

.form-section h2 {
    margin-top: 0;
}

.editorial-form {
    margin-top: 32px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #3a3a3a;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    transition: border-color 0.3s ease;
}

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

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

.btn-submit {
    background-color: #4a7c59;
    color: #ffffff;
    border: none;
    padding: 16px 48px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Arial', sans-serif;
}

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

.final-cta-section {
    background-color: #e8f2ec;
    padding: 48px;
    margin: 60px 0;
    border-radius: 8px;
    text-align: center;
}

.final-cta-section h3 {
    margin-top: 0;
    font-size: 28px;
}

.btn-cta-inline {
    display: inline-block;
    background-color: #4a7c59;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 16px;
    transition: all 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.btn-cta-inline:hover {
    background-color: #3d6849;
}

.footer-simple {
    background-color: #2a2a2a;
    color: #d0d0d0;
    padding: 60px 30px 30px;
    margin-top: 80px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

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

.footer-section h4 {
    color: #ffffff;
    margin-bottom: 16px;
    font-size: 18px;
    font-family: 'Arial', sans-serif;
}

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

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #ffffff;
}

.footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding-top: 30px;
    border-top: 1px solid #4a4a4a;
    text-align: center;
    font-size: 14px;
}

.sticky-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 90;
}

.btn-sticky {
    display: inline-block;
    background-color: #4a7c59;
    color: #ffffff;
    padding: 16px 32px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.btn-sticky:hover {
    background-color: #3d6849;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .hero-editorial h1 {
        font-size: 36px;
    }

    .lead-text {
        font-size: 19px;
    }

    .opening-graf {
        font-size: 19px;
    }

    .narrow-content h2 {
        font-size: 28px;
    }

    .editorial-layout {
        padding: 40px 20px;
    }

    .nav-links {
        gap: 15px;
    }

    .nav-links a {
        font-size: 14px;
    }

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .sticky-cta {
        bottom: 20px;
        right: 20px;
    }

    .btn-sticky {
        padding: 14px 24px;
        font-size: 14px;
    }
}

.about-page-layout,
.services-page-layout,
.contact-page-layout,
.legal-page-layout {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 30px;
}

.page-header {
    margin-bottom: 48px;
}

.page-header h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.page-intro {
    font-size: 20px;
    color: #5a5a5a;
    line-height: 1.6;
}

.content-section {
    margin-bottom: 48px;
}

.content-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.content-section h3 {
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2a2a2a;
}

.content-section p {
    margin-bottom: 20px;
    line-height: 1.7;
}

.content-section ul,
.content-section ol {
    margin-left: 30px;
    margin-bottom: 20px;
}

.content-section li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.services-grid {
    margin-top: 40px;
}

.contact-info-box {
    background-color: #f5f5f0;
    padding: 32px;
    border-radius: 8px;
    margin: 40px 0;
}

.contact-info-box p {
    margin-bottom: 16px;
    font-size: 18px;
}

.contact-info-box strong {
    color: #1a1a1a;
}

.legal-page-layout {
    font-size: 16px;
}

.legal-page-layout h1 {
    font-size: 36px;
}

.legal-page-layout h2 {
    font-size: 26px;
    margin-top: 40px;
}

.legal-page-layout h3 {
    font-size: 20px;
}

.thanks-page {
    text-align: center;
    padding: 100px 30px;
}

.thanks-page h1 {
    font-size: 42px;
    color: #4a7c59;
    margin-bottom: 24px;
}

.thanks-page p {
    font-size: 20px;
    margin-bottom: 20px;
}

.thanks-highlight {
    background-color: #e8f2ec;
    padding: 24px;
    border-radius: 8px;
    margin: 32px auto;
    max-width: 600px;
}

.btn-back-home {
    display: inline-block;
    background-color: #4a7c59;
    color: #ffffff;
    padding: 16px 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 32px;
    transition: all 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.btn-back-home:hover {
    background-color: #3d6849;
}