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

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

.nav-brand {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

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

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

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

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

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

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

.article-subtitle {
    font-size: 20px;
    color: #5a5a5a;
    font-weight: 400;
    font-style: italic;
}

.article-content {
    font-size: 19px;
    line-height: 1.8;
}

.opening-paragraph {
    font-size: 22px;
    margin-bottom: 28px;
    color: #1a1a1a;
    line-height: 1.6;
}

.article-content p {
    margin-bottom: 24px;
}

.article-content h2 {
    font-size: 32px;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.article-content h3 {
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2a2a2a;
    font-weight: 600;
}

.article-content a {
    color: #2563eb;
    text-decoration: none;
}

.article-content a:hover {
    text-decoration: underline;
}

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

.content-image {
    width: 100%;
    height: auto;
    display: block;
    background-color: #e8e8e4;
    border-radius: 4px;
    object-fit: cover;
}

.full-width {
    margin: 48px 0;
}

.image-caption {
    font-size: 15px;
    color: #6a6a6a;
    font-style: italic;
    margin-top: 12px;
    text-align: center;
}

.insight-box {
    background-color: #f5f5f2;
    border-left: 4px solid #3a3a3a;
    padding: 24px 28px;
    margin: 32px 0;
}

.insight-box h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 12px;
}

.insight-box p {
    margin-bottom: 0;
    font-size: 17px;
}

.testimonial-inline {
    border-left: 3px solid #d0d0cc;
    padding-left: 28px;
    margin: 40px 0;
    font-style: italic;
    font-size: 18px;
    color: #3a3a3a;
}

.testimonial-inline cite {
    display: block;
    margin-top: 16px;
    font-style: normal;
    font-size: 15px;
    color: #6a6a6a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cta-inline {
    background: linear-gradient(135deg, #2a2a2a 0%, #4a4a4a 100%);
    color: #ffffff;
    padding: 40px 36px;
    margin: 48px 0;
    border-radius: 4px;
}

.cta-inline h3 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 26px;
}

.cta-inline p {
    color: #e8e8e8;
    margin-bottom: 24px;
    font-size: 17px;
}

.cta-button {
    display: inline-block;
    background-color: #ffffff;
    color: #2a2a2a;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s, transform 0.2s;
}

.cta-button:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}

.service-card-editorial {
    background-color: #ffffff;
    border: 1px solid #e0e0dc;
    padding: 32px;
    margin: 32px 0;
    border-radius: 4px;
}

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

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

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2a2a2a;
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.select-service-btn {
    background-color: #2a2a2a;
    color: #ffffff;
    border: none;
    padding: 12px 28px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.select-service-btn:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
}

.select-service-btn.selected {
    background-color: #059669;
}

.form-section-editorial {
    background-color: #f9f9f7;
    padding: 40px 36px;
    margin: 56px 0;
    border-radius: 4px;
    border: 1px solid #e0e0dc;
}

.form-section-editorial h3 {
    margin-top: 0;
    font-size: 28px;
    margin-bottom: 16px;
}

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

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #2a2a2a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d0d0cc;
    border-radius: 4px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #ffffff;
}

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

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

.submit-btn {
    background-color: #2a2a2a;
    color: #ffffff;
    border: none;
    padding: 14px 36px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

.submit-btn:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
}

.form-note {
    margin-top: 16px;
    font-size: 14px;
    color: #6a6a6a;
}

.disclaimer-section {
    background-color: #fef9f3;
    border: 1px solid #f0e6d8;
    padding: 24px 28px;
    margin: 48px 0;
    border-radius: 4px;
}

.disclaimer-section p {
    font-size: 15px;
    color: #5a5a5a;
    margin-bottom: 0;
}

.references-section {
    margin: 56px 0;
    padding-top: 32px;
    border-top: 2px solid #e0e0dc;
}

.references-section h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.references-list {
    list-style-position: outside;
    padding-left: 24px;
}

.references-list li {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
}

.references-list a {
    color: #2563eb;
    word-break: break-all;
}

.site-footer {
    background-color: #2a2a2a;
    color: #e8e8e8;
    padding: 48px 40px 24px;
    margin-top: 80px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column h4 {
    font-size: 16px;
    margin-bottom: 16px;
    color: #ffffff;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
    color: #c0c0c0;
}

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

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

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

.footer-column ul li a:hover {
    color: #ffffff;
}

.footer-bottom {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid #4a4a4a;
}

.footer-bottom p {
    font-size: 13px;
    color: #a0a0a0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 24px 20px;
    display: none;
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin: 0;
}

.cookie-content a {
    color: #60a5fa;
}

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}

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

.cookie-btn.accept:hover {
    background-color: #047857;
    transform: translateY(-2px);
}

.cookie-btn.reject {
    background-color: #4a4a4a;
    color: #ffffff;
}

.cookie-btn.reject:hover {
    background-color: #3a3a3a;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .nav-minimal {
        padding: 16px 20px;
    }

    .nav-links {
        gap: 20px;
    }

    .nav-links a {
        font-size: 14px;
    }

    .editorial-container {
        padding: 24px 16px;
    }

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

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

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

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

    .article-content h2 {
        font-size: 26px;
    }

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

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

    .cookie-buttons {
        width: 100%;
        justify-content: flex-end;
    }
}