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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafafa;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 1000;
    display: none;
    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;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.ad-disclosure {
    font-size: 0.75rem;
    color: #888888;
    font-style: italic;
    padding: 0.3rem 0.8rem;
    background-color: #f5f5f5;
    border-radius: 3px;
}

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

.main-nav a {
    color: #444444;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

.editorial-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.main-article {
    background-color: #ffffff;
}

.hero-editorial {
    margin: 0 0 3rem 0;
    position: relative;
    overflow: hidden;
}

.hero-editorial img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    padding: 2rem;
}

.hero-overlay h1 {
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 1.2;
    margin: 0;
    font-weight: 400;
}

.hero-editorial-small {
    margin: 0 0 2rem 0;
    padding: 2rem 0;
    border-bottom: 2px solid #e0e0e0;
}

.hero-editorial-small h1 {
    font-size: 2.5rem;
    font-weight: 400;
    color: #1a1a1a;
}

.article-body {
    padding: 0;
}

.intro-section {
    margin-bottom: 3rem;
}

.lead-text {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 2rem;
}

.story-section,
.value-section,
.services-preview,
.trust-section,
.final-cta-section,
.service-detail,
.approach-info,
.contact-cta-section,
.contact-info-section,
.visit-info,
.response-time,
.location-context,
.privacy-note,
.final-message,
.values-section,
.team-section,
.approach-section,
.commitment-section {
    margin-bottom: 3rem;
}

.story-section h2,
.value-section h2,
.services-preview h2,
.trust-section h2,
.final-cta-section h2,
.service-detail h2,
.approach-info h2,
.contact-cta-section h2,
.contact-info-section h2,
.visit-info h2,
.response-time h2,
.location-context h2,
.privacy-note h2,
.final-message h2,
.values-section h2,
.team-section h2,
.approach-section h2,
.commitment-section h2 {
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    line-height: 1.3;
}

.value-block h3,
.service-card-editorial h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

p {
    margin-bottom: 1.5rem;
}

.inline-image-wrapper {
    margin: 3rem 0;
    background-color: #f5f5f5;
}

.inline-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.insight-box {
    background-color: #f9f9f9;
    border-left: 4px solid #4a7c59;
    padding: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
}

.insight-box p {
    margin: 0;
}

.service-card-editorial {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.service-card-editorial:last-child {
    border-bottom: none;
}

.price-tag,
.service-price {
    font-size: 1.1rem;
    color: #4a7c59;
    font-weight: 600;
    margin: 1rem 0;
}

.cta-inline,
.cta-service {
    display: inline-block;
    background-color: #4a7c59;
    color: #ffffff;
    padding: 0.8rem 1.8rem;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.cta-inline:hover,
.cta-service:hover {
    background-color: #3d6548;
}

.cta-link {
    display: inline-block;
    color: #4a7c59;
    text-decoration: underline;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.cta-link:hover {
    color: #3d6548;
}

.testimonial-editorial {
    margin: 2rem 0;
    padding: 2rem;
    background-color: #f5f5f5;
}

.testimonial-editorial blockquote {
    margin: 0;
}

.testimonial-editorial p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 1rem;
}

.testimonial-editorial cite {
    display: block;
    font-style: normal;
    color: #666666;
    font-size: 0.95rem;
}

.editorial-form {
    background-color: #f9f9f9;
    padding: 2.5rem;
    margin-top: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #333333;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    font-size: 1rem;
    font-family: inherit;
}

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

.btn-submit {
    background-color: #4a7c59;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 3px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.disclaimer-section {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.disclaimer-text {
    font-size: 0.85rem;
    color: #666666;
    line-height: 1.6;
    font-style: italic;
}

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

.contact-detail h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
    color: #2c2c2c;
}

.contact-detail p {
    color: #444444;
    margin-bottom: 0.5rem;
}

.contact-detail a {
    color: #4a7c59;
    text-decoration: none;
}

.contact-detail a:hover {
    text-decoration: underline;
}

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

.service-features li {
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    position: relative;
}

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

.thanks-page {
    padding: 4rem 2rem;
}

.thanks-section {
    text-align: center;
}

.thanks-section h1 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.thanks-message {
    margin: 2rem 0;
    text-align: left;
}

.next-steps {
    margin: 2.5rem 0;
    text-align: left;
}

.next-steps h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.next-steps ul {
    list-style-position: inside;
}

.next-steps li {
    margin-bottom: 0.8rem;
}

.return-links {
    margin-top: 3rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 0.8rem 1.8rem;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    font-size: 1rem;
}

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

.btn-primary:hover {
    background-color: #3d6548;
}

.btn-secondary {
    background-color: #e0e0e0;
    color: #333333;
}

.btn-secondary:hover {
    background-color: #d0d0d0;
}

.legal-page {
    padding: 2rem;
}

.legal-page h1 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.legal-section {
    margin-bottom: 2.5rem;
}

.legal-section h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.legal-section ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
}

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

.legal-section a {
    color: #4a7c59;
    text-decoration: underline;
}

.legal-section a:hover {
    color: #3d6548;
}

.site-footer {
    background-color: #2c2c2c;
    color: #e0e0e0;
    padding: 2.5rem 0 1.5rem 0;
    margin-top: 4rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.footer-links {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.footer-links a {
    color: #e0e0e0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

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

.footer-info {
    text-align: center;
    font-size: 0.85rem;
    color: #a0a0a0;
}

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-nav {
        flex-direction: column;
        gap: 0.8rem;
    }

    .hero-overlay h1 {
        font-size: 1.8rem;
    }

    .editorial-content {
        padding: 2rem 1.5rem;
    }

    .editorial-form {
        padding: 1.5rem;
    }

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

    .cookie-actions {
        width: 100%;
        justify-content: stretch;
    }

    .btn-accept,
    .btn-reject {
        flex: 1;
    }

    .return-links {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-primary,
    .btn-secondary {
        text-align: center;
    }
}
