:root { --bg: #ffffff; --panel: #111111; --line: rgba(255, 255, 255, 0.08); --text: #ffffff; --muted: #d5d5d5; --green-1: #1b7f4d; --green-2: #67b137; --green-3: #62cf39; --accent: #e2600f; --radius-xl: 24px; --radius-2xl: 34px; --shadow-soft: 0 10px 60px rgba(0, 0, 0, 0.28); --container: 1200px; --header-height: 92px; --font-heading: 'Montserrat', sans-serif; --font-body: 'Inter', sans-serif; }

/* =====================================================
   Responsive image sources
   Cambia aquí las rutas mobile/desktop de fondos CSS.
===================================================== */
:root { --bg-parallax-desktop: url('../images/Section/parallax.webp'); --bg-parallax-mobile: url('../images/Section/mobile/parallax_min.webp'); --bg-modules-desktop: url('../images/Section/fondo_section.webp'); --bg-modules-mobile: url('../images/Section/mobile/fondo_section_min.webp'); --bg-users-map-desktop: url('../images/Section/mapa_latam.webp'); --bg-users-map-mobile: url('../images/Section/mobile/mapa_latam_min.webp'); --bg-risks-desktop: url('../images/Section/fondo_esquina_blanco.png'); --bg-risks-mobile: url('../images/Section/mobile/fondo_esquina_blanco.png'); }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); background: var(--bg); color: var(--text); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, h5, h6, .hero-title, .section-title, .section-title-white, .feature-title, .benefit-title, .segment-title, .testimonial-name, .module-card h3, .process-title, .parallax-content h2 { font-family: var(--font-heading); }
p, a, button, input, textarea, select, label, .hero-subtitle, .section-desc, .section-desc-white, .feature-text, .benefit-text, .segment-text, .testimonial-text, .contact-meta, .contact-list-item, .module-list, .form-note, .copyright, .nav-link-custom, .nav-action, .btn-ghost-light, .btn-orange, .module-tab, .eyebrow, .eyebrow-white, .hero-kicker, .step-label, .list-muted { font-family: var(--font-body); }

