/* ==========================================
   RESET & BASE STYLES
   ========================================== */

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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

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

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

a {
    color: #2c5f2d;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1a3a1b;
}

button {
    cursor: pointer;
    border: none;
    font-family: inherit;
}

/* ==========================================
   TYPOGRAPHY
   ========================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

p {
    margin-bottom: 1.25rem;
}

.lead-paragraph {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 2rem;
}

.subtitle {
    font-size: 1.2rem;
    color: #5a5a5a;
    font-style: italic;
    font-weight: 300;
}

/* ==========================================
   NAVIGATION - EDITORIAL STYLE
   ========================================== */

.nav-editorial {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1.5rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 2.5rem;
}

.nav-links a {
    font-size: 1rem;
    color: #4a4a4a;
    transition: color 0.3s ease;
}

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

/* ==========================================
   EDITORIAL MAIN STRUCTURE
   ========================================== */

.editorial-main {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.text-column {
    width: 100%;
}

/* ==========================================
   HEADER - EDITORIAL STYLE
   ========================================== */

.editorial-header {
    margin-bottom: 4rem;
    position: relative;
}

.header-image-container {
    width: 100%;
    overflow: hidden;
    margin-bottom: 2rem;
}

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

.header-text-overlay {
    padding: 2rem 0;
}

.page-header {
    padding: 3rem 0;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 3rem;
}

/* ==========================================
   EDITORIAL SECTIONS
   ========================================== */

.editorial-intro,
.editorial-story,
.editorial-insight,
.editorial-problem,
.editorial-solution,
.editorial-testimonials,
.editorial-revelation,
.editorial-closing,
.editorial-form-section,
.editorial-urgency,
.editorial-faq {
    margin-bottom: 4rem;
}

/* ==========================================
   INLINE IMAGES
   ========================================== */

.inline-image {
    margin: 3rem 0;
    width: 100%;
}

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

/* ==========================================
   QUOTES
   ========================================== */

.editorial-quote {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f8f8f8;
    border-left: 4px solid #2c5f2d;
    font-style: italic;
}

.editorial-quote p {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.editorial-quote cite {
    font-style: normal;
    color: #5a5a5a;
    font-size: 0.95rem;
}

blockquote.editorial-quote {
    quotes: """ """ "'" "'";
}

/* ==========================================
   CTA BOXES
   ========================================== */

.cta-inline {
    margin: 4rem 0;
}

.cta-box {
    background-color: #2c5f2d;
    color: #fff;
    padding: 2.5rem;
    text-align: center;
}

.cta-box p {
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.cta-box strong {
    font-weight: 700;
}

.highlight-box {
    background-color: #f0f7f0;
    padding: 2.5rem;
    border: 2px solid #2c5f2d;
    margin: 3rem 0;
}

.highlight-box h3 {
    color: #1a3a1b;
    margin-bottom: 1rem;
}

.urgency-box {
    background-color: #fff3e0;
    border-left: 5px solid #f57c00;
    padding: 2rem;
    margin: 2rem 0;
}

.urgency-box h3 {
    color: #e65100;
    margin-bottom: 0.75rem;
}

/* ==========================================
   BUTTONS
   ========================================== */

.btn-cta,
.btn-cta-secondary,
.btn-select-service,
.btn-submit,
.btn-sticky {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-cta {
    background-color: #2c5f2d;
    color: #fff;
}

.btn-cta:hover {
    background-color: #1a3a1b;
    color: #fff;
    transform: translateY(-2px);
}

.btn-cta-secondary {
    background-color: transparent;
    color: #2c5f2d;
    border: 2px solid #2c5f2d;
}

.btn-cta-secondary:hover {
    background-color: #2c5f2d;
    color: #fff;
}

.btn-select-service {
    background-color: #4a4a4a;
    color: #fff;
    width: 100%;
    margin-top: 1rem;
}

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

.btn-select-service.featured {
    background-color: #2c5f2d;
}

.btn-select-service.featured:hover {
    background-color: #1a3a1b;
}

.btn-submit {
    background-color: #2c5f2d;
    color: #fff;
    width: 100%;
    margin-top: 1rem;
    padding: 1.2rem;
    font-size: 1.1rem;
}

.btn-submit:hover {
    background-color: #1a3a1b;
}

.btn-sticky {
    background-color: #fff;
    color: #2c5f2d;
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
}

.btn-sticky:hover {
    background-color: #f0f0f0;
    color: #1a3a1b;
}

/* ==========================================
   SERVICES - EDITORIAL STYLE
   ========================================== */

.services-editorial {
    margin-top: 3rem;
}

.service-item {
    background-color: #f9f9f9;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
    border-left: 5px solid #e0e0e0;
    position: relative;
}

.service-item.featured {
    background-color: #f0f7f0;
    border-left: 5px solid #2c5f2d;
}

.service-item .badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #2c5f2d;
    color: #fff;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    border-radius: 3px;
    font-weight: 600;
}

.service-item h3 {
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-item h4 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
    color: #2c5f2d;
}

.service-list {
    list-style-position: inside;
    margin: 1.5rem 0;
    padding-left: 0;
}

.service-list li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.service-details {
    font-size: 0.95rem;
    color: #5a5a5a;
    font-style: italic;
    margin-top: 1.5rem;
}

.service-duration {
    font-size: 0.95rem;
    color: #5a5a5a;
    margin-bottom: 0.5rem;
}

.service-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c5f2d;
    margin: 1.5rem 0;
}

/* ==========================================
   FORMS - EDITORIAL STYLE
   ========================================== */

.editorial-form {
    background-color: #f9f9f9;
    padding: 2.5rem;
    margin-top: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2a2a2a;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    font-size: 1rem;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.form-privacy {
    font-size: 0.9rem;
    color: #5a5a5a;
    margin-top: 1rem;
    text-align: center;
}

.form-privacy a {
    text-decoration: underline;
}

/* ==========================================
   TESTIMONIALS
   ========================================== */

.testimonial-block {
    background-color: #f8f8f8;
    padding: 2rem;
    margin-bottom: 2rem;
    border-left: 4px solid #2c5f2d;
}

.testimonial-block p {
    font-style: italic;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.testimonial-author {
    display: block;
    font-style: normal;
    color: #5a5a5a;
    font-size: 0.95rem;
}

/* ==========================================
   CONTACT INFO
   ========================================== */

.contact-info-block {
    margin: 3rem 0;
}

.contact-item {
    margin-bottom: 2.5rem;
}

.contact-item h4 {
    color: #2c5f2d;
    margin-bottom: 0.5rem;
}

.contact-item p {
    margin-bottom: 0.25rem;
}

.process-list {
    list-style-position: inside;
    counter-reset: process-counter;
    padding-left: 0;
}

.process-list li {
    counter-increment: process-counter;
    margin-bottom: 1.25rem;
    padding-left: 2.5rem;
    position: relative;
}

.process-list li::before {
    content: counter(process-counter);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #2c5f2d;
    color: #fff;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

/* ==========================================
   THANKS PAGE
   ========================================== */

.thanks-section {
    margin: 4rem 0;
}

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

.thanks-icon {
    margin: 0 auto 2rem;
    width: 80px;
    height: 80px;
}

.thanks-info-box {
    background-color: #f0f7f0;
    padding: 2.5rem;
    margin: 2.5rem 0;
    text-align: left;
}

.thanks-info-box h3 {
    text-align: center;
    color: #1a3a1b;
    margin-bottom: 1.5rem;
}

.thanks-steps {
    list-style-position: inside;
    counter-reset: thanks-counter;
    padding-left: 0;
}

.thanks-steps li {
    counter-increment: thanks-counter;
    margin-bottom: 1.25rem;
    padding-left: 2.5rem;
    position: relative;
}

.thanks-steps li::before {
    content: counter(thanks-counter);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #2c5f2d;
    color: #fff;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.thanks-cta {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.preparation-list {
    list-style-type: disc;
    list-style-position: inside;
    margin: 1.5rem 0;
}

.preparation-list li {
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* ==========================================
   LEGAL PAGES
   ========================================== */

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

.legal-list {
    list-style-type: disc;
    list-style-position: inside;
    margin: 1.5rem 0;
}

.legal-list li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.legal-update {
    margin-top: 3rem;
    font-style: italic;
    color: #5a5a5a;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
}

.cookies-table thead {
    background-color: #f0f0f0;
}

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

.cookies-table th {
    font-weight: 600;
    color: #1a1a1a;
}

.faq-item {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h4 {
    color: #2c5f2d;
    margin-bottom: 0.75rem;
}

/* ==========================================
   FOOTER
   ========================================== */

.editorial-footer {
    background-color: #2a2a2a;
    color: #d0d0d0;
    padding: 3rem 2rem 1.5rem;
    margin-top: 5rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 2rem;
}

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

.footer-col h4 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-col p {
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.footer-col ul li {
    margin-bottom: 0.6rem;
}

.footer-col a {
    color: #d0d0d0;
    font-size: 0.95rem;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #4a4a4a;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.9rem;
    color: #a0a0a0;
}

/* ==========================================
   COOKIE BANNER
   ========================================== */

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #fff;
    padding: 1.5rem 2rem;
    display: none;
    z-index: 2000;
    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;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.cookie-content p {
    margin: 0;
    flex: 1;
    min-width: 250px;
}

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

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.btn-accept:hover {
    background-color: #1a3a1b;
}

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

.btn-reject:hover {
    background-color: #fff;
    color: #2a2a2a;
}

/* ==========================================
   STICKY CTA
   ========================================== */

.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c5f2d;
    padding: 1rem 2rem;
    display: none;
    z-index: 1500;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.sticky-cta.show {
    display: block;
}

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

.sticky-cta-content span {
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
}

/* ==========================================
   RESPONSIVE - MOBILE FIRST
   ========================================== */

@media (max-width: 768px) {
    html {
        font-size: 15px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.65rem;
    }

    .nav-container {
        padding: 0 1rem;
    }

    .nav-links {
        gap: 1.25rem;
    }

    .nav-links a {
        font-size: 0.9rem;
    }

    .editorial-main {
        padding: 2rem 1.25rem;
    }

    .editorial-header {
        margin-bottom: 3rem;
    }

    .cta-box,
    .highlight-box,
    .editorial-form {
        padding: 1.75rem;
    }

    .service-item {
        padding: 1.75rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

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

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

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

    .sticky-cta-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .thanks-cta {
        gap: 0.75rem;
    }

    .thanks-cta .btn-cta,
    .thanks-cta .btn-cta-secondary {
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .editorial-main {
        padding: 2.5rem 2rem;
    }
}

@media (min-width: 1025px) {
    .editorial-main {
        padding: 4rem 2rem;
    }
}