:root {
  --lk-navy: #102a43;
  --lk-blue: #1769aa;
  --lk-blue-dark: #0f4f83;
  --lk-sky: #eaf5ff;
  --lk-cyan: #23a6d5;
  --lk-green: #159a70;
  --lk-red: #dc3c4d;
  --lk-ink: #17212b;
  --lk-muted: #5d6b79;
  --lk-line: #dce6ee;
  --lk-soft: #f4f8fb;
  --lk-white: #ffffff;
  --lk-shadow: 0 18px 48px rgba(16, 42, 67, .13);
  --lk-radius: 20px;
  --lk-wrap: min(1180px, calc(100% - 40px));
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--lk-ink);
  background: var(--lk-white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
body *, body *::before, body *::after { box-sizing: border-box; }
body img { max-width: 100%; }
body a { color: inherit; }

.elementor-location-header .e-con-inner,
.elementor-location-footer .e-con-inner,
.elementor-20 > .e-con { max-width: none !important; padding: 0 !important; }
.elementor-widget-html { width: 100%; }

.sp-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(16, 42, 67, .1);
  box-shadow: 0 8px 28px rgba(16, 42, 67, .07);
  backdrop-filter: blur(14px);
}
.sp-header__inner {
  width: var(--lk-wrap);
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}
.sp-header__brand { display: inline-flex; flex: 0 0 auto; }
.sp-header__brand img { width: 164px; height: auto; display: block; }
.sp-header__nav { margin-left: auto; }
.sp-header__menu { display: flex; align-items: center; gap: 22px; }
.sp-header__menu a,
.sp-header__mobile-nav a {
  text-decoration: none;
  color: var(--lk-navy);
  font-size: .94rem;
  font-weight: 700;
}
.sp-header__menu a:hover { color: var(--lk-blue); }
.sp-header__actions { display: flex; align-items: center; gap: 10px; }
.sp-header__phone,
.sp-header__wa,
.boton,
.sp-btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 10px 18px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.sp-header__phone,
.boton.llamar { color: var(--lk-blue-dark); background: var(--lk-sky); border-color: #b9daf2; }
.sp-header__wa,
.boton.whatsapp { color: #fff; background: var(--lk-green); box-shadow: 0 10px 24px rgba(21,154,112,.22); }
.sp-header__phone:hover,
.sp-header__wa:hover,
.boton:hover,
.sp-btn:hover { transform: translateY(-2px); }
.sp-header__toggle {
  display: none !important;
  width: 44px !important;
  height: 44px !important;
  padding: 10px !important;
  background: var(--lk-soft) !important;
  border: 1px solid var(--lk-line) !important;
  border-radius: 12px !important;
}
.sp-header__toggle span { display: block; height: 2px; margin: 5px 0; background: var(--lk-navy); }
.sp-header__toggle[aria-expanded="true"] { background: var(--lk-blue); border-color: var(--lk-blue); }
.sp-header__toggle[aria-expanded="true"] span { background: #fff; }
.sp-header__mobile[hidden] { display: none !important; }
.sp-anchor-alias { display: block; position: relative; top: -76px; visibility: hidden; }

.lk-home { overflow: hidden; }
.sp-hero { background: var(--lk-navy); }
.hero--split {
  position: relative;
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: var(--lk-wrap);
  margin: 0 auto;
  padding: 68px 0;
}
.lk-hero-bg { position: absolute; inset: 0 calc((100vw - 100%) / -2); z-index: 0; overflow: hidden; }
.lk-hero-bg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lk-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,25,42,.95) 0%, rgba(10,42,66,.88) 46%, rgba(8,31,51,.62) 100%);
}
.hero-content,
.lk-hero-form-card { position: relative; z-index: 2; }
.hero-content { max-width: 690px; color: #fff; }
.sp-section-kicker,
.lk-seo-kicker {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--lk-cyan);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.sp-hero-title {
  max-width: 700px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.055em;
}
.sp-hero-title .parte2 { color: #67d5ff; }
.hero-content .descripcion {
  max-width: 650px;
  margin: 0 0 26px;
  color: rgba(255,255,255,.88);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}
.btn-group { display: flex; flex-wrap: wrap; gap: 12px; }
.boton.lg { min-height: 52px; padding-inline: 24px; }
.hero-note { margin: 18px 0 0; color: rgba(255,255,255,.7); font-size: .93rem; }
.lk-hero-form-card {
  overflow: hidden;
  background: rgba(255,255,255,.98);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}
.lk-hero-form-head { display: flex; justify-content: space-between; gap: 16px; padding: 18px 22px; color: var(--lk-navy); background: #fff; border-bottom: 1px solid var(--lk-line); }
.lk-hero-form-head span { font-weight: 900; }
.lk-hero-form-head strong { color: var(--lk-green); font-size: .88rem; }
.lk-hero-form-alert { padding: 12px 22px; color: #704812; background: #fff8e8; border-bottom: 1px solid #f1d9aa; }
.lk-hero-form-alert p { margin: 0; font-size: .9rem; }
.lk-hero-form-body { min-height: 470px; background: #fff; }
.sp-form-iframe { display: block; width: 100%; min-height: 470px; border: 0; }

.sp-trust-bar { background: #fff; border-bottom: 1px solid var(--lk-line); }
.sp-trust-bar__inner {
  width: var(--lk-wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}
.trust-item { display: flex; gap: 12px; align-items: flex-start; padding: 24px 18px; border-right: 1px solid var(--lk-line); }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { border-right: 0; padding-right: 0; }
.trust-item__icon { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; color: #fff; background: var(--lk-blue); border-radius: 10px; font-weight: 900; }
.trust-item__body { display: grid; gap: 3px; }
.trust-item__title { color: var(--lk-navy); font-size: .93rem; }
.trust-item__desc { color: var(--lk-muted); font-size: .82rem; line-height: 1.4; }

.lk-seo-block,
.sp-section,
.sp-service-clusters,
.sp-whyus { padding: clamp(64px, 8vw, 104px) max(20px, calc((100vw - 1180px) / 2)); }
.lk-seo-block--soft { background: var(--lk-soft); }
.lk-seo-head { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.lk-seo-title,
.sp-title,
#como-trabajamos > h2,
.cta-split h2,
.sp-ticker-title {
  margin: 0 0 14px;
  color: var(--lk-navy);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.lk-seo-lead,
.sp-intro { max-width: 720px; margin: 0 0 30px; color: var(--lk-muted); font-size: 1.05rem; }
.lk-seo-head .lk-seo-lead { margin-inline: auto; }
.lk-local-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 940px; margin: 0 auto; }
.lk-local-pill { padding: 10px 16px; color: var(--lk-blue-dark); background: #fff; border: 1px solid #c9dce9; border-radius: 999px; text-decoration: none; font-weight: 800; box-shadow: 0 5px 14px rgba(16,42,67,.05); }
.lk-local-pill:hover { background: var(--lk-blue); color: #fff; border-color: var(--lk-blue); }

.sp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.sp-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--lk-line); border-radius: var(--lk-radius); box-shadow: 0 10px 28px rgba(16,42,67,.08); transition: transform .22s ease, box-shadow .22s ease; }
.sp-card:hover { transform: translateY(-5px); box-shadow: var(--lk-shadow); }
.sp-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #dbe8ef; }
.sp-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.sp-card:hover .sp-media img { transform: scale(1.04); }
.sp-service-badge { position: absolute; top: 14px; left: 14px; z-index: 1; padding: 7px 11px; color: #fff; background: rgba(16,42,67,.88); border-radius: 999px; font-size: .75rem; font-weight: 900; backdrop-filter: blur(8px); }
.sp-body { display: flex; flex-direction: column; min-height: 210px; padding: 22px; }
.sp-h3 { margin: 0 0 12px; color: var(--lk-navy); font-size: 1.22rem; line-height: 1.25; }
.sp-h3-sub { display: block; margin-top: 6px; color: var(--lk-blue); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.sp-desc { margin: 0 0 18px; color: var(--lk-muted); }
.sp-cta { margin-top: auto; display: flex; flex-wrap: wrap; gap: 10px; }
.sp-btn { color: #fff; background: var(--lk-blue); border-color: var(--lk-blue); }
.sp-btn.outline { color: var(--lk-blue); background: #fff; }

.sp-whyus { color: #fff; background: var(--lk-navy); }
.sp-whyus__wrap,
.sp-wrap { max-width: 1180px; margin: 0 auto; }
.sp-whyus .sp-title { color: #fff; }
.sp-whyus .sp-intro { color: rgba(255,255,255,.7); }
.sp-whyus__badges { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 32px; }
.sp-whyus__badges .badge { padding: 8px 13px; color: #bdeeff; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; font-weight: 800; }
.sp-whyus__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.whyus-card { padding: 24px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.whyus-card__icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 18px; color: var(--lk-navy); background: #67d5ff; border-radius: 13px; font-weight: 900; }
.whyus-card__title { margin-bottom: 8px; font-size: 1.05rem; font-weight: 900; }
.whyus-card__desc { color: rgba(255,255,255,.7); font-size: .92rem; }
.sp-whyus__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 28px; overflow: hidden; background: rgba(255,255,255,.14); border-radius: 18px; }
.stat { display: grid; gap: 2px; padding: 20px; text-align: center; background: rgba(16,42,67,.92); }
.stat__num { color: #67d5ff; font-size: 1.4rem; font-weight: 950; }
.stat__label { color: rgba(255,255,255,.7); font-size: .85rem; }

#como-trabajamos { background: var(--lk-soft); }
.pasos { margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; list-style: none; }
.pasos li { position: relative; padding: 24px; background: #fff; border: 1px solid var(--lk-line); border-radius: 18px; }
.paso-num { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 18px; color: #fff; background: var(--lk-blue); border-radius: 12px; font-weight: 950; }
.pasos h3 { margin: 0 0 8px; color: var(--lk-navy); }
.pasos p { margin: 0; color: var(--lk-muted); }
.sp-service-clusters { background: #fff; }
.sp-grid--clusters { grid-template-columns: repeat(3, 1fr); }
.sp-grid--clusters .sp-body { min-height: 230px; }

#sp-ticker-1 { padding: clamp(64px,8vw,96px) max(20px, calc((100vw - 1180px) / 2)); background: var(--lk-soft); overflow: hidden; }
.sp-ticker-title { text-align: center; }
.ticker-viewport { overflow: hidden; margin-top: 32px; }
.ticker-track { display: flex; width: max-content; animation: lkTicker 34s linear infinite; }
.ticker-group { display: flex; gap: 18px; padding-right: 18px; }
.t-card { width: min(360px, 82vw); padding: 22px; background: #fff; border: 1px solid var(--lk-line); border-radius: 18px; box-shadow: 0 10px 24px rgba(16,42,67,.07); }
.t-head { display: flex; gap: 12px; align-items: center; }
.t-avatar { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.t-role { color: var(--lk-muted); font-size: .82rem; }
.t-text { color: var(--lk-ink); }
.t-rating { display: flex; gap: 8px; align-items: center; }
.t-stars { color: #e6a700; letter-spacing: .06em; }
.t-score { color: var(--lk-muted); font-weight: 800; }
@keyframes lkTicker { to { transform: translateX(-50%); } }

.faq-list { max-width: 860px; margin-top: 30px; display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid var(--lk-line); border-radius: 15px; background: #fff; }
.faq-question { width: 100%; min-height: 58px; display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 16px 20px; color: var(--lk-navy); background: #fff; border: 0; text-align: left; font: inherit; font-weight: 900; cursor: pointer; }
.faq-question span { color: var(--lk-blue); font-size: 1.4rem; }
.faq-answer { display: none; padding: 0 20px 18px; color: var(--lk-muted); }
.faq-answer p { margin: 0; }
.faq-question[aria-expanded="true"] + .faq-answer { display: block; }
.faq-question[aria-expanded="true"] span { transform: rotate(45deg); }

.cta-split { overflow: hidden; color: #fff; background: var(--lk-navy); border-radius: 26px; box-shadow: var(--lk-shadow); }
.cta-split__wrap { display: grid; grid-template-columns: 1.1fr .9fr; align-items: stretch; }
.cta-split__left { padding: clamp(34px,5vw,64px); }
.cta-split h2 { color: #fff; margin-top: 14px; }
.cta-split__lead { max-width: 620px; color: rgba(255,255,255,.75); }
.cta-split__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.cta-split__right { min-height: 360px; }
.cta-split__right img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sp-pill { display: inline-flex; padding: 7px 11px; border-radius: 999px; font-weight: 900; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.sp-pill--red { color: #fff; background: var(--lk-red); }

.sp-fab-wa { position: fixed; right: 22px; bottom: 22px; z-index: 1000; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--lk-green); border-radius: 50%; box-shadow: 0 14px 30px rgba(21,154,112,.32); text-decoration: none; }
.sp-fab-wa::before { content: "WA"; font-size: .8rem; font-weight: 950; }
.sp-fab-tooltip { position: absolute; right: 66px; width: max-content; padding: 8px 11px; color: #fff; background: var(--lk-navy); border-radius: 8px; font-size: .78rem; opacity: 0; transform: translateX(8px); transition: .2s ease; pointer-events: none; }
.sp-fab-wa:hover .sp-fab-tooltip { opacity: 1; transform: translateX(0); }

.lk-footer { color: rgba(255,255,255,.76); background: #091c2d; }
.lk-footer__inner { width: var(--lk-wrap); margin: 0 auto; padding: 58px 0 24px; }
.lk-footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; }
.lk-footer__logo img { width: 158px; height: auto; filter: brightness(0) invert(1); }
.lk-footer h2,
.lk-footer h3,
.lk-footer strong { color: #fff; }
.lk-footer a { color: rgba(255,255,255,.82); text-decoration: none; }
.lk-footer a:hover { color: #67d5ff; }
.lk-footer ul { margin: 12px 0 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.lk-footer__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }

:focus-visible { outline: 3px solid #f7b500 !important; outline-offset: 3px; }

@media (max-width: 1024px) {
  .sp-header__nav { display: none; }
  .sp-header__toggle { display: block !important; }
  .sp-header__mobile { position: absolute; inset: 76px 0 auto; background: #fff; border-bottom: 1px solid var(--lk-line); box-shadow: 0 18px 34px rgba(16,42,67,.14); }
  .sp-header__mobile-nav { width: var(--lk-wrap); margin: 0 auto; padding: 20px 0 26px; display: grid; gap: 14px; }
  .hero--split { grid-template-columns: 1fr; padding-block: 56px; }
  .hero-content { max-width: 760px; }
  .lk-hero-form-card { width: min(720px, 100%); }
  .sp-trust-bar__inner { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2n) { border-right: 0; }
  .sp-grid { grid-template-columns: repeat(2, 1fr); }
  .sp-whyus__grid { grid-template-columns: repeat(2, 1fr); }
  .pasos { grid-template-columns: repeat(2, 1fr); }
  .lk-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  :root { --lk-wrap: min(100% - 28px, 1180px); }
  .sp-header__inner { min-height: 68px; gap: 10px; }
  .sp-header__brand img { width: 132px; }
  .sp-header__phone,
  .sp-header__wa { display: none; }
  .sp-header__actions { margin-left: auto; }
  .sp-header__mobile { inset-block-start: 68px; }
  .hero--split { min-height: auto; padding: 48px 0 40px; }
  .lk-hero-bg::after { background: linear-gradient(180deg, rgba(6,25,42,.95), rgba(9,34,55,.88)); }
  .sp-hero-title { font-size: clamp(2.45rem, 13vw, 3.6rem); }
  .btn-group .boton { width: 100%; }
  .lk-hero-form-head { flex-direction: column; gap: 3px; }
  .sp-trust-bar__inner { grid-template-columns: 1fr; }
  .trust-item,
  .trust-item:first-child,
  .trust-item:last-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--lk-line); }
  .trust-item:last-child { border-bottom: 0; }
  .lk-seo-block,
  .sp-section,
  .sp-service-clusters,
  .sp-whyus { padding: 62px 14px; }
  .sp-grid,
  .sp-grid--clusters,
  .sp-whyus__grid,
  .pasos,
  .sp-whyus__stats,
  .cta-split__wrap,
  .lk-footer__grid { grid-template-columns: 1fr; }
  .sp-body { min-height: auto; }
  .sp-whyus__stats { gap: 0; }
  .stat { border-bottom: 1px solid rgba(255,255,255,.12); }
  .cta-split__right { min-height: 230px; }
  .cta-split__actions .boton { width: 100%; }
  .sp-fab-wa { right: 14px; bottom: 14px; width: 54px; height: 54px; }
  .sp-fab-tooltip { display: none; }
  .lk-footer__inner { padding-top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .ticker-track { animation: none; }
}
