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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    color: #2d3748;
    background-color: #ffffff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #2d6a4f;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1b4332;
}

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

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

.cookie-content p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

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

.cookie-buttons {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.btn-accept,
.btn-reject {
    padding: 0.6rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #52b788;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #40916c;
}

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

.btn-reject:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-floating {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1b4332;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    color: #4a5568;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: #2d6a4f;
}

.editorial-container {
    max-width: 100%;
    margin: 0 auto;
}

.hero-editorial {
    margin-bottom: 3rem;
}

.hero-image-wrapper {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    margin-bottom: 2rem;
}

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

.hero-text-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.hero-text-narrow h1 {
    font-size: 2rem;
    line-height: 1.3;
    color: #1b4332;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.lead-text {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 1.5rem;
}

.content-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 1.5rem;
    margin-bottom: 4rem;
}

.content-narrow h2 {
    font-size: 1.75rem;
    line-height: 1.3;
    color: #1b4332;
    margin-top: 3rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
}

.content-narrow h3 {
    font-size: 1.35rem;
    line-height: 1.4;
    color: #2d3748;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.content-narrow p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.8;
}

.story-intro {
    font-size: 1.15rem;
    line-height: 1.75;
    color: #2d3748;
    margin-bottom: 2rem;
    font-style: italic;
}

.inline-image {
    margin: 3rem 0;
}

.inline-image img {
    width: 100%;
    border-radius: 6px;
}

.inline-image figcaption {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #718096;
    text-align: center;
    font-style: italic;
}

.testimonial-inline {
    border-left: 4px solid #52b788;
    padding-left: 1.5rem;
    margin: 2.5rem 0;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #2d3748;
    font-style: italic;
}

.testimonial-inline cite {
    display: block;
    margin-top: 0.75rem;
    font-size: 0.95rem;
    color: #718096;
    font-style: normal;
}

.inline-cta-soft {
    margin: 2rem 0;
}

.link-arrow {
    font-size: 1.05rem;
    font-weight: 600;
    color: #2d6a4f;
}

.link-arrow:hover {
    color: #1b4332;
}

.services-editorial {
    background-color: #f7fafc;
    padding: 4rem 0;
    margin: 4rem 0;
}

.service-card-editorial {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2.5rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.service-card-editorial.featured {
    border-top: 4px solid #52b788;
}

.service-image {
    margin-bottom: 1.5rem;
    border-radius: 6px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.service-header h2,
.service-header h3 {
    margin: 0;
    font-size: 1.5rem;
    color: #1b4332;
    flex: 1;
}

.price-tag {
    background-color: #d8f3dc;
    color: #1b4332;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 700;
    font-size: 1rem;
    white-space: nowrap;
}

.service-card-editorial > p {
    color: #4a5568;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.service-details h3 {
    font-size: 1.1rem;
    color: #2d3748;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.service-details ul {
    list-style: none;
    margin-bottom: 1rem;
}

.service-details ul li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
    color: #4a5568;
    line-height: 1.6;
}

.service-details ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #52b788;
    font-weight: 700;
}

.cta-inline-box {
    background-color: #f0f9f4;
    border-left: 4px solid #52b788;
    padding: 2rem;
    margin: 3rem 0;
    border-radius: 4px;
}

.cta-inline-box.highlight {
    background-color: #d8f3dc;
}

.cta-inline-box h2,
.cta-inline-box h3 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #1b4332;
}

.cta-inline-box p {
    margin-bottom: 1.5rem;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 0.875rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-align: center;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background-color: #2d6a4f;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #1b4332;
    color: #ffffff;
}

.btn-secondary {
    background-color: transparent;
    color: #2d6a4f;
    border: 2px solid #2d6a4f;
}

.btn-secondary:hover {
    background-color: #2d6a4f;
    color: #ffffff;
}

.btn-primary-large {
    display: inline-block;
    padding: 1.125rem 2.5rem;
    background-color: #2d6a4f;
    color: #ffffff;
    border-radius: 6px;
    font-weight: 700;
    font-size: 1.125rem;
    transition: all 0.3s ease;
}

.btn-primary-large:hover {
    background-color: #1b4332;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(45, 106, 79, 0.3);
}

.region-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 2rem 0;
}

.region-item {
    background-color: #f7fafc;
    padding: 0.75rem 1.25rem;
    border-radius: 4px;
    font-size: 0.95rem;
    color: #2d3748;
    border: 1px solid #e2e8f0;
}

.closing-text {
    font-size: 1.15rem;
    line-height: 1.75;
    color: #2d3748;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.final-cta {
    text-align: center;
    margin: 4rem 0;
}

.form-section {
    background-color: #f7fafc;
    padding: 4rem 0;
    margin: 4rem 0;
}

.form-intro {
    font-size: 1.05rem;
    color: #4a5568;
    margin-bottom: 2rem;
}

.editorial-form {
    margin-top: 2rem;
}

