/* ==========================================================
 * Caja Compralink – Landing Page Styles
 * Requires: landing-config.css loaded first
 * ========================================================== */

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body.lp-body {
    font-family: var(--lp-font-body);
    color: var(--lp-gray-900);
    background: var(--lp-white);
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ---- Utility ---- */
.lp-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.lp-section { padding: var(--lp-section-py) 0; }
.lp-badge {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.35rem 1rem; border-radius: var(--lp-radius-full);
    font-size: 0.8rem; font-weight: 600; letter-spacing: 0.03em;
    background: rgba(14,59,48,0.08); color: var(--lp-primary);
}
.lp-section-label {
    text-align: center; margin-bottom: 1rem;
}
.lp-section-title {
    font-family: var(--lp-font-heading); font-weight: 700;
    font-size: clamp(1.8rem, 4vw, 2.8rem); line-height: 1.18;
    color: var(--lp-gray-900); text-align: center;
    margin-bottom: 1rem;
}
.lp-section-subtitle {
    font-size: 1.1rem; color: var(--lp-gray-500);
    text-align: center; max-width: 620px; margin: 0 auto 3rem;
}

/* ---- Sacred Geometry Background Pattern ---- */
.lp-geo-pattern {
    position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0;
}
.lp-geo-pattern::before {
    content: '';
    position: absolute;
    width: 800px; height: 800px;
    top: -200px; right: -200px;
    background:
        radial-gradient(circle at 50% 50%, transparent 30%, rgba(14,59,48,0.03) 31%, transparent 32%),
        radial-gradient(circle at 50% 50%, transparent 50%, rgba(14,59,48,0.025) 51%, transparent 52%),
        radial-gradient(circle at 50% 50%, transparent 70%, rgba(14,59,48,0.02) 71%, transparent 72%);
    animation: lp-rotate 120s linear infinite;
}
.lp-geo-pattern::after {
    content: '';
    position: absolute;
    width: 600px; height: 600px;
    bottom: -100px; left: -150px;
    background:
        conic-gradient(from 0deg at 50% 50%,
            transparent 0deg, rgba(198,162,78,0.04) 60deg,
            transparent 120deg, rgba(14,59,48,0.04) 180deg,
            transparent 240deg, rgba(18,135,110,0.04) 300deg,
            transparent 360deg);
    animation: lp-rotate 90s linear infinite reverse;
}
@keyframes lp-rotate { to { transform: rotate(360deg); } }

/* ---- Header ---- */
.lp-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    padding: 0.8rem 0;
    background: var(--lp-glass-bg);
    backdrop-filter: blur(var(--lp-glass-blur));
    -webkit-backdrop-filter: blur(var(--lp-glass-blur));
    border-bottom: 1px solid var(--lp-glass-border);
    transition: box-shadow var(--lp-transition-base);
}
.lp-header.scrolled {
    box-shadow: 0 4px 30px rgba(15,23,42,0.08);
}
.lp-header-inner {
    display: flex; align-items: center; justify-content: space-between;
}
.lp-logo { display: flex; align-items: center; gap: 0.6rem; min-height: 44px; }
.lp-logo picture { display: block; }
.lp-logo img { height: 32px; width: auto; }
.lp-logo-text {
    font-family: var(--lp-font-heading); font-weight: 700;
    font-size: 1.15rem; color: var(--lp-gray-900);
}
.lp-nav { display: flex; align-items: center; gap: 2rem; }
.lp-nav a {
    font-size: 0.9rem; font-weight: 500; color: var(--lp-gray-600);
    transition: color var(--lp-transition-fast);
    position: relative;
}
.lp-nav a:hover { color: var(--lp-primary); }
.lp-nav-cta {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.55rem 1.4rem; border-radius: var(--lp-radius-full);
    background: var(--lp-gold); color: var(--lp-gold-ink) !important;
    font-weight: 700; font-size: 0.88rem;
    transition: all var(--lp-transition-fast);
    box-shadow: 0 2px 12px var(--lp-gold-glow);
}
.lp-nav-cta:hover {
    background: var(--lp-gold-soft);
    transform: translateY(-1px);
    box-shadow: 0 4px 20px var(--lp-gold-glow);
}
.lp-mobile-toggle {
    display: none; width: 44px; height: 44px;
    flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.lp-mobile-toggle span {
    width: 22px; height: 2px; background: var(--lp-gray-700);
    border-radius: 2px; transition: all var(--lp-transition-fast);
}
.lp-mobile-toggle.active span:nth-child(1) { transform: rotate(45deg) translateY(5px); }
.lp-mobile-toggle.active span:nth-child(2) { opacity: 0; }
.lp-mobile-toggle.active span:nth-child(3) { transform: rotate(-45deg) translateY(-5px); }

/* ---- Hero ---- */
.lp-hero {
    position: relative;
    padding: 8rem 0 5rem;
    min-height: 92vh;
    display: flex; align-items: center;
    color: var(--lp-off-white);
    background:
        radial-gradient(1100px 620px at 82% 6%, rgba(198,162,78,0.12) 0%, transparent 58%),
        radial-gradient(900px 500px at 5% 95%, rgba(18,135,110,0.16) 0%, transparent 55%),
        linear-gradient(158deg, #0E3B30 0%, #0A2C24 60%, #0B231D 100%);
}
.lp-hero .lp-badge {
    background: rgba(198,162,78,0.14);
    color: var(--lp-gold-tint);
    border: 1px solid rgba(198,162,78,0.30);
}
.lp-hero-inner {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; align-items: center;
    position: relative; z-index: 1;
}
.lp-hero-content { max-width: 560px; }
.lp-hero h1 {
    font-family: var(--lp-font-heading); font-weight: 800;
    font-size: clamp(2.2rem, 5vw, 3.4rem); line-height: 1.1;
    color: var(--lp-off-white); margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
}
.lp-hero h1 .lp-gradient-text {
    background: linear-gradient(135deg, #EBD199 0%, #C6A24E 55%, #B0863A 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.lp-hero p {
    font-size: 1.15rem; color: rgba(244,246,245,0.80);
    margin-bottom: 2rem; max-width: 480px;
}
.lp-hero-trial {
    font-family: var(--lp-font-body);
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(244,246,245,0.76);
    margin: -0.8rem 0 1.6rem;
    max-width: 520px;
    padding-left: 1rem;
    border-left: 2px solid rgba(198,162,78,0.55);
}
.lp-hero-trial strong {
    color: var(--lp-gold-tint);
    font-weight: 700;
}
.lp-pricing-trial {
    max-width: 900px;
    margin: -0.3rem auto 2rem;
    text-align: center;
}
.lp-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.lp-btn-primary {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.85rem 2rem; border-radius: var(--lp-radius-full);
    background: var(--lp-gold);
    color: var(--lp-gold-ink);
    font-weight: 700; font-size: 1rem;
    transition: all var(--lp-transition-fast);
    box-shadow: 0 6px 22px var(--lp-gold-glow);
}
.lp-btn-primary:hover {
    background: var(--lp-gold-soft);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px var(--lp-gold-glow);
}
.lp-btn-outline {
    display: inline-flex; align-items: center; gap: 0.5rem;
    padding: 0.85rem 2rem; border-radius: var(--lp-radius-full);
    background: rgba(255,255,255,0.04); color: var(--lp-off-white);
    font-weight: 600; font-size: 1rem;
    border: 2px solid rgba(244,246,245,0.28);
    transition: all var(--lp-transition-fast);
}
.lp-btn-outline:hover {
    border-color: var(--lp-gold); color: var(--lp-gold-tint);
    transform: translateY(-2px);
}
.lp-hero-visual {
    position: relative;
    display: flex; align-items: center; justify-content: center;
}
.lp-hero-mockup {
    position: relative;
    width: 100%; max-width: 520px;
    border-radius: var(--lp-radius-lg);
    overflow: hidden;
    box-shadow: var(--lp-shadow-lg), var(--lp-shadow-glow);
    background: var(--lp-white);
    border: 1px solid var(--lp-gray-100);
}
.lp-mockup-bar {
    display: flex; align-items: center; gap: 6px;
    padding: 0.75rem 1rem;
    background: var(--lp-gray-50);
    border-bottom: 1px solid var(--lp-gray-100);
}
.lp-mockup-dot {
    width: 10px; height: 10px; border-radius: 50%;
}
.lp-mockup-dot:nth-child(1) { background: #EF4444; }
.lp-mockup-dot:nth-child(2) { background: #F59E0B; }
.lp-mockup-dot:nth-child(3) { background: #1F9D66; }
.lp-mockup-body {
    padding: 1.5rem;
    background: linear-gradient(135deg, var(--lp-off-white) 0%, var(--lp-white) 100%);
    min-height: 280px;
}
.lp-mockup-grid {
    display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0.8rem;
    margin-bottom: 1rem;
}
.lp-mockup-card {
    padding: 1rem; border-radius: var(--lp-radius-sm);
    background: var(--lp-white); border: 1px solid var(--lp-gray-100);
}
.lp-mockup-card-value {
    font-family: var(--lp-font-heading); font-weight: 700;
    font-size: 1.3rem; color: var(--lp-primary);
}
.lp-mockup-card-label {
    font-size: 0.7rem; color: var(--lp-muted-ink); margin-top: 0.2rem;
}
.lp-mockup-chart {
    height: 80px; border-radius: var(--lp-radius-sm);
    background: linear-gradient(135deg, rgba(14,59,48,0.08) 0%, rgba(198,162,78,0.06) 100%);
    border: 1px solid var(--lp-gray-100);
    display: flex; align-items: flex-end; gap: 4px; padding: 0.8rem;
}
.lp-mockup-bar-item {
    flex: 1; border-radius: 3px 3px 0 0;
    background: linear-gradient(to top, var(--lp-primary), var(--lp-primary-light));
    opacity: 0.7;
    animation: lp-bar-grow 2s ease-out forwards;
}
@keyframes lp-bar-grow {
    from { height: 0; }
}
.lp-hero-float {
    position: absolute;
    padding: 0.6rem 1rem;
    background: var(--lp-white);
    border-radius: var(--lp-radius-md);
    box-shadow: var(--lp-shadow-lg);
    font-size: 0.82rem; font-weight: 600;
    display: flex; align-items: center; gap: 0.5rem;
    animation: lp-float 6s ease-in-out infinite;
    border: 1px solid var(--lp-gray-100);
    z-index: 2;
}
.lp-hero-float--1 { top: 20%; right: -20px; animation-delay: 0s; }
.lp-hero-float--2 { bottom: 15%; left: -20px; animation-delay: 2s; }
@keyframes lp-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}
.lp-float-icon {
    width: 32px; height: 32px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem;
}
.lp-float-icon--green { background: rgba(31,157,102,0.12); color: #1F9D66; }
.lp-float-icon--blue { background: rgba(14,59,48,0.1); color: var(--lp-primary); }

/* ---- Answer Block ---- */
.lp-answer-section {
    padding: 3.5rem 0;
    background: var(--lp-white);
}
.lp-answer-card {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    border-left: 4px solid var(--lp-gold);
    background: var(--lp-off-white);
}
.lp-answer-meta {
    margin-bottom: 0.75rem;
    color: var(--lp-gray-500);
    font-size: 0.85rem;
    font-weight: 600;
}
.lp-answer-card h2 {
    margin: 0 0 1rem;
    color: var(--lp-gray-900);
    font-family: var(--lp-font-heading);
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.2;
}
.lp-answer-card p:last-child {
    margin: 0;
    color: var(--lp-gray-600);
    font-size: 1rem;
    line-height: 1.75;
}

/* ---- Stats ---- */
.lp-stats {
    background: var(--lp-gray-900);
    padding: 3.5rem 0;
    position: relative; overflow: hidden;
}
.lp-stats::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse at 20% 50%, rgba(14,59,48,0.15) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 50%, rgba(198,162,78,0.1) 0%, transparent 60%);
}
.lp-stats-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
    position: relative; z-index: 1;
    text-align: center;
}
.lp-stat-item {}
.lp-stat-number {
    font-family: var(--lp-font-heading); font-weight: 800;
    font-size: clamp(2rem, 4vw, 3rem);
    background: linear-gradient(135deg, var(--lp-white) 0%, var(--lp-gray-200) 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}
.lp-stat-label {
    font-size: 0.95rem; color: var(--lp-muted-ink); margin-top: 0.3rem;
}

/* ---- Features ---- */
.lp-features { background: var(--lp-white); position: relative; }
.lp-features-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
}
.lp-feature-card {
    padding: 2rem; border-radius: var(--lp-radius-lg);
    background: var(--lp-off-white);
    border: 1px solid var(--lp-gray-100);
    transition: all var(--lp-transition-base);
    position: relative; overflow: hidden;
}
.lp-feature-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, var(--lp-primary), var(--lp-secondary));
    opacity: 0; transition: opacity var(--lp-transition-base);
}
.lp-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow-lg);
    border-color: transparent;
}
.lp-feature-card:hover::before { opacity: 1; }
.lp-feature-icon {
    width: 52px; height: 52px; border-radius: var(--lp-radius-md);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; margin-bottom: 1.2rem;
    background: linear-gradient(135deg, rgba(14,59,48,0.1) 0%, rgba(198,162,78,0.08) 100%);
    color: var(--lp-primary);
}
.lp-feature-card h3 {
    font-family: var(--lp-font-heading); font-weight: 700;
    font-size: 1.15rem; margin-bottom: 0.6rem;
    color: var(--lp-gray-900);
}
.lp-feature-card p {
    font-size: 0.92rem; color: var(--lp-gray-500); line-height: 1.6;
}

