/* 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: #1a1a1a;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #1e40af;
}

/* Editorial Navigation */
.nav-editorial {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1.2rem 0;
}

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

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

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

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

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

/* Editorial Main Layout */
.editorial-main {
    max-width: 100%;
    margin: 0 auto;
}

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

/* Hero Editorial */
.hero-editorial {
    padding: 4rem 0 3rem;
}

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

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

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

.hero-image {
    max-width: 100%;
    margin: 3rem 0 0;
    overflow: hidden;
}

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

/* Story Sections */
.story-section {
    padding: 3.5rem 0;
}

.story-section.alternate {
    background: #f9fafb;
}

.story-section h2 {
    font-size: 1.875rem;
    line-height: 1.3;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.story-section h3 {
    font-size: 1.35rem;
    line-height: 1.4;
    font-weight: 600;
    color: #1a1a1a;
    margin: 2rem 0 1rem;
}

.story-section p {
    margin-bottom: 1.25rem;
    font-size: 1.05rem;
    line-height: 1.75;
    color: #374151;
}

.story-section p:last-child {
    margin-bottom: 0;
}

/* Inline Images */
.inline-image {
    margin: 2.5rem 0;
}

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

.inline-image figcaption {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #6b7280;
    text-align: center;
    font-style: italic;
}

/* Phases List */
.phases-list {
    margin-top: 2rem;
}

.phase {
    margin-bottom: 2.5rem;
    padding-left: 1.5rem;
    border-left: 3px solid #2563eb;
}

.phase h3 {
    margin-top: 0;
    font-size: 1.2rem;
    color: #1a1a1a;
}

.phase p {
    margin-bottom: 0;
}

/* Styled Lists */
.styled-list {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.styled-list li {
    margin-bottom: 0.75rem;
    line-height: 1.7;
    color: #374151;
    font-size: 1.05rem;
}

/* Inline CTA */
.inline-cta {
    padding: 3rem 0;
}

.cta-box {
    background: #eff6ff;
    border: 2px solid #2563eb;
    border-radius: 8px;
    padding: 2.5rem;
    text-align: center;
}

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

/* Testimonials */
.testimonial-inline {
    padding: 3rem 0;
    background: #f9fafb;
}

.testimonial-inline blockquote {
    border-left: 4px solid #2563eb;
    padding-left: 2rem;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #1a1a1a;
    font-style: italic;
    margin: 0;
}

.testimonial-inline cite {
    display: block;
    margin-top: 1rem;
    font-size: 0.95rem;
    color: #6b7280;
    font-style: normal;
}

/* Service Form */
.service-preview {
    padding: 4rem 0;
    background: #ffffff;
}

.service-form {
    margin-top: 2.5rem;
}

.service-selection h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.service-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
}

.service-card {
    display: block;
    cursor: pointer;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.5rem;
    transition: all 0.2s ease;
}

.service-card:hover {
    border-color: #2563eb;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}

.service-card input[type="radio"] {
    display: none;
}

.service-card input[type="radio"]:checked + .service-info {
    border-left: 4px solid #2563eb;
    padding-left: 1rem;
}

.service-info h4 {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
    font-weight: 600;
}

.service-info p {
    font-size: 0.95rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.service-info .price {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #2563eb;
    margin-top: 0.5rem;
}

/* Form Fields */
.form-fields h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.form-row {
    margin-bottom: 1rem;
}

.form-row input,
.form-row textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.2s ease;
}

.form-row input:focus,
.form-row textarea:focus {
    outline: none;
    border-color: #2563eb;
}

.form-row textarea {
    resize: vertical;
}

/* Buttons */
.btn-primary,
.btn-primary-large,
.btn-secondary,
.btn-submit,
.btn-sticky {
    display: inline-block;
    padding: 0.875rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
    text-decoration: none;
}

.btn-primary,
.btn-submit {
    background: #2563eb;
    color: #ffffff;
}

.btn-primary:hover,
.btn-submit:hover {
    background: #1e40af;
    color: #ffffff;
}

.btn-primary-large {
    background: #2563eb;
    color: #ffffff;
    padding: 1.125rem 2.5rem;
    font-size: 1.125rem;
}

.btn-primary-large:hover {
    background: #1e40af;
    color: #ffffff;
}

.btn-secondary {
    background: #f3f4f6;
    color: #1a1a1a;
    border: 2px solid #e5e7eb;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
}

.btn-secondary:hover {
    background: #e5e7eb;
    color: #1a1a1a;
}

.btn-submit {
    width: 100%;
    padding: 1rem;
    font-size: 1.1rem;
    margin-top: 0.5rem;
}

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

.btn-sticky {
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.4);
}

.btn-sticky:hover {
    background: #1e40af;
    color: #ffffff;
    box-shadow: 0 6px 24px rgba(37, 99, 235, 0.5);
}

/* Final CTA */
.final-cta {
    padding: 4rem 0;
    background: #f9fafb;
}

.cta-box-large {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 3rem;
    text-align: center;
}

.cta-box-large h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.cta-box-large p {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 2rem;
}

/* Page Header */
.page-header {
    padding: 3rem 0 2rem;
    border-bottom: 1px solid #e5e7eb;
}

.page-header h1 {
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
}

/* Services Section */
.services-section {
    padding: 3rem 0;
}

.service-detail {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 2px solid #e5e7eb;
}

.service-detail:last-child {
    border-bottom: none;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.service-header h2 {
    font-size: 1.75rem;
    color: #1a1a1a;
    font-weight: 700;
    margin: 0;
}

.price-large {
    font-size: 1.875rem;
    font-weight: 800;
    color: #2563eb;
}

.service-detail > p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 1.5rem;
}

.service-detail h3 {
    font-size: 1.25rem;
    margin: 2rem 0 1rem;
    color: #1a1a1a;
    font-weight: 600;
}

.service-note {
    background: #f9fafb;
    padding: 1rem 1.5rem;
    border-left: 3px solid #2563eb;
    margin: 1.5rem 0;
    font-size: 0.95rem;
    color: #374151;
}

/* Contact Section */
.contact-section {
    padding: 3rem 0;
}

.contact-info {
    margin-bottom: 3rem;
}

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

.contact-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
    font-weight: 600;
}

