/* ============================================================
   home.css — landing de valladares.org (rediseño UX pro)
   ============================================================ */

/* ---- Botones ---- */
.btn-glass {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.16);
    color: #fff;
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.btn-glass:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.3); color:#fff; transform: translateY(-2px); }
.btn-glow { box-shadow: 0 8px 30px rgba(79,70,229,0.35); }
.btn-glow:hover { box-shadow: 0 10px 40px rgba(56,189,248,0.45); }
.btn-magnetic { will-change: transform; }
.btn-disabled { opacity: 0.75; cursor: not-allowed; background: rgba(255,255,255,0.08); border:1px dashed rgba(255,255,255,0.28); color: var(--text-secondary); }

.section-lead { color: var(--text-secondary); font-size: 1.05rem; max-width: 920px; margin: -8px 0 32px; }
.section-head-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 8px; }
.section-head-row .section-title { margin-bottom: 0; }
.see-all-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 0.9rem; color: var(--accent); white-space: nowrap; }
.see-all-link:hover { gap: 10px; }
.see-all-link .ic { font-size: 1rem; }

/* ============================================================
   HERO
   ============================================================ */
.brand-hero {
    position: relative;
    min-height: 94vh;
    display: flex; align-items: center;
    padding: 120px 0 70px;
    overflow: hidden;
    background:
        radial-gradient(1100px 620px at 78% -8%, rgba(99,102,241,0.26), transparent 58%),
        radial-gradient(900px 520px at 8% 112%, rgba(34,211,238,0.16), transparent 60%),
        linear-gradient(180deg, #0a0e1a 0%, #080b14 100%);
}
.bh-bg2 {
    position: absolute; width: 620px; height: 620px; right: -8%; top: 4%;
    background: radial-gradient(circle, rgba(168,85,247,0.22), transparent 66%);
    filter: blur(30px); z-index: 0; pointer-events: none;
}
.bh-grid-lines {
    position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background-image:
        linear-gradient(rgba(148,163,184,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148,163,184,0.05) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: radial-gradient(ellipse 90% 80% at 50% 40%, #000 30%, transparent 78%);
    -webkit-mask-image: radial-gradient(ellipse 90% 80% at 50% 40%, #000 30%, transparent 78%);
}
.bh-aurora { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.bh-aurora span { position: absolute; border-radius: 50%; filter: blur(90px); opacity: 0.55; }
.bh-aurora span:nth-child(1) { width: 480px; height: 480px; left: -6%; top: 12%; background: radial-gradient(circle, rgba(79,70,229,0.5), transparent 70%); }
.bh-aurora span:nth-child(2) { width: 420px; height: 420px; left: 34%; bottom: -14%; background: radial-gradient(circle, rgba(6,182,212,0.4), transparent 70%); }
@media (prefers-reduced-motion: no-preference) {
    .bh-aurora span:nth-child(1) { animation: floatA 18s ease-in-out infinite; }
    .bh-aurora span:nth-child(2) { animation: floatB 22s ease-in-out infinite; }
    @keyframes floatA { 0%,100%{transform:translate(0,0)} 50%{transform:translate(34px,-26px)} }
    @keyframes floatB { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-40px,24px)} }
}
.bh-fx { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0.85; }

/* Luna + cohete (animación game-like) */
.hero-moon {
    position: absolute; top: 13%; right: 9%; width: 66px; height: 66px; border-radius: 50%;
    background: radial-gradient(circle at 36% 34%, #fdfdf7 0%, #dfe6ef 55%, #94a3b8 100%);
    box-shadow: 0 0 46px rgba(226,232,240,0.28), inset -7px -7px 14px rgba(15,23,42,0.28);
    z-index: 1; pointer-events: none;
}
.hero-moon::before, .hero-moon::after { content: ""; position: absolute; border-radius: 50%; background: rgba(100,116,139,0.35); }
.hero-moon::before { width: 12px; height: 12px; top: 16px; left: 20px; }
.hero-moon::after { width: 8px; height: 8px; bottom: 14px; right: 16px; box-shadow: -18px -6px 0 -1px rgba(100,116,139,0.3); }
.hero-rocket {
    position: absolute; left: 6%; bottom: 16%; z-index: 1; pointer-events: none;
    filter: drop-shadow(0 0 12px rgba(99,102,241,0.55));
    opacity: 0.95;
}
.hero-rocket .rk-flame { transform-origin: 20px 40px; }
@media (prefers-reduced-motion: no-preference) {
    .hero-rocket { animation: rocketFly 26s linear infinite; }
    .hero-rocket .rk-flame { animation: flameFlick 0.14s ease-in-out infinite alternate; }
    @keyframes flameFlick { from { transform: scaleY(0.7); opacity: 0.85; } to { transform: scaleY(1.25); opacity: 1; } }
    /* Vuela continuamente por el banner intentando llegar a la luna (arriba-derecha) y vuelve */
    @keyframes rocketFly {
        0%   { transform: translate(0, 0)          rotate(42deg)  scale(0.82); }
        18%  { transform: translate(42vw, -40vh)   rotate(48deg)  scale(1);    }  /* rumbo a la luna */
        27%  { transform: translate(60vw, -58vh)   rotate(95deg)  scale(0.9);  }  /* cerca de la luna */
        42%  { transform: translate(66vw, -22vh)   rotate(160deg) scale(0.88); }  /* se desvía */
        60%  { transform: translate(28vw, -6vh)    rotate(215deg) scale(0.92); }  /* baja e izquierda */
        80%  { transform: translate(-2vw, -34vh)   rotate(305deg) scale(0.86); }  /* sube por la izquierda */
        100% { transform: translate(0, 0)          rotate(402deg) scale(0.82); }  /* vuelve (giro completo) */
    }
}
.bh-spotlight {
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background: radial-gradient(520px circle at var(--mx, 70%) var(--my, 30%), rgba(99,102,241,0.14), transparent 62%);
    transition: background .1s;
}

.bh-grid {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: 1.12fr 0.88fr;
    gap: 56px; align-items: center;
}
.bh-left { min-width: 0; }
.bh-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--font-mono); font-size: 0.85rem; color: #cbd5e1;
    padding: 7px 15px; border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    margin-bottom: 22px;
}
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #4dd98c; box-shadow: 0 0 0 0 rgba(77,217,140,0.6); animation: pulseDot 2s infinite; }
@keyframes pulseDot { 0%{box-shadow:0 0 0 0 rgba(77,217,140,0.5)} 70%{box-shadow:0 0 0 9px rgba(77,217,140,0)} 100%{box-shadow:0 0 0 0 rgba(77,217,140,0)} }
/* Píldora de anuncio del hero: promociona la app sin tocar el resto del banner */
.bh-ann {
    position: relative; isolation: isolate; overflow: hidden;
    display: inline-flex; align-items: center; gap: 9px;
    font-size: 0.86rem; color: #e2eaf7; line-height: 1.2;
    padding: 7px 15px 7px 8px; border-radius: 999px;
    margin-bottom: 20px; text-decoration: none;
    /* Safari a veces no recorta hijos transformados contra el border-radius */
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    transition: transform .25s ease;
}
/* El borde es un cono de luz girando, recortado por el propio border-radius */
.bh-ann::before {
    content: ""; position: absolute; z-index: -2;
    left: 50%; top: 50%; width: 260%; aspect-ratio: 1;
    transform: translate(-50%, -50%); will-change: transform;
    background: conic-gradient(from 0deg, transparent 0 56%, #22d3ee 71%, #a855f7 84%, transparent 94%);
}
/* Interior casi opaco: deja ver el cono solo en el filo */
.bh-ann::after {
    content: ""; position: absolute; z-index: -1; inset: 1.5px; border-radius: inherit;
    background: linear-gradient(180deg, rgba(16,27,47,0.95), rgba(9,15,28,0.95));
}
@media (prefers-reduced-motion: no-preference) {
    .bh-ann::before { animation: annSpin 4.5s linear infinite; }
    .bh-ann { animation: annGlow 3.4s ease-in-out infinite; }
    .bh-ann-tag::after { animation: annSheen 3.4s ease-in-out infinite; }
}
@keyframes annSpin { to { transform: translate(-50%, -50%) rotate(1turn); } }
@keyframes annGlow {
    0%, 100% { box-shadow: 0 0 0 0 rgba(76,194,255,0.30), 0 6px 22px rgba(76,194,255,0.10); }
    50%      { box-shadow: 0 0 0 7px rgba(76,194,255,0), 0 12px 34px rgba(168,85,247,0.22); }
}
.bh-ann:hover { transform: translateY(-2px); }
.bh-ann img { width: 22px; height: 22px; border-radius: 6px; display: block; }
.bh-ann-tag {
    position: relative; overflow: hidden;
    font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em;
    color: #06121f; background: linear-gradient(135deg, #67e8f9, #4cc2ff);
    padding: 3px 8px; border-radius: 999px;
}
/* Destello que cruza la etiqueta cada pocos segundos */
.bh-ann-tag::after {
    content: ""; position: absolute; inset: 0; transform: translateX(-140%);
    background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,0.85) 50%, transparent 70%);
}
@keyframes annSheen { 0%, 62% { transform: translateX(-140%); } 82%, 100% { transform: translateX(140%); } }
.bh-ann-txt strong { color: #fff; font-weight: 700; }
.bh-ann .ic { width: 15px; height: 15px; color: #4cc2ff; transition: transform .25s ease; }
.bh-ann:hover .ic { transform: translateX(3px); }
@media (max-width: 520px) { .bh-ann-long { display: none; } .bh-ann { font-size: 0.8rem; } }
/* Lienzo del confeti: cubre el hero, nunca intercepta clics */
.bh-confetti { position: absolute; inset: 0; z-index: 3; pointer-events: none; }

.bh-kicker { font-family: var(--font-mono); font-size: 0.95rem; color: var(--brand-teal); margin-bottom: 12px; letter-spacing: 0.2px; }
.bh-title {
    font-size: clamp(2.5rem, 5.2vw, 4.3rem); font-weight: 800;
    line-height: 1.05; letter-spacing: -0.025em; color: #fff; margin-bottom: 14px;
}
.bh-shine {
    background: linear-gradient(100deg, #22d3ee, #6366f1 45%, #a855f7 75%, #22d3ee);
    background-size: 220% auto; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
@media (prefers-reduced-motion: no-preference) { .bh-shine { animation: shine 6s linear infinite; } @keyframes shine { to { background-position: 220% center; } } }
.bh-roles { font-family: var(--font-mono); font-size: clamp(0.95rem, 2vw, 1.2rem); color: #e2e8f0; min-height: 1.6em; margin-bottom: 18px; display: flex; align-items: center; gap: 8px; }
.bh-roles-cmd { color: var(--brand-teal); }
.bh-roles-text { background: var(--aurora); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: 600; }
.bh-roles-caret { color: var(--brand-teal); animation: caretBlink 1s step-end infinite; }
@keyframes caretBlink { 50% { opacity: 0; } }
.bh-lead { color: #94a3b8; font-size: 1.12rem; line-height: 1.7; max-width: 560px; margin: 4px 0 28px; text-align: justify; hyphens: auto; }
.bh-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.bh-cta .ic { font-size: 1.05rem; }
.bh-trust { display: flex; align-items: center; gap: 9px; flex-wrap: wrap; }
.bh-trust-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--text-muted); margin-right: 2px; }
.tech-chip {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 0.8rem; color: #e2e8f0; padding: 5px 12px 5px 9px; border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04);
    transition: all .2s ease;
}
.tech-chip:hover { border-color: rgba(255,255,255,0.28); background: rgba(255,255,255,0.08); transform: translateY(-2px); }
.tech-ic { width: 16px; height: 16px; flex-shrink: 0; display: block; }

/* ---- Tarjeta de presentación ---- */
.bh-card {
    position: relative; z-index: 2;
    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 22px; padding: 26px;
    backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.5);
    max-width: 420px; margin-left: auto;
    transform-style: preserve-3d; transition: transform .2s ease;
}
.bh-card-glow { position: absolute; inset: -1px; border-radius: 22px; padding: 1px; background: linear-gradient(140deg, rgba(99,102,241,0.5), transparent 40%, rgba(34,211,238,0.4)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; opacity: 0.7; }
.bh-card-top { display: flex; gap: 15px; align-items: center; margin-bottom: 20px; }
.bh-avatar { width: 72px; height: 72px; border-radius: 16px; object-fit: cover; border: 1px solid rgba(255,255,255,0.18); flex-shrink: 0; }
.bh-card-name { font-size: 1.2rem; font-weight: 700; color: #fff; }
.bh-card-role { font-size: 0.85rem; color: var(--brand-teal); margin: 2px 0 5px; }
.bh-card-loc { font-size: 0.8rem; color: var(--text-muted); display: flex; align-items: center; gap: 5px; }
.bh-card-loc .ic { font-size: 0.9rem; }
.bh-avail { color: #4dd98c; font-weight: 600; }
.bh-card-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 16px 0; margin-bottom: 18px; border-top: 1px solid rgba(255,255,255,0.08); border-bottom: 1px solid rgba(255,255,255,0.08); }
.bh-card-stats div { text-align: center; }
.bh-card-stats b { display: block; font-size: 1.5rem; font-weight: 800; background: var(--aurora); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.bh-card-stats span { font-size: 0.72rem; color: var(--text-muted); }
.bh-card-apps-label { display: flex; align-items: center; gap: 7px; font-size: 0.8rem; color: #cbd5e1; margin-bottom: 12px; }
.bh-card-apps-label .ic { font-size: 1rem; }
.bh-card-dock { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 20px; }
.bh-card-dock img { width: 38px; height: 38px; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,0.4); transition: transform .2s ease; }
.bh-card-dock img:hover { transform: translateY(-4px) scale(1.08); }
.bh-card-links { display: flex; align-items: center; gap: 14px; }
.bh-card-links > a { color: var(--text-secondary); display: inline-flex; transition: color .2s; }
.bh-card-links > a .ic { font-size: 1.25rem; }
.bh-card-links > a:hover { color: #fff; }
.bh-card-cv { margin-left: auto; font-size: 0.82rem; font-weight: 600; color: var(--accent) !important; display: inline-flex; align-items: center; gap: 5px; }
.bh-card-cv .ic { font-size: 0.95rem; }

.scroll-indicator { z-index: 3; }

/* ============================================================
   LO QUE HAGO (expertise)
   ============================================================ */
.expertise { background: var(--bg-section-alt); }
.expertise-head { max-width: 980px; margin-bottom: 40px; }
.expertise-eyebrow { font-family: var(--font-mono); color: var(--brand-teal); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px; }
.expertise-title { font-size: clamp(1.35rem, 3.4vw, 2.35rem); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 14px; white-space: nowrap; }
.expertise-lead { color: var(--text-secondary); font-size: 1.08rem; line-height: 1.7; text-align: justify; hyphens: auto; }
@media (max-width: 620px) { .expertise-title { white-space: normal; } }
.expertise-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 18px; }
.exp-card {
    background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 26px; transition: all var(--transition); position: relative; overflow: hidden;
}
.exp-card::after { content:""; position:absolute; inset:0; opacity:0; transition: opacity var(--transition); pointer-events: none; }
.exp-card:hover { transform: translateY(-5px); border-color: var(--border-light); box-shadow: var(--shadow-hover); }
.exp-card:hover::after { opacity: 1; }
/* Icono: baldosa de vidrio con un icono de línea del sistema SVG del sitio,
   en el color de acento de su tarjeta. Mismo lenguaje que el logo y el footer. */
.exp-ic {
    width: 56px; height: 56px;
    margin-bottom: 18px;
    position: relative; z-index: 1;
    display: grid; place-items: center;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.10);
    background: linear-gradient(150deg, rgba(255,255,255,0.09), rgba(255,255,255,0.02));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 10px 24px rgba(0,0,0,0.32);
    transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.exp-ic svg { width: 26px; height: 26px; stroke-width: 1.9; display: block; }
.exp-card:hover .exp-ic { transform: translateY(-3px) scale(1.05); }
.exp-card h3 { font-size: 1.12rem; font-weight: 700; margin-bottom: 8px; position: relative; z-index: 1; }
.exp-card p { color: var(--text-secondary); font-size: 0.92rem; line-height: 1.6; position: relative; z-index: 1; text-align: justify; hyphens: auto; }
/* Acentos de color por tarjeta */
.exp-data::after,
.exp-soft::after  { background: linear-gradient(150deg, rgba(56,189,248,0.14), transparent 58%); }
.exp-ai::after    { background: linear-gradient(150deg, rgba(168,85,247,0.14), transparent 58%); }
.exp-ios::after   { background: linear-gradient(150deg, rgba(52,211,153,0.14), transparent 58%); }
.exp-lead::after  { background: linear-gradient(150deg, rgba(251,146,60,0.15), transparent 58%); }
.exp-data:hover,
.exp-soft:hover  { border-color: rgba(56,189,248,0.45); }
.exp-ai:hover    { border-color: rgba(168,85,247,0.45); }
.exp-ios:hover   { border-color: rgba(52,211,153,0.45); }
.exp-lead:hover  { border-color: rgba(251,146,60,0.45); }
/* Cada baldosa toma el acento de su tarjeta */
.exp-soft .exp-ic {
    color: #38bdf8;
    border-color: rgba(56,189,248,0.30);
    background: linear-gradient(150deg, rgba(56,189,248,0.18), rgba(56,189,248,0.03));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 10px 24px rgba(56,189,248,0.14);
}
.exp-ios .exp-ic {
    color: #34d399;
    border-color: rgba(52,211,153,0.30);
    background: linear-gradient(150deg, rgba(52,211,153,0.18), rgba(52,211,153,0.03));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 10px 24px rgba(52,211,153,0.14);
}
.exp-ai .exp-ic {
    color: #c084fc;
    border-color: rgba(168,85,247,0.32);
    background: linear-gradient(150deg, rgba(168,85,247,0.18), rgba(168,85,247,0.03));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 10px 24px rgba(168,85,247,0.14);
}
.exp-lead .exp-ic {
    color: #fb923c;
    border-color: rgba(251,146,60,0.32);
    background: linear-gradient(150deg, rgba(251,146,60,0.18), rgba(251,146,60,0.03));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 10px 24px rgba(251,146,60,0.14);
}

/* ============================================================
   JUEGOS DESTACADOS — bandas full-bleed
   ============================================================ */
.fg-section { padding: 76px 0 60px; background: var(--bg-section-alt); }
/* Encabezado banner */
.fg-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }
.fg-header-text { max-width: 660px; }
.fg-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); color: var(--brand-teal); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px; }
.fg-eyebrow .ic { font-size: 1.15rem; }
.fg-h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 10px; }
.fg-sub { color: var(--text-secondary); font-size: 1.05rem; line-height: 1.6; }
.fg-seeall { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 0.9rem; color: #fff; padding: 10px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.16); background: rgba(255,255,255,0.05); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: all .2s ease; white-space: nowrap; }
.fg-seeall:hover { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.3); gap: 12px; color: #fff; }
.fg-seeall .ic { font-size: 1rem; }

/* Showcase con transiciones suaves */
.fg-showcase { position: relative; }
.fg-band { position: relative; min-height: 480px; display: flex; align-items: center; overflow: hidden; }
/* Fundidos verticales: mezclan cada banda con el fondo de la sección */
.fg-band::before, .fg-band::after { content: ""; position: absolute; left: 0; right: 0; height: 130px; z-index: 1; pointer-events: none; }
.fg-band::before { top: -1px; background: linear-gradient(to bottom, var(--bg-section-alt) 0%, rgba(12,18,34,0.6) 45%, transparent 100%); }
.fg-band::after  { bottom: -1px; background: linear-gradient(to top, var(--bg-section-alt) 0%, rgba(12,18,34,0.6) 45%, transparent 100%); }
.fg-art { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.05); z-index: 0;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 80%, transparent 100%); }
.fg-scrim { position: absolute; inset: 0; z-index: 1; }
.fg-scrim-latam { background: linear-gradient(90deg, rgba(10,12,26,0.94) 0%, rgba(10,12,26,0.72) 42%, rgba(18,22,43,0.25) 100%); }
.fg-scrim-jackpot { background: linear-gradient(90deg, rgba(5,8,26,0.94) 0%, rgba(5,8,26,0.72) 42%, rgba(5,8,26,0.25) 100%); }
.fg-scrim-songika { background: linear-gradient(270deg, rgba(12,6,32,0.94) 0%, rgba(16,8,40,0.72) 42%, rgba(40,12,64,0.25) 100%); }
.fg-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; width: 100%; padding-top: 56px; padding-bottom: 56px; }
.fg-band-reverse .fg-inner { flex-direction: row-reverse; }
/* Divisor con efecto entre bandas */
.fg-divider {
    position: relative; z-index: 4; height: 3px; margin: -30px 0;
    background: linear-gradient(90deg, transparent 0%, rgba(99,102,241,0.55) 35%, rgba(34,211,238,0.6) 50%, rgba(168,85,247,0.55) 65%, transparent 100%);
    background-size: 220% 100%;
    box-shadow: 0 0 22px rgba(99,102,241,0.5);
}
.fg-divider span {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
    width: 70%; max-width: 900px; height: 160px; border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(99,102,241,0.28), rgba(34,211,238,0.12) 40%, transparent 72%);
    filter: blur(26px); pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
    .fg-divider { animation: divShimmer 7s linear infinite; }
    @keyframes divShimmer { to { background-position: 220% 0; } }
}
.fg-copy { max-width: 560px; }
.fg-title { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; color:#fff; margin: 14px 0 6px; letter-spacing: -0.02em; }
.fg-tagline { color: #fff; font-weight: 700; font-size: 1.2rem; margin-bottom: 10px; }
.fg-desc { color: #cbd5e1; line-height: 1.7; margin-bottom: 24px; }
.fg-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.fg-actions .ic { font-size: 1.05rem; }
.fg-shot { max-width: 360px; max-height: 380px; width: auto; height: auto; border-radius: 18px; box-shadow: 0 24px 60px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.08); flex-shrink: 0; }

/* Dispositivo con slideshow de capturas */
.fg-device {
    position: relative; flex-shrink: 0;
    background: linear-gradient(155deg, #23232a, #0a0a0f);
    box-shadow: 0 34px 80px rgba(0,0,0,0.62), 0 0 0 1px rgba(255,255,255,0.06) inset;
}
.fg-device::before {
    content: ""; position: absolute; inset: -34px; z-index: -1; border-radius: 50%;
    background: radial-gradient(ellipse at center, rgba(99,102,241,0.35), transparent 68%);
    filter: blur(34px);
}
.fg-device-portrait { width: 262px; padding: 11px; border-radius: 42px; }
.fg-device-landscape { width: 468px; padding: 10px; border-radius: 30px; }
.fg-slides { position: relative; overflow: hidden; background: #000; }
.fg-device-portrait .fg-slides { aspect-ratio: 9 / 19.3; border-radius: 32px; }
.fg-device-landscape .fg-slides { aspect-ratio: 19.5 / 9; border-radius: 22px; }
.fg-slides img {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
    opacity: 0; transition: opacity 0.9s ease;
}
.fg-slides img:first-child { opacity: 1; }        /* fallback sin JS */
.fg-slides.js-on img { opacity: 0; }
.fg-slides.js-on img.active { opacity: 1; }
.fg-slides video, .fg-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #000; }
.fg-notch { position: absolute; top: 22px; left: 50%; transform: translateX(-50%); width: 84px; height: 25px; background: #000; border-radius: 14px; z-index: 3; }
@media (prefers-reduced-motion: no-preference) {
    .fg-device { animation: deviceFloat 6.5s ease-in-out infinite; }
    @keyframes deviceFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-13px); } }
}

/* ============================================================
   APPS GRID
   ============================================================ */
.apps-platforms { display: flex; gap: 12px; flex-wrap: wrap; margin: -18px 0 26px; }
.plat { display: inline-flex; align-items: center; gap: 8px; font-size: 0.86rem; font-weight: 600; padding: 7px 15px; border-radius: 999px; border: 1px solid; }
.plat .ic { font-size: 1.05rem; }
.plat-ios { color: #e2e8f0; border-color: rgba(255,255,255,0.18); background: rgba(255,255,255,0.05); }
.plat-android { color: #3ddc84; border-color: rgba(61,220,132,0.32); background: rgba(61,220,132,0.08); }
.home-apps-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.home-app { display: flex; align-items: center; gap: 14px; padding: 14px 16px; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); transition: all var(--transition); }
.home-app:hover { transform: translateY(-3px); border-color: var(--border-light); box-shadow: var(--shadow-hover); }
.home-app img { border-radius: 13px; box-shadow: var(--shadow-card); }
.home-app-info { flex: 1; min-width: 0; }
.home-app-info h4 { font-size: 0.98rem; font-weight: 600; color: var(--text-primary); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.home-app-info span { font-size: 0.8rem; color: var(--text-muted); }
.home-app-tag, .home-app-rating { font-size: 0.78rem; font-weight: 600; color: var(--text-secondary); display: inline-flex; align-items: center; gap: 4px; white-space: nowrap; }
.home-app-rating .ic { color: #facc4d; font-size: 0.85rem; }
.home-app-new { border-color: rgba(34,211,238,0.35); }
.home-app-badge {
    font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px;
    color: #22d3ee; padding: 3px 9px; border-radius: 999px; white-space: nowrap;
    background: rgba(34,211,238,0.14); border: 1px solid rgba(34,211,238,0.3);
}

/* ============================================================
   BEHIND + CTA
   ============================================================ */
.behind-wrap { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.behind-photo { border-radius: 50%; border: 2px solid var(--border-light); object-fit: cover; flex-shrink: 0; }
.behind-text { flex: 1; min-width: 280px; }
.behind-eyebrow { font-family: var(--font-mono); color: var(--accent); font-size: 0.85rem; margin-bottom: 8px; }
.behind-text h2 { font-size: 1.8rem; font-weight: 800; margin-bottom: 10px; }
.behind-text p { color: var(--text-secondary); line-height: 1.7; margin-bottom: 20px; max-width: 920px; text-align: justify; hyphens: auto; }

/* Foto de perfil con marco circular + efecto */
.behind-photo-frame { position: relative; width: 172px; height: 172px; flex-shrink: 0; }
.behind-ring {
    position: absolute; inset: -4px; border-radius: 50%;
    background: conic-gradient(from 180deg, #22d3ee, #6366f1, #a855f7, #22d3ee);
    filter: blur(2px); opacity: 0.9;
}
@media (prefers-reduced-motion: no-preference) {
    .behind-ring { animation: ringSpin 8s linear infinite; }
    @keyframes ringSpin { to { transform: rotate(360deg); } }
}
.behind-photo {
    position: relative; z-index: 1;
    width: 164px; height: 164px; border-radius: 50%;
    object-fit: cover; object-position: center top;
    border: 4px solid var(--bg-section-alt);
    filter: contrast(1.06) saturate(1.08) brightness(1.03);
    box-shadow: 0 18px 50px rgba(99,102,241,0.35);
    transition: transform var(--transition);
}
.behind-photo-frame:hover .behind-photo { transform: scale(1.04); }
.behind-photo-frame::after {
    content: ""; position: absolute; z-index: 2; inset: 4px; border-radius: 50%;
    box-shadow: inset 0 -30px 50px -20px rgba(99,102,241,0.4), inset 0 2px 10px rgba(255,255,255,0.15);
    pointer-events: none;
}
/* Cierre de página con arte de fondo (valle de aurora, generado con Ludo).
   La imagen va en <picture> para servir una versión liviana en móvil, y el
   velo garantiza contraste del texto sin depender del arte. */
.home-cta { position: relative; overflow: hidden; background: #080b14; padding: 130px 0; }
.home-cta-bg {
    position: absolute; inset: 0; z-index: 0;
    /* 36% deja ver el remate de la torre y algo de aurora sobre la cordillera */
    width: 100%; height: 100%; object-fit: cover; object-position: center 36%;
    opacity: 1;
}
.home-cta-veil {
    position: absolute; inset: 0; z-index: 1; pointer-events: none;
    background:
        radial-gradient(ellipse 56% 58% at 50% 46%, rgba(8, 11, 20, 0.8), rgba(8, 11, 20, 0.4) 64%, rgba(8, 11, 20, 0.12) 100%),
        linear-gradient(180deg, #080b14 0%, rgba(8, 11, 20, 0) 22%, rgba(8, 11, 20, 0) 78%, #080b14 100%);
}
.home-cta-inner { position: relative; z-index: 2; text-align: center; max-width: 620px; margin: 0 auto; }
.home-cta-inner h2 { font-size: 2rem; font-weight: 800; margin-bottom: 12px; text-shadow: 0 2px 24px rgba(8, 11, 20, 0.85); }
.home-cta-inner p { color: #cbd5e1; margin-bottom: 26px; text-shadow: 0 1px 16px rgba(8, 11, 20, 0.8); }

@media (max-width: 700px) {
    .home-cta { padding: 96px 0; }
}

/* ============================================================
   Reveal
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); transition-delay: var(--rev-delay, 0ms); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; transition: none; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
    .bh-grid { grid-template-columns: 1fr; gap: 40px; }
    .bh-card { margin: 0 auto; max-width: 460px; width: 100%; }
    .fg-inner { flex-direction: column !important; text-align: left; align-items: stretch; }
    .fg-copy { max-width: 100%; }
    .fg-shot { display: none; }
    .fg-band { min-height: 420px; }
    .fg-device { margin: 10px auto 0; }
    .fg-device-portrait { width: 208px; }
    .fg-device-landscape { width: 100%; max-width: 380px; }
}
/* En smartphone quitamos luna + cohete (mejor legibilidad del hero) */
@media (max-width: 768px) {
    .hero-moon, .hero-rocket { display: none; }
}
@media (max-width: 480px) {
    .bh-card { padding: 20px; }
    .bh-title { font-size: clamp(2rem, 9vw, 2.6rem); }
    .bh-card-stats b { font-size: 1.3rem; }
}

/* ============================================================
   App destacada (Ley 21.719) — banner de marketing
   ============================================================ */
.featured-app {
    position: relative; overflow: hidden;
    padding: 60px 0;
    background: linear-gradient(160deg, #0e1728 0%, #0a0e1a 100%);
    border-bottom: 1px solid var(--border);
}
.fa-glow { position: absolute; top: -45%; right: -8%; width: 620px; height: 620px; z-index: 0; pointer-events: none;
    background: radial-gradient(circle, rgba(37,99,235,0.22), transparent 64%); filter: blur(40px); }
.fa-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: center; }
.fa-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: #facc4d; padding: 6px 14px; border-radius: 999px; background: rgba(250,204,77,0.12); border: 1px solid rgba(250,204,77,0.32); margin-bottom: 16px; }
.fa-badge .ic { font-size: 1rem; }
.fa-title { font-size: clamp(1.8rem, 4vw, 2.9rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 14px; }
.fa-hook { color: var(--text-secondary); font-size: 1.08rem; line-height: 1.7; max-width: 620px; margin-bottom: 24px; }
.fa-hook strong { color: var(--text-primary); }
.fa-stats { display: flex; gap: 30px; margin-bottom: 24px; flex-wrap: wrap; }
.fa-stat b { display: block; font-size: 1.8rem; font-weight: 800; color: #facc4d; line-height: 1; }
.fa-stat span { font-size: 0.76rem; color: var(--text-muted); }
.fa-features { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 22px; margin-bottom: 28px; }
.fa-features li { display: flex; align-items: center; gap: 9px; color: var(--text-secondary); font-size: 0.93rem; }
.fa-features .ic { color: #4dd98c; font-size: 1.05rem; flex-shrink: 0; }
.fa-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.fa-note { color: var(--text-muted); font-size: 0.85rem; }
/* dispositivos en abanico */
.fa-devices { position: relative; display: flex; justify-content: center; align-items: center; min-height: 440px; }
.featured-app .fg-device { animation: none; }
.fa-phone-back { position: absolute; transform: rotate(7deg) translateX(46px) scale(0.9); opacity: 0.82; z-index: 1; }
.fa-phone-front { position: relative; transform: rotate(-3deg) translateX(-24px); z-index: 2; }
@media (max-width: 900px) {
    .fa-inner { grid-template-columns: 1fr; gap: 36px; }
    .fa-devices { min-height: 400px; order: -1; }
    .fa-phone-back { transform: rotate(7deg) translateX(70px) scale(0.85); }
    .fa-phone-front { transform: rotate(-3deg) translateX(-30px); }
}
@media (max-width: 520px) {
    .fa-features { grid-template-columns: 1fr; }
    .fa-devices { min-height: 340px; }
    .featured-app .fg-device-portrait { width: 210px; }
}

/* ---- Variante Mac: Virtual Camera Studio ---- */
.fa-vcs { background: linear-gradient(160deg, #0a1120 0%, #070c18 100%); }
.fa-vcs .fa-glow { background: radial-gradient(circle, rgba(76,194,255,0.20), transparent 64%); }
.fa-vcs .fa-inner { grid-template-columns: 0.85fr 1.15fr; }
.fa-vcs .fa-mac { max-width: 100%; }
.fa-vcs .fa-badge { color: #4cc2ff; background: rgba(76,194,255,0.12); border-color: rgba(76,194,255,0.32); }
.fa-vcs .fa-stat b { color: #4cc2ff; }
.fa-devices-mac { min-height: 0; flex-direction: column; gap: 16px; }
.fa-mac-cta { font-size: 0.88rem; color: #4cc2ff; font-weight: 600; }
.fa-mac-cta:hover { text-decoration: underline; }
.fa-mac {
    position: relative; width: 100%; max-width: 640px;
    border-radius: 12px; overflow: hidden;
    background: #1b1f27;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 34px 80px rgba(0,0,0,0.6);
    transform: perspective(1400px) rotateY(-7deg) rotateX(2deg);
    transition: transform .4s ease;
}
.fa-mac:hover { transform: perspective(1400px) rotateY(0deg) rotateX(0deg); }
.fa-mac-bar { display: flex; gap: 7px; align-items: center; height: 26px; padding: 0 12px; background: #23272f; }
.fa-mac-bar i { width: 10px; height: 10px; border-radius: 50%; background: #4a5060; }
.fa-mac-bar i:nth-child(1) { background: #ff5f57; }
.fa-mac-bar i:nth-child(2) { background: #febc2e; }
.fa-mac-bar i:nth-child(3) { background: #28c840; }
.fa-mac img, .fa-mac video { display: block; width: 100%; height: auto; background: #000; }
@media (max-width: 900px) {
    .fa-vcs .fa-inner { grid-template-columns: 1fr; }
    .fa-mac { transform: none; }
}

/* ---- Logos de apps compatibles (Teams, Zoom, Meet…) ---- */
.fa-logos { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 0 0 26px; }
.app-logo {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 7px 12px; border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: var(--text-secondary); font-size: 0.82rem; font-weight: 600;
    transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.app-logo:hover { background: rgba(255,255,255,0.08); border-color: rgba(76,194,255,0.34); transform: translateY(-2px); }
.app-logo svg { width: 16px; height: 16px; flex: none; }

/* ---- Reproductor de YouTube diferido dentro de la ventana Mac ---- */
/* No se pide nada a YouTube hasta que el usuario pulsa play: solo la miniatura. */
.fa-mac.is-playing, .fa-mac.is-playing:hover { transform: none; }
.fa-mac .vcs-yt { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.fa-mac .vcs-yt iframe { width: 100%; height: 100%; display: block; border: 0; }
.fa-mac .vcs-yt-btn {
    position: absolute; inset: 0; padding: 0; border: 0; cursor: pointer;
    background: none; display: block; width: 100%; height: 100%;
}
.fa-mac .vcs-yt-btn img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.fa-mac .vcs-yt-btn::after {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(circle at center, rgba(0,0,0,.18), rgba(0,0,0,.42));
    opacity: 0; transition: opacity .3s ease;
}
.fa-mac .vcs-yt-btn:hover img { transform: scale(1.02); }
.fa-mac .vcs-yt-btn:hover::after { opacity: 1; }
.vcs-yt-play {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 76px; z-index: 2; transition: transform .25s ease;
    filter: drop-shadow(0 10px 26px rgba(0,0,0,.6));
}
/* Halo oscuro detrás del play: la miniatura lleva texto debajo */
.vcs-yt-play::before {
    content: ""; position: absolute; top: 50%; left: 50%;
    width: 210px; height: 210px; transform: translate(-50%,-50%);
    border-radius: 50%; background: radial-gradient(circle, rgba(0,0,0,.62), transparent 68%);
    z-index: -1;
}
.vcs-yt-play svg { width: 100%; height: auto; display: block; }
.vcs-yt-play .p { fill: #212121; opacity: .82; transition: fill .25s ease, opacity .25s ease; }
.vcs-yt-play .t { fill: #fff; }
.fa-mac .vcs-yt-btn:hover .vcs-yt-play { transform: translate(-50%,-50%) scale(1.08); }
.fa-mac .vcs-yt-btn:hover .vcs-yt-play .p { fill: #ff0000; opacity: 1; }
.fa-mac .vcs-yt-btn:focus-visible { outline: 3px solid #4cc2ff; outline-offset: -3px; }
@media (max-width: 600px) { .vcs-yt-play { width: 62px; } }

/* ============================================================
   Extensiones de navegador — banner de la portada
   ============================================================ */
.fa-ext { background: linear-gradient(160deg, #0b1024 0%, #080b18 100%); }
.fa-ext .fa-glow { background: radial-gradient(circle, rgba(139,92,246,0.22), transparent 64%); }
.fa-ext .fa-inner { grid-template-columns: 1.05fr 0.95fr; }
.fa-ext .fa-badge { color: #a78bfa; background: rgba(167,139,250,0.12); border-color: rgba(167,139,250,0.32); }
.fa-ext .fa-stat b { color: #a78bfa; }
.fa-ext .fa-devices-ext { min-height: 0; flex-direction: column; gap: 16px; }
.fa-ext .fa-mac-cta { color: #a78bfa; }

/* Logos de los navegadores compatibles (Simple Icons, con su color de marca) */
.fa-browsers { display: flex; align-items: center; gap: 16px; margin: 0 0 26px; }
.fa-browsers .br-ic {
    opacity: 0.85;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.45));
    transition: opacity .25s ease, transform .25s ease;
}
.fa-browsers:hover .br-ic { opacity: 1; }
.fa-browsers .br-ic:hover { transform: translateY(-3px); }

/* Ventana de navegador con el veredicto de la extensión */
.fa-browser {
    position: relative; width: 100%; max-width: 460px;
    border-radius: 14px; overflow: hidden;
    background: #10182f;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 34px 80px rgba(0,0,0,0.6);
    transform: perspective(1400px) rotateY(7deg) rotateX(2deg);
    transition: transform .4s ease;
}
.fa-browser:hover { transform: perspective(1400px) rotateY(0deg) rotateX(0deg); }
.fa-browser-bar {
    display: flex; align-items: center; gap: 7px;
    height: 34px; padding: 0 12px;
    background: #1b2138;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.fa-browser-bar i { width: 9px; height: 9px; border-radius: 50%; background: #4a5060; flex: none; }
.fa-browser-bar i:nth-child(1) { background: #ff5f57; }
.fa-browser-bar i:nth-child(2) { background: #febc2e; }
.fa-browser-bar i:nth-child(3) { background: #28c840; }
.fa-browser-url {
    flex: 1; margin-left: 8px;
    padding: 3px 12px; border-radius: 999px;
    background: rgba(255,255,255,0.06);
    font-family: var(--font-mono); font-size: 0.7rem; color: var(--text-muted);
}
.fa-browser-plug { display: inline-flex; color: #a78bfa; font-size: 1rem; }

.fa-browser-body { padding: 16px; }
.fa-cmp-origin {
    display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
    padding-bottom: 11px; margin-bottom: 11px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.fa-cmp-origin span { color: var(--text-muted); font-size: 0.78rem; }
.fa-cmp-origin b { font-family: var(--font-mono); font-size: 0.95rem; color: var(--text-primary); white-space: nowrap; }
.fa-cmp-row {
    display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center;
    padding: 10px 12px; border-radius: 10px; margin-bottom: 7px;
    background: rgba(255,255,255,0.035);
    border: 1px solid transparent;
}
.fa-cmp-row span { font-weight: 700; font-size: 0.88rem; color: var(--text-secondary); }
.fa-cmp-row b { font-family: var(--font-mono); font-size: 0.92rem; color: var(--text-primary); white-space: nowrap; }
.fa-cmp-row i { font-style: normal; font-size: 0.76rem; font-weight: 700; color: var(--text-muted); min-width: 34px; text-align: right; }
.fa-cmp-row.is-best { background: rgba(16,185,129,0.12); border-color: rgba(16,185,129,0.42); }
.fa-cmp-row.is-best b, .fa-cmp-row.is-best i { color: #34d399; }
.fa-cmp-row.is-none { opacity: 0.55; }
.fa-cmp-verdict {
    margin-top: 12px; padding: 12px 14px; border-radius: 11px;
    background: rgba(16,185,129,0.14); border: 1px solid rgba(16,185,129,0.35);
    font-size: 0.88rem; font-weight: 700; text-align: center; color: var(--text-secondary);
}
.fa-cmp-verdict strong { color: #34d399; }

@media (max-width: 900px) {
    .fa-ext .fa-inner { grid-template-columns: 1fr; }
    .fa-browser { transform: none; max-width: 100%; }
}

/* App destacada: CuantoCobro. Mismo esqueleto que .fa-vcs, con el rojo de la
   marca en el resplandor, la insignia y las cifras. */
.fa-cuantocobro { background: linear-gradient(160deg, #1a0d11 0%, #0c0709 100%); }
.fa-cuantocobro .fa-glow { background: radial-gradient(circle, rgba(217,32,39,0.24), transparent 64%); }
.fa-cuantocobro .fa-badge { color: #ff8a8e; background: rgba(217,32,39,0.14); border-color: rgba(217,32,39,0.36); }
.fa-cuantocobro .fa-stat b { color: #ff8a8e; }
.fa-cuantocobro .text-gradient {
    background: linear-gradient(120deg, #ef4d52, #ff8a4c);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fa-cuantocobro .fa-features li svg { color: #ef4d52; }
