/* ── HERO ── */
.hero { padding: 88px 0 80px; background: #fff;}
.hero .wrap { display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 860px; }
.hero-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.hero-h1 { font-size: clamp(36px,5.5vw,62px); font-weight: 900; line-height: 1.04; letter-spacing: -.04em; color: var(--navy); margin-bottom: 20px; }
.hero-h1 em { font-style: normal; color: var(--accent); }
.hero-sub { font-size: 17px; font-weight: 400; line-height: 1.7; color: var(--gray-txt); max-width: 540px; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; justify-content: center;}
.btn-hero-primary {
  font-family: 'Montserrat',sans-serif; font-size: 15px; font-weight: 800;
  color: #fff; background: var(--accent); border: none; border-radius: 10px;
  padding: 16px 32px; cursor: pointer;
  transition: opacity .18s, transform .18s;
}
.btn-hero-primary:hover { opacity: .88; transform: translateY(-2px); }
.btn-hero-wa {
  font-family: 'Montserrat',sans-serif; font-size: 14px; font-weight: 600;
  color: var(--navy); background: #fff; border: 1.5px solid var(--gray-line);
  border-radius: 10px; padding: 15px 24px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  transition: border-color .18s, color .18s;
}
.btn-hero-wa:hover { border-color: var(--accent); color: var(--accent); }
.hero-microtrust { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center;}
.hero-trust-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--gray-txt); }

/* ── TRUST BAR ── */
.trust-bar { background: var(--gray-bg); border-top: 0px solid var(--gray-line); border-bottom: 0px solid var(--gray-line); padding: 32px 0; }
.trust-bar-inner { display: flex; align-items: center; justify-content:space-evenly; flex-wrap: wrap; gap: 20px; }
.trust-stat { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; }
.trust-stat-num { font-size: clamp(16px,2vw,22px); font-weight: 500; color: var(--gray-txt); letter-spacing: -.03em; line-height: 1; }
.trust-stat-label { font-size: 10px; font-weight: 500; color: var(--gray-txt); }
.trust-divider { width: 1px; height: 50px; background: var(--gray-line); }

