
/* ===================================================================
   COMPLETE TERMS & CONDITIONS PAGE STYLES
   DSPTraffic - All-in-one CSS file
   =================================================================== */

/* Hero Section */
.terms-hero {
    padding: 140px 0 80px 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1e 100%);
    position: relative;
    overflow: hidden;
}

.terms-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.3;
    z-index: 0;
}

.terms-hero-content {
    position: relative;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    z-index: 1;
}

.section-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(102, 126, 234, 0.15);
    border: 1px solid rgba(102, 126, 234, 0.3);
    border-radius: 50px;
    color: #667eea;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.terms-title {
    font-family: 'Sora', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.terms-subtitle {
    font-size: 1.25rem;
    color: #a0a0b8;
    margin-bottom: 40px;
    line-height: 1.6;
}

.terms-meta {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #a0a0b8;
    font-weight: 500;
    font-size: 0.95rem;
}

.meta-item i {
    color: #667eea;
    font-size: 1.1rem;
}

/* Terms Content Area */
.terms-content {
    padding: 80px 0;
    background: #0f0f1e;
}

.terms-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 60px;
    align-items: start;
}

/* Sidebar Navigation */
.terms-sidebar {
    position: relative;
}

.sidebar-sticky {
    position: sticky;
    top: 100px;
    background: #1e1e30;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 30px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.sidebar-sticky::-webkit-scrollbar {
    width: 6px;
}

.sidebar-sticky::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}

.sidebar-sticky::-webkit-scrollbar-thumb {
    background: rgba(102, 126, 234, 0.3);
    border-radius: 3px;
}

.sidebar-sticky::-webkit-scrollbar-thumb:hover {
    background: rgba(102, 126, 234, 0.5);
}

.sidebar-sticky h3 {
    font-family: 'Sora', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
}

.terms-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms-nav li {
    margin-bottom: 8px;
}

.terms-nav a {
    display: block;
    padding: 10px 16px;
    color: #a0a0b8;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    line-height: 1.4;
}

.terms-nav a:hover {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    transform: translateX(4px);
}

.terms-nav a.active {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    font-weight: 600;
}

/* Main Content */
.terms-main {
    background: #1e1e30;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 60px;
}

.terms-section {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.terms-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.section-icon {
    width: 64px;
    height: 64px;
    background: rgba(102, 126, 234, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: #667eea;
    margin-bottom: 30px;
}

.lead-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #a0a0b8;
    margin-bottom: 40px;
}

/* Headings */
.terms-section h2 {
    font-family: 'Sora', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 12px;
    font-size: 1.25rem;
    flex-shrink: 0;
    color: white;
}

.terms-section h3 {
    font-family: 'Sora', sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 20px;
}

.terms-section h4 {
    font-family: 'Sora', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 12px;
}

/* Paragraphs */
.terms-section p {
    color: #a0a0b8;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1rem;
}

.terms-section strong {
    color: #ffffff;
    font-weight: 600;
}

/* Lists */
.terms-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.terms-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    color: #a0a0b8;
    line-height: 1.7;
    font-size: 1rem;
}

.terms-list i {
    font-size: 1.1rem;
    margin-top: 4px;
    flex-shrink: 0;
}

.terms-list .fa-check-circle {
    color: #10b981;
}

.terms-list .fa-times-circle {
    color: #ef4444;
}

.terms-list .fa-minus-circle {
    color: #f59e0b;
}

.terms-list .fa-ban {
    color: #ef4444;
}

.terms-list .fa-credit-card,
.terms-list .fa-paypal,
.terms-list .fa-bitcoin,
.terms-list .fa-university {
    color: #667eea;
}

/* Info and Warning Boxes */
.info-box,
.warning-box {
    display: flex;
    gap: 20px;
    padding: 24px;
    border-radius: 12px;
    margin: 30px 0;
    align-items: flex-start;
}

.info-box {
    background: rgba(102, 126, 234, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.3);
}

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

.warning-box {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.warning-box i {
    color: #f59e0b;
    font-size: 1.5rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.info-box p,
.warning-box p {
    margin: 0;
    color: #a0a0b8;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* Contact Card */
.contact-card {
    background: #16162a;
    border-radius: 12px;
    padding: 30px;
    margin: 30px 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-item {
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    align-items: flex-start;
}

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

.contact-item:first-child {
    padding-top: 0;
}

.contact-item i {
    width: 48px;
    height: 48px;
    background: rgba(102, 126, 234, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #667eea;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.contact-item div {
    flex: 1;
}

.contact-item h4 {
    font-family: 'Sora', sans-serif;
    font-size: 1rem;
    margin: 0 0 6px 0;
    color: #ffffff;
    font-weight: 600;
}

.contact-item p {
    margin: 0;
    font-size: 0.95rem;
    color: #a0a0b8;
    line-height: 1.6;
}

.contact-item a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #ffffff;
}

/* Acceptance Box */
.terms-acceptance {
    margin-top: 60px;
}

.acceptance-box {
    display: flex;
    gap: 24px;
    background: rgba(16, 185, 129, 0.1);
    border: 2px solid rgba(16, 185, 129, 0.3);
    border-radius: 16px;
    padding: 32px;
    align-items: flex-start;
}

.acceptance-box i {
    font-size: 3rem;
    color: #10b981;
    flex-shrink: 0;
}

.acceptance-box div {
    flex: 1;
}

.acceptance-box h3 {
    font-family: 'Sora', sans-serif;
    font-size: 1.5rem;
    margin: 0 0 12px 0;
    color: #ffffff;
    font-weight: 600;
}

.acceptance-box p {
    margin: 0;
    color: #a0a0b8;
    line-height: 1.8;
    font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .terms-layout {
        grid-template-columns: 250px 1fr;
        gap: 40px;
    }

    .terms-main {
        padding: 50px;
    }
}

@media (max-width: 1024px) {
    .terms-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .terms-sidebar {
        order: -1;
    }

    .sidebar-sticky {
        position: relative;
        top: 0;
        max-height: none;
    }

    .terms-nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}

@media (max-width: 768px) {
    .terms-hero {
        padding: 120px 0 60px 0;
    }

    .terms-title {
        font-size: 2.5rem;
    }

    .terms-subtitle {
        font-size: 1rem;
    }

    .terms-meta {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .terms-main {
        padding: 40px 30px;
    }

    .terms-section h2 {
        font-size: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .section-number {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .terms-nav {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .terms-title {
        font-size: 2rem;
    }

    .terms-main {
        padding: 30px 20px;
    }

    .contact-item {
        flex-direction: column;
        gap: 12px;
    }

    .acceptance-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .info-box,
    .warning-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

/* Z-Index Fix */
.navbar {
    z-index: 1000;
}

.footer {
    position: relative;
    z-index: 1;
}

.terms-content {
    position: relative;
    z-index: 0;
}
