/* Regrowth marketing — extensiones (propuestas + portal branding) */

.eco-badge-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(173, 233, 21, 0.15);
    color: #ade915;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-ecosystem-banner {
    padding: 4rem 0;
    background: linear-gradient(180deg, #0a0a0a 0%, #141810 100%);
    text-align: center;
    color: #f5f5f0;
}

.section-ecosystem-banner .eco-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ade915;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-ecosystem-banner .eco-title {
    font-family: Poppins, sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    max-width: 720px;
    margin: 0 auto 1rem;
    line-height: 1.2;
}

.section-ecosystem-banner .eco-lead {
    max-width: 640px;
    margin: 0 auto 1.5rem;
    color: #bbb;
    line-height: 1.6;
}

.eco-pill-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.eco-pill {
    border: 1px solid rgba(173, 233, 21, 0.35);
    color: #ade915;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.8rem;
}

.section-motors {
    padding: 4rem 0;
    background: var(--bg-light, #f8f9f6);
}

.motors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.motor-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.75rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border-top: 4px solid #ade915;
}

.motor-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(173, 233, 21, 0.15);
    color: #5a7a0a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.section-funnel {
    padding: 4rem 0;
}

.funnel-steps {
    list-style: none;
    padding: 0;
    margin: 2rem 0 0;
    display: grid;
    gap: 1rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.funnel-steps li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.25rem 1rem;
    align-items: start;
    padding: 1rem 1.25rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.funnel-num {
    grid-row: span 2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ade915;
    color: #0a0a0a;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.funnel-steps li span:last-child {
    grid-column: 2;
    color: #666;
    font-size: 0.9rem;
}

.section-tech-stack {
    padding: 4rem 0;
    background: #0a0a0a;
    color: #fff;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.25rem;
    border: 1px solid rgba(173, 233, 21, 0.2);
    border-radius: 12px;
    text-align: center;
    font-size: 0.85rem;
}

.tech-item i {
    font-size: 1.75rem;
    color: #ade915;
}

.tech-logo {
    height: 36px;
    width: auto;
}

.section-leadership {
    padding: 4rem 0;
    background: linear-gradient(135deg, #1a1a1a, #252a18);
    color: #fff;
}

.section-leadership .section-title {
    color: #ade915;
    margin-bottom: 0.5rem;
}

.leadership-quote .section-title {
    text-align: left;
}

.leadership-inner {
    display: grid;
    grid-template-columns: minmax(200px, 280px) 1fr;
    gap: 2.5rem;
    align-items: center;
}

.leadership-photo img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.leadership-quote blockquote {
    font-size: 1.15rem;
    line-height: 1.7;
    border-left: 4px solid #ade915;
    padding-left: 1.25rem;
    margin: 1rem 0 0.75rem;
    font-style: italic;
    color: #f0f0eb;
}

.leadership-name {
    color: #ade915;
    font-weight: 600;
}

.section-crm-360 {
    padding: 5rem 0;
    background: #0a0a0a;
    color: #f5f5f0;
}

.section-crm-360 .section-title {
    color: #ade915;
}

.crm-sub {
    color: #ccc !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.crm-alfa-inline {
    height: 22px;
    width: auto;
    vertical-align: middle;
}

.crm-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    align-items: center;
}

.crm-card {
    background: rgba(173, 233, 21, 0.08);
    border: 1px solid rgba(173, 233, 21, 0.25);
    border-radius: 12px;
    padding: 1.5rem;
}

.crm-card h3 {
    color: #ade915;
    margin-bottom: 0.75rem;
}

.crm-features {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
}

.crm-features li {
    padding: 0.35rem 0;
    font-size: 0.95rem;
    color: #ddd;
}

.crm-features i {
    color: #ade915;
    margin-right: 0.5rem;
}

.crm-shot {
    border-radius: 12px;
    max-width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.section-performance {
    padding: 4rem 0;
    background: var(--bg-light, #f5f5f0);
}

.perf-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.perf-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    border-top: 4px solid #ade915;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.perf-card h3 {
    font-size: 2rem;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.section-steps {
    padding: 4rem 0;
    background: #1a1a1a;
    color: #fff;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.step-card {
    padding: 1.5rem;
    border-left: 4px solid #ade915;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0 12px 12px 0;
}

.nav-portal-link {
    color: #ade915 !important;
    font-weight: 600;
}

.footer-powered {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.footer-powered a {
    color: #ade915;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
}

.footer-powered a:hover {
    text-decoration: underline;
}

.footer-alfa-logo {
    height: 22px;
    width: auto;
}

@media (max-width: 768px) {
    .leadership-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .leadership-quote blockquote {
        border-left: none;
        padding-left: 0;
    }

    .section-leadership .section-title,
    .leadership-quote .section-title {
        text-align: center;
    }

    .lead-segments {
        grid-template-columns: 1fr;
    }
}

/* Lead form / contacto */
.section-lead-form {
    padding: 5rem 0;
    background: linear-gradient(180deg, #0f0f0f 0%, #1a1f12 100%);
    color: #f5f5f0;
}

.section-lead-form .section-title {
    color: #ade915;
}

.section-lead-form .section-subtitle {
    color: #bbb;
}

.lead-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ade915;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.lead-panel {
    max-width: 820px;
    margin: 2rem auto 0;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(173, 233, 21, 0.25);
    border-radius: 16px;
    padding: 1.75rem;
}

.lead-required-note {
    font-size: 0.9rem;
    color: #aaa;
    margin-bottom: 1.25rem;
}

.lead-steps {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.lead-step {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #666;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    border: 1px solid #333;
}

.lead-step.is-on {
    color: #0a0a0a;
    background: #ade915;
    border-color: #ade915;
    font-weight: 700;
}

.lead-segments {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.seg-card {
    text-align: left;
    background: rgba(0, 0, 0, 0.35);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1rem;
    cursor: pointer;
    color: #eee;
    transition: border-color 0.2s, background 0.2s;
}

.seg-card:hover,
.seg-card:focus-visible {
    border-color: rgba(173, 233, 21, 0.5);
    outline: none;
}

.seg-card.is-selected {
    border-color: #ade915;
    background: rgba(173, 233, 21, 0.12);
}

.seg-card h4 {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    color: #ade915;
}

.seg-card p {
    margin: 0;
    font-size: 0.82rem;
    color: #aaa;
    line-height: 1.4;
}

.lead-form-fields {
    margin-top: 0.5rem;
}

.lead-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 640px) {
    .lead-grid-2 {
        grid-template-columns: 1fr;
    }
}

.lead-field {
    margin-bottom: 1rem;
}

.lead-field label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
    color: #ccc;
}

.lead-field input,
.lead-field select,
.lead-field textarea {
    width: 100%;
    padding: 0.65rem 0.85rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-family: inherit;
    font-size: 0.95rem;
}

.lead-field input:focus,
.lead-field select:focus,
.lead-field textarea:focus {
    outline: 2px solid #ade915;
    border-color: #ade915;
}

.lead-form-error {
    color: #ff8a8a;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.lead-form-success {
    color: #ade915;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.lead-actions {
    margin-top: 0.5rem;
}

.btn-lead-submit {
    width: 100%;
    justify-content: center;
}

.btn-lead-submit.is-locked {
    opacity: 0.55;
    cursor: not-allowed;
}

.lead-privacy {
    font-size: 0.78rem;
    color: #777;
    margin: 1rem 0 0;
    text-align: center;
}
