@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(24px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulseSoft {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

@keyframes checkmarkDraw {
    0% {
        stroke-dashoffset: 48;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Landing consulta — design system ── */
.landing-consulta {
    --lc-warm: #f7f5f1;
    --lc-dark: #22333B;
    --lc-primary: #B9A88D;
    --lc-primary-hover: #a8977c;
    --lc-muted: #64748b;
    --lc-border: rgba(34, 51, 59, 0.08);
    --lc-radius: 1rem;
    --lc-radius-lg: 1.25rem;
    --lc-shadow: 0 1px 2px rgba(34, 51, 59, 0.04);
    --lc-shadow-hover: 0 16px 32px rgba(34, 51, 59, 0.1);
}

body.landing-consulta {
    background-color: #ffffff;
}

.lc-section {
    padding: 5rem 0;
}

.lc-section--warm {
    background-color: var(--lc-warm);
}

.lc-section--white {
    background-color: #ffffff;
}

.lc-section--dark {
    background-color: var(--lc-dark);
    color: #ffffff;
}

.lc-container {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .lc-container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .lc-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.lc-container--narrow {
    max-width: 48rem;
}

.lc-container--medium {
    max-width: 64rem;
}

.lc-section-header {
    text-align: center;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .lc-section-header {
        margin-bottom: 3.5rem;
    }
}

.lc-eyebrow {
    display: inline-block;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lc-primary);
    margin-bottom: 0.75rem;
}

.lc-section--dark .lc-eyebrow {
    color: #e8dcc8;
}

.lc-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.875rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--lc-dark);
    line-height: 1.15;
    margin: 0 0 1rem;
}

.lc-section--dark .lc-title {
    color: #ffffff;
}

.lc-divider {
    width: 6rem;
    height: 4px;
    background: var(--lc-primary);
    margin: 0 auto 1rem;
    border-radius: 2px;
}

.lc-subtitle {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--lc-muted);
    max-width: 36rem;
    margin: 0.75rem auto 0;
}

.lc-section--dark .lc-subtitle {
    color: #cbd5e1;
}

.lc-card {
    background: #ffffff;
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius);
    box-shadow: var(--lc-shadow);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.lc-icon-wrap {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(185, 168, 141, 0.12);
    border: 1px solid rgba(185, 168, 141, 0.22);
}

.lc-icon {
    font-size: 1.5rem;
    color: var(--lc-dark);
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.lc-feature-card {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    text-align: left;
}

.lc-feature-card:hover {
    border-color: rgba(185, 168, 141, 0.45);
    box-shadow: var(--lc-shadow-hover);
    transform: translateY(-2px);
}

.lc-feature-card .lc-icon-wrap {
    width: 3rem;
    height: 3rem;
}

.lc-feature-title {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--lc-dark);
    margin: 0 0 0.5rem;
    line-height: 1.35;
}

.lc-feature-desc {
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--lc-muted);
    margin: 0;
}

.lc-team-card {
    padding: 1.5rem;
    height: 100%;
}

.lc-team-name {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--lc-dark);
    margin: 0 0 0.25rem;
}

.lc-team-role {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--lc-primary);
    margin: 0 0 0.75rem;
    line-height: 1.4;
}

.lc-team-bio {
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--lc-muted);
    margin: 0;
}

.lc-step-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    position: relative;
    padding-top: 3rem;
}

@media (min-width: 768px) {
    .lc-step-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

.lc-step-connector {
    display: none;
}

@media (min-width: 768px) {
    .lc-step-connector {
        display: block;
        position: absolute;
        top: 3rem;
        left: 16%;
        right: 16%;
        height: 2px;
        background: rgba(185, 168, 141, 0.35);
        z-index: 0;
    }
}

.lc-step-card {
    position: relative;
    z-index: 1;
    padding: 3rem 1.5rem 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lc-step-badge {
    position: absolute;
    top: -1.75rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 9999px;
    background: var(--lc-dark);
    color: var(--lc-primary);
    border: 4px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(34, 51, 59, 0.15);
}

.lc-step-title {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--lc-dark);
    margin: 0.5rem 0 0.75rem;
}

.lc-step-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--lc-muted);
    margin: 0;
}

.lc-testimonial {
    padding: 2rem;
    border-radius: var(--lc-radius-lg);
}

.lc-stars {
    display: flex;
    gap: 0.15rem;
    justify-content: center;
    margin-bottom: 1rem;
    color: var(--lc-primary);
}

