﻿/* =========================================================
   ASEGURAN/SA · HOME
   Versión consolidada y optimizada
   Desktop · Tablet · Mobile
========================================================= */

/* =========================================================
   HERO · ROAD BACKGROUND
========================================================= */

.hero__background::before {
    background-image: linear-gradient( 90deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.42) 32%, rgba(255, 255, 255, 0.10) 62%, rgba(255, 255, 255, 0.00) 100% ), url("/images/home/hero-road.png");
}

.hero__eyebrow,
.hero__title-line,
.hero__description,
.hero__actions,
.hero__trust,
.hero-dashboard,
.hero-float-card {
    visibility: hidden;
}

.hero__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero__container {
    padding-block: clamp(80px, 9vw, 130px);
}

.hero__eyebrow {
    margin-bottom: 28px;
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero__eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.hero__title {
    font-size: clamp(3.7rem, 6.6vw, 7.4rem);
    font-weight: 600;
    line-height: 0.9;
    letter-spacing: -0.065em;
}

.hero__title-line {
    display: block;
    overflow: hidden;
}

.hero__description {
    max-width: 650px;
    margin-top: 32px;
    font-size: clamp(1rem, 1.2vw, 1.16rem);
    line-height: 1.78;
}

.hero__actions {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-button {
    position: relative;
    display: inline-flex;
    min-height: 58px;
    padding-inline: 25px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: var(--radius-pill);
    font-size: 0.8rem;
    font-weight: 700;
    transition: transform var(--transition-base), border-color var(--transition-base), background-color var(--transition-base);
}

    .hero-button svg {
        width: 17px;
        height: 17px;
    }

    .hero-button:hover {
        transform: translateY(-3px);
    }

.hero__trust {
    display: flex;
    align-items: center;
    gap: 25px;
}

.hero__trust-item {
    display: flex;
    flex-direction: column;
}

    .hero__trust-item strong {
        font-family: var(--font-display);
    }

    .hero__trust-item span {
        margin-top: 3px;
        font-size: 0.67rem;
    }

.hero__trust-separator {
    width: 1px;
    height: 36px;
}

.hero__visual {
    position: relative;
    perspective: 1400px;
}

.hero-dashboard::before {
    top: -50%;
    left: -35%;
    width: 55%;
    height: 160%;
    transform: rotate(20deg);
}

.hero-dashboard__header,
.hero-dashboard__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hero-dashboard__eyebrow {
    display: block;
    margin-bottom: 5px;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-dashboard__header strong {
    font-size: 0.95rem;
}

.hero-dashboard__status {
    display: inline-flex;
    padding: 8px 11px;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(84, 201, 156, 0.22);
    border-radius: var(--radius-pill);
    font-size: 0.64rem;
    font-weight: 700;
}

    .hero-dashboard__status > span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
    }

.hero-dashboard__score {
    display: grid;
    margin-block: 34px;
    align-items: center;
    gap: 24px;
    grid-template-columns: 155px 1fr;
}

.hero-score {
    position: relative;
    display: grid;
    aspect-ratio: 1;
    place-items: center;
}

    .hero-score svg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        transform: rotate(-90deg);
    }

.hero-score__track,
.hero-score__progress {
    fill: none;
    stroke-width: 7;
}

.hero-score__progress {
    stroke-linecap: round;
    stroke-dasharray: 478;
    stroke-dashoffset: 38;
}

.hero-score__value {
    align-items: flex-start;
}

    .hero-score__value strong {
        font-family: var(--font-display);
        font-size: 3rem;
        line-height: 1;
    }

    .hero-score__value span {
        margin-top: 5px;
        color: var(--color-accent-light);
        font-weight: 700;
    }

.hero-dashboard__score-copy > span {
    font-size: 0.68rem;
}

.hero-dashboard__score-copy strong {
    display: block;
    margin-block: 4px 8px;
    font-family: var(--font-display);
    font-size: 1.55rem;
}

.hero-dashboard__score-copy p {
    font-size: 0.75rem;
    line-height: 1.6;
}

.hero-dashboard__metrics {
    flex-direction: column;
}

.hero-metric {
    display: grid;
    align-items: center;
    gap: 13px;
    grid-template-columns: auto 1fr auto;
}

.hero-metric__icon {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 10px;
}

    .hero-metric__icon svg {
        width: 17px;
        height: 17px;
    }

.hero-metric div {
    display: flex;
    flex-direction: column;
}

.hero-metric strong {
    font-size: 0.75rem;
}

.hero-metric small {
    font-size: 0.62rem;
}

.hero-metric__value {
    font-size: 0.7rem;
    font-weight: 700;
}

.hero-dashboard__footer {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--color-border);
}

.hero-dashboard__activity {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.65rem;
}

    .hero-dashboard__activity > span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
    }

