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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.8;
    color: #2c2c2c;
    background-color: #fafafa;
}

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

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

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

.logo {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: -0.5px;
}

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

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

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

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

.article-header {
    margin-bottom: 40px;
    text-align: center;
}

.main-headline {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-family: 'Georgia', serif;
}

.subheadline {
    font-size: 20px;
    color: #5a5a5a;
    line-height: 1.6;
    font-weight: 400;
    font-style: italic;
}

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

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

.article-content {
    font-size: 19px;
    color: #2c2c2c;
}

.intro-text {
    font-size: 22px;
    font-style: italic;
    color: #3a3a3a;
    margin-bottom: 30px;
    line-height: 1.7;
}

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

.article-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 50px 0 24px;
    color: #1a1a1a;
    line-height: 1.3;
}

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

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

.editorial-quote {
    border-left: 4px solid #1a1a1a;
    padding: 20px 0 20px 30px;
    margin: 40px 0;
    font-style: italic;
}

.editorial-quote p {
    font-size: 24px;
    line-height: 1.6;
    color: #2c2c2c;
    margin-bottom: 12px;
}

.editorial-quote footer {
    font-size: 16px;
    color: #666;
    font-style: normal;
}

.inline-cta {
    background-color: #f5f5f5;
    padding: 24px 30px;
    margin: 40px 0;
    border-radius: 4px;
}

.text-link {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: color 0.3s ease;
}

.text-link:hover {
    color: #004499;
}

.service-cards-inline {
    margin: 60px 0;
    padding: 40px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.service-cards-inline h2 {
    text-align: center;
    margin-bottom: 40px;
}

.service-card-editorial {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 30px;
    margin-bottom: 24px;
    border-radius: 6px;
}

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

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

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

.btn-editorial {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-editorial:hover {
    background-color: #333333;
}

.form-container-editorial {
    background-color: #f9f9f9;
    padding: 40px;
    margin: 50px 0;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.form-container-editorial h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.selected-service-info {
    background-color: #e8f4e8;
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 30px;
    font-size: 17px;
}

.editorial-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

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

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

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

.btn-submit {
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

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

.testimonial-inline {
    background-color: #fafafa;
    border-left: 4px solid #cccccc;
    padding: 30px;
    margin: 40px 0;
}

.testimonial-text {
    font-size: 19px;
    font-style: italic;
    color: #2c2c2c;
    margin-bottom: 16px;
}

.testimonial-author {
    font-size: 16px;
    color: #666;
    font-style: normal;
}

.final-cta-editorial {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 50px 40px;
    margin: 60px 0;
    border-radius: 6px;
    text-align: center;
}

.final-cta-editorial h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #ffffff;
}

.final-cta-editorial p {
    font-size: 19px;
    margin-bottom: 30px;
    color: #e8e8e8;
}

.btn-primary-editorial {
    display: inline-block;
    background-color: #ffffff;
    color: #1a1a1a;
    padding: 16px 36px;
    font-size: 17px;
    text-decoration: none;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-primary-editorial:hover {
    background-color: #f0f0f0;
}

.disclaimer-section {
    background-color: #f5f5f5;
    padding: 30px;
    margin: 50px 0;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.disclaimer-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 50px 30px 30px;
}

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

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

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

.footer-column p {
    font-size: 15px;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

.footer-column ul li a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.3s ease;
}

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

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

.footer-bottom p {
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #e0e0e0;
    padding: 20px;
    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: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.thanks-container {
    max-width: 720px;
    margin: 80px auto;
    padding: 60px 30px;
    text-align: center;
}

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

.thanks-container p {
    font-size: 19px;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.thanks-container .service-info {
    background-color: #f5f5f5;
    padding: 24px;
    margin: 30px 0;
    border-radius: 4px;
}

.thanks-container .btn-home {
    display: inline-block;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 30px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
}

.thanks-container .btn-home:hover {
    background-color: #333333;
}

.page-container {
    max-width: 960px;
    margin: 40px auto;
    padding: 40px 30px 80px;
}

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

.page-container h2 {
    font-size: 28px;
    margin: 40px 0 20px;
    color: #2c2c2c;
}

.page-container h3 {
    font-size: 22px;
    margin: 30px 0 16px;
    color: #2c2c2c;
}

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

.page-container ul,
.page-container ol {
    margin: 20px 0 20px 30px;
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.7;
}

.page-container li {
    margin-bottom: 10px;
}

.contact-info {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 6px;
    margin: 30px 0;
}

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

.contact-info strong {
    color: #1a1a1a;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 40px 0;
}

.service-box {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 30px;
    border-radius: 6px;
}

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

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

.service-box .price {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

@media (max-width: 768px) {
    .main-headline {
        font-size: 32px;
    }

    .subheadline {
        font-size: 18px;
    }

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

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

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

    .nav-container {
        flex-direction: column;
        gap: 16px;
    }

    .nav-links {
        gap: 20px;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

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

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

    .final-cta-editorial {
        padding: 40px 24px;
    }

    .final-cta-editorial h3 {
        font-size: 26px;
    }
}