/* Legal Pages Custom Styles */

/* Terms Page Styles */
.terms__area {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.terms__wrapper {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 40px;
    margin-bottom: 50px;
}

.terms__header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.terms__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ff5c00;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
    margin-right: 15px;
}

.terms__title {
    font-size: 24px;
    font-weight: 700;
    color: #1b1b18;
    margin: 0;
}

.terms__body {
    padding-left: 55px;
}

.terms__highlight {
    background: #fff8e6;
    border-left: 4px solid #ff5c00;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.terms__highlight i {
    color: #ff5c00;
    margin-right: 10px;
}

.terms__services-grid {
    margin: 20px 0;
}

.terms__services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms__services-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.terms__services-list li:last-child {
    border-bottom: none;
}

.terms__services-list i {
    color: #28a745;
    margin-right: 10px;
}

.terms__note {
    background: #e6f7ff;
    border-left: 4px solid #17a2b8;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.terms__note i {
    color: #17a2b8;
    margin-right: 10px;
}

.terms__responsibilities ul,
.terms__liabilities ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.terms__responsibilities li,
.terms__liabilities li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.terms__responsibilities li:last-child,
.terms__liabilities li:last-child {
    border-bottom: none;
}

.terms__responsibilities i,
.terms__liabilities i {
    margin-right: 10px;
}

.terms__responsibilities i {
    color: #dc3545;
}

.terms__liabilities i {
    color: #ffc107;
}

.terms__jurisdiction {
    background: #f0f8ff;
    border-left: 4px solid #007bff;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.terms__jurisdiction i {
    color: #007bff;
    margin-right: 10px;
}

.terms__updates {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.terms__updates i {
    color: #ffc107;
    margin-right: 10px;
}

.terms__contact-info {
    margin: 20px 0;
}

.terms__contact-info p {
    margin: 10px 0;
    font-size: 16px;
}

.terms__contact-info i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.terms__cta {
    margin-top: 30px;
    text-align: center;
}

/* Privacy Page Styles */
.privacy__area {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.privacy__wrapper {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 40px;
    margin-bottom: 50px;
}

.privacy__header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.privacy__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
    margin-right: 15px;
}

.privacy__title {
    font-size: 24px;
    font-weight: 700;
    color: #1b1b18;
    margin: 0;
}

.privacy__body {
    padding-left: 55px;
}

.privacy__collection-methods ul,
.privacy__data-types ul,
.privacy__usage-list ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.privacy__collection-methods li,
.privacy__data-types li,
.privacy__usage-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.privacy__collection-methods li:last-child,
.privacy__data-types li:last-child,
.privacy__usage-list li:last-child {
    border-bottom: none;
}

.privacy__collection-methods i,
.privacy__data-types i,
.privacy__usage-list i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.privacy__collection-methods i {
    color: #28a745;
}

.privacy__data-types i {
    color: #17a2b8;
}

.privacy__usage-list i {
    color: #6f42c1;
}

.privacy__sharing-types {
    margin: 20px 0;
}

.privacy__sharing-item {
    padding: 15px;
    margin: 15px 0;
    border-radius: 8px;
    background: #f8f9fa;
    border-left: 4px solid #007bff;
}

.privacy__sharing-item h3 {
    margin-top: 0;
    color: #007bff;
}

.privacy__sharing-item h3 i {
    margin-right: 10px;
}

.privacy__security-measures {
    margin: 20px 0;
}

.privacy__security-highlight {
    background: #e6f7ff;
    border-left: 4px solid #17a2b8;
    padding: 15px 20px;
    border-radius: 0 8px 8px 0;
}

.privacy__security-highlight i {
    color: #17a2b8;
    margin-right: 10px;
}

.privacy__rights-grid {
    margin: 20px 0;
}

.privacy__rights-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.privacy__rights-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}

.privacy__rights-list li:last-child {
    border-bottom: none;
}

.privacy__rights-list i {
    color: #28a745;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.privacy__rights-note {
    margin: 20px 0;
    padding: 15px;
    background: #fff8e6;
    border-radius: 8px;
}

.privacy__cookies-info,
.privacy__retention-info,
.privacy__children-info {
    margin: 20px 0;
}

.privacy__cookies-highlight,
.privacy__retention-highlight,
.privacy__children-highlight {
    padding: 15px 20px;
    border-radius: 8px;
}

.privacy__cookies-highlight {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
}

.privacy__retention-highlight {
    background: #d1ecf1;
    border-left: 4px solid #17a2b8;
}

.privacy__children-highlight {
    background: #f8d7da;
    border-left: 4px solid #dc3545;
}

.privacy__cookies-highlight i,
.privacy__retention-highlight i,
.privacy__children-highlight i {
    margin-right: 10px;
}

.privacy__cookies-highlight i {
    color: #ffc107;
}

.privacy__retention-highlight i {
    color: #17a2b8;
}

.privacy__children-highlight i {
    color: #dc3545;
}

.privacy__contact-info {
    margin: 20px 0;
}

.privacy__contact-info p {
    margin: 10px 0;
    font-size: 16px;
}

.privacy__contact-info i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.privacy__cta {
    margin-top: 30px;
    text-align: center;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .terms__wrapper,
    .privacy__wrapper {
        padding: 20px;
    }
    
    .terms__body,
    .privacy__body {
        padding-left: 0;
    }
    
    .terms__header,
    .privacy__header {
        flex-direction: column;
        text-align: center;
    }
    
    .terms__number,
    .privacy__number {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

/* Section Title Enhancement */
.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff5c00, #007bff);
    border-radius: 2px;
}

/* Breadcrumb Enhancement */
.breadcrumb-wrapper {
    margin-top: 15px;
}

.breadcrumb-wrapper p {
    display: inline-block;
    background: #f0f0f0;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    color: #6c757d;
}