﻿/* ================================================
   TIPOGRAFÍA GLOBAL: Poppins / Nunito Sans
   Títulos    → Poppins 700
   Subtítulos → Poppins 600
   Texto      → Nunito Sans 400
   ================================================ */

/* h4–h6 son subtítulos → 600 */
h4, h5, h6 {
    font-weight: 600;
}

/* Elementos de texto libre (p, li, labels) → heredan Nunito Sans 400 desde body */
p, li, label, span, td, th {
    font-family: 'Nunito Sans', sans-serif;
}

/* Subtítulos de componentes explícitos */
.section-header p,
.info-pill span {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}

.info-pill strong,
.highlight-point span,
.page-quote-card p {
    font-family: 'Nunito Sans', sans-serif;
}

/* ================================================
   Ajustes visuales para las nuevas secciones basadas en PPTX
   ================================================ */
.page-header.page-header--default {
    --page-header-image: url(../img/page-header.jpg);
    --page-header-image-mobile: url(../img/img-V1.png);
}

.page-header.page-header--que {
    --page-header-image: url(../img/red5.jpg);
    --page-header-image-mobile: url(../img/V6.png);
}

.page-header.page-header--como {
    --page-header-image: url(../img/red4.jpg);
    --page-header-image-mobile: url(../img/V5.png);
}

.page-header.page-header--servicios {
    --page-header-image: url(../img/red6.jpg);
    --page-header-image-mobile: url(../img/V7.png);
}

.page-header.page-header--membresia {
    --page-header-image: url(../img/red3.jpg);
    --page-header-image-mobile: url(../img/V15.png);
}

.page-header.page-header--comunidad {
    --page-header-image: url(../img/red7.jpg);
    --page-header-image-mobile: url(../img/V8.png);
}

.page-header.page-header--beneficios {
    --page-header-image: url(../img/red8.png);
    --page-header-image-mobile: url(../img/V9.png);
}

.page-header.page-header--huellacare {
    --page-header-image: url(../img/red9.jpg);
    --page-header-image-mobile: url(../img/V10.png);
}

.page-header.page-header--microchip {
    --page-header-image: url(../img/red10.jpg);
    --page-header-image-mobile: url(../img/V11.png);
}

.page-header.page-header--aliados {
    --page-header-image: url(../img/red13.jpg);
    --page-header-image-mobile: url(../img/V13.png);
}

.section-lead-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
}

.about--que {
    padding-bottom: 12px;
}

.about--que .section-header {
    margin-bottom: 20px;
}

.about--que .about-img img {
    width: 100%;
    display: block;
    min-height: 100%;
    object-fit: cover;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .12);
}

.about--que-layout {
    --about-compact-gap: 22px;
}

.about--que .about-content {
    display: flex;
    flex-direction: column;
    gap: var(--about-compact-gap);
}

.about-compact-card,
.about-compact-feature {
    padding-top: 22px;
    padding-bottom: 22px;
}

.about-compact-card {
    margin-bottom: 0 !important;
}

.about-compact-card .section-header {
    margin-bottom: 14px;
}

.about-compact-card .about-text p,
.about-compact-feature p {
    font-size: .96rem;
    line-height: 1.58;
}

.about-compact-card .about-text p:not(:last-child),
.about-compact-feature p:not(:last-child) {
    margin-bottom: 12px;
}

.about-compact-feature {
    gap: 10px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
}

.about-compact-feature i {
    width: 56px !important;
    height: 56px !important;
    font-size: 24px !important;
    border-radius: 16px !important;
}

.about-compact-feature h3 {
    font-size: 1.18rem !important;
}

.about--que .feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    padding: 28px 24px;
    margin-bottom: 0;
    background: #ffffff;
    border: 1px solid rgba(226, 116, 4, .14);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.about--que .feature-item:hover {
    transform: translateY(-3px);
    border-color: rgba(226, 116, 4, .28);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .08);
}

.about--que .feature-item i {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    left: auto;
    margin-bottom: 0;
    border-radius: 18px;
    background: rgba(226, 116, 4, .12) !important;
    background-image: none !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-text-fill-color: var(--rm-orange);
    color: var(--rm-orange);
    font-size: 28px;
    line-height: 1;
}

.about--que .feature-item i::after {
    display: none;
}

.about--que .feature-item h3 {
    margin-bottom: 0;
    color: var(--rm-blue);
    font-size: 1.35rem;
    line-height: 1.3;
}

.about--que .feature-item p,
.about--que .feature-item ul {
    margin-bottom: 0;
}

.about--que .feature-item ul {
    width: 100%;
    padding-left: 0;
    margin-top: 2px;
    list-style: none;
}

.about--que .feature-item ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    line-height: 1.55;
}

.about--que .feature-item ul li:last-child {
    margin-bottom: 0;
}

.about--que .feature-item ul li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--rm-orange);
}

.about--que .text-center .custom-btn {
    min-width: 220px;
}

.section-lead-box--compact {
    padding: 24px;
}

.feature--huellacare,
.feature--microchip,
.feature--comunidad,
.feature--como {
    padding-bottom: 12px;
}

.feature--huellacare .feature-item,
.feature--microchip .feature-item,
.feature--comunidad .feature-item,
.feature--como .feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
    padding: 28px 24px;
    margin-bottom: 0;
    background: #ffffff;
    border: 1px solid rgba(226, 116, 4, .14);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.feature--huellacare .feature-item:hover,
.feature--microchip .feature-item:hover,
.feature--comunidad .feature-item:hover,
.feature--como .feature-item:hover {
    transform: translateY(-3px);
    border-color: rgba(226, 116, 4, .28);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .08);
}

.feature--huellacare .feature-item i,
.feature--microchip .feature-item i,
.feature--comunidad .feature-item i,
.feature--como .feature-item i {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    left: auto;
    margin-bottom: 0;
    border-radius: 18px;
    background: rgba(226, 116, 4, .12) !important;
    background-image: none !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-text-fill-color: var(--rm-orange);
    color: var(--rm-orange);
    font-size: 28px;
    line-height: 1;
}

.feature--huellacare .feature-item i::after,
.feature--microchip .feature-item i::after,
.feature--comunidad .feature-item i::after,
.feature--como .feature-item i::after {
    display: none;
}

