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

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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    line-height: 1.7;
    color: #2a2a2a;
    background-color: #fefefe;
    overflow-x: hidden;
}

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

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

a:hover {
    color: #0d3e2f;
}

/* Navigation */
.nav-minimal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #e5e5e5;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

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

.brand-link {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a5f4d;
    letter-spacing: -0.02em;
}

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

.nav-links a {
    font-size: 0.95rem;
    font-weight: 500;
    color: #555;
    transition: color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: #1a5f4d;
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #2a2a2a;
}

/* Editorial Main Layout */
.editorial-main {
    margin-top: 70px;
}

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

/* Hero Section */
.article-hero {
    padding: 5rem 0 2rem;
    background-color: #fafafa;
}

.hero-content-narrow {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.hero-title-large {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
}

.hero-subtitle {
    font-size: 1.3rem;
    color: #666;
    font-weight: 400;
    line-height: 1.5;
}

.hero-image-full {
    margin-top: 3rem;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

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

/* Content Blocks */
.content-block {
    padding: 4rem 0;
}

.content-block-dark {
    background-color: #2a2a2a;
    color: #f0f0f0;
    padding: 5rem 0;
}

.content-block-dark h2,
.content-block-dark h3 {
    color: #ffffff;
}

.content-block-dark p {
    color: #d5d5d5;
}

.content-block-light {
    background-color: #f9f9f9;
    padding: 4.5rem 0;
}

.content-block-accent {
    background: linear-gradient(135deg, #f0f7f4 0%, #e8f3ee 100%);
    padding: 5rem 0;
}

.content-block-form {
    background-color: #fafafa;
    padding: 5rem 0;
}

.content-block-cta {
    background-color: #1a5f4d;
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.content-block-cta h2 {
    color: white;
}

.content-block-cta p {
    color: #e0e0e0;
}

.content-block-final {
    padding: 5rem 0;
    background-color: #fefefe;
}

/* Typography */
.lead-text {
    font-size: 1.3rem;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 1.8rem;
    font-weight: 400;
}

h1 {
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 1.9rem;
    line-height: 1.3;
    font-weight: 700;
    margin: 2.5rem 0 1.5rem;
    color: #1a1a1a;
    letter-spacing: -0.01em;
}

h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #2a2a2a;
}

h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 1.5rem 0 0.8rem;
    color: #333;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.75;
}

.emphasis-text {
    font-size: 1.2rem;
    font-weight: 500;
    color: #1a5f4d;
    margin: 2rem 0;
    line-height: 1.6;
}

/* Inline Images */
.inline-image-large {
    margin: 3rem 0;
    width: 100%;
}

.inline-image-large img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.inline-image-large figcaption {
    text-align: center;
    font-size: 0.9rem;
    color: #777;
    margin-top: 0.8rem;
    font-style: italic;
}

.inline-image-offset {
    margin: 3rem -2rem;
    position: relative;
}

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

/* Blockquotes and Testimonials */
blockquote.testimonial-inline {
    border-left: 4px solid #1a5f4d;
    padding: 1.5rem 2rem;
    margin: 3rem 0;
    background-color: #f9f9f9;
    font-style: italic;
}

blockquote.testimonial-inline p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #2a2a2a;
    margin-bottom: 0.8rem;
}

blockquote.testimonial-inline cite {
    font-style: normal;
    font-size: 0.95rem;
    color: #666;
    font-weight: 500;
}

/* CTAs */
.inline-cta {
    margin: 2.5rem 0;
    text-align: center;
}

.cta-subtle {
    font-size: 1.1rem;
    color: #1a5f4d;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.cta-subtle:hover {
    border-bottom-color: #1a5f4d;
}

.cta-box {
    background-color: white;
    border: 2px solid #1a5f4d;
    padding: 2.5rem;
    margin: 3rem 0;
    text-align: center;
    border-radius: 6px;
}

.cta-box h3 {
    margin-top: 0;
    color: #1a5f4d;
}

.cta-box p {
    margin-bottom: 1.5rem;
}

/* Buttons */
.btn-primary {
    display: inline-block;
    padding: 0.95rem 2.2rem;
    background-color: #1a5f4d;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover {
    background-color: #0d3e2f;
    transform: translateY(-2px);
}

.btn-secondary {
    display: inline-block;
    padding: 0.95rem 2.2rem;
    background-color: transparent;
    color: #1a5f4d;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 4px;
    border: 2px solid #1a5f4d;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #1a5f4d;
    color: white;
}

.btn-select-service {
    padding: 0.85rem 1.8rem;
    background-color: #1a5f4d;
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

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

/* Service Cards - Editorial Style */
.service-card-editorial {
    background-color: white;
    padding: 2.5rem;
    margin: 2.5rem 0;
    border-left: 4px solid #1a5f4d;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.service-card-editorial h3 {
    margin-top: 0;
    font-size: 1.6rem;
    color: #1a5f4d;
}

.service-duration {
    font-size: 0.95rem;
    color: #777;
    margin-bottom: 1rem;
    font-weight: 500;
}

.service-includes {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.service-price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a5f4d;
    margin: 1.5rem 0;
}

/* Services List Page */
.services-list {
    padding: 3rem 0;
}

.service-card-full {
    display: flex;
    flex-direction: column;
    margin: 4rem 0;
    background-color: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    border-radius: 6px;
    overflow: hidden;
}

.service-image {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

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

.service-content {
    padding: 2.5rem;
}

.service-content h2 {
    margin-top: 0;
    color: #1a5f4d;
}

.service-meta {
    font-size: 0.95rem;
    color: #777;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.service-features {
    list-style: none;
    margin: 1.5rem 0;
}

.service-features li {
    padding: 0.6rem 0 0.6rem 1.8rem;
    position: relative;
    line-height: 1.6;
}

.service-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a5f4d;
    font-weight: bold;
}

.service-includes-box {
    background-color: #f9f9f9;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 4px;
}

.service-includes-box h4 {
    margin-top: 0;
    color: #1a5f4d;
}

.service-requires-box {
    background-color: #fff3cd;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 4px;
    border-left: 4px solid #ffb700;
}

.service-requires-box h4 {
    margin-top: 0;
    color: #856404;
}

.service-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.service-price-large {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a5f4d;
}

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

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.85rem;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    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: #1a5f4d;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-group-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 2rem;
}

.form-group-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 0.2rem;
    flex-shrink: 0;
    cursor: pointer;
}

