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

.ad-disclosure {
    background-color: #f4f1ed;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0ddd8;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.main-nav {
    background-color: #fff;
    border-bottom: 1px solid #e8e5e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: 0.5px;
}

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

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.2s ease;
}

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

.editorial-content {
    max-width: 100%;
}

.hero-editorial {
    position: relative;
    margin-bottom: 60px;
    background-color: #3a3a3a;
}

.hero-image-wrapper {
    width: 100%;
    overflow: hidden;
    max-height: 600px;
}

.hero-image {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
    opacity: 0.85;
}

.hero-text-overlay {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 700px;
    text-align: center;
}

.hero-text-overlay h1 {
    font-size: 48px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    margin: 0;
}

.narrow-text {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 25px;
}

.story-intro,
.problem-amplification,
.trust-building,
.benefits-reveal,
.cta-integrated,
.final-cta,
.about-story,
.services-detailed,
.services-faq,
.contact-info-section,
.thanks-section,
.page-hero {
    padding: 50px 0;
}

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

.story-intro p,
.problem-amplification p,
.trust-building p,
.benefits-reveal p,
.about-story p,
.contact-info-section p,
.services-detailed p {
    margin-bottom: 24px;
}

h1 {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 700;
    color: #1a1a1a;
}

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

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

h4 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2a2a2a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.inline-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 40px auto;
    display: block;
    object-fit: cover;
    border-radius: 4px;
}

.insight-box {
    background-color: #f8f6f3;
    border-left: 4px solid #8b7355;
    padding: 30px;
    margin: 40px 0;
}

.insight-box h3 {
    margin-top: 0;
    font-size: 22px;
}

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

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

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

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

.citation {
    color: #6b5d4f;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.citation:hover {
    color: #8b7355;
}

.benefits-list,
.principles-list,
.features-list {
    margin: 25px 0;
    padding-left: 25px;
}

.benefits-list li,
.principles-list li,
.features-list li {
    margin-bottom: 15px;
    line-height: 1.7;
}

.services-cards-editorial {
    max-width: 1000px;
    margin: 50px auto;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-card {
    background-color: #fff;
    border: 1px solid #e8e5e0;
    padding: 35px;
    transition: box-shadow 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.service-card h3 {
    margin-top: 0;
    font-size: 26px;
}

.service-card p {
    margin-bottom: 20px;
    color: #4a4a4a;
}

.price {
    font-size: 28px;
    font-weight: 700;
    color: #6b5d4f;
    margin: 25px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.btn-select,
.btn-submit,
.btn-primary {
    background-color: #6b5d4f;
    color: #fff;
    border: none;
    padding: 16px 32px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}

.btn-select:hover,
.btn-submit:hover,
.btn-primary:hover {
    background-color: #8b7355;
}

.form-section {
    background-color: #f8f6f3;
    padding: 60px 0;
    margin-top: 50px;
}

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

.selected-service-display {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-left: 4px solid #6b5d4f;
    font-weight: 600;
    color: #2a2a2a;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2a2a2a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border: 1px solid #d4cec5;
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #6b5d4f;
}

.closing-thought {
    font-size: 22px;
    line-height: 1.6;
    font-style: italic;
    color: #4a4a4a;
    text-align: center;
    margin-top: 40px;
}

.main-footer {
    background-color: #2a2a2a;
    color: #d4cec5;
    padding: 60px 0 30px;
    margin-top: 80px;
}

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

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

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

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

.footer-section a {
    color: #d4cec5;
    text-decoration: none;
    transition: color 0.2s ease;
}

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

.references-list {
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.6;
}

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

.disclaimer {
    font-size: 14px;
    line-height: 1.6;
    color: #b0aaa3;
}

.footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 25px 30px 0;
    border-top: 1px solid #4a4a4a;
    text-align: center;
    color: #b0aaa3;
    font-size: 14px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #fff;
    padding: 25px;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    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: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    margin: 0;
    flex: 1;
    min-width: 300px;
    font-size: 15px;
    line-height: 1.5;
}

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

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

.btn-accept,
.btn-reject {
    padding: 12px 24px;
    font-size: 15px;
    cursor: pointer;
    border: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.btn-accept {
    background-color: #6b5d4f;
    color: #fff;
}

.btn-accept:hover {
    background-color: #8b7355;
}

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

.btn-reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

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

.legal-content h1 {
    margin-bottom: 30px;
}

.legal-content h2 {
    margin-top: 40px;
}

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

.legal-content li {
    margin-bottom: 12px;
    line-height: 1.7;
}

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

.page-hero {
    background-color: #f8f6f3;
    padding: 80px 0 60px;
}

.service-detail-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
    padding: 0 25px;
}

.service-detail-block:nth-child(even) {
    flex-direction: column-reverse;
}

.service-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 4px;
}

.price-tag {
    font-size: 32px;
    font-weight: 700;
    color: #6b5d4f;
    margin: 20px 0 30px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.contact-details {
    margin-bottom: 50px;
}

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

.contact-item h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.email-display {
    font-weight: 600;
    color: #2a2a2a;
}

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

.contact-additional {
    margin-top: 40px;
}

.thanks-message {
    margin-top: 30px;
}

.service-confirmation {
    margin: 30px 0;
}

.selected-service-box {
    background-color: #f8f6f3;
    padding: 25px;
    border-left: 4px solid #6b5d4f;
}

.selected-service-box h3 {
    margin-top: 0;
    font-size: 20px;
}

.price-display {
    font-size: 26px;
    font-weight: 700;
    color: #6b5d4f;
    margin-top: 10px;
}

.next-steps {
    margin: 30px 0;
    padding-left: 25px;
}

.next-steps li {
    margin-bottom: 18px;
    line-height: 1.7;
}

.thanks-cta {
    margin-top: 40px;
    text-align: center;
}

@media (max-width: 768px) {
    .hero-text-overlay h1 {
        font-size: 32px;
    }

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 26px;
    }

    .lead-paragraph {
        font-size: 20px;
    }

    .nav-container {
        flex-direction: column;
        gap: 20px;
    }

    .nav-links {
        gap: 20px;
    }

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

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .btn-accept,
    .btn-reject {
        width: 100%;
    }

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