/* ============ Fini Landing — sections: bento, pills, timeline, empresas, pricing,
   testimonials, seguridad, faq, physics CTA, footer, wrapped overlay, responsive ============ */

/* ---------- Ecosystem bento ---------- */
.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(120px, auto);
  gap: 20px;
}
.bento__card {
  background: var(--paper-0);
  border: var(--hairline-soft);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
  transition: transform 220ms var(--ease-out), box-shadow 220ms var(--ease-out);
}
.bento__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.bento__card h3 {
  font-size: 22px;
  font-weight: 580;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.bento__card p { font-size: 15px; line-height: 1.5; color: var(--ink-500); text-wrap: pretty; }
.bento__icon {
  width: 42px; height: 42px;
  border-radius: var(--radius-md);
  background: var(--lime-100);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.bento__icon svg { width: 22px; height: 22px; }

.bento__card.is--declaraciones { grid-column: span 7; grid-row: span 2; }
.bento__card.is--declaraciones .bento__visual {
  flex: 1;
  min-height: 260px;
  border-radius: var(--radius-md);
  overflow: hidden;
  position: relative;
  margin-top: 6px;
}
.bento__visual .slot-fill { position: absolute; inset: 0; }

.bento__card.is--saldo {
  grid-column: span 5;
  background: linear-gradient(160deg, var(--lime-200), var(--lime-300));
  border-color: transparent;
}
.bento__card.is--saldo h3 { color: var(--green-ink); }
.bento__card.is--saldo p { color: var(--green-olive); }
.bento__saldo-amount {
  font-size: clamp(40px, 4.6vw, 58px);
  font-weight: 640;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--green-ink);
  font-variant-numeric: tabular-nums;
}
.bento__saldo-amount small { font-size: 0.42em; font-weight: 580; color: var(--green-olive); }

.bento__card.is--facturas { grid-column: span 5; }
.bento__rows { display: flex; flex-direction: column; gap: 0; margin-top: 4px; }
.bento__row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  border-bottom: var(--hairline-soft);
  font-size: 15px;
  font-weight: 560;
}
.bento__row:last-child { border-bottom: none; }
.bento__row svg { width: 18px; height: 18px; flex: none; }
.bento__row em { font-style: normal; color: var(--warm-gray); font-weight: 500; margin-left: auto; font-size: 13px; }

.bento__card.is--deducibles { grid-column: span 4; }
.bento__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.bento__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px;
  border-radius: var(--radius-pill);
  background: var(--paper-cream);
  color: var(--green-olive);
  font-size: 13px;
  font-weight: 600;
}
.bento__chip.is--found { background: var(--lime-100); color: var(--green-deep); }

.bento__card.is--copiloto { grid-column: span 8; flex-direction: row; align-items: center; gap: 32px; }
.bento__copiloto-text { display: flex; flex-direction: column; gap: 12px; flex: 1; }
.bento__chat {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 340px;
}
.bento__bubble {
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.45;
  max-width: 90%;
}
.bento__bubble.is--user {
  align-self: flex-end;
  background: var(--paper-warm);
  border-bottom-right-radius: 4px;
  color: var(--green-ink);
}
.bento__bubble.is--fini {
  align-self: flex-start;
  background: var(--lime-100);
  border-bottom-left-radius: 4px;
  color: var(--green-ink);
}
.bento__bubble.is--fini strong { color: var(--green-deep); font-weight: 640; }