.feature--huellacare .feature-item h3,
.feature--microchip .feature-item h3,
.feature--comunidad .feature-item h3,
.feature--como .feature-item h3 {
    margin-bottom: 0;
    color: var(--rm-blue);
    font-size: 1.35rem;
    line-height: 1.3;
}

.feature--huellacare .feature-item p,
.feature--huellacare .feature-item ul,
.feature--microchip .feature-item p,
.feature--microchip .feature-item ul,
.feature--comunidad .feature-item p,
.feature--comunidad .feature-item ul,
.feature--como .feature-item p,
.feature--como .feature-item ul {
    margin-bottom: 0;
}

.feature--huellacare .feature-item ul,
.feature--microchip .feature-item ul,
.feature--comunidad .feature-item ul,
.feature--como .feature-item ul {
    width: 100%;
    padding-left: 0;
    margin-top: 2px;
    list-style: none;
}

.feature--huellacare .feature-item ul li,
.feature--microchip .feature-item ul li,
.feature--comunidad .feature-item ul li,
.feature--como .feature-item ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    line-height: 1.55;
}

.feature--huellacare .feature-item ul li:last-child,
.feature--microchip .feature-item ul li:last-child,
.feature--comunidad .feature-item ul li:last-child,
.feature--como .feature-item ul li:last-child {
    margin-bottom: 0;
}

.feature--huellacare .feature-item ul li::before,
.feature--microchip .feature-item ul li::before,
.feature--comunidad .feature-item ul li::before,
.feature--como .feature-item ul li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--rm-orange);
}

/* ── Paso destacado (paso 3 de Cómo funciona) ── */
.feature--como .feature-item--featured {
    flex-direction: column;
    gap: 20px;
    border-color: rgba(226, 116, 4, .28);
    background: linear-gradient(135deg, #fff8f1 0%, #ffffff 60%);
}

.feature--como .feature-item--step1 {
    justify-content: center;
}

.feature--como .feature-item__split,
.feature--como .feature-item__featured-layout {
    display: grid;
    align-items: center;
    width: 100%;
    gap: 24px;
}

.feature--como .feature-item__split {
    grid-template-columns: minmax(0, 1.2fr) minmax(220px, .8fr);
}

.feature--como .feature-item__featured-layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .85fr);
}

.feature--como .feature-item__copy,
.feature--como .feature-item__featured-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.feature--como .feature-item__copy p {
    margin-bottom: 0;
}

.featured-step-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.featured-step-header > i {
    /* icono heredado del scope feature--como */
    flex: 0 0 auto;
    margin-top: 4px;
}

.featured-step-header > div {
    flex: 1 1 0;
}

.featured-step-header h3 {
    margin-bottom: 8px;
}

.featured-step-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 32px;
    width: 100%;
    padding-top: 4px;
    border-top: 1px solid rgba(226, 116, 4, .14);
}

.featured-step-list ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.featured-step-list ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #444;
}

.featured-step-list ul li:last-child {
    margin-bottom: 0;
}

.featured-step-list ul li::before {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--rm-orange);
}

@media (max-width: 575.98px) {
    .featured-step-list {
        grid-template-columns: 1fr;
    }

    .featured-step-header {
        flex-direction: column;
        gap: 14px;
    }
}

.page-showcase-card,
.page-highlight-card,
.page-quote-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .08);
}

.page-showcase-card img {
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    display: block;
}

.page-showcase-card--media {
    min-height: 100%;
}

.page-highlight-card {
    padding: 32px;
    border: 1px solid rgba(var(--rm-blue-rgb), .08);
}

.page-highlight-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.page-highlight-points--stacked {
    grid-template-columns: 1fr;
    margin-top: 0;
}

.highlight-point {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #fff8f1;
    border: 1px solid rgba(226, 116, 4, .14);
    border-radius: 14px;
}

.highlight-point i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    background: rgba(226, 116, 4, .14) !important;
    background-image: none !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-text-fill-color: var(--rm-orange);
    color: var(--rm-orange);
    font-size: 18px;
    line-height: 1;
    position: static;
    left: auto;
}

.page-info-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.page-info-strip--column {
    grid-template-columns: 1fr;
}

.info-pill {
    padding: 16px 18px;
    background: #f7fafc;
    border-radius: 14px;
    border: 1px solid rgba(var(--rm-blue-rgb), .08);
}

.info-pill span {
    display: block;
    margin-bottom: 4px;
    color: #5f7288;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.info-pill strong {
    color: var(--rm-blue);
    font-size: 17px;
}

.page-media-mosaic {
    display: grid;
    /* grid-template-columns: minmax(0, 1.35fr) minmax(0, .85fr); */
    gap: 16px;
    min-height: 420px;
}

.page-media-mosaic .media-main,
.page-media-mosaic .media-side {
    min-height: 100%;
}

.page-media-mosaic .media-side {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.page-media-mosaic img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .1);
}

.page-quote-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: 32px 28px;
    background: linear-gradient(135deg, var(--rm-blue-light) 0%, var(--rm-blue) 100%);
    color: #ffffff;
}

.page-quote-card i {
    font-size: 34px;
    color: #f9c58f;
    -webkit-text-fill-color: #ffffff !important;
    background-image: none !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: static;
    left: auto;
    line-height: 1;
    display: block;
}

.page-quote-card p {
    font-size: 1.15rem;
    line-height: 1.7;
}

.page-cta-band {
    padding: 32px 24px;
    background: linear-gradient(135deg, rgba(1, 79, 166, .06) 0%, rgba(226, 116, 4, .1) 100%);
    border: 1px solid rgba(226, 116, 4, .14);
    border-radius: 18px;
}

.community-side-media {
    height: 100%;
}

.community-side-media__frame {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 100%;
    padding: 0;
    /* background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); */
    /* border: 1px solid rgba(var(--rm-blue-rgb), .1); */
    border-radius: 20px;
    /* box-shadow: 0 16px 36px rgba(0, 0, 0, .08); */
    overflow: hidden;
}

.community-side-media__img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 360px;
    object-fit: contain;
    object-position: center;
    border-radius: inherit;
}

.community-page .section-header h2 {
    line-height: 1.25;
}

