.av-home {
    background: #ffffff;
    color: #004236;
}

.av-home * {
    box-sizing: border-box;
}

.av-home a {
    color: inherit;
    text-decoration: none;
}

.av-home-wrapper {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: 0 40px;
}

.av-home-wrapper--wide {
    width: min(100%, 1680px);
}

.av-home-section {
    padding: 58px 0 74px;
}

.av-home-heading {
    margin-bottom: 34px;
}

.av-home-heading--center,
.av-home-rebeldes .av-home-heading {
    text-align: center;
}

.av-home-title {
    margin: 0;
    color: #004236;
    font-size: clamp(28px, 2.3vw, 42px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.av-home-eyebrow {
    margin: 18px 0 0;
    color: #004236;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

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

.av-home-hero {
    position: relative;
    overflow: hidden;
    background: #f7f3eb;
}

.av-home-hero__viewport {
    overflow: hidden;
    width: 100%;
}

.av-home-hero__track {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
    will-change: transform;
}

.av-home-hero__slide {
    position: relative;
    flex: 0 0 100%;
    min-width: 100%;
}

.av-home-hero__image-link {
    display: block;
}

.av-home-hero__figure {
    margin: 0;
    width: 100%;
    height: clamp(420px, 35vw, 620px);
    background: #f7f3eb;
}

.av-home-hero__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.av-home-hero__content {
    position: absolute;
    top: 50%;
    left: clamp(40px, 5.7vw, 96px);
    z-index: 2;
    width: min(560px, 42vw);
    transform: translateY(-50%);
}

.av-home-hero__title {
    margin: 0 0 18px;
    color: #373737;
    font-size: clamp(38px, 3.9vw, 68px);
    line-height: 0.92;
    font-weight: 900;
    letter-spacing: -0.045em;
    text-transform: uppercase;
}

.av-home-hero__text {
    max-width: 520px;
    margin: 0 0 24px;
    color: #373737;
    font-size: clamp(13px, 0.9vw, 16px);
    line-height: 1.45;
    font-weight: 500;
}

.av-home-hero__button,
.av-home-product-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 12px 22px;
    border: 1px solid #004236;
    background: #004236;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.av-home-hero__button {
    border-color: #ffffff;
    background: #ffffff;
    color: #004236;
}

.av-home-hero__button:hover,
.av-home-product-card__button:hover {
    background: #004236;
    color: #ffffff;
    border-color: #004236;
}

.av-home-hero__arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(0, 66, 54, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    cursor: pointer;
    transform: translateY(-50%);
}

.av-home-hero__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    border-top: 2px solid #004236;
    border-left: 2px solid #004236;
}

.av-home-hero__arrow--prev {
    left: 24px;
}

.av-home-hero__arrow--prev::before {
    transform: translate(-35%, -50%) rotate(-45deg);
}

.av-home-hero__arrow--next {
    right: 24px;
}

.av-home-hero__arrow--next::before {
    transform: translate(-65%, -50%) rotate(135deg);
}

.av-home-hero__dots {
    position: absolute;
    left: 50%;
    bottom: 16px;
    z-index: 5;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.av-home-hero__dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 1px solid #004236;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.av-home-hero__dot.is-active {
    background: #004236;
}

/* ==================================================
   PRODUCTOS
   ================================================== */

.av-home-products {
    background: #fafafa;
}

.av-home-carousel {
    position: relative;
}

.av-home-carousel__viewport {
    overflow: hidden;
    width: 100%;
}

.av-home-carousel__track,
.av-home-products__grid,
.av-home-calugas__grid {
    display: flex;
    flex-wrap: nowrap;
    overflow: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
    scrollbar-width: none;
    transition: transform 0.45s ease;
    will-change: transform;
}

.av-home-products__grid {
    gap: 28px;
}

.av-home-calugas__grid {
    gap: 32px;
}

.av-home-products__grid::-webkit-scrollbar,
.av-home-calugas__grid::-webkit-scrollbar {
    display: none;
}

.av-home-carousel__arrow {
    position: absolute;
    top: 42%;
    z-index: 5;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(0, 66, 54, 0.22);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.av-home-carousel__arrow:hover,
.av-home-carousel__arrow:focus {
    border-color: #004236;
    background: #ffffff;
    outline: none;
}

.av-home-carousel__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    border-top: 2px solid #004236;
    border-left: 2px solid #004236;
}

.av-home-carousel__arrow--prev {
    left: -22px;
}

.av-home-carousel__arrow--prev::before {
    transform: translate(-35%, -50%) rotate(-45deg);
}

.av-home-carousel__arrow--next {
    right: -22px;
}

.av-home-carousel__arrow--next::before {
    transform: translate(-65%, -50%) rotate(135deg);
}

.av-home-carousel__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 26px;
}