/* ---------- Feature pills (light restyle) ---------- */
.pills-section { padding-top: 0; }
.feature-pills__wrap {
  color: var(--green-ink);
  background: var(--paper-0);
  border: var(--hairline-soft);
  box-shadow: var(--shadow-sm);
  border-radius: var(--radius-xl);
  width: 100%;
  height: 42em;
  position: relative;
  overflow: clip;
}
.feature-pills__layout {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%; height: 100%;
  display: flex;
  position: relative;
}
.feature-pills__col { width: 50%; position: relative; }
.feature-pills__visual-collection { z-index: 0; width: 100%; height: 100%; position: relative; }
.feature-pills__visual-list { width: 100%; height: 100%; position: relative; overflow: hidden; }
.feature-pills__visual-item { opacity: 0; width: 100%; height: 100%; position: absolute; inset: 0%; }
.feature-pills__visual-item .slot-fill,
.feature-pills__visual-cover .slot-fill { position: absolute; inset: 0; }
.feature-pills__info-collection {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%; height: 100%;
  padding: 1.25em;
  display: flex;
}
.feature-pills__info-list {
  gap: 0.8em;
  max-width: var(--content-item-expanded);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.feature-pills__info-item { padding: 0; position: relative; }
.feature-pills__item-bg {
  z-index: 0;
  background: var(--lime-100);
  border: 1px solid transparent;
  border-radius: 2em;
  width: 100%; height: 100%;
  position: absolute; inset: 0%;
  transition: background 200ms;
}
.feature-pills__info-item:hover .feature-pills__item-bg { background: var(--lime-200); }
.feature-pills__info-item[data-active="true"] .feature-pills__item-bg {
  background: var(--paper-150);
  border-color: #e8ece2;
}
.feature-pills__item-button {
  z-index: 1;
  gap: 0.625em;
  background: transparent;
  border: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.75em 1.25em;
  display: flex;
  position: relative;
}
.feature-pills__item-label {
  letter-spacing: -0.015em;
  white-space: nowrap;
  flex: none;
  font-size: 1.15em;
  font-weight: 580;
  color: var(--green-ink);
}
.feature-pills__item-icon {
  aspect-ratio: 1;
  background: rgba(20, 40, 8, 0.1);
  border-radius: 100em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  display: flex;
  position: relative;
}
.feature-pills__item-icon-bar { background: var(--green-ink); flex: none; width: 1.5px; height: 50%; position: absolute; }
.feature-pills__item-icon-bar.is--horizontal { width: 50%; height: 1.5px; }
.feature-pills__item-content { z-index: 2; pointer-events: none; position: absolute; inset: 0%; }
.feature-pills__item-mask { width: 100%; height: 100%; overflow: hidden; }
.feature-pills__item-inner {
  max-width: var(--content-item-expanded);
  flex-flow: column;
  align-items: flex-start;
  gap: 0.4em;
  width: max-content;
  padding: 1.4em 1.5em 1.8em;
  display: flex;
}
.feature-pills__item-body { font-size: 1.15em; font-weight: 600; color: var(--green-ink); line-height: 1.35; }
.feature-pills__item-body-span { display: block; margin-top: 0.5em; font-weight: 500; color: var(--ink-500); font-size: 0.88em; }
.feature-pills__close { z-index: 2; position: absolute; top: 1em; right: 1em; }
.feature-pills__close-button {
  aspect-ratio: 1;
  backdrop-filter: blur(10px);
  background: rgba(20, 40, 8, 0.08);
  border: none;
  border-radius: 10em;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  display: flex;
  position: relative;
}
[data-feature-pills-init] { --content-item-expanded: 24em; }
[data-feature-pills-button] { opacity: 1; transition: opacity 400ms ease-in-out 300ms; }
[data-feature-pills-inner] { opacity: 0; transition: opacity 300ms ease-in-out 0ms; }
[data-feature-pills-visual] { opacity: 0; transition: opacity 350ms ease-in-out; }
[data-feature-pills-cover] { opacity: 1; transition: opacity 350ms ease-in-out; z-index: 1; width: 100%; height: 100%; position: absolute; inset: 0%; }
[data-feature-pills-item][data-active="true"] [data-feature-pills-button] { opacity: 0; transition: opacity 50ms ease-in-out 0ms; }
[data-feature-pills-item][data-active="true"] [data-feature-pills-inner] { opacity: 1; }
[data-feature-pills-visual][data-active="true"] { opacity: 1; }
[data-feature-pills-cover][data-active="false"] { opacity: 0; }
[data-feature-pills-close] {
  transform: scale(0) rotate(135deg);
  opacity: 0;
  pointer-events: none;
  transition: all 500ms cubic-bezier(0.7, 0, 0.3, 1);
}
[data-feature-pills-active="true"] [data-feature-pills-close] {
  transform: scale(1) rotate(45deg);
  opacity: 1;
  pointer-events: auto;
}

/* ---------- Step timeline ---------- */
.step-timeline { width: 100%; max-width: 46em; margin: 0 auto; }
.step-timeline__wrapper { position: relative; }
.step-timeline__list { gap: 6.5em; flex-flow: column; align-items: stretch; display: flex; }
.step-timeline__item { gap: 2.5em; justify-content: flex-start; align-items: flex-start; display: flex; position: relative; }
.step-timeline__line {
  pointer-events: none;
  background: var(--ink-100);
  width: 2px;
  position: absolute;
  top: 0; bottom: 0; left: 1.5em;
}
.step-timeline__fill {
  transform-origin: 50% 0;
  background: linear-gradient(180deg, var(--lime-bright), var(--green-leaf));
  width: 100%; height: 100%;
  position: absolute; inset: 0%;
}
.step-timeline__marker {
  color: var(--green-ink);
  background: var(--paper-0);
  border: var(--hairline);
  border-radius: 100em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em; height: 3em;
  font-weight: 620;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
  position: relative;
  z-index: 1;
}
[data-step-timeline-item][data-status="active"] [data-step-timeline-marker] {
  background: var(--green-leaf);
  color: #fff;
  border-color: var(--green-leaf);
}
[data-step-timeline-item][data-current] [data-step-timeline-marker] {
  box-shadow: 0 0 0 0.5em rgba(54, 181, 96, 0.14);
}
.step-timeline__content {
  gap: 0.8em;
  flex-flow: column;
  align-items: flex-start;
  max-width: 30em;
  padding-top: 0.4em;
  transition: opacity 0.25s;
  display: flex;
}
[data-step-timeline-item] .step-timeline__content { opacity: 0.3; }
[data-step-timeline-item][data-status="active"] .step-timeline__content { opacity: 0.55; }
[data-step-timeline-item][data-current] .step-timeline__content { opacity: 1; }
.step-timeline__content-h {
  letter-spacing: -0.03em;
  font-size: 1.9em;
  font-weight: 560;
  line-height: 1.05;
  color: var(--green-ink);
}
.step-timeline__p { font-size: 1.06em; line-height: 1.5; color: var(--ink-500); }
.step-timeline__tag {
  display: inline-flex;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
  background: var(--lime-100);
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 620;
}

/* ---------- Empresas ---------- */
.empresas { background: var(--paper-0); border-top: var(--hairline-soft); border-bottom: var(--hairline-soft); }
.empresas__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.empresas__visual {
  position: relative;
  height: clamp(360px, 42vw, 520px);
  border-radius: var(--radius-xl);
  overflow: hidden;
}
.empresas__visual .slot-fill { position: absolute; inset: 0; }
.empresas__list { display: flex; flex-direction: column; margin-top: 8px; }
.empresas__item {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-bottom: var(--hairline-soft);
  align-items: flex-start;
}
.empresas__item:last-child { border-bottom: none; }
.empresas__item svg { width: 22px; height: 22px; flex: none; margin-top: 2px; }
.empresas__item h4 { font-size: 17px; font-weight: 600; margin-bottom: 3px; }
.empresas__item p { font-size: 14.5px; color: var(--ink-500); line-height: 1.5; }

/* ---------- Pricing ---------- */
.pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}
.price-card {
  background: var(--paper-0);
  border: var(--hairline-soft);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.price-card.is--featured {
  background: var(--green-ink);
  color: var(--paper-50);
  border-color: var(--green-ink);
}
.price-card.is--featured h3, .price-card.is--featured .price-card__amount { color: var(--paper-50); }
.price-card.is--featured .price-card__desc, .price-card.is--featured li { color: rgba(253, 255, 250, 0.72); }
.price-card.is--featured li svg { color: var(--lime-bright); }
.price-card__badge {
  position: absolute;
  top: -13px; left: 32px;
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  background: var(--lime-200);
  color: var(--green-ink);
  font-size: 12.5px;
  font-weight: 640;
}
.price-card h3 { font-size: 19px; font-weight: 620; letter-spacing: -0.01em; }
.price-card__amount {
  font-size: 44px;
  font-weight: 620;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--green-ink);
}
.price-card__amount small { font-size: 0.38em; font-weight: 540; color: var(--warm-gray); letter-spacing: 0; }
.price-card__desc { font-size: 14.5px; color: var(--ink-500); line-height: 1.5; }
.price-card ul { display: flex; flex-direction: column; gap: 11px; flex: 1; }
.price-card li { display: flex; gap: 10px; font-size: 14.5px; color: var(--ink-500); align-items: flex-start; }
.price-card li svg { width: 17px; height: 17px; flex: none; margin-top: 1px; color: var(--green-success); }
.pricing__note {
  margin-top: 28px;
  text-align: center;
  font-size: 14.5px;
  color: var(--warm-gray);
}
.pricing__note strong { color: var(--green-deep); font-weight: 620; }

