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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #f4f4f4;
    padding: 8px 20px;
    text-align: center;
    font-size: 0.85rem;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.nav-minimal {
    background-color: #ffffff;
    padding: 20px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 30px;
}

.nav-links a {
    color: #5a6c7d;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

.editorial-container {
    max-width: 720px;
    margin: 60px auto;
    padding: 0 25px;
}

.hero-editorial {
    margin-bottom: 50px;
    text-align: center;
}

.hero-editorial h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a252f;
    font-weight: 700;
    letter-spacing: -1px;
}

.lead-text {
    font-size: 1.25rem;
    color: #546e7a;
    line-height: 1.6;
    margin-top: 20px;
}

.story-section {
    margin: 50px 0;
}

.story-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #1a252f;
    font-weight: 600;
    line-height: 1.3;
}

.story-section h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #2c3e50;
    font-weight: 600;
}

.story-section p {
    font-size: 1.05rem;
    margin-bottom: 20px;
    color: #3d4f5d;
    line-height: 1.8;
}

.story-section strong {
    color: #2c3e50;
    font-weight: 600;
}

.story-section ul {
    margin: 20px 0 20px 30px;
}

.story-section ul li {
    margin-bottom: 12px;
    color: #3d4f5d;
    font-size: 1.05rem;
    line-height: 1.7;
}

.inline-image {
    margin: 50px 0;
    background-color: #f5f5f5;
    border-radius: 4px;
    overflow: hidden;
}

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

.inline-cta-box {
    background-color: #f8f9fa;
    border-left: 4px solid #5a6c7d;
    padding: 30px 35px;
    margin: 50px 0;
    border-radius: 3px;
}

.cta-text {
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 500;
}

.cta-link {
    display: inline-block;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 28px;
    border: 2px solid #2c3e50;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.cta-link:hover {
    background-color: #2c3e50;
    color: #ffffff;
}

.service-cards-editorial {
    margin: 50px 0;
}

.service-card {
    background-color: #ffffff;
    padding: 35px;
    margin-bottom: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    border: 1px solid #e8e8e8;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #1a252f;
    font-weight: 600;
}

.service-card p {
    font-size: 1.05rem;
    color: #3d4f5d;
    margin-bottom: 15px;
    line-height: 1.7;
}

.service-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 3px;
    margin: 20px 0;
    background-color: #f5f5f5;
}

.service-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 25px 0 15px 0;
}

.select-service-btn {
    display: inline-block;
    padding: 12px 28px;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.form-section {
    background-color: #f8f9fa;
    padding: 45px 40px;
    margin: 60px 0;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.form-section h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #1a252f;
}

.form-section > p {
    font-size: 1.05rem;
    color: #546e7a;
    margin-bottom: 30px;
}

.editorial-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea {
    padding: 12px 15px;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    font-size: 1rem;
    font-family: inherit;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

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

.selected-service-display {
    background-color: #e8f4f8;
    padding: 20px;
    border-radius: 3px;
    border-left: 4px solid #5a6c7d;
}

.selected-service-display p {
    font-size: 1rem;
    color: #2c3e50;
    margin-bottom: 8px;
}

.submit-btn {
    padding: 14px 32px;
    background-color: #2c3e50;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

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

.disclaimer-box {
    background-color: #fff9e6;
    border: 1px solid #f0e5c5;
    border-radius: 3px;
    padding: 25px 30px;
    margin: 50px 0;
}

.disclaimer-box p {
    font-size: 0.95rem;
    color: #6b5a3d;
    line-height: 1.7;
}

.footer-editorial {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 50px 20px 20px;
    margin-top: 80px;
}

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

.footer-section {
    flex: 1;
    min-width: 250px;
}

.footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-section p {
    font-size: 0.95rem;
    color: #b8c5d0;
    line-height: 1.6;
}

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

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #b8c5d0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #3d4f5d;
    text-align: center;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    padding: 25px 20px;
    z-index: 1000;
    border-top: 2px solid #e0e0e0;
}

.cookie-banner.hidden {
    display: none;
}

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

.cookie-content p {
    flex: 1;
    min-width: 300px;
    font-size: 0.95rem;
    color: #3d4f5d;
    line-height: 1.6;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
}

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 3px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

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

.cookie-btn.reject {
    background-color: #e0e0e0;
    color: #3d4f5d;
}

.cookie-btn.reject:hover {
    background-color: #d0d0d0;
}

.cookie-link {
    color: #5a6c7d;
    font-size: 0.9rem;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.cookie-link:hover {
    color: #2c3e50;
}

.contact-info-block {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-detail h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: #2c3e50;
    font-weight: 600;
}

.contact-detail p {
    font-size: 1.05rem;
    color: #3d4f5d;
    line-height: 1.7;
}

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

.thanks-navigation {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.nav-button {
    display: inline-block;
    padding: 12px 28px;
    background-color: #2c3e50;
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.nav-button:hover {
    background-color: #1a252f;
}

.legal-page .story-section {
    text-align: left;
}

.legal-page h2 {
    margin-top: 40px;
}

.legal-page a {
    color: #5a6c7d;
    transition: color 0.3s ease;
}

.legal-page a:hover {
    color: #2c3e50;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 15px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

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

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

    .editorial-container {
        margin: 40px auto;
        padding: 0 20px;
    }

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

    .service-card {
        padding: 25px;
    }

    .form-section {
        padding: 30px 25px;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }

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

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

    .contact-info-block {
        padding: 30px 25px;
    }

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

    .nav-button {
        width: 100%;
        text-align: center;
    }
}