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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #34495e;
    color: #ecf0f1;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.nav-brand {
    font-size: 24px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #1a5490;
}

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

.nav-links a {
    text-decoration: none;
    color: #34495e;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #1a5490;
}

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

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

.article-hero.small {
    margin-bottom: 40px;
}

.hero-image-wrapper {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #d4dce4;
}

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

.hero-title {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 22px;
    color: #5a6c7d;
    font-weight: 400;
    line-height: 1.5;
}

.article-content {
    font-size: 19px;
    line-height: 1.75;
}

.intro-text {
    font-size: 22px;
    line-height: 1.65;
    margin-bottom: 35px;
    color: #2c3e50;
}

.article-content h2 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 600;
}

.article-content h3 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 18px;
    color: #2c3e50;
    font-weight: 600;
}

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

.article-content ul {
    margin-left: 30px;
    margin-bottom: 25px;
}

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

.inline-image {
    margin: 45px 0;
}

.inline-image img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    display: block;
    background-color: #d4dce4;
    object-fit: cover;
}

.image-caption {
    font-size: 15px;
    color: #6c757d;
    font-style: italic;
    margin-top: 12px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.cta-link {
    display: inline-block;
    background-color: #1a5490;
    color: #ffffff;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
}

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

.testimonial-block {
    background-color: #f5f7fa;
    padding: 35px 40px;
    margin: 50px 0;
    border-left: 4px solid #1a5490;
    border-radius: 3px;
}

.testimonial-block blockquote {
    margin: 0;
}

.testimonial-block p {
    font-size: 19px;
    line-height: 1.7;
    color: #34495e;
    margin-bottom: 15px;
}

.testimonial-block cite {
    font-size: 16px;
    color: #6c757d;
    font-style: normal;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.service-card {
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

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

.service-card p {
    margin-bottom: 15px;
    font-size: 17px;
}

.service-card .price {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #27ae60;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-wrapper {
    background-color: #ffffff;
    padding: 45px;
    margin: 50px 0;
    border: 1px solid #d0d7de;
    border-radius: 4px;
}

.form-wrapper h3 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 28px;
}

.booking-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

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

.form-group label {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group select {
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: border-color 0.3s ease;
}

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

.submit-btn {
    background-color: #27ae60;
    color: #ffffff;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
}

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

.disclaimer-section {
    margin: 50px 0;
    padding: 30px;
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 3px;
}

.disclaimer {
    font-size: 15px;
    line-height: 1.6;
    color: #856404;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-detail {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 50px 0;
    padding: 35px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.service-image {
    width: 100%;
    background-color: #d4dce4;
    border-radius: 3px;
    overflow: hidden;
}

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

.service-info h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 28px;
}

.price-large {
    font-size: 28px;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-includes {
    margin-top: 25px;
    margin-left: 25px;
    list-style-type: disc;
}

.service-includes li {
    margin-bottom: 10px;
    font-size: 17px;
}

.contact-info-block {
    margin-top: 30px;
}

.contact-detail {
    margin-bottom: 40px;
}

.contact-detail h3 {
    margin-top: 0;
}

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

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

.thanks-message .inline-image {
    margin: 40px auto;
}

.next-steps {
    text-align: left;
    margin: 30px auto;
    max-width: 500px;
}

.legal-content h2 {
    font-size: 26px;
}

.legal-content h3 {
    font-size: 20px;
}

.editorial-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 60px 40px 30px;
}

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

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

.footer-section ul li a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #455a64;
}

.footer-bottom p {
    font-size: 14px;
    color: #95a5a6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #34495e;
    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;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-content a {
    color: #5dade2;
    text-decoration: underline;
}

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

.cookie-btn {
    padding: 10px 25px;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    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: #7f8c8d;
    color: #ffffff;
}

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

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

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

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

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

    .hero-subtitle {
        font-size: 18px;
    }

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

    .intro-text {
        font-size: 19px;
    }

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

    .form-wrapper {
        padding: 30px 25px;
    }

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

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

    .cookie-buttons {
        flex-direction: column;
        width: 100%;
    }

    .cookie-btn {
        width: 100%;
    }
}