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

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

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

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

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    letter-spacing: -0.5px;
}

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

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

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

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

.editorial-hero {
    margin-bottom: 50px;
}

.hero-image-wrapper {
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #e9ecef;
}

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

.editorial-hero h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 500;
}

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    color: #495057;
    margin-bottom: 24px;
}

.editorial-content {
    margin-top: 40px;
}

.editorial-content p {
    margin-bottom: 24px;
    text-align: justify;
}

.editorial-content h2 {
    font-size: 32px;
    margin-top: 48px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 500;
}

.editorial-content h3 {
    font-size: 24px;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #2c3e50;
    font-weight: 500;
}

.inline-image-block {
    margin: 40px 0;
    background-color: #f8f9fa;
    border-radius: 4px;
    overflow: hidden;
}

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

.image-caption {
    padding: 16px;
    font-size: 15px;
    color: #6c757d;
    font-style: italic;
    text-align: center;
}

.content-highlight {
    background-color: #f1f8ff;
    border-left: 4px solid #4a90e2;
    padding: 24px 28px;
    margin: 32px 0;
}

.content-highlight h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.content-highlight p {
    margin-bottom: 0;
}

.service-story-card {
    margin: 48px 0;
    padding: 32px 0;
    border-top: 1px solid #dee2e6;
}

.service-story-card h3 {
    margin-top: 0;
    font-size: 28px;
}

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

.cta-inline {
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    font-family: inherit;
    transition: background-color 0.3s;
    margin-top: 12px;
}

.cta-inline:hover {
    background-color: #1a252f;
}

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

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-family: inherit;
    background-color: #ffffff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4a90e2;
}

.btn-submit {
    background-color: #4a90e2;
    color: #ffffff;
    border: none;
    padding: 16px 36px;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    font-family: inherit;
    transition: background-color 0.3s;
}

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

.disclaimer-section {
    margin: 60px 0 40px;
    padding: 24px;
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #856404;
    margin-bottom: 0;
}

.page-header {
    margin-bottom: 40px;
}

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

.service-detail-card {
    margin: 48px 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #e9ecef;
}

.service-detail-card:last-of-type {
    border-bottom: none;
}

.contact-info-block {
    margin: 40px 0;
    padding: 32px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

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

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

.contact-detail h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 18px;
}

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

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

.thanks-content .cta-inline {
    margin-top: 32px;
}

.legal-page .editorial-content h2 {
    font-size: 26px;
    margin-top: 40px;
}

.legal-page .editorial-content h3 {
    font-size: 20px;
    margin-top: 28px;
}

.legal-page .editorial-content ul {
    margin-left: 24px;
    margin-bottom: 20px;
}

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

.site-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 48px 40px 24px;
    margin-top: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}

.cookie-content a {
    color: #4a90e2;
}

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

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

.btn-accept {
    background-color: #4a90e2;
    color: #ffffff;
}

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

.btn-reject {
    background-color: #6c757d;
    color: #ffffff;
}

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

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

    .nav-links {
        gap: 20px;
    }

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

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

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

    .editorial-form {
        padding: 24px;
    }

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

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

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

    .btn-accept,
    .btn-reject {
        width: 100%;
    }
}