.community-hero-grid {
    margin-bottom: 34px !important;
}

.community-hero-media {
    min-height: 100%;
}

.community-hero-media__main {
    min-height: 100%;
}

.community-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.community-hero-pill {
    padding: 12px 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(var(--rm-blue-rgb), .1) 0%, rgba(var(--rm-blue-rgb), .04) 100%);
    border: 1px solid rgba(var(--rm-blue-rgb), .15);
    color: var(--rm-blue);
    line-height: 1.45;
}

.community-process-card,
.community-conditions-card {
    height: 100%;
    border-radius: 18px;
    padding: 24px 22px;
}

.community-process-card {
    background: #ffffff;
    border: 1px solid rgba(var(--rm-blue-rgb), .14);
    box-shadow: 0 12px 28px rgba(var(--rm-blue-rgb), .1);
}

.community-process-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: community-steps;
}

.community-process-list li {
    position: relative;
    margin-bottom: 12px;
    padding: 12px 12px 12px 44px;
    background: #f5f9ff;
    border: 1px solid rgba(var(--rm-blue-rgb), .12);
    border-radius: 12px;
}

.community-process-list li:last-child {
    margin-bottom: 0;
}

.community-process-list li::before {
    counter-increment: community-steps;
    content: counter(community-steps);
    position: absolute;
    top: 13px;
    left: 12px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--rm-orange);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .78rem;
    font-weight: 700;
}

.community-process-list li h3 {
    margin: 0 0 4px;
    color: var(--rm-blue);
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.community-process-list li p {
    margin: 0;
    color: #385273;
    font-size: .93rem;
    line-height: 1.45;
}

.community-conditions-card {
    background: linear-gradient(165deg, var(--rm-blue-light) 0%, var(--rm-blue) 100%);
    border: 1px solid rgba(var(--rm-blue-rgb), .22);
    box-shadow: 0 16px 32px rgba(6, 26, 63, .24);
    color: #ffffff;
}

.community-conditions-card h3 {
    color: #ffffff;
    margin-bottom: 12px;
    font-size: 1.18rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.community-conditions-card ul {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
}

.community-conditions-card ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 9px;
    font-size: .92rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, .95);
}

.community-conditions-card ul li:last-child {
    margin-bottom: 0;
}

.community-conditions-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--rm-orange-light);
    font-weight: 700;
}

.community-conditions-card__closing {
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .95);
    font-weight: 700;
    line-height: 1.5;
}

/* HuellaCare refresh */
.hc-page-wrap {
    position: relative;
    padding-top: 60px;
    padding-bottom: 28px;
    overflow: hidden;
}

.hc-page-wrap::before,
.hc-page-wrap::after {
    position: absolute;
    content: "";
    z-index: 0;
    border-radius: 50%;
    pointer-events: none;
}

.hc-page-wrap::before {
    width: 560px;
    height: 560px;
    top: -200px;
    right: -180px;
    background: radial-gradient(circle, rgba(11, 47, 112, .12) 0%, rgba(11, 47, 112, 0) 68%);
}

.hc-page-wrap::after {
    width: 420px;
    height: 420px;
    bottom: -180px;
    left: -140px;
    background: radial-gradient(circle, rgba(226, 116, 4, .14) 0%, rgba(226, 116, 4, 0) 66%);
}

.hc-page-wrap .container {
    position: relative;
    z-index: 1;
}

.hc-hero-head {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 34px !important;
    padding: 28px 24px 24px;
    background: #ffffff;
    border: 1px solid rgba(1, 79, 166, .1);
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(var(--rm-blue-rgb), .08);
}

.hc-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(226, 116, 4, .12);
    color: #9f4e00;
    font-size: .84rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.hc-hero-head h2 {
    margin-bottom: 0;
    color: var(--rm-blue);
    line-height: 1.35;
}

.hc-main-row {
    margin-bottom: 26px !important;
}

.hc-media-panel {
    border: 1px solid rgba(1, 79, 166, .1);
}

.hc-media-panel img {
    min-height: 420px;
    object-fit: cover;
    object-position: center;
}

.hc-right-stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
}

.hc-blue-row {
    margin-bottom: 26px !important;
}

.hc-blue-section {
    border-radius: 18px;
}

.hc-note-card {
    border-radius: 16px;
    padding: 22px 20px;
    border: 1px solid transparent;
}

.hc-note-card--intro {
    background: #ffffff;
    color: #243d5c;
    border-color: rgba(var(--rm-blue-rgb), .12);
    box-shadow: 0 12px 28px rgba(var(--rm-blue-rgb), .08);
}

.hc-note-card p {
    line-height: 1.55;
    font-size: .97rem;
}

.hc-note-card--intro p {
    color: #385273;
}

.hc-note-card strong {
    color: var(--rm-orange);
}

.hc-note-card--dense {
    background: linear-gradient(165deg, var(--rm-blue-light) 0%, var(--rm-blue) 100%);
    color: #ffffff;
    box-shadow: 0 16px 32px rgba(6, 26, 63, .26);
}

.hc-note-card--dense h3 {
    color: #ffffff;
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hc-note-card--dense h3 i {
    color: var(--rm-white);
}

.hc-note-card--dense ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hc-topic-block {
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    margin-top: 12px;
}

.hc-topic-block:first-of-type {
    margin-top: 0;
}

.hc-check-list {
    margin-bottom: 0;
}

.hc-note-card--dense ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    font-size: .93rem;
    line-height: 1.45;
}

.hc-note-card--dense ul li:last-child {
    margin-bottom: 0;
}

.hc-note-card--dense ul li i {
    color: var(--rm-green-light);
    margin-top: 2px;
    flex-shrink: 0;
}

.hc-pill {
    height: 100%;
    border-color: rgba(1, 79, 166, .16);
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(1, 79, 166, .1);
    border-radius: 16px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.hc-pill:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 30px rgba(var(--rm-blue-rgb), .14);
}