.form-group {
    margin-bottom: 1.75rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2d3748;
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-submit {
    background-color: #2d6a4f;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.btn-submit:hover {
    background-color: #1b4332;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(45, 106, 79, 0.3);
}

.footer {
    background-color: #1b4332;
    color: #ffffff;
    padding: 3rem 0 1.5rem;
    margin-top: 4rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-col h4 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    color: #95d5b2;
}

.footer-col p {
    color: #d8f3dc;
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col ul li a {
    color: #d8f3dc;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    text-align: center;
}

.footer-bottom p {
    color: #95d5b2;
    font-size: 0.9rem;
}

.page-header-editorial {
    padding: 4rem 0 2rem;
    background-color: #f7fafc;
    margin-bottom: 3rem;
}

.contact-info-section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 3rem 0;
}

.contact-info-card {
    background-color: #f7fafc;
    padding: 2rem;
    border-radius: 8px;
}

.contact-info-card h2 {
    margin-top: 0;
}

.contact-detail {
    margin-bottom: 2rem;
}

.contact-detail h3 {
    font-size: 1.1rem;
    color: #2d6a4f;
    margin-bottom: 0.5rem;
}

.contact-detail p {
    margin: 0;
    color: #4a5568;
}

.contact-image {
    border-radius: 8px;
    overflow: hidden;
}

.response-time-note {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.response-time-note p {
    margin: 0;
    color: #856404;
}

.faq-section {
    margin: 2rem 0;
}

.faq-item {
    margin-bottom: 2rem;
}

.faq-item h3 {
    font-size: 1.15rem;
    color: #1b4332;
    margin-bottom: 0.75rem;
}

.faq-item p {
    color: #4a5568;
    line-height: 1.7;
}

.service-regions {
    margin: 3rem 0;
}

.region-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 1.5rem 0;
}

.region-list li {
    padding-left: 1.5rem;
    position: relative;
    color: #4a5568;
}

.region-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #52b788;
    font-weight: 700;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 3rem 0;
}

.step {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.step-number {
    background-color: #2d6a4f;
    color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.step-content h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #1b4332;
}

.step-content p {
    margin: 0;
    color: #4a5568;
}

.thanks-page-content {
    padding: 4rem 0;
    text-align: center;
}

.thanks-icon {
    margin: 0 auto 2rem;
}

.thanks-message {
    font-size: 1.15rem;
    color: #4a5568;
    margin-bottom: 2rem;
}

.service-confirmation {
    margin: 2rem 0;
}

.selected-service-display {
    background-color: #d8f3dc;
    padding: 1.25rem;
    border-radius: 6px;
    margin: 1.5rem 0;
}

.selected-service-display p {
    margin: 0;
    color: #1b4332;
    font-size: 1.05rem;
}

.thanks-details {
    text-align: left;
    margin: 3rem 0;
}

.next-steps {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
}

.step-item {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.step-icon {
    background-color: #52b788;
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.step-content {
    flex: 1;
}

.thanks-cta-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1.5rem;
}

.urgent-note {
    background-color: #f7fafc;
    border-radius: 6px;
    padding: 1.5rem;
    margin: 2rem 0;
}

.urgent-note p {
    margin: 0;
    text-align: left;
}

.back-home {
    margin-top: 3rem;
}

.legal-page {
    padding: 2rem 0;
}

.legal-intro {
    font-size: 1.1rem;
    color: #4a5568;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.legal-page ul {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.legal-page ul li {
    margin-bottom: 0.5rem;
    color: #4a5568;
    line-height: 1.6;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-size: 0.95rem;
}

.cookie-table thead {
    background-color: #f7fafc;
}

.cookie-table th {
    padding: 0.875rem;
    text-align: left;
    font-weight: 600;
    color: #2d3748;
    border-bottom: 2px solid #e2e8f0;
}

.cookie-table td {
    padding: 0.875rem;
    border-bottom: 1px solid #e2e8f0;
    color: #4a5568;
}

.back-link {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

@media (min-width: 640px) {
    .cookie-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .hero-text-narrow h1 {
        font-size: 2.5rem;
    }

    .contact-info-section {
        flex-direction: row;
        gap: 2rem;
    }

    .contact-info-card {
        flex: 1;
    }

    .contact-image {
        flex: 1;
    }

    .thanks-cta-buttons {
        justify-content: flex-start;
    }
}

@media (min-width: 768px) {
    .hero-text-narrow h1 {
        font-size: 3rem;
    }

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

    .content-narrow h2 {
        font-size: 2rem;
    }

    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-col {
        flex: 1;
    }

    .process-steps {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .step {
        flex: 1;
        min-width: 250px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .next-steps {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .step-item {
        flex: 1;
        min-width: 250px;
    }
}

@media (max-width: 768px) {
    .nav-links {
        gap: 1rem;
        font-size: 0.85rem;
    }

    .logo {
        font-size: 1.25rem;
    }

    .hero-image-wrapper {
        height: 40vh;
    }
}

@media (max-width: 480px) {
    .nav-links {
        display: none;
    }

    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .price-tag {
        align-self: flex-start;
    }
}