/* ============================================================
   LEGALIAPRO — Capa premium del home (estilo "LEGALIA PRO")
   Solo aplica con <body class="home-premium">.
   No toca el resto del sitio.
   ============================================================ */

.home-premium {
    --lp-navy: #0B1F33;
    --lp-navy-deep: #02142F;   /* coincide con el fondo del logo y el header */
    --lp-gold: #D6A84F;
    --lp-gold-light: #E7C16E;
}

/* --- 1. Tipografía serif para los títulos --- */
.home-premium h1,
.home-premium h2,
.home-premium h3,
.home-premium .section-header h2 {
    font-family: 'Fraunces', 'Manrope', Georgia, serif;
    font-optical-sizing: auto;
    letter-spacing: -0.012em;
    font-weight: 600;
}

.home-premium h1 { line-height: 1.02; }
.home-premium h2 { line-height: 1.08; }
.home-premium h3 { letter-spacing: -0.006em; }

.home-premium .hero-subtitle,
.home-premium .section-header p,
.home-premium .section-lead,
.home-premium p {
    font-family: var(--font-main);
}

.home-premium .section-kicker {
    color: var(--lp-gold);
    letter-spacing: 0.08em;
}

/* ============================================================
   2. HEADER navy
   ============================================================ */
.home-premium .lp-header .navbar {
    background: var(--lp-navy-deep);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 0;
}

.home-premium .lp-logo {
    display: inline-flex;
    align-items: center;
}

.home-premium .lp-logo img {
    height: 56px;
    width: auto;
    display: block;
}

.home-premium .lp-header .nav-toggle {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.32);
}

@media (min-width: 1025px) {
    .home-premium .lp-header .nav-menu a {
        color: rgba(255, 255, 255, 0.82);
        font-weight: 600;
    }
    .home-premium .lp-header .nav-menu a:hover,
    .home-premium .lp-header .nav-menu a.active {
        color: #fff;
    }
    .home-premium .lp-header .nav-menu a.active {
        position: relative;
    }
    .home-premium .lp-header .nav-menu a.active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 2px;
        border-radius: 2px;
        background: var(--lp-gold);
    }
}

.home-premium .lp-nav-cta {
    gap: 12px;
}

.home-premium .nav-phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.home-premium .nav-phone svg {
    width: 16px;
    height: 16px;
    color: var(--lp-gold);
}

.home-premium .nav-phone:hover {
    border-color: var(--lp-gold);
    background: rgba(214, 168, 79, 0.1);
}

/* ============================================================
   3. HERO con foto (full-bleed a la derecha)
   ============================================================ */
.home-premium .lp-hero {
    position: relative;
    background: var(--lp-navy-deep);
    color: #fff;
    overflow: hidden;
}

.home-premium .lp-hero .lp-hero-grid {
    max-width: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
}

.home-premium .lp-hero-copy {
    align-self: center;
    max-width: 640px;
    padding: clamp(54px, 7vw, 104px) clamp(32px, 4vw, 64px) clamp(54px, 7vw, 104px) max(24px, calc((100vw - 1200px) / 2));
}

.home-premium .lp-hero-copy h1 {
    color: #fff;
    font-size: clamp(38px, 5vw, 62px);
    margin-bottom: 20px;
}

.home-premium .lp-gold {
    color: var(--lp-gold);
}

.home-premium .lp-hero-copy .hero-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: clamp(16px, 1.4vw, 19px);
    max-width: 540px;
}

.home-premium .lp-hero-proof {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.home-premium .lp-stars {
    color: var(--lp-gold);
    letter-spacing: 2px;
    font-size: 16px;
}

.home-premium .lp-proof-text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13.5px;
}

.home-premium .lp-hero-media {
    position: relative;
    min-height: 100%;
}

.home-premium .lp-hero-media img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    object-position: center;
}

.home-premium .lp-hero-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--lp-navy-deep) 0%, rgba(2, 20, 47, 0) 24%);
    pointer-events: none;
}

/* ============================================================
   4. STATS — tarjeta navy que se monta sobre el hero
   ============================================================ */
.home-premium .lp-stats {
    background: #fff;
    padding-bottom: clamp(20px, 3vw, 36px);
}

.home-premium .lp-stats-inner {
    position: relative;
    z-index: 5;
    margin-top: -52px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 28px 18px;
    background: var(--lp-navy);
    border-radius: 16px;
    box-shadow: 0 26px 60px rgba(7, 17, 31, 0.28);
}

.home-premium .lp-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 10px 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.home-premium .lp-stat:last-child {
    border-right: none;
}

.home-premium .lp-stat-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    color: var(--lp-gold);
    border: 1px solid rgba(214, 168, 79, 0.35);
    border-radius: 50%;
}

.home-premium .lp-stat-ico svg {
    width: 22px;
    height: 22px;
}

.home-premium .lp-stat-text strong {
    display: block;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.1;
    font-family: var(--font-display);
}

.home-premium .lp-stat-text span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

/* ============================================================
   5. ÁREAS DE PRÁCTICA
   ============================================================ */
