.btn-descarga[data-astro-cid-ghjhp5qi] {
    padding: .875rem 1.75rem;
    border-radius: 100px;
    font-weight: 600;
    font-size: .9375rem;
    text-decoration: none;
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
    border: none
}

.btn-descarga[data-astro-cid-ghjhp5qi] i[data-astro-cid-ghjhp5qi] {
    font-size: 1.25rem
}

.btn-descarga--ios[data-astro-cid-ghjhp5qi],
.btn-descarga--android[data-astro-cid-ghjhp5qi] {
    background-color: #1a1a1a;
    color: #fff;
    box-shadow: 0 4px 15px #00000026
}

.btn-descarga--ios[data-astro-cid-ghjhp5qi]:hover,
.btn-descarga--android[data-astro-cid-ghjhp5qi]:hover {
    background-color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px #00000040;
    color: #fff
}

.btn-descarga--web[data-astro-cid-ghjhp5qi] {
    background-color: #ffffffb3;
    color: #1a1a1a;
    border: 1px solid rgba(0, 0, 0, .05);
    backdrop-filter: blur(8px)
}

.btn-descarga--web[data-astro-cid-ghjhp5qi]:hover {
    background-color: #fff;
    border-color: #0000001a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px #0000001a;
    color: #1a1a1a
}

@media(max-width:768px) {
    .btn-descarga[data-astro-cid-ghjhp5qi] {
        width: 100%;
        justify-content: center;
        text-align: center
    }
}

@media(prefers-reduced-motion:reduce) {
    .btn-descarga[data-astro-cid-ghjhp5qi] {
        transition: none
    }

    .btn-descarga[data-astro-cid-ghjhp5qi]:hover {
        transform: none
    }
}

.hero[data-astro-cid-bbe6dxrz] {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: var(--client-accent-light);
    padding-top: 5rem
}

.hero__background[data-astro-cid-bbe6dxrz] {
    position: absolute;
    inset: 0;
    z-index: 0
}

.hero__image-wrapper[data-astro-cid-bbe6dxrz] {
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 60%, transparent 100%)
}

.hero__bg-image[data-astro-cid-bbe6dxrz] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.bg-overlay[data-astro-cid-bbe6dxrz] {
    position: absolute;
    inset: 0;
    background: radial-gradient(to bottom, transparent 90%);
    pointer-events: none
}

.hero__container[data-astro-cid-bbe6dxrz] {
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 5rem);
    padding: 3rem 1rem
}

.hero__content[data-astro-cid-bbe6dxrz] {
    gap: 3rem;
    width: 100%
}

.hero__logo[data-astro-cid-bbe6dxrz] {
    width: 100%;
    max-width: 500px;
    height: auto
}

.hero__title[data-astro-cid-bbe6dxrz] {
    font-size: clamp(2.5rem, 8vw, 6rem);
    line-height: 1;
    font-weight: 900;
    color: #000;
    letter-spacing: -.04em;
    margin: 0
}

.hero__actions[data-astro-cid-bbe6dxrz] {
    gap: 1rem !important
}

@media(max-width:991.98px) {
    .hero__content[data-astro-cid-bbe6dxrz] {
        gap: 2.5rem
    }

    .hero__logo[data-astro-cid-bbe6dxrz] {
        max-width: 400px
    }
}

@media(max-width:768px) {
    .hero[data-astro-cid-bbe6dxrz] {
        padding-top: 4rem;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--client-accent-light)
    }

    .bg-overlay[data-astro-cid-bbe6dxrz] {
        display: none
    }

    .hero__container[data-astro-cid-bbe6dxrz] {
        min-height: calc(100vh - 4rem);
        padding: 2rem 1rem;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .hero__content[data-astro-cid-bbe6dxrz] {
        gap: 2.5rem;
        justify-content: center
    }

    .hero__logo[data-astro-cid-bbe6dxrz] {
        max-width: 280px;
        margin: 0 auto
    }

    .hero__actions[data-astro-cid-bbe6dxrz] {
        flex-direction: column;
        width: 100%;
        align-items: center
    }

    .hero__actions[data-astro-cid-bbe6dxrz]>[data-astro-cid-bbe6dxrz] {
        width: 100%;
        max-width: 280px
    }
}

@media(max-width:576px) {
    .hero[data-astro-cid-bbe6dxrz] {
        min-height: 100vh;
        background: var(--client-accent-light)
    }

    .hero__container[data-astro-cid-bbe6dxrz] {
        min-height: calc(100vh - 4rem);
        padding: 2rem 1rem;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .hero__content[data-astro-cid-bbe6dxrz] {
        gap: 2rem;
        justify-content: center
    }

    .hero__logo[data-astro-cid-bbe6dxrz] {
        max-width: 240px;
        margin: 0 auto
    }

    .hero__actions[data-astro-cid-bbe6dxrz] {
        gap: 1rem !important;
        align-items: center
    }

    .hero__actions[data-astro-cid-bbe6dxrz]>[data-astro-cid-bbe6dxrz] {
        max-width: 260px
    }
}

.section[data-astro-cid-zoysoiky] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--color-dark);
    padding: 8rem 0 6rem;
    overflow-x: hidden
}

.section__container[data-astro-cid-zoysoiky] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem
}

.section__grid[data-astro-cid-zoysoiky] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center
}

@media(min-width:768px) {
    .section__grid[data-astro-cid-zoysoiky] {
        grid-template-columns: 1fr 1fr;
        gap: 4rem
    }
}

.image-container[data-astro-cid-zoysoiky] {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box
}

.image-wrapper[data-astro-cid-zoysoiky] {
    position: relative;
    display: inline-block
}

.blobs-container[data-astro-cid-zoysoiky] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

.blob[data-astro-cid-zoysoiky] {
    position: absolute;
    opacity: .9
}

