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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fefefe;
}

.navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

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

.nav-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    font-family: 'Arial', sans-serif;
    letter-spacing: -0.5px;
}

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

.nav-link {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 0.95rem;
    transition: color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

.nav-link:hover {
    color: #1a1a1a;
}

.nav-link.active {
    color: #1a1a1a;
    font-weight: 600;
}

.ad-notice {
    font-size: 0.75rem;
    color: #888;
    padding: 0.25rem 0.75rem;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-family: 'Arial', sans-serif;
}

.editorial-main {
    background-color: #fefefe;
}

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

.article-header {
    margin-bottom: 2.5rem;
}

.article-title {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.article-subtitle {
    font-size: 1.15rem;
    color: #666;
    line-height: 1.6;
    margin-top: 1rem;
}

.article-meta {
    display: flex;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #888;
    font-family: 'Arial', sans-serif;
}

.meta-separator {
    color: #ccc;
}

.article-hero-image {
    margin: 3rem 0;
    background-color: #f5f5f5;
}

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

.article-body {
    font-size: 1.125rem;
    line-height: 1.8;
}

.article-lead {
    font-size: 1.35rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #3a3a3a;
}

.article-body p {
    margin-bottom: 1.5rem;
}

.article-subheading {
    font-size: 1.8rem;
    margin: 3rem 0 1.5rem 0;
    color: #1a1a1a;
    font-weight: 600;
}

.article-inline-image {
    margin: 3rem 0;
    background-color: #f5f5f5;
}

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

.article-inline-image figcaption {
    padding: 1rem;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

.article-cta-inline {
    background-color: #f9f9f9;
    padding: 2.5rem;
    margin: 3rem 0;
    border-left: 4px solid #1a1a1a;
    text-align: center;
}

.cta-inline-text {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.btn-cta-inline {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    cursor: pointer;
}

.btn-cta-inline:hover {
    background-color: #333;
}

.services-preview {
    margin: 4rem 0;
    padding: 3rem 0;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}

.services-preview-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
    text-align: center;
}

.services-preview-intro {
    font-size: 1.1rem;
    color: #555;
    text-align: center;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.service-card {
    background-color: #f9f9f9;
    padding: 2rem;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
}

.service-icon {
    margin-bottom: 1.5rem;
    background-color: #e8e8e8;
}

.service-icon img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.service-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-weight: 600;
}

.service-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 1.5rem;
}

.service-price {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    font-family: 'Arial', sans-serif;
}

.btn-service-select {
    width: 100%;
    padding: 1rem;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
}

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

.article-form-section {
    margin: 4rem 0;
    padding: 3rem;
    background-color: #f5f5f5;
    border-radius: 6px;
}

.form-section-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.form-section-intro {
    font-size: 1rem;
    color: #555;
    margin-bottom: 2rem;
}

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

.form-notice {
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 4px;
    font-size: 0.95rem;
    font-family: 'Arial', sans-serif;
}

.form-notice.error {
    background-color: #fee;
    color: #c33;
    border: 1px solid #fcc;
}

.form-notice.success {
    background-color: #efe;
    color: #383;
    border: 1px solid #cfc;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c2c2c;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Georgia', 'Times New Roman', serif;
    background-color: #ffffff;
}

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

.form-group input[readonly] {
    background-color: #f9f9f9;
    color: #555;
}

.btn-form-submit {
    width: 100%;
    padding: 1.1rem;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

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

.btn-form-submit:disabled {
    background-color: #999;
    cursor: not-allowed;
}

.article-disclaimer {
    margin: 4rem 0 2rem 0;
    padding: 2rem;
    background-color: #f9f9f9;
    border-left: 4px solid #999;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #555;
}

.article-disclaimer strong {
    color: #333;
}

.footer {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 3rem 2rem 1rem 2rem;
    margin-top: 4rem;
}

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

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

.footer-heading {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-family: 'Arial', sans-serif;
}

.footer-text {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 0.5rem;
}

.footer-links {
    list-style: none;
}

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

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 1.5rem 2rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    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.95rem;
    font-family: 'Arial', sans-serif;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    font-family: 'Arial', sans-serif;
    transition: opacity 0.3s ease;
}

.btn-cookie-accept {
    background-color: #4CAF50;
    color: #ffffff;
}

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

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

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

.about-team {
    margin: 3rem 0;
    padding: 2.5rem;
    background-color: #f9f9f9;
    border-radius: 6px;
}

.about-team-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.services-detailed {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin: 3rem 0;
}

.service-detail {
    padding-bottom: 3rem;
    border-bottom: 1px solid #e0e0e0;
}

.service-detail:last-child {
    border-bottom: none;
}

.service-detail-image {
    margin-bottom: 2rem;
    background-color: #f5f5f5;
}

.service-detail-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 6px;
}

.service-detail-content {
    padding: 0;
}

.service-detail-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-weight: 600;
}