.hc-pill--focus {
    background: linear-gradient(160deg, #ffffff 0%, #f3f8ff 100%);
    border-color: rgba(var(--rm-blue-rgb), .24);
}

.hc-pill span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.hc-pill span i {
    color: var(--rm-blue);
}

.page-cta-band--hc {
    background: linear-gradient(135deg, var(--rm-blue) 0%, var(--rm-blue) 100%);
    border: 0;
    box-shadow: 0 16px 30px rgba(6, 26, 63, .24);
}

.page-cta-band--hc p {
    color: #ffffff;
    font-size: clamp(1.35rem, 2.8vw, 2rem);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.28;
}

.hc-mini-card img {
    min-height: 190px;
}

.hc-main-cta {
    min-width: 280px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    font-size: 1.08rem;
}

@media (max-width: 991.98px) {
    .hc-hero-head {
        padding: 24px 20px;
    }

    .hc-main-row {
        margin-bottom: 18px !important;
    }

    .hc-blue-row {
        margin-bottom: 18px !important;
    }

    .hc-pill-grid .col-lg-8 .row > [class*="col-"] {
        margin-bottom: 1rem;
    }

    .hc-pill-grid .col-lg-8 .row > [class*="col-"]:last-child {
        margin-bottom: 0;
    }

    .hc-mini-card {
        max-width: 280px;
        margin: 0 auto;
    }

    .page-cta-band--hc p {
        font-size: 1.35rem;
    }
}

@media (max-width: 575.98px) {
    .hc-page-wrap {
        padding-top: 46px;
    }

    .hc-page-wrap::before {
        width: 360px;
        height: 360px;
        top: -170px;
        right: -180px;
    }

    .hc-page-wrap::after {
        width: 280px;
        height: 280px;
        bottom: -120px;
        left: -120px;
    }

    .hc-hero-head {
        border-radius: 16px;
        margin-bottom: 24px !important;
    }

    .hc-kicker {
        font-size: .76rem;
        padding: 5px 11px;
    }

    .hc-note-card {
        padding: 16px 14px;
    }

    .hc-media-panel img {
        min-height: 0;
        height: auto;
        max-height: none;
        object-fit: contain;
        object-position: center;
        background: #ffffff;
    }

    .hc-topic-block {
        padding: 10px 11px;
    }

    .hc-note-card--dense ul li {
        font-size: .9rem;
    }

    .hc-main-cta {
        width: 100%;
        min-width: 0;
    }
}

.page-cta-band .custom-btn {
    min-width: 220px;
}

/* Microchip layout refresh */
.microchip-page-wrap {
    position: relative;
    overflow: hidden;
}

.microchip-story-stack {
    margin-bottom: 34px;
}

.microchip-story-card {
    border: 1px solid rgba(var(--rm-blue-rgb), .12);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 20px;
}

.microchip-story-card .row {
    min-height: 100%;
}

.microchip-story-copy .section-header h2 {
    margin-bottom: 0;
    line-height: 1.3;
}

.microchip-story-copy .section-lead-box {
    border: 1px solid rgba(var(--rm-blue-rgb), .08);
    box-shadow: 0 10px 22px rgba(var(--rm-blue-rgb), .06);
}

.microchip-story-copy p {
    color: #3f556d;
    line-height: 1.6;
}

.microchip-story-media {
    border: 1px solid rgba(var(--rm-blue-rgb), .14);
    border-radius: 18px;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(var(--rm-blue-rgb), .1);
    height: 100%;
}

.microchip-story-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    max-height: none;
    object-fit: cover;
    object-position: center;
    background: #ffffff;
}

.microchip-story-media--compact {
    max-width: 360px;
    margin: 0 auto;
    height: auto;
}

.microchip-story-media--compact img {
    min-height: 300px;
    max-height: 320px;
    height: 320px;
    object-fit: contain;
}

.microchip-story-copy--compact {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 620px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .microchip-story-stack {
        margin-bottom: 24px;
    }

    .microchip-story-card {
        padding: 18px;
    }

    .microchip-story-media img {
        min-height: 300px;
        max-height: none;
        object-fit: cover;
    }

    .microchip-story-media--compact {
        max-width: 320px;
    }

    .microchip-story-media--compact img {
        min-height: 260px;
        max-height: 280px;
        height: 280px;
        object-fit: contain;
    }

    .microchip-story-card .col-lg-5 {
        margin-bottom: 1rem;
    }
}

@media (max-width: 575.98px) {
    .microchip-story-card {
        padding: 14px;
    }

    .microchip-story-copy .section-lead-box {
        padding: 16px;
    }

    .microchip-story-media {
        border-radius: 14px;
    }

    .microchip-story-media img {
        min-height: 240px;
        height: auto;
        max-height: none;
        object-fit: contain;
    }

    .microchip-story-media--compact {
        max-width: 100%;
    }

    .microchip-story-media--compact img {
        min-height: 210px;
        height: auto;
        max-height: none;
    }

    .microchip-story-copy--compact {
        max-width: 100%;
    }
}

/* ================================================
   BENEFITS SECTION: Testimonial style con fondo blur
   ================================================ */

.bgded {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bgded.overlay {
    overflow: hidden;
}

.bgded.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(11, 47, 112, 0.82); */
    background: var(--rm-blue-transp);
    backdrop-filter: blur(4px);
    z-index: 1;
}

.benefits-section {
    position: relative;
    padding: 80px 0;
    z-index: 0;
}

.benefits-content {
    position: relative;
    z-index: 2;
}

.hoc {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.clear {
    display: flow-root;
}

.benefits-section .section-header h2 {
    color: #ffffff;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
}

.benefits-grid {
    display: none;
}

.benefit-card {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 18px;
    padding: 42px 36px;
    box-shadow: 0 14px 44px rgba(0, 0, 0, 0.18);
    transition: transform .3s ease, box-shadow .3s ease;
    margin-top: 48px;
    margin-bottom: 48px;
    text-align: left;
}

.benefit-card--unified {
    padding: 42px 36px;
    border-radius: 18px;
}

.benefit-main-title {
    color: var(--rm-blue);
    font-family: 'Poppins', sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 32px !important;
}

.benefits-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.benefit-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.benefit-item figure {
    margin: 0;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--rm-blue-light) 0%, var(--rm-blue) 100%);
    color: #ffffff;
    font-size: 28px;
    box-shadow: 0 8px 24px rgba(1, 79, 166, 0.25);
}

.benefit-text {
    flex: 1;
}

