* {
    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;
    font-size: 18px;
}

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

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

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

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

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

.nav-links a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #3498db;
}

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

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

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

.subtitle {
    font-size: 21px;
    color: #6c757d;
    font-weight: 400;
    line-height: 1.5;
}

.hero-image {
    margin: 50px 0;
    width: 100%;
    background-color: #f0f2f5;
}

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

.article-body {
    font-size: 19px;
    line-height: 1.8;
}

.lead-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    color: #1a252f;
    margin-bottom: 35px;
}

.article-body p {
    margin-bottom: 28px;
}

.article-body h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 55px;
    margin-bottom: 25px;
    color: #1a252f;
    letter-spacing: -0.5px;
}

.article-body h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.inline-image {
    margin: 45px 0;
    width: 100%;
    background-color: #f0f2f5;
}

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

.inline-cta {
    display: inline-block;
    margin: 35px 0;
    padding: 14px 32px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    transition: background-color 0.3s ease;
}

.inline-cta:hover {
    background-color: #2980b9;
}

.citation {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
}

.citation:hover {
    text-decoration: underline;
}

.testimonial-box {
    background-color: #f8f9fa;
    border-left: 4px solid #3498db;
    padding: 30px 35px;
    margin: 45px 0;
}

.testimonial-text {
    font-size: 20px;
    font-style: italic;
    color: #2c3e50;
    margin-bottom: 15px;
}

.testimonial-author {
    font-size: 16px;
    color: #6c757d;
    font-weight: 500;
}

.service-preview {
    background-color: #ecf7fd;
    padding: 40px;
    margin: 50px 0;
    border-radius: 8px;
    text-align: center;
}

.service-preview h3 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #1a252f;
}

.service-preview p {
    margin-bottom: 30px;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #3498db;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #2980b9;
}

.disclaimer {
    background-color: #fff3cd;
    border-left: 4px solid: #ffc107;
    padding: 25px 30px;
    margin: 50px 0;
    font-size: 16px;
    line-height: 1.6;
}

.disclaimer strong {
    font-weight: 700;
}

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

.references h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.references ol {
    padding-left: 25px;
}

.references li {
    margin-bottom: 12px;
    font-size: 16px;
}

.references a {
    color: #3498db;
    text-decoration: none;
}

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

.cta-box {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 45px;
    margin: 50px 0;
    border-radius: 8px;
    text-align: center;
}

.cta-box h3 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #ffffff;
}

.cta-box p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #ecf0f1;
}

.cta-box .cta-button {
    background-color: #3498db;
}

.cta-box .cta-button:hover {
    background-color: #2980b9;
}

.services-container {
    margin: 50px 0;
}

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

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

.service-card h3 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #1a252f;
}

.service-description {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #495057;
}

.service-features {
    list-style: none;
    margin-bottom: 25px;
}

.service-features li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
}

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

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
}

.select-service-btn {
    width: 100%;
    padding: 14px 32px;
    background-color: #3498db;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.info-box {
    background-color: #f8f9fa;
    padding: 40px;
    margin: 50px 0;
    border-radius: 8px;
    text-align: center;
}

.info-box h3 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #1a252f;
}

.info-box p {
    margin-bottom: 25px;
}

.booking-form-section {
    background-color: #ecf7fd;
    padding: 45px;
    margin: 50px 0;
    border-radius: 8px;
}

.booking-form-section h2 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #1a252f;
}

.selected-price {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 30px;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-family: inherit;
}

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

.submit-btn {
    width: 100%;
    padding: 16px 40px;
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.contact-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 50px 0;
}

.contact-card {
    flex: 1;
    min-width: 200px;
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
}

.contact-card h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #1a252f;
}

.contact-card p {
    font-size: 16px;
    color: #495057;
    line-height: 1.6;
}

.contact-note {
    background-color: #fff3cd;
    padding: 25px;
    margin: 40px 0;
    border-radius: 6px;
    font-size: 16px;
}

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

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

.thanks-container {
    max-width: 600px;
    margin: 0 auto;
}

.thanks-container h1 {
    font-size: 38px;
    color: #27ae60;
    margin-bottom: 30px;
}

.service-confirmation {
    background-color: #ecf7fd;
    padding: 20px;
    margin: 30px 0;
    border-radius: 6px;
    font-weight: 600;
    color: #2c3e50;
}

.confirmation-details {
    text-align: left;
    max-width: 400px;
    margin: 30px auto;
    padding-left: 25px;
}

.confirmation-details li {
    margin-bottom: 12px;
    font-size: 17px;
}

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

.secondary-button {
    display: inline-block;
    padding: 14px 32px;
    background-color: #6c757d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 17px;
    transition: background-color 0.3s ease;
}

.secondary-button:hover {
    background-color: #5a6268;
}

.legal-page .article-body {
    font-size: 17px;
}

.legal-page h2 {
    font-size: 26px;
    margin-top: 45px;
}

.legal-page h3 {
    font-size: 20px;
    margin-top: 30px;
}

.legal-page ul,
.legal-page ol {
    margin-left: 25px;
    margin-bottom: 20px;
}

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

.legal-page a {
    color: #3498db;
    text-decoration: none;
}

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

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.cookie-table th,
.cookie-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.cookie-table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

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

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

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

.footer-section h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #ffffff;
}

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

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

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

.footer-section a {
    color: #ecf0f1;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #3498db;
}

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

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

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

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

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

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

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

.cookie-btn.accept {
    background-color: #27ae60;
    color: #ffffff;
}

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

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

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

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

    .nav-links {
        gap: 20px;
    }

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

    .subtitle {
        font-size: 18px;
    }

    .lead-text {
        font-size: 20px;
    }

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

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

    .contact-info-grid {
        flex-direction: column;
    }

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

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

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

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

    .thanks-actions a {
        width: 100%;
        text-align: center;
    }
}