.elementor-11399 .elementor-element.elementor-element-179a1c1{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */html,
body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* =========================================================
   RAÍZ REAL: QUITAR PADDING/LÍMITES DEL TEMA + ELEMENTOR
   SIN left:50%, SIN -50vw, SIN CORRER LA LANDING
   ========================================================= */

#page,
.site,
.site-content,
.content-area,
.site-main,
.entry-content,
.page-content,
.ast-container,
.ast-plain-container,
.ast-page-builder-template,
.ast-page-builder-template .site-content,
.ast-page-builder-template .site-content > .ast-container,
.elementor,
.elementor-section-wrap,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container,
.elementor-widget-html .elementor-widget-container,
.e-con,
.e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.elementor-section.elementor-section-boxed > .elementor-container,
.e-con > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
}

/* =========================================================
   LANDING GENERAL
   ========================================================= */

.hca-wix-home {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #ffffff;

  --hca-gold: #a88d4b;
  --hca-gold-hover: #b89b55;
  --hca-navy: #211d4b;
  --hca-dark-green: #283222;
  --hca-dark: #080816;
  --hca-text: #1e1d2d;
  --hca-blue-text: #211d4b;
  --hca-serif: Georgia, "Times New Roman", serif;
  --hca-sans: "Montserrat", "Poppins", Arial, sans-serif;

  font-family: var(--hca-sans);
  color: var(--hca-text);
}

.hca-wix-home,
.hca-wix-home section {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hca-wix-home * {
  box-sizing: border-box;
}

.hca-wix-home a {
  text-decoration: none;
}

.hca-wix-home img {
  max-width: 100%;
  height: auto;
}

.hca-wix-home video {
  max-width: none !important;
}

.hca-section-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* =========================================================
   BOTONES
   ========================================================= */

.hca-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 37px;
  padding: 10px 21px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: var(--hca-sans);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.hca-btn:hover {
  transform: translateY(-1px);
}

.hca-btn-gold {
  background: var(--hca-gold);
  color: #ffffff;
}

.hca-btn-gold:hover {
  background: var(--hca-gold-hover);
  color: #ffffff;
}

.hca-btn-light {
  background: #ffffff;
  color: #202033;
}

.hca-btn-light:hover {
  background: #f4f4f4;
  color: #202033;
}

.hca-btn-blue {
  background: var(--hca-gold);
  color: #ffffff;
}

.hca-btn-blue:hover {
  background: var(--hca-gold-hover);
  color: #ffffff;
}

.hca-btn-dark {
  background: var(--hca-dark-green);
  color: #ffffff;
}

.hca-btn-dark:hover {
  background: #1f281b;
  color: #ffffff;
}

.hca-btn-outline {
  background: #ffffff;
  color: #202033;
  border-color: #ffffff;
}

.hca-btn-outline:hover {
  background: #f4f4f4;
  color: #202033;
}

.hca-btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: .7;
  font-weight: 300;
  margin-top: -1px;
}

.hca-btn-icon {
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
}

/* =========================================================
   HERO
   ========================================================= */

.hca-hero {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  height: 480px;
  min-height: 480px;
  max-height: 480px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  background: #090916;
  color: #ffffff;
}

.hca-hero-video {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  z-index: 0;
}

.hca-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(8,8,22,.50) 0%,
      rgba(8,8,22,.38) 43%,
      rgba(8,8,22,.10) 100%
    );
}

.hca-hero .hca-section-inner {
  width: min(1120px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hca-hero-content {
  position: relative;
  z-index: 3;
  max-width: 680px;
  padding: 41px 0 0;
}

.hca-hero-kicker {
  display: none !important;
}

.hca-hero h1 {
  margin: 0;
  font-family: var(--hca-serif);
  font-size: 45px;
  line-height: .95;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.hca-hero h1 span {
  display: inline;
  color: #ffffff;
  font-weight: 900;
}

.hca-hero h2 {
  margin: 5px 0 0;
  max-width: 680px;
  font-family: var(--hca-serif);
  font-size: 33px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.hca-hero h2 strong {
  color: #ffffff;
  font-weight: 900;
}

.hca-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 76px;
}

.hca-hero .hca-btn {
  min-height: 39px;
  padding: 10px 18px;
  font-size: 13px;
}

.hca-hero-text {
  margin: 36px 0 0;
  max-width: 475px;
  font-family: var(--hca-serif);
  color: rgba(255,255,255,.93);
  font-size: 20px;
  line-height: 1.72;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.hca-hero-bullets {
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: 44px;
  row-gap: 10px;
  margin-top: 30px;
  color: rgba(255,255,255,.96);
  font-family: var(--hca-sans);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.hca-hero-bullets span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hca-hero-bullets span::before {
  content: "›";
  color: #ffffff;
  font-size: 25px;
  line-height: .8;
  font-weight: 300;
}

/* SELLO HERO */
/* SELLO HERO - interpretación visual del Wix */
.hca-hero-seal {
  position: absolute !important;
  z-index: 4 !important;
  left: 58.5% !important;
  top: 30% !important;

  width: clamp(220px, 13.5vw, 285px) !important;
  max-width: none !important;
  min-width: 220px !important;
  height: auto !important;

  display: block !important;
  object-fit: contain !important;
  transform: translate(-50%, -8%) !important;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.42));
  pointer-events: none;
}

/* =========================================================
   PROGRAMAS
   ========================================================= */

.hca-programs {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  min-height: 542px;
  padding: 42px 0 78px;
  margin: 0 !important;
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.68), rgba(238,235,231,.78)),
    url("/wp-content/uploads/2026/04/ChatGPT-Image-16-feb-2026-13_14_40.png");
  background-size: cover;
  background-position: center center;
}

.hca-programs .hca-section-inner {
  width: min(1065px, calc(100% - 40px));
}

.hca-section-title {
  max-width: 750px;
  margin: 0 0 34px;
  text-align: left;
}

.hca-section-title .hca-eyebrow,
.hca-eyebrow {
  display: none !important;
}

.hca-section-title h2 {
  margin: 0;
  font-family: var(--hca-serif);
  color: #2b2833;
  font-size: 43px;
  line-height: 1.22;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.hca-section-title h2 strong {
  font-weight: 900;
}

.hca-section-title p {
  display: none !important;
}

.hca-program-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 44px;
  max-width: 900px;
  margin: 0 auto;
  align-items: start;
}

.hca-program-card {
  position: relative;
  min-height: 330px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
  text-align: center;
}

.hca-program-image-wrap {
  width: 100%;
  height: 265px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 0;
  box-shadow: 0 12px 24px rgba(0,0,0,.17);
}

.hca-program-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: transform .45s ease;
}

.hca-program-card:hover img {
  transform: scale(1.025);
}

.hca-program-card::after {
  display: none !important;
}

.hca-program-content {
  position: relative;
  z-index: 2;
  margin-top: 0;
  text-align: center;
  color: #ffffff;
}

.hca-program-content h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: var(--hca-sans);
  font-size: 30px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 9px rgba(0,0,0,.24);
  min-height: 64px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.hca-program-content p {
  display: none !important;
}

.hca-program-content .hca-btn {
  width: auto;
  min-height: 33px;
  padding: 8px 14px;
  font-size: 11px;
}

/* =========================================================
   PERSONALIZACIÓN
   ========================================================= */

.hca-process {
  position: relative;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  display: none !important;
}

.hca-process-layout,
.hca-process-copy,
.hca-timeline {
  display: none !important;
}

/* =========================================================
   PROGRESO
   ========================================================= */

.hca-progress {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  min-height: 475px;
  padding: 0;
  margin: 0 !important;
  overflow: hidden;
  color: #ffffff;
  background-image:
    linear-gradient(90deg, rgba(7,10,25,.77), rgba(7,10,25,.50)),
    url("/wp-content/uploads/2026/04/cf28ac4e-deb6-40a9-b9bc-f77da7bd52f3.png");
  background-size: cover;
  background-position: center center;
}

.hca-progress::before {
  display: none !important;
}

.hca-progress .hca-section-inner {
  width: min(980px, calc(100% - 40px));
  height: 475px;
}

.hca-progress-layout {
  display: grid;
  grid-template-columns: .87fr 1.13fr;
  gap: 42px;
  align-items: center;
  height: 100%;
}

.hca-progress-copy {
  padding-top: 6px;
}

.hca-progress-copy h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--hca-serif);
  font-size: 42px;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.hca-progress-copy h2 span {
  color: #ffffff;
  font-weight: 900;
}

.hca-progress-copy p {
  margin: 30px 0 0;
  max-width: 470px;
  color: rgba(255,255,255,.93);
  font-family: var(--hca-serif);
  font-size: 22px;
  line-height: 1.72;
  font-weight: 500;
  letter-spacing: -0.018em;
}

.hca-progress-copy p strong {
  font-weight: 900;
}

.hca-progress-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 33px;
}

.hca-progress .hca-btn {
  min-height: 48px;
  padding: 12px 23px;
  font-size: 16px;
}

.hca-progress-bullets {
  display: grid;
  grid-template-columns: max-content max-content;
  column-gap: 35px;
  row-gap: 12px;
  margin-top: 61px;
  max-width: 520px;
  color: rgba(255,255,255,.95);
  font-family: var(--hca-sans);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
}

.hca-progress-bullets span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hca-progress-bullets span::before {
  content: "›";
  color: #ffffff;
  font-size: 25px;
  line-height: .8;
  font-weight: 300;
}

.hca-laptop-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hca-laptop-wrap img {
  display: block;
  width: 635px;
  max-width: 635px;
  margin: 0;
  filter: drop-shadow(0 25px 40px rgba(0,0,0,.45));
  transform: translateX(26px) translateY(2px);
}

/* =========================================================
   AGENDA
   ========================================================= */

.hca-agenda {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  min-height: 520px;
  padding: 0;
  margin: 0 !important;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.80), rgba(255,255,255,.60)),
    url("/wp-content/uploads/2026/04/1fd5dbb2-298c-4566-9541-3889b2ae3580.png");
  background-size: cover;
  background-position: center center;
}

.hca-agenda .hca-section-inner {
  width: min(980px, calc(100% - 40px));
  height: 520px;
}

.hca-agenda-layout {
  display: grid;
  grid-template-columns: .43fr .57fr;
  gap: 72px;
  align-items: center;
  height: 100%;
}