.contact-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 0.5rem;
}

.contact-item .note {
    font-size: 0.95rem;
    color: #6b7280;
    font-style: italic;
    margin-top: 0.5rem;
}

.contact-cta {
    background: #f9fafb;
    padding: 2.5rem;
    border-radius: 8px;
    margin-top: 3rem;
}

.contact-cta h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.contact-cta p {
    font-size: 1.05rem;
    color: #4b5563;
    margin-bottom: 1.5rem;
}

/* FAQ */
.faq-item {
    margin-bottom: 2rem;
}

.faq-item h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
    font-weight: 600;
}

.faq-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4b5563;
}

/* Thanks Page */
.thanks-section {
    padding: 4rem 0;
    min-height: 60vh;
}

.thanks-box {
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
}

.thanks-box h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.thanks-details {
    background: #eff6ff;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 2rem 0;
    font-size: 1.1rem;
    color: #1e40af;
    font-weight: 600;
}

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

.next-steps h2 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
    text-align: center;
    color: #1a1a1a;
}

.step {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    border-left: 3px solid #2563eb;
}

.step h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.step p {
    font-size: 1.05rem;
    color: #4b5563;
}

.thanks-cta {
    margin: 3rem 0;
}

.thanks-cta p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    color: #4b5563;
}

.back-home {
    margin-top: 3rem;
}

.back-home a {
    color: #6b7280;
    font-size: 0.95rem;
    text-decoration: underline;
}

/* Legal Pages */
.legal-page {
    padding: 2rem 0 4rem;
}

.legal-updated {
    font-size: 0.95rem;
    color: #6b7280;
    font-style: italic;
}

.legal-section {
    padding: 2rem 0;
}

.legal-section h2 {
    font-size: 1.75rem;
    margin: 2.5rem 0 1.25rem;
    color: #1a1a1a;
    font-weight: 700;
}

.legal-section h3 {
    font-size: 1.35rem;
    margin: 2rem 0 1rem;
    color: #1a1a1a;
    font-weight: 600;
}

.legal-section h4 {
    font-size: 1.15rem;
    margin: 1.5rem 0 0.75rem;
    color: #1a1a1a;
    font-weight: 600;
}

.legal-section p {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #374151;
}

.legal-section ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.legal-section ul li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
    color: #374151;
}

/* Cookie Table */
.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-size: 0.95rem;
}

.cookie-table thead {
    background: #f9fafb;
}

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

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

.cookie-table td {
    color: #4b5563;
}

/* Footer */
.footer-editorial {
    background: #1a1a1a;
    color: #9ca3af;
    padding: 2.5rem 0;
    margin-top: 4rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: #9ca3af;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

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

.footer-note {
    font-size: 0.875rem;
    color: #6b7280;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 9999;
    box-shadow: 0 -4px 20px 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: 2rem;
    flex-wrap: wrap;
}

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

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

.btn-accept,
.btn-reject {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.btn-accept {
    background: #2563eb;
    color: #ffffff;
}

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

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

.btn-reject:hover {
    background: #4b5563;
}

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

    .nav-links {
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-editorial h1 {
        font-size: 2rem;
    }

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

    .story-section h2 {
        font-size: 1.5rem;
    }

    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .sticky-cta {
        bottom: 1rem;
        right: 1rem;
    }

    .btn-sticky {
        padding: 0.75rem 1.5rem;
        font-size: 0.9rem;
    }

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

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

    .cta-box,
    .cta-box-large {
        padding: 1.5rem;
    }

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

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

    .hero-editorial h1 {
        font-size: 1.75rem;
    }

    .btn-primary-large {
        padding: 1rem 1.75rem;
        font-size: 1rem;
    }

    .service-card {
        padding: 1rem;
    }
}