/* ---- How It Works ---- */
.lp-howit {
    background: linear-gradient(180deg, var(--lp-off-white) 0%, var(--lp-white) 100%);
    position: relative;
}
.lp-howit-steps {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem;
    position: relative;
}
.lp-howit-steps::before {
    content: '';
    position: absolute; top: 38px; left: 10%; right: 10%;
    height: 2px;
    background: linear-gradient(90deg, var(--lp-primary) 0%, var(--lp-secondary) 100%);
    opacity: 0.2; z-index: 0;
}
.lp-step {
    text-align: center; position: relative; z-index: 1;
}
.lp-step-number {
    width: 76px; height: 76px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.2rem;
    font-family: var(--lp-font-heading); font-weight: 800;
    font-size: 1.5rem; color: var(--lp-white);
    background: var(--lp-primary);
    box-shadow: 0 4px 20px var(--lp-primary-glow);
    position: relative;
}
.lp-step-number::after {
    content: '';
    position: absolute; inset: -6px; border-radius: 50%;
    border: 2px dashed rgba(14,59,48,0.2);
    animation: lp-rotate 20s linear infinite;
}
.lp-step h3 {
    font-family: var(--lp-font-heading); font-weight: 700;
    font-size: 1.05rem; margin-bottom: 0.5rem;
    color: var(--lp-gray-900);
}
.lp-step p {
    font-size: 0.88rem; color: var(--lp-gray-500); line-height: 1.55;
    max-width: 220px; margin: 0 auto;
}

