/* ==============================
   SERVICES.CSS - DARK THEME
   ============================== */

/* ==============================
   SEÇÕES PRINCIPAIS
   ============================== */
section.bg-dark {
    background: #0d1117;
    color: #e6e6e6;
}

section h1,
section h2,
section h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

section p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #cfcfcf;
}

section i.display-1 {
    color: #17a2b8;
    text-shadow: 0 0 15px rgba(23, 162, 184, 0.3);
}

.list-group-item {
    font-size: 1rem;
    transition: all 0.2s ease-in-out;
}

.list-group-item:hover {
    background-color: #171c24;
    transform: translateX(4px);
    border-left: 3px solid #17a2b8;
}

section img {
    border-radius: 1rem;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s;
}

section img:hover {
    transform: scale(1.03);
    box-shadow: 0 0 25px rgba(23, 162, 184, 0.25);
}

.btn-info {
    background-color: #17a2b8;
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.btn-info:hover {
    background-color: #138496;
    color: #fff;
    box-shadow: 0 0 15px rgba(23, 162, 184, 0.4);
}

section .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (max-width: 768px) {
    section h1 {
        font-size: 1.8rem;
    }
    section p.lead {
        font-size: 1rem;
    }
    .list-group-item {
        font-size: 0.95rem;
    }
    .btn-info {
        width: 100%;
        padding: 14px;
    }
}

.shadow-lg {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6) !important;
}

/* ==============================
   TEAM - DARK THEME
   ============================== */
#team {
    padding: 80px 0;
    background: #0d1117;
    color: #e0e0e0;
}

#team .section-heading {
    font-weight: 700;
    font-size: 2.5rem;
    color: #00b4d8;
    letter-spacing: 1px;
}

#team .section-subheading {
    color: #999;
    font-size: 1.1rem;
}

.team-card {
    background: #161b22;
    border-radius: 15px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 35px rgba(0, 183, 255, 0.25);
    border-color: rgba(0, 183, 255, 0.3);
}

.team-img img {
    width: 100%;
    height: auto;
    border-bottom: 3px solid #00b4d8;
    transition: transform 0.3s ease;
}

.team-card:hover .team-img img {
    transform: scale(1.05);
}

.team-info {
    padding: 25px 15px 20px;
}

.team-info h4 {
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
}

.team-info p {
    color: #9ca3af;
    font-size: 0.95rem;
    margin-bottom: 15px;
}

.social-links a {
    color: #bbb;
    font-size: 1.2rem;
    margin: 0 8px;
    transition: color 0.3s, transform 0.3s;
}

.social-links a:hover {
    color: #00b4d8;
    transform: translateY(-3px);
}

#team .large.text-muted {
    color: #9ca3af;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* ==============================
   PAGINA CENTRAIS
   ============================== */
#tkn {
    min-height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #0d1117 0%, #111827 100%);
    color: #e0e0e0;
    text-align: center;
}

.tkn-content {
    max-width: 0 auto;
    margin: 0 auto;
    padding: 20px 20px;
    border-radius: 20px;
    background: rgba(22, 27, 34, 0.85);
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    animation: fadeIn 0.8s ease-out;
}

.tkn-icon {
    width: 140px;
    height: auto;
    animation: float 3s ease-in-out infinite;
    filter: drop-shadow(0 0 10px #00b4d8);
}

.tkn-close {
    width: 48px;
    height: 48px;
}

#tkn h2 {
    color: #00b4d8;
    font-weight: 700;
    letter-spacing: 1px;
}

#tkn p {
    color: #9ca3af;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

/* ==============================
   PAGINA EM CONSTRUÇÃO
   ============================== */
#em-construcao {
    min-height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #0d1117 0%, #111827 100%);
    color: #e0e0e0;
    text-align: center;
}

.construction-content {
    max-width: 0 auto;
    margin: 0 auto;
    padding: 20px 20px;
    border-radius: 20px;
    background: rgba(22, 27, 34, 0.85);
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    animation: fadeIn 0.8s ease-out;
}

.construction-icon {
    width: 140px;
    height: auto;
    animation: float 3s ease-in-out infinite;
    filter: drop-shadow(0 0 10px #00b4d8);
}

#em-construcao h2 {
    color: #00b4d8;
    font-weight: 700;
    letter-spacing: 1px;
}

#em-construcao p {
    color: #9ca3af;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.progress-container {
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}

.progress-bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #00b4d8, #0077b6);
    animation: loading 5s infinite linear;
    border-radius: 10px;
}

/* ==============================
   DASHBOARD - DARK THEME
   ============================== */
#dashboard {
    min-height: 100vh;
    background: linear-gradient(160deg, #0d1117 0%, #111827 100%);
    color: #e0e0e0;
    padding: 80px 0;
}

#dashboard .section-heading {
    color: #00b4d8;
    font-weight: 700;
    font-size: 2.3rem;
}

