:root {
    --simant-green: #00a34a;
    --simant-orange: #f37321;
    --simant-gray: #6a6a6a;
    --simant-dark: #222222;
    --simant-light: #f7f7f7;
}

/* Espacio por navbar fija */
.simant-main {
    padding-top: 76px;
}

/* Botones corporativos */
.btn-simant-primary {
    background-color: var(--simant-green);
    border-color: var(--simant-green);
    color: #fff;
}

    .btn-simant-primary:hover {
        background-color: #018441;
        border-color: #018441;
    }

.btn-simant-outline {
    background-color: #fff;
    color: var(--simant-green);
    border-color: var(--simant-green);
}

    .btn-simant-outline:hover {
        background-color: var(--simant-green);
        color: #fff;
    }

/* WhatsApp */
.btn-whatsapp {
    background-color: #25d366;
    border-color: #25d366;
    color: #fff;
}

    .btn-whatsapp:hover {
        background-color: #1ebe5b;
        border-color: #1ebe5b;
        color: #fff;
    }

/* HERO */
.hero {
    min-height: 70vh;
    background: linear-gradient(135deg, rgba(0,163,74,0.12), rgba(243,115,33,0.05)), #ffffff;
    color: var(--simant-dark);
}

.hero-content {
    position: relative;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .25rem .75rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.06);
    font-size: .85rem;
    color: var(--simant-gray);
}

    .hero-badge span.dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: var(--simant-green);
    }

.hero-title {
    font-size: clamp(2.2rem, 3vw, 3.1rem);
    font-weight: 700;
    color: var(--simant-dark);
}

.hero-subtitle {
    font-size: 1.05rem;
    max-width: 36rem;
    color: #555;
}

.hero-pill-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.hero-pill {
    padding: .75rem 1.25rem;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.06);
    background: #fff;
    font-size: .85rem;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem .5rem;
}

    .hero-pill strong {
        color: var(--simant-dark);
    }

/* Hero visual */
.hero-card-visual {
    background: #ffffff;
    border-radius: 1.25rem;
    border: 1px solid rgba(0,0,0,0.06);
    padding: 1rem;
    box-shadow: 0 18px 40px rgba(0,0,0,0.04);
}

.hero-visual-bg {
    background: linear-gradient(135deg, var(--simant-green), var(--simant-orange));
}

/* Secciones */
.section-light {
    background-color: var(--simant-light);
}

.section-title {
    font-size: 1.6rem;
    font-weight: 700;
}

