/* =============================================================================
   ForceLatinRadio — diseño premium estilo brlogic.
   Hero grande, gradientes, cards con sombra suave, tipografía generosa,
   secciones de venta verticales.
   ============================================================================= */

:root {
    --flr-bg: #0d0d0d;
    --flr-bg-soft: #131313;
    --flr-bg-card: #1a1a1a;
    --flr-text: #f5f5f5;
    --flr-text-soft: #b8b8b8;
    --flr-text-mute: #8a8a8a;
    --flr-accent: #d4af37;
    --flr-accent-2: #f0c850;
    --flr-success: #6dd47d;
    --flr-error: #ff6b6b;
    --flr-border: #2a2a2a;
    --flr-shadow: 0 12px 32px -8px rgba(0, 0, 0, 0.5);
}

/* ─────────────────── HERO ─────────────────── */
.flr-hero {
    position: relative;
    padding: clamp(72px, 12vw, 140px) 0 clamp(56px, 10vw, 112px);
    background:
        radial-gradient(60% 80% at 50% -20%, rgba(212, 175, 55, 0.18), transparent 60%),
        linear-gradient(180deg, #0a0a0a 0%, #141414 100%);
    border-bottom: 1px solid var(--flr-border);
    overflow: hidden;
}
.flr-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,.08) 1px, transparent 1px),
        radial-gradient(1px 1px at 80% 60%, rgba(212,175,55,.12) 1px, transparent 1px),
        radial-gradient(1px 1px at 50% 80%, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 90px 90px, 130px 130px, 160px 160px;
    pointer-events: none;
}
.flr-hero__inner {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 var(--space-4, 24px);
    text-align: center;
}
.flr-hero__eyebrow {
    display: inline-block;
    padding: 6px 14px;
    background: rgba(212, 175, 55, 0.12);
    color: var(--flr-accent);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 22px;
}
.flr-hero__title {
    font-size: clamp(34px, 6vw, 64px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 22px;
    color: var(--flr-text);
}
.flr-hero__title span {
    background: linear-gradient(120deg, var(--flr-accent) 0%, var(--flr-accent-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--flr-accent);
}
.flr-hero__lead {
    font-size: clamp(17px, 1.8vw, 21px);
    line-height: 1.55;
    color: var(--flr-text-soft);
    margin: 0 auto 36px;
    max-width: 64ch;
}
.flr-hero__cta {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.flr-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    min-height: 48px;
    transition: transform .15s, box-shadow .15s;
}
.flr-cta--primary {
    background: linear-gradient(180deg, var(--flr-accent-2), var(--flr-accent));
    color: #000;
    box-shadow: 0 8px 18px -4px rgba(212, 175, 55, 0.4);
}
.flr-cta--primary:hover { transform: translateY(-1px); box-shadow: 0 12px 24px -4px rgba(212, 175, 55, 0.55); }
.flr-cta--ghost {
    background: transparent;
    color: var(--flr-text);
    border: 2px solid var(--flr-border);
}
.flr-cta--ghost:hover { border-color: var(--flr-text-soft); }

/* ─────────────────── SECCIONES ─────────────────── */
.flr-section { padding: clamp(56px, 9vw, 112px) 0; }
.flr-section--soft { background: var(--flr-bg-soft); }
.flr-section__inner { max-width: 1180px; margin: 0 auto; padding: 0 var(--space-4, 24px); }
.flr-section__head { text-align: center; margin: 0 auto var(--space-6, 40px); max-width: 680px; }
.flr-section__title {
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.15;
    margin: 0 0 14px;
    color: var(--flr-text);
    font-weight: 800;
    letter-spacing: -0.01em;
}
.flr-section__lead {
    color: var(--flr-text-soft);
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.55;
    margin: 0;
}

/* ─────────────────── FEATURES GRID ─────────────────── */
.flr-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}
.flr-feature {
    padding: 28px 24px;
    border: 1px solid var(--flr-border);
    border-radius: 14px;
    background: var(--flr-bg-card);
    transition: transform .15s, border-color .15s;
}
.flr-feature:hover { border-color: rgba(212, 175, 55, 0.35); transform: translateY(-2px); }
.flr-feature__icon {
    width: 44px; height: 44px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 10px;
    background: rgba(212, 175, 55, 0.15);
    color: var(--flr-accent);
    font-size: 22px;
    margin: 0 0 16px;
}
.flr-feature__title {
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--flr-text);
}
.flr-feature__desc {
    color: var(--flr-text-soft);
    line-height: 1.55;
    margin: 0;
}

