/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

/* Ad Disclosure */
.ad-disclosure {
    background-color: #f0f0f0;
    color: #666;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.75rem;
    border-bottom: 1px solid #ddd;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Editorial Navigation */
.navigation-editorial {
    background-color: #fff;
    border-bottom: 2px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 1.4rem;
    font-weight: bold;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: 0.03em;
}

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

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.3s ease;
}

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

/* Editorial Container */
.editorial-container {
    max-width: 720px;
    margin: 0 auto;
    background-color: #fff;
}

/* Article Hero */
.article-hero {
    margin-bottom: 3rem;
}

.article-hero.small {
    margin-bottom: 2rem;
}

.hero-image-wrapper {
    width: 100%;
    overflow: hidden;
    background-color: #e8e8e8;
}

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

.article-header-text {
    padding: 2.5rem 2rem 1rem;
}

.article-header-text h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #1a1a1a;
}

.subtitle {
    font-size: 1.3rem;
    color: #555;
    font-weight: 400;
    line-height: 1.5;
}

/* Article Content */
.article-content {
    padding: 0 2rem 3rem;
}

.intro-section {
    margin-bottom: 2.5rem;
    padding-top: 1rem;
}

.lead-text {
    font-size: 1.35rem;
    line-height: 1.65;
    margin-bottom: 1.5rem;
    color: #2c2c2c;
}

.article-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #3a3a3a;
}

.article-content h2 {
    font-size: 1.9rem;
    margin-top: 3rem;
    margin-bottom: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
}

.article-content h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #2c2c2c;
}

.story-section,
.approach-section,
.values-section,
.commitment-section,
.info-section,
.additional-info,
.inquiry-section,
.booking-info {
    margin-bottom: 2.5rem;
}

/* Inline Images */
.inline-image-section {
    margin: 3rem 0;
    background-color: #f5f5f5;
}

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