.service-detail-price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    font-family: 'Arial', sans-serif;
}

.service-detail-description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #3a3a3a;
}

.service-detail-features {
    list-style: none;
    margin: 2rem 0;
    padding: 0;
}

.service-detail-features li {
    padding: 0.7rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 1rem;
    color: #555;
}

.service-detail-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
}

.contact-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.contact-info-section {
    padding: 2rem 0;
}

.contact-heading {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #1a1a1a;
}

.contact-block {
    margin-bottom: 2.5rem;
}

.contact-subheading {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
    font-weight: 600;
}

.contact-text {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

.contact-note {
    font-size: 0.95rem;
    color: #888;
    margin-top: 0.5rem;
    font-style: italic;
}

.faq-item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e5e5;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
    font-weight: 600;
}

.faq-answer {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
}

.thanks-container {
    text-align: center;
    padding: 3rem 0;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #4CAF50;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    margin: 0 auto 2rem auto;
}

.thanks-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 2rem;
}

.thanks-details {
    background-color: #f9f9f9;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 6px;
    font-size: 1rem;
    text-align: left;
}

.thanks-next {
    margin: 3rem 0;
    text-align: left;
    padding: 2rem;
    background-color: #f5f5f5;
    border-radius: 6px;
}

.thanks-next-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.thanks-steps {
    list-style: decimal;
    padding-left: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
}

.thanks-steps li {
    margin-bottom: 1rem;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.btn-thanks-primary,
.btn-thanks-secondary {
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.btn-thanks-primary {
    background-color: #1a1a1a;
    color: #ffffff;
}

.btn-thanks-primary:hover {
    opacity: 0.9;
}

.btn-thanks-secondary {
    background-color: #e0e0e0;
    color: #333;
}

.btn-thanks-secondary:hover {
    opacity: 0.9;
}

.legal-page .article-body {
    max-width: 700px;
}

.legal-updated {
    font-size: 0.9rem;
    color: #888;
    font-family: 'Arial', sans-serif;
}

.legal-content h2 {
    font-size: 1.6rem;
    margin: 2.5rem 0 1rem 0;
    color: #1a1a1a;
    font-weight: 600;
}

.legal-content h3 {
    font-size: 1.3rem;
    margin: 2rem 0 0.8rem 0;
    color: #2c2c2c;
    font-weight: 600;
}

.legal-content h4 {
    font-size: 1.1rem;
    margin: 1.5rem 0 0.7rem 0;
    color: #3a3a3a;
    font-weight: 600;
}

.legal-content ul,
.legal-content ol {
    margin: 1rem 0 1.5rem 2rem;
}

.legal-content li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.legal-content a {
    color: #1a1a1a;
    text-decoration: underline;
}

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

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

    .nav-links {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .ad-notice {
        width: 100%;
        text-align: center;
    }

    .article-title {
        font-size: 2rem;
    }

    .article-lead {
        font-size: 1.15rem;
    }

    .article-body {
        font-size: 1.05rem;
    }

    .article-subheading {
        font-size: 1.5rem;
    }

    .services-preview-title {
        font-size: 1.8rem;
    }

    .service-title {
        font-size: 1.3rem;
    }

    .service-price {
        font-size: 1.7rem;
    }

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

    .cookie-content {
        flex-direction: column;
        gap: 1rem;
    }

    .cookie-buttons {
        width: 100%;
    }

    .btn-cookie-accept,
    .btn-cookie-reject {
        flex: 1;
    }

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

    .btn-thanks-primary,
    .btn-thanks-secondary {
        width: 100%;
    }
}