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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #ffffff;
}

.header-minimal {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.nav-brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c2c2c;
}

.nav-brand a {
    color: inherit;
    text-decoration: none;
}

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

.nav-links a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s;
}

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

.ad-disclosure {
    font-size: 0.75rem;
    color: #999;
    border-left: 1px solid #e0e0e0;
    padding-left: 2rem;
}

.editorial-container {
    max-width: 100%;
    margin: 0 auto;
}

.story-flow {
    width: 100%;
}

.hero-editorial {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.hero-editorial img {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #ffffff;
}

.hero-overlay h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    max-width: 800px;
}

.hero-overlay .lead-text {
    font-size: 1.3rem;
    font-weight: 300;
    max-width: 700px;
}

.content-narrow {
    max-width: 700px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.opening-graf {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #444;
}

.content-narrow h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.content-narrow h2 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.content-narrow h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.content-narrow p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

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

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

.cta-inline {
    margin: 3rem 0;
    text-align: center;
}

.cta-link {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #2c2c2c;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.cta-link:hover {
    background-color: #444;
}

.testimonial-inline {
    display: block;
    margin: 2.5rem 0;
    padding: 2rem;
    background-color: #f9f9f7;
    border-left: 4px solid #2c2c2c;
    font-style: italic;
    font-size: 1.1rem;
}

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

.trust-signals {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin: 3rem 0;
    flex-wrap: wrap;
}

.trust-item {
    flex: 1;
    min-width: 150px;
    text-align: center;
    padding: 2rem 1rem;
    background-color: #f4f4f2;
}

.trust-item h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: #2c2c2c;
}

.trust-item p {
    font-size: 0.95rem;
    margin: 0;
    color: #666;
}

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

.service-card {
    padding: 2rem;
    margin-bottom: 2rem;
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
}

.service-card p {
    margin-bottom: 1rem;
}

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

.btn-select-service {
    display: inline-block;
    padding: 0.8rem 1.8rem;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.form-section {
    margin: 4rem 0;
    padding: 3rem;
    background-color: #f4f4f2;
}

.form-section.hidden {
    display: none;
}

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

.contact-form-editorial {
    max-width: 100%;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 0.95rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

.form-group textarea {
    resize: vertical;
}

.btn-submit {
    padding: 1rem 2.5rem;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.disclaimer-section {
    margin: 4rem 0;
    padding: 2rem;
    background-color: #fff9e6;
    border: 1px solid #e6d89f;
    border-radius: 4px;
}

.disclaimer-section h3 {
    margin-top: 0;
}

.references-section {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f4f4f2;
}

.references-section h3 {
    margin-top: 0;
}

.references-list {
    list-style: decimal;
    padding-left: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.6;
}

.references-list li {
    margin-bottom: 1rem;
}

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

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

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

.footer-col h4 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.footer-col p {
    font-size: 0.9rem;
    color: #ccc;
    margin-bottom: 0.5rem;
}

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

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

.footer-col ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer-col ul li a:hover {
    color: #ffffff;
}

.footer-bottom {
    max-width: 1200px;
    margin: 2rem auto 0 auto;
    padding-top: 1.5rem;
    border-top: 1px solid #444;
    text-align: center;
    font-size: 0.85rem;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 1.5rem 2rem;
    z-index: 1000;
    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.9rem;
}

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

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

.btn-accept,
.btn-reject {
    padding: 0.6rem 1.5rem;
    border: none;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity 0.2s;
}

.btn-accept {
    background-color: #ffffff;
    color: #2c2c2c;
}

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

.btn-accept:hover,
.btn-reject:hover {
    opacity: 0.8;
}

.services-list-editorial {
    margin: 3rem 0;
}

.service-detail-card {
    padding: 2.5rem;
    margin-bottom: 3rem;
}

.service-detail-card h2 {
    margin-top: 0;
    font-size: 1.8rem;
}

.service-duration {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 1.5rem;
    font-style: italic;
}

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

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

.contact-info-block h2 {
    margin-top: 2rem;
    font-size: 1.3rem;
}

.contact-info-block h2:first-child {
    margin-top: 0;
}

.note-text {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

.thanks-page h1 {
    text-align: center;
}

.thanks-content {
    padding: 2.5rem;
    margin: 3rem 0;
}

.service-confirmation {
    font-weight: 600;
    font-size: 1.1rem;
    color: #2c2c2c;
    margin: 1.5rem 0;
}

.legal-page {
    font-size: 0.95rem;
}

.legal-page h1 {
    margin-bottom: 1rem;
}

.legal-intro {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 2rem;
}

.legal-page ul,
.legal-page ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.legal-page li {
    margin-bottom: 0.5rem;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 0.9rem;
}

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

.cookie-table th {
    background-color: #f4f4f2;
    font-weight: 600;
}

.cookie-table tr:nth-child(even) {
    background-color: #fafafa;
}

@media (max-width: 768px) {
    .nav-editorial {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .nav-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
    }

    .ad-disclosure {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #e0e0e0;
        padding-top: 0.8rem;
    }

    .hero-editorial {
        height: 400px;
    }

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

    .hero-overlay .lead-text {
        font-size: 1rem;
    }

    .content-narrow {
        padding: 2rem 1.5rem;
    }

    .content-narrow h1 {
        font-size: 2rem;
    }

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

    .trust-signals {
        flex-direction: column;
    }

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

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