/* 中文源码说明：css/mobile/privacy.css 负责页面视觉样式、布局与响应式表现；修改时请同步检查相关调用与发布产物。 */
/* Mobile Styles for Privacy Page (< 768px) — Premium 统一 */

.page-header {
    background-color: #0a1128;
    padding: 90px 0 44px !important;
    margin-top: -56px !important;
    width: 100% !important;
    max-width: 100% !important;
    color: white;
    text-align: center !important;
    background-image: linear-gradient(135deg, rgba(10, 17, 40, 0.95), rgba(28, 46, 100, 0.9)), url('https://cos.medicine.net/worldsleep/site-assets/v2/assets/images/20260127-110714.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.page-header::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #cba174, transparent);
}

.page-header h1 {
    font-family: var(--worldsleep-font) !important;
    font-size: 1.8rem !important;
    margin-bottom: 12px !important;
    color: white !important;
    text-align: center !important;
    letter-spacing: -0.3px;
}

.page-header .last-updated {
    font-family: 'Noto Sans SC', sans-serif;
    font-size: 0.78rem;
    color: #cba174;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.content-section {
    padding: 50px 0 70px;
    background: linear-gradient(135deg, #f6f8fc 0%, #ffffff 50%, #f3f6fb 100%);
}

.policy-container {
    max-width: 100%;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.7);
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(10, 17, 40, 0.06);
    padding: 28px 22px 24px;
    position: relative;
    overflow: hidden;
}

.policy-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #cba174, #d97706);
}

.policy-content > p:first-of-type {
    font-size: 1.04rem;
    color: #334155;
    line-height: 1.8;
}

.policy-content h2 {
    font-family: 'Noto Serif SC', serif;
    font-size: 1.3rem;
    color: #0a1128;
    margin-top: 36px;
    margin-bottom: 16px;
    padding-left: 14px;
    letter-spacing: -0.2px;
    position: relative;
}

.policy-content h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 3px;
    border-radius: 2px;
    background: linear-gradient(180deg, #cba174, #d97706);
}

.policy-content h2:first-child {
    margin-top: 0;
}

.policy-content p {
    font-size: 0.98rem;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 16px;
    letter-spacing: 0.1px;
}

.policy-content ul {
    margin: 0 0 20px;
    padding-left: 20px;
    list-style-type: disc;
}

.policy-content li {
    font-size: 0.98rem;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 10px;
    padding-left: 5px;
    letter-spacing: 0.1px;
}

.policy-content li::marker {
    color: #cba174;
}

.policy-content strong {
    color: #0f172a;
}

.contact-box {
    background: linear-gradient(135deg, #0a1128 0%, #1c2e64 100%);
    border: none;
    border-radius: 14px;
    padding: 24px 22px;
    margin-top: 36px;
    color: #e2e8f0;
    position: relative;
    overflow: hidden;
}

.contact-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #cba174, #d97706);
}

.contact-box h3 {
    margin: 0 0 8px 0;
    font-family: 'Noto Serif SC', serif;
    font-size: 1.15rem;
    color: #ffffff;
}

.contact-box p {
    margin: 0;
    font-size: 0.95rem;
    color: #cbd5e1;
}
