* {
    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: #f4f4f0;
    border-bottom: 1px solid #d4d4d0;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
    font-family: 'Arial', sans-serif;
}

.minimal-nav {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e4;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand-link {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    letter-spacing: 0.5px;
}

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

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

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

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

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

.header-image-wrapper {
    margin-bottom: 35px;
    background-color: #e8e8e4;
    overflow: hidden;
    border-radius: 3px;
}

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

.story-title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.story-subtitle {
    font-size: 20px;
    line-height: 1.5;
    color: #555;
    font-style: italic;
    font-weight: 300;
}

.story-body {
    font-size: 18px;
    line-height: 1.8;
}

.lead-paragraph {
    font-size: 21px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 32px;
    font-weight: 400;
}

.story-body p {
    margin-bottom: 24px;
}

.story-heading {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 48px;
    margin-bottom: 24px;
    letter-spacing: -0.3px;
}

.inline-image-section {
    margin: 40px 0;
    background-color: #f4f4f0;
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
}

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

.image-caption {
    padding: 16px 20px;
    font-size: 15px;
    font-style: italic;
    color: #666;
    text-align: center;
    background-color: #f4f4f0;
    margin: 0;
}

.story-callout {
    background-color: #2c2c2c;
    color: #fff;
    padding: 30px 35px;
    margin: 36px 0;
    border-left: 4px solid #666;
}

.story-callout p {
    font-size: 19px;
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

.cta-inline {
    background-color: #f9f9f6;
    border: 2px solid #e0e0dc;
    padding: 28px 32px;
    margin: 42px 0;
    text-align: center;
}

.cta-text {
    font-size: 19px;
    color: #333;
    margin-bottom: 16px;
    font-weight: 500;
}

.cta-link {
    display: inline-block;
    background-color: #1a1a1a;
    color: #fff;
    padding: 12px 28px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    border-radius: 2px;
    transition: background-color 0.2s;
}

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

.services-editorial {
    margin: 40px 0;
}

.service-item {
    background-color: #fff;
    border: 1px solid #e0e0dc;
    padding: 32px;
    margin-bottom: 28px;
    border-radius: 2px;
}

.service-item h3 {
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 14px;
    font-weight: 600;
}

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

.service-price {
    font-size: 22px;
    color: #1a1a1a;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 16px;
    font-family: 'Arial', sans-serif;
}

.select-service-btn {
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    padding: 14px 26px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.form-section {
    background-color: #f9f9f6;
    padding: 40px;
    margin: 50px 0;
    border-radius: 3px;
    border: 1px solid #e0e0dc;
}

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

.selected-service-display {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 28px;
    border-left: 3px solid #2c2c2c;
}

.selected-service-display p {
    font-size: 16px;
    margin-bottom: 8px;
    font-family: 'Arial', sans-serif;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #d0d0cc;
    border-radius: 2px;
    font-family: 'Georgia', serif;
    background-color: #fff;
}

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

.submit-btn {
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    padding: 16px 36px;
    font-size: 17px;
    font-family: 'Arial', sans-serif;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.editorial-footer {
    background-color: #2c2c2c;
    color: #d4d4d0;
    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;
    margin-bottom: 40px;
}

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

.footer-section h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
}

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

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

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

.footer-links a {
    color: #aaa;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

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

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

.footer-bottom p {
    font-size: 14px;
    color: #888;
    font-family: 'Arial', sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #fff;
    padding: 24px 30px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    z-index: 1000;
    display: none;
}

.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 {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    font-family: 'Arial', sans-serif;
}

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

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 2px;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: opacity 0.2s;
}

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

.cookie-btn.accept {
    background-color: #fff;
    color: #1a1a1a;
}

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

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

    .nav-links {
        flex-direction: column;
        gap: 12px;
    }

    .story-title {
        font-size: 32px;
    }

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

    .story-body {
        font-size: 17px;
    }

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

    .story-heading {
        font-size: 26px;
    }

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

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

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

    .cookie-btn {
        width: 100%;
    }

    .service-item {
        padding: 24px;
    }

    .form-section {
        padding: 28px 20px;
    }
}

.page-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 50px 30px 80px;
}

.page-title {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 30px;
    letter-spacing: -0.4px;
}

.page-content {
    font-size: 17px;
    line-height: 1.8;
}

.page-content h2 {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 40px;
    margin-bottom: 18px;
}

.page-content h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    color: #2c2c2c;
    margin-top: 32px;
    margin-bottom: 14px;
}

.page-content p {
    margin-bottom: 20px;
    color: #444;
}

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

.page-content li {
    margin-bottom: 10px;
    color: #444;
}

.contact-info {
    background-color: #f9f9f6;
    border: 1px solid #e0e0dc;
    padding: 32px;
    margin: 36px 0;
    border-radius: 2px;
}

.contact-info h3 {
    font-size: 22px;
    color: #1a1a1a;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: 'Arial', sans-serif;
}

.contact-item {
    margin-bottom: 20px;
}

.contact-item strong {
    display: block;
    font-size: 15px;
    color: #666;
    margin-bottom: 6px;
    font-family: 'Arial', sans-serif;
}

.contact-item p {
    font-size: 17px;
    color: #1a1a1a;
    margin: 0;
}

.services-list {
    margin: 40px 0;
}

.service-card {
    background-color: #fff;
    border: 1px solid #e0e0dc;
    padding: 30px;
    margin-bottom: 24px;
    border-radius: 2px;
}

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

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

.service-card .price {
    font-size: 22px;
    color: #1a1a1a;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
}

.thanks-container {
    max-width: 620px;
    margin: 0 auto;
    padding: 80px 30px;
    text-align: center;
}

.thanks-icon {
    font-size: 64px;
    margin-bottom: 24px;
}

.thanks-title {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.thanks-message {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 36px;
}

.thanks-details {
    background-color: #f9f9f6;
    border: 1px solid #e0e0dc;
    padding: 28px;
    margin-bottom: 36px;
    border-radius: 2px;
    text-align: left;
}

.thanks-details p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #444;
}

.thanks-details strong {
    color: #1a1a1a;
}

.back-link {
    display: inline-block;
    background-color: #1a1a1a;
    color: #fff;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    border-radius: 2px;
    transition: background-color 0.2s;
}

.back-link:hover {
    background-color: #000;
}

.legal-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 30px 80px;
}

.legal-content h1 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 30px;
}

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

.legal-content h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    color: #2c2c2c;
    margin-top: 28px;
    margin-bottom: 12px;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 18px;
}

.legal-content ul,
.legal-content ol {
    margin-bottom: 18px;
    margin-left: 30px;
}

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