.excel-pdf-admin {
    padding-bottom: 40px;
}

.excel-pdf-publico {
    padding: 0;
    background: #070b14;
}

.excel-pdf-hero {
    padding: 56px 0 72px;
    background:
        radial-gradient(920px 460px at 88% -8%, rgba(239, 68, 68, 0.26), transparent 58%),
        radial-gradient(640px 360px at 6% 18%, rgba(56, 189, 248, 0.12), transparent 52%),
        linear-gradient(180deg, #0b1220 0%, #070b14 68%, #111827 100%);
}

.excel-pdf-publico-caja {
    max-width: 760px;
    margin: 0 auto;
}

.excel-pdf-cabecera {
    margin: 0 0 28px;
    text-align: center;
}

.excel-pdf-kicker {
    margin: 0 0 10px;
    color: #fecaca;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.excel-pdf-badge-gratis {
    display: inline-block;
    margin: 0 0 16px;
    padding: 6px 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #047857, #34d399);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(52, 211, 153, 0.28);
}

.excel-pdf-publico-titulo {
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #f8fafc;
}

.excel-pdf-lead {
    margin: 0 auto 18px;
    max-width: 560px;
    font-size: 17px;
    line-height: 1.5;
    color: #cbd5e1;
}

.excel-pdf-confianza {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.excel-pdf-confianza li {
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(248, 250, 252, 0.14);
    background: rgba(15, 23, 42, 0.45);
    color: #e2e8f0;
    font-size: 12px;
    font-weight: 700;
}

.excel-pdf-formatos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.excel-pdf-formatos li {
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.06);
    color: #94a3b8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.excel-pdf-tablero {
    padding: 28px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(248, 250, 252, 0.12);
    box-shadow:
        0 28px 64px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.excel-pdf-direccion {
    display: flex;
    gap: 12px;
    margin: 0 0 20px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.excel-pdf-direccion-campo {
    position: relative;
    flex: 1 1 180px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.excel-pdf-direccion-label {
    display: block;
}

.excel-pdf-select-nativo {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.excel-pdf-select {
    position: relative;
}

.excel-pdf-select-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 11px 14px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    color: #0f172a;
    background: #f8fafc;
    cursor: pointer;
    text-align: left;
}

.excel-pdf-select-btn:hover,
.excel-pdf-select.es-abierto .excel-pdf-select-btn {
    border-color: #ef4444;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.12);
}

.excel-pdf-select-icono {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ecfdf5;
    color: #15803d;
    font-size: 15px;
}

.excel-pdf-select-texto {
    flex: 1;
    min-width: 0;
}

.excel-pdf-select-caret {
    color: #94a3b8;
    font-size: 12px;
    transition: transform 0.18s ease;
}

.excel-pdf-select.es-abierto .excel-pdf-select-caret {
    transform: rotate(180deg);
}

.excel-pdf-select-lista {
    position: absolute;
    z-index: 8;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    margin: 0;
    padding: 6px;
    list-style: none;
    max-height: 280px;
    overflow: auto;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
}

.excel-pdf-select-lista [role="option"] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    color: #0f172a;
    cursor: pointer;
}

.excel-pdf-select-lista [role="option"] i {
    width: 26px;
    text-align: center;
    color: #64748b;
}

.excel-pdf-select-lista [role="option"]:hover,
.excel-pdf-select-lista [role="option"][aria-selected="true"] {
    background: #fff1f2;
}

.excel-pdf-select[data-valor="excel"] .excel-pdf-select-icono,
.excel-pdf-select[data-valor="ods"] .excel-pdf-select-icono {
    color: #15803d;
}

.excel-pdf-select[data-valor="word"] .excel-pdf-select-icono,
.excel-pdf-select[data-valor="odt"] .excel-pdf-select-icono {
    background: #eff6ff;
    color: #1d4ed8;
}

.excel-pdf-select[data-valor="pdf"] .excel-pdf-select-icono {
    background: #fef2f2;
    color: #b91c1c;
}

.excel-pdf-select[data-valor="pptx"] .excel-pdf-select-icono,
.excel-pdf-select[data-valor="odp"] .excel-pdf-select-icono {
    background: #fff7ed;
    color: #c2410c;
}

.excel-pdf-select[data-valor="imagen"] .excel-pdf-select-icono,
.excel-pdf-select[data-valor="png"] .excel-pdf-select-icono,
.excel-pdf-select[data-valor="jpg"] .excel-pdf-select-icono {
    background: #faf5ff;
    color: #7e22ce;
}

.excel-pdf-select[data-valor="html"] .excel-pdf-select-icono,
.excel-pdf-select[data-valor="epub"] .excel-pdf-select-icono {
    background: #eef2ff;
    color: #4338ca;
}

.excel-pdf-select-lista [data-value="excel"] i,
.excel-pdf-select-lista [data-value="ods"] i {
    color: #15803d;
}

.excel-pdf-select-lista [data-value="word"] i,
.excel-pdf-select-lista [data-value="odt"] i {
    color: #1d4ed8;
}

.excel-pdf-select-lista [data-value="pdf"] i {
    color: #b91c1c;
}

.excel-pdf-select-lista [data-value="pptx"] i,
.excel-pdf-select-lista [data-value="odp"] i {
    color: #c2410c;
}

.excel-pdf-select-lista [data-value="imagen"] i,
.excel-pdf-select-lista [data-value="png"] i,
.excel-pdf-select-lista [data-value="jpg"] i {
    color: #7e22ce;
}

.excel-pdf-select-lista [data-value="html"] i,
.excel-pdf-select-lista [data-value="epub"] i {
    color: #4338ca;
}

.excel-pdf-direccion-flecha {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 48px;
    margin-bottom: 2px;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    font-size: 14px;
}

.excel-pdf-drop.es-word .excel-pdf-drop-icon {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.excel-pdf-drop.es-pdf .excel-pdf-drop-icon {
    background: #fef2f2;
    border-color: #fecaca;
    color: #b91c1c;
}

.excel-pdf-drop.es-ppt .excel-pdf-drop-icon {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #c2410c;
}

.excel-pdf-drop.es-odf .excel-pdf-drop-icon {
    background: #f0fdfa;
    border-color: #99f6e4;
    color: #0f766e;
}

.excel-pdf-drop.es-txt .excel-pdf-drop-icon {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #334155;
}

.excel-pdf-drop.es-img .excel-pdf-drop-icon {
    background: #faf5ff;
    border-color: #e9d5ff;
    color: #7e22ce;
}

.excel-pdf-drop.es-web .excel-pdf-drop-icon {
    background: #eef2ff;
    border-color: #c7d2fe;
    color: #4338ca;
}

.excel-pdf-anuncios {
    padding-bottom: 8px;
}

.excel-pdf-alerta {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    border-radius: 12px;
    padding: 12px 16px;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 600;
}

.excel-pdf-form {
    margin-bottom: 0;
}

.excel-pdf-drop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 236px;
    padding: 32px 22px;
    border: 1px dashed #cbd5e1;
    border-radius: 18px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    cursor: pointer;
    text-align: center;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.excel-pdf-drop.es-arrastre,
.excel-pdf-drop.es-elegido {
    border-color: #ef4444;
    background: #fff7f7;
    box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.12);
}

.excel-pdf-input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.excel-pdf-drop-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #15803d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.excel-pdf-drop-titulo {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
}

.excel-pdf-drop-ayuda {
    font-size: 12px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 700;
}

.excel-pdf-nombre {
    margin-top: 6px;
    font-size: 13px;
    color: #b91c1c;
    font-weight: 700;
}

.excel-pdf-progreso {
    margin-top: 18px;
    padding: 14px 14px 16px;
    border: 1px solid #fecaca;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff7f7 0%, #ffffff 100%);
}

.excel-pdf-progreso-cabeza {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 10px;
}

.excel-pdf-progreso-texto {
    margin: 0;
    color: #7f1d1d;
    font-size: 13px;
    font-weight: 800;
}

.excel-pdf-progreso-pct {
    color: #b91c1c;
    font-size: 13px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.excel-pdf-progreso-pista {
    position: relative;
    overflow: hidden;
    height: 10px;
    border-radius: 999px;
    background: #fee2e2;
}

.excel-pdf-progreso-barra {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #ac0000, #ef4444, #f59e0b);
    box-shadow: 0 0 12px rgba(220, 38, 38, 0.28);
    transition: width 0.18s ease;
}

.excel-pdf-progreso.es-proceso .excel-pdf-progreso-pista::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
    animation: excel-pdf-progreso-brillo 1.1s linear infinite;
}

@keyframes excel-pdf-progreso-brillo {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}

.excel-pdf-form.es-convirtiendo .excel-pdf-drop {
    pointer-events: none;
    opacity: 0.72;
}

.excel-pdf-acciones {
    margin-top: 18px;
}

.excel-pdf-cta {
    width: 100%;
    border: 0;
    border-radius: 14px;
    padding: 15px 18px;
    background: linear-gradient(90deg, #ac0000, #ef4444);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 24px rgba(172, 0, 0, 0.28);
    cursor: pointer;
}

.excel-pdf-cta[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
}

.excel-pdf-cta-sec {
    width: auto;
    padding: 12px 16px;
    background: #0f172a;
    box-shadow: none;
    font-size: 14px;
}

.excel-pdf-resultado {
    margin-bottom: 18px;
    padding: 20px 20px 18px;
    border: 1px solid #bbf7d0;
    background: linear-gradient(180deg, #f0fdf4 0%, #ffffff 100%);
    border-radius: 16px;
}

.excel-pdf-resultado-kicker {
    margin: 0 0 6px;
    color: #047857;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.excel-pdf-resultado-texto {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 600;
    color: #14532d;
}

.excel-pdf-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 12px 18px;
    border-radius: 12px;
    background: #0f172a;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    word-break: break-word;
}

.excel-pdf-correo-caja {
    margin-top: 18px;
}

.excel-pdf-correo-label {
    display: block;
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
}

.excel-pdf-correo {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    color: #0f172a;
    background: #f8fafc;
}

.excel-pdf-enviar {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #bbf7d0;
}

.excel-pdf-enviar-fila {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.excel-pdf-enviar-fila .excel-pdf-correo {
    flex: 1 1 220px;
}

.excel-pdf-correo-estado {
    margin: 10px 0 0;
    font-size: 13px;
    font-weight: 600;
}

.excel-pdf-correo-estado.es-ok {
    color: #14532d;
}

.excel-pdf-correo-estado.es-error {
    color: #991b1b;
}

.excel-pdf-form.es-convirtiendo .excel-pdf-cta {
    background: linear-gradient(90deg, #7f1d1d, #b91c1c);
}

@media (max-width: 640px) {
    .excel-pdf-publico-titulo {
        font-size: 32px;
        padding-right: 44px;
    }

    .excel-pdf-tablero {
        padding: 18px;
        border-radius: 18px;
    }

    .excel-pdf-direccion-flecha {
        display: none;
    }
}

html.dark .excel-pdf-tablero {
    background: #151d2c;
    border-color: rgba(200, 220, 255, 0.12);
    box-shadow: 0 28px 64px rgba(0, 0, 0, 0.45);
}

html.dark .excel-pdf-direccion-campo {
    color: #94a3b8;
}

html.dark .excel-pdf-tablero input:not([type="checkbox"]):not([type="radio"]),
html.dark .excel-pdf-select-btn {
    background-color: #0f172a !important;
    color: #e8f1fc !important;
    border-color: rgba(200, 220, 255, 0.18) !important;
}

html.dark .excel-pdf-select-lista {
    background: #151d2c;
    border-color: rgba(200, 220, 255, 0.18);
}

html.dark .excel-pdf-select-lista [role="option"] {
    color: #e8f1fc;
}

html.dark .excel-pdf-select-lista [role="option"]:hover,
html.dark .excel-pdf-select-lista [role="option"][aria-selected="true"] {
    background: rgba(239, 68, 68, 0.16);
}

html.dark .excel-pdf-drop {
    background: linear-gradient(180deg, #1a2436 0%, #151d2c 100%);
    border-color: rgba(200, 220, 255, 0.18);
}

html.dark .excel-pdf-drop-titulo,
html.dark .excel-pdf-correo-label {
    color: #e8f1fc;
}

html.dark .excel-pdf-drop-ayuda {
    color: #94a3b8;
}

html.dark .excel-pdf-resultado {
    background: linear-gradient(180deg, #052e16 0%, #151d2c 100%);
    border-color: rgba(52, 211, 153, 0.28);
}

html.dark .excel-pdf-resultado-texto {
    color: #bbf7d0;
}

html.dark .excel-pdf-progreso {
    background: linear-gradient(180deg, #3f1515 0%, #151d2c 100%);
    border-color: rgba(248, 113, 113, 0.28);
}

html.dark .excel-pdf-progreso-texto,
html.dark .excel-pdf-progreso-pct {
    color: #fecaca;
}

html.dark .excel-pdf-progreso-pista {
    background: rgba(127, 29, 29, 0.45);
}

.herramientas-premium-section {
    position: relative;
    padding: 72px 0 88px;
    background:
        radial-gradient(ellipse 55% 50% at 8% 12%, rgba(172, 0, 0, 0.28), transparent 60%),
        radial-gradient(ellipse 45% 40% at 92% 88%, rgba(245, 158, 11, 0.12), transparent 55%),
        linear-gradient(155deg, #0b1220 0%, #1a2336 48%, #0f172a 100%);
    color: #e2e8f0;
    overflow: hidden;
}

.herramientas-premium-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
    pointer-events: none;
    opacity: 0.7;
}

.herramientas-premium-section .container {
    position: relative;
    z-index: 1;
}

.herramientas-premium-heading {
    margin: 0 0 42px;
    text-align: center;
}

.herramientas-premium-kicker,
.herramientas-premium-heading .herramientas-premium-kicker {
    margin: 0 0 10px;
    color: #fca5a5;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.herramientas-premium-heading h2 {
    margin: 0;
    color: #f8fafc;
    font-size: clamp(1.85rem, 3.2vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.herramientas-premium-heading h2 span {
    background: linear-gradient(90deg, #ff4d4d, #f59e0b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.herramientas-premium-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.herramienta-premium-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 55%, rgba(15, 23, 42, 0.55) 100%);
    border: 1px solid rgba(248, 250, 252, 0.16);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.herramienta-premium-card:hover {
    transform: translateY(-5px);
    border-color: rgba(252, 165, 165, 0.5);
    box-shadow:
        0 26px 52px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(239, 68, 68, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.herramienta-premium-media {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: #0b1220;
}

.herramienta-premium-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(15, 23, 42, 0.35) 100%);
    pointer-events: none;
}

.herramienta-premium-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.herramienta-premium-media-logo {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    width: 2.125rem;
    height: 2.125rem;
    padding: 0.225rem;
    border-radius: 8px;
    object-fit: contain;
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
        0 5px 12px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.35);
}

.herramienta-premium-media-logo-wide {
    width: 4.75rem;
    height: 2.125rem;
    padding: 0.075rem 0.1rem;
}

.herramienta-premium-body {
    padding: 1.1rem 1.2rem 1.25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.herramienta-premium-body .herramienta-premium-kicker {
    margin: 0 0 0.2rem;
}

.herramienta-premium-title {
    margin: 0 0 0.45rem;
    color: #fff;
    font-size: 1.28rem;
    line-height: 1.2;
    font-weight: 800;
}

.herramienta-premium-text {
    margin: 0 0 0.65rem;
    color: #cbd5e1;
    font-size: 0.88rem;
    line-height: 1.45;
}

.herramienta-premium-list {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    flex: 1;
}

.herramienta-premium-list li {
    position: relative;
    padding-left: 1.05rem;
    margin-bottom: 0.28rem;
    color: #e2e8f0;
    font-size: 0.82rem;
    line-height: 1.35;
}

.herramienta-premium-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.18);
}

.herramienta-premium-cta {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    margin-top: auto;
    padding: 0.48rem 0.48rem 0.48rem 0.95rem;
    border-radius: 12px;
    background: linear-gradient(95deg, #9a1c1c 0%, #dc2626 48%, #f59e0b 100%);
    color: #fff;
    min-height: 2.85rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(220, 38, 38, 0.28);
}

.herramienta-premium-cta i {
    flex-shrink: 0;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
}

.herramienta-premium-cta:hover {
    filter: brightness(1.08);
    color: #fff;
}

@media (max-width: 960px) {
    .herramientas-premium-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .herramientas-premium-section {
        padding: 56px 0 64px;
    }

    .herramientas-premium-grid {
        grid-template-columns: 1fr;
    }

    .herramienta-premium-media {
        height: 200px;
    }
}
