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

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

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

.logo {
    font-size: 20px;
    font-weight: bold;
    color: #2c2c2c;
    text-decoration: none;
}

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

.nav-links a {
    color: #555;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

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

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

.article-header {
    margin-bottom: 50px;
}

.article-header h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 24px;
    font-weight: normal;
}

.article-intro {
    font-size: 20px;
    line-height: 1.6;
    color: #555;
}

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

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

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

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

.article-content h2 {
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 24px;
    font-weight: normal;
}

.inline-cta {
    background-color: #f5f5f5;
    padding: 30px;
    margin: 50px 0;
    border-left: 4px solid #2c2c2c;
}

.cta-text {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: bold;
}

.cta-link {
    display: inline-block;
    color: #2c2c2c;
    text-decoration: underline;
    font-size: 18px;
    transition: color 0.3s;
}

.cta-link:hover {
    color: #555;
}

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

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

.services-inline {
    margin: 50px 0;
}

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

.service-card-editorial h3 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: normal;
}

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

.service-price {
    font-size: 28px;
    font-weight: bold;
    color: #2c2c2c;
    margin-bottom: 20px;
}

.service-select {
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

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

.testimonial {
    border-left: 4px solid #2c2c2c;
    padding-left: 30px;
    margin: 50px 0;
    font-style: italic;
}

.testimonial p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 12px;
}

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

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

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    font-family: inherit;
}

.form-group input[readonly] {
    background-color: #e8e8e8;
}

.submit-btn {
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    padding: 16px 32px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

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

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

.footer-editorial {
    background-color: #2c2c2c;
    color: #fff;
    padding: 50px 20px;
    margin-top: 100px;
}

.footer-content {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: normal;
}

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

.footer-section a {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 14px;
    transition: color 0.3s;
}

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

.footer-email {
    color: #ccc;
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 20px;
    display: none;
    z-index: 1000;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 14px;
    margin: 0;
}

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

.cookie-btn {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

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

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

.cookie-btn.reject {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

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

.page-header {
    background-color: #2c2c2c;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.page-header h1 {
    font-size: 42px;
    font-weight: normal;
    max-width: 720px;
    margin: 0 auto;
}

.page-content {
    max-width: 720px;
    margin: 60px auto;
    padding: 0 20px;
}

.page-content h2 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: normal;
}

.page-content h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 16px;
    font-weight: normal;
}

.page-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.page-content ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

.page-content li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 8px;
}

.contact-info {
    background-color: #f9f9f9;
    padding: 40px;
    margin: 50px 0;
    border-left: 4px solid #2c2c2c;
}

.contact-info h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

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

.services-list {
    margin: 50px 0;
}

.service-item {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 30px;
    margin-bottom: 30px;
}

.service-item h3 {
    font-size: 24px;
    margin-bottom: 16px;
}

.service-item p {
    margin-bottom: 16px;
}

.service-item .price {
    font-size: 28px;
    font-weight: bold;
    color: #2c2c2c;
}

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

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 24px;
    font-weight: normal;
}

.thanks-container p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.thanks-container a {
    display: inline-block;
    margin-top: 30px;
    color: #2c2c2c;
    text-decoration: underline;
    font-size: 18px;
}

@media (max-width: 768px) {
    .article-header h1 {
        font-size: 32px;
    }

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

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

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

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

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

    .page-header h1 {
        font-size: 32px;
    }
}