.home-premium .lp-areas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.home-premium .lp-area-card {
    text-align: center;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    padding: 36px 28px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-premium .lp-area-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
    border-color: rgba(214, 168, 79, 0.5);
}

.home-premium .lp-area-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    color: var(--lp-gold);
    background: rgba(214, 168, 79, 0.1);
    border-radius: 16px;
}

.home-premium .lp-area-ico svg {
    width: 30px;
    height: 30px;
}

.home-premium .lp-area-card h3 {
    font-size: 19px;
    margin-bottom: 10px;
}

.home-premium .lp-area-card p {
    color: var(--color-text-light);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.home-premium .lp-area-link {
    color: var(--lp-gold);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.home-premium .lp-area-link:hover {
    border-color: var(--lp-gold);
}

.home-premium .lp-areas-cta {
    margin-top: 38px;
    text-align: center;
}

.home-premium .lp-btn-dark {
    color: #fff;
    background: var(--lp-navy);
    border-color: var(--lp-navy);
}

.home-premium .lp-btn-dark:hover {
    background: var(--lp-navy-deep);
    transform: translateY(-2px);
}

/* ============================================================
   6. ¿POR QUÉ ELEGIRNOS?
   ============================================================ */
.home-premium .lp-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
}

.home-premium .lp-why-copy h2 {
    font-size: clamp(28px, 3.2vw, 40px);
    margin-bottom: 14px;
}

.home-premium .lp-why-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px 28px;
    margin: 30px 0;
}

.home-premium .lp-feature {
    display: flex;
    gap: 14px;
}

.home-premium .lp-feature-ico {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: var(--lp-navy);
    border: 1px solid var(--color-border);
    border-radius: 50%;
}

.home-premium .lp-feature-ico svg {
    width: 22px;
    height: 22px;
}

.home-premium .lp-feature strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    color: var(--color-ink);
}

.home-premium .lp-feature p {
    margin: 0;
    color: var(--color-text-light);
    font-size: 13.5px;
    line-height: 1.55;
}

.home-premium .lp-why-btn {
    min-height: 46px;
}

.home-premium .lp-why-media img {
    width: 100%;
    border-radius: 18px;
    box-shadow: var(--shadow-lg);
    object-fit: cover;
}

/* ============================================================
   7. TESTIMONIOS
   ============================================================ */
.home-premium .lp-testimonials {
    padding: clamp(66px, 8vw, 108px) 0;
    background:
        radial-gradient(800px 420px at 80% -10%, rgba(214, 168, 79, 0.1), transparent 60%),
        var(--lp-navy-deep);
}

.home-premium .lp-testimonials .section-header h2 {
    color: #fff;
}

.home-premium .lp-testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.home-premium .lp-testi-card {
    margin: 0;
    background: #fff;
    border-radius: 16px;
    padding: 30px 28px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
}

.home-premium .lp-testi-stars {
    color: var(--lp-gold);
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.home-premium .lp-testi-card blockquote {
    margin: 0 0 18px;
    color: var(--color-text);
    font-size: 15px;
    line-height: 1.65;
    font-style: italic;
}

.home-premium .lp-testi-card figcaption strong {
    display: block;
    font-size: 15px;
    color: var(--color-ink);
}

.home-premium .lp-testi-card figcaption span {
    color: var(--color-text-light);
    font-size: 13px;
}

/* ============================================================
   8. ARTÍCULOS Y NOVEDADES
   ============================================================ */
.home-premium .lp-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.home-premium .lp-article-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-premium .lp-article-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.home-premium .lp-article-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 188px;
    color: rgba(255, 255, 255, 0.65);
    overflow: hidden;
}

.home-premium .lp-article-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.09) 1.2px, transparent 1.2px);
    background-size: 16px 16px;
    opacity: 0.5;
}

.home-premium .lp-article-media::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--lp-gold), rgba(214, 168, 79, 0));
}

.home-premium .lp-article-media svg {
    position: relative;
    width: 64px;
    height: 64px;
    filter: drop-shadow(0 6px 22px rgba(0, 0, 0, 0.35));
    transition: transform 0.35s ease;
}

.home-premium .lp-article-card:hover .lp-article-media svg {
    transform: scale(1.1) translateY(-2px);
}

/* --- Tarjetas-chip (sectores, calculadoras, ubicaciones) --- */
.home-premium .lp-chip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(212px, 1fr));
    gap: 16px;
}

