/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

a {
    color: #1a5490;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #0d3a6a;
}

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

/* Ad Disclosure */
.ad-disclosure {
    background-color: #f0f0f0;
    color: #555;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #ddd;
}

/* Navigation */
.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a5490;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    color: #333;
    transition: color 0.3s ease;
}

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

/* Editorial Content Container */
.editorial-content {
    background-color: #ffffff;
    margin: 0 auto;
}

.narrow-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 30px;
}

/* Hero Editorial */
.hero-editorial {
    margin-bottom: 60px;
}

.hero-image-container {
    width: 100%;
    background-color: #e8e8e8;
    margin-bottom: 40px;
}

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

.hero-text-centered {
    text-align: center;
    padding: 40px 0;
}

.hero-text-centered h1 {
    font-size: 48px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.hero-subtitle {
    font-size: 22px;
    color: #555;
    font-style: italic;
    font-weight: 300;
}

/* Page Header Editorial */
.page-header-editorial {
    padding: 80px 0 60px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 60px;
}

.page-header-editorial h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 400;
}

.header-intro {
    font-size: 20px;
    color: #666;
    font-style: italic;
}

/* Typography */
h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 50px 0 25px;
    font-weight: 400;
}

h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #2a2a2a;
    margin: 35px 0 18px;
    font-weight: 500;
}

h4 {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin: 25px 0 12px;
    font-weight: 600;
}

p {
    margin-bottom: 25px;
    color: #3a3a3a;
}

.opening-line {
    font-size: 22px;
    line-height: 1.6;
    color: #2a2a2a;
    margin-bottom: 30px;
    font-style: italic;
}

/* Inline Images */
.inline-image {
    margin: 50px 0;
    background-color: #f5f5f5;
}

.inline-image img {
    width: 100%;
    height: auto;
}

.image-caption {
    font-size: 15px;
    color: #777;
    font-style: italic;
    padding: 15px 20px;
    text-align: center;
    background-color: #f5f5f5;
}

/* Story Sections */
.story-intro,
.method-section,
.trust-section,
.about-story,
.services-detailed,
.contact-section,
.closing-section {
    padding: 40px 0;
}

/* Technique Highlight */
.technique-highlight {
    background-color: #f9f9f9;
    border-left: 4px solid #1a5490;
    padding: 30px;
    margin: 40px 0;
}

.technique-highlight h3 {
    margin-top: 0;
    color: #1a5490;
}

.highlight-box {
    background-color: #fef9f3;
    border: 1px solid #e8d5b7;
    padding: 25px;
    margin: 35px 0;
    font-size: 17px;
    line-height: 1.7;
}

/* Services Narrative */
.services-narrative {
    padding: 60px 0;
}

.service-card-editorial {
    border-top: 2px solid #e0e0e0;
    padding: 40px 0;
    margin: 40px 0;
}

.service-card-editorial h3 {
    margin-top: 0;
    font-size: 28px;
    color: #1a5490;
}

.price-tag {
    font-size: 26px;
    color: #1a5490;
    font-weight: 600;
    margin: 20px 0;
    font-family: 'Arial', sans-serif;
}

.price-display {
    font-size: 28px;
    color: #1a5490;
    font-weight: 700;
    margin: 15px 0 25px;
    font-family: 'Arial', sans-serif;
}

/* Service Detail Blocks */
.service-detail-block {
    border-top: 2px solid #e0e0e0;
    padding: 50px 0;
    margin: 50px 0;
}

.service-list {
    list-style-position: outside;
    margin-left: 25px;
    margin-bottom: 25px;
}

.service-list li {
    margin-bottom: 12px;
    line-height: 1.7;
    color: #3a3a3a;
}

/* CTA Inline */
.cta-inline {
    margin: 40px 0;
    text-align: center;
}

.btn-text-link {
    font-size: 18px;
    color: #1a5490;
    font-weight: 600;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 2px solid #1a5490;
    transition: all 0.3s ease;
}

