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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #1a1a1a;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #f0f0f0;
    color: #555;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-bottom: 1px solid #ddd;
}

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

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

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

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

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

.editorial-container {
    max-width: 1200px;
    margin: 0 auto;
}

.hero-editorial {
    margin: 60px 40px;
}

.hero-content-narrow {
    max-width: 680px;
    margin: 0 auto 40px;
}

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

.hero-intro {
    font-size: 21px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 30px;
}

.hero-image-editorial {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background-color: #e8e8e8;
}

.hero-image-editorial img {
    width: 100%;
    height: auto;
    display: block;
}

.content-narrow {
    max-width: 680px;
    margin: 60px auto;
    padding: 0 40px;
}

.content-narrow h2 {
    font-size: 32px;
    line-height: 1.3;
    margin: 50px 0 20px;
    font-weight: 400;
    color: #1a1a1a;
}

.content-narrow h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: 35px 0 15px;
    font-weight: 600;
    color: #2a2a2a;
}

.content-narrow p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

.content-narrow ul {
    margin: 20px 0 20px 30px;
    font-size: 18px;
    color: #333;
}

.content-narrow ul li {
    margin-bottom: 12px;
}

.inline-image {
    margin: 50px 0;
    background-color: #e8e8e8;
}

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

.quote-block {
    font-size: 26px;
    font-style: italic;
    color: #2a2a2a;
    border-left: 4px solid #333;
    padding: 20px 0 20px 30px;
    margin: 40px 0;
    line-height: 1.5;
}

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

.service-inline-card h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: 600;
    color: #1a1a1a;
}

.service-inline-card p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #444;
}

.price-inline {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #0066cc;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin-top: 10px;
}

.editorial-form {
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    padding: 40px;
    margin: 50px 0;
}

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

.editorial-form input,
.editorial-form select,
.editorial-form textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    background-color: #fafafa;
}

.editorial-form textarea {
    resize: vertical;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.editorial-form button {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

.editorial-form button:hover {
    background-color: #333;
}

.disclaimer-text {
    font-size: 14px;
    color: #666;
    font-style: italic;
    line-height: 1.6;
    margin-top: 40px;
    padding: 20px;
    background-color: #f5f5f5;
    border-left: 3px solid #999;
}

.reference-section {
    max-width: 680px;
    margin: 60px auto;
    padding: 30px 40px;
    background-color: #f0f0f0;
    border-top: 2px solid #ccc;
}

.reference-section h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #1a1a1a;
}

.reference-section p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #444;
}

.reference-list {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}

.reference-list li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #333;
}

.reference-list a {
    color: #0066cc;
    text-decoration: none;
    margin-right: 8px;
}

.reference-list a:hover {
    text-decoration: underline;
}

.page-header-editorial {
    max-width: 680px;
    margin: 60px auto 40px;
    padding: 0 40px;
}

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

.header-subtitle {
    font-size: 19px;
    color: #555;
    line-height: 1.5;
}

.service-detail-card {
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    padding: 35px;
    margin: 40px 0;
}

.service-detail-card h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
    font-weight: 600;
    color: #1a1a1a;
}

.service-detail-card p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #444;
}

.price-highlight {
    font-size: 28px;
    font-weight: 600;
    color: #0066cc;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin: 20px 0 10px;
}

.service-note {
    font-size: 15px;
    color: #666;
    font-style: italic;
}

.contact-info-block {
    margin: 40px 0;
    padding: 25px 0;
    border-bottom: 1px solid #e0e0e0;
}

.contact-info-block:last-of-type {
    border-bottom: none;
}

.contact-info-block h2 {
    font-size: 26px;
    margin: 0 0 15px 0;
    font-weight: 600;
    color: #1a1a1a;
}

.contact-info-block p {
    font-size: 17px;
    margin-bottom: 12px;
    color: #444;
}

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

.thanks-section {
    padding: 60px 40px;
}

.thanks-section h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-info {
    margin: 40px 0;
}

.thanks-info h2 {
    font-size: 26px;
    margin: 30px 0 15px 0;
    font-weight: 600;
    color: #1a1a1a;
}

.thanks-info p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #444;
}

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

.button-link,
.button-link-secondary {
    display: inline-block;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s, color 0.2s;
}

.button-link {
    background-color: #1a1a1a;
    color: #ffffff;
}

.button-link:hover {
    background-color: #333;
}

.button-link-secondary {
    background-color: #f0f0f0;
    color: #1a1a1a;
    border: 1px solid #ccc;
}

.button-link-secondary:hover {
    background-color: #e0e0e0;
}

.legal-content h2 {
    font-size: 28px;
    margin: 40px 0 20px 0;
    font-weight: 600;
    color: #1a1a1a;
}

.legal-content h3 {
    font-size: 22px;
    margin: 30px 0 15px 0;
    font-weight: 600;
    color: #2a2a2a;
}

.legal-content p {
    font-size: 17px;
    margin-bottom: 18px;
    color: #444;
}

.legal-content ul {
    margin: 20px 0 20px 30px;
    font-size: 17px;
    color: #444;
}

.legal-content a {
    color: #0066cc;
    text-decoration: none;
}

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

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

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

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

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-column p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #c0c0c0;
}

.footer-column a {
    display: block;
    font-size: 15px;
    color: #c0c0c0;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.2s;
}

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

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

.footer-bottom p {
    font-size: 14px;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 25px 40px;
    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.5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin: 0;
}

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

.cookie-buttons button {
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

#acceptCookies {
    background-color: #0066cc;
    color: #ffffff;
}

#acceptCookies:hover {
    background-color: #0052a3;
}

#rejectCookies {
    background-color: #444;
    color: #ffffff;
}

#rejectCookies:hover {
    background-color: #555;
}

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

    .nav-links {
        gap: 20px;
    }

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

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

    .content-narrow {
        padding: 0 20px;
    }

    .content-narrow h2 {
        font-size: 28px;
    }

    .quote-block {
        font-size: 22px;
        padding: 15px 0 15px 20px;
    }

    .editorial-form {
        padding: 25px;
    }

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

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

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

    .cookie-buttons button {
        width: 100%;
    }

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

    .button-link,
    .button-link-secondary {
        text-align: center;
    }
}