.home-premium .lp-chip {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 20px;
    background: linear-gradient(135deg, #0B1F33, #081627);
    border: 1px solid rgba(214, 168, 79, 0.18);
    border-radius: 14px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.home-premium .lp-chip:hover {
    transform: translateY(-3px);
    border-color: rgba(214, 168, 79, 0.6);
    box-shadow: 0 16px 36px rgba(7, 17, 31, 0.22);
}

.home-premium .lp-chip-ico {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--lp-gold);
    background: rgba(214, 168, 79, 0.1);
    border: 1px solid rgba(214, 168, 79, 0.25);
    border-radius: 11px;
}

.home-premium .lp-chip-ico svg {
    width: 22px;
    height: 22px;
}

.home-premium .lp-chip-label {
    flex: 1;
}

.home-premium .lp-chip-more {
    background: linear-gradient(135deg, #0B1F33, #081627);
    border-style: dashed;
    border-color: rgba(214, 168, 79, 0.55);
}

.home-premium .lp-media-1 { background: linear-gradient(135deg, #0B1F33, #12385A); }
.home-premium .lp-media-2 { background: linear-gradient(135deg, #07242C, #0F766E); }
.home-premium .lp-media-3 { background: linear-gradient(135deg, #1F1605, #8A6A23); }

.home-premium .lp-article-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    padding: 22px;
}

.home-premium .lp-article-tag {
    align-self: flex-start;
    padding: 5px 10px;
    color: var(--lp-gold);
    background: rgba(214, 168, 79, 0.12);
    border-radius: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.home-premium .lp-article-card h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.3;
}

.home-premium .lp-article-card h3 a {
    color: var(--color-ink);
    text-decoration: none;
}

.home-premium .lp-article-card h3 a:hover {
    color: var(--lp-gold);
}

.home-premium .lp-article-body > p {
    margin: 0;
    flex: 1;
    color: var(--color-text-light);
    font-size: 14px;
    line-height: 1.6;
}

/* ============================================================
   9. Tarjetas / pulido de secciones que ya existían
   ============================================================ */
.home-premium .seo-service-card,
.home-premium .diagnostic-card,
.home-premium .intent-grid > article,
.home-premium .eeat-card {
    border-radius: 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.home-premium .intent-grid > article:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(214, 168, 79, 0.45);
}

.home-premium .section {
    padding-top: clamp(60px, 7vw, 96px);
    padding-bottom: clamp(60px, 7vw, 96px);
}

/* ============================================================
   10. Sección "El Método LEGALIAPRO"
   ============================================================ */
.home-premium .metodo-section {
    position: relative;
    padding: clamp(70px, 9vw, 112px) 0;
    color: var(--color-white);
    background:
        radial-gradient(900px 480px at 85% -10%, rgba(214, 168, 79, 0.12), transparent 60%),
        var(--lp-navy-deep);
    overflow: hidden;
}

.home-premium .metodo-section .section-header h2,
.home-premium .metodo-section .section-header p {
    color: var(--color-white);
}

.home-premium .metodo-section .section-header p {
    color: rgba(255, 255, 255, 0.78);
}

.home-premium .metodo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 12px;
}

.home-premium .metodo-step {
    position: relative;
    padding: 30px 26px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.home-premium .metodo-step:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(214, 168, 79, 0.5);
}

.home-premium .metodo-step .step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    font-family: 'Fraunces', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-dark);
    background: linear-gradient(135deg, var(--lp-gold-light), var(--lp-gold));
    border-radius: 50%;
}

.home-premium .metodo-step h3 {
    color: var(--color-white);
    font-size: 20px;
    margin-bottom: 10px;
}

.home-premium .metodo-step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.6;
}

.home-premium .metodo-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 53px;
    right: -12px;
    width: 24px;
    height: 1px;
    background: rgba(214, 168, 79, 0.4);
}

/* ============================================================
   11. Bloque de contacto premium (cierre)
   ============================================================ */
.home-premium .cta-premium {
    padding: clamp(64px, 8vw, 104px) 0;
    background:
        radial-gradient(700px 420px at 12% 0%, rgba(214, 168, 79, 0.1), transparent 60%),
        var(--lp-navy-deep);
}

.home-premium .cta-premium .cta-premium-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
    max-width: 1080px;
    margin: 0 auto;
    text-align: left;
}

.home-premium .cta-premium .cta-premium-copy h2 {
    color: var(--color-white);
    font-size: clamp(30px, 3.4vw, 44px);
    margin-bottom: 16px;
}

.home-premium .cta-premium .cta-premium-copy > p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    max-width: 520px;
    margin: 0 0 26px;
}

.home-premium .lp-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 26px;
}

.home-premium .lp-btn-contact {
    display: inline-flex;
    align-items: center;
}

.home-premium .cta-premium .cta-reassurance {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-premium .cta-premium .cta-reassurance li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 600;
}

.home-premium .cta-premium .cta-reassurance li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--lp-gold);
    flex: 0 0 auto;
}

.home-premium .contact-card {
    padding: 32px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.home-premium .contact-card .contact-card-title {
    margin: 0 0 20px;
    color: var(--color-white);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.home-premium .contact-card .btn-wa-pro {
    width: 100%;
    margin-bottom: 18px;
    min-height: 54px;
    font-size: 16px;
}

.home-premium .contact-list {
    display: grid;
    gap: 14px;
}

.home-premium .contact-list a,
.home-premium .contact-list .contact-row {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--color-white);
    text-decoration: none;
    font-size: 15px;
}

.home-premium .contact-list a:hover {
    color: var(--lp-gold-light);
}

.home-premium .contact-list .c-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    color: var(--lp-gold);
    background: rgba(214, 168, 79, 0.12);
    border: 1px solid rgba(214, 168, 79, 0.25);
    border-radius: 12px;
}

.home-premium .contact-list .c-ico svg {
    width: 19px;
    height: 19px;
}