.blob-top[data-astro-cid-zoysoiky] {
    z-index: 10;
    top: 10px;
    left: 20%;
    width: 300px;
    height: 300px;
    transform: translate(-50%) rotate(90deg);
    animation: floatTop 20s ease-in-out infinite;
    animation-delay: .5s
}

.blob-bottom[data-astro-cid-zoysoiky] {
    z-index: 10;
    bottom: 10px;
    right: 20%;
    width: 280px;
    height: 280px;
    transform: translate(50%);
    animation: floatBottom 20s ease-in-out infinite;
    animation-delay: 2s
}

@keyframes floatTop {

    0%,
    to {
        transform: translate(-50%) translateY(0) rotate(90deg)
    }

    50% {
        transform: translate(-50%) translateY(-10px) rotate(90deg)
    }
}

@keyframes floatBottom {

    0%,
    to {
        transform: translate(50%) translateY(0)
    }

    50% {
        transform: translate(50%) translateY(-8px)
    }
}

.rolealo-image[data-astro-cid-zoysoiky] {
    max-width: 100%;
    height: auto;
    position: relative
}

.content-container[data-astro-cid-zoysoiky] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.rol-highlight[data-astro-cid-zoysoiky] {
    color: var(--client-primary);
    font-weight: 700
}

@media(max-width:767.98px) {
    .blob-top[data-astro-cid-zoysoiky] {
        width: 180px;
        height: 180px
    }

    .blob-bottom[data-astro-cid-zoysoiky] {
        width: 160px;
        height: 160px
    }
}

.beneficios-prestadores[data-astro-cid-we3np7px] {
    margin: 1.5rem 0
}

.beneficios-prestadores__titulo[data-astro-cid-we3np7px] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1rem
}

.beneficios-prestadores__lista[data-astro-cid-we3np7px] {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.beneficios-prestadores__item[data-astro-cid-we3np7px] {
    margin-bottom: 1rem;
    line-height: 1.7;
    position: relative;
    padding-left: 1.5rem
}

.beneficios-prestadores__item[data-astro-cid-we3np7px]:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.4
}

.beneficios-prestadores__item-titulo[data-astro-cid-we3np7px] {
    font-weight: 700;
    color: #fff;
    font-size: 1.1rem
}

.beneficios-prestadores__item-descripcion[data-astro-cid-we3np7px] {
    color: #fffffff2;
    font-size: 1.1rem
}

.section-zigzag[data-astro-cid-x3e2ohko] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6rem 1.5rem;
    font-family: Montserrat, system-ui, -apple-system, sans-serif
}

.section__header[data-astro-cid-x3e2ohko] {
    text-align: center;
    margin-bottom: 4rem
}

.section__header[data-astro-cid-x3e2ohko] h1[data-astro-cid-x3e2ohko] {
    font-size: 3rem;
    font-weight: 800;
    color: #000;
    letter-spacing: -.03em;
    line-height: 1.1
}

.features-container[data-astro-cid-x3e2ohko] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.feature-hero[data-astro-cid-x3e2ohko] {
    border-radius: 1.5rem;
    padding: 3rem;
    overflow: hidden;
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center
}

.feature-hero--orange[data-astro-cid-x3e2ohko] {
    background: linear-gradient(135deg, var(--client-primary) 0%, #ff6b4a 100%)
}

.feature-hero--blue[data-astro-cid-x3e2ohko] {
    background: linear-gradient(135deg, var(--provider-primary) 0%, #5a3fb8 100%)
}

.feature-hero__content[data-astro-cid-x3e2ohko] {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 3rem;
    align-items: center;
    width: 100%;
    z-index: 2;
    position: relative
}

.feature-hero__text[data-astro-cid-x3e2ohko] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.feature-hero__title[data-astro-cid-x3e2ohko] {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #fff
}

.feature-hero__description[data-astro-cid-x3e2ohko] {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #fffffff2
}

.feature-hero__description[data-astro-cid-x3e2ohko] strong[data-astro-cid-x3e2ohko] {
    font-weight: 700;
    color: #fff
}

.feature-hero__image-wrapper[data-astro-cid-x3e2ohko] {
    display: flex;
    justify-content: center;
    align-items: center
}

.feature-hero__img[data-astro-cid-x3e2ohko] {
    width: 100%;
    max-width: 450px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    filter: drop-shadow(0 12px 32px rgba(0, 0, 0, .25));
    transition: transform .3s ease
}

.feature-hero__img[data-astro-cid-x3e2ohko]:hover {
    transform: translateY(-10px) scale(1.05)
}

.feature-hero__img--orange[data-astro-cid-x3e2ohko],
.feature-hero__img--blue[data-astro-cid-x3e2ohko] {
    filter: drop-shadow(0 12px 32px rgba(0, 0, 0, .3))
}

.features-grid[data-astro-cid-x3e2ohko] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
    align-items: stretch
}

.feature-card--map-full[data-astro-cid-x3e2ohko] {
    width: 100%;
    padding: 0;
    overflow: hidden
}

.feature-card--map-wrapper[data-astro-cid-x3e2ohko] {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 0;
    align-items: stretch
}

.feature-card[data-astro-cid-x3e2ohko] {
    background: var(--provider-primary);
    border: 2px solid var(--provider-primary);
    border-radius: 1.25rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    height: 100%
}

.feature-card--horizontal[data-astro-cid-x3e2ohko] {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
    padding: 2rem;
    background: transparent
}

.feature-card--border-orange[data-astro-cid-x3e2ohko] {
    border-color: var(--client-primary)
}

.feature-card--border-blue[data-astro-cid-x3e2ohko] {
    border-color: var(--provider-primary)
}

.feature-card[data-astro-cid-x3e2ohko]:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px #0000001a
}

