.privacy-return {
    display: block;
    margin: 38px 36px 16px 0;
    color: #fff;
    font-size: 14px;
    text-align: right;
    text-shadow: 0 2px 4px #000;
}

.privacy-content { position: relative; padding: 0 41px 46px; }

.privacy-card {
    position: relative;
    min-height: 720px;
    padding: 45px 32px 28px;
    overflow: hidden;
    border-radius: 12px;
    background: url("../images/page-privacy/Black Glass.webp") center/100% 100% no-repeat;
    box-shadow: inset 0 0 34px rgba(114, 35, 255, 0.28);
}

.privacy-title { width: 380px; max-width: 82%; margin: 0 auto 25px; }

.privacy-intro {
    max-width: 720px;
    margin: 0 auto 30px;
    line-height: 1.32;
    text-align: center;
    text-shadow: 0 2px 3px #000;
}

.privacy-note {
    max-width: 800px;
    margin: 0 auto 42px;
    padding: 22px 30px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
    line-height: 1.28;
    text-align: center;
}

.policy-section { margin: 0 auto 34px; }

.policy-section-title {
    width: 440px;
    max-width: 100%;
    min-height: 43px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/bg/Shape Yellow.webp") center/100% 100% no-repeat;
    font-size: 19px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-shadow: 0 2px 3px #000;
}

.info-table, .use-list { max-width: 830px; margin: 0 auto; line-height: 1.22; }

.info-table {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 19px 27px;
}

.info-table dt, .use-row strong { color: #00eaff; font-weight: 900; }
.info-table dd { margin: 0; }
.use-list p { margin: 0 0 15px; }

.use-row {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 27px;
    margin-bottom: 15px;
}

.rights-grid {
    max-width: 760px;
    margin: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px 70px;
}

.rights-grid span { position: relative; padding-left: 31px; }

.rights-grid span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 17px;
    height: 17px;
    transform: translateY(-50%);
    background: url("../images/page-privacy/Star.webp") center/contain no-repeat;
}

.updated-time { margin: 28px 0 0; color: rgba(255, 255, 255, 0.38); text-align: center; }

.agree-wrap { position: relative; width: 590px; max-width: 86%; margin: 44px auto 0; display: block; }
.agree-wrap:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -84px;
    width: 720px;
    height: 112px;
    background: url("../images/bg/Shape Yellow.webp") center/100% 100% no-repeat;
    opacity: 0.42;
    transform: translateX(-50%);
    pointer-events: none;
}

.agree-button { position: relative; z-index: 1; display: block; }
.agree-button img { width: 100%; }

@media (max-width: 767px) {
    .privacy-return { margin: 23px 21px 12px 0; font-size: 14px; }
    .privacy-content { padding: 0 13px 25px; }
    .privacy-card { min-height: 739px; padding: 24px 13px 17px; border-width: 1px; border-radius: 6px; }
    .privacy-title { width: 210px; margin-bottom: 15px; }
    .privacy-intro { margin-bottom: 22px; line-height: 1.28; }
    .privacy-note { margin-bottom: 27px; padding: 15px; border-radius: 4px; line-height: 1.22; }
    .policy-section { margin-bottom: 25px; }
    .policy-section-title { min-height: 25px; margin-bottom: 14px; font-size: 14px; }
    .info-table { grid-template-columns: 109px minmax(0, 1fr); gap: 14px; line-height: 1.18; }
    .use-list { line-height: 1.2; }
    .use-list p, .use-row { margin-bottom: 11px; }
    .use-row { grid-template-columns: 136px minmax(0, 1fr); gap: 14px; }
    .rights-grid { gap: 15px 25px; }
    .rights-grid span { padding-left: 18px; }
    .rights-grid span:before { width: 10px; height: 10px; }
    .updated-time { margin-top: 21px; }
    .agree-wrap { width: 244px; margin-top: 21px; }
    .agree-wrap:after { top: -38px; width: 330px; height: 54px; }
}