.image-caption {
    padding: 1rem 1.5rem;
    font-size: 0.95rem;
    font-style: italic;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Service Cards Editorial */
.services-inline {
    margin: 3rem 0;
}

.services-inline h2 {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
}

.service-card-editorial {
    margin-bottom: 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.service-image-wrapper {
    width: 100%;
    overflow: hidden;
    background-color: #e8e8e8;
}

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

.service-text h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    margin-top: 0;
}

.price-editorial {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 1.2rem;
    margin-bottom: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.inline-cta {
    display: inline-block;
    padding: 0.7rem 1.8rem;
    background-color: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.inline-cta:hover {
    background-color: #1a1a1a;
}

/* Testimony Section */
.testimony-section {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f9f9f9;
    border-left: 4px solid #2c2c2c;
}

.testimony-section blockquote {
    font-size: 1.2rem;
    line-height: 1.7;
    font-style: italic;
    color: #2c2c2c;
    margin-bottom: 1rem;
}

.testimony-section cite {
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
}

/* Form Section Editorial */
.form-section-editorial {
    margin-top: 3.5rem;
    padding: 2.5rem;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.form-section-editorial h2 {
    margin-top: 0;
}

.form-intro {
    margin-bottom: 2rem;
    font-size: 1.05rem;
    color: #4a4a4a;
}

.editorial-form {
    max-width: 500px;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #2c2c2c;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #fff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c2c2c;
}

.submit-btn {
    padding: 0.9rem 2.5rem;
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

/* Disclaimer */
.disclaimer-section {
    margin-top: 3.5rem;
    padding: 1.5rem;
    background-color: #f0f0f0;
    border-radius: 3px;
}

.disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0;
}

/* Services Full Page */
.services-full {
    margin-top: 2rem;
}

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

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

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

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

.service-detail-content h2 {
    margin-top: 0;
}

.service-duration {
    font-size: 0.95rem;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin-bottom: 1.2rem;
}

.service-features {
    margin: 1.5rem 0;
    padding: 1.2rem;
    background-color: #f9f9f9;
    border-radius: 3px;
}

.service-features p {
    margin-bottom: 0.5rem;
}

.service-features ul {
    list-style: none;
    padding-left: 0;
}

.service-features li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.service-features li:before {
    content: "•";
    position: absolute;
    left: 0.5rem;
    color: #2c2c2c;
}

.price-large {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 1.5rem 0 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-note {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
}

.service-cta {
    display: inline-block;
    padding: 0.8rem 2rem;
    background-color: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-radius: 3px;
    margin-top: 1rem;
    transition: background-color 0.3s ease;
}

.service-cta:hover {
    background-color: #1a1a1a;
}

/* Contact Page */
.contact-info-section {
    margin: 2.5rem 0;
}

.contact-card {
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.contact-card h2 {
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.email-display {
    font-family: 'Courier New', monospace;
    font-size: 1.1rem;
    color: #2c2c2c;
    background-color: #f0f0f0;
    padding: 0.5rem;
    border-radius: 3px;
    display: inline-block;
}

.contact-note {
    font-size: 0.95rem;
    color: #666;
    margin-top: 0.8rem;
}

.transport-list {
    list-style: none;
    padding-left: 0;
}

.transport-list li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.6rem;
}

.transport-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2c2c2c;
}

/* Thanks Page */
.thanks-page {
    text-align: center;
    padding: 4rem 2rem;
}

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

.thanks-icon {
    font-size: 4rem;
    color: #2c8c2c;
    margin-bottom: 1.5rem;
}

.thanks-page h1 {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.service-selected {
    font-size: 1.1rem;
    color: #2c2c2c;
    margin: 1.5rem 0;
    padding: 1rem;
    background-color: #f0f0f0;
    border-radius: 3px;
}

.thanks-actions {
    margin: 2.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 0.9rem 2rem;
    text-decoration: none;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.btn-primary {
    background-color: #2c2c2c;
    color: #fff;
}

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

.btn-secondary {
    background-color: #f0f0f0;
    color: #2c2c2c;
}

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

.next-steps {
    text-align: left;
    margin-top: 3rem;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.next-steps h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}

.next-steps ul {
    list-style: none;
    padding-left: 0;
}

.next-steps li {
    padding-left: 1.8rem;
    position: relative;
    margin-bottom: 0.8rem;
    font-size: 1rem;
}

.next-steps li:before {
    content: "✓";
    position: absolute;
    left: 0.3rem;
    color: #2c8c2c;
    font-weight: bold;
}

/* Legal Pages */
.legal-page .article-content {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.legal-page h1 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}

.last-updated {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 2.5rem;
}

.legal-section {
    margin-bottom: 2.5rem;
}

.legal-section h2 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.legal-section h3 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.legal-section p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.legal-section ul,
.legal-section ol {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

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

.legal-section a {
    color: #2c2c2c;
    text-decoration: underline;
}

.legal-section a:hover {
    color: #1a1a1a;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

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

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

/* Footer */
.editorial-footer {
    background-color: #2c2c2c;
    color: #e0e0e0;
    padding: 3rem 2rem 2rem;
    margin-top: 4rem;
}

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

.footer-section {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.footer-section a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.3s ease;
}

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

.footer-section p {
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-note {
    font-size: 0.85rem;
    color: #999;
    margin-top: 0.5rem;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 2px solid #e0e0e0;
    padding: 1.5rem 2rem;
    display: none;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.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;
    color: #4a4a4a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-content a {
    color: #2c2c2c;
    text-decoration: underline;
}

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

.cookie-btn {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 3px;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cookie-btn.accept {
    background-color: #2c2c2c;
    color: #fff;
}

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

.cookie-btn.reject {
    background-color: #f0f0f0;
    color: #2c2c2c;
}

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

/* Responsive */
@media (max-width: 768px) {
    .nav-links {
        gap: 1rem;
        font-size: 0.85rem;
    }

    .article-header-text h1 {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 1.1rem;
    }

    .article-content {
        padding: 0 1.5rem 2rem;
    }

    .lead-text {
        font-size: 1.2rem;
    }

    .article-content p {
        font-size: 1.05rem;
    }

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

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-buttons {
        width: 100%;
    }

    .cookie-btn {
        flex: 1;
    }
}