.container__top[data-v-f68a929c] {
    height: 1024px;
    padding: 166px 0 80px 183px;
    background-image: url(../images/pc_bg_poster.png);
    background-repeat: repeat;
    background-size: 100% 100%;
    -o-object-fit: fill;
    object-fit: fill
}

@media (max-width: 1439.9px) {
    .container__top[data-v-f68a929c] {
        height: 71.1vw;
        padding: 11.52777vw 0vw 5.55556vw 12.70833vw
    }
}

.halo[data-v-f68a929c] {
    width: 739px;
    height: 739px;
    background: radial-gradient(50% 50% at 50% 50%, #f20765 0, #f2076500 86.5%);
    border: .4px solid rgba(242, 7, 101, .549);
    border-radius: 50%;
    filter: blur(2px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0
}

@media (max-width: 1439.9px) {
    .halo[data-v-f68a929c] {
        width: 51.31944vw;
        height: 51.31944vw
    }
}

.halo[data-v-f68a929c]:after,
.halo[data-v-f68a929c]:before {
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10
}

.halo[data-v-f68a929c]:before {
    border: .5px solid #f20765;
    transform: scale(.924)
}

.halo[data-v-f68a929c]:after {
    border: .9px solid #f20765;
    transform: scale(.81)
}

.attribute__item[data-v-f68a929c] {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 40px;
    cursor: pointer;
    flex-shrink: 0;
    height: 100%;
    padding: 0 6.5%;
    position: relative;
    width: 100%;
    box-shadow:
        0 4px 6px -1px rgba(0, 0, 0, 0.02),
        0 10px 20px -1px rgba(0, 0, 0, 0.03),
        inset 0 1px 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    isolation: isolate;
    overflow: hidden;
    /* Standardizing for initial V2, can be adjusted for pops */
}

.attribute__item[data-v-f68a929c]:hover {
    transform: translateY(-15px) scale(1.01);
    background: rgba(255, 255, 255, 0.9);
    box-shadow:
        0 25px 50px -12px rgba(242, 7, 101, 0.1),
        0 15px 25px -1px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(242, 7, 101, 0.15);
}

.attribute__item:hover .attribute__title[data-v-f68a929c] {
    background: linear-gradient(135deg, #FF4B91, #9c4dcc);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.attribute__title[data-v-f68a929c] {
    margin-top: 80px;
    font-size: 42px;
    color: #111827;
    font-weight: 800;
    letter-spacing: -1.5px;
    transition: all 0.4s ease;
    line-height: 1.1;
}

@media (max-width: 1439.9px) {
    .attribute__title[data-v-f68a929c] {
        margin-top: 5.55556vw;
        font-size: 2.8vw;
        letter-spacing: -0.03em;
    }
}

.attribute__content[data-v-f68a929c] {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.65;
    color: #4B5563;
    font-weight: 400;
    max-width: 85%;
    letter-spacing: -0.01em;
}

@media (max-width: 1439.9px) {
    .attribute__content[data-v-f68a929c] {
        margin-top: 2vw;
        font-size: 1.25vw;
        line-height: 1.8vw
    }
}

/* Specific interactions for images on hover */
.attribute__item[data-v-f68a929c] img {
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.05));
}

.attribute__item[data-v-f68a929c]:hover img {
    transform: scale(1.12) rotate(3deg) translateY(-10px);
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.1));
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .attribute__item[data-v-f68a929c] {
        border-radius: 32px;
        padding: 40px 24px;
        transform: none !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        background: #FFFFFF;
    }

    .attribute__title[data-v-f68a929c] {
        font-size: 28px;
        margin-top: 0;
    }

    .attribute__content[data-v-f68a929c] {
        font-size: 15px;
        max-width: 100%;
        margin-top: 16px;
    }

    .attribute__item[data-v-f68a929c] img {
        position: relative !important;
        width: 60% !important;
        margin: 24px auto 0 !important;
        right: auto !important;
        top: auto !important;
        display: block;
    }
}

.phone[data-v-f68a929c] {
    margin-left: 155px;
    width: 372px;
    height: 741px;
    position: relative
}

@media (max-width: 1439.9px) {
    .phone[data-v-f68a929c] {
        margin-left: 10vw;
        width: 25.83333vw;
        height: 51.45833vw
    }
}

.phone__view[data-v-f68a929c] {
    animation: scroll-f68a929c 18s linear infinite;
    transition: transform .5s ease-in-out
}

.phone[data-v-f68a929c]:after,
.phone[data-v-f68a929c]:before {
    border-radius: 50px;
    animation: pulse-f68a929c 1.2s linear infinite;
    border: 4px solid #3498db;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20
}

@media (max-width: 1439.9px) {

    .phone[data-v-f68a929c]:after,
    .phone[data-v-f68a929c]:before {
        border-radius: 3.47222vw
    }
}

.phone[data-v-f68a929c]:after {
    animation-delay: .6s
}

@keyframes pulse-f68a929c {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: 0;
        transform: scale(1.1)
    }
}

@keyframes scroll-f68a929c {

    0%,
    20% {
        transform: translateY(0)
    }

    25%,
    45% {
        transform: translateY(-100%)
    }

    50%,
    70% {
        transform: translateY(-200%)
    }

    75%,
    95% {
        transform: translateY(-300%)
    }

    to {
        transform: translateY(-400%)
    }
}

.reviews__item[data-v-f68a929c] {
    background: #FFF;
    border: 1px solid #F3F4F6;
    border-radius: 32px;
    padding: 40px 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 31.9%;
    min-height: 280px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1439.9px) {
    .reviews__item[data-v-f68a929c] {
        padding: 2.5vw 2.2vw 2.2vw;
        border-radius: 2.2vw;
    }
}

.reviews__item[data-v-f68a929c]:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(242, 7, 101, 0.1);
    border-color: rgba(242, 7, 101, 0.15);
}

.reviews__item.featured[data-v-f68a929c] {
    border: 1.5px solid rgba(242, 7, 101, 0.25);
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(242, 7, 101, 0.03) 100%);
}

.reviews__item.featured[data-v-f68a929c]::after {
    content: "Destaque";
    position: absolute;
    top: 12px;
    right: 24px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f20765;
    letter-spacing: 1px;
    opacity: 0.6;
}

.reviews__content[data-v-f68a929c] {
    font-size: 19px;
    line-height: 1.6;
    color: #374151;
    font-weight: 500;
    margin-bottom: 32px;
}

@media (max-width: 1439.9px) {
    .reviews__content[data-v-f68a929c] {
        font-size: 1.35vw;
        margin-bottom: 2.2vw;
    }
}

.reviews__footer[data-v-f68a929c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #F3F4F670;
    padding-top: 20px;
}

.reviews__user-info[data-v-f68a929c] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.reviews__avatar[data-v-f68a929c] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #FFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.reviews__name[data-v-f68a929c] {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.reviews__stars-img[data-v-f68a929c] {
    height: 18px;
    width: auto;
    opacity: 0.9;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .reviews__item[data-v-f68a929c] {
        width: 100%;
        margin-bottom: 24px;
        min-height: auto;
    }

    .reviews__content[data-v-f68a929c] {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .reviews__item[data-v-f68a929c] {
        border-radius: 24px;
        padding: 24px;
        transform: none !important;
    }

    .reviews__content[data-v-f68a929c] {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .reviews__avatar[data-v-f68a929c] {
        width: 40px;
        height: 40px;
    }

    .reviews__name[data-v-f68a929c] {
        font-size: 14px;
    }

    .reviews__stars-img[data-v-f68a929c] {
        height: 14px;
    }
}