/* Policy Pages Styles */
.policy-hero {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 50%, #1d4ed8 100%);
    color: white;
    padding: 40px 0;
    text-align: center;
}

.policy-content, .sitemap-content {
    padding: 60px 0;
    background: #f8f9fa;
}

.policy-section, .sitemap-section {
    background: white;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.policy-section h3, .sitemap-section h3 {
    color: #1e3a8a;
    margin-bottom: 20px;
    font-weight: 600;
}

.sitemap-section h3 {
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 10px;
}

.policy-section h4 {
    color: #3b82f6;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}

.policy-section p, .policy-section li {
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 15px;
}

.policy-section ul {
    padding-left: 20px;
}

.last-updated {
    background: #e0f2fe;
    padding: 15px 20px;
    border-radius: 8px;
    border-left: 4px solid #3b82f6;
    margin-bottom: 30px;
}

/* Terms & Conditions Specific Styles */
.important-note {
    background: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.important-note h5 {
    color: #92400e;
    margin-bottom: 10px;
}

.important-note p {
    color: #92400e;
    margin-bottom: 0;
}

/* Refund Policy Specific Styles */
.refund-table {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    margin: 20px 0;
}

.refund-table table {
    width: 100%;
    margin: 0;
}

.refund-table th {
    background: #3b82f6;
    color: white;
    padding: 15px;
    font-weight: 600;
}

.refund-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e5e7eb;
}

.refund-table tr:last-child td {
    border-bottom: none;
}

.highlight-box {
    background: #f0f9ff;
    border: 1px solid #3b82f6;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.highlight-box h5 {
    color: #1e3a8a;
    margin-bottom: 10px;
}

.highlight-box p {
    color: #1e40af;
    margin-bottom: 0;
}

.process-steps {
    background: #f9fafb;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e7eb;
}

.step-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.step-number {
    background: #3b82f6;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
    flex-shrink: 0;
}

.step-content h6 {
    color: #1e3a8a;
    margin-bottom: 5px;
}

.step-content p {
    color: #6b7280;
    margin-bottom: 0;
    font-size: 0.95rem;
}

/* Sitemap Specific Styles */
.sitemap-links {
    list-style: none;
    padding: 0;
}

.sitemap-links li {
    margin-bottom: 10px;
}

.sitemap-links a {
    color: #3b82f6;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.sitemap-links a:hover {
    color: #1e40af;
    padding-left: 10px;
}

.sitemap-links i {
    margin-right: 10px;
    width: 20px;
}

.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
