﻿@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    font-size: 14px;
}

footer,
header {
    display: none;
}

body {
    background-image: url('../img/bg-lp-default-2.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.container {
    width: 100%;
    height: 100%;
    max-width: 1280px;
    margin: 0;
}

.main {
    width: 100%;
    height: 100%;
}

img {
    max-width: 100%;
}

p {
    margin: unset;
}

.landing-page-wrapper {
    width: 100dvw;
    height: 100dvh;
    display: flex;
    position: relative;
}

@media (max-width: 1023px), (max-width: 1024px) and (orientation: portrait) {
    .landing-page-wrapper {
        flex-direction: column
    }
}

.landing-page-wrapper .logo {
    position: fixed;
    top: 1rem;
    left: 0;
    padding: 1rem;
    border-top-right-radius: 200px;
    background-color: white;
    border-bottom-right-radius: 200px;
}

    .landing-page-wrapper .logo img {
        max-height: 54px;
    }

.landing-page-wrapper .image-wrapper {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    position: relative;
}

    .landing-page-wrapper .image-wrapper picture {
        height: 100%;
    }

    .landing-page-wrapper .image-wrapper img {
        height: 100%;
        object-fit: contain;
    }

.landing-page-wrapper .catalogue-wrapper {
    max-width: 95%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: end;
    position: absolute;
    bottom: 4rem;
}

@media (max-width: 1023px), (max-width: 1024px) and (orientation: portrait) {
    .landing-page-wrapper .catalogue-wrapper {
        display: none;
    }
}

.landing-page-wrapper .catalogue-wrapper .carousel-title {
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    color: #131313;
    font-weight: 500;
    line-height: 150%;
    text-align: center;
    margin: unset;
}

    .landing-page-wrapper .catalogue-wrapper .carousel-title span {
        color: #FF478D;
        font-weight: 900;
    }

.landing-page-wrapper .catalogue-content {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.landing-page-wrapper .catalogue-item {
    aspect-ratio: 207/275;
    border: 4px solid #FFEFEF;
    box-shadow: 0px 2px 4px 0px #00000059;
    border-radius: 0.75rem;
    object-fit: cover;
    min-width: 0;
    flex: 207;
    position: relative;
}

.landing-page-wrapper .catalogue-content > .catalogue-item:first-child {
    aspect-ratio: 12/11;
    flex: 300;
}

.landing-page-wrapper .slick-track > .catalogue-item:first-child {
    aspect-ratio: 12/11;
    flex: 300;
}

.landing-page-wrapper .catalogue-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.75rem;
}

.landing-page-wrapper .catalogue-item .catalogue-description {
    position: absolute;
    bottom: 0.5rem;
    left: 0.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .landing-page-wrapper .catalogue-item .catalogue-description .label {
        padding: 0.125rem 0.5rem;
        font-size: clamp(0.75rem, 0.9vw, 0.875rem);
        border: none;
        font-weight: 700;
        border-radius: 99999px;
        font-family: 'Be Vietnam Pro', sans-serif;
        color: #fff;
        background-color: #ff95bd;
        border: 3px solid transparent;
        background-image: linear-gradient(#FF95BD, #FF95BD), linear-gradient(to right, #FFD7E6, #FF2778);
        background-origin: border-box;
        background-clip: padding-box, border-box;
        display: flex;
        align-items: center;
        gap: .5rem;
        justify-content: start;
        width: fit-content;
    }

    .landing-page-wrapper .catalogue-item .catalogue-description .title {
        font-family: 'Unbounded', sans-serif;
        font-weight: 700;
        font-size: clamp(0.75rem, 0.9vw, 0.875rem);
        line-height: 100%;
        letter-spacing: 0%;
        color: #FFFFFF;
    }

.landing-page-wrapper .content-layout {
    width: 40%;
    height: calc(100% - 3rem);
    padding: 1rem 2rem;
}

@media (max-width: 1023px), (max-width: 1024px) and (orientation: portrait) {
    .landing-page-wrapper .content-layout {
        width: 100%;
        max-height: 65dvh;
        padding: 1rem;
        margin-top: 35dvh;
    }
}

.landing-page-wrapper .content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 2.5rem;
    box-shadow: 0px 2px 2px 2px #00000059;
    background-color: rgba(248, 248, 248, 0.45);
    padding: 1rem 2rem;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

    .landing-page-wrapper .content-wrapper .description-text {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

.landing-page-wrapper .secure-payment-text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

    .landing-page-wrapper .secure-payment-text p {
        color: #131313;
        font-family: 'Unbounded', sans-serif;
        font-size: clamp(.625rem, .875vw, 1rem);
        font-weight: 400;
        text-align: center;
        line-height: 125%;
    }

@media (max-width: 767px) {
    .landing-page-wrapper .secure-payment-text svg {
        display: none;
    }
}

@media (max-width: 1023px), (max-width: 1024px) and (orientation: portrait) {
    .landing-page-wrapper .content-wrapper {
        width: 100%;
        justify-content: space-between;
        padding: 4.5rem 0;
    }

    .landing-page-wrapper .image-wrapper {
        width: 100%;
        position: absolute;
        z-index: -1;
        height: 100%;
        padding-top: 4rem;
    }

        .landing-page-wrapper .image-wrapper img {
            object-position: bottom;
            object-fit: cover;
        }

    .landing-page-wrapper .content-wrapper .description-text {
        gap: 1rem;
    }

    .landing-page-wrapper .secure-payment-text p {
        font-size: clamp(1rem, 1vw, 1.5rem);
    }
}

@media (max-width: 767px) {
    .landing-page-wrapper .secure-payment-text p {
        font-size: clamp(0.75rem, 1vw, 1rem);
    }
}

@media (max-width: 1023px), (max-width: 1024px) and (orientation: portrait) {
    .landing-page-wrapper .content-wrapper {
        width: 100%;
        justify-content: space-between;
        padding: 1rem;
    }

    .landing-page-wrapper .logo {
        top: 0.5rem;
        padding: 0.5rem;
    }

        .landing-page-wrapper .logo img {
            max-height: 4vh;
        }

    .landing-page-wrapper .image-wrapper {
        position: fixed;
    }
}

.main-header-text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: auto;
    min-height: 0;
    flex: 1;
}

    .main-header-text .header-image {
        width: 100%;
        display: flex;
        justify-content: center;
        min-height: 0;
        flex: 1;
    }

        .main-header-text .header-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

.header-line-1,
.header-line-3 {
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    color: #fff;
    font-weight: 700;
    -webkit-text-stroke: 4px #FF95BD;
    paint-order: stroke;
}

.header-line-1 {
    text-align: left;
}

.header-line-3 {
    text-align: right;
}

.header-line-2 {
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(2.5rem, 3.2vw, 3.5rem);
    color: #f74491;
    font-weight: 700;
}

@media (max-width: 1023px), (max-width: 1024px) and (orientation: portrait) {
    .header-line-1,
    .header-line-2,
    .header-line-3 {
        text-align: center;
    }
}

.sub-header-text,
.price-text {
    display: flex;
    justify-content: center;
}

    .sub-header-text p {
        font-family: 'Unbounded', sans-serif;
        font-size: clamp(1rem, 1.3vw, 1.25rem);
        color: #000000;
        font-weight: 400;
        line-height: 150%;
        text-align: center;
    }

        .sub-header-text p strong {
            font-weight: 700;
        }

        .sub-header-text p span {
            color: #FF478D;
            font-weight: 700;
        }

@media (max-width:1023px), (max-width: 1024px) and (orientation: portrait) {
    .sub-header-text p {
        font-size: clamp(1.75rem, 2.5vw, 2rem)
    }
}

@media (max-width: 767px) {
    .sub-header-text p {
        font-size: clamp(0.9rem, 1.5vw, 1.5rem);
    }
}

.price-text p {
    font-family: 'Unbounded', sans-serif;
    color: #FF478D;
    font-weight: 700;
    font-size: clamp(3.5rem, 3vw, 5rem);
    line-height: 100%;
}

    .price-text p sup {
        font-size: clamp(1.5rem, 1.5vw, 2.5rem);
        vertical-align: middle;
    }

    .price-text p span {
        font-size: 1rem;
        color: #000000;
        font-weight: 400;
    }

@media (max-width: 1023px), (max-width: 1024px) and (orientation: portrait) {
    .price-text p {
        font-size: clamp(5rem, 4vw, 7rem);
    }

        .price-text p sup {
            font-size: clamp(2rem, 2.5vw, 4rem);
        }

        .price-text p span {
            font-size: clamp(2rem, 2.5vw, 4rem);
        }
}

@media (max-width: 767px) {
    .price-text p {
        font-size: clamp(3rem, 3vw, 4rem);
    }

        .price-text p sup {
            font-size: clamp(1rem, 1.5vw, 2rem);
        }

        .price-text p span {
            font-size: clamp(0.9rem, 1.5vw, 2rem);
        }
}

.landing-page-wrapper .input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    align-items: center;
}

    .landing-page-wrapper .input-wrapper .input-element {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }

    .landing-page-wrapper .input-wrapper .input-box {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
        position: relative;
    }

        .landing-page-wrapper .input-wrapper .input-box .flag-icon {
            position: absolute;
            left: 0.75rem;
            top: 50%;
            transform: translateY(-50%);
            width: 2rem;
            height: auto;
        }

    .landing-page-wrapper .input-wrapper input {
        width: 100%;
        padding: 0.75rem 1rem 0.75rem 3rem;
        font-size: clamp(1rem, 1.5vw, 1.25rem);
        border: 3px solid #FF95BD;
        border-radius: 0.5rem;
        font-family: 'Unbounded', sans-serif;
        color: #000000;
        text-align: center;
    }

@media (max-width: 1023px), (max-width: 1024px) and (orientation: portrait) {
    .landing-page-wrapper .input-wrapper input {
        padding: 1rem 1.25rem 1rem 4.5rem;
        font-size: clamp(1.5rem, 2vw, 1.75rem);
    }

    .landing-page-wrapper .input-wrapper .input-box .flag-icon {
        width: 3rem;
    }
}

@media (max-width: 767px) {
    .landing-page-wrapper .input-wrapper input {
        padding: 0.75rem 1rem 0.75rem 3rem;
        font-size: clamp(1rem, 1.5vw, 1.25rem);
    }

    .landing-page-wrapper .input-wrapper .input-box .flag-icon {
        width: 2rem;
    }
}

.landing-page-wrapper .input-wrapper input::placeholder {
    color: #c8c8c8;
    text-align: center;
}

.landing-page-wrapper .actions-buttons-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    align-items: center;
}

    .landing-page-wrapper .actions-buttons-wrapper .action-button {
        padding: 1rem 2.5rem;
        font-size: 1.25rem;
        border: none;
        font-weight: 700;
        border-radius: 99999px;
        font-family: 'Unbounded', sans-serif;
        color: #fff;
        background-color: #FF95BD;
        cursor: pointer;
        border: 3px solid transparent;
        background-image: linear-gradient(to right, #FF92F0, #FF2A7A), linear-gradient(#FFFFFF, #FFFFFF);
        background-origin: border-box;
        background-clip: padding-box, border-box;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        justify-content: center;
    }

        .landing-page-wrapper .actions-buttons-wrapper .action-button.cancel-button {
            padding: 0.5rem 1.75rem;
            font-size: 0.875rem;
        }

.landing-page-wrapper .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: #9EB39533;
    backdrop-filter: blur(10px);
}

    .landing-page-wrapper .footer p,
    .landing-page-wrapper .footer a {
        font-family: 'Unbounded', sans-serif;
        font-size: clamp(0.75rem, 1vw, 0.875rem);
        color: #000000;
        font-weight: 400;
        line-height: 100%;
    }

        .landing-page-wrapper .footer a:first-child {
            border-right: 1px solid #000000;
            padding-right: 0.5rem;
        }

    .landing-page-wrapper .footer .footer-content {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

        .landing-page-wrapper .footer .footer-content .footer-nav {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

.catalgue-wrapper-mobile {
    display: none;
}

@media (max-width: 1023px), (max-width: 1024px) and (orientation: portrait) {
    .catalgue-wrapper-mobile {
        display: block;
        padding: 1rem 0;
    }

    .landing-page-wrapper .footer {
        position: unset;
        bottom: unset;
    }

    .landing-page-wrapper .actions-buttons-wrapper {
        gap: 0.5rem;
    }

    .landing-page-wrapper .input-wrapper .input-element {
        gap: 0.5rem;
    }

    .landing-page-wrapper .footer .footer-content {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .landing-page-wrapper .footer .copyright {
        margin-top: 0;
    }

    .landing-page-wrapper .actions-buttons-wrapper .action-button {
        padding: 2rem 3.5rem;
    }

        .landing-page-wrapper .actions-buttons-wrapper .action-button.cancel-button {
            padding: 0.5rem 1.75rem;
        }

    .landing-page-wrapper .footer p,
    .landing-page-wrapper .footer a {
        font-size: clamp(1rem, 2vw, 1.5rem);
    }

    .landing-page-wrapper .catalgue-wrapper-mobile .slick-list {
        overflow: visible;
    }

    .landing-page-wrapper .catalgue-wrapper-mobile .slick-slide {
        margin-right: 1rem;
    }
}

@media (max-width: 767px) {
    .landing-page-wrapper .footer p,
    .landing-page-wrapper .footer a {
        font-size: clamp(.65rem, 1vw, .85rem);
    }

    .landing-page-wrapper .actions-buttons-wrapper .action-button {
        padding: 0.75rem 1.5rem;
        font-size: clamp(1rem, 1.5vw, 1.25rem);
    }

        .landing-page-wrapper .actions-buttons-wrapper .action-button.cancel-button {
            padding: 0.5rem 1.75rem;
            font-size: 0.875rem;
        }

    .landing-page-wrapper .footer .footer-content {
        gap: 0.5rem;
    }
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-container {
    background-color: #fff;
    border-radius: 1rem;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    min-width: 300px;
    padding: 0.5rem 1rem 1.5rem;
    border: 5px solid #FF95BD;
}

.modal-header {
    display: flex;
    justify-content: flex-end;
    border: none;
}

.modal-close {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: 0rem;
    color: #FF95BD;
}

.modal-body p {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    color: #000000;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.modal-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
}

.validation-text {
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(0.75rem, 1vw, 0.875rem);
    color: #131313;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

@media (max-width: 1023px), (max-width: 1024px) and (orientation: portrait) {
    .validation-text {
        font-size: clamp(1.5rem, 2vw, 1.75rem);
    }
}

@media (max-width: 767px) {
    .validation-text {
        font-size: clamp(0.75rem, 1vw, 1rem);
    }
}

.landing-page-wrapper .arrow-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 99999px;
    width: clamp(2rem, 5vw, 3rem);
    height: clamp(2rem, 5vw, 3rem);
}

    .landing-page-wrapper .arrow-icon svg {
        width: 1.5rem;
        height: auto;
    }

.landing-page-wrapper .actions-buttons-wrapper .action-button p {
    font-size: clamp(0.9rem, 1.3vw, 1.25rem);
    border: none;
    font-weight: 700;
    border-radius: 99999px;
    font-family: 'Unbounded', sans-serif;
    color: #fff;
}

@media (max-width: 1023px), (max-width: 1024px) and (orientation: portrait) {
    .landing-page-wrapper {
        overflow-x: hidden;
    }

        .landing-page-wrapper .actions-buttons-wrapper .action-button p {
            font-size: clamp(2rem, 2.5vw, 2.25rem);
        }
}

@media (max-width: 767px) {
    .landing-page-wrapper .actions-buttons-wrapper .action-button p {
        font-size: clamp(0.875rem, 1.5vw, 1.25rem);
    }
}

.customer-support.hidden {
    visibility: hidden;
    display: unset;
}

@media (max-width: 1023px), (max-width: 1024px) and (orientation: portrait) {
    .customer-support.hidden {
        display: none;
    }
}

/* Foldable device condition */
@media (min-height: 1536px) and (max-height: 2248px) and (min-width: 2152px) and (max-width: 2480px) {
    .content-layout {
        display: flex;
        align-items: center;
    }

    .landing-page-wrapper .content-wrapper {
        height: fit-content;
    }
}

/* --- OTP Section --- */
.otp-section {
    min-height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.otp-instruction-text {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: clamp(0.9rem, 1.3vw, 1.1rem);
    color: #000000;
    font-weight: 500;
    text-align: center;
    line-height: 150%;
    width: 85%;
}

.otp-input-wrapper {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

.otp-input {
    width: 3.25rem;
    height: 3.75rem;
    border: 3px solid #FF95BD;
    border-radius: 0.75rem;
    background: #fff;
    text-align: center;
    font-family: 'Unbounded', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    outline: none;
    caret-color: #FF95BD;
}

    .otp-input:focus {
        border-color: #f74491;
        box-shadow: 0 0 0 3px rgba(255, 149, 189, 0.3);
    }

    .otp-input:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

@media (max-width: 1023px), (max-width: 1024px) and (orientation: portrait) {
    .otp-input {
        width: 2.75rem;
        height: 3.25rem;
        font-size: 1.25rem;
    }

    .otp-input-wrapper {
        gap: 0.5rem;
    }
}