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

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

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

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

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

.cookie-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.cookie-buttons button {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.main-nav {
    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: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    gap: 32px;
    align-items: center;
}

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

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

.ad-disclosure {
    font-size: 13px;
    color: #888;
    padding: 4px 12px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

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

.article-header {
    margin-bottom: 48px;
    text-align: left;
}

.article-header h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

.subtitle {
    font-size: 22px;
    color: #666;
    font-weight: 400;
    font-style: italic;
}

.hero-image {
    margin: 0 0 48px 0;
    background-color: #e8e8e8;
}

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

.article-content {
    font-size: 18px;
    line-height: 1.8;
}

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 32px;
    color: #333;
}

.article-content h2 {
    font-size: 32px;
    margin: 48px 0 24px 0;
    font-weight: 700;
    color: #1a1a1a;
}

.article-content h3 {
    font-size: 24px;
    margin: 32px 0 16px 0;
    font-weight: 600;
    color: #2c2c2c;
}

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

.article-content ul,
.article-content ol {
    margin-bottom: 24px;
    padding-left: 32px;
}

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

.inline-image {
    margin: 48px 0;
    background-color: #e8e8e8;
}

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

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

.btn-text {
    display: inline-block;
    color: #1a5a8e;
    text-decoration: none;
    font-size: 19px;
    font-weight: 600;
    border-bottom: 2px solid #1a5a8e;
    padding-bottom: 4px;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.btn-text:hover {
    color: #0f3d5f;
    border-color: #0f3d5f;
}

.testimonial-inline {
    margin: 48px 0;
    padding: 32px;
    background-color: #f9f9f9;
    border-left: 4px solid #1a5a8e;
}

.testimonial-inline blockquote {
    margin: 0;
}

.testimonial-inline p {
    font-size: 20px;
    font-style: italic;
    color: #333;
    margin-bottom: 16px;
}

.testimonial-inline cite {
    font-size: 16px;
    color: #666;
    font-style: normal;
}

.cta-section {
    margin: 56px 0;
    padding: 48px;
    background-color: #1a5a8e;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
}

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

.cta-section p {
    color: #e0e8f0;
    margin-bottom: 24px;
}

.btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #ffffff;
    color: #1a5a8e;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

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

.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    border: 2px solid #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-secondary:hover {
    background-color: #ffffff;
    color: #1a1a1a;
}

.disclaimer {
    margin: 56px 0;
    padding: 24px;
    background-color: #fff8e1;
    border: 1px solid #f0e5c0;
    font-size: 15px;
    line-height: 1.6;
    color: #5a4a1a;
}

.disclaimer strong {
    color: #3a2a0a;
}

.services-list {
    margin: 48px 0;
}

.service-item {
    margin-bottom: 64px;
    padding-bottom: 48px;
    border-bottom: 1px solid #e0e0e0;
}

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

.service-image {
    margin: 0 0 24px 0;
    background-color: #e8e8e8;
}

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

.service-content h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

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

.service-content ul {
    margin-bottom: 24px;
    padding-left: 24px;
}

.service-content li {
    margin-bottom: 8px;
    font-size: 17px;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #1a5a8e;
    margin: 24px 0;
}

.btn-select {
    display: inline-block;
    padding: 14px 32px;
    background-color: #1a5a8e;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

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

.btn-select.selected {
    background-color: #28a745;
}

.booking-section {
    margin: 56px 0;
    padding: 40px;
    background-color: #f5f5f5;
    border-radius: 8px;
}

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

.contact-form {
    margin-top: 32px;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Georgia', 'Times New Roman', serif;
    transition: border-color 0.3s ease;
}

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

.info-section {
    margin: 56px 0;
    padding: 32px 0;
}

.contact-grid {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.contact-info h2,
.contact-text h2 {
    margin-bottom: 24px;
}

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

.contact-detail h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a5a8e;
}

.contact-detail p {
    margin: 0;
    line-height: 1.6;
}

.contact-image {
    margin: 32px 0;
    background-color: #e8e8e8;
}

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

.info-box {
    margin: 32px 0;
    padding: 24px;
    background-color: #e8f4f8;
    border-left: 4px solid #1a5a8e;
}

.info-box h3 {
    margin-top: 0;
    color: #1a5a8e;
}

.thanks-info {
    margin: 48px 0;
}

.step {
    margin-bottom: 40px;
}

.step h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #1a5a8e;
}

.service-confirmation {
    margin: 40px 0;
    padding: 32px;
    background-color: #e8f5e9;
    border-radius: 8px;
}

.next-steps {
    margin: 48px 0;
}

.next-steps ul {
    margin-top: 16px;
}

.motivational-text {
    margin: 48px 0;
    padding: 32px;
    background-color: #f9f9f9;
    border-left: 4px solid #1a5a8e;
    font-size: 20px;
    font-style: italic;
}

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

.legal-content h2 {
    font-size: 26px;
    margin: 40px 0 20px 0;
}

.legal-content h3 {
    font-size: 20px;
    margin: 24px 0 12px 0;
}

.legal-content ul {
    margin-bottom: 20px;
}

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

.legal-date {
    margin-top: 48px;
    font-style: italic;
    color: #666;
}

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

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

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

.site-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 48px 24px 24px;
    margin-top: 80px;
}

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

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

.footer-section p {
    color: #b0b0b0;
    font-size: 15px;
}

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

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

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

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

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

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

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

    .footer-section {
        flex: 1;
    }

    .cookie-content {
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .article-header h1 {
        font-size: 32px;
    }

    .subtitle {
        font-size: 18px;
    }

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

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

    .nav-links {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .nav-links a {
        font-size: 14px;
    }

    .ad-disclosure {
        font-size: 11px;
        padding: 3px 8px;
    }

    .cta-section {
        padding: 32px 24px;
    }

    .price {
        font-size: 26px;
    }

    .cookie-content {
        flex-direction: column;
    }

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