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

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

.ad-disclosure {
    background-color: #f0f0f0;
    color: #666;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-bottom: 1px solid #ddd;
}

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px 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;
}

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

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

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

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

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

.hero-editorial {
    position: relative;
    margin-bottom: 50px;
    margin-top: 20px;
}

.hero-image-container {
    width: 100%;
    background-color: #e8e8e8;
    overflow: hidden;
    border-radius: 4px;
}

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

.hero-text-overlay {
    padding: 40px 0;
}

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

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

.page-header-editorial {
    margin: 60px 0 40px;
    text-align: center;
}

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

.page-subtitle {
    font-size: 20px;
    color: #666;
    font-style: italic;
}

.article-body {
    padding: 20px 0;
}

.intro-section,
.problem-section,
.insight-section,
.trust-section,
.action-section,
.story-section,
.values-section,
.team-section,
.mission-section,
.contact-info-section,
.response-info,
.data-protection-note {
    margin-bottom: 50px;
}

.lead-text {
    font-size: 22px;
    line-height: 1.65;
    color: #2c2c2c;
    margin-bottom: 25px;
    font-weight: 400;
}

.article-body h2 {
    font-size: 32px;
    color: #1a1a1a;
    margin: 50px 0 25px;
    font-weight: 700;
    line-height: 1.3;
}

.article-body h3 {
    font-size: 24px;
    color: #2c2c2c;
    margin: 35px 0 18px;
    font-weight: 600;
}

.article-body p {
    margin-bottom: 22px;
    text-align: justify;
}

.inline-image-section {
    margin: 60px 0;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
}

.inline-image-section img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
}

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

.insight-grid {
    margin-top: 35px;
}

.insight-item {
    margin-bottom: 35px;
    padding-left: 25px;
    border-left: 4px solid #d0d0d0;
}

.insight-item h3 {
    margin-top: 0;
}

.quote-section {
    margin: 60px 0;
    padding: 40px;
    background-color: #f9f9f9;
    border-left: 5px solid #4a4a4a;
}

.quote-section blockquote {
    margin: 0;
}

.quote-section p {
    font-size: 22px;
    font-style: italic;
    color: #333;
    margin-bottom: 15px;
}

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

.services-preview {
    margin: 60px 0;
}

.service-cards-editorial {
    margin-top: 40px;
}

.service-card-compact {
    margin-bottom: 50px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.service-card-compact img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #e8e8e8;
}

.service-card-compact h3 {
    font-size: 24px;
    margin: 20px 25px 12px;
}

.service-card-compact p {
    margin: 0 25px 15px;
    font-size: 17px;
}

.service-card-compact .price {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 20px 25px 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-card-compact .btn-text {
    display: inline-block;
    margin: 0 25px 25px;
    color: #2c5aa0;
    text-decoration: none;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.2s;
}

.service-card-compact .btn-text:hover {
    color: #1a3a6a;
}

.testimonial-editorial {
    margin: 40px 0;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.testimonial-editorial p {
    font-size: 19px;
    font-style: italic;
    color: #333;
    margin-bottom: 12px;
}

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

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

.btn-inline {
    display: inline-block;
    padding: 16px 35px;
    background-color: #2c5aa0;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-radius: 4px;
    transition: background-color 0.2s;
}

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

.editorial-form {
    margin: 50px 0;
    padding: 40px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.editorial-form h3 {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 0;
}

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

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

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

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c5aa0;
    background-color: #fff;
}

.btn-primary {
    padding: 16px 40px;
    background-color: #2c5aa0;
    color: #ffffff;
    border: none;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-primary:hover {
    background-color: #1a3a6a;
}

.disclaimer-section {
    margin: 60px 0 40px;
    padding: 30px;
    background-color: #fff9e6;
    border: 1px solid #f0e5b8;
    border-radius: 4px;
}

.disclaimer {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

.value-item {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.value-item:last-child {
    border-bottom: none;
}

.approach-list {
    margin: 25px 0;
    padding-left: 40px;
}

.approach-list li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.cta-section-about {
    margin: 60px 0;
    padding: 50px 40px;
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 4px;
}

.cta-section-about h2 {
    margin-top: 0;
}

.services-detailed {
    margin-top: 40px;
}

.service-detail-block {
    margin-bottom: 70px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.service-detail-block.reverse {
    flex-direction: row-reverse;
}

.service-text {
    flex: 1;
}

.service-image {
    flex: 0 0 300px;
    background-color: #e8e8e8;
    border-radius: 4px;
    overflow: hidden;
}

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

.service-includes,
.service-price {
    margin-top: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-price {
    font-size: 22px;
    color: #1a1a1a;
}

.booking-section {
    margin: 80px 0 60px;
    padding: 50px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.contact-details {
    margin: 40px 0;
}

.contact-item {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item h3 {
    margin-top: 0;
}

.email-display {
    font-family: monospace;
    font-size: 17px;
    color: #333;
    background-color: #f5f5f5;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 3px;
}

.note {
    font-size: 15px;
    color: #666;
    font-style: italic;
    margin-top: 10px;
}

.thanks-container {
    margin: 80px 0;
    text-align: center;
}

.thanks-content {
    max-width: 650px;
    margin: 0 auto;
}

.thanks-content h1 {
    font-size: 44px;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.success-message {
    margin: 40px 0;
    padding: 30px;
    background-color: #e8f5e9;
    border-radius: 4px;
}

.service-confirmation {
    margin: 30px 0;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.service-selected {
    font-size: 17px;
    color: #333;
    margin: 0;
}

.next-steps {
    margin: 50px 0;
    text-align: left;
}

.steps-list {
    margin: 25px 0;
    padding-left: 30px;
}

.steps-list li {
    margin-bottom: 15px;
    line-height: 1.6;
}

.meanwhile-section {
    margin: 50px 0;
    text-align: left;
}

.quick-links {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quick-link-btn {
    display: block;
    padding: 14px 25px;
    background-color: #2c5aa0;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
    text-align: center;
}

.quick-link-btn:hover {
    background-color: #1a3a6a;
}

.contact-reminder {
    margin: 40px 0;
    padding: 25px;
    background-color: #f9f9f9;
    border-radius: 4px;
    text-align: left;
}

.legal-page .article-body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.legal-content section {
    margin-bottom: 50px;
}

.legal-content h2 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.legal-content h3 {
    font-size: 21px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.legal-content p {
    margin-bottom: 18px;
    text-align: left;
}

.legal-content ul {
    margin: 20px 0;
    padding-left: 40px;
}

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

.legal-content a {
    color: #2c5aa0;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #1a3a6a;
}

.main-footer {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 60px 30px 30px;
    margin-top: 100px;
}

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

.footer-section {
    flex: 1;
}

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

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

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

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

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

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

.footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding-top: 30px;
    border-top: 1px solid #444;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #2c5aa0;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.15);
    padding: 25px 30px;
    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;
}

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

.cookie-content a {
    color: #2c5aa0;
    text-decoration: underline;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 25px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-accept {
    background-color: #2c5aa0;
    color: #ffffff;
}

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

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

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

@media (max-width: 768px) {
    .editorial-content {
        padding: 30px 20px;
    }

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

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

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

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

    .nav-links {
        gap: 20px;
    }

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

    .service-detail-block,
    .service-detail-block.reverse {
        flex-direction: column;
    }

    .service-image {
        flex: 0 0 auto;
        width: 100%;
    }

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

    .cookie-content {
        flex-direction: column;
        gap: 20px;
    }

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

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