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

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

.ad-disclosure {
    background: #f4e4c1;
    color: #5a4a2f;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #d4c4a1;
}

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 40px;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 22px;
    font-weight: bold;
    color: #1a1a1a;
    letter-spacing: 0.5px;
}

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

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
    font-family: 'Arial', sans-serif;
}

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

.editorial-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
}

.article-hero {
    position: relative;
    margin-bottom: 60px;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #8b7355;
}

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

.hero-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: #ffffff;
}

.hero-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 16px;
    max-width: 800px;
    font-weight: normal;
}

.hero-subtitle {
    font-size: 20px;
    max-width: 700px;
    opacity: 0.95;
    font-family: 'Arial', sans-serif;
    line-height: 1.5;
}

.article-content {
    padding: 0 40px 80px;
}

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

.intro-text {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 32px;
    color: #1a1a1a;
}

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

.content-narrow h2 {
    font-size: 32px;
    margin: 56px 0 24px;
    font-weight: normal;
    color: #1a1a1a;
    line-height: 1.3;
}

.inline-image-block {
    margin: 48px 0;
    background-color: #8b7355;
}

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

.image-caption {
    padding: 16px 20px;
    font-size: 15px;
    font-style: italic;
    color: #6a6a6a;
    text-align: center;
    background: #f5f5f5;
}

.pull-quote {
    margin: 48px 0;
    padding: 32px 40px;
    border-left: 4px solid #8b7355;
    background: #f9f6f2;
    font-size: 24px;
    font-style: italic;
    line-height: 1.5;
    color: #2c2c2c;
}

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

.cta-link {
    display: inline-block;
    color: #8b7355;
    text-decoration: none;
    font-size: 18px;
    padding: 14px 32px;
    border: 2px solid #8b7355;
    transition: all 0.3s;
    font-family: 'Arial', sans-serif;
}

.cta-link:hover {
    background: #8b7355;
    color: #ffffff;
}

.editorial-list {
    margin: 32px 0 32px 32px;
    list-style: none;
}

.editorial-list li {
    margin-bottom: 16px;
    padding-left: 24px;
    position: relative;
    font-size: 18px;
}

.editorial-list li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: #8b7355;
}

.services-embedded {
    margin: 56px 0;
    padding: 48px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.service-card-editorial {
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f0f0f0;
}

.service-card-editorial:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.service-card-editorial h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: normal;
}

.service-card-editorial p {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.6;
}

.service-price {
    font-size: 28px;
    color: #8b7355;
    font-weight: bold;
    margin: 20px 0;
    font-family: 'Arial', sans-serif;
}

.select-service-btn {
    background: #8b7355;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'Arial', sans-serif;
}

.select-service-btn:hover {
    background: #6f5a42;
}

.select-service-btn.selected {
    background: #4a3d2f;
}

.testimonial-editorial {
    margin: 48px 0;
    padding: 32px;
    background: #f9f6f2;
    border-left: 4px solid #8b7355;
}

.testimonial-editorial p {
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
}

.testimonial-author {
    margin-top: 16px;
    font-size: 15px;
    color: #6a6a6a;
    font-style: normal;
}

.editorial-form {
    margin: 56px 0;
    padding: 40px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
}

.form-notice {
    margin-bottom: 32px;
    padding: 20px;
    background: #ffffff;
    border-left: 4px solid #8b7355;
}

.form-notice p {
    margin-bottom: 8px;
    font-size: 16px;
}

.form-notice span {
    font-weight: bold;
    color: #8b7355;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #2c2c2c;
    font-family: 'Arial', sans-serif;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    font-family: 'Georgia', serif;
}

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

.form-submit-btn {
    background: #8b7355;
    color: #ffffff;
    border: none;
    padding: 16px 48px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'Arial', sans-serif;
}

.form-submit-btn:hover {
    background: #6f5a42;
}

.form-submit-btn:disabled {
    background: #cccccc;
    cursor: not-allowed;
}

.disclaimer-editorial {
    margin: 56px 0;
    padding: 32px;
    background: #fff8e7;
    border: 1px solid #e6d5a8;
}

.disclaimer-editorial h3 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #5a4a2f;
    font-weight: normal;
}

.disclaimer-editorial p {
    font-size: 15px;
    line-height: 1.6;
    color: #5a4a2f;
}

.final-thought {
    font-size: 22px;
    text-align: center;
    margin: 64px 0 0;
    font-style: italic;
    color: #4a4a4a;
}

.footer {
    background: #2c2c2c;
    color: #d0d0d0;
    padding: 60px 40px 32px;
}

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

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

.footer-section h4 {
    color: #ffffff;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: normal;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
}

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

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

.footer-section ul li a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

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

.references-note {
    font-size: 13px;
    margin-bottom: 12px;
    color: #a0a0a0;
}

.references-list {
    font-size: 13px;
}

.references-list li {
    margin-bottom: 8px;
    line-height: 1.5;
}

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

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

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

.footer-bottom p {
    font-size: 14px;
    color: #a0a0a0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #ffffff;
    padding: 24px 40px;
    display: none;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Arial', sans-serif;
}

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
    font-family: 'Arial', sans-serif;
}

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

.cookie-accept:hover {
    background: #6f5a42;
}

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

.cookie-reject:hover {
    background: #ffffff;
    color: #1a1a1a;
}

.cookie-link {
    color: #8b7355;
    text-decoration: none;
    font-size: 13px;
}

.cookie-link:hover {
    text-decoration: underline;
}

.thanks-container {
    max-width: 680px;
    margin: 80px auto;
    padding: 60px 40px;
    text-align: center;
    background: #ffffff;
}

.thanks-container h1 {
    font-size: 42px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: normal;
}

.thanks-container p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.thanks-details {
    margin: 40px 0;
    padding: 32px;
    background: #f9f6f2;
    border-left: 4px solid #8b7355;
    text-align: left;
}

.thanks-details p {
    margin-bottom: 12px;
    font-size: 16px;
}

.thanks-details strong {
    color: #1a1a1a;
}

.btn-home {
    display: inline-block;
    margin-top: 32px;
    padding: 14px 32px;
    background: #8b7355;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s;
    font-family: 'Arial', sans-serif;
}

.btn-home:hover {
    background: #6f5a42;
}

@media (max-width: 768px) {
    .nav-minimal {
        padding: 16px 20px;
    }

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

    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .article-content {
        padding: 0 20px 40px;
    }

    .content-narrow h2 {
        font-size: 26px;
    }

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

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