/* KDE-NOSOTROS-HERO-V1: dedicated preview only. No shared shell overrides.
   Geometry, typography and colors are locked to the approved Turismos hero. */
.kc-nosotros-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 610px;
  background: #f7f7f5;
  color: #111;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}
.kc-nosotros-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1448px, calc(100% - 64px));
  min-height: 610px;
  margin: 0 auto;
  padding: 28px 0 24px;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.kc-nosotros-hero__copy { width: min(680px, 53%); min-width: 0; pointer-events: auto; }
.kc-nosotros-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: #606875;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.kc-nosotros-hero__eyebrow::before { content: ''; width: 25px; height: 2px; flex: none; background: #e30613; }
.kc-nosotros-hero h1 {
  margin: 0;
  max-width: 680px;
  color: #111 !important;
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: clamp(50px, 5.25vw, 78px);
  font-weight: 700;
  line-height: .94;
  letter-spacing: -.055em;
  text-transform: none;
}
.kc-nosotros-hero h1 em {
  display: block;
  margin-top: 0;
  color: #e30613 !important;
  -webkit-text-fill-color: currentColor;
  font-size: 1em;
  font-weight: 400;
  font-style: italic;
  line-height: .94;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}
.kc-nosotros-hero__lead {
  max-width: 580px;
  margin: 18px 0 0;
  color: #525966;
  font-size: 15px;
  line-height: 1.55;
}
.kc-nosotros-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 22px;
  padding: 0 18px;
  border: 1px solid #e30613;
  border-radius: 7px;
  background: #e30613;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .18s ease;
}
.kc-nosotros-hero__cta:hover { background: #bd0610; border-color: #bd0610; }
.kc-nosotros-hero__cta:focus-visible { outline: 2px solid #111; outline-offset: 3px; }
.kc-nosotros-hero__media {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 auto;
  width: auto;
  height: 100%;
  aspect-ratio: 762 / 708;
  max-width: 57%;
  margin: 0;
  background: #f7f7f5;
}
.kc-nosotros-hero__media img {
  display: block;
  position: absolute;
  inset: 0 0 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}
.kc-nosotros-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 28%, rgba(255,255,255,.94) 42%, rgba(255,255,255,.42) 62%, rgba(255,255,255,0) 82%);
  pointer-events: none;
}
.kc-nosotros-hero__media figcaption {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 10px;
  max-width: calc(100% - 24px);
  padding: 5px 8px;
  color: #525966;
  background: rgba(255,255,255,.92);
  font-size: 10px;
  line-height: 1.4;
  border-radius: 3px;
}
.kc-nosotros-benefits { background: #fff; border-block: 1px solid #e8e8e8; color: #111; }
.kc-nosotros-benefits__list {
  list-style: none;
  width: min(1448px, calc(100% - 64px));
  padding: 20px 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.kc-nosotros-benefits__list li { display: flex; gap: 16px; align-items: center; padding: 10px 20px; border-right: 1px solid #e8e8e8; }
.kc-nosotros-benefits__list li:first-child { padding-left: 0; }
.kc-nosotros-benefits__list li:last-child { border-right: 0; padding-right: 0; }
.kc-nosotros-benefits__list svg { width: 38px; height: 38px; flex: 0 0 38px; fill: none; stroke: #e30613; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.kc-nosotros-benefits__list h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: 19px; font-weight: 700; line-height: 1.15; letter-spacing: -.015em; }
.kc-nosotros-benefits__list p { margin: 6px 0 0; font-family: Inter, system-ui, sans-serif; font-size: 12px; line-height: 1.5; color: #667085; }
@media (min-width: 761px) and (max-width: 1100px) {
  .kc-nosotros-hero__copy { width: 62%; }
  .kc-nosotros-hero__inner { width: calc(100% - 36px); }
  .kc-nosotros-hero h1 { font-size: clamp(46px, 6.1vw, 62px); }
  .kc-nosotros-hero__media::after { background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.97) 44%, rgba(255,255,255,.88) 60%, rgba(255,255,255,.1) 92%); }
  .kc-nosotros-benefits__list { width: calc(100% - 36px); }
  .kc-nosotros-benefits__list li { padding-inline: 12px; gap: 10px; }
  .kc-nosotros-benefits__list h2 { font-size: 17px; }
  .kc-nosotros-benefits__list svg { width: 28px; height: 28px; flex-basis: 28px; }
}
@media (max-width: 760px) {
  .kc-nosotros-hero { min-height: 690px; }
  .kc-nosotros-hero__inner { width: calc(100% - 28px); min-height: 690px; padding: 28px 0 24px; display: flex; align-items: flex-start; }
  .kc-nosotros-hero__copy { width: 100%; }
  .kc-nosotros-hero__eyebrow { font-size: 10px; letter-spacing: .28em; margin-bottom: 16px; }
  .kc-nosotros-hero h1 { max-width: 600px; font-size: clamp(39px, 10.4vw, 64px); }
  .kc-nosotros-hero h1 em { font-size: 1em; line-height: .94; }
  .kc-nosotros-hero__lead { max-width: 540px; margin-top: 18px; font-size: 14px; }
  .kc-nosotros-hero__cta { margin-top: 22px; min-height: 44px; }
  .kc-nosotros-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; aspect-ratio: auto; }
  .kc-nosotros-hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: 62% bottom; }
  .kc-nosotros-hero__media::after { height: auto; background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.98) 55%, rgba(255,255,255,.90) 72%, rgba(255,255,255,.18) 100%); }
  .kc-nosotros-benefits__list { width: calc(100% - 28px); grid-template-columns: 1fr 1fr; padding: 12px 0; }
  .kc-nosotros-benefits__list li { align-items: flex-start; padding: 16px 10px; border-right: 0; border-bottom: 1px solid #e8e8e8; }
  .kc-nosotros-benefits__list li:nth-child(odd) { padding-left: 0; }
  .kc-nosotros-benefits__list li:nth-child(even) { padding-right: 0; }
  .kc-nosotros-benefits__list li:last-child { grid-column: 1 / -1; border-bottom: 0; padding-left: 0; }
  .kc-nosotros-benefits__list h2 { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) { .kc-nosotros-hero__cta { transition: none; } }

/* KDE-NOSOTROS-STEPS-MEDIA-V2: force the three approved scenes to render on every browser. */
.kc-steps .kc-step:nth-child(1) .kc-step-media,
.kc-steps .kc-step:nth-child(2) .kc-step-media,
.kc-steps .kc-step:nth-child(4) .kc-step-media {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.kc-steps .kc-step:nth-child(1) .kc-step-media { background-image: url('/kc-visual-2026-09/images/nosotros-step-catalogo-v1.webp'); }
.kc-steps .kc-step:nth-child(2) .kc-step-media { background-image: url('/kc-visual-2026-09/images/nosotros-step-dudas-v1.webp'); }
.kc-steps .kc-step:nth-child(4) .kc-step-media { background-image: url('/kc-visual-2026-09/images/nosotros-step-entrega-v1.webp'); }
.kc-steps .kc-step:nth-child(1) .kc-step-media > img:first-child,
.kc-steps .kc-step:nth-child(2) .kc-step-media > img:first-child,
.kc-steps .kc-step:nth-child(4) .kc-step-media > img:first-child { opacity: 0; }
.kc-steps .kc-step:nth-child(1) .kc-step-media::after,
.kc-steps .kc-step:nth-child(2) .kc-step-media::after,
.kc-steps .kc-step:nth-child(4) .kc-step-media::after {
  content: '';
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 94px;
  height: 30px;
  border-radius: 4px;
  background-color: rgba(255,255,255,.88);
  background-image: url('/favicon.ico'), url('/kc-visual-2026-09/kingcars-wordmark-clean-v35.webp');
  background-repeat: no-repeat, no-repeat;
  background-position: 6px center, 31px center;
  background-size: 19px 19px, 56px auto;
  box-shadow: 0 1px 5px rgba(0,0,0,.12);
  pointer-events: none;
}
