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

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

.ad-disclosure {
    background-color: #f0f0f0;
    color: #666;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.editorial-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #2c5f2d;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

.nav-links a:hover {
    color: #2c5f2d;
}

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

.editorial-header {
    text-align: center;
    margin-bottom: 60px;
}

.editorial-header h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.subtitle {
    font-size: 20px;
    color: #666;
    font-style: italic;
    font-weight: 400;
}

.hero-image {
    margin: 50px 0;
    background-color: #f5f5f5;
}

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

.editorial-content {
    font-size: 18px;
    line-height: 1.8;
}

.lead-paragraph {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #333;
    font-weight: 400;
}

.editorial-content p {
    margin-bottom: 25px;
}

.editorial-content h2 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 600;
}

.editorial-content h3 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 20px;
    color: #2c2c2c;
    font-weight: 600;
}

.editorial-content h4 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.editorial-content ul,
.editorial-content ol {
    margin-bottom: 25px;
    padding-left: 30px;
}

.editorial-content li {
    margin-bottom: 12px;
}

.content-image {
    margin: 45px 0;
    background-color: #f8f8f8;
}

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

.editorial-quote {
    font-size: 22px;
    line-height: 1.6;
    font-style: italic;
    color: #444;
    margin: 40px 0;
    padding: 30px 40px;
    border-left: 4px solid #2c5f2d;
    background-color: #f9f9f9;
}

.editorial-quote cite {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    font-style: normal;
    color: #666;
}

.inline-cta {
    margin: 35px 0;
    text-align: left;
}

.inline-cta.centered {
    text-align: center;
}

.text-link {
    color: #2c5f2d;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.3s;
}

.text-link:hover {
    color: #1a3d1f;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background-color: #2c5f2d;
    color: #fff;
}

.btn-primary:hover {
    background-color: #1a3d1f;
}

.btn-secondary {
    background-color: #fff;
    color: #2c5f2d;
    border: 2px solid #2c5f2d;
}

.btn-secondary:hover {
    background-color: #2c5f2d;
    color: #fff;
}

.services-inline {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 40px 0;
}

.service-card {
    padding: 30px;
    background-color: #f9f9f9;
    border-left: 4px solid #2c5f2d;
}

.service-card h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
}

.service-card p {
    margin-bottom: 20px;
    font-size: 16px;
}

.service-card .price {
    font-size: 28px;
    font-weight: 700;
    color: #2c5f2d;
    margin-bottom: 20px;
}

.form-section {
    margin: 60px 0;
    padding: 40px;
    background-color: #f5f5f5;
}

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

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

.service-selection {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-option {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.service-option:hover {
    border-color: #2c5f2d;
    background-color: #fafafa;
}

.service-option input[type="radio"] {
    margin-right: 12px;
    cursor: pointer;
}

.service-option span {
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: border-color 0.3s;
}

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

.disclaimer {
    margin: 50px 0;
    padding: 25px;
    background-color: #fff9e6;
    border-left: 4px solid #f4c430;
    font-size: 14px;
    line-height: 1.6;
}

.disclaimer p {
    margin-bottom: 0;
}

.references {
    margin: 50px 0;
    padding: 30px;
    background-color: #f5f5f5;
}

.references h3 {
    margin-top: 0;
    font-size: 20px;
}

.references ol {
    font-size: 14px;
    line-height: 1.6;
}

.references li {
    margin-bottom: 15px;
}

.references a {
    color: #2c5f2d;
    word-break: break-all;
}

.citation {
    color: #2c5f2d;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9em;
}

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

.site-footer {
    background-color: #2c2c2c;
    color: #ccc;
    padding: 50px 40px 30px;
    margin-top: 80px;
}

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

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

.footer-column h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 18px;
}

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

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

.footer-column a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 20px;
    display: none;
    z-index: 1000;
    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;
    gap: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    margin: 0;
    flex: 1;
    min-width: 300px;
    font-size: 14px;
    line-height: 1.6;
}

.cookie-content a {
    color: #8bc34a;
}

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

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

.btn-accept {
    background-color: #2c5f2d;
    color: #fff;
}

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

.btn-reject {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-reject:hover {
    background-color: #fff;
    color: #2c2c2c;
}

.service-detail {
    margin-bottom: 60px;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.price-large {
    font-size: 36px;
    font-weight: 700;
    color: #2c5f2d;
}

.pricing-notes {
    margin: 50px 0;
    padding: 30px;
    background-color: #f0f8f0;
    border-left: 4px solid #2c5f2d;
}

.pricing-notes h3 {
    margin-top: 0;
}

.contact-section {
    margin: 40px 0;
}

.contact-detail {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.note {
    font-size: 15px;
    color: #666;
    font-style: italic;
    margin-top: 10px;
}

.hours-table {
    margin: 20px 0;
}

.hours-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e5;
}

.hours-row .day {
    font-weight: 500;
}

.hours-row .time {
    color: #666;
}

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

.thanks-message {
    margin: 40px 0;
}

.next-steps {
    text-align: left;
    margin: 50px 0;
}

.step {
    margin-bottom: 30px;
    padding: 25px;
    background-color: #f9f9f9;
    border-left: 4px solid #2c5f2d;
}

.step h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
}

.additional-info {
    margin: 50px 0;
}

.cta-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
    align-items: center;
}

.social-proof {
    margin: 50px 0;
    text-align: left;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
}

.legal-content h3 {
    font-size: 22px;
}

.legal-content h4 {
    font-size: 18px;
}

.legal-update {
    margin-top: 50px;
    font-style: italic;
    color: #666;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
}

.cookie-table th,
.cookie-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.cookie-table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

@media (max-width: 768px) {
    .editorial-nav {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

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

    .editorial-header h1 {
        font-size: 32px;
    }

    .subtitle {
        font-size: 18px;
    }

    .lead-paragraph {
        font-size: 20px;
    }

    .editorial-content {
        font-size: 17px;
    }

    .editorial-content h2 {
        font-size: 26px;
    }

    .editorial-quote {
        padding: 20px;
        font-size: 19px;
    }

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

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

    .cookie-buttons {
        flex-direction: column;
        width: 100%;
    }

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

    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .hours-row {
        flex-direction: column;
        gap: 5px;
    }
}