/* =========================================================
   BEACH PARADISE MIRAMAR
   LEGAL PAGES
   Terms & Conditions + Privacy Policy
   ========================================================= */


/* =========================================================
   RESET
   ========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {
    font-family: "Poppins", sans-serif;
    background: #f7f8fa;
    color: #0c104f;
    line-height: 1.7;
}


a {
    text-decoration: none;
    color: inherit;
}


/* =========================================================
   HEADER
   ========================================================= */

.bp-legal-header {
    position: relative;
    width: 100%;

    background: #071044;

    border-bottom: 1px solid
        rgba(255,255,255,.10);
}


.bp-legal-nav {
    width: min(
        1350px,
        calc(100% - 80px)
    );

    min-height: 88px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;
}


/* =========================================================
   LOGO
   ========================================================= */

.bp-legal-logo {
    display: flex;

    flex-direction: column;

    line-height: 1;

    color: #ffffff;
}


.bp-legal-logo span {
    font-size: 9px;

    font-weight: 500;

    letter-spacing: 4px;

    color: #54c8ed;

    margin-bottom: 4px;
}


.bp-legal-logo strong {
    font-size: 18px;

    font-weight: 700;

    letter-spacing: 1px;
}


.bp-legal-logo small {
    margin-top: 5px;

    font-size: 7px;

    letter-spacing: 2px;

    color: rgba(255,255,255,.55);
}


/* =========================================================
   BACK HOME
   ========================================================= */

.bp-back-home {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 10px 16px;

    border: 1px solid
        rgba(255,255,255,.20);

    border-radius: 50px;

    color: #ffffff;

    font-size: 10px;

    font-weight: 500;

    transition:
        background .3s ease,
        border-color .3s ease,
        transform .3s ease;
}


.bp-back-home i {
    font-size: 9px;
}


.bp-back-home:hover {
    background: #159bd0;

    border-color: #159bd0;

    transform: translateX(-2px);
}


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

.bp-legal-hero {
    position: relative;

    min-height: 390px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 85% 30%,
            rgba(21,155,208,.20),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #071044 0%,
            #0c104f 55%,
            #061a43 100%
        );
}


.bp-legal-hero::before {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    right: -280px;
    top: -250px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(84,200,237,.12),
            transparent 70%
        );
}


.bp-legal-hero-content {
    position: relative;

    z-index: 2;

    width: min(
        1350px,
        calc(100% - 80px)
    );

    margin: 0 auto;
}


.bp-legal-label {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #54c8ed;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 2px;
}


.bp-legal-label::before {
    content: "";

    width: 28px;

    height: 2px;

    background: #159bd0;
}


.bp-legal-hero h1 {
    margin-top: 16px;

    color: #ffffff;

    font-size: clamp(
        48px,
        6vw,
        82px
    );

    line-height: .98;

    letter-spacing: -3px;

    font-weight: 700;
}


.bp-legal-hero h1 em {
    color: #54c8ed;

    font-family: Georgia, serif;

    font-weight: 400;
}


.bp-legal-hero p {
    max-width: 580px;

    margin-top: 20px;

    color: rgba(255,255,255,.65);

    font-size: 13px;

    line-height: 1.8;
}


/* =========================================================
   MAIN CONTENT
   ========================================================= */

.bp-legal-content {
    width: min(
        1000px,
        calc(100% - 80px)
    );

    margin: 0 auto;

    padding: 75px 0 90px;
}


.bp-last-updated {
    margin-bottom: 55px;

    color: #8b9098;

    font-size: 10px;

    font-weight: 500;

    letter-spacing: .5px;

    text-transform: uppercase;
}


/* =========================================================
   LEGAL SECTION
   ========================================================= */

.bp-legal-section {
    display: grid;

    grid-template-columns: 60px 1fr;

    gap: 28px;

    padding: 0 0 45px;

    margin-bottom: 45px;

    border-bottom:
        1px solid #e2e5e9;
}


.bp-section-number {
    display: flex;

    align-items: flex-start;

    justify-content: center;

    width: 40px;

    height: 40px;

    padding-top: 11px;

    border-radius: 50%;

    background: #0c104f;

    color: #ffffff;

    font-size: 9px;

    font-weight: 600;
}


.bp-legal-section h2 {
    margin-bottom: 14px;

    color: #0c104f;

    font-size: 25px;

    line-height: 1.2;

    font-weight: 600;

    letter-spacing: -.5px;
}


