* {
    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;
}

.editorial-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

.ad-disclosure {
    font-size: 0.75rem;
    color: #888;
    padding: 0.3rem 0.8rem;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.editorial-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.hero-editorial {
    margin-bottom: 3rem;
    text-align: center;
}

.hero-image-wrapper {
    margin-bottom: 2rem;
    background-color: #e8e8e8;
    border-radius: 4px;
    overflow: hidden;
}

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

.editorial-content h1 {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #1a1a1a;
}

.intro-subtext {
    font-size: 1.25rem;
    color: #555;
    font-style: italic;
    margin-bottom: 2rem;
}

.story-block {
    margin: 3rem 0;
}

.story-block p,
.story-continuation p,
.trust-building p,
.about-story p,
.contact-info p,
.thanks-content p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    text-align: justify;
}

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

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

.problem-amplification,
.insight-reveal,
.trust-building,
.benefits-reveal,
.form-section,
.final-context {
    margin: 4rem 0;
}

.editorial-content h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.editorial-content h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    font-weight: 600;
    color: #2c2c2c;
}

.cta-inline {
    text-align: center;
    margin: 2.5rem 0;
}

.btn-primary {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #2c5f8d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #234a6f;
}

.btn-primary-large {
    display: inline-block;
    padding: 1.1rem 2.5rem;
    background-color: #2c5f8d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.btn-primary-large:hover {
    background-color: #234a6f;
}

.btn-secondary {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #f0f0f0;
    color: #2c2c2c;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    transition: background-color 0.3s ease;
    margin-left: 1rem;
}

.btn-secondary:hover {
    background-color: #e0e0e0;
}

.insight-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.insight-card {
    padding: 1.5rem;
    background-color: #f8f8f8;
    border-left: 4px solid #2c5f8d;
    border-radius: 4px;
}

.insight-card h3 {
    margin-top: 0;
    font-size: 1.3rem;
}

.testimonial-inline {
    margin: 2.5rem 0;
    padding: 1.5rem 2rem;
    background-color: #f5f5f5;
    border-left: 4px solid #8a8a8a;
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.8;
}

.testimonial-inline cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-weight: 600;
    font-size: 0.95rem;
    color: #555;
}

.services-editorial {
    margin-top: 2.5rem;
}

.service-item {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e0e0e0;
}

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

.service-image-wrap {
    margin-bottom: 1.5rem;
    background-color: #e8e8e8;
    border-radius: 4px;
    overflow: hidden;
}

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

.service-item h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    margin-top: 0;
}

.service-item p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c5f8d;
    margin: 1rem 0;
}

.select-service {
    padding: 0.8rem 1.8rem;
    background-color: #2c5f8d;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.select-service:hover {
    background-color: #234a6f;
}

.select-service.selected {
    background-color: #4a7a4a;
}

.editorial-form {
    margin-top: 2rem;
    padding: 2rem;
    background-color: #f8f8f8;
    border-radius: 4px;
}

.selected-service-display {
    background-color: #e8f4e8;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #2c5f8d;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c5f8d;
}

.btn-submit {
    padding: 1rem 2.5rem;
    background-color: #2c5f8d;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.disclaimer {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    padding: 1.5rem;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-top: 3rem;
}

.site-footer {
    background-color: #2c2c2c;
    color: #e0e0e0;
    padding: 3rem 2rem 1.5rem;
    margin-top: 5rem;
}

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

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

.footer-column h4 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: #ffffff;
}

.footer-column p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

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

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    z-index: 10000;
    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: 2rem;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.cookie-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.btn-cookie {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

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

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

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

.cookie-link {
    color: #b0b0b0;
    text-decoration: underline;
    font-size: 0.9rem;
}

.cookie-link:hover {
    color: #ffffff;
}

.page-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e0e0e0;
}

.legal-date {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

.legal-content {
    max-width: 900px;
}

.legal-section {
    margin-bottom: 3rem;
}

.legal-section h2 {
    margin-top: 2.5rem;
}

.legal-section h3 {
    margin-top: 2rem;
}

.legal-section ul {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.legal-section li {
    margin-bottom: 0.7rem;
    font-size: 1.05rem;
}

.legal-section p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

.cookies-table th,
.cookies-table td {
    padding: 1rem;
    text-align: left;
    border: 1px solid #ddd;
}

.cookies-table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.service-detail-block {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e0e0e0;
}

.service-detail-block:last-child {
    border-bottom: none;
}

.price-large {
    font-size: 2rem;
    font-weight: 700;
    color: #2c5f8d;
    margin: 1rem 0 1.5rem;
}

.services-cta {
    text-align: center;
    padding: 3rem 0;
    margin-top: 4rem;
    background-color: #f8f8f8;
    border-radius: 4px;
}

.contact-info {
    margin-top: 2rem;
}

.contact-block h2 {
    margin-bottom: 1.5rem;
}

.contact-details {
    margin: 2.5rem 0;
}

.contact-item {
    margin-bottom: 2rem;
}

.contact-item h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #2c5f8d;
}

.contact-note {
    margin-top: 2rem;
    padding: 1rem;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 0.95rem;
}

.thanks-content {
    margin-top: 2rem;
}

.thanks-message h2 {
    margin-bottom: 1rem;
}

.service-confirmation {
    background-color: #e8f4e8;
    padding: 1rem;
    border-radius: 4px;
    margin: 1.5rem 0;
    font-weight: 600;
    color: #2c5f8d;
}

.thanks-list {
    margin: 2rem 0 2rem 2rem;
}

.thanks-list li {
    margin-bottom: 0.8rem;
    font-size: 1.05rem;
}

.thanks-cta {
    margin-top: 3rem;
    text-align: center;
}

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

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .editorial-content {
        padding: 2rem 1.5rem;
    }

    .editorial-content h1 {
        font-size: 2rem;
    }

    .editorial-content h2 {
        font-size: 1.6rem;
    }

    .intro-subtext {
        font-size: 1.1rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

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

    .cookie-actions {
        flex-wrap: wrap;
    }

    .btn-secondary {
        margin-left: 0;
        margin-top: 1rem;
    }
}