/* ========================================
   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: #2c2c2c;
    background-color: #fafaf8;
    overflow-x: hidden;
}

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

a {
    color: #5a4a7c;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #3d2f5a;
}

/* ========================================
   EDITORIAL NAVIGATION
   ======================================== */

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

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

.brand {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c2c2c;
    letter-spacing: 0.5px;
}

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

.nav-links a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    color: #666;
    transition: color 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: #5a4a7c;
}

/* ========================================
   EDITORIAL FLOW (Main Layout)
   ======================================== */

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

.hero-editorial {
    max-width: 700px;
    margin: 4rem auto 3rem;
    padding: 0 1.5rem;
}

.hero-content-narrow {
    margin-bottom: 2rem;
}

.pre-title {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888;
    margin-bottom: 1rem;
}

.hero-editorial h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.lead-text {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.hero-image-editorial {
    margin: 2rem 0;
    border-radius: 3px;
    overflow: hidden;
}

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

/* ========================================
   CONTENT SECTION (Narrow Column)
   ======================================== */

.content-section {
    padding: 2rem 0 4rem;
}

.narrow-column {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.narrow-column h2 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 2.5rem 0 1.5rem;
    color: #1a1a1a;
    font-weight: 600;
}

.narrow-column h3 {
    font-size: 1.3rem;
    line-height: 1.4;
    margin: 2rem 0 1rem;
    color: #2c2c2c;
    font-weight: 600;
}

.narrow-column p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.8;
}

.narrow-column ul {
    margin: 1.5rem 0 1.5rem 1.5rem;
    line-height: 1.8;
}

.narrow-column li {
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
}

/* ========================================
   INLINE IMAGES (Editorial Style)
   ======================================== */

.inline-image {
    margin: 2.5rem 0;
}

.inline-image img {
    border-radius: 3px;
    width: 100%;
}

.inline-image figcaption {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    color: #777;
    margin-top: 0.75rem;
    font-style: italic;
    text-align: center;
}

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

.inline-cta-box {
    background-color: #f4f1f8;
    padding: 2rem;
    margin: 3rem 0;
    border-left: 4px solid #5a4a7c;
}

.inline-cta-box h3 {
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
}

.inline-cta-box p {
    margin-bottom: 1.25rem;
    color: #4a4a4a;
}

.btn-inline {
    display: inline-block;
    padding: 0.85rem 1.75rem;
    background-color: #5a4a7c;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.btn-inline:hover {
    background-color: #3d2f5a;
    color: #ffffff;
}

/* ========================================
   TESTIMONIALS (Inline)
   ======================================== */

.testimonial-inline {
    margin: 3rem 0;
    padding: 2rem 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.testimonial-inline blockquote {
    font-size: 1.15rem;
    line-height: 1.7;
    font-style: italic;
    color: #3a3a3a;
    margin-bottom: 1rem;
}

.testimonial-inline cite {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    color: #888;
    font-style: normal;
}

/* ========================================
   SERVICES PREVIEW (Editorial Cards)
   ======================================== */

.services-preview {
    margin: 3rem 0;
}

.service-card-editorial {
    background-color: #ffffff;
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    transition: border-color 0.3s ease;
}

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

.service-card-editorial h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-card-editorial p {
    margin-bottom: 1.25rem;
    color: #555;
    line-height: 1.7;
}

.service-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1.5rem 0;
    padding-top: 1rem;
    border-top: 1px solid #f0f0f0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-meta .duration {
    font-size: 0.9rem;
    color: #666;
}

.service-meta .price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #5a4a7c;
}

.service-link {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    color: #5a4a7c;
    font-weight: 500;
    transition: color 0.3s ease;
}

.service-link:hover {
    color: #3d2f5a;
    text-decoration: underline;
}

/* ========================================
   SERVICE DETAIL CARDS (Services Page)
   ======================================== */

.service-detail-card {
    background-color: #ffffff;
    padding: 2.5rem;
    margin-bottom: 3rem;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    position: relative;
}

.service-number {
    position: absolute;
    top: -1rem;
    left: 2rem;
    background-color: #5a4a7c;
    color: #ffffff;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
}

