* {
    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: #ffffff;
}

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

.main-nav {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    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;
    min-height: 70px;
}

.logo {
    font-size: 22px;
    font-weight: 700;
    color: #2563eb;
    text-decoration: none;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-links a {
    color: #334155;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s ease;
}

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

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

.article-header {
    text-align: center;
    margin-bottom: 50px;
}

.article-header h1 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    color: #1e293b;
    margin-bottom: 20px;
}

.article-lead {
    font-size: 20px;
    color: #64748b;
    line-height: 1.6;
}

.article-image {
    margin: 0 0 50px 0;
    background-color: #f1f5f9;
}

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

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

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

.article-section {
    margin-bottom: 45px;
}

.article-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 20px;
    line-height: 1.3;
}

.article-section h3 {
    font-size: 24px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 15px;
    margin-top: 30px;
}

.article-section p {
    margin-bottom: 18px;
    font-size: 17px;
    color: #475569;
}

.article-section ul,
.article-section ol {
    margin: 20px 0 20px 25px;
}

.article-section li {
    margin-bottom: 12px;
    font-size: 17px;
    color: #475569;
}

.cta-inline {
    text-align: center;
    margin: 50px 0;
    padding: 35px 20px;
    background-color: #f8fafc;
    border-radius: 8px;
}

.cta-link {
    display: inline-block;
    padding: 16px 32px;
    background-color: #2563eb;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

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

.testimonial-section {
    background-color: #f8fafc;
    padding: 40px 30px;
    border-left: 4px solid #2563eb;
    margin: 50px 0;
}

.testimonial {
    font-style: italic;
}

.testimonial p {
    font-size: 19px;
    color: #334155;
    margin-bottom: 15px;
}

.testimonial cite {
    font-style: normal;
    font-size: 15px;
    color: #64748b;
    font-weight: 500;
}

.benefits-list {
    list-style: none;
    margin: 30px 0;
}

.benefits-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 16px;
}

.benefits-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
    font-size: 18px;
}

.services-showcase {
    margin: 60px 0;
    padding: 50px 0;
    background-color: #fafbfc;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.services-showcase h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 15px;
}

.services-intro {
    text-align: center;
    font-size: 17px;
    color: #64748b;
    margin-bottom: 40px;
}

.service-cards {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 40px;
}

.service-card {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e8f0;
}

.service-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.service-card p {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 20px;
    line-height: 1.6;
}

.price {
    font-size: 28px;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: 20px;
}

.select-service-btn {
    width: 100%;
    padding: 14px 24px;
    background-color: #2563eb;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

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

.select-service-btn.selected {
    background-color: #10b981;
}

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

.contact-form-section {
    margin: 60px 0;
    padding: 45px 35px;
    background-color: #f8fafc;
    border-radius: 8px;
}

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

.contact-form-section > p {
    font-size: 17px;
    color: #64748b;
    margin-bottom: 35px;
}

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

.form-notice {
    background-color: #fef3c7;
    padding: 14px 18px;
    border-radius: 6px;
    margin-bottom: 25px;
    font-size: 15px;
    color: #92400e;
    border-left: 4px solid #f59e0b;
}

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

.form-group {
    margin-bottom: 22px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 15px;
    color: #334155;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.2s ease;
}

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

.submit-btn {
    width: 100%;
    padding: 16px 24px;
    background-color: #2563eb;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

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

.submit-btn:disabled {
    background-color: #94a3b8;
    cursor: not-allowed;
}

.disclaimer-section {
    background-color: #fef2f2;
    padding: 30px;
    border-radius: 8px;
    border-left: 4px solid #dc2626;
    margin-top: 50px;
}

.disclaimer-section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #991b1b;
    margin-bottom: 12px;
}

.disclaimer {
    font-size: 14px;
    color: #7f1d1d;
    line-height: 1.6;
}

.service-price-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 25px 0;
    padding: 20px;
    background-color: #eff6ff;
    border-radius: 6px;
    border: 2px solid #2563eb;
}

.price-label {
    font-size: 16px;
    font-weight: 600;
    color: #1e40af;
}

.price-value {
    font-size: 26px;
    font-weight: 800;
    color: #2563eb;
}

.contact-info-box {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin: 40px 0;
}

.contact-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.contact-item p {
    font-size: 17px;
    color: #475569;
    margin-bottom: 6px;
}

.thanks-page .thanks-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 30px 0;
}

.thanks-link {
    display: inline-block;
    padding: 14px 28px;
    background-color: #2563eb;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    text-align: center;
    transition: background-color 0.2s ease;
}

.thanks-link:hover {
    background-color: #1d4ed8;
}

.legal-page {
    max-width: 900px;
}

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

.main-footer {
    background-color: #1e293b;
    color: #e2e8f0;
    padding: 50px 20px 30px;
    margin-top: 80px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-column h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

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

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

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

.footer-column ul li a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s ease;
}

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1e293b;
    padding: 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
}

.cookie-banner.visible {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.cookie-content p {
    color: #e2e8f0;
    font-size: 15px;
    text-align: center;
    margin: 0;
}

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

.cookie-btn {
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cookie-btn.accept {
    background-color: #10b981;
    color: #ffffff;
}

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

.cookie-btn.reject {
    background-color: #64748b;
    color: #ffffff;
}

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

@media (min-width: 768px) {
    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-column {
        flex: 1;
    }

    .cookie-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .cookie-content p {
        text-align: left;
        flex: 1;
    }

    .thanks-links {
        flex-direction: row !important;
    }

    .service-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .nav-links {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-container {
        flex-direction: column;
        padding: 15px 20px;
        gap: 15px;
    }

    .article-header h1 {
        font-size: 32px;
    }

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

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

    .services-showcase {
        padding-left: 15px;
        padding-right: 15px;
    }

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