.form-group-checkbox label {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.5;
}

.form-note {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 2rem;
    font-style: italic;
}

/* Lists */
.honest-list {
    list-style: none;
    margin: 2rem 0;
}

.honest-list li {
    padding: 0.6rem 0 0.6rem 1.8rem;
    position: relative;
    line-height: 1.6;
}

.honest-list li::before {
    content: "×";
    position: absolute;
    left: 0;
    color: #c43a3a;
    font-weight: bold;
    font-size: 1.3rem;
}

.check-list {
    list-style: none;
    margin: 1.5rem 0;
}

.check-list li {
    padding: 0.6rem 0 0.6rem 1.8rem;
    position: relative;
    line-height: 1.6;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a5f4d;
    font-weight: bold;
}

/* Feature Boxes */
.feature-box {
    background-color: white;
    padding: 2rem;
    margin: 2rem 0;
    border-left: 3px solid #1a5f4d;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.feature-box h3 {
    margin-top: 0;
    color: #1a5f4d;
}

/* Contact Page */
.contact-info-box {
    background-color: white;
    padding: 2.5rem;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

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

.contact-item h3 {
    margin-top: 0;
    color: #1a5f4d;
    font-size: 1.2rem;
}

.contact-note {
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
    margin-top: 0.5rem;
}

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

.faq-item h3 {
    color: #1a5f4d;
    font-size: 1.2rem;
}

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

.thanks-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 2rem;
    background-color: #1a5f4d;
    color: white;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.thanks-info-box {
    background-color: #f9f9f9;
    padding: 2.5rem;
    margin: 3rem 0;
    border-radius: 6px;
    text-align: left;
}

.thanks-steps {
    margin-top: 1.5rem;
    padding-left: 1.5rem;
}

.thanks-steps li {
    margin-bottom: 1rem;
    line-height: 1.6;
}

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

.thanks-note {
    background-color: #fff3cd;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 4px;
    border-left: 4px solid #ffb700;
}

.service-selected {
    font-size: 1.1rem;
    color: #1a5f4d;
    margin: 2rem 0;
    display: none;
}

/* Process Steps */
.process-step {
    margin-bottom: 2.5rem;
    padding-left: 2rem;
    position: relative;
}

.process-step::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3rem;
    width: 8px;
    height: 8px;
    background-color: #1a5f4d;
    border-radius: 50%;
}

