* {
    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: #f4f1ea;
    color: #666;
    text-align: center;
    padding: 8px 20px;
    font-size: 0.75rem;
    border-bottom: 1px solid #e0ddd5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

.logo {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: -0.02em;
}

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

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

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

.editorial-container {
    background-color: #fff;
}

.hero-editorial {
    position: relative;
    height: 600px;
    overflow: hidden;
    background-color: #d4c9b8;
}

.hero-image-wrapper {
    width: 100%;
    height: 100%;
}

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

.hero-text-overlay {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    max-width: 700px;
    padding: 0 30px;
    text-shadow: 0 2px 15px rgba(0,0,0,0.4);
}

.hero-text-overlay h1 {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.5;
}

.story-flow {
    padding: 80px 30px;
    background-color: #fff;
}

.text-column {
    max-width: 680px;
    margin: 0 auto;
}

.opening-statement {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 50px;
    color: #3a3a3a;
    font-style: italic;
}

.story-flow h2 {
    font-size: 2rem;
    font-weight: 400;
    margin: 60px 0 25px 0;
    color: #1a1a1a;
    line-height: 1.3;
}

.story-flow p {
    margin-bottom: 25px;
    font-size: 1.05rem;
}

.inline-image-block {
    margin: 60px 0;
    background-color: #f8f6f2;
}

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

.image-caption {
    padding: 20px 25px;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    background-color: #f8f6f2;
    margin: 0;
}

.story-quote {
    margin: 50px 0;
    padding: 30px 40px;
    border-left: 4px solid #b8a896;
    background-color: #f9f8f5;
    font-size: 1.15rem;
    font-style: italic;
    line-height: 1.7;
    color: #3a3a3a;
}

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

.services-editorial {
    padding: 80px 30px;
    background-color: #f9f8f5;
}

.service-card-editorial {
    background-color: #fff;
    padding: 45px;
    margin-bottom: 40px;
    border: 1px solid #e8e6e0;
}

.service-card-editorial h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: #1a1a1a;
    line-height: 1.3;
}

.service-card-editorial p {
    margin-bottom: 15px;
    font-size: 1.02rem;
    line-height: 1.7;
}

.price-tag {
    font-size: 1.8rem;
    font-weight: 600;
    color: #6b5d4f;
    margin: 30px 0 25px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.select-service-btn {
    background-color: #3d3d3d;
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.btn-link-editorial {
    display: inline-block;
    background-color: #3d3d3d;
    color: #fff;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background-color 0.2s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.btn-link-editorial:hover {
    background-color: #1a1a1a;
}

.form-section-editorial {
    padding: 80px 30px;
    background-color: #f4f1ea;
}

.form-section-editorial h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.form-section-editorial > .text-column > p {
    margin-bottom: 40px;
    font-size: 1.05rem;
}

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

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

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #3a3a3a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d4d0c8;
    background-color: #fff;
    font-size: 1rem;
    font-family: Georgia, 'Times New Roman', serif;
}

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

.form-group input[readonly] {
    background-color: #f9f8f5;
    color: #666;
    cursor: not-allowed;
}

.btn-submit {
    background-color: #3d3d3d;
    color: #fff;
    border: none;
    padding: 16px 45px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.disclaimer-box {
    background-color: #f9f8f5;
    border: 1px solid #e0ddd5;
    padding: 35px;
    margin-top: 60px;
}

.disclaimer-box h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.disclaimer-box p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
}

.footer-editorial {
    background-color: #2d2d2d;
    color: #ccc;
    padding: 60px 30px 30px 30px;
}

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

.footer-section h4 {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 15px;
    font-weight: 500;
}

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

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

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

.footer-section ul li a {
    color: #aaa;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.footer-section ul li 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: 0.85rem;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 2px solid #3d3d3d;
    padding: 25px 30px;
    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 {
    margin: 0;
    font-size: 0.95rem;
    flex: 1;
    min-width: 300px;
}

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

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

.btn-accept,
.btn-reject {
    padding: 12px 28px;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s ease;
}

.btn-accept {
    background-color: #3d3d3d;
    color: #fff;
}

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

.btn-reject {
    background-color: #e8e6e0;
    color: #3d3d3d;
}

.btn-reject:hover {
    background-color: #d4d0c8;
}

.page-header-editorial {
    padding: 100px 30px 60px 30px;
    background-color: #f9f8f5;
    border-bottom: 1px solid #e8e6e0;
}

.page-header-editorial h1 {
    font-size: 2.8rem;
    font-weight: 400;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.subtitle-text {
    font-size: 1.15rem;
    color: #666;
    font-weight: 300;
}

.contact-info-box {
    background-color: #f9f8f5;
    padding: 40px;
    border: 1px solid #e8e6e0;
    margin-bottom: 50px;
}

.contact-info-box h2 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 35px;
    color: #1a1a1a;
}

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

.contact-detail h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #3a3a3a;
}

.contact-detail p {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

.contact-list {
    margin: 25px 0 25px 30px;
    list-style-type: disc;
}

.contact-list li {
    margin-bottom: 12px;
    font-size: 1.05rem;
    line-height: 1.6;
}

.legal-content {
    padding: 60px 30px;
}

.legal-content h2 {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 50px 0 20px 0;
    color: #1a1a1a;
}

.legal-content h2:first-child {
    margin-top: 0;
}

.legal-content h3 {
    font-size: 1.3rem;
    font-weight: 500;
    margin: 35px 0 15px 0;
    color: #2a2a2a;
}

.legal-content p {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.7;
}

.legal-content ul {
    margin: 20px 0 20px 30px;
    list-style-type: disc;
}

.legal-content ul li {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.7;
}

.legal-content a {
    color: #3d3d3d;
    text-decoration: underline;
}

.legal-update {
    margin-top: 50px;
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
}

.thanks-section {
    padding: 80px 30px;
    min-height: 60vh;
}

.thanks-box {
    background-color: #f9f8f5;
    padding: 60px;
    border: 1px solid #e8e6e0;
}

.thanks-box h1 {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #3a3a3a;
}

.order-info {
    background-color: #fff;
    padding: 30px;
    margin: 40px 0;
    border-left: 4px solid #b8a896;
}

.order-info h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.order-info p {
    font-size: 1.05rem;
    margin-bottom: 10px;
}

.next-steps {
    margin: 40px 0;
}

.step-item {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid #e8e6e0;
}

.step-item h3 {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.step-item p {
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

.thanks-cta {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 16px 35px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    display: inline-block;
}

.btn-primary {
    background-color: #3d3d3d;
    color: #fff;
    border: 2px solid #3d3d3d;
}

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

.btn-secondary {
    background-color: transparent;
    color: #3d3d3d;
    border: 2px solid #3d3d3d;
}

.btn-secondary:hover {
    background-color: #3d3d3d;
    color: #fff;
}

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

    .nav-links {
        gap: 20px;
    }

    .hero-text-overlay h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .story-flow {
        padding: 50px 20px;
    }

    .story-flow h2 {
        font-size: 1.6rem;
    }

    .opening-statement {
        font-size: 1.15rem;
    }

    .services-editorial {
        padding: 50px 20px;
    }

    .service-card-editorial {
        padding: 30px;
    }

    .form-section-editorial {
        padding: 50px 20px;
    }

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

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

    .thanks-box {
        padding: 40px 30px;
    }

    .thanks-cta {
        flex-direction: column;
    }

    .btn-primary,
    .btn-secondary {
        text-align: center;
    }
}