.av-home-carousel__dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 1px solid #004236;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.av-home-carousel__dot.is-active {
    background: #004236;
}

.av-home-carousel.is-static .av-home-carousel__viewport {
    overflow: visible;
}

.av-home-product-card {
    position: relative;
    display: flex;
    flex: 0 0 calc((100% - 84px) / 4);
    min-width: 0;
    flex-direction: column;
    scroll-snap-align: start;
    background: transparent;
}

.av-home-product-card__image {
    display: block;
    background: #f5f5f5;
}

.av-home-product-card__figure {
    display: block;
    overflow: hidden;
    margin: 0;
    aspect-ratio: 1 / 1;
    background: #f5f5f5;
}

.av-home-product-card__img,
.av-home-product-card__figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.av-home-product-card:hover .av-home-product-card__img,
.av-home-product-card:hover .av-home-product-card__figure img {
    transform: scale(1.035);
}

.av-home-product-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px 0 0;
}

.av-home-product-card__title {
    margin: 0 0 8px;
    color: #004236;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.av-home-product-card__description {
    display: none;
}

.av-home-product-card__price {
    margin: 0 0 16px;
    color: #004236;
    font-size: 14px;
    font-weight: 600;
}

.av-home-product-card__price del {
    margin-right: 8px;
    color: #777777;
    font-weight: 400;
}

.av-home-product-card__price ins {
    color: #c10000;
    text-decoration: none;
}

.av-home-product-card__button {
    width: 100%;
    margin-top: auto;
    border-color: #004236;
    background: #ffffff;
    color: #004236;
}

/* ==================================================
   CALUGAS
   ================================================== */

.av-home-calugas,
.av-home-gamas-section,
.av-home-rebeldes {
    background: #ffffff;
}

.av-home-caluga {
    flex: 0 0 calc((100% - 96px) / 4);
    scroll-snap-align: start;
}

.av-home-caluga__link {
    display: block;
    text-align: center;
}

.av-home-caluga__figure {
    overflow: hidden;
    margin: 0 0 18px;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    background: #f5f5f5;
}

.av-home-caluga__img,
.av-home-rebelde__img,
.av-home-gamas__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.av-home-caluga:hover .av-home-caluga__img,
.av-home-rebelde:hover .av-home-rebelde__img {
    transform: scale(1.04);
}

.av-home-caluga__title {
    margin: 0;
    color: #004236;
    font-size: clamp(16px, 1.1vw, 22px);
    line-height: 1.08;
    font-weight: 700;
}

/* ==================================================
   GAMAS POPULARES
   ================================================== */

.av-home-gamas-section {
    padding: 80px 0 90px;
}

.av-home-gamas {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(56px, 6vw, 92px);
    align-items: center;
}

.av-home-gamas__media {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1.2 / 1;
    border-radius: 10px;
    background: #f5f5f5;
}

.av-home-gamas__figure {
    position: absolute;
    inset: 0;
    margin: 0;
    opacity: 0;
    transform: none;
    transition: opacity 0.28s ease;
    pointer-events: none;
}

.av-home-gamas__figure.is-active {
    opacity: 1;
}

.av-home-gamas__content {
    min-width: 0;
}

.av-home-gamas__eyebrow {
    margin: 0 0 56px;
    color: #373737;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.av-home-gamas__list {
    display: flex;
    flex-direction: column;
    gap: clamp(34px, 3.2vw, 54px);
    border: 0;
}

.av-home-gamas__item {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(0, 66, 54, 0.12);
    font-family: var(--FONT-STACK-HEADING, Georgia, "Times New Roman", serif);
    font-size: clamp(58px, 5vw, 88px);
    line-height: 0.92;
    font-weight: 400;
    letter-spacing: -0.055em;
    text-align: left;
    cursor: pointer;
    transition: color 0.18s ease;
}

