.page-box {
    max-width: 1200px;
    margin: 0 auto;
    min-height: calc(100vh - 200px);
    padding: 0 20px;
        padding-top: 70px;
}

.privacy-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.9;
    color: #333333;
}

.privacy-header {
    text-align: center;
    padding: 40px 0 50px;
    border-bottom: 3px solid #f0f0f0;
    margin-bottom: 45px;
    margin-bottom: 40px;
}

.privacy-header h1 {
    font-size: 36px;
    color: #2c3e50;
    margin: 0 0 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.privacy-header p {
    font-size: 18px;
    color: #666;
    margin: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.privacy-section {
    position: relative;
    margin-bottom: 35px;
    padding: 30px 35px;
    background: #ffffff;
    transition: all 0.4s ease;
    overflow: hidden;
}

.privacy-section:hover {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.privacy-section:last-child {
    margin-bottom: 0;
}

.section-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, #D4AF37 0%, #f5b041 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    transition: transform 0.3s ease;
}

.privacy-section:hover .section-icon {
    transform: scale(1.1);
}

.section-icon i {
    font-size: 26px;
    color: #fff;
}

.privacy-section h2 {
    font-size: 26px;
    color: #2c3e50;
    margin: 0 0 28px;
    font-weight: 700;
    padding-bottom: 18px;
    border-bottom: 3px solid #D4AF37;
    display: inline-block;
    letter-spacing: 0.5px;
}

.privacy-section h3 {
    font-size: 20px;
    color: #34495e;
    margin: 28px 0 16px;
    font-weight: 600;
    padding-left: 15px;
    border-left: 4px solid #D4AF37;
    background: rgba(236, 159, 32, 0.05);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    border-radius: 0 6px 6px 0;
}

.privacy-section h3:first-of-type {
    margin-top: 0;
}

.privacy-section p {
    font-size: 17px;
    color: #4a5568;
    margin: 0 0 16px;
    text-align: justify;
    line-height: 2;
}

.privacy-section ul {
    margin: 0;
    padding: 0 0 0 30px;
}

.privacy-section li {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 12px;
    position: relative;
    list-style-type: none;
    padding-left: 20px;
    line-height: 1.8;
}

.privacy-section li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #D4AF37;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(236, 159, 32, 0.2);
}

.privacy-section li:last-child {
    margin-bottom: 0;
}

.privacy-section ul ul {
    margin-top: 12px;
    padding-left: 30px;
}

.policy-blocks-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
}

.policy-block {
    padding: 25px;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    transition: all 0.3s ease;
        margin-bottom: 20px;
}

.policy-block:hover {
    border-color: #D4AF37;
    box-shadow: 0 5px 20px rgba(236, 159, 32, 0.15);
    transform: translateY(-3px);
}

.policy-block h3 {
    margin-top: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    margin-bottom: 15px !important;
}

.policy-block p,
.policy-block li {
    font-size: 16px;
}

.policy-highlight {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 30px;
    background: linear-gradient(135deg, #e8f6f3 0%, #d5f5e3 100%);
    border-radius: 12px;
    border-left: 5px solid #27ae60;
    margin-top: 10px;
}

.policy-highlight i {
    font-size: 32px;
    color: #27ae60;
}

.policy-highlight p {
    margin: 0;
    font-weight: 600;
    color: #2c3e50;
    font-size: 19px;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.contact-solutions-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact-solutions-item:hover {
    background: rgba(236, 159, 32, 0.05);
    border-color: #D4AF37;
    transform: translateX(8px);
}

.contact-item-label {
    font-weight: 700;
    color: #2c3e50;
    min-width: 100px;
    font-size: 17px;
}

.contact-item-value {
    /* color: #4a5568 !important; */
    font-size: 17px;
    font-weight: 500;
}

.method-cards {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.method-card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 22px;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
}

.method-card:hover {
    border-color: #D4AF37;
    box-shadow: 0 5px 20px rgba(236, 159, 32, 0.2);
    transform: translateY(-2px);
}

.method-card i {
    font-size: 30px;
    color: #D4AF37;
}

.method-card span {
    font-size: 17px;
    font-weight: 600;
    color: #2c3e50;
}

.time-list li {
    position: relative;
    padding-left: 30px;
}

.time-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background: #D4AF37;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(236, 159, 32, 0.2);
}

.image-wrapper {
    position: relative;
    margin: 25px 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.image-wrapper:hover img {
    transform: scale(1.08);
}

[data-animate="fade-in"] {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

[data-animate="slide-up"] {
    opacity: 0;
    transform: translateY(40px);
}

[data-animate="slide-up"].animated {
    animation: slideUp 0.8s ease forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .page-box {
        max-width: 950px;
    }
}

@media (max-width: 768px) {
    .page-box {
        /* padding: 0 15px; */
        max-width: 100%;
                padding-top: 180px;
    }
    
    .privacy-header {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    
    .privacy-header h1 {
        font-size: 28px;
    }
    
    .privacy-header p {
        font-size: 16px;
    }
    
    .privacy-section {
        margin-bottom: 25px;
        padding: 22px 20px;
    }
    
    .section-icon {
        width: 45px;
        height: 45px;
        top: 20px;
        right: 20px;
    }
    
    .section-icon i {
        font-size: 20px;
    }
    
    .privacy-section h2 {
        font-size: 22px;
        padding-right: 60px;
        margin-bottom: 20px;
    }
    
    .privacy-section h3 {
        font-size: 18px;
        padding: 8px 12px;
    }
    
    .privacy-section p,
    .privacy-section li {
        font-size: 15px;
    }
    
    .method-cards {
        flex-direction: column;
    }
    
    .contact-solutions-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }
    
    .contact-item-label {
        margin-bottom: 8px;
        min-width: auto;
    }
    
    .policy-blocks-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .policy-block {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .privacy-header h1 {
        font-size: 24px;
    }
    
    .privacy-header p {
        font-size: 15px;
    }
    
    .privacy-section {
        padding: 18px 15px;
    }
    
    .privacy-section h2 {
        font-size: 20px;
    }
    
    .privacy-section h3 {
        font-size: 16px;
    }
}
