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

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

.nav-editorial {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e0d5cc;
    z-index: 1000;
    padding: 1rem 2rem;
}

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

.brand {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2c1810;
}

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

.nav-links a {
    color: #2c1810;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

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

.ad-disclosure {
    font-size: 0.75rem;
    color: #666;
    font-style: italic;
    flex-basis: 100%;
    text-align: center;
    padding-top: 0.5rem;
}

.hero-editorial {
    position: relative;
    height: 70vh;
    min-height: 500px;
    overflow: hidden;
    margin-bottom: 3rem;
}

.hero-background {
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

.hero-text-overlay {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 0 2rem;
}

.hero-text-overlay h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.hero-subtitle {
    font-size: 1.3rem;
    line-height: 1.5;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.content-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

.opening-paragraph {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    color: #3d2416;
}

.content-narrow p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.content-narrow h2 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    color: #2c1810;
}

.inline-image-block {
    margin: 3rem 0;
    text-align: center;
}

.inline-image-block img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 1rem;
}

.inline-image-block figcaption {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
}

.cta-inline {
    margin: 2.5rem 0;
    text-align: center;
}

.cta-link {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #8b5a3c;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.05rem;
    border-radius: 4px;
    transition: background-color 0.3s;
}

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

blockquote.testimonial {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f9f6f3;
    border-left: 4px solid #8b5a3c;
    font-style: italic;
}

blockquote.testimonial p {
    font-size: 1.15rem;
    margin-bottom: 1rem;
}

blockquote.testimonial cite {
    display: block;
    text-align: right;
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
}

.citation {
    color: #8b5a3c;
    text-decoration: none;
    font-weight: bold;
}

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

.services-cards {
    max-width: 1200px;
    margin: 4rem auto;
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.service-card {
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
}

.service-card.featured {
    border: 2px solid #8b5a3c;
}

.featured-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #8b5a3c;
    color: #ffffff;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    border-radius: 20px;
}

.service-image {
    width: 100%;
    height: 250px;
    margin-bottom: 1.5rem;
    border-radius: 6px;
    overflow: hidden;
}

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

.service-card h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: inherit;
}

.service-card p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.service-detail {
    font-size: 0.95rem;
    color: #666;
}

.service-card.featured .service-detail {
    color: #d4c5b9;
}

.service-price {
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    color: #8b5a3c;
}

.service-card.featured .service-price {
    color: #d4c5b9;
}

.select-service {
    width: 100%;
    padding: 1rem;
    background-color: #2c1810;
    color: #ffffff;
    border: none;
    font-size: 1.1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.select-service:hover {
    background-color: #3d2416;
}

.service-card.featured .select-service {
    background-color: #8b5a3c;
}

.service-card.featured .select-service:hover {
    background-color: #6d4a31;
}

.order-form-section {
    margin: 4rem 0;
    padding: 3rem;
    background-color: #f9f6f3;
    border-radius: 8px;
}

.selected-service-info {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #ffffff;
    border-left: 4px solid #8b5a3c;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-size: 1rem;
    font-weight: bold;
    color: #2c1810;
}

.form-group input,
.form-group textarea {
    padding: 0.9rem;
    font-size: 1rem;
    border: 1px solid #d0c4ba;
    border-radius: 4px;
    font-family: inherit;
}

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

.submit-btn {
    padding: 1.2rem;
    background-color: #8b5a3c;
    color: #ffffff;
    border: none;
    font-size: 1.2rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.disclaimer-box {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #fff9f5;
    border: 1px solid #e0d5cc;
    border-radius: 6px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.references {
    margin: 2rem 0;
    padding: 2rem;
    background-color: #f9f6f3;
    border-radius: 6px;
    font-size: 0.95rem;
}

.references p {
    margin-bottom: 1rem;
}

.references a {
    color: #8b5a3c;
    text-decoration: none;
}

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

.footer-editorial {
    background-color: #2c1810;
    color: #d4c5b9;
    padding: 3rem 2rem 1rem;
    margin-top: 4rem;
}

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

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

.footer-column h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.footer-column p {
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.footer-column ul li {
    margin-bottom: 0.7rem;
}

.footer-column ul li a {
    color: #d4c5b9;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #3d2416;
    font-size: 0.9rem;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c1810;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 2000;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.2);
    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: 1.5rem;
}

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
    min-width: 250px;
}

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

.cookie-btn {
    padding: 0.7rem 1.5rem;
    border: none;
    font-size: 0.95rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

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

.cookie-btn.reject {
    background-color: #d4c5b9;
    color: #2c1810;
}

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

.thanks-container {
    max-width: 700px;
    margin: 4rem auto;
    padding: 3rem 2rem;
    text-align: center;
}

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

.thanks-container h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2c1810;
}

.thanks-container p {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: #3d2416;
}

.thanks-details {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f9f6f3;
    border-radius: 6px;
    text-align: left;
}

.back-home {
    display: inline-block;
    margin-top: 2rem;
    padding: 1rem 2.5rem;
    background-color: #8b5a3c;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.1rem;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.back-home:hover {
    background-color: #6d4a31;
}

.contact-page {
    max-width: 900px;
    margin: 3rem auto;
    padding: 2rem 1.5rem;
}

.contact-page h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2c1810;
}

.contact-page p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.contact-info {
    margin: 2rem 0;
    padding: 2rem;
    background-color: #f9f6f3;
    border-radius: 8px;
}

.contact-info h2 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: #2c1810;
}

.contact-item {
    margin-bottom: 1.5rem;
}

.contact-item h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #8b5a3c;
}

.contact-item p {
    font-size: 1rem;
    margin: 0;
}

.legal-page {
    max-width: 900px;
    margin: 3rem auto;
    padding: 2rem 1.5rem;
}

.legal-page h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #2c1810;
}

.legal-page h2 {
    font-size: 1.8rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    color: #2c1810;
}

.legal-page p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
}

.legal-page ul {
    margin: 1rem 0 1.5rem 2rem;
}

.legal-page ul li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .hero-text-overlay h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

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

    .nav-links {
        flex-direction: column;
        gap: 0.8rem;
    }

    .content-narrow {
        padding: 2rem 1rem;
    }

    .opening-paragraph {
        font-size: 1.2rem;
    }

    .content-narrow h2 {
        font-size: 1.6rem;
    }

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

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

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