.benefit-text h5 {
    margin: 0 0 4px 0;
    color: var(--rm-blue);
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.25;
}

.benefit-text em {
    display: block;
    margin-bottom: 8px;
    color: var(--rm-orange);
    font-style: normal;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.benefit-text p {
    margin: 0;
    color: #5a6b7d;
    font-size: 0.95rem;
    line-height: 1.6;
}

.font-x2 {
    font-size: 1.35rem !important;
}

.benefits-cta {
    position: relative;
    z-index: 3;
}

.benefits-cta h3 {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 0;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.text-small {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .benefit-card--unified {
        padding: 36px 28px;
    }

    .benefit-main-title {
        font-size: 1.35rem;
        margin-bottom: 24px !important;
    }

    .benefits-list {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 20px;
    }

    .benefit-icon {
        width: 56px;
        height: 56px;
        font-size: 26px;
    }

    .benefit-text h5 {
        font-size: 1rem;
    }

    .benefit-item {
        gap: 12px;
    }

    .benefits-section {
        padding: 60px 0;
    }

    .benefits-cta h3 {
        font-size: 1.35rem;
    }
}

@media (max-width: 575.98px) {
    .bgded.overlay::before {
        backdrop-filter: blur(2px);
        background: rgba(11, 47, 112, 0.85);
    }

    .benefit-card--unified {
        padding: 28px 20px;
        border-radius: 16px;
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .benefit-main-title {
        font-size: 1.15rem;
        margin-bottom: 20px !important;
    }

    .benefits-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .benefit-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 22px;
    }

    .benefit-text h5 {
        font-size: 0.95rem;
    }

    .benefit-text em {
        font-size: 0.75rem;
        margin-bottom: 6px;
    }

    .benefit-text p {
        font-size: 0.9rem;
    }

    .benefit-item {
        gap: 10px;
    }

    .benefits-section {
        padding: 40px 0;
    }

    .benefit-card h4 {
        font-size: 1.05rem;
    }

    .benefit-card blockquote {
        font-size: 0.93rem;
    }

    .benefits-section {
        padding: 40px 0;
    }

    .benefits-cta h3 {
        font-size: 1.2rem;
    }

    .cta-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .cta-buttons .btn {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .about--que {
        margin-top: 3rem;
    }

    .about--que .about-content {
        gap: 18px;
    }

    .about--que .section-lead-box,
    .about--que .feature-item,
    .feature--huellacare .feature-item,
    .feature--microchip .feature-item,
    .feature--comunidad .feature-item,
    .page-highlight-card {
        padding: 24px 20px;
    }

    .page-highlight-points,
    .page-info-strip {
        grid-template-columns: 1fr;
    }

    .page-media-mosaic {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .page-media-mosaic .media-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }

    .community-process-card,
    .community-conditions-card {
        padding: 20px 18px;
    }

    .community-side-media__frame {
        min-height: 320px;
    }
}

@media (max-width: 575.98px) {
    .about-compact-card,
    .about-compact-feature {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .about-compact-feature {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .about--que .feature-item i,
    .feature--huellacare .feature-item i,
    .feature--microchip .feature-item i,
    .feature--comunidad .feature-item i {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }

    .about--que .text-center .custom-btn,
    .page-cta-band .custom-btn {
        width: 100%;
        min-width: 0;
    }

    .page-showcase-card img,
    .page-media-mosaic img {
        min-height: 220px;
    }

    .community-side-media__frame {
        min-height: 0;
        padding: 0;
    }

    .community-side-media__img {
        max-height: none;
    }

    .community-process-list li {
        padding: 10px 10px 10px 40px;
    }

    .community-process-list li::before {
        top: 10px;
        left: 10px;
    }

}
/* ================================================
   HOME: Sistema preventivo impact section
   ================================================ */

.home-impact-system {
    position: relative;
    padding: 76px 0;
    background: linear-gradient(180deg, #f7f9fd 0%, var(--rm-bg-light) 100%);
    overflow: hidden;
}

.home-impact-system::before,
.home-impact-system::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.home-impact-system::before {
    width: 520px;
    height: 520px;
    top: -260px;
    left: -220px;
    background: radial-gradient(circle, rgba(226, 116, 4, 0.14) 0%, rgba(226, 116, 4, 0) 70%);
}

.home-impact-system::after {
    width: 420px;
    height: 420px;
    bottom: -210px;
    right: -180px;
    background: radial-gradient(circle, rgba(1, 79, 166, 0.16) 0%, rgba(1, 79, 166, 0) 70%);
}

.home-impact-system .container {
    position: relative;
    z-index: 1;
}

.home-impact-system__head {
    max-width: 940px;
    margin: 0 auto 34px;
}

.home-impact-system__kicker {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 14px;
    background: rgba(var(--rm-blue-rgb), 0.12);
    border-radius: 999px;
    color: var(--rm-blue);
    font-family: 'Poppins', sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.home-impact-system__head h2 {
    color: var(--rm-blue);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.65rem, 3.4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 10px;
}

.home-impact-system__head h3 {
    color: var(--rm-blue);
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.2rem, 2.2vw, 1.7rem);
    font-weight: 700;
    line-height: 1.32;
    margin-bottom: 0;
}

.home-impact-system__grid {
    align-items: stretch;
}

.home-impact-system__diagram-card,
.home-impact-system__pain-card {
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(11, 47, 112, 0.14);
    box-shadow: 0 18px 40px rgba(8, 31, 71, 0.14);
}

.home-impact-system__diagram-card {
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-impact-system__diagram-card img {
    width: 100%;
    max-height: 560px;
    object-fit: contain;
    border-radius: 16px;
}

.home-impact-system__pain-card {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 108% -20%, rgba(226, 116, 4, 0.18) 0%, rgba(226, 116, 4, 0) 54%),
        linear-gradient(165deg, #ffffff 0%, #f4f8ff 100%);
    color: var(--rm-blue);
    display: flex;
    flex-direction: column;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.home-impact-system__pain-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--rm-orange) 0%, var(--rm-orange-light) 52%, var(--rm-blue) 100%);
}

.home-impact-system__pain-title {
    margin-bottom: 14px;
    color: var(--rm-blue);
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.home-impact-system__pain-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-impact-system__pain-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 34px;
    color: var(--rm-blue);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

.home-impact-system__pain-list li::before {
    content: "!";
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(160deg, var(--rm-orange) 0%, #f3a748 100%);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
}

.home-impact-system__pain-list li:last-child {
    margin-bottom: 0;
}

.home-impact-system__claim {
    margin: 18px 0 0;
    padding: 16px 0 0 16px;
    border-top: 1px solid rgba(15, 63, 122, 0.18);
    border-left: 3px solid var(--rm-orange);
    color: var(--rm-blue);
    font-family: 'Poppins', sans-serif;
    font-size: 1.46rem;
    font-weight: 700;
    line-height: 1.28;
}

.home-impact-system__cta-wrap {
    margin-top: auto;
    padding-top: 24px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.home-impact-system__cta-wrap .custom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.home-impact-system__cta-wrap .custom-btn:first-child {
    box-shadow: 0 10px 20px rgba(226, 116, 4, 0.26);
}

.home-impact-system__cta-wrap .custom-btn:last-child {
    background: #ffffff;
    border: 1px solid rgba(11, 47, 112, 0.22);
    color: var(--rm-blue);
}

.home-impact-system__cta-wrap .custom-btn:last-child:hover {
    background: #f3f8ff;
}

.home-impact-system__diagram-card:hover,
.home-impact-system__pain-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 44px rgba(8, 31, 71, 0.18);
}

@media (max-width: 991.98px) {
    .home-impact-system {
        padding: 58px 0;
    }

    .home-impact-system__head {
        margin-bottom: 26px;
    }

    .home-impact-system__diagram-card,
    .home-impact-system__pain-card {
        padding: 16px;
        border-radius: 16px;
    }

    .home-impact-system__diagram-card img {
        max-height: 460px;
    }

    .home-impact-system__claim {
        font-size: 1.35rem;
    }
}

@media (max-width: 575.98px) {
    .home-impact-system {
        padding: 44px 0;
    }

    .home-impact-system__kicker {
        font-size: 0.74rem;
    }

    .home-impact-system__head h3 {
        font-size: 1.06rem;
    }

    .home-impact-system__pain-title {
        font-size: 0.9rem;
    }

    .home-impact-system__pain-list li {
        font-size: 0.92rem;
        padding-left: 30px;
    }

    .home-impact-system__claim {
        font-size: 1.18rem;
        padding-left: 12px;
    }
}
    .page-media-mosaic .media-side {
        grid-template-columns: 1fr;
    }

/* ================================================
   HOME: Oferta de Lanzamiento
   ================================================ */

.rm-launch {
    padding: 60px 0 0;
}

.rm-launch__card {
    background: var(--rm-blue);
    border-radius: 16px 16px 0 0;
    padding: 52px 48px;
    position: relative;
    overflow: hidden;
}

.rm-launch__card::before,
.rm-launch__card::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.rm-launch__card::before {
    right: -60px;
    top: -60px;
    width: 320px;
    height: 320px;
    background: rgba(255, 255, 255, 0.08);
}

.rm-launch__card::after {
    right: 80px;
    bottom: -80px;
    width: 240px;
    height: 240px;
    background: rgba(255, 255, 255, 0.06);
}

.rm-launch__img-wrap {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
    transform: translateY(12px);
    opacity: 0;
    animation: rmLaunchImageReveal 900ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms forwards;
}

.rm-launch__img-wrap img {
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 12px;
    max-height: 400px;
    transform-origin: center center;
    animation: rmLaunchImageFloat 7s ease-in-out 1.1s infinite;
    will-change: transform;
}

.rm-launch__img-wrap:hover img {
    transform: scale(1.04);
    transition: transform 380ms ease;
}

.rm-launch__content {
    position: relative;
    z-index: 1;
}

.rm-launch__badge {
    display: inline-block;
    background: var(--rm-green);
    color: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.rm-launch__title {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    font-weight: 800;
    line-height: 1.22;
    margin: 0 0 14px;
}

.rm-launch__title span {
    /* color: var(--rm-orange-light); */
    font-weight: 600;
}

.rm-launch__text {
    color: rgba(255, 255, 255, 0.92);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 18px;
}

.rm-launch__text strong {
    color: #ffffff;
}

.rm-launch__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.rm-launch__chip {
    display: inline-block;
    background: rgba(255, 255, 255, 0.16);
    /* border: 1px solid rgba(255, 255, 255, 0.38); */
    color: var(--rm-white);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 4px 13px;
    border-radius: 999px;
}

.rm-launch__promo {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 26px;
}

.rm-launch__promo-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background: var(--rm-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rm-launch__promo-body {
    flex: 1;
}

.rm-launch__promo-label {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.76);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0;
    line-height: 1.4;
}

.rm-launch__promo-value {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--rm-orange-light);
    margin: 2px 0 0;
    line-height: 1.2;
}

.rm-launch__promo-sub {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 2px 0 0;
}

.rm-launch__cta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.rm-launch__btn {
    background: var(--rm-green) !important;
    border-color: var(--rm-green) !important;
    box-shadow: 0 8px 22px rgba(0, 117, 41, 0.38);
}

.rm-launch__btn:hover {
    background: var(--rm-green-light) !important;
    border-color: var(--rm-green-light) !important;
}

.rm-launch__disclaimer {
    color: rgba(255, 255, 255, 0.72);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.8rem;
}

.rm-launch__footer {
    background: var(--rm-green);
    border-radius: 0 0 16px 16px;
    padding: 15px 48px;
}

.rm-launch__footer p {
    color: rgba(255, 255, 255, 0.88);
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.2rem;
    font-style: italic;
    text-align: center;
    margin: 0;
}

.rm-launch__footer strong {
    /* color: var(--rm-orange); */
}

@keyframes rmLaunchImageReveal {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rmLaunchImageFloat {
    0% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-7px) scale(1.01);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .rm-launch__img-wrap,
    .rm-launch__img-wrap img {
        animation: none;
        transform: none;
        opacity: 1;
    }

    .rm-launch__img-wrap:hover img {
        transform: none;
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .rm-launch {
        padding: 48px 0 0;
    }

    .rm-launch__card {
        padding: 36px 28px;
    }

    .rm-launch__footer {
        padding: 14px 28px;
    }

    .rm-launch__img-wrap img {
        max-height: 700px;
    }
}

@media (max-width: 575.98px) {
    .rm-launch {
        padding: 36px 0 0;
    }

    .rm-launch__card {
        padding: 28px 20px;
        border-radius: 12px 12px 0 0;
    }

    .rm-launch__title {
        font-size: 1.42rem;
    }

    .rm-launch__promo {
        gap: 10px;
    }

    .rm-launch__cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .rm-launch__cta .custom-btn {
        width: 100%;
        justify-content: center;
    }

    .rm-launch__footer {
        padding: 12px 20px;
        border-radius: 0 0 12px 12px;
    }
}

    /* ================================================
       SERVICIOS: Showcase con cards + huellas
       ================================================ */

    .services-showcase {
        position: relative;
        padding: 70px 0 24px;
        background: linear-gradient(180deg, #f4f8ff 0%, #eef5ff 100%);
        overflow: hidden;
    }

    .services-showcase__head {
        max-width: 860px;
        margin: 0 auto 34px;
    }

    .services-showcase__head h2 {
        margin-bottom: 12px;
    }

    .services-showcase__head p {
        margin-bottom: 0;
        color: #35557c;
        font-size: 1.02rem;
    }

    .services-showcase__visual {
        position: relative;
        height: 100%;
        border-radius: 28px;
        padding: 28px;
        background: linear-gradient(165deg, #ffffff 0%, #f4f8ff 100%);
        border: 1px solid rgba(var(--rm-blue-rgb), 0.18);
        box-shadow: 0 18px 40px rgba(var(--rm-blue-rgb), 0.14);
        overflow: hidden;
    }

    .services-showcase__visual::before {
        content: "";
        position: absolute;
        width: 280px;
        height: 280px;
        top: -150px;
        left: -120px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(226, 116, 4, 0.22) 0%, rgba(226, 116, 4, 0) 72%);
    }

    .services-showcase__visual-figure {
        position: relative;
        z-index: 2;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 14px 30px rgba(36, 49, 66, 0.16);
        margin-bottom: 16px;
    }

    .services-showcase__visual-figure img {
        width: 100%;
        display: block;
        object-fit: cover;
    }

    .services-showcase__visual-copy {
        position: relative;
        z-index: 2;
        margin-bottom: 0;
        color: #23466f;
        font-size: 0.95rem;
        line-height: 1.55;
        font-weight: 600;
    }

    .services-showcase__card--pawtrail .services-showcase__pawline {
        display: inline-flex;
        align-items: center;
        gap: 65px;
        margin: -6px 0 10px 25px;
        min-height: 20px;
        pointer-events: none;
    }

    .services-showcase__card--pawtrail .services-showcase__pawprint {
        position: relative;
        display: inline-block;
        width: 12px;
        height: 10px;
        border-radius: 58% 58% 48% 48%;
        color: rgba(226, 116, 4, 0.28);
        background: currentColor;
        transform: rotate(80deg);
        /* vertical -9deg  horizontal 80deg */
        animation: servicesPawTrailStep 5.1s steps(5, end) infinite;
    }

    .services-showcase__card--pawtrail .services-showcase__pawprint::before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        left: 0;
        top: -4px;
        border-radius: 50%;
        background: currentColor;
        box-shadow:
            6px -1px 0 currentColor,
            12px 1px 0 currentColor;
    }

    .services-showcase__card--pawtrail .services-showcase__pawprint:nth-child(2) {
        /* transform: translateY(1px) rotate(-4deg); */
        transform: translateY(23px) rotate(80deg);
        animation-delay: 0.52s;
    }

    .services-showcase__card--pawtrail .services-showcase__pawprint:nth-child(3) {
        /* transform: rotate(3deg); */
        transform: rotate(80deg);
        animation-delay: 1.04s;
    }

    .services-showcase__card--pawtrail .services-showcase__pawprint:nth-child(4) {
        /* transform: translateY(-1px) rotate(8deg); */
        transform: translateY(20px) rotate(80deg);
        animation-delay: 1.56s;
    }

    @keyframes servicesPawTrailStep {
        0%,
        100% {
            color: rgba(226, 116, 4, 0.76);
        }

        25%,
        50%,
        75% {
            color: rgba(226, 116, 4, 0.28);
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .services-showcase__card--pawtrail .services-showcase__pawprint {
            animation: none;
            color: rgba(226, 116, 4, 0.45);
        }
    }

    /* Huellitas blancas */
    .services-showcase__card_w--pawtrail .services-showcase__pawline {
        display: inline-flex;
        align-items: center;
        gap: 65px;
        margin: -6px 0 10px 25px;
        min-height: 20px;
        pointer-events: none;
    }

    .services-showcase__card_w--pawtrail .services-showcase__pawprint_w {
        position: relative;
        display: inline-block;
        width: 12px;
        height: 10px;
        border-radius: 58% 58% 48% 48%;
        color: #ffffffbf;
        background: currentColor;
        transform: rotate(80deg);
        /* vertical -9deg  horizontal 80deg */
        animation: servicesPawTrailStepw 5.1s steps(5, end) infinite;
    }

    .services-showcase__card_w--pawtrail .services-showcase__pawprint_w::before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        left: 0;
        top: -4px;
        border-radius: 50%;
        background: currentColor;
        box-shadow:
            6px -1px 0 currentColor,
            12px 1px 0 currentColor;
    }

    .services-showcase__card_w--pawtrail .services-showcase__pawprint_w:nth-child(2) {
        /* transform: translateY(1px) rotate(-4deg); */
        transform: translateY(23px) rotate(80deg);
        animation-delay: 0.52s;
    }

    .services-showcase__card_w--pawtrail .services-showcase__pawprint_w:nth-child(3) {
        /* transform: rotate(3deg); */
        transform: rotate(80deg);
        animation-delay: 1.04s;
    }

    .services-showcase__card_w--pawtrail .services-showcase__pawprint_w:nth-child(4) {
        /* transform: translateY(-1px) rotate(8deg); */
        transform: translateY(20px) rotate(80deg);
        animation-delay: 1.56s;
    }

    @keyframes servicesPawTrailStepw {
        0%,
        100% {
            color: #ffffff;
        }

        25%,
        50%,
        75% {
            color: #ffffff6e;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .services-showcase__card_w--pawtrail .services-showcase__pawprint_w {
            animation: none;
            color: #ffffff;
        }
    }
    /* Huellitas blancas End */

    /* Huellitas azules */
    .services-showcase__card_idx--pawtrail .services-showcase__pawline {
        display: inline-flex;
        align-items: center;
        gap: 65px;
        margin: -6px 0 10px 25px;
        min-height: 20px;
        pointer-events: none;
    }

    .services-showcase__card_idx--pawtrail .services-showcase__pawprint_idx {
        position: relative;
        display: inline-block;
        width: 12px;
        height: 10px;
        border-radius: 58% 58% 48% 48%;
        color: #1f5fa8bf;
        background: currentColor;
        transform: rotate(80deg);
        /* vertical -9deg  horizontal 80deg */
        animation: servicesPawTrailStepidx 5.1s steps(5, end) infinite;
    }

    .services-showcase__card_idx--pawtrail .services-showcase__pawprint_idx::before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        left: 0;
        top: -4px;
        border-radius: 50%;
        background: currentColor;
        box-shadow:
            6px -1px 0 currentColor,
            12px 1px 0 currentColor;
    }

    .services-showcase__card_idx--pawtrail .services-showcase__pawprint_idx:nth-child(2) {
        /* transform: translateY(1px) rotate(-4deg); */
        transform: translateY(23px) rotate(80deg);
        animation-delay: 0.52s;
    }

    .services-showcase__card_idx--pawtrail .services-showcase__pawprint_idx:nth-child(3) {
        /* transform: rotate(3deg); */
        transform: rotate(80deg);
        animation-delay: 1.04s;
    }

    .services-showcase__card_idx--pawtrail .services-showcase__pawprint_idx:nth-child(4) {
        /* transform: translateY(-1px) rotate(8deg); */
        transform: translateY(20px) rotate(80deg);
        animation-delay: 1.56s;
    }

    @keyframes servicesPawTrailStepidx {
        0%,
        100% {
            color: #1F5FA8;
        }

        25%,
        50%,
        75% {
            color: #bcd9f3;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .services-showcase__card_idx--pawtrail .services-showcase__pawprint_idx {
            animation: none;
            color: #1F73BB;
        }
    }
    /* Huellitas azules End */

    .services-showcase__card_idx {
        height: 100%;
        position: relative;
        border-radius: 24px;
        padding: 24px 22px 20px;
        overflow: hidden;
    }
    .services-showcase__card_w {
        height: 100%;
        position: relative;
        border-radius: 24px;
        padding: 24px 22px 20px;
        overflow: hidden;
    }

    .services-showcase__card {
        height: 100%;
        position: relative;
        border-radius: 24px;
        padding: 24px 22px 20px;
        background: #ffffff;
        border: 1px solid rgba(1, 79, 166, 0.16);
        box-shadow: 0 10px 24px rgba(1, 79, 166, 0.1);
        overflow: hidden;
        transition: transform 0.22s ease, box-shadow 0.22s ease;
    }

    .services-showcase__card::after {
        content: "";
        position: absolute;
        top: -34px;
        right: 24px;
        width: 96px;
        height: 96px;
        border-radius: 50%;
        border: 14px solid rgba(1, 79, 166, 0.08);
    }

    .services-showcase__card i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 66px;
        height: 66px;
        border-radius: 0 0 24px 0;
        margin-bottom: 16px;
        background: linear-gradient(145deg, var(--rm-orange) 0%, var(--rm-orange-light) 100%);
        color: #ffffff;
        font-size: 27px;
    }

    .services-showcase__card h3 {
        margin-bottom: 9px;
        font-size: 1.38rem;
        color: var(--rm-blue);
    }

    .services-showcase__card p {
        margin-bottom: 0;
        color: #35557c;
        font-size: 1.28rem;
        line-height: 1.58;
    }

    .services-showcase__card:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 30px rgba(var(--rm-blue-rgb), 0.18);
    }

    /* color 1 */

    .svscard_c1 {
        background: var(--rm-blue) !important;
        color: #ffffff !important;
    }

    .svscard_c1 i {
        background: var(--rm-orange) !important;
    }

    .svscard_c1 h3 {
        color: #ffffff !important;
    }
    .svscard_c1 p {
        color: #ffffff !important;
    }

    .services-access {
        padding-top: 22px;
    }

    @media (max-width: 991.98px) {
        .services-showcase {
            padding-top: 56px;
        }

        .services-showcase__visual {
            min-height: 420px;
        }

        .services-showcase__card--pawtrail .services-showcase__pawline {
            margin-left: 74px;
        }
    }

    @media (max-width: 767.98px) {
        .services-showcase__visual {
            padding: 22px;
            border-radius: 20px;
        }

        .services-showcase__card--pawtrail .services-showcase__pawline {
            display: none;
        }

        .services-showcase__card {
            border-radius: 18px;
        }

        .services-showcase__card h3 {
            font-size: 1.24rem;
        }
    }


.section-media-grid img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
}

.section-media-grid .media-item {
    margin-bottom: 24px;
}

.feature .feature-item ul {
    margin: 0;
    padding-left: 18px;
}

.feature .feature-item ul li {
    margin-bottom: 8px;
}

.feature--como .feature-item__media {
    width: 100%;
    margin-top: auto;
    padding-top: 10px;
}

.feature--como .feature-item__media img {
    display: block;
    /* width: 100%; */
    height: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .1);
}

.feature--como .feature-item__media--step1 img {
    max-height: 300px;
}

.feature--como .feature-item__media--step3 img {
    max-height: 360px;
}

.feature--como .feature-item__split .feature-item__media,
.feature--como .feature-item__featured-layout .feature-item__media {
    padding-top: 0;
    text-align: -webkit-center;
    margin-top: 0;
}

@media (max-width: 991.98px) {
    .feature--como .feature-item__split,
    .feature--como .feature-item__featured-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .feature--como .feature-item__media--step1 img,
    .feature--como .feature-item__media--step3 img {
        max-height: none;
    }
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 18px 8px;
    }

    .navbar .dropdown-menu {
        min-width: 240px;
    }
}