.feature-card--border-orange[data-astro-cid-x3e2ohko]:hover {
    border-color: var(--client-primary)
}

.feature-card--border-blue[data-astro-cid-x3e2ohko]:hover {
    border-color: var(--provider-primary)
}

.feature-card__map-container[data-astro-cid-x3e2ohko] {
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 1rem;
    overflow: hidden;
    flex-shrink: 0
}

.feature-card__map-container--full[data-astro-cid-x3e2ohko] {
    height: 100%;
    min-height: 280px;
    max-height: 350px;
    border-radius: 1.25rem;
    overflow: hidden;
    border: 2px solid var(--provider-primary);
    position: relative
}

.feature-card__map-bg[data-astro-cid-x3e2ohko] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1.25rem
}

.feature-card__map-icon[data-astro-cid-x3e2ohko] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: auto;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, .4));
    z-index: 2
}

.feature-card__icon-wrapper[data-astro-cid-x3e2ohko] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    flex-shrink: 0
}

.feature-card__icon-wrapper--horizontal[data-astro-cid-x3e2ohko] {
    width: 35%;
    height: auto;
    min-width: 150px;
    flex-shrink: 0
}

.feature-card__icon[data-astro-cid-x3e2ohko] {
    max-width: 80px;
    max-height: 80px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, .1));
    transition: transform .3s ease
}

.feature-card--horizontal[data-astro-cid-x3e2ohko] .feature-card__icon[data-astro-cid-x3e2ohko] {
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    height: auto
}

.feature-card__icon[data-astro-cid-x3e2ohko]:hover {
    transform: scale(1.1)
}

.feature-card__icon--orange[data-astro-cid-x3e2ohko] {
    filter: drop-shadow(0 4px 12px rgba(232, 85, 57, .2))
}

.feature-card__icon--blue[data-astro-cid-x3e2ohko] {
    filter: drop-shadow(0 4px 12px rgba(66, 31, 147, .2))
}

.feature-card__content[data-astro-cid-x3e2ohko] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start
}

.feature-card__content--horizontal[data-astro-cid-x3e2ohko] {
    flex: 1;
    justify-content: center
}

.feature-card__content--map[data-astro-cid-x3e2ohko] {
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--provider-primary);
    border-radius: 0 1.25rem 1.25rem 0
}

.feature-card__title[data-astro-cid-x3e2ohko] {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    color: #fff;
    white-space: pre-line
}

.feature-card--horizontal[data-astro-cid-x3e2ohko] .feature-card__title[data-astro-cid-x3e2ohko] {
    color: #111827
}

.feature-card__content--map[data-astro-cid-x3e2ohko] .feature-card__title[data-astro-cid-x3e2ohko] {
    font-size: 1.75rem;
    color: #fff
}

.feature-card__description[data-astro-cid-x3e2ohko] {
    font-size: .95rem;
    line-height: 1.6;
    color: #fffffff2
}

.feature-card--horizontal[data-astro-cid-x3e2ohko] .feature-card__description[data-astro-cid-x3e2ohko] {
    color: #3e4553
}

.feature-card__content--map[data-astro-cid-x3e2ohko] .feature-card__description[data-astro-cid-x3e2ohko] {
    color: #fffffff2
}

.feature-card__description[data-astro-cid-x3e2ohko] strong[data-astro-cid-x3e2ohko] {
    font-weight: 700;
    color: #fff
}

.feature-card--horizontal[data-astro-cid-x3e2ohko] .feature-card__description[data-astro-cid-x3e2ohko] strong[data-astro-cid-x3e2ohko] {
    color: #000
}

@media(max-width:968px) {
    .feature-hero__content[data-astro-cid-x3e2ohko] {
        grid-template-columns: 1fr;
        gap: 2rem
    }

    .feature-hero__image-wrapper[data-astro-cid-x3e2ohko] {
        order: -1
    }

    .feature-hero[data-astro-cid-x3e2ohko] {
        min-height: auto;
        padding: 2rem
    }

    .features-grid[data-astro-cid-x3e2ohko] {
        grid-template-columns: 1fr
    }

    .feature-hero__title[data-astro-cid-x3e2ohko] {
        font-size: 1.75rem
    }

    .feature-card--horizontal[data-astro-cid-x3e2ohko] {
        flex-direction: column;
        gap: 1.5rem
    }

    .feature-card__icon-wrapper--horizontal[data-astro-cid-x3e2ohko] {
        width: 100%;
        height: 150px
    }

    .feature-card--map-wrapper[data-astro-cid-x3e2ohko] {
        grid-template-columns: 1fr
    }

    .feature-card__map-container--full[data-astro-cid-x3e2ohko] {
        height: 220px;
        max-height: none;
        border-radius: 1.25rem 1.25rem 0 0
    }

    .feature-card__map-icon[data-astro-cid-x3e2ohko] {
        width: 70px
    }

    .feature-card__content--map[data-astro-cid-x3e2ohko] {
        padding: 0;
        border-radius: 0 0 1.25rem 1.25rem
    }
}

.falling-coin {
    position: absolute;
    top: -100px;
    animation-name: fall;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

@keyframes fall {
    0% {
        top: -100px;
        transform: rotate(0);
        opacity: 0
    }

    8% {
        opacity: 0
    }

    18% {
        opacity: 1
    }

    70% {
        opacity: 1
    }

    85% {
        opacity: .5
    }

    95% {
        opacity: 0
    }

    to {
        top: 110%;
        transform: rotate(360deg);
        opacity: 0
    }
}

.falling-coins-container[data-astro-cid-qe7ohs3k] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden
}

