* {
    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 16px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.main-nav {
    background-color: #ffffff;
    padding: 20px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

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

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

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

.article-header h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

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

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

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

.article-body {
    font-size: 19px;
    line-height: 1.8;
}

.lead-paragraph {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 32px;
    color: #1a1a1a;
}

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

.article-body h2 {
    font-size: 32px;
    margin-top: 56px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.3;
}

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

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

.inline-image figcaption {
    margin-top: 12px;
    font-size: 15px;
    color: #666;
    font-style: italic;
    text-align: center;
}

.article-quote {
    margin: 48px 0;
    padding: 32px 40px;
    border-left: 4px solid #1a1a1a;
    background-color: #f5f5f5;
}

.article-quote p {
    font-size: 24px;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 16px;
    color: #1a1a1a;
}

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

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

.cta-link {
    display: inline-block;
    padding: 16px 32px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.cta-link:hover {
    background-color: #333;
}

.testimonial-box {
    margin: 48px 0;
    padding: 36px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

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

.testimonial-author {
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

.services-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 56px 0;
}

.service-card {
    padding: 32px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

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

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

.service-price {
    font-size: 28px;
    font-weight: bold;
    color: #1a1a1a;
    margin: 24px 0 20px 0;
}

.service-select-btn {
    width: 100%;
    padding: 14px 24px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

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

.form-section h2 {
    margin-top: 0;
    margin-bottom: 24px;
}

#selected-service-info {
    font-size: 18px;
    margin-bottom: 32px;
    color: #1a1a1a;
    font-weight: 600;
}

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

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

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

.form-group textarea {
    resize: vertical;
}

.submit-btn {
    width: 100%;
    padding: 16px 24px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.cta-box {
    margin: 56px 0;
    padding: 48px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
}

.cta-box h3 {
    font-size: 28px;
    margin-bottom: 16px;
}

.cta-box p {
    font-size: 18px;
    margin-bottom: 32px;
    color: #e0e0e0;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #ffffff;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 17px;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #f0f0f0;
}

.disclaimer-section {
    margin: 56px 0;
    padding: 24px;
    background-color: #f9f9f9;
    border-left: 3px solid #ccc;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.references-section {
    margin: 56px 0;
    padding: 24px;
    background-color: #fafafa;
    border-top: 1px solid #e0e0e0;
}

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

.references-section ol {
    margin-left: 24px;
}

.references-section li {
    margin-bottom: 12px;
    font-size: 15px;
}

.references-section a {
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

.references-section a:hover {
    border-bottom-color: #1a1a1a;
}

.main-footer {
    background-color: #1a1a1a;
    color: #e0e0e0;
    padding: 56px 20px 24px 20px;
    margin-top: 80px;
}

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

.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: #b0b0b0;
}

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

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

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

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

.footer-bottom {
    max-width: 1200px;
    margin: 48px auto 0 auto;
    padding-top: 24px;
    border-top: 1px solid #333;
    text-align: center;
    font-size: 14px;
    color: #808080;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 24px;
    box-shadow: 0 -2px 16px rgba(0,0,0,0.2);
    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: 24px;
}

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

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

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

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

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

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

.cookie-btn.reject:hover {
    background-color: rgba(255,255,255,0.1);
}

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

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

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

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

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

    .nav-menu {
        gap: 20px;
        font-size: 14px;
    }

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

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

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

    .cookie-btn {
        flex: 1;
    }

    .form-section {
        padding: 24px;
    }

    .cta-box {
        padding: 32px 24px;
    }
}