/* ---------- Testimonials ---------- */
.testimonials { background: var(--paper-0); border-top: var(--hairline-soft); }
.testimonial-lines { gap: 1.25em; flex-flow: wrap; justify-content: flex-start; align-items: flex-start; display: flex; }
.testimonial-lines__controls { gap: 0.75em; width: 20%; display: flex; }
.testimonial-lines__main { gap: 4em; flex-flow: column; flex: 1; align-items: flex-start; display: flex; }
.testimonial-lines__button {
  background: transparent;
  border: var(--hairline);
  border-radius: var(--radius-sm);
  justify-content: center;
  align-items: center;
  width: 2.75em; height: 2.75em;
  padding: 0;
  color: var(--green-ink);
  display: flex;
  transition: background 150ms, border-color 150ms;
}
.testimonial-lines__button:hover { background: var(--lime-100); border-color: var(--lime-500); }
.testimonial-lines__arrow { width: 0.75em; }
.testimonial-lines__main-details { gap: 1.5em; align-items: center; display: flex; }
.testimonial-lines__count { width: 1ch; display: inline-block; }
.testimonial-lines__p { font-size: 1.1em; line-height: 1.2; }
.testimonial-lines__p.is--faded { opacity: 0.45; }
.testimonial-lines__collection { width: 100%; }
.testimonial-lines__list { width: 100%; display: grid; position: relative; }
.testimonial-lines__item {
  gap: 3em;
  opacity: 0;
  visibility: hidden;
  flex-flow: column;
  grid-area: 1 / 1;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}
