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

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

.ad-disclosure {
    background-color: #2c3e50;
    color: #ecf0f1;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

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

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

.nav-menu li a {
    text-decoration: none;
    color: #34495e;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    transition: color 0.3s;
}

.nav-menu li a:hover {
    color: #2980b9;
}

.editorial-container {
    max-width: 100%;
    margin: 0 auto;
}

.content-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
}

.hero-editorial {
    position: relative;
    margin-bottom: 64px;
}

.hero-image-bg {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

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

.hero-text-overlay {
    position: absolute;
    bottom: 48px;
    left: 0;
    right: 0;
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.hero-text-overlay h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: bold;
}

.hero-intro {
    font-size: 22px;
    line-height: 1.6;
    color: #f0f0f0;
}

.editorial-content {
    padding: 48px 0;
}

.lead-text {
    font-size: 24px;
    line-height: 1.65;
    color: #2c3e50;
    margin-bottom: 48px;
    font-weight: 400;
}

h2 {
    font-size: 36px;
    line-height: 1.3;
    margin: 48px 0 24px;
    color: #2c3e50;
    font-weight: bold;
}

h3 {
    font-size: 26px;
    line-height: 1.4;
    margin: 32px 0 16px;
    color: #34495e;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    line-height: 1.4;
    margin: 24px 0 12px;
    color: #34495e;
    font-weight: 600;
}

p {
    margin-bottom: 24px;
    color: #2c3e50;
}

.inline-image-block {
    margin: 48px 0;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
}

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

.image-caption {
    padding: 16px 24px;
    font-size: 16px;
    font-style: italic;
    color: #555;
    background-color: rgba(255,255,255,0.9);
}

.content-card-inline {
    background-color: #f8f9fa;
    padding: 32px;
    margin: 32px 0;
    border-left: 4px solid #3498db;
    border-radius: 2px;
}

.content-card-inline h3 {
    margin-top: 0;
    color: #2c3e50;
}

.content-card-inline p {
    margin-bottom: 0;
}

.cta-inline {
    background-color: #ecf6fc;
    padding: 40px;
    margin: 56px 0;
    border-radius: 4px;
    text-align: center;
}

.cta-inline h3 {
    margin-top: 0;
    color: #2c3e50;
}

.btn-text-link {
    display: inline-block;
    margin-top: 16px;
    padding: 14px 32px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.btn-text-link:hover {
    background-color: #2980b9;
}

.page-header {
    padding: 64px 0 32px;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.page-header h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #2c3e50;
}

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

.section-intro {
    font-size: 20px;
    color: #555;
    margin-bottom: 40px;
}

.services-editorial {
    padding: 48px 0;
    background-color: #ffffff;
}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
}

.service-item {
    padding: 32px;
    background-color: #f8f9fa;
    border-radius: 4px;
    border-left: 4px solid #3498db;
}

.service-item h3 {
    margin-top: 0;
    color: #2c3e50;
}

.service-price {
    font-size: 28px;
    font-weight: bold;
    color: #27ae60;
    margin: 24px 0 16px;
    font-family: 'Arial', sans-serif;
}

.btn-service-select {
    padding: 12px 28px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-service-select:hover {
    background-color: #2980b9;
}

.service-item-detailed {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    background-color: #f8f9fa;
    border-radius: 4px;
    margin-bottom: 32px;
}

.service-image {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

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

.service-details h2 {
    margin-top: 0;
}

.service-includes {
    list-style: none;
    padding-left: 0;
    margin: 24px 0;
}

.service-includes li {
    padding: 8px 0;
    padding-left: 28px;
    position: relative;
    color: #34495e;
}

.service-includes li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
}

.form-section {
    margin-top: 64px;
    padding: 48px 0;
}

.editorial-form {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 4px;
    margin-top: 32px;
}

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

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

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

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

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

.btn-submit {
    padding: 14px 40px;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.trust-section {
    padding: 48px 0;
    background-color: #fff9e6;
}

.disclaimer-box {
    padding: 32px;
    background-color: #ffffff;
    border-left: 4px solid #f39c12;
    border-radius: 2px;
}

.disclaimer-box h4 {
    margin-top: 0;
    color: #e67e22;
}

.disclaimer-box p {
    margin-bottom: 0;
    color: #555;
    font-size: 16px;
}

.contact-info-section {
    padding: 32px 0;
}

.contact-block {
    margin-bottom: 48px;
}

.contact-detail {
    margin-bottom: 32px;
}

.contact-detail h3 {
    margin-top: 0;
    font-size: 20px;
    color: #2c3e50;
}

.contact-detail p {
    margin-bottom: 0;
    color: #555;
}

.contact-note {
    padding: 24px;
    background-color: #f0f8ff;
    border-radius: 4px;
}

.contact-note p {
    margin-bottom: 12px;
    font-size: 16px;
}

.contact-note p:last-child {
    margin-bottom: 0;
}

.contact-note a {
    color: #3498db;
    text-decoration: none;
}

.contact-note a:hover {
    text-decoration: underline;
}

.thanks-section {
    padding: 80px 0;
    background-color: #ffffff;
    min-height: 400px;
}

.thanks-content {
    text-align: center;
}

.thanks-content h1 {
    color: #27ae60;
    margin-bottom: 24px;
}

.thanks-message {
    font-size: 20px;
    margin-bottom: 32px;
    color: #555;
}

.service-confirmation {
    padding: 24px;
    background-color: #f0f8ff;
    border-radius: 4px;
    margin: 32px 0;
    font-size: 18px;
    color: #2c3e50;
}

.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}

.btn-primary,
.btn-secondary {
    padding: 14px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s;
}

.btn-primary {
    background-color: #3498db;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #2980b9;
}

.btn-secondary {
    background-color: #95a5a6;
    color: #ffffff;
}

.btn-secondary:hover {
    background-color: #7f8c8d;
}

.legal-content ul {
    margin: 16px 0 24px 32px;
    color: #555;
}

.legal-content li {
    margin-bottom: 8px;
}

.legal-content a {
    color: #3498db;
    text-decoration: none;
}

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

.editorial-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 48px 32px 24px;
}

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

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

.footer-column h4 {
    color: #ffffff;
    margin-bottom: 16px;
    font-family: 'Arial', sans-serif;
}

.footer-column p {
    color: #bdc3c7;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
}

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

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

.footer-column ul li a {
    color: #bdc3c7;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    transition: color 0.3s;
}

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

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

.footer-bottom p {
    color: #95a5a6;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    margin-bottom: 0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #34495e;
    color: #ffffff;
    padding: 24px 32px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    z-index: 1001;
    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: 32px;
    flex-wrap: wrap;
}

.cookie-content p {
    margin: 0;
    flex: 1;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
}

.cookie-actions {
    display: flex;
    gap: 16px;
}

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

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

.btn-cookie-reject {
    background-color: #95a5a6;
    color: #ffffff;
}

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

@media (max-width: 768px) {
    .nav-menu {
        gap: 16px;
        font-size: 14px;
    }

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

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

    .lead-text {
        font-size: 20px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 22px;
    }

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

    .footer-content {
        flex-direction: column;
        gap: 32px;
    }

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

    .cookie-actions {
        justify-content: stretch;
    }

    .btn-cookie-accept,
    .btn-cookie-reject {
        flex: 1;
    }

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

    .service-item-detailed {
        padding: 24px;
    }
}