* {
    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: #2c3e50;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #f8f4e8;
    color: #6b5d3f;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    border-bottom: 1px solid #e8dfc5;
}

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

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

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

.nav-links a:hover {
    color: #2563eb;
}

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

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

.hero-image-wrapper {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #e8e8e8;
}

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

.hero-text-overlay {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 0 20px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.hero-text-overlay h1 {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.hero-subtitle {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.narrow-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 30px;
}

.editorial-intro {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-weight: 400;
}

.editorial-section {
    padding: 60px 0;
}

.editorial-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 50px;
    color: #1a1a1a;
    line-height: 1.2;
}

.editorial-section h2:first-child {
    margin-top: 0;
}

.editorial-section p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #3a3a3a;
}

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

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

.editorial-quote {
    font-size: 24px;
    line-height: 1.6;
    font-style: italic;
    color: #2563eb;
    border-left: 4px solid #2563eb;
    padding-left: 30px;
    margin: 40px 0;
}

.inline-cta-box {
    background-color: #f0f4ff;
    border: 2px solid #2563eb;
    padding: 35px;
    margin: 50px 0;
    border-radius: 4px;
}

.inline-cta-box h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.inline-cta-box p {
    font-size: 17px;
    margin-bottom: 0;
}

.cta-link {
    color: #2563eb;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s;
}

.cta-link:hover {
    color: #1d4ed8;
}

.cta-button {
    display: inline-block;
    background-color: #2563eb;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.2s;
    margin-top: 15px;
}

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

.services-editorial {
    background-color: #fafafa;
    padding: 60px 0;
}

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

.service-cards-editorial {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 40px;
}

.service-card-editorial {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 30px;
    border-radius: 4px;
}

.service-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    object-fit: cover;
    background-color: #f5f5f5;
}

.service-card-editorial h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

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

.price-tag {
    font-size: 20px;
    font-weight: 700;
    color: #2563eb;
    margin: 20px 0;
}

.select-service-btn {
    background-color: #2563eb;
    color: #ffffff;
    border: none;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.services-note {
    font-size: 15px;
    color: #6b6b6b;
    font-style: italic;
    margin-top: 30px;
}

.editorial-form {
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 4px;
    margin: 40px 0;
}

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

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-family: inherit;
    background-color: #ffffff;
}

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

.submit-btn {
    background-color: #2563eb;
    color: #ffffff;
    border: none;
    padding: 14px 40px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

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

.process-list li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #3a3a3a;
}

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

.styled-list li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 12px;
    color: #3a3a3a;
}

.page-header {
    background-color: #f5f7fa;
    padding: 60px 0;
    border-bottom: 1px solid #e0e0e0;
}

.page-header h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.header-subtitle {
    font-size: 20px;
    color: #5a5a5a;
}

.services-detailed {
    padding: 60px 0;
}

.service-detailed-card {
    margin-bottom: 50px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 50px;
}

.service-detailed-card:last-child {
    border-bottom: none;
}

.service-header-inline {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.service-thumb {
    width: 250px;
    height: 167px;
    object-fit: cover;
    flex-shrink: 0;
    background-color: #f5f5f5;
}

.service-header-text h2 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 0;
}

.price-large {
    font-size: 22px;
    font-weight: 700;
    color: #2563eb;
}

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

.service-description ul li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #4a4a4a;
}

.pricing-note-box {
    background-color: #fff9e6;
    border: 1px solid #f0d98f;
    padding: 30px;
    border-radius: 4px;
    margin: 50px 0;
}

.pricing-note-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.pricing-note-box p {
    font-size: 16px;
    margin-bottom: 15px;
}

.pricing-note-box ul {
    padding-left: 25px;
    margin: 15px 0;
}

.pricing-note-box ul li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.contact-section {
    padding: 60px 0;
}

.contact-info-blocks {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin: 40px 0;
}

.contact-block {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 4px;
    border-left: 4px solid #2563eb;
}

.contact-block h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.contact-detail {
    font-size: 18px;
    font-weight: 600;
    color: #2563eb;
    margin-bottom: 12px;
    line-height: 1.6;
}

.contact-note {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.6;
}

.contact-process-box {
    background-color: #f0f4ff;
    padding: 35px;
    border-radius: 4px;
    margin: 40px 0;
}

.contact-process-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.contact-steps {
    padding-left: 25px;
    margin-top: 20px;
}

.contact-steps li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.faq-section {
    margin-top: 50px;
}

.faq-section h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

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

.faq-item h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

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

.thanks-section {
    padding: 80px 0;
    text-align: center;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: #22c55e;
    color: #ffffff;
    font-size: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}

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

.thanks-info-box {
    background-color: #f0f4ff;
    padding: 30px;
    border-radius: 4px;
    margin: 40px 0;
    text-align: left;
}

.thanks-info-box p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.service-selected {
    font-weight: 600;
    color: #2563eb;
    display: none;
}

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

.thanks-next-steps h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.thanks-next-steps ul {
    padding-left: 25px;
}

.thanks-next-steps ul li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.thanks-cta-box {
    background-color: #f9f9f9;
    padding: 35px;
    border-radius: 4px;
    margin: 40px 0;
    text-align: left;
}

.thanks-cta-box h3 {
    font-size: 22px;
    margin-bottom: 15px;
}

.thanks-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.thanks-link {
    color: #2563eb;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    transition: color 0.2s;
}

.thanks-link:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.thanks-contact-reminder {
    font-size: 16px;
    color: #5a5a5a;
    margin-top: 30px;
}

.legal-page {
    background-color: #ffffff;
}

.legal-update {
    font-size: 15px;
    color: #6b6b6b;
    font-style: italic;
}

.legal-page h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.legal-page h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #2a2a2a;
}

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

.legal-page ul li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.legal-page a {
    color: #2563eb;
    text-decoration: underline;
}

.footer {
    background-color: #1a1a1a;
    color: #e0e0e0;
    padding: 50px 0 20px;
}

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

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

.cookie-content p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

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

.cookie-btn {
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.cookie-accept {
    background-color: #22c55e;
    color: #ffffff;
}

.cookie-accept:hover {
    background-color: #16a34a;
}

.cookie-reject {
    background-color: #64748b;
    color: #ffffff;
}

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

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

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

    .hero-text-overlay h1 {
        font-size: 36px;
    }

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

    .narrow-content {
        padding: 0 20px;
    }

    .editorial-section h2 {
        font-size: 28px;
    }

    .editorial-section p {
        font-size: 17px;
    }

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

    .page-header h1 {
        font-size: 36px;
    }

    .service-header-inline {
        flex-direction: column;
    }

    .service-thumb {
        width: 100%;
        height: auto;
    }

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

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

    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }
}