/* ---- FAQ ---- */
.lp-faq { background: var(--lp-white); }
.lp-faq-list { max-width: 720px; margin: 0 auto; }
.lp-faq-item {
    border-bottom: 1px solid var(--lp-gray-100);
}
.lp-faq-question {
    width: 100%; display: flex; align-items: center; justify-content: space-between;
    padding: 1.3rem 0; font-size: 1.05rem; font-weight: 600;
    color: var(--lp-gray-900); text-align: left;
    transition: color var(--lp-transition-fast);
}
.lp-faq-question:hover { color: var(--lp-primary); }
.lp-faq-icon {
    width: 28px; height: 28px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: var(--lp-gray-50); color: var(--lp-gray-500);
    font-size: 1.2rem; flex-shrink: 0;
    transition: all var(--lp-transition-fast);
}
.lp-faq-item.active .lp-faq-icon {
    background: var(--lp-primary); color: var(--lp-white);
    transform: rotate(45deg);
}
.lp-faq-answer {
    max-height: 0; overflow: hidden;
    transition: max-height var(--lp-transition-base), padding var(--lp-transition-base);
}
.lp-faq-item.active .lp-faq-answer {
    max-height: 300px; padding-bottom: 1.3rem;
}
.lp-faq-answer p {
    font-size: 0.95rem; color: var(--lp-gray-500); line-height: 1.65;
}
.lp-faq-mobile-toggle-wrap {
    display: none;
    justify-content: center;
    margin-top: 1rem;
}
.lp-faq-mobile-toggle {
    border: 1px solid var(--lp-gray-200);
    background: var(--lp-white);
    color: var(--lp-gray-700);
    border-radius: var(--lp-radius-full);
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all var(--lp-transition-fast);
}
.lp-faq-mobile-toggle:hover {
    border-color: var(--lp-primary);
    color: var(--lp-primary);
}

/* ---- Testimonials ---- */
.lp-testimonials {
    background: linear-gradient(180deg, var(--lp-off-white) 0%, var(--lp-white) 100%);
}
.lp-testimonials-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
}
.lp-testimonial-card {
    padding: 2rem;
    background: var(--lp-white);
    border-radius: var(--lp-radius-lg);
    border: 1px solid var(--lp-gray-100);
    transition: all var(--lp-transition-base);
}
.lp-testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow-lg);
}
.lp-testimonial-stars {
    color: #F59E0B; font-size: 0.9rem; margin-bottom: 1rem;
    letter-spacing: 2px;
}
.lp-testimonial-card blockquote {
    font-size: 0.95rem; color: var(--lp-gray-600);
    line-height: 1.65; margin-bottom: 1.2rem;
    font-style: italic;
}
.lp-testimonial-author {
    display: flex; align-items: center; gap: 0.8rem;
}
.lp-testimonial-avatar {
    width: 42px; height: 42px; border-radius: 50%;
    background: var(--lp-emerald);
    display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 0.9rem; color: var(--lp-white);
}
.lp-testimonial-name {
    font-weight: 600; font-size: 0.9rem; color: var(--lp-gray-900);
}
.lp-testimonial-role {
    font-size: 0.8rem; color: var(--lp-muted-ink);
}

/* ---- Pricing ---- */
.lp-pricing { background: var(--lp-white); position: relative; }
.lp-pricing-toggle {
    display: flex; align-items: center; justify-content: center;
    gap: 0.8rem; margin-bottom: 3rem;
}
.lp-pricing-toggle span {
    font-size: 0.95rem; font-weight: 500; color: var(--lp-gray-500);
    transition: color var(--lp-transition-fast);
}
.lp-pricing-toggle span.active { color: var(--lp-gray-900); font-weight: 700; }
.lp-toggle-switch {
    width: 52px; height: 28px; border-radius: 14px;
    background: var(--lp-gray-200); position: relative;
    cursor: pointer; transition: background var(--lp-transition-fast);
}
.lp-toggle-switch.active { background: var(--lp-primary); }
.lp-toggle-switch::after {
    content: '';
    position: absolute; top: 3px; left: 3px;
    width: 22px; height: 22px; border-radius: 50%;
    background: var(--lp-white);
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    transition: transform var(--lp-transition-fast);
}
.lp-toggle-switch.active::after { transform: translateX(24px); }
.lp-save-badge {
    font-size: 0.72rem; font-weight: 700; padding: 0.15rem 0.5rem;
    background: rgba(31,157,102,0.1); color: #1B8A5A;
    border-radius: var(--lp-radius-full);
}
.lp-pricing-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
    align-items: start;
}
.lp-pricing-card {
    padding: 2rem;
    border-radius: var(--lp-radius-lg);
    background: var(--lp-white);
    border: 2px solid var(--lp-gray-100);
    transition: all var(--lp-transition-base);
    position: relative;
}
.lp-pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow-lg);
}
.lp-pricing-card--featured {
    border-color: var(--lp-gold);
    background: linear-gradient(180deg, rgba(198,162,78,0.06) 0%, var(--lp-white) 100%);
    box-shadow: 0 14px 44px rgba(198,162,78,0.16);
}
.lp-pricing-popular {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    padding: 0.25rem 1rem; border-radius: var(--lp-radius-full);
    background: var(--lp-gold);
    color: var(--lp-gold-ink); font-size: 0.72rem; font-weight: 700;
    letter-spacing: 0.05em; text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 4px 14px var(--lp-gold-glow);
}
.lp-pricing-name {
    font-family: var(--lp-font-heading); font-weight: 700;
    font-size: 1.2rem; color: var(--lp-gray-900); margin-bottom: 0.8rem;
}
.lp-pricing-price {
    margin-bottom: 1.5rem;
}
.lp-pricing-amount {
    font-family: var(--lp-font-heading); font-weight: 800;
    font-size: 2.5rem; color: var(--lp-gray-900);
}
.lp-pricing-currency {
    font-size: 1.2rem; font-weight: 600;
    vertical-align: super; color: var(--lp-muted-ink);
}
.lp-pricing-period {
    font-size: 0.88rem; color: var(--lp-muted-ink); font-weight: 500;
}
.lp-pricing-features {
    margin-bottom: 1.5rem;
}
.lp-pricing-features li {
    display: flex; align-items: flex-start; gap: 0.6rem;
    padding: 0.45rem 0; font-size: 0.88rem; color: var(--lp-gray-600);
}
.lp-pricing-check {
    width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.65rem; margin-top: 2px;
    background: rgba(31,157,102,0.1); color: #1F9D66;
}
.lp-pricing-btn {
    display: block; width: 100%; padding: 0.75rem;
    text-align: center; border-radius: var(--lp-radius-full);
    font-weight: 600; font-size: 0.92rem;
    transition: all var(--lp-transition-fast);
}
.lp-pricing-btn--primary {
    background: var(--lp-gold); color: var(--lp-gold-ink);
    box-shadow: 0 2px 12px var(--lp-gold-glow);
}
.lp-pricing-btn--primary:hover {
    background: var(--lp-gold-soft);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px var(--lp-gold-glow);
}
.lp-pricing-btn--outline {
    background: transparent; color: var(--lp-gray-700);
    border: 2px solid var(--lp-gray-200);
}
.lp-pricing-btn--outline:hover {
    border-color: var(--lp-primary); color: var(--lp-primary);
}
.lp-pricing-btn--gradient {
    background: var(--lp-primary);
    color: var(--lp-white);
}
.lp-pricing-btn--gradient:hover {
    background: var(--lp-primary-light);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px var(--lp-primary-glow);
}
.lp-pricing-collapsible-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.lp-collapsible-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0.45rem 0.95rem;
    font-size: 0.84rem;
    font-weight: 600;
    white-space: nowrap;
}

