* {
    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: #fafaf8;
}

.ad-disclosure {
    background-color: #f4f1eb;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #d4cfc4;
}

.ad-disclosure p {
    font-size: 13px;
    color: #6b6b6b;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    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-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

.nav-links a:hover {
    color: #8b7355;
}

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

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

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

.subtitle {
    font-size: 22px;
    line-height: 1.5;
    color: #666;
    font-weight: 300;
    font-style: italic;
}

.opening-image {
    width: 100%;
    margin-bottom: 50px;
    background-color: #e8e5e0;
}

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

.text-block {
    margin-bottom: 40px;
}

.text-block h2 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 400;
    margin: 50px 0 25px;
    color: #1a1a1a;
}

.text-block h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    margin: 35px 0 18px;
    color: #2c2c2c;
}

.lead {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #3a3a3a;
}

.text-block p {
    margin-bottom: 24px;
}

.inline-cta {
    background-color: #f7f5f1;
    padding: 40px 35px;
    margin: 50px 0;
    border-left: 4px solid #8b7355;
    text-align: center;
}

.inline-cta h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.cta-link {
    display: inline-block;
    padding: 14px 32px;
    background-color: #8b7355;
    color: #ffffff;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    transition: background-color 0.2s;
    border: none;
    cursor: pointer;
}

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

.image-caption-block {
    margin: 50px 0;
    background-color: #f2f0ed;
}

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

.caption {
    padding: 20px 25px;
    font-size: 15px;
    color: #5a5a5a;
    font-style: italic;
    line-height: 1.5;
}

.pullquote {
    margin: 60px 0;
    padding: 0 50px;
}

.pullquote blockquote {
    border-left: 3px solid #8b7355;
    padding-left: 30px;
    font-size: 28px;
    line-height: 1.5;
    font-style: italic;
    color: #4a4a4a;
}

.image-grid {
    display: flex;
    gap: 20px;
    margin: 50px 0;
}

.grid-item {
    flex: 1;
    background-color: #e8e5e0;
}

.grid-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

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

.service-card {
    background-color: #ffffff;
    border: 1px solid #e0ddd8;
    padding: 35px;
    margin-bottom: 30px;
}

.service-card h3 {
    font-size: 26px;
    margin-bottom: 18px;
    color: #1a1a1a;
}

.service-card p {
    margin-bottom: 16px;
    line-height: 1.6;
}

.price {
    font-size: 32px;
    font-weight: 600;
    color: #8b7355;
    margin: 25px 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.select-service {
    display: block;
    width: 100%;
    padding: 14px 24px;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.testimonial-block {
    margin: 60px 0;
    background-color: #f9f8f5;
    padding: 45px 40px;
}

.testimonial p {
    font-size: 22px;
    line-height: 1.6;
    color: #3a3a3a;
    font-style: italic;
    margin-bottom: 20px;
}

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

.form-section {
    margin: 60px 0;
    padding: 45px;
    background-color: #f5f3ef;
    border: 1px solid #ddd9d2;
}

.form-section h3 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.inquiry-form {
    margin-top: 30px;
}

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

.form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    color: #2c2c2c;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

.submit-btn {
    padding: 16px 40px;
    background-color: #8b7355;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.final-cta {
    margin: 70px 0;
    padding: 50px 40px;
    background-color: #2c2c2c;
    color: #ffffff;
    text-align: center;
}

.final-cta h3 {
    font-size: 34px;
    margin-bottom: 18px;
    color: #ffffff;
}

.final-cta p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #d4d4d4;
}

.cta-button {
    display: inline-block;
    padding: 16px 40px;
    background-color: #8b7355;
    color: #ffffff;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 17px;
    transition: background-color 0.2s;
}

.cta-button:hover {
    background-color: #6f5a43;
}

.disclaimer-section {
    margin: 60px 0;
    padding: 35px;
    background-color: #faf9f6;
    border: 1px solid #e0ddd8;
}

.disclaimer {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5a5a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.main-footer {
    background-color: #1a1a1a;
    color: #b4b4b4;
    padding: 60px 30px 30px;
}

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

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

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

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

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

.footer-column ul li {
    margin-bottom: 10px;
}

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

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 25px 30px;
    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;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

.cookie-btn {
    padding: 12px 28px;
    border: none;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: background-color 0.2s;
}

.cookie-btn.accept {
    background-color: #8b7355;
    color: #ffffff;
}

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

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

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

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

.service-detail {
    margin-bottom: 70px;
    background-color: #ffffff;
    border: 1px solid #e5e3df;
}

.service-image {
    width: 100%;
    background-color: #e8e5e0;
}

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

.service-content {
    padding: 40px;
}

.service-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.duration,
.location {
    font-size: 16px;
    color: #6b6b6b;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin-bottom: 8px;
}

.service-content p {
    margin-bottom: 18px;
    line-height: 1.7;
}

.price-detail {
    font-size: 15px;
    color: #5a5a5a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin-top: 10px;
}

.info-list {
    margin: 20px 0 20px 30px;
    line-height: 1.8;
}

.info-list li {
    margin-bottom: 12px;
}

.info-list strong {
    color: #1a1a1a;
}

.legal-page .text-block {
    margin-bottom: 50px;
}

.legal-list {
    margin: 15px 0 20px 30px;
    line-height: 1.8;
}

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

.cookies-table {
    width: 100%;
    margin: 25px 0;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.cookies-table th {
    background-color: #f5f3ef;
    font-weight: 600;
    color: #1a1a1a;
}

.cookies-table td {
    background-color: #ffffff;
    font-size: 15px;
}

.team-approach,
.values-section {
    margin: 50px 0;
    padding: 40px;
    background-color: #f9f8f5;
    border-left: 4px solid #8b7355;
}

.value-item {
    margin-bottom: 35px;
}

.value-item:last-child {
    margin-bottom: 0;
}

.value-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.contact-details {
    margin: 50px 0;
}

.contact-item {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #f7f5f1;
    border: 1px solid #e5e3df;
}

.contact-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.contact-item p {
    margin-bottom: 10px;
    line-height: 1.6;
}

.note {
    font-size: 15px;
    color: #6b6b6b;
    font-style: italic;
    margin-top: 12px;
}

.faq-item {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e3df;
}

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

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.final-message {
    margin: 60px 0;
    padding: 45px;
    background-color: #f7f5f1;
    text-align: center;
    border: 1px solid #e0ddd8;
}

.final-message h3 {
    font-size: 28px;
    margin-bottom: 18px;
    color: #1a1a1a;
}

.final-message p {
    font-size: 18px;
    line-height: 1.6;
    color: #4a4a4a;
}

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

    .subtitle {
        font-size: 19px;
    }

    .lead {
        font-size: 21px;
    }

    .text-block h2 {
        font-size: 28px;
    }

    .pullquote {
        padding: 0 20px;
    }

    .pullquote blockquote {
        font-size: 22px;
    }

    .image-grid {
        flex-direction: column;
    }

    .nav-links {
        gap: 20px;
    }

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

    .editorial-content {
        padding: 40px 20px 80px;
    }

    .service-card,
    .form-section {
        padding: 25px;
    }

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

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

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

    .service-content {
        padding: 25px;
    }
}