.lc-star {
    font-size: 1.125rem;
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.lc-testimonial-quote {
    font-size: 1.0625rem;
    line-height: 1.65;
    color: var(--lc-muted);
    font-style: italic;
    margin: 0 0 1.5rem;
    text-align: center;
}

.lc-testimonial-author {
    font-family: 'Inter', system-ui, sans-serif;
    font-weight: 700;
    color: var(--lc-dark);
    text-align: center;
}

.lc-testimonial-role {
    font-size: 0.875rem;
    color: #94a3b8;
    text-align: center;
    margin-top: 0.15rem;
}

.lc-dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 9999px;
    background: #cbd5e1;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.lc-dot.is-active,
.lc-dot[aria-current="true"] {
    background: var(--lc-primary);
    transform: scale(1.15);
}

.lc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-family: 'Inter', system-ui, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.lc-btn--primary {
    background: var(--lc-primary);
    color: var(--lc-dark);
    box-shadow: 0 8px 24px rgba(34, 51, 59, 0.12);
}

.lc-btn--primary:hover {
    background: var(--lc-primary-hover);
}

.lc-btn--whatsapp {
    background: #25D366;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.lc-btn--whatsapp:hover {
    background: #20bd5a;
}

.lc-btn--lg {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
}

.lc-link {
    color: var(--lc-primary);
    font-weight: 600;
    text-decoration: none;
}

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

.lc-footer-note {
    text-align: center;
    margin-top: 2.5rem;
    font-size: 0.9375rem;
    color: var(--lc-muted);
}

.lc-cta-panel {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    text-align: center;
}

.lc-cta-glow {
    position: absolute;
    inset: 0;
    background: rgba(185, 168, 141, 0.1);
    pointer-events: none;
}

.lc-cta-blur {
    position: absolute;
    top: 0;
    right: 0;
    width: 16rem;
    height: 16rem;
    background: rgba(185, 168, 141, 0.2);
    border-radius: 9999px;
    filter: blur(48px);
    pointer-events: none;
}

.lc-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}

@media (min-width: 640px) {
    .lc-cta-actions {
        flex-direction: row;
    }
}

.form-step {
    display: none;
    animation: fadeInUp 0.4s ease;
}

.form-step.is-active {
    display: block;
}

.service-card {
    position: relative;
    padding: 1.35rem 1.35rem 1.15rem;
    border-radius: 1rem;
    border: 1px solid rgba(34, 51, 59, 0.08);
    background: #fff;
    box-shadow: 0 1px 2px rgba(34, 51, 59, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
    cursor: pointer;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #B9A88D 0%, rgba(185, 168, 141, 0.25) 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.service-card:hover,
.service-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(34, 51, 59, 0.1);
    border-color: rgba(185, 168, 141, 0.55);
    outline: none;
}

.service-card:hover::before,
.service-card.is-selected::before {
    opacity: 1;
}

.service-card.is-selected {
    border-color: #B9A88D;
    background: rgba(185, 168, 141, 0.07);
    box-shadow: 0 12px 28px rgba(34, 51, 59, 0.1);
}

.service-card-badge {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 9999px;
    background: #22333B;
    color: #B9A88D;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.service-card-badge .material-symbols-outlined {
    font-size: 0.95rem;
}

.service-card.is-selected .service-card-badge {
    opacity: 1;
    transform: scale(1);
}

.service-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    padding-right: 1.75rem;
}