.av-home-gamas__item::after {
    display: none;
    content: none;
}

.av-home-gamas__item:not(.is-active):not(:hover):not(:focus) {
    color: rgba(0, 66, 54, 0.12);
}

.av-home-gamas__item:hover,
.av-home-gamas__item:focus,
.av-home-gamas__item.is-active {
    padding: 0;
    background: transparent;
    color: #004236;
    outline: none;
}

/* ==================================================
   REBELDES
   ================================================== */

.av-home-rebeldes__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.av-home-rebelde__figure {
    overflow: hidden;
    margin: 0 0 22px;
    aspect-ratio: 1 / 0.68;
    background: #f5f5f5;
}

.av-home-rebelde__title {
    margin: 0 0 12px;
    color: #004236;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 700;
}

.av-home-rebelde__text {
    margin: 0 0 16px;
    color: #373737;
    font-size: 14px;
    line-height: 1.55;
}

.av-home-rebelde__link {
    display: inline-flex;
    color: #004236;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

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

@media (max-width: 1180px) {

    .av-home-product-card {
        flex-basis: calc((100% - 28px) / 2);
    }

    .av-home-caluga {
        flex-basis: calc((100% - 32px) / 2);
    }

    .av-home-rebeldes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .av-home-gamas {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 42px;
    }

    .av-home-gamas__item {
        font-size: clamp(44px, 5.5vw, 68px);
        font-weight: 400;
    }
}

@media (max-width: 749px) {
    .av-home-wrapper {
        padding: 0 18px;
    }

    .av-home-section {
        padding: 44px 0 56px;
    }

    .av-home-title {
        font-size: 26px;
    }

    .av-home-hero__figure {
        height: 72vw;
        min-height: 360px;
    }

    .av-home-hero__content {
        top: auto;
        left: 18px;
        right: 18px;
        bottom: 22px;
        width: auto;
        transform: none;
    }

    .av-home-hero__title {
        max-width: 86%;
        margin-bottom: 12px;
        font-size: clamp(30px, 9vw, 44px);
    }

    .av-home-hero__text {
        max-width: 90%;
        margin-bottom: 16px;
        font-size: 13px;
    }

    .av-home-hero__button {
        min-height: 40px;
    }

    .av-home-hero__arrow {
        display: none;
    }

    .av-home-hero__dots {
        bottom: 10px;
    }

    .av-home-products__grid,
    .av-home-calugas__grid {
        gap: 16px;
    }

    .av-home-product-card,
    .av-home-caluga {
        flex-basis: calc((100% - 16px) / 2);
    }

    .av-home-carousel__arrow {
        top: 38%;
        width: 36px;
        height: 36px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    }

    .av-home-carousel__arrow--prev {
        left: 6px;
    }

    .av-home-carousel__arrow--next {
        right: 6px;
    }

    .av-home-carousel__dots {
        margin-top: 18px;
    }

    .av-home-product-card__title,
    .av-home-product-card__price {
        font-size: 13px;
    }

    .av-home-product-card__button {
        min-height: 36px;
        padding: 10px 12px;
        font-size: 10px;
    }

    .av-home-caluga__title {
        font-size: 15px;
    }

    .av-home-gamas-section {
        padding: 48px 0 56px;
    }

    .av-home-gamas {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .av-home-gamas__media {
        aspect-ratio: 1 / 0.72;
        border-radius: 6px;
    }

    .av-home-gamas__eyebrow {
        margin-bottom: 22px;
        font-size: 13px;
    }

    .av-home-gamas__list {
        gap: 14px;
    }

    .av-home-gamas__item {
        font-size: clamp(36px, 11vw, 50px);
        line-height: 1;
        font-weight: 400;
    }

    .av-home-rebeldes__grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }
}

/* ==================================================
   INFORMATIVO HOME
   ================================================== */

.av-home-informativo {
    --av-home-informativo-duration: 28s;
    --av-home-informativo-distance: 0px;
    overflow: hidden;
    background: #004236;
    color: #ffffff;
}

.av-home-informativo__viewport {
    overflow: hidden;
    width: 100%;
}

.av-home-informativo__track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: av-home-informativo-marquee var(--av-home-informativo-duration) linear infinite;
}