/* ── CALCULADORA TEASER ── */
.calculator .wrap {display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 1024px;;}
.calc-card {
  background: var(--navy-2);
  border-radius: 20px;
  padding: clamp(28px,2.5vw,48px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px,4vw,52px);
  align-items: center;
  margin-top: 36px;
}
.calc-label { font-size: 11px; font-weight: 700; letter-spacing: .10em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 10px; }
.calc-h3 { text-align: left; font-size: clamp(18px,2vw,26px); font-weight: 700; color: #fff; letter-spacing: -.025em; line-height: 1.2; margin-bottom: 10px; }
.calc-sub { text-align: left; font-size: 13px; color: rgba(255,255,255,.50); line-height: 1.65; margin-bottom: 24px; }
.calc-form { display: flex; flex-direction: column; gap: 12px; }
.calc-field { display: flex; flex-direction: column; gap: 5px; }
.calc-field label { text-align: left; font-size: 11px; font-weight: 600; color: rgba(255,255,255,.45); }
.calc-field input, .calc-field select {
  font-family: 'Montserrat',sans-serif; font-size: 14px; font-weight: 600;
  color: var(--navy); background: #fff; border: none; border-radius: 8px;
  padding: 11px 14px; outline: none;
  transition: box-shadow .18s;
}
.calc-field input:focus, .calc-field select:focus { box-shadow: 0 0 0 3px rgba(37,99,235,.30); }
.calc-field select { cursor: pointer; }
.btn-calc {
  font-family: 'Montserrat',sans-serif; font-size: 14px; font-weight: 700;
  color: var(--navy); background: rgba(255, 255, 255); border: 1.5px solid rgba(255,255,255,.25); border-radius: 10px;
  padding: 14px 0; cursor: pointer; margin-top: 4px;
  transition: opacity .18s, transform .18s, background .18s;
}
.btn-calc:hover { background: rgba(255, 255, 255, 0.791); transform: translateY(-1px); }
.btn-calc-primary {
  font-family: 'Montserrat',sans-serif; font-size: 14px; font-weight: 800;
  color: #fff; background: var(--accent); border: none; border-radius: 10px;
  padding: 14px 0; cursor: pointer; margin-top: 16px;
  transition: opacity .18s, transform .18s;
  width: 100%;
}
.btn-calc-primary:hover { opacity: .88; transform: translateY(-1px); }
.calc-result { display: none; flex-direction: column; gap: 16px; }
.calc-result.visible { display: flex; }
.calc-result-placeholder { display: flex; flex-direction: column; gap: 20px; }
.calc-big-num { font-size: clamp(44px,6vw,72px); font-weight: 900; color: #fff; letter-spacing: -.04em; line-height: 1; }
.calc-big-num sup { font-size: 28px; font-weight: 700; vertical-align: super; }
.calc-big-label { font-size: 14px; color: rgba(255,255,255,.55); margin-top: 4px; line-height: 1.5; }
.calc-breakdown { display: flex; flex-direction: column; gap: 8px; margin-top: 8px; }
.calc-row { display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
.calc-row-label { color: rgba(255,255,255,.40); }
.calc-row-val { font-weight: 700; color: rgba(255,255,255,.70); }
.calc-row-val.highlight { color: #4ade80; }
.calc-cta-note { font-size: 11px; color: rgba(255,255,255,.30); margin-top: 4px; line-height: 1.5; }
.calc-idle { text-align: center; padding: 24px 0; }
.calc-idle-icon { font-size: 40px; margin-bottom: 12px; opacity: .35; }
.calc-idle-txt { font-size: 13px; color: rgba(255,255,255,.30); line-height: 1.6; }

/* ── PERFILES ── */
.whois .wrap {display: flex; flex-direction: column; align-items: center; max-width: 1024px;}
.perfiles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 44px; }
.perfil-card {
  border-radius: 16px; padding: 28px 24px;
  display: flex; flex-direction: column; gap: 0;
  transition: transform .18s;
  background: rgba(255,255,255,.05);
}
.perfil-card:hover { border-color: rgba(255,255,255,.30); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,.20); }
.perfil-card-header { display: flex; align-items: center; text-align: left; gap: 10px; min-height: 3lh; }
.perfil-emoji { font-size: 24px; margin-bottom: 14px; }
.perfil-title { font-size: clamp(15px,2vw,18px); font-weight: 700; color: #fff; letter-spacing: -.02em; margin-bottom: 10px; line-height: 1.4; opacity: 0.8;}
.perfil-desc { font-size: 13px; color: rgba(255,255,255,.55); line-height: 1.7; margin-bottom: 18px; flex: 1; margin-top: 10px;; }
.perfil-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; }
.ptag { font-size: 10px; font-weight: 600; padding: 4px 10px; border-radius: 100px; background: rgba(255,255,255,.10); color: rgba(255,255,255,.55); }
.btn-perfil {
  margin-top: 20px;
  font-family: 'Montserrat',sans-serif; font-size: 14px; font-weight: 700; color: rgb(255, 255, 255, 0.5);
  display: inline-flex; align-items: center; justify-content: left; gap: 8px;
  text-decoration: none;
  transition: color .18s;
}
.btn-perfil .arrow-icon {
  display: inline-flex; align-items: center;
  transition: transform .18s ease, color .18s;
}
.btn-perfil:hover .arrow-icon { transform: translateX(4px); }
.btn-perfil:hover { color: rgb(255, 255, 255, 0.8)}

/* ── DIFERENCIADORES ── */
.whyus .wrap{ display: flex; flex-direction: column; align-items: center; max-width: 1024px;}
.dif-card-header {display: flex; align-items: center; gap: 10px;}
.dif-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 44px; }
.dif-card {
  background: #fff; border: 1.5px solid var(--gray-line);
  border-radius: 14px; padding: 24px;
  transition: box-shadow .18s;
}
.dif-card:hover { box-shadow: 0 4px 20px rgba(10,31,68,.07); }
.dif-icon { font-size: 22px; margin-bottom: 12px; }
.dif-title { font-size: 15px; font-weight: 800; color: var(--navy); margin-bottom: 8px; letter-spacing: -.015em; }
.dif-desc { font-size: 13px; color: var(--gray-txt); line-height: 1.65; }

/* ── COMPARATIVA VS ── */
.comp .wrap { display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 1024px; }
.vs-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.vs-table { max-width: 540px; width: 100%; border-collapse: collapse; margin-top: 44px; border-radius: 14px; }
.vs-table thead tr { background: var(--navy); }
.vs-table thead th {
  padding: 16px 14px; font-size: 12px; font-weight: 700;
  text-align: center; color: rgba(255,255,255,.55); letter-spacing: -.01em;
}
.vs-table thead th.th-feature { text-align: left; width: 32%; }
.vs-table thead th.th-us { background: var(--accent); color: #fff; font-size: 13px; font-weight: 800; }
.vs-table thead th .th-price { font-size: 10px; font-weight: 500; color: rgba(255,255,255,.40); display: block; margin-top: 2px; }
.vs-table thead th.th-us .th-price { color: rgba(255,255,255,.55); }
.vs-table tbody tr:nth-child(even) td { background: var(--gray-bg); }
.vs-table tbody tr:nth-child(even) td.td-us { background: rgba(37,99,235,.07); }
.vs-table tbody tr:nth-child(odd) td.td-us { background: rgba(37,99,235,.04); }
.vs-table tbody tr:hover td { background: rgba(37,99,235,.05); }
.vs-table tbody tr:hover td.td-us { background: rgba(37,99,235,.12); }
.vs-table td {
  padding: 13px 14px; font-size: 12px; text-align: center;
  border-bottom: 1px solid var(--gray-line);
  color: var(--gray-txt);
}
.vs-table td.td-feature { text-align: left; font-weight: 600; color: var(--navy); font-size: 13px; }
.vs-table td.td-us { font-weight: 700; }
.vs-table tfoot tr { border-top: 2px solid var(--gray-line); }
.vs-table tfoot td { padding: 14px; font-size: 13px; font-weight: 800; text-align: center; background: var(--gray-bg); }
.vs-table tfoot td.td-feature { text-align: left; color: var(--navy); }
.vs-table tfoot td.td-us { color: var(--accent); font-size: 15px; background: rgba(37,99,235,.06); }
.vs-yes { color: var(--green); font-size: 16px; font-weight: 800; }
.vs-no  { color: #CBD5E1; font-size: 18px; }
.vs-partial { font-size: 11px; font-weight: 600; color: var(--amber); }
.vs-note    { font-size: 11px; color: var(--gray-txt); }

/* ── COMO FUNCIONA TEASER ── */
.howto .wrap { display: flex; flex-direction: column; align-items: center; max-width: 1024px; text-align: center;}
.proceso-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 48px; position: relative; }
.proceso-step { display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; padding: 0 12px; }
.proceso-step::after {
  content: ''; position: absolute;
  top: 20px; left: calc(50% + 22px); right: calc(-50% + 22px);
  height: 2px; background: rgba(255,255,255,.12);
}
.proceso-step:last-child::after { display: none; }
/* Línea vertical (oculta por defecto) */
.proceso-step::before {
  content: '';
  position: absolute;
  display: none;
  top: 40px; /* debajo del círculo (40px alto + 14px margin) */
  bottom: -24px; /* cruza el gap del grid */
  left: 50%;
  width: 2px;
  background: rgba(255,255,255,.12);
  transform: translateX(-50%);
}
.paso-num {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(37,99,235,.25); border: 2px solid rgba(37,99,235,.5);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800; color: #ffffffed; margin-bottom: 14px;
  position: relative; z-index: 1;
  flex-shrink: 0;
}
.paso-num.final { background: var(--green); border-color: var(--green); box-shadow: 0 0 0 5px rgba(22,163,74,.18); }
.paso-title { font-size: 13px; font-weight: 600; color: #fff; line-height: 1.35; opacity: 0.95; background-color: var(--navy);}
.proceso-link { margin-top: 40px; text-align: center; }
.proceso-link a { font-size: 13px; font-weight: 700; color: rgba(255,255,255,.55); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.20); padding-bottom: 2px; transition: color .18s, border-color .18s; display: flex; text-align: center; gap: 4px; }
.proceso-link a .arrow-icon {
	transition: transform .18s ease, color .18s;
}
.proceso-link a:hover { color: #fff; border-color: rgba(255,255,255,.6); }
.proceso-link a:hover .arrow-icon {transform: translateX(4px);}

/* ── PRICING CARDS ── */
.price .wrap {display: flex; flex-direction: column;align-items: center; max-width: 1024px; text-align: center;}
.pricing-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 16px; margin-top: 44px; align-items: start;
}
.plan-card {
  background: #fff; border: 1px solid var(--gray-line);
  border-radius: 18px; padding: 28px 24px;
  display: flex; flex-direction: column;
  transition: box-shadow .2s, transform .2s; position: relative;
}
.plan-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(10,31,68,.10); }
.plan-card.featured { border: 2px solid var(--accent); box-shadow: 0 0 0 5px rgba(37,99,235,.09); }
.plan-badge-popular {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: #fff;
  font-size: 10px; font-weight: 800; letter-spacing: .08em;
  text-transform: uppercase; padding: 5px 14px; border-radius: 100px; white-space: nowrap;
}
.plan-name { font-size: 11px; font-weight: 700; letter-spacing: .10em; text-transform: uppercase; color: var(--gray-txt); margin-bottom: 10px; }
.plan-price { font-size: 44px; font-weight: 800; letter-spacing: -.04em; color: var(--navy); line-height: 1; margin-bottom: 4px; }
.plan-price sup { font-size: 20px; font-weight: 700; vertical-align: super; letter-spacing: 0; }
.plan-desc { font-size: 13px; color: var(--gray-txt); line-height: 1.55; margin-bottom: 22px; min-height: 38px; }
.plan-cta {
  font-family: 'Montserrat',sans-serif; font-size: 13px; font-weight: 600;
  border-radius: 10px; padding: 13px 0; cursor: pointer; width: 100%; margin-bottom: 24px;
  transition: opacity .18s, transform .18s; border: none;
}
.plan-cta.primary { background: var(--accent); color: #fff; box-shadow: 0 3px 14px rgba(37,99,235,.35); text-decoration: none; text-align: center; }
.plan-cta.primary:hover { opacity: .88; transform: translateY(-1px); }
.plan-cta.secondary { background: var(--gray-bg); color: var(--navy); border: 1.5px solid var(--gray-line); text-align: center; text-decoration: none;}
.plan-cta.secondary:hover { border-color: var(--accent); color: var(--accent); background: var(--accent-lt); }
.plan-divider { border: none; border-top: 1px solid var(--gray-line); margin-bottom: 20px; }
.plan-features { display: flex; flex-direction: column; gap: 10px; flex: 1; }
.feature-item { display: flex; align-items: flex-start; gap: 9px; }
.feat-icon-yes { width: 17px; height: 17px; border-radius: 50%; background: var(--green-bg); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.feat-icon-yes svg { display: block; }
.feat-txt { font-size: 12px; color: var(--navy); line-height: 1.5; }
.feat-txt.muted { color: var(--gray-txt); }
.feat-tag { font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 100px; margin-left: 4px; vertical-align: middle; white-space: nowrap; }
.feat-tag.free { background: var(--green-bg); color: var(--green); }
.pricing-footnote { margin-top: 20px; font-size: 11px; font-style: italic; color: var(--gray-txt); line-height: 1.65; text-align: center; }

/* ── TESTIMONIOS ── */
.testi .wrap { display: flex; flex-direction: column; align-items: center; max-width: 1200px; text-align: center; }
.testi-marquee { 
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 12%,
    black 88%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 12%,
    black 88%,
    transparent 100%
  );
}
.testi-grid { display: flex; gap: 16px; margin-top: 44px; text-align: left; /* animation: marquee 15s linear infinite; */ }
/* .testi-grid:hover { animation-play-state: paused; } */
.testi-card {
  background: #fff; border: 1px solid var(--gray-line); width: 300px; flex-shrink: 0;
  border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.testi-stars { color: #F59E0B; font-size: 13px; letter-spacing: 1px; }
.testi-quote { font-size: 13px; color: var(--gray-txt); line-height: 1.7; font-style: italic; flex: 1; }
.testi-author { display: flex; align-items: center; gap: 10px; }
.testi-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--gray-line); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800; color: white;
}
.testi-name { font-size: 12px; font-weight: 700; color: var(--navy); }
.testi-role { font-size: 11px; color: var(--gray-txt); }
.testi-placeholder {
  background: var(--gray-bg); border: 1.5px dashed var(--gray-line);
  border-radius: 16px; padding: 32px 24px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 8px; min-height: 180px;
}
.testi-placeholder-icon { font-size: 24px; opacity: .3; }
.testi-placeholder-txt { font-size: 12px; color: var(--gray-txt); line-height: 1.6; opacity: .7; }

/* @keyframes marquee {
  from { transform: translateX(0); }
  to {transform: translateX(-50%); }
} */
/* ── FAQ ── */
.faq .wrap { display: flex; flex-direction: column; align-items: center; max-width: 1024px;}
.faq-list { margin-top: 44px; display: flex; flex-direction: column; max-width: 720px;}
.faq-item { border-bottom: 1px solid rgba(255,255,255,.07); }
.faq-item:first-child { border-top: 1px solid rgba(255,255,255,.07); }
.faq-trigger {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 20px 0; text-align: left;
}
.faq-q { font-size: 14px; font-weight: 600; color: #fffffff7; line-height: 1.45; }
.faq-chevron-wrap {
  width: 28px; height: 28px; border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,.18);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: rgba(255,255,255,.4);
  transition: border-color .22s, color .22s;
}
.faq-trigger.open .faq-chevron-wrap { border-color: var(--accent); color: var(--accent); }
.faq-trigger.open .faq-chevron-wrap svg { transform: rotate(180deg); }
.faq-chevron-wrap svg { transition: transform .3s; }
.faq-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .32s ease; }
.faq-body.open { grid-template-rows: 1fr; }
.faq-inner { overflow: hidden; }
.faq-inner p { font-size: 14px; color: rgba(255,255,255,.45); line-height: 1.7; padding-bottom: 20px; }
.faq-link {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid var(--gray-txt);
  color: var(--gray-txt);
  font-weight: 600;
  transition: border-color .18s, color .18s ease;
}
.faq-link:hover {border-color: white; color: white;}
/* ── CTA FINAL ── */
.cta-section { background: var(--gray-bg); padding: 88px 0; }
.cta-h2 { font-size: clamp(26px,3.5vw,42px); font-weight: 900; line-height: 1.08; letter-spacing: -.03em; color: var(--navy); margin-bottom: 16px; }
.cta-h2 span { color: var(--accent); }
.cta-sub { font-size: 15px; color: var(--gray-txt); line-height: 1.7; max-width: 440px; margin: 0 auto 36px; }
.btn-cta-primary {
  font-family: 'Montserrat',sans-serif; font-size: 15px; font-weight: 800;
  color: #fff; background: var(--accent); border: none; border-radius: 10px;
  padding: 16px 32px; cursor: pointer;
  transition: opacity .18s, transform .18s;
}
.btn-cta-primary:hover { opacity: .88; transform: translateY(-2px); }
.btn-cta-wa {
  font-family: 'Montserrat',sans-serif; font-size: 14px; font-weight: 600;
  color: var(--navy); background: #fff; border: 1.5px solid var(--gray-line);
  border-radius: 10px; padding: 15px 28px; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  transition: border-color .18s, color .18s; text-decoration: none;
}
.btn-cta-wa:hover { border-color: var(--accent); color: var(--accent); }
.trust-row { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px; margin-top: 32px; }
.trust-item { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--gray-txt); }