.service-card-icon-wrap {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(185, 168, 141, 0.12);
    border: 1px solid rgba(185, 168, 141, 0.22);
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.service-card-icon,
.lc-icon {
    font-size: 1.55rem;
    color: #22333B;
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.service-card:hover .service-card-icon-wrap,
.service-card:hover .lc-icon-wrap,
.service-card.is-selected .service-card-icon-wrap,
.service-card.is-selected .lc-icon-wrap {
    background: rgba(185, 168, 141, 0.22);
    border-color: rgba(185, 168, 141, 0.45);
}

.service-card:hover .service-card-icon-wrap,
.service-card:hover .lc-icon-wrap {
    transform: translateY(-1px);
}

.service-card .lc-icon-wrap {
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.service-card-category {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
    line-height: 1.3;
}

.service-card-title {
    font-size: 0.98rem;
    font-weight: 700;
    color: #22333B;
    line-height: 1.35;
    margin-bottom: 0.5rem;
}

.service-card-desc {
    flex: 1 1 auto;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #64748b;
    margin-bottom: 1rem;
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: auto;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #B9A88D;
    transition: gap 0.2s ease, color 0.2s ease;
}

.service-card-arrow {
    font-size: 1rem;
    transition: transform 0.2s ease;
}

.service-card:hover .service-card-link,
.service-card.is-selected .service-card-link {
    color: #22333B;
}

.service-card:hover .service-card-arrow,
.service-card.is-selected .service-card-arrow {
    transform: translateX(3px);
}

@media (min-width: 768px) {
    .service-card {
        padding: 1.5rem;
    }

    .service-card-title {
        font-size: 1.05rem;
    }

    .service-card-desc {
        font-size: 0.875rem;
    }
}

.services-section-label,
.faq-section-label,
.lc-eyebrow {
    display: inline-block;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #B9A88D;
    margin-bottom: 0.75rem;
}

.faq-section-title,
.lc-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(1.875rem, 4vw, 2.5rem);
    font-weight: 700;
    color: #22333B;
    margin: 0 0 0.5rem;
    line-height: 1.15;
}

.faq-section-subtitle,
.lc-subtitle {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.9375rem;
    color: #64748b;
    margin: 0.75rem auto 0;
    max-width: 28rem;
    line-height: 1.6;
}

/* Legacy alias — use .lc-eyebrow in markup */
.services-section-label {
    margin-bottom: 0.75rem;
}

/* ── FAQ section ── */
.faq-section-label {
    margin-bottom: 0.5rem;
}

.faq-section-title {
    margin: 0 0 0.5rem;
}

.faq-section-subtitle {
    margin: 0;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

.faq-section-subtitle.lc-subtitle {
    margin-top: 0.75rem;
}

.progress-step {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.progress-step.is-active,
.progress-step.is-complete {
    background-color: #B9A88D;
    color: #22333B;
}

.progress-line {
    transition: width 0.4s ease;
}

.objective-option {
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.objective-option:hover,
.objective-option.is-selected {
    border-color: #B9A88D;
    background-color: rgba(185, 168, 141, 0.08);
}

.form-card {
    animation: slideInRight 0.6s ease;
}

.btn-submit.is-loading {
    pointer-events: none;
    opacity: 0.85;
}

.btn-submit.is-loading .btn-text {
    opacity: 0;
}

.btn-submit.is-loading .btn-spinner {
    display: inline-flex;
}

.btn-spinner {
    display: none;
}

.sticky-mobile-cta {
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.sticky-mobile-cta.is-visible {
    transform: translateY(0);
}

.testimonial-slide {
    display: none;
    animation: fadeInUp 0.5s ease;
}

.testimonial-slide.is-active {
    display: block;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.is-open .faq-answer {
    max-height: 520px;
}

.faq-icon {
    transition: transform 0.25s ease;
}

.faq-panel {
    background: #ffffff;
    border-radius: 1.25rem;
    border: 1px solid rgba(185, 168, 141, 0.2);
    box-shadow: 0 8px 32px rgba(34, 51, 59, 0.06);
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.25s ease;
}

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

.faq-item.is-open {
    background: linear-gradient(90deg, rgba(185, 168, 141, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset 3px 0 0 #B9A88D;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    padding: 1.125rem 1.25rem;
    text-align: left;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.faq-question:hover {
    background: rgba(247, 245, 241, 0.8);
}

.faq-question-index {
    flex-shrink: 0;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #B9A88D;
    width: 1.75rem;
    height: 1.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(185, 168, 141, 0.12);
    border-radius: 0.375rem;
}

.faq-item.is-open .faq-question-index {
    background: #22333B;
    color: #f0e6d6;
}

.faq-question-text {
    flex: 1;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #22333B;
    line-height: 1.4;
    padding-right: 0.5rem;
}

.faq-item.is-open .faq-question-text {
    color: #1a2830;
}

.faq-toggle-icon {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    border: 1.5px solid rgba(185, 168, 141, 0.45);
    background: #fff;
    position: relative;
    transition: transform 0.3s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #B9A88D;
    border-radius: 1px;
    transition: transform 0.3s ease, opacity 0.2s ease;
}

.faq-toggle-icon::before {
    width: 10px;
    height: 2px;
    transform: translate(-50%, -50%);
}

.faq-toggle-icon::after {
    width: 2px;
    height: 10px;
    transform: translate(-50%, -50%);
}

.faq-item.is-open .faq-toggle-icon {
    background: #22333B;
    border-color: #22333B;
    transform: rotate(0deg);
}

.faq-item.is-open .faq-toggle-icon::before,
.faq-item.is-open .faq-toggle-icon::after {
    background: #f0e6d6;
}

.faq-item.is-open .faq-toggle-icon::after {
    transform: translate(-50%, -50%) scaleY(0);
    opacity: 0;
}

.faq-answer-inner {
    padding: 0 1.25rem 1.25rem 3.75rem;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.875rem;
    line-height: 1.65;
    color: #64748b;
}

@media (max-width: 640px) {
    .faq-answer-inner {
        padding-left: 1.25rem;
        padding-top: 0;
    }

    .faq-question {
        padding: 1rem;
        gap: 0.625rem;
    }

    .faq-question-text {
        font-size: 0.875rem;
    }
}

.checkmark-circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    animation: checkmarkDraw 0.8s ease forwards 0.2s;
}

.checkmark-check {
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: checkmarkDraw 0.5s ease forwards 0.8s;
}

.hero-consulta-overlay {
    background: linear-gradient(
        105deg,
        rgba(18, 28, 34, 0.96) 0%,
        rgba(22, 34, 41, 0.93) 38%,
        rgba(34, 51, 59, 0.78) 62%,
        rgba(34, 51, 59, 0.52) 100%
    );
}

/* Hero copy — legibilidad sobre foto */
.hero-copy {
    position: relative;
    isolation: isolate;
    padding: 1.25rem 1.5rem;
    border-radius: 1rem;
}

.hero-copy::before {
    content: '';
    position: absolute;
    inset: -0.75rem -1rem;
    z-index: -1;
    border-radius: 1.25rem;
    background: rgba(15, 23, 28, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero-eyebrow {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #f8fafc;
}

.hero-eyebrow i,
.hero-eyebrow .material-symbols-outlined {
    color: #e8dcc8;
    font-size: 1rem;
}

.hero-title {
    color: #ffffff;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
    font-weight: 700;
}

.hero-accent {
    color: #f0e6d6;
    font-weight: 700;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.hero-lead {
    color: #e2e8f0;
    font-weight: 400;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.hero-lead-strong {
    color: #ffffff;
    font-weight: 600;
}

.hero-stat {
    background: rgba(15, 23, 28, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.75rem;
    padding: 0.875rem 0.5rem;
    text-align: center;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.hero-stat-value {
    color: #f0e6d6;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.hero-stat-label {
    color: #cbd5e1;
    font-size: 0.6875rem;
    margin-top: 0.25rem;
    line-height: 1.3;
    font-weight: 500;
}

.hero-btn-whatsapp,
.lc-btn--whatsapp {
    background: #25D366;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.hero-btn-whatsapp:hover,
.lc-btn--whatsapp:hover {
    background: #20bd5a;
}

@media (min-width: 1024px) {
    .hero-copy {
        padding: 1.5rem 1.75rem;
    }

    .hero-copy::before {
        inset: -1rem -1.25rem;
    }
}

/* ── Stats section (trust band) ── */
.stats-section {
    background: var(--lc-warm);
    border-top: 1px solid rgba(185, 168, 141, 0.15);
    border-bottom: 1px solid rgba(185, 168, 141, 0.15);
}

.stat-block {
    padding: 1rem 0.5rem;
}

.stat-number {
    font-family: 'Inter', system-ui, sans-serif;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    margin: 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.1em;
}

.stat-number-value {
    font-size: clamp(2rem, 4.5vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #22333B;
}

.stat-number-suffix {
    font-size: clamp(1.25rem, 3vw, 1.625rem);
    font-weight: 600;
    color: #B9A88D;
    letter-spacing: -0.02em;
}

.stat-number-prefix {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
    width: 100%;
    text-align: center;
    margin-bottom: 0.15rem;
}

.stat-label {
    margin-top: 0.625rem;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #64748b;
    line-height: 1.35;
}

@media (min-width: 768px) {
    .stat-block + .stat-block {
        border-left: 1px solid rgba(185, 168, 141, 0.25);
    }
}

/* Legacy — mantener por compatibilidad */
.hero-consulta {
    background-image: linear-gradient(to right, rgba(34, 51, 59, 0.92), rgba(34, 51, 59, 0.75));
}

:focus-visible {
    outline: 2px solid #B9A88D;
    outline-offset: 2px;
}

.form-error {
    color: #dc2626;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

@media (max-width: 767px) {
    body.has-sticky-cta {
        padding-bottom: 80px;
    }
}
