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

body {
    font-family: 'Georgia', 'Garamond', serif;
    line-height: 1.75;
    color: #2c3e50;
    background-color: #fafaf8;
}

.ad-disclosure {
    background-color: #f4f1ea;
    padding: 8px 20px;
    text-align: center;
    font-size: 0.85rem;
    color: #666;
    border-bottom: 1px solid #e0ddd4;
}

.header-editorial {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

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

.brand-link {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

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

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

.story-flow {
    background: transparent;
}

.hero-editorial {
    position: relative;
    margin: -60px -30px 60px;
    height: 500px;
}

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

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

.hero-text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    padding: 60px 40px 40px;
    color: #fff;
}

.hero-text-overlay h1 {
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 600;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 1.25rem;
    font-style: italic;
    opacity: 0.95;
}

.content-narrow {
    max-width: 650px;
    margin: 0 auto;
}

.opening-graf {
    font-size: 1.35rem;
    line-height: 1.65;
    margin-bottom: 32px;
    color: #34495e;
}

.content-narrow p {
    margin-bottom: 24px;
    font-size: 1.05rem;
}

.content-narrow h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-top: 56px;
    margin-bottom: 28px;
    color: #2c3e50;
    font-weight: 600;
}

.inline-image-section {
    margin: 48px 0;
    background-color: #f8f7f4;
    padding: 8px;
}

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

.image-caption {
    padding: 16px 12px;
    font-size: 0.9rem;
    font-style: italic;
    color: #7f8c8d;
    margin: 0;
}

.insight-box {
    background-color: #f0ede3;
    border-left: 4px solid #c9a961;
    padding: 32px 28px;
    margin: 40px 0;
}

.insight-box h3 {
    font-size: 1.4rem;
    margin-bottom: 16px;
    color: #2c3e50;
}

.insight-box p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.7;
}

.testimonial-inline {
    margin: 40px 0;
    padding: 0 24px;
}

.testimonial-inline blockquote {
    border-left: 3px solid #95a5a6;
    padding-left: 24px;
    font-style: italic;
}

.testimonial-inline p {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #5a6c7d;
}

.testimonial-inline cite {
    font-style: normal;
    font-size: 0.95rem;
    color: #7f8c8d;
}

.cta-inline {
    text-align: center;
    margin: 48px 0;
}

.btn-editorial {
    display: inline-block;
    background-color: #34495e;
    color: #fff;
    padding: 16px 38px;
    text-decoration: none;
    font-size: 1.05rem;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.btn-editorial:hover {
    background-color: #2c3e50;
    cursor: pointer;
}

.service-cards-editorial {
    margin: 48px 0;
}

.service-card {
    background-color: #fff;
    border: 1px solid #e8e5dc;
    margin-bottom: 40px;
    padding: 0;
    transition: box-shadow 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.service-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    background-color: #e8e5dc;
}

.service-card h3 {
    font-size: 1.5rem;
    margin: 24px 24px 16px;
    color: #2c3e50;
}

.service-card p {
    margin: 0 24px 16px;
    font-size: 1rem;
    line-height: 1.6;
    color: #5a6c7d;
}

.service-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #c9a961;
    margin: 24px 24px 20px;
}

.btn-select-service {
    display: block;
    width: calc(100% - 48px);
    margin: 0 24px 24px;
    background-color: #34495e;
    color: #fff;
    border: none;
    padding: 14px 24px;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.form-section-editorial {
    background-color: #f8f7f4;
    padding: 48px 40px;
    margin: 56px 0;
    border-radius: 4px;
}

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

.editorial-form {
    margin-top: 32px;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #2c3e50;
    font-weight: 500;
}

.form-group input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d0cdc4;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    background-color: #fff;
}

.form-group input:focus {
    outline: none;
    border-color: #34495e;
}

.form-group input[readonly] {
    background-color: #f0f0ee;
    color: #5a6c7d;
}

