* {
    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 20px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.main-nav {
    background-color: #fff;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #2c2c2c;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    text-decoration: none;
    color: #555;
    font-size: 15px;
    transition: color 0.2s ease;
}

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

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

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

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

.hero-lead {
    font-size: 20px;
    line-height: 1.6;
    color: #4a4a4a;
    font-style: italic;
}

.page-header {
    margin-bottom: 50px;
}

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

.page-lead {
    font-size: 19px;
    line-height: 1.6;
    color: #4a4a4a;
}

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

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

.story-section h2 {
    font-size: 30px;
    margin: 50px 0 24px;
    font-weight: 600;
    color: #1a1a1a;
}

.story-section h3 {
    font-size: 24px;
    margin: 35px 0 18px;
    font-weight: 600;
    color: #2a2a2a;
}

.story-section h4 {
    font-size: 20px;
    margin: 28px 0 14px;
    font-weight: 600;
    color: #2a2a2a;
}

.story-section ul {
    margin: 20px 0 20px 25px;
    font-size: 18px;
    color: #3a3a3a;
}

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

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

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

.inline-image-small {
    margin: 35px 0;
    background-color: #f5f5f5;
}

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

.insight-box {
    background-color: #f9f6f1;
    padding: 32px 36px;
    margin: 45px 0;
    border-left: 4px solid #d4a574;
}

.insight-box h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #2a2a2a;
}

.insight-box p {
    font-size: 17px;
    line-height: 1.7;
    color: #3a3a3a;
}

.insight-box a {
    color: #8b6f47;
    text-decoration: underline;
}

.insight-box a:hover {
    color: #6d5638;
}

.testimonial-inline {
    margin: 55px 0;
    padding: 0 20px;
}

.testimonial-inline blockquote {
    border-left: 3px solid #ccc;
    padding-left: 28px;
    font-style: italic;
    font-size: 20px;
    line-height: 1.6;
    color: #444;
}

.testimonial-inline cite {
    display: block;
    margin-top: 16px;
    font-size: 16px;
    color: #777;
    font-style: normal;
}

.reference-link {
    color: #5a7fa6;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px dotted #5a7fa6;
}

.reference-link:hover {
    color: #3d5a7a;
    border-bottom: 1px solid #3d5a7a;
}

.stats-inline {
    display: flex;
    justify-content: space-around;
    margin: 45px 0;
    padding: 35px 20px;
    background-color: #f7f9fa;
    gap: 30px;
}

.stat {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stat strong {
    font-size: 36px;
    color: #2c2c2c;
    font-weight: 600;
}

.stat span {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}

.benefits-reveal {
    margin: 55px 0;
}

.benefits-reveal h2 {
    font-size: 30px;
    margin-bottom: 35px;
    font-weight: 600;
    color: #1a1a1a;
}

.benefit-item {
    margin-bottom: 35px;
}

.benefit-item h4 {
    font-size: 21px;
    margin-bottom: 12px;
    color: #2a2a2a;
    font-weight: 600;
}

.benefit-item p {
    font-size: 18px;
    color: #3a3a3a;
    line-height: 1.7;
}

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

.services-preview h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #1a1a1a;
}

.services-preview > p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 40px;
}

.service-card-editorial {
    background-color: #fff;
    padding: 35px 40px;
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
    transition: border-color 0.3s ease;
}

.service-card-editorial:hover {
    border-color: #c8c8c8;
}

.service-card-editorial h3 {
    font-size: 24px;
    margin-bottom: 16px;
    color: #2a2a2a;
    font-weight: 600;
}

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

.price-tag {
    font-size: 28px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 20px 0;
}

.cta-select {
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: inherit;
}

.cta-select:hover {
    background-color: #1a1a1a;
}

.form-section {
    margin: 70px 0 60px;
}

.form-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #1a1a1a;
}

.form-section > p {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 35px;
}

.editorial-form {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #e8e8e8;
}

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

.form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #2c2c2c;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    background-color: #fafafa;
    font-family: inherit;
    transition: border-color 0.2s ease;
}

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

.cta-submit {
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: inherit;
    width: 100%;
}

.cta-submit:hover {
    background-color: #1a1a1a;
}

