@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap');

.kdbl-access-wrapper {
  font-family: 'Plus Jakarta Sans', sans-serif;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: #f8fafc;
  color: #0f172a;
}

.kdbl-access-card {
  max-width: 520px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 26px;
  padding: 48px 36px;
  text-align: center;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.12);
  position: relative;
  overflow: hidden;
}

.kdbl-access-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #0ea5e9, #8b5cf6, #10b981);
}

.kdbl-access-icon {
  font-size: 4.5rem;
  margin-bottom: 24px;
  display: inline-block;
  background: #f1f5f9;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 1px solid #e2e8f0;
}

.kdbl-access-title {
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 16px;
  line-height: 1.25;
}

.kdbl-access-desc {
  font-size: 1.1rem;
  color: #475569;
  line-height: 1.6;
  margin: 0 0 32px;
}

.kdbl-access-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 28px;
}

.kdbl-access-actions .kdbl-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none;
  transition: all 0.25s ease;
}

.kdbl-btn-icon {
  font-size: 1.25rem;
}

.kdbl-access-actions .kdbl-btn-primary {
  background: linear-gradient(135deg, #0ea5e9 0%, #8b5cf6 100%);
  color: #ffffff;
  border: none;
}

.kdbl-access-actions .kdbl-btn-primary:hover {
  background: linear-gradient(135deg, #0284c7 0%, #7c3aed 100%);
  transform: translateY(-3px);
  color: #ffffff;
}

.kdbl-access-actions .kdbl-btn-secondary {
  background: #f8fafc;
  color: #334155;
  border: 1px solid #cbd5e1;
}

.kdbl-access-actions .kdbl-btn-secondary:hover {
  background: #f1f5f9;
  color: #0f172a;
  transform: translateY(-3px);
}

.kdbl-access-back {
  border-top: 1px solid #e2e8f0;
  padding-top: 20px;
}

.kdbl-back-link {
  color: #0ea5e9;
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 700;
  transition: color 0.2s;
}

.kdbl-back-link:hover {
  color: #0284c7;
  text-decoration: underline;
}
