.ul-privacy-page {
    padding: 120px 0 60px;
    background: var(--ast-global-color-5);
}

/* Hero */
.privacy-hero {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.privacy-hero h1 {
    font-size: 2.8rem;
    margin-bottom: 12px;
}
.privacy-hero .privacy-effective {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ast-global-color-4);
    background: var(--ast-global-color-0);
    padding: 4px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.privacy-hero p {
    color: var(--ast-global-color-3);
    line-height: 1.7;
}

/* Content */
.privacy-content {
    max-width: 800px;
    margin: 0 auto;
}

.privacy-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--ast-global-color-6);
}
.privacy-section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.privacy-section h2 {
    font-size: 1.5rem;
    margin-bottom: 18px;
    color: var(--ast-global-color-2);
    padding-left: 20px;
    border-left: 3px solid var(--ast-global-color-0);
}
.privacy-section p {
    color: var(--ast-global-color-3);
    line-height: 1.8;
    margin-bottom: 14px;
}
.privacy-section ul {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}
.privacy-section ul li {
    position: relative;
    padding: 10px 0 10px 28px;
    color: var(--ast-global-color-3);
    line-height: 1.7;
    border-bottom: 1px solid var(--ast-global-color-6);
}
.privacy-section ul li:last-child {
    border-bottom: none;
}
.privacy-section ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ast-global-color-0);
    opacity: 0.4;
}
.privacy-section ul li strong {
    color: var(--ast-global-color-2);
    font-weight: 600;
}
.privacy-section a {
    color: var(--ast-global-color-0);
    text-decoration: none;
    font-weight: 500;
}
.privacy-section a:hover {
    text-decoration: underline;
}

/* Contact list in last section */
.privacy-contact li {
    padding: 10px 0 10px 28px;
    border-bottom: 1px solid var(--ast-global-color-6);
}
.privacy-contact li:last-child {
    border-bottom: none;
}

/* Tablet */
@media (max-width: 1024px) {
    .privacy-hero h1 {
        font-size: 2.2rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .ul-privacy-page {
        padding: 100px 0 40px;
    }
    .privacy-hero h1 {
        font-size: 1.8rem;
    }
    .privacy-hero {
        margin-bottom: 40px;
    }
    .privacy-section h2 {
        font-size: 1.25rem;
        padding-left: 14px;
    }
    .privacy-section ul li {
        padding-left: 22px;
    }
    .privacy-section ul li::before {
        left: 0;
        top: 17px;
        width: 6px;
        height: 6px;
    }
}