/* Base de las tarjetas por etapa */
.etapa-card {
    border-radius: 1rem;
    padding: 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    /* Degradados pastel de arriba hacia abajo */
    .etapa-card.etapa-1 {
        background: linear-gradient( to bottom, #e4f0ff 0%, #f8fbff 55%, #ffffff 100% ); /* azul pastel */
    }

    .etapa-card.etapa-2 {
        background: linear-gradient( to bottom, #e3f7eb 0%, #f3fbf7 55%, #ffffff 100% ); /* verde pastel */
    }

    .etapa-card.etapa-3 {
        background: linear-gradient( to bottom, #fff6d8 0%, #fffaf0 55%, #ffffff 100% ); /* amarillo pastel */
    }

    .etapa-card.etapa-4 {
        background: linear-gradient( to bottom, #ffe7d6 0%, #fff4ec 55%, #ffffff 100% ); /* naranja pastel */
    }

/* Opcional: pulir badge y tags para que hagan match */
.etapa-badge {
    display: inline-block;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.05);
    color: #444;
    margin-bottom: 0.25rem;
}

.etapa-title {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.etapa-tag {
    display: inline-block;
    font-size: 0.75rem;
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}


 .etapa-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 25px rgba(0,0,0,0.06);
        border-color: rgba(0,163,74,0.45);
 }

.etapa-badge {
    display: inline-block;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #777;
    margin-bottom: .25rem;
}

.etapa-title {
    font-weight: 700;
    margin-bottom: .35rem;
}

.etapa-tag {
    display: inline-flex;
    align-items: center;
    padding: .15rem .55rem;
    border-radius: 999px;
    background: rgba(0,163,74,0.08);
    color: #1f7f4a;
    font-size: .75rem;
    margin-right: .25rem;
    margin-bottom: .25rem;
}

/* Marcas */
.brands-strip {
    border-radius: 1rem;
    border: 1px solid #e1e1e1;
    padding: 1rem 1.25rem;
    background: #fff;
}

.brand-pill {
    display: inline-flex;
    align-items: center;
    padding: .4rem .8rem;
    border-radius: 999px;
    border: 1px solid #e1e1e1;
    font-size: .8rem;
    margin: .25rem;
    gap: .4rem;
}

.brand-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.brand-dot-1 {
    background: var(--simant-green);
}

.brand-dot-2 {
    background: #f28e1c;
}

.brand-dot-3 {
    background: #0077b6;
}

.brand-dot-4 {
    background: #5a189a;
}

.brand-dot-5 {
    background: #6d4c41;
}

/* Clientes */
.simant-card {
    border-radius: 1rem;
    border: 1px solid #e1e1e1;
}

.bg-simant-soft {
    background: rgba(0,163,74,0.08);
    color: #1f7f4a;
}

/* Contacto */
.cta-strip {
    border-radius: 1rem;
    padding: 1.75rem;
    background: linear-gradient(90deg, var(--simant-green), var(--simant-orange));
    color: #fff;
}

.contact-card {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
}

.contact-name {
    font-weight: 700;
    color: var(--simant-dark);
}

.contact-label {
    font-weight: 600;
    color: var(--simant-dark);
}

.contact-link {
    color: var(--simant-green);
    text-decoration: none;
}

    .contact-link:hover {
        text-decoration: underline;
    }

/* Footer */
.simant-footer {
    border-top: 1px solid #e1e1e1;
    padding: 1.25rem 0;
    font-size: .85rem;
    color: #777;
    background-color: #ffffff;
}

/* Navbar */
.simant-navbar .nav-link {
    color: #444;
}

    .simant-navbar .nav-link:hover,
    .simant-navbar .nav-link.active {
        color: var(--simant-green) !important;
        font-weight: 600;
    }
.soluciones-tabs .nav-link {
    color: #555;
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    font-size: 0.9rem;
    margin-right: 0.5rem;
}

    .soluciones-tabs .nav-link:hover {
        color: var(--simant-green);
        background-color: rgba(0, 163, 74, 0.06);
    }

    .soluciones-tabs .nav-link.active {
        background-color: var(--simant-green);
        color: #fff !important;
        font-weight: 600;
    }
/* Hero visual */
.hero-card-visual {
    background: #ffffff;
    border-radius: 1.25rem;
    border: 1px solid rgba(0,0,0,0.06);
    padding: 1rem;
    box-shadow: 0 18px 40px rgba(0,0,0,0.04);
}

/* Contenedor de la imagen real */
.hero-visual-img-wrapper {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background-color: #eaeaea;
}

/* Imagen de trabajos reales */
.hero-visual-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.hero-card-visual {
    background: #ffffff;
    border-radius: 1.25rem;
    border: 1px solid rgba(0,0,0,0.06);
    padding: 1rem;
    box-shadow: 0 18px 40px rgba(0,0,0,0.04);
}

.hero-visual-img-wrapper {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 16 / 9; /* o 4 / 3 si tu video viene así */
    background-color: #000;
}

/* VIDEO en lugar de img */
.hero-visual-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

/* Efecto suave al pasar el mouse */
.hero-visual-img-wrapper:hover .hero-visual-video {
    transform: scale(1.03);
}

/* Etiqueta sobre el video */
.hero-visual-tag {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 0.8rem;
    backdrop-filter: blur(4px);
}
.brands-strip {
    border-radius: 1rem;
    padding: 1.1rem 1.25rem;
    background: linear-gradient( to bottom, #e5f7ee 0%, /* verde muy claro arriba */
    #f4fbf8 55%, /* casi blanco en medio */
    #ffffff 100% /* blanco abajo */
    );
    border: 1px solid rgba(0, 0, 0, 0.03);
}

/* pastillas de marcas (por si no las tenías) */
.brand-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 0.8rem;
    margin: 0 0.4rem 0.4rem 0;
    gap: 0.4rem;
    white-space: nowrap;
}

.brand-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

/* colores de los puntos, puedes ajustarlos a las gamas reales */
.brand-dot-1 {
    background-color: #009f5d;
}
/* verde imperquimia */
.brand-dot-2 {
    background-color: #2b73d9;
}
/* azul pinturas */
.brand-dot-3 {
    background-color: #ff7a3c;
}
/* naranja recubrimientos */
.brand-dot-4 {
    background-color: #7b4dd6;
}
/* morado aditivos */
.brand-dot-5 {
    background-color: #f2c94c;
}
/* amarillo selladores */
.imperquimia-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.imperquimia-logo {
    height: 140px; /* ajusta el tamaño aquí si lo quieres más grande o pequeño */
    width: auto;
    display: block;
}

.imperquimia-text {
    line-height: 1.1;
}
