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

a {
    color: #1a73e8;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #0c5fc7;
}

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

.nav-minimal {
    background: #fff;
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

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

.logo {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

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

.nav-links a {
    color: #4a4a4a;
    font-weight: 500;
    font-size: 0.95rem;
}

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

.editorial-flow {
    max-width: 100%;
}

.hero-editorial {
    padding: 5rem 2rem 4rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
}

.hero-content-narrow {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3rem;
}

.hero-editorial h1 {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.hero-lead {
    font-size: 1.25rem;
    line-height: 1.6;
    opacity: 0.95;
}

.hero-image {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.editorial-section {
    padding: 5rem 2rem;
}

.content-narrow {
    max-width: 650px;
    margin: 0 auto;
}

.editorial-section h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.editorial-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    color: #3a3a3a;
}

.editorial-image {
    max-width: 800px;
    margin: 3rem auto;
    border-radius: 6px;
    overflow: hidden;
}

.dark-bg {
    background: #1a1a1a;
    color: #e8e8e8;
}

.dark-bg h2,
.dark-bg h3 {
    color: #fff;
}

.dark-bg p {
    color: #d0d0d0;
}

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

.cta-inline {
    display: inline-block;
    padding: 0.9rem 2rem;
    background: #1a73e8;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.cta-inline:hover {
    background: #0c5fc7;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
}

.cta-inline-alt {
    display: inline-block;
    padding: 0.9rem 2rem;
    background: #fff;
    color: #1a73e8;
    font-weight: 600;
    border-radius: 6px;
    border: 2px solid #1a73e8;
    transition: all 0.2s ease;
}

.cta-inline-alt:hover {
    background: #1a73e8;
    color: #fff;
}

.testimonial-inline {
    margin: 3rem 0;
    padding: 2rem;
    background: rgba(26, 115, 232, 0.08);
    border-left: 4px solid #1a73e8;
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.7;
}

.dark-bg .testimonial-inline {
    background: rgba(255, 255, 255, 0.1);
    border-left-color: #fff;
}

.testimonial-inline cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-size: 0.9rem;
    opacity: 0.8;
}

.services-editorial {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
}

.service-card {
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.service-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-card p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    color: #4a4a4a;
}

.price {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a73e8;
    margin-bottom: 1.5rem;
}

.btn-service {
    padding: 0.8rem 1.8rem;
    background: #1a73e8;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-service:hover {
    background: #0c5fc7;
    transform: translateY(-2px);
}

.quote-section {
    padding: 4rem 2rem;
    background: #f5f5f5;
}

.large-quote {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    font-style: italic;
    color: #2a2a2a;
}

.reasons-list {
    margin-top: 2rem;
}

.reason-item {
    margin-bottom: 2.5rem;
}

.reason-item h4 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.stats-inline {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
}

.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #1a73e8;
    display: block;
    margin-bottom: 0.5rem;
}

.dark-bg .stat-number {
    color: #fff;
}

.stat-label {
    font-size: 0.95rem;
    opacity: 0.9;
}

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

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

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

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

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

.btn-submit {
    padding: 1rem 2.5rem;
    background: #1a73e8;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-submit:hover {
    background: #0c5fc7;
    transform: translateY(-2px);
}

.minimal-section {
    padding: 4rem 2rem;
}

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

.closing-text {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2a2a2a;
    margin-bottom: 1.5rem;
}

.footer-editorial {
    background: #1a1a1a;
    color: #d0d0d0;
    padding: 3rem 2rem 1.5rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-col {
    flex: 1;
    min-width: 200px;
}

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

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

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

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

.footer-col a {
    color: #d0d0d0;
    font-size: 0.9rem;
}

.footer-col a:hover {
    color: #fff;
}

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

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

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 0.6rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.cookie-accept {
    background: #1a73e8;
    color: #fff;
}

.cookie-accept:hover {
    background: #0c5fc7;
}

.cookie-reject {
    background: #fff;
    color: #2a2a2a;
}

.cookie-reject:hover {
    background: #e0e0e0;
}

.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 99;
    display: none;
}

.sticky-cta.show {
    display: block;
}

.sticky-cta-btn {
    display: block;
    padding: 1rem 2rem;
    background: #1a73e8;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(26, 115, 232, 0.4);
    transition: all 0.2s ease;
}

.sticky-cta-btn:hover {
    background: #0c5fc7;
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(26, 115, 232, 0.5);
}

.page-header {
    padding: 4rem 2rem 3rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    text-align: center;
}

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

.lead-text {
    font-size: 1.2rem;
    opacity: 0.95;
    max-width: 700px;
    margin: 0 auto;
}

.approach-list,
.differentiators {
    margin-top: 2rem;
}

.approach-item,
.diff-item {
    margin-bottom: 2.5rem;
}

.approach-item h3,
.diff-item h4 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #fff;
}

