/* Vortex KYC · carrusel comercial principal del inicio */
.kyc-home-showcase {
  --kh-bg: #06142e;
  --kh-surface: rgba(10, 29, 61, 0.82);
  --kh-surface-solid: #0a1d3d;
  --kh-card: rgba(16, 40, 78, 0.75);
  --kh-line: rgba(110, 158, 224, 0.2);
  --kh-text: #f3f7ff;
  --kh-muted: #96afd1;
  --kh-blue: #5592ff;
  --kh-cyan: #21d7df;
  --kh-green: #20d8a1;
  position: relative;
  overflow: hidden;
  color: var(--kh-text);
  background: var(--kh-bg);
  border-bottom: 1px solid var(--kh-line);
  isolation: isolate;
}

@media (min-width: 801px) {
  .kyc-home-showcase {
    height: 100vh;
    height: 100svh;
    min-height: 680px;
  }

  .kh-viewport,
  .kh-track,
  .kh-slide {
    height: 100%;
  }

  .kh-slide {
    min-height: 0;
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .kh-layout {
    min-height: 100%;
  }
}

.kh-backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(101, 151, 230, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(101, 151, 230, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
}

.kh-backdrop::before {
  content: "";
  position: absolute;
  width: 780px;
  height: 780px;
  top: -320px;
  right: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(70, 69, 255, 0.25), transparent 66%);
}

.kh-backdrop::after {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  left: -310px;
  bottom: -400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 219, 212, 0.17), transparent 68%);
}

.kh-backdrop > i {
  position: absolute;
  border: 1px solid rgba(81, 139, 231, 0.08);
  border-radius: 50%;
}

.kh-backdrop > i:nth-child(1) { width: 480px; height: 480px; right: 8%; top: 18%; }
.kh-backdrop > i:nth-child(2) { width: 340px; height: 340px; right: 13%; top: 27%; }
.kh-backdrop > i:nth-child(3) { width: 210px; height: 210px; right: 18%; top: 36%; }

.kh-viewport { overflow: hidden; }
.kh-track { display: flex; will-change: transform; transition: transform 720ms cubic-bezier(.22,.76,.25,1); }
.kh-slide { flex: 0 0 100%; width: 100%; min-height: 760px; padding: 122px 0 112px; }
.kh-layout { min-height: 526px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr); gap: clamp(3rem, 6vw, 6.5rem); align-items: center; }

.kh-copy { position: relative; z-index: 2; }
.kh-kicker { display: inline-flex; align-items: center; gap: .65rem; margin-bottom: 1.4rem; color: #67a0ff; font-size: .72rem; font-weight: 700; letter-spacing: .16em; }
.kh-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--kh-cyan); box-shadow: 0 0 0 6px rgba(33, 215, 223, .09), 0 0 18px rgba(33, 215, 223, .55); }
.kh-copy h1,
.kh-copy h2 { max-width: 670px; margin: 0 0 1.45rem; color: var(--kh-text); font-family: "Barlow Condensed", sans-serif; font-size: clamp(3.8rem, 5.3vw, 5.85rem); font-weight: 800; line-height: .94; letter-spacing: -.035em; }
.kh-copy h2 { font-size: clamp(3.45rem, 4.75vw, 5.25rem); }
.kh-copy h1 em,
.kh-copy h2 em { color: var(--kh-blue); font-style: normal; }
.kh-copy > p { max-width: 610px; margin: 0 0 1.75rem; color: var(--kh-muted); font-size: 1.06rem; line-height: 1.72; }
.kh-copy > p strong { color: var(--kh-text); }