/* Layout base */
.page-shell { min-height: 100vh; background: radial-gradient(circle at 12% 10%, rgba(92, 201, 95, 0.24), transparent 24%), radial-gradient(circle at 88% 10%, rgba(108, 220, 130, 0.16), transparent 18%), linear-gradient(180deg, #0b7f3f 0%, #167e36 42%, var(--bg) 42.1%, var(--bg) 100%); }
.site-container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; color: #ffffff; }
.section { padding: 72px 0; }
.section-white { background: #ffffff; }
.section-green { background: radial-gradient(circle at 10% 12%, rgba(255,255,255,0.08), transparent 16%), radial-gradient(circle at 90% 30%, rgba(255,255,255,0.07), transparent 16%), linear-gradient(180deg, rgba(22,126,54,1) 0%, rgba(14,121,49,1) 100%); }
.section-header { max-width: 920px; margin: 0 auto 34px; text-align: center; }
.section-title, .section-title-white { margin-bottom: 12px; font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 800; line-height: 1.05; letter-spacing: -0.025em; text-wrap: balance; }
.section-title { color: #575756; }
.section-desc, .section-desc-white { margin: 0; font-size: 1rem; line-height: 1.7; }
.section-desc { color: #575756; }
.section-desc-white { color: rgba(255, 255, 255, 0.8); }
.eyebrow, .eyebrow-white { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; margin-bottom: 16px; }
.eyebrow { color: #575756; border: 1px solid #575756; }
.eyebrow-white { color: #ffffff; border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.06); }

/* Reading progress */
.reading-progress { position: fixed; top: 0; left: 0; width: 100%; height: 4px; z-index: 3000; background: rgba(255, 255, 255, 0.14); pointer-events: none; }
.reading-progress-bar { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left center; background: linear-gradient(90deg, var(--green-3) 0%, var(--green-1) 58%, var(--accent) 100%); box-shadow: 0 0 18px rgba(98, 207, 57, 0.45); transition: transform 120ms linear; }

/* Buttons */
.btn-ghost-light, .btn-orange { border: 0; border-radius: 999px; font-weight: 700; padding: 12px 22px; transition: transform 0.18s ease, opacity 0.18s ease, box-shadow 0.18s ease; }
.btn-ghost-light:hover, .btn-orange:hover { transform: translateY(-1px); opacity: 0.95; }
.btn-ghost-light { color: #ffffff; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.12); }
.btn-orange { color: #ffffff; background: linear-gradient(180deg, #f9c400 0%, var(--accent) 100%); box-shadow: 0 10px 25px rgba(255, 157, 22, 0.28); }

/* Header and navigation */
.floating-header { position: sticky; top: 0; z-index: 1050; padding-top: 14px; }
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 18px; border: 1px solid rgba(0,0,0,0.08); background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-radius: 999px; box-shadow: 0 18px 50px rgba(0,0,0,0.12); }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-logo { height: 38px; width: auto; object-fit: contain; }
.desktop-nav, .desktop-actions { display: flex; align-items: center; gap: 8px; }
.nav-link-custom, .nav-action { color: #575756; font-size: 0.92rem; font-weight: 600; padding: 10px 14px; border-radius: 999px; transition: 0.22s ease; white-space: nowrap; }
.nav-link-custom:hover, .nav-action:hover { background: rgba(0,0,0,0.06); color: #000000; }
.mobile-menu-toggle { display: none; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.12); background: rgba(0,0,0,0.04); color: #111111; font-size: 1.3rem; align-items: center; justify-content: center; flex-shrink: 0; position: relative; z-index: 1070; }
.mobile-menu-backdrop { display: none; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.24); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); z-index: 1040; }
.mobile-menu-backdrop.open { display: block; }
.mobile-panel { display: block; position: fixed; top: 84px; left: 12px; right: 12px; max-height: calc(100vh - 100px); margin: 0; padding: 14px; overflow-y: auto; opacity: 0; transform: translateY(-10px); pointer-events: none; border-radius: 24px; border: 1px solid rgba(0,0,0,0.06); background: rgba(255, 255, 255, 0.98); box-shadow: 0 24px 60px rgba(0,0,0,0.18); z-index: 1050; transition: opacity 0.22s ease, transform 0.22s ease; }
.mobile-panel.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
.mobile-panel .mobile-nav-list, .mobile-panel .mobile-actions-list { display: grid; gap: 8px; }
.mobile-panel .mobile-actions-list { margin-top: 10px; padding-top: 10px; border-top: 1px solid rgba(0,0,0,0.06); }
.mobile-panel .nav-link-custom, .mobile-panel .nav-action { display: flex; align-items: center; justify-content: center; min-height: 46px; width: 100%; padding: 9px 14px; border-radius: 14px; background: #f5f6f7; color: #575756; font-size: 0.92rem; font-weight: 700; transition: 0.2s ease; }
.mobile-panel .nav-link-custom:hover, .mobile-panel .nav-action:hover { background: #eef7ee; color: #1b7f4d; }
.mobile-panel .btn-orange { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 48px; padding: 10px 16px; border-radius: 999px; color: #ffffff !important; font-size: 0.94rem; font-weight: 800; background: linear-gradient(180deg, #f9c400 0%, var(--accent) 100%) !important; box-shadow: 0 12px 28px rgba(226, 96, 15, 0.28); }

/* Hero */
.has-hex-mesh-bg { position: relative; overflow: hidden; isolation: isolate; }
.emlaze-hex-mesh-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; opacity: 0.58; pointer-events: none; }
.hero { min-height: calc(100vh - 40px); padding: 28px 0 22px; display: flex; align-items: center; position: relative; overflow: hidden; isolation: isolate; }
.hero-panel, .hero-content-layer { position: relative; z-index: 2; text-align: center; }
.hero-panel { padding: 34px 30px 28px; border-radius: var(--radius-2xl); overflow: hidden; background: radial-gradient(circle at 10% 20%, rgba(255,255,255,0.09), transparent 20%), radial-gradient(circle at 90% 12%, rgba(255,255,255,0.08), transparent 16%), linear-gradient(135deg, rgba(0,0,0,0.12), rgba(0,0,0,0.08)); border: 1px solid rgba(255,255,255,0.14); box-shadow: var(--shadow-soft); }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; margin-bottom: 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,0.18); background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.92); font-size: 0.86rem; font-weight: 600; text-align: center; }
.hero-title { max-width: 960px; margin: 0 auto 18px; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 0.98; font-weight: 800; letter-spacing: -0.03em; text-wrap: balance; }
.hero-subtitle { max-width: 600px; margin: 0 auto 28px; color: rgba(255,255,255,0.86); font-size: 1.05rem; line-height: 1.75; font-weight: 600; }
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero-image-stack { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; isolation: isolate; }
.hero-ring { position: absolute; width: min(74vw, 520px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.03) 54%, transparent 70%); filter: blur(8px); z-index: 0; }
.hero-device, .module-visual, .video-poster, .testimonial-media, .segment-media { border-radius: 28px; overflow: hidden; }
.hero-device.main { position: relative; width: min(72vw, 300px); z-index: 4; transform: translateY(-8px); }
.hero-device.side-left, .hero-device.side-right { position: absolute; width: min(54vw, 230px); bottom: 12%; opacity: 0.96; z-index: 2; transform-origin: bottom center; }
.hero-device.side-left { left: 50%; transform: translateX(-128%) translateY(18px) rotate(-14deg); }
.hero-device.side-right { left: 50%; right: auto; transform: translateX(28%) translateY(18px) rotate(14deg); }
.hero-note { position: absolute; z-index: 5; display: flex; align-content: center; max-width: 210px; height: auto; padding: 14px 16px 0; border-radius: 18px; border: 1px solid rgba(255,255,255,0.14); background: #ffffff; box-shadow: 0 16px 40px rgba(0,0,0,0.24); color: #575756; font-size: 0.78rem; }
.hero-note.note-2 { top: 14%; right: 25%; }
.hero-note.note-3 { bottom: 12%; left: 8%; }
.hero-note.note-4 { bottom: 18%; right: 8%; }
.hero-mobile-benefits { display: none; }

/* Shared cards and icons */
.segment-card, .testimonial-card, .module-card, .pain-card { border-radius: var(--radius-xl); border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03)); box-shadow: var(--shadow-soft); }
.segment-card, .testimonial-card, .pain-card { padding: 22px; }
.feature-icon, .benefit-icon, .pain-icon { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; color: #1b7f4d; font-size: 2rem; }
.feature-title, .benefit-title, .segment-title, .testimonial-name { color: #575756; font-size: 1rem; font-weight: 700; }
.feature-text, .benefit-text, .segment-text, .testimonial-text, .contact-meta, .list-muted { margin: 0; color: #575756; font-size: 0.95rem; line-height: 1.65; }

/* Segments */
.segments-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.segment-media img { width: 100%; height: 100%; object-fit: contain; }

/* Parallax */
.parallax-section { position: relative; min-height: 520px; display: flex; align-items: center; overflow: hidden; background-image: var(--bg-parallax-desktop); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: scroll; }
@media (min-width: 1024px) { .parallax-section { background-attachment: fixed; } }
.parallax-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(4, 38, 32, 0.88) 0%, rgba(4, 38, 32, 0.72) 45%, rgba(4, 38, 32, 0.35) 100%); }
.parallax-section .container { position: relative; z-index: 2; }
.parallax-content { max-width: 680px; color: #ffffff; }
.parallax-content h2 { margin-bottom: 18px; color: #ffffff; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 800; line-height: 1.08; }
.parallax-content p { max-width: 600px; margin-bottom: 28px; color: rgba(255, 255, 255, 0.86); font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.7; }

/* Modules */
.modules-section { position: relative; overflow: hidden; background-image: var(--bg-modules-desktop); background-repeat: no-repeat; background-position: bottom center; background-size: 100% auto; }
.modules-section .site-container, .modules-box { position: relative; z-index: 2; }
.module-tabs-wrap { position: relative; }
.module-scroll-hint { display: none; }
.module-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-bottom: 22px; }
.module-tab { min-height: 54px; padding: 10px 16px; border: 1px solid rgba(87, 87, 86, 0.16); border-radius: 999px; box-sizing: border-box; background: rgba(255,255,255,0.04); color: #575756; font-size: 0.95rem; font-weight: 700; }
.module-tab.active { color: #ffffff; border-color: transparent; background: linear-gradient(180deg, #67b137 0%, #1b7f4d 100%); box-shadow: 0 16px 35px rgba(98, 207, 57, 0.22); }
.module-content { position: relative; min-height: var(--module-content-height, auto); }
.module-card { display: block; padding: 22px; opacity: 1; transform: none; animation: none; background-color: #ffffff; }
.module-card[hidden] { display: none !important; }
.module-pane.is-entering { animation: moduleContentEnter 220ms ease-out; }
.module-layout { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 22px; align-items: stretch; }
.module-heading { color: #575756; font-size: 1.2rem; font-weight: 800; margin-bottom: 14px; }
.module-list { margin: 0; padding-left: 20px; display: grid; gap: 10px; color: #575756; font-size: 0.95rem; line-height: 1.6; }
.module-visual img { width: 100%; height: 100%; object-fit: contain; }
@keyframes moduleContentEnter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* Video */
.video-poster { position: relative; width: 100%; max-width: 760px; margin: 0 auto; padding: 10px; border-radius: 28px; background: #050505; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35); overflow: hidden; }
.video-frame, .testimonial-media iframe { background: #000000; }
.video-frame { width: 100%; aspect-ratio: 16 / 9; display: block; border: 0; border-radius: 20px; }

/* Benefits */
.benefits-content {
  width: 100%;
}

.benefits-layout { display: grid; grid-template-columns: 1fr 0.9fr; align-items: center; gap: 56px; }
.benefits-list {  width: 100%;  display: grid;  gap: 16px;  margin-top: 32px;}
.benefit-card { width: 100%;  display: grid;  grid-template-columns: 64px 1fr;  align-items: center;  gap: 18px;  padding: 18px 22px;  border-radius: 24px;  background: #ffffff;  border: 1px solid rgba(25, 48, 84, 0.08);  box-shadow: 0 18px 48px rgba(25, 48, 84, 0.08); text-align: left;}
.benefit-title { margin: 0 0 4px;  color: #575756;}
.benefit-text { margin: 0;  color: #575756;}
.benefits-image img { width: 100%; height: auto; object-fit: contain; }

/* Clients */
.users-section { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(98, 207, 57, 0.18), transparent 32%), linear-gradient(135deg, #ffffff 0%, #f5f8f4 45%, #eef7ee 100%); }
.users-section::before { content: ''; position: absolute; right: -80px; width: 820px; height: 620px; background-image: var(--bg-users-map-desktop); background-repeat: no-repeat; background-position: top right; background-size: contain; opacity: 0.30; pointer-events: none; }
.users-section .site-container { position: relative; z-index: 2; }
.users-header { max-width: 820px; margin: 0 auto 48px; text-align: center; }
.clients-impact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 38px 0; }
.client-impact-card { min-height: 300px; padding: 20px; border-radius: 32px; background: rgba(255, 255, 255, 0.82); border: 1px solid rgba(25, 48, 84, 0.08); box-shadow: 0 24px 70px rgba(25, 48, 84, 0.10); backdrop-filter: blur(12px); display: flex; flex-direction: column; justify-content: center; }
.client-impact-card-main { align-items: flex-start; }
.client-impact-card-double { gap: 34px; }
.client-impact-card-simple { align-items: center; text-align: center; background: linear-gradient(135deg, #1b7f4d, #67b137); color: #ffffff; }
.mini-impact { display: flex; align-items: center; gap: 18px; }
.impact-icon { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; color: #1b7f4d; font-size: 3rem; }
.impact-number { color: #1b7f4d; font-family: var(--font-heading); font-size: clamp(1.85rem, 3.1vw, 3.35rem); font-weight: 850; line-height: 1; letter-spacing: -0.035em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.client-impact-card-main .impact-number, .client-impact-card-simple .impact-number { font-size: clamp(2rem, 3.4vw, 3.55rem); }
.mini-impact .impact-number { font-size: clamp(1.55rem, 2.4vw, 2.75rem); }
.client-impact-card-simple .impact-icon, .client-impact-card-simple .impact-number, .client-impact-card-simple .impact-text { color: #ffffff; }
.impact-text { margin: 14px 0 0; color: #3f454a; font-size: 1rem; line-height: 1.55; }
.client-impact-card-simple .impact-text { color: rgba(255, 255, 255, 0.9); }
.users-logos-box { position: relative; padding: 34px; border-radius: 34px; background: #ffffff; border: 1px solid rgba(25, 48, 84, 0.08); box-shadow: 0 24px 70px rgba(25, 48, 84, 0.08); overflow: hidden; }
.logos-title { margin-bottom: 28px; color: #6b7280; text-align: center; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.logos-carousel { position: relative; width: 100%; overflow: hidden; }
.logos-group { display: flex; align-items: center; gap: 34px; flex-shrink: 0; }
.logos-track { display: flex; align-items: center; gap: 14px; width: max-content; animation: logos-scroll 80s linear infinite; }
.logos-carousel:not(.is-running) .logos-track { animation-play-state: paused; }
.logo-item { width: 100px; height: auto; padding: 8px; border-radius: 22px; background: #ffffff; border: 1px solid rgba(25, 48, 84, 0.06); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-item img { max-width: 100%; object-fit: contain; filter: grayscale(1); opacity: 0.68; transition: 0.25s ease; }
.logo-item:hover img { filter: grayscale(0); opacity: 1; transform: translateY(-2px); }
.logos-carousel:hover .logos-track { animation-play-state: paused; }
@keyframes logos-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Risks */
.section-riesgos { position: relative; overflow: hidden; background-image: none; }
.section-riesgos::after { content: ''; position: absolute; right: 0; bottom: 0; width: 100%; height: 360px; background-image: var(--bg-risks-desktop); background-repeat: no-repeat; background-position: bottom center; background-size: 100% auto; pointer-events: none; z-index: 0; }
.section-riesgos .site-container { position: relative; z-index: 2; }
.pain-grid { width: 100%;  display: block; }
.pain-stack { width: 100%;  max-width: 1120px;  margin: 40px auto 0;  display: grid;  grid-template-columns: repeat(3, minmax(0, 1fr));  gap: 24px; }
.pain-card { min-height: 220px;  padding: 28px 26px;  display: grid;  grid-template-columns: 56px 1fr;  align-items: flex-start;  gap: 16px;  border-radius: 28px;  background: #ffffff;  border: 1px solid rgba(25, 48, 84, 0.08);  box-shadow: 0 24px 70px rgba(25, 48, 84, 0.08); }
.pain-icon,.pain-card .benefit-icon { width: 54px; height: 54px;  min-width: 54px;  display: flex;  align-items: center;  justify-content: center;  border-radius: 18px;  background: rgba(27, 127, 77, 0.08);  color: #1b7f4d;  font-size: 1.5rem;}

/* Process */
.process-strip { padding: 26px 24px 30px; border-radius: 32px; border: 1px solid rgba(255,255,255,0.16); background: radial-gradient(circle at 14% 20%, rgba(255,255,255,0.08), transparent 16%), linear-gradient(135deg, rgba(21,120,47,1) 0%, rgba(53,161,47,1) 100%); box-shadow: var(--shadow-soft); }
.process-title { max-width: 860px; margin: 0 auto 26px; text-align: center; }
.process-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(3, auto); grid-auto-flow: column; gap: 28px; margin-top: 36px; }
.process-step { display: flex; flex-direction: row; align-items: center; justify-content: flex-start; gap: 22px; min-height: 150px; padding: 28px 34px; border-radius: 28px; border: 1px solid rgba(255, 255, 255, 0.16); background: rgba(255, 255, 255, 0.10); text-align: left; }
.step-number { width: 42px; height: 42px; min-width: 42px; display: flex; align-items: center; justify-content: center; font-family: var(--font-heading); font-size: 4rem; font-weight: 800; }
.step-icon { width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 3rem; }
.step-label { margin: 0; max-width: none; color: rgba(255, 255, 255, 0.94); text-align: left; font-size: 1.05rem; font-weight: 700; line-height: 1.35; }

/* Testimonials */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.testimonial-card { display: grid; gap: 16px; }
.testimonial-media { aspect-ratio: 16 / 9; border-radius: 22px; }
.testimonial-media iframe { width: 100%; height: 100%; border: 0; border-radius: 22px; }
.testimonial-meta { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; text-align: center; }
.testimonial-meta img { width: 8rem; object-fit: contain; margin: 0 auto; }

/* Contact */
.section-footer { padding-top: 0; }
.contact-shell { padding: 32px 26px 16px; border-radius: 34px 34px 0 0; background: linear-gradient(180deg, #49a430 0%, #55b337 100%); color: #ffffff; box-shadow: 0 -22px 60px rgba(0,0,0,0.28); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: 24px; align-items: start; }
.brand-pill { width: 110px; height: auto; border-radius: 15px; background: #ffffff; color: #202020; display: grid; place-items: center; overflow: hidden; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.02em; }
.contact-left .brand-pill { width: auto; max-width: 150px; min-height: 48px; margin-bottom: 18px; padding: 10px 14px; border-radius: 16px; overflow: visible; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.96); }
.contact-left .brand-pill img, .contact-left .brand-logo { width: 100%; max-width: 118px; height: auto; max-height: 34px; object-fit: contain; }
.contact-list { display: flex; flex-direction: column; gap: 14px; margin-top: 20px; }
.contact-list-item { display: flex; align-items: flex-start; gap: 14px; font-size: 0.96rem; line-height: 1.65; }
.contact-list-item i { width: 34px; height: 34px; min-width: 34px; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: rgba(98, 207, 57, 0.14); color: #ffffff; font-size: 18px; line-height: 1; }
.contact-list-item span, .contact-list-item a { font-family: var(--font-body); font-size: 0.98rem; line-height: 1.55; color: inherit; text-decoration: none; }
.contact-list-item a:hover { color: #ffffff; }
.contact-form-card { padding: 20px; border-radius: 28px; background: rgba(255,255,255,0.88); box-shadow: 0 18px 50px rgba(0,0,0,0.18); }
.contact-form-card .form-control, .contact-form-card .form-select, .contact-form-card textarea { min-height: 50px; padding: 12px 14px; border-radius: 16px; border: 1px solid rgba(0,0,0,0.08); box-shadow: none; }
.contact-form-card textarea { min-height: 118px; resize: vertical; }
.form-note { color: rgba(0,0,0,0.58); font-size: 0.82rem; }
.copyright { margin-top: 16px; color: rgba(255,255,255,0.86); text-align: center; font-size: 0.82rem; line-height: 1.6; }

/* Scroll reveal animations */
.reveal { opacity: 0; transform: translate3d(0, 28px, 0); transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 700ms ease; transition-delay: calc(var(--reveal-delay, 0) * 1ms); will-change: opacity, transform, filter; }
.reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: none; }
.reveal-up { transform: translate3d(0, 32px, 0); }
.reveal-left { transform: translate3d(-36px, 0, 0); }
.reveal-right { transform: translate3d(36px, 0, 0); }
.reveal-scale { transform: translate3d(0, 22px, 0) scale(0.96); }
.reveal-card { transform: translate3d(0, 28px, 0) scale(0.98); }
.hero-image-stack.reveal:not(.is-visible) .hero-device, .hero-image-stack.reveal:not(.is-visible) .hero-note { opacity: 0; }
.hero-image-stack.reveal.is-visible .hero-device.main { animation: heroMainDeal 850ms cubic-bezier(0.22, 1, 0.36, 1) 180ms both; }
.hero-image-stack.reveal.is-visible .hero-device.side-left { animation: heroLeftDeal 900ms cubic-bezier(0.22, 1, 0.36, 1) 300ms both; }
.hero-image-stack.reveal.is-visible .hero-device.side-right { animation: heroRightDeal 900ms cubic-bezier(0.22, 1, 0.36, 1) 380ms both; }
.hero-image-stack.reveal.is-visible .hero-note.note-2 { animation: heroNoteIntro 560ms ease-out 1180ms both, heroNoteFloat 4.4s ease-in-out 1800ms infinite; }
.hero-image-stack.reveal.is-visible .hero-note.note-3 { animation: heroNoteIntro 560ms ease-out 1260ms both, heroNoteFloat 4.8s ease-in-out 1880ms infinite; }
.hero-image-stack.reveal.is-visible .hero-note.note-4 { animation: heroNoteIntro 560ms ease-out 1340ms both, heroNoteFloat 4.2s ease-in-out 1960ms infinite; }
@keyframes heroMainDeal { 0% { opacity: 0; transform: translateY(54px) scale(0.88); } 70% { opacity: 1; transform: translateY(-14px) scale(1.025); } 100% { opacity: 1; transform: translateY(-8px) scale(1); } }
@keyframes heroLeftDeal { 0% { opacity: 0; transform: translateX(-50%) translateY(70px) rotate(0deg) scale(0.88); } 75% { opacity: 0.96; transform: translateX(-132%) translateY(12px) rotate(-16deg) scale(1.02); } 100% { opacity: 0.96; transform: translateX(-128%) translateY(18px) rotate(-14deg) scale(1); } }
@keyframes heroRightDeal { 0% { opacity: 0; transform: translateX(-50%) translateY(70px) rotate(0deg) scale(0.88); } 75% { opacity: 0.96; transform: translateX(32%) translateY(12px) rotate(16deg) scale(1.02); } 100% { opacity: 0.96; transform: translateX(28%) translateY(18px) rotate(14deg) scale(1); } }
@keyframes heroNoteIntro { from { opacity: 0; transform: translateY(16px) scale(0.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes heroNoteFloat { 0%, 100% { opacity: 1; transform: translateY(0) scale(1); } 50% { opacity: 1; transform: translateY(-8px) scale(1); } }

/* Responsive */
@media (max-width: 1199.98px) { .desktop-nav, .desktop-actions { display: none; } .mobile-menu-toggle { display: inline-flex; } .segments-grid, .testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .pain-grid, .module-layout, .contact-grid { grid-template-columns: 1fr; } .hero { min-height: auto; padding: 28px 0 8px; } }
@media (max-width: 991.98px) { .hero-panel { padding: 26px 18px 20px; } .hero-image-stack { min-height: 430px; margin-top: 20px; } .hero-device.main { width: min(78vw, 290px); } .hero-device.side-left, .hero-device.side-right { width: min(42vw, 180px); } .hero-note { max-width: 170px; padding: 12px 14px; font-size: 0.72rem; } .clients-impact-grid, .pain-stack { grid-template-columns: 1fr; } .client-impact-card, .pain-card { min-height: auto; } .pain-stack { grid-template-columns: 1fr;   max-width: 620px; } }
@media (max-width: 900px) { .benefits-layout { grid-template-columns: 1fr; gap: 28px; } .benefits-content { order: 1; } .benefits-image { order: 2; max-width: 240px; margin: 8px auto 0; } }
@media (max-width: 767.98px) { :root { --container: 100%; } .site-container { width: calc(100% - 18px); } .section { padding: 52px 0; } .brand-logo { height: 30px; } .nav-wrap { min-height: 64px; padding: 10px 12px; } .mobile-panel { top: 82px; left: 8px; right: 8px; max-height: calc(100vh - 96px); border-radius: 26px; } .hero { padding: 18px 0 24px; min-height: auto; } .hero-panel { padding: 26px 16px 20px; border-radius: 28px; } .hero-kicker { margin-bottom: 14px; padding: 7px 12px; font-size: 0.72rem; } .hero-title { max-width: 320px; margin: 0 auto 14px; font-size: clamp(1.9rem, 8.8vw, 2.35rem); line-height: 1.04; letter-spacing: -0.035em; } .hero-subtitle { max-width: 300px; margin: 0 auto 18px; font-family: var(--font-body); font-size: 0.92rem; line-height: 1.55; font-weight: 600; } .hero-actions { gap: 10px; margin-bottom: 8px; } .hero-actions .btn-orange, .hero-actions .btn-ghost-light { width: 100%; max-width: 220px; padding: 12px 16px; font-size: 0.92rem; } .emlaze-hex-mesh-canvas { opacity: 0.32; } .hero-mobile-benefits { display: none !important; } .hero-image-stack { position: relative; min-height: 430px; margin-top: 8px; padding: 0; overflow: visible; } .hero-device.side-left, .hero-device.side-right { display: none !important; } .hero-device.main { position: relative; width: min(70vw, 250px); margin: 0 auto; transform: none !important; z-index: 3; } .hero-note { display: inline-flex !important; position: absolute !important; align-items: center !important; justify-content: flex-start !important; align-content: center !important; gap: 8px !important; width: auto !important; height: auto !important; min-height: 34px !important; max-width: 168px !important; padding: 8px 11px !important; border-radius: 16px !important; border: 1px solid rgba(255, 255, 255, 0.45) !important; background: rgba(255, 255, 255, 0.94) !important; box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16) !important; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); z-index: 6 !important; } .hero-note .feature-icon { width: 18px !important; height: 18px !important; min-width: 18px !important; display: flex !important; align-items: center !important; justify-content: center !important; margin: 0 !important; padding: 0 !important; border-radius: 0 !important; background: transparent !important; color: #1b7f4d !important; font-size: 0.84rem !important; line-height: 1 !important; } .hero-note .feature-title { margin: 0 !important; padding: 0 !important; color: #3f454a !important; text-align: left !important; white-space: normal !important; font-size: 0.76rem !important; font-weight: 800 !important; line-height: 1.15 !important; } .hero-note.note-2 { top: 18px !important; left: 0 !important; right: auto !important; bottom: auto !important; } .hero-note.note-3 { top: 148px !important; right: -4px !important; left: auto !important; bottom: auto !important; } .hero-note.note-4 { right: 0 !important; bottom: 38px !important; left: auto !important; top: auto !important; } .segments-grid, .testimonials-grid { grid-template-columns: 1fr; } .segment-card, .testimonial-card, .module-card, .pain-card { padding: 18px; } .module-tabs-wrap { position: sticky; top: calc(var(--header-height) + 8px); z-index: 8; margin-bottom: 18px; padding: 8px 0 10px; overflow: hidden; background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); } .module-tabs-wrap::after { content: ''; position: absolute; right: 0; bottom: 10px; width: 46px; height: 50px; background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96) 72%); pointer-events: none; z-index: 3; } .module-scroll-hint { display: inline-flex; align-items: center; justify-content: center; gap: 6px; width: 100%; margin-bottom: 8px; color: rgba(87, 87, 86, 0.72); font-size: 0.76rem; font-weight: 700; } .module-scroll-hint i { font-size: 0.85rem; animation: hintMove 1.4s ease-in-out infinite; } .module-scroll-hint.is-hidden { display: none; } .module-tabs { display: flex; flex-wrap: nowrap; gap: 10px; overflow-x: auto; overflow-y: hidden; margin-bottom: 0; padding: 0 54px 4px 2px; scroll-snap-type: x mandatory; scrollbar-width: none; } .module-tabs::-webkit-scrollbar { display: none; } .module-tab { flex: 0 0 auto; min-width: 190px; min-height: 48px; padding: 10px 18px; border-radius: 999px; white-space: nowrap; font-size: 0.92rem; scroll-snap-align: start; } .video-poster { max-width: 100%; margin-top: 32px; padding: 6px; border-radius: 20px; } .video-frame { border-radius: 14px; } .parallax-section { min-height: 560px; padding: 80px 0; background-attachment: scroll !important; background-position: center; } .parallax-overlay { background: linear-gradient(180deg, rgba(4, 38, 32, 0.88) 0%, rgba(4, 38, 32, 0.78) 100%); } .parallax-content { margin: 0 auto; text-align: center; } .parallax-content p { margin-left: auto; margin-right: auto; } .users-logos-box { padding: 24px; border-radius: 26px; } .logos-track { gap: 20px; animation-duration: 42s; } .logo-item { width: 130px; height: 72px; padding: 14px; } .impact-number, .client-impact-card-main .impact-number, .client-impact-card-simple .impact-number, .mini-impact .impact-number { font-size: clamp(2rem, 10vw, 2.65rem); white-space: normal; } .mini-impact { align-items: flex-start; } .impact-icon { width: 58px; height: 58px; min-width: 58px; font-size: 26px; } .section-riesgos { padding-bottom: 120px; } .section-riesgos::after { width: 520px; height: 260px; right: -120px; bottom: -10px; background-size: contain; background-position: bottom right; opacity: 1; } .process-steps { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-flow: row; gap: 16px; } .process-step { gap: 16px; min-height: 96px; padding: 18px; border-radius: 22px; } .step-number { width: 28px; min-width: 28px; height: auto; font-size: 1.35rem; line-height: 1; } .step-icon { width: 42px; height: 42px; min-width: 42px; font-size: 1.4rem; } .step-label { font-size: 1rem; line-height: 1.25; } .contact-shell { padding: 24px 16px 12px; } .contact-left .brand-pill { max-width: 132px; min-height: 44px; padding: 8px 12px; } .contact-left .brand-pill img, .contact-left .brand-logo { max-width: 104px; max-height: 30px; } .contact-form-card { padding: 16px; } }
@media (max-width: 420px) { .section-riesgos::after { width: 430px; height: 220px; right: -110px; bottom: -8px; } }
@media (max-width: 380px) { .hero-title { max-width: 300px; font-size: clamp(1.72rem, 8.5vw, 2rem); } .hero-subtitle { max-width: 290px; font-size: 0.88rem; } .hero-device.main { width: min(72vw, 230px); } }
@keyframes hintMove { 0%, 100% { transform: translateX(0); opacity: 0.7; } 50% { transform: translateX(5px); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal, .reveal.is-visible, .module-pane, .hero-image-stack.reveal.is-visible .hero-device, .hero-image-stack.reveal.is-visible .hero-note { opacity: 1; transform: none; filter: none; transition: none; animation: none; } .logos-track { animation: none; } .reading-progress-bar { transition: none; } }


/* Fondos CSS responsive para pantallas pequeñas */
@media (max-width: 767.98px) { .parallax-section { background-image: var(--bg-parallax-mobile); } .modules-section { background-image: var(--bg-modules-mobile); } .users-section::before { background-image: var(--bg-users-map-mobile); } .section-riesgos::after { background-image: var(--bg-risks-mobile); } }

.wa-floating-btn-wrapper {
  bottom: 1rem;
  position: fixed;
  right: 1rem;
  z-index: 10000
}

.wa-floating-btn-wrapper a img {
  height: 100px
}