#dashboard .section-subheading {
    color: #9ca3af;
    font-size: 1.1rem;
    margin-bottom: 50px;
}

.dash-card,
.admin-card,
.download-card,
.client-card,
.card-box {
    border-radius: 15px;
    transition: all 0.3s ease;
    text-align: center;
}

.dash-card {
    background: #161b22;
    padding: 30px;
    box-shadow: 0 6px 25px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.08);
}

.dash-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(0,183,255,0.2);
    border-color: rgba(0,183,255,0.25);
}

.profile-card {
    text-align: center;
}

.avatar-container {
    margin-bottom: 15px;
}

.avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #00b4d8;
    box-shadow: 0 0 15px rgba(0,180,216,0.5);
}

.profile-card h4 { color: #fff; }
.profile-card .role { color: #00b4d8; font-weight: 600; }
.profile-card .email,
.profile-card .since { color: #9ca3af; font-size: 0.95rem; }

.action-card h5,
.status-card h5,
.admin-card h5,
.download-card h5,
.client-card h5 {
    color: #00b4d8;
    font-weight: 600;
    margin-bottom: 10px;
}

.action-card ul {
    list-style: none;
    padding: 0;
}

.action-card ul li {
    margin-bottom: 8px;
}

.action-card ul li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s;
}

.action-card ul li a:hover { color: #00b4d8; }

.status-card p {
    margin-bottom: 10px;
    color: #ccc;
}

.status-card span { font-weight: 600; }

#dashboard .btn {
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 8px;
}

#dashboard .btn-outline-light:hover {
    background-color: #00b4d8;
    color: #fff;
    border-color: #00b4d8;
}

/* ==============================
   ADMIN, DOWNLOADS, CLIENTS & CARDS
   ============================== */
.admin-card {
    background: #161b22;
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 6px 25px rgba(0,0,0,0.4);
}

.admin-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0,183,255,0.3);
    box-shadow: 0 8px 30px rgba(0,183,255,0.2);
}

.admin-card .icon { font-size: 2rem; color: #00b4d8; margin-bottom: 10px; }
.admin-card p { color: #9ca3af; font-size: 1.2rem; margin-top: 5px; font-weight: 600; }

.download-card {
    background-color: #1e1e1e;
    border: 1px solid #2a2a2a;
    padding: 25px;
    box-shadow: 0 0 10px rgba(0,180,216,0.1);
}

.download-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 25px rgba(0,180,216,0.25);
}

.download-icon { font-size: 50px; color: #00b4d8; margin-bottom: 15px; }

.btn-download {
    background-color: #1e1e1e;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 20px;
    font-weight: 500;
    transition: 0.3s;
}

.btn-download:hover { transform: scale(1.05); }

.client-card {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    padding: 25px 15px;
    box-shadow: 0 0 10px rgba(0,180,216,0.1);
}

.client-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 25px rgba(0,180,216,0.25);
}

.client-logo {
    max-width: 140px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: #111;
    padding: 10px;
}

/* ==============================
   CARD PADRONIZADO DARK
   ============================== */
.card-box {
  background: rgba(22, 27, 34, 0.85); /* Fundo escuro translúcido */
  border-radius: 15px;                /* Bordas arredondadas */
  padding: 40px 30px;                 /* Espaçamento interno */
  max-width: 100%;                   /* Largura adaptada ao container */
  margin: 40px auto;                  /* Margem superior e inferior */
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.7); /* Sombra suave */
  backdrop-filter: blur(8px);         /* Desfoque do fundo */
  color: #e0e0e0;                    /* Cor clara para texto */
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.card-box label.form-label {
  color: #b0b7c3; /* cor clara para labels */
  font-weight: 600;
}

.card-box input.form-control {
  width: 100%;
  padding: 14px 18px;
  margin-top: 8px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1.5px solid #17a2b8;
  font-size: 1rem;
  outline: none;
  background-color: #121820;
  color: #fff;
  transition: border-color 0.3s ease;
}

.card-box input.form-control::placeholder {
  color: #6c757d;
}

.card-box input.form-control:focus {
  border-color: #00b4d8;
  box-shadow: 0 0 8px #00b4d8;
  background-color: #121820;
  color: #fff;
}

.card-box button.btn-download {
  background-color: #17a2b8;
  color: #fff;
  padding: 12px 28px;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.card-box button.btn-download:hover {
  background-color: #138496;
  box-shadow: 0 0 15px rgba(23, 162, 184, 0.5);
}

.card-box .alert-danger, 
.card-box .alert-success {
  border-radius: 12px;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 25px;
  color: #fff;
}

.card-box .alert-danger {
  background-color: #d9534f;
}

.card-box .alert-success {
  background-color: #28a745;
}

/* ==============================
   ANIMAÇÕES
   ============================== */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes loading {
    0% { width: 0%; }
    100% { width: 100%; }
}