/* ---- Contact Form ---- */
.lp-contact {
    background: linear-gradient(180deg, var(--lp-off-white) 0%, var(--lp-white) 100%);
}
.lp-contact-inner {
    display: grid; grid-template-columns: 1fr 1fr; gap: 4rem;
    align-items: center;
}
.lp-contact-info h2 {
    font-family: var(--lp-font-heading); font-weight: 700;
    font-size: clamp(1.8rem, 3.5vw, 2.4rem); line-height: 1.2;
    color: var(--lp-gray-900); margin-bottom: 1rem;
}
.lp-contact-info p {
    font-size: 1.05rem; color: var(--lp-gray-500); margin-bottom: 2rem;
}
.lp-contact-detail {
    display: flex; align-items: center; gap: 1rem;
    margin-bottom: 1rem;
}
.lp-contact-detail-icon {
    width: 44px; height: 44px; border-radius: var(--lp-radius-md);
    display: flex; align-items: center; justify-content: center;
    background: rgba(14,59,48,0.08); color: var(--lp-primary);
    font-size: 1.1rem; flex-shrink: 0;
}
.lp-contact-detail-text {
    font-size: 0.92rem; color: var(--lp-gray-600);
}
.lp-contact-form {
    padding: 2.5rem;
    background: var(--lp-white);
    border-radius: var(--lp-radius-lg);
    border: 1px solid var(--lp-gray-100);
    box-shadow: var(--lp-shadow-md);
}
.lp-form-group { margin-bottom: 1.2rem; }
.lp-form-group label {
    display: block; margin-bottom: 0.4rem;
    font-size: 0.88rem; font-weight: 600; color: var(--lp-gray-700);
}
.lp-form-group label .lp-optional {
    font-weight: 400; color: var(--lp-muted-ink);
}
.lp-form-input {
    width: 100%; padding: 0.75rem 1rem;
    border: 2px solid var(--lp-gray-100);
    border-radius: var(--lp-radius-sm);
    font-family: var(--lp-font-body); font-size: 0.95rem;
    color: var(--lp-gray-900);
    transition: all var(--lp-transition-fast);
    background: var(--lp-white);
}
.lp-form-input:focus {
    outline: none; border-color: var(--lp-primary);
    box-shadow: 0 0 0 3px rgba(14,59,48,0.1);
}
.lp-form-input::placeholder { color: var(--lp-gray-400); }
textarea.lp-form-input { resize: vertical; min-height: 100px; }
.lp-captcha-row {
    display: flex; align-items: center; gap: 0.8rem;
    margin-bottom: 1.5rem;
}
.lp-captcha-question {
    font-size: 0.92rem; font-weight: 600; color: var(--lp-gray-700);
    white-space: nowrap;
}
.lp-captcha-input {
    width: 80px; text-align: center;
}
.lp-form-submit {
    width: 100%; padding: 0.85rem;
    border-radius: var(--lp-radius-full);
    background: var(--lp-primary); color: var(--lp-white);
    font-weight: 700; font-size: 1rem;
    transition: all var(--lp-transition-fast);
    box-shadow: 0 4px 20px var(--lp-primary-glow);
}
.lp-form-submit:hover {
    background: var(--lp-primary-light);
    transform: translateY(-2px);
}

/* ---- Footer ---- */
.lp-footer {
    background: var(--lp-gray-900); color: var(--lp-gray-400);
    padding: 4rem 0 2rem; position: relative;
}
.lp-footer::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--lp-primary), var(--lp-secondary), transparent);
}
.lp-footer-grid {
    /* Cinco columnas desde que existe /guias: marca + Productos + Aprende +
       Empresa + Acceso. Con las cuatro de antes, la quinta caia sola a un
       segundo renglon. */
    display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 2.25rem;
    margin-bottom: 3rem;
}
.lp-footer-brand p {
    font-size: 0.9rem; line-height: 1.65; margin-top: 1rem;
    color: var(--lp-gray-400); max-width: 300px;
}
.lp-footer-col h2 {
    font-family: var(--lp-font-heading); font-weight: 700;
    font-size: 0.95rem; color: var(--lp-white); margin-bottom: 1.2rem;
}
.lp-footer-col a {
    display: block; padding: 0.3rem 0;
    font-size: 0.88rem; color: var(--lp-gray-400);
    transition: color var(--lp-transition-fast);
}
.lp-footer-col a:hover { color: var(--lp-white); }
.lp-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 2rem;
    display: flex; align-items: center; justify-content: space-between;
    font-size: 0.82rem;
}
.lp-footer-logo { display: flex; align-items: center; gap: 0.5rem; }
.lp-footer-logo img { height: 68px; filter: brightness(0) invert(1); }