.rolcoins-hero-wrapper[data-astro-cid-yzpelr3y] {
    position: relative;
    background: linear-gradient(135deg, #ffd40066, #ffd40040);
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    border: 2px solid rgba(255, 212, 0, .5);
    border-radius: 1.5rem;
    padding: 2.5rem 3rem;
    box-shadow: 0 8px 32px #ffd4004d, 0 0 0 1px #ffffff1a inset;
    margin-bottom: 6rem;
    z-index: 1
}

.hero-inner[data-astro-cid-yzpelr3y] {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center
}

.hero-content[data-astro-cid-yzpelr3y] {
    display: flex;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
    text-align: center
}

@media(min-width:992px) {
    .hero-content[data-astro-cid-yzpelr3y] {
        text-align: left;
        justify-content: flex-start
    }
}

.hero-logo[data-astro-cid-yzpelr3y] {
    max-width: 280px;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .15));
    -webkit-filter: drop-shadow(0 8px 24px rgba(0, 0, 0, .15));
    flex-shrink: 0;
    transition: transform .3s ease;
    display: block
}

.hero-logo[data-astro-cid-yzpelr3y]:hover {
    transform: scale(1.05) rotate(5deg)
}

@media(min-width:768px) {
    .hero-logo[data-astro-cid-yzpelr3y] {
        width: 260px
    }
}

.hero-text[data-astro-cid-yzpelr3y] h2[data-astro-cid-yzpelr3y] {
    font-size: 3.5rem;
    font-weight: 800;
    margin: 0 0 .5rem;
    color: #212121;
    line-height: 1.1;
    letter-spacing: -.02em
}

.hero-text[data-astro-cid-yzpelr3y] p[data-astro-cid-yzpelr3y] {
    font-size: 1.35rem;
    color: #555;
    margin: 0;
    font-weight: 500
}

@media(max-width:768px) {
    .hero-text[data-astro-cid-yzpelr3y] h2[data-astro-cid-yzpelr3y] {
        font-size: 2.5rem
    }

    .hero-content[data-astro-cid-yzpelr3y] {
        justify-content: center
    }
}

.info-col[data-astro-cid-p7oetkg4] {
    margin-bottom: 1rem;
    text-align: center
}

.info-text-wrapper[data-astro-cid-p7oetkg4] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    max-width: 800px;
    margin: 0 auto
}

.info-text-wrapper[data-astro-cid-p7oetkg4] h3[data-astro-cid-p7oetkg4] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--provider-primary, #421f93);
    line-height: 1.3
}

.info-text-wrapper[data-astro-cid-p7oetkg4] p[data-astro-cid-p7oetkg4] {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #4b5563;
    margin: 0
}

@media(max-width:768px) {
    .info-col[data-astro-cid-p7oetkg4] {
        margin-bottom: 3rem
    }

    .info-text-wrapper[data-astro-cid-p7oetkg4] h3[data-astro-cid-p7oetkg4] {
        font-size: 1.5rem
    }

    .info-text-wrapper[data-astro-cid-p7oetkg4] p[data-astro-cid-p7oetkg4] {
        font-size: 1rem
    }

    .info-text-wrapper[data-astro-cid-p7oetkg4] p[data-astro-cid-p7oetkg4] br[data-astro-cid-p7oetkg4] {
        display: none
    }
}

.blob-image-wrapper[data-astro-cid-vzgzrtux] {
    position: relative;
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center
}

.misc-image[data-astro-cid-vzgzrtux] {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.blob-text-overlay[data-astro-cid-vzgzrtux] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    pointer-events: none
}

.blob-title[data-astro-cid-vzgzrtux] {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 1rem
}

@media(max-width:768px) {
    .blob-image-wrapper[data-astro-cid-vzgzrtux] {
        max-width: 140px
    }

    .blob-title[data-astro-cid-vzgzrtux] {
        font-size: 1.1rem;
        padding: .5rem
    }
}

.card-col[data-astro-cid-zw34s5oa] {
    height: 100%;
    display: flex;
    flex-direction: column
}

.card-wrapper[data-astro-cid-zw34s5oa] {
    position: relative;
    display: flex;
    flex-direction: column;
    isolation: isolate;
    overflow: visible;
    margin-top: 0
}

.content-box[data-astro-cid-zw34s5oa] {
    background: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 10px 25px #0000000d;
    padding: 3rem 2rem 2rem;
    width: 100%;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(0, 0, 0, .03);
    text-align: center
}

.image-container[data-astro-cid-zw34s5oa] {
    position: absolute;
    z-index: 1;
    width: 250px;
    pointer-events: none
}

.corner-top-left[data-astro-cid-zw34s5oa] {
    top: -156px;
    left: -40px;
    transform: rotate(35deg);
    z-index: 2
}

.corner-top-right[data-astro-cid-zw34s5oa] {
    top: -137px;
    right: -42px;
    transform: rotate(-70deg);
    z-index: 2
}

.client-card[data-astro-cid-zw34s5oa] {
    border-top: 6px solid var(--client-secondary, #dc4e2c)
}

.provider-card[data-astro-cid-zw34s5oa] {
    border-top: 6px solid var(--provider-primary, #421f93)
}

.content-box[data-astro-cid-zw34s5oa] .description {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.6;
    margin: 1rem 0 1rem 4rem;
    text-align: left
}

.content-box[data-astro-cid-zw34s5oa] .card-subtitle {
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: .75rem;
    color: #2d3748;
    text-align: left
}

.content-box[data-astro-cid-zw34s5oa] .v-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    text-align: left
    
}

.content-box[data-astro-cid-zw34s5oa] .v-list li {
    position: relative;
    padding-left: 1.5rem;
    font-size: .95rem;
    color: #4a5568;
    line-height: 1.5
}

.content-box[data-astro-cid-zw34s5oa] .v-list li:before {
    content: "•";
    color: #eab308;
    font-weight: 700;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -.35rem
}

@media(max-width:768px) {
    .card-wrapper[data-astro-cid-zw34s5oa] {
        margin-top: 2rem
    }

    .image-container[data-astro-cid-zw34s5oa] {
        width: 140px
    }

    .corner-top-left[data-astro-cid-zw34s5oa] {
        top: -80px;
        left: -20px
    }

    .corner-top-right[data-astro-cid-zw34s5oa] {
        top: -70px;
        right: -20px
    }

    .content-box[data-astro-cid-zw34s5oa] {
        padding: 2rem 1.5rem 1.5rem
    }

    .content-box[data-astro-cid-zw34s5oa] .description {
        margin-left: 5rem;
        margin-top: .5rem
    }

    .content-box.provider-card[data-astro-cid-zw34s5oa] .v-list.costado {
        margin-right: 3em;
    }
}

.pricing-card[data-astro-cid-smcywcj2] {
    border-radius: 1.5rem;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: transform .3s ease, box-shadow .3s ease
}

.pricing-card[data-astro-cid-smcywcj2]:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px #0000001a
}

