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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafafa;
}

.ad-notice {
    background-color: #f0f0f0;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
}

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.nav-brand {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
}

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

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

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

.editorial-container {
    max-width: 680px;
    margin: 0 auto;
    padding: 48px 24px;
}

.editorial-header {
    margin-bottom: 48px;
    text-align: center;
}

.editorial-header h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.header-intro {
    font-size: 20px;
    color: #666;
    font-weight: 400;
}

.editorial-image {
    margin: 48px -24px 48px -24px;
    background-color: #e8e8e8;
}

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

.editorial-content {
    font-size: 18px;
    line-height: 1.8;
}

.lead-paragraph {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 32px;
    color: #333;
}

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

.editorial-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 56px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.editorial-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.editorial-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.editorial-list {
    margin: 24px 0 24px 32px;
    list-style-type: disc;
}

.editorial-list li {
    margin-bottom: 12px;
    padding-left: 8px;
}

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

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

.image-caption {
    padding: 16px 20px;
    font-size: 15px;
    color: #666;
    font-style: italic;
    background-color: #f5f5f5;
}

.quote-block {
    margin: 48px 0;
    padding: 32px 40px;
    background-color: #f9f9f9;
    border-left: 4px solid #1a1a1a;
}

.quote-block p {
    font-size: 24px;
    font-style: italic;
    margin-bottom: 16px;
    color: #2c2c2c;
}

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

.cta-inline {
    margin: 40px 0;
    padding: 32px;
    background-color: #f0f4f8;
    text-align: center;
}

.btn-text {
    color: #1a5a8a;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: color 0.2s;
}

.btn-text:hover {
    color: #0d3e5e;
}

.services-preview {
    margin-top: 64px;
    padding-top: 48px;
    border-top: 1px solid #e8e8e8;
}

.services-preview h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 32px;
    text-align: center;
    color: #1a1a1a;
}

.service-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.service-card {
    padding: 24px;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
}

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

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

.price {
    font-size: 20px;
    font-weight: 700;
    color: #1a5a8a;
}

.cta-centered {
    text-align: center;
    margin-top: 40px;
}

.btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background-color: #1a5a8a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.btn-primary:hover {
    background-color: #0d3e5e;
}

.form-section {
    margin-top: 64px;
    padding: 48px 32px;
    background-color: #f9f9f9;
}

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

.form-section > p {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 32px;
}

.editorial-form {
    max-width: 480px;
    margin: 0 auto;
}

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

.form-group label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c2c2c;
}

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

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #1a5a8a;
}

.btn-submit {
    width: 100%;
    padding: 14px 24px;
    background-color: #1a5a8a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: background-color 0.2s;
}

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

.editorial-footer {
    margin-top: 80px;
    padding-top: 48px;
    border-top: 2px solid #e8e8e8;
}

.footer-content {
    display: flex;
    gap: 48px;
    margin-bottom: 40px;
}

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

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

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

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

.footer-column a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

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

.disclaimer {
    padding: 24px;
    background-color: #f9f9f9;
    margin-bottom: 24px;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.disclaimer strong {
    color: #1a1a1a;
}

.footer-bottom {
    padding-top: 24px;
    border-top: 1px solid #e8e8e8;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #e8e8e8;
    padding: 24px;
    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: 24px;
}

.cookie-content p {
    flex: 1;
    font-size: 14px;
    color: #4a4a4a;
    margin: 0;
}

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: background-color 0.2s;
}

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

.btn-accept:hover {
    background-color: #0d3e5e;
}

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

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

.cookie-link {
    color: #1a5a8a;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}

.cookie-link:hover {
    text-decoration: underline;
}

.services-detailed {
    margin-top: 40px;
}

.service-detailed {
    display: flex;
    gap: 40px;
    margin-bottom: 64px;
    align-items: flex-start;
}

.service-detailed:nth-child(even) {
    flex-direction: row-reverse;
}

.service-image {
    flex: 1;
    background-color: #e8e8e8;
}

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

.service-text {
    flex: 1;
}

.service-text h2 {
    margin-top: 0;
}

.service-details {
    margin-top: 24px;
    padding: 20px;
    background-color: #f5f5f5;
}

.detail-item {
    margin-bottom: 12px;
    font-size: 16px;
}

.detail-item:last-child {
    margin-bottom: 0;
}

.detail-item strong {
    color: #1a1a1a;
}

.cta-section {
    margin-top: 64px;
    padding: 48px 32px;
    background-color: #f0f4f8;
}

.cta-section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 16px;
}

.cta-section > p {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 32px;
}

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

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

.contact-block h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 0;
}

.contact-block p {
    font-size: 18px;
    color: #4a4a4a;
}

.contact-note {
    margin-top: 48px;
    padding: 24px;
    background-color: #f0f4f8;
    text-align: center;
}

.contact-note p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.legal-content {
    font-size: 16px;
}

.legal-content h2 {
    font-size: 28px;
}

.legal-content h3 {
    font-size: 22px;
}

.legal-content h4 {
    font-size: 18px;
}

.thanks-content {
    text-align: center;
}

.selected-service-box {
    margin: 32px auto;
    padding: 24px;
    background-color: #f0f4f8;
    max-width: 480px;
    display: none;
}

.selected-service-box h3 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 0;
}

.selected-service-box p {
    font-size: 18px;
    font-weight: 600;
    color: #1a5a8a;
    margin: 0;
}

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

.next-steps h2 {
    font-size: 28px;
    margin-bottom: 24px;
}

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

    .nav-links {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .editorial-header h1 {
        font-size: 32px;
    }

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

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

    .lead-paragraph {
        font-size: 20px;
    }

    .editorial-content h2 {
        font-size: 26px;
        margin-top: 40px;
    }

    .quote-block p {
        font-size: 20px;
    }

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

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

    .cookie-buttons {
        flex-direction: column;
    }

    .service-detailed {
        flex-direction: column;
        gap: 24px;
    }

    .service-detailed:nth-child(even) {
        flex-direction: column;
    }

    .form-section {
        padding: 32px 16px;
    }

    .cta-section {
        padding: 32px 16px;
    }
}
