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

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

.ad-notice {
    background-color: #f4f4f4;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
    font-family: 'Arial', sans-serif;
}

.nav-editorial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    font-family: 'Arial', sans-serif;
}

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

.nav-links a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    transition: color 0.3s ease;
}

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

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

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

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

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

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

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

.page-header-editorial {
    margin-bottom: 50px;
    text-align: center;
}

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

.page-lead {
    font-size: 20px;
    line-height: 1.6;
    color: #5a5a5a;
}

.story-section {
    margin-bottom: 60px;
}

.story-content h2 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.story-content h3 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #2a2a2a;
}

.story-content p {
    margin-bottom: 25px;
}

.inline-image {
    margin: 40px 0;
    background-color: #e9e9e9;
    overflow: hidden;
}

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

.insight-section {
    margin-bottom: 60px;
    padding: 40px;
    background-color: #f9f9f9;
    border-left: 4px solid #1a73e8;
}

.insight-content h3 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.insight-content p {
    margin-bottom: 20px;
}

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

.cta-link {
    display: inline-block;
    padding: 14px 28px;
    background-color: #1a73e8;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s ease;
}

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

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

.services-editorial-intro {
    margin-bottom: 40px;
    text-align: center;
}

.services-editorial-intro h2 {
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.services-editorial-intro p {
    font-size: 19px;
    color: #5a5a5a;
}

.service-card-editorial {
    margin-bottom: 40px;
    padding: 35px;
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0;
}

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

.service-card-editorial p {
    margin-bottom: 15px;
    color: #3a3a3a;
}

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #1a73e8;
    margin-bottom: 20px;
    font-family: 'Arial', sans-serif;
}

.btn-select-service {
    display: inline-block;
    padding: 12px 26px;
    background-color: #1a73e8;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.story-continuation {
    margin-bottom: 60px;
}

.form-section-editorial {
    margin-bottom: 60px;
    padding: 50px 40px;
    background-color: #f4f4f4;
}

.form-container-editorial h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: #1a1a1a;
    text-align: center;
}

.form-container-editorial > p {
    margin-bottom: 30px;
    text-align: center;
    color: #4a4a4a;
}

.editorial-form {
    max-width: 600px;
    margin: 0 auto;
}

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

.form-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #2a2a2a;
    font-family: 'Arial', sans-serif;
}

.form-field input,
.form-field textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    font-size: 16px;
    font-family: 'Georgia', serif;
    color: #2a2a2a;
}

.form-field input:focus,
.form-field textarea:focus {
    outline: none;
    border-color: #1a73e8;
}

.form-field input[readonly] {
    background-color: #f0f0f0;
    cursor: not-allowed;
}

.btn-submit {
    display: block;
    width: 100%;
    padding: 14px;
    background-color: #1a73e8;
    color: #ffffff;
    border: none;
    font-size: 18px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.form-notice {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.form-notice a {
    color: #1a73e8;
    text-decoration: underline;
}

.disclaimer-section {
    margin-bottom: 60px;
    padding: 30px;
    background-color: #fff9e6;
    border: 1px solid #f0e68c;
}

.disclaimer-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.disclaimer-content p {
    font-size: 15px;
    color: #4a4a4a;
    line-height: 1.6;
}

.references-section {
    margin-bottom: 60px;
    padding: 30px;
    background-color: #f4f4f4;
}

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

.reference-list {
    padding-left: 20px;
}

.reference-list li {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
    color: #3a3a3a;
}

.footer-editorial {
    background-color: #2a2a2a;
    color: #e0e0e0;
    padding: 50px 40px 20px;
}

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

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
}

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
    color: #b0b0b0;
}

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

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

.footer-column ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    font-size: 13px;
    color: #888;
}

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

.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;
    color: #2a2a2a;
    line-height: 1.5;
}

.cookie-content a {
    color: #1a73e8;
    text-decoration: underline;
}

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

.btn-cookie,
.btn-cookie-alt {
    padding: 10px 24px;
    border: none;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.btn-cookie:hover {
    background-color: #1557b0;
}

.btn-cookie-alt {
    background-color: #e0e0e0;
    color: #2a2a2a;
}

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

.contact-section {
    margin-bottom: 60px;
}

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

.contact-detail {
    font-size: 18px;
    margin-bottom: 30px;
    color: #3a3a3a;
    line-height: 1.7;
}

.contact-note {
    font-size: 15px;
    color: #666;
    margin-bottom: 40px;
    font-style: italic;
}

.contact-note-block {
    margin-top: 50px;
    padding: 30px;
    background-color: #f7f7f7;
}

.contact-note-block h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.contact-note-block p {
    margin-bottom: 20px;
    color: #3a3a3a;
}

.contact-note-block a {
    color: #1a73e8;
    text-decoration: underline;
}

.thanks-section {
    margin-bottom: 60px;
    text-align: center;
}

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

.thanks-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 40px;
    color: #2a2a2a;
}

.thanks-content p {
    margin-bottom: 20px;
    color: #3a3a3a;
}

.service-confirmation {
    margin: 40px 0;
    padding: 30px;
    background-color: #f0f8ff;
    border-left: 4px solid #1a73e8;
    text-align: left;
}

.service-confirmation h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-confirmation p {
    font-size: 18px;
    color: #2a2a2a;
}

.thanks-actions {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 12px 26px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s ease;
}

.btn-primary {
    background-color: #1a73e8;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #1557b0;
}

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

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

.legal-section {
    margin-bottom: 60px;
}

.legal-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #1a1a1a;
}

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

.legal-content p {
    margin-bottom: 20px;
    color: #3a3a3a;
}

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

.legal-content ul li {
    margin-bottom: 10px;
    color: #3a3a3a;
}

.legal-content a {
    color: #1a73e8;
    text-decoration: underline;
}

.legal-date {
    margin-top: 50px;
    font-size: 15px;
    color: #888;
    font-style: italic;
}

.approach-section,
.team-section,
.values-section {
    margin-bottom: 60px;
}

.approach-content h2,
.team-content h2,
.values-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.approach-content p,
.team-content p,
.values-content p {
    margin-bottom: 25px;
    color: #3a3a3a;
}

.services-detailed {
    margin-bottom: 60px;
}

.service-detail-block {
    margin-bottom: 70px;
}

.service-detail-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.service-detail-content p {
    margin-bottom: 20px;
    color: #3a3a3a;
}

.service-pricing {
    margin: 30px 0;
    padding: 20px;
    background-color: #f0f8ff;
    border-left: 4px solid #1a73e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-label {
    font-size: 18px;
    color: #4a4a4a;
    font-family: 'Arial', sans-serif;
}

.price-amount {
    font-size: 28px;
    font-weight: 700;
    color: #1a73e8;
    font-family: 'Arial', sans-serif;
}

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

    .nav-links {
        gap: 20px;
    }

    .hero-content-editorial h1 {
        font-size: 32px;
    }

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

    .editorial-container {
        padding: 40px 15px;
    }

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

    .footer-content {
        flex-direction: column;
    }

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

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

    .thanks-actions {
        flex-direction: column;
    }

    .service-pricing {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}