.process-step h3 {
    margin-top: 0;
    color: #1a5f4d;
}

/* Page Headers */
.page-header-simple {
    padding: 5rem 0 2rem;
    background-color: #fafafa;
    text-align: center;
}

.page-subtitle {
    font-size: 1.2rem;
    color: #666;
    font-weight: 400;
}

/* Legal Content */
.legal-content {
    padding: 3rem 0;
}

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

.legal-content ul {
    margin: 1rem 0 1.5rem 2rem;
}

.legal-content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.info-box {
    background-color: #e8f3ee;
    padding: 1.5rem;
    margin: 2rem 0;
    border-left: 4px solid #1a5f4d;
    border-radius: 4px;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.sticky-cta-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #1a5f4d;
    color: white;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(26, 95, 77, 0.4);
    transition: all 0.3s ease;
}

.sticky-cta-btn:hover {
    background-color: #0d3e2f;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(26, 95, 77, 0.5);
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(42, 42, 42, 0.97);
    color: white;
    padding: 1.5rem;
    z-index: 9999;
    display: none;
    backdrop-filter: blur(10px);
}

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

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

.cookie-content p {
    margin: 0;
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.5;
}

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

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

.btn-cookie-accept {
    padding: 0.7rem 1.5rem;
    background-color: #1a5f4d;
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background-color 0.3s ease;
}

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

.btn-cookie-reject {
    padding: 0.7rem 1.5rem;
    background-color: transparent;
    color: white;
    border: 2px solid white;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

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

/* Footer */
.site-footer {
    background-color: #2a2a2a;
    color: #d5d5d5;
    padding: 3rem 0 2rem;
}

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

.footer-brand {
    flex: 1;
}

.footer-brand p {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

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

.footer-links a {
    color: #d5d5d5;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}

.signature {
    font-style: italic;
    color: #666;
    margin-top: 2rem;
}

.final-cta-text {
    font-size: 1.15rem;
    font-weight: 500;
    margin: 2rem 0;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        gap: 1rem;
        padding-top: 1rem;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-toggle {
        display: block;
    }

    .hero-title-large {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .text-narrow {
        padding: 0 1rem;
    }

    .inline-image-offset {
        margin: 2rem 0;
    }

    .cta-box {
        padding: 1.5rem;
    }

    .service-card-editorial {
        padding: 1.5rem;
    }

    .service-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .service-footer .btn-select-service {
        width: 100%;
    }

    .sticky-cta {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }

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

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

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

    .footer-links {
        flex-direction: column;
        gap: 0.8rem;
    }

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

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

@media (min-width: 769px) and (max-width: 1024px) {
    .hero-title-large {
        font-size: 2.4rem;
    }

    .service-card-full {
        flex-direction: row;
    }

    .service-image {
        width: 40%;
        height: auto;
    }

    .service-content {
        width: 60%;
    }
}

@media (min-width: 1025px) {
    .service-card-full {
        flex-direction: row;
    }

    .service-image {
        width: 45%;
        height: auto;
    }

    .service-content {
        width: 55%;
    }
}