/* ─────────────────── PLANES (cards de precios) ─────────────────── */
.flr-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 8px;
}
.flr-plan {
    position: relative;
    padding: 36px 28px;
    border: 1px solid var(--flr-border);
    border-radius: 16px;
    background: var(--flr-bg-card);
    display: flex;
    flex-direction: column;
    transition: transform .15s, box-shadow .15s, border-color .15s;
}
.flr-plan:hover {
    transform: translateY(-3px);
    box-shadow: var(--flr-shadow);
    border-color: rgba(212, 175, 55, 0.3);
}
.flr-plan--highlight {
    border-color: var(--flr-accent);
    box-shadow: 0 12px 32px -8px rgba(212, 175, 55, 0.25);
}
.flr-plan__badge {
    position: absolute;
    top: -12px; left: 50%; transform: translateX(-50%);
    padding: 5px 14px;
    background: var(--flr-accent);
    color: #000;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.flr-plan__name {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px;
    color: var(--flr-text);
}
.flr-plan__desc {
    color: var(--flr-text-mute);
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.5;
}
.flr-plan__price {
    margin: 0 0 6px;
    font-size: 14px;
    color: var(--flr-text-mute);
}
.flr-plan__price-big {
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    color: var(--flr-text);
    margin: 0 0 4px;
    letter-spacing: -0.02em;
}
.flr-plan__price-big sup {
    font-size: 0.5em;
    vertical-align: top;
    color: var(--flr-text-soft);
    margin-right: 4px;
}
.flr-plan__per {
    color: var(--flr-text-mute);
    font-size: 14px;
    margin: 0 0 24px;
}
.flr-plan__features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex: 1;
}
.flr-plan__features li {
    padding: 6px 0 6px 28px;
    position: relative;
    line-height: 1.5;
    color: var(--flr-text-soft);
}
.flr-plan__features li::before {
    content: "✓";
    position: absolute;
    left: 0; top: 6px;
    color: var(--flr-accent);
    font-weight: 700;
    background: rgba(212, 175, 55, 0.15);
    width: 20px; height: 20px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    font-size: 12px;
}

/* ─────────────────── STEPS (¿cómo funciona?) ─────────────────── */
.flr-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 28px;
    counter-reset: step;
}
.flr-step {
    text-align: left;
    counter-increment: step;
    position: relative;
    padding: 20px 0 0 60px;
}
.flr-step::before {
    content: counter(step);
    position: absolute;
    left: 0; top: 8px;
    width: 44px; height: 44px;
    background: var(--flr-accent);
    color: #000;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800;
    font-size: 20px;
}
.flr-step__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
    color: var(--flr-text);
}
.flr-step__desc {
    color: var(--flr-text-soft);
    line-height: 1.55;
    margin: 0;
}

/* ─────────────────── CTA BAND ─────────────────── */
.flr-cta-band {
    padding: clamp(64px, 10vw, 120px) 0;
    text-align: center;
    background:
        radial-gradient(80% 100% at 50% 0%, rgba(212, 175, 55, 0.15), transparent 50%),
        linear-gradient(180deg, var(--flr-bg-soft) 0%, var(--flr-bg) 100%);
    border-top: 1px solid var(--flr-border);
    border-bottom: 1px solid var(--flr-border);
}

/* Visually-hidden helper, por si el global no lo trae */
.visually-hidden {
    position: absolute !important; width: 1px !important; height: 1px !important;
    padding: 0 !important; margin: -1px !important; overflow: hidden !important;
    clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important;
}