.av-home-informativo:hover .av-home-informativo__track {
    animation-play-state: paused;
}

.av-home-informativo__group {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 30px 0;
}

.av-home-informativo__item,
.av-home-informativo__separator {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.av-home-informativo__item {
    padding: 0 36px;
}

.av-home-informativo__text {
    color: #ffffff;
    font-family: var(--FONT-STACK-HEADING, Georgia, "Times New Roman", serif);
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
    white-space: nowrap;
}

.av-home-informativo__separator {
    width: 50px;
    height: 48px;
}

.av-home-informativo__logo {
    display: block;
    width: 45px;
    height: 43px;
    object-fit: contain;
}

@keyframes av-home-informativo-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(calc(var(--av-home-informativo-distance) * -1), 0, 0);
    }
}

@media (max-width: 749px) {
    .av-home-informativo__group {
        padding: 22px 0;
    }

    .av-home-informativo__item {
        padding: 0 24px;
    }

    .av-home-informativo__text {
        font-size: 18px;
    }

    .av-home-informativo__separator {
        width: 40px;
        height: 38px;
    }

    .av-home-informativo__logo {
        width: 36px;
        height: 34px;
    }
}

/* ==================================================
   HOME - GAMAS POPULARES - AJUSTE TIPOGRAFIA
   Mantiene la estructura actual y solo corrige tamaño/ritmo visual.
   ================================================== */

.av-home-gamas__content {
    min-width: 0;
}

.av-home-gamas__eyebrow {
    margin: 0 0 54px !important;
    color: #373737 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.av-home-gamas__list {
    display: flex !important;
    flex-direction: column !important;
    gap: clamp(34px, 3vw, 48px) !important;
}

.av-home-gamas__item {
    display: block !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: rgba(0, 66, 54, 0.12) !important;
    font-family: var(--FONT-STACK-HEADING, Georgia, "Times New Roman", serif) !important;
    font-size: clamp(54px, 4.35vw, 72px) !important;
    font-weight: 400 !important;
    line-height: 0.98 !important;
    letter-spacing: -0.055em !important;
    text-align: left !important;
    text-decoration: none !important;
    transition: color 0.18s ease !important;
}

.av-home-gamas__item span {
    display: block;
}

.av-home-gamas__item:hover,
.av-home-gamas__item:focus,
.av-home-gamas__item.is-active {
    color: #004236 !important;
    background: transparent !important;
    outline: none !important;
}

@media (max-width: 1180px) {
    .av-home-gamas__eyebrow {
        margin-bottom: 42px !important;
    }

    .av-home-gamas__list {
        gap: 28px !important;
    }

    .av-home-gamas__item {
        font-size: clamp(42px, 5vw, 60px) !important;
        line-height: 1 !important;
    }
}

@media (max-width: 749px) {
    .av-home-gamas__eyebrow {
        margin-bottom: 22px !important;
        font-size: 13px !important;
    }

    .av-home-gamas__list {
        gap: 14px !important;
    }

    .av-home-gamas__item {
        font-size: clamp(34px, 10.5vw, 48px) !important;
        line-height: 1 !important;
    }
}

/* ==================================================
   HOME HERO - DESKTOP/MOBILE IMAGE ACF
   Campo imagen = desktop | campo mobile = mobile.
   Muestra la imagen completa sin recorte.
   ================================================== */
.av-home-hero__figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(360px, 31.25vw, 600px) !important;
    background: #f7f3eb;
}

.av-home-hero__picture {
    display: block;
    width: 100%;
    height: 100%;
}

.av-home-hero__img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #f7f3eb;
}

@media (max-width: 749px) {
    .av-home-hero__figure {
        height: clamp(420px, 120vw, 680px) !important;
        min-height: 0 !important;
    }

    .av-home-hero__img {
        object-fit: contain !important;
        object-position: center center !important;
    }
}

/* ==================================================
   HOME HERO - FONDO BLANCO + AJUSTE MOBILE + DRAG
   ================================================== */
.av-home-hero,
.av-home-hero__viewport,
.av-home-hero__track,
.av-home-hero__slide,
.av-home-hero__figure,
.av-home-hero__img {
    background: #ffffff !important;
}

