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

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

.ad-notice {
    background-color: #f0f0f0;
    border-bottom: 1px solid #d0d0d0;
    padding: 8px 20px;
    text-align: center;
    font-size: 0.85rem;
    color: #666;
    font-family: 'Arial', sans-serif;
}

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
}

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

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

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

.editorial-main {
    background-color: #ffffff;
}

.story-flow {
    max-width: 720px;
    margin: 0 auto;
}

.hero-editorial {
    padding: 60px 30px 40px;
}

.hero-content-narrow {
    margin-bottom: 40px;
}

.hero-editorial h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 600;
}

.lead-text {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 20px;
}

.hero-image-inline {
    margin: 0 -30px 40px;
}

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

.page-header-editorial {
    padding: 60px 30px 30px;
}

.page-header-editorial h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.content-section {
    padding: 30px 30px 60px;
}

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

.content-section h2 {
    font-size: 1.9rem;
    line-height: 1.3;
    margin: 50px 0 25px;
    color: #1a1a1a;
    font-weight: 600;
}

.content-section h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 35px 0 18px;
    color: #2c2c2c;
    font-weight: 600;
}

.content-section p {
    margin-bottom: 22px;
    font-size: 1.1rem;
}

.inline-cta-box {
    background-color: #f5f5f5;
    border-left: 4px solid #3a3a3a;
    padding: 30px;
    margin: 40px 0;
}

.inline-cta-box h3 {
    margin-top: 0;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.inline-cta-box p {
    margin-bottom: 20px;
}

.cta-link {
    display: inline-block;
    color: #1a1a1a;
    text-decoration: underline;
    font-weight: 600;
    font-size: 1.05rem;
    transition: opacity 0.3s;
}

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

.inline-image-float {
    float: right;
    width: 48%;
    margin: 10px 0 30px 40px;
}

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

.inline-image-float figcaption {
    font-size: 0.9rem;
    color: #666;
    margin-top: 10px;
    font-style: italic;
}

.inline-image-full {
    margin: 40px 0;
    clear: both;
}

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

blockquote {
    margin: 40px 0;
    padding: 25px 35px;
    background-color: #fafafa;
    border-left: 3px solid #3a3a3a;
    font-style: italic;
    font-size: 1.2rem;
}

blockquote p {
    margin: 0;
}

.editorial-list {
    margin: 25px 0;
    padding-left: 25px;
}

.editorial-list li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    line-height: 1.6;
}

.service-card-editorial {
    background-color: #f9f9f9;
    padding: 35px;
    margin: 40px 0;
    border: 1px solid #e5e5e5;
}

.service-card-editorial h3 {
    margin-top: 0;
    font-size: 1.6rem;
    margin-bottom: 18px;
}

.service-card-editorial p {
    margin-bottom: 15px;
}

.service-details {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
}

.price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 20px 0;
    font-family: 'Arial', sans-serif;
}

.select-service-btn {
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    font-size: 1rem;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s;
    margin-top: 10px;
}

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

.form-section-editorial {
    background-color: #f5f5f5;
    padding: 60px 30px;
    margin: 60px 0 0;
}

.form-container-narrow {
    max-width: 600px;
    margin: 0 auto;
}

.form-section-editorial h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 2rem;
}

.editorial-form {
    background-color: #ffffff;
    padding: 40px;
    border: 1px solid #e0e0e0;
}

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

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

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

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3a3a3a;
    background-color: #ffffff;
}

.form-submit-btn {
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    font-size: 1.1rem;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    width: 100%;
    transition: background-color 0.3s;
}

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

.disclaimer-box {
    background-color: #fff9e6;
    border: 1px solid #e6d89f;
    padding: 30px;
    margin: 50px 0;
}

.disclaimer-box h3 {
    margin-top: 0;
    font-size: 1.3rem;
    color: #8b7d3a;
}

.disclaimer-box p {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #5a5231;
}

.main-footer {
    background-color: #2c2c2c;
    color: #e0e0e0;
    padding: 50px 30px 30px;
    font-family: 'Arial', sans-serif;
}

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

.footer-section h4 {
    color: #ffffff;
    margin-bottom: 18px;
    font-size: 1.1rem;
}

.footer-section p {
    font-size: 0.9rem;
    line-height: 1.6;
}

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

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

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

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #444;
    font-size: 0.85rem;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 25px;
    display: none;
    z-index: 1000;
    font-family: 'Arial', sans-serif;
}

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

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

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

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

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