.basic-plan[data-astro-cid-smcywcj2] {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 10px 30px #0000000d
}

.plus-plan[data-astro-cid-smcywcj2] {
    background: linear-gradient(135deg, #fff2e7, #fff);
    border: 1px solid rgba(220, 78, 44, .2);
    box-shadow: 0 15px 35px #dc4e2c1a
}

.pricing-header-new[data-astro-cid-smcywcj2] {
    margin-bottom: 1.5rem
}

.plan-badge[data-astro-cid-smcywcj2] {
    display: inline-block;
    padding: .35rem 1rem;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 1rem
}

.basic-badge[data-astro-cid-smcywcj2] {
    border: 1px solid #6b7280;
    color: #6b7280;
    background: #6b72800d
}

.plus-badge[data-astro-cid-smcywcj2] {
    border: 1px solid #dc4e2c;
    color: #dc4e2c;
    background: #dc4e2c0d
}

.pricing-header-new[data-astro-cid-smcywcj2] h3[data-astro-cid-smcywcj2] {
    font-size: 2rem;
    font-weight: 400;
    margin: 0;
    color: #1a1a1a;
    font-family: Montserrat, system-ui, -apple-system, sans-serif
}

.divider[data-astro-cid-smcywcj2] {
    height: 1px;
    background-color: #0000000f;
    margin: 1.5rem 0;
    width: 100%
}

.check-list-new[data-astro-cid-smcywcj2] {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.check-list-new[data-astro-cid-smcywcj2] li[data-astro-cid-smcywcj2] {
    position: relative;
    padding-left: 2rem;
    font-size: .95rem;
    color: #4b5563;
    line-height: 1.4
}

.check-list-new[data-astro-cid-smcywcj2] li[data-astro-cid-smcywcj2]:before {
    content: "";
    position: absolute;
    left: 0;
    top: .2rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23dc4e2c' width='24px' height='24px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1
}

.pricing-footer[data-astro-cid-smcywcj2] {
    margin-top: auto
}

.price-block[data-astro-cid-smcywcj2] {
    display: flex;
    align-items: baseline;
    gap: .5rem;
    margin-bottom: 1.5rem
}

.price-amount[data-astro-cid-smcywcj2] {
    font-size: 2.5rem;
    font-weight: 400;
    color: #1a1a1a;
    font-family: Montserrat, system-ui, -apple-system, sans-serif
}

.price-currency[data-astro-cid-smcywcj2] {
    font-size: 1rem;
    color: #6b7280
}

.btn-pricing[data-astro-cid-smcywcj2] {
    width: 100%;
    padding: .875rem 1.5rem;
    border-radius: .75rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block
}

.btn-basic[data-astro-cid-smcywcj2] {
    background-color: #1a1a1a;
    color: #fff
}

.btn-basic[data-astro-cid-smcywcj2]:hover {
    background-color: #333
}

.btn-plus[data-astro-cid-smcywcj2] {
    background: linear-gradient(to right, #dc4e2c, #dc4e2e, #e16f2b, #e89d25);
    color: #fff
}

.btn-plus[data-astro-cid-smcywcj2]:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px #dc4e2c4d;
    filter: brightness(1.05)
}

.section[data-astro-cid-jmcux6x3] {
    padding: 8rem 0;
    background: linear-gradient(to bottom, transparent 0%, #fffde7 20%, #fffde7 80%);
    color: #333;
    position: relative;
    overflow: hidden
}

.container[data-astro-cid-jmcux6x3] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1
}

.cards-grid[data-astro-cid-jmcux6x3] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: stretch;
    margin-top: -.5rem
}

.pricing-wrapper[data-astro-cid-jmcux6x3] {
    margin-top: 8rem
}

.pricing-grid[data-astro-cid-jmcux6x3] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto
}

@media(max-width:768px) {
    .cards-grid[data-astro-cid-jmcux6x3] {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 2rem
    }

    .pricing-grid[data-astro-cid-jmcux6x3] {
        grid-template-columns: 1fr
    }
}

.feature-card[data-astro-cid-2xds44kf] {
    background: #fff;
    padding: 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid transparent;
    transition: border-color .3s ease;
    width: 100%;
    margin: 0 auto
}

.feature-card[data-astro-cid-2xds44kf] h3[data-astro-cid-2xds44kf] {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    color: var(--color-dark);
    transition: color .3s ease
}

.feature-card[data-astro-cid-2xds44kf] p[data-astro-cid-2xds44kf] {
    margin: 0;
    color: #64748b;
    font-size: .95rem;
    line-height: 1.5;
    font-weight: 500;
    transition: color .3s ease
}

.feature-card[data-astro-cid-2xds44kf].active {
    border: 1px solid rgba(232, 85, 57, .2)
}

.feature-card[data-astro-cid-2xds44kf].active h3[data-astro-cid-2xds44kf] {
    color: var(--client-primary)
}

