{"id":9,"date":"2026-07-21T23:22:48","date_gmt":"2026-07-21T23:22:48","guid":{"rendered":"https:\/\/leoncapitalllc.com\/?page_id=9"},"modified":"2026-07-22T00:34:10","modified_gmt":"2026-07-22T00:34:10","slug":"capital-smart","status":"publish","type":"page","link":"https:\/\/leoncapitalllc.com\/?page_id=9","title":{"rendered":"Capital Smart"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"9\" class=\"elementor elementor-9\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8739d02 e-con e-atomic-element e-div-block-base \" data-id=\"8739d02\" data-element_type=\"e-div-block\" data-e-type=\"e-div-block\" data-interaction-id=\"8739d02\">\n    \t\t<div class=\"elementor-element elementor-element-9c2551f elementor-widget elementor-widget-html\" data-id=\"9c2551f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n  <meta charset=\"utf-8\"\/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n  <meta name=\"description\" content=\"Capital Smart \u2014 Educaci\u00f3n financiera pr\u00e1ctica y formaci\u00f3n en marketing. Tom\u00e1 decisiones m\u00e1s inteligentes con tu dinero. Respaldado por Le\u00f3n Capital LLC.\"\/>\n  <meta name=\"theme-color\" content=\"#0D0D0D\"\/>\n  <title>Capital Smart \u2014 Educaci\u00f3n Financiera y Formaci\u00f3n en Marketing<\/title>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\/>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@600&family=Lexend:wght@400;600;700&family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700&family=IBM+Plex+Mono:wght@500&display=swap\" rel=\"stylesheet\"\/>\n  <link rel=\"icon\" type=\"image\/png\" href=\"https:\/\/leoncapitalllc.com\/wp-content\/uploads\/2026\/07\/logo.png\"\/>\n    <style>\n        \/* ============================================================\n   CAPITAL SMART \u2014 Landing Page Styles\n   Pure CSS, no framework, no preprocessor\n   ============================================================ *\/\n\n\/* --- Reset & Base --- *\/\n*, *::before, *::after {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\nhtml {\n  scroll-behavior: smooth;\n  -webkit-text-size-adjust: 100%;\n}\n\nbody {\n  font-family: 'Inter', system-ui, -apple-system, sans-serif;\n  color: var(--color-text);\n  background-color: var(--color-bg);\n  line-height: 1.6;\n  overflow-x: hidden;\n}\n\nimg {\n  display: block;\n  max-width: 100%;\n  height: auto;\n}\n\na {\n  color: inherit;\n  text-decoration: none;\n}\n\nbutton {\n  font-family: inherit;\n  cursor: pointer;\n  border: none;\n  background: none;\n}\n\nul, ol {\n  list-style: none;\n}\n\n\/* --- CSS Custom Properties (Design System) --- *\/\n:root {\n  \/* Palette \u2014 derived from logo: black, gold\/amber, white *\/\n  --color-black: #0D0D0D;\n  --color-white: #FFFFFF;\n  --color-gold: #C9A84C;\n  --color-gold-light: #D4B96A;\n  --color-gold-dark: #A8893D;\n  --color-bg: #FAFAFA;\n  --color-bg-alt: #F2F2F2;\n  --color-bg-dark: #0D0D0D;\n  --color-text: #1A1A1A;\n  --color-text-secondary: #555555;\n  --color-text-muted: #888888;\n  --color-text-light: #CCCCCC;\n  --color-border: #E0E0E0;\n  --color-border-dark: #333333;\n\n  \/* Spacing *\/\n  --space-xs: clamp(0.5rem, 1vw, 0.75rem);\n  --space-sm: clamp(0.75rem, 1.5vw, 1rem);\n  --space-md: clamp(1rem, 2vw, 1.5rem);\n  --space-lg: clamp(1.5rem, 3vw, 2rem);\n  --space-xl: clamp(2rem, 5vw, 4rem);\n  --space-2xl: clamp(3rem, 7vw, 6rem);\n\n  \/* Container *\/\n  --container-max: min(1280px, 92%);\n  --container-padding: clamp(1rem, 4vw, 2rem);\n\n  \/* Typography *\/\n  --font-heading: 'Lexend', system-ui, sans-serif;\n  --font-body: 'Inter', system-ui, sans-serif;\n  --font-mono: 'JetBrains Mono', monospace;\n\n  --text-xs: clamp(0.7rem, 0.8vw, 0.75rem);\n  --text-sm: clamp(0.85rem, 1vw, 0.95rem);\n  --text-base: clamp(0.95rem, 1.1vw, 1.05rem);\n  --text-lg: clamp(1.05rem, 1.3vw, 1.2rem);\n  --text-xl: clamp(1.2rem, 1.6vw, 1.5rem);\n  --text-2xl: clamp(1.5rem, 2.5vw, 2rem);\n  --text-3xl: clamp(2rem, 4vw, 3rem);\n  --text-4xl: clamp(2.5rem, 5vw, 3.5rem);\n\n  \/* Border Radius *\/\n  --radius-sm: 0.25rem;\n  --radius-md: 0.5rem;\n  --radius-lg: 0.75rem;\n  --radius-xl: 1rem;\n  --radius-2xl: 1.5rem;\n  --radius-full: 9999px;\n\n  \/* Transitions *\/\n  --transition-fast: 0.2s ease;\n  --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n\n  \/* Shadows *\/\n  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);\n  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);\n  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);\n  --shadow-xl: 0 12px 40px rgba(0, 0, 0, 0.15);\n  --shadow-gold: 0 4px 20px rgba(201, 168, 76, 0.25);\n}\n\n\/* --- Layout Utilities --- *\/\n.container {\n  width: var(--container-max);\n  margin-inline: auto;\n  padding-inline: var(--container-padding);\n}\n\n.section {\n  padding-block: var(--space-xl);\n}\n\n.section--alt {\n  background-color: var(--color-bg-alt);\n}\n\n.section--dark {\n  background-color: var(--color-bg-dark);\n  color: var(--color-white);\n}\n\n\/* --- Typography --- *\/\n.heading-xl {\n  font-family: var(--font-heading);\n  font-size: var(--text-4xl);\n  font-weight: 700;\n  line-height: 1.15;\n  letter-spacing: -0.02em;\n}\n\n.heading-lg {\n  font-family: var(--font-heading);\n  font-size: var(--text-3xl);\n  font-weight: 600;\n  line-height: 1.2;\n}\n\n.heading-md {\n  font-family: var(--font-heading);\n  font-size: var(--text-2xl);\n  font-weight: 600;\n  line-height: 1.25;\n}\n\n.heading-sm {\n  font-family: var(--font-heading);\n  font-size: var(--text-xl);\n  font-weight: 600;\n  line-height: 1.3;\n}\n\n.body-lg {\n  font-family: var(--font-body);\n  font-size: var(--text-lg);\n  line-height: 1.7;\n}\n\n.body-md {\n  font-family: var(--font-body);\n  font-size: var(--text-base);\n  line-height: 1.65;\n}\n\n.body-sm {\n  font-family: var(--font-body);\n  font-size: var(--text-sm);\n  line-height: 1.55;\n}\n\n.label {\n  font-family: var(--font-mono);\n  font-size: var(--text-xs);\n  font-weight: 600;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n}\n\n\/* --- Gold accent text --- *\/\n.accent {\n  color:#855300;\n}\n\n\/* --- Buttons --- *\/\n.btn {\n  display: inline-flex;\n  align-items: center;\n  gap: var(--space-xs);\n  font-family: var(--font-heading);\n  font-size: var(--text-base);\n  font-weight: 600;\n  padding: clamp(0.75rem, 1.5vw, 1rem) clamp(1.5rem, 3vw, 2.5rem);\n  border-radius: var(--radius-lg);\n  transition: all var(--transition-normal);\n  white-space: nowrap;\n  text-align: center;\n  justify-content: center;\n}\n\n.btn--primary {\n    background: #fea619;\n  color: var(--color-black);\n  box-shadow: var(--shadow-gold);\n}\n\n.btn--primary:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 6px 24px rgba(201, 168, 76, 0.4);\n}\n\n.btn--primary:active {\n  transform: translateY(0);\n}\n\n.btn--outline {\n  border: 2px solid var(--color-text);\n  color: var(--color-text);\n  background: transparent;\n}\n\n.btn--outline:hover {\n  background: var(--color-text);\n  color: var(--color-white);\n}\n\n.btn--dark {\n  background: linear-gradient(135deg, var(--color-gold), var(--color-gold-dark));\n  color: var(--color-black);\n}\n\n.btn--dark:hover {\n  transform: translateY(-2px);\n  box-shadow: var(--shadow-gold);\n}\n\n\/* --- Cards --- *\/\n.card {\n  background: var(--color-white);\n  border: 1px solid var(--color-border);\n  border-radius: var(--radius-xl);\n  padding: var(--space-lg);\n  transition: all var(--transition-normal);\n}\n\n.card:hover {\n  box-shadow: var(--shadow-lg);\n  transform: translateY(-3px);\n}\n\n.card--featured {\n  border-top: 4px solid var(--color-gold);\n  box-shadow: var(--shadow-md);\n}\n\n.card--dark {\n  background: var(--color-bg-dark);\n  border-color: var(--color-border-dark);\n}\n\n.card--dark:hover {\n  box-shadow: 0 8px 24px rgba(255, 255, 255, 0.05);\n}\n\n\/* --- Header \/ Nav --- *\/\n.header {\n  position: fixed;\n  top: 0;\n  left: 0;\n  width: 100%;\n  z-index: 100;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  height: 4.5rem;\n  padding-inline: var(--container-padding);\n  background: rgba(250, 250, 250, 0.9);\n  backdrop-filter: blur(12px);\n  -webkit-backdrop-filter: blur(12px);\n  border-bottom: 1px solid var(--color-border);\n  transition: box-shadow var(--transition-normal);\n}\n\n.header.scrolled {\n  box-shadow: var(--shadow-md);\n}\n\n.header__logo {\n  display: flex;\n  align-items: center;\n  gap: var(--space-sm);\n  font-family: var(--font-heading);\n  font-size: var(--text-xl);\n  font-weight: 700;\n  color: var(--color-black);\n}\n\n.header__logo img {\n  width: 40px;\n  height: 40px;\n  border-radius: var(--radius-sm);\n}\n\n.header__nav {\n  display: flex;\n  align-items: center;\n  gap: var(--space-lg);\n}\n\n.header__link {\n  font-family: var(--font-mono);\n  font-size: var(--text-xs);\n  font-weight: 600;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n  color: var(--color-text-secondary);\n  transition: color var(--transition-fast);\n}\n\n.header__link:hover {\n  color: var(--color-gold-dark);\n}\n\n.header__toggle {\n  display: none;\n  flex-direction: column;\n  gap: 5px;\n  padding: 4px;\n}\n\n.header__toggle span {\n  display: block;\n  width: 24px;\n  height: 2px;\n  background: var(--color-text);\n  border-radius: 1px;\n  transition: all var(--transition-normal);\n}\n\n.header__toggle.active span:nth-child(1) {\n  transform: rotate(45deg) translate(5px, 5px);\n}\n\n.header__toggle.active span:nth-child(2) {\n  opacity: 0;\n}\n\n.header__toggle.active span:nth-child(3) {\n  transform: rotate(-45deg) translate(5px, -5px);\n}\n\n\/* Mobile nav overlay *\/\n.nav-mobile {\n  position: fixed;\n  top: 4.5rem;\n  left: 0;\n  width: 100%;\n  background: rgba(250, 250, 250, 0.98);\n  backdrop-filter: blur(12px);\n  padding: var(--space-lg) var(--container-padding);\n  display: flex;\n  flex-direction: column;\n  gap: var(--space-md);\n  border-bottom: 1px solid var(--color-border);\n  transform: translateY(-110%);\n  transition: transform var(--transition-normal);\n  z-index: 99;\n}\n\n.nav-mobile.open {\n  transform: translateY(0);\n}\n\n.nav-mobile .header__link {\n  font-size: var(--text-sm);\n  padding: var(--space-xs) 0;\n}\n\n\/* --- Hero --- *\/\n.hero {\n  position: relative;\n  min-height: 90vh;\n  display: flex;\n  align-items: center;\n  padding-top: 4.5rem;\n  overflow: hidden;\n  background: linear-gradient(160deg, var(--color-bg) 0%, var(--color-bg-alt) 100%);\n}\n\n.hero__grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--space-xl);\n  align-items: center;\n}\n\n.hero__content {\n  display: flex;\n  flex-direction: column;\n  gap: var(--space-md);\n}\n\n.hero__badge {\n  display: inline-flex;\n  align-items: center;\n  gap: var(--space-xs);\n  background: rgba(201, 168, 76, 0.1);\n  color: var(--color-gold-dark);\n  padding: var(--space-xs) var(--space-sm);\n  border-radius: var(--radius-full);\n  width: fit-content;\n}\n\n.hero__badge svg {\n  width: 16px;\n  height: 16px;\n  fill: var(--color-gold-dark);\n}\n\n.hero__actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: var(--space-md);\n  align-items: center;\n  margin-top: var(--space-sm);\n}\n\n.hero__social-proof {\n  display: flex;\n  align-items: center;\n  gap: var(--space-sm);\n}\n\n.hero__avatars {\n  display: flex;\n  margin-left: -0.5rem;\n}\n\n.hero__avatar {\n  width: 40px;\n  height: 40px;\n  border-radius: var(--radius-full);\n  border: 2px solid var(--color-bg);\n  background: var(--color-bg-alt);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-left: -0.5rem;\n  font-family: var(--font-heading);\n  font-weight: 700;\n  font-size: var(--text-sm);\n  color: var(--color-text-secondary);\n}\n\n.hero__visual {\n  position: relative;\n}\n\n.hero__image-wrap {\n  position: relative;\n  border-radius: var(--radius-2xl);\n  overflow: hidden;\n  box-shadow: var(--shadow-xl);\n  border: 1px solid var(--color-border);\n}\n\n.hero__image-wrap img {\n  width: 100%;\n  height: auto;\n  object-fit: cover;\n}\n\n.hero__badge-live {\n  position: absolute;\n  bottom: var(--space-md);\n  right: var(--space-md);\n  background: rgba(255, 255, 255, 0.9);\n  backdrop-filter: blur(8px);\n  padding: var(--space-xs) var(--space-sm);\n  border-radius: var(--radius-lg);\n  border: 1px solid var(--color-border);\n  display: flex;\n  align-items: center;\n  gap: var(--space-xs);\n}\n\n.hero__badge-live .dot {\n  width: 8px;\n  height: 8px;\n  border-radius: var(--radius-full);\n  background: var(--color-gold);\n  animation: pulse 2s infinite;\n}\n\n@keyframes pulse {\n  0%, 100% { opacity: 1; }\n  50% { opacity: 0.4; }\n}\n\n\/* --- About \/ Presentation --- *\/\n.about__grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--space-xl);\n  align-items: center;\n}\n\n.about__divider {\n  width: 64px;\n  height: 4px;\n  background: var(--color-gold);\n  border-radius: var(--radius-full);\n  margin-top: var(--space-sm);\n}\n\n.about__stats {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: var(--space-md);\n}\n\n.stat-card {\n  background: var(--color-white);\n  border: 1px solid var(--color-border);\n  border-radius: var(--radius-xl);\n  padding: var(--space-md);\n  border-left: 4px solid var(--color-gold);\n}\n\n.stat-card--alt {\n  border-left-color: var(--color-text);\n}\n\n.stat-card--dark {\n  background: var(--color-bg-dark);\n  border-color: var(--color-border-dark);\n  color: var(--color-white);\n}\n\n.stat-card--dark .stat-card__label {\n  color: var(--color-text-light);\n}\n\n.stat-card__value {\n  font-family: var(--font-heading);\n  font-size: var(--text-2xl);\n  font-weight: 700;\n  margin-bottom: var(--space-xs);\n}\n\n.stat-card__label {\n  font-family: var(--font-body);\n  font-size: var(--text-sm);\n  color: var(--color-text-secondary);\n}\n\n\/* --- Services --- *\/\n.services__header {\n  text-align: center;\n  max-width: 600px;\n  margin-inline: auto;\n  margin-bottom: var(--space-xl);\n}\n\n.services__grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--space-md);\n}\n\n.service-card {\n  display: flex;\n  flex-direction: column;\n  gap: var(--space-md);\n  border-top: 4px solid var(--color-gold);\n}\n\n.service-card__header {\n  display: flex;\n  align-items: baseline;\n  gap: var(--space-xs);\n}\n\n.service-card__label {\n  color: var(--color-text-muted);\n}\n\n.service-card__title {\n  font-family: var(--font-heading);\n  font-size: var(--text-xl);\n  font-weight: 600;\n}\n\n.service-card__list {\n  display: flex;\n  flex-direction: column;\n  gap: var(--space-sm);\n  flex-grow: 1;\n}\n\n.service-card__item {\n  display: flex;\n  align-items: flex-start;\n  gap: var(--space-xs);\n  font-family: var(--font-body);\n  font-size: var(--text-sm);\n  color: var(--color-text-secondary);\n  line-height: 1.5;\n}\n\n.service-card__check {\n  width: 18px;\n  height: 18px;\n  min-width: 18px;\n  margin-top: 2px;\n  color: var(--color-gold);\n}\n\n\/* Service Personalizado *\/\n.service-card--featured {\n    position: relative;\n    border: 2px solid var(--color-gold);\n    box-shadow: var(--shadow-gold);\n    transform: translateY(-6px);\n}\n\n.service-card--featured:hover {\n    transform: translateY(-10px);\n}\n\n.service-card__badge {\n    position: absolute;\n    top: 1rem;\n    right: 1rem;\n\n    padding: .35rem .8rem;\n\n    background: var(--color-gold);\n    color: var(--color-black);\n\n    font-size: .75rem;\n    font-weight: 600;\n\n    border-radius: var(--radius-full);\n\n    letter-spacing: .04em;\n    text-transform: uppercase;\n}\n\n.service-card--featured .service-card__title {\n    color: var(--color-gold-dark);\n}\n\n\/* --- Differentials --- *\/\n.differentials__header {\n  margin-bottom: var(--space-xl);\n}\n\n.differentials__header p {\n  color: var(--color-text-muted);\n  margin-top: var(--space-xs);\n}\n\n.differentials__grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--space-md);\n}\n\n.differential {\n  display: flex;\n  gap: var(--space-md);\n  padding: var(--space-md);\n  border-radius: var(--radius-lg);\n  transition: background var(--transition-fast);\n}\n\n.differential:hover {\n  background: rgba(255, 255, 255, 0.05);\n}\n\n.differential__icon {\n  width: 48px;\n  height: 48px;\n  min-width: 48px;\n  border-radius: var(--radius-md);\n  background: linear-gradient(135deg, var(--color-gold), var(--color-gold-dark));\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: var(--color-black);\n}\n\n.differential__icon svg {\n  width: 24px;\n  height: 24px;\n}\n\n.differential__title {\n  font-family: var(--font-heading);\n  font-size: var(--text-lg);\n  font-weight: 600;\n  color: var(--color-white);\n  margin-bottom: var(--space-xs);\n}\n\n.differential__text {\n  font-family: var(--font-body);\n  font-size: var(--text-sm);\n  color: var(--color-text-light);\n  line-height: 1.55;\n}\n\n\/* --- FAQ --- *\/\n.faq__header {\n  text-align: center;\n  max-width: 600px;\n  margin-inline: auto;\n  margin-bottom: var(--space-xl);\n}\n\n.faq__list {\n  max-width: 720px;\n  margin-inline: auto;\n  display: flex;\n  flex-direction: column;\n  gap: var(--space-sm);\n}\n\n.faq__item {\n  background: var(--color-white);\n  border: 1px solid var(--color-border);\n  border-radius: var(--radius-lg);\n  overflow: hidden;\n  transition: box-shadow var(--transition-fast);\n}\n\n.faq__item:hover {\n  box-shadow: var(--shadow-sm);\n}\n\n.faq__question {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: var(--space-md) var(--space-lg);\n  cursor: pointer;\n  font-family: var(--font-heading);\n  font-size: var(--text-base);\n  font-weight: 600;\n  color: var(--color-text);\n  transition: color var(--transition-fast);\n}\n\n.faq__question:hover {\n  color: var(--color-gold-dark);\n}\n\n.faq__icon {\n  width: 24px;\n  height: 24px;\n  min-width: 24px;\n  transition: transform var(--transition-normal);\n  color: var(--color-gold);\n}\n\n.faq__item.open .faq__icon {\n  transform: rotate(180deg);\n}\n\n.faq__answer {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height var(--transition-normal);\n}\n\n.faq__item.open .faq__answer {\n  max-height: 300px;\n}\n\n.faq__answer-inner {\n  padding: 0 var(--space-lg) var(--space-md);\n  font-family: var(--font-body);\n  font-size: var(--text-sm);\n  color: var(--color-text-secondary);\n  line-height: 1.65;\n}\n\n\/* --- CTA Final --- *\/\n.cta-final {\n  position: relative;\n  text-align: center;\n}\n\n.cta-final__inner {\n  max-width: 700px;\n  margin-inline: auto;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: var(--space-md);\n}\n\n.cta-final__contact-info {\n  display: flex;\n  flex-direction: column;\n  gap: var(--space-xs);\n  margin-top: var(--space-md);\n  padding-top: var(--space-md);\n  border-top: 1px solid var(--color-border);\n}\n\n\/* --- Footer --- *\/\n.footer {\n  background: var(--color-bg-dark);\n  color: var(--color-white);\n  padding-block: var(--space-xl);\n}\n\n.footer__grid {\n  display: grid;\n  grid-template-columns: 1fr;\n  gap: var(--space-lg);\n}\n\n.footer__brand {\n  display: flex;\n  align-items: center;\n  gap: var(--space-sm);\n  font-family: var(--font-heading);\n  font-size: var(--text-xl);\n  font-weight: 700;\n  color: var(--color-white);\n}\n\n.footer__brand img {\n  width: 36px;\n  height: 36px;\n  border-radius: var(--radius-sm);\n}\n\n.footer__tagline {\n  font-family: var(--font-body);\n  font-size: var(--text-sm);\n  color: var(--color-text-light);\n  opacity: 0.7;\n  margin-top: var(--space-sm);\n}\n\n.footer__section-title {\n  font-family: var(--font-mono);\n  font-size: var(--text-xs);\n  font-weight: 600;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n  color: var(--color-gold);\n  margin-bottom: var(--space-sm);\n}\n\n.footer__text {\n  font-family: var(--font-body);\n  font-size: var(--text-sm);\n  color: var(--color-text-light);\n  opacity: 0.6;\n  margin-bottom: var(--space-sm);\n}\n\n.footer__links {\n  display: flex;\n  flex-direction: column;\n  gap: var(--space-xs);\n}\n\n.footer__link {\n  font-family: var(--font-body);\n  font-size: var(--text-sm);\n  color: var(--color-text-light);\n  opacity: 0.7;\n  transition: color var(--transition-fast);\n}\n\n.footer__link:hover {\n  color: var(--color-gold);\n  opacity: 1;\n}\n\n.footer__contact {\n  display: flex;\n  flex-direction: column;\n  gap: var(--space-xs);\n}\n\n.footer__contact-item {\n  display: flex;\n  align-items: center;\n  gap: var(--space-xs);\n  font-family: var(--font-body);\n  font-size: var(--text-sm);\n  color: var(--color-text-light);\n  opacity: 0.7;\n  transition: color var(--transition-fast);\n}\n\n.footer__contact-item:hover {\n  color: var(--color-gold);\n  opacity: 1;\n}\n\n.footer__contact-item svg {\n  width: 16px;\n  height: 16px;\n}\n\n\/* =========================================================\n   TESTIMONIOS \u2014 Secci\u00f3n de Testimonios\n   ========================================================= *\/\n\n.testimonials-section {\n  background-color: var(--color-bg);\n}\n\n.testimonials-header {\n  max-width: 720px;\n  margin: 0 auto var(--space-xl);\n  text-align: center;\n}\n\n.testimonials-header h2 {\n  margin-bottom: var(--space-md);\n}\n\n.testimonials-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: var(--space-lg);\n  margin-bottom: var(--space-2xl);\n}\n\n.testimonial-card {\n  background: var(--color-white);\n  border: 1px solid var(--color-border);\n  border-radius: var(--radius-xl);\n  padding: var(--space-lg);\n  transition: all var(--transition-normal);\n  display: flex;\n  flex-direction: column;\n  gap: var(--space-md);\n}\n\n.testimonial-card:hover {\n  transform: translateY(-4px);\n  box-shadow: var(--shadow-lg);\n  border-color: var(--color-gold-light);\n}\n\n.testimonial-stars {\n  font-size: var(--text-lg);\n  color: var(--color-gold);\n  letter-spacing: 2px;\n  line-height: 1;\n}\n\n.testimonial-text {\n  font-family: var(--font-body);\n  font-size: var(--text-base);\n  line-height: 1.7;\n  color: var(--color-text-secondary);\n  font-style: italic;\n  margin: 0;\n}\n\n.testimonial-author {\n  font-family: var(--font-heading);\n  font-size: var(--text-base);\n  font-weight: 600;\n  color: var(--color-text);\n  margin-top: auto;\n}\n\n.testimonial-role {\n  font-family: var(--font-body);\n  font-size: var(--text-sm);\n  color: var(--color-text-muted);\n}\n\n.testimonials-cta {\n  background: var(--color-bg-alt);\n  border-radius: var(--radius-xl);\n  padding: var(--space-xl);\n  text-align: center;\n  max-width: 700px;\n  margin-inline: auto;\n}\n\n.testimonials-cta h3 {\n  margin-bottom: var(--space-md);\n}\n\n.testimonials-cta .btn {\n  display: inline-flex;\n}\n\n\/* --- Responsive Testimonios --- *\/\n@media (max-width: 768px) {\n  .testimonials-grid {\n    grid-template-columns: repeat(2, 1fr);\n    gap: var(--space-md);\n  }\n}\n\n@media (max-width: 480px) {\n  .testimonials-grid {\n    grid-template-columns: 1fr;\n    gap: var(--space-md);\n  }\n\n  .testimonial-card {\n    padding: var(--space-md);\n  }\n\n  .testimonials-cta {\n    padding: var(--space-lg);\n  }\n}\n\n\/* --- Animations --- *\/\n.reveal {\n  opacity: 0;\n  transform: translateY(20px);\n  transition: opacity 0.7s ease, transform 0.7s ease;\n}\n\n.reveal.visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n.reveal-delay-1 { transition-delay: 0.1s; }\n.reveal-delay-2 { transition-delay: 0.2s; }\n.reveal-delay-3 { transition-delay: 0.3s; }\n.reveal-delay-4 { transition-delay: 0.4s; }\n.reveal-delay-5 { transition-delay: 0.5s; }\n\n\/* --- Responsive --- *\/\n@media (min-width: 640px) {\n  .hero__grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .services__grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .differentials__grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .footer__grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n@media (min-width: 768px) {\n  .about__grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .services__grid {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .differentials__grid {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .footer__grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n@media (max-width: 767px) {\n  .header__nav {\n    display: none;\n  }\n\n  .header__toggle {\n    display: flex;\n  }\n\n  .about__stats {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .hero__visual {\n    order: -1;\n  }\n}\n\n@media (max-width: 480px) {\n  .hero__actions {\n    flex-direction: column;\n    align-items: flex-start;\n  }\n\n  .btn {\n    width: 100%;\n  }\n\n  .service-card {\n    padding: var(--space-md);\n  }\n}\n\n\/* --- Skip link (accessibility) --- *\/\n.skip-link {\n  position: absolute;\n  top: -100%;\n  left: var(--space-sm);\n  background: var(--color-gold);\n  color: var(--color-black);\n  padding: var(--space-xs) var(--space-sm);\n  border-radius: var(--radius-sm);\n  font-weight: 600;\n  z-index: 200;\n  transition: top var(--transition-fast);\n}\n\n.skip-link:focus {\n  top: var(--space-sm);\n}\n\n\/* =========================================================\n   TESTIMONIOS \u2014 Secci\u00f3n de Evidencia\n   ========================================================= *\/\n\n.evidence-section {\n  background-color: var(--color-bg);\n}\n\n.evidence-header {\n  max-width: 780px;\n  margin: 0 auto var(--space-xl);\n  text-align: center;\n}\n\n.evidence-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: var(--space-xs);\n  font-family: var(--font-mono);\n  font-size: var(--text-xs);\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  color: var(--color-gold-dark);\n  margin-bottom: var(--space-md);\n}\n\n.evidence-eyebrow .pulse-dot {\n  width: 8px;\n  height: 8px;\n  border-radius: 50%;\n  background: var(--color-gold);\n  box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.6);\n  animation: pulse-gold 2.4s infinite;\n}\n\n@keyframes pulse-gold {\n  0% { box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.45); }\n  70% { box-shadow: 0 0 0 8px rgba(201, 168, 76, 0); }\n  100% { box-shadow: 0 0 0 0 rgba(201, 168, 76, 0); }\n}\n\n.evidence-header h2 em {\n  font-family: 'Fraunces', serif;\n  font-style: italic;\n  color: var(--color-gold);\n  font-weight: 400;\n}\n\n\/* ---------- MOSAICO EDITORIAL ---------- *\/\n.mosaic {\n  display: grid;\n  grid-template-columns: repeat(6, 1fr);\n  grid-auto-rows: 150px;\n  gap: var(--space-sm);\n}\n\n.evidence-card {\n  position: relative;\n  border-radius: var(--radius-xl);\n  overflow: hidden;\n  border: 1px solid var(--color-border);\n  background: var(--color-white);\n  cursor: pointer;\n  transition: transform var(--transition-slow), box-shadow var(--transition-normal), opacity var(--transition-slow);\n}\n\n.evidence-card:hover,\n.evidence-card:focus-visible {\n  transform: translateY(-4px) scale(1.015);\n  box-shadow: var(--shadow-gold);\n  z-index: 2;\n}\n\n.evidence-card:focus-visible {\n  outline: 2px solid var(--color-gold);\n  outline-offset: 3px;\n}\n\n\/* tama\u00f1os del mosaico irregular *\/\n.span-2c { grid-column: span 2; }\n.span-3c { grid-column: span 3; }\n.span-4c { grid-column: span 4; }\n.row-2 { grid-row: span 2; }\n.row-3 { grid-row: span 3; }\n\n\/* imagen \/ media base *\/\n.card-media {\n  position: absolute;\n  inset: 0;\n  background-size: cover;\n  background-position: center;\n  transition: transform var(--transition-slow);\n}\n\n.evidence-card:hover .card-media {\n  transform: scale(1.06);\n}\n\n.card-media::after {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%);\n}\n\n.card-tag {\n  position: absolute;\n  top: var(--space-sm);\n  left: var(--space-sm);\n  z-index: 2;\n  font-family: var(--font-mono);\n  font-size: 0.65rem;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  background: rgba(13, 13, 13, 0.7);\n  backdrop-filter: blur(6px);\n  -webkit-backdrop-filter: blur(6px);\n  color: var(--color-gold-light);\n  padding: 4px 10px;\n  border-radius: var(--radius-full);\n  border: 1px solid rgba(255,255,255,0.1);\n  display: flex;\n  align-items: center;\n  gap: 5px;\n}\n\n.card-caption {\n  position: absolute;\n  left: var(--space-sm);\n  right: var(--space-sm);\n  bottom: var(--space-sm);\n  z-index: 2;\n  font-size: 0.85rem;\n  color: var(--color-white);\n  font-weight: 600;\n  line-height: 1.35;\n}\n\n.card-caption span {\n  display: block;\n  font-size: 0.72rem;\n  color: rgba(255,255,255,0.7);\n  font-weight: 400;\n  margin-top: 2px;\n}\n\n\/* ---------- variante: tarjeta tipo chat ---------- *\/\n.evidence-card.chat {\n  background: var(--color-bg-alt);\n  padding: var(--space-sm);\n  display: flex;\n  flex-direction: column;\n  justify-content: flex-end;\n  gap: 6px;\n}\n\n.chat-bubble {\n  max-width: 85%;\n  padding: 8px 12px;\n  border-radius: 14px;\n  font-size: 0.8rem;\n  line-height: 1.4;\n}\n\n.chat-bubble.in {\n  align-self: flex-start;\n  background: var(--color-white);\n  border: 1px solid var(--color-border);\n  color: var(--color-text);\n  border-bottom-left-radius: 3px;\n}\n\n.chat-bubble.out {\n  align-self: flex-end;\n  background: linear-gradient(135deg, var(--color-gold-dark), var(--color-gold));\n  color: var(--color-black);\n  font-weight: 600;\n  border-bottom-right-radius: 3px;\n}\n\n.chat-meta {\n  font-family: var(--font-mono);\n  font-size: 0.6rem;\n  color: var(--color-text-muted);\n  text-align: right;\n  margin-top: 2px;\n}\n\n\/* ---------- variante: reel \/ video ---------- *\/\n.play-badge {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%,-50%);\n  width: 46px;\n  height: 46px;\n  border-radius: 50%;\n  background: rgba(13, 13, 13, 0.6);\n  backdrop-filter: blur(6px);\n  -webkit-backdrop-filter: blur(6px);\n  border: 1px solid rgba(255,255,255,0.2);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  z-index: 2;\n  transition: transform var(--transition-normal);\n}\n\n.evidence-card:hover .play-badge {\n  transform: translate(-50%,-50%) scale(1.1);\n}\n\n.play-badge svg {\n  fill: var(--color-gold-light);\n  margin-left: 3px;\n}\n\n\/* ---------- MODAL ---------- *\/\n.evidence-modal {\n  position: fixed;\n  inset: 0;\n  background: rgba(13, 13, 13, 0.85);\n  backdrop-filter: blur(8px);\n  -webkit-backdrop-filter: blur(8px);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: var(--space-md);\n  z-index: 1000;\n  opacity: 0;\n  visibility: hidden;\n  transition: opacity var(--transition-normal), visibility var(--transition-normal);\n}\n\n.evidence-modal.is-open {\n  opacity: 1;\n  visibility: visible;\n}\n\n.evidence-modal-content {\n  max-width: 720px;\n  width: 100%;\n  max-height: 86vh;\n  background: var(--color-white);\n  border-radius: var(--radius-2xl);\n  overflow: hidden;\n  box-shadow: var(--shadow-xl);\n  transform: scale(0.94);\n  transition: transform var(--transition-normal);\n  position: relative;\n}\n\n.evidence-modal.is-open .evidence-modal-content {\n  transform: scale(1);\n}\n\n.evidence-modal-media {\n  width: 100%;\n  height: 360px;\n  background-size: cover;\n  background-position: center;\n}\n\n.evidence-modal-body {\n  padding: var(--space-lg);\n}\n\n.evidence-modal-body h3 {\n  font-family: var(--font-heading);\n  font-size: var(--text-xl);\n  margin: 0 0 var(--space-xs);\n  color: var(--color-black);\n}\n\n.evidence-modal-body p {\n  color: var(--color-text-secondary);\n  font-size: var(--text-base);\n  line-height: 1.6;\n  margin: 0 0 var(--space-sm);\n}\n\n.evidence-modal-date {\n  font-family: var(--font-mono);\n  font-size: 0.75rem;\n  color: var(--color-text-muted);\n  letter-spacing: 0.04em;\n  display: block;\n  margin-bottom: 4px;\n}\n\n.modal-close {\n  position: absolute;\n  top: var(--space-sm);\n  right: var(--space-sm);\n  width: 38px;\n  height: 38px;\n  border-radius: 50%;\n  background: rgba(13, 13, 13, 0.6);\n  border: 1px solid rgba(255,255,255,0.2);\n  color: var(--color-white);\n  font-size: 1.2rem;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  cursor: pointer;\n  z-index: 10;\n  transition: background var(--transition-normal);\n}\n\n.modal-close:hover {\n  background: var(--color-gold-dark);\n}\n\n\/* ---------- RESPONSIVE TESTIMONIOS ---------- *\/\n@media (max-width: 980px) {\n  .mosaic { grid-template-columns: repeat(4, 1fr); }\n  .span-4c { grid-column: span 4; }\n  .span-3c { grid-column: span 4; }\n  .span-2c { grid-column: span 2; }\n}\n\n@media (max-width: 640px) {\n  .mosaic { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 130px; }\n  .span-4c, .span-3c, .span-2c { grid-column: span 2; }\n  .row-3 { grid-row: span 2; }\n  .evidence-modal-media { height: 240px; }\n}\n.elementor .e-div-block-base{\n    padding:0 !important;\n}\n    <\/style>\n<\/head>\n<body>\n\n  <a class=\"skip-link\" href=\"#main-content\">Saltar al contenido principal<\/a>\n\n  <!-- Header -->\n  <header class=\"header\" role=\"banner\">\n    <a class=\"header__logo\" href=\"#\" aria-label=\"Capital Smart \u2014 Inicio\">\n      <img decoding=\"async\" src=\"https:\/\/leoncapitalllc.com\/wp-content\/uploads\/2026\/07\/logo.png\" alt=\"Logo Capital Smart\" width=\"40\" height=\"40\"\/>\n      <span>Capital Smart<\/span>\n    <\/a>\n\n      <nav class=\"header__nav\" aria-label=\"Navegaci\u00f3n principal\">\n      <a class=\"header__link\" href=\"#sobre\">Sobre nosotros<\/a>\n      <a class=\"header__link\" href=\"#servicios\">Servicios<\/a>\n      <a class=\"header__link\" href=\"#testimonios\">Testimonios<\/a>\n      <a class=\"header__link\" href=\"#faq\">FAQ<\/a>\n      <a class=\"btn btn--primary\"   href=\"https:\/\/wa.me\/5491137028602?text=Hola%20Axel%2C%20me%20gustar%C3%ADa%20charlar%20con%20vos%20para%20que%20me%20ayudes%20a%20organizar%20mis%20finanzas.\"  target=\"_blank\" rel=\"noopener\">WhatsApp<\/a>\n    <\/nav>\n\n    <button class=\"header__toggle\" aria-label=\"Abrir men\u00fa\" aria-expanded=\"false\">\n      <span><\/span>\n      <span><\/span>\n      <span><\/span>\n    <\/button>\n  <\/header>\n\n  <!-- Mobile Navigation -->\n  <nav class=\"nav-mobile\" aria-label=\"Men\u00fa m\u00f3vil\">\n    <a class=\"header__link\" href=\"#sobre\">Sobre nosotros<\/a>\n    <a class=\"header__link\" href=\"#servicios\">Servicios<\/a>\n    <a class=\"header__link\" href=\"#testimonios\">Testimonios<\/a>\n    <a class=\"header__link\" href=\"#faq\">FAQ<\/a>\n    <a class=\"btn btn--primary\"   href=\"https:\/\/wa.me\/5491137028602?text=Hola%20Axel%2C%20me%20gustar%C3%ADa%20charlar%20con%20vos%20para%20que%20me%20ayudes%20a%20organizar%20mis%20finanzas.\"  target=\"_blank\" rel=\"noopener\">Escribir por WhatsApp<\/a>\n  <\/nav>\n\n  <main id=\"main-content\">\n\n    <!-- ==========================================\n         HERO \u2014 Propuesta de valor + CTA\n         ========================================== -->\n    <section class=\"hero\" aria-labelledby=\"hero-title\">\n      <div class=\"container hero__grid\">\n\n        <div class=\"hero__content\">\n          <h1 class=\"heading-xl reveal reveal-delay-1\" id=\"hero-title\">\n            Tom\u00e1 decisiones m\u00e1s <span class=\"accent\">inteligentes<\/span> con tu dinero.\n          <\/h1>\n\n          <p class=\"body-lg reveal reveal-delay-2\" style=\"color:var(--color-text-secondary); max-width:540px;\">\n            Capital Smart te ayuda a ordenar tus finanzas, mejorar tu capacidad de ahorro y desarrollar habilidades para aumentar tus ingresos. Todo respaldado por Le\u00f3n Capital LLC.\n          <\/p>\n\n          <div class=\"hero__actions reveal reveal-delay-3\">\n            <a class=\"btn btn--primary\"  href=\"https:\/\/wa.me\/5491137028602?text=Hola%20Axel%2C%20me%20gustar%C3%ADa%20charlar%20con%20vos%20para%20que%20me%20ayudes%20a%20organizar%20mis%20finanzas.\"  target=\"_blank\" rel=\"noopener\">\n              <svg width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z\" fill=\"currentColor\"\/><\/svg>\n              Hablar por WhatsApp\n            <\/a>\n            <div class=\"hero__social-proof\">\n              <div class=\"hero__avatars\">\n                <div class=\"hero__avatar\" ><img decoding=\"async\" src=\"https:\/\/randomuser.me\/portraits\/women\/1.jpg\" alt=\"avatar 2\" style=\"border-radius:50%;\"><\/div>\n                <div class=\"hero__avatar\"><img decoding=\"async\" src=\"https:\/\/randomuser.me\/portraits\/men\/1.jpg\" alt=\"avatar 1\" style=\"border-radius:50%;\"><\/div>\n                <div class=\"hero__avatar\" ><img decoding=\"async\" src=\"https:\/\/randomuser.me\/portraits\/women\/40.jpg\" alt=\"avatar 3\" style=\"border-radius:50%;\"><\/div>\n              <\/div>\n              <span class=\"label\" style=\"color:var(--color-text-muted);\">Comunidad activa<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"hero__visual reveal reveal-delay-2\">\n          <div class=\"hero__image-wrap\">\n            <img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/leoncapitalllc.com\/wp-content\/uploads\/2026\/07\/unnamed.jpg    \" alt=\"Persona revisando sus finanzas con tranquilidad y orden\" width=\"600\" height=\"750\"\/>\n            <div class=\"hero__badge-live\">\n              <span class=\"dot\"><\/span>\n              <span class=\"label\" style=\"color:var(--color-text);\">Acompa\u00f1amiento personalizado<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/section>\n\n    <!-- ==========================================\n         SOBRE NOSOTROS \u2014 Presentaci\u00f3n de la empresa\n         ========================================== -->\n    <section class=\"section section--alt\" id=\"sobre\" aria-labelledby=\"about-title\">\n      <div class=\"container about__grid\">\n\n        <div class=\"about__content reveal\">\n          <h2 class=\"heading-lg\" id=\"about-title\">\u00bfQui\u00e9nes somos?<\/h2>\n          <div class=\"about__divider\"><\/div>\n          <p class=\"body-md\" style=\"color:var(--color-text-secondary); margin-top:var(--space-md);\">\n            <strong>Capital Smart<\/strong> es una marca enfocada en educaci\u00f3n financiera y formaci\u00f3n en marketing, respaldada legalmente por <strong>Le\u00f3n Capital LLC<\/strong>. Ayudamos a personas a ordenar su vida financiera, mejorar su capacidad de ahorro y tomar decisiones m\u00e1s conscientes sobre sus gastos e inversiones.\n          <\/p>\n          <p class=\"body-md\" style=\"color:var(--color-text-secondary);\">\n            Ense\u00f1amos educaci\u00f3n financiera de forma simple, pr\u00e1ctica y aplicable a la vida real. Adem\u00e1s, combinamos finanzas con formaci\u00f3n en marketing para que puedas generar m\u00e1s oportunidades y aumentar tus ingresos.\n          <\/p>\n\n          <div style=\"display:flex; align-items:center; gap:var(--space-md); margin-top:var(--space-md);\">\n            <div style=\"background:var(--color-gold); padding:var(--space-sm); border-radius:var(--radius-md); color:var(--color-black); display:flex; align-items:center; justify-content:center;\">\n              <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"currentColor\" aria-hidden=\"true\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\/><\/svg>\n            <\/div>\n            <div>\n              <p class=\"label\" style=\"color:var(--color-text);\">Respaldo legal<\/p>\n              <p class=\"body-sm\" style=\"color:var(--color-text-secondary);\">Le\u00f3n Capital LLC<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"about__stats reveal reveal-delay-1\">\n          <div class=\"stat-card\" style=\"margin-top:var(--space-xl);\">\n            <p class=\"stat-card__value\">Desde cero<\/p>\n            <p class=\"stat-card__label\">Educaci\u00f3n para todos, sin experiencia previa<\/p>\n          <\/div>\n          <div class=\"stat-card stat-card--alt\">\n            <p class=\"stat-card__value\">100%<\/p>\n            <p class=\"stat-card__label\">Enfoque en resultados aplicables a tu vida<\/p>\n          <\/div>\n          <div class=\"stat-card\">\n            <p class=\"stat-card__value\">Pr\u00e1ctica<\/p>\n            <p class=\"stat-card__label\">Contenido simple, directo y aplicable<\/p>\n          <\/div>\n          <div class=\"stat-card stat-card--dark\">\n            <p class=\"stat-card__value\">24\/7<\/p>\n            <p class=\"stat-card__label stat-card__label\">Acompa\u00f1amiento personalizado<\/p>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/section>\n\n        <!-- ==========================================\n         DIFERENCIALES \u2014 Por qu\u00e9 elegir Capital Smart\n         ========================================== -->\n    <section class=\"section section--dark\" id=\"beneficios\" aria-labelledby=\"diff-title\">\n      <div class=\"container\">\n\n        <div class=\"differentials__header reveal\">\n          <h2 class=\"heading-lg\" id=\"diff-title\" style=\"color:var(--color-white);\">\u00bfPor qu\u00e9 elegir Capital Smart?<\/h2>\n          <p class=\"body-md\" style=\"color:var(--color-text-light);\">Educaci\u00f3n financiera pr\u00e1ctica y marketing aplicado a tu vida real.<\/p>\n        <\/div>\n\n        <div class=\"differentials__grid\">\n\n          <div class=\"differential reveal\">\n            <div class=\"differential__icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M12 2v20M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/div>\n            <div>\n              <h3 class=\"differential__title\">Desde cero<\/h3>\n              <p class=\"differential__text\">No necesit\u00e1s experiencia previa. Ense\u00f1amos desde lo b\u00e1sico hasta lo que pod\u00e9s aplicar en tu d\u00eda a d\u00eda.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"differential reveal reveal-delay-1\">\n            <div class=\"differential__icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2M9 11a4 4 0 100-8 4 4 0 000 8zM23 21v-2a4 4 0 00-3-3.87M16 3.13a4 4 0 010 7.75\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/div>\n            <div>\n              <h3 class=\"differential__title\">Acompa\u00f1amiento personalizado<\/h3>\n              <p class=\"differential__text\">Cada persona tiene una situaci\u00f3n diferente. Trabajamos con estrategias adaptadas a tu caso real.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"differential reveal reveal-delay-2\">\n            <div class=\"differential__icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/div>\n            <div>\n              <h3 class=\"differential__title\">Enfoque pr\u00e1ctico<\/h3>\n              <p class=\"differential__text\">Nada de teor\u00eda complicada. Todo est\u00e1 pensado para que puedas aplicar lo aprendido de forma inmediata.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"differential reveal reveal-delay-1\">\n            <div class=\"differential__icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M12 20V10M18 20V4M6 20v-4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/div>\n            <div>\n              <h3 class=\"differential__title\">Mentalidad financiera<\/h3>\n              <p class=\"differential__text\">No solo aprend\u00e9s a manejar el dinero, sino a pensar de forma estrat\u00e9gica sobre tu crecimiento financiero.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"differential reveal reveal-delay-2\">\n            <div class=\"differential__icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1zM4 22v-7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/div>\n            <div>\n              <h3 class=\"differential__title\">Finanzas + Marketing<\/h3>\n              <p class=\"differential__text\">Combinamos educaci\u00f3n financiera con habilidades comerciales para que puedas aumentar tus ingresos.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"differential reveal reveal-delay-3\">\n            <div class=\"differential__icon\">\n              <svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/div>\n            <div>\n              <h3 class=\"differential__title\">Respaldo legal<\/h3>\n              <p class=\"differential__text\">Detr\u00e1s de Capital Smart est\u00e1 Le\u00f3n Capital LLC. Seguridad y profesionalismo en cada paso.<\/p>\n            <\/div>\n          <\/div>\n\n        <\/div>\n      <\/div>\n      <\/section>\n\n    <!-- ==========================================\n         SERVICIOS \u2014 Los 5 servicios del formulario + Personalizado\n         ========================================== -->\n<section class=\"section\" id=\"servicios\" aria-labelledby=\"services-title\">\n      <div class=\"container\">\n\n        <div class=\"services__header reveal\">\n          <h2 class=\"heading-lg\" id=\"services-title\">Formaci\u00f3n a tu medida<\/h2>\n          <p class=\"body-md\" style=\"color:var(--color-text-secondary); margin-top:var(--space-xs);\">\n            Seleccion\u00e1 el nivel de acompa\u00f1amiento que necesit\u00e1s para ordenar tus finanzas y mejorar tus ingresos.\n          <\/p>\n        <\/div>\n\n      <div class=\"services__grid\">\n\n          <!-- Servicio 1 -->\n          <article class=\"card service-card reveal\">\n            <div class=\"service-card__header\">\n              <span class=\"label service-card__label\">Individual<\/span>\n            <\/div>\n            <h3 class=\"service-card__title\">Asesor\u00eda financiera 1 a 1<\/h3>\n            <p class=\"body-sm\" style=\"color:var(--color-text-secondary);\">\n              Analizamos tu situaci\u00f3n financiera de forma personalizada para ayudarte a organizar mejor tus ingresos, optimizar tus gastos y construir un plan de acci\u00f3n adaptado a tus objetivos.\n            <\/p>\n            <ul class=\"service-card__list\">\n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><path d=\"M22 4L12 14.01l-3-3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <span>Ten\u00e9s m\u00e1s claridad sobre tu situaci\u00f3n financiera<\/span>\n              <\/li>\n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><path d=\"M22 4L12 14.01l-3-3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <span>Detect\u00e1s en qu\u00e9 est\u00e1s perdiendo plata<\/span>\n              <\/li>\n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><path d=\"M22 4L12 14.01l-3-3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <span>Sal\u00eds con pr\u00f3ximos pasos concretos<\/span>\n              <\/li>\n            <\/ul>\n            <div class=\"service-card__price\">$500 <span class=\"service-card__price-unit\">USD<\/span><\/div>\n            <a class=\"btn btn--outline\" href=\"https:\/\/wa.me\/5491137028602?text=Hola%20Axel%2C%20me%20gustar%C3%ADa%20charlar%20con%20vos%20para%20que%20me%20ayudes%20a%20organizar%20mis%20finanzas.\" target=\"_blank\" rel=\"noopener\">Consultar por WhatsApp<\/a>\n          <\/article>\n        \n          <!-- Servicio 2 -->\n          <article class=\"card service-card reveal reveal-delay-1\">\n            <div class=\"service-card__header\">\n              <span class=\"label service-card__label\">Programa<\/span>\n            <\/div>\n            <h3 class=\"service-card__title\">Programa de educaci\u00f3n financiera<\/h3>\n            <p class=\"body-sm\" style=\"color:var(--color-text-secondary);\">\n              Un programa pensado para quienes quieren aprender desde cero a administrar su dinero, desarrollar h\u00e1bitos financieros saludables y tomar mejores decisiones.\n            <\/p>\n            <ul class=\"service-card__list\">\n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><path d=\"M22 4L12 14.01l-3-3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <span>Aprend\u00e9s educaci\u00f3n financiera desde cero<\/span>\n              <\/li>\n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><path d=\"M22 4L12 14.01l-3-3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <span>Constru\u00eds mejores h\u00e1bitos financieros<\/span>\n              <\/li>\n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><path d=\"M22 4L12 14.01l-3-3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <span>Gu\u00eda clara para ordenar tu dinero<\/span>\n              <\/li>\n            <\/ul>\n            <div class=\"service-card__price\">$1000 <span class=\"service-card__price-unit\">USD<\/span><\/div>\n            <a class=\"btn btn--outline\" href=\"https:\/\/wa.me\/5491137028602?text=Hola%20Axel%2C%20me%20gustar%C3%ADa%20charlar%20con%20vos%20para%20que%20me%20ayudes%20a%20organizar%20mis%20finanzas.\" target=\"_blank\" rel=\"noopener\">Consultar por WhatsApp<\/a>\n          <\/article>\n        \n          <!-- Servicio 3 -->\n          <article class=\"card service-card reveal reveal-delay-2\">\n            <div class=\"service-card__header\">\n              <span class=\"label service-card__label\">Programa<\/span>\n            <\/div>\n            <h3 class=\"service-card__title\">Coaching financiero personalizado<\/h3>\n            <p class=\"body-sm\" style=\"color:var(--color-text-secondary);\">\n              Recib\u00ed un acompa\u00f1amiento continuo para mejorar tus h\u00e1bitos financieros, mantener el foco en tus objetivos y sostener cambios reales en el tiempo.\n            <\/p>\n            <ul class=\"service-card__list\">\n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><path d=\"M22 4L12 14.01l-3-3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <span>Trabaj\u00e1s sobre objetivos concretos<\/span>\n              <\/li>\n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><path d=\"M22 4L12 14.01l-3-3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <span>Reduc\u00eds gastos que no aportan valor<\/span>\n              <\/li>\n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><path d=\"M22 4L12 14.01l-3-3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <span>Estrategia adaptada a tu caso<\/span>\n              <\/li>\n            <\/ul>\n            <div class=\"service-card__price\">$1500 <span class=\"service-card__price-unit\">USD<\/span><\/div>\n            <a class=\"btn btn--outline\" href=\"https:\/\/wa.me\/5491137028602?text=Hola%20Axel%2C%20me%20gustar%C3%ADa%20charlar%20con%20vos%20para%20que%20me%20ayudes%20a%20organizar%20mis%20finanzas.\" target=\"_blank\" rel=\"noopener\">Consultar por WhatsApp<\/a>\n          <\/article>\n        \n          <!-- Servicio 4 -->\n          <article class=\"card service-card reveal reveal-delay-1\">\n            <div class=\"service-card__header\">\n              <span class=\"label service-card__label\">Negocios<\/span>\n            <\/div>\n            <h3 class=\"service-card__title\">Formaci\u00f3n en marketing y negocios digitales<\/h3>\n            <p class=\"body-sm\" style=\"color:var(--color-text-secondary);\">\n              Desarroll\u00e1 habilidades de marketing y comunicaci\u00f3n para potenciar tu emprendimiento, mejorar tus ventas y generar nuevas oportunidades de ingresos.\n            <\/p>\n            <ul class=\"service-card__list\">\n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><path d=\"M22 4L12 14.01l-3-3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <span>Habilidades de marketing aplicables<\/span>\n              <\/li>\n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><path d=\"M22 4L12 14.01l-3-3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <span>Posicionamiento y comunicaci\u00f3n clara<\/span>\n              <\/li>\n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><path d=\"M22 4L12 14.01l-3-3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <span>Gener\u00e1s m\u00e1s oportunidades<\/span>\n              <\/li>\n            <\/ul>\n            <div class=\"service-card__price\">$2000 <span class=\"service-card__price-unit\">USD<\/span><\/div>\n            <a class=\"btn btn--outline\" href=\"https:\/\/wa.me\/5491137028602?text=Hola%20Axel%2C%20me%20gustar%C3%ADa%20charlar%20con%20vos%20para%20que%20me%20ayudes%20a%20organizar%20mis%20finanzas.\" target=\"_blank\" rel=\"noopener\">Consultar por WhatsApp<\/a>\n          <\/article>\n        \n          <!-- Servicio 5 -->\n          <article class=\"card service-card reveal reveal-delay-1\">\n            <div class=\"service-card__header\">\n              <span class=\"label service-card__label\">Integral<\/span>\n            <\/div>\n            <h3 class=\"service-card__title\">Programa integral Capital Smart<\/h3>\n            <p class=\"body-sm\" style=\"color:var(--color-text-secondary);\">\n              Nuestra propuesta m\u00e1s completa. Combin\u00e1 educaci\u00f3n financiera y marketing para aprender a administrar mejor tu dinero mientras desarroll\u00e1s habilidades que te permitan generar m\u00e1s ingresos.\n            <\/p>\n            <ul class=\"service-card__list\">\n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><path d=\"M22 4L12 14.01l-3-3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <span>Combina educaci\u00f3n financiera y marketing<\/span>\n              <\/li>\n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><path d=\"M22 4L12 14.01l-3-3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <span>Ahorr\u00e1s vs. contratar por separado<\/span>\n              <\/li>\n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\/><path d=\"M22 4L12 14.01l-3-3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n                <span>Ruta completa: ordenar y generar ingresos<\/span>\n              <\/li>\n            <\/ul>\n            <div class=\"service-card__price\">$2500 <span class=\"service-card__price-unit\">USD<\/span><\/div>\n            <a class=\"btn btn--outline\" href=\"https:\/\/wa.me\/5491137028602?text=Hola%20Axel%2C%20me%20gustar%C3%ADa%20charlar%20con%20vos%20para%20que%20me%20ayudes%20a%20organizar%20mis%20finanzas.\" target=\"_blank\" rel=\"noopener\">Consultar por WhatsApp<\/a>\n          <\/article>\n        \n          <!-- Servicio 6 -->\n          <article class=\"card service-card service-card--featured reveal reveal-delay-2\">\n          \n            <div class=\"service-card__badge\">\n              Recomendado\n            <\/div>\n          \n            <div class=\"service-card__header\">\n              <span class=\"label service-card__label\">Personalizado<\/span>\n            <\/div>\n          \n            <h3 class=\"service-card__title\">\n              Soluci\u00f3n personalizada\n            <\/h3>\n          \n            <p class=\"body-sm\" style=\"color:var(--color-text-secondary);\">\n              \u00bfNo sab\u00e9s cu\u00e1l de nuestros programas se adapta mejor a vos? Analizamos tu situaci\u00f3n y dise\u00f1amos un plan de aprendizaje totalmente personalizado seg\u00fan tus objetivos financieros.\n            <\/p>\n          \n            <ul class=\"service-card__list\">\n            \n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\">\n                  <path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\"\n                    stroke=\"currentColor\" stroke-width=\"2\"\n                    stroke-linecap=\"round\"\/>\n                  <path d=\"M22 4L12 14.01l-3-3\"\n                    stroke=\"currentColor\" stroke-width=\"2\"\n                    stroke-linecap=\"round\"\n                    stroke-linejoin=\"round\"\/>\n                <\/svg>\n                <span>Diagn\u00f3stico seg\u00fan tu situaci\u00f3n actual.<\/span>\n              <\/li>\n            \n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\">\n                  <path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\"\n                    stroke=\"currentColor\" stroke-width=\"2\"\n                    stroke-linecap=\"round\"\/>\n                  <path d=\"M22 4L12 14.01l-3-3\"\n                    stroke=\"currentColor\" stroke-width=\"2\"\n                    stroke-linecap=\"round\"\n                    stroke-linejoin=\"round\"\/>\n                <\/svg>\n                <span>Recomendaci\u00f3n del programa ideal.<\/span>\n              <\/li>\n            \n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\">\n                  <path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\"\n                    stroke=\"currentColor\" stroke-width=\"2\"\n                    stroke-linecap=\"round\"\/>\n                  <path d=\"M22 4L12 14.01l-3-3\"\n                    stroke=\"currentColor\" stroke-width=\"2\"\n                    stroke-linecap=\"round\"\n                    stroke-linejoin=\"round\"\/>\n                <\/svg>\n                <span>Acompa\u00f1amiento adaptado a tus objetivos.<\/span>\n              <\/li>\n            \n              <li class=\"service-card__item\">\n                <svg class=\"service-card__check\" viewBox=\"0 0 24 24\" fill=\"none\">\n                  <path d=\"M22 11.08V12a10 10 0 11-5.93-9.14\"\n                    stroke=\"currentColor\" stroke-width=\"2\"\n                    stroke-linecap=\"round\"\/>\n                  <path d=\"M22 4L12 14.01l-3-3\"\n                    stroke=\"currentColor\" stroke-width=\"2\"\n                    stroke-linecap=\"round\"\n                    stroke-linejoin=\"round\"\/>\n                <\/svg>\n                <span>Estrategia pensada exclusivamente para vos.<\/span>\n              <\/li>\n            \n            <\/ul>\n          \n            <a class=\"btn btn--primary\"\n               href=\"https:\/\/wa.me\/5491137028602?text=Hola%20Axel%2C%20me%20gustar%C3%ADa%20charlar%20con%20vos%20para%20que%20me%20ayudes%20a%20organizar%20mis%20finanzas.\"\n               target=\"_blank\"\n               rel=\"noopener\">\n                Solicitar asesoramiento\n            <\/a>\n          \n          <\/article>\n        \n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- ==========================================\n         TESTIMONIOS \u2014 Secci\u00f3n de Testimonios\n         ========================================== -->\n    <section class=\"section testimonials-section\" id=\"testimonios\" aria-labelledby=\"testimonials-heading\">\n      <div class=\"container\">\n\n        <div class=\"testimonials-header reveal\">\n          <h2 id=\"testimonials-heading\" class=\"heading-lg\">Lo que dicen quienes ya comenzaron a transformar sus finanzas<\/h2>\n          <p class=\"body-md\" style=\"color:var(--color-text-secondary);\">Historias de personas que decidieron tomar el control de su dinero y mejorar su organizaci\u00f3n financiera con Capital Smart.<\/p>\n        <\/div>\n\n        <div class=\"testimonials-grid\">\n          <!-- Testimonio 1 -->\n          <article class=\"testimonial-card reveal\">\n            <div class=\"testimonial-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n            <blockquote class=\"testimonial-text\">\n              \"Antes sent\u00eda que nunca me alcanzaba el dinero. Hoy tengo un presupuesto, ahorro todos los meses y s\u00e9 exactamente en qu\u00e9 gasto.\"\n            <\/blockquote>\n            <div class=\"testimonial-author-row\">\n              <img loading=\"lazy\" decoding=\"async\" class=\"testimonial-avatar\" src=\"https:\/\/randomuser.me\/api\/portraits\/men\/32.jpg\" alt=\"Foto de Juan M.\" width=\"48\" height=\"48\" loading=\"lazy\" style=\"border-radius: 50%;\"\/>\n              <div>\n                <div class=\"testimonial-author\">Juan M.<\/div>\n                <div class=\"testimonial-role\">Emprendedor<\/div>\n              <\/div>\n            <\/div>\n          <\/article>\n          \n\n          <!-- Testimonio 2 -->\n          <article class=\"testimonial-card reveal reveal-delay-1\">\n            <div class=\"testimonial-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n            <blockquote class=\"testimonial-text\">\n              \"Lo que me sorprendi\u00f3 fue lo simple que es una vez que lo entend\u00e9s. No necesitaba f\u00f3rmulas complicadas, solo claridad y disciplina.\"\n            <\/blockquote>\n            <div class=\"testimonial-author-row\">\n              <img loading=\"lazy\" decoding=\"async\" class=\"testimonial-avatar\" src=\"https:\/\/randomuser.me\/api\/portraits\/women\/44.jpg\" alt=\"Foto de Mar\u00eda L.\" width=\"48\" height=\"48\" loading=\"lazy\" style=\"border-radius: 50%;\"\/>\n              <div>\n                <div class=\"testimonial-author\">Mar\u00eda L.<\/div>\n                <div class=\"testimonial-role\">Profesional Independiente<\/div>\n              <\/div>\n            <\/div>\n          <\/article>\n\n          <!-- Testimonio 3 -->\n          <article class=\"testimonial-card reveal reveal-delay-2\">\n            <div class=\"testimonial-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n            <blockquote class=\"testimonial-text\">\n              \"Cambi\u00e9 mi relaci\u00f3n con el dinero. Ahora tengo metas claras y un plan para alcanzarlas. Eso me da mucha tranquilidad.\"\n            <\/blockquote>\n            <div class=\"testimonial-author-row\">\n              <img loading=\"lazy\" decoding=\"async\" class=\"testimonial-avatar\" src=\"https:\/\/randomuser.me\/api\/portraits\/men\/56.jpg\" alt=\"Foto de Carlos R.\" width=\"48\" height=\"48\" loading=\"lazy\" style=\"border-radius: 50%;\"\/>\n              <div>\n                <div class=\"testimonial-author\">Carlos R.<\/div>\n                <div class=\"testimonial-role\">Analista de Sistemas<\/div>\n              <\/div>\n            <\/div>\n          <\/article>\n\n          <!-- Testimonio 4 -->\n          <article class=\"testimonial-card reveal reveal-delay-1\">\n            <div class=\"testimonial-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n            <blockquote class=\"testimonial-text\">\n              \"Empec\u00e9 sin saber nada de finanzas y hoy controlo mis gastos, tengo un fondo de emergencia y estoy construyendo mi patrimonio.\"\n            <\/blockquote>\n            <div class=\"testimonial-author-row\">\n              <img loading=\"lazy\" decoding=\"async\" class=\"testimonial-avatar\" src=\"https:\/\/randomuser.me\/api\/portraits\/women\/68.jpg\" alt=\"Foto de Sof\u00eda G.\" width=\"48\" height=\"48\" loading=\"lazy\" style=\"border-radius: 50%;\"\/>\n              <div>\n                <div class=\"testimonial-author\">Sof\u00eda G.<\/div>\n                <div class=\"testimonial-role\">Docente<\/div>\n              <\/div>\n            <\/div>\n          <\/article>\n\n          <!-- Testimonio 5 -->\n          <article class=\"testimonial-card reveal reveal-delay-2\">\n            <div class=\"testimonial-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n            <blockquote class=\"testimonial-text\">\n              \"El acompa\u00f1amiento fue clave. No es solo teor\u00eda, sino herramientas pr\u00e1cticas que puedo aplicar inmediatamente en mi vida.\"\n            <\/blockquote>\n            <div class=\"testimonial-author-row\">\n              <img loading=\"lazy\" decoding=\"async\" class=\"testimonial-avatar\" src=\"https:\/\/randomuser.me\/api\/portraits\/men\/19.jpg\" alt=\"Foto de Diego P.\" width=\"48\" height=\"48\" loading=\"lazy\" style=\"border-radius: 50%;\"\/>\n              <div>\n                <div class=\"testimonial-author\">Diego P.<\/div>\n                <div class=\"testimonial-role\">Comerciante<\/div>\n              <\/div>\n            <\/div>\n          <\/article>\n\n          <!-- Testimonio 6 -->\n          <article class=\"testimonial-card reveal reveal-delay-1\">\n            <div class=\"testimonial-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n            <blockquote class=\"testimonial-text\">\n              \"Finalmente entiendo mis n\u00fameros. Tengo un presupuesto que funciona, estoy ahorrando consistentemente y tomo decisiones desde la informaci\u00f3n, no desde el p\u00e1nico.\"\n            <\/blockquote>\n            <div class=\"testimonial-author-row\">\n              <img loading=\"lazy\" decoding=\"async\" class=\"testimonial-avatar\" src=\"https:\/\/randomuser.me\/api\/portraits\/women\/25.jpg\" alt=\"Foto de Valentina T.\" width=\"48\" height=\"48\" loading=\"lazy\" style=\"border-radius: 50%;\"\/>\n              <div>\n                <div class=\"testimonial-author\">Valentina T.<\/div>\n                <div class=\"testimonial-role\">Dise\u00f1adora Gr\u00e1fica<\/div>\n              <\/div>\n            <\/div>\n          <\/article>\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- ==========================================\n         FAQ \u2014 Preguntas frecuentes\n         ========================================== -->\n    <section class=\"section\" id=\"faq\" aria-labelledby=\"faq-title\">\n      <div class=\"container\">\n\n        <div class=\"faq__header reveal\">\n          <h2 class=\"heading-lg\" id=\"faq-title\">Preguntas frecuentes<\/h2>\n          <p class=\"body-md\" style=\"color:var(--color-text-secondary); margin-top:var(--space-xs);\">\n            Resolvemos las dudas m\u00e1s comunes antes de que las tengas.\n          <\/p>\n        <\/div>\n\n        <div class=\"faq__list\">\n\n          <div class=\"faq__item reveal\">\n            <button class=\"faq__question\" aria-expanded=\"false\">\n              <span>\u00bfNecesito experiencia previa para empezar?<\/span>\n              <svg class=\"faq__icon\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M6 9l6 6 6-6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/button>\n            <div class=\"faq__answer\" role=\"region\">\n              <div class=\"faq__answer-inner\">\n                No. La idea es que puedas aprender desde cero a ordenar tus finanzas y tomar mejores decisiones con tu dinero.\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <div class=\"faq__item reveal reveal-delay-1\">\n            <button class=\"faq__question\" aria-expanded=\"false\">\n              <span>\u00bfEsto es asesoramiento financiero personalizado de inversi\u00f3n?<\/span>\n              <svg class=\"faq__icon\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M6 9l6 6 6-6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/button>\n            <div class=\"faq__answer\" role=\"region\">\n              <div class=\"faq__answer-inner\">\n                No. El enfoque es educativo. Buscamos brindar herramientas de educaci\u00f3n financiera para que puedas entender mejor c\u00f3mo administrar tu dinero.\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <div class=\"faq__item reveal reveal-delay-2\">\n            <button class=\"faq__question\" aria-expanded=\"false\">\n              <span>\u00bfMe van a decir exactamente en qu\u00e9 invertir?<\/span>\n              <svg class=\"faq__icon\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M6 9l6 6 6-6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/button>\n            <div class=\"faq__answer\" role=\"region\">\n              <div class=\"faq__answer-inner\">\n                No necesariamente. El objetivo es que aprendas criterios, h\u00e1bitos y conceptos para tomar mejores decisiones, no que dependas de una recomendaci\u00f3n puntual.\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <div class=\"faq__item reveal reveal-delay-3\">\n            <button class=\"faq__question\" aria-expanded=\"false\">\n              <span>\u00bfSirve si tengo pocos ingresos?<\/span>\n              <svg class=\"faq__icon\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M6 9l6 6 6-6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/button>\n            <div class=\"faq__answer\" role=\"region\">\n              <div class=\"faq__answer-inner\">\n                S\u00ed. Justamente, cuanto antes aprendas a ordenar tus finanzas, mejor. No se trata solo de cu\u00e1nto gan\u00e1s, sino de c\u00f3mo administr\u00e1s lo que ten\u00e9s.\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <div class=\"faq__item reveal reveal-delay-4\">\n            <button class=\"faq__question\" aria-expanded=\"false\">\n              <span>\u00bfTambi\u00e9n ense\u00f1an marketing?<\/span>\n              <svg class=\"faq__icon\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M6 9l6 6 6-6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <\/button>\n            <div class=\"faq__answer\" role=\"region\">\n              <div class=\"faq__answer-inner\">\n                S\u00ed. Adem\u00e1s de educaci\u00f3n financiera, tambi\u00e9n ofrecemos formaci\u00f3n en marketing y negocios digitales para ayudar a las personas a desarrollar habilidades que puedan mejorar sus ingresos.\n              <\/div>\n            <\/div>\n          <\/div>\n\n        <\/div>\n      <\/div>\n    <\/section>\n\n    <!-- ==========================================\n         CTA FINAL \u2014 \u00danico llamado a la acci\u00f3n\n         ========================================== -->\n    <section class=\"section cta-final\" aria-labelledby=\"cta-title\">\n      <div class=\"container cta-final__inner reveal\">\n        <h2 class=\"heading-lg\" id=\"cta-title\">\u00bfListo para ordenar tus finanzas?<\/h2>\n        <p class=\"body-lg\" style=\"color:var(--color-text-secondary);\">\n          No dejes para ma\u00f1ana lo que pod\u00e9s empezar a mejorar hoy. Escribinos y te ayudamos a dar el primer paso.\n        <\/p>\n        <a class=\"btn btn--primary\"  href=\"https:\/\/wa.me\/5491137028602?text=Hola%20Axel%2C%20me%20gustar%C3%ADa%20charlar%20con%20vos%20para%20que%20me%20ayudes%20a%20organizar%20mis%20finanzas.\"\n  target=\"_blank\" rel=\"noopener\" style=\"font-size:var(--text-xl); padding:clamp(1rem,2vw,1.25rem) clamp(2rem,4vw,3rem); margin-top:var(--space-md);\">\n          <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z\" fill=\"currentColor\"\/><\/svg>\n          Escribir por WhatsApp\n        <\/a>\n      <\/div>\n    <\/section>\n\n  <\/main>\n\n  <!-- Footer -->\n  <footer class=\"footer\" role=\"contentinfo\">\n    <div class=\"container footer__grid\">\n\n      <div>\n        <div class=\"footer__brand\">\n          <img decoding=\"async\" src=\"https:\/\/leoncapitalllc.com\/wp-content\/uploads\/2026\/07\/logo.png\" alt=\"Logo Capital Smart\" width=\"36\" height=\"36\"\/>\n          <span>Capital Smart<\/span>\n        <\/div>\n        <p class=\"footer__tagline\" style=\"margin-top:var(--space-sm);\">\n          Educaci\u00f3n financiera pr\u00e1ctica y formaci\u00f3n en marketing.\n        <\/p>\n      <\/div>\n      <div>\n        <p class=\"footer__section-title\">Contacto<\/p>\n        <div class=\"footer__contact\">\n          <a class=\"footer__contact-item\"   href=\"https:\/\/wa.me\/5491137028602?text=Hola%20Axel%2C%20me%20gustar%C3%ADa%20charlar%20con%20vos%20para%20que%20me%20ayudes%20a%20organizar%20mis%20finanzas.\"target=\"_blank\" rel=\"noopener noreferrer\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><path d=\"M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <span>Axel Arellano<\/span>\n          <\/a>\n          <a class=\"footer__contact-item\" href=\"mailto:\" target=\"_blank\" rel=\"noopener\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" aria-hidden=\"true\"><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><path d=\"M22 7l-10 7L2 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n            <span>[PENDIENTE] Email<\/span>\n          <\/a>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/footer>\n\n  <script>\n      \/* ============================================================\n   CAPITAL SMART \u2014 Minimal Vanilla JavaScript\n   No frameworks, no libraries\n   ============================================================ *\/\n\n(function () {\n  'use strict';\n\n  \/* --- Header scroll effect --- *\/\n  var header = document.querySelector('.header');\n  if (header) {\n    window.addEventListener('scroll', function () {\n      if (window.scrollY > 20) {\n        header.classList.add('scrolled');\n      } else {\n        header.classList.remove('scrolled');\n      }\n    });\n  }\n\n  \/* --- Mobile menu toggle --- *\/\n  var toggle = document.querySelector('.header__toggle');\n  var mobileNav = document.querySelector('.nav-mobile');\n\n  if (toggle && mobileNav) {\n    toggle.addEventListener('click', function () {\n      toggle.classList.toggle('active');\n      mobileNav.classList.toggle('open');\n    });\n\n    \/* Close menu when clicking a link *\/\n    mobileNav.querySelectorAll('.header__link').forEach(function (link) {\n      link.addEventListener('click', function () {\n        toggle.classList.remove('active');\n        mobileNav.classList.remove('open');\n      });\n    });\n\n    \/* Close menu when clicking outside *\/\n    document.addEventListener('click', function (e) {\n      if (!toggle.contains(e.target) && !mobileNav.contains(e.target)) {\n        toggle.classList.remove('active');\n        mobileNav.classList.remove('open');\n      }\n    });\n  }\n\n  \/* --- FAQ accordion --- *\/\n  document.querySelectorAll('.faq__item').forEach(function (item) {\n    var question = item.querySelector('.faq__question');\n    if (question) {\n      question.addEventListener('click', function () {\n        var isOpen = item.classList.contains('open');\n\n        \/* Close all *\/\n        document.querySelectorAll('.faq__item').forEach(function (other) {\n          other.classList.remove('open');\n        });\n\n        \/* Toggle current *\/\n        if (!isOpen) {\n          item.classList.add('open');\n        }\n      });\n    }\n  });\n\n  \/* --- TESTIMONIOS --- La clase reveal se aplica autom\u00e1ticamente en HTML --- *\/\n\n  \/* --- Intersection Observer for reveal animations --- *\/\n  if ('IntersectionObserver' in window) {\n    var observerOptions = {\n      threshold: 0.1,\n      rootMargin: '0px 0px -40px 0px'\n    };\n\n    var observer = new IntersectionObserver(function (entries) {\n      entries.forEach(function (entry) {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('visible');\n          observer.unobserve(entry.target);\n        }\n      });\n    }, observerOptions);\n\n    document.querySelectorAll('.reveal').forEach(function (el) {\n      observer.observe(el);\n    });\n  } else {\n    \/* Fallback: show everything immediately *\/\n    document.querySelectorAll('.reveal').forEach(function (el) {\n      el.classList.add('visible');\n    });\n  }\n\n})();\n  <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\n<\/div>\n\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Capital Smart \u2014 Educaci\u00f3n Financiera y Formaci\u00f3n en Marketing Saltar al contenido principal Capital Smart Sobre nosotros Servicios Testimonios FAQ WhatsApp Sobre nosotros Servicios Testimonios FAQ Escribir por WhatsApp Tom\u00e1 decisiones m\u00e1s inteligentes con tu dinero. Capital Smart te ayuda a ordenar tus finanzas, mejorar tu capacidad de ahorro y desarrollar habilidades para aumentar tus [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-9","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Capital Smart - Capital Smart<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/leoncapitalllc.com\/?page_id=9\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Capital Smart - Capital Smart\" \/>\n<meta property=\"og:description\" content=\"Capital Smart \u2014 Educaci\u00f3n Financiera y Formaci\u00f3n en Marketing Saltar al contenido principal Capital Smart Sobre nosotros Servicios Testimonios FAQ WhatsApp Sobre nosotros Servicios Testimonios FAQ Escribir por WhatsApp Tom\u00e1 decisiones m\u00e1s inteligentes con tu dinero. Capital Smart te ayuda a ordenar tus finanzas, mejorar tu capacidad de ahorro y desarrollar habilidades para aumentar tus [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/leoncapitalllc.com\/?page_id=9\" \/>\n<meta property=\"og:site_name\" content=\"Capital Smart\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-22T00:34:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/leoncapitalllc.com\/wp-content\/uploads\/2026\/07\/logo.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/leoncapitalllc.com\\\/?page_id=9\",\"url\":\"https:\\\/\\\/leoncapitalllc.com\\\/?page_id=9\",\"name\":\"Capital Smart - Capital Smart\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/leoncapitalllc.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/leoncapitalllc.com\\\/?page_id=9#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/leoncapitalllc.com\\\/?page_id=9#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/leoncapitalllc.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/logo.png\",\"datePublished\":\"2026-07-21T23:22:48+00:00\",\"dateModified\":\"2026-07-22T00:34:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/leoncapitalllc.com\\\/?page_id=9#breadcrumb\"},\"inLanguage\":\"es-AR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/leoncapitalllc.com\\\/?page_id=9\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es-AR\",\"@id\":\"https:\\\/\\\/leoncapitalllc.com\\\/?page_id=9#primaryimage\",\"url\":\"https:\\\/\\\/leoncapitalllc.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/leoncapitalllc.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/logo.png\",\"width\":500,\"height\":500},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/leoncapitalllc.com\\\/?page_id=9#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\\\/\\\/leoncapitalllc.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Capital Smart\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/leoncapitalllc.com\\\/#website\",\"url\":\"https:\\\/\\\/leoncapitalllc.com\\\/\",\"name\":\"Capital Smart\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/leoncapitalllc.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es-AR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Capital Smart - Capital Smart","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/leoncapitalllc.com\/?page_id=9","og_locale":"es_ES","og_type":"article","og_title":"Capital Smart - Capital Smart","og_description":"Capital Smart \u2014 Educaci\u00f3n Financiera y Formaci\u00f3n en Marketing Saltar al contenido principal Capital Smart Sobre nosotros Servicios Testimonios FAQ WhatsApp Sobre nosotros Servicios Testimonios FAQ Escribir por WhatsApp Tom\u00e1 decisiones m\u00e1s inteligentes con tu dinero. Capital Smart te ayuda a ordenar tus finanzas, mejorar tu capacidad de ahorro y desarrollar habilidades para aumentar tus [&hellip;]","og_url":"https:\/\/leoncapitalllc.com\/?page_id=9","og_site_name":"Capital Smart","article_modified_time":"2026-07-22T00:34:10+00:00","og_image":[{"url":"https:\/\/leoncapitalllc.com\/wp-content\/uploads\/2026\/07\/logo.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/leoncapitalllc.com\/?page_id=9","url":"https:\/\/leoncapitalllc.com\/?page_id=9","name":"Capital Smart - Capital Smart","isPartOf":{"@id":"https:\/\/leoncapitalllc.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/leoncapitalllc.com\/?page_id=9#primaryimage"},"image":{"@id":"https:\/\/leoncapitalllc.com\/?page_id=9#primaryimage"},"thumbnailUrl":"https:\/\/leoncapitalllc.com\/wp-content\/uploads\/2026\/07\/logo.png","datePublished":"2026-07-21T23:22:48+00:00","dateModified":"2026-07-22T00:34:10+00:00","breadcrumb":{"@id":"https:\/\/leoncapitalllc.com\/?page_id=9#breadcrumb"},"inLanguage":"es-AR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/leoncapitalllc.com\/?page_id=9"]}]},{"@type":"ImageObject","inLanguage":"es-AR","@id":"https:\/\/leoncapitalllc.com\/?page_id=9#primaryimage","url":"https:\/\/leoncapitalllc.com\/wp-content\/uploads\/2026\/07\/logo.png","contentUrl":"https:\/\/leoncapitalllc.com\/wp-content\/uploads\/2026\/07\/logo.png","width":500,"height":500},{"@type":"BreadcrumbList","@id":"https:\/\/leoncapitalllc.com\/?page_id=9#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/leoncapitalllc.com\/"},{"@type":"ListItem","position":2,"name":"Capital Smart"}]},{"@type":"WebSite","@id":"https:\/\/leoncapitalllc.com\/#website","url":"https:\/\/leoncapitalllc.com\/","name":"Capital Smart","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/leoncapitalllc.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es-AR"}]}},"_links":{"self":[{"href":"https:\/\/leoncapitalllc.com\/index.php?rest_route=\/wp\/v2\/pages\/9","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/leoncapitalllc.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/leoncapitalllc.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/leoncapitalllc.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/leoncapitalllc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=9"}],"version-history":[{"count":6,"href":"https:\/\/leoncapitalllc.com\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions"}],"predecessor-version":[{"id":34,"href":"https:\/\/leoncapitalllc.com\/index.php?rest_route=\/wp\/v2\/pages\/9\/revisions\/34"}],"wp:attachment":[{"href":"https:\/\/leoncapitalllc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=9"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}