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

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

.ad-notice {
    background-color: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 8px;
    font-size: 13px;
    border-bottom: 1px solid #dee2e6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.nav-editorial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 35px;
}

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

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

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

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

.hero-image-wrapper {
    width: 100%;
    margin-bottom: 40px;
    background-color: #e8e8e8;
    overflow: hidden;
}

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

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

.hero-subtitle {
    font-size: 20px;
    color: #5a5a5a;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.editorial-intro {
    margin-bottom: 60px;
}

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #2c3e50;
}

.editorial-intro p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #3a3a3a;
}

.inline-image-block {
    margin: 50px 0;
    background-color: #f5f5f5;
}

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

.image-caption {
    padding: 15px;
    font-size: 14px;
    color: #666;
    font-style: italic;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.story-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1a1a1a;
    line-height: 1.3;
}

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

.story-card img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    display: block;
    object-fit: cover;
    background-color: #e8e8e8;
}

.story-content h3 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.story-content p {
    font-size: 18px;
    margin-bottom: 18px;
    color: #3a3a3a;
}

.insight-section {
    margin-bottom: 60px;
    padding: 40px 30px;
    background-color: #f9f9f9;
}

.insight-section h2 {
    font-size: 30px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.insight-section > p {
    font-size: 18px;
    margin-bottom: 35px;
    color: #3a3a3a;
}

.insight-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.insight-item h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c5aa0;
}

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

.cta-inline {
    margin: 50px 0;
    padding: 30px;
    background-color: #2c5aa0;
    color: #ffffff;
}

.cta-inline p {
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.cta-link-text {
    color: #ffffff;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 600;
    transition: opacity 0.3s;
}

.cta-link-text:hover {
    opacity: 0.8;
}

.services-preview {
    margin-bottom: 60px;
}

.services-preview h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.services-preview > p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #3a3a3a;
}

.service-cards-editorial {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.service-card-edit {
    padding: 30px;
    background-color: #ffffff;
    border-left: 4px solid #2c5aa0;
}

.service-card-edit h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c3e50;
}

.service-card-edit p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #4a4a4a;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.price-tag {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #2c5aa0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-section-editorial {
    margin-bottom: 60px;
    padding: 40px 30px;
    background-color: #f9f9f9;
}

.form-section-editorial h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

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

.editorial-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

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

.form-group label {
    font-size: 16px;
    margin-bottom: 8px;
    color: #2c3e50;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c5aa0;
}

.submit-btn {
    padding: 15px 40px;
    font-size: 17px;
    background-color: #2c5aa0;
    color: #ffffff;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.disclaimer-section {
    margin-bottom: 40px;
    padding: 25px;
    background-color: #fff9e6;
    border-left: 3px solid #ffc107;
}

.disclaimer-text {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-editorial {
    background-color: #1a1a1a;
    color: #d0d0d0;
    padding: 50px 5%;
}

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-links {
    list-style: none;
}

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

.footer-links a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

.footer-bottom p {
    font-size: 13px;
    color: #999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #2c5aa0;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    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: 20px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    font-size: 15px;
    color: #2c3e50;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.cookie-btn {
    padding: 10px 25px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.cookie-btn.accept:hover {
    background-color: #234a85;
}

.cookie-btn.reject {
    background-color: #e8e8e8;
    color: #4a4a4a;
}

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

@media (max-width: 768px) {
    .nav-editorial {
        flex-direction: column;
        gap: 15px;
    }

    .nav-links {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .editorial-container {
        padding: 30px 15px;
    }

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

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

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

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