* {
    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 {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px;
    font-size: 0.75rem;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.editorial-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

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

.nav-brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c2c2c;
    letter-spacing: 1px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
}

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

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

.editorial-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
}

.story-flow {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.hero-editorial {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hero-text-center {
    text-align: center;
    padding: 60px 0 20px;
}

.hero-text-center h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 400;
    color: #1a1a1a;
}

.hero-subtext {
    font-size: 1.3rem;
    color: #666;
    font-style: italic;
}

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

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

.text-narrow {
    max-width: 680px;
    margin: 0 auto;
}

.text-narrow p {
    margin-bottom: 20px;
    font-size: 1.1rem;
    color: #444;
}

.drop-cap::first-letter {
    font-size: 3.5rem;
    font-weight: 700;
    float: left;
    line-height: 1;
    margin: 5px 10px 0 0;
    color: #c89b7b;
}

.text-narrow h2 {
    font-size: 2rem;
    margin: 50px 0 25px;
    font-weight: 400;
    color: #1a1a1a;
}

.text-narrow h3 {
    font-size: 1.5rem;
    margin: 30px 0 15px;
    font-weight: 500;
    color: #2c2c2c;
}

.inline-image-section {
    width: 100%;
    margin: 40px 0;
    background-color: #f5f5f5;
}

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

.testimonial-inline {
    margin: 40px 0;
    padding: 30px;
    background-color: #f9f7f5;
    border-left: 4px solid #c89b7b;
    font-size: 1.15rem;
    font-style: italic;
    color: #555;
}

.testimonial-inline cite {
    display: block;
    margin-top: 15px;
    font-size: 0.95rem;
    font-style: normal;
    color: #888;
}

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

.cta-box-story {
    background-color: #c89b7b;
    color: #fff;
    padding: 40px;
    text-align: center;
}

.cta-box-story h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #fff;
}

.cta-box-story p {
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.btn-primary-inline {
    display: inline-block;
    padding: 14px 35px;
    background-color: #fff;
    color: #c89b7b;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 3px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

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

.benefits-list {
    margin: 30px 0;
    padding-left: 25px;
}

.benefits-list li {
    margin-bottom: 12px;
    font-size: 1.05rem;
    color: #555;
}

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

.service-card-editorial {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

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

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

.service-content {
    padding: 30px;
}

.service-content h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    font-weight: 500;
    color: #1a1a1a;
}

.service-content p {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 20px;
}

.service-composition {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f7f5;
    font-size: 0.95rem;
    color: #666;
}

.service-composition strong {
    color: #2c2c2c;
}

.service-price {
    font-size: 2rem;
    font-weight: 600;
    color: #c89b7b;
    margin: 20px 0;
}

.btn-select-service {
    padding: 14px 30px;
    background-color: #c89b7b;
    color: #fff;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-select-service:hover {
    background-color: #b08466;
}

.form-section-story {
    margin: 50px 0;
    padding: 40px;
    background-color: #f9f7f5;
    border: 1px solid #e0e0e0;
}

.form-section-story h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.editorial-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

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

.form-group label {
    font-size: 1rem;
    margin-bottom: 8px;
    color: #2c2c2c;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px;
    font-size: 1rem;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: inherit;
}

.service-display {
    padding: 15px;
    background-color: #fff;
    border: 2px solid #c89b7b;
    font-size: 1.1rem;
    font-weight: 600;
    color: #c89b7b;
}

.btn-submit {
    padding: 16px 40px;
    background-color: #c89b7b;
    color: #fff;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.disclaimer-section {
    margin: 60px 0 40px;
    padding: 30px;
    background-color: #fff8f0;
    border: 1px solid #f0d0a0;
}

.disclaimer-section h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.disclaimer-text {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

.references-section {
    margin: 40px 0;
}

.references-section h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.references-list {
    padding-left: 25px;
}

.references-list li {
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.references-list a {
    color: #c89b7b;
    text-decoration: none;
}

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

.editorial-footer {
    background-color: #2c2c2c;
    color: #fff;
    padding: 50px 20px 20px;
    margin-top: 80px;
}

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

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

.footer-column h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #c89b7b;
}

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

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

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

.footer-column a:hover {
    color: #c89b7b;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #444;
    font-size: 0.9rem;
    color: #888;
}

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

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
}

.cookie-content a {
    color: #c89b7b;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 25px;
    border: none;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-accept {
    background-color: #c89b7b;
    color: #fff;
}

.btn-accept:hover {
    background-color: #b08466;
}

.btn-reject {
    background-color: #555;
    color: #fff;
}

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

.contact-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

.contact-page h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 40px;
}

.contact-item {
    padding: 20px;
    background-color: #f9f7f5;
    border-left: 4px solid #c89b7b;
}

.contact-item h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #2c2c2c;
}

.contact-item p {
    font-size: 1.05rem;
    color: #555;
}

.legal-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

.legal-page h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.legal-page h2 {
    font-size: 1.8rem;
    margin: 40px 0 20px;
    color: #2c2c2c;
}

.legal-page h3 {
    font-size: 1.4rem;
    margin: 30px 0 15px;
    color: #2c2c2c;
}

.legal-page p {
    margin-bottom: 20px;
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
}

.legal-page ul {
    margin: 20px 0;
    padding-left: 30px;
}

.legal-page ul li {
    margin-bottom: 10px;
    font-size: 1.05rem;
    color: #555;
}

.thanks-page {
    max-width: 700px;
    margin: 0 auto;
    padding: 100px 20px;
    text-align: center;
}

.thanks-page h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-page p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 15px;
}

.thanks-page .btn-home {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 35px;
    background-color: #c89b7b;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.thanks-page .btn-home:hover {
    background-color: #b08466;
}

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

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

    .minimal-nav {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
    }

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

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