.hca-agenda-visual {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.hca-agenda-visual img {
  display: block;
  width: 265px;
  max-width: 265px;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  margin-top: 38px;
}

.hca-agenda-copy {
  text-align: center;
  padding-top: 4px;
}

.hca-agenda-copy h2 {
  margin: 0;
  color: #211d4b;
  font-family: var(--hca-serif);
  font-size: 42px;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.hca-agenda-copy h2 strong {
  color: #211d4b;
  font-weight: 900;
}

.hca-agenda-copy h3 {
  margin: 55px 0 0;
  color: #211d4b;
  font-family: var(--hca-serif);
  font-size: 23px;
  line-height: 1.24;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.hca-agenda-copy p {
  margin: 45px auto 0;
  max-width: 520px;
  color: #211d4b;
  font-family: var(--hca-serif);
  font-size: 23px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: -0.018em;
}

.hca-agenda-copy .hca-btn {
  min-height: 48px;
  margin-top: 62px;
  padding: 12px 30px;
  font-size: 16px;
}

.hca-agenda-bullets {
  display: grid;
  gap: 14px;
  margin: 54px auto 0;
  max-width: 430px;
  color: #282533;
  font-family: var(--hca-sans);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  text-align: left;
}

.hca-agenda-bullets span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hca-agenda-bullets span::before {
  content: "›";
  color: #282533;
  font-size: 26px;
  line-height: .8;
  font-weight: 300;
}

/* =========================================================
   CTA OSCURO
   ========================================================= */

.hca-cta-dark {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  min-height: 382px;
  display: flex;
  align-items: center;
  margin: 0 !important;
  overflow: hidden;
  color: #ffffff;
  background-image:
    linear-gradient(90deg, rgba(20,25,58,.72), rgba(20,25,58,.52)),
    url("/wp-content/uploads/2026/04/Diseno-sin-titulo-8-scaled.png");
  background-size: cover;
  background-position: center center;
}

.hca-cta-dark .hca-section-inner {
  width: min(980px, calc(100% - 40px));
}

.hca-cta-dark-content {
  max-width: 650px;
  margin: 0 auto;
  padding: 44px 0 38px;
  text-align: center;
}

.hca-cta-dark h2,
.hca-cta-dark h3 {
  margin: 0;
  color: #ffffff;
  font-family: var(--hca-serif);
  font-size: 44px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.hca-cta-dark h3 {
  margin-top: 25px;
  font-weight: 500;
}

.hca-cta-dark p {
  margin: 44px auto 0;
  max-width: 520px;
  color: rgba(255,255,255,.88);
  font-family: var(--hca-serif);
  font-size: 21px;
  line-height: 1.45;
  font-weight: 600;
}

.hca-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px;
  margin-top: 42px;
}

.hca-cta-dark .hca-btn,
.hca-cta-light .hca-btn {
  min-height: 35px;
  padding: 9px 23px;
  font-size: 14px;
}

/* =========================================================
   CTA CLARO FINAL
   ========================================================= */

.hca-cta-light {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  min-height: 420px;
  display: flex;
  align-items: center;
  margin: 0 !important;
  overflow: hidden;
  color: #211d4b;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.82), rgba(255,255,255,.65)),
    url("/wp-content/uploads/2026/04/1fd5dbb2-298c-4566-9541-3889b2ae3580.png");
  background-size: cover;
  background-position: center center;
}

.hca-cta-light .hca-section-inner {
  width: min(980px, calc(100% - 40px));
}

.hca-cta-light-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 47px 0 40px;
  text-align: center;
}

.hca-cta-light h2 {
  margin: 0;
  color: #211d4b;
  font-family: var(--hca-serif);
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.hca-cta-light h3 {
  margin: 31px 0 0;
  color: #211d4b;
  font-family: var(--hca-serif);
  font-size: 42px;
  line-height: 1.22;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.hca-cta-light p {
  margin: 19px 0 0;
  color: #211d4b;
  font-family: var(--hca-serif);
  font-size: 31px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.hca-cta-light .hca-cta-actions {
  margin-top: 66px;
}

/* =========================================================
   FOOTER
   ========================================================= */

.hca-footer {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  background: #211d4b;
  color: #ffffff;
  padding: 38px 0 18px;
}

.hca-footer .hca-section-inner {
  width: min(980px, calc(100% - 40px));
}

.hca-footer-grid {
  display: grid;
  grid-template-columns: 1.18fr 1.15fr .9fr 1.45fr 1.05fr;
  gap: 34px;
  max-width: 980px;
  margin: 0 auto;
  align-items: start;
}

.hca-footer-brand h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-family: var(--hca-sans);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}

.hca-footer-brand p {
  margin: 0;
  max-width: 210px;
  color: rgba(255,255,255,.95);
  font-family: var(--hca-sans);
  font-size: 12px;
  line-height: 1.42;
  font-weight: 400;
}

.hca-footer-col h4 {
  margin: 0 0 20px;
  color: #ffffff;
  font-family: var(--hca-sans);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.hca-footer-col ul {
  margin: 0;
  padding-left: 18px;
  color: #ffffff;
}

.hca-footer-col li {
  margin: 0 0 5px;
  padding-left: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.35;
}

.hca-footer-col a {
  color: rgba(255,255,255,.96);
  font-family: var(--hca-sans);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
  transition: color .2s ease;
}

.hca-footer-col a:hover {
  color: #ffffff;
}

.hca-footer-bottom {
  max-width: 980px;
  margin: 33px auto 0;
  padding-top: 0;
  border-top: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  color: rgba(255,255,255,.95);
  font-family: var(--hca-sans);
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {
  .hca-section-inner {
    width: min(920px, calc(100% - 34px));
  }

  .hca-hero {
    height: auto;
    min-height: 540px;
    max-height: none;
  }

  .hca-hero .hca-section-inner {
    width: min(920px, calc(100% - 34px));
  }

  .hca-hero-content {
    padding-top: 55px;
  }

  .hca-hero-seal {
    left: auto !important;
    right: 8% !important;
    top: 125px !important;
    width: 170px !important;
    max-width: 170px !important;
    min-width: 170px !important;
    height: auto !important;
  }

  .hca-program-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 540px;
    gap: 36px;
  }

  .hca-program-card {
    min-height: 315px;
  }

  .hca-progress .hca-section-inner,
  .hca-agenda .hca-section-inner {
    height: auto;
  }

  .hca-progress,
  .hca-agenda {
    min-height: auto;
    padding: 70px 0;
  }

  .hca-progress-layout,
  .hca-agenda-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hca-progress-copy,
  .hca-agenda-copy {
    text-align: center;
  }

  .hca-progress-copy p,
  .hca-agenda-copy p,
  .hca-progress-bullets,
  .hca-agenda-bullets {
    margin-left: auto;
    margin-right: auto;
  }

  .hca-progress-actions {
    justify-content: center;
  }

  .hca-progress-bullets {
    justify-content: center;
  }

  .hca-laptop-wrap img {
    transform: none;
    width: min(620px, 100%);
    max-width: 620px;
  }

  .hca-agenda-visual {
    height: auto;
  }

  .hca-agenda-visual img {
    margin-top: 0;
  }

  .hca-footer-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 640px;
  }

  .hca-footer-brand {
    grid-column: 1 / -1;
  }
}

/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 767px) {
  .hca-section-inner {
    width: min(100% - 28px, 1180px);
  }

  .hca-btn {
    width: 100%;
  }

  .hca-hero {
    min-height: 710px;
    height: auto;
    max-height: none;
    align-items: flex-end;
  }

  .hca-hero-video {
    object-position: center center;
  }

  .hca-hero::after {
    background:
      linear-gradient(
        180deg,
        rgba(8,8,22,.22) 0%,
        rgba(8,8,22,.64) 48%,
        rgba(8,8,22,.92) 100%
      );
  }

  .hca-hero-seal {
    left: auto !important;
    right: 18px !important;
    top: 84px !important;
    width: 105px !important;
    max-width: 105px !important;
    min-width: 105px !important;
    height: auto !important;
  }

  .hca-hero-content {
    max-width: 100%;
    padding: 115px 0 54px;
  }

  .hca-hero h1 {
    font-size: 40px;
  }

  .hca-hero h1 span {
    display: block;
  }

  .hca-hero h2 {
    font-size: 29px;
  }

  .hca-hero-actions,
  .hca-progress-actions,
  .hca-cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hca-hero-actions {
    margin-top: 28px;
  }

  .hca-hero-text {
    margin-top: 24px;
    font-size: 16px;
  }

  .hca-hero-bullets,
  .hca-progress-bullets {
    grid-template-columns: 1fr;
    margin-top: 22px;
    font-size: 13px;
  }

  .hca-programs {
    padding: 64px 0;
  }

  .hca-section-title {
    margin: 0 auto 34px;
    text-align: center;
  }

  .hca-section-title h2 {
    font-size: 36px;
  }

  .hca-program-grid {
    grid-template-columns: 1fr;
    max-width: 280px;
    gap: 32px;
  }

  .hca-program-card {
    min-height: 330px;
  }

  .hca-program-image-wrap {
    height: 260px;
  }

  .hca-program-content h3 {
    font-size: 28px;
  }

  .hca-progress,
  .hca-agenda {
    padding: 64px 0;
  }

  .hca-progress-copy h2,
  .hca-agenda-copy h2,
  .hca-cta-dark h2,
  .hca-cta-dark h3,
  .hca-cta-light h2,
  .hca-cta-light h3 {
    font-size: 34px;
  }

  .hca-progress-copy p,
  .hca-agenda-copy p {
    font-size: 18px;
  }

  .hca-agenda-copy h3 {
    margin-top: 32px;
    font-size: 21px;
  }

  .hca-agenda-copy p {
    margin-top: 24px;
  }

  .hca-agenda-copy .hca-btn {
    margin-top: 34px;
  }

  .hca-agenda-bullets {
    margin-top: 38px;
    font-size: 14px;
  }

  .hca-agenda-visual img {
    width: 220px;
    max-width: 220px;
  }

  .hca-cta-dark,
  .hca-cta-light {
    min-height: auto;
    padding: 60px 0;
  }

  .hca-cta-dark-content,
  .hca-cta-light-content {
    padding: 0;
  }

  .hca-cta-light p {
    font-size: 24px;
  }

  .hca-footer-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
  }

  .hca-footer-brand p {
    max-width: 100%;
  }

  .hca-footer-bottom {
    flex-direction: column;
  }
}

/* =========================================================
   POPUP FORMULARIO CLASE GRATIS
   ========================================================= */

body.hca-modal-open {
  overflow: hidden !important;
}

.hca-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 28px !important;
}

.hca-modal.is-open {
  display: flex !important;
}

.hca-modal-backdrop {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: rgba(5, 5, 18, 0.78) !important;
  backdrop-filter: blur(7px) !important;
}

.hca-modal-panel {
  position: relative !important;
  z-index: 2 !important;
  width: min(920px, 100%) !important;
  max-height: calc(100vh - 56px) !important;
  overflow-y: auto !important;
  background: #ffffff !important;
  border-radius: 28px !important;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38) !important;
}

