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

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

.header-editorial {
    background-color: #ffffff;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-inner {
    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: 600;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

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

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

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

.ad-disclosure {
    font-size: 0.75rem;
    color: #888;
    font-style: italic;
    font-family: Arial, sans-serif;
}

.editorial-flow {
    background-color: #fafaf8;
}

.story-container {
    max-width: 900px;
    margin: 0 auto;
}

.hero-editorial {
    margin-bottom: 4rem;
}

.hero-image-wrapper {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

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

.hero-text-centered {
    text-align: center;
    padding: 3rem 2rem;
}

.hero-text-centered h1 {
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.lead-text {
    font-size: 1.3rem;
    line-height: 1.7;
    color: #4a4a4a;
    max-width: 700px;
    margin: 0 auto;
}

.text-block-narrow {
    padding: 2rem;
    margin-bottom: 3rem;
}

.text-block-narrow h2 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
    color: #1a1a1a;
}

.text-block-narrow h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
    color: #2c2c2c;
}

.text-block-narrow p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #3a3a3a;
}

.inline-image-section {
    padding: 3rem 2rem;
    margin-bottom: 3rem;
}

.narrow-image-wrapper {
    max-width: 700px;
    margin: 0 auto 1.5rem;
    overflow: hidden;
    border-radius: 4px;
}

.narrow-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.image-caption {
    text-align: center;
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    max-width: 600px;
    margin: 0 auto;
}

.insight-block {
    background-color: #f0ede8;
    padding: 3rem 2rem;
    margin: 3rem 0;
    border-left: 4px solid #8b7355;
}

.insight-content {
    max-width: 700px;
    margin: 0 auto;
}

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

.insight-content p {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    color: #3a3a3a;
}

.services-inline {
    padding: 3rem 2rem;
    margin-bottom: 3rem;
}

.services-inline h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 400;
    color: #1a1a1a;
}

.service-story-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
    gap: 2rem;
}

.service-image-wrapper {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

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

.service-text h3 {
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-text p {
    font-size: 1.05rem;
    margin-bottom: 1rem;
    color: #3a3a3a;
}

.service-price {
    font-size: 1.3rem;
    font-weight: 600;
    color: #8b7355;
    margin: 1.5rem 0;
}

.btn-service {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 0.9rem 2rem;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: Arial, sans-serif;
}

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

.testimonial-inline {
    padding: 3rem 2rem;
    background-color: #f5f3f0;
    margin: 3rem 0;
}

.testimonial-inline blockquote {
    max-width: 650px;
    margin: 0 auto;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.8;
    color: #2c2c2c;
}

.testimonial-inline cite {
    display: block;
    margin-top: 1.5rem;
    font-size: 1rem;
    font-style: normal;
    color: #666;
}

.cta-centered {
    text-align: center;
    padding: 4rem 2rem;
    margin: 3rem 0;
}

.cta-centered h2 {
    font-size: 2.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.cta-centered p {
    font-size: 1.15rem;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.btn-primary-editorial {
    display: inline-block;
    background-color: #8b7355;
    color: #ffffff;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 3px;
    font-size: 1.05rem;
    transition: background-color 0.3s ease;
    font-family: Arial, sans-serif;
}

.btn-primary-editorial:hover {
    background-color: #735f45;
}

.form-editorial {
    padding: 3rem 2rem;
    margin: 3rem 0;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

.form-wrapper-narrow {
    max-width: 600px;
    margin: 0 auto;
}

.form-wrapper-narrow h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 400;
    color: #1a1a1a;
}

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

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

.form-group label {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: #2c2c2c;
    font-weight: 500;
    font-family: Arial, sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.8rem;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    font-size: 1rem;
    font-family: Arial, sans-serif;
    background-color: #fafafa;
}

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

.btn-submit-editorial {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 1rem 2rem;
    border: none;
    border-radius: 3px;
    font-size: 1.05rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: Arial, sans-serif;
    margin-top: 1rem;
}

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

.disclaimer-section {
    padding: 2rem;
    margin: 3rem 0;
    background-color: #f8f6f3;
    border-top: 1px solid #e0e0e0;
}

.disclaimer-text {
    max-width: 700px;
    margin: 0 auto;
    font-size: 0.85rem;
    color: #666;
    line-height: 1.6;
    text-align: center;
    font-family: Arial, sans-serif;
}

.footer-editorial {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 3rem 2rem 1.5rem;
    font-family: Arial, sans-serif;
}

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

.footer-section h4 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.footer-section p {
    font-size: 0.9rem;
    line-height: 1.6;
}

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

.footer-section ul li {
    margin-bottom: 0.5rem;
}

.footer-section ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 1000;
    display: none;
    font-family: Arial, sans-serif;
}

.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;
    line-height: 1.6;
    margin: 0;
}

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

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 3px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: Arial, sans-serif;
}

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

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

.btn-reject {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

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

@media (min-width: 768px) {
    .service-story-card {
        flex-direction: row;
        align-items: center;
    }

    .service-story-card.reverse {
        flex-direction: row-reverse;
    }

    .service-image-wrapper {
        width: 45%;
        flex-shrink: 0;
    }

    .service-text {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .header-inner {
        flex-direction: column;
        text-align: center;
    }

    .nav-minimal {
        flex-direction: column;
        gap: 0.5rem;
    }

    .hero-text-centered h1 {
        font-size: 2rem;
    }

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

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