.feature-card[data-astro-cid-2xds44kf].active p[data-astro-cid-2xds44kf] {
    color: var(--color-dark);
    font-weight: 500
}

.feature-card[data-astro-cid-2xds44kf]:hover:not(.active) {
    transform: translateY(-4px)
}

.title-icon-container[data-astro-cid-2xds44kf] {
    gap: 1.25rem
}

.icon-box[data-astro-cid-2xds44kf] {
    width: 3.2rem;
    height: 3.2rem;
    background: var(--client-primary);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
    flex-shrink: 0;
    box-shadow: 0 10px 15px -3px #e855394d;
    transition: transform .3s ease, box-shadow .3s ease
}

.feature-card[data-astro-cid-2xds44kf].active .icon-box[data-astro-cid-2xds44kf] {
    box-shadow: none;
    transform: scale(1.1)
}

.feature-card[data-astro-cid-2xds44kf]:hover:not(.active) .icon-box[data-astro-cid-2xds44kf] {
    box-shadow: 0 10px 20px -3px #e8553966
}

.image-col[data-astro-cid-rrw6gqbp] {
    display: flex;
    justify-content: center;
    position: relative;
    order: -1
}

@media(min-width:992px) {
    .image-col[data-astro-cid-rrw6gqbp] {
        order: 0
    }
}

.phone-mockup[data-astro-cid-rrw6gqbp] {
    position: relative;
    width: 100%;
    max-width: 300px;
    z-index: 5;
    margin: 0 auto
}

@media(max-width:991.98px) {
    .phone-mockup[data-astro-cid-rrw6gqbp] {
        max-width: 250px
    }

    .image-col[data-astro-cid-rrw6gqbp] {
        width: 100%
    }
}

.phone-frame[data-astro-cid-rrw6gqbp] {
    position: relative;
    background: #1a1a1a;
    border-radius: 2.5rem;
    padding: .5rem;
    box-shadow: 0 25px 50px -12px #00000080, 0 0 0 8px #0000001a;
    border: 4px solid #2a2a2a
}

.phone-notch[data-astro-cid-rrw6gqbp] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100px;
    height: 24px;
    background: #1a1a1a;
    border-radius: 0 0 16px 16px;
    z-index: 20
}

.phone-screen[data-astro-cid-rrw6gqbp] {
    background: #fff;
    border-radius: 2rem;
    overflow: hidden;
    aspect-ratio: 9/19;
    position: relative
}

.phone-screen-container[data-astro-cid-rrw6gqbp] {
    position: relative;
    width: 100%;
    height: 100%
}

.phone-screen-img[data-astro-cid-rrw6gqbp] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(.95);
    transition: opacity .6s ease, transform .6s ease;
    pointer-events: none
}

.phone-screen-img[data-astro-cid-rrw6gqbp] img[data-astro-cid-rrw6gqbp] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block
}

.phone-screen-img[data-astro-cid-rrw6gqbp].active {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto
}

.blob-deco[data-astro-cid-rrw6gqbp] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 80%;
    background: var(--client-gradient);
    filter: blur(80px);
    opacity: .15;
    z-index: -1;
    border-radius: 50%
}

