.fc-quick,
.fc-quick * { box-sizing: border-box; }

.fc-quick {
    --fc-blue: #056ec5;
    --fc-deep: #043d82;
    --fc-red: #ef334e;
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin: 0 0 0 -50vw;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(180deg, #056ec5 0, #66b8ea 9%, #dff4ff 25%, #ffffff 43%, #ffffff 100%);
    color: #174c83;
}

/* Une visualmente esta sección con el banner anterior. */
.fc-quick::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -80px;
    left: -4%;
    width: 108%;
    height: 180px;
    background:
        radial-gradient(ellipse at 15% 0%, rgba(255,255,255,.22) 0 34%, transparent 35%),
        radial-gradient(ellipse at 48% 0%, rgba(255,255,255,.16) 0 32%, transparent 33%),
        radial-gradient(ellipse at 82% 0%, rgba(255,255,255,.20) 0 35%, transparent 36%);
}

.fc-quick__ice {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .22;
    background-image:
        radial-gradient(circle, #fff 0 2px, transparent 3px),
        radial-gradient(circle, rgba(255,255,255,.75) 0 1px, transparent 2px);
    background-position: 4px 2px, 38px 33px;
    background-size: 100px 100px, 72px 72px;
    mask-image: linear-gradient(180deg, #000, transparent 45%);
}

.fc-quick__inner {
    position: relative;
    width: min(1720px, 100%);
    margin: 0 auto;
    padding: clamp(72px, 7vw, 118px) clamp(22px, 4vw, 70px) clamp(58px, 6vw, 96px);
}

.fc-quick__title {
    max-width: 1500px;
    margin: 0 auto clamp(38px, 4vw, 62px);
    text-align: center;
    color: #d2263d;
    font-size: clamp(31px, 3.25vw, 64px);
    line-height: 1.02;
    letter-spacing: -.035em;
    font-weight: 950;
    text-wrap: balance;
}

.fc-quick__grid {
    display: grid;
    grid-template-columns: minmax(260px, .78fr) minmax(460px, 1.1fr) minmax(300px, .82fr);
    gap: clamp(28px, 4vw, 72px);
    align-items: center;
}

.fc-quick__benefits {
    display: grid;
    gap: clamp(30px, 4vw, 58px);
}

.fc-quick__benefit {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    align-items: center;
}

.fc-quick__benefit p {
    margin: 0;
    font-size: clamp(22px, 1.75vw, 37px);
    line-height: 1.08;
    font-weight: 500;
    text-align: center;
}

.fc-quick__benefit--accent p { color: var(--fc-red); }
.fc-quick__icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    color: #0d0d0d;
    font-size: 42px;
    line-height: 1;
}
.fc-quick__icon--door { font-size: 50px; transform: scaleX(.72); }

.fc-quick__carousel {
    position: relative;
    min-width: 0;
    border: 2px solid rgba(90, 35, 255, .28);
    border-radius: 22px;
    background: rgba(255,255,255,.75);
    box-shadow: 0 22px 60px rgba(0,66,128,.18), inset 0 0 0 1px rgba(255,255,255,.9);
    overflow: hidden;
    backdrop-filter: blur(9px);
}

.fc-quick__viewport { overflow: hidden; }
.fc-quick__track {
    display: flex;
    transition: transform .58s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}
.fc-quick__slide {
    flex: 0 0 100%;
    min-width: 0;
    aspect-ratio: 1 / 1.05;
    padding: clamp(25px, 3vw, 48px);
    display: grid;
    place-items: center;
}
.fc-quick__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 18px 24px rgba(0,45,90,.18));
}
.fc-quick__missing {
    width: 100%; height: 100%;
    display: grid; place-content: center; gap: 8px;
    text-align: center; color: #486a8c;
    border: 2px dashed rgba(0,92,170,.28);
    border-radius: 14px;
    background: linear-gradient(145deg,#f6fbff,#eaf7ff);
}
.fc-quick__missing strong { font-size: 28px; }
.fc-quick__missing span { font-size: 14px; }

.fc-quick__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 46px; height: 58px;
    margin-top: -29px;
    border: 0;
    border-radius: 12px;
    color: #235d92;
    background: rgba(255,255,255,.86);
    box-shadow: 0 8px 22px rgba(0,52,105,.15);
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}
.fc-quick__arrow:hover { transform: scale(1.06); background: #fff; }
.fc-quick__arrow--prev { left: 12px; }
.fc-quick__arrow--next { right: 12px; }

.fc-quick__dots {
    position: absolute;
    z-index: 3;
    left: 50%; bottom: 17px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}
.fc-quick__dot {
    width: 10px; height: 10px;
    padding: 0; border: 0; border-radius: 50%;
    background: #c9cdd2;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease;
}
.fc-quick__dot.is-active { background: #111; transform: scale(1.18); }

.fc-quick__cta { text-align: center; }
.fc-quick__cta p {
    margin: 0;
    color: var(--fc-red);
    font-size: clamp(33px, 3vw, 62px);
    line-height: 1.15;
    font-weight: 950;
    text-wrap: balance;
}
.fc-quick__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    min-height: 52px;
    padding: 14px 24px;
    border-radius: 12px;
    color: #fff !important;
    background: linear-gradient(135deg, #0874c9, #034d96);
    box-shadow: 0 12px 28px rgba(1,74,145,.24);
    font-weight: 850;
    text-decoration: none !important;
    transition: transform .2s ease, box-shadow .2s ease;
}
.fc-quick__button:hover { transform: translateY(-3px); box-shadow: 0 17px 34px rgba(1,74,145,.3); }

@media (max-width: 1180px) {
    .fc-quick__grid { grid-template-columns: 1fr 1.25fr; }
    .fc-quick__cta { grid-column: 1 / -1; max-width: 920px; margin: 0 auto; }
    .fc-quick__cta p { font-size: clamp(30px, 5vw, 52px); }
}

@media (max-width: 780px) {
    .fc-quick__inner { padding-top: 64px; }
    .fc-quick__grid { grid-template-columns: 1fr; }
    .fc-quick__carousel { order: 1; }
    .fc-quick__benefits { order: 2; gap: 24px; }
    .fc-quick__cta { order: 3; }
    .fc-quick__benefit { grid-template-columns: 42px 1fr; gap: 10px; }
    .fc-quick__benefit p { text-align: left; font-size: 22px; }
    .fc-quick__icon { width: 40px; height: 40px; font-size: 34px; }
    .fc-quick__slide { aspect-ratio: 1 / 1; padding: 28px; }
    .fc-quick__arrow { width: 40px; height: 50px; margin-top: -25px; }
}

@media (prefers-reduced-motion: reduce) {
    .fc-quick__track,
    .fc-quick__button,
    .fc-quick__arrow { transition: none; }
}
