* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Futura PT", sans-serif;
    caret-color: transparent;
    scroll-behavior: smooth;
}


/* PAGE HEADER */

.privacy-header {
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 70px 0 55px;
}

.privacy-header p {
    color: #888;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.privacy-header h1 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 3px;
}

.privacy-header hr {
    width: 50px;
    height: 2px;
    border: none;
    background-color: gold;
    margin: 18px auto;
}

.privacy-header span {
    color: #999;
    font-size: 12px;
    letter-spacing: 2px;
}


.privacy-intro {
    width: 70%;
    max-width: 850px;
    margin: auto;
    text-align: center;
    padding-bottom: 75px;
}

.privacy-label {
    color: gold !important;
    font-size: 13px !important;
    letter-spacing: 3px;
    margin-bottom: 15px !important;
}

.privacy-intro h2 {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.privacy-intro p {
    color: #777;
    font-size: 13px;
    line-height: 1.9;
    margin-bottom: 12px;
}

.privacy-intro p span{
    background-color: #000;
    padding: 5px;
    color: gold;
    border-radius: 50px;
    font-size: 14px;
    margin-right: 5px;
}

.privacy-intro .privacy-updated {
    color: #888;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 25px;
}


.privacy-content {
    width: 85%;
    max-width: 1050px;
    margin: auto;
}


.privacy-block {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 35px;
    padding: 45px 0;
    border-top: 1px solid #eee;
}

.privacy-number {
    color: gold;
    font-size: 14px;
    font-weight: bold;
    padding-top: 3px;
    background-color: #000;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.privacy-block h2 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.privacy-block p {
    color: #888;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 15px;
    max-width: 750px;
}

.privacy-block ul {
    margin: 15px 0 0 18px;
    padding: 0;
}

.privacy-block li {
    color: #888;
    font-size: 14px;
    line-height: 2;
    padding-left: 5px;
}


.privacy-contact-button {
    display: inline-block;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    padding: 11px 20px;
    font-size: 9px;
    letter-spacing: 1.5px;
    margin-top: 10px;
    transition: .3s;
}

.privacy-contact-button:hover {
    background-color: #000;
    color: white;
}


.shop-now-cta {
    margin-top: 70px;
    background-color: #000;
    color: white;
    text-align: center;
    padding: 65px 20px;
}

.shop-now-cta p {
    color: gold;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.shop-now-cta h2 {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.shop-now-cta a {
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    padding: 12px 25px;
    font-size: 9px;
    letter-spacing: 2px;
    transition: .3s;
}

.shop-now-cta a:hover {
    background-color: gold;
    border-color: gold;
    color: #000;
}







@media (max-width: 768px) {


    .privacy-header {
        width: 90%;
        padding: 50px 0 40px;
    }

    .privacy-header p {
        font-size: 12px;
        letter-spacing: 2.5px;
    }

    .privacy-header h1 {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .privacy-header hr {
        width: 40px;
        margin: 15px auto;
    }

    .privacy-header span {
        font-size: 10px;
        letter-spacing: 1.5px;
    }



    .privacy-intro {
        width: 88%;
        padding-bottom: 50px;
    }

    .privacy-label {
        font-size: 11px !important;
        letter-spacing: 2.5px;
    }

    .privacy-intro h2 {
        font-size: 19px;
        line-height: 1.4;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    .privacy-intro p {
        font-size: 13px;
        line-height: 1.8;
    }

    .privacy-intro p span {
        font-size: 12px;
        padding: 4px;
    }

    .privacy-intro .privacy-updated {
        font-size: 10px;
        margin-top: 20px;
    }


    .privacy-content {
        width: 88%;
    }


    .privacy-block {
        grid-template-columns: 40px 1fr;
        gap: 18px;
        padding: 35px 0;
    }



    .privacy-number {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }


    .privacy-block h2 {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 1.2px;
        margin-bottom: 15px;
    }



    .privacy-block p {
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 13px;
    }


    .privacy-block ul {
        margin: 12px 0 0 15px;
    }

    .privacy-block li {
        font-size: 13px;
        line-height: 1.8;
        padding-left: 4px;
    }


    .privacy-contact-button {
        padding: 11px 16px;
        font-size: 8px;
        letter-spacing: 1.3px;
    }


    .shop-now-cta {
        margin-top: 45px;
        padding: 50px 20px;
    }

    .shop-now-cta p {
        font-size: 11px;
        letter-spacing: 2.5px;
    }

    .shop-now-cta h2 {
        font-size: 17px;
        line-height: 1.5;
        letter-spacing: 1.5px;
        margin-bottom: 22px;
    }

    .shop-now-cta a {
        padding: 11px 22px;
        font-size: 8px;
        letter-spacing: 1.5px;
    }

}
