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

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

.ad-disclosure {
    background-color: #8b2e2e;
    color: #ffffff;
    text-align: center;
    padding: 8px 16px;
    font-size: 12px;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
}

.editorial-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 22px;
    font-weight: bold;
    color: #1a4d2e;
    text-decoration: none;
    letter-spacing: 1px;
}

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

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

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

.editorial-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 60px 40px 100px;
}

.article-header {
    margin-bottom: 48px;
    text-align: center;
}

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

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

.hero-image {
    margin: 48px -80px 64px;
    background-color: #d4d4d0;
}

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

.narrative-intro {
    margin-bottom: 48px;
}

.narrative-intro p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #3a3a3a;
}

.inline-image-text {
    margin: 56px 0;
}

.inline-image-text img {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    background-color: #d4d4d0;
    object-fit: cover;
}

.caption {
    font-size: 14px;
    color: #777777;
    font-style: italic;
    line-height: 1.5;
}

.inline-image-text.reverse {
    margin: 56px 0;
}

section {
    margin-bottom: 56px;
}

section h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 24px;
    font-weight: 600;
}

section h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #2a2a2a;
    margin-bottom: 16px;
    margin-top: 32px;
    font-weight: 600;
}

section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.story-quote {
    margin: 56px 0;
    padding: 32px 48px;
    border-left: 4px solid #8b2e2e;
    background-color: #f9f6f2;
    font-size: 20px;
    line-height: 1.7;
    font-style: italic;
    color: #4a4a4a;
}

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

.service-card {
    margin: 40px 0;
    padding: 32px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}

.service-card h3 {
    font-size: 24px;
    color: #1a4d2e;
    margin-bottom: 16px;
    margin-top: 0;
}

.service-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 16px;
}

.service-card .price {
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #8b2e2e;
    margin: 24px 0 16px;
}

.service-card.featured {
    background-color: #f4f8f4;
    border: 2px solid #1a4d2e;
}

.select-service {
    background-color: #1a4d2e;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

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

.testimonial-inline {
    margin: 40px 0;
    padding: 24px 32px;
    background-color: #fefdfb;
    border-left: 3px solid #d4a574;
}

.testimonial-inline p {
    font-size: 18px;
    line-height: 1.7;
    font-style: italic;
    color: #4a4a4a;
    margin-bottom: 12px;
}

.testimonial-author {
    font-size: 14px;
    color: #777777;
    font-style: normal;
}

.editorial-form {
    margin: 48px 0;
    padding: 40px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

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

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

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

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

.submit-button {
    background-color: #8b2e2e;
    color: #ffffff;
    border: none;
    padding: 16px 48px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.submit-button:hover {
    background-color: #6b2222;
}

.disclaimer-section {
    margin: 64px 0 48px;
    padding: 24px 32px;
    background-color: #f5f5f3;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

.disclaimer {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    font-style: italic;
}

.inline-cta {
    display: inline-block;
    background-color: #1a4d2e;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 16px;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.inline-cta:hover {
    background-color: #143a22;
}

.inline-cta.secondary {
    background-color: #666666;
    margin-left: 16px;
}

.inline-cta.secondary:hover {
    background-color: #4a4a4a;
}

.editorial-footer {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 56px 40px 32px;
}

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

.footer-section h4 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 16px;
    font-weight: 600;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #b0b0b0;
}

.footer-section a {
    display: block;
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #1a4d2e;
    padding: 24px 32px;
    display: none;
    z-index: 1000;
    box-shadow: 0 -4px 12px 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: 32px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0;
}

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

.cookie-accept,
.cookie-reject {
    padding: 12px 24px;
    font-size: 15px;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.cookie-accept {
    background-color: #1a4d2e;
    color: #ffffff;
}

.cookie-accept:hover {
    background-color: #143a22;
}

.cookie-reject {
    background-color: #e0e0e0;
    color: #3a3a3a;
}

.cookie-reject:hover {
    background-color: #d0d0d0;
}

.services-detailed .service-detail {
    margin: 64px 0;
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

.services-detailed .service-detail.reverse {
    flex-direction: row-reverse;
}

.service-visual {
    flex: 1;
    background-color: #d4d4d0;
}

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

.service-info {
    flex: 1;
}

.service-info h2 {
    font-size: 28px;
    margin-bottom: 16px;
    margin-top: 0;
}

.service-info p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.service-includes {
    font-size: 15px;
    color: #666666;
    font-style: italic;
    border-top: 1px solid #e0e0e0;
    padding-top: 16px;
    margin-top: 24px;
}

.price-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e0e0e0;
}

.price-display {
    font-size: 26px;
    font-weight: bold;
    color: #8b2e2e;
}

.pricing-note {
    margin: 48px 0;
    padding: 24px;
    background-color: #fefdfb;
    border-left: 3px solid #d4a574;
}

.pricing-note p {
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}

.featured-service {
    border: 2px solid #1a4d2e;
    background-color: #f9fdf9;
}

.contact-layout {
    display: flex;
    gap: 64px;
    margin: 48px 0;
}

.contact-info-section {
    flex: 1.2;
}

.contact-visual {
    flex: 1;
    background-color: #d4d4d0;
}

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

.image-caption {
    font-size: 14px;
    color: #777777;
    font-style: italic;
    margin-top: 8px;
    line-height: 1.5;
}

.contact-detail {
    margin-bottom: 32px;
}

.contact-detail h3 {
    font-size: 18px;
    color: #1a4d2e;
    margin-bottom: 12px;
    margin-top: 0;
}

.contact-detail p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a4a4a;
}

.contact-email {
    font-weight: 600;
    color: #2c2c2c;
}

.contact-note {
    font-size: 14px;
    color: #777777;
    font-style: italic;
    margin-top: 12px;
}

.legal-page .legal-content {
    max-width: 800px;
}

.legal-content h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.legal-content h3 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #2a2a2a;
}

.legal-content h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #3a3a3a;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #4a4a4a;
}

.legal-content ul {
    margin-left: 24px;
    margin-bottom: 20px;
}

.legal-content ul li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 8px;
    color: #4a4a4a;
}

.url-display {
    word-break: break-all;
    color: #1a4d2e;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.cookie-table th,
.cookie-table td {
    border: 1px solid #d0d0d0;
    padding: 12px 16px;
    text-align: left;
    font-size: 15px;
}

.cookie-table th {
    background-color: #f5f5f3;
    font-weight: 600;
    color: #2a2a2a;
}

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

.thanks-content {
    max-width: 600px;
    margin: 0 auto;
}

.selected-service-info {
    margin: 32px 0;
    padding: 24px;
    background-color: #f4f8f4;
    border: 1px solid #1a4d2e;
}

.selected-service-info h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #1a4d2e;
}

.selected-service-info p {
    font-size: 17px;
    color: #3a3a3a;
    margin: 0;
}

.next-steps {
    margin: 40px 0;
    padding: 24px;
    background-color: #fefdfb;
}

.thanks-links {
    margin-top: 48px;
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 16px;
    }

    .nav-links {
        gap: 20px;
    }

    .editorial-content {
        padding: 40px 24px 60px;
    }

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

    .subtitle {
        font-size: 18px;
    }

    .hero-image {
        margin-left: -24px;
        margin-right: -24px;
    }

    .services-detailed .service-detail {
        flex-direction: column;
    }

    .services-detailed .service-detail.reverse {
        flex-direction: column;
    }

    .contact-layout {
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        gap: 32px;
    }

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

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

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

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

    .inline-cta.secondary {
        margin-left: 0;
    }
}