* {
    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: #f4f4f4;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #ddd;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

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

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

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

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

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

.content-flow {
    background-color: #ffffff;
    padding: 50px 60px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

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

.hero-image-wrapper {
    width: 100%;
    margin-bottom: 35px;
    overflow: hidden;
    background-color: #e8e8e8;
}

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

.main-headline {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

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

.page-header {
    margin-bottom: 45px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
}

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

.text-section {
    margin-bottom: 35px;
}

.text-section h2 {
    font-size: 28px;
    margin-bottom: 18px;
    margin-top: 45px;
    color: #1a1a1a;
    font-weight: 600;
}

.text-section h3 {
    font-size: 22px;
    margin-bottom: 14px;
    margin-top: 30px;
    color: #2c2c2c;
    font-weight: 600;
}

.text-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.text-section ul {
    margin-left: 25px;
    margin-bottom: 20px;
}

.text-section ul li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #3a3a3a;
}

.inline-image-section {
    margin: 50px 0;
    background-color: #f5f5f5;
}

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

.image-caption {
    padding: 15px 20px;
    font-size: 15px;
    font-style: italic;
    color: #666;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.highlight-section {
    background-color: #f9f9f9;
    padding: 30px;
    margin: 40px 0;
    border-left: 4px solid #2563eb;
}

.services-embedded {
    margin: 45px 0;
}

.service-card-editorial {
    padding: 35px 30px;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    background-color: #ffffff;
}

.service-card-editorial h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 600;
}

.service-card-editorial p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #3a3a3a;
}

.service-card-editorial ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.service-card-editorial ul li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #4a4a4a;
}

.price-tag {
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    color: #2563eb;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-cta {
    display: inline-block;
    padding: 12px 28px;
    background-color: #2563eb;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.service-cta:hover {
    background-color: #1d4ed8;
}

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

.cta-button-text {
    display: inline-block;
    padding: 16px 40px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
}

.cta-button-text:hover {
    background-color: #2563eb;
}

.testimonial-inline {
    margin: 45px 0;
    padding: 35px;
    background-color: #f0f4f8;
    border-left: 5px solid #2563eb;
}

.testimonial-inline blockquote {
    margin: 0;
}

.testimonial-inline p {
    font-size: 19px;
    line-height: 1.7;
    font-style: italic;
    color: #2c2c2c;
    margin-bottom: 15px;
}

.testimonial-inline cite {
    font-size: 15px;
    color: #666;
    font-style: normal;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-section-editorial {
    margin: 60px 0;
    padding: 45px 35px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
}

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

.form-section-editorial > p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #4a4a4a;
}

.editorial-form {
    max-width: 100%;
}

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

.form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #2c2c2c;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: border-color 0.3s ease;
}

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

.submit-button {
    padding: 14px 35px;
    background-color: #2563eb;
    color: #ffffff;
    border: none;
    font-size: 17px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #1d4ed8;
}

.disclaimer-section {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.contact-info-block {
    margin: 40px 0;
}

.contact-item {
    margin-bottom: 35px;
    padding: 25px;
    background-color: #f9f9f9;
    border-left: 3px solid #2563eb;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 600;
}

.contact-detail {
    font-size: 17px;
    line-height: 1.7;
    color: #3a3a3a;
}

.thanks-section {
    text-align: center;
    padding: 50px 0;
}

.thanks-section h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.main-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 50px 30px 30px;
    margin-top: 80px;
}

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

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
    color: #b0b0b0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

.footer-section ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding-top: 30px;
    border-top: 1px solid #333;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #888;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 25px 30px;
    box-shadow: 0 -2px 10px 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: 30px;
    flex-wrap: wrap;
}

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

.cookie-content a {
    color: #93c5fd;
    text-decoration: underline;
}

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

.cookie-btn {
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
}

.cookie-btn.accept {
    background-color: #2563eb;
    color: #ffffff;
}

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

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

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

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

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .editorial-container {
        padding: 0 20px;
        margin: 30px auto;
    }

    .content-flow {
        padding: 30px 25px;
    }

    .main-headline {
        font-size: 32px;
    }

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

    .text-section h2 {
        font-size: 24px;
    }

    .text-section p {
        font-size: 17px;
    }

    .footer-container {
        flex-direction: column;
        gap: 30px;
    }

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

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