
:root {
    --bg: #070910;
    --bg-soft: #0e1220;
    --card: #131a2d;
    --line: #202a46;
    --text: #f2f5ff;
    --muted: #a5afd0;
    --teal: #22d3c5;
    --violet: #7c3aed;
    --pink: #d946ef;
    --lime: #7ee787;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
font-family: 'Inter', sans-serif;
background:
    radial-gradient(1200px 500px at 90% -10%, rgba(124, 58, 237, 0.25), transparent 60%),
    radial-gradient(1000px 500px at 10% -30%, rgba(34, 211, 197, 0.18), transparent 55%),
    var(--bg);
color: var(--text);
}
a { color: inherit; text-decoration: none; }
.container { width: min(1140px, 92vw); margin: 0 auto; }
.nav {
position: sticky; top: 0; z-index: 20;
backdrop-filter: blur(10px);
background: rgba(7, 9, 16, 0.75);
border-bottom: 1px solid rgba(165, 175, 208, 0.14);
}
.nav-inner {
min-height: 72px;
display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; flex-shrink: 0; }
.brand-logo {
height: 52px;
width: auto;
display: block;
filter: drop-shadow(0 8px 18px rgba(124, 58, 237, 0.35));
}
.brand-badge {
width: 32px; height: 32px; border-radius: 10px;
display: grid; place-items: center;
background: linear-gradient(145deg, var(--violet), var(--teal));
box-shadow: 0 10px 24px rgba(124, 58, 237, 0.45);
}
.nav-links { display: flex; gap: 20px; color: var(--muted); font-size: 14px; align-items: center; line-height: 1; }
.nav-actions { display: flex; align-items: center; gap: 12px; margin-top: 0; flex-shrink: 0; }
.btn {
border: 1px solid transparent; border-radius: 12px;
padding: 10px 14px; font-weight: 700; font-size: 14px;
display: inline-flex; align-items: center; gap: 8px; cursor: pointer;
}
.btn-ghost { border-color: var(--line); color: var(--text); background: transparent; }
.btn-main {
background: linear-gradient(90deg, #aa16cc, #5712d7, #429d86);
color: white; 
box-shadow: 0 8px 30px rgba(124, 58, 237, 0.4);
position: relative; 
overflow: hidden;
transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.btn-main:hover {
transform: translateY(-2px);
box-shadow: 0 12px 40px rgba(124, 58, 237, 0.6);
}
.btn-main:active {
transform: translateY(0) scale(0.98);
}
/* Shimmer Effect */
.btn-main::after {
content: "";
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: linear-gradient(
    45deg,
    transparent 0%,
    rgba(255, 255, 255, 0.1) 45%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.1) 55%,
    transparent 100%
);
transform: translateX(-100%) translateY(-100%) rotate(45deg);
transition: none;
pointer-events: none;
}
.btn-main:hover::after {
transform: translateX(100%) translateY(100%) rotate(45deg);
transition: transform 0.8s ease-in-out;
}
.hero {
padding: 64px 0 40px;
min-height: calc(100vh - 72px);
display: flex;
align-items: center;
position: relative;
overflow: hidden;
isolation: isolate;
}
.hero-scene {
position: absolute;
inset: 0;
z-index: 0;
pointer-events: none;
}
.aurora {
position: absolute;
filter: blur(56px);
opacity: 0.75;
mix-blend-mode: screen;
}
.aurora.a1 {
width: 52vw;
height: 52vw;
top: -26vw;
left: -12vw;
background: radial-gradient(circle at 40% 40%, rgba(217, 70, 239, 0.6), rgba(217, 70, 239, 0.06) 55%, transparent 72%);
animation: driftA 13s ease-in-out infinite alternate;
}
.aurora.a2 {
width: 54vw;
height: 54vw;
top: -28vw;
right: -16vw;
background: radial-gradient(circle at 50% 50%, rgba(34, 211, 197, 0.52), rgba(34, 211, 197, 0.05) 58%, transparent 74%);
animation: driftB 16s ease-in-out infinite alternate;
}
.aurora.a3 {
width: 46vw;
height: 46vw;
bottom: -24vw;
left: 28vw;
background: radial-gradient(circle at 50% 50%, rgba(124, 58, 237, 0.52), rgba(124, 58, 237, 0.04) 60%, transparent 76%);
animation: driftC 14s ease-in-out infinite alternate;
}
.hero-grid {
position: relative;
z-index: 2;
}
.hero-wave-canvas {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0.85;
pointer-events: none;
}
@keyframes driftA {
0% { transform: translate3d(0, 0, 0) scale(1); }
100% { transform: translate3d(8vw, 3vw, 0) scale(1.12); }
}
@keyframes driftB {
0% { transform: translate3d(0, 0, 0) scale(1); }
100% { transform: translate3d(-10vw, 4vw, 0) scale(1.14); }
}
@keyframes driftC {
0% { transform: translate3d(0, 0, 0) scale(1); }
100% { transform: translate3d(-5vw, -5vw, 0) scale(1.16); }
}
.hero-grid {
display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center;
}
@keyframes fadeUp {
0% { opacity: 0; transform: translateY(24px); }
100% { opacity: 1; transform: translateY(0); }
}
@keyframes phonefloat {
0%   { transform: translateY(0px) rotate(-2deg); }
50%  { transform: translateY(-14px) rotate(-2deg); }
100% { transform: translateY(0px) rotate(-2deg); }
}
@keyframes glow-pulse {
0%, 100% { box-shadow: 0 0 40px rgba(124,58,237,0.5), 0 0 80px rgba(217,70,239,0.2), 0 40px 80px rgba(0,0,0,0.6); }
50%  { box-shadow: 0 0 60px rgba(34,211,197,0.4), 0 0 100px rgba(124,58,237,0.25), 0 40px 80px rgba(0,0,0,0.6); }
}
.hero-grid > div:first-child > * {
opacity: 0;
animation: fadeUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.hero-grid > div:first-child .kicker { animation-delay: 0.1s; }
.hero-grid > div:first-child h1 { animation-delay: 0.25s; }
.hero-grid > div:first-child .lead { animation-delay: 0.4s; }
.hero-grid > div:first-child .hero-cta { animation-delay: 0.55s; }
.hero-grid > div:first-child .trust { animation-delay: 0.7s; }

.hero-grid > .phone-mockup {
opacity: 0;
animation: fadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
animation-delay: 0.45s;
}

.kicker {
display: inline-flex; align-items: center; gap: 8px;
border: 1px solid var(--line); border-radius: 999px;
color: var(--teal); font-size: 13px; padding: 7px 12px;
background: rgba(34, 211, 197, 0.08);
}
h1 {
font-size: clamp(2rem, 6vw, 3.65rem);
line-height: 1.06; letter-spacing: -0.03em;
margin-top: 16px; font-weight: 900;
}
.grad {
background: linear-gradient(90deg, var(--pink), var(--violet), var(--teal));
-webkit-background-clip: text; background-clip: text; color: transparent;
}
.lead {
color: var(--muted); margin-top: 18px; font-size: 1.06rem; line-height: 1.7;
max-width: 58ch;
}
.hero-cta { display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.trust {
margin-top: 18px; color: #c4ccdf; font-size: 13px; display: flex; gap: 16px; flex-wrap: wrap;
}

/* ── Phone Mockup ─────────────────────────────────── */
.phone-mockup {
display: flex;
justify-content: center;
align-items: center;
padding: 20px 0;
}
.phone-frame {
width: 280px;
background: linear-gradient(145deg, #1a1a2e 0%, #16213e 40%, #0f1b35 100%);
border-radius: 46px;
padding: 10px;
position: relative;
animation: phonefloat 5s ease-in-out infinite, glow-pulse 4s ease-in-out infinite;
border: 2px solid rgba(255,255,255,0.12);
}
.phone-frame::before {
content: '';
position: absolute;
inset: 0;
border-radius: 44px;
border: 1px solid rgba(255,255,255,0.06);
pointer-events: none;
}
.phone-notch {
width: 100px;
height: 28px;
background: #0a0e1a;
border-radius: 0 0 18px 18px;
margin: 0 auto 8px;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
position: relative;
z-index: 2;
}
.phone-notch-cam {
width: 10px; height: 10px;
border-radius: 50%;
background: #1a1f35;
border: 1.5px solid #2a3050;
box-shadow: 0 0 6px rgba(124,58,237,0.3);
}
.phone-screen {
background: #080d1c;
border-radius: 34px;
overflow: hidden;
display: flex;
flex-direction: column;
min-height: 540px;
position: relative;
}
.phone-home-bar {
width: 100px;
height: 5px;
background: rgba(255,255,255,0.18);
border-radius: 999px;
margin: 8px auto 4px;
}

/* Status bar */
.app-statusbar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 6px 14px 4px;
background: #080d1c;
}
.app-time {
font-size: 11px;
font-weight: 700;
color: #e2e8f0;
}
.app-icons {
display: flex;
gap: 5px;
font-size: 9px;
color: #e2e8f0;
}

/* App header */
.app-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px 14px 6px;
background: linear-gradient(180deg, #0d1325, #0a1020);
border-bottom: 1px solid rgba(255,255,255,0.05);
}
.app-logo-sm {
height: 22px;
width: auto;
filter: drop-shadow(0 2px 6px rgba(124,58,237,0.5));
}
.app-header-right { display: flex; align-items: center; gap: 8px; }
.app-avatar {
width: 28px; height: 28px;
border-radius: 50%;
background: linear-gradient(135deg, var(--violet), var(--pink));
display: grid;
place-items: center;
font-size: 9px;
font-weight: 800;
color: white;
}

/* Hero bar */
.app-hero-bar {
padding: 10px 14px 8px;
background: linear-gradient(135deg, rgba(124,58,237,0.2), rgba(34,211,197,0.1));
border-bottom: 1px solid rgba(255,255,255,0.05);
}
.app-greeting {
font-size: 12px;
font-weight: 700;
color: #e8eeff;
}
.app-sub-greeting {
font-size: 10px;
color: var(--teal);
margin-top: 2px;
}
.app-sub-greeting i { margin-right: 4px; }

/* Stats row */
.app-stats-row {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0;
border-bottom: 1px solid rgba(255,255,255,0.06);
background: rgba(8,13,28,0.9);
}
.app-stat {
display: flex;
flex-direction: column;
align-items: center;
padding: 8px 4px;
border-right: 1px solid rgba(255,255,255,0.05);
}
.app-stat:last-child { border-right: none; }
.app-stat-num {
font-size: 15px;
font-weight: 900;
background: linear-gradient(90deg, var(--teal), var(--violet));
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.app-stat-lbl {
font-size: 8px;
color: var(--muted);
margin-top: 1px;
text-transform: uppercase;
letter-spacing: 0.04em;
}

/* Tabs */
.app-tabs {
display: flex;
border-bottom: 1px solid rgba(255,255,255,0.06);
background: #080d1c;
}
.app-tab {
flex: 1;
background: none;
border: none;
color: var(--muted);
font-size: 9px;
font-weight: 600;
padding: 7px 2px;
cursor: pointer;
border-bottom: 2px solid transparent;
font-family: 'Inter', sans-serif;
transition: color 0.2s, border-color 0.2s;
}
.app-tab.active {
color: var(--teal);
border-bottom-color: var(--teal);
}

/* Song list */
.app-list {
flex: 1;
overflow: hidden;
padding: 8px 10px;
display: flex;
flex-direction: column;
gap: 6px;
background: #080d1c;
}
.app-list.hidden { display: none; }

.app-song-card {
display: flex;
justify-content: space-between;
align-items: center;
background: rgba(255,255,255,0.03);
border: 1px solid rgba(255,255,255,0.07);
border-radius: 10px;
padding: 8px 10px;
transition: background 0.2s;
}
.app-song-card:hover { background: rgba(255,255,255,0.06); }
.app-song-left {
display: flex;
align-items: center;
gap: 8px;
min-width: 0;
}
.app-song-icon {
width: 30px; height: 30px;
border-radius: 8px;
display: grid;
place-items: center;
font-size: 11px;
flex-shrink: 0;
}
.app-song-icon.demo   { background: rgba(217,70,239,0.15); color: var(--pink); border: 1px solid rgba(217,70,239,0.3); }
.app-song-icon.libre  { background: rgba(34,211,197,0.12); color: var(--teal); border: 1px solid rgba(34,211,197,0.3); }
.app-song-icon.apartada { background: rgba(255,170,0,0.12); color: #ffaa00; border: 1px solid rgba(255,170,0,0.3); }
.app-song-icon.grabada  { background: rgba(126,231,135,0.12); color: var(--lime); border: 1px solid rgba(126,231,135,0.3); }

.app-song-info {
display: flex;
flex-direction: column;
min-width: 0;
}
.app-song-info strong {
font-size: 10px;
font-weight: 700;
color: #e8eeff;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 110px;
}
.app-song-info span {
font-size: 8.5px;
color: var(--muted);
margin-top: 1px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 110px;
}
.app-song-right {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 3px;
flex-shrink: 0;
}
.app-song-tag {
font-size: 7.5px;
font-weight: 800;
padding: 2px 6px;
border-radius: 999px;
letter-spacing: 0.06em;
}
.tag-demo     { background: rgba(217,70,239,0.18); color: var(--pink);   border: 1px solid rgba(217,70,239,0.35); }
.tag-libre    { background: rgba(34,211,197,0.15); color: var(--teal);   border: 1px solid rgba(34,211,197,0.35); }
.tag-apartada { background: rgba(255,170,0,0.15);  color: #ffaa00;       border: 1px solid rgba(255,170,0,0.35); }
.tag-grabada  { background: rgba(126,231,135,0.15);color: var(--lime);   border: 1px solid rgba(126,231,135,0.35); }

.app-song-split {
font-size: 8px;
font-weight: 700;
color: #7c9cbf;
}

/* Bottom nav */
.app-bottomnav {
display: flex;
justify-content: space-around;
padding: 7px 4px 10px;
background: linear-gradient(180deg, #0a0e1c, #080c1a);
border-top: 1px solid rgba(255,255,255,0.07);
}
.app-nav-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 2px;
color: var(--muted);
font-size: 7.5px;
cursor: pointer;
}
.app-nav-item i { font-size: 13px; }
.app-nav-item.active { color: var(--teal); }
.app-nav-item .nav-add {
color: var(--violet);
filter: drop-shadow(0 0 6px rgba(124,58,237,0.6));
font-size: 16px;
}
.split { color: var(--teal); font-weight: 700; font-size: 13px; }
.sections { padding: 58px 0; }
.section-title { font-size: clamp(1.4rem, 4vw, 2.25rem); font-weight: 800; text-align: center; }
.section-sub { margin-top: 10px; text-align: center; color: var(--muted); }
.section-sub.max { max-width: 760px; margin-inline: auto; margin-top: 12px; }
.features {
margin-top: 30px;
display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.feature {
border: 1px solid var(--line); border-radius: 16px; padding: 18px;
background: linear-gradient(180deg, rgba(19, 26, 45, 0.8), rgba(13, 19, 34, 0.8));
}
.feature i { color: var(--teal); font-size: 1.2rem; }
.feature h3 { margin-top: 12px; font-size: 1.05rem; }
.feature p { margin-top: 8px; color: var(--muted); font-size: 0.95rem; line-height: 1.6; }
.problem-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.problem-item {
border: 1px solid var(--line);
border-radius: 14px;
background: rgba(255,255,255,0.02);
padding: 14px;
display: flex;
gap: 10px;
align-items: flex-start;
color: #dbe2fb;
}
.problem-item i { color: var(--pink); margin-top: 2px; }
.problem-warning {
margin-top: 18px;
text-align: center;
color: #ff8aa5;
font-weight: 700;
}
.grid-two {
margin-top: 28px;
display: grid;
grid-template-columns: 1.05fr 0.95fr;
gap: 16px;
align-items: stretch;
}
.quote-card, .id-card {
border: 1px solid var(--line);
border-radius: 16px;
background: linear-gradient(180deg, rgba(19, 26, 45, 0.9), rgba(13, 19, 34, 0.9));
padding: 20px;
}
.quote-card p { color: var(--muted); line-height: 1.75; margin-top: 10px; }
.quote-mark {
margin-top: 14px;
border-left: 3px solid var(--pink);
padding-left: 12px;
color: #e9eeff;
font-style: italic;
}
.id-card .code {
margin-top: 10px;
padding: 10px 12px;
border-radius: 10px;
background: rgba(124,58,237,0.12);
border: 1px solid rgba(124,58,237,0.32);
color: #d7c8ff;
font-family: Consolas, monospace;
}
.badge-list { margin-top: 14px; display: grid; gap: 10px; }
.badge-item {
padding: 10px 12px;
border-radius: 12px;
border: 1px solid var(--line);
background: rgba(255,255,255,0.02);
color: #cbd5f6;
}
.flow {
margin-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
}
.step {
border: 1px solid var(--line); border-radius: 14px; padding: 14px;
background: rgba(255,255,255,0.02);
}
.step .n {
width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center;
background: linear-gradient(140deg, var(--violet), var(--teal));
font-size: 13px; font-weight: 800; margin-bottom: 10px;
}
.pricing {
margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
}
.plan {
border: 1px solid var(--line); border-radius: 18px; padding: 20px;
background: #101628;
}
.plan.recommended {
border-color: rgba(34, 211, 197, 0.5);
box-shadow: 0 20px 40px rgba(34, 211, 197, 0.12);
}
.price { font-size: 2rem; font-weight: 900; margin: 10px 0 14px; }
.plan ul { list-style: none; display: grid; gap: 8px; color: var(--muted); font-size: 14px; }
.plan li::before { content: '✓ '; color: var(--lime); font-weight: 700; }
.real-row {
margin-top: 28px;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
}
.real-item {
border: 1px solid var(--line);
border-radius: 14px;
background: rgba(255,255,255,0.02);
padding: 14px;
text-align: center;
color: #dbe3ff;
}
.real-item i { color: var(--teal); margin-bottom: 8px; }
.social-proof {
margin-top: 26px;
border: 1px solid rgba(217,70,239,0.34);
border-radius: 18px;
padding: 22px;
background: linear-gradient(145deg, rgba(217,70,239,0.1), rgba(34,211,197,0.09));
text-align: center;
}
.social-proof p { color: #d7def7; line-height: 1.8; }
.compare-grid {
margin-top: 26px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
}
.compare-card {
border: 1px solid var(--line);
border-radius: 14px;
background: rgba(255,255,255,0.02);
padding: 16px;
text-align: center;
color: #ccd5f3;
}
.compare-card i { color: #8e9ccf; margin-bottom: 10px; }
.highlight-banner {
margin-top: 16px;
text-align: center;
padding: 14px;
border-radius: 14px;
border: 1px solid rgba(34,211,197,0.28);
background: rgba(34,211,197,0.08);
color: #dcfffb;
font-weight: 700;
}
.cta-box {
margin-top: 36px; border: 1px solid var(--line); border-radius: 20px;
background: linear-gradient(135deg, rgba(124,58,237,0.2), rgba(34,211,197,0.13));
padding: 30px; text-align: center;
}
footer {
border-top: 1px solid rgba(165, 175, 208, 0.14);
margin-top: 56px; padding: 24px 0 36px; color: var(--muted); font-size: 14px;
}
.foot { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
@media (max-width: 980px) {
.hero-grid, .features, .flow, .pricing, .problem-grid, .grid-two, .real-row, .compare-grid { grid-template-columns: 1fr; }
.nav-links { display: none; }
.hero { padding-top: 44px; }
.sections { padding: 42px 0; }
.nav-inner { min-height: 68px; }
.phone-frame { width: 240px; }
.phone-screen { min-height: 460px; }
}
@media (max-width: 640px) {
.container { width: min(1140px, 94vw); }
.nav-inner { min-height: 62px; gap: 10px; }
.brand-logo { height: 44px; }
.nav-actions { gap: 8px; }
.nav-actions .btn {
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 10px;
}
.nav-actions .btn-ghost { display: none; }
h1 { font-size: clamp(1.7rem, 8vw, 2.3rem); }
.lead { font-size: 0.98rem; }
.hero-cta .btn { width: 100%; justify-content: center; }
.phone-frame { width: 220px; }
.phone-screen { min-height: 420px; }
.sections { padding: 36px 0; }
.cta-box { padding: 22px 16px; border-radius: 16px; }
.social-proof { padding: 18px 14px; }
}

/* ── Billing Toggle ──────────────────────────────────────────── */
.billing-toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 28px 0 0;
}
.billing-label {
  font-size: 15px;
  font-weight: 600;
  color: var(--muted);
  transition: color 0.25s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.billing-label--active {
  color: var(--text);
}
.billing-toggle {
  position: relative;
  width: 52px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--violet), var(--teal));
  border: none;
  cursor: pointer;
  padding: 3px;
  transition: background 0.3s;
  flex-shrink: 0;
}
.billing-toggle--monthly {
  background: var(--line);
}
.billing-toggle-knob {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 6px rgba(0,0,0,0.4);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform: translateX(24px); /* yearly = derecha */
}
.billing-toggle--monthly .billing-toggle-knob {
  transform: translateX(0);    /* monthly = izquierda */
}
.save-badge {
  background: linear-gradient(90deg, rgba(34,211,197,0.22), rgba(124,58,237,0.18));
  border: 1px solid rgba(34,211,197,0.4);
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

/* ── Pricing cards nueva estructura ─────────────────────────── */
.price-block { margin: 12px 0 16px; }
.price-display {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.price-currency {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text);
}
.price-amount {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  color: var(--text);
  transition: opacity 0.2s, transform 0.2s;
}
.price-period {
  font-size: 0.95rem;
  color: var(--muted);
  margin-left: 2px;
}
.price-note {
  margin-top: 4px;
  font-size: 12px;
  color: var(--teal);
  min-height: 16px;
}
.recommended-badge {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(34,211,197,0.2), rgba(124,58,237,0.2));
  border: 1px solid rgba(34,211,197,0.4);
  color: var(--teal);
}