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

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #ffffff;
}

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

.nav-minimal {
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

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

.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-main {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 30px;
}

.editorial-hero {
    position: relative;
    margin: -60px -30px 60px;
    height: 500px;
    overflow: hidden;
}

.hero-background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: #34495e;
}

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

.hero-overlay h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-lead {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.95;
}

.editorial-content {
    font-size: 17px;
    color: #2c3e50;
}

.intro-section,
.about-intro,
.services-detail,
.contact-info-section {
    margin-bottom: 40px;
}

.lead-text {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #1a252f;
    font-weight: 400;
}

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

.editorial-content h2 {
    font-size: 32px;
    margin: 50px 0 25px;
    color: #1a252f;
    font-weight: 700;
    line-height: 1.3;
}

.editorial-content h3 {
    font-size: 22px;
    margin: 35px 0 18px;
    color: #2c3e50;
    font-weight: 600;
}

.inline-image-block {
    margin: 40px 0;
    background-color: #f8f9fa;
}

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

.insight-box {
    background-color: #f0f4f8;
    padding: 30px;
    margin: 35px 0;
    border-left: 4px solid #007bff;
}

.insight-box h3 {
    margin-top: 0;
    color: #007bff;
}

.insight-box p {
    margin-bottom: 0;
}

.cta-inline {
    text-align: center;
    margin: 50px 0;
}

.btn-primary {
    display: inline-block;
    background-color: #007bff;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
}

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

.btn-secondary {
    display: inline-block;
    background-color: #6c757d;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-secondary:hover {
    background-color: #545b62;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 40px 0;
}

.service-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    padding: 30px;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-card h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #2c3e50;
    font-size: 22px;
}

.service-card p {
    margin-bottom: 20px;
    color: #495057;
}

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

.btn-select-service {
    background-color: #28a745;
    color: #ffffff;
    padding: 12px 28px;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-select-service:hover {
    background-color: #218838;
    transform: translateY(-2px);
}

.testimonial-section {
    margin: 60px 0;
    padding: 40px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.testimonial {
    font-style: italic;
    color: #495057;
    border-left: 4px solid #6c757d;
    padding-left: 30px;
}

.testimonial p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.testimonial cite {
    font-style: normal;
    font-size: 15px;
    color: #6c757d;
}

.contact-form-section {
    background-color: #f8f9fa;
    padding: 50px 40px;
    margin: 60px -30px;
    border-radius: 8px;
}

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

.selected-service-display {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.price-display {
    font-weight: 700;
}

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

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

.form-group label {
    margin-bottom: 8px;
    font-weight: 500;
    color: #2c3e50;
}

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

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

.btn-submit {
    background-color: #007bff;
    color: #ffffff;
    padding: 14px 32px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-submit:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.disclaimer-section {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    padding: 25px;
    margin: 60px 0;
    border-radius: 5px;
}

.disclaimer {
    font-size: 14px;
    color: #856404;
    line-height: 1.6;
    margin-bottom: 0;
}

.references-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e9ecef;
}

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

.references-list {
    list-style-position: outside;
    padding-left: 25px;
}

.references-list li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
}

.references-list a {
    color: #007bff;
    text-decoration: none;
}

.references-list a:hover {
    text-decoration: underline;
}

.page-header {
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e9ecef;
}

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

.header-subtitle {
    font-size: 18px;
    color: #6c757d;
}

.service-detail-card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 35px;
    margin-bottom: 30px;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.service-header h2 {
    margin: 0;
    flex: 1;
}

.service-price-large {
    font-size: 32px;
    font-weight: 700;
    color: #007bff;
}

.service-body ul {
    list-style-position: outside;
    padding-left: 25px;
    margin: 20px 0;
}

.service-body li {
    margin-bottom: 10px;
}

.cta-section {
    background-color: #f0f4f8;
    padding: 40px;
    margin-top: 60px;
    border-radius: 8px;
    text-align: center;
}

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

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

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

.contact-detail {
    background-color: #f8f9fa;
    padding: 20px;
    border-left: 4px solid #007bff;
    margin: 20px 0;
    line-height: 1.8;
}

.contact-note {
    font-size: 15px;
    color: #6c757d;
    font-style: italic;
}

.process-list {
    list-style-position: outside;
    padding-left: 25px;
}

.process-list li {
    margin-bottom: 20px;
    line-height: 1.7;
}

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

.thanks-content h1 {
    font-size: 38px;
    color: #28a745;
    margin-bottom: 20px;
}

.thanks-message {
    font-size: 18px;
    color: #495057;
    margin-bottom: 40px;
}

.service-confirmation {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.service-selected {
    margin: 0;
}

.thanks-next-steps {
    text-align: left;
    margin: 40px 0;
}

.thanks-next-steps h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.thanks-next-steps ul {
    list-style-position: outside;
    padding-left: 25px;
}

.thanks-next-steps li {
    margin-bottom: 12px;
}

.thanks-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 40px 0;
    flex-wrap: wrap;
}

.thanks-urgent {
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    padding: 25px;
    margin-top: 40px;
    border-radius: 5px;
    text-align: left;
}

.thanks-urgent p {
    margin-bottom: 10px;
}

.thanks-urgent p:last-child {
    margin-bottom: 0;
}

.legal-content {
    font-size: 16px;
}

.legal-content section {
    margin-bottom: 40px;
}

.legal-content ul {
    list-style-position: outside;
    padding-left: 25px;
    margin: 15px 0;
}

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

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

.legal-content a:hover {
    text-decoration: underline;
}

.footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 40px 0 30px;
    margin-top: 80px;
}

.footer-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 30px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
    justify-content: center;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.footer-info {
    text-align: center;
    font-size: 14px;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 25px 30px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    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: 25px;
    flex-wrap: wrap;
}

.cookie-content p {
    margin: 0;
    flex: 1;
    font-size: 14px;
    line-height: 1.6;
}

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

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-accept {
    background-color: #28a745;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #218838;
    transform: translateY(-2px);
}

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

.btn-reject:hover {
    background-color: #545b62;
    transform: translateY(-2px);
}

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

    .nav-links {
        gap: 20px;
    }

    .editorial-hero {
        height: 400px;
        margin: -60px -20px 40px;
    }

    .hero-overlay h1 {
        font-size: 32px;
    }

    .hero-lead {
        font-size: 16px;
    }

    .editorial-main {
        padding: 40px 20px;
    }

    .editorial-content h2 {
        font-size: 28px;
    }

    .contact-form-section {
        padding: 30px 20px;
        margin: 40px -20px;
    }

    .service-header {
        flex-direction: column;
    }

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

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

    .footer-links {
        flex-direction: column;
        gap: 12px;
    }
}