.reclama-section[data-astro-cid-qppu3cxq] {
    padding: 8rem 1.5rem;
    background: linear-gradient(to bottom, #f8fafc 90%, transparent);
    position: relative;
    overflow: hidden
}

@media(max-width:768px) {
    .reclama-section[data-astro-cid-qppu3cxq] {
        padding: 4rem 1rem
    }
}

.reclama-container[data-astro-cid-qppu3cxq] {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 10
}

.reclama-header[data-astro-cid-qppu3cxq] {
    text-align: center;
    margin-bottom: 5rem;
    max-width: 800px;
    margin-inline: auto
}

@media(max-width:768px) {
    .reclama-header[data-astro-cid-qppu3cxq] {
        margin-bottom: 1rem
    }
}

.title-wrapper[data-astro-cid-qppu3cxq] {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5rem;
    padding: 2rem 4rem
}

@media(max-width:768px) {
    .title-wrapper[data-astro-cid-qppu3cxq] {
        padding: 1rem 1.5rem;
        margin-bottom: 1rem
    }

    .blob-deco[data-astro-cid-qppu3cxq] {
        max-width: 50px;
        opacity: .5
    }

    .blob-deco-1[data-astro-cid-qppu3cxq] {
        top: 5px;
        left: -15px
    }

    .blob-deco-2[data-astro-cid-qppu3cxq] {
        top: 5px;
        right: -15px
    }
}

.blob-deco[data-astro-cid-qppu3cxq] {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 180px;
    pointer-events: none;
    z-index: 1;
    filter: blur(.5px);
    opacity: .7
}

.blob-deco-1[data-astro-cid-qppu3cxq] {
    top: -70px;
    left: -160px;
    animation: floatBlob1 6s ease-in-out infinite;
    animation-delay: 0s
}

.blob-deco-2[data-astro-cid-qppu3cxq] {
    top: -60px;
    right: -150px;
    animation: floatBlob2 6s ease-in-out infinite;
    animation-delay: 2s
}

@keyframes floatBlob1 {

    0%,
    to {
        transform: translateY(0) rotate(-15deg)
    }

    50% {
        transform: translateY(-10px) rotate(-10deg)
    }
}

@keyframes floatBlob2 {

    0%,
    to {
        transform: translateY(0) rotate(25deg)
    }

    50% {
        transform: translateY(-10px) rotate(30deg)
    }
}

.reclama-title[data-astro-cid-qppu3cxq] {
    font-size: 4rem;
    font-weight: 800;
    color: var(--color-dark);
    margin: 0;
    line-height: 1.1;
    letter-spacing: -.02em;
    position: relative;
    z-index: 10
}

@media(max-width:768px) {
    .reclama-title[data-astro-cid-qppu3cxq] {
        font-size: 2rem;
        line-height: 1.2
    }
}

.reclama-subtitle[data-astro-cid-qppu3cxq] {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
    font-weight: 500;
    margin-inline: auto;
    position: relative;
    z-index: 10;
    text-align: center
}

@media(min-width:769px) {
    .subtitle-line[data-astro-cid-qppu3cxq] {
        white-space: nowrap
    }
}

@media(max-width:768px) {
    .reclama-subtitle[data-astro-cid-qppu3cxq] {
        font-size: .9rem;
        line-height: 1.5;
        margin-top: .75rem
    }
}

.desktop-layout[data-astro-cid-qppu3cxq] {
    display: none
}

@media(min-width:992px) {
    .desktop-layout[data-astro-cid-qppu3cxq] {
        display: grid;
        grid-template-columns: 1fr 340px 1fr;
        gap: 2rem;
        align-items: center
    }
}

.features-col[data-astro-cid-qppu3cxq] {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.left-col[data-astro-cid-qppu3cxq] {
    text-align: right;
    align-items: flex-end
}

.right-col[data-astro-cid-qppu3cxq] {
    text-align: left;
    align-items: flex-start
}

.left-col[data-astro-cid-qppu3cxq] .feature-card {
    flex-direction: row-reverse
}

.right-col[data-astro-cid-qppu3cxq] .feature-card {
    flex-direction: row
}

.mobile-content-wrapper[data-astro-cid-qppu3cxq] {
    margin-top: .5rem;
    display: block
}

@media(min-width:992px) {
    .mobile-content-wrapper[data-astro-cid-qppu3cxq] {
        display: none
    }
}

.mobile-icons-row[data-astro-cid-qppu3cxq] {
    display: flex;
    justify-content: center;
    gap: .75rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
    position: relative;
    z-index: 10
}

.mobile-icon-btn[data-astro-cid-qppu3cxq] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: transform .3s ease
}

.mobile-icon-btn[data-astro-cid-qppu3cxq]:active {
    transform: scale(.95)
}

.mobile-icon-box[data-astro-cid-qppu3cxq] {
    width: 3.25rem;
    height: 3.25rem;
    background: var(--client-primary);
    border-radius: .875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.35rem;
    box-shadow: 0 10px 15px -3px #e855394d;
    transition: all .3s ease
}

.mobile-icon-btn[data-astro-cid-qppu3cxq].active .mobile-icon-box[data-astro-cid-qppu3cxq] {
    background: var(--client-secondary);
    transform: scale(1.1);
    box-shadow: 0 10px 20px -3px #e8553980
}

.mobile-feature-text[data-astro-cid-qppu3cxq] {
    text-align: center;
    margin: .5rem 1rem 1rem;
    min-height: 90px;
    position: relative
}

.mobile-feature-content[data-astro-cid-qppu3cxq] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .4s ease, transform .4s ease;
    pointer-events: none
}

.mobile-feature-content[data-astro-cid-qppu3cxq].active {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.mobile-feature-title[data-astro-cid-qppu3cxq] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--client-primary);
    margin: 0 0 .5rem;
    line-height: 1.3
}

.mobile-feature-desc[data-astro-cid-qppu3cxq] {
    font-size: .95rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
    padding: 0 1rem;
    font-weight: 400
}

.mobile-phone-wrapper[data-astro-cid-qppu3cxq] {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    padding: 1rem;
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 350px
}

.footer-wave[data-astro-cid-sqmxwimk] {
    position: relative;
    height: 100px;
    overflow: hidden;
    width: 100%
}

.footer-wave[data-astro-cid-sqmxwimk]:before,
.footer-wave[data-astro-cid-sqmxwimk]:after {
    content: "";
    position: absolute;
    height: 160px;
    top: -40px;
    display: block;
    width: 2880px;
    left: 50%;
    margin-left: -1440px;
    animation: wave-flow 15s linear infinite
}

.footer-wave[data-astro-cid-sqmxwimk]:before {
    opacity: .6;
    background: var(--provider-primary);
    clip-path: path("M0,80 C200,120 400,40 600,80 C800,120 1000,40 1200,80 C1400,120 1600,40 1800,80 C2000,120 2200,40 2400,80 L2880,80 L2880,160 L0,160 Z");
    animation-duration: 20s;
    animation-direction: reverse
}

.footer-wave[data-astro-cid-sqmxwimk]:after {
    background: var(--footer-primary);
    clip-path: path("M0,88 C200,128 400,48 600,88 C800,128 1000,48 1200,88 C1400,128 1600,48 1800,88 C2000,128 2200,48 2400,88 L2880,88 L2880,160 L0,160 Z")
}

@keyframes wave-flow {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(600px)
    }
}

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

    .footer-wave[data-astro-cid-sqmxwimk]:before,
    .footer-wave[data-astro-cid-sqmxwimk]:after {
        animation: none
    }
}

.footer-brand[data-astro-cid-anlbov6w] {
    gap: 3rem
}

.footer-brand-content[data-astro-cid-anlbov6w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem
}

.footer-logo[data-astro-cid-anlbov6w] {
    height: 7rem;
    width: auto;
    filter: brightness(0) invert(1);
    image-rendering: auto
}

.footer-tagline[data-astro-cid-anlbov6w] {
    color: var(--footer-white);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .01em;
    margin: 0;
    text-align: center
}

.mobile-break[data-astro-cid-anlbov6w] {
    display: none
}

.footer-buttons[data-astro-cid-anlbov6w] {
    display: flex;
    gap: .5rem;
    justify-content: center
}