.bp-legal-section p {
    margin-bottom: 13px;

    color: #686e78;

    font-size: 13px;

    line-height: 1.9;
}


.bp-legal-section p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   CONTACT BLOCK
   ========================================================= */

.bp-legal-contact {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    margin-top: 70px;

    padding: 45px;

    border-radius: 20px;

    background:
        linear-gradient(
            135deg,
            #071044,
            #0c104f
        );

    overflow: hidden;

    position: relative;
}


.bp-legal-contact::after {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    right: -100px;
    bottom: -150px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(21,155,208,.25),
            transparent 70%
        );
}


.bp-legal-contact > div {
    position: relative;

    z-index: 2;
}


.bp-legal-contact span {
    color: #54c8ed;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 2px;
}


.bp-legal-contact h2 {
    margin-top: 8px;

    color: #ffffff;

    font-size: 32px;

    line-height: 1.1;
}


.bp-legal-contact h2 em {
    color: #54c8ed;

    font-family: Georgia, serif;

    font-weight: 400;
}


.bp-legal-contact a {
    position: relative;

    z-index: 3;

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 12px 18px;

    border-radius: 50px;

    background: #159bd0;

    color: #ffffff;

    font-size: 10px;

    font-weight: 600;

    white-space: nowrap;

    transition:
        transform .3s ease,
        background .3s ease;
}


.bp-legal-contact a i {
    font-size: 9px;

    transition:
        transform .3s ease;
}


.bp-legal-contact a:hover {
    background: #54c8ed;

    transform: translateY(-2px);
}


.bp-legal-contact a:hover i {
    transform: translateX(4px);
}


/* =========================================================
   FOOTER
   ========================================================= */

.bp-legal-footer {
    width: min(
        1350px,
        calc(100% - 80px)
    );

    margin: 0 auto;

    padding: 25px 0 30px;

    border-top:
        1px solid #e0e3e7;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    color: #858a92;

    font-size: 9px;
}


.bp-legal-footer div {
    display: flex;

    align-items: center;

    gap: 9px;
}


.bp-legal-footer a {
    color: #60656d;

    transition:
        color .3s ease;
}


.bp-legal-footer a:hover {
    color: #159bd0;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .bp-legal-nav,
    .bp-legal-hero-content,
    .bp-legal-footer {
        width: calc(100% - 50px);
    }


    .bp-legal-content {
        width: calc(100% - 50px);
    }


    .bp-legal-hero {
        min-height: 340px;
    }


    .bp-legal-hero h1 {
        font-size: 62px;
    }


    .bp-legal-contact {
        padding: 35px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .bp-legal-nav,
    .bp-legal-hero-content,
    .bp-legal-footer {
        width: calc(100% - 30px);
    }


    .bp-legal-content {
        width: calc(100% - 30px);

        padding-top: 50px;
    }


    .bp-legal-header {
        min-height: 75px;
    }


    .bp-legal-nav {
        min-height: 75px;
    }


    .bp-legal-logo strong {
        font-size: 15px;
    }


    .bp-legal-logo span {
        font-size: 7px;

        letter-spacing: 3px;
    }


    .bp-back-home {
        padding: 9px 12px;

        font-size: 9px;
    }


    .bp-back-home i {
        display: none;
    }


    .bp-legal-hero {
        min-height: 330px;
    }


    .bp-legal-hero-content {
        width: calc(100% - 30px);
    }


    .bp-legal-hero h1 {
        font-size: 50px;

        letter-spacing: -2px;
    }


    .bp-legal-hero p {
        font-size: 12px;
    }


    .bp-last-updated {
        margin-bottom: 40px;
    }


    .bp-legal-section {
        grid-template-columns: 42px 1fr;

        gap: 15px;

        padding-bottom: 35px;

        margin-bottom: 35px;
    }


    .bp-section-number {
        width: 34px;

        height: 34px;

        padding-top: 8px;

        font-size: 8px;
    }


    .bp-legal-section h2 {
        font-size: 21px;
    }


    .bp-legal-section p {
        font-size: 12px;

        line-height: 1.8;
    }


    .bp-legal-contact {
        flex-direction: column;

        align-items: flex-start;

        padding: 30px;

        margin-top: 50px;
    }


    .bp-legal-contact h2 {
        font-size: 27px;
    }


    .bp-legal-contact a {
        margin-top: 5px;
    }


    .bp-legal-footer {
        flex-direction: column;

        align-items: flex-start;

        padding-bottom: 25px;
    }

}