/* Offers Unlock Page Styles */

/* Hide standard layout components on this landing page */
body.offers-unlock-body .sticky-header-wrapper,
body.offers-unlock-body .topbar,
body.offers-unlock-body footer,
body.offers-unlock-body .whatsapp-btn {
    display: none !important;
}

body.offers-unlock-body {
    background: #152C50 !important;
    /* fallback */
    overflow-x: hidden;
}

.offers-unlock-wrapper {
    min-height: 100vh;
    width: 100vw;
    background: linear-gradient(226deg, #E73161 3%, #173158 61%);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
}

.offers-unlock-container {
    width: 322px;
    max-width: 100%;
    min-height: 852px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 30px 60px 32px;
    box-sizing: border-box;
}

/* Logo styling */
.logo-box {
    width: 100px;
    height: 100px;
    margin-bottom: 44px;
    align-self: flex-start;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo-box svg,
.logo-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
}

.logo-box a {
    display: block;
    width: 100%;
    height: 100%;
}

/* Title typography */
.unlock-title {
    font-family: 'Poppins', sans-serif;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 17px;
    letter-spacing: -0.5px;
    width: 260px;
    height: 151px;
}

/* Main subtitle block */
.unlock-subtitle-main {
    font-family: 'Poppins', sans-serif;
    font-size: 16px !important;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 39px;
    /* opacity: 0.95; */
    width: 260px;
    /* height: 103px; */
}

.unlock-subtitle-main strong {
    color: #ffffff;
    font-weight: 600;
}

/* Small secondary tagline */
.unlock-subtitle-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #ffffff;
    margin-bottom: 72px;
    /* opacity: 0.85; */
    width: 234px;
    /* height: 36px; */
}

/* CTA button */
.btn-unlock-cta {
    width: 260px !important;
    height: 48px;
    background-color: #E83161 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 71px;
    box-sizing: border-box;
    transition: all 0.25s ease !important;
    /* box-shadow: 0 4px 15px rgba(232, 49, 97, 0.3); */
    cursor: pointer;
}

.btn-unlock-cta svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.btn-unlock-cta span {
    margin-left: 36px;
    white-space: nowrap;
}

.btn-unlock-cta:hover {
    background-color: #ffffff !important;
    color: #173158 !important;
    /* box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
    transform: translateY(-2px); */
}

.btn-unlock-cta:hover svg path {
    fill: #E83161 !important;
}

.btn-unlock-cta:active {
    transform: translateY(0);
}

/* Mobile responsive fine-tuning */
@media (max-width: 575.98px) {}

/* Tablet and desktop screens */
@media (min-width: 712px) and (max-width: 991.98px) {
    .offers-unlock-container {
        width: 100%;
        max-width: 650px;
        min-height: auto;
        padding: 100px 40px 30px;
    }

    .logo-box {
        width: 100px;
        height: 100px;
        margin-bottom: 50px;
    }

    .unlock-title {
        font-size: 52px !important;
        line-height: 1.1;
        width: auto;
        height: auto;
        margin-bottom: 40px;
        /* max-width: 788px; */
    }

    .unlock-subtitle-main {
        font-size: 24px !important;
        line-height: 1.4;
        width: auto;
        height: auto;
        margin-bottom: 24px;
        /* width: 721px; */
    }

    .unlock-subtitle-sub {
        font-size: 16px !important;
        line-height: 1.5;
        width: auto;
        height: auto;
        margin-bottom: 48px;
        /* width: 487px; */
    }

    .btn-unlock-cta {
        width: 260px !important;
        height: 60px;
    }
}

/* Desktop and Laptop screens (992px and above) */
@media (min-width: 992px) {
    .offers-unlock-container {
        width: 100%;
        max-width: 788px;
        min-height: auto;
        padding: 80px 0px 0px;
    }

    .logo-box {
        width: 100px;
        height: 100px;
        margin-bottom: 61px;
    }

    .unlock-title {
        font-size: 72px !important;
        font-weight: 700;
        line-height: 1;
        width: auto;
        max-width: 788px;
        height: auto;
        margin-bottom: 103px;
    }

    .unlock-subtitle-main {
        font-size: 42px !important;
        line-height: 1.1;
        width: 740px;
        max-width: 100%;
        height: auto;
        margin-bottom: 75px;
        color: #ffffff;
    }

    .unlock-subtitle-sub {
        font-size: 18px !important;
        line-height: 1.5;
        width: 487px;
        max-width: 100%;
        height: auto;
        margin-bottom: 97px;
    }

    .btn-unlock-cta {
        width: 260px !important;
        height: 60px;
        margin-bottom: 30px;
    }
}