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

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

.ad-disclosure {
    background-color: #f4f1ea;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0ddd5;
}

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

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

.logo {
    font-size: 20px;
    font-weight: 600;
    color: #2a2a2a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

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

.editorial-container {
    max-width: 680px;
    margin: 0 auto;
    padding: 48px 24px;
}

.hero-editorial {
    margin-bottom: 48px;
    text-align: center;
}

.hero-editorial h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 400;
    color: #1a1a1a;
}

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

.page-header {
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 2px solid #e8e5dc;
}

.page-header h1 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 12px;
    font-weight: 400;
    color: #1a1a1a;
}

.header-intro {
    font-size: 18px;
    color: #555;
    font-style: italic;
}

.update-date {
    font-size: 14px;
    color: #888;
    font-style: italic;
}

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

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

.lead-text {
    font-size: 21px;
    line-height: 1.6;
    margin-bottom: 32px;
    color: #333;
}

.inline-image {
    margin: 40px 0;
}

.inline-image img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #f0ede6;
    object-fit: cover;
}

.inline-image-small {
    margin: 32px 0;
}

.inline-image-small img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #f0ede6;
    object-fit: cover;
}

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

.story-section h2,
.offerings-inline h2,
.form-section-inline h2,
.closing-section h2,
.values-section h2,
.approach-section h2,
.service-detail h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #1a1a1a;
}

.story-section p,
.offerings-inline p,
.form-section-inline p,
.closing-section p,
.values-section p,
.approach-section p,
.service-detail p {
    margin-bottom: 20px;
}

.image-text-flow {
    margin: 40px 0;
}

.image-text-flow img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    background-color: #f0ede6;
    object-fit: cover;
}

.flow-text p {
    margin-bottom: 20px;
}

.service-card-editorial {
    margin: 40px 0;
    padding: 32px;
    background-color: #f9f7f3;
    border-left: 3px solid #c5b8a0;
}

.service-card-editorial h3 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 400;
    color: #1a1a1a;
}

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

.price-tag,
.price-display {
    font-size: 20px;
    font-weight: 600;
    color: #8b7355;
    margin-bottom: 16px;
}

.cta-button {
    display: inline-block;
    padding: 14px 32px;
    background-color: #5a4a3a;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
    font-family: inherit;
}

.cta-button:hover {
    background-color: #3d3026;
}

.cta-button-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #e8e5dc;
    color: #2a2a2a;
    text-decoration: none;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-left: 16px;
}

.cta-button-secondary:hover {
    background-color: #d8d5cc;
}

.testimonial-flow {
    margin: 48px 0;
    padding: 32px;
    background-color: #fff;
    border-left: 4px solid #c5b8a0;
}

.testimonial-flow blockquote {
    font-style: italic;
    font-size: 20px;
    line-height: 1.6;
}

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

.form-section-inline {
    margin: 48px 0;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #e8e5dc;
}

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

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #d0cdc5;
    background-color: #fafaf8;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #8b7355;
}

.closing-section {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #e8e5dc;
}

.main-footer {
    background-color: #f4f1ea;
    border-top: 1px solid #e0ddd5;
    padding: 48px 24px;
    margin-top: 64px;
}

.footer-content {
    max-width: 680px;
    margin: 0 auto;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

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

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

.footer-disclaimer {
    margin-bottom: 24px;
    padding: 20px;
    background-color: #fafaf8;
    border-left: 3px solid #c5b8a0;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    color: #666;
}

.footer-info {
    text-align: center;
    font-size: 13px;
    color: #888;
}

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

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

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

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

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

.cookie-btn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-family: inherit;
    transition: opacity 0.2s;
}

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

.cookie-btn.accept {
    background-color: #5a4a3a;
    color: #fff;
}

.cookie-btn.reject {
    background-color: #e8e5dc;
    color: #2a2a2a;
}

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

.thanks-section h1 {
    font-size: 36px;
    margin-bottom: 24px;
    font-weight: 400;
    color: #1a1a1a;
}

.thanks-message {
    margin-bottom: 48px;
}

.service-confirmation {
    margin: 24px 0;
    padding: 20px;
    background-color: #f9f7f3;
    border-left: 3px solid #c5b8a0;
    font-size: 18px;
    font-weight: 600;
    color: #5a4a3a;
}

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

.next-steps h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}

.steps-list {
    margin-left: 24px;
    font-size: 17px;
}

.steps-list li {
    margin-bottom: 12px;
}

.thanks-cta {
    margin-top: 48px;
}

.contact-intro {
    margin-bottom: 40px;
}

.contact-details {
    margin-bottom: 48px;
}

.contact-block {
    margin-bottom: 40px;
}

.contact-block h2 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 400;
    color: #1a1a1a;
}

.contact-email {
    font-size: 19px;
    font-weight: 600;
    color: #5a4a3a;
    margin-bottom: 8px;
}

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

.contact-additional h2 {
    font-size: 28px;
    margin-bottom: 24px;
    font-weight: 400;
    color: #1a1a1a;
}

.faq-item {
    margin-bottom: 32px;
}

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 400;
    color: #2a2a2a;
}

.faq-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.legal-page .editorial-content {
    font-size: 16px;
}

.legal-section {
    margin-bottom: 40px;
}

.legal-section h2 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 400;
    color: #1a1a1a;
}

.legal-section h3 {
    font-size: 19px;
    margin: 24px 0 12px 0;
    font-weight: 400;
    color: #2a2a2a;
}

.legal-section p {
    margin-bottom: 16px;
    line-height: 1.7;
}

.legal-section ul {
    margin: 16px 0 16px 24px;
}

.legal-section li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.service-detail {
    margin-bottom: 56px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e5dc;
}

.service-detail:last-of-type {
    border-bottom: none;
}

.price-display {
    margin: 24px 0;
}

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

    .nav-links {
        gap: 20px;
    }

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

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

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

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

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

    .cookie-buttons {
        justify-content: center;
    }

    .thanks-cta {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

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