.elementor-14523 .elementor-element.elementor-element-4f83c69{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f32f443 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at top, rgba(255, 199, 44, 0.08), transparent 32%),
    linear-gradient(180deg, #10131a 0%, #07090f 100%);
  color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 28px 16px;
}

.bio-page {
  width: 100%;
  max-width: 460px;
}

.profile {
  text-align: center;
  margin-bottom: 26px;
}

.logo {
  width: 92px;
  height: 92px;
  margin: 0 auto 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.35);
  padding: 8px;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 20px;
}

.profile h1 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  color: #ffffff;
}

.profile p {
  font-size: 15px;
  line-height: 1.6;
  color: #d9dde6;
  max-width: 360px;
  margin: 0 auto;
}

.badge-row {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 18px;
}

.badge {
  font-size: 12px;
  color: #1F84C7;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.highlight {
  margin: 24px 0;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.30);
}

.highlight span {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #1F84C7;
  margin-bottom: 10px;
}

.highlight h2 {
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #ffffff;
}

.highlight p {
  font-size: 14px;
  line-height: 1.6;
  color: #d9dde6;
  margin-bottom: 16px;
}

.primary-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #090b10;
  background: #1F84C7;
  font-weight: 900;
  padding: 16px 18px;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(255, 199, 44, 0.22);
  transition: all 0.25s ease;
}

.primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(255, 199, 44, 0.32);
}

.links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.link-card {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: all 0.25s ease;
}

.link-card:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 199, 44, 0.45);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
}

.link-card strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  color: #ffffff;
}

.link-card small {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #c9ced9;
}

.footer {
  margin-top: 28px;
  text-align: center;
  color: #8c94a3;
  font-size: 12px;
  line-height: 1.6;
}

.footer a {
  color: #ffc72c;
  text-decoration: none;
}

@media (max-width: 420px) {
  body {
    padding: 22px 14px;
  }

  .profile h1 {
    font-size: 24px;
  }

  .highlight {
    padding: 18px;
  }

  .link-card {
    padding: 16px;
  }
}/* End custom CSS */