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

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

h1, h2, h3, h4 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.3;
    font-weight: 600;
    color: #1a1a1a;
}

h1 {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
}

h2 {
    font-size: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.4rem;
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
}

p {
    margin-bottom: 1.2rem;
}

a {
    color: #2980b9;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1a5a8a;
}

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

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

.nav-links a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    color: #555;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #2980b9;
}

.editorial-flow {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.hero-editorial {
    text-align: center;
    margin-bottom: 4rem;
    padding: 3rem 0;
}

.hero-text-center h1 {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.hero-lead {
    font-size: 1.3rem;
    color: #555;
    font-style: italic;
    margin-bottom: 2.5rem;
}

.hero-image-editorial {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-top: 2rem;
}

.text-block {
    margin-bottom: 3.5rem;
}

.text-block.bg-alternate {
    background: #ffffff;
    padding: 3rem 2.5rem;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.opening-paragraph {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #333;
}

.inline-cta {
    display: inline-block;
    color: #2980b9;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin-top: 1rem;
    border-bottom: 2px solid #2980b9;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.inline-cta:hover {
    color: #1a5a8a;
    border-bottom-color: #1a5a8a;
}

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

.content-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.image-caption {
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
    margin-top: 0.8rem;
    text-align: center;
}

.insight-quote {
    font-size: 1.4rem;
    font-style: italic;
    color: #444;
    border-left: 4px solid #2980b9;
    padding-left: 2rem;
    margin: 2.5rem 0;
    line-height: 1.6;
}

.insight-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.insight-card {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 6px;
    border-left: 3px solid #2980b9;
}

.insight-card h3 {
    margin-top: 0;
    font-size: 1.2rem;
    color: #2980b9;
}

.insight-card p {
    margin-bottom: 0;
    font-size: 1rem;
}

.service-list-editorial {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 2rem;
}

.service-item {
    padding: 2rem;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    transition: box-shadow 0.3s ease;
}

.service-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.service-item h3 {
    margin-top: 0;
    font-size: 1.5rem;
    color: #1a1a1a;
}

.service-details {
    font-size: 0.9rem;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin-top: 1rem;
}

.service-price {
    font-size: 1.6rem;
    font-weight: 600;
    color: #2980b9;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin: 1.5rem 0;
}

.btn-service {
    display: inline-block;
    padding: 0.9rem 2rem;
    background: #2980b9;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-service:hover {
    background: #1a5a8a;
}

.testimonial-inline {
    margin: 3rem 0;
    padding: 2.5rem;
    background: #f0f7fb;
    border-radius: 6px;
}

.testimonial-text {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #333;
    font-style: italic;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
}

.testimonials-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.testimonial-card {
    background: #f8f9fa;
    padding: 1.8rem;
    border-radius: 6px;
}

.testimonial-card p:first-child {
    font-style: italic;
    color: #444;
    margin-bottom: 1rem;
}

.testimonial-card .author {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    color: #666;
    font-style: normal;
    margin-bottom: 0;
}

.cta-section-editorial {
    margin: 4rem 0;
}

.cta-box {
    background: #2980b9;
    color: #ffffff;
    padding: 3rem 2.5rem;
    border-radius: 8px;
    text-align: center;
}

.cta-box h2 {
    color: #ffffff;
    margin-top: 0;
    font-size: 2rem;
}

.cta-box p {
    color: #e8f4f8;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.btn-primary-large {
    display: inline-block;
    padding: 1.1rem 2.5rem;
    background: #ffffff;
    color: #2980b9;
    border: none;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary-large:hover {
    background: #f0f7fb;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.form-section {
    margin: 4rem 0;
}

.form-container-editorial {
    background: #ffffff;
    padding: 3rem 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.form-container-editorial h2 {
    margin-top: 0;
    font-size: 2rem;
}

.form-intro {
    color: #666;
    margin-bottom: 2rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

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

.form-group label {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.9rem;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    padding: 1.1rem 2rem;
    background: #2980b9;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

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

.page-header-editorial {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem 0;
    border-bottom: 1px solid #e0e0e0;
}

.header-lead {
    font-size: 1.2rem;
    color: #666;
    font-style: italic;
}

.principles-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.principle-item {
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.principle-item:last-child {
    border-bottom: none;
}

.principle-item h3 {
    margin-top: 0;
    color: #2980b9;
}

.services-detailed {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.service-detail-block {
    padding: 2.5rem;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.service-detail-block.bg-alternate {
    background: #f8f9fa;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #2980b9;
}

.service-header h2 {
    margin: 0;
}

.service-price-large {
    font-size: 2rem;
    font-weight: 600;
    color: #2980b9;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin: 0;
}

.service-intro {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 2rem;
}

.content-list {
    list-style-position: outside;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.content-list li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.contact-page-content {
    margin: 2rem 0;
}

.contact-info-block {
    background: #ffffff;
    padding: 3rem 2.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.office-location {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.office-location h3 {
    margin-top: 0;
    color: #2980b9;
}

.contact-details {
    margin-bottom: 2.5rem;
}

.contact-details h3 {
    color: #2980b9;
}

.response-info {
    background: #f0f7fb;
    padding: 1.5rem;
    border-radius: 6px;
    margin-top: 2rem;
}

.response-info p {
    margin-bottom: 0;
    color: #555;
}

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

.thanks-container {
    background: #ffffff;
    padding: 4rem 3rem;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.thanks-container h1 {
    color: #2980b9;
    margin-bottom: 1rem;
}

.thanks-lead {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 2.5rem;
}

.thanks-details {
    margin: 2.5rem 0;
    padding: 2rem;
    background: #f0f7fb;
    border-radius: 6px;
}

.thanks-details p {
    margin-bottom: 1rem;
}

.thanks-details p:last-child {
    margin-bottom: 0;
}

#service-confirmation {
    font-weight: 600;
    color: #2980b9;
    font-size: 1.1rem;
}

.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.btn-primary {
    display: inline-block;
    padding: 1rem 2rem;
    background: #2980b9;
    color: #ffffff;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    transition: background 0.3s ease;
}

.btn-primary:hover {
    background: #1a5a8a;
}

.btn-secondary {
    display: inline-block;
    padding: 1rem 2rem;
    background: transparent;
    color: #2980b9;
    border: 2px solid #2980b9;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #2980b9;
    color: #ffffff;
}

.legal-content h2 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    color: #2980b9;
}

.legal-content h3 {
    font-size: 1.2rem;
    color: #333;
}

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

.legal-content ul li {
    margin-bottom: 0.6rem;
}

.footer-minimal {
    background: #1a1a1a;
    color: #ffffff;
    padding: 2.5rem 5%;
    margin-top: 5rem;
}

.footer-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: #b0b0b0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

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

.footer-copy {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem 5%;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.2);
    z-index: 1000;
    transition: transform 0.3s ease;
}

.cookie-banner.hidden {
    transform: translateY(100%);
}

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

.cookie-content p {
    margin-bottom: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    flex: 1;
}

.cookie-actions {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-accept {
    background: #2980b9;
    color: #ffffff;
}

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

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

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

.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 99;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.sticky-cta.visible {
    opacity: 1;
    transform: translateY(0);
}

.sticky-btn {
    padding: 1rem 2rem;
    background: #2980b9;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(41, 128, 185, 0.4);
    transition: all 0.3s ease;
}

.sticky-btn:hover {
    background: #1a5a8a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(41, 128, 185, 0.5);
}

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

    .nav-links {
        gap: 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .editorial-flow {
        padding: 2rem 1.5rem;
    }

    .hero-text-center h1 {
        font-size: 2.2rem;
    }

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

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .text-block.bg-alternate {
        padding: 2rem 1.5rem;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }

    .service-header {
        flex-direction: column;
        gap: 1rem;
    }

    .service-price-large {
        font-size: 1.6rem;
    }

    .thanks-actions {
        flex-direction: column;
        gap: 1rem;
    }

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

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

    .sticky-cta {
        bottom: 1rem;
        right: 1rem;
    }

    .sticky-btn {
        padding: 0.9rem 1.5rem;
        font-size: 0.9rem;
    }

    .footer-links {
        flex-direction: column;
        gap: 0.8rem;
    }
}