.home-premium .contact-list .c-label {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
}

.home-premium .contact-list .c-label span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    font-weight: 600;
}

.home-premium .contact-list .c-label strong {
    color: var(--color-white);
    font-size: 15px;
    font-weight: 700;
}

/* ============================================================
   12. Botón flotante de WhatsApp
   ============================================================ */
.home-premium .wa-float {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 60;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: #fff;
    background: #128C4A;
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(18, 140, 74, 0.45);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-premium .wa-float:hover {
    transform: scale(1.06);
    box-shadow: 0 16px 38px rgba(18, 140, 74, 0.55);
}

.home-premium .wa-float svg {
    width: 30px;
    height: 30px;
}

.home-premium .wa-float::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(18, 140, 74, 0.5);
    animation: waPulse 2.4s ease-out infinite;
}

@keyframes waPulse {
    0%   { transform: scale(1);   opacity: 0.7; }
    100% { transform: scale(1.6); opacity: 0; }
}

/* ============================================================
   13. Responsive
   ============================================================ */
@media (max-width: 1024px) {
    .home-premium .lp-hero .lp-hero-grid {
        grid-template-columns: 1fr;
    }
    .home-premium .lp-hero-copy {
        order: 2;
        max-width: none;
        padding: clamp(40px, 7vw, 64px) 24px;
    }
    .home-premium .lp-hero-media {
        order: 1;
    }
    .home-premium .lp-hero-media img {
        min-height: 300px;
        max-height: 380px;
    }
    .home-premium .lp-hero-media::before {
        background: linear-gradient(0deg, var(--lp-navy-deep) 0%, rgba(2, 20, 47, 0) 40%);
    }
    .home-premium .lp-areas-grid,
    .home-premium .lp-articles-grid,
    .home-premium .lp-testi-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-premium .lp-why-grid {
        grid-template-columns: 1fr;
    }
    .home-premium .lp-why-media {
        order: -1;
    }
    .home-premium .metodo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-premium .metodo-step:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 820px) {
    .home-premium .lp-stats-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px 0;
        margin-top: -36px;
    }
    .home-premium .lp-stat:nth-child(2) {
        border-right: none;
    }
    .home-premium .lp-stat:nth-child(1),
    .home-premium .lp-stat:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 18px;
    }
    .home-premium .lp-stat:nth-child(3),
    .home-premium .lp-stat:nth-child(4) {
        padding-top: 18px;
    }
    .home-premium .cta-premium .cta-premium-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .home-premium .cta-premium .cta-premium-copy > p {
        margin-left: auto;
        margin-right: auto;
    }
    .home-premium .lp-cta-buttons,
    .home-premium .cta-premium .cta-reassurance {
        justify-content: center;
    }
}

@media (max-width: 560px) {
    .home-premium .lp-areas-grid,
    .home-premium .lp-articles-grid,
    .home-premium .lp-testi-grid,
    .home-premium .metodo-grid,
    .home-premium .lp-why-features {
        grid-template-columns: 1fr;
    }
    .home-premium .lp-stats-inner {
        grid-template-columns: 1fr;
    }
    .home-premium .lp-stat {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding: 14px 22px;
    }
    .home-premium .lp-stat:last-child {
        border-bottom: none;
    }
    .home-premium .contact-card {
        padding: 24px;
    }
    .home-premium .wa-float {
        width: 52px;
        height: 52px;
        right: 16px;
        bottom: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-premium .wa-float::after {
        animation: none;
    }
}

/* ============================================================
   14. CAPA V2 (2026-07-04) — armonización con el sistema visual
   de las subpáginas rediseñadas: textura de cuadrícula, dorado
   protagonista, hover invertido navy, tarjetas glass y reveals.
   Reemplaza los acentos teal/esmeralda por navy + dorado.
   ============================================================ */

@media (prefers-reduced-motion: no-preference) {
    html { scroll-behavior: smooth; }
}
.home-premium section[id] { scroll-margin-top: 90px; }

@keyframes hpUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes hpFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-8px); }
}

