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

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

.ad-notice {
    background-color: #f8f9fa;
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
}

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
}

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

.nav-links a {
    color: #495057;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

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

.article-hero {
    margin-bottom: 50px;
}

.hero-image-wrapper {
    margin-bottom: 35px;
    background-color: #f1f3f5;
    border-radius: 8px;
    overflow: hidden;
}

.hero-image-wrapper img {
    width: 100%;
    display: block;
}

.article-title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 25px;
    color: #1a202c;
}

.article-intro {
    font-size: 21px;
    line-height: 1.5;
    color: #4a5568;
    font-weight: 400;
}

.article-text {
    font-size: 18px;
    line-height: 1.8;
    color: #2d3748;
}

.article-text p {
    margin-bottom: 25px;
}

.article-text h2 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #1a202c;
}

.article-text h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.article-text ul {
    margin-bottom: 25px;
    padding-left: 25px;
}

.article-text ul li {
    margin-bottom: 12px;
}

.inline-image {
    margin: 45px 0;
    background-color: #f1f3f5;
    border-radius: 6px;
    overflow: hidden;
}

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

.cta-inline {
    background-color: #edf2f7;
    padding: 25px 30px;
    border-left: 4px solid #007bff;
    margin: 40px 0;
    border-radius: 4px;
}

.cta-inline p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
}

.text-link {
    color: #007bff;
    text-decoration: underline;
    font-weight: 600;
}

.text-link:hover {
    color: #0056b3;
}

blockquote {
    font-size: 22px;
    line-height: 1.6;
    font-style: italic;
    color: #4a5568;
    border-left: 4px solid #cbd5e0;
    padding-left: 30px;
    margin: 40px 0;
}

.services-editorial {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 2px solid #e2e8f0;
}

.services-editorial h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a202c;
}

.services-editorial > p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #4a5568;
}

.service-cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-card {
    background-color: #f7fafc;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.service-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2c3e50;
}

.service-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #4a5568;
}

.service-card .price {
    font-size: 24px;
    font-weight: 700;
    color: #007bff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-service {
    background-color: #007bff;
    color: #ffffff;
    padding: 14px 28px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-service:hover {
    background-color: #0056b3;
}

.testimonials-section {
    margin-top: 60px;
    padding: 50px 0;
    border-top: 1px solid #e2e8f0;
}

.testimonials-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 35px;
    color: #1a202c;
}

.testimonial {
    font-size: 19px;
    line-height: 1.7;
    color: #2d3748;
    font-style: italic;
    border-left: 3px solid #007bff;
    padding-left: 25px;
    margin-bottom: 30px;
}

.testimonial cite {
    display: block;
    font-style: normal;
    font-size: 15px;
    color: #718096;
    margin-top: 15px;
}

.form-section {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 2px solid #e2e8f0;
}

.form-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a202c;
}

.form-section > p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #4a5568;
}

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

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

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    background-color: #ffffff;
    color: #2d3748;
    font-family: inherit;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #007bff;
}

.btn-submit {
    background-color: #007bff;
    color: #ffffff;
    padding: 16px 32px;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

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

.footer-editorial {
    background-color: #f7fafc;
    padding: 60px 40px 30px;
    margin-top: 80px;
    border-top: 1px solid #e2e8f0;
}

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

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

.footer-col h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2c3e50;
}

.footer-col p {
    font-size: 15px;
    line-height: 1.6;
    color: #718096;
}

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

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

.footer-col ul li a {
    color: #4a5568;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 25px;
    background-color: #edf2f7;
    border-radius: 6px;
    border-left: 4px solid #f59e0b;
}

.footer-disclaimer p {
    font-size: 14px;
    line-height: 1.6;
    color: #4a5568;
    margin: 0;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.footer-bottom p {
    font-size: 14px;
    color: #718096;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2d3748;
    color: #ffffff;
    padding: 20px 30px;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.cookie-banner p {
    flex: 1;
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

.cookie-banner a {
    color: #63b3ed;
    text-decoration: underline;
}

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

.btn-cookie {
    padding: 10px 24px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.btn-cookie.accept {
    background-color: #48bb78;
    color: #ffffff;
}

.btn-cookie.accept:hover {
    opacity: 0.9;
}

.btn-cookie.reject {
    background-color: #cbd5e0;
    color: #2d3748;
}

.btn-cookie.reject:hover {
    opacity: 0.9;
}

.page-header {
    margin-bottom: 50px;
}

.page-header h1 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #1a202c;
}

.page-intro {
    font-size: 20px;
    color: #4a5568;
}

.about-page .article-text,
.legal-page .legal-content {
    font-size: 17px;
    line-height: 1.8;
}

.services-page .services-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
}

.service-card-full {
    display: flex;
    gap: 30px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.service-image {
    flex: 0 0 350px;
    background-color: #f1f3f5;
}

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

.service-details {
    flex: 1;
    padding: 30px;
}

.service-details h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a202c;
}

.service-details p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #4a5568;
}

.service-details ul {
    margin-bottom: 25px;
    padding-left: 25px;
}

.service-details ul li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #4a5568;
}

.price-large {
    font-size: 28px;
    font-weight: 700;
    color: #007bff;
    margin: 25px 0;
}

.btn-service-large {
    background-color: #007bff;
    color: #ffffff;
    padding: 14px 32px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-service-large:hover {
    background-color: #0056b3;
}

.services-cta {
    text-align: center;
    padding: 50px 30px;
    background-color: #edf2f7;
    border-radius: 8px;
}

.services-cta h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a202c;
}

.services-cta p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #4a5568;
}

.btn-large {
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    padding: 16px 36px;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-large:hover {
    background-color: #0056b3;
}

.contact-split {
    display: flex;
    gap: 60px;
    margin-top: 40px;
}

.contact-info {
    flex: 1;
}

.contact-form-wrapper {
    flex: 1;
}

.contact-block {
    margin-bottom: 35px;
}

.contact-block h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2c3e50;
}

.contact-block p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
}

.thanks-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-content {
    text-align: center;
    max-width: 600px;
}

.thanks-icon {
    font-size: 72px;
    color: #48bb78;
    margin-bottom: 25px;
}

.thanks-content h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a202c;
}

.thanks-message {
    font-size: 18px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 30px;
}

.thanks-service {
    background-color: #edf2f7;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.thanks-service p {
    margin: 0;
    font-size: 17px;
    color: #2d3748;
}

.thanks-next {
    font-size: 16px;
    color: #718096;
    margin-bottom: 35px;
}

.legal-content h2 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a202c;
}

.legal-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.legal-content p {
    margin-bottom: 20px;
}

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 30px;
}

.legal-content ul li {
    margin-bottom: 12px;
}

.legal-content a {
    color: #007bff;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #0056b3;
}

@media (max-width: 768px) {
    .nav-minimal {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

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

    .editorial-container {
        padding: 30px 20px;
    }

    .article-title {
        font-size: 32px;
    }

    .article-intro {
        font-size: 18px;
    }

    .article-text {
        font-size: 17px;
    }

    .article-text h2 {
        font-size: 26px;
    }

    .article-text h3 {
        font-size: 21px;
    }

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

    .service-image {
        flex: none;
        height: 250px;
    }

    .contact-split {
        flex-direction: column;
        gap: 40px;
    }

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

    .cookie-banner {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-buttons {
        justify-content: center;
    }
}