:root {
  --kfi-red: #e83a22;
  --kfi-red-dark: #c62828;
  --kfi-whatsapp: #25d366;
  --kfi-ink: #1b1715;
  --kfi-muted: #6e625e;
  --kfi-bg: #f9f8f6;
  --kfi-surface: #fff;
  --kfi-warm: #fff1eb;
  --kfi-border: #e7ddd9;
  --kfi-content: 1200px;
  --kfi-radius: 16px;
  --kfi-pill: 999px;
}

/* Revisión final Figma: búsqueda, Home y footer */
.kfi-search-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border: 0;
  color: var(--kfi-ink);
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.kfi-search-toggle svg,
.kfi-search-form svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.kfi-search-toggle svg { display: none; }
.kfi-search-panel[hidden] { display: none; }
.kfi-search-panel { position: fixed; z-index: 1000; inset: 0; }
.kfi-search-backdrop { position: absolute; inset: 0; border: 0; background: rgba(27,23,21,.52); }
.kfi-search-dialog { position: relative; width: 100%; max-height: min(720px, 90vh); overflow-y: auto; background: #fff; box-shadow: 0 20px 60px rgba(27,23,21,.18); }
.kfi-search-dialog-inner { width: min(calc(100% - 48px), var(--kfi-content)); padding: 42px 0 48px; margin: auto; }
.kfi-search-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.kfi-search-heading span { color: var(--kfi-red); font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.kfi-search-heading h2 { margin: 5px 0 24px; font-family: Trirong, serif; font-size: 34px; font-weight: 300; line-height: 1.2; }
.kfi-search-close { width: 44px; height: 44px; border: 1px solid var(--kfi-border); border-radius: 50%; color: var(--kfi-ink); background: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.kfi-search-form { display: flex; height: 58px; align-items: center; gap: 14px; padding: 0 20px; border: 1px solid var(--kfi-border); border-radius: 16px; background: var(--kfi-bg); }
.kfi-search-input { width: 100%; border: 0; outline: 0; color: var(--kfi-ink); background: transparent; font-size: 17px; }
.kfi-search-hint { margin: 10px 0 0; color: var(--kfi-muted); font-size: 13px; }
.kfi-search-results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 20px; opacity: 1; transition: opacity .2s ease; }
.kfi-search-results.is-loading { opacity: .45; }
.kfi-search-result { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 10px; border: 1px solid var(--kfi-border); border-radius: 14px; transition: border-color .2s ease, background .2s ease; }
.kfi-search-result:hover { border-color: var(--kfi-red); background: var(--kfi-warm); }
.kfi-search-result img { width: 64px; height: 72px; object-fit: contain; }
.kfi-search-result span { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.kfi-search-result strong { overflow: hidden; font-size: 14px; line-height: 19px; text-overflow: ellipsis; white-space: nowrap; }
.kfi-search-result small { color: var(--kfi-red); font-size: 13px; }
.kfi-search-result b { color: var(--kfi-red); font-size: 18px; }
.kfi-search-empty { grid-column: 1 / -1; padding: 20px; margin: 0; border-radius: 14px; color: var(--kfi-muted); background: var(--kfi-bg); text-align: center; }
.kfi-search-open { overflow: hidden; }

.kfi-category-card { position: relative; transition: transform .25s ease; }
.kfi-category-link { position: absolute; z-index: 3; inset: 0; border-radius: 22px; }
.kfi-category-link:focus-visible { outline: 3px solid var(--kfi-red); outline-offset: 4px; }
.kfi-category-image img { transition: transform .3s ease, filter .3s ease; }
.kfi-category-title .elementor-heading-title { transition: color .2s ease; }
@media (hover: hover) {
  .kfi-category-card:hover { transform: translateY(-6px); }
  .kfi-category-card:hover .kfi-category-image img { transform: scale(1.015); filter: saturate(1.06) drop-shadow(0 16px 18px rgba(232,58,34,.18)); }
  .kfi-category-card:hover .kfi-category-title .elementor-heading-title { color: var(--kfi-red); }
}

.kfi-flow-section .kfi-home-inner { display: flex; flex-direction: column; gap: 22px; }
.kfi-flow-section .kfi-section-intro p { margin: 0; }
.kfi-flow-section .kfi-steps-grid { gap: 20px; }
.kfi-flow-section .kfi-step-card { gap: 8px; }
.kfi-flow-section .kfi-step-title .elementor-heading-title,
.kfi-flow-section .kfi-step-copy p { margin: 0; }

.kfi-guarantee-section { padding: 34px 0; }
.kfi-guarantee-section .kfi-home-inner { display: flex; flex-direction: column; gap: 16px; }
.kfi-guarantee-title .elementor-heading-title { margin: 0; font-size: 34px; line-height: normal; }
.kfi-metrics-grid { height: 300px; padding: 32px 64px; gap: 32px; }
.kfi-metric-card { display: flex; width: 314px; min-height: 236px; flex-direction: column; gap: 8px; padding: 0; }
.kfi-metric-card + .kfi-metric-card { position: relative; border-left: 0; }
.kfi-metric-card + .kfi-metric-card::before { position: absolute; left: -16.5px; width: 1px; height: 180px; background: rgba(255,255,255,.7); content: ""; }
.kfi-metric-icon { width: 56px; height: 56px; flex: 0 0 56px; }
.kfi-metric-icon img { display: block; width: 56px; height: 56px; }
.kfi-metric-value .elementor-heading-title { margin: 0; font-size: 44px; line-height: 49px; }
.kfi-metric-copy p { margin: 0; font-size: 24px; line-height: 27px; }
.kfi-metric-quality .kfi-metric-value .elementor-heading-title { font-size: 38px; line-height: 43px; }
.kfi-metric-quality .kfi-metric-copy p { font-size: 32px; font-weight: 600; line-height: 36px; }

.kfi-footer { padding: 64px max(24px, calc((100% - var(--kfi-content)) / 2)) 40px; }
.kfi-footer-inner { grid-template-columns: 330px repeat(3, 210px); gap: 80px; }
.kfi-footer-brand p { margin-top: 18px; line-height: 23px; }
.kfi-footer-column { gap: 0; line-height: 28px; }
.kfi-footer-column h2 { margin: 0 0 14px; line-height: normal; }
.kfi-footer-bottom { padding-top: 45px; margin-top: 48px; font-size: 13px; line-height: normal; }
.kfi-footer-mobile-links,
.kfi-footer-whatsapp { display: none; }

@media (max-width: 900px) {
  .kfi-search-toggle { width: 44px; height: 44px; justify-content: center; padding: 10px; }
  .kfi-search-toggle svg { display: block; }
  .kfi-search-toggle span { display: none; }
  .kfi-search-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kfi-footer-inner { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
}

@media (max-width: 620px) {
  .kfi-header-actions { gap: 2px; }
  .kfi-search-dialog-inner { width: calc(100% - 48px); padding: 28px 0 34px; }
  .kfi-search-heading h2 { margin-bottom: 18px; font-size: 28px; }
  .kfi-search-form { height: 52px; padding: 0 15px; }
  .kfi-search-input { font-size: 15px; }
  .kfi-search-results { grid-template-columns: 1fr; }
  .kfi-search-result { grid-template-columns: 54px minmax(0, 1fr) auto; }
  .kfi-search-result img { width: 54px; height: 62px; }

  .kfi-flow-section { padding: 42px 0; }
  .kfi-flow-section .kfi-home-inner { gap: 16px; }
  .kfi-flow-section .kfi-section-intro p { margin: 0; }
  .kfi-flow-section .kfi-steps-grid { gap: 16px; }

  .kfi-guarantee-section { padding: 48px 0; }
  .kfi-guarantee-section .kfi-home-inner { gap: 24px; }
  .kfi-guarantee-title .elementor-heading-title { font-size: 32px; line-height: 40px; }
  .kfi-metrics-grid { height: auto; gap: 12px; padding: 0; }
  .kfi-metric-card { width: 100%; min-height: 164px; gap: 6px; padding: 18px 24px; border-radius: 16px; background: var(--kfi-red); }
  .kfi-metric-card + .kfi-metric-card::before { display: none; }
  .kfi-metric-icon { width: 44px; height: 44px; flex-basis: 44px; }
  .kfi-metric-icon img { width: 44px; height: 44px; }
  .kfi-metric-value .elementor-heading-title { font-size: 30px; line-height: 36px; }
  .kfi-metric-copy p { font-size: 17px; line-height: 22px; }
  .kfi-metric-quality .kfi-metric-value .elementor-heading-title { font-size: 28px; line-height: 34px; }
  .kfi-metric-quality .kfi-metric-copy p { font-size: 24px; line-height: 28px; }

  .kfi-footer { padding: 44px 24px 32px; }
  .kfi-footer-inner { display: block; }
  .kfi-footer-brand img { width: 110px; height: 46px; }
  .kfi-footer-brand p { max-width: 330px; margin: 22px 0 0; font-size: 14px; line-height: 22px; }
  .kfi-footer-column { display: none; }
  .kfi-footer-mobile-links { display: flex; flex-direction: column; gap: 0; margin-top: 16px; color: #ffe8e0; font-size: 14px; }
  .kfi-footer-mobile-links p { display: flex; flex-wrap: wrap; gap: 0 10px; margin: 0; line-height: 28px; }
  .kfi-footer-whatsapp { display: flex; width: 100%; min-height: 44px; align-items: center; justify-content: center; padding: 12px 24px; margin-top: 22px; border-radius: 999px; color: #fff; background: var(--kfi-whatsapp); font-size: 15px; font-weight: 600; }
  .kfi-footer-bottom { padding-top: 20px; margin-top: 22px; border-top: 0; font-size: 11px; line-height: 18px; }
}

/* Cómo comprar y preguntas frecuentes — medidas finales de Figma. */
.kfi-mobile-copy,
.kfi-buy-cta-mobile,
.kfi-faq-list-mobile { display: none !important; }
.kfi-buy-page,
.kfi-faq-page { padding: 96px 0; background: var(--kfi-bg); }
.kfi-buy-inner,
.kfi-faq-inner,
.kfi-buy-hero,
.kfi-faq-hero,
.kfi-buy-step,
.kfi-buy-cta-copy,
.kfi-faq-help { display: flex; flex-direction: column; }
.kfi-buy-inner,
.kfi-faq-inner { gap: 48px; }
.kfi-buy-hero,
.kfi-faq-hero { gap: 16px; }
.kfi-buy-page .elementor-widget,
.kfi-faq-page .elementor-widget { margin: 0; }
.kfi-buy-page .kfi-content-eyebrow .elementor-heading-title,
.kfi-faq-page .kfi-content-eyebrow .elementor-heading-title { margin: 0; font-size: 13px; line-height: 18px; }
.kfi-buy-page .kfi-content-title .elementor-heading-title,
.kfi-faq-page .kfi-content-title .elementor-heading-title { margin: 0; font-size: 52px; line-height: 62px; }
.kfi-buy-page .kfi-content-copy,
.kfi-faq-page .kfi-content-copy { max-width: 780px; }
.kfi-buy-page .kfi-content-copy p,
.kfi-faq-page .kfi-content-copy p { margin: 0; font-size: 18px; line-height: 29px; }
.kfi-buy-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.elementor .kfi-buy-step.e-con { min-height: 320px; gap: 16px; padding: 24px; border: 1px solid var(--kfi-border); border-radius: 16px; background: #fff; }
.kfi-buy-step-number .elementor-heading-title,
.kfi-buy-step-title .elementor-heading-title,
.kfi-buy-step-copy p { margin: 0; }
.kfi-buy-step-number .elementor-heading-title { color: var(--kfi-red); font-family: "Red Hat Display", sans-serif; font-size: 12px; font-weight: 600; line-height: 16px; }
.kfi-buy-step-title .elementor-heading-title { font-family: Trirong, serif; font-size: 24px; font-weight: 300; line-height: 31px; }
.kfi-buy-step-copy p { color: var(--kfi-muted); font-size: 15px; line-height: 24px; }
.elementor .kfi-buy-cta-desktop.e-con { display: flex; min-height: 224px; flex-direction: row; align-items: center; justify-content: space-between; padding: 40px 48px; border-radius: 24px; background: var(--kfi-red); color: #fff; }
.kfi-buy-cta-copy { width: 720px; gap: 12px; }
.kfi-buy-cta-label .elementor-heading-title,
.kfi-buy-cta-title .elementor-heading-title,
.kfi-buy-cta-text p { margin: 0; color: #fff; }
.kfi-buy-cta-label .elementor-heading-title { font-family: "Red Hat Display", sans-serif; font-size: 12px; font-weight: 600; line-height: 16px; }
.kfi-buy-cta-title .elementor-heading-title { font-family: Trirong, serif; font-size: 34px; font-weight: 300; line-height: 43px; }
.kfi-buy-cta-text p { font-size: 16px; line-height: 24px; }
.kfi-buy-page .kfi-buy-cta-button .elementor-button,
.kfi-faq-page .kfi-faq-help-button .elementor-button { display: flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 24px; margin: 0; border-radius: var(--kfi-pill); background: var(--kfi-whatsapp); }
.kfi-faq-layout { display: grid; grid-template-columns: 800px 360px; align-items: start; gap: 40px; }
.kfi-faq-list { display: flex; flex-direction: column; gap: 12px; }
.kfi-faq-item { margin: 0; }
.kfi-faq-item .elementor-toggle-item { overflow: hidden; border: 1px solid var(--kfi-border); border-radius: 16px; background: #fff; }
.kfi-faq-item .elementor-tab-title { position: relative; min-height: 65px; padding: 20px 64px 20px 24px; border: 0; color: var(--kfi-ink); font-family: "Red Hat Display", sans-serif; font-size: 18px; font-weight: 600; line-height: 25px; }
.kfi-faq-item .elementor-toggle-icon { display: none !important; }
.kfi-faq-item .elementor-tab-title::after { position: absolute; top: 50%; right: 24px; color: var(--kfi-red); font-size: 24px; font-weight: 400; line-height: 28px; content: "+"; transform: translateY(-50%); }
.kfi-faq-item .elementor-tab-title.elementor-active::after { content: "−"; }
.kfi-faq-item .elementor-tab-content { padding: 0 64px 20px 24px; border: 0; color: var(--kfi-muted); font-size: 15px; line-height: 24px; }
.kfi-faq-item .elementor-tab-content p { margin: 0; }
.elementor .kfi-faq-help.e-con { gap: 16px; padding: 32px; border-radius: 24px; background: var(--kfi-warm); }
.kfi-faq-help-label .elementor-heading-title,
.kfi-faq-help-title .elementor-heading-title,
.kfi-faq-help-text p { margin: 0; }
.kfi-faq-help-label .elementor-heading-title { color: var(--kfi-red); font-family: "Red Hat Display", sans-serif; font-size: 12px; font-weight: 600; line-height: 16px; }
.kfi-faq-help-title .elementor-heading-title { font-family: Trirong, serif; font-size: 30px; font-weight: 300; line-height: 38px; }
.kfi-faq-help-text p { color: var(--kfi-muted); font-size: 15px; line-height: 24px; }
.woocommerce-cart-form { margin-bottom: 18px; }

@media (max-width: 900px) {
  .kfi-desktop-copy,
  .kfi-buy-cta-desktop,
  .kfi-faq-list-desktop { display: none !important; }
  .kfi-mobile-copy { display: block !important; }
  .kfi-buy-cta-mobile,
  .kfi-faq-list-mobile { display: flex !important; }
  .kfi-buy-page,
  .kfi-faq-page { padding: 48px 0 56px; }
  .kfi-buy-inner,
  .kfi-faq-inner { width: min(calc(100% - 48px), 342px); gap: 28px; }
  .kfi-buy-page .kfi-content-eyebrow .elementor-heading-title,
  .kfi-faq-page .kfi-content-eyebrow .elementor-heading-title { font-size: 12px; line-height: 16px; }
  .kfi-buy-page .kfi-content-title .elementor-heading-title,
  .kfi-faq-page .kfi-content-title .elementor-heading-title { font-size: 40px; line-height: 48px; }
  .kfi-buy-page .kfi-content-copy p,
  .kfi-faq-page .kfi-content-copy p { font-size: 16px; line-height: 26px; }
  .kfi-buy-grid { grid-template-columns: 1fr; gap: 14px; }
  .elementor .kfi-buy-step.e-con { min-height: 0; gap: 8px; padding: 22px; }
  .kfi-buy-step-number .elementor-heading-title { font-size: 12px; line-height: 16px; }
  .kfi-buy-step-title .elementor-heading-title { font-family: "Red Hat Display", sans-serif; font-size: 19px; font-weight: 600; line-height: 25px; }
  .kfi-buy-step-copy p { font-size: 14px; line-height: 21px; }
  .elementor .kfi-buy-cta-mobile.e-con { gap: 14px; padding: 24px; border-radius: 16px; background: var(--kfi-warm); }
  .kfi-buy-cta-mobile-title .elementor-heading-title,
  .kfi-buy-cta-mobile-text p { margin: 0; }
  .kfi-buy-cta-mobile-title .elementor-heading-title { font-family: "Red Hat Display", sans-serif; font-size: 22px; font-weight: 600; line-height: 28px; }
  .kfi-buy-cta-mobile-text p { color: var(--kfi-muted); font-size: 15px; line-height: 23px; }
  .kfi-buy-page .kfi-buy-products .elementor-button { display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: center; padding: 12px 24px; margin: 0; border-radius: var(--kfi-pill); background: var(--kfi-red); }
  .kfi-faq-layout { display: flex; flex-direction: column; gap: 28px; }
  .kfi-faq-list { width: 100%; gap: 12px; }
  .kfi-faq-item .elementor-tab-title { min-height: 62px; padding: 20px 56px 20px 24px; font-size: 16px; line-height: 22px; }
  .kfi-faq-item .elementor-tab-title::after { right: 24px; font-size: 20px; line-height: 22px; }
  .kfi-faq-item .elementor-tab-content { padding: 0 56px 24px 24px; font-size: 14px; line-height: 22px; }
  .kfi-faq-list-mobile .kfi-faq-item:first-child .elementor-toggle-item { border-color: transparent; background: var(--kfi-warm); }
  .elementor .kfi-faq-help.e-con { width: 100%; gap: 14px; padding: 24px; border-radius: 16px; }
  .kfi-faq-help-label { display: none; }
  .kfi-faq-help-title .elementor-heading-title { font-family: "Red Hat Display", sans-serif; font-size: 22px; font-weight: 600; line-height: 28px; }
  .kfi-faq-help-text p { font-size: 15px; line-height: 23px; }
  .kfi-faq-page .kfi-faq-help-button .elementor-button { width: 100%; min-height: 48px; }
  .woocommerce-cart-form { margin-bottom: 12px; }
}

/* Buscador aislado de los estilos globales de Elementor, WooCommerce y Brave. */
.kfi-search-panel {
  display: grid;
  place-items: start center;
  padding: 28px 24px;
  overflow-y: auto;
}
.kfi-search-backdrop {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  border: 0 !important;
  border-radius: 0;
  outline: 0;
  background: rgba(27,23,21,.66) !important;
  box-shadow: none !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.kfi-search-dialog {
  width: min(1080px, 100%);
  max-height: calc(100vh - 56px);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 24px;
  box-shadow: 0 28px 80px rgba(27,23,21,.28);
}
.kfi-search-dialog-inner { width: 100%; padding: 36px 40px 40px; }
.kfi-search-heading h2 { margin: 7px 0 22px; font-size: 38px; line-height: 1.15; }
.kfi-search-close {
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  flex: 0 0 44px;
  place-items: center;
  padding: 0;
  box-shadow: none;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}
.kfi-search-close:hover { border-color: var(--kfi-red); color: #fff; background: var(--kfi-red); transform: rotate(4deg); }
.kfi-search-form { height: 60px; border-width: 1px; border-color: var(--kfi-border); background: #fff; box-shadow: 0 8px 24px rgba(27,23,21,.06); transition: border-color .2s ease, box-shadow .2s ease; }
.kfi-search-form:focus-within { border-color: var(--kfi-red); box-shadow: 0 0 0 4px rgba(232,58,34,.1), 0 12px 28px rgba(27,23,21,.08); }
.kfi-search-form .kfi-search-input {
  appearance: none;
  -webkit-appearance: none;
  height: 100%;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.kfi-search-form .kfi-search-input::-webkit-search-cancel-button { appearance: none; }
.kfi-search-hint { margin-top: 12px; }
.kfi-search-shortcuts { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.kfi-search-shortcuts span { margin-right: 2px; color: var(--kfi-muted); font-size: 13px; }
.kfi-search-shortcuts a { padding: 7px 14px; border: 1px solid var(--kfi-border); border-radius: 999px; background: var(--kfi-bg); font-size: 13px; font-weight: 600; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.kfi-search-shortcuts a:hover { border-color: var(--kfi-red); color: #fff; background: var(--kfi-red); }
.kfi-search-results { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }

@media (max-width: 620px) {
  .kfi-search-panel { padding: 12px; }
  .kfi-search-dialog { width: 100%; max-height: calc(100vh - 24px); border-radius: 20px; }
  .kfi-search-dialog-inner { width: 100%; padding: 24px 20px 28px; }
  .kfi-search-heading h2 { margin: 6px 0 18px; font-size: 30px; }
  .kfi-search-close { width: 40px; height: 40px; flex-basis: 40px; }
  .kfi-search-form { height: 54px; padding: 0 16px; border-radius: 14px; }
  .kfi-search-hint { font-size: 12px; }
  .kfi-search-shortcuts { margin-top: 14px; }
  .kfi-search-results { grid-template-columns: 1fr; margin-top: 16px; }
}

/* Activador de búsqueda: icono SVG, sin apariencia nativa del navegador. */
.kfi-search-toggle,
.kfi-search-toggle:hover,
.kfi-search-toggle:focus,
.kfi-search-toggle:active {
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  outline: 0;
  color: var(--kfi-ink);
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
.kfi-search-toggle svg { display: block; width: 21px; height: 21px; transition: color .2s ease; }
.kfi-search-toggle:hover { color: var(--kfi-red); background: var(--kfi-warm); }
.kfi-search-toggle:focus-visible { color: var(--kfi-red); box-shadow: 0 0 0 3px rgba(232,58,34,.16); }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--kfi-ink);
  background: var(--kfi-bg);
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.site-main { min-height: 50vh; }

.kfi-announcement {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  color: #fff;
  background: var(--kfi-ink);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.kfi-announcement-mobile { display: none; }

.kfi-header { position: relative; z-index: 20; background: #fff; }
.kfi-header-inner {
  display: flex;
  width: min(calc(100% - 48px), var(--kfi-content));
  min-height: 88px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.kfi-logo { display: block; width: 128px; height: 52px; }
.kfi-logo img { width: 100%; height: 100%; object-fit: contain; }
.kfi-nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
  font-weight: 600;
}
.kfi-nav-list a { transition: color .2s ease; }
.kfi-nav-list a:hover,
.kfi-nav-list .current-menu-item > a { color: var(--kfi-red); }
.kfi-header-actions { display: flex; align-items: center; gap: 14px; }
.kfi-search-link { font-size: 15px; font-weight: 600; }
.kfi-order-trigger {
  display: flex;
  min-width: 148px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid var(--kfi-red);
  border-radius: var(--kfi-pill);
  background: #fff;
  font-weight: 600;
}
.kfi-order-trigger svg { width: 20px; height: 20px; fill: none; stroke: var(--kfi-ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.kfi-order-count {
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  padding: 0 5px;
  border-radius: var(--kfi-pill);
  color: #fff;
  background: var(--kfi-red);
  font-size: 11px;
  line-height: 1;
}
.kfi-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.kfi-menu-toggle span { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--kfi-ink); }

.kfi-footer { padding: 64px max(24px, calc((100% - var(--kfi-content)) / 2)) 36px; color: #fff; background: var(--kfi-red); }
.kfi-footer-inner { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 64px; }
.kfi-footer-brand img { width: 140px; height: 58px; object-fit: contain; }
.kfi-footer-brand p { max-width: 300px; margin: 18px 0 0; font-size: 15px; line-height: 1.55; }
.kfi-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; color: #ffe8e0; font-size: 15px; }
.kfi-footer-column h2 { margin: 0 0 8px; color: #fff; font-family: "Red Hat Display", sans-serif; font-size: 13px; font-weight: 600; text-transform: uppercase; }
/* Enlaces del pie: color de marca en todos los estados, nunca el azul del navegador. */
.kfi-footer a,
.kfi-footer a:link,
.kfi-footer a:visited { color: #ffe8e0; text-decoration: none; }
.kfi-footer a:hover,
.kfi-footer a:focus,
.kfi-footer a:active { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.kfi-footer a:focus-visible { outline: 2px solid #fff; outline-offset: 3px; border-radius: 4px; }
.kfi-footer .kfi-footer-whatsapp,
.kfi-footer .kfi-footer-whatsapp:link,
.kfi-footer .kfi-footer-whatsapp:visited,
.kfi-footer .kfi-footer-whatsapp:hover,
.kfi-footer .kfi-footer-whatsapp:focus,
.kfi-footer .kfi-footer-whatsapp:active { color: #fff; text-decoration: none; }
.kfi-footer-bottom { padding-top: 28px; margin-top: 40px; border-top: 1px solid rgba(255,255,255,.35); color: #ffe8e0; font-size: 13px; }

/* Portada Elementor */
.home .site-main { overflow: hidden; }
.kfi-home-inner { width: min(calc(100% - 48px), var(--kfi-content)); padding: 0; margin: auto; }
.elementor .kfi-home-inner.e-con,
.elementor .kfi-content-inner.e-con,
.elementor .kfi-split-hero.e-con,
.elementor .kfi-contact-layout.e-con { padding: 0; }
.kfi-home-hero-desktop { min-height: 632px; background-position: center !important; background-size: cover !important; }
.kfi-home-hero-mobile { display: none; }
.kfi-home-section { width: 100%; }
.kfi-categories-section { padding: 64px 0 72px; background: #fff; }
.kfi-featured-section { padding: 72px 0; background: var(--kfi-bg); }
.kfi-flow-section { padding: 54px 0 70px; color: #fff; background: var(--kfi-ink); }
.kfi-guarantee-section { padding: 50px 0 64px; background: var(--kfi-bg); }
.kfi-section-title .elementor-heading-title { margin: 0; font-family: Trirong, serif; font-size: 42px; font-weight: 300; line-height: 1.2; }
.kfi-section-intro p { margin: 12px 0 28px; color: var(--kfi-muted); font-size: 16px; }
.kfi-title-light .elementor-heading-title { color: #fff; }
.kfi-copy-light p { color: #d1c9c4; }
.kfi-category-grid,
.kfi-steps-grid,
.kfi-metrics-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding: 0; }
.kfi-category-card { padding: 0; cursor: pointer; }
.kfi-category-image img { width: 100%; height: 426px; border-radius: 22px; object-fit: contain; }
.kfi-category-title .elementor-heading-title { margin: 12px 0 0; font-family: "Red Hat Display", sans-serif; font-size: 20px; font-weight: 600; }
.kfi-category-copy p { margin: 4px 0 0; color: var(--kfi-muted); font-size: 14px; }
.kfi-featured-products .woocommerce ul.products { width: 100%; margin: 0; }
.kfi-step-card { min-height: 170px; padding: 20px 22px; border-radius: 18px; background: var(--kfi-warm); }
.kfi-step-number .elementor-heading-title { color: var(--kfi-red); font-family: "Red Hat Display", sans-serif; font-size: 13px; font-weight: 600; }
.kfi-step-title .elementor-heading-title { margin-top: 8px; color: var(--kfi-ink); font-family: "Red Hat Display", sans-serif; font-size: 20px; font-weight: 600; }
.kfi-step-copy p { margin: 8px 0 0; color: var(--kfi-muted); font-size: 14px; line-height: 1.5; }
.kfi-guarantee-title .elementor-heading-title { margin-bottom: 24px; font-size: 34px; }
.kfi-metrics-grid { gap: 0; padding: 32px 48px; border-radius: 24px; background: var(--kfi-red); }
.kfi-metric-card { min-height: 236px; align-items: center; justify-content: center; padding: 28px; color: #fff; text-align: center; }
.kfi-metric-card + .kfi-metric-card { border-left: 1px solid rgba(255,255,255,.7); }
.kfi-metric-label .elementor-heading-title { color: #fff; font-family: "Red Hat Display", sans-serif; font-size: 12px; font-weight: 600; opacity: .82; }
.kfi-metric-value .elementor-heading-title { margin-top: 8px; color: #fff; font-family: "Red Hat Display", sans-serif; font-size: 38px; font-weight: 600; line-height: 1.1; }
.kfi-metric-copy p { margin: 8px 0 0; color: #fff; font-size: 20px; }

/* Páginas informativas Elementor */
.kfi-content-page { padding: 82px 0 96px; background: #fff; }
.kfi-content-inner { width: min(calc(100% - 48px), var(--kfi-content)); margin: auto; }
.kfi-content-eyebrow .elementor-heading-title { margin: 0 0 18px; color: var(--kfi-red); font-family: "Red Hat Display", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.kfi-content-title .elementor-heading-title { max-width: 720px; margin: 0; font-family: Trirong, serif; font-size: 54px; font-weight: 300; line-height: 1.12; }
.kfi-content-copy { max-width: 680px; }
.kfi-content-copy p { margin: 24px 0 0; color: var(--kfi-muted); font-size: 17px; line-height: 1.7; }
.kfi-copy-narrow { max-width: 820px; }
.kfi-split-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 74px; }
.kfi-about-image img { width: 100%; height: 580px; border-radius: 26px; object-fit: cover; object-position: center; }
.kfi-button-brand .elementor-button,
.kfi-content-page .kfi-button-whatsapp .elementor-button { display: inline-flex; margin-top: 30px; padding: 14px 26px; border-radius: var(--kfi-pill); color: #fff; background: var(--kfi-red); font-weight: 600; }
.kfi-content-page .kfi-button-whatsapp .elementor-button { background: var(--kfi-whatsapp); }
.kfi-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 72px; }
.kfi-info-card { padding: 28px; border: 1px solid var(--kfi-border); border-radius: 18px; background: var(--kfi-bg); }
.kfi-info-card-title .elementor-heading-title { margin: 0; font-family: Trirong, serif; font-size: 26px; font-weight: 300; }
.kfi-info-card-copy p { margin: 12px 0 0; color: var(--kfi-muted); font-size: 15px; line-height: 1.6; }
.kfi-contact-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(310px, .7fr); gap: 80px; }
.kfi-contact-card { padding: 34px; border-radius: 20px; background: var(--kfi-warm); }
.kfi-buy-step { min-height: 240px; background: #fff; }
.kfi-faq-item { margin-top: 12px; }
.kfi-faq-item .elementor-toggle-item { overflow: hidden; border: 1px solid var(--kfi-border); border-radius: 14px; }
.kfi-faq-item .elementor-tab-title { padding: 20px 22px; border: 0; font-weight: 600; }
.kfi-faq-item .elementor-tab-content { padding: 0 22px 22px; border: 0; color: var(--kfi-muted); }
.kfi-policy-copy { margin-top: 40px; }
.kfi-policy-copy h2 { margin: 34px 0 10px; font-family: Trirong, serif; font-size: 28px; font-weight: 300; }
.kfi-policy-copy p { margin: 0; color: var(--kfi-muted); font-size: 16px; line-height: 1.7; }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb,
.woocommerce-products-header,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce nav.woocommerce-pagination,
.woocommerce div.product,
.woocommerce-cart .woocommerce,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  width: min(calc(100% - 48px), var(--kfi-content));
  margin-right: auto;
  margin-left: auto;
}
.woocommerce .woocommerce-breadcrumb { padding-top: 34px; color: var(--kfi-muted); font-size: 13px; }
.woocommerce-products-header { padding: 28px 0 18px; }
.woocommerce-shop .woocommerce-products-header::after {
  display: block;
  max-width: 650px;
  margin-top: 10px;
  color: var(--kfi-muted);
  font-size: 16px;
  content: "Bases, cremas y rellenos para preparaciones consistentes. Consulta disponibilidad y coordina tu pedido por WhatsApp.";
}
.woocommerce-products-header__title,
.woocommerce div.product .product_title,
.cart-empty.woocommerce-info,
.woocommerce-cart h1 {
  font-family: Trirong, serif;
  font-weight: 300;
}
.woocommerce-products-header__title { margin: 0; font-size: 48px; }
.woocommerce ul.products {
  display: grid;
  width: min(calc(100% - 48px), var(--kfi-content));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 36px auto 80px;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  width: auto;
  min-height: 580px;
  float: none;
  flex-direction: column;
  padding: 12px;
  margin: 0;
  border-radius: var(--kfi-radius);
  background: #fff;
}
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link { display: contents; }
.woocommerce ul.products li.product a img {
  width: 100%;
  height: 340px;
  padding: 14px;
  margin: 0 0 10px;
  border: 1px solid var(--kfi-border);
  border-radius: var(--kfi-radius);
  object-fit: contain;
}
.woocommerce span.onsale {
  top: 24px;
  right: auto;
  left: 24px;
  min-width: auto;
  min-height: auto;
  padding: 8px 13px;
  border-radius: var(--kfi-radius);
  background: var(--kfi-red-dark);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}
.kfi-product-category { margin: 0 0 5px; color: var(--kfi-red); font-size: 11px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.kfi-product-category a { color: inherit; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 60px; padding: 0; margin: 0; font-family: Trirong, serif; font-size: 21px; font-weight: 400; line-height: 1.35; }
.woocommerce ul.products li.product .price { margin: 12px 0 0; color: var(--kfi-muted); font-size: 18px; font-weight: 600; }
.woocommerce ul.products li.product .price del { opacity: .75; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.kfi-stock-note { min-height: 36px; margin: 7px 0 12px; color: var(--kfi-muted); font-size: 12px; }
.woocommerce ul.products li.product .button {
  display: inline-flex;
  width: calc(64% - 4px);
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  margin: auto 8px 0 0;
  border: 1px solid var(--kfi-red);
  border-radius: var(--kfi-pill);
  color: #fff;
  background: var(--kfi-red);
  font-size: 14px;
  text-align: center;
}
.woocommerce ul.products li.product .kfi-view-product { width: calc(36% - 4px); margin-right: 0; color: var(--kfi-red); background: #fff; }
.woocommerce ul.products li.product .added_to_cart { padding: 8px 0 0; color: var(--kfi-red); font-size: 13px; }

.woocommerce div.product { padding: 56px 0 90px; }
.woocommerce div.product div.images img { border-radius: 20px; background: #fff; object-fit: contain; }
.woocommerce div.product .product_title { font-size: 42px; line-height: 1.16; }
.woocommerce div.product p.price { color: var(--kfi-muted); font-size: 24px; }
.woocommerce div.product form.cart .button { min-height: 48px; border-radius: var(--kfi-pill); background: var(--kfi-red); }
.div_evowap_btn { margin-top: 12px; }
.div_evowap_btn .evowap_btn {
  display: flex !important;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: var(--kfi-pill) !important;
  background: var(--kfi-whatsapp) !important;
  font-family: "Red Hat Display", sans-serif !important;
  font-weight: 600 !important;
}

.woocommerce-cart .woocommerce {
  display: grid;
  padding: 70px 0 100px;
  grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
  gap: 18px 48px;
}
.woocommerce-cart .entry-header,
.woocommerce-cart .page-header { display: none !important; }
.woocommerce-cart main.site-main { padding-right: 0; padding-left: 0; }
.woocommerce-cart .woocommerce-notices-wrapper,
.kfi-order-heading { grid-column: 1 / -1; }
.kfi-order-heading { margin-bottom: 12px; }
.kfi-order-heading h1 { margin: 0; font-family: Trirong, serif; font-size: 48px; font-weight: 300; line-height: 1.15; }
.kfi-order-heading p { margin: 30px 0 0; color: var(--kfi-muted); font-size: 16px; }
.woocommerce-cart-form { grid-column: 1; }
.woocommerce-cart-form table.shop_table { display: block; margin: 0; border: 0; border-collapse: separate; }
.woocommerce-cart-form table.shop_table thead { display: none; }
.woocommerce-cart-form table.shop_table tbody { display: grid; gap: 18px; }
.woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item {
  position: relative;
  display: grid;
  min-height: 170px;
  grid-template-columns: 120px minmax(0, 1fr) 82px 82px;
  align-items: center;
  gap: 14px;
  padding: 18px 28px;
  border: 1px solid var(--kfi-border);
  border-radius: 18px;
  background: #fff;
}
.woocommerce-cart-form table.shop_table td { display: block; padding: 0; border: 0; background: transparent; }
.woocommerce-cart-form .product-thumbnail img { width: 96px; height: 120px; object-fit: contain; }
.woocommerce-cart-form table.shop_table td.product-thumbnail { display: flex; align-self: stretch; align-items: center; justify-content: center; }
.woocommerce-cart-form table.shop_table td.product-thumbnail::before { display: none; }
.woocommerce-cart-form table.shop_table td.product-thumbnail a { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; }
.woocommerce-cart-form .product-name > a { display: block; font-family: Trirong, serif; font-size: 21px; line-height: 1.3; }
.kfi-cart-category { display: block; margin-bottom: 10px; color: var(--kfi-red); font-size: 11px; font-weight: 600; text-transform: uppercase; }
.kfi-cart-unit { display: block; margin-top: 10px; color: var(--kfi-muted); font-size: 14px; }
.woocommerce-cart-form .product-price { display: none !important; }
.woocommerce-cart-form .product-quantity { text-align: center; }
.woocommerce-cart-form .quantity { display: inline-flex; align-items: center; justify-content: center; gap: 7px; }
.woocommerce-cart-form .quantity .qty { width: 24px; height: 32px; padding: 0; border: 0; appearance: textfield; background: transparent; text-align: center; }
.woocommerce-cart-form .quantity .qty::-webkit-inner-spin-button { appearance: none; }
.kfi-qty-button { width: 24px; height: 30px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.woocommerce-cart-form .product-subtotal { font-weight: 600; text-align: right; }
.woocommerce-cart-form .product-remove { position: absolute; top: 12px; right: 14px; }
.woocommerce-cart-form .product-remove a.remove { color: var(--kfi-muted) !important; background: transparent !important; font-size: 18px; }
.woocommerce-cart-form tr:not(.woocommerce-cart-form__cart-item) { display: block; }
.woocommerce-cart-form td.actions { display: flex !important; justify-content: flex-end; padding-top: 4px !important; }
.woocommerce-cart-form td.actions .coupon { display: none; }
.woocommerce-cart-form button[name="update_cart"] { border: 1px solid var(--kfi-red) !important; border-radius: var(--kfi-pill) !important; color: var(--kfi-red) !important; background: #fff !important; }
.woocommerce-cart-form > .div_evowap_btn { display: none; }
.cart-collaterals { grid-column: 2; grid-row: 3 / span 2; }
.woocommerce .cart-collaterals .cart_totals { width: 100%; padding: 28px; border: 1px solid var(--kfi-border); border-radius: 18px; background: #fff; }
.woocommerce .cart-collaterals .cart_totals h2 { margin: 0 0 20px; font-family: Trirong, serif; font-size: 28px; font-weight: 300; }
.woocommerce .cart-collaterals .cart_totals table { margin: 0; border: 0; }
.woocommerce .cart-collaterals .cart_totals th,
.woocommerce .cart-collaterals .cart_totals td { padding: 7px 0; border: 0; background: transparent; font-weight: 400; }
.woocommerce .cart-collaterals .cart_totals td { text-align: right; }
.woocommerce .cart-collaterals .order-total th,
.woocommerce .cart-collaterals .order-total td { padding-top: 20px; border-top: 1px solid var(--kfi-muted); font-weight: 500; }
.woocommerce .cart-collaterals .order-total strong { font-weight: 500; }
.woocommerce .cart-collaterals .woocommerce-shipping-totals,
.woocommerce .cart-collaterals .tax-rate { display: none; }
.kfi-checkout-note { margin: 18px 0 22px; color: var(--kfi-muted); font-size: 13px; line-height: 1.45; }
.woocommerce-cart .cart_totals .div_evowap_btn { width: 100%; margin: 0; }
.woocommerce-cart .cart_totals .evowap_btn { display: flex !important; width: 100%; min-height: 52px; justify-content: center; border-radius: var(--kfi-pill); box-shadow: none !important; font-weight: 600; }
.woocommerce-cart .cart_totals .evowap_btn:visited { color: #fff; }
.woocommerce-cart .cart_totals .evowap_btn:hover { transform: none; }
.kfi-continue-shopping { display: flex !important; width: 100%; min-height: 52px; align-items: center; justify-content: center; margin-top: 16px !important; border: 1px solid var(--kfi-red) !important; border-radius: var(--kfi-pill) !important; color: var(--kfi-red) !important; background: #fff !important; }
.kfi-order-note { grid-column: 1; padding: 20px; border-radius: 16px; background: var(--kfi-warm); }
.kfi-order-note label { display: block; margin-bottom: 4px; color: var(--kfi-muted); font-size: 13px; }
.kfi-order-note textarea { width: 100%; padding: 0; border: 0; outline: 0; resize: vertical; color: var(--kfi-ink); background: transparent; font-size: 14px; }
.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop { grid-column: 1 / -1; text-align: center; }
.woocommerce-cart .return-to-shop .button { border-radius: var(--kfi-pill); color: #fff; background: var(--kfi-red); }

@media (max-width: 900px) {
  .kfi-announcement { min-height: 36px; font-size: 11px; }
  .kfi-announcement-desktop { display: none; }
  .kfi-announcement-mobile { display: inline; }
  .kfi-header-inner { width: 100%; min-height: 72px; padding: 0 20px; gap: 12px; }
  .kfi-logo { width: 102px; height: 44px; }
  .kfi-search-link { display: none; }
  .kfi-menu-toggle { display: block; }
  .kfi-order-trigger { position: relative; min-width: 44px; width: 44px; padding: 10px; }
  .kfi-order-label { display: none; }
  .kfi-order-count { position: absolute; top: 1px; right: -2px; min-width: 16px; width: auto; height: 16px; padding: 0 4px; font-size: 9px; }
  .kfi-nav { display: none; position: absolute; top: 72px; right: 0; left: 0; padding: 18px 24px 24px; background: #fff; box-shadow: 0 12px 24px rgba(27,23,21,.12); }
  .kfi-nav.is-open { display: block; }
  .kfi-nav-list { align-items: stretch; flex-direction: column; gap: 0; }
  .kfi-nav-list a { display: block; padding: 12px 0; border-bottom: 1px solid var(--kfi-border); }
  .kfi-footer { padding: 44px 24px 32px; }
  .kfi-footer-inner { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .kfi-footer-brand { grid-column: 1 / -1; }
  .kfi-home-hero-desktop { min-height: 480px; }
  .kfi-category-grid,
  .kfi-steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kfi-metrics-grid { padding: 24px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce-cart .woocommerce { grid-template-columns: minmax(0, 1fr) 310px; gap: 18px 28px; }
  .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item { grid-template-columns: 100px minmax(0, 1fr); }
  .woocommerce-cart-form .product-quantity { grid-column: 1; }
  .woocommerce-cart-form .product-subtotal { grid-column: 2; text-align: right; }
  .kfi-split-hero { gap: 36px; }
  .kfi-about-image img { height: 480px; }
  .kfi-contact-layout { gap: 36px; }
}

@media (max-width: 620px) {
  .kfi-home-hero-desktop { display: none; }
  .kfi-home-hero-mobile { display: flex; gap: 18px; padding: 38px 24px 34px; background: var(--kfi-bg); }
  .kfi-eyebrow .elementor-heading-title { color: var(--kfi-red); font-family: "Red Hat Display", sans-serif; font-size: 12px; font-weight: 600; }
  .kfi-home-title .elementor-heading-title { font-family: Trirong, serif; font-size: 42px; font-weight: 300; line-height: 1.1; }
  .kfi-home-copy p { margin: 0; color: var(--kfi-muted); font-size: 15px; line-height: 1.55; }
  .kfi-button-whatsapp .elementor-button { width: 100%; padding: 14px 24px; border-radius: var(--kfi-pill); background: var(--kfi-whatsapp); font-weight: 600; }
  .kfi-mobile-hero-image img { width: 100%; height: 310px; margin-top: 2px; border-radius: 22px; object-fit: cover; }
  .kfi-home-section { padding: 42px 0 48px; }
  .kfi-home-inner { width: calc(100% - 48px); }
  .kfi-section-title .elementor-heading-title { font-size: 34px; }
  .kfi-section-intro p { margin-bottom: 18px; font-size: 14px; }
  .kfi-category-grid,
  .kfi-steps-grid,
  .kfi-metrics-grid { grid-template-columns: 1fr; gap: 18px; }
  .kfi-category-card { margin-bottom: 10px; }
  .kfi-category-image img { height: 380px; border-radius: 18px; }
  .kfi-category-copy { display: none; }
  .kfi-featured-products .woocommerce ul.products { width: 100%; grid-template-columns: 1fr !important; }
  .kfi-flow-section { padding-bottom: 42px; }
  .kfi-step-card { min-height: 120px; padding: 16px; }
  .kfi-guarantee-title .elementor-heading-title { font-size: 32px; line-height: 1.25; }
  .kfi-metrics-grid { gap: 12px; padding: 0; background: transparent; }
  .kfi-metric-card { min-height: 126px; padding: 24px; border-radius: 16px; background: var(--kfi-red); }
  .kfi-metric-card + .kfi-metric-card { border-left: 0; }
  .kfi-metric-value .elementor-heading-title { font-size: 30px; }
  .kfi-metric-copy p { font-size: 14px; }
  .woocommerce .woocommerce-breadcrumb,
  .woocommerce-products-header,
  .woocommerce .woocommerce-result-count,
  .woocommerce .woocommerce-ordering,
  .woocommerce nav.woocommerce-pagination,
  .woocommerce div.product,
  .woocommerce-cart .woocommerce,
  .woocommerce-message,
  .woocommerce-info,
  .woocommerce-error { width: calc(100% - 48px); }
  .woocommerce-products-header__title { font-size: 38px; }
  .woocommerce ul.products { width: calc(100% - 48px); grid-template-columns: 1fr; gap: 18px; }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
    min-height: 520px;
    float: none;
    clear: none;
    padding: 16px;
    margin: 0;
    border: 1px solid var(--kfi-border);
    border-radius: 18px;
  }
  .woocommerce ul.products li.product a img { height: 300px; padding: 10px; border: 0; border-radius: 12px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 0; font-size: 21px; }
  .woocommerce ul.products li.product .button { width: 100%; margin-right: 0; }
  .woocommerce ul.products li.product .kfi-view-product { display: none; }
  .woocommerce div.product { padding-top: 30px; }
  .woocommerce div.product .product_title { font-size: 34px; }
  .woocommerce-cart .woocommerce { display: block; padding: 34px 0 70px; }
  .kfi-order-heading { margin-bottom: 24px; }
  .kfi-order-heading h1 { font-size: 38px; }
  .kfi-order-heading p { margin-top: 16px; font-size: 14px; line-height: 1.55; }
  .woocommerce-cart-form table.shop_table tbody { gap: 12px; }
  .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item {
    min-height: 220px;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px 14px;
    padding: 16px;
    border-radius: 16px;
  }
  .woocommerce-cart-form table.shop_table tbody,
  .woocommerce-cart-form table.shop_table tr.woocommerce-cart-form__cart-item { width: 100%; }
  .woocommerce-cart-form table.shop_table td { text-align: left !important; }
  .woocommerce-cart-form table.shop_table td::before { display: none !important; content: none !important; }
  .woocommerce-cart-form table.shop_table td.product-thumbnail { display: flex !important; }
  .woocommerce-cart-form .product-thumbnail img { width: 82px !important; max-width: 82px !important; height: 110px !important; }
  .woocommerce-cart-form .product-name > a { font-size: 19px; }
  .woocommerce-cart-form .product-name,
  .woocommerce-cart-form .product-name > a { text-align: left !important; }
  .kfi-cart-category { margin-bottom: 7px; }
  .kfi-cart-unit { margin-top: 4px; font-size: 12px; }
  .woocommerce-cart-form .product-quantity { grid-column: 1; justify-self: start; }
  .woocommerce-cart-form .product-subtotal { grid-column: 2; justify-self: end; }
  .woocommerce-cart-form td.actions { padding: 12px 0 !important; }
  .cart-collaterals { margin-top: 10px; }
  .woocommerce .cart-collaterals .cart_totals { padding: 20px; }
  .woocommerce .cart-collaterals .cart_totals tr { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; }
  .woocommerce .cart-collaterals .cart_totals th { display: block !important; text-align: left; }
  .woocommerce .cart-collaterals .cart_totals td { display: block !important; min-width: 92px; text-align: right !important; }
  .woocommerce .cart-collaterals .cart_totals td::before { display: none !important; content: none !important; }
  .kfi-order-note { margin: 10px 0; padding: 16px; }
  .kfi-footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .kfi-footer-column { display: none; }
  .kfi-footer-bottom { line-height: 1.8; }
  .kfi-content-page { padding: 48px 0 64px; }
  .kfi-content-title .elementor-heading-title { font-size: 40px; }
  .kfi-content-copy p { font-size: 15px; line-height: 1.65; }
  .kfi-split-hero,
  .kfi-contact-layout,
  .kfi-info-grid { grid-template-columns: 1fr; gap: 20px; }
  .kfi-about-image { margin-top: 18px; }
  .kfi-about-image img { height: 390px; border-radius: 20px; }
  .kfi-info-grid { margin-top: 46px; }
  .kfi-info-card { padding: 22px; }
  .kfi-buy-step { min-height: 0; }
  .kfi-contact-card { margin-top: 18px; padding: 24px; }
}

/* Ajuste de fidelidad Figma — contenedores, catálogo y páginas clave */
.kfi-desktop-only { display: inline; }
.kfi-mobile-only { display: none; }

/* Tarjeta WooCommerce compartida: Home, archivo y relacionados */
.woocommerce ul.products,
.woocommerce-page ul.products,
.kfi-featured-products .woocommerce ul.products {
  display: grid !important;
  width: min(calc(100% - 48px), var(--kfi-content)) !important;
  grid-template-columns: repeat(3, minmax(0, 360px)) !important;
  gap: 24px !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
.kfi-featured-products,
.kfi-featured-products .woocommerce { width: 100% !important; }
.kfi-featured-products .woocommerce ul.products { width: 100% !important; }
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product,
.kfi-featured-products .woocommerce ul.products li.product {
  display: flex !important;
  width: 360px !important;
  min-width: 0 !important;
  min-height: 524px !important;
  float: none !important;
  clear: none !important;
  flex-direction: column !important;
  padding: 12px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 8px 12px rgba(27, 23, 21, .08) !important;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  width: 336px !important;
  height: 300px !important;
  padding: 10px !important;
  margin: 0 0 10px !important;
  border: 1px solid var(--kfi-border) !important;
  border-radius: 14px !important;
  object-fit: contain !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 56px !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 21px !important;
  line-height: 28px !important;
}
.woocommerce ul.products li.product .price { margin: 8px 0 0 !important; font-size: 18px !important; line-height: 24px !important; }
.woocommerce ul.products li.product .price del::after { margin: 0 7px; content: "→"; text-decoration: none; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }
.kfi-product-actions { display: flex; width: 100%; gap: 8px; margin-top: auto; }
.woocommerce ul.products li.product .button {
  width: 204px !important;
  min-height: 44px !important;
  padding: 10px 16px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  line-height: 22px !important;
}
.woocommerce ul.products li.product .kfi-view-product { width: 124px !important; }
.woocommerce span.onsale { top: 24px !important; right: auto !important; left: 24px !important; z-index: 3; }
.kfi-stock-note { min-height: 18px; margin: 4px 0 10px; line-height: 18px; }

/* Home / Productos favoritos */
.kfi-featured-section { padding: 72px 0; }
.kfi-featured-section .kfi-home-inner { display: flex; flex-direction: column; gap: 28px; }
.kfi-featured-section .kfi-section-intro p { margin: 0; }

/* Archivo WooCommerce */
.post-type-archive-product .site-main,
.tax-product_cat .site-main { width: 100% !important; max-width: none !important; padding: 64px 0 72px; margin: 0 !important; background: var(--kfi-bg); }
.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header,
.post-type-archive-product .woocommerce-notices-wrapper,
.tax-product_cat .woocommerce-notices-wrapper { display: none !important; }
.kfi-shop-heading {
  display: flex;
  width: min(calc(100% - 48px), var(--kfi-content));
  flex-direction: column;
  gap: 24px;
  margin: 0 auto 24px;
}
.kfi-shop-heading h1 { margin: 0; font-family: Trirong, serif; font-size: 48px; font-weight: 300; line-height: 1.2; }
.kfi-shop-heading p { margin: 0; color: var(--kfi-muted); font-size: 16px; }
.kfi-shop-filters { display: flex; gap: 12px; }
.kfi-shop-filters a { padding: 10px 18px; border: 1px solid var(--kfi-border); border-radius: 999px; background: #fff; font-size: 14px; font-weight: 500; }
.kfi-shop-filters a.is-active { border-color: var(--kfi-red); color: #fff; background: var(--kfi-red); }
.post-type-archive-product .woocommerce ul.products,
.tax-product_cat .woocommerce ul.products { margin-bottom: 0 !important; }

/* Ficha de producto */
.single-product .site-main { background: #fff; }
.single-product .site-main { width: 100% !important; max-width: none !important; margin: 0 !important; }
.single-product div.product {
  display: grid;
  width: min(calc(100% - 48px), var(--kfi-content));
  grid-template-columns: 570px 558px;
  column-gap: 72px;
  padding: 72px 0 0;
  margin: auto;
}
.single-product div.product::before,
.single-product div.product::after { display: none; }
.single-product.woocommerce-page div.product div.images,
.single-product.woocommerce-page div.product div.summary { float: none !important; margin: 0; }
.single-product.woocommerce-page div.product div.images { width: 570px !important; min-height: 756px; }
.single-product.woocommerce-page div.product div.summary { width: 558px !important; }
.single-product div.product div.images .woocommerce-product-gallery__wrapper,
.single-product div.product div.images .woocommerce-product-gallery__image { width: 570px; height: 680px; }
.single-product div.product div.images .woocommerce-product-gallery__image > a { display: block; width: 100%; height: 100%; }
.single-product div.product div.images .woocommerce-product-gallery__image .wp-post-image { width: 570px; height: 680px; border-radius: 24px; object-fit: contain; }
.single-product div.product div.images::after { display: block; margin-top: 16px; color: var(--kfi-muted); content: "Imagen referencial · Presentación sujeta a disponibilidad"; font-size: 13px; }
.single-product div.product div.summary { display: flex; min-height: 756px; flex-direction: column; align-items: stretch; gap: 20px; }
.single-product .summary > * { margin: 0 !important; }
.kfi-single-breadcrumb { display: flex; gap: 8px; color: var(--kfi-muted); font-size: 13px; }
.kfi-single-sale { align-self: flex-start; padding: 7px 12px; border-radius: 999px; color: #fff; background: var(--kfi-red); font-size: 12px; font-weight: 600; }
.single-product div.product .product_title { max-width: 540px; min-height: 116px; font-size: 50px; line-height: 58px; }
.single-product div.product .woocommerce-product-details__short-description { max-width: 520px; min-height: 72px; color: var(--kfi-muted); font-size: 17px; line-height: 27px; }
.single-product div.product .woocommerce-product-details__short-description p { margin: 0; }
.single-product div.product p.price { color: var(--kfi-red); font-size: 28px; font-weight: 500; line-height: 36px; }
.single-product div.product p.price del { opacity: 1; text-decoration: none; }
.single-product div.product p.price del::after { margin: 0 10px; content: "→"; }
.single-product div.product p.price ins { text-decoration: none; }
.kfi-single-stock { display: flex; align-items: center; gap: 6px; color: #27813a; font-size: 14px; }
.kfi-single-stock span { width: 8px; height: 8px; border-radius: 50%; background: #27813a; }
.single-product div.product form.cart { display: flex; width: 100%; flex-direction: column; align-items: flex-start; gap: 12px; }
.single-product div.product form.cart .quantity { display: inline-flex; align-items: center; justify-content: center; padding: 6px 12px; border: 1px solid var(--kfi-border); border-radius: 999px; background: var(--kfi-surface); }
.single-product div.product form.cart .quantity .qty { width: 44px; height: 32px; padding: 0; border: 0; appearance: textfield; background: transparent; color: var(--kfi-ink); font-size: 16px; text-align: center; }
.single-product div.product form.cart .quantity .qty::-webkit-inner-spin-button,
.single-product div.product form.cart .quantity .qty::-webkit-outer-spin-button { appearance: none; margin: 0; }
.single-product div.product form.cart .button { width: 100%; min-height: 52px; margin: 0; }
.single-product div.product .summary .div_evowap_btn { display: block !important; width: 100%; margin: -8px 0 0 !important; }
.single-product div.product .summary .div_evowap_btn .evowap_btn { display: flex !important; width: 100% !important; min-height: 52px; justify-content: center; }
.kfi-product-accordions { display: none; }
.kfi-product-trust { width: 100vw; padding: 42px 0; margin: 72px 0 0 calc(600px - 50vw); background: var(--kfi-warm); grid-column: 1 / -1; grid-row: 2; }
.kfi-product-trust-inner { width: min(calc(100% - 48px), var(--kfi-content)); margin: auto; }
.kfi-product-trust h2 { margin: 0 0 28px; font-family: Trirong, serif; font-size: 30px; font-weight: 300; }
.kfi-product-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.kfi-product-trust-grid h3 { margin: 0 0 8px; font-size: 16px; font-weight: 600; }
.kfi-product-trust-grid p { margin: 0; color: var(--kfi-muted); font-size: 13px; }
.single-product .product .related.products { display: block; }
.single-product .related.products { grid-column: 1 / -1; grid-row: 3; padding: 72px 0; margin: 0; }
.single-product .related.products > h2 { margin: 0 0 20px; font-family: Trirong, serif; font-size: 42px; font-weight: 300; }
.single-product .related.products > h2::after { display: block; margin-top: 20px; color: var(--kfi-muted); content: "Combina tu preparación con otras opciones KFI."; font-family: "Red Hat Display", sans-serif; font-size: 16px; }
.single-product .related.products ul.products { width: 100% !important; }

/* Nosotros */
.kfi-about-page { padding: 72px 0 80px; }
.kfi-about-inner { display: flex; flex-direction: column; gap: 56px; }
.kfi-about-page .kfi-split-hero { grid-template-columns: 540px 596px; gap: 64px; }
.kfi-about-page .kfi-split-copy { display: flex; min-height: 500px; flex-direction: column; justify-content: center; gap: 20px; }
.kfi-about-page .kfi-content-eyebrow .elementor-heading-title { margin: 0; }
.kfi-about-page .kfi-content-title .elementor-heading-title { max-width: 520px; font-size: 50px; line-height: 58px; }
.kfi-about-page .kfi-content-copy p { max-width: 520px; margin: 0; font-size: 17px; line-height: 28px; }
.kfi-about-page .kfi-about-image img { width: 596px; height: 500px; }
.kfi-about-values { display: flex; flex-direction: column; gap: 24px; }
.kfi-about-values-title .elementor-heading-title { margin: 0; font-family: Trirong, serif; font-size: 36px; font-weight: 300; line-height: 44px; }
.kfi-about-page .kfi-info-grid { grid-template-columns: repeat(3, 384px); gap: 24px; margin: 0; }
.kfi-about-page .kfi-info-card { min-height: 180px; padding: 24px; border: 0; background: var(--kfi-warm); }
.kfi-about-page .kfi-info-card-title .elementor-heading-title { font-size: 24px; }
.kfi-about-values-intro p { max-width: 760px; margin: -8px 0 0; color: var(--kfi-muted); font-size: 17px; line-height: 28px; }

/* Nosotros: misión y visión */
.kfi-mv-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.elementor .kfi-mv-grid.e-con { padding: 0; }
.kfi-mv-card { padding: 40px; border-radius: 22px; background: var(--kfi-warm); }
.elementor .kfi-mv-card.e-con { padding: 40px; }
.kfi-mv-title .elementor-heading-title { margin: 0; font-family: Trirong, serif; font-size: 36px; font-weight: 300; line-height: 44px; }
.kfi-mv-title .elementor-heading-title::after { display: block; width: 48px; height: 3px; margin-top: 16px; background: var(--kfi-red); content: ""; }
.kfi-mv-copy p { margin: 20px 0 0; color: var(--kfi-muted); font-size: 17px; line-height: 28px; }

/* Nosotros: propósito transformador */
.kfi-about-quote { padding: 48px 56px; border-radius: 22px; background: var(--kfi-red); }
.elementor .kfi-about-quote.e-con { padding: 48px 56px; }
.kfi-about-quote-eyebrow .elementor-heading-title { margin: 0; color: rgba(255, 255, 255, .78); font-family: "Red Hat Display", sans-serif; font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.kfi-about-quote-copy p { max-width: 900px; margin: 18px 0 0; color: #fff; font-family: Trirong, serif; font-size: 32px; font-weight: 300; line-height: 44px; }
.kfi-about-quote-copy p::before { content: "\201C"; }
.kfi-about-quote-copy p::after { content: "\201D"; }

/* Nosotros: valores numerados 01-05 */
.kfi-about-page .kfi-values-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.kfi-about-page .kfi-value-card { display: flex; min-height: 200px; flex-direction: column; padding: 28px; border: 1px solid var(--kfi-border); background: var(--kfi-surface); }
.elementor .kfi-about-page .kfi-value-card.e-con { padding: 28px; }
.kfi-value-num .elementor-heading-title { margin: 0 0 14px; color: var(--kfi-red); font-family: "Red Hat Display", sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .08em; }

/* Nosotros: política de calidad */
.kfi-about-quality { display: flex; flex-direction: column; gap: 8px; padding: 48px; border-radius: 22px; background: var(--kfi-bg); }
.elementor .kfi-about-quality.e-con { padding: 48px; }
.kfi-quality-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 20px; }
.elementor .kfi-quality-grid.e-con { padding: 0; }
.kfi-quality-card { padding: 28px; border-radius: 18px; background: var(--kfi-surface); }
.elementor .kfi-quality-card.e-con { padding: 28px; }
.kfi-quality-letter .elementor-heading-title { display: inline-flex; width: 32px; height: 32px; align-items: center; justify-content: center; margin: 0 0 14px; border-radius: 50%; color: #fff; background: var(--kfi-red); font-family: "Red Hat Display", sans-serif; font-size: 13px; font-weight: 600; }
.kfi-quality-title .elementor-heading-title { margin: 0; font-family: "Red Hat Display", sans-serif; font-size: 19px; font-weight: 600; line-height: 26px; }
.kfi-quality-copy p { margin: 10px 0 0; color: var(--kfi-muted); font-size: 15px; line-height: 24px; }

/* Nosotros: franja legal */
.kfi-about-legal p { padding-top: 28px; border-top: 1px solid var(--kfi-border); margin: 0; color: var(--kfi-muted); font-size: 14px; line-height: 22px; }

/* Elementor añade padding y gap por defecto a cada .e-con: se anulan donde el
   espaciado ya lo dan los estilos del tema, para que todo alinee al mismo eje. */
.elementor .kfi-about-values.e-con,
.elementor .kfi-about-page .kfi-mv-grid.e-con,
.elementor .kfi-about-page .kfi-values-grid.e-con,
.elementor .kfi-about-page .kfi-quality-grid.e-con { padding: 0; }
.elementor .kfi-about-page .kfi-mv-card.e-con,
.elementor .kfi-about-page .kfi-value-card.e-con,
.elementor .kfi-about-page .kfi-quality-card.e-con,
.elementor .kfi-about-quote.e-con { gap: 0; }

/* Contacto */
.kfi-contact-page { padding: 72px 0; }
.kfi-contact-desktop { display: flex; flex-direction: column; gap: 42px; }
.kfi-contact-mobile { display: none; }
.kfi-contact-heading { display: flex; flex-direction: column; gap: 16px; }
.kfi-contact-page .kfi-contact-heading .kfi-content-title .elementor-heading-title { font-size: 50px; line-height: 60px; }
.kfi-contact-page .kfi-contact-heading .kfi-content-copy p { margin: 0; font-size: 17px; line-height: 28px; }
.kfi-contact-layout { display: grid; grid-template-columns: 500px 636px; gap: 64px; }
.kfi-contact-card { display: flex; min-height: 540px; flex-direction: column; gap: 22px; padding: 32px; border-radius: 22px; }
.kfi-contact-card .kfi-info-card-title .elementor-heading-title { font-size: 32px; line-height: 40px; }
.kfi-contact-card-copy { flex: 1; }
.kfi-contact-card-copy p { margin: 0 0 22px; color: var(--kfi-muted); font-size: 16px; line-height: 30px; }
.kfi-contact-card-copy strong { color: var(--kfi-ink); }
.kfi-contact-card .kfi-button-whatsapp .elementor-button { display: flex; width: 100%; min-height: 52px; align-items: center; justify-content: center; padding: 14px 24px; margin: 0; border-radius: 999px; background: var(--kfi-whatsapp); }
.kfi-contact-form-column { display: flex; flex-direction: column; gap: 16px; }
.kfi-contact-form-title .elementor-heading-title { margin: 0; font-family: "Red Hat Display", sans-serif; font-size: 22px; font-weight: 600; }
.kfi-elementor-contact-form .elementor-form-fields-wrapper { gap: 16px; }
.kfi-elementor-contact-form .elementor-field-group { padding: 0 !important; margin: 0 !important; }
.kfi-elementor-contact-form input.elementor-field,
.kfi-elementor-contact-form textarea.elementor-field { padding: 16px !important; border: 1px solid var(--kfi-border) !important; border-radius: 12px !important; color: var(--kfi-ink) !important; background: #fff !important; font-size: 15px !important; }
.kfi-elementor-contact-form input.elementor-field { min-height: 54px; }
.kfi-elementor-contact-form textarea.elementor-field { height: 150px; resize: none; }
.kfi-elementor-contact-form .elementor-button { width: 100%; min-height: 54px; border-radius: 999px; background: var(--kfi-red); font-weight: 600; }

@media (max-width: 620px) {
  .kfi-desktop-only { display: none !important; }
  .kfi-mobile-only { display: inline; }
  .kfi-featured-section { padding: 42px 0; }
  .kfi-featured-section .kfi-home-inner { gap: 18px; }
  .kfi-featured-section .kfi-section-intro p { margin: 0; }
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .kfi-featured-products .woocommerce ul.products {
    width: calc(100% - 48px) !important;
    grid-template-columns: minmax(0, 342px) !important;
    gap: 18px !important;
  }
  .kfi-featured-products .woocommerce ul.products { width: 100% !important; }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product,
  .kfi-featured-products .woocommerce ul.products li.product {
    width: 342px !important;
    min-height: 500px !important;
    padding: 16px !important;
    border: 1px solid var(--kfi-border) !important;
    border-radius: 18px !important;
    box-shadow: none !important;
  }
  .woocommerce ul.products li.product a img,
  .woocommerce-page ul.products li.product a img { width: 310px !important; height: 300px !important; padding: 8px !important; border: 0 !important; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 0 !important; }
  .woocommerce ul.products li.product .button { width: 100% !important; margin: auto 0 0 !important; }
  .kfi-product-actions { margin-top: auto; }
  .woocommerce ul.products li.product .kfi-view-product,
  .woocommerce ul.products li.product .kfi-stock-note,
  .kfi-featured-products .onsale { display: none !important; }

  .post-type-archive-product .site-main,
  .tax-product_cat .site-main { padding: 42px 0 56px; }
  .kfi-shop-heading { width: calc(100% - 48px); gap: 18px; margin-bottom: 18px; }
  .kfi-shop-heading h1 { font-size: 34px; line-height: 42px; }
  .kfi-shop-heading p { font-size: 14px; }
  .kfi-shop-filters { overflow-x: auto; gap: 8px; padding-bottom: 2px; }
  .kfi-shop-filters a { flex: 0 0 auto; padding: 8px 14px; font-size: 13px; }

  .single-product div.product { display: flex; width: 100%; flex-direction: column; gap: 18px; padding: 28px 24px 40px; }
  .single-product div.product div.images { min-height: 460px; order: 2; }
  .single-product div.product div.images .woocommerce-product-gallery__wrapper,
  .single-product div.product div.images .woocommerce-product-gallery__image { width: 342px; height: 460px; }
  .single-product div.product div.images .woocommerce-product-gallery__image .wp-post-image { width: 342px; height: 460px; border-radius: 20px; }
  .single-product div.product div.images::after { display: none; }
  .single-product div.product div.summary { display: contents; min-height: 0; }
  .kfi-single-breadcrumb { order: 1; font-size: 12px; }
  .kfi-single-sale { order: 3; padding: 0; color: var(--kfi-red); background: transparent; font-size: 12px; }
  .single-product div.product .product_title { min-height: 0; order: 4; font-size: 38px; line-height: 44px; }
  .single-product div.product .woocommerce-product-details__short-description { min-height: 0; order: 5; font-size: 15px; line-height: 23px; }
  .single-product div.product p.price { order: 6; font-size: 24px; line-height: 32px; }
  .kfi-single-stock { order: 7; font-size: 13px; }
  .single-product div.product form.cart { order: 8; }
  .single-product div.product .summary .div_evowap_btn { order: 9; margin: -6px 0 0 !important; }
  .kfi-product-accordions { display: block; order: 10; }
  .kfi-product-accordions details { border-top: 1px solid var(--kfi-border); }
  .kfi-product-accordions details:last-child { border-bottom: 1px solid var(--kfi-border); }
  .kfi-product-accordions summary { position: relative; padding: 17px 24px 17px 0; font-size: 15px; font-weight: 600; cursor: pointer; list-style: none; }
  .kfi-product-accordions summary::after { position: absolute; right: 2px; content: "+"; }
  .kfi-product-accordions p { padding: 0 0 16px; margin: 0; color: var(--kfi-muted); font-size: 13px; }
  .kfi-product-trust,
  .single-product .related.products { display: none !important; }

  .kfi-about-page { padding: 48px 0 56px; background: var(--kfi-bg); }
  .kfi-about-inner { gap: 32px; }
  .kfi-about-page .kfi-split-hero { display: flex; flex-direction: column; gap: 24px; }
  .kfi-about-page .kfi-split-copy { min-height: 0; gap: 18px; }
  .kfi-about-page .kfi-content-title .elementor-heading-title { font-size: 40px; line-height: 48px; }
  .kfi-about-page .kfi-content-copy p { margin: 0; font-size: 16px; line-height: 26px; }
  .kfi-about-page .kfi-about-image { margin: 0; }
  .kfi-about-page .kfi-about-image img { width: 100%; height: 286px; border-radius: 20px; }
  .kfi-about-values { gap: 16px; }
  .kfi-about-values-title .elementor-heading-title { font-size: 30px; line-height: 38px; }
  .kfi-about-page .kfi-info-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; margin: 0; }
  .elementor .kfi-about-page .kfi-info-grid.e-con { padding: 0; }
  .kfi-about-page .kfi-info-card { min-height: 0; padding: 24px; border-radius: 16px; }
  .kfi-about-page .kfi-info-card-title .elementor-heading-title { font-family: "Red Hat Display", sans-serif; font-size: 20px; font-weight: 600; line-height: 26px; }
  .kfi-about-page .kfi-info-card-copy p { font-size: 15px; line-height: 23px; }
  .kfi-about-values-intro p { margin: 0; font-size: 15px; line-height: 24px; }

  .kfi-mv-grid { grid-template-columns: 1fr; gap: 16px; }
  .kfi-mv-card,
  .elementor .kfi-mv-card.e-con { padding: 24px; border-radius: 16px; }
  .kfi-mv-title .elementor-heading-title { font-size: 28px; line-height: 36px; }
  .kfi-mv-title .elementor-heading-title::after { margin-top: 12px; }
  .kfi-mv-copy p { margin: 14px 0 0; font-size: 15px; line-height: 24px; }

  .kfi-about-quote,
  .elementor .kfi-about-quote.e-con { padding: 28px 24px; border-radius: 16px; }
  .kfi-about-quote-copy p { margin: 14px 0 0; font-size: 22px; line-height: 32px; }

  .kfi-about-page .kfi-values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kfi-about-page .kfi-value-card,
  .elementor .kfi-about-page .kfi-value-card.e-con { min-height: 0; padding: 24px; border-radius: 16px; }
  .kfi-value-num .elementor-heading-title { margin-bottom: 10px; }

  .kfi-about-quality,
  .elementor .kfi-about-quality.e-con { padding: 24px 16px; border-radius: 16px; }
  .kfi-quality-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 16px; }
  .kfi-quality-card,
  .elementor .kfi-quality-card.e-con { padding: 20px; border-radius: 14px; }
  .kfi-quality-title .elementor-heading-title { font-size: 17px; line-height: 24px; }
  .kfi-quality-copy p { font-size: 14px; line-height: 22px; }

  .kfi-about-legal p { padding-top: 20px; font-size: 13px; line-height: 20px; }

  .kfi-contact-page { padding: 48px 0 56px; background: var(--kfi-bg); }
  .kfi-contact-desktop { display: none; }
  .kfi-contact-mobile { display: flex; flex-direction: column; gap: 28px; }
  .kfi-contact-mobile-intro { display: flex; flex-direction: column; gap: 16px; }
  .kfi-contact-mobile .kfi-content-eyebrow .elementor-heading-title { margin: 0; }
  .kfi-contact-mobile .kfi-content-title .elementor-heading-title { font-size: 40px; line-height: 48px; }
  .kfi-contact-mobile .kfi-content-copy p { margin: 0; font-size: 16px; line-height: 26px; }
  .kfi-contact-mobile-whatsapp { display: flex; flex-direction: column; gap: 16px; padding: 24px; border-radius: 16px; background: var(--kfi-warm); }
  .kfi-contact-mobile-label .elementor-heading-title { margin: 0; color: var(--kfi-red); font-family: "Red Hat Display", sans-serif; font-size: 11px; font-weight: 600; line-height: 15px; }
  .kfi-contact-mobile-wa-title .elementor-heading-title { margin: 0; font-family: "Red Hat Display", sans-serif; font-size: 22px; font-weight: 600; line-height: 28px; }
  .kfi-contact-mobile-wa-copy p { margin: 0; color: var(--kfi-muted); font-size: 15px; line-height: 23px; }
  .kfi-contact-mobile-whatsapp .kfi-button-whatsapp .elementor-button { display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: center; margin: 0; border-radius: 999px; background: var(--kfi-whatsapp); }
  .kfi-contact-mobile-info { padding: 24px; border: 1px solid var(--kfi-border); border-radius: 16px; background: #fff; }
  .kfi-contact-mobile-info-copy p { margin: 0 0 20px; color: var(--kfi-muted); font-size: 15px; line-height: 23px; }
  .kfi-contact-mobile-info-copy p:last-child { margin-bottom: 0; }
  .kfi-contact-mobile-info-copy strong { color: var(--kfi-ink); font-size: 17px; }
}

/* Valores finales medidos sobre Desktop/Home y Mobile/Home en Figma. */
.kfi-flow-section { padding: 54px 0 62px; }
.kfi-flow-section .kfi-home-inner { display: flex; flex-direction: column; gap: 22px; }
.kfi-flow-section .kfi-section-intro p,
.kfi-flow-section .kfi-step-title .elementor-heading-title,
.kfi-flow-section .kfi-step-copy p { margin: 0; }
.kfi-flow-section .kfi-steps-grid { gap: 20px; }
.kfi-flow-section .kfi-step-card { gap: 8px; }
.kfi-guarantee-section { padding: 34px 0; }
.kfi-guarantee-section .kfi-home-inner { display: flex; flex-direction: column; gap: 16px; }
.kfi-guarantee-title .elementor-heading-title { margin: 0; font-size: 34px; line-height: normal; }
.kfi-metrics-grid { height: 300px; padding: 32px 64px; gap: 32px; }
.kfi-metric-card { display: flex; width: 314px; min-height: 236px; flex-direction: column; gap: 8px; padding: 0; }
.kfi-metric-card + .kfi-metric-card { position: relative; border-left: 0; }
.kfi-metric-card + .kfi-metric-card::before { position: absolute; left: -16.5px; width: 1px; height: 180px; background: rgba(255,255,255,.7); content: ""; }
.kfi-metric-icon,
.kfi-metric-icon img { display: block; width: 56px; height: 56px; }
.kfi-metric-icon { flex: 0 0 56px; }
.kfi-metric-value .elementor-heading-title { margin: 0; font-size: 44px; line-height: 49px; }
.kfi-metric-copy p { margin: 0; font-size: 24px; line-height: 27px; }
.kfi-metric-quality .kfi-metric-value .elementor-heading-title { font-size: 38px; line-height: 43px; }
.kfi-metric-quality .kfi-metric-copy p { font-size: 32px; font-weight: 600; line-height: 36px; }
.kfi-footer { padding: 64px max(24px, calc((100% - var(--kfi-content)) / 2)) 40px; }
.kfi-footer-inner { grid-template-columns: 330px repeat(3, 210px); gap: 80px; }
.kfi-footer-brand p { margin-top: 18px; line-height: 23px; }
.kfi-footer-column { gap: 0; line-height: 28px; }
.kfi-footer-column h2 { margin: 0 0 14px; line-height: normal; }
.kfi-footer-bottom { padding-top: 45px; margin-top: 48px; font-size: 13px; line-height: normal; }
.kfi-footer-mobile-links,
.kfi-footer-whatsapp { display: none; }

@media (max-width: 900px) {
  .kfi-footer-inner { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
}

@media (max-width: 620px) {
  .kfi-header-actions { gap: 2px; }
  .kfi-flow-section { padding: 42px 0; }
  .kfi-flow-section .kfi-home-inner { gap: 16px; }
  .kfi-flow-section .kfi-steps-grid { gap: 16px; }
  .kfi-guarantee-section { padding: 48px 0; }
  .kfi-guarantee-section .kfi-home-inner { gap: 24px; }
  .kfi-guarantee-title .elementor-heading-title { font-size: 32px; line-height: 40px; }
  .kfi-metrics-grid { height: auto; gap: 12px; padding: 0; }
  .kfi-metric-card { width: 100%; min-height: 164px; gap: 6px; padding: 18px 24px; border-radius: 16px; background: var(--kfi-red); }
  .kfi-metric-card + .kfi-metric-card::before { display: none; }
  .kfi-metric-icon,
  .kfi-metric-icon img { width: 44px; height: 44px; }
  .kfi-metric-icon { flex-basis: 44px; }
  .kfi-metric-value .elementor-heading-title { font-size: 30px; line-height: 36px; }
  .kfi-metric-copy p { font-size: 17px; line-height: 22px; }
  .kfi-metric-quality .kfi-metric-value .elementor-heading-title { font-size: 28px; line-height: 34px; }
  .kfi-metric-quality .kfi-metric-copy p { font-size: 24px; line-height: 28px; }
  .kfi-footer { padding: 44px 24px 32px; }
  .kfi-footer-inner { display: block; }
  .kfi-footer-brand img { width: 110px; height: 46px; }
  .kfi-footer-brand p { max-width: 330px; margin: 22px 0 0; font-size: 14px; line-height: 22px; }
  .kfi-footer-column { display: none; }
  .kfi-footer-mobile-links { display: flex; flex-direction: column; margin-top: 16px; color: #ffe8e0; font-size: 14px; }
  .kfi-footer-mobile-links p { display: flex; flex-wrap: wrap; gap: 0 10px; margin: 0; line-height: 28px; }
  .kfi-footer-whatsapp { display: flex; width: 100%; min-height: 44px; align-items: center; justify-content: center; padding: 12px 24px; margin-top: 22px; border-radius: 999px; color: #fff; background: var(--kfi-whatsapp); font-size: 15px; font-weight: 600; }
  .kfi-footer-bottom { padding-top: 20px; margin-top: 22px; border-top: 0; font-size: 11px; line-height: 18px; }
}

/* Precedencia final frente a estilos informativos heredados. */
.kfi-content-page.kfi-buy-page,
.kfi-content-page.kfi-faq-page { padding: 96px 0; background: var(--kfi-bg); }
.kfi-faq-list .kfi-faq-item { margin: 0; }
.kfi-faq-list .kfi-faq-item .elementor-toggle-item { border-radius: 16px; background: #fff; }
.kfi-faq-list .kfi-faq-item .elementor-tab-title { padding: 20px 64px 20px 24px; }
.kfi-faq-list .kfi-faq-item .elementor-tab-content { padding: 0 64px 20px 24px; }
.woocommerce-cart .woocommerce-cart-form { margin-bottom: 18px; }

@media (max-width: 900px) {
  .kfi-content-page.kfi-buy-page,
  .kfi-content-page.kfi-faq-page { padding: 48px 0 56px; }
  .kfi-faq-list .kfi-faq-item .elementor-tab-title { padding: 20px 56px 20px 24px; }
  .kfi-faq-list .kfi-faq-item .elementor-tab-content { padding: 0 56px 24px 24px; }
  .kfi-faq-list-mobile .kfi-faq-item:first-child .elementor-toggle-item { border-color: transparent; background: var(--kfi-warm); }
  .woocommerce-cart .woocommerce-cart-form { margin-bottom: 12px; }
}

/* ============================================================
   v1.5.0 — Slider de portada, noticias, valores en cuadrícula,
   contacto y redes
   ============================================================ */

/* Slider home: swiper de imágenes. Sustituye al hero estático de la portada. */
.kfi-home-hero-desktop,
.kfi-home-hero-mobile .kfi-mobile-hero-image { display: none; }
.kfi-home-slider-section.e-con { padding: 0 !important; }
.kfi-home-slides .elementor-slides-wrapper,
.kfi-home-slides .swiper-slide { height: clamp(420px, 50vw, 800px) !important; }
.kfi-home-slides .swiper-slide-bg { background-position: center bottom !important; }
.kfi-slider { position: relative; overflow: hidden; background: linear-gradient(120deg, #e83a22 0%, #c62828 100%); }
.kfi-slider-viewport { overflow: hidden; }
.kfi-slider-track { display: flex; align-items: stretch; transition: transform .55s cubic-bezier(.4, 0, .2, 1); will-change: transform; }
.kfi-slide { position: relative; display: flex; min-width: 100%; height: clamp(400px, 52vw, 640px); align-items: center; justify-content: center; }
.kfi-slide-link { position: absolute; z-index: 2; inset: 0; }
.kfi-slide-link:focus-visible { outline: 3px solid #fff; outline-offset: -6px; }
.kfi-slide-image { display: block; max-width: 100%; max-height: 100%; }
.kfi-slide-fit-cover .kfi-slide-image { width: 100%; height: 100%; object-fit: cover; }
.kfi-slide-fit-contain .kfi-slide-image { width: auto; height: 100%; padding: 32px 0; object-fit: contain; filter: drop-shadow(0 18px 34px rgba(27, 23, 21, .28)); }
.kfi-slider-arrow { position: absolute; z-index: 3; top: 50%; display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border: 0; border-radius: 50%; color: var(--kfi-ink); background: rgba(255, 255, 255, .92); box-shadow: 0 4px 14px rgba(27, 23, 21, .16); font-size: 26px; line-height: 1; cursor: pointer; transform: translateY(-50%); transition: background .2s ease; }
.kfi-slider-arrow:hover { background: #fff; }
.kfi-slider-prev { left: 16px; }
.kfi-slider-next { right: 16px; }
.kfi-slider-dots { position: absolute; z-index: 3; bottom: 18px; left: 0; display: flex; width: 100%; justify-content: center; gap: 8px; }
.kfi-slider-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .55); box-shadow: 0 0 0 1px rgba(27, 23, 21, .12); cursor: pointer; transition: width .2s ease, background .2s ease; }
.kfi-slider-dot.is-active { width: 26px; border-radius: var(--kfi-pill); background: #fff; }

/* Valores: cuadrícula de icono + título */
.kfi-values-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; margin-top: 36px; }
.elementor .kfi-values-grid.e-con { padding: 0; }
.kfi-value-tile { display: flex; min-height: 190px; flex-direction: column; align-items: center; justify-content: flex-start; gap: 16px; padding: 26px 18px; border: 1px solid var(--kfi-border); border-radius: 18px; background: var(--kfi-surface); text-align: center; transition: border-color .2s ease, transform .2s ease; }
.elementor .kfi-value-tile.e-con { padding: 26px 18px; }
.kfi-value-tile:hover { border-color: var(--kfi-red); transform: translateY(-2px); }
.kfi-value-icon img { width: 40px; height: 40px; }
.kfi-value-icon { display: inline-flex; width: 64px; height: 64px; align-items: center; justify-content: center; border-radius: 16px; background: var(--kfi-warm); }
.kfi-value-tile-title .elementor-heading-title { margin: 0; font-family: "Red Hat Display", sans-serif; font-size: 16px; font-weight: 600; line-height: 23px; text-align: center; }

/* Noticias: tabs + listado en filas con miniatura */
.kfi-news { margin-top: 32px; }
.kfi-news-tabs { display: flex; flex-wrap: wrap; gap: 10px; padding-bottom: 22px; border-bottom: 1px solid var(--kfi-border); margin-bottom: 8px; }
.kfi-news-tab { min-height: 40px; padding: 0 20px; border: 1px solid var(--kfi-border); border-radius: var(--kfi-pill); color: var(--kfi-muted); background: transparent; font-family: "Red Hat Display", sans-serif; font-size: 14px; font-weight: 600; cursor: pointer; transition: all .2s ease; }
.kfi-news-tab:hover { border-color: var(--kfi-red); color: var(--kfi-red); }
.kfi-news-tab.is-active { border-color: var(--kfi-red); color: #fff; background: var(--kfi-red); }
.kfi-news-list { display: flex; flex-direction: column; }
.kfi-news-row { display: grid; grid-template-columns: 1fr 240px; align-items: center; gap: 32px; padding: 28px 0; border-bottom: 1px solid var(--kfi-border); }
.kfi-news-row[hidden] { display: none; }
.kfi-news-row-body h3 { margin: 0; font-family: "Red Hat Display", sans-serif; font-size: 20px; font-weight: 600; line-height: 28px; }
.kfi-news-row-body h3 a { color: var(--kfi-ink); text-decoration: none; }
.kfi-news-row:hover h3 a { color: var(--kfi-red); }
.kfi-news-meta { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 10px 0 0; color: var(--kfi-muted); font-size: 13px; }
.kfi-news-meta time::before { margin-right: 6px; content: "\1F551"; }
.kfi-news-cat { color: var(--kfi-red); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.kfi-news-excerpt { margin: 12px 0 0; color: var(--kfi-muted); font-size: 15px; line-height: 24px; }
.kfi-news-row-thumb { display: block; overflow: hidden; height: 135px; border-radius: 14px; background: var(--kfi-warm); }
.kfi-news-row-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.kfi-news-row:hover .kfi-news-row-thumb img { transform: scale(1.04); }
.kfi-news-thumb-fallback { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; color: var(--kfi-red); font-family: Trirong, serif; font-size: 30px; }
.kfi-news-empty { padding: 32px 0; color: var(--kfi-muted); font-size: 15px; }

/* Contacto: formulario propio */
.kfi-contact-form { display: grid; gap: 16px; }
.kfi-field { display: flex; flex-direction: column; gap: 6px; font-size: 14px; font-weight: 600; }
.kfi-field input,
.kfi-field select,
.kfi-field textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--kfi-border); border-radius: 12px; background: var(--kfi-surface); font-family: inherit; font-size: 15px; font-weight: 400; color: var(--kfi-ink); }
.kfi-field input:focus,
.kfi-field select:focus,
.kfi-field textarea:focus { border-color: var(--kfi-red); outline: none; }
.kfi-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.kfi-contact-submit { min-height: 48px; padding: 0 28px; border: 0; border-radius: var(--kfi-pill); color: #fff; background: var(--kfi-red); font-family: "Red Hat Display", sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; transition: background .2s ease; }
.kfi-contact-submit:hover { background: var(--kfi-red-dark); }
.kfi-contact-submit[disabled] { opacity: .6; cursor: progress; }
.kfi-contact-feedback { margin: 0; font-size: 14px; line-height: 22px; }
.kfi-contact-feedback.is-ok { color: #1f7a3d; }
.kfi-contact-feedback.is-error { color: var(--kfi-red-dark); }
.kfi-contact-alt { margin: 0; color: var(--kfi-muted); font-size: 14px; }
.kfi-contact-alt a { color: var(--kfi-red); }

/* Asesoría técnica */
.kfi-advisory { padding: 40px; border-radius: 22px; margin-top: 48px; background: var(--kfi-warm); }
.elementor .kfi-advisory.e-con { padding: 40px; }
.kfi-advisory-title .elementor-heading-title { margin: 6px 0 0; font-family: Trirong, serif; font-size: 34px; font-weight: 300; line-height: 42px; }
.kfi-advisory-copy p { max-width: 720px; margin: 16px 0 0; color: var(--kfi-muted); font-size: 16px; line-height: 26px; }
.kfi-advisory-button { margin-top: 24px; }

/* Redes en el footer */
.kfi-footer-socials { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 10px; }
.kfi-footer-social { font-weight: 600; }

/* Redes */
.kfi-socials { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.kfi-social { display: inline-flex; align-items: center; min-height: 40px; padding: 0 18px; border: 1px solid var(--kfi-border); border-radius: var(--kfi-pill); background: var(--kfi-surface); color: var(--kfi-ink); font-size: 14px; font-weight: 600; text-decoration: none; }
.kfi-social:hover { border-color: var(--kfi-red); }

@media (max-width: 1024px) {
  .kfi-values-grid,
  .kfi-about-page .kfi-values-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .kfi-news-row { grid-template-columns: 1fr 180px; gap: 22px; }
  .kfi-news-row-thumb { height: 110px; }
}

@media (max-width: 768px) {
  /* Slider Elementor en móvil: la imagen entra completa en vez de recortarse.
     Las fotos apaisadas llevan texto incrustado y el recorte lo cortaba. */
  .kfi-home-slides .elementor-slides-wrapper,
  .kfi-home-slides .swiper-slide { height: 320px !important; }
  .kfi-home-slides .swiper-slide-bg { background-size: contain !important; background-position: center center !important;
    background-color: var(--kfi-bg) !important; }

  .kfi-slide { height: clamp(320px, 74vw, 440px); }
  .kfi-slide-fit-contain .kfi-slide-image { padding: 22px 0; }
  .kfi-slider-arrow { display: none; }
  .kfi-slider-dots { bottom: 12px; }
  .kfi-values-grid,
  .kfi-about-page .kfi-values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
  .kfi-value-tile,
  .elementor .kfi-value-tile.e-con { min-height: 0; padding: 18px 14px; border-radius: 16px; gap: 12px; }
  .kfi-value-icon { width: 48px; height: 48px; flex: 0 0 48px; border-radius: 12px; }
  .kfi-value-icon img { width: 28px; height: 28px; }
  .kfi-value-tile-title .elementor-heading-title { font-size: 15px; line-height: 21px; }
  .kfi-news-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 16px; -webkit-overflow-scrolling: touch; }
  .kfi-news-tab { flex: 0 0 auto; }
  .kfi-news-row { grid-template-columns: 1fr; gap: 14px; padding: 22px 0; }
  .kfi-news-row-thumb { order: -1; height: 180px; }
  .kfi-news-row-body h3 { font-size: 18px; line-height: 25px; }
}

/* Libro de reclamaciones: distintivo en el pie */
.kfi-footer-claims { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; }
.kfi-footer-claims::before { display: inline-block; width: 16px; height: 13px; border: 1.5px solid currentColor; border-radius: 2px; content: ""; opacity: .9; }
.kfi-footer-mobile-links .kfi-footer-claims { margin-top: 2px; }