.testimonial-lines__item.is--active { opacity: 100; visibility: visible; }
.testimonial-lines__h {
  letter-spacing: -0.025em;
  width: 100%;
  font-size: clamp(1.6em, 3vw, 2.5em);
  font-weight: 540;
  line-height: 1.12;
  color: var(--green-ink);
}
.testimonial-lines__h em { font-style: normal; color: var(--green-leaf); }
.text-line-mask { padding-bottom: 0.2em; margin-bottom: -0.2em; }
.testimonial-lines__item-details { gap: 1.25em; align-items: center; display: flex; }
.testimonial-lines__item-visual {
  aspect-ratio: 1;
  border-radius: 100em;
  width: 4.5em; height: 4.5em;
  overflow: hidden;
  position: relative;
  flex: none;
}
.testimonial-lines__item-visual .slot-fill { position: absolute; inset: 0; }

/* ---------- Seguridad ---------- */
.seguridad { background: linear-gradient(180deg, var(--paper-150), var(--paper-100)); }
.seguridad__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.seguridad__card {
  background: var(--paper-0);
  border: var(--hairline-soft);
  border-radius: var(--radius-lg);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.seguridad__card h3 { font-size: 18px; font-weight: 610; }
.seguridad__card p { font-size: 14.5px; color: var(--ink-500); line-height: 1.55; }
.seguridad__why {
  margin-top: 28px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 22px 26px;
  border-radius: var(--radius-lg);
  background: var(--paper-cream);
}
.seguridad__why-q {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--green-ink);
  color: var(--lime-200);
  font-weight: 640;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.seguridad__why p { font-size: 14.5px; line-height: 1.6; color: var(--green-olive); }

/* ---------- FAQ ---------- */
.faq__list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; }
.faq__item { border-bottom: var(--hairline-soft); }
.faq__q {
  width: 100%;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 4px;
  text-align: left;
  font-size: 18px;
  font-weight: 580;
  color: var(--green-ink);
  transition: color 150ms;
}
.faq__q:hover { color: var(--green-deep); }
.faq__q .faq__plus {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--lime-100);
  position: relative;
  flex: none;
  transition: transform 320ms var(--ease-snap), background 200ms;
}
.faq__plus::before, .faq__plus::after {
  content: '';
  position: absolute;
  background: var(--green-ink);
  top: 50%; left: 50%;
}
.faq__plus::before { width: 11px; height: 1.5px; transform: translate(-50%, -50%); }
.faq__plus::after { width: 1.5px; height: 11px; transform: translate(-50%, -50%); }
.faq__item[data-open="true"] .faq__plus { transform: rotate(45deg); background: var(--lime-200); }
.faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 380ms var(--ease-snap);
}
.faq__item[data-open="true"] .faq__a { grid-template-rows: 1fr; }
.faq__a-inner { overflow: hidden; }
.faq__a-inner p {
  padding: 0 4px 26px;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-500);
  max-width: 640px;
}

