* {
    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-disclosure {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.nav-minimal {
    background-color: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

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

.logo {
    font-size: 24px;
    font-weight: 600;
    color: #2c2c2c;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    letter-spacing: -0.5px;
}

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

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

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

.editorial-container {
    max-width: 750px;
    margin: 0 auto;
    padding: 60px 30px;
}

.article-hero {
    margin-bottom: 60px;
}

.hero-image-wrapper {
    margin-bottom: 40px;
    background-color: #e8e8e8;
    overflow: hidden;
    border-radius: 4px;
}

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

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

.lead {
    font-size: 21px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 30px;
}

.narrow-content {
    max-width: 100%;
}

.story-intro p {
    font-size: 18px;
    margin-bottom: 24px;
}

.story-intro h2 {
    font-size: 32px;
    margin: 50px 0 24px;
    font-weight: 700;
    color: #1a1a1a;
}

.inline-image {
    margin: 45px 0;
    background-color: #e8e8e8;
    overflow: hidden;
    border-radius: 4px;
}

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

.editorial-quote {
    font-size: 24px;
    font-style: italic;
    margin: 45px 0;
    padding: 30px 40px;
    background-color: #f5f5f5;
    border-left: 4px solid #2c2c2c;
    color: #2c2c2c;
    line-height: 1.5;
}

.inline-cta {
    background-color: #f9f9f9;
    padding: 30px;
    margin: 40px 0;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.inline-cta p {
    margin-bottom: 16px;
}

.cta-link {
    display: inline-block;
    color: #2c2c2c;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    padding: 12px 24px;
    background-color: #ffffff;
    border: 2px solid #2c2c2c;
    border-radius: 4px;
    transition: all 0.3s;
    font-family: 'Arial', sans-serif;
}

.cta-link:hover {
    background-color: #2c2c2c;
    color: #ffffff;
}

.services-editorial {
    margin: 70px 0;
    padding: 50px 0;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

.service-item {
    margin: 40px 0;
    padding: 35px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

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

.service-item p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.service-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.service-price {
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    font-family: 'Arial', sans-serif;
}

.select-service {
    padding: 10px 22px;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

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

.select-service.selected {
    background-color: #4a9d5f;
}

.form-section {
    margin: 70px 0;
}

.form-notice {
    background-color: #fff3cd;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 25px;
    font-size: 15px;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.form-notice.hidden {
    display: none;
}

.selected-service-display {
    background-color: #d4edda;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: none;
}

.selected-service-display.visible {
    display: block;
}

.editorial-form {
    background-color: #ffffff;
    padding: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

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

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

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

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

.submit-btn {
    padding: 14px 32px;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

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

.submit-btn:disabled {
    background-color: #999;
    cursor: not-allowed;
}

.closing-editorial {
    margin: 70px 0 50px;
    padding: 50px 40px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.closing-editorial h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.closing-editorial p {
    font-size: 18px;
    margin-bottom: 20px;
}

.site-footer {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 60px 30px 40px;
    margin-top: 80px;
}

.footer-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

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

.footer-section h4 {
    color: #ffffff;
    margin-bottom: 18px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
}

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

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

.footer-section a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

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

.footer-disclaimer {
    flex-basis: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #444;
    font-size: 13px;
    line-height: 1.6;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #2c2c2c;
    padding: 25px 30px;
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    min-width: 300px;
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Arial', sans-serif;
}

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

.cookie-btn.accept {
    background-color: #2c2c2c;
    color: #ffffff;
}

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

.cookie-btn.reject {
    background-color: #e0e0e0;
    color: #2c2c2c;
}

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

.contact-info-block {
    margin: 35px 0;
    padding: 25px;
    background-color: #f9f9f9;
    border-left: 3px solid #2c2c2c;
}

.contact-info-block h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-family: 'Arial', sans-serif;
}

.contact-info-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.thanks-content {
    text-align: center;
    padding: 60px 0;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #4a9d5f;
    color: #ffffff;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

.thanks-details {
    text-align: left;
    margin: 50px 0;
    padding: 35px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.thanks-details h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-details ul {
    margin: 25px 0;
    padding-left: 25px;
}

.thanks-details li {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.6;
}

.service-confirmation {
    margin-top: 30px;
    padding: 20px;
    background-color: #ffffff;
    border: 2px solid #4a9d5f;
    border-radius: 4px;
    font-size: 17px;
}

.thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
}

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

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

.legal-page h2 {
    font-size: 24px;
    margin: 40px 0 20px;
    color: #1a1a1a;
}

.legal-page h3 {
    font-size: 20px;
    margin: 30px 0 15px;
    color: #2c2c2c;
}

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

.legal-page ul {
    margin: 20px 0 20px 25px;
}

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

@media (max-width: 768px) {
    .editorial-container {
        padding: 40px 20px;
    }

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

    .lead {
        font-size: 18px;
    }

    .story-intro h2 {
        font-size: 26px;
    }

    .story-intro p {
        font-size: 17px;
    }

    .editorial-quote {
        font-size: 20px;
        padding: 25px 20px;
    }

    .service-item {
        padding: 25px;
    }

    .service-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .editorial-form {
        padding: 25px;
    }

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

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

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

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

    .legal-page {
        padding: 40px 20px;
    }

    .legal-page h1 {
        font-size: 28px;
    }
}