.cookie-btn {
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    font-family: 'Arial', sans-serif;
    transition: opacity 0.3s;
}

.cookie-btn.accept {
    background-color: #4a4a4a;
    color: #ffffff;
}

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

.cookie-btn:hover {
    opacity: 0.8;
}

.highlighted-section {
    background-color: #f9f9f9;
    padding: 25px;
    margin: 30px 0;
    border-left: 3px solid #3a3a3a;
}

.highlighted-section h3 {
    margin-top: 0;
}

.cta-box-about {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 35px;
    margin: 50px 0;
    text-align: center;
}

.cta-box-about h3 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 15px;
}

.cta-box-about p {
    margin-bottom: 0;
    font-size: 1.05rem;
}

.cta-box-about a {
    color: #ffffff;
    text-decoration: underline;
}

.service-detail-card {
    margin: 50px 0;
    background-color: #fafafa;
    padding: 40px;
    border: 1px solid #e0e0e0;
}

.service-image {
    margin-bottom: 25px;
}

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

.service-detail-content h2 {
    margin-top: 0;
    font-size: 2rem;
}

.price-large {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 20px 0;
    font-family: 'Arial', sans-serif;
}

.service-detail-content ul {
    margin: 20px 0;
    padding-left: 25px;
}

.service-detail-content ul li {
    margin-bottom: 12px;
    font-size: 1.05rem;
}

.service-note {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin: 25px 0;
}

.service-cta-section {
    background-color: #f5f5f5;
    padding: 40px;
    margin: 60px 0;
    text-align: center;
}

.service-cta-section h2 {
    margin-top: 0;
}

.cta-button {
    display: inline-block;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 15px 35px;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 1.05rem;
    transition: background-color 0.3s;
    margin-top: 15px;
}

.cta-button:hover {
    background-color: #1a1a1a;
}

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

.contact-detail {
    margin-bottom: 35px;
}

.contact-detail h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.contact-email {
    font-family: 'Courier New', monospace;
    background-color: #f5f5f5;
    padding: 8px 12px;
    display: inline-block;
    font-size: 1rem;
}

.contact-note {
    background-color: #f9f9f9;
    padding: 30px;
    margin: 40px 0;
    border-left: 3px solid #3a3a3a;
}

.contact-note h3 {
    margin-top: 0;
}

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

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

.faq-item h3 {
    margin-bottom: 12px;
    font-size: 1.2rem;
}

.faq-item p {
    margin: 0;
}

.thanks-content {
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.thanks-box {
    text-align: center;
    padding: 40px 20px;
}

.thanks-box h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.thanks-details {
    margin: 40px 0;
    text-align: left;
}

.thanks-next-steps {
    background-color: #f9f9f9;
    padding: 30px;
    margin: 40px 0;
    text-align: left;
}

.thanks-next-steps h2 {
    margin-top: 0;
    font-size: 1.6rem;
}

.thanks-next-steps ol {
    margin: 20px 0;
    padding-left: 25px;
}

.thanks-next-steps li {
    margin-bottom: 12px;
    font-size: 1.05rem;
}

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

.cta-button-secondary {
    display: inline-block;
    background-color: transparent;
    color: #2c2c2c;
    padding: 15px 35px;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 1.05rem;
    border: 2px solid #2c2c2c;
    transition: background-color 0.3s, color 0.3s;
}

.cta-button-secondary:hover {
    background-color: #2c2c2c;
    color: #ffffff;
}

.legal-content ul {
    margin: 20px 0;
    padding-left: 25px;
}

.legal-content ul li {
    margin-bottom: 12px;
    font-size: 1.05rem;
}

.legal-update {
    margin-top: 50px;
    font-style: italic;
    color: #666;
    font-size: 0.9rem;
}

.authority-contact {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 20px 0;
}

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

    .lead-text {
        font-size: 1.1rem;
    }

    .content-section h2 {
        font-size: 1.6rem;
    }

    .inline-image-float {
        float: none;
        width: 100%;
        margin: 30px 0;
    }

    .nav-links {
        gap: 20px;
    }

    .nav-links a {
        font-size: 0.85rem;
    }

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

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

    .thanks-actions {
        flex-direction: column;
    }
}