
:root {
  --bg: #020617;
  --panel: #0f172a;
  --panel-soft: #111827;
  --cyan: #22d3ee;
  --green: #22c55e;
  --muted: #94a3b8;
}

html {
  scroll-behavior: smooth;
}

[x-cloak] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body {
  background: radial-gradient(circle at top, rgba(34, 211, 238, 0.08), transparent 35%), var(--bg);
}

.glass {
  background: rgba(15, 23, 42, 0.82);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(34, 211, 238, 0.16);
}

.card-hover {
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.card-hover:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 211, 238, .75);
  box-shadow: 0 12px 35px rgba(34, 211, 238, .08);
}

.banner {
  background:
    linear-gradient(90deg, rgba(2, 6, 23, .62), rgba(2, 6, 23, .28) 45%, rgba(2, 6, 23, .08)),
    linear-gradient(0deg, rgba(2, 6, 23, .74), rgba(2, 6, 23, .04) 45%),
    url("../img/banner-inicio.jpeg");
  background-size: cover;
  background-position: center top;
}

.logo-glow {
  filter: drop-shadow(0 0 12px rgba(34, 211, 238, .35));
}

.form-input {
  width: 100%;
  background: #020617;
  border: 1px solid #334155;
  border-radius: 14px;
  padding: 13px 16px;
  outline: none;
  color: white;
}

.form-input:focus {
  border-color: var(--cyan);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(34, 211, 238, .09);
  border: 1px solid rgba(34, 211, 238, .18);
  color: #67e8f9;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

[data-whatsapp],
[data-whatsapp-channel] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

[data-whatsapp]::before,
[data-whatsapp-channel]::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: url("../img/whatsapp-icon.svg") center / contain no-repeat;
}

[data-whatsapp] .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[data-whatsapp].h-14::before {
  width: 26px;
  height: 26px;
  flex-basis: 26px;
}

[data-tiktok] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

[data-tiktok]::before {
  content: "";
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  background: url("../img/tiktok-icon.svg") center / contain no-repeat;
}

[data-tiktok] .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[data-youtube] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

[data-youtube]::before {
  content: "";
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  background: url("../img/youtube-icon.svg") center / contain no-repeat;
}

[data-youtube] .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
