/* 25. use_conditions.html*/
.terms-container {
        max-width: 900px;
        margin: 2rem auto;
        padding: 0 20px;
    }
    
    .terms-header {
        text-align: center;
        margin-bottom: 3rem;
        padding: 2rem;
        background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
        border-radius: 20px;
        border: 1px solid rgba(102, 126, 234, 0.2);
        position: relative;
        overflow: hidden;
    }
    
    .terms-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    }
    
    .terms-header h1 {
        font-size: 2.5rem;
        font-weight: 700;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 1rem;
    }
    
    .project-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: linear-gradient(135deg, #10b981 0%, #059669 100%);
        padding: 0.6rem 1.5rem;
        border-radius: 50px;
        color: white;
        font-weight: 600;
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 4px 10px rgba(16, 185, 129, 0.3);
    }
    
    .terms-badge {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: rgba(102, 126, 234, 0.15);
        padding: 0.6rem 1.2rem;
        border-radius: 50px;
        color: #667eea;
        font-weight: 600;
        font-size: 0.95rem;
        margin-bottom: 1.5rem;
        border: 1px solid rgba(102, 126, 234, 0.3);
    }
    
    .terms-date {
        color: #64748b;
        font-size: 1rem;
        background: white;
        padding: 0.5rem 1rem;
        border-radius: 10px;
        display: inline-block;
        border: 1px solid #e2e8f0;
    }
    
    .terms-content {
        background: white;
        border-radius: 20px;
        padding: 3rem;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(0, 0, 0, 0.05);
        line-height: 1.8;
        color: #334155;
    }
    
    .terms-section {
        margin-bottom: 2.5rem;
        position: relative;
        padding-bottom: 1.5rem;
    }
    
    .terms-section::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100px;
        height: 3px;
        background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
        border-radius: 2px;
    }
    
    .section-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: #2b5278;
        margin-bottom: 1.2rem;
        display: flex;
        align-items: center;
        gap: 0.8rem;
        padding-top: 0.5rem;
    }
    
    .section-title i {
        color: #667eea;
        font-size: 1.2rem;
        background: rgba(102, 126, 234, 0.1);
        padding: 0.5rem;
        border-radius: 10px;
    }
    
    .section-number {
        font-size: 1.3rem;
        font-weight: 700;
        color: #667eea;
        margin-right: 0.5rem;
    }
    
    .subsection {
        margin: 1.5rem 0;
        padding-left: 1.5rem;
        border-left: 3px solid #e2e8f0;
    }
    
    .subsection-title {
        font-size: 1.2rem;
        font-weight: 600;
        color: #475569;
        margin-bottom: 0.8rem;
        display: flex;
        align-items: center;
        gap: 0.6rem;
    }
    
    .subsection-title i {
        color: #764ba2;
        font-size: 1rem;
    }
    
    .terms-list {
        list-style: none;
        margin: 1rem 0;
        padding: 0;
    }
    
    .terms-list li {
        margin: 0.8rem 0;
        padding-left: 1.8rem;
        position: relative;
        line-height: 1.6;
    }
    
    .terms-list li::before {
        content: '•';
        position: absolute;
        left: 0;
        color: #667eea;
        font-size: 1.5rem;
        line-height: 1;
    }
    
    .highlight-box {
        background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
        border-left: 4px solid #667eea;
        padding: 1.5rem;
        border-radius: 10px;
        margin: 1.5rem 0;
    }
    
    .highlight-text {
        color: #667eea;
        font-weight: 600;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.5rem;
    }
    
    .learning-note {
        background: #e0f2fe;
        border-left: 4px solid #0284c7;
        padding: 1.5rem;
        border-radius: 10px;
        margin: 1.5rem 0;
        color: #075985;
    }
    
    .learning-note i {
        color: #0284c7;
        margin-right: 0.5rem;
    }
    
    .fair-use-note {
        background: #f0fdf4;
        border-left: 4px solid #16a34a;
        padding: 1.5rem;
        border-radius: 10px;
        margin: 1.5rem 0;
        color: #14532d;
    }
    
    .fair-use-note i {
        color: #16a34a;
        margin-right: 0.5rem;
    }
    
    .important-note {
        background: #fef3c7;
        border-left: 4px solid #f59e0b;
        padding: 1.5rem;
        border-radius: 10px;
        margin: 1.5rem 0;
        color: #92400e;
    }
    
    .important-note i {
        color: #f59e0b;
        margin-right: 0.5rem;
    }
    
    .danger-note {
        background: #fee2e2;
        border-left: 4px solid #ef4444;
        padding: 1.5rem;
        border-radius: 10px;
        margin: 1.5rem 0;
        color: #7f1d1d;
    }
    
    .danger-note i {
        color: #ef4444;
        margin-right: 0.5rem;
    }
    
    .copyright-note {
        background: #f3e8ff;
        border-left: 4px solid #a855f7;
        padding: 1.5rem;
        border-radius: 10px;
        margin: 1.5rem 0;
        color: #581c87;
    }
    
    .copyright-note i {
        color: #a855f7;
        margin-right: 0.5rem;
    }
    
    .contact-info {
        background: #f8fafc;
        padding: 2rem;
        border-radius: 15px;
        border: 1px solid #e2e8f0;
        margin: 2rem 0;
    }
    
    .contact-item {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin: 1rem 0;
        color: #475569;
    }
    
    .contact-item i {
        color: #667eea;
        font-size: 1.2rem;
        width: 24px;
    }
    
    .legal-info {
        background: #f1f5f9;
        padding: 1.5rem;
        border-radius: 10px;
        margin: 1.5rem 0;
        border: 1px solid #e2e8f0;
    }
    
    .legal-label {
        font-weight: 600;
        color: #475569;
        margin-right: 0.5rem;
    }
    
    .disclaimer-box {
        background: #fff7ed;
        border: 2px dashed #f97316;
        padding: 1rem;
        border-radius: 10px;
        text-align: center;
        margin-top: 2rem;
        font-size: 0.9rem;
        color: #9a3412;
    }
    
    @media (max-width: 768px) {
        .terms-container {
            padding: 0 15px;
        }
        
        .terms-header {
            padding: 1.5rem;
        }
        
        .terms-header h1 {
            font-size: 2rem;
        }
        
        .terms-content {
            padding: 2rem;
        }
        
        .section-title {
            font-size: 1.3rem;
        }
        
        .subsection {
            padding-left: 1rem;
        }
    }
    
    @media (max-width: 480px) {
        .terms-content {
            padding: 1.5rem;
        }
        
        .contact-info {
            padding: 1.5rem;
        }
        
        .section-number {
            font-size: 1.1rem;
        }
    }