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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #fefefe;
}

.ad-notice {
    background-color: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    border-bottom: 1px solid #e0e0e0;
}

.editorial-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 5%;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.nav-brand {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    font-family: 'Arial', sans-serif;
}

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

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

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

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

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

.article-header h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.article-subtitle {
    font-size: 20px;
    color: #666;
    font-style: italic;
}

.article-hero {
    margin: 48px 0;
    background-color: #f5f5f5;
}

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

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

.article-lead {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 32px;
    color: #444;
}

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

.article-content h2 {
    font-size: 32px;
    margin-top: 56px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.article-content h3 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.inline-image {
    width: 100%;
    height: auto;
    margin: 40px 0;
    display: block;
    background-color: #f0f0f0;
    object-fit: cover;
}

.article-quote {
    font-size: 24px;
    font-style: italic;
    padding: 32px 0;
    margin: 40px 0;
    border-left: 4px solid #2c3e50;
    padding-left: 32px;
    color: #333;
}

.article-list {
    margin: 32px 0;
    padding-left: 28px;
}

.article-list li {
    margin-bottom: 16px;
    line-height: 1.6;
}

.cta-inline {
    text-align: center;
    margin: 48px 0;
}

.btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #1a252f;
}

.services-embed {
    margin: 56px 0;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.services-embed h3 {
    font-size: 28px;
    margin-bottom: 32px;
    text-align: center;
}

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

.service-card-editorial h4 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
}

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

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin: 20px 0;
}

.btn-select {
    padding: 12px 24px;
    background-color: #34495e;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-select:hover {
    background-color: #2c3e50;
}

.form-container {
    margin: 56px 0;
    padding: 40px;
    background-color: #f0f4f8;
    border-radius: 8px;
}

.form-container h3 {
    font-size: 26px;
    margin-bottom: 24px;
    text-align: center;
}

.form-summary {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 28px;
    border-radius: 4px;
    border-left: 4px solid #2c3e50;
}

.form-summary p {
    margin-bottom: 8px;
    font-size: 16px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
}

.btn-submit {
    width: 100%;
    padding: 14px;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.testimonial-block {
    margin: 48px 0;
    padding: 32px;
    background-color: #f7f9fb;
    border-left: 4px solid #5a6c7d;
    border-radius: 4px;
}

.testimonial-text {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 16px;
    line-height: 1.6;
}

.testimonial-author {
    font-size: 16px;
    color: #666;
    text-align: right;
}

.references-section {
    margin-top: 64px;
    padding-top: 32px;
    border-top: 2px solid #e0e0e0;
}

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

.references-list {
    padding-left: 20px;
}

.references-list li {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
}

.references-list a {
    color: #2c3e50;
    text-decoration: underline;
}

.site-footer {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 48px 5%;
    margin-top: 80px;
}

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

.footer-section {
    flex: 1;
}

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

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

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

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #e0e0e0;
    padding: 24px;
    display: none;
    z-index: 1000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
}

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

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

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

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

.page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 24px;
}

.page-header {
    text-align: center;
    margin-bottom: 48px;
}

.page-header h1 {
    font-size: 40px;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.page-header p {
    font-size: 18px;
    color: #666;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-top: 48px;
}

.service-card {
    flex: 1 1 calc(50% - 16px);
    background-color: #ffffff;
    padding: 32px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2c3e50;
}

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

.contact-info {
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 8px;
    margin-top: 32px;
}

.contact-info h2 {
    font-size: 28px;
    margin-bottom: 24px;
    color: #2c3e50;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    font-size: 16px;
    line-height: 1.6;
}

.contact-item strong {
    display: block;
    margin-bottom: 6px;
    color: #2c3e50;
}

.legal-content {
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2c3e50;
}

.legal-content p {
    margin-bottom: 20px;
    font-size: 16px;
}

.legal-content ul {
    margin: 20px 0;
    padding-left: 28px;
}

.legal-content li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.thanks-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 80px 24px;
    text-align: center;
}

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

.thanks-container p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #555;
}

.thanks-summary {
    background-color: #f0f4f8;
    padding: 32px;
    border-radius: 8px;
    margin: 40px 0;
}

.thanks-summary h2 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2c3e50;
}

@media (max-width: 768px) {
    .nav-links {
        gap: 16px;
    }

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

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

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

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

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

    .service-card {
        flex: 1 1 100%;
    }

    .services-grid {
        gap: 24px;
    }
}
