/* Termos de Uso Specific Styles */
.termos-container {
    padding: 8rem 0 4rem;
    background: #f8fafc;
    min-height: 100vh;
}

.termos-header {
    text-align: center;
    margin-bottom: 3rem;
}

.termos-icon {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.termos-header h1 {
    font-size: 3rem;
    color: #1e293b;
    margin-bottom: 1rem;
}

.termos-subtitle {
    font-size: 1.2rem;
    color: #64748b;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 2rem;
}

.termos-meta {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    display: inline-block;
    text-align: left;
}

.termos-meta p {
    margin: 0.5rem 0;
    color: #64748b;
}

.alert-warning {
    background: #fffbeb;
    border: 1px solid #fef3c7;
    border-left: 4px solid #f59e0b;
    padding: 1.5rem;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 3rem;
}

.alert-icon {
    font-size: 1.5rem;
    flex-shrink: 0;
}

.alert-content {
    color: #92400e;
    font-weight: 500;
}

.termos-content {
    background: white;
    border-radius: 16px;
    padding: 3rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    margin-bottom: 3rem;
}

.termos-section {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e2e8f0;
}

.termos-section:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.termos-section h2 {
    font-size: 1.8rem;
    color: #1e293b;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #2563eb;
}

.section-content {
    space-y: 2rem;
}

.info-card {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    margin-bottom: 1rem;
}

.info-card h4 {
    color: #1e293b;
    margin-bottom: 1rem;
}

.info-details p {
    margin: 0.5rem 0;
    color: #64748b;
}

.section-note {
    background: #f0f9ff;
    padding: 1rem;
    border-radius: 6px;
    border-left: 4px solid #0ea5e9;
    color: #0369a1;
    font-size: 0.9rem;
}

.definitions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.definition-card {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.definition-card h4 {
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.definition-card p {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
}

.service-details ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    color: #64748b;
    line-height: 1.6;
}

.service-details li {
    margin-bottom: 0.5rem;
}

.modality-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.modality-card {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    border: 2px solid #e2e8f0;
    text-align: center;
}

.modality-card h5 {
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.modality-card p {
    color: #64748b;
    font-size: 0.9rem;
}

.highlight-box {
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.highlight-box.blue {
    background: #dbeafe;
    border: 1px solid #93c5fd;
    color: #1e40af;
}

.highlight-box.amber {
    background: #fef3c7;
    border: 1px solid #fcd34d;
    color: #92400e;
}

.highlight-box.green {
    background: #dcfce7;
    border: 1px solid #86efac;
    color: #166534;
}

.highlight-box.red {
    background: #fee2e2;
    border: 1px solid #fca5a5;
    color: #dc2626;
}

.highlight-box h4 {
    margin-bottom: 0.5rem;
}

.highlight-box ul {
    margin-left: 1.5rem;
    margin-top: 0.5rem;
}

.highlight-box li {
    margin-bottom: 0.25rem;
}

.responsibilities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 1.5rem 0;
}

.responsibility-column h4 {
    color: #1e293b;
    margin-bottom: 1rem;
}

.responsibility-column ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    color: #64748b;
    line-height: 1.6;
}

.responsibility-column li {
    margin-bottom: 0.5rem;
}

.pricing-content {
    space-y: 2rem;
}

.price-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin: 1rem 0;
}

.price-card {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.price-note {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 0.5rem;
    font-style: italic;
}

.refund-content {
    space-y: 2rem;
}

.refund-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin: 1.5rem 0;
}

.refund-card {
    padding: 1.5rem;
    border-radius: 8px;
    border: 2px solid;
}

.refund-card.green {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.refund-card.amber {
    background: #fffbeb;
    border-color: #fde68a;
}

.refund-card.red {
    background: #fef2f2;
    border-color: #fecaca;
}

.refund-card h5 {
    margin-bottom: 1rem;
}

.refund-card ul {
    list-style-type: disc;
    margin-left: 1.5rem;
    font-size: 0.9rem;
    color: #64748b;
}

.refund-card li {
    margin-bottom: 0.25rem;
}

.refund-process ol {
    list-style-type: decimal;
    margin-left: 1.5rem;
    color: #64748b;
    line-height: 1.6;
}

.refund-process li {
    margin-bottom: 0.5rem;
}

.platform-content {
    space-y: 1.5rem;
}

.termos-footer {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.acceptance-box {
    background: #f0f9ff;
    padding: 2rem;
    border-radius: 12px;
    border: 2px solid #0ea5e9;
    margin-bottom: 2rem;
}

.acceptance-box h4 {
    color: #0369a1;
    margin-bottom: 1rem;
}

.legal-note {
    color: #64748b;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.document-version {
    color: #94a3b8;
    font-size: 0.9rem;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
    .termos-container {
        padding: 6rem 1rem 2rem;
    }

    .termos-header h1 {
        font-size: 2rem;
    }

    .termos-content {
        padding: 1.5rem;
        margin: 0 1rem 2rem;
    }

    .responsibilities-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .definitions-grid {
        grid-template-columns: 1fr;
    }

    .price-cards {
        grid-template-columns: 1fr;
    }

    .refund-grid {
        grid-template-columns: 1fr;
    }

    .modality-grid {
        grid-template-columns: 1fr;
    }

    .alert-warning {
        flex-direction: column;
        text-align: center;
    }
}