/* ---- Scroll Animations ---- */
.lp-reveal {
    opacity: 0; transform: translateY(30px);
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.lp-reveal.visible {
    opacity: 1; transform: translateY(0);
}
.lp-reveal-delay-1 { transition-delay: 0.1s; }
.lp-reveal-delay-2 { transition-delay: 0.2s; }
.lp-reveal-delay-3 { transition-delay: 0.3s; }
.lp-reveal-delay-4 { transition-delay: 0.4s; }

/* ---- Comparativa (solo el hub) ----
   El trabajo del hub es que alguien decida en treinta segundos cual de los dos
   productos le toca. Una tabla lo hace mejor que dos parrafos, y ademas es lo
   que un AI Overview puede extraer sin reescribirlo. */
.lp-comparativa-caja { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 2.5rem; }
.lp-comparativa {
    width: 100%; min-width: 640px; border-collapse: collapse;
    background: var(--lp-white);
    border-radius: var(--lp-radius-lg);
    overflow: hidden;
    box-shadow: var(--lp-shadow-sm);
}
.lp-comparativa th, .lp-comparativa td {
    padding: 1rem 1.15rem; text-align: left; vertical-align: top;
    border-bottom: 1px solid var(--lp-gray-100);
    font-size: 0.97rem; line-height: 1.6;
}
.lp-comparativa thead th {
    font-family: var(--lp-font-heading);
    font-size: 1.02rem; font-weight: 700; color: var(--lp-gray-900);
    border-bottom: 2px solid var(--lp-gray-200);
}
/* Encabezado de la esquina: presente para el lector de pantalla, invisible
   para el ojo. Un th vacio dejaria la tabla sin declarar de que es cada fila. */
.lp-comparativa thead th .lp-solo-lectores {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.lp-comparativa thead th span {
    display: block; margin-top: 0.15rem;
    font-family: var(--lp-font-body); font-size: 0.8rem;
    font-weight: 500; color: var(--lp-muted-ink);
}
.lp-comparativa tbody th {
    font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--lp-muted-ink);
    width: 20%; white-space: nowrap;
}
.lp-comparativa td { color: var(--lp-gray-700); }
.lp-comparativa tr:last-child th, .lp-comparativa tr:last-child td { border-bottom: 0; }
.lp-comparativa-nota {
    margin-top: 0.9rem; font-size: 0.85rem; color: var(--lp-muted-ink);
}

/* ---- Lista de "lo que traen los dos" ---- */
.lp-comun {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem 2rem;
    margin-top: 2rem;
}
.lp-comun li { display: flex; gap: 0.7rem; align-items: flex-start; }
.lp-comun svg { flex-shrink: 0; margin-top: 0.28rem; color: var(--lp-success); }
.lp-comun span { font-size: 0.97rem; line-height: 1.6; color: var(--lp-gray-700); }
.lp-comun strong { font-weight: 700; color: var(--lp-gray-900); }

/* ---- Preguntas del hub (prosa, sin FAQPage: Google retiro esos rich
   results el 2026-05-07 y no se agregan nuevos) ---- */
.lp-antes { max-width: 760px; margin: 2.5rem auto 0; }
.lp-antes h3 {
    font-family: var(--lp-font-heading);
    font-size: 1.12rem; font-weight: 700; color: var(--lp-gray-900);
    margin: 1.9rem 0 0.5rem;
}
.lp-antes h3:first-child { margin-top: 0; }
.lp-antes p { font-size: 1rem; line-height: 1.72; color: var(--lp-gray-700); }
.lp-antes p a { color: var(--lp-primary); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) {
    .lp-comun { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .lp-comun { grid-template-columns: 1fr; }
}

/* ---- Counter Animation ---- */
@keyframes lp-count-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* ---- Mobile Menu ---- */
.lp-mobile-menu {
    display: none; position: fixed; inset: 0; z-index: 99;
    background: rgba(15,23,42,0.5);
    backdrop-filter: blur(4px);
    opacity: 0; pointer-events: none;
    transition: opacity var(--lp-transition-base);
}
.lp-mobile-menu.open { opacity: 1; pointer-events: all; }
.lp-mobile-menu-inner {
    position: absolute; top: 0; right: 0;
    width: 280px; height: 100%;
    background: var(--lp-white);
    padding: 5rem 2rem 2rem;
    transform: translateX(100%);
    transition: transform var(--lp-transition-base);
    box-shadow: -10px 0 40px rgba(0,0,0,0.1);
}
.lp-mobile-menu.open .lp-mobile-menu-inner { transform: translateX(0); }
.lp-mobile-menu-inner a {
    display: block; padding: 0.8rem 0;
    min-height: 44px;
    font-size: 1.05rem; font-weight: 500;
    color: var(--lp-gray-700); border-bottom: 1px solid var(--lp-gray-100);
}
.lp-mobile-menu-inner .lp-nav-cta {
    margin-top: 1.5rem; text-align: center; justify-content: center;
    width: 100%; display: flex;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
    .lp-pricing-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-features-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 768px) {
    .lp-section { padding: var(--lp-section-py-mobile) 0; }
    .lp-nav { display: none; }
    .lp-mobile-toggle { display: flex; }
    .lp-mobile-menu { display: block; }
    .lp-hero { padding: 7rem 0 3rem; min-height: auto; }
    .lp-hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .lp-hero-content { max-width: 100%; }
    .lp-hero h1 { font-size: clamp(1.8rem, 7vw, 2.4rem); }
    .lp-hero-visual { order: -1; min-width: 0; width: 100%; }
    .lp-hero-mockup { max-width: 100%; }
    .lp-mockup-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.5rem; }
    .lp-mockup-card { min-width: 0; padding: 0.75rem; }
    .lp-mockup-card-value { font-size: 1.05rem; }
    .lp-mockup-card-label { font-size: 0.62rem; }
    .lp-answer-section { padding: 2.5rem 0; }
    .lp-answer-card { padding: 1.5rem; }
    .lp-hero-float { display: none; }
    .lp-hero-trial {
        margin: -0.7rem 0 1.2rem;
        font-size: 0.9rem;
        line-height: 1.55;
    }
    .lp-pricing-trial {
        margin: -0.2rem auto 1.4rem;
        font-size: 0.95rem;
        line-height: 1.55;
    }
    .lp-stats-grid { grid-template-columns: repeat(3, 1fr); gap: 1rem; }
    .lp-stat-number { font-size: clamp(1.5rem, 5vw, 2rem); }
    .lp-features-grid { grid-template-columns: 1fr; }
    .lp-howit-steps {
        grid-template-columns: 1fr; gap: 2.5rem;
    }
    .lp-howit-steps::before { display: none; }
    .lp-testimonials-grid { grid-template-columns: 1fr; }
    .lp-faq-question { font-size: 0.95rem; padding: 1rem 0; }
    .lp-faq-answer p { font-size: 0.88rem; line-height: 1.55; }
    .lp-faq-mobile-toggle-wrap { display: flex; }
    .lp-faq-list:not(.lp-faq-list--expanded) .lp-faq-item:nth-child(n+7) {
        display: none;
    }
    .lp-pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; }
    .lp-pricing-collapsible-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.45rem;
    }
    .lp-pricing-collapsible-head h3[style] {
        margin-bottom: 0 !important;
    }
    .lp-pricing-card { padding: 1.5rem; }
    .lp-pricing-name { font-size: 1.1rem; }
    .lp-pricing-amount { font-size: 2.1rem; }
    .lp-pricing-features li { font-size: 0.84rem; padding: 0.35rem 0; }
    #pricing .lp-reveal[style*="overflow-x:auto"] {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto !important;
        padding-bottom: 0.35rem;
    }
    #pricing table {
        min-width: 640px;
    }
    #pricing th,
    #pricing td {
        font-size: 0.84rem !important;
        padding: 8px !important;
        line-height: 1.3;
        white-space: nowrap;
    }
    #pricing h3[style] {
        font-size: 1rem;
        line-height: 1.3;
    }
    .lp-contact-inner { grid-template-columns: 1fr; gap: 2rem; }
    .lp-footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .lp-footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
}
@media (max-width: 480px) {
    .lp-container { padding: 0 1rem; }
    .lp-hero h1 { font-size: 1.7rem; }
    .lp-hero-actions { flex-direction: column; }
    .lp-btn-primary, .lp-btn-outline { width: 100%; justify-content: center; }
    .lp-pricing-card { padding: 1.25rem; }
    .lp-pricing-amount { font-size: 1.9rem; }
    .lp-pricing-currency { font-size: 1rem; }
    .lp-pricing-features li { font-size: 0.82rem; }
    #pricing th,
    #pricing td {
        font-size: 0.78rem !important;
        padding: 7px !important;
    }
    #pricing p[style*="font-size:0.9rem"] {
        font-size: 0.82rem !important;
        line-height: 1.4;
    }
    .lp-contact-form { padding: 1.5rem; }
    .lp-cta-band { padding: 3rem 0; }
    .lp-cta-band-inner { grid-template-columns: 1fr; gap: 1.8rem; text-align: center; }
    .lp-cta-band-text p { margin-left: auto; margin-right: auto; }
    .lp-cta-band-actions { align-items: center; }
    .lp-cta-band-actions .lp-btn-primary { width: 100%; justify-content: center; }
}

/* ---- Signature polish ---- */
.lp-stats { border-top: 1px solid rgba(198,162,78,0.16); }
.lp-testimonial-stars { color: var(--lp-gold-ink-on-light); }

/* ---- CTA Band (conversión) ---- */
.lp-cta-band {
    position: relative;
    overflow: hidden;
    padding: 4.75rem 0;
    color: var(--lp-off-white);
    background:
        radial-gradient(900px 460px at 88% 8%, rgba(198,162,78,0.16) 0%, transparent 58%),
        radial-gradient(760px 420px at 2% 100%, rgba(18,135,110,0.18) 0%, transparent 55%),
        linear-gradient(150deg, #0E3B30 0%, #0A2C24 100%);
}
.lp-cta-band::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 1px;
    background: linear-gradient(90deg, transparent, var(--lp-gold), transparent);
    opacity: 0.5;
}
.lp-cta-band-inner {
    display: grid; grid-template-columns: 1.4fr 1fr;
    gap: 3rem; align-items: center;
    position: relative; z-index: 1;
}
.lp-cta-band-text h2 {
    font-family: var(--lp-font-heading); font-weight: 800;
    font-size: clamp(1.7rem, 3.2vw, 2.4rem); line-height: 1.14;
    letter-spacing: -0.01em; margin-bottom: 0.9rem;
    color: var(--lp-off-white);
}
.lp-cta-band-text h2 span { color: var(--lp-gold-tint); }
.lp-cta-band-text p {
    font-size: 1.05rem; line-height: 1.6;
    color: rgba(244,246,245,0.78); max-width: 540px;
}
.lp-cta-band-actions {
    display: flex; flex-direction: column; gap: 0.9rem;
    align-items: flex-start;
}
.lp-cta-band-actions .lp-btn-primary { font-size: 1.05rem; padding: 0.95rem 2.2rem; }
.lp-cta-band-note {
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-size: 0.86rem; color: rgba(244,246,245,0.62);
}
.lp-cta-band-note svg { color: var(--lp-gold-tint); flex-shrink: 0; }

/* ==========================================================
 * TEMA H2U — "Claridad líquida", dirección B (Sala de máquinas)
 * ==========================================================
 * Sólo aplica bajo `body.lp-theme-h2u`, que marketing/layout.blade.php
 * pone en / y /negocios. /restaurantes no lleva la clase y no ve nada
 * de este bloque.
 *
 * Los tokens viven en landing-config.css. Aquí van los cambios que un
 * token no puede cargar: el campo profundo del héroe, los anillos en
 * lugar de bordes, las cifras tabulares y la tarjeta Pro invertida.
 *
 * Reglas del sistema que se hacen cumplir aquí:
 *   · el lienzo nunca es blanco puro
 *   · la separación se dibuja con anillo interior, no con border
 *   · un solo color de acento por bloque: oro sobre navy, aqua sobre claro
 *   · toda cifra comparable va en mono con cifras tabulares
 *   · los botones son píldoras completas, alturas 36 / 44 / 52
 * ========================================================== */