/* ---------- HERO: textura + brillos + entrada ---------- */
.home-premium .lp-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(760px 440px at 6% -12%, rgba(214, 168, 79, 0.16), transparent 60%),
        radial-gradient(560px 380px at 42% 115%, rgba(214, 168, 79, 0.08), transparent 55%);
    pointer-events: none;
}
.home-premium .lp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: radial-gradient(820px 560px at 22% 30%, #000 25%, transparent 72%);
    mask-image: radial-gradient(820px 560px at 22% 30%, #000 25%, transparent 72%);
    pointer-events: none;
}
.home-premium .lp-hero .lp-hero-grid { position: relative; z-index: 2; }

.home-premium .lp-hero .section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.home-premium .lp-hero .section-kicker::before {
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background: var(--lp-gold);
}
.home-premium .lp-hero .lp-gold {
    font-style: italic;
    font-weight: 500;
    color: var(--lp-gold-light);
}
.home-premium .lp-hero-copy > * { animation: hpUp 0.6s ease both; }
.home-premium .lp-hero-copy > *:nth-child(1) { animation-delay: 0.05s; }
.home-premium .lp-hero-copy > *:nth-child(2) { animation-delay: 0.1s; }
.home-premium .lp-hero-copy > *:nth-child(3) { animation-delay: 0.16s; }
.home-premium .lp-hero-copy > *:nth-child(4) { animation-delay: 0.22s; }
.home-premium .lp-hero-copy > *:nth-child(5) { animation-delay: 0.28s; }
.home-premium .lp-hero-media { animation: hpUp 0.8s 0.15s ease both; }
.home-premium .lp-hero-media::before {
    background:
        linear-gradient(90deg, var(--lp-navy-deep) 0%, rgba(2, 20, 47, 0) 30%),
        linear-gradient(0deg, rgba(2, 20, 47, 0.45) 0%, rgba(2, 20, 47, 0) 24%);
}

/* Credenciales flotantes sobre la foto */
.home-premium .hp-badge {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 12.5px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
    animation: hpFloat 7s 1.2s ease-in-out infinite;
}
.home-premium .hp-badge svg { width: 15px; height: 15px; flex-shrink: 0; }
.home-premium .hp-badge.is-gold {
    left: clamp(16px, 4vw, 44px);
    bottom: clamp(18px, 4vw, 40px);
    color: #07111F;
    background: linear-gradient(135deg, var(--lp-gold-light), var(--lp-gold));
}
.home-premium .hp-badge.is-navy {
    right: clamp(16px, 3vw, 36px);
    top: clamp(16px, 4vw, 40px);
    color: #fff;
    background: rgba(2, 20, 47, 0.72);
    border: 1px solid rgba(214, 168, 79, 0.5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    animation-delay: 2.4s;
}
.home-premium .hp-badge.is-navy svg { color: var(--lp-gold-light); }

/* ---------- STATS: números serif dorados ---------- */
.home-premium .lp-stats-inner {
    border: 1px solid rgba(214, 168, 79, 0.25);
    border-radius: 20px;
    background:
        radial-gradient(520px 220px at 92% 0%, rgba(214, 168, 79, 0.14), transparent 60%),
        var(--lp-navy);
}
.home-premium .lp-stat { transition: transform 0.25s ease; }
.home-premium .lp-stat:hover { transform: translateY(-3px); }
.home-premium .lp-stat-text strong {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 600;
    font-size: 24px;
    color: var(--lp-gold-light);
}

/* ---------- Kickers con línea dorada ---------- */
.home-premium .section-header .section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 12.5px;
    font-weight: 800;
}
.home-premium .section-header .section-kicker::before {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: 2px;
    background: var(--lp-gold);
}

/* ---------- Prevención: íconos dorados + números editoriales ---------- */
.home-premium .intent-grid article {
    border-radius: 20px;
    border: 1px solid rgba(2, 20, 47, 0.08);
    box-shadow: 0 12px 34px rgba(2, 20, 47, 0.06);
}
.home-premium .intent-ico {
    color: var(--lp-navy-deep) !important;
    background: linear-gradient(135deg, var(--lp-gold-light), var(--lp-gold)) !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 22px rgba(214, 168, 79, 0.35);
}
.home-premium .intent-num {
    font-family: 'Fraunces', Georgia, serif !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    color: rgba(214, 168, 79, 0.3) !important;
    -webkit-text-stroke: 1.3px rgba(214, 168, 79, 0.75);
}

/* Señales de alerta: checks dorados (antes teal) */
.home-premium .prevent-signals {
    border-radius: 22px;
    border: 1px solid rgba(214, 168, 79, 0.35);
    background: linear-gradient(135deg, #FCF7EC, #ffffff 55%);
}
.home-premium .prevent-signals-list li::before {
    background: linear-gradient(135deg, var(--lp-gold-light), var(--lp-gold));
    box-shadow: 0 0 0 4px rgba(214, 168, 79, 0.15);
}
.home-premium .prevent-signals-list li::after {
    border-left-color: #07111F;
    border-bottom-color: #07111F;
}
.home-premium .local-seo-callout { border-radius: 20px; }

/* ---------- Método: textura de cuadrícula ---------- */
.home-premium .metodo-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: radial-gradient(760px 500px at 80% 10%, #000 30%, transparent 75%);
    mask-image: radial-gradient(760px 500px at 80% 10%, #000 30%, transparent 75%);
    pointer-events: none;
}
.home-premium .metodo-section .container { position: relative; z-index: 1; }
.home-premium .metodo-step { border-radius: 18px; }

/* ---------- Áreas de práctica: hover invertido navy ---------- */
.home-premium .lp-area-card {
    position: relative;
    overflow: hidden;
    text-align: left;
    border-radius: 22px;
    border: 1px solid rgba(2, 20, 47, 0.08);
    box-shadow: 0 12px 34px rgba(2, 20, 47, 0.06);
}
.home-premium .lp-area-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 64px;
    height: 4px;
    border-radius: 0 0 4px 0;
    background: linear-gradient(90deg, var(--lp-gold), var(--lp-gold-light));
    transition: width 0.35s ease;
}
.home-premium .lp-area-card:hover::before { width: 100%; }
.home-premium .lp-area-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    border-radius: inherit;
    background:
        radial-gradient(480px 280px at 100% 0%, rgba(214, 168, 79, 0.24), transparent 60%),
        var(--lp-navy-deep);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
.home-premium .lp-area-card:hover::after { opacity: 1; }
.home-premium .lp-area-card > * { position: relative; z-index: 1; }
.home-premium .lp-area-card:hover {
    transform: translateY(-6px);
    border-color: rgba(214, 168, 79, 0.6);
    box-shadow: 0 30px 64px rgba(2, 20, 47, 0.28);
}
.home-premium .lp-area-ico {
    width: 56px;
    height: 56px;
    color: var(--lp-navy-deep);
    background: linear-gradient(135deg, var(--lp-gold-light), var(--lp-gold));
    box-shadow: 0 10px 22px rgba(214, 168, 79, 0.35);
    transition: transform 0.25s ease;
}
.home-premium .lp-area-ico svg { width: 26px; height: 26px; }
.home-premium .lp-area-card:hover .lp-area-ico { transform: scale(1.07) rotate(-3deg); }
.home-premium .lp-area-card h3,
.home-premium .lp-area-card p,
.home-premium .lp-area-link {
    transition: color 0.3s ease;
}
.home-premium .lp-area-card:hover h3 { color: #fff; }
.home-premium .lp-area-card:hover p { color: rgba(255, 255, 255, 0.8); }
.home-premium .lp-area-card:hover .lp-area-link { color: var(--lp-gold-light); }

/* ---------- ¿Por qué elegirnos?: íconos dorados + marco en foto ---------- */
.home-premium .lp-feature-ico {
    border: none;
    border-radius: 12px;
    color: #7A5410;
    background: rgba(214, 168, 79, 0.14);
}
.home-premium .lp-why-media { position: relative; z-index: 0; }
.home-premium .lp-why-media::after {
    content: "";
    position: absolute;
    top: 18px;
    right: -16px;
    bottom: -16px;
    left: 18px;
    z-index: -1;
    border: 2px solid rgba(214, 168, 79, 0.45);
    border-radius: 22px;
    pointer-events: none;
}

/* ---------- Diagnóstico: banda navy + dorado (antes teal) ---------- */
.home-premium .diagnostic-section {
    background:
        radial-gradient(760px 440px at 88% -10%, rgba(214, 168, 79, 0.2), transparent 60%),
        var(--lp-navy-deep);
}
.home-premium .diagnostic-card {
    border-radius: 22px;
    border: 1px solid rgba(214, 168, 79, 0.5);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}
.home-premium .diagnostic-card .price {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 700;
    color: var(--lp-navy);
}
.home-premium .deliverables div { border-radius: 14px; }

/* ---------- Chips: ícono dorado al hover ---------- */
.home-premium .lp-chip { border-radius: 16px; }
.home-premium .lp-chip-ico { transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease; }
.home-premium .lp-chip:hover { transform: translateY(-4px); border-color: rgba(214, 168, 79, 0.65); }
.home-premium .lp-chip:hover .lp-chip-ico {
    color: var(--lp-navy-deep);
    background: linear-gradient(135deg, var(--lp-gold-light), var(--lp-gold));
    border-color: transparent;
}

/* ---------- Testimonios: tarjetas glass sobre navy ---------- */
.home-premium .lp-testimonials {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(820px 440px at 15% -15%, rgba(214, 168, 79, 0.14), transparent 60%),
        var(--lp-navy-deep);
}
.home-premium .lp-testi-card {
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    box-shadow: none;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.home-premium .lp-testi-card:hover {
    transform: translateY(-5px);
    border-color: rgba(214, 168, 79, 0.5);
    background: rgba(255, 255, 255, 0.08);
}
.home-premium .lp-testi-card::before {
    content: "\201C";
    position: absolute;
    top: 2px;
    right: 20px;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 88px;
    line-height: 1;
    color: rgba(214, 168, 79, 0.22);
    pointer-events: none;
}
.home-premium .lp-testi-card blockquote {
    color: rgba(255, 255, 255, 0.85);
    font-family: 'Fraunces', Georgia, serif;
    font-size: 16px;
}
.home-premium .lp-testi-card figcaption strong { color: #fff; }
.home-premium .lp-testi-card figcaption span { color: rgba(255, 255, 255, 0.6); }

/* ---------- Artículos: pulido ---------- */
.home-premium .lp-article-card { border-radius: 20px; }
.home-premium .lp-article-tag { border-radius: 999px; }
.home-premium .lp-media-2 { background: linear-gradient(135deg, #0B1F33, #2A4A73); }
.home-premium .lp-article-card:hover { border-color: rgba(214, 168, 79, 0.55); }

/* ---------- EEAT: tarjeta navy con avatar dorado ---------- */
.home-premium .eeat-card {
    color: #fff;
    border: 1px solid rgba(214, 168, 79, 0.45);
    border-radius: 22px;
    background:
        radial-gradient(440px 260px at 100% 0%, rgba(214, 168, 79, 0.22), transparent 60%),
        var(--lp-navy-deep);
    box-shadow: 0 24px 56px rgba(2, 20, 47, 0.25);
}
.home-premium .eeat-avatar {
    font-family: 'Fraunces', Georgia, serif;
    color: var(--lp-navy-deep);
    background: linear-gradient(135deg, var(--lp-gold-light), var(--lp-gold));
    box-shadow: 0 10px 22px rgba(214, 168, 79, 0.4);
}
.home-premium .eeat-copy strong { color: #fff; }
.home-premium .eeat-copy > span { color: rgba(255, 255, 255, 0.7); }
.home-premium .eeat-badges span {
    color: var(--lp-gold-light);
    background: rgba(214, 168, 79, 0.16);
    border: 1px solid rgba(214, 168, 79, 0.4);
    border-radius: 999px;
}

/* ---------- FAQ: acordeón premium ---------- */
.home-premium .faq-list details {
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 16px;
    box-shadow: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.home-premium .faq-list details[open] {
    border-color: rgba(214, 168, 79, 0.55);
    box-shadow: 0 18px 44px rgba(2, 20, 47, 0.08);
}
.home-premium .faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    cursor: pointer;
    list-style: none;
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 600;
    font-size: 16.5px;
    line-height: 1.35;
    color: var(--color-ink);
}
.home-premium .faq-list summary::-webkit-details-marker { display: none; }
.home-premium .faq-list summary::after {
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border: 1px solid rgba(214, 168, 79, 0.45);
    border-radius: 50%;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 20px;
    font-weight: 500;
    color: #7A5410;
    transition: transform 0.25s ease, background 0.25s ease;
}
.home-premium .faq-list details[open] summary::after {
    transform: rotate(45deg);
    background: rgba(214, 168, 79, 0.14);
}
.home-premium .faq-list details p {
    margin: 0;
    padding: 0 22px 20px;
    color: var(--color-text-light);
    font-size: 14.5px;
    line-height: 1.65;
}

/* ---------- Responsive / reduced motion de la capa V2 ---------- */
@media (max-width: 1024px) {
    .home-premium .lp-why-media::after { display: none; }
}
@media (max-width: 640px) {
    .home-premium .hp-badge { padding: 8px 12px; font-size: 11.5px; }
}
@media (prefers-reduced-motion: reduce) {
    .home-premium .lp-hero-copy > *,
    .home-premium .lp-hero-media,
    .home-premium .hp-badge { animation: none; }
}

/* ---------- Fix: centrar el kicker del bloque de puertas ----------
   El <style> inyectado da max-width:560px a los <p> del head y la
   regla de .k pisa el margin:auto — el kicker quedaba a la izquierda. */
.home-premium .lp-choice .lp-choice-head .k { margin: 0 auto 12px; }

/* ---------- Sección "También para ti y tu familia" ---------- */
.home-premium .hp-pe {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(820px 440px at 85% -15%, rgba(214, 168, 79, 0.16), transparent 60%),
        var(--lp-navy-deep);
}
.home-premium .hp-pe::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: radial-gradient(760px 500px at 18% 15%, #000 30%, transparent 75%);
    mask-image: radial-gradient(760px 500px at 18% 15%, #000 30%, transparent 75%);
    pointer-events: none;
}
.home-premium .hp-pe .container { position: relative; z-index: 1; }
.home-premium .hp-pe .section-header h2 { color: #fff; }
.home-premium .hp-pe .section-header p { color: rgba(255, 255, 255, 0.78); }

.home-premium .hp-pe-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.home-premium .hp-pe-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 26px 24px 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.home-premium .hp-pe-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 0 0 4px 0;
    background: linear-gradient(90deg, var(--lp-gold), var(--lp-gold-light));
    transition: width 0.35s ease;
}
.home-premium .hp-pe-card:hover::before { width: 100%; }
.home-premium .hp-pe-card:hover {
    transform: translateY(-6px);
    border-color: rgba(214, 168, 79, 0.55);
    background: rgba(255, 255, 255, 0.09);
}
.home-premium .hp-pe-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 14px;
    color: var(--lp-navy-deep);
    background: linear-gradient(135deg, var(--lp-gold-light), var(--lp-gold));
    box-shadow: 0 10px 22px rgba(214, 168, 79, 0.35);
    transition: transform 0.25s ease;
}
.home-premium .hp-pe-ico svg { width: 24px; height: 24px; }
.home-premium .hp-pe-card:hover .hp-pe-ico { transform: scale(1.07) rotate(-3deg); }
.home-premium .hp-pe-card h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 19.5px;
    line-height: 1.25;
}
.home-premium .hp-pe-card p {
    flex: 1;
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13.8px;
    line-height: 1.6;
}
.home-premium .hp-pe-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--lp-gold-light);
    font-size: 13.5px;
    font-weight: 800;
}
.home-premium .hp-pe-link svg {
    width: 15px;
    height: 15px;
    transition: transform 0.22s ease;
}
.home-premium .hp-pe-card:hover .hp-pe-link svg { transform: translateX(4px); }

.home-premium .hp-pe-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 36px;
}
.home-premium .hp-pe-note {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 26px;
    margin-top: 24px;
}
.home-premium .hp-pe-note span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13.5px;
    font-weight: 600;
}
.home-premium .hp-pe-note svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    color: var(--lp-gold);
}
@media (max-width: 1024px) {
    .home-premium .hp-pe-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .home-premium .hp-pe-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   15. CAPA V2.1 (2026-07-04) — rediseño de las tres secciones
   de chips: sectores (pastillas navy centradas), calculadoras
   (tarjetas de herramienta blancas con descripción y hover
   invertido) y ubicaciones (pills claras con pin dorado).
   ============================================================ */

/* ---------- Sectores: pastillas navy centradas ---------- */
.home-premium #sectores .lp-chip-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    max-width: 1000px;
    margin: 0 auto;
}
.home-premium #sectores .lp-chip {
    flex: 0 0 auto;
    padding: 12px 26px 12px 14px;
    border-radius: 999px;
    border: 1px solid rgba(214, 168, 79, 0.28);
}
.home-premium #sectores .lp-chip-ico {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    color: var(--lp-navy-deep);
    background: linear-gradient(135deg, var(--lp-gold-light), var(--lp-gold));
    box-shadow: 0 8px 18px rgba(214, 168, 79, 0.3);
}
.home-premium #sectores .lp-chip-ico svg { width: 20px; height: 20px; }
.home-premium #sectores .lp-chip:hover {
    border-color: rgba(214, 168, 79, 0.75);
    box-shadow: 0 16px 36px rgba(2, 20, 47, 0.28);
}