@media(max-width:768px) {
    .footer-brand[data-astro-cid-anlbov6w] {
        gap: 2rem
    }

    .footer-brand-content[data-astro-cid-anlbov6w] {
        gap: 1.5rem
    }

    .footer-logo[data-astro-cid-anlbov6w] {
        height: 5rem
    }

    .footer-tagline[data-astro-cid-anlbov6w] {
        font-size: 1.2rem;
        text-align: center
    }

    .mobile-break[data-astro-cid-anlbov6w] {
        display: block
    }

    .footer-buttons[data-astro-cid-anlbov6w] {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: .75rem
    }
}

.footer-social[data-astro-cid-ck65po6a] {
    gap: 1.5rem;
    padding: 0 3rem;
    flex-direction: row;
    text-align: center
}

.footer-nav-title[data-astro-cid-ck65po6a] {
    color: var(--footer-white);
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0;
    white-space: nowrap
}

.social-icons[data-astro-cid-ck65po6a] {
    gap: 1rem
}

@media(max-width:768px) {
    .footer-social[data-astro-cid-ck65po6a] {
        flex-direction: column;
        padding: 2rem 1rem;
        gap: 1.5rem
    }

    .footer-nav-title[data-astro-cid-ck65po6a] {
        font-size: .95rem;
        white-space: normal
    }

    .social-icons[data-astro-cid-ck65po6a] {
        gap: 1rem
    }

    .social-icon-link[data-astro-cid-ck65po6a] {
        width: 48px;
        height: 48px;
        font-size: 20px
    }
}

.social-icon-link[data-astro-cid-ck65po6a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    color: var(--footer-white);
    font-size: 24px;
    text-decoration: none;
    border: none;
    transition: all var(--transition-smooth);
    background: transparent;
    position: relative;
    overflow: visible
}

.social-icon-link[data-astro-cid-ck65po6a]:before {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
    border: 2px solid var(--footer-white-30);
    transition: all var(--transition-smooth-long)
}

.social-icon-link[data-astro-cid-ck65po6a] i[data-astro-cid-ck65po6a] {
    position: relative;
    z-index: 1
}

.social-icon-link[data-astro-cid-ck65po6a]:nth-child(1):before {
    border-radius: 70% 30% 60% 40%/60% 40% 70% 30%
}

.social-icon-link[data-astro-cid-ck65po6a]:nth-child(2):before {
    border-radius: 30% 70% 40% 60%/50% 60% 30% 70%
}

.social-icon-link[data-astro-cid-ck65po6a]:nth-child(3):before {
    border-radius: 65% 35% 50% 50%/55% 45% 65% 35%
}

.social-icon-link[data-astro-cid-ck65po6a]:nth-child(4):before {
    border-radius: 50% 50% 40% 60%/60% 40% 50% 50%
}

.social-icon-link[data-astro-cid-ck65po6a]:hover {
    transform: translateY(-5px) scale(1.15)
}

.social-icon-link[data-astro-cid-ck65po6a]:hover:before {
    background: var(--footer-white);
    border-color: var(--footer-white)
}

.social-icon-link[data-astro-cid-ck65po6a]:nth-child(1):hover:before {
    border-radius: 75% 25% 65% 35%/65% 35% 75% 25%
}

.social-icon-link[data-astro-cid-ck65po6a]:nth-child(2):hover:before {
    border-radius: 25% 75% 35% 65%/55% 65% 25% 75%
}

.social-icon-link[data-astro-cid-ck65po6a]:nth-child(3):hover:before {
    border-radius: 70% 30% 55% 45%/60% 40% 70% 30%
}

.social-icon-link[data-astro-cid-ck65po6a]:nth-child(4):hover:before {
    border-radius: 55% 45% 35% 65%/65% 35% 55% 45%
}

.social-icon-link[data-astro-cid-ck65po6a]:hover i[data-astro-cid-ck65po6a] {
    color: var(--footer-primary)
}

.footer-bottom[data-astro-cid-572osjv7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 3rem
}

.footer-legal[data-astro-cid-572osjv7] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: flex-start
}

.footer-legal-link[data-astro-cid-572osjv7] {
    color: var(--footer-white-70);
    text-decoration: none;
    font-size: .875rem;
    transition: color var(--transition-base)
}

.footer-legal-link[data-astro-cid-572osjv7]:hover {
    color: var(--footer-white);
    text-decoration: underline;
    text-underline-offset: 3px
}

.footer-company-info[data-astro-cid-572osjv7] {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: .5rem
}

.footer-copyright[data-astro-cid-572osjv7],
.footer-company[data-astro-cid-572osjv7] {
    color: var(--footer-white-70);
    font-size: .75rem;
    margin: 0
}

@media(max-width:768px) {
    .footer-bottom[data-astro-cid-572osjv7] {
        flex-direction: column;
        align-items: center;
        padding: 1.5rem 1rem;
        gap: 1.5rem
    }

    .footer-legal[data-astro-cid-572osjv7] {
        justify-content: center;
        gap: 1rem
    }

    .footer-legal-link[data-astro-cid-572osjv7] {
        font-size: .8rem
    }

    .footer-company-info[data-astro-cid-572osjv7] {
        align-items: center;
        text-align: center;
        gap: .75rem
    }

    .footer-copyright[data-astro-cid-572osjv7],
    .footer-company[data-astro-cid-572osjv7] {
        font-size: .7rem
    }
}

.site-footer[data-astro-cid-wpiot25q] {
    background: transparent;
    position: relative;
    overflow: hidden
}

.footer-content[data-astro-cid-wpiot25q] {
    background: var(--footer-primary);
    margin-top: -4px;
    position: relative;
    z-index: 1;
    padding: 3rem 0
}

@media(max-width:768px) {
    .footer-content[data-astro-cid-wpiot25q] {
        padding: 2.5rem 1.5rem
    }
}

.footer-divider[data-astro-cid-wpiot25q] {
    width: 100%;
    height: 1px;
    background-color: var(--footer-white);
    opacity: .3
}