/* ---------- CTA final ---------- */
.cta-final {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px 0 140px;
  position: relative;
  background: linear-gradient(180deg, var(--paper-100), var(--paper-150));
}
.cta-final__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  text-align: center;
}

/* ---------- Footer ---------- */
.footer {
  background: var(--green-ink);
  color: rgba(253, 255, 250, 0.8);
  padding: 72px 0 40px;
}
.footer a { color: rgba(253, 255, 250, 0.75); }
.footer a:hover { color: var(--lime-bright); }
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(253, 255, 250, 0.12);
}
.footer__brand { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.footer__brand img { height: 34px; }
.footer__brand p { font-size: 14px; line-height: 1.55; color: rgba(253, 255, 250, 0.55); max-width: 260px; }
.footer__col h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(253, 255, 250, 0.45);
  font-weight: 620;
  margin-bottom: 16px;
}
.footer__col ul { display: flex; flex-direction: column; gap: 10px; }
.footer__col a { font-size: 14.5px; }
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 32px;
  font-size: 13.5px;
  color: rgba(253, 255, 250, 0.45);
}
.social-share { gap: 0.5em; flex-flow: wrap; align-items: center; display: flex; }
.social-share__button {
  color: rgba(253, 255, 250, 0.8);
  appearance: none;
  background: rgba(253, 255, 250, 0.08);
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.6em; height: 2.6em;
  display: flex;
  position: relative;
  overflow: hidden;
}
.social-share__icon { width: 1.3em; display: flex; }
.social-share__icon.is--success { position: absolute; }
[data-social-share-type="clipboard"] .social-share__icon {
  transition: transform 0.4s var(--ease-snap);
  transform: translateY(0%) rotate(0.001deg);
}
[data-social-share-type="clipboard"] .social-share__icon.is--success {
  color: var(--lime-bright);
  transform: translateY(200%) rotate(0.001deg);
}
[data-social-share-type="clipboard"][data-social-share-success] .social-share__icon { transform: translateY(-200%) rotate(0.001deg); }
[data-social-share-type="clipboard"][data-social-share-success] .social-share__icon.is--success { transform: translateY(0%) rotate(0.001deg); }
[data-social-share-type] { transition: all 0.4s var(--ease-snap); transform: scale(1) rotate(0.001deg); }
[data-social-share]:has([data-social-share-type]:hover) [data-social-share-type] { transform: scale(0.9) rotate(0.001deg); }
[data-social-share]:has([data-social-share-type]:hover) [data-social-share-type]:hover { transform: scale(1.1) rotate(0.001deg); }
[data-social-share-type]:hover { background: rgba(253, 255, 250, 0.16); color: var(--lime-bright); }

