html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.botao-entrar:focus {
    box-shadow: none;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: none;
}

.bg-gradient-primary {
    background: linear-gradient(145deg, #1a6eff, #4d8eff);
}

.bg-gradient-success {
    background: linear-gradient(135deg, hsl(151 83% 39%), hsl(151 83% 49%));
}

.bg-gradient-main {
    background: linear-gradient(135deg, #1a6eff 0%, #11b666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient {
    background: linear-gradient(135deg, #1a6eff 0%, #11b666 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.transition-smooth {
    transition: all 0.3s ease;
}

.transition-bounce {
    transition: transform 0.2s ease;
}

.transition-bounce:hover {
    transform: scale(1.05);
}

.shadow-elegant {
    box-shadow: 0 6px 25px rgba(37, 99, 235, 0.1);
}

.hover-card:hover {
    border-color: rgba(37, 99, 235, 0.3) !important;
    box-shadow: 0 6px 25px rgba(37, 99, 235, 0.15);
}

.hover-glow:hover {
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.6);
    transform: scale(1.02);
}

.animate-fade-in-up {
    animation: fadeInUp 1s ease forwards;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.main-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
}

.main-bg {
    position: absolute;
    inset: 0;
    background: url("../images/Background.jpg") no-repeat center center;
    background-size: cover;
    z-index: 1;
}

.rounded-lg {
    border-radius: 0.75rem;
}

.main-overlay {
    position: absolute;
    inset: 0;

    background-image: linear-gradient(
            to bottom right,
            hsl(218 100% 45% / 0.9),
            hsl(218 100% 40% / 0.8),
            hsl(151deg 70% 30% / 0.95)
    );
    z-index: 2;
}

@keyframes pulseGlow {
    from {
        transform: scale(1);
        opacity: 0.3;
    }
    to {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.text-success-glow {
    color: hsl(151 83% 49%);
}

.main-btn-primary {
    background: linear-gradient(90deg, #22c55e, #06b6d4);
    border: none;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 0.5rem;
}

.main-btn-primary:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.6);
}

.main:hover {
    background: rgba(255, 255, 255, 0.2);
}

.feature-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
}

.feature-badge svg {
    color: #22c55e;
}

.botao-entrar {
    border-color: #e2e8f0;
    border-width: 1px;
    background-color: white;
}

.botao-entrar:hover {
    background-color: #f1f5f9;
    border-color: #e2e8f0;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: .875rem !important;
    line-height: 1.25rem !important;
}

.max-w-72rem {
    max-width: 72rem;
}

.max-w-56rem {
    max-width: 56rem;
}

.bg-cinza {
    background-image: linear-gradient(to right, hsl(218 100% 55% / .05), hsl(151 83% 39% / .05));
}

.text-azul:hover {
    color: hsl(218 100% 55%) !important;
}

.hover-shadow-elegant:hover {
    box-shadow: 0 10px 30px -10px hsl(218 100% 55% / .15) !important;
}

.faq-card .accordion-item {
    border: none;
}

.faq-card .accordion-item:not(:last-child) {
    border-bottom: 1px solid #e9ecef;
}

.faq-card .accordion-button {
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 1rem 1.25rem;
    box-shadow: none;
    font-size: 1rem;
}

.accordion-button:hover {
    text-decoration-line: underline;
}

.faq-card .accordion-button:not(.collapsed) {
    background: #fff;
    color: #000;
    box-shadow: none;
}

.faq-card .accordion-button:focus {
    box-shadow: none;
}

.faq-card .accordion-body {
    padding: 0.75rem 1.25rem 1rem;
    font-size: 0.95rem;
}

.bg-verde {
    background-color: hsl(151 83% 39% / .2) !important;
}

.f-14 {
     font-size: 1.1rem !important; 
}

.f-12 {
    font-size: 0.6rem !important;
}


.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.status-badge {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 50px;
    text-align: center;
}
.status-ativo {
    background-color: #0d6efd;
    color: #fff;
}
.status-trial {
    background-color: #6c757d;
    color: #fff;
}
.status-expirado {
    background-color: #dc3545;
    color: #fff;
}
.table-actions button {
    margin-right: 0.25rem;
}
.search-input {
    position: relative;
}
.search-input input {
    padding-left: 2.5rem;
}
.search-input svg {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    color: #6c757d;
}

.custom-modal {
    background-color: var(--bs-body-bg);
    padding: 1.5rem;
    border-radius: .75rem; /* sm:rounded-lg */
}

/* Inputs arredondados e clean */
.custom-input {
    border-radius: .5rem;
    font-size: 0.9rem;
    padding: .6rem .75rem;
}

/* Label */
.form-label {
    color: var(--bs-body-color);
    margin-bottom: 0.35rem;
}
