/* ==========================================================================
   POS Negocios - Landing Page Base Styles
   Design: Warm Sand Palette Family & Nuances
   - Theme 1 (Principal / Default): Warm Sand & Roasted Espresso (El balance clásico)
   - Theme 2: Golden Dune & Forest Pine (Arena dorada y bosque verde profundo)
   - Theme 3: Pure Linen & Snow Cream (Lino minimalista y ultra luminoso)
   - Theme 4: Olive Velvet & Gold Sage (Gourmet bistro, aceituna y oliva oscuro)
   - Theme 5: Terracotta & Roasted Cinnamon (Canela, arcilla y panadería artesanal)
   - Theme 6: Caramel Sun 100% Light (Modo claro continuo sin bloque oscuro)
   ========================================================================== */

:root,
body[data-theme="1"] {
    /* ── PALETTE 1 (PRINCIPAL): Warm Sand & Roasted Espresso ── */
    --bg-main: #f7f4ee;
    --bg-surface: #ffffff;
    --bg-surface-alt: #ede6d8;
    --bg-card: #ffffff;
    --bg-card-hover: #fdfbf7;
    --border-color: #ded5c4;
    --border-glow: rgba(16, 185, 129, 0.35);

    --text-primary: #1f1b16;
    --text-secondary: #5c5346;
    --text-muted: #9e9382;

    /* Distinct Section Backgrounds */
    --bg-navbar: rgba(247, 244, 238, 0.92);
    --bg-hero: #f7f4ee;
    --bg-showcase: #191613;
    --bg-showcase-card: rgba(36, 31, 27, 0.90);
    --border-showcase-card: rgba(217, 119, 6, 0.22);
    --bg-showcase-viewport: rgba(27, 24, 21, 0.96);
    --border-showcase-viewport: rgba(255, 255, 255, 0.12);

    --bg-modules: #eee7da;
    --bg-modules-card: #fdfbf7;
    --border-modules-card: #ded3bf;

    --bg-faq: #f7f4ee;
    --bg-faq-card: #ffffff;
    --border-faq-card: #ded4c2;

    --bg-cta: linear-gradient(135deg, #1c2f27 0%, #2a4237 100%);
    --bg-footer: #110f0e;

    --text-dark-primary: #faf8f5;
    --text-dark-secondary: #b8b0a2;
    --text-dark-muted: #7c7467;
    --border-dark-color: rgba(255, 255, 255, 0.1);

    --accent-emerald: #059669;
    --accent-teal: #0d9488;
    --accent-cyan: #0284c7;
    --accent-amber: #d97706;
    --accent-coral: #e11d48;

    --gradient-primary: linear-gradient(135deg, #059669 0%, #0d9488 100%);
    --gradient-warm: linear-gradient(135deg, #d97706 0%, #059669 100%);
    --gradient-tech: linear-gradient(135deg, #0d9488 0%, #0284c7 100%);
    --gradient-text: linear-gradient(135deg, #1f1b16 0%, #0d9488 55%, #059669 100%);
    --gradient-badge: linear-gradient(135deg, rgba(217, 119, 6, 0.12) 0%, rgba(5, 150, 105, 0.12) 100%);

    --font-heading: 'Outfit', -apple-system, sans-serif;
    --font-body: 'Inter', -apple-system, sans-serif;

    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
}

/* --------------------------------------------------------------------------
   PALETTE 2: Golden Dune & Forest Pine (Arena Dorada y Verde Bosque)
   -------------------------------------------------------------------------- */
body[data-theme="2"] {
    --bg-main: #faf4e8;
    --bg-surface: #ffffff;
    --bg-surface-alt: #f1e7d4;
    --bg-card: #ffffff;
    --bg-card-hover: #fdfbf7;
    --border-color: #dfd4bf;
    --border-glow: rgba(16, 185, 129, 0.4);

    --text-primary: #1e1a14;
    --text-secondary: #574d3e;
    --text-muted: #968974;

    /* Distinct Section Backgrounds */
    --bg-navbar: rgba(250, 244, 232, 0.92);
    --bg-hero: #faf4e8;
    --bg-showcase: #091d17;
    --bg-showcase-card: rgba(16, 40, 33, 0.90);
    --border-showcase-card: rgba(16, 185, 129, 0.28);
    --bg-showcase-viewport: rgba(10, 28, 23, 0.96);
    --border-showcase-viewport: rgba(16, 185, 129, 0.32);

    --bg-modules: #f0e4d0;
    --bg-modules-card: #fffefb;
    --border-modules-card: #e0d2bc;

    --bg-faq: #faf4e8;
    --bg-faq-card: #ffffff;
    --border-faq-card: #ded2bd;

    --bg-cta: linear-gradient(135deg, #092f25 0%, #154c3e 100%);
    --bg-footer: #05120e;

    --text-dark-primary: #faf7f2;
    --text-dark-secondary: #a4c2b7;
    --text-dark-muted: #6c8a80;
    --border-dark-color: rgba(255, 255, 255, 0.1);

    --accent-emerald: #059669;
    --accent-teal: #0d9488;
    --accent-cyan: #0284c7;
    --accent-amber: #d97706;
    --accent-coral: #e11d48;

    --gradient-primary: linear-gradient(135deg, #059669 0%, #10b981 100%);
    --gradient-warm: linear-gradient(135deg, #d97706 0%, #059669 100%);
    --gradient-tech: linear-gradient(135deg, #059669 0%, #0284c7 100%);
    --gradient-text: linear-gradient(135deg, #1e1a14 0%, #059669 55%, #d97706 100%);
    --gradient-badge: linear-gradient(135deg, rgba(5, 150, 105, 0.14) 0%, rgba(217, 119, 6, 0.12) 100%);
}

/* --------------------------------------------------------------------------
   PALETTE 3: Pure Linen & Snow Cream (Lino Minimal & Ultra Luminoso)
   -------------------------------------------------------------------------- */
body[data-theme="3"] {
    --bg-main: #fbf9f5;
    --bg-surface: #ffffff;
    --bg-surface-alt: #f2ede2;
    --bg-card: #ffffff;
    --bg-card-hover: #fefdfb;
    --border-color: #e4dcd0;
    --border-glow: rgba(16, 185, 129, 0.35);

    --text-primary: #1c1815;
    --text-secondary: #544c45;
    --text-muted: #948b83;

    /* Distinct Section Backgrounds */
    --bg-navbar: rgba(251, 249, 245, 0.92);
    --bg-hero: #fbf9f5;
    --bg-showcase: #171514;
    --bg-showcase-card: rgba(33, 29, 27, 0.90);
    --border-showcase-card: rgba(255, 255, 255, 0.12);
    --bg-showcase-viewport: rgba(24, 21, 19, 0.96);
    --border-showcase-viewport: rgba(255, 255, 255, 0.12);

    --bg-modules: #ffffff;
    --bg-modules-card: #fbf9f5;
    --border-modules-card: #e4ddd2;

    --bg-faq: #f4eee3;
    --bg-faq-card: #ffffff;
    --border-faq-card: #ded4c6;

    --bg-cta: linear-gradient(135deg, #1e2e28 0%, #284439 100%);
    --bg-footer: #0f0e0d;

    --text-dark-primary: #fcfbf9;
    --text-dark-secondary: #b5ada3;
    --text-dark-muted: #787067;
    --border-dark-color: rgba(255, 255, 255, 0.1);

    --accent-emerald: #059669;
    --accent-teal: #0d9488;
    --accent-cyan: #0284c7;
    --accent-amber: #c2410c;
    --accent-coral: #e11d48;

    --gradient-primary: linear-gradient(135deg, #059669 0%, #0d9488 100%);
    --gradient-warm: linear-gradient(135deg, #d97706 0%, #059669 100%);
    --gradient-tech: linear-gradient(135deg, #0d9488 0%, #0284c7 100%);
    --gradient-text: linear-gradient(135deg, #1c1815 0%, #059669 55%, #0d9488 100%);
    --gradient-badge: linear-gradient(135deg, rgba(5, 150, 105, 0.12) 0%, rgba(217, 119, 6, 0.10) 100%);
}

/* --------------------------------------------------------------------------
   PALETTE 4: Olive Velvet & Gold Sage (Gourmet Bistro & Oliva)
   -------------------------------------------------------------------------- */
body[data-theme="4"] {
    --bg-main: #f6f3eb;
    --bg-surface: #ffffff;
    --bg-surface-alt: #ece6d8;
    --bg-card: #ffffff;
    --bg-card-hover: #fdfbf7;
    --border-color: #ded5c2;
    --border-glow: rgba(132, 204, 22, 0.4);

    --text-primary: #1a1b15;
    --text-secondary: #515444;
    --text-muted: #8b8f7c;

    /* Distinct Section Backgrounds */
    --bg-navbar: rgba(246, 243, 235, 0.92);
    --bg-hero: #f6f3eb;
    --bg-showcase: #131811;
    --bg-showcase-card: rgba(30, 38, 26, 0.90);
    --border-showcase-card: rgba(132, 204, 22, 0.25);
    --bg-showcase-viewport: rgba(22, 28, 19, 0.96);
    --border-showcase-viewport: rgba(132, 204, 22, 0.30);

    --bg-modules: #eae4d6;
    --bg-modules-card: #fefdfb;
    --border-modules-card: #ded4c2;

    --bg-faq: #f6f3eb;
    --bg-faq-card: #ffffff;
    --border-faq-card: #ded6c5;

    --bg-cta: linear-gradient(135deg, #192b1c 0%, #233e29 100%);
    --bg-footer: #0d120c;

    --text-dark-primary: #f6f7f2;
    --text-dark-secondary: #a8b79f;
    --text-dark-muted: #6f7e67;
    --border-dark-color: rgba(255, 255, 255, 0.1);

    --accent-emerald: #15803d;
    --accent-teal: #0d9488;
    --accent-cyan: #0284c7;
    --accent-amber: #65a30d;
    --accent-coral: #e11d48;

    --gradient-primary: linear-gradient(135deg, #15803d 0%, #0d9488 100%);
    --gradient-warm: linear-gradient(135deg, #65a30d 0%, #15803d 100%);
    --gradient-tech: linear-gradient(135deg, #0d9488 0%, #65a30d 100%);
    --gradient-text: linear-gradient(135deg, #1a1b15 0%, #15803d 50%, #65a30d 100%);
    --gradient-badge: linear-gradient(135deg, rgba(101, 163, 13, 0.14) 0%, rgba(21, 128, 61, 0.12) 100%);
}

/* --------------------------------------------------------------------------
   PALETTE 5: Terracotta & Roasted Cinnamon (Canela, Arcilla & Panadería)
   -------------------------------------------------------------------------- */
body[data-theme="5"] {
    --bg-main: #f8f3ed;
    --bg-surface: #ffffff;
    --bg-surface-alt: #eedfd4;
    --bg-card: #ffffff;
    --bg-card-hover: #fdfaf8;
    --border-color: #e6d6cb;
    --border-glow: rgba(224, 122, 95, 0.35);

    --text-primary: #231915;
    --text-secondary: #5f4c44;
    --text-muted: #9b877e;

    /* Distinct Section Backgrounds */
    --bg-navbar: rgba(248, 243, 237, 0.92);
    --bg-hero: #f8f3ed;
    --bg-showcase: #1c1411;
    --bg-showcase-card: rgba(40, 29, 24, 0.90);
    --border-showcase-card: rgba(224, 122, 95, 0.25);
    --bg-showcase-viewport: rgba(30, 21, 17, 0.96);
    --border-showcase-viewport: rgba(255, 255, 255, 0.12);

    --bg-modules: #eedfd4;
    --bg-modules-card: #fffdfb;
    --border-modules-card: #e0cebf;

    --bg-faq: #f8f3ed;
    --bg-faq-card: #ffffff;
    --border-faq-card: #e6d7cc;

    --bg-cta: linear-gradient(135deg, #2c1914 0%, #1a3229 100%);
    --bg-footer: #120c0a;

    --text-dark-primary: #faf5f0;
    --text-dark-secondary: #bbaea5;
    --text-dark-muted: #7b6d65;
    --border-dark-color: rgba(255, 255, 255, 0.1);

    --accent-emerald: #059669;
    --accent-teal: #0d9488;
    --accent-cyan: #0284c7;
    --accent-amber: #e07a5f;
    --accent-coral: #e11d48;

    --gradient-primary: linear-gradient(135deg, #059669 0%, #0d9488 100%);
    --gradient-warm: linear-gradient(135deg, #e07a5f 0%, #059669 100%);
    --gradient-tech: linear-gradient(135deg, #0d9488 0%, #e07a5f 100%);
    --gradient-text: linear-gradient(135deg, #231915 0%, #e07a5f 50%, #059669 100%);
    --gradient-badge: linear-gradient(135deg, rgba(224, 122, 95, 0.14) 0%, rgba(5, 150, 105, 0.12) 100%);
}

/* --------------------------------------------------------------------------
   PALETTE 6: Caramel Sun (100% Light Mode sin Bloque Oscuro)
   -------------------------------------------------------------------------- */
body[data-theme="6"] {
    --bg-main: #f7f4ee;
    --bg-surface: #ffffff;
    --bg-surface-alt: #eae0ce;
    --bg-card: #ffffff;
    --bg-card-hover: #fdfbf7;
    --border-color: #ded4c0;
    --border-glow: rgba(217, 119, 6, 0.35);

    --text-primary: #1f1a14;
    --text-secondary: #5a4f41;
    --text-muted: #998c7c;

    /* Distinct Section Backgrounds (Showcase Luminoso Caramelo) */
    --bg-navbar: rgba(247, 244, 238, 0.92);
    --bg-hero: #f7f4ee;
    --bg-showcase: #ede2d0;
    --bg-showcase-card: rgba(255, 255, 255, 0.92);
    --border-showcase-card: rgba(217, 119, 6, 0.20);
    --bg-showcase-viewport: #ffffff;
    --border-showcase-viewport: #ded4c0;

    --bg-modules: #ffffff;
    --bg-modules-card: #f9f6f0;
    --border-modules-card: #ded5c4;

    --bg-faq: #f4ece0;
    --bg-faq-card: #ffffff;
    --border-faq-card: #ddd2be;

    --bg-cta: linear-gradient(135deg, #059669 0%, #0d9488 100%);
    --bg-footer: #191613;

    --text-dark-primary: #1f1a14;
    --text-dark-secondary: #5a4f41;
    --text-dark-muted: #998c7c;
    --border-dark-color: rgba(0, 0, 0, 0.08);

    --accent-emerald: #059669;
    --accent-teal: #0d9488;
    --accent-cyan: #0284c7;
    --accent-amber: #d97706;
    --accent-coral: #e11d48;

    --gradient-primary: linear-gradient(135deg, #059669 0%, #0d9488 100%);
    --gradient-warm: linear-gradient(135deg, #d97706 0%, #059669 100%);
    --gradient-tech: linear-gradient(135deg, #0d9488 0%, #0284c7 100%);
    --gradient-text: linear-gradient(135deg, #1f1a14 0%, #d97706 50%, #059669 100%);
    --gradient-badge: linear-gradient(135deg, rgba(217, 119, 6, 0.12) 0%, rgba(5, 150, 105, 0.12) 100%);
}

/* Light Showcase adjustments for Theme 6 */
body[data-theme="6"] .showcase-section .section-header h2 {
    color: #1f1a14;
}

body[data-theme="6"] .showcase-section .section-header p {
    color: #5a4f41;
}

body[data-theme="6"] .showcase-tab {
    color: #5a4f41;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

body[data-theme="6"] .showcase-tab:hover {
    background: #ffffff;
    color: #1f1a14;
}

body[data-theme="6"] .showcase-tab.active {
    background: #ffffff;
    color: #1f1a14;
    border-color: #059669;
}

body[data-theme="6"] .showcase-window-bar {
    background: #fbf9f5;
    border-bottom: 1px solid #e6decValid;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-family: var(--font-body);
    background-color: var(--bg-main);
    color: var(--text-primary);
    line-height: 1.5;
}

body {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    background-color: var(--bg-main);
}

/* --------------------------------------------------------------------------
   Background Ambient Elements (Warm Sand Atmospheric Orbs)
   -------------------------------------------------------------------------- */
.bg-orb {
    position: fixed;
    border-radius: 50%;
    filter: blur(140px);
    pointer-events: none;
    z-index: 0;
    opacity: 0.45;
    transition: transform 0.3s ease-out;
}

/* Default / Theme 1 */
.orb-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.16) 0%, rgba(217, 119, 6, 0.10) 50%, transparent 70%);
    top: -120px;
    left: -120px;
}

.orb-2 {
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(217, 119, 6, 0.14) 0%, rgba(16, 185, 129, 0.08) 50%, transparent 70%);
    bottom: -150px;
    right: -150px;
}

body[data-theme="2"] .orb-1 {
    background: radial-gradient(circle, rgba(16, 185, 129, 0.20) 0%, rgba(217, 119, 6, 0.12) 50%, transparent 70%);
}

body[data-theme="2"] .orb-2 {
    background: radial-gradient(circle, rgba(217, 119, 6, 0.16) 0%, rgba(5, 150, 105, 0.10) 50%, transparent 70%);
}

body[data-theme="3"] .orb-1 {
    background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, rgba(217, 119, 6, 0.08) 50%, transparent 70%);
}

body[data-theme="3"] .orb-2 {
    background: radial-gradient(circle, rgba(217, 119, 6, 0.10) 0%, rgba(14, 165, 233, 0.06) 50%, transparent 70%);
}

body[data-theme="4"] .orb-1 {
    background: radial-gradient(circle, rgba(132, 204, 22, 0.16) 0%, rgba(21, 128, 61, 0.12) 50%, transparent 70%);
}

body[data-theme="4"] .orb-2 {
    background: radial-gradient(circle, rgba(21, 128, 61, 0.14) 0%, rgba(132, 204, 22, 0.08) 50%, transparent 70%);
}

body[data-theme="5"] .orb-1 {
    background: radial-gradient(circle, rgba(224, 122, 95, 0.16) 0%, rgba(16, 185, 129, 0.10) 50%, transparent 70%);
}

body[data-theme="5"] .orb-2 {
    background: radial-gradient(circle, rgba(16, 185, 129, 0.14) 0%, rgba(224, 122, 95, 0.08) 50%, transparent 70%);
}

body[data-theme="6"] .orb-1 {
    background: radial-gradient(circle, rgba(217, 119, 6, 0.14) 0%, rgba(16, 185, 129, 0.12) 50%, transparent 70%);
}

body[data-theme="6"] .orb-2 {
    background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, rgba(217, 119, 6, 0.08) 50%, transparent 70%);
}

.bg-grid-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: radial-gradient(rgba(31, 27, 22, 0.22) 1.25px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    z-index: 0;
}

/* --------------------------------------------------------------------------
   Typography & Common Containers
   -------------------------------------------------------------------------- */
h1,
h2,
h3,
h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-primary);
}

.text-gradient {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-center {
    text-align: center;
}

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.section-header {
    margin-bottom: 44px;
}

.section-header h2 {
    font-size: 34px;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.section-header p {
    font-size: 16px;
    color: var(--text-secondary);
    max-width: 600px;
    margin: 0 auto;
}

.section-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    color: var(--accent-emerald);
    background: rgba(5, 150, 105, 0.08);
    border: 1px solid rgba(5, 150, 105, 0.25);
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

body[data-theme="2"] .section-badge {
    color: var(--accent-teal);
    background: rgba(20, 184, 166, 0.1);
    border-color: rgba(20, 184, 166, 0.3);
}

body[data-theme="3"] .section-badge {
    color: var(--accent-amber);
    background: rgba(217, 119, 6, 0.1);
    border-color: rgba(217, 119, 6, 0.3);
}

/* --------------------------------------------------------------------------
   Navbar (Luminosa y Elegante)
   -------------------------------------------------------------------------- */
.navbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--bg-navbar);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    padding: 14px 0;
}

.nav-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 800;
    color: var(--text-primary);
}

.logo-highlight {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav-links a {
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.nav-links a:hover {
    color: var(--text-primary);
}

.nav-login-btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: var(--radius-sm);
    background: #ffffff;
    border: 1px solid var(--border-color);
    color: var(--text-primary) !important;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.nav-login-btn:hover {
    background: var(--bg-surface-alt);
    border-color: #94a3b8;
    color: var(--accent-cyan) !important;
}

/* ==========================================================================
   1. HERO SECTION (Limpio, Directo y de Alta Conversión)
   ========================================================================== */
.hero-section {
    padding: 64px 0 54px;
    text-align: center;
    background: var(--bg-hero);
    border-bottom: 1px solid var(--border-color);
}

.hero-header {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border-radius: 30px;
    background: var(--gradient-badge);
    border: 1px solid rgba(16, 185, 129, 0.35);
    color: var(--accent-emerald);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background-color: var(--accent-emerald);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: pulse 1.8s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.hero-title {
    font-size: 46px;
    letter-spacing: -1px;
    margin-bottom: 16px;
    line-height: 1.15;
}

.hero-subtitle {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 660px;
    margin: 0 auto 28px;
    line-height: 1.5;
}

.hero-cta-group {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-cta-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.btn-google-signup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 15px 24px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    color: #0f172a;
    font-size: 15px;
    font-weight: 700;
    font-family: var(--font-heading);
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    transition: all 0.2s ease;
    text-decoration: none;
}

.btn-google-signup:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.1);
}

.btn-time-badge {
    position: absolute;
    top: -11px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: var(--gradient-primary);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 3px 10px;
    border-radius: 999px;
    white-space: nowrap;
    border: 1.5px solid #ffffff;
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.35);
    pointer-events: none;
    z-index: 2;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-google-signup:hover .btn-time-badge {
    transform: translateY(-1px) scale(1.04);
    box-shadow: 0 6px 16px rgba(5, 150, 105, 0.5);
}

.google-icon-svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.hero-quick-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 13px;
    color: var(--text-secondary);
}

.hero-quick-links a {
    color: var(--accent-cyan);
    text-decoration: none;
    font-weight: 600;
}

.hero-quick-links a:hover {
    text-decoration: underline;
}

.divider-dot {
    color: var(--text-muted);
}

.hero-classic-box {
    width: 100%;
    background: #ffffff;
    border: 1px solid var(--border-color);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    border-radius: var(--radius-md);
    padding: 20px;
    margin-bottom: 12px;
    text-align: left;
}

.lead-form-header {
    text-align: center;
    margin-bottom: 16px;
}

.lead-form-header h3 {
    font-size: 18px;
    margin-bottom: 4px;
    color: var(--text-primary);
}

.lead-form-header p {
    font-size: 13px;
    color: var(--text-secondary);
}

.beta-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-size: 11px;
    font-weight: 700;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon {
    position: absolute;
    left: 12px;
    font-size: 14px;
    pointer-events: none;
}

.input-wrapper input {
    width: 100%;
    padding: 12px 12px 12px 38px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    color: var(--text-primary);
    font-size: 14px;
    font-family: var(--font-body);
    outline: none;
    transition: all 0.2s ease;
}

.input-wrapper input:focus {
    border-color: var(--accent-emerald);
    box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.15);
}

.btn-primary-large {
    width: 100%;
    padding: 14px 20px;
    background: var(--gradient-primary);
    border: none;
    border-radius: var(--radius-sm);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    font-family: var(--font-heading);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(5, 150, 105, 0.3);
    transition: all 0.2s ease;
    text-decoration: none;
}

.btn-primary-large:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(5, 150, 105, 0.45);
}

.form-trust-notes {
    margin-top: 14px;
    font-size: 12px;
    color: var(--text-secondary);
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.form-response-area {
    margin-top: 12px;
    border-radius: var(--radius-sm);
    padding: 12px;
    font-size: 13px;
    text-align: center;
    display: none;
}

.form-response-area.success {
    display: block;
    background: rgba(5, 150, 105, 0.1);
    border: 1px solid rgba(5, 150, 105, 0.3);
    color: #065f46;
}

.form-response-area.error {
    display: block;
    background: rgba(225, 29, 72, 0.1);
    border: 1px solid rgba(225, 29, 72, 0.3);
    color: #9f1239;
}

.beta-tracker-widget {
    width: 100%;
    max-width: 520px;
    background: #ffffff;
    border: 1px dashed var(--border-color);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    border-radius: var(--radius-sm);
    padding: 12px 16px;
    margin: 0 auto;
}

.tracker-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.tracker-badge-label {
    font-size: 10px;
    font-weight: 800;
    color: #e11d48;
    background: rgba(225, 29, 72, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
}

.tracker-count {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-primary);
}

.tracker-bar {
    width: 100%;
    height: 6px;
    background: var(--bg-surface-alt);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 6px;
}

.tracker-fill {
    height: 100%;
    background: var(--gradient-primary);
    border-radius: 10px;
    transition: width 1s ease;
}

.tracker-footer {
    font-size: 11px;
    color: var(--text-muted);
}

/* ==========================================================================
   2. SHOWCASE SECTION (SECCIÓN VISUAL INTERACTIVA)
   ========================================================================== */
.showcase-section {
    padding: 80px 0;
    background: var(--bg-showcase);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-dark-color);
    position: relative;
    z-index: 1;
}

.showcase-section .section-header h2 {
    color: #ffffff;
}

.showcase-section .section-header p {
    color: var(--text-dark-secondary);
}

.feature-showcase-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}

/* Tabs Bar */
.showcase-tabs-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 16px;
}

.showcase-tab {
    background: var(--bg-showcase-card);
    border: 1px solid var(--border-showcase-card);
    border-radius: var(--radius-sm);
    padding: 12px 14px 10px;
    color: var(--text-dark-secondary);
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
}

.showcase-tab:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

.showcase-tab.active {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--accent-emerald);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.tab-main-info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 8px;
}

.tab-icon {
    font-size: 16px;
    flex-shrink: 0;
}

.tab-label {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.tab-progress-bar {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.tab-progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: var(--gradient-primary);
}

/* Showcase Window Frame (Interior Luminoso Warm Sand) */
.showcase-viewport {
    background: #faf7f2;
    border: 1px solid rgba(217, 119, 6, 0.25);
    border-radius: var(--radius-md);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45), 0 0 35px rgba(217, 119, 6, 0.08);
    overflow: hidden;
}

.showcase-window-bar {
    background: #ede6d8;
    padding: 10px 18px;
    border-bottom: 1px solid #dfd5c4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.window-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.window-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.window-dot.red {
    background: #ef4444;
}

.window-dot.yellow {
    background: #f59e0b;
}

.window-dot.green {
    background: #10b981;
}

.window-address-bar {
    background: #ffffff;
    border: 1px solid #ded5c4;
    border-radius: 6px;
    padding: 4px 14px;
    font-size: 11px;
    color: var(--text-secondary, #5c5346);
    font-family: monospace;
    flex: 1;
    max-width: 360px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.live-pill {
    font-size: 10px;
    font-weight: 700;
    color: #065f46;
    background: rgba(5, 150, 105, 0.1);
    border: 1px solid rgba(5, 150, 105, 0.25);
    padding: 2px 8px;
    border-radius: 12px;
}

/* Slides Content */
.showcase-slides {
    position: relative;
    min-height: 440px;
    background: #faf7f2;
}

.showcase-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.35s ease;
    padding: 32px;
}

.showcase-slide.active {
    display: block;
    opacity: 1;
}

.slide-content-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 32px;
    align-items: center;
}

.slide-info-side {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.slide-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(5, 150, 105, 0.1);
    border: 1px solid rgba(5, 150, 105, 0.25);
    color: #065f46;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 16px;
    width: fit-content;
}

.slide-title {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.25;
    color: var(--text-primary, #1f1b16);
    letter-spacing: -0.5px;
}

.slide-desc {
    font-size: 15px;
    color: var(--text-secondary, #5c5346);
    line-height: 1.55;
}

.slide-interactive-card {
    background: #ffffff;
    border: 1px solid #ded5c4;
    border-radius: var(--radius-sm);
    padding: 16px 18px;
    margin-top: 4px;
    box-shadow: 0 4px 18px rgba(31, 27, 22, 0.05);
}

.qr-card-demo {
    display: flex;
    align-items: center;
    gap: 16px;
}

.qr-demo-left {
    flex-shrink: 0;
}

.qr-code-box {
    width: 80px;
    height: 80px;
    background: #f7f4ee;
    border: 1px solid #ded5c4;
    border-radius: 6px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.qr-svg {
    width: 52px;
    height: 52px;
    color: #1f1b16;
}

.qr-label {
    font-size: 8px;
    font-weight: 800;
    color: #1f1b16;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.qr-feature-title {
    font-size: 14px;
    font-weight: 700;
    color: #1f1b16;
    margin-bottom: 4px;
}

.qr-feature-desc {
    font-size: 12px;
    color: #5c5346;
    line-height: 1.45;
    margin-bottom: 6px;
}

.qr-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.qr-tag {
    font-size: 10px;
    background: rgba(5, 150, 105, 0.1);
    color: #065f46;
    border: 1px solid rgba(5, 150, 105, 0.25);
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
}

.card-highlight-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.card-icon-col {
    font-size: 20px;
    line-height: 1;
}

.slide-benefits-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

.benefit-chip {
    font-size: 12px;
    font-weight: 600;
    color: #1f1b16;
    background: #ffffff;
    border: 1px solid #ded5c4;
    padding: 4px 12px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

/* Smartphone Mockup (Warm Roasted Espresso Style on Light Canvas) */
.phone-mockup {
    width: 250px;
    height: 380px;
    background: #120f0d;
    border: 3.5px solid #362e27;
    border-radius: 32px;
    margin: 0 auto;
    box-shadow: 0 20px 45px rgba(25, 22, 19, 0.35), 0 0 20px rgba(217, 119, 6, 0.06);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.phone-notch {
    width: 70px;
    height: 12px;
    background: #25201b;
    border-radius: 0 0 8px 8px;
    margin: 0 auto 4px;
}

.phone-screen {
    padding: 8px 10px;
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.phone-menu-header {
    background: rgba(36, 31, 27, 0.85);
    border-radius: 10px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.phone-store-brand {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
}

.phone-store-avatar {
    width: 24px;
    height: 24px;
    background: #d97706;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.phone-store-name {
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
}

.phone-store-status {
    font-size: 8px;
    color: #34d399;
}

.phone-categories-pills {
    display: flex;
    gap: 4px;
}

.phone-categories-pills .pill {
    font-size: 8px;
    padding: 2px 6px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: #b8b0a2;
}

.phone-categories-pills .pill.active {
    background: var(--accent-emerald);
    color: #ffffff;
    font-weight: 700;
}

.phone-items-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.phone-product-card {
    background: rgba(36, 31, 27, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 6px 8px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.phone-prod-img-box {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.phone-prod-info {
    flex: 1;
    min-width: 0;
}

.phone-prod-title {
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.phone-prod-desc {
    font-size: 8px;
    color: #b8b0a2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.1;
    margin: 1px 0;
}

.phone-prod-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phone-prod-price {
    font-size: 10px;
    font-weight: 800;
    color: #34d399;
}

.phone-prod-btn {
    font-size: 8px;
    background: var(--accent-emerald);
    color: #ffffff;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 700;
}

/* Bio Link Mockup Theme (Harmonized Warm Espresso on Light Canvas) */
.bio-link-theme {
    background: #120f0d;
    border-color: #362e27;
}

.bio-screen-header {
    text-align: center;
    padding: 10px 4px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bio-avatar {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #191613 0%, #2e2823 100%);
    border: 2px solid #d97706;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.bio-title {
    font-size: 12px;
    font-weight: 800;
    color: #ffffff;
}

.bio-subtitle {
    font-size: 9px;
    color: #b8b0a2;
    margin-bottom: 6px;
}

.bio-open-badge {
    font-size: 8px;
    font-weight: 700;
    color: #34d399;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.3);
    padding: 2px 8px;
    border-radius: 10px;
}

.bio-links-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 6px;
}

.bio-btn-link {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 600;
    color: #faf8f5;
    transition: all 0.2s ease;
}

.bio-btn-link:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
}

.bio-btn-link.primary {
    background: var(--gradient-primary);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(5, 150, 105, 0.25);
}

.bio-btn-icon {
    font-size: 12px;
}

.bio-btn-text {
    flex: 1;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Recipe Mockup (Warm Dark Espresso Style) */
.recipe-card-mockup {
    background: #120f0d;
    border: 3.5px solid #362e27;
    border-radius: var(--radius-md);
    padding: 18px;
    max-width: 380px;
    margin: 0 auto;
    box-shadow: 0 20px 45px rgba(25, 22, 19, 0.35), 0 0 20px rgba(217, 119, 6, 0.06);
}

.recipe-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.recipe-title-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.recipe-emoji {
    font-size: 22px;
}

.recipe-name {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
}

.recipe-cat {
    font-size: 10px;
    color: #b8b0a2;
}

.recipe-tag-cost {
    font-size: 9px;
    font-weight: 800;
    color: #34d399;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.3);
    padding: 2px 8px;
    border-radius: 4px;
}

.recipe-table-wrap {
    overflow-x: auto;
    margin-bottom: 12px;
}

.recipe-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
}

.recipe-table th {
    text-align: left;
    padding: 6px 8px;
    font-size: 9px;
    font-weight: 700;
    color: #9e9382;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.recipe-table td {
    padding: 6px 8px;
    color: #d4ccbe;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.recipe-table tr td:last-child {
    font-weight: 700;
    color: #ffffff;
}

.recipe-calc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.calc-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 8px 6px;
    text-align: center;
}

.calc-box.highlight {
    background: rgba(16, 185, 129, 0.15);
    border-color: rgba(16, 185, 129, 0.4);
}

.calc-label {
    font-size: 9px;
    color: #b8b0a2;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}

.calc-val {
    font-size: 13px;
    font-weight: 800;
    margin-top: 2px;
    display: block;
}

/* Dashboard Mockup (Warm Dark Espresso Style) */
.dashboard-preview-card {
    background: #120f0d;
    border: 3.5px solid #362e27;
    border-radius: var(--radius-md);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 380px;
    margin: 0 auto;
    box-shadow: 0 20px 45px rgba(25, 22, 19, 0.35), 0 0 20px rgba(217, 119, 6, 0.06);
}

.dash-top-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.dash-stat-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.dash-stat-title {
    font-size: 10px;
    color: #b8b0a2;
    text-transform: uppercase;
    font-weight: 600;
}

.dash-stat-amount {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    margin: 2px 0;
}

.dash-stat-trend {
    font-size: 9px;
    font-weight: 600;
    color: #34d399;
}

.dash-combo-promo-box {
    background: rgba(217, 119, 6, 0.08);
    border: 1px dashed rgba(217, 119, 6, 0.35);
    border-radius: 8px;
    padding: 10px 12px;
}

.combo-badge-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.combo-label {
    font-size: 10px;
    font-weight: 700;
    color: #fbbf24;
}

.combo-discount {
    font-size: 9px;
    font-weight: 800;
    background: #ef4444;
    color: #ffffff;
    padding: 1px 5px;
    border-radius: 3px;
}

.combo-body-title {
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.combo-price-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.combo-old-price {
    font-size: 10px;
    color: #7c7467;
    text-decoration: line-through;
}

.combo-new-price {
    font-size: 12px;
    font-weight: 800;
    color: #34d399;
}

.dash-chart-strip {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    padding: 10px;
}

.strip-header {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    color: #b8b0a2;
    font-weight: 600;
    margin-bottom: 6px;
}

.chart-bars.mini {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 32px;
}

.chart-bars.mini .chart-bar {
    width: 13%;
    background: linear-gradient(180deg, #10b981 0%, rgba(16, 185, 129, 0.2) 100%);
    border-radius: 2px 2px 0 0;
    height: var(--height);
}

/* Showcase Controls (Interior Claro Warm Sand) */
.showcase-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    background: #ede6d8;
    border-top: 1px solid #dfd5c4;
}

.showcase-arrow {
    background: #ffffff;
    border: 1px solid #ded5c4;
    color: #1f1b16;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(31, 27, 22, 0.06);
    transition: all 0.25s ease;
}

.showcase-arrow:hover {
    background: var(--gradient-primary);
    border-color: transparent;
    color: #ffffff;
    transform: scale(1.08);
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.35);
}

.showcase-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.showcase-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ded5c4;
    cursor: pointer;
    transition: all 0.25s ease;
}

.showcase-dot:hover {
    background: #c2b59f;
}

.showcase-dot.active {
    width: 24px;
    border-radius: 12px;
    background: var(--gradient-primary);
    box-shadow: 0 0 10px rgba(5, 150, 105, 0.35);
}

/* ==========================================================================
   3. MODULES & ECOSYSTEM SECTION
   ========================================================================== */
/* ==========================================================================
   3. MODULES & ECOSYSTEM SECTION (Luminoso y Estructurado)
   ========================================================================== */
.modules-section {
    padding: 70px 0;
    background: var(--bg-modules);
    border-bottom: 1px solid var(--border-color);
    position: relative;
    z-index: 1;
}

.ecosystem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.ecosystem-card {
    border-radius: var(--radius-md);
    padding: 28px;
    display: flex;
    flex-direction: column;
    transition: all 0.25s ease;
}

/* 1. Módulos Activos (Fondo Oscuro Roasted Espresso) */
.ecosystem-card.available {
    background: var(--bg-showcase);
    border: 1px solid var(--border-showcase-card);
    box-shadow: 0 10px 30px rgba(25, 22, 19, 0.22);
}

.ecosystem-card.available:hover {
    border-color: var(--accent-amber);
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(25, 22, 19, 0.32);
}

.ecosystem-card.available .eco-card-title {
    color: var(--text-dark-primary);
}

.ecosystem-card.available .road-tag {
    background: rgba(5, 150, 105, 0.15);
    border: 1px solid rgba(5, 150, 105, 0.35);
    color: #6ee7b7;
    font-weight: 600;
}

.ecosystem-card.available .road-tag:hover {
    background: rgba(5, 150, 105, 0.25);
    border-color: rgba(5, 150, 105, 0.5);
    color: #a7f3d0;
    transform: translateY(-1px);
}

/* 2. Próximos Módulos (Fondo Claro Sand) */
.ecosystem-card.roadmap {
    background: var(--bg-modules-card);
    border: 1px solid var(--border-modules-card);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
}

.ecosystem-card.roadmap:hover {
    border-color: var(--border-color);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.ecosystem-card.roadmap .eco-card-title {
    color: var(--text-primary);
}

.ecosystem-card.roadmap .road-tag {
    background: var(--bg-surface-alt);
    border: 1px solid var(--border-color);
    color: var(--text-secondary);
}

.ecosystem-card.roadmap .road-tag:hover {
    background: #e4dccc;
    border-color: #c9bea9;
    color: var(--text-primary);
    transform: translateY(-1px);
}

.eco-card-title {
    font-size: 18px;
    margin-bottom: 14px;
}

.eco-card-badge {
    font-size: 10px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 6px;
    width: fit-content;
    margin-bottom: 12px;
    letter-spacing: 0.04em;
}

.eco-card-badge.available {
    background: rgba(5, 150, 105, 0.2);
    color: #34d399;
    border: 1px solid rgba(5, 150, 105, 0.4);
}

.eco-card-badge.wip {
    background: rgba(148, 163, 184, 0.18);
    color: #475569;
    border: 1px solid rgba(148, 163, 184, 0.35);
}

.roadmap-tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.road-tag {
    font-size: 12px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.roadmap-note {
    margin-top: auto;
    font-size: 12px;
    color: #0369a1;
    background: rgba(2, 132, 199, 0.08);
    border: 1px dashed rgba(2, 132, 199, 0.25);
    padding: 10px 14px;
    border-radius: 8px;
}

.roadmap-note.available-note {
    color: #6ee7b7;
    background: rgba(5, 150, 105, 0.12);
    border-color: rgba(5, 150, 105, 0.35);
}

/* ==========================================================================
   5. FAQ SECTION (Luminosa y Clara)
   ========================================================================== */
.faq-section {
    padding: 70px 0;
    background: var(--bg-faq);
    border-bottom: 1px solid var(--border-color);
}

.faq-accordion {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: var(--bg-faq-card);
    border: 1px solid var(--border-faq-card);
    border-radius: var(--radius-sm);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.03);
    overflow: hidden;
}

.faq-item summary {
    padding: 16px 20px;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    font-size: 20px;
    color: var(--accent-emerald);
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-content {
    padding: 0 20px 16px;
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.5;
}

/* ==========================================================================
   6. CTA BANNER SECTION & FOOTER (Armonía Flotante Sand & Espresso)
   ========================================================================== */
.cta-banner-section {
    padding: 80px 0;
    background: var(--bg-modules);
    border-bottom: 1px solid var(--border-color);
    position: relative;
    z-index: 1;
}

.cta-card-wrapper {
    background: var(--bg-showcase, #191613);
    border: 1px solid var(--border-showcase-card, rgba(217, 119, 6, 0.25));
    border-radius: var(--radius-lg, 24px);
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(25, 22, 19, 0.2), 0 0 40px rgba(16, 185, 129, 0.08);
    max-width: 900px;
    margin: 0 auto;
}

.cta-card-orb {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.22) 0%, rgba(217, 119, 6, 0.12) 50%, transparent 75%);
    top: -120px;
    right: -100px;
    filter: blur(50px);
    pointer-events: none;
    z-index: 0;
}

.cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    border-radius: 30px;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: #6ee7b7;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.6px;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -0.8px;
    margin-bottom: 14px;
    color: #ffffff;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}

.cta-subtitle {
    font-size: 16px;
    color: var(--text-dark-secondary, #b8b0a2);
    max-width: 620px;
    margin: 0 auto 32px;
    line-height: 1.55;
    position: relative;
    z-index: 1;
}

.cta-action-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.cta-btn-google {
    max-width: 340px;
    width: 100%;
    background: #ffffff;
    color: #1f1b16 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.cta-btn-google:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.cta-secondary-link {
    font-size: 13px;
    color: #6ee7b7;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.cta-secondary-link:hover {
    text-decoration: underline;
    opacity: 0.9;
}

.cta-trust-notes {
    margin-top: 24px;
    font-size: 12px;
    color: var(--text-dark-muted, #7c7467);
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* Footer (Anclaje Cálido Espresso) */
.footer {
    padding: 56px 0 28px;
    background: var(--bg-footer, #110f0e);
    color: var(--text-dark-primary, #faf8f5);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer .brand-logo {
    color: #ffffff;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand p {
    font-size: 13px;
    color: var(--text-dark-muted, #9e9382);
    margin-top: 6px;
    max-width: 320px;
}

.footer-logo {
    margin-bottom: 8px;
    justify-content: flex-start;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-links a {
    color: var(--text-dark-secondary, #b8b0a2);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #34d399 !important;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.25);
    padding: 6px 14px;
    border-radius: 20px;
    font-weight: 600 !important;
    transition: all 0.2s ease;
}

.footer-whatsapp-link:hover {
    background: rgba(16, 185, 129, 0.2);
    border-color: rgba(16, 185, 129, 0.4);
    transform: translateY(-1px);
}

.footer-bottom {
    padding-top: 24px;
    font-size: 12px;
    color: var(--text-dark-muted, #7c7467);
}

.footer-bottom a {
    color: var(--text-dark-secondary, #b8b0a2);
    text-decoration: underline;
    transition: color 0.2s ease;
}

.footer-bottom a:hover {
    color: #ffffff;
}

/* ==========================================================================
   RESPONSIVE DESIGN (Flawless Tablet & Mobile Viewports)
   ========================================================================== */
@media (max-width: 860px) {
    .hero-title {
        font-size: 34px;
    }

    .hero-subtitle {
        font-size: 15px;
    }

    .section-header h2 {
        font-size: 28px;
    }

    .showcase-tabs-nav {
        grid-template-columns: repeat(2, 1fr);
    }

    .slide-content-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .slide-device-side {
        order: -1;
    }

    .slide-info-side {
        text-align: center;
        align-items: center;
    }

    .slide-title {
        font-size: 20px;
    }

    .slide-benefits-list {
        justify-content: center;
    }

    .ecosystem-grid {
        grid-template-columns: 1fr;
    }

    .nav-links {
        display: none;
    }

    .footer-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-logo {
        justify-content: center;
    }
}

@media (max-width: 540px) {
    .hero-title {
        font-size: 28px;
    }

    .btn-google-signup {
        padding: 15px 16px;
        font-size: 14px;
        gap: 8px;
    }

    .btn-time-badge {
        top: -10px;
        right: 10px;
        font-size: 9px;
        padding: 2px 7px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .showcase-tabs-nav {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .showcase-slide {
        padding: 20px 14px;
    }

    .window-address-bar {
        display: none;
    }

    .qr-card-demo {
        flex-direction: column;
        text-align: center;
    }

    .qr-tags {
        justify-content: center;
    }

    .card-highlight-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .phone-mockup {
        width: 100%;
        max-width: 240px;
        height: 360px;
    }

    .recipe-card-mockup,
    .dashboard-preview-card {
        width: 100%;
        max-width: 100%;
    }
}

/* ==========================================================================
   Interactive Floating Theme Switcher (Para probar las 3 paletas en vivo)
   ========================================================================== */
.palette-tester-bar {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(10, 14, 23, 0.92);
    backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.16);
    padding: 6px 12px;
    border-radius: 40px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(16, 185, 129, 0.2);
    animation: slideUpFade 0.4s ease-out;
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translate(-50%, 20px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.palette-tester-label {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #94a3b8;
    padding: 0 4px 0 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

.palette-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #f8fafc;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.palette-btn:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-1px);
}

.palette-btn.active {
    background: var(--gradient-primary);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

.palette-color-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.dot-1 {
    background: #d97706;
}

.dot-2 {
    background: #10b981;
}

.dot-3 {
    background: #c2410c;
}

.dot-4 {
    background: #65a30d;
}

.dot-5 {
    background: #e07a5f;
}

.dot-6 {
    background: #f59e0b;
}

@media (max-width: 768px) {
    .palette-tester-bar {
        bottom: 12px;
        padding: 5px 8px;
        gap: 4px;
        width: 96%;
        max-width: 520px;
        overflow-x: auto;
        justify-content: space-between;
    }

    .palette-tester-label {
        display: none;
    }

    .palette-btn {
        padding: 5px 8px;
        font-size: 10px;
        flex: 1;
        justify-content: center;
        gap: 4px;
    }
}