* {
    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;
}

.ad-notice {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

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

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
}

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

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

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

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

.story-header {
    text-align: center;
    margin-bottom: 50px;
}

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

.story-lead {
    font-size: 20px;
    color: #555;
    line-height: 1.5;
}

.story-image {
    margin: 40px 0;
    background-color: #e8e8e8;
}

.story-image img,
.inline-story-image img {
    width: 100%;
    height: auto;
    display: block;
}

.inline-story-image {
    margin: 30px 0;
    background-color: #e8e8e8;
}

.story-section {
    margin-bottom: 50px;
}

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

.story-section p {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 1.8;
}

.inline-cta {
    margin: 30px 0;
    text-align: center;
}

.cta-link {
    display: inline-block;
    padding: 14px 32px;
    background-color: #2a7c9f;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cta-link:hover {
    background-color: #1f5c7a;
}

.service-cards {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
}

.service-card {
    background-color: #fff;
    padding: 28px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-card p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #2a7c9f;
    margin-top: 15px;
}

.select-service-btn {
    margin-top: 15px;
    padding: 12px 24px;
    background-color: #2a7c9f;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.select-service-btn:hover {
    background-color: #1f5c7a;
}

.testimonial {
    margin: 30px 0;
    padding: 25px;
    background-color: #f4f4f4;
    border-left: 4px solid #2a7c9f;
    font-style: italic;
}

.testimonial p {
    font-size: 17px;
    margin-bottom: 10px;
}

.testimonial cite {
    font-style: normal;
    font-size: 15px;
    color: #666;
}

.editorial-form {
    margin-top: 30px;
    background-color: #fff;
    padding: 35px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.form-row {
    margin-bottom: 20px;
}

.form-row label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.form-row input,
.form-row textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

.form-row textarea {
    resize: vertical;
}

.submit-btn {
    padding: 14px 40px;
    background-color: #2a7c9f;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.form-note {
    margin-top: 20px;
    font-size: 15px;
    color: #666;
}

#serviceDisplay {
    font-weight: 600;
    color: #2a7c9f;
}

.disclaimer-section {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

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

.editorial-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;
}

.footer-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.footer-info p {
    font-size: 14px;
    line-height: 1.6;
}

.footer-links h4 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
}

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

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-links ul li a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #444;
    font-size: 13px;
}

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

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

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

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

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: opacity 0.3s;
}

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

.cookie-btn.reject {
    background-color: #555;
    color: #fff;
}

.cookie-btn:hover {
    opacity: 0.8;
}

.thanks-page {
    max-width: 720px;
    margin: 100px auto;
    padding: 0 20px;
    text-align: center;
}

.thanks-page h1 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-page p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.7;
}

.thanks-page .highlight {
    font-weight: 600;
    color: #2a7c9f;
}

.thanks-page a {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 32px;
    background-color: #2a7c9f;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.thanks-page a:hover {
    background-color: #1f5c7a;
}

.legal-page {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
}

.legal-page h1 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.legal-page h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #333;
}

.legal-page h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #444;
}

.legal-page p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.7;
}

.legal-page ul {
    margin-left: 30px;
    margin-bottom: 15px;
}

.legal-page ul li {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.6;
}

.contact-page {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
}

.contact-page h1 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #333;
}

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

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

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

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

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

    .story-lead {
        font-size: 18px;
    }

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

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