.privacy-wrap {
    width: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    overflow: hidden;
    background: #f3f5f2;
}

.privacy-page {
    padding: .22rem .18rem .34rem;
    color: #18201b;
    background: #f3f5f2;
    font-family: Arial, Helvetica, sans-serif;
}

.privacy-page p {
    margin: 0;
    color: #334039;
    font-size: .22rem;
    line-height: .36rem;
}

.privacy-hero {
    border-radius: .08rem;
    border: 1px solid rgba(216, 164, 59, .72);
    background: linear-gradient(135deg, #102a1c 0%, #07180f 100%);
    padding: .36rem .28rem;
    color: #fff;
    box-shadow: 0 .1rem .28rem rgba(12, 34, 21, .18);
}

.privacy-kicker {
    color: #f4c95d;
    font-size: .18rem;
    font-weight: 800;
    line-height: .28rem;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: .1rem;
}

.privacy-hero h1 {
    margin: 0 0 .16rem;
    color: #fff;
    font-size: .42rem;
    line-height: .52rem;
    font-weight: 800;
}

.privacy-hero p {
    max-width: 6.3rem;
    color: #edf5ef;
    font-size: .22rem;
    line-height: .36rem;
}

.privacy-card,
.privacy-point {
    background: #fff;
    border: 1px solid #dbe4dc;
    border-radius: .08rem;
    box-shadow: 0 .05rem .16rem rgba(21, 38, 28, .08);
}

.privacy-card {
    margin-top: .22rem;
    padding: .26rem;
}

.card-heading {
    display: flex;
    align-items: center;
    gap: .12rem;
    margin-bottom: .14rem;
}

.card-heading > span,
.privacy-point > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: .42rem;
    height: .42rem;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: .2rem;
    flex: 0 0 auto;
}

.privacy-card h2,
.privacy-point h3 {
    margin: 0;
    color: #000;
    font-weight: 800;
}

.privacy-card h2 {
    font-size: .3rem;
    line-height: .36rem;
}

.privacy-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .16rem;
    margin-top: .22rem;
}

.privacy-point {
    padding: .22rem;
}

.privacy-point h3 {
    margin-top: .16rem;
    margin-bottom: .08rem;
    font-size: .24rem;
    line-height: .3rem;
}

.privacy-point p {
    font-size: .19rem;
    line-height: .32rem;
}

.responsibility-card {
    background: #0f2f1e;
    border-color: #cfa646;
}

.responsibility-card h2,
.responsibility-card p {
    color: #fff;
}

.privacy-notice {
    margin-top: .22rem;
    padding: .28rem .24rem;
    border-radius: .08rem;
    border: 1px solid rgba(216, 164, 59, .72);
    background: linear-gradient(180deg, #102a1c 0%, #07180f 100%);
    box-shadow: 0 .06rem .18rem rgba(10, 30, 18, .18);
}

.notice-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .16rem;
    min-height: .44rem;
    padding: .08rem .2rem;
    border-radius: .06rem;
    background: #fff;
    color: #102417;
    font-size: .2rem;
    line-height: .28rem;
    font-weight: 800;
}

.privacy-notice p {
    color: #edf5ef;
    font-size: .21rem;
    line-height: .36rem;
}

.privacy-notice b {
    color: #f4c95d;
}

@media (max-width: 640px) {
    .privacy-page {
        padding: .2rem .14rem .3rem;
    }

    .privacy-hero {
        padding: .3rem .2rem;
    }

    .privacy-hero h1 {
        font-size: .34rem;
        line-height: .43rem;
    }

    .privacy-page p,
    .privacy-hero p {
        font-size: .2rem;
        line-height: .34rem;
    }

    .privacy-grid {
        grid-template-columns: 1fr;
    }

    .privacy-card,
    .privacy-point,
    .privacy-notice {
        padding: .22rem .18rem;
    }
}