.av-home-hero__figure {
    background-color: #ffffff !important;
}

.av-home-hero__img {
    background-color: #ffffff !important;
}

@media (max-width: 749px) {
    .av-home-hero {
        padding-top: 16px !important;
    }

    .av-home-hero__viewport {
        touch-action: pan-y pinch-zoom;
        -webkit-user-select: none;
        user-select: none;
    }

    .av-home-hero__track {
        cursor: grab;
    }

    .av-home-hero.is-touching .av-home-hero__track {
        transition: none !important;
        cursor: grabbing;
    }
}

/* ==================================================
   HOME HERO - TEXTO BLANCO + FUENTE DRUK CY
   Mantiene el botón con su estilo actual.
   ================================================== */
.av-home-hero__content {
    color: #ffffff !important;
}

.av-home-hero__title {
    color: #ffffff !important;
    font-family: "Druk CY", "Druk", "Druk Wide", Impact, "Arial Narrow", sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

.av-home-hero__text,
.av-home-hero__text p,
.av-home-hero__text strong,
.av-home-hero__text span {
    color: #ffffff !important;
}

.av-home-hero__button,
.av-home-hero__button span {
    color: #004236 !important;
}

.av-home-hero__button:hover,
.av-home-hero__button:focus,
.av-home-hero__button:hover span,
.av-home-hero__button:focus span {
    color: #ffffff !important;
}

/* ==================================================
   HOME HERO - CORRECCIÓN VISUAL TEXTO/BOTÓN
   Texto blanco, fuente Druk del theme y layout mobile centrado.
   ================================================== */
.av-home-hero__content {
    z-index: 6 !important;
    color: #ffffff !important;
}

.av-home-hero__title {
    max-width: 520px !important;
    margin: 0 0 22px !important;
    color: #ffffff !important;
    font-family: "Druk", "Druk CY", Impact, "Arial Narrow", sans-serif !important;
    font-size: clamp(34px, 3.25vw, 58px) !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 0.95 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.16) !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.av-home-hero__text,
.av-home-hero__text p,
.av-home-hero__text strong,
.av-home-hero__text span {
    color: #ffffff !important;
}

.av-home-hero__button,
.av-home-hero__button span {
    color: #004236 !important;
}

.av-home-hero__button:hover,
.av-home-hero__button:focus,
.av-home-hero__button:hover span,
.av-home-hero__button:focus span {
    color: #ffffff !important;
}

@media (min-width: 750px) {
    .av-home-hero__content {
        top: 50% !important;
        left: clamp(52px, 5.7vw, 112px) !important;
        right: auto !important;
        bottom: auto !important;
        width: min(460px, 34vw) !important;
        transform: translateY(-50%) !important;
        text-align: left !important;
    }

    .av-home-hero__button {
        min-width: 210px !important;
        min-height: 50px !important;
        padding: 15px 28px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 749px) {
    .av-home-hero {
        padding-top: 22px !important;
        background: #ffffff !important;
    }

    .av-home-hero__figure {
        height: clamp(540px, 124vw, 760px) !important;
        background: #ffffff !important;
    }

    .av-home-hero__img {
        object-fit: contain !important;
        object-position: center center !important;
        background: #ffffff !important;
    }

    .av-home-hero__content {
        top: clamp(34px, 9vw, 70px) !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        width: min(86vw, 420px) !important;
        max-width: 420px !important;
        transform: translateX(-50%) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        text-align: center !important;
        pointer-events: none !important;
    }

    .av-home-hero__title {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 14px !important;
        color: #ffffff !important;
        font-size: clamp(28px, 9.6vw, 48px) !important;
        line-height: 0.95 !important;
        letter-spacing: 0 !important;
        text-align: center !important;
    }

    .av-home-hero__text {
        max-width: 100% !important;
        margin: 0 0 14px !important;
        text-align: center !important;
    }

    .av-home-hero__button {
        pointer-events: auto !important;
        min-width: min(240px, 78vw) !important;
        min-height: 44px !important;
        padding: 13px 22px !important;
        margin: 0 auto !important;
        font-size: 12px !important;
        text-align: center !important;
    }

    .av-home-hero__dots {
        bottom: 12px !important;
    }
}