.page-header {
    background: linear-gradient(135deg, #1B8CFB 0%, #0a5fc9 100%);
    color: #fff;
    padding: 4rem 2rem;
    text-align: center;
}

.page-header h1 {
    font-size: 3rem;
    color: #fff;
    margin-bottom: 1rem;
}

.page-header p {
    font-size: 1.3rem;
    opacity: 0.9;
}

.intro {
    padding: 4rem 0;
    background: #fff;
}

.intro-box {
    max-width: 900px;
    margin: 0 auto;
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    border-left: 5px solid #1B8CFB;
}

.intro-box p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

.compliance {
    padding: 4rem 0;
    background: #f8f9fa;
}

.compliance-content {
    max-width: 900px;
    margin: 2rem auto;
}

.compliance-content>p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.partner-info {
    background: linear-gradient(135deg, #1B8CFB 0%, #0a5fc9 100%);
    color: #fff;
    padding: 2rem;
    border-radius: 10px;
    margin: 2rem 0;
}

.partner-info h3 {
    color: #fff;
    margin-bottom: 1rem;
}

.partner-details {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: 5px;
}

.partner-details p {
    margin: 0.5rem 0;
}

.partner-details a {
    color: #fff;
    text-decoration: underline;
}

.note {
    font-style: italic;
    color: #666;
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
}

.data-security {
    padding: 4rem 0;
    background: #fff;
}

.section-intro {
    max-width: 900px;
    margin: 1rem auto 3rem;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    text-align: center;
}

.security-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.security-item {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.security-item:hover {
    background: #fff;
    border-color: #1B8CFB;
    box-shadow: 0 10px 30px rgba(27, 140, 251, 0.2);
    transform: translateY(-5px);
}

.security-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.security-item h3 {
    color: #1B8CFB;
    margin-bottom: 1rem;
}

.security-item p {
    color: #666;
    line-height: 1.6;
}

.warning-box {
    max-width: 900px;
    margin: 3rem auto 0;
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 1.5rem;
    border-radius: 5px;
}

.warning-box p {
    color: #856404;
    line-height: 1.6;
    margin: 0;
}

.info-purpose {
    padding: 4rem 0;
    background: #f8f9fa;
}

.purpose-list {
    max-width: 900px;
    margin: 2rem auto;
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.purpose-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #ecf0f1;
}

.purpose-item:last-child {
    border-bottom: none;
}

.bullet {
    color: #1B8CFB;
    font-weight: bold;
    flex-shrink: 0;
}

.purpose-item p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.info-usage {
    padding: 4rem 0;
    background: #fff;
}

.usage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.usage-card {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    border-left: 4px solid #1B8CFB;
    transition: all 0.3s;
}

.usage-card:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(27, 140, 251, 0.2);
    transform: translateY(-5px);
}

.usage-card h3 {
    color: #1B8CFB;
    margin-bottom: 1rem;
}

.usage-card p {
    color: #666;
    line-height: 1.6;
}

.user-rights {
    padding: 4rem 0;
    background: #f8f9fa;
}

.rights-obligations {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.rights-box,
.obligations-box {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.rights-box h3,
.obligations-box h3 {
    color: #1B8CFB;
    margin-bottom: 1.5rem;
}

.rights-box ul,
.obligations-box ul {
    list-style: none;
    padding-left: 0;
}

.rights-box li,
.obligations-box li {
    padding: 0.75rem 0;
    padding-left: 1.5rem;
    color: #555;
    position: relative;
    line-height: 1.6;
}

.rights-box li::before,
.obligations-box li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #1B8CFB;
    font-weight: bold;
}

.info-storage {
    padding: 4rem 0;
    background: #fff;
}

.storage-items {
    max-width: 900px;
    margin: 3rem auto;
}

.storage-item {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    transition: all 0.3s;
}

.storage-item:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(27, 140, 251, 0.2);
}

.item-number {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: #1B8CFB;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.item-content h3 {
    color: #1B8CFB;
    margin-bottom: 1rem;
}

.item-content p {
    color: #666;
    line-height: 1.6;
}

.storage-note {
    max-width: 900px;
    margin: 3rem auto 0;
    background: #d1ecf1;
    border-left: 5px solid #0c5460;
    padding: 1.5rem;
    border-radius: 5px;
}

.storage-note p {
    color: #0c5460;
    line-height: 1.6;
    margin: 0;
}

.collected-info {
    padding: 4rem 0;
    background: #f8f9fa;
}

.info-categories {
    max-width: 900px;
    margin: 3rem auto;
}

.info-category {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.category-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.category-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #1B8CFB;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.category-header h3 {
    color: #1B8CFB;
    margin: 0;
}

.info-category p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1rem;
    text-align: justify;
}

.info-category a {
    color: #1B8CFB;
    word-break: break-all;
}

.highlight {
    color: #1B8CFB;
    font-weight: 600;
}

.policy-changes {
    padding: 4rem 0;
    background: #fff;
}

.changes-box {
    max-width: 900px;
    margin: 2rem auto;
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    border-left: 5px solid #1B8CFB;
}

.changes-box p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.changes-box a {
    color: #1B8CFB;
    text-decoration: none;
}

.changes-box a:hover {
    text-decoration: underline;
}

.account-deletion {
    padding: 4rem 0;
    background: #f8f9fa;
}

.deletion-content {
    max-width: 900px;
    margin: 2rem auto;
}

.deletion-method {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.deletion-method h3 {
    color: #1B8CFB;
    margin-bottom: 1rem;
}

.deletion-method ul {
    list-style: none;
    padding-left: 0;
}

.deletion-method li {
    padding: 0.75rem 0;
    padding-left: 1.5rem;
    color: #555;
    position: relative;
    line-height: 1.6;
}

.deletion-method li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #1B8CFB;
    font-weight: bold;
}

.deletion-method a {
    color: #1B8CFB;
}

.deletion-policy {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.deletion-policy p {
    color: #555;
    line-height: 1.8;
    margin: 0;
}

.intellectual-property {
    padding: 4rem 0;
    background: #fff;
}

.ip-content {
    max-width: 900px;
    margin: 2rem auto;
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
}

.ip-content p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1rem;
    text-align: justify;
}

.third-party {
    padding: 4rem 0;
    background: #f8f9fa;
}

.third-party-content {
    max-width: 900px;
    margin: 2rem auto;
}

.intro-text {
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
}

.sharing-partners {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sharing-partners h3 {
    color: #1B8CFB;
    margin-bottom: 1rem;
}

.sharing-partners ul {
    list-style: none;
    padding-left: 0;
}

.sharing-partners li {
    padding: 0.75rem 0;
    padding-left: 1.5rem;
    color: #555;
    position: relative;
    line-height: 1.6;
}

.sharing-partners li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: #1B8CFB;
    font-weight: bold;
}

.important-note {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 1.5rem;
    border-radius: 5px;
    margin-bottom: 2rem;
}

.important-note p {
    color: #856404;
    line-height: 1.8;
    margin: 0;
}

.sharing-policy {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sharing-policy h3 {
    color: #1B8CFB;
    margin-bottom: 1rem;
}

.sharing-policy p {
    color: #555;
    line-height: 1.8;
    text-align: justify;
}

.developer-intro {
    padding: 4rem 0;
    background: #fff;
}

.developer-content {
    max-width: 900px;
    margin: 2rem auto;
}

.company-intro {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.company-strengths {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    margin: 2rem 0;
}

.company-strengths h3 {
    color: #1B8CFB;
    margin-bottom: 1.5rem;
}

.strengths-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.strength-item {
    background: #fff;
    padding: 1.5rem;
    border-radius: 5px;
    border-left: 4px solid #1B8CFB;
}

.strength-item h4 {
    color: #1B8CFB;
    margin-bottom: 0.5rem;
}

.strength-item p {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

.team-intro {
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

.contact-section {
    padding: 4rem 0;
    background: #f8f9fa;
}

.contact-box {
    max-width: 900px;
    margin: 2rem auto;
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-intro {
    color: #555;
    line-height: 1.8;
    margin-bottom: 2rem;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.contact-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.contact-item div {
    color: #555;
    line-height: 1.6;
}

.contact-item a {
    color: #1B8CFB;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .page-header h1 {
        font-size: 2rem;
    }

    .page-header p {
        font-size: 1.1rem;
    }

    .security-grid {
        grid-template-columns: 1fr;
    }

    .usage-grid {
        grid-template-columns: 1fr;
    }

    .rights-obligations {
        grid-template-columns: 1fr;
    }

    .storage-item {
        flex-direction: column;
    }

    .strengths-grid {
        grid-template-columns: 1fr;
    }

    .intro-box,
    .compliance-content,
    .storage-items,
    .info-categories,
    .changes-box,
    .deletion-content,
    .ip-content,
    .third-party-content,
    .developer-content,
    .contact-box {
        padding: 1.5rem;
    }
}