
.terms-content {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    line-height: 1.7;
    color: #333;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
}

h2 {
    color: #2a6e3f;
    font-size: 32px;
    text-align: center;
    margin: 0 0 10px;
    font-weight: 600;
}

.last-updated {
    text-align: center;
    color: #666;
    font-style: italic;
    margin-bottom: 30px;
}

.business-notice {
    background: #2a6e3f;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    margin: 20px 0 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.business-notice i {
    font-size: 18px;
}

.product-scope {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin: 25px 0;
}

.product-scope h4 {
    margin-top: 0;
    color: #2a6e3f;
    display: flex;
    align-items: center;
    gap: 10px;
}

h3 {
    color: #1a4b2a;
    font-size: 24px;
    margin: 40px 0 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #4CAF50;
    font-weight: 500;
}

h4 {
    color: #2a6e3f;
    font-size: 20px;
    margin: 30px 0 15px;
    font-weight: 500;
}

h5 {
    color: #1a4b2a;
    font-size: 18px;
    margin: 20px 0 10px;
    font-weight: 500;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
}

ul, ol {
    margin: 15px 0 25px 30px;
}

li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}

.category-compliance {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0 30px;
}

.category-box {
    border-radius: 10px;
    padding: 20px;
    border: 2px solid #e0e0e0;
}

.cbd-category {
    background: #e8f5e9;
    border-color: #4CAF50;
}

.nicotine-category {
    background: #e3f2fd;
    border-color: #2196F3;
}

.category-box h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
}

.cbd-category h5 i { color: #2a6e3f; }
.nicotine-category h5 i { color: #1565C0; }

.payment-table table,
.leadtime-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 15px;
}

.payment-table th,
.leadtime-table th {
    background: #2a6e3f;
    color: white;
    padding: 12px;
    text-align: left;
    font-weight: 500;
}

.payment-table td,
.leadtime-table td {
    padding: 12px;
    border: 1px solid #e0e0e0;
}

.payment-table tr:nth-child(even),
.leadtime-table tr:nth-child(even) {
    background: #f8f9fa;
}

.note {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-top: -10px;
}

.warranty-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
}

.warranty-box {
    border: 2px solid #4CAF50;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background: white;
}

.warranty-box h5 {
    color: #2a6e3f;
    margin-top: 0;
    font-size: 20px;
}

.warranty-box p {
    margin: 10px 0;
    font-size: 24px;
    font-weight: 600;
    color: #1a4b2a;
}

.warranty-note {
    background: #fff3e0;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    color: #e65100;
}

.liability-notice {
    background: #ffebee;
    border-left: 4px solid #f44336;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.liability-notice h4 {
    color: #c62828;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
}

.acceptance-section {
    background: linear-gradient(135deg, #2a6e3f 0%, #1a4b2a 100%);
    color: white;
    padding: 30px;
    border-radius: 10px;
    margin: 40px 0;
}

.acceptance-section h4 {
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

.acceptance-section ul {
    color: white;
}

.contact-legal {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

.terms-footer {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    color: #666;
    font-size: 14px;
}

@media (max-width: 768px) {
    .terms-content {
        padding: 20px;
    }
    
    h2 {
        font-size: 26px;
    }
    
    h3 {
        font-size: 22px;
    }
    
    .category-compliance,
    .warranty-info {
        grid-template-columns: 1fr;
    }
    
    .payment-table table,
    .leadtime-table table {
        font-size: 14px;
    }
    
    .payment-table th,
    .payment-table td,
    .leadtime-table th,
    .leadtime-table td {
        padding: 8px;
    }
}