.kh-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.7rem; }
.kh-primary,
.kh-secondary { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; padding: .9rem 1.35rem; border-radius: 7px; font-size: .92rem; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.kh-primary { color: #fff; background: linear-gradient(105deg, #315eff, #6b16ff); box-shadow: 0 13px 34px rgba(55, 72, 255, .25); }
.kh-primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 17px 40px rgba(55, 72, 255, .34); }
.kh-primary span { font-size: 1.15rem; }
.kh-secondary { color: var(--kh-text); border: 1px solid var(--kh-line); background: rgba(13, 34, 67, .42); }
.kh-secondary:hover { color: var(--kh-text); border-color: rgba(83, 151, 255, .56); transform: translateY(-2px); }

.kh-chips { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.65rem; }
.kh-chips span { padding: .35rem .68rem; color: #9eb5d4; border: 1px solid var(--kh-line); border-radius: 999px; background: rgba(15, 40, 77, .55); font-size: .72rem; }
.kh-points { display: grid; gap: .68rem; margin: 0; padding: 0; list-style: none; color: #b5c7df; font-size: .9rem; }
.kh-points li { position: relative; padding-left: 1.35rem; }
.kh-points li::before { content: ""; position: absolute; left: 0; top: .48rem; width: 7px; height: 7px; border: 2px solid var(--kh-cyan); border-radius: 50%; }

/* Slide 1 */
.kh-platform,
.kh-engine,
.kh-portal { position: relative; padding: 1.35rem; overflow: hidden; border: 1px solid rgba(93, 151, 238, .25); border-radius: 24px; background: linear-gradient(145deg, rgba(14, 39, 78, .94), rgba(5, 18, 43, .95)); box-shadow: 0 35px 80px rgba(0, 0, 0, .34); }
.kh-platform::after,
.kh-engine::after,
.kh-portal::after { content: ""; position: absolute; width: 280px; height: 280px; right: -120px; top: -130px; border-radius: 50%; background: radial-gradient(circle, rgba(21, 210, 232, .16), transparent 68%); pointer-events: none; }
.kh-platform-head,
.kh-engine-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; padding: .2rem .15rem .9rem; border-bottom: 1px solid var(--kh-line); color: #789bca; font-size: .62rem; font-weight: 700; letter-spacing: .14em; }
.kh-platform-head b,
.kh-engine-top b { color: var(--kh-green); font-size: .58rem; }
.kh-platform-head b::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: .4rem; border-radius: 50%; background: var(--kh-green); box-shadow: 0 0 10px var(--kh-green); }
.kh-product-pair { min-height: 330px; display: grid; grid-template-columns: 1fr 90px 1fr; align-items: center; }
.kh-product { min-height: 230px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.2rem; border: 1px solid var(--kh-line); border-radius: 18px; text-align: center; background: rgba(12, 33, 66, .7); }
.kh-product img,
.kh-vortex-mark { width: 88px; height: 88px; margin-bottom: 1rem; border-radius: 18px; box-shadow: 0 18px 35px rgba(0, 0, 0, .28); }
.kh-vortex-mark { display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #3067ff, #6818ff); font-family: "Barlow Condensed", sans-serif; font-size: 3.2rem; font-weight: 800; }
.kh-product > span { color: #6f99cf; font-size: .59rem; font-weight: 700; letter-spacing: .14em; }
.kh-product > strong { margin: .28rem 0; color: #f3f7ff; font-size: 1.35rem; }
.kh-product > small { color: #849fc3; font-size: .72rem; }
.kh-pair-link { display: flex; flex-direction: column; align-items: center; color: #5f83b4; font-size: .55rem; font-weight: 700; letter-spacing: .08em; }
.kh-pair-link i { width: 100%; height: 1px; margin: .6rem 0 -.72rem; background: linear-gradient(90deg, transparent, var(--kh-cyan), transparent); }
.kh-pair-link b { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(33, 215, 223, .4); border-radius: 50%; color: var(--kh-cyan); background: #0b2247; }
.kh-platform-foot { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--kh-line); }
.kh-platform-foot span { display: flex; align-items: center; justify-content: center; gap: .45rem; padding: 1rem .4rem .15rem; color: #809ec5; font-size: .65rem; }
.kh-platform-foot i { width: 5px; height: 5px; border-radius: 50%; background: var(--kh-green); }

/* Slide 2 */
.kh-capture { min-height: 510px; display: flex; align-items: center; justify-content: center; gap: 1.4rem; position: relative; }
.kh-capture::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(48, 78, 255, .22), transparent 65%); }
.kh-phone { width: 238px; min-height: 480px; position: relative; z-index: 1; padding: 1rem .9rem 1.2rem; border: 7px solid #213a70; border-radius: 36px; color: #dce8ff; background: #06132f; box-shadow: 0 35px 65px rgba(0, 0, 0, .46); }
.kh-phone-top { display: flex; justify-content: space-between; color: #c6d8f0; font-size: .55rem; }
.kh-phone-top i { width: 36px; height: 4px; border-radius: 999px; background: #375284; }
.kh-phone-brand { display: flex; align-items: center; gap: .5rem; margin: 1rem 0; font-size: .72rem; }
.kh-phone-brand img { width: 30px; height: 30px; border-radius: 7px; }
.kh-phone > small { color: #6686b6; font-size: .55rem; letter-spacing: .1em; }
.kh-face-frame { height: 260px; position: relative; margin: .75rem 0; border: 1px dashed rgba(57, 127, 255, .5); border-radius: 10px; overflow: hidden; background: rgba(11, 34, 74, .45); }
.kh-face-frame::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(37, 214, 197, .16); border-radius: 50%; }
.kh-face-frame i { width: 70px; height: 88px; position: absolute; left: 50%; top: 48px; transform: translateX(-50%); border: 2px solid var(--kh-green); border-radius: 50%; }
.kh-face-frame b { width: 142px; height: 105px; position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); border: 2px solid var(--kh-green); border-bottom: 0; border-radius: 72px 72px 0 0; }
.kh-face-frame span { position: absolute; left: 12px; right: 12px; top: 52%; height: 1px; background: linear-gradient(90deg, transparent, var(--kh-cyan), transparent); box-shadow: 0 0 12px var(--kh-cyan); animation: khScan 2.8s ease-in-out infinite; }
@keyframes khScan { 0%,100% { transform: translateY(-80px); opacity: .25; } 50% { transform: translateY(90px); opacity: 1; } }
.kh-phone > p { display: flex; align-items: center; justify-content: center; gap: .4rem; margin: .5rem 0; color: #9bb1d0; font-size: .58rem; }
.kh-phone > p i { width: 6px; height: 6px; border-radius: 50%; background: var(--kh-green); box-shadow: 0 0 9px var(--kh-green); }
.kh-phone-progress { height: 3px; margin-top: .7rem; overflow: hidden; border-radius: 5px; background: #183260; }
.kh-phone-progress i { display: block; width: 74%; height: 100%; background: linear-gradient(90deg, #2d6fff, var(--kh-cyan)); }
.kh-step-list { width: 270px; position: relative; z-index: 2; display: grid; gap: .65rem; }
.kh-step-list > div { min-height: 74px; display: grid; grid-template-columns: 34px 1fr 20px; gap: .7rem; align-items: center; padding: .8rem; border: 1px solid var(--kh-line); border-radius: 12px; background: rgba(10, 29, 61, .88); box-shadow: 0 12px 25px rgba(0,0,0,.14); }
.kh-step-list > div > b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #7297cb; background: #102b59; font-size: .62rem; }
.kh-step-list > div > span { color: #ecf4ff; font-size: .82rem; font-weight: 600; }
.kh-step-list small { display: block; margin-top: .2rem; color: #6f8db6; font-size: .63rem; font-weight: 400; }
.kh-step-list > div > i { color: #597da9; font-style: normal; }
.kh-step-list .is-done > i { color: var(--kh-green); }
.kh-step-list .is-current { border-color: rgba(33, 215, 223, .5); box-shadow: 0 0 0 3px rgba(33, 215, 223, .06); }
.kh-step-list .is-current > b { color: #06142e; background: var(--kh-cyan); }
.kh-step-list .is-current > i { color: var(--kh-cyan); }

/* Slide 3 */
.kh-engine { padding: 1.3rem; }
.kh-score-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 1rem; }
.kh-score-main,
.kh-score-list { border: 1px solid var(--kh-line); border-radius: 15px; background: rgba(9, 29, 61, .75); }
.kh-score-main { padding: 1.25rem; text-align: center; }
.kh-score-main > span { color: #7898c1; font-size: .58rem; letter-spacing: .12em; }
.kh-score-main > strong { display: block; margin: .4rem 0; color: #f3f7ff; font-family: "Barlow Condensed", sans-serif; font-size: 4.7rem; line-height: 1; }
.kh-score-main > strong small { color: var(--kh-cyan); font-size: 1.25rem; }
.kh-score-main > div { height: 5px; overflow: hidden; border-radius: 10px; background: #193665; }
.kh-score-main > div i { display: block; width: 91%; height: 100%; background: linear-gradient(90deg, #3a75ff, var(--kh-green)); }
.kh-score-main p { margin: .7rem 0 0; color: var(--kh-green); font-size: .66rem; }
.kh-score-list { display: grid; align-content: center; gap: 1.3rem; padding: 1.3rem; }
.kh-score-list > div { display: grid; grid-template-columns: 1fr auto; gap: .45rem .7rem; color: #91a9ca; font-size: .7rem; }
.kh-score-list b { color: #eaf2ff; }
.kh-score-list i { grid-column: 1 / -1; height: 4px; overflow: hidden; border-radius: 5px; background: linear-gradient(90deg, var(--kh-cyan) var(--score), #1a3765 var(--score)); }
.kh-data-card { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); margin-top: 1rem; border: 1px solid var(--kh-line); border-radius: 15px; overflow: hidden; background: rgba(9, 29, 61, .75); }
.kh-data-card > span,
.kh-data-card > div { min-height: 78px; display: flex; flex-direction: column; justify-content: center; padding: .85rem 1rem; border-right: 1px solid var(--kh-line); }
.kh-data-card > div:last-child { border: 0; }
.kh-data-card > span { color: #6d91bf; font-size: .6rem; font-weight: 700; letter-spacing: .11em; }
.kh-data-card small { color: #6686b1; font-size: .58rem; }
.kh-data-card b { margin-top: .28rem; color: #dce8f7; font-size: .7rem; }
.kh-data-card .kh-approved { color: var(--kh-green); }

/* Slide 4 */
.kh-portal { padding: 0; }
.kh-portal-bar { min-height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 1.2rem; border-bottom: 1px solid var(--kh-line); color: #e8f1ff; font-size: .75rem; }
.kh-portal-bar span { display: flex; align-items: center; gap: .55rem; font-weight: 700; }
.kh-portal-bar span i { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #3e72bd; border-radius: 6px; color: #5ba0ff; font-style: normal; }
.kh-portal-bar b { color: #83a0c4; font-size: .6rem; font-weight: 500; }
.kh-portal-bar b i { display: inline-block; width: 6px; height: 6px; margin-right: .4rem; border-radius: 50%; background: var(--kh-green); box-shadow: 0 0 8px var(--kh-green); }
.kh-portal-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: .7rem; padding: 1rem; }
.kh-portal-metrics div { padding: 1rem; border: 1px solid var(--kh-line); border-radius: 10px; background: rgba(14, 38, 75, .72); }
.kh-portal-metrics span { display: block; color: #6f8fb8; font-size: .54rem; letter-spacing: .08em; }
.kh-portal-metrics b { display: block; margin-top: .3rem; color: #f0f6ff; font-family: "Barlow Condensed", sans-serif; font-size: 1.5rem; }
.kh-portal-metrics div:nth-child(2) b { color: var(--kh-green); }
.kh-portal-metrics div:nth-child(3) b { color: #f9b84a; }
.kh-portal-table { margin: 0 1rem 1rem; border: 1px solid var(--kh-line); border-radius: 10px; overflow: hidden; }
.kh-portal-table > div { min-height: 54px; display: grid; grid-template-columns: 1.3fr 1fr .7fr .6fr; align-items: center; padding: 0 .9rem; border-bottom: 1px solid var(--kh-line); color: #8ea8cb; font-size: .65rem; }
.kh-portal-table > div:last-child { border: 0; }
.kh-portal-table .kh-table-head { min-height: 36px; color: #587ba8; background: rgba(21, 51, 96, .55); font-size: .54rem; }
.kh-portal-table > div span { display: flex; align-items: center; gap: .4rem; }
.kh-portal-table > div span i { width: 6px; height: 6px; border-radius: 50%; }
.kh-portal-table i.ok { background: var(--kh-green); }
.kh-portal-table i.review { background: #f9b84a; }
.kh-portal-table b,
.kh-portal-table strong { color: #dce8f8; }
.kh-portal-table em { color: #62a2ff; font-style: normal; }
.kh-integration { display: flex; align-items: center; gap: .5rem; padding: .8rem 1rem; border-top: 1px solid var(--kh-line); }
.kh-integration span { padding: .3rem .45rem; border: 1px solid #24487d; color: #6f91bd; font-size: .52rem; }
.kh-integration b { margin-left: auto; color: var(--kh-green); font-size: .58rem; }

/* Navegación */
.kh-navigation { width: 100%; height: 76px; position: absolute; left: 50%; bottom: 18px; z-index: 5; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; gap: 1rem; pointer-events: none; }
.kh-pagination { display: flex; align-items: center; gap: .55rem; pointer-events: auto; }
.kh-pagination button { width: 62px; height: 4px; position: relative; overflow: hidden; padding: 0; border: 0; border-radius: 99px; background: rgba(116, 151, 198, .22); cursor: pointer; }
.kh-pagination button::after { content: ""; position: absolute; inset: 0; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, #477bff, var(--kh-cyan)); }
.kh-pagination button.is-active::after { transform: scaleX(1); }
.kyc-home-showcase.is-autoplaying .kh-pagination button.is-active::after { animation: khTimer 8s linear forwards; }
@keyframes khTimer { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.kh-count { display: flex; align-items: baseline; gap: .35rem; margin-left: .4rem; color: #6685ad; font-size: .68rem; pointer-events: auto; }
.kh-count strong { color: #dce9fa; font-size: 1rem; }
.kh-side-arrow { width: 50px; height: 50px; position: absolute; top: 50%; z-index: 7; display: grid; place-items: center; transform: translateY(-50%); border: 1px solid var(--kh-line); border-radius: 50%; color: #dbe9fa; background: rgba(10, 29, 61, .82); box-shadow: 0 12px 34px rgba(0, 0, 0, .22); cursor: pointer; transition: border-color .2s, background .2s, transform .2s, box-shadow .2s; }
.kh-side-prev { left: clamp(12px, 2vw, 34px); }
.kh-side-next { right: clamp(12px, 2vw, 34px); }
.kh-side-arrow:hover { transform: translateY(-50%) scale(1.06); border-color: rgba(57, 145, 255, .65); background: #123263; box-shadow: 0 15px 38px rgba(0, 0, 0, .3); }
.kh-side-arrow svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.kh-side-arrow:focus-visible,
.kh-pagination button:focus-visible,
.kh-primary:focus-visible,
.kh-secondary:focus-visible { outline: 3px solid rgba(33, 215, 223, .48); outline-offset: 3px; }

html[data-theme="light"] .kyc-home-showcase {
  --kh-bg: #f3f7ff;
  --kh-surface: rgba(255,255,255,.88);
  --kh-surface-solid: #fff;
  --kh-card: rgba(255,255,255,.82);
  --kh-line: rgba(48, 91, 153, .18);
  --kh-text: #071f41;
  --kh-muted: #56759e;
  --kh-blue: #3f71e8;
  background: linear-gradient(120deg, #f7faff 0%, #eef5ff 60%, #f4f0ff 100%);
}
html[data-theme="light"] .kh-backdrop { background-image: linear-gradient(rgba(49, 102, 181, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(49, 102, 181, .07) 1px, transparent 1px); }
html[data-theme="light"] .kh-copy > p strong { color: #102d53; }
html[data-theme="light"] .kh-points { color: #476990; }
html[data-theme="light"] .kh-secondary { color: #14345b; background: rgba(255,255,255,.72); }
html[data-theme="light"] .kh-secondary:hover { color: #0a2850; }
html[data-theme="light"] .kh-chips span { color: #47698f; background: rgba(255,255,255,.72); }
html[data-theme="light"] .kh-count strong { color: #14345b; }
html[data-theme="light"] .kh-side-arrow { color: #17375f; background: rgba(255,255,255,.88); box-shadow: 0 8px 22px rgba(26,55,94,.12); }

@media (max-width: 1050px) {
  .kh-layout { grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); gap: 2.5rem; }
  .kh-copy h1 { font-size: clamp(3.4rem, 6vw, 4.8rem); }
  .kh-copy h2 { font-size: clamp(3rem, 5.3vw, 4.35rem); }
  .kh-product-pair { grid-template-columns: 1fr 64px 1fr; }
  .kh-capture { gap: .8rem; }
  .kh-step-list { width: 220px; }
}

@media (max-width: 800px) {
  .kyc-home-showcase,
  .kh-viewport,
  .kh-track,
  .kh-slide {
    height: auto;
  }

  .kyc-home-showcase {
    min-height: 0;
  }

  .kh-slide { min-height: 1060px; padding: 112px 0 125px; }
  .kh-layout { min-height: 0; grid-template-columns: 1fr; gap: 2.5rem; align-content: start; }
  .kh-copy h1,
  .kh-copy h2 { max-width: 600px; font-size: clamp(3.25rem, 13vw, 4.8rem); }
  .kh-copy > p { font-size: .98rem; }
  .kh-platform,
  .kh-engine,
  .kh-portal { max-width: 620px; width: 100%; margin: 0 auto; }
  .kh-capture { min-height: 500px; }
  .kh-navigation { bottom: 14px; }
}

@media (min-width: 801px) and (max-height: 820px) {
  .kh-slide {
    padding-top: 82px;
    padding-bottom: 78px;
  }

  .kh-layout {
    gap: clamp(2rem, 4vw, 4rem);
  }

  .kh-copy h1 {
    font-size: clamp(3.35rem, 4.65vw, 4.85rem);
    margin-bottom: 1rem;
  }

  .kh-copy h2 {
    font-size: clamp(3.15rem, 4.2vw, 4.5rem);
    margin-bottom: 1rem;
  }

  .kh-kicker {
    margin-bottom: 1rem;
  }

  .kh-copy > p {
    margin-bottom: 1.15rem;
    font-size: .96rem;
    line-height: 1.58;
  }

  .kh-actions {
    margin-top: 1.2rem;
  }

  .kh-chips {
    margin-top: 1rem;
  }

  .kh-platform,
  .kh-engine,
  .kh-portal {
    transform: scale(.93);
    transform-origin: center;
  }

  .kh-capture {
    min-height: 450px;
    transform: scale(.9);
  }

  .kh-navigation {
    bottom: 8px;
  }
}

@media (max-width: 560px) {
  .kh-slide { min-height: 1040px; padding: 105px 0 115px; }
  .kh-copy h1,
  .kh-copy h2 { font-size: clamp(3rem, 14.5vw, 4.15rem); }
  .kh-kicker { font-size: .61rem; letter-spacing: .11em; }
  .kh-actions { display: grid; grid-template-columns: 1fr; }
  .kh-primary,
  .kh-secondary { width: 100%; }
  .kh-product-pair { min-height: 0; grid-template-columns: 1fr; gap: .55rem; }
  .kh-product { min-height: 148px; display: grid; grid-template-columns: 68px 1fr; grid-template-rows: auto auto auto; column-gap: 1rem; text-align: left; justify-items: start; }
  .kh-product img,
  .kh-vortex-mark { width: 68px; height: 68px; grid-row: 1 / 4; margin: 0; border-radius: 14px; }
  .kh-product > span { align-self: end; }
  .kh-product > strong { margin: 0; }
  .kh-product > small { align-self: start; }
  .kh-pair-link { height: 38px; flex-direction: row; justify-content: center; gap: .45rem; }
  .kh-pair-link i { width: 70px; margin: 0; }
  .kh-pair-link b { transform: rotate(90deg); }
  .kh-platform-foot { grid-template-columns: 1fr; }
  .kh-platform-foot span { padding: .45rem; justify-content: flex-start; }
  .kh-capture { min-height: 485px; gap: .55rem; align-items: center; }
  .kh-phone { width: 185px; min-height: 408px; border-width: 5px; border-radius: 28px; }
  .kh-face-frame { height: 205px; }
  .kh-face-frame i { top: 32px; }
  .kh-step-list { width: 150px; gap: .45rem; }
  .kh-step-list > div { min-height: 64px; grid-template-columns: 25px 1fr; gap: .45rem; padding: .6rem; }
  .kh-step-list > div > b { width: 25px; height: 25px; }
  .kh-step-list > div > span { font-size: .7rem; }
  .kh-step-list > div > i { display: none; }
  .kh-score-grid { grid-template-columns: 1fr; }
  .kh-score-main > strong { font-size: 3.4rem; }
  .kh-data-card { grid-template-columns: 1fr 1fr; }
  .kh-data-card > span { grid-column: 1 / -1; min-height: 50px; }
  .kh-data-card > div { min-height: 65px; }
  .kh-data-card > div:nth-child(3) { border-right: 0; }
  .kh-portal-metrics { gap: .4rem; padding: .7rem; }
  .kh-portal-metrics div { padding: .65rem .5rem; }
  .kh-portal-table { margin: 0 .7rem .7rem; }
  .kh-portal-table > div { grid-template-columns: 1.25fr .85fr .55fr; padding: 0 .5rem; }
  .kh-portal-table > div > :last-child { display: none; }
  .kh-integration { flex-wrap: wrap; }
  .kh-integration b { width: 100%; margin: .25rem 0 0; }
  .kh-pagination button { width: 35px; }
  .kh-count { display: none; }
  .kh-side-arrow { width: 42px; height: 42px; top: auto; bottom: 21px; transform: none; }
  .kh-side-prev { left: 20px; }
  .kh-side-next { right: 20px; }
  .kh-side-arrow:hover { transform: scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
  .kh-track { transition: none; }
  .kyc-home-showcase.is-autoplaying .kh-pagination button.is-active::after,
  .kh-face-frame span { animation: none; }
}
/* Slide 05 · acceso directo al portal KYC */
.kh-access-slide .kh-layout { grid-template-columns: minmax(0, .8fr) minmax(600px, 1.2fr); gap: clamp(2rem, 4vw, 4.5rem); }

.kh-login-stage {
  min-height: 430px;
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  overflow: hidden;
  border: 1px solid rgba(115, 130, 255, .3);
  border-radius: 24px;
  background: #0b1220;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .4);
}

.kh-login-brand-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 10%, rgba(255,255,255,.14), transparent 26%),
    linear-gradient(145deg, #4258d8, #7745ce);
}

.kh-login-brand { display: flex; align-items: center; gap: 10px; }
.kh-login-brand > i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  color: #5362dd;
  background: #fff;
  font-style: normal;
  font-weight: 800;
}
.kh-login-brand b,
.kh-login-brand small { display: block; }
.kh-login-brand b { font-size: .85rem; }
.kh-login-brand small { margin-top: 2px; font-size: .43rem; letter-spacing: .16em; opacity: .75; }
.kh-login-promise > span { font-size: .55rem; font-weight: 700; letter-spacing: .15em; opacity: .8; }
.kh-login-promise > strong { display: block; margin-top: 12px; font-size: clamp(1.9rem, 2.6vw, 2.8rem); line-height: .98; letter-spacing: -.035em; }
.kh-login-promise > p { max-width: 310px; margin: 14px 0 0; color: rgba(255,255,255,.78); font-size: .72rem; line-height: 1.55; }
.kh-login-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); }
.kh-login-stats span { color: rgba(255,255,255,.65); font-size: .44rem; }
.kh-login-stats b { display: block; margin-bottom: 3px; color: #fff; font-size: .8rem; }

.kh-login-form-panel { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 42px 40px 30px; background: #0b1220; }
.kh-login-tools { position: absolute; top: 22px; right: 24px; display: flex; align-items: center; gap: 8px; }
.kh-login-tools span,
.kh-login-tools i { display: grid; place-items: center; min-width: 32px; height: 30px; border: 1px solid #263149; border-radius: 8px; color: #aebad0; font-size: .6rem; font-style: normal; }
.kh-login-tools i { min-width: 30px; color: #ffb643; }
.kh-login-form { width: min(100%, 350px); margin: 18px auto 0; }
.kh-login-form > span { color: #9aa9c3; font-size: .55rem; font-weight: 700; letter-spacing: .15em; }
.kh-login-form > strong { display: block; margin-top: 13px; color: #fff; font-size: 1.35rem; }
.kh-login-form > p { margin: 6px 0 20px; color: #7f91af; font-size: .66rem; }
.kh-login-form label { display: block; margin: 10px 0 5px; color: #94a4bf; font-size: .55rem; font-weight: 600; }
.kh-login-input { min-height: 40px; display: flex; align-items: center; padding: 0 12px; border: 1px solid #35415b; border-radius: 9px; color: #c8d2e4; background: #202b41; font-size: .67rem; }
.kh-login-form > a { min-height: 42px; display: flex; align-items: center; justify-content: center; margin-top: 18px; border-radius: 9px; color: #fff; background: linear-gradient(90deg, #7b87f6, #7b4ed8); font-size: .7rem; font-weight: 700; text-decoration: none; box-shadow: 0 12px 30px rgba(103, 76, 222, .24); }
.kh-login-form > a:hover { filter: brightness(1.1); }
.kh-login-form > small { display: block; margin-top: 16px; color: #8292ad; font-size: .55rem; text-align: center; }
.kh-login-form > small b { color: #8b8fff; }
.kh-login-security { display: flex; justify-content: center; gap: 13px; margin-top: 22px; color: #7889a6; font-size: .43rem; }
.kh-login-security span::first-letter { color: #20d9ab; }

html[data-theme="light"] .kh-login-stage { color: #eef2ff; background: #0b1220; }

@media (max-width: 1120px) {
  .kh-access-slide .kh-layout { grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr); gap: 2rem; }
  .kh-login-stage { min-height: 400px; }
  .kh-login-brand-panel { padding: 23px; }
  .kh-login-form-panel { padding-right: 28px; padding-left: 28px; }
}

@media (max-width: 900px) {
  .kh-access-slide .kh-layout { grid-template-columns: 1fr; }
  .kh-login-stage { width: min(100%, 720px); margin: 0 auto; }
}

@media (max-width: 620px) {
  .kh-login-stage { min-height: 390px; grid-template-columns: 1fr; }
  .kh-login-brand-panel { display: none; }
  .kh-login-form-panel { min-height: 390px; padding: 48px 24px 24px; }
  .kh-login-security { flex-wrap: wrap; }
}

.clients-private-strip .clients-private-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.clients-private-strip .strip-label { margin-bottom: 7px; }

.clients-private-strip strong {
  color: #ecf5ff;
  font-size: 18px;
}

.clients-private-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.clients-private-actions .client-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.clients-private-actions .client-chip:hover {
  color: #fff;
  border-color: #21c9ff;
  transform: translateY(-2px);
}

.clients-private-actions .client-info-link {
  color: #071426;
  border-color: #57dfff;
  background: #57dfff;
}

html[data-theme="light"] .clients-private-strip strong { color: #09223f; }
html[data-theme="light"] .clients-private-actions .client-info-link {
  color: #fff;
  background: #0769e8;
  border-color: #0769e8;
}

@media (max-width: 720px) {
  .clients-private-strip .clients-private-inner {
    align-items: stretch;
    flex-direction: column;
  }
  .clients-private-actions { justify-content: flex-start; }
}
