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

.nav-minimal {
    background-color: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

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

.logo {
    font-size: 20px;
    font-weight: 600;
    color: #2c2c2c;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
}

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

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

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

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

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

.hero-image-wrapper {
    margin-bottom: 40px;
    background-color: #e8e8e8;
}

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

.article-hero h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.lead-text {
    font-size: 20px;
    color: #555;
    line-height: 1.6;
}

.story-section {
    margin-bottom: 60px;
}

.story-section p {
    font-size: 18px;
    margin-bottom: 24px;
    color: #3c3c3c;
}

.story-section h2 {
    font-size: 32px;
    margin: 50px 0 24px;
    font-weight: 700;
    color: #1a1a1a;
}

.inline-image {
    margin: 40px 0;
    background-color: #e8e8e8;
}

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

blockquote {
    border-left: 4px solid #2c2c2c;
    padding-left: 24px;
    margin: 40px 0;
    font-size: 22px;
    font-style: italic;
    color: #444;
}

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

.text-link {
    color: #2c2c2c;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #2c2c2c;
    transition: opacity 0.3s;
}

.text-link:hover {
    opacity: 0.7;
}

.service-cards-editorial {
    margin-top: 40px;
}

.service-card-inline {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}

.service-card-inline img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #e8e8e8;
}

.card-content {
    padding: 30px 0;
}

.card-content h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.card-content p {
    font-size: 17px;
    margin-bottom: 16px;
    color: #3c3c3c;
}

.price {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 20px 0;
}

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

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

.form-section {
    background-color: #f5f5f5;
    padding: 50px 40px;
    margin: 60px -20px;
}

.form-section h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.form-section > p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #555;
}

.editorial-form {
    max-width: 100%;
}

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

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

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

.btn-submit {
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: 'Arial', sans-serif;
    margin-top: 10px;
}

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

.disclaimer-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    font-style: italic;
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 3px solid #ccc;
}

.footer {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 60px 20px 20px;
}

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

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 16px;
    font-family: 'Arial', sans-serif;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    color: #ccc;
}

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

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

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

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

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

.footer-bottom p {
    font-size: 13px;
    color: #999;
}

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

.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: 14px;
    color: #555;
    line-height: 1.6;
}

.cookie-content a {
    color: #2c2c2c;
    text-decoration: underline;
}

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

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

.btn-accept {
    background-color: #2c2c2c;
    color: #ffffff;
}

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

.btn-reject {
    background-color: #e0e0e0;
    color: #2c2c2c;
}

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

.thanks-message {
    text-align: center;
    padding: 80px 20px;
}

.thanks-message h1 {
    font-size: 42px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-message p {
    font-size: 18px;
    color: #555;
    margin-bottom: 16px;
}

.thanks-message .selected-service {
    font-size: 20px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 30px 0;
}

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

    .lead-text {
        font-size: 18px;
    }

    .story-section h2 {
        font-size: 26px;
    }

    .story-section p {
        font-size: 16px;
    }

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

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

    .nav-links {
        gap: 15px;
    }

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