.service-meta-large {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 2rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.meta-item {
    display: flex;
    flex-direction: column;
}

.meta-label {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    margin-bottom: 0.5rem;
}

.meta-value {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c2c2c;
}

.btn-service {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #5a4a7c;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.btn-service:hover {
    background-color: #3d2f5a;
    color: #ffffff;
}

/* ========================================
   FORM SECTION (Editorial Style)
   ======================================== */

.form-section-editorial {
    background-color: #f9f9f9;
    padding: 3rem 2rem;
    margin: 3rem -1.5rem 0;
    border-radius: 3px;
}

.form-section-editorial h2 {
    margin-top: 0;
}

.editorial-form {
    margin-top: 2rem;
}

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

.form-group label {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #2c2c2c;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.85rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    padding: 1rem 2.5rem;
    background-color: #5a4a7c;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #3d2f5a;
}

/* ========================================
   CONTACT PAGE
   ======================================== */

.contact-info-card {
    background-color: #ffffff;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
}

.contact-detail {
    margin-bottom: 2rem;
}

.contact-label {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    margin-bottom: 0.75rem;
}

.contact-detail p {
    margin-bottom: 0.5rem;
    color: #2c2c2c;
}

.contact-detail a {
    color: #5a4a7c;
    font-weight: 500;
}

.note {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    margin-top: 0.75rem;
}

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

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

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

.thanks-icon {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-color: #5a4a7c;
    color: #ffffff;
    font-size: 2rem;
    border-radius: 50%;
    line-height: 4rem;
    margin-bottom: 2rem;
}

.thanks-content h1 {
    margin-bottom: 1rem;
}

.thanks-info {
    max-width: 600px;
    margin: 2rem auto;
    text-align: left;
}

.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin: 2.5rem 0;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 0.85rem 1.75rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    border-radius: 3px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-primary {
    background-color: #5a4a7c;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #3d2f5a;
    color: #ffffff;
}

.btn-secondary {
    background-color: transparent;
    color: #5a4a7c;
    border: 1px solid #5a4a7c;
}

.btn-secondary:hover {
    background-color: #5a4a7c;
    color: #ffffff;
}

.next-steps {
    margin: 3rem 0;
    text-align: left;
}

.steps-list {
    margin-top: 2rem;
}

.step {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.step-number {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #f4f1f8;
    color: #5a4a7c;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-content h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.step-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #555;
}

.thanks-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

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

.legal-content h2 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.legal-content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.legal-content ol {
    margin: 1.5rem 0 1.5rem 1.5rem;
    line-height: 1.8;
}

.legal-content ol li {
    margin-bottom: 0.75rem;
}

/* ========================================
   CLOSING TEXT
   ======================================== */

.closing-text {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
    font-style: italic;
    color: #666;
}

/* ========================================
   FOOTER (Editorial)
   ======================================== */

.footer-editorial {
    background-color: #2c2c2c;
    color: #cccccc;
    padding: 3rem 0 2rem;
    margin-top: 4rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-brand strong {
    display: block;
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.footer-brand p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    color: #999;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-links a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    color: #999;
    transition: color 0.3s ease;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 1000;
    display: none;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

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

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

.cookie-content p {
    flex: 1;
    min-width: 250px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 0.7rem 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-cookie-accept {
    background-color: #5a4a7c;
    color: #ffffff;
}

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

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

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

/* ========================================
   RESPONSIVE DESIGN (Mobile-First)
   ======================================== */

@media (max-width: 768px) {
    .hero-editorial h1 {
        font-size: 2rem;
    }

    .lead-text {
        font-size: 1.1rem;
    }

    .narrow-column h2 {
        font-size: 1.5rem;
    }

    .nav-links {
        gap: 1.25rem;
    }

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

    .inline-cta-box,
    .service-card-editorial,
    .service-detail-card {
        padding: 1.5rem;
    }

    .form-section-editorial {
        margin-left: 0;
        margin-right: 0;
        padding: 2rem 1.5rem;
    }

    .service-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

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

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

    .cookie-buttons {
        justify-content: center;
        width: 100%;
    }

    .thanks-actions {
        flex-direction: column;
        align-items: center;
    }

    .step {
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-editorial h1 {
        font-size: 1.75rem;
    }

    .narrow-column p,
    .narrow-column li {
        font-size: 1rem;
    }

    .service-number {
        width: 2rem;
        height: 2rem;
        font-size: 0.9rem;
        top: -0.75rem;
        left: 1.5rem;
    }
}