/* ---- Base ---- */
body.lp-theme-h2u {
    color: var(--ink);
    background: var(--paper);
    font-feature-settings: 'ss01', 'cv01';
}
body.lp-theme-h2u h1,
body.lp-theme-h2u h2,
body.lp-theme-h2u h3,
body.lp-theme-h2u h4 {
    /* Montserrat es la cara institucional del sistema y exige mas aprieto
       que la display: -0.028em, no -0.02em. */
    letter-spacing: -0.028em;
    text-wrap: balance;
}
body.lp-theme-h2u .lp-section-title { line-height: 1.15; }
body.lp-theme-h2u .lp-badge {
    background: var(--aqua-50);
    color: var(--aqua-700);
    box-shadow: inset 0 0 0 1px var(--aqua-200);
    letter-spacing: 0.02em;
}

/* ---- Header: transparente sobre el héroe, vidrio de papel al bajar ---- */
body.lp-theme-h2u .lp-header {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: 0;
    transition: background var(--lp-transition-fast), box-shadow var(--lp-transition-fast);
}
body.lp-theme-h2u .lp-header.scrolled {
    background: var(--lp-glass-bg);
    backdrop-filter: blur(var(--lp-glass-blur));
    -webkit-backdrop-filter: blur(var(--lp-glass-blur));
    box-shadow: inset 0 -1px 0 var(--lp-glass-border), var(--lp-shadow-sm);
}
/* El logo es negro sobre transparente: mientras la barra está sobre el
   navy hay que invertirlo. Al pasar a vidrio claro vuelve a su tinta. */