/* ---------- Calculadoras: tarjetas de herramienta blancas ---------- */
.home-premium #calculadoras .lp-chip-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.home-premium #calculadoras .lp-chip {
    align-items: flex-start;
    padding: 22px;
    background: #fff;
    border: 1px solid rgba(2, 20, 47, 0.08);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(2, 20, 47, 0.05);
    transition: transform 0.25s ease, border-color 0.3s ease, box-shadow 0.25s ease, background 0.3s ease;
}
.home-premium #calculadoras .lp-chip-ico {
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 13px;
    color: var(--lp-navy-deep);
    background: linear-gradient(135deg, var(--lp-gold-light), var(--lp-gold));
    box-shadow: 0 8px 18px rgba(214, 168, 79, 0.3);
}
.home-premium #calculadoras .lp-chip-label {
    color: var(--color-ink);
    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.3;
    transition: color 0.3s ease;
}
.home-premium .lp-chip-desc {
    display: block;
    margin-top: 4px;
    color: var(--color-text-light);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    transition: color 0.3s ease;
}
.home-premium #calculadoras .lp-chip:hover {
    transform: translateY(-5px);
    background: var(--lp-navy-deep);
    border-color: rgba(214, 168, 79, 0.55);
    box-shadow: 0 24px 50px rgba(2, 20, 47, 0.22);
}
.home-premium #calculadoras .lp-chip:hover .lp-chip-label { color: #fff; }
.home-premium #calculadoras .lp-chip:hover .lp-chip-desc { color: rgba(255, 255, 255, 0.75); }
.home-premium #calculadoras .lp-chip-more {
    background:
        radial-gradient(360px 200px at 100% 0%, rgba(214, 168, 79, 0.22), transparent 60%),
        var(--lp-navy-deep);
    border: 1px dashed rgba(214, 168, 79, 0.55);
}
.home-premium #calculadoras .lp-chip-more .lp-chip-label { color: #fff; }
.home-premium #calculadoras .lp-chip-more .lp-chip-desc { color: rgba(255, 255, 255, 0.72); }