.hero-dashboard__footer button {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    cursor: pointer;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

    .hero-dashboard__footer button svg {
        width: 16px;
        height: 16px;
    }

.hero-float-card {
    position: absolute;
    display: flex;
    padding: 13px 15px;
    align-items: center;
    gap: 11px;
    border-radius: 14px;
}

    .hero-float-card > svg {
        width: 19px;
        height: 19px;
    }

    .hero-float-card div {
        display: flex;
        flex-direction: column;
    }

    .hero-float-card strong {
        font-size: 0.68rem;
    }

    .hero-float-card span {
        font-size: 0.57rem;
    }

.hero-float-card--top {
    top: 11%;
    right: -11%;
}

.hero-float-card--bottom {
    bottom: 9%;
    left: -13%;
}

.hero__scroll {
    position: absolute;
    right: var(--container-padding);
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 0.58rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.hero__scroll-line {
    position: relative;
    display: block;
    width: 58px;
    height: 1px;
    overflow: hidden;
}

    .hero__scroll-line > span {
        position: absolute;
        width: 45%;
        height: 100%;
        animation: heroScrollLine 2s ease-in-out infinite;
    }

@keyframes heroScrollLine {
    from {
        left: -50%;
    }

    to {
        left: 110%;
    }
}

@media (max-width: 1120px) {
    .hero__container {
        grid-template-columns: 1fr 0.82fr;
        gap: 60px;
    }

    .hero-float-card--top {
        right: -3%;
    }

    .hero-float-card--bottom {
        left: -4%;
    }
}

@media (max-width: 920px) {
    .hero {
        min-height: auto;
    }

    .hero__container {
        grid-template-columns: 1fr;
        padding-top: clamp(90px, 14vw, 130px);
    }

    .hero__content {
        max-width: 800px;
    }

    .hero__visual {
        width: min(100%, 620px);
        margin-inline: auto;
    }

    .hero-float-card--top {
        right: -2%;
    }

    .hero-float-card--bottom {
        left: -2%;
    }

    .hero__scroll {
        display: none;
    }
}

@media (max-width: 620px) {
    .hero__title {
        font-size: clamp(3.1rem, 15vw, 5rem);
    }

    .hero__actions {
        flex-direction: column;
    }

    .hero-button {
        width: 100%;
    }

    .hero__trust {
        gap: 15px;
    }

    .hero__trust-item strong {
        font-size: 1rem;
    }

    .hero__trust-item span {
        font-size: 0.58rem;
    }

    .hero-dashboard {
        padding: 20px;
        transform: none;
    }

    .hero-dashboard__score {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-score {
        width: 150px;
        margin-inline: auto;
    }

    .hero-dashboard__score-copy p {
        max-width: 300px;
        margin-inline: auto;
    }

    .hero-float-card {
        display: none;
    }
}

/* ==========================================
   HOME INSURANCE
========================================== */

.home-insurance__header {
    display: grid;
    align-items: end;
    gap: 60px;
    grid-template-columns: 1fr 0.7fr;
}

.home-insurance__grid {
    display: grid;
    margin-top: 80px;
    gap: 15px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-insurance-card {
    display: flex;
    min-height: 360px;
    padding: 28px;
    flex-direction: column;
    border-radius: var(--radius-md);
}

.home-insurance-card__number {
    font-size: 0.65rem;
}

.home-insurance-card__icon {
    margin-top: 45px;
}

.home-insurance-card h3 {
    font-size: clamp(1.5rem, 2vw, 2.2rem);
}

.home-insurance-card p {
    margin-top: 12px;
    font-size: 0.75rem;
    line-height: 1.7;
}

.home-insurance-card__arrow {
    position: absolute;
    top: 25px;
    right: 25px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

/* ==========================================
   HOME HEAVY
========================================== */

/* ==========================================
   HOME HEAVY · FINAL
========================================== */

.home-heavy {
    color: var(--color-text);
    background: linear-gradient( 135deg, #ffffff 0%, #f8f8f3 48%, #eef5ed 100% );
}

.home-heavy__background {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.home-heavy__glow {
    position: absolute;
    top: 4%;
    right: -5%;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    opacity: 0.12;
    background: var(--color-accent);
    filter: blur(150px);
}

.home-heavy__grid {
    position: absolute;
    inset: 0;
    opacity: 0.17;
    background-image: radial-gradient( circle, rgba(7, 139, 69, 0.15) 1px, transparent 1px );
    background-size: 31px 31px;
    mask-image: radial-gradient( circle at 76% 50%, black 0%, transparent 65% );
}

.home-heavy__container {
    min-height: clamp(700px, 80vh, 900px);
}

.home-heavy .section__eyebrow {
    color: var(--color-green-dark);
}

.home-heavy__content > p {
    color: var(--color-text-soft);
    font-size: 1rem;
}

/* ==========================================
   VISUAL
========================================== */

.home-heavy__visual {
    display: grid;
    place-items: center;
    isolation: isolate;
}

.home-heavy__ring {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.home-heavy__ring--three {
    width: 265px;
    height: 265px;
    border: 1px dashed rgba(7,139,69,0.16);
}

/* ==========================================
   TRUCK
========================================== */

.home-heavy__truck {
    position: relative;
    z-index: 4;
    display: grid;
    width: 210px;
    height: 210px;
    place-items: center;
    border-radius: 50%;
}

.home-heavy__truck-glow {
    position: absolute;
    inset: 24px;
    border-radius: 50%;
    background: radial-gradient( circle, rgba(242,182,31,0.15), transparent 68% );
}

/* ==========================================
   COVERAGE TAGS
========================================== */

.home-heavy__tag {
    position: absolute;
    z-index: 5;
    display: flex;
    min-width: 235px;
    padding: 14px 17px;
    align-items: center;
    gap: 12px;
    border-radius: 17px;
    transition: transform var(--transition-base), box-shadow var(--transition-base);
}

    .home-heavy__tag:hover {
        transform: translateY(-5px);
        box-shadow: 0 22px 55px rgba(20,65,45,0.14);
    }

.home-heavy__tag-icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    place-items: center;
    border-radius: 12px;
    color: var(--color-green);
    background: rgba(7,139,69,0.07);
}

    .home-heavy__tag-icon svg {
        width: 19px;
        height: 19px;
    }

.home-heavy__tag > div {
    display: flex;
    flex-direction: column;
}

.home-heavy__tag strong {
    color: var(--color-text);
    font-size: 0.76rem;
}

.home-heavy__tag div span {
    margin-top: 3px;
    color: var(--color-text-muted);
    font-size: 0.62rem;
}

.home-heavy__badge {
    position: absolute;
    top: 18%;
    left: 4%;
    display: inline-flex;
    padding: 9px 13px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(242,182,31,0.24);
    border-radius: var(--radius-pill);
    color: var(--color-accent-dark);
    background: rgba(255,255,255,0.88);
    box-shadow: var(--shadow-xs);
    font-size: 0.62rem;
    font-weight: 700;
}

    .home-heavy__badge svg {
        width: 15px;
        height: 15px;
    }

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 1100px) {
    .home-heavy__container {
        grid-template-columns: 1fr;
    }

    .home-heavy__visual {
        width: min(100%, 720px);
        margin-inline: auto;
    }
}

@media (max-width: 620px) {
    .home-heavy__container {
        min-height: auto;
    }

    .home-heavy__visual {
        min-height: 470px;
    }

    .home-heavy__ring--one {
        width: 340px;
        height: 340px;
    }

    .home-heavy__ring--two {
        width: 260px;
        height: 260px;
    }

    .home-heavy__ring--three {
        width: 185px;
        height: 185px;
    }

    .home-heavy__truck {
        width: 150px;
        height: 150px;
    }

        .home-heavy__truck svg {
            width: 68px;
            height: 68px;
        }

    .home-heavy__tag {
        min-width: 0;
        padding: 10px 12px;
    }

        .home-heavy__tag div span {
            display: none;
        }

    .home-heavy__tag--one {
        top: 8%;
        right: 0;
    }

    .home-heavy__tag--two {
        right: 0;
        bottom: 16%;
    }

    .home-heavy__tag--three {
        bottom: 7%;
        left: 0;
    }

    .home-heavy__badge {
        top: 11%;
        left: 0;
    }
}

.home-heavy__title span {
    background: var(--gradient-accent);
    background-clip: text;
    -webkit-background-clip: text;
}

.home-heavy__content > p {
    max-width: 570px;
    margin-block: 28px 35px;
    line-height: 1.8;
}

/* ==========================================
   HOME HEAVY · VISUAL MEJORADO
========================================== */

.home-heavy__visual::before {
    position: absolute;
    width: 420px;
    height: 420px;
    content: "";
    border-radius: 50%;
    background: radial-gradient( circle, rgba(7, 139, 69, 0.11) 0%, rgba(242, 182, 31, 0.06) 42%, transparent 72% );
    filter: blur(5px);
    z-index: -1;
}

.home-heavy__ring--one {
    width: 430px;
    height: 430px;
    border: 1px solid rgba(7, 139, 69, 0.16);
}

.home-heavy__ring--two {
    width: 300px;
    height: 300px;
    border: 1px solid rgba(242, 182, 31, 0.30);
}

.home-heavy__truck::before {
    position: absolute;
    width: 150px;
    height: 150px;
    content: "";
    border: 1px solid rgba(242, 182, 31, 0.20);
    border-radius: 50%;
}

.home-heavy__truck svg {
    position: relative;
    z-index: 2;
    stroke-width: 1.5;
}

.home-heavy__tag::before {
    width: 7px;
    height: 7px;
    margin-right: 10px;
    content: "";
    flex-shrink: 0;
    border-radius: 50%;
    background: #078b45;
    box-shadow: 0 0 0 5px rgba(7, 139, 69, 0.08);
}

@media (max-width: 1050px) {
    .home-heavy__visual {
        width: min(100%, 650px);
        min-height: 500px;
        margin-inline: auto;
    }
}

@media (max-width: 580px) {
    .home-heavy__visual {
        min-height: 410px;
    }

    .home-heavy__ring--one {
        width: 310px;
        height: 310px;
    }

    .home-heavy__ring--two {
        width: 220px;
        height: 220px;
    }

    .home-heavy__truck {
        width: 145px;
        height: 145px;
    }

        .home-heavy__truck::before {
            width: 115px;
            height: 115px;
        }

        .home-heavy__truck svg {
            width: 65px;
            height: 65px;
        }

    .home-heavy__tag {
        min-height: 40px;
        padding-inline: 14px;
        font-size: 0.67rem;
    }

    .home-heavy__tag--one {
        top: 15%;
        right: 0;
    }

    .home-heavy__tag--two {
        right: 0;
        bottom: 18%;
    }

    .home-heavy__tag--three {
        bottom: 10%;
        left: 0;
    }
}

.home-heavy__truck svg {
    width: 85px;
    height: 85px;
}

.home-heavy__tag--one {
    top: 20%;
    right: 8%;
}

.home-heavy__tag--two {
    bottom: 21%;
    right: 3%;
}

.home-heavy__tag--three {
    bottom: 14%;
    left: 2%;
}

/* ==========================================
   HOME COVERAGES · ASEGURAN/SA LIGHT
========================================== */

.home-coverages .section__title {
    max-width: 1050px;
}

.home-coverage-card > span {
    font-family: var(--font-display);
}

.home-coverage-card--featured::before {
    border-color: rgba(242, 182, 31, 0.22);
    background: rgba(242, 182, 31, 0.07);
}

.home-coverage-card--featured::after {
    color: var(--color-accent-dark);
}

.home-coverage-card--featured {
    background-image: radial-gradient( circle at 88% 16%, rgba(242, 182, 31, 0.55) 1.2px, transparent 1.2px ), radial-gradient( circle at 100% 0%, rgba(242, 182, 31, 0.10), transparent 40% );
    background-size: 12px 12px, auto;
    background-repeat: no-repeat;
}

@media (max-width: 900px) {
    .home-coverage-card {
        min-height: 330px;
    }
}

@media (max-width: 620px) {
    .home-coverages .section__title {
        font-size: clamp(2.8rem, 13vw, 4.4rem);
    }

    .home-coverage-card {
        padding: 28px;
    }

        .home-coverage-card::after {
            bottom: 27px;
            left: 28px;
        }
}

/* ==========================================
   HOME QUOTE
========================================== */

.home-quote {
    padding-block: clamp(90px, 10vw, 150px);
    background: linear-gradient( 135deg, #075638 0%, #078b45 55%, #0a9d4f 100% );
}

.home-quote__container {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 60px;
}

.home-quote .section__eyebrow {
    color: rgba(255, 255, 255, 0.72);
}

.home-quote h2 {
    color: #ffffff;
}

    .home-quote h2 span {
        background: linear-gradient( 135deg, #ffd766, #f2b61f );
        background-clip: text;
        -webkit-background-clip: text;
    }

.home-quote__button svg {
    width: 18px;
    height: 18px;
}

.home-quote__button {
    color: #073f30;
    background: var(--gradient-accent);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

/* ==========================================
   HOME RESPONSIVE
========================================== */

@media (max-width: 1050px) {
    .home-insurance__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-heavy__container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    .home-insurance__header {
        grid-template-columns: 1fr;
    }

    .home-quote__container {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 580px) {
    .home-insurance__grid {
        grid-template-columns: 1fr;
    }

    .home-heavy__visual {
        min-height: 390px;
    }

    .home-heavy__ring--one {
        width: 320px;
        height: 320px;
    }

    .home-heavy__ring--two {
        width: 220px;
        height: 220px;
    }

    .home-heavy__truck {
        width: 140px;
        height: 140px;
    }
}

/* ==========================================
   ASEGURAN/SA · LIGHT HERO
========================================== */

.hero__eyebrow-dot {
    background: var(--color-green);
    box-shadow: 0 0 0 6px rgba(7, 139, 69, 0.09);
}

.hero__title-line--accent {
    background: linear-gradient( 135deg, #e7a913 0%, #f6c63c 100% );
    background-clip: text;
    -webkit-background-clip: text;
}

.hero-button--secondary:hover {
    color: var(--color-green);
    border-color: rgba(7, 139, 69, 0.30);
    background: #ffffff;
}

.hero__scroll {
    color: #75877f;
}

.hero__scroll-line {
    background: rgba(7, 63, 48, 0.12);
}

    .hero__scroll-line > span {
        background: var(--color-green);
    }

/* ==========================================
   TEST NUEVA IDENTIDAD
========================================== */

html,
body {
    background: #f8f7f2 !important;
}

.hero {
    background: #ffffff !important;
}

    .hero::before,
    .hero::after {
        background: transparent !important;
    }

.hero__background {
    background: transparent !important;
}

.hero__title {
    color: #073f30 !important;
}

.hero__description {
    color: #355c50 !important;
}

.hero__eyebrow {
    color: #075638 !important;
}

/* ==========================================
   ASEGURAN/SA · LIGHT HERO DASHBOARD
========================================== */

.hero-dashboard {
    -webkit-backdrop-filter: blur(24px);
}

    .hero-dashboard::before {
        opacity: 0.28;
    }

.hero-dashboard__status > span {
    background: var(--color-green);
    box-shadow: 0 0 0 5px rgba(7, 139, 69, 0.07);
}

.hero-score__progress {
    filter: drop-shadow( 0 0 10px rgba(242, 182, 31, 0.30) );
}

.hero-score__value {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

    .hero-score__value svg {
        position: relative;
        width: 46px;
        height: 46px;
        transform: none;
    }

.hero-metric__value {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 50%;
}

    .hero-metric__value svg {
        width: 14px;
        height: 14px;
    }

.hero-dashboard__footer a {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(7, 63, 48, 0.10);
    border-radius: 50%;
    transition: transform var(--transition-base), border-color var(--transition-base), background-color var(--transition-base);
}

    .hero-dashboard__footer a:hover {
        transform: rotate(45deg);
        border-color: rgba(7, 139, 69, 0.28);
        background: rgba(7, 139, 69, 0.06);
    }

/* ==========================================
   ASEGURAN/SA · HOME INSURANCE LIGHT
========================================== */

/* ==========================================
   HOME INSURANCE · CONTRASTE FINAL
========================================== */

.home-insurance {
    color: var(--color-text);
}

    .home-insurance .section__eyebrow {
        color: var(--color-green-dark);
    }

    .home-insurance .section__title {
        color: var(--color-text);
    }

    .home-insurance .section__description {
        color: #4e6b61;
    }

.home-insurance-card {
    border-color: rgba(6, 60, 48, 0.10);
}

    .home-insurance-card h3 {
        font-weight: 700;
    }

    .home-insurance-card p {
        font-weight: 500;
    }

.home-insurance-card__number {
    font-weight: 700;
}

.home-insurance-card__icon {
    border-color: rgba(7, 139, 69, 0.18);
}

    .home-insurance-card__icon svg {
        color: var(--color-green);
        stroke: currentColor;
    }

.home-insurance-card__arrow svg {
    color: var(--color-green);
    stroke: currentColor;
}

.home-insurance-card--featured {
    border-color: rgba(242, 182, 31, 0.28);
    background: radial-gradient( circle at 100% 0%, rgba(242, 182, 31, 0.12), transparent 40% ), #ffffff;
}

.home-insurance-card:hover h3 {
    color: var(--color-green);
}

.home-insurance-card:hover
.home-insurance-card__icon {
    background: rgba(7, 139, 69, 0.11);
}

.home-insurance__header h2,
.home-insurance .section__title {
    color: #063c30 !important;
}

.home-insurance__header p,
.home-insurance .section__description {
    color: #4e6b61 !important;
}

/* ==========================================
   HOME COVERAGES · FINAL
========================================== */

.home-coverages {
    position: relative;
    overflow: hidden;
    color: var(--color-text);
}

    .home-coverages::before {
        position: absolute;
        width: 560px;
        height: 560px;
        content: "";
        border-radius: 50%;
        opacity: 0.09;
        filter: blur(145px);
        pointer-events: none;
    }

    .home-coverages::after {
        position: absolute;
        bottom: -25%;
        left: -10%;
        width: 520px;
        height: 520px;
        content: "";
        border-radius: 50%;
        opacity: 0.06;
        background: var(--color-green);
        filter: blur(145px);
        pointer-events: none;
    }

    .home-coverages > .container {
        position: relative;
        z-index: 2;
    }

/* ==========================================
   HEADER
========================================== */

.home-coverages__header {
    display: grid;
    align-items: end;
    gap: clamp(45px, 8vw, 120px);
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
}

.home-coverages__heading {
    max-width: 950px;
}

.home-coverages .section__eyebrow {
    color: var(--color-green-dark) !important;
}

    .home-coverages .section__eyebrow::before {
        background: var(--color-accent);
    }

.home-coverages .section__title {
    margin-top: 22px;
    color: var(--color-text) !important;
    font-size: clamp(3.2rem, 5.8vw, 6.4rem);
    line-height: 0.93;
    letter-spacing: -0.055em;
}

    .home-coverages .section__title span {
        display: block;
    }

.home-coverages__description {
    max-width: 520px;
    padding-bottom: 7px;
    color: #49685e !important;
    font-size: clamp(1rem, 1.15vw, 1.08rem);
    line-height: 1.85;
}

/* ==========================================
   CARD
========================================== */

/* ==========================================
   TOP
========================================== */

.home-coverage-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-coverage-card__number {
    font-family: var(--font-display);
}

.home-coverage-card__top-arrow {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 1px solid rgba(7, 139, 69, 0.20);
    border-radius: 50%;
    color: var(--color-green);
    background: rgba(255, 255, 255, 0.90);
    transition: color var(--transition-base), background-color var(--transition-base), transform var(--transition-base);
}

    .home-coverage-card__top-arrow svg {
        width: 20px;
        height: 20px;
    }

.home-coverage-card:hover
.home-coverage-card__top-arrow {
    color: #ffffff;
    background: var(--color-green);
    transform: rotate(45deg);
}

/* ==========================================
   ICON
========================================== */

.home-coverage-card__icon svg {
    stroke-width: 1.7;
}

.home-coverage-card__icon--gold {
    border-color: rgba(242, 182, 31, 0.28);
    background: rgba(242, 182, 31, 0.07);
}

/* ==========================================
   CONTENT
========================================== */

.home-coverage-card__content {
    margin-top: 24px;
}

    .home-coverage-card__content h3 {
        color: var(--color-text) !important;
        font-size: clamp(1.8rem, 2.4vw, 2.55rem);
        font-weight: 700;
        line-height: 1;
        letter-spacing: -0.04em;
    }

    .home-coverage-card__content p {
        max-width: 420px;
        margin-top: 14px;
        color: #49685e !important;
        font-size: 0.8rem;
        font-weight: 500;
        line-height: 1.65;
    }

/* ==========================================
   BOTTOM ARROW
========================================== */

.home-coverage-card__bottom-arrow {
    display: inline-flex;
    margin-top: auto;
    padding-top: 18px;
    color: var(--color-green);
    transition: transform var(--transition-base);
}

    .home-coverage-card__bottom-arrow svg {
        width: 26px;
        height: 26px;
        stroke-width: 1.6;
    }

.home-coverage-card:hover
.home-coverage-card__bottom-arrow {
    transform: translateX(8px);
}

/* ==========================================
   FEATURED
========================================== */

.home-coverage-card--featured::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 180px;
    content: "";
    opacity: 0.32;
    background-image: radial-gradient( circle, rgba(217, 150, 8, 0.60) 1px, transparent 1.4px );
    background-size: 10px 10px;
    mask-image: radial-gradient( circle at top right, black, transparent 72% );
    pointer-events: none;
}

.home-coverage-card--featured
.home-coverage-card__top-arrow {
    color: var(--color-accent-dark);
    border-color: rgba(242, 182, 31, 0.34);
}

.home-coverage-card--featured:hover
.home-coverage-card__top-arrow {
    color: #063c30;
    background: var(--gradient-accent);
}

/* ==========================================
   ACTION
========================================== */

.home-coverages__action {
    padding-right: 90px;
}

@media (max-width: 620px) {
    .home-coverages__action {
        padding-right: 0;
        justify-content: flex-start;
    }
}

.home-coverages__action
.firm-section__link {
    color: var(--color-green-dark);
}

.home-coverages__action
.firm-section__link-icon {
    color: var(--color-green);
    border-color: rgba(7, 139, 69, 0.20);
    background: #ffffff;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 900px) {
    .home-coverages__header {
        grid-template-columns: 1fr;
    }

    .home-coverages__description {
        max-width: 680px;
    }

    .home-coverage-card {
        min-height: 400px;
    }
}

@media (max-width: 620px) {
    .home-coverages .section__title {
        font-size: clamp(2.8rem, 13vw, 4.5rem);
    }

    .home-coverage-card {
        min-height: 360px;
        padding: 27px;
    }

    .home-coverage-card__icon {
        width: 62px;
        height: 62px;
    }
}

/* ==========================================
   HERO · CONTRASTE Y PULIDO FINAL
========================================== */

.hero-button--primary {
    color: #ffffff !important;
    background: linear-gradient( 135deg, #075638 0%, #078b45 55%, #10a255 100% ) !important;
}

    .hero-button--primary span,
    .hero-button--primary svg {
        color: #ffffff !important;
    }

.hero-dashboard {
    color: var(--color-text);
    border-color: rgba(6, 60, 48, 0.12);
}

.hero-dashboard__eyebrow {
    color: var(--color-green) !important;
}

.hero-dashboard__header strong {
    color: var(--color-text) !important;
}

.hero-dashboard__status {
    color: var(--color-green) !important;
    border-color: rgba(7, 139, 69, 0.22);
    background: rgba(7, 139, 69, 0.08);
}

.hero-dashboard__score-copy > span {
    color: #60786f !important;
}

.hero-dashboard__score-copy strong {
    color: #063c30 !important;
}

.hero-dashboard__score-copy p {
    color: #49685e !important;
}

.hero-score__value {
    color: var(--color-green) !important;
}

    .hero-score__value svg {
        color: var(--color-green) !important;
        stroke: currentColor;
    }

.hero-score__track {
    stroke: rgba(6, 60, 48, 0.09);
}

.hero-metric {
    border-color: rgba(6, 60, 48, 0.10);
}

    .hero-metric strong {
        color: #063c30 !important;
    }

    .hero-metric small {
        color: #60786f !important;
    }

.hero-metric__icon {
    color: var(--color-green) !important;
}

    .hero-metric__icon svg {
        stroke: currentColor;
    }

.hero-metric__value {
    color: var(--color-green) !important;
    background: rgba(7, 139, 69, 0.08);
}

    .hero-metric__value svg {
        stroke: currentColor;
    }

.hero-dashboard__footer {
    border-color: rgba(6, 60, 48, 0.10);
}

.hero-dashboard__activity {
    color: #60786f !important;
}

    .hero-dashboard__activity > span {
        background: var(--color-green);
    }

.hero-dashboard__footer a {
    color: var(--color-green) !important;
    border-color: rgba(7, 139, 69, 0.18);
    background: #ffffff;
}

    .hero-dashboard__footer a svg {
        stroke: currentColor;
    }

.hero-float-card {
    color: var(--color-text);
    border-color: rgba(6, 60, 48, 0.12);
}

    .hero-float-card strong {
        color: #063c30 !important;
    }

    .hero-float-card span {
        color: #60786f !important;
    }

    .hero-float-card > svg {
        color: var(--color-green) !important;
        stroke: currentColor;
    }

.hero__trust-item strong {
    color: #063c30 !important;
}

.hero__trust-item span {
    color: #60786f !important;
}

.hero-button--secondary {
    color: #063c30 !important;
    border-color: rgba(6, 60, 48, 0.16);
}

    .hero-button--secondary span,
    .hero-button--secondary svg {
        color: #063c30 !important;
    }

.hero-float-card {
    transition: transform var(--transition-base), box-shadow var(--transition-base);
}

    .hero-float-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 22px 50px rgba(23, 66, 48, 0.15);
    }

/* =========================================================
   HOME · COBERTURAS · AJUSTE COMPACTO
========================================================= */

.home-coverage-card {
    justify-content: flex-start;
}

    .home-coverage-card > span {
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0.10em;
    }

    .home-coverage-card p {
        max-width: 420px;
        margin-top: 18px;
        font-size: clamp( 0.92rem, 1vw, 1.02rem );
        line-height: 1.7;
    }

@media (max-width: 620px) {
    .home-coverage-card {
        min-height: 250px;
    }
}

/* =========================================================
   HOME · ATMÓSFERA VISUAL
========================================================= */

.hero,
.home-insurance,
.home-coverages,
.home-support {
    position: relative;
    overflow: hidden;
}

/* =========================================================
   HERO · BACKGROUND PREMIUM
========================================================= */

/* =========================================================
   SEGUROS · FONDO SUAVE
========================================================= */

.home-insurance {
    background: radial-gradient( circle at 95% 0%, rgba(242, 182, 31, 0.08), transparent 30% ), linear-gradient( 180deg, #ffffff 0%, #f7faf6 100% );
}

/* =========================================================
   COBERTURAS · FONDO CON PROFUNDIDAD
========================================================= */

.home-coverages {
    background: radial-gradient( circle at 15% 20%, rgba(7, 139, 69, 0.07), transparent 26% ), radial-gradient( circle at 85% 75%, rgba(242, 182, 31, 0.08), transparent 30% ), #ffffff;
}

    /* =========================================================
   ACOMPAÑAMIENTO
========================================================= */

    /* =========================================================
   DECORATIVE BLOBS
========================================================= */

    .hero::before,
    .home-insurance::before,
    .home-coverages::before,
    .home-support::before {
        position: absolute;
        content: "";
        width: 420px;
        height: 420px;
        border-radius: 50%;
        pointer-events: none;
        filter: blur(100px);
        opacity: 0.10;
    }

.hero::before {
    top: 120px;
    background: var(--color-accent);
}

.home-insurance::before {
    left: -220px;
    bottom: -100px;
    background: var(--color-green);
}

.home-coverages::before {
    right: -200px;
    top: 20%;
    background: var(--color-accent);
}

.home-support::before {
    left: -220px;
    bottom: -150px;
    background: var(--color-green);
}

/* =========================================================
   HERO · AURORA BACKGROUND
========================================================= */

.hero__aurora {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(110px);
    mix-blend-mode: multiply;
    opacity: 0.14;
}

.hero__aurora--one {
    top: 5%;
    right: 8%;
    width: 520px;
    height: 520px;
    background: radial-gradient( circle, rgba(242, 182, 31, 0.65) 0%, rgba(242, 182, 31, 0.18) 40%, transparent 72% );
}

.hero__aurora--two {
    left: 4%;
    bottom: -8%;
    width: 560px;
    height: 560px;
    background: radial-gradient( circle, rgba(7, 139, 69, 0.50) 0%, rgba(7, 139, 69, 0.14) 42%, transparent 72% );
}

/* =========================================================
   HOME · PREMIUM CARD SPOTLIGHT
========================================================= */

.home-insurance-card,
.home-coverage-card,
.home-support-step {
    --spotlight-x: 50%;
    --spotlight-y: 50%;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

    /* Halo dorado que sigue el cursor */

    .home-insurance-card::before,
    .home-coverage-card::before,
    .home-support-step::before {
        position: absolute;
        inset: 0;
        z-index: 0;
        content: "";
        pointer-events: none;
        opacity: 0;
        background: radial-gradient( 260px circle at var(--spotlight-x) var(--spotlight-y), rgba(242, 182, 31, 0.18) 0%, rgba(242, 182, 31, 0.09) 28%, rgba(242, 182, 31, 0.025) 48%, transparent 72% );
        transition: opacity 320ms ease;
    }

    /* Luz muy ligera en el borde */

    .home-insurance-card::after,
    .home-coverage-card::after,
    .home-support-step::after {
        position: absolute;
        inset: 0;
        z-index: 1;
        content: "";
        pointer-events: none;
        border-radius: inherit;
        opacity: 0;
        box-shadow: inset 0 0 0 1px rgba(242, 182, 31, 0.34), inset 0 0 35px rgba(242, 182, 31, 0.055), 0 18px 55px rgba(242, 182, 31, 0.10);
        transition: opacity 320ms ease;
    }

    /* Mantiene el contenido encima del brillo */

    .home-insurance-card > *,
    .home-coverage-card > *,
    .home-support-step > * {
        position: relative;
        z-index: 2;
    }

    /* Activo al pasar el cursor */

    .home-insurance-card:hover::before,
    .home-coverage-card:hover::before,
    .home-support-step:hover::before,
    .home-insurance-card:hover::after,
    .home-coverage-card:hover::after,
    .home-support-step:hover::after {
        opacity: 1;
    }

    /* Iconos reaccionan también */

    .home-insurance-card__icon,
    .home-support-step > span {
        transition: transform var(--transition-base), background var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
    }

    .home-insurance-card:hover
    .home-insurance-card__icon {
        transform: translateY(-4px) rotate(-3deg);
        border-color: rgba(242, 182, 31, 0.38);
        background: linear-gradient( 145deg, #fffdf7, #fff4cf );
        box-shadow: 0 12px 30px rgba(242, 182, 31, 0.16);
    }

.home-insurance-card__arrow {
    transition: transform var(--transition-base), color var(--transition-base), border-color var(--transition-base), background var(--transition-base);
}

.home-insurance-card:hover
.home-insurance-card__arrow {
    transform: rotate(45deg) scale(1.06);
    color: var(--color-accent-dark);
    border-color: rgba(242, 182, 31, 0.38);
    background: rgba(242, 182, 31, 0.08);
}

/* =========================================================
   HERO V2 · PREMIUM DARK INSURANCE
========================================================= */

.hero {
    position: relative;
    display: flex;
    min-height: 100svh;
    padding-top: var(--header-height);
    overflow: hidden;
    align-items: center;
    background: linear-gradient( 135deg, #fffefa 0%, #f8f7f2 50%, #f1f5ef 100% );
}

/* =========================================================
   BACKGROUND DECORATIVO
========================================================= */

.hero__background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

    .hero__background::before {
        position: absolute;
        inset: 0;
        content: "";
        background: linear-gradient( 90deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.22) 32%, rgba(255, 255, 255, 0.06) 58%, rgba(255, 255, 255, 0) 100% ), url("/images/home/hero-road.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 1;
        filter: saturate(1.12) contrast(1.06);
        transform: scale(1.02);
        pointer-events: none;
    }

/* =========================================================
   LUCES VERDE / DORADO
========================================================= */

.hero__gradient {
    display: block;
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(100px);
}

.hero__gradient--one {
    top: -24%;
    right: -9%;
    width: 760px;
    height: 760px;
    opacity: 0.20;
    background: radial-gradient( circle, rgba(242, 182, 31, 0.72), rgba(242, 182, 31, 0.14) 44%, transparent 72% );
}

.hero__gradient--two {
    left: -12%;
    bottom: -26%;
    width: 760px;
    height: 760px;
    opacity: 0.18;
    background: radial-gradient( circle, rgba(0, 151, 85, 0.72), rgba(0, 110, 70, 0.13) 46%, transparent 72% );
}

/* =========================================================
   PUNTOS DORADOS
========================================================= */

.hero__grid {
    display: block;
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background-image: radial-gradient( circle, rgba(242, 182, 31, 0.45) 1px, transparent 1.3px );
    background-size: 27px 27px;
    mask-image: radial-gradient( circle at 77% 40%, black 0%, transparent 57% );
    -webkit-mask-image: radial-gradient( circle at 77% 40%, black 0%, transparent 57% );
}

/* =========================================================
   CAPAS DECORATIVAS
========================================================= */

.hero::before {
    position: absolute;
    right: -8%;
    bottom: -32%;
    width: 1050px;
    height: 700px;
    content: "";
    pointer-events: none;
    border-radius: 50%;
    border: 1px solid rgba(242, 182, 31, 0.14);
    transform: rotate(-13deg);
    box-shadow: 0 0 80px rgba(242, 182, 31, 0.06);
    z-index: 0;
}

.hero::after {
    position: absolute;
    right: -15%;
    bottom: -42%;
    width: 1250px;
    height: 790px;
    content: "";
    pointer-events: none;
    border-radius: 50%;
    border: 1px solid rgba(15, 160, 88, 0.13);
    transform: rotate(-13deg);
    z-index: 0;
}

/* =========================================================
   HERO CONTAINER
========================================================= */

.hero__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
    align-items: center;
    gap: clamp(70px, 7vw, 120px);
}

/* =========================================================
   LEFT CONTENT
========================================================= */

.hero__content {
    max-width: 760px;
}

.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #ffd766;
    background: rgba(0, 40, 30, 0.55);
    border: 1px solid rgba(242, 182, 31, 0.20);
    box-shadow: 0 10px 30px rgba(0,0,0,0.16);
    backdrop-filter: blur(12px);
}

.hero__title {
    margin-top: 26px;
}

.hero__title-line--accent {
    position: relative;
    color: var(--color-accent-dark);
}

    .hero__title-line--accent::after {
        position: absolute;
        left: 8%;
        bottom: -16px;
        width: 72%;
        height: 8px;
        content: "";
        border-radius: 999px;
        background: linear-gradient( 90deg, transparent, #f2b61f 18%, #ffcf4a 60%, transparent );
        transform: rotate(-2deg);
        filter: drop-shadow( 0 0 8px rgba(242,182,31,0.34) );
    }

/* =========================================================
   BUTTONS
========================================================= */

.hero-button--primary {
    color: #ffffff;
    background: linear-gradient( 135deg, #063c30 0%, #078b45 100% );
    border: 1px solid rgba(242,182,31,0.65);
    box-shadow: 0 0 0 1px rgba(242,182,31,0.18), 0 16px 38px rgba(6,60,48,0.20), 0 0 24px rgba(242,182,31,0.13);
}

    .hero-button--primary:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 45px rgba(6,60,48,0.24), 0 0 28px rgba(242,182,31,0.22);
    }

.hero-button--secondary {
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(6,60,48,0.18);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 30px rgba(19,62,45,0.08);
}

/* =========================================================
   TRUST
========================================================= */

.hero__trust {
    margin-top: 44px;
}

.hero__trust-item strong {
    color: #ffffff;
    font-size: 1.35rem;
}

.hero__trust-item span {
    color: rgba(255, 255, 255, 0.62);
}

.hero__trust-separator {
    background: rgba(255, 255, 255, 0.15);
}

/* =========================================================
   DASHBOARD
========================================================= */

.hero-dashboard {
    position: relative;
    padding: 34px;
    border-radius: 32px;
    border: 1px solid rgba(242,182,31,0.42);
    background: linear-gradient( 145deg, rgba(255,255,255,0.94), rgba(250,250,246,0.90) );
    box-shadow: 0 36px 90px rgba(6,60,48,0.18), 0 0 0 1px rgba(255,255,255,0.78), 0 0 42px rgba(242,182,31,0.14);
    backdrop-filter: blur(20px);
    transform: rotate(-1.5deg);
    overflow: visible;
}

    .hero-dashboard::before {
        position: absolute;
        inset: -1px;
        content: "";
        pointer-events: none;
        border-radius: inherit;
        background: linear-gradient( 135deg, rgba(255,215,102,0.85), transparent 20%, transparent 72%, rgba(242,182,31,0.75) );
        mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        mask-composite: exclude;
        -webkit-mask-composite: xor;
        padding: 1px;
    }

/* =========================================================
   SCORE
========================================================= */

.hero-score {
    filter: drop-shadow( 0 0 18px rgba(242,182,31,0.20) );
}

.hero-score__progress {
    stroke: var(--color-accent);
}

/* =========================================================
   DASHBOARD METRICS
========================================================= */

.hero-dashboard__metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.hero-metric {
    min-height: 86px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(6,60,48,0.09);
    background: rgba(255,255,255,0.82);
    box-shadow: 0 10px 28px rgba(19,62,45,0.06);
    transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);
}

    .hero-metric:hover {
        transform: translateY(-4px);
        border-color: rgba(242,182,31,0.35);
        background: linear-gradient( 145deg, #ffffff, #fff8e8 );
        box-shadow: 0 16px 34px rgba(242,182,31,0.12);
    }

.hero-metric__icon {
    background: rgba(242,182,31,0.11);
    color: var(--color-green);
}

/* =========================================================
   FLOAT CARDS
========================================================= */

.hero-float-card {
    border: 1px solid rgba(242,182,31,0.22);
    background: rgba(255,255,255,0.90);
    box-shadow: 0 18px 40px rgba(19,62,45,0.12), 0 0 22px rgba(242,182,31,0.10);
    backdrop-filter: blur(14px);
}

/* =========================================================
   ASEGURAN/SA · CHAMPAGNE PREMIUM
========================================================= */

.home-insurance,
.home-heavy,
.home-coverages,
.home-support {
    --home-gold: #c9962e;
    --home-gold-light: #e2bd62;
    --home-green: #124a3a;
    --home-green-soft: #315f52;
    --home-cream: #fffdf7;
    --home-text: #163f34;
    --home-text-soft: #536c64;
    --home-text-muted: #788b84;
    position: relative;
    overflow: hidden;
    color: var(--home-text);
    background: radial-gradient( circle at 88% 18%, rgba(214, 174, 77, 0.30), transparent 31% ), radial-gradient( circle at 10% 80%, rgba(255, 248, 221, 0.82), transparent 35% ), linear-gradient( 135deg, #f9f5e9 0%, #f3ead2 42%, #ead9aa 72%, #f7f1df 100% );
}

    /* =========================================================
   DECORACIÓN DEL FONDO
========================================================= */

    .home-insurance::before,
    .home-heavy::before,
    .home-coverages::before,
    .home-support::before {
        position: absolute;
        inset: -18%;
        content: "";
        pointer-events: none;
        opacity: 0.46;
        background: radial-gradient( ellipse at 84% 64%, transparent 0%, transparent 41%, rgba(217, 168, 62, 0.12) 42%, transparent 43% ), radial-gradient( ellipse at 84% 64%, transparent 0%, transparent 48%, rgba(74, 128, 96, 0.15) 49%, transparent 50% ), radial-gradient( ellipse at 84% 64%, transparent 0%, transparent 55%, rgba(239, 201, 104, 0.07) 56%, transparent 57% );
        transform: rotate(-8deg) scale(1.18);
    }

    .home-insurance::after,
    .home-heavy::after,
    .home-coverages::after,
    .home-support::after {
        position: absolute;
        inset: 0;
        content: "";
        pointer-events: none;
        opacity: 0.08;
        background-image: radial-gradient( circle, rgba(239, 201, 104, 0.70) 1px, transparent 1.1px );
        background-size: 29px 29px;
        mask-image: radial-gradient( circle at 82% 28%, black 0%, transparent 54% );
        -webkit-mask-image: radial-gradient( circle at 82% 28%, black 0%, transparent 54% );
    }

    /* contenido arriba del fondo */

    .home-insurance > *,
    .home-heavy > *,
    .home-coverages > *,
    .home-support > * {
        position: relative;
        z-index: 2;
    }

    /* =========================================================
   EYEBROWS
========================================================= */

    .home-insurance .section-eyebrow,
    .home-heavy .section-eyebrow,
    .home-coverages .section-eyebrow,
    .home-support .section-eyebrow {
        color: var(--home-gold-light);
    }

    .home-insurance .section-eyebrow__line,
    .home-heavy .section-eyebrow__line,
    .home-coverages .section-eyebrow__line,
    .home-support .section-eyebrow__line {
        background: var(--home-gold);
    }

    /* =========================================================
   TITULOS
========================================================= */

    .home-insurance h2,
    .home-heavy h2,
    .home-coverages h2,
    .home-support h2 {
        color: #124a3a;
    }

        .home-insurance h2 span,
        .home-heavy h2 span,
        .home-coverages h2 span,
        .home-support h2 span {
            color: #c78e19;
        }

    /* =========================================================
   PÁRRAFOS
========================================================= */

    .home-insurance p,
    .home-heavy p,
    .home-coverages p,
    .home-support p {
        color: #536c64;
    }

/* =========================================================
   SEGUROS · CARDS
========================================================= */

.home-insurance-card {
    position: relative;
    border: 1px solid rgba(190, 145, 43, 0.22);
    color: var(--home-text);
    background: linear-gradient( 145deg, rgba(255, 255, 255, 0.88), rgba(255, 250, 237, 0.78) );
    box-shadow: 0 24px 60px rgba(88, 69, 25, 0.10), inset 0 1px 0 rgba(255,255,255,0.85);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base), background var(--transition-base);
}

    .home-insurance-card h3 {
        color: #123f32;
    }

    .home-insurance-card p {
        color: #536c64;
    }

.home-insurance-card__number {
    color: #b98216;
}

.home-insurance-card__arrow {
    color: #a97815;
    border-color: rgba(190, 145, 43, 0.28);
    background: rgba(255,255,255,0.62);
}

.home-insurance-card:hover {
    transform: translateY(-9px) scale(1.01);
    border-color: rgba(201, 150, 37, 0.55);
    background: linear-gradient( 145deg, #ffffff, #fff7dc );
    box-shadow: 0 30px 70px rgba(103, 77, 18, 0.14), 0 0 38px rgba(225, 177, 61, 0.18);
}

/* =========================================================
   EQUIPO PESADO
========================================================= */

.home-heavy__truck {
    color: var(--home-gold-light);
    background: radial-gradient( circle, rgba(217, 168, 62, 0.08), rgba(16, 40, 32, 0.86) );
    border: 1px solid rgba(217, 168, 62, 0.18);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24), 0 0 45px rgba(217, 168, 62, 0.07);
}

.home-heavy__ring {
    border-color: rgba(217, 168, 62, 0.19);
}

.home-heavy__ring--two {
    border-color: rgba(92, 139, 111, 0.22);
}

.home-heavy__tag {
    color: var(--home-cream);
    border: 1px solid rgba(217, 168, 62, 0.17);
    background: rgba(48, 70, 62, 0.92);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(14px);
}

/* =========================================================
   COBERTURAS
========================================================= */

.home-coverage-card p {
    color: var(--home-text-soft);
}

.home-coverage-card > span {
    color: var(--home-gold-light);
}

/* =========================================================
   BOTONES DENTRO DEL TEMA OSCURO
========================================================= */

.home-heavy .hero-button--primary {
    color: #15281f;
    border-color: rgba(239, 201, 104, 0.60);
    background: linear-gradient( 135deg, #edc45e, #d59e30 );
    box-shadow: 0 18px 45px rgba(217,168,62,0.16);
}

.home-coverages .hero-button--secondary {
    color: var(--home-cream);
    border: 1px solid rgba(217,168,62,0.24);
    background: rgba(23, 49, 39, 0.78);
}

/* =========================================================
   DIVISIÓN SUAVE ENTRE SECCIONES
========================================================= */

.home-insurance,
.home-heavy,
.home-coverages,
.home-support {
    border-top: 1px solid rgba(255,255,255,0.025);
}

/* =========================================================
   HOME · EQUIPO PESADO V2
========================================================= */

.home-heavy {
    position: relative;
    overflow: hidden;
    padding-block: clamp(90px, 8vw, 130px);
}

/* =========================================================
   LAYOUT
========================================================= */

.home-heavy__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
    align-items: center;
    gap: clamp(60px, 7vw, 115px);
}

/* =========================================================
   LEFT CONTENT
========================================================= */

.home-heavy__content {
    max-width: 700px;
}

.home-heavy__title {
    max-width: 680px;
    margin-top: 22px;
    color: #124a3a;
    font-family: var(--font-display);
    font-size: clamp(3.8rem, 5.2vw, 6.4rem);
    font-weight: 630;
    line-height: 0.91;
    letter-spacing: -0.06em;
}

    .home-heavy__title span {
        display: block;
        color: #c78e19;
    }

.home-heavy__lead {
    max-width: 620px;
    margin-top: 32px;
    color: #31594d !important;
    font-size: clamp(1rem, 1.08vw, 1.12rem);
    line-height: 1.8;
}

.home-heavy__description {
    max-width: 620px;
    margin-top: 15px;
    color: #62776f !important;
    font-size: clamp(0.92rem, 1vw, 1.02rem);
    line-height: 1.75;
}

/* =========================================================
   FEATURES
========================================================= */

.home-heavy__features {
    display: grid;
    margin-top: 38px;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-heavy-feature {
    position: relative;
    padding-right: 18px;
}

    .home-heavy-feature:not(:last-child) {
        border-right: 1px solid rgba(18, 74, 58, 0.13);
    }

.home-heavy-feature__icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin-bottom: 15px;
    border: 1px solid rgba(199, 142, 25, 0.18);
    border-radius: 50%;
    color: #147346;
    background: rgba(255, 248, 222, 0.78);
    box-shadow: 0 10px 25px rgba(160, 117, 24, 0.08);
}

    .home-heavy-feature__icon svg {
        width: 21px;
        height: 21px;
    }

.home-heavy-feature h3 {
    color: #124a3a;
    font-size: 0.94rem;
    font-weight: 750;
    line-height: 1.3;
}

.home-heavy-feature p {
    margin-top: 7px;
    color: #657a72 !important;
    font-size: 0.78rem;
    line-height: 1.55;
}

/* =========================================================
   BUTTON
========================================================= */

.home-heavy__button {
    display: inline-flex;
    min-height: 58px;
    margin-top: 38px;
    padding: 0 24px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 1px solid rgba(199, 142, 25, 0.42);
    border-radius: var(--radius-pill);
    color: #ffffff;
    background: linear-gradient( 135deg, #0e4937, #0c8b49 );
    box-shadow: 0 18px 42px rgba(18, 74, 58, 0.18);
    font-size: 0.82rem;
    font-weight: 800;
    transition: transform var(--transition-base), box-shadow var(--transition-base);
}

    .home-heavy__button svg {
        width: 18px;
        height: 18px;
    }

    .home-heavy__button:hover {
        transform: translateY(-4px);
        box-shadow: 0 24px 52px rgba(18, 74, 58, 0.24), 0 0 28px rgba(211, 160, 45, 0.12);
    }

/* =========================================================
   RIGHT VISUAL
========================================================= */

.home-heavy__visual {
    position: relative;
    min-height: 590px;
    perspective: 1200px;
}

.home-heavy__image {
    position: absolute;
    inset: 20px 35px 20px 20px;
    overflow: hidden;
    border: 1px solid rgba(199, 142, 25, 0.30);
    border-radius: 34px;
    background: #ddd0ad;
    box-shadow: 0 35px 85px rgba(89, 68, 24, 0.20), 0 0 45px rgba(216, 167, 58, 0.10);
}

    .home-heavy__image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        transform: scale(1.03);
        transition: transform 1.2s var(--ease-premium);
    }

.home-heavy__visual:hover
.home-heavy__image img {
    transform: scale(1.07);
}

.home-heavy__image-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient( 90deg, rgba(33, 58, 49, 0.05), transparent 42% ), linear-gradient( 0deg, rgba(20, 45, 36, 0.30), transparent 38% );
}

/* =========================================================
   FLOATING GLASS CARDS
========================================================= */

.home-heavy-float {
    position: absolute;
    z-index: 5;
    display: flex;
    width: 225px;
    padding: 18px;
    align-items: flex-start;
    gap: 13px;
    border: 1px solid rgba(199, 142, 25, 0.20);
    border-radius: 22px;
    background: rgba(255, 253, 246, 0.90);
    box-shadow: 0 20px 48px rgba(55, 45, 24, 0.15);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.home-heavy-float__icon {
    display: grid;
    width: 43px;
    height: 43px;
    flex-shrink: 0;
    place-items: center;
    border-radius: 50%;
    color: #126642;
    background: rgba(244, 226, 177, 0.68);
}

    .home-heavy-float__icon svg {
        width: 19px;
        height: 19px;
    }

.home-heavy-float strong {
    display: block;
    color: #173f34;
    font-size: 0.94rem;
    font-weight: 800;
}

.home-heavy-float span {
    display: block;
    margin-top: 6px;
    color: #61766f;
    font-size: 0.72rem;
    line-height: 1.5;
}

.home-heavy-float--transport {
    top: 64px;
    right: 0;
}

.home-heavy-float--operation {
    left: -20px;
    bottom: 42px;
}

.home-heavy-float--support {
    right: 6px;
    bottom: 62px;
}

/* =========================================================
   REMOVE OLD HEAVY VISUAL
========================================================= */

.home-heavy__truck,
.home-heavy__ring,
.home-heavy__tag {
    display: none !important;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .home-heavy__container {
        grid-template-columns: 1fr;
    }

    .home-heavy__content {
        max-width: 850px;
    }

    .home-heavy__visual {
        min-height: 620px;
    }
}

@media (max-width: 700px) {
    .home-heavy__features {
        grid-template-columns: 1fr;
    }

    .home-heavy-feature {
        display: grid;
        grid-template-columns: 50px 1fr;
        gap: 15px;
        padding: 16px 0;
    }

        .home-heavy-feature:not(:last-child) {
            border-right: 0;
            border-bottom: 1px solid rgba(18,74,58,0.11);
        }

    .home-heavy-feature__icon {
        margin-bottom: 0;
    }

    .home-heavy__visual {
        min-height: 520px;
    }

    .home-heavy__image {
        inset: 10px 0 10px 0;
    }

    .home-heavy-float {
        width: 190px;
        padding: 14px;
    }

    .home-heavy-float--transport {
        top: 30px;
        right: 10px;
    }

    .home-heavy-float--operation {
        left: 10px;
        bottom: 30px;
    }

    .home-heavy-float--support {
        right: 10px;
        bottom: 120px;
    }
}

/* =========================================================
   COBERTURAS · PREMIUM GRAFITO / CHAMPAGNE
   BLOQUE DEFINITIVO
========================================================= */

/* =========================================================
   TARJETA
========================================================= */

.home-coverage-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 440px;
    padding: 34px;
    flex-direction: column;
    overflow: hidden;
    border-radius: 28px;
    transition: transform 0.45s cubic-bezier(.2,.8,.2,1), border-color 0.45s ease, box-shadow 0.45s ease;
}

    /* brillo superior muy sutil */

    .home-coverage-card::before {
        position: absolute;
        top: 0;
        left: 8%;
        width: 84%;
        height: 1px;
        content: "";
        background: linear-gradient( 90deg, transparent, rgba(245, 203, 105, 0.75), transparent );
        opacity: 0.65;
        pointer-events: none;
    }

    .home-coverage-card::after {
        position: absolute;
        top: -120px;
        right: -120px;
        width: 260px;
        height: 260px;
        content: "";
        border-radius: 50%;
        background: radial-gradient( circle, rgba(231, 183, 72, 0.12), transparent 68% );
        opacity: 0;
        transform: scale(0.7);
        transition: opacity 0.45s ease, transform 0.6s ease;
        pointer-events: none;
    }

/* =========================================================
   TARJETA DESTACADA · AMPLIA
========================================================= */

.home-coverage-card--featured {
    border-color: rgba(221, 174, 67, 0.48);
}

/* =========================================================
   NÚMERO
========================================================= */

.home-coverage-card__number {
    position: relative;
    z-index: 2;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.10em;
}

/* =========================================================
   ICONO
========================================================= */

.home-coverage-card__icon {
    position: relative;
    z-index: 2;
    display: grid;
    width: 56px;
    height: 56px;
    margin-top: 28px;
    place-items: center;
    border: 1px solid rgba(229, 183, 78, 0.25);
    border-radius: 17px;
    transition: transform 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

    .home-coverage-card__icon svg {
        width: 23px;
        height: 23px;
    }

/* =========================================================
   TÍTULO
========================================================= */

.home-coverage-card h3 {
    position: relative;
    z-index: 2;
    margin-top: 28px;
    font-size: clamp(1.8rem, 2vw, 2.3rem);
    font-weight: 650;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

/* =========================================================
   DESCRIPCIÓN
========================================================= */

.home-coverage-card > p {
    position: relative;
    z-index: 2;
    max-width: 95%;
    margin-top: 14px;
    font-size: 0.92rem;
    line-height: 1.7;
}

/* =========================================================
   LISTA
========================================================= */

.home-coverage-card__features {
    position: relative;
    z-index: 2;
    display: grid;
    margin: 24px 0 0;
    padding: 0;
    gap: 11px;
    list-style: none;
}

    .home-coverage-card__features li {
        position: relative;
        padding-left: 21px;
        font-size: 0.83rem;
        line-height: 1.5;
    }

        .home-coverage-card__features li::before {
            position: absolute;
            left: 0;
            top: 0.52em;
            width: 6px;
            height: 6px;
            content: "";
            border-radius: 50%;
        }

/* =========================================================
   ENLACE INFERIOR
========================================================= */

.home-coverage-card__link {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: fit-content;
    margin-top: auto;
    padding-top: 26px;
    align-items: center;
    gap: 9px;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
    transition: gap 0.3s ease, color 0.3s ease;
}

    .home-coverage-card__link svg {
        width: 17px;
        height: 17px;
        transition: transform 0.3s ease;
    }

    .home-coverage-card__link:hover {
        gap: 14px;
        color: #ffe29a;
    }

        .home-coverage-card__link:hover svg {
            transform: translate(3px, -3px);
        }

/* =========================================================
   BADGE · RECOMENDADA
========================================================= */

.home-coverage-card__badge {
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 3;
    padding: 7px 11px;
    border: 1px solid rgba(229, 183, 78, 0.28);
    border-radius: 999px;
    font-size: 0.60rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

/* =========================================================
   HOVER PREMIUM
========================================================= */

.home-coverage-card:hover::after {
    opacity: 1;
    transform: scale(1);
}

.home-coverage-card:hover .home-coverage-card__icon {
    transform: translateY(-3px) scale(1.05);
    background: linear-gradient( 145deg, rgba(229, 183, 78, 0.18), rgba(229, 183, 78, 0.05) );
    box-shadow: 0 10px 28px rgba(229, 183, 78, 0.12);
}

/* =========================================================
   BOTÓN GENERAL DE COBERTURAS
========================================================= */

.home-coverages__action {
    display: flex;
    margin-top: 34px;
    justify-content: flex-end;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 760px) {
    .home-coverage-card {
        min-height: 410px;
        padding: 28px;
        border-radius: 24px;
    }

    .home-coverage-card__badge {
        top: 24px;
        right: 24px;
    }

    .home-coverages__action {
        justify-content: flex-start;
    }
}

/* =========================================================
   COBERTURAS · FIX FINAL DE GRID
========================================================= */

.home-coverages .container {
    width: min( calc(100% - (var(--container-padding) * 2)), var(--container-max) );
    margin-inline: auto;
}

.home-coverages
.home-coverage-card {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    min-height: 470px !important;
    margin: 0 !important;
    padding: 34px !important;
    align-self: stretch !important;
}

/* =========================================================
   COBERTURAS · GRID DEFINITIVO
========================================================= */

.home-coverages__grid {
    display: grid;
    width: 100%;
    margin-top: 54px;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

    .home-coverages__grid > .home-coverage-card {
        width: 100%;
        min-width: 0;
        max-width: none;
        margin: 0;
        grid-column: auto;
        grid-row: auto;
    }

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {
    .home-coverages__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 720px) {
    .home-coverages__grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 38px;
    }
}

/* =========================================================
   HOME · COBERTURAS · PALETA PREMIUM CLARA DEFINITIVA
========================================================= */

.home-coverage-card {
    color: #123f34 !important;
    border: 1px solid rgba(197, 153, 54, 0.28) !important;
    background: radial-gradient( circle at 90% 8%, rgba(242, 182, 31, 0.13), transparent 30% ), linear-gradient( 145deg, #ffffff 0%, #fbfaf5 55%, #f2f6ef 100% ) !important;
    box-shadow: 0 22px 55px rgba(35, 72, 55, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

    .home-coverage-card h3 {
        color: #064c3b !important;
    }

    .home-coverage-card > p {
        color: #526860 !important;
    }

.home-coverage-card__features li {
    color: #294b40 !important;
}

.home-coverage-card__number {
    color: #07834f !important;
}

.home-coverage-card__icon {
    color: #07834f !important;
    border-color: rgba(212, 166, 54, 0.30) !important;
    background: linear-gradient( 145deg, #fffdf7, #f3eddb ) !important;
    box-shadow: 0 12px 28px rgba(35, 72, 55, 0.08) !important;
}

.home-coverage-card__features li::before {
    background: #e0ad32 !important;
    box-shadow: 0 0 10px rgba(224, 173, 50, 0.22) !important;
}

.home-coverage-card__link {
    color: #ad7608 !important;
}

/* =========================================================
   AMPLIA · DESTACADA
========================================================= */

.home-coverage-card--featured {
    border: 1px solid rgba(225, 171, 40, 0.52) !important;
    background: radial-gradient( circle at 88% 8%, rgba(242, 182, 31, 0.23), transparent 34% ), linear-gradient( 145deg, #fffef9 0%, #fff8e6 55%, #f3f6ed 100% ) !important;
    box-shadow: 0 27px 65px rgba(180, 132, 27, 0.14), inset 0 1px 0 rgba(255,255,255,0.96) !important;
}

.home-coverage-card__badge {
    color: #986400 !important;
    border-color: rgba(210, 159, 38, 0.34) !important;
    background: rgba(255, 247, 220, 0.92) !important;
}

/* =========================================================
   HOVER
========================================================= */

.home-coverage-card:hover {
    transform: translateY(-10px) scale(1.012);
    border-color: rgba(210, 159, 38, 0.52) !important;
    box-shadow: 0 32px 70px rgba(40, 72, 57, 0.14), 0 0 35px rgba(242, 182, 31, 0.10) !important;
}

/* =========================================================
   HOME · TARJETAS SEGUROS · ICONOS XL CENTRADOS
========================================================= */

.home-insurance-card__icon {
    display: grid;
    width: 135px;
    height: 135px;
    margin: 42px auto 0;
    place-items: center;
    border: 1px solid rgba(8, 132, 76, 0.22);
    border-radius: 34px;
    color: #07834f;
    background: radial-gradient( circle at 35% 30%, rgba(255, 255, 255, 0.98), transparent 45% ), linear-gradient( 145deg, #f9fcf6 0%, #edf6e8 100% );
    box-shadow: 0 20px 45px rgba(30, 83, 55, 0.09), inset 0 1px 0 rgba(255,255,255,0.95);
    transition: transform 0.45s cubic-bezier(.2,.8,.2,1), box-shadow 0.45s ease, border-color 0.45s ease;
}

    .home-insurance-card__icon svg {
        width: 62px;
        height: 62px;
        stroke-width: 1.65;
        transition: transform 0.45s cubic-bezier(.2,.8,.2,1);
    }

/* =========================================================
   TEXTO
========================================================= */

.home-insurance-card > div {
    margin-top: auto;
}

.home-insurance-card h3 {
    margin-bottom: 12px;
}

/* =========================================================
   HOVER PREMIUM
========================================================= */

.home-insurance-card:hover .home-insurance-card__icon {
    transform: translateY(-7px) scale(1.06);
    border-color: rgba(242, 182, 31, 0.50);
    box-shadow: 0 25px 55px rgba(26, 90, 57, 0.14), 0 0 38px rgba(242, 182, 31, 0.12);
}

    .home-insurance-card:hover .home-insurance-card__icon svg {
        transform: scale(1.12);
    }

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {
    .home-insurance-card__icon {
        width: 110px;
        height: 110px;
        margin: 32px auto 0;
        border-radius: 28px;
    }

        .home-insurance-card__icon svg {
            width: 50px;
            height: 50px;
        }
}

/* =========================================================
   MÓVIL
========================================================= */

@media (max-width: 720px) {
    .home-insurance-card__icon {
        width: 90px;
        height: 90px;
        margin: 26px auto 0;
        border-radius: 24px;
    }

        .home-insurance-card__icon svg {
            width: 42px;
            height: 42px;
        }
}

/* =========================================================
   HOME · UBICACIÓN
========================================================= */

.home-location {
    position: relative;
    overflow: hidden;
    background: radial-gradient( circle at 8% 18%, rgba(242, 182, 31, 0.12), transparent 28% ), radial-gradient( circle at 92% 82%, rgba(7, 139, 69, 0.10), transparent 30% ), linear-gradient( 135deg, #fffef9 0%, #faf8f1 50%, #f2f6ef 100% );
}

.home-location__container {
    display: grid;
    min-height: 660px;
    align-items: center;
    grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
    gap: clamp(60px, 7vw, 110px);
}

/* =========================================================
   CONTENIDO
========================================================= */

.home-location__content {
    max-width: 610px;
}

.home-location__title {
    margin-top: 26px;
    color: #064c3b;
    font-size: clamp(3.2rem, 4.8vw, 5.8rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

    .home-location__title span {
        display: block;
        color: transparent;
        background: linear-gradient( 135deg, #d99809, #f2b61f, #ffc943 );
        background-clip: text;
        -webkit-background-clip: text;
    }

.home-location__description {
    max-width: 540px;
    margin-top: 26px;
    color: #506860;
    font-size: 0.95rem;
    line-height: 1.75;
}

/* =========================================================
   DIRECCIÓN
========================================================= */

.home-location__address {
    display: flex;
    margin-top: 34px;
    padding: 18px;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(7, 63, 48, 0.10);
    border-radius: 18px;
    background: rgba(255,255,255,0.76);
    box-shadow: 0 16px 40px rgba(33,67,51,0.07);
    backdrop-filter: blur(16px);
}

.home-location__address-icon {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    place-items: center;
    border-radius: 15px;
    color: #07834f;
    background: rgba(7,139,69,0.08);
}

    .home-location__address-icon svg {
        width: 23px;
        height: 23px;
    }

.home-location__address div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.home-location__address small {
    color: #819087;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-location__address strong {
    color: #173f34;
    font-size: 0.82rem;
    line-height: 1.55;
}

/* =========================================================
   BOTÓN
========================================================= */

.home-location__button {
    display: inline-flex;
    min-height: 58px;
    margin-top: 26px;
    padding-inline: 25px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 999px;
    color: #073f30;
    background: linear-gradient( 135deg, #d89a0a, #f2b61f, #e8a90e );
    box-shadow: 0 18px 42px rgba(205,150,23,0.18);
    font-size: 0.78rem;
    font-weight: 800;
    transition: transform 300ms ease, box-shadow 300ms ease;
}

    .home-location__button:hover {
        transform: translateY(-4px);
        box-shadow: 0 25px 52px rgba(205,150,23,0.25);
    }

    .home-location__button svg {
        width: 18px;
        height: 18px;
    }

/* =========================================================
   MAPA
========================================================= */

.home-location__map {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    border: 1px solid rgba(194,151,60,0.22);
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 32px 80px rgba(45,62,50,0.13);
}

    .home-location__map::before {
        position: absolute;
        z-index: 2;
        inset: 0;
        content: "";
        pointer-events: none;
        border-radius: inherit;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.88);
    }

    .home-location__map iframe {
        display: block;
        width: 100%;
        height: 500px;
        border: 0;
    }

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {
    .home-location__container {
        grid-template-columns: 1fr;
    }

    .home-location__content {
        max-width: 760px;
    }

    .home-location__map {
        min-height: 430px;
    }

        .home-location__map iframe {
            height: 430px;
        }
}

@media (max-width: 650px) {
    .home-location__container {
        min-height: auto;
        gap: 40px;
    }

    .home-location__title {
        font-size: clamp(2.8rem, 13vw, 4.2rem);
    }

    .home-location__map {
        min-height: 360px;
        border-radius: 24px;
    }

        .home-location__map iframe {
            height: 360px;
        }

    .home-location__address {
        align-items: flex-start;
    }
}

/* =========================================================
   HOME · ACOMPAÑAMIENTO · DEFINITIVO
========================================================= */

.home-support {
    position: relative;
    overflow: hidden;
    padding-block: clamp(90px, 8vw, 130px);
    background: radial-gradient( circle at 88% 18%, rgba(214, 174, 77, 0.30), transparent 31% ), radial-gradient( circle at 10% 80%, rgba(255, 248, 221, 0.82), transparent 35% ), linear-gradient( 135deg, #f9f5e9 0%, #f3ead2 42%, #ead9aa 72%, #f7f1df 100% );
}

/* =========================================================
   CONTENEDOR
========================================================= */

.home-support__container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(55px, 6vw, 105px);
    align-items: start !important;
}

/* =========================================================
   COLUMNA IZQUIERDA
========================================================= */

.home-support__content {
    position: relative !important;
    top: auto !important;
    display: flex;
    width: 100%;
    max-width: 620px;
    min-height: 566px;
    margin: 0 !important;
    padding: 42px;
    align-self: start !important;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(214, 177, 93, 0.22);
    border-radius: 28px;
    background: radial-gradient( circle at 100% 0%, rgba(242, 182, 31, 0.11), transparent 32% ), linear-gradient( 145deg, rgba(255,255,255,0.80), rgba(255,252,244,0.62) );
    box-shadow: 0 20px 60px rgba(39,72,57,0.08), inset 0 1px 0 rgba(255,255,255,0.92);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

    /* =========================================================
   DECORACIÓN IZQUIERDA
========================================================= */

    .home-support__content::before {
        position: absolute;
        top: -70px;
        right: -70px;
        width: 190px;
        height: 190px;
        content: "";
        border-radius: 50%;
        background: rgba(242,182,31,0.11);
        filter: blur(18px);
        pointer-events: none;
    }

    .home-support__content::after {
        position: absolute;
        right: 30px;
        bottom: 30px;
        width: 120px;
        height: 120px;
        content: "";
        opacity: 0.15;
        background-image: radial-gradient( #d9a63a 1.5px, transparent 1.5px );
        background-size: 16px 16px;
        -webkit-mask-image: linear-gradient( to bottom right, transparent, black );
        mask-image: linear-gradient( to bottom right, transparent, black );
        pointer-events: none;
    }

    .home-support__content > * {
        position: relative;
        z-index: 2;
    }

    /* =========================================================
   EYEBROW
========================================================= */

    .home-support__content .section-eyebrow {
        margin-bottom: 25px;
        color: #c9962e;
    }

    .home-support__content .section-eyebrow__line {
        background: #c9962e;
    }

    /* =========================================================
   TÍTULO IZQUIERDO
========================================================= */

    .home-support__content h2 {
        max-width: 500px;
        margin: 0 !important;
        color: #064c3b;
        font-size: clamp(3.6rem, 4.8vw, 5.4rem);
        font-weight: 630;
        line-height: 0.94;
        letter-spacing: -0.055em;
    }

        .home-support__content h2 span {
            display: block;
            margin-top: 8px;
            color: #d99505;
        }

    /* =========================================================
   DESCRIPCIÓN IZQUIERDA
========================================================= */

    .home-support__content > p {
        max-width: 470px;
        margin-top: 28px;
        margin-bottom: 0;
        color: #31574c !important;
        font-size: 1rem;
        line-height: 1.7;
    }

        .home-support__content > p::after {
            display: block;
            width: 90px;
            height: 1px;
            margin-top: 25px;
            content: "";
            background: linear-gradient( 90deg, #d6b15d, transparent );
        }

/* =========================================================
   TARJETA DE CONFIANZA
========================================================= */

.home-support__trust {
    display: flex;
    width: 100%;
    max-width: 430px;
    margin-top: 26px;
    padding: 16px 18px;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(214,177,93,0.20);
    border-radius: 18px;
    background: rgba(255,255,255,0.62);
    box-shadow: 0 12px 30px rgba(42,70,54,0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.home-support__trust-icon {
    display: grid;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    place-items: center;
    border: 1px solid rgba(11,107,67,0.13);
    border-radius: 14px;
    color: #0b6b43;
    background: linear-gradient( 145deg, #eef7ef, #dfeee2 );
}

    .home-support__trust-icon svg {
        width: 22px;
        height: 22px;
    }

.home-support__trust strong {
    display: block;
    margin-bottom: 4px;
    color: #174a3d;
    font-size: 0.92rem;
}

.home-support__trust span {
    display: block;
    color: #587067;
    font-size: 0.78rem;
    line-height: 1.5;
}

/* =========================================================
   COLUMNA DERECHA
========================================================= */

.home-support__steps {
    display: grid;
    width: 100%;
    margin: 0 !important;
    align-self: start !important;
    grid-template-rows: repeat(3, 1fr);
    gap: 22px;
    border: 0 !important;
}

/* =========================================================
   TARJETAS DERECHAS
========================================================= */

.home-support-step {
    position: relative;
    display: grid !important;
    width: 100%;
    min-height: 174px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 28px 34px !important;
    align-items: center;
    grid-template-columns: 78px 1fr;
    column-gap: 28px;
    overflow: hidden;
    border: 1px solid rgba(8,76,57,0.12) !important;
    border-radius: 24px;
    background: radial-gradient( circle at 95% 5%, rgba(242,182,31,0.14), transparent 34% ), linear-gradient( 145deg, rgba(255,255,255,0.90), rgba(255,250,238,0.80) );
    box-shadow: 0 18px 45px rgba(41,67,52,0.07), inset 0 1px 0 rgba(255,255,255,0.92);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: transform 0.4s cubic-bezier(.2,.8,.2,1), border-color 0.4s ease, box-shadow 0.4s ease;
}

    /* =========================================================
   NÚMEROS
========================================================= */

    .home-support-step > span {
        display: grid;
        width: 68px;
        height: 68px;
        place-items: center;
        border: 1px solid rgba(242,182,31,0.38);
        border-radius: 20px;
        color: #ffc72c !important;
        background: linear-gradient( 145deg, #0b4c3b, #123e34 ) !important;
        box-shadow: 0 12px 28px rgba(6,67,50,0.14);
        font-size: 0.82rem;
        font-weight: 800;
        transition: transform 0.4s cubic-bezier(.2,.8,.2,1);
    }

    /* =========================================================
   TEXTO DERECHA
========================================================= */

    .home-support-step h3 {
        margin: 0 0 8px;
        color: #064c3b !important;
        font-size: clamp(1.45rem, 1.9vw, 1.8rem);
        font-weight: 650;
        line-height: 1.1;
        letter-spacing: -0.025em;
    }

    .home-support-step p {
        max-width: 620px;
        margin: 0 !important;
        color: #46645b !important;
        font-size: 0.92rem;
        line-height: 1.55;
    }

    /* =========================================================
   HOVER
========================================================= */

    .home-support-step:hover {
        padding-left: 34px !important;
        transform: translateX(-7px);
        border-color: rgba(211,158,32,0.38) !important;
        box-shadow: 0 26px 60px rgba(44,69,53,0.11), 0 0 28px rgba(242,182,31,0.07);
    }

        .home-support-step:hover > span {
            transform: scale(1.07) rotate(-3deg);
        }

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {
    .home-support {
        padding-block: 80px;
    }

    .home-support__container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .home-support__content {
        position: relative !important;
        top: auto !important;
        max-width: none;
        min-height: auto;
        align-self: stretch !important;
    }

    .home-support__steps {
        align-self: stretch !important;
        grid-template-rows: auto;
        margin-top: 0 !important;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {
    .home-support {
        padding-block: 65px;
    }

    .home-support__content {
        padding: 32px 24px;
        border-radius: 22px;
    }

        .home-support__content h2 {
            font-size: clamp(3rem,14vw,4.4rem);
        }

    .home-support-step {
        min-height: 130px !important;
        padding: 22px !important;
        grid-template-columns: 58px 1fr;
        column-gap: 18px;
        border-radius: 20px;
    }

        .home-support-step:hover {
            padding-left: 22px !important;
            transform: translateY(-4px);
        }

        .home-support-step > span {
            width: 56px;
            height: 56px;
            border-radius: 16px;
        }

        .home-support-step h3 {
            font-size: 1.25rem;
        }

        .home-support-step p {
            font-size: 0.80rem;
        }
}


/* =========================================================
   HOME · QUÉ NECESITAS PROTEGER
   ASEGURAN/SA · PREMIUM
========================================================= */

.home-protection__grid {
    display: grid;
    margin-top: clamp(42px, 6vw, 78px);
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}


/* =========================================================
   CARD
========================================================= */

.home-protection-card {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 330px;
    padding: clamp(28px, 3vw, 40px);
    overflow: hidden;
    grid-template-columns: 86px minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    column-gap: clamp(24px, 3vw, 38px);
    border: 1px solid rgba(6, 76, 59, 0.12);
    border-radius: 28px;
    background: radial-gradient( circle at 92% 8%, rgba(217, 149, 5, 0.09), transparent 32% ), linear-gradient( 145deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 250, 243, 0.97) 55%, rgba(244, 247, 240, 0.98) 100% );
    box-shadow: 0 18px 50px rgba(27, 69, 52, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transition: transform 0.4s cubic-bezier(.2,.8,.2,1), border-color 0.4s ease, box-shadow 0.4s ease;
}


    /* línea dorada superior */

    .home-protection-card::before {
        position: absolute;
        top: 0;
        left: 7%;
        width: 86%;
        height: 1px;
        content: "";
        pointer-events: none;
        opacity: 0.65;
        background: linear-gradient( 90deg, transparent, rgba(218, 160, 32, 0.72), transparent );
    }


    /* halo decorativo */

    .home-protection-card::after {
        position: absolute;
        top: -130px;
        right: -130px;
        width: 290px;
        height: 290px;
        content: "";
        pointer-events: none;
        border-radius: 50%;
        opacity: 0;
        background: radial-gradient( circle, rgba(218, 160, 32, 0.14), transparent 68% );
        transform: scale(0.72);
        transition: opacity 0.4s ease, transform 0.55s ease;
    }


    .home-protection-card > * {
        position: relative;
        z-index: 2;
    }


/* =========================================================
   NUMBER
========================================================= */

.home-protection-card__number {
    grid-column: 1 / -1;
    color: #07834f;
    font-family: var(--font-display);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}


/* =========================================================
   ICON
========================================================= */

.home-protection-card__icon {
    display: grid;
    width: 76px;
    height: 76px;
    margin-top: 38px;
    place-items: center;
    border: 1px solid rgba(212, 166, 54, 0.30);
    border-radius: 22px;
    color: #07834f;
    background: linear-gradient( 145deg, #fffdf7, #f4efdf );
    box-shadow: 0 12px 28px rgba(35, 72, 55, 0.07);
    transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}


    .home-protection-card__icon svg {
        width: 31px;
        height: 31px;
        stroke-width: 1.6;
    }


/* =========================================================
   CONTENT
========================================================= */

.home-protection-card__content {
    align-self: center;
    min-width: 0;
    margin-top: 36px;
}


.home-protection-card__eyebrow {
    display: block;
    margin-bottom: 11px;
    color: #ad7608;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}


.home-protection-card__content h3 {
    margin: 0;
    color: #064c3b;
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 2.6vw, 2.8rem);
    font-weight: 650;
    line-height: 1;
    letter-spacing: -0.04em;
}


.home-protection-card__content p {
    max-width: 500px;
    margin-top: 15px;
    color: #526860;
    font-size: clamp(0.9rem, 1vw, 1rem);
    line-height: 1.7;
}


/* =========================================================
   LINK
========================================================= */

.home-protection-card__link {
    display: inline-flex;
    width: fit-content;
    margin-top: 30px;
    grid-column: 2;
    align-items: center;
    gap: 9px;
    color: #9d6b08;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none;
    transition: gap 0.3s ease, color 0.3s ease;
}


    .home-protection-card__link svg {
        width: 17px;
        height: 17px;
        transition: transform 0.3s ease;
    }


/* =========================================================
   FEATURED · EMPRESA
========================================================= */

.home-protection-card--featured {
    border-color: rgba(218, 160, 32, 0.38);
    background: radial-gradient( circle at 92% 5%, rgba(242, 182, 31, 0.18), transparent 35% ), linear-gradient( 145deg, #fffef9 0%, #fff9e9 52%, #f2f6ed 100% );
    box-shadow: 0 22px 58px rgba(166, 121, 22, 0.10), inset 0 1px 0 rgba(255,255,255,0.96);
}


.home-protection-card__badge {
    position: absolute;
    top: 30px;
    right: 32px;
    padding: 8px 13px;
    border: 1px solid rgba(218, 160, 32, 0.32);
    border-radius: var(--radius-pill);
    color: #8e6005;
    background: rgba(255, 251, 238, 0.86);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 0.59rem;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}


/* =========================================================
   HOVER
========================================================= */

@media (hover: hover) {

    .home-protection-card:hover {
        transform: translateY(-7px);
        border-color: rgba(218, 160, 32, 0.35);
        box-shadow: 0 28px 68px rgba(27, 69, 52, 0.12), inset 0 1px 0 rgba(255,255,255,0.98);
    }


        .home-protection-card:hover::after {
            opacity: 1;
            transform: scale(1);
        }


        .home-protection-card:hover
        .home-protection-card__icon {
            transform: translateY(-4px) rotate(-3deg);
            border-color: rgba(218, 160, 32, 0.45);
            background: linear-gradient( 145deg, #fffdf7, #fff2c9 );
            box-shadow: 0 15px 35px rgba(218, 160, 32, 0.15);
        }


    .home-protection-card__link:hover {
        gap: 14px;
        color: #064c3b;
    }


        .home-protection-card__link:hover svg {
            transform: translate(3px, -3px);
        }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .home-protection-card {
        min-height: 350px;
        grid-template-columns: 74px minmax(0, 1fr);
        column-gap: 22px;
    }


    .home-protection-card__icon {
        width: 68px;
        height: 68px;
    }


        .home-protection-card__icon svg {
            width: 28px;
            height: 28px;
        }
}


/* =========================================================
   TABLET VERTICAL
========================================================= */

@media (max-width: 820px) {

    .home-protection__grid {
        grid-template-columns: 1fr;
    }


    .home-protection-card {
        min-height: 300px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 620px) {

    .home-protection__grid {
        margin-top: 38px;
        gap: 16px;
    }


    .home-protection-card {
        min-height: 0;
        padding: 27px;
        grid-template-columns: 62px minmax(0, 1fr);
        grid-template-rows: auto auto auto;
        column-gap: 18px;
        border-radius: 24px;
    }


    .home-protection-card__number {
        margin-bottom: 26px;
    }


    .home-protection-card__icon {
        width: 58px;
        height: 58px;
        margin-top: 0;
        border-radius: 17px;
    }


        .home-protection-card__icon svg {
            width: 25px;
            height: 25px;
        }


    .home-protection-card__content {
        margin-top: 0;
        align-self: start;
    }


        .home-protection-card__content h3 {
            font-size: clamp(1.65rem, 8vw, 2.15rem);
        }


        .home-protection-card__content p {
            margin-top: 12px;
            font-size: 0.9rem;
        }


    .home-protection-card__link {
        margin-top: 25px;
        grid-column: 1 / -1;
    }


    .home-protection-card__badge {
        top: 24px;
        right: 24px;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

    .home-protection-card {
        padding: 23px;
        grid-template-columns: 54px minmax(0, 1fr);
        column-gap: 15px;
    }


    .home-protection-card__icon {
        width: 52px;
        height: 52px;
    }


        .home-protection-card__icon svg {
            width: 23px;
            height: 23px;
        }


    .home-protection-card__badge {
        top: 20px;
        right: 20px;
        max-width: 145px;
        font-size: 0.52rem;
        text-align: center;
    }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .home-protection-card,
    .home-protection-card::after,
    .home-protection-card__icon,
    .home-protection-card__link,
    .home-protection-card__link svg {
        transition: none;
    }
}