.dark-bg .approach-item p,
.dark-bg .diff-item p {
    color: #d0d0d0;
}

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

.service-detailed {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.service-header {
    padding: 2rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.service-header h2 {
    font-size: 1.8rem;
    margin: 0;
    color: #fff;
}

.service-price {
    font-size: 2rem;
    font-weight: 800;
}

.service-body {
    padding: 2rem;
}

.service-body h3 {
    font-size: 1.2rem;
    margin: 2rem 0 1rem;
    color: #1a1a1a;
}

.service-body ul {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.service-body li {
    margin-bottom: 0.7rem;
    line-height: 1.6;
}

.contact-info {
    margin: 2rem 0;
}

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

.contact-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.contact-item a {
    color: #1a73e8;
    font-weight: 600;
}

.contact-note {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #f5f5f5;
    border-radius: 6px;
    font-style: italic;
}

.process-steps {
    margin-top: 2rem;
}

.process-step {
    margin-bottom: 2.5rem;
    padding-left: 4rem;
    position: relative;
}

.step-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 3rem;
    background: #1a73e8;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.3rem;
}

.dark-bg .step-number {
    background: #fff;
    color: #1a73e8;
}

.process-step h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.dark-bg .process-step h3 {
    color: #fff;
}

.faq-list {
    margin-top: 2rem;
}

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

.faq-item h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.thanks-section {
    padding: 5rem 2rem;
    min-height: 60vh;
}

.thanks-lead {
    font-size: 1.3rem;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.thanks-details {
    margin: 2rem 0;
    padding: 2rem;
    background: #f5f5f5;
    border-radius: 8px;
}

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

.thanks-next {
    margin: 3rem 0;
}

.thanks-next h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}

.next-steps-list {
    margin-left: 1.5rem;
    text-align: left;
    display: inline-block;
}

.next-steps-list li {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

.thanks-actions {
    margin: 3rem 0;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary,
.btn-secondary {
    padding: 1rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.btn-primary {
    background: #1a73e8;
    color: #fff;
}

.btn-primary:hover {
    background: #0c5fc7;
    transform: translateY(-2px);
}

.btn-secondary {
    background: #fff;
    color: #1a73e8;
    border: 2px solid #1a73e8;
}

.btn-secondary:hover {
    background: #1a73e8;
    color: #fff;
}

.thanks-contact {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid #e0e0e0;
}

.legal-content {
    padding: 3rem 2rem;
}

.legal-date {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.8);
    font-style: italic;
}

.legal-content h2 {
    font-size: 1.6rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.legal-content h3 {
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}

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

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

@media (min-width: 768px) {
    .stats-inline {
        flex-direction: row;
        justify-content: space-around;
    }

    .cookie-content {
        flex-wrap: nowrap;
    }

    .footer-content {
        flex-wrap: nowrap;
    }
}

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

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

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

    .editorial-section p {
        font-size: 1rem;
    }

    .large-quote {
        font-size: 1.4rem;
    }

    .nav-links {
        gap: 1rem;
    }

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

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

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

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