/* ---------- Wrapped easter egg overlay ---------- */
.wrapped-egg {
  position: fixed;
  inset: 0;
  z-index: 400;
  background: var(--green-black);
  color: var(--paper-50);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
  text-align: center;
  padding: 40px;
  cursor: pointer;
}
.wrapped-egg.is--open { display: flex; }
.wrapped-egg__stage { position: relative; width: 100%; max-width: 780px; min-height: 240px; display: grid; }
.wrapped-egg__slide {
  grid-area: 1 / 1;
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  transition: opacity 500ms var(--ease-out), transform 500ms var(--ease-out);
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  justify-content: center;
}
.wrapped-egg__slide.is--active { opacity: 1; transform: translateY(0) scale(1); }
.wrapped-egg__slide h2 {
  font-size: clamp(34px, 5.4vw, 68px);
  font-weight: 560;
  letter-spacing: -0.03em;
  line-height: 1.02;
  color: var(--paper-50);
  text-wrap: balance;
}
.wrapped-egg__slide h2 em { font-style: normal; color: var(--lime-bright); }
.wrapped-egg__slide p { font-size: 17px; color: rgba(253, 255, 250, 0.6); }
.wrapped-egg__dots { display: flex; gap: 8px; }
.wrapped-egg__dots span {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(253, 255, 250, 0.2);
  transition: background 300ms;
}
.wrapped-egg__dots span.is--active { background: var(--lime-bright); }
.wrapped-egg__hint { font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(253, 255, 250, 0.35); }

/* ---------- Responsive ---------- */
@media screen and (max-width: 991px) {
  section { padding: 80px 0; }
  .bento__card.is--declaraciones,
  .bento__card.is--saldo,
  .bento__card.is--facturas,
  .bento__card.is--deducibles,
  .bento__card.is--copiloto { grid-column: span 12; }
  .bento__card.is--copiloto { flex-direction: column; align-items: flex-start; }
  .feature-pills__wrap { background: transparent; border: none; box-shadow: none; border-radius: 0; height: auto; overflow: visible; }
  .feature-pills__layout { flex-flow: column; }
  .feature-pills__col { width: 100%; }
  .feature-pills__col.is--visual {
    aspect-ratio: 4 / 3;
    border-radius: var(--radius-xl);
    order: -9999;
    overflow: hidden;
    position: relative;
  }
  .feature-pills__info-collection { padding: 2em 0 1em; }
  .feature-pills__info-list { flex-flow: wrap; justify-content: flex-start; align-items: flex-start; max-width: none; }
  .feature-pills__info-item { width: var(--content-item-expanded); }
  .feature-pills__item-button { justify-content: space-between; width: 100%; }
  .feature-pills__item-inner { max-width: 100%; }
  [data-feature-pills-init] { --content-item-expanded: 100%; }
  .empresas__grid { grid-template-columns: 1fr; gap: 40px; }
  .pricing__grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .seguridad__grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media screen and (max-width: 860px) {
  .hero__grid { grid-template-columns: 1fr !important; gap: 40px; }
  .hero { padding-top: 120px; }
  .hero__visual { height: clamp(300px, 60vw, 460px); }
  [data-hero="fullbleed"] .hero__bleed::after {
    background: linear-gradient(180deg, rgba(247,252,240,0.95) 0%, rgba(247,252,240,0.75) 100%);
  }
}

@media screen and (max-width: 767px) {
  .container { padding: 0 20px; }
  .testimonial-lines { gap: 2.5em; }
  .testimonial-lines__controls { order: 9999; width: 100%; }
  .step-timeline__list { gap: 4.5em; }
  .step-timeline__item { gap: 1.4em; }
  .twostep-nav__bottom-col.is--visual { display: none; }
  .twostep-nav__top-line { bottom: -0.5em; left: 1em; right: 1em; }
  [data-nav-status="active"] .twostep-nav__back { inset: -1.25em; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__float.is--b { left: 4%; }
}