.btn-text-link:hover {
    color: #0d3a6a;
    border-bottom-color: #0d3a6a;
}

/* Buttons */
.btn-select-service,
.btn-submit,
.btn-primary {
    background-color: #1a5490;
    color: #ffffff;
    border: none;
    padding: 15px 35px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    margin-top: 15px;
}

.btn-select-service:hover,
.btn-submit:hover,
.btn-primary:hover {
    background-color: #0d3a6a;
}

.btn-secondary {
    background-color: #f0f0f0;
    color: #333;
    border: 1px solid #ccc;
    padding: 15px 35px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 15px;
}

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

/* Testimonials */
.testimonial-inline {
    background-color: #f9f9f9;
    border-left: 4px solid #d4a574;
    padding: 30px;
    margin: 45px 0;
    font-style: italic;
}

.testimonial-text {
    font-size: 19px;
    line-height: 1.7;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.testimonial-author {
    font-size: 16px;
    color: #666;
    text-align: right;
}

/* Form Section */
.form-section {
    background-color: #f9f9f9;
    padding: 60px 0;
    margin-top: 60px;
}

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

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

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    font-family: 'Arial', sans-serif;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    font-family: 'Georgia', 'Times New Roman', serif;
    transition: border-color 0.3s ease;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1a5490;
}

.selected-service-display {
    background-color: #e8f4ff;
    border: 1px solid #1a5490;
    padding: 20px;
    margin: 25px 0;
    font-family: 'Arial', sans-serif;
    display: none;
}

.selected-service-display.active {
    display: block;
}

/* Thanks Page */
.thanks-section {
    padding: 80px 0;
    text-align: center;
}

.thanks-icon {
    font-size: 72px;
    color: #4a9d5f;
    margin-bottom: 30px;
}

.thanks-section h1 {
    font-size: 42px;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.thanks-message {
    font-size: 20px;
    color: #555;
    margin-bottom: 40px;
    line-height: 1.6;
}

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

.service-confirmed p {
    margin-bottom: 10px;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
}

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

.steps-list {
    list-style-position: outside;
    margin-left: 25px;
}

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

.thanks-info {
    margin: 40px 0;
}

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

/* Contact Page */
.contact-info-block {
    margin: 40px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
}

.contact-info-block:last-of-type {
    border-bottom: none;
}

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

/* Legal Pages */
.legal-page {
    padding: 60px 0;
}

.legal-intro {
    font-size: 15px;
    color: #777;
    margin-bottom: 30px;
    font-style: italic;
}

.legal-page ul {
    list-style-position: outside;
    margin-left: 25px;
    margin-bottom: 25px;
}

.legal-page li {
    margin-bottom: 10px;
    line-height: 1.7;
}

/* Footer */
.main-footer {
    background-color: #2a2a2a;
    color: #cccccc;
    padding: 60px 0 20px;
    margin-top: 80px;
}

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

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

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

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

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

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

.footer-column ul li a {
    color: #cccccc;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 40px auto 30px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 1.6;
    color: #999;
    border-top: 1px solid #444;
    padding-top: 30px;
}

.footer-bottom {
    max-width: 1200px;
    margin: 20px auto 0;
    padding: 20px 30px 0;
    text-align: center;
    border-top: 1px solid #444;
}

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

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 25px;
    z-index: 1000;
    display: none;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #cccccc;
}

.cookie-content a {
    color: #5fa3d0;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 12px 25px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    transition: all 0.3s ease;
}

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

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

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

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

/* Responsive Design */
@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 20px;
    }

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

    .hero-text-centered h1 {
        font-size: 36px;
    }

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

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

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 21px;
    }

    .opening-line {
        font-size: 19px;
    }

    body {
        font-size: 16px;
    }

    .narrow-content {
        padding: 0 20px;
    }

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

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

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

    .hero-image-container img {
        height: 400px;
    }

    .price-tag,
    .price-display {
        font-size: 22px;
    }
}

/* Closing Text */
.closing-text {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #e0e0e0;
}