/* ── CHEVRON INLINE ── */
.chk { display: block; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .perfiles-grid { grid-template-columns: 1fr; }
}
@media (max-width: 740px){
  .nav-links, .nav-btns { display: none;}
  .hamburger { display: block; }
}
@media (max-width: 720px) {
  .hero { padding: 64px 0 56px; }
  .calc-card { grid-template-columns: 1fr; }
  .perfiles-grid { grid-template-columns: 1fr; }
  .dif-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
  .plan-card.featured { margin-top: 20px; }
  .testi-grid { grid-template-columns: 1fr; }
  .proceso-steps { grid-template-columns: 1fr 1fr; gap: 24px; }
  .proceso-step::after { display: none; }
  .trust-bar-inner { justify-content: center; gap: 20px; }
  .trust-divider { display: none; }
  .footer-top { flex-direction: column; gap: 32px; }
  .footer-col-wrap { gap: 28px; }
  .cta-section { padding: 64px 0; }
}
@media (max-width: 480px) {
  .proceso-steps { grid-template-columns: 1fr; }
  .proceso-step:not(:last-child)::before { display: block; }
  .hero-btns { flex-direction: column; }
  .btn-hero-primary, .btn-hero-wa { width: 100%; justify-content: center; }

  .vs-table thead th:nth-child(3),
  .vs-table thead th:nth-child(4),
  .vs-table thead th:nth-child(5),
  .vs-table td:nth-child(3),
  .vs-table td:nth-child(4),
  .vs-table td:nth-child(5),
  .vs-table tfoot td:nth-child(3),
  .vs-table tfoot td:nth-child(4),
  .vs-table tfoot td:nth-child(5) { display: none; }
}