/* ---------- Ubicaciones: pills claras con pin dorado ---------- */
.home-premium #ubicaciones .lp-chip-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 900px;
    margin: 0 auto;
}
.home-premium #ubicaciones .lp-chip {
    flex: 0 0 auto;
    padding: 9px 22px 9px 11px;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    color: var(--lp-navy);
    font-size: 14.5px;
    font-weight: 700;
    transition: transform 0.22s ease, background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.25s ease;
}
.home-premium #ubicaciones .lp-chip-ico {
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    color: #7A5410;
    background: rgba(214, 168, 79, 0.14);
    transition: background 0.3s ease, color 0.3s ease;
}
.home-premium #ubicaciones .lp-chip-ico svg { width: 17px; height: 17px; }
.home-premium #ubicaciones .lp-chip:hover {
    transform: translateY(-3px);
    background: var(--lp-navy-deep);
    color: #fff;
    border-color: var(--lp-navy-deep);
    box-shadow: 0 14px 30px rgba(2, 20, 47, 0.22);
}
.home-premium #ubicaciones .lp-chip:hover .lp-chip-ico {
    background: linear-gradient(135deg, var(--lp-gold-light), var(--lp-gold));
    color: var(--lp-navy-deep);
}
.home-premium #ubicaciones .lp-chip-more {
    background: #fff;
    border-style: dashed;
    border-color: rgba(214, 168, 79, 0.6);
}

@media (max-width: 1024px) {
    .home-premium #calculadoras .lp-chip-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .home-premium #calculadoras .lp-chip-grid { grid-template-columns: 1fr; }
}