.disclaimer-section {
    margin: 55px 0;
    padding: 30px 35px;
    background-color: #f5f5f5;
    border-left: 3px solid #999;
}

.disclaimer-text {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.editorial-footer {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

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

.references-section h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #2a2a2a;
}

.references-list {
    list-style: decimal;
    margin-left: 20px;
    font-size: 14px;
    line-height: 1.8;
}

.references-list li {
    margin-bottom: 10px;
}

.references-list a {
    color: #5a7fa6;
    text-decoration: none;
}

.references-list a:hover {
    text-decoration: underline;
}

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

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
}

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

.footer-copy {
    text-align: center;
    font-size: 14px;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 24px 30px;
    display: none;
    z-index: 1000;
}

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

.cookie-content {
    max-width: 1100px;
    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.6;
    margin: 0;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 10px 24px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: opacity 0.2s ease;
}

.cookie-accept {
    background-color: #fff;
    color: #2c2c2c;
}

.cookie-accept:hover {
    opacity: 0.9;
}

.cookie-reject {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.cookie-reject:hover {
    opacity: 0.8;
}

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

.contact-block {
    margin-bottom: 40px;
}

.contact-block h3 {
    font-size: 22px;
    margin-bottom: 14px;
    color: #2a2a2a;
    font-weight: 600;
}

.contact-info {
    font-size: 17px;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 8px;
}

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

.thanks-header {
    text-align: center;
}

.thanks-content {
    text-align: center;
}

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

.next-steps h2 {
    font-size: 26px;
    margin-bottom: 24px;
    color: #2a2a2a;
}

.next-steps p {
    margin-bottom: 14px;
}

.inline-link {
    color: #5a7fa6;
    text-decoration: none;
    font-size: 17px;
    border-bottom: 1px solid #5a7fa6;
}

.inline-link:hover {
    color: #3d5a7a;
}

.legal-page {
    max-width: 800px;
}

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

.legal-section h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #2a2a2a;
    font-weight: 600;
}

.legal-section h3 {
    font-size: 20px;
    margin: 25px 0 14px;
    color: #2a2a2a;
    font-weight: 600;
}

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

.legal-section ul {
    margin: 16px 0 16px 25px;
    font-size: 16px;
    line-height: 1.8;
    color: #3a3a3a;
}

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

.legal-section a {
    color: #5a7fa6;
    text-decoration: none;
    border-bottom: 1px dotted #5a7fa6;
}

.legal-section a:hover {
    color: #3d5a7a;
    border-bottom: 1px solid #3d5a7a;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 15px;
}

.cookie-table th,
.cookie-table td {
    border: 1px solid #d0d0d0;
    padding: 12px 16px;
    text-align: left;
}

.cookie-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #2a2a2a;
}

.cookie-table td {
    color: #3a3a3a;
}

.services-detailed {
    margin: 50px 0;
}

.service-detail {
    margin-bottom: 55px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e8e8e8;
}

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

.service-detail h2 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #2a2a2a;
    font-weight: 600;
}

.service-price {
    font-size: 26px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 18px 0 25px;
}

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

.service-detail ul {
    margin: 18px 0 18px 25px;
    font-size: 17px;
    color: #3a3a3a;
}

.service-detail ul li {
    margin-bottom: 10px;
}

.cta-service {
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: inherit;
    margin-top: 18px;
}

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

.values-section {
    margin: 50px 0;
}

.values-section h2 {
    font-size: 30px;
    margin-bottom: 35px;
    font-weight: 600;
    color: #1a1a1a;
}

.value-item {
    margin-bottom: 32px;
}

.value-item h4 {
    font-size: 21px;
    margin-bottom: 12px;
    color: #2a2a2a;
    font-weight: 600;
}

.value-item p {
    font-size: 17px;
    color: #3a3a3a;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .editorial-container {
        padding: 40px 20px 60px;
    }

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

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

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

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

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

    .nav-links {
        gap: 16px;
    }

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

    .stats-inline {
        flex-direction: column;
        gap: 25px;
    }

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

    .cookie-buttons {
        width: 100%;
    }

    .cookie-accept,
    .cookie-reject {
        flex: 1;
    }

    .editorial-form {
        padding: 30px 24px;
    }
}