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%;
}

body {
  margin-bottom: 60px;
}
/* ===== ProcDex Dark Vitrin ===== */

body {
    background-color: #0f1115;
    color: #e6e6e6;
}

.navbar {
    background-color: #0f1115 !important;
    border-bottom: 1px solid #1f2933;
}

.navbar-brand,
.nav-link {
    color: #e6e6e6 !important;
}

    .nav-link:hover {
        color: #4ea1ff !important;
    }

footer {
    background-color: #0f1115;
    color: #9ca3af;
}

h1, h2, h3 {
    color: #ffffff;
}
/* ===== Hero Section ===== */

.hero-section {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: 600;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #9ca3af;
    margin-top: 1rem;
}

.hero-actions .btn {
    padding: 0.75rem 2.5rem;
}
/* ===== Dex Ecosystem Section ===== */

.ecosystem-section {
    padding: 6rem 0;
    background-color: #0b0d11;
}

.ecosystem-title {
    font-size: 2.2rem;
    font-weight: 600;
    color: #ffffff;
}

.ecosystem-subtitle {
    margin-top: 1rem;
    font-size: 1.1rem;
    color: #9ca3af;
}

.ecosystem-card {
    background-color: #0f1115;
    border: 1px solid #1f2933;
    border-radius: 8px;
    padding: 2rem;
    height: 100%;
}

    .ecosystem-card h3 {
        color: #ffffff;
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }

    .ecosystem-card p {
        color: #9ca3af;
        font-size: 0.95rem;
        line-height: 1.6;
    }
    .ecosystem-card h3 {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }


