/*
========================
    TERMS OF SERVICE
========================
*/
.terms-gift {
    max-width: 900px;
    margin: 80px auto;
    padding: 60px 30px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.terms-gift h1 {
    font-size: 2.6rem;
    text-align: center;
    color: #7A5AF8;
    font-weight: 700;
    margin-bottom: 10px;
}

.demo-notice {
    text-align: center;
    font-size: 0.95rem;
    color: #5A4A9A;
    margin-bottom: 40px;
    font-style: italic;
}

.terms-gift h2 {
    font-size: 1.5rem;
    color: #4B3AA8;
    margin-top: 35px;
    margin-bottom: 12px;
    font-weight: 600;
    position: relative;
}

.terms-gift h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #7A5AF8, #C26BF5);
    margin-top: 8px;
    border-radius: 3px;
}

.terms-gift p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #333;
    margin-bottom: 18px;
}

.terms-gift::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 350px;
    height: 350px;
    background: url('/img/GiftBox.png') no-repeat center/contain;
    opacity: 0.12;
    pointer-events: none;
}

/*
====================
    PRIVACY PAGE
====================
*/
.privacy-gift {
    max-width: 900px;
    margin: 80px auto;
    padding: 60px 30px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.privacy-gift h1 {
    font-size: 2.6rem;
    text-align: center;
    color: #7A5AF8;
    font-weight: 700;
    margin-bottom: 10px;
}

.demo-notice {
    text-align: center;
    font-size: 0.95rem;
    color: #5A4A9A;
    margin-bottom: 40px;
    font-style: italic;
}

.privacy-gift h2 {
    font-size: 1.5rem;
    color: #4B3AA8;
    margin-top: 35px;
    margin-bottom: 12px;
    font-weight: 600;
}

.privacy-gift h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #7A5AF8, #C26BF5);
    margin-top: 8px;
    border-radius: 3px;
}

.privacy-gift p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #333;
    margin-bottom: 18px;
}

.privacy-gift::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 350px;
    height: 350px;
    background: url('/img/GiftBox.png') no-repeat center/contain;
    opacity: 0.12;
    pointer-events: none;
}


/*
==================
    ABOUT PAGE
==================
*/
.about-gift {
    max-width: 900px;
    margin: 80px auto;
    padding: 60px 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.about-gift h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: #7A5AF8;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
}

.about-gift h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #7A5AF8, #C26BF5);
    margin: 14px auto 26px;
    border-radius: 3px;
}

.about-gift p {
    font-size: 1.15rem;
    line-height: 1.75;
    color: #333;
    max-width: 720px;
    margin: auto;
}

.about-gift::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 360px;
    height: 360px;
    background: url('/img/GiftBox.png') no-repeat center/contain;
    opacity: 0.12;
    pointer-events: none;
}


/*
========================
    TERMS OF SERVICE
========================
*/
.terms-gift {
    max-width: 900px;
    margin: 80px auto;
    padding: 60px 30px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.terms-gift h1 {
    font-size: 2.6rem;
    text-align: center;
    color: #7A5AF8;
    font-weight: 700;
    margin-bottom: 10px;
}

.demo-notice {
    text-align: center;
    font-size: 0.95rem;
    color: #5A4A9A;
    margin-bottom: 40px;
    font-style: italic;
}

.terms-gift h2 {
    font-size: 1.5rem;
    color: #4B3AA8;
    margin-top: 35px;
    margin-bottom: 12px;
    font-weight: 600;
    position: relative;
}

.terms-gift h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #7A5AF8, #C26BF5);
    margin-top: 8px;
    border-radius: 3px;
}

.terms-gift p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #333;
    margin-bottom: 18px;
}

.terms-gift::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 350px;
    height: 350px;
    background: url('/img/GiftBox.png') no-repeat center/contain;
    opacity: 0.12;
    pointer-events: none;
}

/*
====================
    PRIVACY PAGE
====================
*/
.privacy-gift {
    max-width: 900px;
    margin: 80px auto;
    padding: 60px 30px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.privacy-gift h1 {
    font-size: 2.6rem;
    text-align: center;
    color: #7A5AF8;
    font-weight: 700;
    margin-bottom: 10px;
}

.privacy-gift h2 {
    font-size: 1.5rem;
    color: #4B3AA8;
    margin-top: 35px;
    margin-bottom: 12px;
    font-weight: 600;
}

.privacy-gift h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #7A5AF8, #C26BF5);
    margin-top: 8px;
    border-radius: 3px;
}

.privacy-gift p {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #333;
    margin-bottom: 18px;
}

.privacy-gift::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 350px;
    height: 350px;
    background: url('/img/GiftBox.png') no-repeat center/contain;
    opacity: 0.12;
    pointer-events: none;
}


/*
======================================
    RESPONSIVE CODE (SMALL MOBILE)
======================================
*/
@media (max-width: 480px) {
    .terms-gift,
    .privacy-gift {
        margin: 40px 16px;
        padding: 40px 18px;
    }

    .terms-gift h1,
    .privacy-gift h1 {
        font-size: 1.8rem;
    }

    .terms-gift h2,
    .privacy-gift h2 {
        font-size: 1.2rem;
    }

    .terms-gift p,
    .privacy-gift p {
        font-size: 0.95rem;
    }

    .terms-gift::before,
    .privacy-gift::before {
        width: 180px;
        height: 180px;
    }
}

/*
================================
    RESPONSIVE CODE (MOBILE)
================================
*/
@media (max-width: 768px) {
    .terms-gift,
    .privacy-gift {
        margin: 50px 20px;
        padding: 48px 22px;
    }

    .terms-gift h1,
    .privacy-gift h1 {
        font-size: 2.1rem;
    }

    .terms-gift h2,
    .privacy-gift h2 {
        font-size: 1.35rem;
    }

    .terms-gift::before,
    .privacy-gift::before {
        width: 240px;
        height: 240px;
    }
}

/*
================================
    RESPONSIVE CODE (TABLET)
================================
*/
@media (min-width: 769px) and (max-width: 1024px) {
    .terms-gift,
    .privacy-gift {
        max-width: 780px;
        margin: 60px auto;
        padding: 55px 28px;
    }

    .terms-gift h1,
    .privacy-gift h1 {
        font-size: 2.3rem;
    }

    .terms-gift::before,
    .privacy-gift::before {
        width: 280px;
        height: 280px;
    }
}