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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    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;
}

.nav-editorial {
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.nav-links a {
    color: #444;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.editorial-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 48px 24px 80px;
}

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

.hero-text-narrow {
    text-align: left;
}

.hero-text-narrow h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 600;
}

.lead-paragraph {
    font-size: 20px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 0;
}

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

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

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

.content-block h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.content-block h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 16px;
    color: #2a2a2a;
    font-weight: 600;
}

.content-block p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #3a3a3a;
}

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

.btn-inline {
    display: inline-block;
    padding: 14px 32px;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-radius: 4px;
    transition: background-color 0.2s;
}

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

.cta-inline.secondary .btn-inline {
    background-color: #555;
}

.cta-inline.secondary .btn-inline:hover {
    background-color: #666;
}

.testimonial-embedded {
    background-color: #f5f5f5;
    padding: 32px;
    border-left: 4px solid #1a1a1a;
    margin: 56px 0;
}

.testimonial-embedded blockquote {
    margin: 0;
}

.testimonial-embedded p {
    font-size: 19px;
    font-style: italic;
    color: #2a2a2a;
    margin-bottom: 12px;
}

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

.editorial-list {
    list-style-position: inside;
    margin-left: 0;
}

.editorial-list li {
    font-size: 18px;
    margin-bottom: 12px;
    color: #3a3a3a;
    padding-left: 8px;
}

.form-section-editorial {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 48px;
    margin-top: 64px;
    margin-bottom: 48px;
}

.form-section-editorial h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.form-section-editorial > p {
    font-size: 17px;
    color: #555;
    margin-bottom: 32px;
}

.editorial-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 15px;
    margin-bottom: 8px;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.btn-submit {
    padding: 14px 32px;
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

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

.disclaimer-section {
    background-color: #f9f9f9;
    padding: 24px;
    border-top: 1px solid #e0e0e0;
    margin-top: 48px;
}

.disclaimer {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.footer-editorial {
    background-color: #2a2a2a;
    padding: 40px 24px;
    color: #ccc;
}

.footer-content {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.2s;
}

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

.footer-note {
    font-size: 14px;
    color: #999;
}

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

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

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

.cookie-content p {
    font-size: 15px;
    color: #333;
    margin: 0;
    flex: 1;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.btn-cookie {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

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

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

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

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

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 48px;
}

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

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

.service-price {
    font-size: 22px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.service-card ul {
    list-style-position: inside;
    margin-bottom: 20px;
}

.service-card ul li {
    font-size: 16px;
    color: #555;
    margin-bottom: 8px;
}

.about-section {
    margin-bottom: 48px;
}

.about-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.about-section p {
    font-size: 18px;
    color: #3a3a3a;
    margin-bottom: 20px;
}

.contact-info {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 40px;
    margin-top: 48px;
}

.contact-info h2 {
    font-size: 28px;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.contact-item {
    margin-bottom: 24px;
}

.contact-item h3 {
    font-size: 16px;
    color: #666;
    margin-bottom: 6px;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.contact-item p {
    font-size: 18px;
    color: #1a1a1a;
}

.legal-content {
    background-color: #fff;
    padding: 48px;
    border: 1px solid #e0e0e0;
    margin-top: 48px;
}

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

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

.legal-content p {
    font-size: 16px;
    color: #444;
    margin-bottom: 16px;
}

.legal-content ul {
    margin-left: 24px;
    margin-bottom: 16px;
}

.legal-content ul li {
    font-size: 16px;
    color: #444;
    margin-bottom: 8px;
}

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

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

.thanks-page p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.thanks-page .btn-inline {
    margin-top: 32px;
}

@media (max-width: 768px) {
    .hero-text-narrow h1 {
        font-size: 32px;
    }

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

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

    .content-block p {
        font-size: 17px;
    }

    .nav-links {
        gap: 16px;
    }

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

    .form-section-editorial {
        padding: 32px 24px;
    }

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

    .cookie-buttons {
        width: 100%;
        justify-content: space-between;
    }
}