.hca-modal-close {
  position: absolute !important;
  top: 18px !important;
  right: 22px !important;
  z-index: 4 !important;
  width: 38px !important;
  height: 38px !important;
  border: none !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.22) !important;
  color: #ffffff !important;
  font-size: 30px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.hca-modal-header {
  padding: 46px 34px 44px !important;
  text-align: center !important;
  background: linear-gradient(110deg, #6900a8 0%, #c92d5a 100%) !important;
  border-radius: 28px 28px 0 0 !important;
}

.hca-modal-header h2 {
  margin: 0 !important;
  color: #ffffff !important;
  font-family: var(--hca-sans) !important;
  font-size: clamp(30px, 4vw, 42px) !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
}

.hca-trial-form {
  width: min(560px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  padding: 44px 0 52px !important;
}

.hca-form-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  column-gap: 18px !important;
  row-gap: 26px !important;
}

.hca-field {
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  min-width: 0 !important;
}

.hca-field span {
  color: #0d1834 !important;
  font-family: var(--hca-sans) !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

.hca-field input,
.hca-field select,
.hca-field textarea {
  width: 100% !important;
  min-height: 45px !important;
  border: none !important;
  outline: none !important;
  border-radius: 999px !important;
  background: #ececf3 !important;
  color: #1e1d2d !important;
  padding: 0 20px !important;
  font-family: var(--hca-sans) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.hca-field select {
  appearance: auto !important;
  cursor: pointer !important;
}

.hca-field textarea {
  min-height: 72px !important;
  resize: vertical !important;
  border-radius: 24px !important;
  padding: 16px 20px !important;
}

.hca-field-half {
  grid-column: span 1 !important;
}

.hca-field-small {
  grid-column: 1 / span 1 !important;
}

.hca-field-phone {
  grid-column: 2 / span 1 !important;
}

.hca-field-city {
  grid-column: span 1 !important;
}

.hca-field-wide {
  grid-column: 1 / span 2 !important;
}

.hca-field-full {
  grid-column: 1 / -1 !important;
}

.hca-form-submit {
  width: 100% !important;
  min-height: 46px !important;
  margin-top: 38px !important;
  border: none !important;
  border-radius: 999px !important;
  background: #353a50 !important;
  color: #ffffff !important;
  font-family: var(--hca-sans) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  transition: background .2s ease, transform .2s ease !important;
}

.hca-form-submit:hover {
  background: #262b3f !important;
  transform: translateY(-1px) !important;
}

/* MÓVIL POPUP */
@media (max-width: 767px) {
  .hca-modal {
    padding: 16px !important;
  }

  .hca-modal-panel {
    width: 100% !important;
    max-height: calc(100vh - 32px) !important;
    border-radius: 22px !important;
  }

  .hca-modal-header {
    padding: 42px 22px 36px !important;
    border-radius: 22px 22px 0 0 !important;
  }

  .hca-trial-form {
    width: min(100% - 28px, 560px) !important;
    padding: 34px 0 42px !important;
  }

  .hca-form-grid {
    grid-template-columns: 1fr !important;
    row-gap: 20px !important;
  }

  .hca-field-half,
  .hca-field-small,
  .hca-field-phone,
  .hca-field-city,
  .hca-field-wide,
  .hca-field-full {
    grid-column: 1 / -1 !important;
  }

  .hca-modal-close {
    top: 12px !important;
    right: 14px !important;
  }
}

/* =========================================================
   OVERRIDE FINAL HERO SEAL
   Este bloque debe ir al final absoluto del CSS
   ========================================================= */

.hca-wix-home .hca-hero .hca-hero-seal {
  position: absolute !important;
  z-index: 4 !important;

  left: 58.8% !important;
  top: 124px !important;

  width: 285px !important;
  max-width: none !important;
  min-width: 285px !important;
  height: auto !important;

  display: block !important;
  object-fit: contain !important;
  transform: none !important;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.42)) !important;
  pointer-events: none !important;
  outline: none !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .hca-wix-home .hca-hero .hca-hero-seal {
    left: auto !important;
    right: 8% !important;
    top: 125px !important;

    width: 190px !important;
    max-width: none !important;
    min-width: 190px !important;
    height: auto !important;
  }
}

/* Móvil */
@media (max-width: 767px) {
  .hca-wix-home .hca-hero .hca-hero-seal {
    left: auto !important;
    right: 18px !important;
    top: 84px !important;

    width: 115px !important;
    max-width: none !important;
    min-width: 115px !important;
    height: auto !important;
  }
}
/* =========================================================
   HOMECLASS LANDING - AJUSTES FINALES (v2)
   Pegar este CSS DESPUÉS del CSS actual (sobrescribe lo que haga falta)
   ========================================================= */


/* =========================================================
   FIX 1: SELLO HCL METHOD
   Más grande y bien posicionado a la derecha del texto
   ========================================================= */

.hca-wix-home .hca-hero .hca-hero-seal {
  position: absolute !important;
  z-index: 4 !important;

  /* Posición: lado derecho, centrado verticalmente con el texto */
  right: 22% !important;
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;

  /* Tamaño: más grande y prominente como en el original */
  width: 240px !important;
  max-width: 240px !important;
  min-width: 240px !important;
  height: auto !important;

  display: block !important;
  object-fit: contain !important;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.45)) !important;
  pointer-events: none !important;
}

/* Tablet: sello más pequeño y a la derecha */
@media (max-width: 1024px) {
  .hca-wix-home .hca-hero .hca-hero-seal {
    right: 5% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 180px !important;
    max-width: 180px !important;
    min-width: 180px !important;
  }
}

/* Móvil: sello chico arriba a la derecha */
@media (max-width: 767px) {
  .hca-wix-home .hca-hero .hca-hero-seal {
    right: 18px !important;
    top: 80px !important;
    transform: none !important;
    width: 110px !important;
    max-width: 110px !important;
    min-width: 110px !important;
  }
}


/* =========================================================
   FIX 2: NOTEBOOK MÁS GRANDE (Sección Progreso)
   ========================================================= */

.hca-wix-home .hca-laptop-wrap img {
  width: 760px !important;
  max-width: 760px !important;
  transform: translateX(40px) translateY(2px) !important;
}

@media (max-width: 1024px) {
  .hca-wix-home .hca-laptop-wrap img {
    width: min(700px, 100%) !important;
    max-width: 700px !important;
    transform: none !important;
  }
}

