/* ===== Modern Policy Pages Styles (Privacy & Terms) ===== */

.modern-policy-page {
    background: #ffffff;
    overflow-x: hidden;
}

/* Hero Section */
.policy-hero-section {
    position: relative;
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    overflow: hidden;
}

.policy-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.05)"/></svg>');
    opacity: 0.3;
}

.policy-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.policy-hero-text {
    text-align: center;
    color: white;
}

.policy-hero-icon {
    width: 90px;
    height: 90px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.policy-hero-icon i {
    font-size: 2.5rem;
    color: white;
}

.policy-hero-title {
    font-size: 3.2rem;
    font-weight: 900;
    margin-bottom: 15px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.policy-hero-subtitle {
    font-size: 1.3rem;
    font-weight: 400;
    opacity: 0.95;
    margin-bottom: 10px;
}

.policy-hero-date {
    font-size: 1rem;
    opacity: 0.85;
    font-style: italic;
    margin-bottom: 0;
}

/* Content Section */
.policy-content-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%);
}

.policy-content-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

/* Introduction Box */
.policy-intro-box {
    background: white;
    padding: 35px 40px;
    border-radius: 15px;
    border-left: 5px solid #667eea;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
}

.policy-intro-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 0;
    font-weight: 500;
}

/* Policy Sections */
.policy-section {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
}

.policy-section-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.policy-section-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.policy-section-icon i {
    font-size: 1.6rem;
    color: white;
}

.policy-section-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 0;
}

/* Subsections */
.policy-subsection {
    margin-bottom: 25px;
}

.policy-subsection:last-child {
    margin-bottom: 0;
}

.policy-subsection-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.policy-subsection-title::before {
    content: '';
    width: 4px;
    height: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 2px;
}

.policy-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 0;
}

/* Policy Lists */
.policy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.policy-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #666;
}

.policy-list li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #667eea;
    font-size: 1rem;
}

.policy-list li:last-child {
    margin-bottom: 0;
}

/* Highlight Box */
.policy-highlight-box {
    background: linear-gradient(135deg, #f0f4ff 0%, #fff5f5 100%);
    padding: 25px 30px;
    border-radius: 12px;
    border-left: 4px solid #667eea;
    display: flex;
    align-items: start;
    gap: 20px;
}

.policy-highlight-box i {
    font-size: 2rem;
    color: #667eea;
    flex-shrink: 0;
    margin-top: 5px;
}

.policy-highlight-box p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 0;
    font-weight: 500;
}

/* Contact Section */
.policy-contact-section {
    margin-top: 50px;
}

.policy-contact-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
    display: flex;
    align-items: center;
    gap: 30px;
}

.policy-contact-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    backdrop-filter: blur(10px);
}

.policy-contact-icon i {
    font-size: 2rem;
    color: white;
}

.policy-contact-content {
    flex: 1;
}

.policy-contact-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: white;
    margin-bottom: 10px;
}

.policy-contact-text {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
}

.policy-contact-email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    background: white;
    color: #667eea;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.policy-contact-email:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    color: #764ba2;
}

.policy-contact-email i {
    font-size: 1rem;
}

/* Ordered Lists for Terms */
.policy-ordered-list {
    list-style: none;
    counter-reset: policy-counter;
    padding: 0;
    margin: 0;
}

.policy-ordered-list > li {
    counter-increment: policy-counter;
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #666;
}

.policy-ordered-list > li::before {
    content: counter(policy-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
}

/* Important Notice Box */
.policy-notice-box {
    background: linear-gradient(135deg, #fff5f5 0%, #ffefef 100%);
    padding: 25px 30px;
    border-radius: 12px;
    border-left: 4px solid #ff7e61;
    margin: 25px 0;
}

.policy-notice-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.policy-notice-header i {
    font-size: 1.5rem;
    color: #ff7e61;
}

.policy-notice-header h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0;
}

.policy-notice-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .policy-hero-title {
        font-size: 2.5rem;
    }

    .policy-section-title {
        font-size: 1.7rem;
    }
}

@media (max-width: 768px) {
    .policy-hero-section {
        padding: 80px 0 60px;
    }

    .policy-hero-title {
        font-size: 2rem;
    }

    .policy-hero-subtitle {
        font-size: 1.1rem;
    }

    .policy-hero-icon {
        width: 70px;
        height: 70px;
    }

    .policy-hero-icon i {
        font-size: 2rem;
    }

    .policy-content-section {
        padding: 60px 0;
    }

    .policy-intro-box {
        padding: 25px;
    }

    .policy-section {
        padding: 30px 25px;
    }

    .policy-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .policy-section-title {
        font-size: 1.5rem;
    }

    .policy-contact-card {
        flex-direction: column;
        padding: 35px 25px;
        text-align: center;
    }

    .policy-contact-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .policy-hero-title {
        font-size: 1.7rem;
    }

    .policy-hero-subtitle {
        font-size: 1rem;
    }

    .policy-intro-box {
        padding: 20px;
    }

    .policy-intro-text {
        font-size: 1rem;
    }

    .policy-section {
        padding: 25px 20px;
    }

    .policy-section-icon {
        width: 50px;
        height: 50px;
    }

    .policy-section-icon i {
        font-size: 1.3rem;
    }

    .policy-section-title {
        font-size: 1.3rem;
    }

    .policy-subsection-title {
        font-size: 1.1rem;
    }

    .policy-text,
    .policy-list li {
        font-size: 0.95rem;
    }

    .policy-contact-card {
        padding: 25px 20px;
    }

    .policy-contact-icon {
        width: 60px;
        height: 60px;
    }

    .policy-contact-icon i {
        font-size: 1.5rem;
    }

    .policy-contact-title {
        font-size: 1.3rem;
    }

    .policy-contact-email {
        padding: 12px 25px;
        font-size: 1rem;
    }
}
