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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #ffffff;
    font-size: 17px;
}

.container-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
}

.header-minimal {
    padding: 32px 0;
    border-bottom: 1px solid #e8e8e8;
    background-color: #ffffff;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-editorial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.brand-mark {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

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

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s ease;
}

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

.ad-disclosure {
    font-size: 12px;
    color: #888;
    padding: 4px 10px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.editorial-main {
    padding: 64px 0 80px;
}

.story-article {
    background-color: #ffffff;
}

.hero-editorial {
    margin-bottom: 56px;
    text-align: left;
}

.hero-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #888;
    margin-bottom: 16px;
}

.hero-title {
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
}

.hero-intro {
    font-size: 20px;
    line-height: 1.6;
    color: #5a5a5a;
    max-width: 640px;
}

.story-content {
    font-size: 18px;
    line-height: 1.8;
    color: #3a3a3a;
}

.story-content h2 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 56px;
    margin-bottom: 20px;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

.story-content h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #2a2a2a;
}

.story-content p {
    margin-bottom: 24px;
}

.story-content ul,
.story-content ol {
    margin-bottom: 24px;
    padding-left: 24px;
}

.story-content li {
    margin-bottom: 10px;
}

.story-image {
    margin: 48px 0;
    background-color: #f8f8f8;
    border-radius: 4px;
    overflow: hidden;
}

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

.story-image-inline {
    margin: 40px 0;
    background-color: #f8f8f8;
    border-radius: 4px;
    overflow: hidden;
}

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

.story-quote {
    margin: 40px 0;
    padding: 24px 32px;
    border-left: 3px solid #1a1a1a;
    background-color: #fafafa;
}

.story-quote p {
    font-size: 20px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 12px;
}

.story-quote cite {
    font-size: 15px;
    font-style: normal;
    color: #666;
}

.inline-cta {
    margin: 48px 0;
    padding: 32px;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-align: center;
}

.cta-text {
    font-size: 19px;
    margin-bottom: 20px;
    color: #2a2a2a;
}

.btn-inline {
    display: inline-block;
    padding: 14px 32px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.btn-inline:hover {
    background-color: #333333;
}

.btn-text {
    display: inline-block;
    padding: 14px 32px;
    background-color: transparent;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #1a1a1a;
    border-radius: 4px;
    transition: all 0.2s ease;
    cursor: pointer;
}

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

.services-section-editorial {
    margin: 64px 0;
}

.section-intro {
    font-size: 19px;
    margin-bottom: 40px;
    color: #5a5a5a;
}

.service-cards-editorial {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
}

.service-card {
    padding: 32px;
    background-color: #fafafa;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}

.service-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 0;
    color: #1a1a1a;
}

.service-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 16px;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 24px 0 20px;
}

.btn-service {
    display: inline-block;
    padding: 12px 28px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

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

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

.form-editorial input,
.form-editorial select,
.form-editorial textarea {
    padding: 14px 16px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-family: inherit;
    width: 100%;
}

.form-editorial input:focus,
.form-editorial select:focus,
.form-editorial textarea:focus {
    outline: none;
    border-color: #1a1a1a;
}

.btn-submit {
    padding: 16px 32px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

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

.final-cta-section {
    margin: 64px 0;
}

.disclaimer-section {
    margin: 64px 0 40px;
    padding: 24px;
    background-color: #f9f9f9;
    border-left: 3px solid #ccc;
}

.disclaimer {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

.footer-editorial {
    padding: 64px 0 32px;
    background-color: #fafafa;
    border-top: 1px solid #e8e8e8;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 48px;
}

.footer-brand {
    max-width: 280px;
}

.brand-mark-footer {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.footer-brand p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.footer-links {
    display: flex;
    gap: 64px;
}

.footer-column h4 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

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

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

.footer-column a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s ease;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid #e8e8e8;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 24px;
    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: 24px;
    flex-wrap: wrap;
}

.cookie-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    flex: 1;
    min-width: 280px;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.btn-accept {
    background-color: #ffffff;
    color: #1a1a1a;
}

.btn-accept:hover {
    opacity: 0.9;
}

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

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

.contact-info {
    margin: 40px 0;
}

.contact-item {
    margin-bottom: 40px;
}

.contact-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.contact-item p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a4a4a;
}

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

.faq-item {
    margin-bottom: 32px;
}

.faq-item h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 0;
    color: #1a1a1a;
}

.faq-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}

.legal-content a {
    color: #1a1a1a;
    text-decoration: underline;
}

.legal-content a:hover {
    text-decoration: none;
}

.thanks-message {
    text-align: center;
    padding: 40px 0;
}

.thanks-message p {
    font-size: 18px;
    margin-bottom: 24px;
}

.thanks-actions {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }

    .hero-intro {
        font-size: 18px;
    }

    .story-content {
        font-size: 17px;
    }

    .story-content h2 {
        font-size: 24px;
        margin-top: 40px;
    }

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

    .footer-content {
        flex-direction: column;
        gap: 32px;
    }

    .footer-links {
        gap: 32px;
    }

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

    .cookie-buttons {
        justify-content: stretch;
    }

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