@media (max-width: 767px) {
  .hca-wix-home .hca-laptop-wrap img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Reajustar el grid para dar más espacio al notebook */
@media (min-width: 1025px) {
  .hca-wix-home .hca-progress-layout {
    grid-template-columns: 0.75fr 1.25fr !important;
    gap: 30px !important;
  }
}


/* =========================================================
   FIX 3: CELULAR AL FRENTE EN LA SECCIÓN AGENDA
   El celular debe estar visible, ENCIMA del fondo, a la izquierda
   ========================================================= */

.hca-wix-home .hca-agenda-layout {
  grid-template-columns: 0.45fr 0.55fr !important;
  gap: 60px !important;
  align-items: center !important;
}

.hca-wix-home .hca-agenda-visual {
  position: relative !important;
  z-index: 5 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 100% !important;
}

.hca-wix-home .hca-agenda-visual img {
  position: relative !important;
  z-index: 5 !important;
  width: 320px !important;
  max-width: 320px !important;
  height: auto !important;
  margin-top: 0 !important;
  filter: drop-shadow(0 25px 45px rgba(0,0,0,.35)) !important;
}

@media (max-width: 1024px) {
  .hca-wix-home .hca-agenda-layout {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .hca-wix-home .hca-agenda-visual img {
    width: 260px !important;
    max-width: 260px !important;
  }
}

@media (max-width: 767px) {
  .hca-wix-home .hca-agenda-visual img {
    width: 220px !important;
    max-width: 220px !important;
  }
}


/* =========================================================
   FIX 4: TARJETAS DE PROGRAMAS - BORDE DORADO
   Cambia el borde blanco por dorado tenue como el original
   ========================================================= */

.hca-wix-home .hca-program-image-wrap {
  border: 2px solid var(--hca-gold) !important;
  box-shadow:
    0 0 0 1px rgba(168, 141, 75, 0.15),
    0 14px 28px rgba(0, 0, 0, 0.18) !important;
}


/* =========================================================
   FIX 5: SECCIÓN "¿CÓMO PERSONALIZAMOS?" CON IMAGEN COMPLETA
   La imagen image_edited.jpg ES el timeline completo (no fondo)
   IMPORTANTE: Tu HTML debe tener <img class="hca-process-image" ...>
   ========================================================= */

/* Activar la sección que estaba escondida */
.hca-wix-home .hca-process {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  padding: 70px 0 !important;
  margin: 0 !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

.hca-wix-home .hca-process .hca-section-inner {
  width: min(1100px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  text-align: center !important;
  display: block !important;
}

/* Título centrado arriba */
.hca-wix-home .hca-process-copy {
  display: block !important;
  text-align: center !important;
  margin: 0 auto 50px !important;
  max-width: 900px !important;
}

.hca-wix-home .hca-process-copy h2 {
  margin: 0 !important;
  font-family: var(--hca-serif) !important;
  font-size: 42px !important;
  line-height: 1.22 !important;
  font-weight: 400 !important;
  letter-spacing: -0.035em !important;
  color: #211d4b !important;
}

.hca-wix-home .hca-process-copy h2 strong {
  font-weight: 900 !important;
  color: #211d4b !important;
}

/* IMAGEN del timeline - así sale tal cual del Wix */
.hca-wix-home .hca-process-image {
  display: block !important;
  width: 100% !important;
  max-width: 800px !important;
  height: auto !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

/* Desactivar layout viejo que pueda interferir */
.hca-wix-home .hca-process-layout {
  display: block !important;
}

.hca-wix-home .hca-timeline {
  display: none !important;
}

/* Responsive móvil */
@media (max-width: 767px) {
  .hca-wix-home .hca-process {
    padding: 50px 0 !important;
  }

  .hca-wix-home .hca-process-copy {
    margin-bottom: 35px !important;
  }

  .hca-wix-home .hca-process-copy h2 {
    font-size: 30px !important;
  }

  .hca-wix-home .hca-process-image {
    max-width: 100% !important;
  }
}

/* =========================================================
   HOMECLASS LANDING - AJUSTES FINALES V3
   ESTE CSS SOBRESCRIBE TODO LO ANTERIOR
   Pegar AL FINAL del CSS actual de WordPress
   ========================================================= */


/* =========================================================
   FIX 1: SELLO HCL METHOD - VERSION FUERTE
   Posicionado a la derecha del texto, grande y prominente
   ========================================================= */

.hca-wix-home .hca-hero .hca-hero-seal {
  position: absolute !important;
  z-index: 4 !important;

  right: 18% !important;
  left: auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;

  width: 260px !important;
  max-width: 260px !important;
  min-width: 260px !important;
  height: auto !important;

  display: block !important;
  object-fit: contain !important;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.45)) !important;
  pointer-events: none !important;
}

@media (max-width: 1024px) {
  .hca-wix-home .hca-hero .hca-hero-seal {
    right: 5% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 180px !important;
    max-width: 180px !important;
    min-width: 180px !important;
  }
}

@media (max-width: 767px) {
  .hca-wix-home .hca-hero .hca-hero-seal {
    right: 18px !important;
    top: 80px !important;
    transform: none !important;
    width: 110px !important;
    max-width: 110px !important;
    min-width: 110px !important;
  }
}


/* =========================================================
   FIX 2: TARJETAS DE PROGRAMAS
   Asegurar que el contenido (título + botón) sea visible
   ========================================================= */

.hca-wix-home .hca-program-image-wrap {
  border: 2px solid var(--hca-gold) !important;
  box-shadow:
    0 0 0 1px rgba(168, 141, 75, 0.15),
    0 14px 28px rgba(0, 0, 0, 0.18) !important;
}

/* Asegurar que título y botón se vean DEBAJO de la imagen */
.hca-wix-home .hca-program-content {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-top: 16px !important;
  text-align: center !important;
  position: relative !important;
  z-index: 2 !important;
}

.hca-wix-home .hca-program-content h3 {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 0 0 14px !important;
  color: #ffffff !important;
  font-family: var(--hca-sans) !important;
  font-size: 26px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.5), 0 0 24px rgba(0,0,0,.35) !important;
  min-height: auto !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

.hca-wix-home .hca-program-content .hca-btn {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  min-height: 33px !important;
  padding: 8px 16px !important;
  font-size: 11px !important;
}

/* Aumentar la altura mínima de la card para que entre todo */
.hca-wix-home .hca-program-card {
  min-height: 380px !important;
}


/* =========================================================
   FIX 3: SECCIÓN "¿Cómo personalizamos?" - ACTIVAR DEFINITIVO
   Sobrescribe TODOS los display:none que la ocultan
   ========================================================= */

.hca-wix-home .hca-process,
.hca-wix-home section.hca-process {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  padding: 70px 0 !important;
  margin: 0 !important;
  background: #ffffff !important;
  overflow: visible !important;
}

.hca-wix-home .hca-process .hca-section-inner {
  display: block !important;
  visibility: visible !important;
  width: min(1100px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.hca-wix-home .hca-process .hca-process-layout {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.hca-wix-home .hca-process .hca-process-copy {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  text-align: center !important;
  margin: 0 auto 50px !important;
  max-width: 900px !important;
}

.hca-wix-home .hca-process .hca-process-copy h2 {
  display: block !important;
  visibility: visible !important;
  margin: 0 !important;
  font-family: var(--hca-serif) !important;
  font-size: 42px !important;
  line-height: 1.22 !important;
  font-weight: 400 !important;
  letter-spacing: -0.035em !important;
  color: #211d4b !important;
}

.hca-wix-home .hca-process .hca-process-copy h2 strong {
  font-weight: 900 !important;
  color: #211d4b !important;
}

.hca-wix-home .hca-process .hca-process-image {
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  max-width: 800px !important;
  height: auto !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

@media (max-width: 767px) {
  .hca-wix-home .hca-process,
  .hca-wix-home section.hca-process {
    padding: 50px 0 !important;
  }

  .hca-wix-home .hca-process .hca-process-copy {
    margin-bottom: 35px !important;
  }

  .hca-wix-home .hca-process .hca-process-copy h2 {
    font-size: 30px !important;
  }
}


/* =========================================================
   FIX 4: SECCIÓN PROGRESO - NOTEBOOK BIEN DIMENSIONADO
   Sin desbordarse del contenedor
   ========================================================= */

.hca-wix-home .hca-progress {
  overflow: hidden !important;
}

@media (min-width: 1025px) {
  .hca-wix-home .hca-progress-layout {
    grid-template-columns: 0.85fr 1.15fr !important;
    gap: 30px !important;
  }
}

.hca-wix-home .hca-laptop-wrap {
  overflow: visible !important;
}

.hca-wix-home .hca-laptop-wrap img {
  width: 680px !important;
  max-width: 680px !important;
  transform: translateX(20px) !important;
}

@media (max-width: 1024px) {
  .hca-wix-home .hca-laptop-wrap img {
    width: min(620px, 100%) !important;
    max-width: 620px !important;
    transform: none !important;
  }
}

@media (max-width: 767px) {
  .hca-wix-home .hca-laptop-wrap img {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* =========================================================
   FIX 5: SECCIÓN AGENDA - CRITICAL
   El celular DEBE estar dentro de su sección, NO desbordarse al CTA
   ========================================================= */

/* Forzar que la sección agenda CONTENGA todo dentro */
.hca-wix-home .hca-agenda {
  position: relative !important;
  overflow: hidden !important;
  padding: 60px 0 !important;
  min-height: auto !important;
  isolation: isolate !important;
}

.hca-wix-home .hca-agenda .hca-section-inner {
  height: auto !important;
  min-height: auto !important;
  position: relative !important;
}

.hca-wix-home .hca-agenda-layout {
  display: grid !important;
  grid-template-columns: 0.4fr 0.6fr !important;
  gap: 50px !important;
  align-items: center !important;
  height: auto !important;
}

/* Contenedor del celular: que NO se desborde */
.hca-wix-home .hca-agenda-visual {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: auto !important;
  overflow: visible !important;
}

/* CELULAR: tamaño controlado para que NO se salga */
.hca-wix-home .hca-agenda-visual img {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 280px !important;
  max-width: 280px !important;
  height: auto !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 25px 45px rgba(0,0,0,.35)) !important;
}

/* Texto a la derecha del celular */
.hca-wix-home .hca-agenda-copy {
  position: relative !important;
  z-index: 2 !important;
  text-align: left !important;
  padding: 0 !important;
}

.hca-wix-home .hca-agenda-copy h2,
.hca-wix-home .hca-agenda-copy h3,
.hca-wix-home .hca-agenda-copy p {
  text-align: left !important;
}

.hca-wix-home .hca-agenda-copy .hca-btn {
  margin-top: 28px !important;
}

.hca-wix-home .hca-agenda-bullets {
  margin-left: 0 !important;
  margin-right: auto !important;
  text-align: left !important;
}

@media (max-width: 1024px) {
  .hca-wix-home .hca-agenda-layout {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .hca-wix-home .hca-agenda-copy,
  .hca-wix-home .hca-agenda-copy h2,
  .hca-wix-home .hca-agenda-copy h3,
  .hca-wix-home .hca-agenda-copy p,
  .hca-wix-home .hca-agenda-bullets {
    text-align: center !important;
  }

  .hca-wix-home .hca-agenda-bullets {
    margin-left: auto !important;
  }
}

@media (max-width: 767px) {
  .hca-wix-home .hca-agenda-visual img {
    width: 220px !important;
    max-width: 220px !important;
  }
}


/* =========================================================
   FIX 6: CTA OSCURO - PROTEGER QUE NO LO TAPE NADA
   ========================================================= */

.hca-wix-home .hca-cta-dark {
  position: relative !important;
  z-index: 3 !important;
  isolation: isolate !important;
  overflow: hidden !important;
  margin-top: 0 !important;
}

.hca-wix-home .hca-cta-dark .hca-cta-dark-content {
  position: relative !important;
  z-index: 4 !important;
}


/* =========================================================
   FIX 7: HERO - ASEGURAR QUE EL TEXTO ESTÉ A LA IZQUIERDA
   No centrado, alineado izquierda como el original
   ========================================================= */

.hca-wix-home .hca-hero .hca-section-inner {
  text-align: left !important;
}

.hca-wix-home .hca-hero-content {
  text-align: left !important;
  margin-left: 0 !important;
}

.hca-wix-home .hca-hero h1,
.hca-wix-home .hca-hero h2 {
  text-align: left !important;
}

/* =========================================================
   HOMECLASS LANDING - NAVBAR PROFESIONAL COMPACTA FINAL
   Pegar al FINAL ABSOLUTO del CSS actual
   ========================================================= */

.hca-wix-home .hca-main-navbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 9998 !important;
  width: 100% !important;
  height: 58px !important;
  min-height: 58px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border-bottom: 1px solid rgba(33, 29, 75, 0.10) !important;
  box-shadow: 0 10px 28px rgba(8, 8, 22, 0.07) !important;
}

.hca-wix-home .hca-main-navbar-inner {
  width: min(1120px, calc(100% - 40px)) !important;
  height: 58px !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  gap: 28px !important;
}

.hca-wix-home .hca-navbar-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  height: 58px !important;
  text-decoration: none !important;
}

.hca-wix-home .hca-navbar-logo img {
  display: block !important;
  width: auto !important;
  height: 42px !important;
  max-height: 42px !important;
  max-width: 145px !important;
  object-fit: contain !important;
}

.hca-wix-home .hca-navbar-links {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 26px !important;
  min-width: 0 !important;
}

.hca-wix-home .hca-navbar-links a,
.hca-wix-home .hca-navbar-trial,
.hca-wix-home .hca-navbar-dropdown summary {
  font-family: var(--hca-sans) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: -0.01em !important;
  text-decoration: none !important;
}

.hca-wix-home .hca-navbar-links a {
  color: rgba(33, 29, 75, 0.78) !important;
  transition: color .18s ease !important;
}

.hca-wix-home .hca-navbar-links a:hover {
  color: var(--hca-gold) !important;
}

.hca-wix-home .hca-navbar-actions {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
}

.hca-wix-home .hca-navbar-trial {
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: var(--hca-gold) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(168, 141, 75, 0.20) !important;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease !important;
  white-space: nowrap !important;
}

.hca-wix-home .hca-navbar-trial:hover {
  background: var(--hca-gold-hover) !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 12px 26px rgba(168, 141, 75, 0.27) !important;
}

.hca-wix-home .hca-navbar-dropdown {
  position: relative !important;
  display: block !important;
}

.hca-wix-home .hca-navbar-dropdown summary {
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  padding: 0 15px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(33, 29, 75, 0.14) !important;
  background: #211d4b !important;
  color: #ffffff !important;
  cursor: pointer !important;
  list-style: none !important;
  user-select: none !important;
  box-shadow: 0 8px 20px rgba(33, 29, 75, 0.16) !important;
}

.hca-wix-home .hca-navbar-dropdown summary::-webkit-details-marker {
  display: none !important;
}

.hca-wix-home .hca-navbar-chevron {
  display: inline-block !important;
  font-size: 14px !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
  transition: transform .18s ease !important;
}

.hca-wix-home .hca-navbar-dropdown[open] .hca-navbar-chevron {
  transform: rotate(180deg) translateY(1px) !important;
}

.hca-wix-home .hca-navbar-dropdown-panel {
  position: absolute !important;
  right: 0 !important;
  top: calc(100% + 10px) !important;
  z-index: 9999 !important;
  width: 286px !important;
  max-width: calc(100vw - 28px) !important;
  padding: 10px !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  border: 1px solid rgba(33, 29, 75, 0.10) !important;
  box-shadow: 0 24px 60px rgba(8, 8, 22, 0.20) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
}

.hca-wix-home .hca-navbar-dropdown-panel::before {
  content: "" !important;
  position: absolute !important;
  top: -7px !important;
  right: 28px !important;
  width: 14px !important;
  height: 14px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  border-left: 1px solid rgba(33, 29, 75, 0.10) !important;
  border-top: 1px solid rgba(33, 29, 75, 0.10) !important;
  transform: rotate(45deg) !important;
}

.hca-wix-home .hca-navbar-dropdown-panel a {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: 34px 1fr !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 52px !important;
  padding: 9px 10px !important;
  border-radius: 15px !important;
  color: #211d4b !important;
  text-decoration: none !important;
  transition: background .18s ease, transform .18s ease !important;
}

.hca-wix-home .hca-navbar-dropdown-panel a:hover {
  background: rgba(33, 29, 75, 0.06) !important;
  transform: translateY(-1px) !important;
}

.hca-wix-home .hca-navbar-item-number,
.hca-wix-home .hca-navbar-item-icon {
  width: 32px !important;
  height: 32px !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(33, 29, 75, 0.08) !important;
  color: #211d4b !important;
  font-family: var(--hca-sans) !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.hca-wix-home .hca-navbar-dropdown-panel strong {
  display: block !important;
  color: inherit !important;
  font-family: var(--hca-sans) !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
}

.hca-wix-home .hca-navbar-dropdown-panel small {
  display: block !important;
  margin-top: 3px !important;
  color: rgba(33, 29, 75, 0.58) !important;
  font-family: var(--hca-sans) !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
  font-weight: 650 !important;
}

.hca-wix-home .hca-navbar-dropdown-panel .hca-navbar-item-featured {
  background: #211d4b !important;
  color: #ffffff !important;
}

.hca-wix-home .hca-navbar-dropdown-panel .hca-navbar-item-featured small,
.hca-wix-home .hca-navbar-dropdown-panel .hca-navbar-item-gold small {
  color: rgba(255, 255, 255, 0.78) !important;
}

.hca-wix-home .hca-navbar-dropdown-panel .hca-navbar-item-featured .hca-navbar-item-icon {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
}

.hca-wix-home .hca-navbar-dropdown-panel .hca-navbar-item-gold {
  margin-top: 6px !important;
  background: var(--hca-gold) !important;
  color: #ffffff !important;
}

.hca-wix-home .hca-navbar-dropdown-panel .hca-navbar-item-gold .hca-navbar-item-icon {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
}

/* Sello hero más visible sin invadir la cara */
.hca-wix-home .hca-hero .hca-hero-seal {
  right: 14.5% !important;
  left: auto !important;
  top: 50% !important;
  width: 320px !important;
  max-width: 320px !important;
  min-width: 320px !important;
  transform: translateY(-50%) !important;
}

/* Botones de acceso agregados en reemplazo de Ver Planes */
.hca-wix-home a[href="/acceso-plataforma/"] {
  text-align: center !important;
}

@media (max-width: 1024px) {
  .hca-wix-home .hca-main-navbar,
  .hca-wix-home .hca-main-navbar-inner,
  .hca-wix-home .hca-navbar-logo {
    height: 56px !important;
    min-height: 56px !important;
  }

  .hca-wix-home .hca-main-navbar-inner {
    width: min(920px, calc(100% - 32px)) !important;
    gap: 16px !important;
  }

  .hca-wix-home .hca-navbar-logo img {
    height: 38px !important;
    max-height: 38px !important;
    max-width: 132px !important;
  }

  .hca-wix-home .hca-navbar-links {
    gap: 16px !important;
  }

  .hca-wix-home .hca-navbar-trial {
    padding: 0 13px !important;
  }

  .hca-wix-home .hca-hero .hca-hero-seal {
    right: 5% !important;
    top: 48% !important;
    width: 225px !important;
    max-width: 225px !important;
    min-width: 225px !important;
  }
}

@media (max-width: 767px) {
  .hca-wix-home .hca-main-navbar {
    height: auto !important;
    min-height: 0 !important;
  }

  .hca-wix-home .hca-main-navbar-inner {
    width: calc(100% - 28px) !important;
    height: auto !important;
    min-height: 54px !important;
    grid-template-columns: auto 1fr !important;
    gap: 12px !important;
    padding: 7px 0 !important;
  }

  .hca-wix-home .hca-navbar-logo {
    height: 40px !important;
    min-height: 40px !important;
  }

  .hca-wix-home .hca-navbar-logo img {
    height: 35px !important;
    max-height: 35px !important;
    max-width: 122px !important;
  }

  .hca-wix-home .hca-navbar-links {
    display: none !important;
  }

  .hca-wix-home .hca-navbar-actions {
    justify-self: end !important;
    gap: 7px !important;
  }

  .hca-wix-home .hca-navbar-trial {
    min-height: 32px !important;
    padding: 0 11px !important;
    font-size: 10.5px !important;
  }

  .hca-wix-home .hca-navbar-dropdown summary {
    min-height: 32px !important;
    padding: 0 12px !important;
    font-size: 10.5px !important;
  }

  .hca-wix-home .hca-navbar-dropdown-panel {
    right: 0 !important;
    top: calc(100% + 9px) !important;
    width: min(286px, calc(100vw - 28px)) !important;
  }

  .hca-wix-home .hca-hero {
    min-height: auto !important;
    height: auto !important;
    max-height: none !important;
    align-items: flex-start !important;
  }

  .hca-wix-home .hca-hero .hca-section-inner {
    min-height: 675px !important;
    height: auto !important;
    display: flex !important;
    align-items: flex-end !important;
  }

  .hca-wix-home .hca-hero .hca-hero-seal {
    right: 14px !important;
    top: 34px !important;
    width: 145px !important;
    max-width: 145px !important;
    min-width: 145px !important;
    transform: none !important;
  }

  .hca-wix-home .hca-hero-content {
    padding-top: 176px !important;
    padding-bottom: 42px !important;
  }

  .hca-wix-home .hca-hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .hca-wix-home .hca-progress-actions,
  .hca-wix-home .hca-cta-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
}

@media (max-width: 420px) {
  .hca-wix-home .hca-navbar-trial {
    display: none !important;
  }

  .hca-wix-home .hca-navbar-dropdown summary {
    min-width: 92px !important;
  }

  .hca-wix-home .hca-hero .hca-section-inner {
    min-height: 700px !important;
  }

  .hca-wix-home .hca-hero .hca-hero-seal {
    width: 132px !important;
    max-width: 132px !important;
    min-width: 132px !important;
    right: 12px !important;
    top: 30px !important;
  }
}


/* =========================================================
   NAVBAR FINAL SIN MENÚ DESPLEGABLE - HOMECLASS
   Botones visibles arriba + CTA plataforma
   ========================================================= */

.hca-wix-home .hca-main-navbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 9998 !important;
  width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  border-bottom: 1px solid rgba(33, 29, 75, 0.08) !important;
  box-shadow: 0 8px 22px rgba(8, 8, 22, 0.055) !important;
}

.hca-wix-home .hca-main-navbar-inner {
  width: min(1120px, calc(100% - 40px)) !important;
  height: 56px !important;
  min-height: 56px !important;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

.hca-wix-home .hca-navbar-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  height: 56px !important;
  min-height: 56px !important;
  text-decoration: none !important;
  flex: 0 0 auto !important;
}

.hca-wix-home .hca-navbar-logo img {
  display: block !important;
  width: auto !important;
  height: 40px !important;
  max-height: 40px !important;
  max-width: 142px !important;
  object-fit: contain !important;
}

.hca-wix-home .hca-navbar-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.hca-wix-home .hca-navbar-links a {
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 13px !important;
  border-radius: 999px !important;
  color: rgba(33, 29, 75, 0.78) !important;
  font-family: var(--hca-sans) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: -0.01em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

.hca-wix-home .hca-navbar-links a:hover {
  color: var(--hca-gold) !important;
  background: rgba(168, 141, 75, 0.08) !important;
  transform: translateY(-1px) !important;
}

.hca-wix-home .hca-navbar-platform {
  background: #211d4b !important;
  color: #ffffff !important;
  padding: 0 17px !important;
  box-shadow: 0 9px 20px rgba(33, 29, 75, 0.17) !important;
}

.hca-wix-home .hca-navbar-platform:hover {
  background: #2b2662 !important;
  color: #ffffff !important;
  box-shadow: 0 11px 24px rgba(33, 29, 75, 0.23) !important;
}

.hca-wix-home .hca-navbar-trial {
  background: var(--hca-gold) !important;
  color: #ffffff !important;
  padding: 0 17px !important;
  box-shadow: 0 9px 20px rgba(168, 141, 75, 0.20) !important;
}

.hca-wix-home .hca-navbar-trial:hover {
  background: var(--hca-gold-hover) !important;
  color: #ffffff !important;
  box-shadow: 0 11px 24px rgba(168, 141, 75, 0.28) !important;
}

.hca-wix-home .hca-navbar-actions,
.hca-wix-home .hca-navbar-dropdown,
.hca-wix-home .hca-navbar-dropdown-panel {
  display: none !important;
}

.hca-wix-home a[href="/acceso-plataforma/"],
.hca-wix-home a[href="https://homeclassa.com/acceso-plataforma/"] {
  text-align: center !important;
}

@media (max-width: 1024px) {
  .hca-wix-home .hca-main-navbar,
  .hca-wix-home .hca-main-navbar-inner,
  .hca-wix-home .hca-navbar-logo {
    height: 54px !important;
    min-height: 54px !important;
  }

  .hca-wix-home .hca-main-navbar-inner {
    width: min(920px, calc(100% - 32px)) !important;
    gap: 16px !important;
  }

  .hca-wix-home .hca-navbar-logo img {
    height: 36px !important;
    max-height: 36px !important;
    max-width: 126px !important;
  }

  .hca-wix-home .hca-navbar-links {
    gap: 7px !important;
  }

  .hca-wix-home .hca-navbar-links a {
    min-height: 32px !important;
    padding: 0 10px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 767px) {
  .hca-wix-home .hca-main-navbar {
    height: auto !important;
    min-height: 0 !important;
  }

  .hca-wix-home .hca-main-navbar-inner {
    width: calc(100% - 28px) !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 8px 0 10px !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  .hca-wix-home .hca-navbar-logo {
    height: auto !important;
    min-height: 0 !important;
  }

  .hca-wix-home .hca-navbar-logo img {
    height: 35px !important;
    max-height: 35px !important;
    max-width: 124px !important;
  }

  .hca-wix-home .hca-navbar-links {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
  }

  .hca-wix-home .hca-navbar-links a {
    width: 100% !important;
    min-height: 32px !important;
    padding: 0 7px !important;
    font-size: 10.5px !important;
    line-height: 1.1 !important;
    background: rgba(33, 29, 75, 0.06) !important;
  }

  .hca-wix-home .hca-navbar-platform,
  .hca-wix-home .hca-navbar-trial {
    grid-column: span 3 !important;
    min-height: 34px !important;
  }

  .hca-wix-home .hca-navbar-platform {
    background: #211d4b !important;
    color: #ffffff !important;
  }

  .hca-wix-home .hca-navbar-trial {
    background: var(--hca-gold) !important;
    color: #ffffff !important;
  }
}

@media (max-width: 420px) {
  .hca-wix-home .hca-navbar-links a {
    font-size: 10px !important;
  }
}

/* =====================================================================
   HCA NAVBAR PREMIUM v1
   Override final del navbar — pegar siempre al FINAL del CSS
   ===================================================================== */

/* ---------- 0. KEYFRAMES (animaciones reutilizables) ---------- */

@keyframes hcaNavbarSlideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes hcaNavbarItemFadeIn {
  from {
    transform: translateY(-8px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes hcaShimmerSweep {
  0% { transform: translateX(-120%) skewX(-22deg); }
  100% { transform: translateX(220%) skewX(-22deg); }
}

@keyframes hcaGoldGlowPulse {
  0%, 100% {
    box-shadow:
      0 8px 22px rgba(168, 141, 75, 0.30),
      0 0 0 0 rgba(168, 141, 75, 0.45);
  }
  50% {
    box-shadow:
      0 12px 30px rgba(168, 141, 75, 0.42),
      0 0 0 8px rgba(168, 141, 75, 0.00);
  }
}

/* ---------- 1. NAVBAR ROOT ---------- */

.hca-wix-home .hca-main-navbar {
  position: sticky !important;
  top: 0 !important;
  z-index: 9998 !important;
  width: 100% !important;
  height: 72px !important;
  min-height: 72px !important;

  background:
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.86) 0%,
      rgba(255, 255, 255, 0.78) 100%
    ) !important;
  backdrop-filter: blur(22px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(22px) saturate(180%) !important;

  border-bottom: 1px solid rgba(33, 29, 75, 0.06) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6) inset,
    0 14px 36px -18px rgba(8, 8, 22, 0.16) !important;

  animation: hcaNavbarSlideDown 0.7s cubic-bezier(0.22, 1, 0.36, 1) both !important;
  animation-delay: 0.1s !important;

  transition:
    height 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.35s ease,
    box-shadow 0.35s ease,
    border-bottom-color 0.35s ease !important;
}

.hca-wix-home .hca-main-navbar::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -1px !important;
  height: 1px !important;
  background: linear-gradient(
    90deg,
    rgba(168, 141, 75, 0) 0%,
    rgba(168, 141, 75, 0.45) 30%,
    rgba(168, 141, 75, 0.65) 50%,
    rgba(168, 141, 75, 0.45) 70%,
    rgba(168, 141, 75, 0) 100%
  ) !important;
  opacity: 0.7 !important;
  pointer-events: none !important;
}

.hca-wix-home .hca-main-navbar.is-scrolled {
  height: 62px !important;
  min-height: 62px !important;
  background:
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.94) 0%,
      rgba(255, 255, 255, 0.92) 100%
    ) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6) inset,
    0 18px 44px -16px rgba(8, 8, 22, 0.22) !important;
  border-bottom-color: rgba(33, 29, 75, 0.10) !important;
}

/* ---------- 2. INNER GRID ---------- */

.hca-wix-home .hca-main-navbar-inner {
  width: min(1180px, calc(100% - 48px)) !important;
  height: 100% !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  align-items: center !important;
  gap: 36px !important;
  position: relative !important;
}

/* ---------- 3. LOGO ---------- */

.hca-wix-home .hca-navbar-logo {
  display: inline-flex !important;
  align-items: center !important;
  height: 100% !important;
  text-decoration: none !important;
  position: relative !important;

  animation: hcaNavbarItemFadeIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) both !important;
  animation-delay: 0.35s !important;

  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.hca-wix-home .hca-navbar-logo img {
  display: block !important;
  width: auto !important;
  height: 46px !important;
  max-height: 46px !important;
  max-width: 158px !important;
  object-fit: contain !important;
  transition:
    height 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.35s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.hca-wix-home .hca-main-navbar.is-scrolled .hca-navbar-logo img {
  height: 38px !important;
  max-height: 38px !important;
}

.hca-wix-home .hca-navbar-logo:hover img {
  transform: scale(1.04) !important;
  filter: drop-shadow(0 4px 12px rgba(168, 141, 75, 0.28)) !important;
}

.hca-wix-home .hca-navbar-logo:active img {
  transform: scale(0.98) !important;
}

/* ---------- 4. LINKS CONTAINER ---------- */

.hca-wix-home .hca-navbar-links {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  min-width: 0 !important;
  position: relative !important;
}

/* ---------- 5. LINKS (texto) ---------- */

.hca-wix-home .hca-navbar-links a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  height: 38px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;

  font-family: var(--hca-sans) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  text-decoration: none !important;

  color: rgba(33, 29, 75, 0.72) !important;
  background: transparent !important;
  overflow: hidden !important;

  animation: hcaNavbarItemFadeIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) both !important;

  transition:
    color 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.hca-wix-home .hca-navbar-links a:nth-child(1) { animation-delay: 0.42s !important; }
.hca-wix-home .hca-navbar-links a:nth-child(2) { animation-delay: 0.48s !important; }
.hca-wix-home .hca-navbar-links a:nth-child(3) { animation-delay: 0.54s !important; }
.hca-wix-home .hca-navbar-links a:nth-child(4) { animation-delay: 0.60s !important; }

/* Underline animado dorado para los links normales */
.hca-wix-home .hca-navbar-links a:not(.hca-navbar-trial):not(.hca-navbar-platform)::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 7px !important;
  width: 0 !important;
  height: 1.5px !important;
  background: linear-gradient(
    90deg,
    rgba(168, 141, 75, 0),
    rgba(168, 141, 75, 1) 50%,
    rgba(168, 141, 75, 0)
  ) !important;
  transform: translateX(-50%) !important;
  border-radius: 2px !important;
  transition: width 0.32s cubic-bezier(0.22, 1, 0.36, 1) !important;
  pointer-events: none !important;
}

.hca-wix-home .hca-navbar-links a:not(.hca-navbar-trial):not(.hca-navbar-platform):hover {
  color: var(--hca-navy) !important;
  background: rgba(33, 29, 75, 0.04) !important;
  transform: translateY(-1px) !important;
}

.hca-wix-home .hca-navbar-links a:not(.hca-navbar-trial):not(.hca-navbar-platform):hover::after {
  width: calc(100% - 32px) !important;
}

.hca-wix-home .hca-navbar-links a:not(.hca-navbar-trial):not(.hca-navbar-platform):active {
  transform: translateY(0) scale(0.97) !important;
}

.hca-wix-home .hca-navbar-links a.is-active:not(.hca-navbar-trial):not(.hca-navbar-platform) {
  color: var(--hca-navy) !important;
  background: rgba(33, 29, 75, 0.06) !important;
}

.hca-wix-home .hca-navbar-links a.is-active:not(.hca-navbar-trial):not(.hca-navbar-platform)::after {
  width: calc(100% - 32px) !important;
}

/* ---------- 6. LINK ESPECIAL: "Conoce Nuestra Plataforma" ---------- */

.hca-wix-home .hca-navbar-platform {
  position: relative !important;
  height: 38px !important;
  padding: 0 18px 0 16px !important;
  border-radius: 999px !important;
  background: rgba(33, 29, 75, 0.05) !important;
  color: var(--hca-navy) !important;
  font-weight: 800 !important;
  border: 1px solid rgba(33, 29, 75, 0.08) !important;
  transition:
    background 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease,
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease !important;
}

.hca-wix-home .hca-navbar-platform::before {
  content: "" !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, var(--hca-gold) 0%, #d4a85a 100%) !important;
  margin-right: 9px !important;
  box-shadow: 0 0 0 0 rgba(168, 141, 75, 0.4) !important;
  animation: hcaGoldGlowPulse 2.6s ease-in-out infinite !important;
  flex-shrink: 0 !important;
}

.hca-wix-home .hca-navbar-platform:hover {
  background: rgba(33, 29, 75, 0.08) !important;
  border-color: rgba(33, 29, 75, 0.14) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px -8px rgba(33, 29, 75, 0.20) !important;
}

/* ---------- 7. CTA: "Agendar clase gratuita" ---------- */

.hca-wix-home .hca-navbar-trial {
  position: relative !important;
  height: 40px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--hca-gold) 0%, #b89b55 50%, var(--hca-gold) 100%) !important;
  background-size: 200% 200% !important;
  background-position: 0% 50% !important;
  color: #ffffff !important;
  font-family: var(--hca-sans) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  overflow: hidden !important;

  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 10px 24px -6px rgba(168, 141, 75, 0.45),
    0 4px 10px -2px rgba(168, 141, 75, 0.30) !important;

  animation: hcaNavbarItemFadeIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.65s both !important;

  transition:
    background-position 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease !important;
}

.hca-wix-home .hca-navbar-trial::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 60% !important;
  height: 100% !important;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
  pointer-events: none !important;
  transform: translateX(-120%) skewX(-22deg) !important;
}

.hca-wix-home .hca-navbar-trial.has-shimmer::before {
  animation: hcaShimmerSweep 1.6s cubic-bezier(0.22, 1, 0.36, 1) 1.4s both !important;
}

.hca-wix-home .hca-navbar-trial:hover {
  background-position: 100% 50% !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.4) inset,
    0 16px 32px -6px rgba(168, 141, 75, 0.55),
    0 6px 14px -2px rgba(168, 141, 75, 0.40) !important;
}

.hca-wix-home .hca-navbar-trial:hover::before {
  animation: hcaShimmerSweep 0.95s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.hca-wix-home .hca-navbar-trial:active {
  transform: translateY(0) scale(0.98) !important;
}

.hca-wix-home .hca-navbar-trial::after {
  content: "→" !important;
  display: inline-block !important;
  margin-left: 8px !important;
  font-weight: 600 !important;
  transform: translateX(0) !important;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.hca-wix-home .hca-navbar-trial:hover::after {
  transform: translateX(4px) !important;
}

/* ---------- 8. RESPONSIVE TABLET ---------- */

@media (max-width: 1024px) {
  .hca-wix-home .hca-main-navbar-inner {
    width: min(960px, calc(100% - 36px)) !important;
    gap: 24px !important;
  }

  .hca-wix-home .hca-navbar-links {
    gap: 2px !important;
  }

  .hca-wix-home .hca-navbar-links a {
    padding: 0 12px !important;
    font-size: 11.5px !important;
  }

  .hca-wix-home .hca-navbar-platform {
    padding: 0 14px 0 12px !important;
  }

  .hca-wix-home .hca-navbar-trial {
    padding: 0 18px !important;
  }
}

/* ---------- 9. RESPONSIVE MÓVIL ---------- */

@media (max-width: 767px) {
  .hca-wix-home .hca-main-navbar {
    height: 60px !important;
    min-height: 60px !important;
  }

  .hca-wix-home .hca-main-navbar.is-scrolled {
    height: 54px !important;
    min-height: 54px !important;
  }

  .hca-wix-home .hca-main-navbar-inner {
    width: calc(100% - 28px) !important;
    grid-template-columns: auto 1fr auto !important;
    gap: 12px !important;
  }

  .hca-wix-home .hca-navbar-logo img {
    height: 38px !important;
    max-height: 38px !important;
    max-width: 130px !important;
  }

  .hca-wix-home .hca-main-navbar.is-scrolled .hca-navbar-logo img {
    height: 32px !important;
    max-height: 32px !important;
  }

  .hca-wix-home .hca-navbar-links a:not(.hca-navbar-trial) {
    display: none !important;
  }

  .hca-wix-home .hca-navbar-trial {
    height: 36px !important;
    padding: 0 16px !important;
    font-size: 11.5px !important;
  }

  .hca-wix-home .hca-navbar-trial::after {
    margin-left: 6px !important;
  }
}

/* ---------- 10. ACCESIBILIDAD: Reducir motion ---------- */

@media (prefers-reduced-motion: reduce) {
  .hca-wix-home .hca-main-navbar,
  .hca-wix-home .hca-navbar-logo,
  .hca-wix-home .hca-navbar-links a,
  .hca-wix-home .hca-navbar-trial,
  .hca-wix-home .hca-navbar-platform::before {
    animation: none !important;
    transition: none !important;
  }

  .hca-wix-home .hca-navbar-trial::before {
    display: none !important;
  }
}

/* ---------- 11. FOCUS visible (teclado) ---------- */

.hca-wix-home .hca-navbar-logo:focus-visible,
.hca-wix-home .hca-navbar-links a:focus-visible {
  outline: 2px solid var(--hca-gold) !important;
  outline-offset: 3px !important;
  border-radius: 999px !important;
}

/* =====================================================================
   FIXES FINALES — Pegado HOY
   1) Quitar underline del link "Inicio" al cargar
   2) Agrandar sello HCL Method
   3) Eliminar espacio en blanco arriba del navbar (gap del tema)
   4) Forzar sticky del navbar (overflow:hidden del padre lo rompía)
   5) Sección Agenda: layout correcto para iPhone con lista de profesores
   ===================================================================== */

/* ---------- FIX 4: STICKY NAVBAR FUNCIONANDO ----------
   El padre .hca-wix-home tiene overflow:hidden, eso rompe sticky.
   Solución: cambiarlo a overflow:visible y mover el control de
   overflow horizontal al body (que ya lo tiene como overflow-x:hidden).
*/
.hca-wix-home {
  overflow: visible !important;
}

/* También aseguramos que ningún ancestro de Astra/Elementor tenga overflow:hidden
   que rompa el sticky */
html,
body,
#page,
.site,
.site-content,
.content-area,
.site-main,
.entry-content,
.page-content,
.ast-container,
.ast-plain-container,
.ast-page-builder-template,
.ast-page-builder-template .site-content,
.ast-page-builder-template .site-content > .ast-container,
.elementor,
.elementor-section-wrap,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-widget-html,
.elementor-widget-html > .elementor-widget-container,
.elementor-widget-html .elementor-widget-container,
.e-con,
.e-con-inner {
  overflow: visible !important;
}

/* Mantenemos el control de overflow horizontal solo en html/body */
html,
body {
  overflow-x: hidden !important;
}


/* ---------- FIX 3: ELIMINAR ESPACIO ARRIBA DEL NAVBAR ----------
   El tema Astra/WordPress mete márgenes/paddings arriba.
*/
html,
body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#page,
.site,
.site-content,
.content-area,
.site-main,
.entry-content,
.page-content,
.ast-container,
.ast-plain-container,
.ast-page-builder-template {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.elementor,
.elementor-section-wrap,
.elementor-section:first-child,
.elementor-container:first-child,
.elementor-widget-wrap:first-child,
.elementor-widget-html:first-child,
.e-con:first-child,
.e-con-inner:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Si hay header de Astra arriba, lo escondemos en la home (la landing) */
body.home .ast-above-header-wrap,
body.home .main-header-bar-wrap,
body.home #masthead,
body.home .site-header {
  display: none !important;
}

/* La landing va pegada arriba */
.hca-wix-home {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* ---------- FIX 1: QUITAR UNDERLINE DE "INICIO" AL CARGAR ----------
   Por defecto JS lo marca como activo porque está en viewport al cargar.
   Removemos esa marca inicial para que solo se active al scrollear.
*/
.hca-wix-home .hca-navbar-links a[href="#inicio"].is-active::after {
  width: 0 !important;
}

.hca-wix-home .hca-navbar-links a[href="#inicio"].is-active {
  background: transparent !important;
  color: rgba(33, 29, 75, 0.72) !important;
}

/* Cuando se hace hover sí queremos que aparezca normal */
.hca-wix-home .hca-navbar-links a[href="#inicio"].is-active:hover {
  color: var(--hca-navy) !important;
  background: rgba(33, 29, 75, 0.04) !important;
}

.hca-wix-home .hca-navbar-links a[href="#inicio"].is-active:hover::after {
  width: calc(100% - 32px) !important;
}


/* ---------- FIX 2: SELLO HCL METHOD MÁS GRANDE ---------- */
.hca-wix-home .hca-hero .hca-hero-seal {
  right: 12% !important;
  left: auto !important;
  top: 50% !important;
  width: 380px !important;
  max-width: 380px !important;
  min-width: 380px !important;
  transform: translateY(-50%) !important;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.45)) !important;
}

@media (max-width: 1024px) {
  .hca-wix-home .hca-hero .hca-hero-seal {
    right: 5% !important;
    width: 220px !important;
    max-width: 220px !important;
    min-width: 220px !important;
  }
}

@media (max-width: 767px) {
  .hca-wix-home .hca-hero .hca-hero-seal {
    right: 16px !important;
    top: 80px !important;
    transform: none !important;
    width: 130px !important;
    max-width: 130px !important;
    min-width: 130px !important;
  }
}


/* ---------- FIX 5: SECCIÓN AGENDA — iPhone con lista de profesores ----------
   La imagen es vertical (PNG del celular). Le damos protagonismo al
   teléfono a la izquierda y el copy a la derecha.
*/
.hca-wix-home .hca-agenda {
  min-height: 580px !important;
  padding: 60px 0 !important;
}

.hca-wix-home .hca-agenda .hca-section-inner {
  width: min(1080px, calc(100% - 40px)) !important;
  height: auto !important;
}

.hca-wix-home .hca-agenda-layout {
  display: grid !important;
  grid-template-columns: 0.42fr 0.58fr !important;
  gap: 60px !important;
  align-items: center !important;
  height: auto !important;
}

.hca-wix-home .hca-agenda-visual {
  position: relative !important;
  z-index: 5 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: auto !important;
}

.hca-wix-home .hca-agenda-visual img {
  position: relative !important;
  z-index: 5 !important;
  display: block !important;
  width: auto !important;
  max-width: 360px !important;
  height: auto !important;
  max-height: 560px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.30)) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.hca-wix-home .hca-agenda-copy {
  text-align: left !important;
  padding-top: 0 !important;
}

.hca-wix-home .hca-agenda-copy h2 {
  margin: 0 !important;
  text-align: left !important;
  font-size: 38px !important;
  line-height: 1.18 !important;
}

.hca-wix-home .hca-agenda-copy h3 {
  margin: 28px 0 0 !important;
  text-align: left !important;
  font-size: 21px !important;
}

.hca-wix-home .hca-agenda-copy p {
  margin: 18px 0 0 !important;
  max-width: 100% !important;
  text-align: left !important;
  font-size: 19px !important;
  line-height: 1.5 !important;
}

.hca-wix-home .hca-agenda-copy .hca-btn {
  margin-top: 30px !important;
}

.hca-wix-home .hca-agenda-bullets {
  margin: 28px 0 0 !important;
  max-width: 100% !important;
  text-align: left !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

.hca-wix-home .hca-agenda-bullets span {
  justify-content: flex-start !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .hca-wix-home .hca-agenda {
    min-height: auto !important;
    padding: 60px 0 !important;
  }

  .hca-wix-home .hca-agenda-layout {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .hca-wix-home .hca-agenda-visual img {
    max-width: 300px !important;
    max-height: 480px !important;
  }

  .hca-wix-home .hca-agenda-copy {
    text-align: center !important;
  }

  .hca-wix-home .hca-agenda-copy h2,
  .hca-wix-home .hca-agenda-copy h3,
  .hca-wix-home .hca-agenda-copy p {
    text-align: center !important;
  }

  .hca-wix-home .hca-agenda-bullets {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 460px !important;
  }
}

/* Móvil */
@media (max-width: 767px) {
  .hca-wix-home .hca-agenda-visual img {
    max-width: 240px !important;
    max-height: 400px !important;
  }

  .hca-wix-home .hca-agenda-copy h2 {
    font-size: 30px !important;
  }

  .hca-wix-home .hca-agenda-copy h3 {
    font-size: 18px !important;
  }

  .hca-wix-home .hca-agenda-copy p {
    font-size: 16px !important;
  }
}

/* =====================================================================
   FIXES v2 — corrección de fixes anteriores
   ===================================================================== */

/* ---------- FIX 1 (v2): UNDERLINE DE "INICIO" — REMOVER SIEMPRE ----------
   Selector más fuerte: el primer link del navbar (Inicio) NUNCA muestra underline,
   ni cuando está activo, ni en estado normal. Solo en hover.
*/
.hca-wix-home .hca-navbar-links a:first-child::after,
.hca-wix-home .hca-navbar-links a[href="#inicio"]::after,
.hca-wix-home .hca-navbar-links a[href="#inicio"].is-active::after {
  display: none !important;
  width: 0 !important;
  content: none !important;
}

.hca-wix-home .hca-navbar-links a[href="#inicio"].is-active,
.hca-wix-home .hca-navbar-links a:first-child.is-active {
  background: transparent !important;
  color: rgba(33, 29, 75, 0.72) !important;
}

/* En hover sí queremos color cambiando, pero nunca underline */
.hca-wix-home .hca-navbar-links a[href="#inicio"]:hover {
  color: var(--hca-navy) !important;
  background: rgba(33, 29, 75, 0.04) !important;
}


/* ---------- FIX 5 (v2): SECCIÓN AGENDA + COMIENZA HOY ----------
   En el original ambas secciones COMPARTEN un fondo glittery.
   Por eso parecen "una sola" sección visualmente.
*/

/* AGENDA: fondo glittery dorado/claro continuo */
.hca-wix-home .hca-agenda {
  position: relative !important;
  width: 100% !important;
  min-height: 600px !important;
  padding: 80px 0 !important;
  margin: 0 !important;
  overflow: hidden !important;

  /* Mismo fondo glittery que comienza hoy, pero en versión clara */
  background-image:
    linear-gradient(180deg,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0.40) 100%
    ),
    url("https://homeclassa.com/wp-content/uploads/2026/04/1fd5dbb2-298c-4566-9541-3889b2ae3580.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.hca-wix-home .hca-agenda .hca-section-inner {
  width: min(1100px, calc(100% - 40px)) !important;
  height: auto !important;
  position: relative !important;
  z-index: 2 !important;
}

.hca-wix-home .hca-agenda-layout {
  display: grid !important;
  grid-template-columns: 0.42fr 0.58fr !important;
  gap: 60px !important;
  align-items: center !important;
  height: auto !important;
}

.hca-wix-home .hca-agenda-visual {
  position: relative !important;
  z-index: 5 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: auto !important;
}

/* iPhone GRANDE como en el original */
.hca-wix-home .hca-agenda-visual img {
  position: relative !important;
  z-index: 5 !important;
  display: block !important;
  width: auto !important;
  max-width: 420px !important;
  height: auto !important;
  max-height: 640px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  filter: drop-shadow(0 35px 60px rgba(0, 0, 0, 0.35)) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}


/* ---------- COMIENZA HOY: fondo navy con glitter dorado encima ---------- */
.hca-wix-home .hca-cta-dark {
  position: relative !important;
  width: 100% !important;
  min-height: 360px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 70px 0 !important;
  overflow: hidden !important;
  color: #ffffff !important;

  /* Navy oscuro de fondo + overlay glittery dorado */
  background-image:
    linear-gradient(180deg,
      rgba(33, 29, 75, 0.82) 0%,
      rgba(20, 18, 55, 0.88) 100%
    ),
    url("https://homeclassa.com/wp-content/uploads/2026/04/1fd5dbb2-298c-4566-9541-3889b2ae3580.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.hca-wix-home .hca-cta-dark .hca-section-inner {
  width: min(900px, calc(100% - 40px)) !important;
  position: relative !important;
  z-index: 2 !important;
}

.hca-wix-home .hca-cta-dark-content {
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
}

.hca-wix-home .hca-cta-dark h2 {
  margin: 0 !important;
  color: #ffffff !important;
  font-family: var(--hca-serif) !important;
  font-size: 46px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
}

.hca-wix-home .hca-cta-dark h3 {
  margin: 18px 0 0 !important;
  color: #ffffff !important;
  font-family: var(--hca-serif) !important;
  font-size: 38px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
}

.hca-wix-home .hca-cta-dark p {
  margin: 28px auto 0 !important;
  max-width: 620px !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-family: var(--hca-serif) !important;
  font-size: 19px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  text-align: center !important;
}

.hca-wix-home .hca-cta-dark .hca-cta-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 22px !important;
  margin-top: 38px !important;
}

.hca-wix-home .hca-cta-dark .hca-btn {
  min-height: 38px !important;
  padding: 10px 26px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  border-radius: 999px !important;
}

.hca-wix-home .hca-cta-dark .hca-btn-gold {
  background: var(--hca-gold) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(168, 141, 75, 0.32) !important;
}

.hca-wix-home .hca-cta-dark .hca-btn-gold:hover {
  background: var(--hca-gold-hover) !important;
  transform: translateY(-1px) !important;
}

.hca-wix-home .hca-cta-dark .hca-btn-dark {
  background: var(--hca-dark-green) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(40, 50, 34, 0.32) !important;
}

.hca-wix-home .hca-cta-dark .hca-btn-dark:hover {
  background: #1f281b !important;
  transform: translateY(-1px) !important;
}


/* ---------- COPY DE LA AGENDA: alineación correcta ---------- */
.hca-wix-home .hca-agenda-copy {
  text-align: left !important;
  padding-top: 0 !important;
}

.hca-wix-home .hca-agenda-copy h2 {
  margin: 0 !important;
  text-align: left !important;
  color: var(--hca-navy) !important;
  font-family: var(--hca-serif) !important;
  font-size: 40px !important;
  line-height: 1.18 !important;
  font-weight: 400 !important;
  letter-spacing: -0.035em !important;
}

.hca-wix-home .hca-agenda-copy h2 strong {
  color: var(--hca-navy) !important;
  font-weight: 900 !important;
}

.hca-wix-home .hca-agenda-copy h3 {
  margin: 30px 0 0 !important;
  text-align: left !important;
  color: var(--hca-navy) !important;
  font-family: var(--hca-serif) !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  letter-spacing: -0.018em !important;
}

.hca-wix-home .hca-agenda-copy p {
  margin: 18px 0 0 !important;
  max-width: 100% !important;
  text-align: left !important;
  color: var(--hca-navy) !important;
  font-family: var(--hca-serif) !important;
  font-size: 19px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

.hca-wix-home .hca-agenda-copy .hca-btn {
  margin-top: 32px !important;
}

.hca-wix-home .hca-agenda-bullets {
  margin: 30px 0 0 !important;
  max-width: 100% !important;
  text-align: left !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

.hca-wix-home .hca-agenda-bullets span {
  justify-content: flex-start !important;
  color: var(--hca-navy) !important;
  font-weight: 600 !important;
}

.hca-wix-home .hca-agenda-bullets span::before {
  color: var(--hca-navy) !important;
}


/* ---------- RESPONSIVE TABLET ---------- */
@media (max-width: 1024px) {
  .hca-wix-home .hca-agenda {
    min-height: auto !important;
    padding: 60px 0 !important;
  }

  .hca-wix-home .hca-agenda-layout {
    grid-template-columns: 1fr !important;
    gap: 45px !important;
  }

  .hca-wix-home .hca-agenda-visual img {
    max-width: 340px !important;
    max-height: 540px !important;
  }

  .hca-wix-home .hca-agenda-copy,
  .hca-wix-home .hca-agenda-copy h2,
  .hca-wix-home .hca-agenda-copy h3,
  .hca-wix-home .hca-agenda-copy p {
    text-align: center !important;
  }

  .hca-wix-home .hca-agenda-bullets {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 480px !important;
  }

  .hca-wix-home .hca-agenda-bullets span {
    justify-content: center !important;
  }

  .hca-wix-home .hca-cta-dark h2 {
    font-size: 38px !important;
  }

  .hca-wix-home .hca-cta-dark h3 {
    font-size: 30px !important;
  }
}

/* ---------- RESPONSIVE MÓVIL ---------- */
@media (max-width: 767px) {
  .hca-wix-home .hca-agenda-visual img {
    max-width: 260px !important;
    max-height: 440px !important;
  }

  .hca-wix-home .hca-agenda-copy h2 {
    font-size: 30px !important;
  }

  .hca-wix-home .hca-agenda-copy h3 {
    font-size: 19px !important;
  }

  .hca-wix-home .hca-agenda-copy p {
    font-size: 16px !important;
  }

  .hca-wix-home .hca-cta-dark {
    padding: 55px 0 !important;
  }

  .hca-wix-home .hca-cta-dark h2 {
    font-size: 32px !important;
  }

  .hca-wix-home .hca-cta-dark h3 {
    font-size: 26px !important;
  }

  .hca-wix-home .hca-cta-dark p {
    font-size: 16px !important;
  }

  .hca-wix-home .hca-cta-dark .hca-cta-actions {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 14px !important;
  }
}/* End custom CSS */