* {
    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 15px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

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

.nav-brand {
    font-size: 22px;
    font-weight: bold;
    color: #2c2c2c;
    font-family: 'Arial', sans-serif;
}

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

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

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

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

.editorial-hero {
    margin: 60px 0;
    position: relative;
}

.hero-image-wrapper {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #e8e8e8;
}

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

.hero-text-overlay {
    margin-top: 40px;
}

.hero-text-overlay h1 {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 400;
    color: #1a1a1a;
    max-width: 700px;
}

.editorial-intro,
.editorial-story,
.editorial-insight,
.editorial-trust,
.editorial-benefits,
.editorial-form-section,
.editorial-references,
.editorial-disclaimer {
    margin-bottom: 80px;
}

.text-column {
    max-width: 680px;
    margin: 0 auto;
}

.lead-paragraph {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #3a3a3a;
}

.text-column p {
    font-size: 18px;
    margin-bottom: 24px;
    color: #444;
}

.text-column h2 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #1a1a1a;
}

.text-column h3 {
    font-size: 26px;
    margin: 40px 0 20px;
    font-weight: 400;
    color: #2c2c2c;
}

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

.link-cta {
    color: #444;
    text-decoration: underline;
    font-size: 18px;
    transition: color 0.3s;
}

.link-cta:hover {
    color: #000;
}

.inline-image {
    margin: 50px 0;
    width: 100%;
    background-color: #e8e8e8;
}

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

.insight-box {
    background-color: #f9f9f9;
    padding: 30px;
    margin: 40px 0;
    border-left: 4px solid #2c2c2c;
}

.insight-box p {
    margin-bottom: 15px;
    font-size: 17px;
}

.insight-box p:last-child {
    margin-bottom: 0;
}

.testimonial-inline {
    margin: 50px 0;
    padding: 0 30px;
}

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

.testimonial-inline footer {
    margin-top: 15px;
    font-style: normal;
    font-size: 16px;
    color: #777;
}

.service-card-editorial {
    margin: 50px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.service-card-editorial:last-of-type {
    border-bottom: none;
}

.service-inline-image {
    width: 100%;
    height: 350px;
    margin-bottom: 25px;
    overflow: hidden;
    background-color: #e8e8e8;
}

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

.service-card-editorial h3 {
    font-size: 28px;
    margin-bottom: 18px;
}

.service-card-editorial p {
    font-size: 17px;
    margin-bottom: 15px;
}

.service-price {
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0;
    color: #2c2c2c;
}

.select-service-btn {
    background-color: #2c2c2c;
    color: #fff;
    padding: 12px 28px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.select-service-btn.selected {
    background-color: #555;
}

.editorial-form {
    margin-top: 40px;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-family: inherit;
}

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

.form-submit-btn {
    background-color: #2c2c2c;
    color: #fff;
    padding: 14px 40px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form-submit-btn:hover {
    background-color: #444;
}

.form-submit-btn:disabled {
    background-color: #999;
    cursor: not-allowed;
}

.references-list {
    padding-left: 25px;
    font-size: 15px;
    line-height: 1.8;
}

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

.references-list a {
    color: #2c2c2c;
    text-decoration: none;
}

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

.disclaimer-text {
    font-size: 14px;
    color: #666;
    font-style: italic;
    line-height: 1.7;
}

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

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

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

.footer-section h4 {
    margin-bottom: 20px;
    font-size: 18px;
}

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

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

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

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

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

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #444;
    font-size: 13px;
    color: #999;
}

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

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

.cookie-content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 14px;
    color: #2c2c2c;
}

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

.cookie-btn {
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

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

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

.cookie-btn.reject {
    background-color: #e0e0e0;
    color: #2c2c2c;
}

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

.page-header {
    text-align: center;
    padding: 80px 20px 60px;
    background-color: #f5f5f5;
}

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

.page-header p {
    font-size: 20px;
    color: #555;
}

.content-section {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
}

.content-section h2 {
    font-size: 32px;
    margin: 50px 0 25px;
    font-weight: 400;
    color: #2c2c2c;
}

.content-section h3 {
    font-size: 24px;
    margin: 35px 0 20px;
    font-weight: 400;
    color: #3a3a3a;
}

.content-section p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}

.content-section ul,
.content-section ol {
    margin: 20px 0;
    padding-left: 40px;
}

.content-section li {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #444;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 50px 0;
}

.service-card-page {
    flex: 1;
    min-width: 280px;
    padding: 30px;
    background-color: #f9f9f9;
    border-left: 4px solid #2c2c2c;
}

.service-card-page h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.service-card-page p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.service-card-page .price {
    font-size: 22px;
    font-weight: bold;
    color: #1a1a1a;
    margin-top: 20px;
}

.contact-info {
    background-color: #f9f9f9;
    padding: 40px;
    margin: 50px 0;
}

.contact-info p {
    font-size: 17px;
    margin-bottom: 15px;
}

.contact-info strong {
    color: #2c2c2c;
}

.thanks-message {
    text-align: center;
    padding: 100px 20px;
}

.thanks-message h1 {
    font-size: 48px;
    margin-bottom: 25px;
    color: #2c2c2c;
}

.thanks-message p {
    font-size: 20px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 30px;
    color: #555;
}

.thanks-message a {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 35px;
    background-color: #2c2c2c;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s;
}

.thanks-message a:hover {
    background-color: #444;
}

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

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

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

    .text-column h2 {
        font-size: 28px;
    }

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

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

    .services-grid {
        flex-direction: column;
    }
}