.btn-submit-editorial {
    width: 100%;
    background-color: #c9a961;
    color: #fff;
    border: none;
    padding: 16px 24px;
    font-size: 1.1rem;
    border-radius: 4px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

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

.trust-signals {
    margin: 48px 0;
    padding: 24px;
    background-color: #f0ede3;
    border-radius: 4px;
}

.trust-item {
    font-size: 1.05rem;
    margin-bottom: 12px;
    color: #2c3e50;
}

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

.disclaimer-section {
    margin: 56px 0 40px;
    padding: 28px 24px;
    background-color: #fef9f0;
    border: 1px solid #e8dcc4;
    border-radius: 4px;
}

.disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #5a6c7d;
    margin: 0;
}

.footer-editorial {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 48px 30px;
    margin-top: 80px;
}

.footer-content {
    max-width: 720px;
    margin: 0 auto;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 28px;
    justify-content: center;
}

.footer-links a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ecf0f1;
}

.footer-info {
    text-align: center;
}

.footer-info p {
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #95a5a6;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #34495e;
    color: #fff;
    padding: 24px;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.2);
    z-index: 10000;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

.btn-reject:hover {
    background-color: rgba(255,255,255,0.1);
}

.thanks-page {
    max-width: 650px;
    margin: 120px auto;
    padding: 60px 40px;
    text-align: center;
    background-color: #f8f7f4;
    border-radius: 8px;
}

.thanks-page h1 {
    font-size: 2.4rem;
    color: #2c3e50;
    margin-bottom: 24px;
}

.thanks-page p {
    font-size: 1.15rem;
    color: #5a6c7d;
    margin-bottom: 20px;
}

.thanks-page .service-selected {
    font-weight: 600;
    color: #c9a961;
}

.thanks-page a {
    display: inline-block;
    margin-top: 32px;
    color: #34495e;
    text-decoration: none;
    font-weight: 500;
}

.thanks-page a:hover {
    text-decoration: underline;
}

.contact-page-container {
    max-width: 720px;
    margin: 80px auto;
    padding: 0 30px;
}

.contact-page-container h1 {
    font-size: 2.8rem;
    margin-bottom: 32px;
    color: #2c3e50;
}

.contact-info-section {
    margin-bottom: 40px;
}

.contact-info-section h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #34495e;
}

.contact-info-section p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #5a6c7d;
    margin-bottom: 12px;
}

.legal-page-container {
    max-width: 800px;
    margin: 80px auto 100px;
    padding: 0 30px;
}

.legal-page-container h1 {
    font-size: 2.6rem;
    margin-bottom: 32px;
    color: #2c3e50;
}

.legal-page-container h2 {
    font-size: 1.8rem;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #34495e;
}

.legal-page-container h3 {
    font-size: 1.3rem;
    margin-top: 32px;
    margin-bottom: 16px;
    color: #34495e;
}

.legal-page-container p {
    font-size: 1rem;
    line-height: 1.75;
    color: #5a6c7d;
    margin-bottom: 20px;
}

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

.legal-page-container li {
    font-size: 1rem;
    line-height: 1.75;
    color: #5a6c7d;
    margin-bottom: 12px;
}

.about-page-container {
    max-width: 720px;
    margin: 80px auto 100px;
    padding: 0 30px;
}

.about-hero-image {
    width: 100%;
    height: 400px;
    background-color: #e8e5dc;
    margin-bottom: 48px;
    border-radius: 4px;
    overflow: hidden;
}

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

.about-page-container h1 {
    font-size: 2.8rem;
    margin-bottom: 32px;
    color: #2c3e50;
}

.about-page-container h2 {
    font-size: 2rem;
    margin-top: 56px;
    margin-bottom: 24px;
    color: #34495e;
}

.about-page-container p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #5a6c7d;
    margin-bottom: 24px;
}

.services-page-container {
    max-width: 900px;
    margin: 80px auto 100px;
    padding: 0 30px;
}

.services-page-container h1 {
    font-size: 2.8rem;
    margin-bottom: 48px;
    color: #2c3e50;
    text-align: center;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

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

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

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

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

    .cookie-buttons {
        width: 100%;
    }

    .btn-accept,
    .btn-reject {
        flex: 1;
    }
}