body.lp-theme-h2u .lp-header:not(.scrolled) .lp-logo img { filter: brightness(0) invert(1); }
body.lp-theme-h2u .lp-header:not(.scrolled) .lp-nav a { color: rgba(255,255,255,0.72); }
body.lp-theme-h2u .lp-header:not(.scrolled) .lp-nav a:hover { color: #fff; }
body.lp-theme-h2u .lp-header:not(.scrolled) .lp-nav a[aria-current="page"] { color: #fff; font-weight: 600; }
body.lp-theme-h2u .lp-header:not(.scrolled) .lp-mobile-toggle span { background: #fff; }
body.lp-theme-h2u .lp-nav a[aria-current="page"] { color: var(--navy-900); font-weight: 600; }
body.lp-theme-h2u .lp-nav a:hover { color: var(--aqua-700); }
body.lp-theme-h2u .lp-nav-cta,
body.lp-theme-h2u .lp-header:not(.scrolled) .lp-nav-cta {
    height: 36px; padding: 0 16px;
    color: var(--lp-gold-ink) !important;
    background: var(--lp-gold);
    box-shadow: 0 10px 24px -12px var(--lp-gold-glow);
}
body.lp-theme-h2u .lp-nav-cta:hover { background: var(--lp-gold-soft); transform: translateY(-2px); }

/* ---- Héroe: el fondo profundo del sistema ---- */
body.lp-theme-h2u .lp-hero {
    color: #fff;
    background-color: var(--navy-900);
    background-image:
        radial-gradient(38rem 30rem at 18% 12%, rgba(8,164,244,0.55), transparent 60%),
        radial-gradient(30rem 26rem at 88% 8%, rgba(8,132,208,0.45), transparent 55%),
        radial-gradient(34rem 30rem at 70% 110%, rgba(8,28,140,0.60), transparent 60%),
        linear-gradient(160deg, #04305f 0%, #002855 45%, #001a3a 100%);
}
/* Grano en mezcla overlay: sin él, cuatro degradados sobre navy bandean. */
body.lp-theme-h2u .lp-hero::after,
body.lp-theme-h2u .lp-cta-band::before {
    content: '';
    position: absolute; inset: 0; height: auto;
    pointer-events: none; opacity: 0.5; mix-blend-mode: overlay; z-index: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
}
/* La geometría giratoria era del tema verde; el campo profundo ya trae
   su propia atmósfera y dos fuentes de movimiento compiten. */
body.lp-theme-h2u .lp-geo-pattern { display: none; }
body.lp-theme-h2u .lp-hero-content h1 { line-height: 1.06; color: #fff; }
/* Sobre navy el acento es el oro. Un degradado aqua aquí sería un
   segundo acento en el mismo bloque, que el sistema prohíbe. */
body.lp-theme-h2u .lp-hero-content h1 .lp-gradient-text {
    background: none;
    -webkit-text-fill-color: var(--gold-200);
    color: var(--gold-200);
}
body.lp-theme-h2u .lp-hero-content p { color: rgba(255,255,255,0.72); }
body.lp-theme-h2u .lp-hero-content .lp-badge {
    background: rgba(255,255,255,0.10);
    color: #cfe6f7;
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.16);
}
body.lp-theme-h2u .lp-hero-trial {
    border-left: 0;
    padding-left: 0; padding-top: 1.25rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.10);
    color: rgba(255,255,255,0.72);
}
body.lp-theme-h2u .lp-hero-trial strong { color: #fff; }

/* ---- Botones: píldoras de 52 / 44 / 36 ---- */
body.lp-theme-h2u .lp-btn-primary,
body.lp-theme-h2u .lp-btn-outline {
    height: 52px; padding: 0 28px;
    justify-content: center;
    font-size: 1rem; font-weight: 600;
    transition: transform var(--lp-transition-fast), background var(--lp-transition-fast), box-shadow var(--lp-transition-fast);
}
body.lp-theme-h2u .lp-btn-primary { box-shadow: 0 14px 36px -16px var(--lp-gold-glow); }
body.lp-theme-h2u .lp-btn-primary:hover { box-shadow: 0 18px 40px -16px var(--lp-gold-glow); }
body.lp-theme-h2u .lp-btn-outline {
    background: transparent; color: #fff;
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.28);
}
body.lp-theme-h2u .lp-btn-outline:hover {
    background: rgba(255,255,255,0.09); color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.45);
}
body.lp-theme-h2u .lp-btn-primary:active,
body.lp-theme-h2u .lp-btn-outline:active { transform: translateY(1px); }

/* ---- Maqueta del tablero ---- */
body.lp-theme-h2u .lp-hero-mockup {
    background: #fff;
    border: 0;
    border-radius: var(--lp-radius-xl);
    box-shadow: 0 40px 90px -40px rgba(0,10,30,0.9), inset 0 0 0 1px rgba(255,255,255,0.10);
}
body.lp-theme-h2u .lp-mockup-bar {
    background: var(--mist);
    border-bottom: 0;
    box-shadow: inset 0 -1px 0 var(--line-cool);
}
/* El semáforo rojo/ámbar/verde no existe en la paleta. */
body.lp-theme-h2u .lp-mockup-dot { width: 9px; height: 9px; background: var(--line-cool); }
body.lp-theme-h2u .lp-mockup-body { background: var(--paper); }
body.lp-theme-h2u .lp-mockup-card {
    background: var(--mist); border: 0;
    border-radius: var(--lp-radius-md);
    box-shadow: inset 0 0 0 1px var(--line-cool);
}
body.lp-theme-h2u .lp-mockup-card-value {
    font-family: var(--lp-font-mono); font-variant-numeric: tabular-nums;
    font-weight: 700; font-size: 1.0625rem; letter-spacing: -0.01em;
    color: var(--navy-900);
}
body.lp-theme-h2u .lp-mockup-card-label { color: var(--muted); font-weight: 500; }
body.lp-theme-h2u .lp-mockup-chart {
    height: 112px; background: transparent; border: 0; padding: 0; gap: 5px;
}
body.lp-theme-h2u .lp-mockup-bar-item {
    opacity: 1; border-radius: 0.3rem 0.3rem 0 0;
    background: linear-gradient(180deg, var(--aqua-400), var(--aqua-200));
}
/* Las capsulas se posicionan contra .lp-hero-visual, que es mas ancha que
   el tablero: sin ceñir la columna caen encima de las tarjetas. */
body.lp-theme-h2u .lp-hero-visual { max-width: 520px; margin: 0 auto; }
body.lp-theme-h2u .lp-hero-float {
    background: #fff; border: 0;
    border-radius: var(--lp-radius-lg);
    box-shadow: var(--lp-shadow-md);
}
body.lp-theme-h2u .lp-hero-float--1 { top: -1.25rem; right: -1.75rem; left: auto; }
body.lp-theme-h2u .lp-hero-float--2 { bottom: -1.25rem; left: -1.75rem; right: auto; }
body.lp-theme-h2u .lp-float-icon {
    width: 34px; height: 34px; border-radius: var(--lp-radius-full);
}
body.lp-theme-h2u .lp-float-icon--green { background: #e6f4ea; color: var(--lp-success); }
body.lp-theme-h2u .lp-float-icon--blue { background: var(--aqua-50); color: var(--aqua-600); }

/* ---- Bloque de respuesta: el patrón `note` del sistema ---- */
body.lp-theme-h2u .lp-answer-section { background: var(--paper); }
body.lp-theme-h2u .lp-answer-card {
    background: var(--aqua-50);
    border-left: 3px solid var(--aqua-400);
    border-radius: 0 var(--lp-radius-md) var(--lp-radius-md) 0;
}
body.lp-theme-h2u .lp-answer-card h2 { color: var(--navy-900); line-height: 1.15; }
body.lp-theme-h2u .lp-answer-card p:last-child { color: var(--navy-800); }
body.lp-theme-h2u .lp-answer-meta { color: var(--muted); }

/* ---- Cifras: la barra de estadísticas ---- */
body.lp-theme-h2u .lp-stats {
    border-top: 0;
    background-color: var(--navy-950);
    background-image: linear-gradient(160deg, #04305f 0%, #002855 55%, #001a3a 100%);
}
body.lp-theme-h2u .lp-stats::before {
    background:
        radial-gradient(28rem 22rem at 20% 50%, rgba(8,164,244,0.30), transparent 60%),
        radial-gradient(24rem 20rem at 80% 50%, rgba(249,171,0,0.10), transparent 60%);
}
body.lp-theme-h2u .lp-stat-number {
    font-family: var(--lp-font-mono); font-variant-numeric: tabular-nums;
    font-weight: 700; letter-spacing: -0.03em;
    background: none; -webkit-text-fill-color: #fff; color: #fff;
}
body.lp-theme-h2u .lp-stat-label { color: rgba(255,255,255,0.62); }

/* ---- Tarjetas de característica: anillo, sin franja decorativa ---- */
body.lp-theme-h2u .lp-features { background: var(--mist); }
body.lp-theme-h2u .lp-feature-card {
    background: #fff; border: 0;
    border-radius: var(--lp-radius-xl);
    box-shadow: inset 0 0 0 1px var(--line-cool);
}
body.lp-theme-h2u .lp-feature-card::before { display: none; }
body.lp-theme-h2u .lp-feature-card:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 0 0 1px var(--aqua-200), var(--lp-shadow-md);
}
body.lp-theme-h2u .lp-feature-icon {
    width: 44px; height: 44px;
    background: var(--aqua-50); color: var(--aqua-600);
    box-shadow: inset 0 0 0 1px var(--aqua-100);
}
body.lp-theme-h2u .lp-feature-card h3 { color: var(--navy-800); }

/* ---- Cómo funciona ---- */
body.lp-theme-h2u .lp-howit { background: var(--paper); }
body.lp-theme-h2u .lp-howit-steps::before {
    background: linear-gradient(90deg, transparent, var(--aqua-300), transparent);
    opacity: 1; height: 1px;
}
body.lp-theme-h2u .lp-step-number {
    width: 64px; height: 64px;
    font-family: var(--lp-font-mono); font-variant-numeric: tabular-nums;
    font-weight: 700; font-size: 1.35rem;
    background: var(--navy-900); color: #fff;
    box-shadow: var(--lp-shadow-sm);
}
/* El anillo punteado giratorio no pertenece al sistema. */
body.lp-theme-h2u .lp-step-number::after { display: none; }
body.lp-theme-h2u .lp-step h3 { color: var(--navy-800); }

/* ---- Testimonios ---- */
body.lp-theme-h2u .lp-testimonials { background: var(--mist); }
body.lp-theme-h2u .lp-testimonial-card {
    background: #fff; border: 0;
    border-radius: var(--lp-radius-xl);
    box-shadow: inset 0 0 0 1px var(--line-cool);
}
body.lp-theme-h2u .lp-testimonial-card:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 0 0 1px var(--line-cool), var(--lp-shadow-md);
}
body.lp-theme-h2u .lp-testimonial-card blockquote { font-style: normal; color: var(--muted); }
body.lp-theme-h2u .lp-testimonial-avatar { background: var(--aqua-700); color: #fff; }
body.lp-theme-h2u .lp-testimonial-name { color: var(--navy-800); }

/* ---- Precios ---- */
body.lp-theme-h2u .lp-pricing { background: var(--paper); }
body.lp-theme-h2u .lp-toggle-switch { background: var(--line-cool); }
body.lp-theme-h2u .lp-toggle-switch.active { background: var(--aqua-500); }
body.lp-theme-h2u .lp-save-badge {
    background: var(--gold-50); color: var(--lp-gold-ink-on-light);
    box-shadow: inset 0 0 0 1px var(--gold-200);
}
/* Las cuatro tarjetas a la misma altura, con el CTA anclado abajo. */
body.lp-theme-h2u .lp-pricing-grid { align-items: stretch; }
body.lp-theme-h2u .lp-pricing-card {
    display: flex; flex-direction: column;
    background: #fff; border: 0;
    border-radius: var(--lp-radius-xl);
    box-shadow: inset 0 0 0 1px var(--line-cool);
}
body.lp-theme-h2u .lp-pricing-card:hover {
    transform: translateY(-2px);
    box-shadow: inset 0 0 0 1px var(--line-cool), var(--lp-shadow-md);
}
body.lp-theme-h2u .lp-pricing-features { flex: 1 1 auto; }
body.lp-theme-h2u .lp-pricing-btn { margin-top: auto; }
body.lp-theme-h2u .lp-pricing-name { color: var(--navy-800); }
body.lp-theme-h2u .lp-pricing-amount {
    font-family: var(--lp-font-mono); font-variant-numeric: tabular-nums;
    font-weight: 700; letter-spacing: -0.03em; color: var(--navy-900);
}
body.lp-theme-h2u .lp-pricing-currency {
    font-family: var(--lp-font-mono); vertical-align: baseline; color: var(--muted);
}
body.lp-theme-h2u .lp-pricing-period { color: var(--muted); }
body.lp-theme-h2u .lp-pricing-check {
    background: var(--aqua-50); color: var(--aqua-600);
    box-shadow: inset 0 0 0 1px var(--aqua-100);
}
/* La tarjeta Pro se invierte: es la única isla oscura fuera del héroe. */
body.lp-theme-h2u .lp-pricing-card--featured {
    background: var(--navy-900);
    box-shadow: var(--lp-shadow-lg);
}
body.lp-theme-h2u .lp-pricing-card--featured:hover {
    box-shadow: var(--lp-shadow-lg), 0 0 0 1px rgba(249,171,0,0.35);
}
body.lp-theme-h2u .lp-pricing-card--featured .lp-pricing-name { color: #fff; }
body.lp-theme-h2u .lp-pricing-card--featured .lp-pricing-amount { color: var(--gold-400); }
body.lp-theme-h2u .lp-pricing-card--featured .lp-pricing-currency,
body.lp-theme-h2u .lp-pricing-card--featured .lp-pricing-period { color: rgba(255,255,255,0.60); }
body.lp-theme-h2u .lp-pricing-card--featured .lp-pricing-features li { color: rgba(255,255,255,0.72); }
body.lp-theme-h2u .lp-pricing-card--featured .lp-pricing-check {
    background: rgba(249,171,0,0.16); color: var(--gold-300);
    box-shadow: inset 0 0 0 1px rgba(249,171,0,0.28);
}
body.lp-theme-h2u .lp-pricing-popular { box-shadow: 0 14px 36px -16px var(--lp-gold-glow); }
body.lp-theme-h2u .lp-pricing-btn {
    height: 44px; padding: 0 20px;
    display: inline-flex; align-items: center; justify-content: center;
}
body.lp-theme-h2u .lp-pricing-btn--outline {
    border: 0; color: var(--navy-900);
    box-shadow: inset 0 0 0 1px rgba(0,40,85,0.15);
}
body.lp-theme-h2u .lp-pricing-btn--outline:hover {
    color: var(--aqua-700); background: var(--aqua-50);
    box-shadow: inset 0 0 0 1px var(--aqua-500);
}
body.lp-theme-h2u .lp-pricing-btn--gradient { background: var(--navy-900); color: #fff; }
body.lp-theme-h2u .lp-pricing-btn--gradient:hover { background: var(--navy-800); }
body.lp-theme-h2u .lp-collapsible-btn { height: 36px; padding: 0 16px; }
body.lp-theme-h2u #pricing table {
    background: #fff !important;
    border: 0 !important;
    box-shadow: inset 0 0 0 1px var(--line-cool);
    border-radius: var(--lp-radius-md);
}
body.lp-theme-h2u #pricing th { background: var(--mist) !important; color: var(--muted); }
body.lp-theme-h2u #pricing td,
body.lp-theme-h2u #pricing th { border-bottom-color: var(--line) !important; }

/* ---- FAQ ---- */
body.lp-theme-h2u .lp-faq { background: var(--mist); }
body.lp-theme-h2u .lp-faq-item { border-bottom-color: var(--line); }
body.lp-theme-h2u .lp-faq-question { color: var(--navy-800); }
body.lp-theme-h2u .lp-faq-question:hover { color: var(--aqua-700); }
body.lp-theme-h2u .lp-faq-icon { background: #fff; color: var(--muted); box-shadow: inset 0 0 0 1px var(--line-cool); }
body.lp-theme-h2u .lp-faq-item.active .lp-faq-icon { background: var(--aqua-500); color: #fff; box-shadow: none; }
body.lp-theme-h2u .lp-faq-mobile-toggle {
    height: 36px; padding: 0 16px;
    background: #fff; border: 0; color: var(--navy-800);
    box-shadow: inset 0 0 0 1px var(--line-cool);
}
body.lp-theme-h2u .lp-faq-mobile-toggle:hover { color: var(--aqua-700); box-shadow: inset 0 0 0 1px var(--aqua-500); }

/* ---- Banda de conversión: el mismo campo profundo del héroe ---- */
body.lp-theme-h2u .lp-cta-band {
    color: #fff;
    background-color: var(--navy-900);
    background-image:
        radial-gradient(34rem 26rem at 88% 8%, rgba(249,171,0,0.16), transparent 58%),
        radial-gradient(30rem 24rem at 2% 100%, rgba(8,164,244,0.35), transparent 55%),
        linear-gradient(150deg, #04305f 0%, #002855 50%, #001a3a 100%);
}
body.lp-theme-h2u .lp-cta-band-text h2 { color: #fff; line-height: 1.14; }
body.lp-theme-h2u .lp-cta-band-text h2 span { color: var(--gold-200); }
body.lp-theme-h2u .lp-cta-band-text p { color: rgba(255,255,255,0.72); }
body.lp-theme-h2u .lp-cta-band-note { color: rgba(255,255,255,0.62); }
body.lp-theme-h2u .lp-cta-band-note svg { color: var(--gold-300); }
body.lp-theme-h2u .lp-cta-band-actions .lp-btn-primary { height: 52px; padding: 0 28px; font-size: 1rem; }

/* ---- Contacto ---- */
body.lp-theme-h2u .lp-contact { background: var(--paper); }
body.lp-theme-h2u .lp-contact-info h2 { color: var(--navy-900); line-height: 1.15; }
body.lp-theme-h2u .lp-contact-detail-icon {
    background: var(--aqua-50); color: var(--aqua-600);
    box-shadow: inset 0 0 0 1px var(--aqua-100);
}
body.lp-theme-h2u .lp-contact-form {
    background: #fff; border: 0;
    border-radius: var(--lp-radius-xl);
    box-shadow: var(--lp-shadow-md);
}
body.lp-theme-h2u .lp-form-group label { color: var(--navy-800); }
body.lp-theme-h2u .lp-form-input {
    height: 48px; padding: 0 0.875rem;
    background: #fff; border: 0;
    border-radius: var(--lp-radius-md);
    box-shadow: inset 0 0 0 1px var(--line-cool);
    color: var(--ink);
}
body.lp-theme-h2u textarea.lp-form-input { height: auto; padding: 0.75rem 0.875rem; }
body.lp-theme-h2u .lp-form-input:focus {
    box-shadow: inset 0 0 0 2px var(--aqua-500), var(--lp-shadow-glow);
}
body.lp-theme-h2u .lp-form-submit {
    height: 52px; padding: 0 28px;
    /* aqua-500 daba 2.75:1 con texto blanco. aqua-700 da 5.9 y sigue siendo
       el mismo hue. El resplandor conserva el tono vivo: es un grafico. */
    background: var(--aqua-700); color: #fff;
    box-shadow: 0 14px 30px -12px rgba(8,164,244,0.8);
}
body.lp-theme-h2u .lp-form-submit:hover { background: var(--aqua-800); }
body.lp-theme-h2u .lp-captcha-question { color: var(--navy-800); }

/* ---- Pie ---- */
body.lp-theme-h2u .lp-footer {
    background: var(--navy-950);
    color: rgba(255,255,255,0.62);
}
body.lp-theme-h2u .lp-footer::before {
    background: linear-gradient(90deg, transparent, var(--aqua-500), transparent);
    opacity: 0.5;
}
body.lp-theme-h2u .lp-footer-brand p,
body.lp-theme-h2u .lp-footer-col a { color: rgba(255,255,255,0.62); }
body.lp-theme-h2u .lp-footer-col a:hover { color: #fff; }
body.lp-theme-h2u .lp-footer-col h2 { color: #fff; }
body.lp-theme-h2u .lp-footer-bottom { border-top-color: rgba(255,255,255,0.10); }

/* ---- Menú móvil ---- */
body.lp-theme-h2u .lp-mobile-menu { background: rgba(0,26,58,0.55); }
body.lp-theme-h2u .lp-mobile-menu-inner { background: var(--paper); }
body.lp-theme-h2u .lp-mobile-menu-inner a { color: var(--navy-800); border-bottom-color: var(--line); }

/* ---- Entrada de bloque: 700 ms desacelerado, +14 px ---- */
body.lp-theme-h2u .lp-reveal {
    transform: translateY(14px);
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
/* Escalonado de 70 ms, máximo cuatro elementos. */
body.lp-theme-h2u .lp-reveal-delay-1 { transition-delay: 0.07s; }
body.lp-theme-h2u .lp-reveal-delay-2 { transition-delay: 0.14s; }
body.lp-theme-h2u .lp-reveal-delay-3 { transition-delay: 0.21s; }
body.lp-theme-h2u .lp-reveal-delay-4 { transition-delay: 0.28s; }

/* Obligatorio en el sistema: quien pide menos movimiento no recibe ninguno. */
@media (prefers-reduced-motion: reduce) {
    body.lp-theme-h2u,
    body.lp-theme-h2u * {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
    body.lp-theme-h2u .lp-reveal { opacity: 1; transform: none; }
}

/* ---- Foco visible ---- */
body.lp-theme-h2u a:focus-visible,
body.lp-theme-h2u button:focus-visible,
body.lp-theme-h2u input:focus-visible,
body.lp-theme-h2u textarea:focus-visible {
    outline: 2px solid var(--aqua-500);
    outline-offset: 2px;
    border-radius: 4px;
}
