/* ====================================================================
   LINKAR.ME — Home V4
   CSS isolado da landing pública. Evita conflito com admin/cliente.
   ==================================================================== */
:root {
  --lk-red: #e11d2e;
  --lk-red-2: #ff3d4f;
  --lk-red-dark: #b8121f;
  --lk-black: #0d0d0f;
  --lk-ink: #181820;
  --lk-muted: #686873;
  --lk-line: #ececf2;
  --lk-soft: #f7f7fa;
  --lk-red-soft: #fff0f2;
  --lk-green: #1fb355;
  --lk-green-soft: #eaf9f0;
  --lk-shadow: 0 24px 70px rgba(13, 13, 15, .12);
  --lk-shadow-soft: 0 16px 42px rgba(13, 13, 15, .08);
  --lk-radius: 26px;
}

html { scroll-behavior: smooth; }
.home-v4-body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--lk-ink);
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.home-v4-body h1,
.home-v4-body h2,
.home-v4-body h3,
.home-v4-body h4,
.home-v4-body h5,
.home-v4-body .lk-brand,
.home-v4-body .lk-footer-brand {
  font-family: "Sora", "Inter", sans-serif;
  letter-spacing: -.035em;
}
.home-v4-body h1,
.home-v4-body h2,
.home-v4-body h3 { color: var(--lk-black); }
.home-v4-body a { text-decoration: none; }

.lk-navbar {
  min-height: 74px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(236,236,242,.92);
  box-shadow: 0 12px 34px rgba(13,13,15,.045);
  z-index: 1030;
}
.lk-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-weight: 900;
  font-size: 1.55rem;
  color: var(--lk-black) !important;
}
.lk-brand .dot,
.lk-footer-brand .dot { color: var(--lk-red); }
.lk-nav-links { gap: .15rem; }
.lk-navbar .nav-link {
  color: #282832;
  font-size: .93rem;
  font-weight: 700;
  border-radius: 999px;
  padding: .56rem .82rem !important;
}
.lk-navbar .nav-link:hover,
.lk-navbar .nav-link.active {
  color: var(--lk-red);
  background: var(--lk-red-soft);
}
.lk-toggler { border: 0; box-shadow: none !important; }

.lk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .48rem;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.1;
  padding: .72rem 1.15rem;
  border-width: 1px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.lk-btn:hover { transform: translateY(-2px); }
.lk-btn-lg { padding: .98rem 1.45rem; font-size: 1rem; }
.lk-btn-primary {
  color: #fff !important;
  border-color: var(--lk-red) !important;
  background: linear-gradient(135deg, var(--lk-red), var(--lk-red-2));
  box-shadow: 0 16px 35px rgba(225,29,46,.24);
}
.lk-btn-primary:hover {
  border-color: var(--lk-red-dark) !important;
  background: linear-gradient(135deg, var(--lk-red-dark), var(--lk-red));
  box-shadow: 0 18px 42px rgba(225,29,46,.32);
}
.lk-btn-white {
  color: var(--lk-black) !important;
  background: #fff;
  border: 1px solid #e5e5eb;
  box-shadow: 0 12px 28px rgba(13,13,15,.06);
}
.lk-btn-white:hover { border-color: #d6d6df; background: #fff; color: var(--lk-black) !important; }
.lk-btn-ghost {
  color: var(--lk-black) !important;
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
}
.lk-btn-ghost:hover { background: var(--lk-soft); }
.lk-btn-whatsapp {
  color: #fff !important;
  border-color: var(--lk-green) !important;
  background: var(--lk-green);
  box-shadow: 0 16px 35px rgba(31,179,85,.22);
}

.lk-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: 1rem;
  color: var(--lk-red);
  background: var(--lk-red-soft);
  border: 1px solid rgba(225,29,46,.13);
  border-radius: 999px;
  padding: .45rem .78rem;
  font-size: .78rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.lk-text-lg { color: var(--lk-muted); font-size: clamp(1.03rem, 1.6vw, 1.16rem); line-height: 1.75; }

.lk-hero {
  position: relative;
  min-height: calc(100vh - 74px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3.8rem, 6vw, 5.5rem);
  background:
    radial-gradient(circle at 14% 15%, rgba(225,29,46,.11), transparent 30rem),
    radial-gradient(circle at 88% 21%, rgba(225,29,46,.08), transparent 27rem),
    radial-gradient(circle at 78% 92%, rgba(31,179,85,.08), transparent 28rem),
    linear-gradient(180deg, #fff 0%, #fff8f8 100%);
}
.lk-hero-noise {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(225,29,46,.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(225,29,46,.045) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
  pointer-events: none;
}
.lk-hero-copy { max-width: 650px; position: relative; z-index: 2; }
.lk-hero-copy h1 {
  margin: 0;
  max-width: 12.2ch;
  font-size: clamp(2.55rem, 5.45vw, 5.3rem);
  line-height: .96;
  font-weight: 900;
  letter-spacing: -.075em;
  text-wrap: balance;
}
.lk-hero-copy h1::after {
  content: "";
  display: block;
  width: min(210px, 42%);
  height: 8px;
  margin-top: 1.05rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--lk-red), rgba(225,29,46,0));
}
.lk-hero-subtitle {
  margin: 1.25rem 0 0;
  color: #4a4a55;
  max-width: 610px;
  font-size: clamp(1.08rem, 1.65vw, 1.25rem);
  line-height: 1.72;
}
.lk-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 2rem;
}
.lk-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 2rem;
  max-width: 620px;
}
.lk-proof div {
  position: relative;
  overflow: hidden;
  padding: 1rem 1rem 1rem 1.18rem;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(236,236,242,.95);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(13,13,15,.06);
}
.lk-proof div::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--lk-red), var(--lk-red-2));
}
.lk-proof strong,
.lk-proof span { display: block; }
.lk-proof strong { font-family: "Sora", sans-serif; font-weight: 900; color: var(--lk-black); }
.lk-proof span { color: var(--lk-muted); font-size: .86rem; margin-top: .1rem; }

/* Hero animado sem SVG para evitar falhas de path/fill no navegador */
.lk-flow-scene {
  position: relative;
  width: min(100%, 790px);
  aspect-ratio: 860 / 640;
  margin-left: auto;
  border-radius: 34px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,246,247,.98) 58%, rgba(255,255,255,.97)),
    #fff;
  border: 1px solid rgba(225,29,46,.08);
  box-shadow: var(--lk-shadow);
  transform-style: preserve-3d;
  will-change: transform;
}
.lk-scene-grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(225,29,46,.17) 2px, transparent 2px);
  background-size: 18px 18px;
  opacity: .42;
  mask-image: radial-gradient(circle at 50% 48%, #000 0, transparent 70%);
  z-index: 0;
}
.lk-orb,
.lk-dashed { position: absolute; pointer-events: none; z-index: 0; }
.lk-orb {
  border-radius: 999px;
  filter: blur(1px);
  animation: lkOrb 8s ease-in-out infinite;
}
.lk-orb-red { width: 210px; height: 210px; right: 5%; top: 8%; background: rgba(225,29,46,.075); }
.lk-orb-green { width: 250px; height: 250px; left: -5%; bottom: -8%; background: rgba(31,179,85,.075); animation-delay: -2.8s; }
.lk-dashed {
  width: 58%;
  height: 3px;
  border-top: 5px dotted var(--lk-red);
  opacity: .8;
  filter: drop-shadow(0 9px 12px rgba(225,29,46,.16));
  animation: lkDash 2.8s linear infinite;
}
.lk-dashed-one { left: 18%; top: 25%; transform: rotate(18deg); }
.lk-dashed-two { left: 22%; bottom: 24%; border-color: var(--lk-green); transform: rotate(-11deg); animation-direction: reverse; }
.lk-node {
  position: absolute;
  z-index: 3;
  transform: translate3d(var(--mx, 0px), var(--my, 0px), 0);
  opacity: 0;
  animation: lkNodeIn .75s cubic-bezier(.18,.82,.22,1) forwards, lkFloat 6s ease-in-out infinite;
  will-change: transform, opacity;
}
.lk-node > * { box-shadow: 0 22px 54px rgba(13,13,15,.14); }
.lk-phone { left: 7%; top: 14%; width: 185px; animation-delay: .04s, .8s; }
.lk-store { left: 34%; top: 9%; width: 315px; animation-delay: .14s, 1s; }
.lk-coupon { left: 31%; top: 40%; width: 295px; animation-delay: .24s, 1.2s; }
.lk-qr { right: 7%; top: 31%; width: 178px; animation-delay: .34s, 1.4s; }
.lk-lead { left: 13%; bottom: 10%; width: 298px; animation-delay: .44s, 1.6s; }
.lk-panel { right: 7%; bottom: 9%; width: 325px; animation-delay: .54s, 1.8s; }

.lk-phone-shell {
  position: relative;
  height: 348px;
  padding: 43px 22px 26px;
  border: 11px solid #08080a;
  border-radius: 42px;
  background: #fff;
  text-align: center;
}
.lk-notch {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 72px;
  height: 9px;
  border-radius: 99px;
  background: #08080a;
  transform: translateX(-50%);
}
.lk-phone-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 0 auto 13px;
  border-radius: 22px;
  color: var(--lk-red);
  background: var(--lk-red-soft);
  font-size: 1.8rem;
  animation: lkPulse 2.4s ease-in-out infinite;
}
.lk-phone-shell strong { display: block; margin-bottom: 21px; font-family: "Sora", sans-serif; color: var(--lk-black); font-size: 1rem; }
.lk-phone-line {
  display: block;
  height: 30px;
  border-radius: 99px;
  margin-top: 14px;
  background: #f5f5f8;
  border: 1px solid #e7e7ed;
}
.lk-phone-line.active { background: linear-gradient(90deg, var(--lk-red), var(--lk-red-2)); border-color: transparent; }
.lk-phone-line.short { width: 78%; margin-inline: auto; }
.lk-browser-card,
.lk-live-coupon,
.lk-qr-card,
.lk-lead-card,
.lk-panel-card,
.lk-data-form,
.lk-mini-receipt { background: rgba(255,255,255,.97); border: 1px solid #ececf2; border-radius: 22px; backdrop-filter: blur(14px); }
.lk-browser-card { overflow: hidden; }
.lk-browser-top {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 20px;
  color: #fff;
  background: #08080a;
  border-radius: 22px 22px 0 0;
}
.lk-browser-top span { width: 8px; height: 8px; border-radius: 50%; background: #ff5f57; }
.lk-browser-top span:nth-child(2) { background: #ffbd2e; }
.lk-browser-top span:nth-child(3) { background: #28c840; }
.lk-browser-top strong { margin-left: 10px; font-family: "Sora", sans-serif; font-size: .82rem; }
.lk-product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; padding: 24px 26px; }
.lk-product-grid span {
  position: relative;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #f4f4f7;
  color: #c5c5ce;
  font-size: 1.72rem;
  overflow: hidden;
}
.lk-product-grid span::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 12px; height: 6px; border-radius: 99px; background: #e3e3e9; }
.lk-live-coupon { padding: 19px 22px 22px; }
.lk-live-coupon small { display: block; margin-bottom: 12px; font-family: "Sora", sans-serif; font-weight: 900; color: var(--lk-black); }
.lk-coupon-row { display: flex; align-items: center; gap: 12px; }
.lk-coupon-row strong,
.lk-coupon-row span {
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  font-family: "Sora", sans-serif;
  font-weight: 900;
  color: #fff;
}
.lk-coupon-row strong { flex: 1; background: linear-gradient(135deg, var(--lk-red-2), var(--lk-red-dark)); }
.lk-coupon-row span { width: 104px; background: #08080a; font-variant-numeric: tabular-nums; }
.lk-coupon-row span.is-ticking { animation: lkTick .34s ease; }
.lk-progress { height: 9px; margin-top: 17px; border-radius: 99px; overflow: hidden; background: #fdecee; }
.lk-progress span { display: block; width: 72%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--lk-red), #ff6877); transition: width .5s ease; }
.lk-qr-card { position: relative; padding: 21px 21px 28px; text-align: center; }
.lk-qr-card strong { display: block; margin-bottom: 15px; font-family: "Sora", sans-serif; }
.lk-qr-drawing {
  display: grid;
  grid-template-columns: repeat(3, 28px);
  grid-template-rows: repeat(3, 28px);
  gap: 7px;
  justify-content: center;
  padding: 13px;
  border: 4px solid #08080a;
  border-radius: 16px;
  background: #fff;
}
.lk-qr-drawing span { border: 6px solid #08080a; background: #fff; }
.lk-qr-drawing span:nth-child(5),
.lk-qr-drawing span:nth-child(6),
.lk-qr-drawing span:nth-child(8) { border: 0; background: #08080a; }
.lk-qr-card > i {
  position: absolute;
  right: 11px;
  bottom: 10px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--lk-green);
  font-size: 1.25rem;
  animation: lkCheck 2.1s ease-in-out infinite;
}
.lk-lead-card { padding: 18px 22px; }
.lk-lead-card strong { display: block; margin-bottom: 14px; font-family: "Sora", sans-serif; font-size: .92rem; }
.lk-lead-card div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lk-lead-card span { height: 31px; display: flex; align-items: center; padding-inline: 12px; border: 1px solid #e6e6ec; border-radius: 10px; color: #9a9aa4; background: #f7f7f9; font-size: .72rem; }
.lk-panel-card { display: flex; align-items: center; gap: 14px; padding: 18px 20px; color: #fff; background: #08080a; border-color: rgba(255,255,255,.08); }
.lk-panel-card i { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--lk-red); font-size: 1.25rem; }
.lk-panel-card strong,
.lk-panel-card span { display: block; }
.lk-panel-card strong { font-family: "Sora", sans-serif; }
.lk-panel-card span { margin-top: 2px; color: #c9c9cf; font-size: .78rem; }

.lk-strip { position: relative; z-index: 3; margin-top: -2rem; }
.lk-strip-inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .75rem;
  padding: .85rem;
  color: #fff;
  background: var(--lk-black);
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(13,13,15,.20);
}
.lk-strip-inner span {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .48rem;
  padding: .35rem .6rem;
  border-radius: 16px;
  background: rgba(255,255,255,.065);
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: .92rem;
}
.lk-strip-inner i { color: var(--lk-red-2); }

.lk-section { padding: clamp(4.5rem, 7.6vw, 6.8rem) 0; }
.lk-section-soft { background: #f7f7fa; }
.lk-section-head { max-width: 860px; margin: 0 auto 3.2rem; }
.lk-section-head h2,
.lk-section h2,
.lk-final h2,
.lk-section-dark h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.55rem);
  line-height: 1.05;
  font-weight: 900;
  text-wrap: balance;
}
.lk-section-head p,
.lk-section-head + p,
.lk-section-dark p,
.lk-final p { color: var(--lk-muted); font-size: 1.08rem; line-height: 1.7; }
.lk-section-head p { max-width: 720px; margin: 1rem auto 0; }

.lk-step-card,
.lk-benefit-card,
.lk-plan-card,
.lk-demo-card {
  position: relative;
  height: 100%;
  padding: 1.55rem;
  border: 1px solid #ececf2;
  border-radius: var(--lk-radius);
  background: #fff;
  box-shadow: 0 12px 30px rgba(13,13,15,.055);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.lk-step-card:hover,
.lk-benefit-card:hover,
.lk-plan-card:hover,
.lk-demo-card:hover { transform: translateY(-6px); box-shadow: var(--lk-shadow-soft); border-color: rgba(225,29,46,.18); }
.lk-step-card { overflow: hidden; padding-top: 1.85rem; }
.lk-step-number {
  position: absolute;
  right: 1.1rem;
  top: .9rem;
  color: #f2d7da;
  font-family: "Sora", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
}
.lk-step-card > i,
.lk-benefit-card > i {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--lk-red);
  background: var(--lk-red-soft);
  font-size: 1.35rem;
  margin-bottom: 1.15rem;
}
.lk-step-card h3,
.lk-benefit-card h3,
.lk-demo-card h3 { margin: 0 0 .55rem; font-size: 1.18rem; font-weight: 900; }
.lk-step-card p,
.lk-benefit-card p,
.lk-demo-card p { margin: 0; color: var(--lk-muted); line-height: 1.62; }

.lk-coupon-demo {
  position: relative;
  overflow: hidden;
  max-width: 540px;
  padding: 2rem;
  border: 1px solid rgba(225,29,46,.13);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--lk-shadow);
}
.lk-coupon-demo::before {
  content: "";
  position: absolute;
  inset: -50% auto auto -25%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(225,29,46,.08);
}
.lk-coupon-demo-head,
.lk-offer-line,
.lk-coupon-metrics { position: relative; z-index: 1; }
.lk-coupon-demo-head { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1.2rem; }
.lk-coupon-demo-head span { color: var(--lk-muted); font-weight: 700; }
.lk-coupon-demo-head h3 { font-size: 1.3rem; margin: .1rem 0 0; }
.lk-coupon-demo-head del { display: block; color: #9b9ba6; font-weight: 700; }
.lk-coupon-demo-head strong { display: block; font-family: "Sora", sans-serif; color: var(--lk-black); font-size: 1.35rem; }
.lk-offer-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.2rem 0;
  padding: 1rem;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--lk-red), #ff6432);
}
.lk-offer-line strong { font-family: "Sora", sans-serif; font-size: 1.55rem; }
.lk-offer-line span { font-weight: 800; }
.lk-coupon-demo p { position: relative; z-index: 1; color: var(--lk-muted); line-height: 1.65; }
.lk-coupon-metrics { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .75rem; margin: 1.35rem 0; }
.lk-coupon-metrics span { display: flex; align-items: center; gap: .45rem; padding: .8rem; border-radius: 15px; background: #f7f7fa; color: #3a3a43; font-weight: 800; font-size: .9rem; }
.lk-coupon-metrics i { color: var(--lk-red); }

.lk-feature-list,
.lk-resource-list { display: grid; gap: .8rem; margin-top: 1.6rem; }
.lk-feature-list > div,
.lk-resource-list > div {
  display: flex;
  gap: .95rem;
  align-items: flex-start;
  padding: 1.05rem;
  border: 1px solid #ececf2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(13,13,15,.04);
}
.lk-feature-list i,
.lk-resource-list i {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--lk-red);
  background: var(--lk-red-soft);
  font-size: 1.1rem;
}
.lk-feature-list strong,
.lk-feature-list span,
.lk-resource-list strong,
.lk-resource-list small { display: block; }
.lk-feature-list strong,
.lk-resource-list strong { color: var(--lk-black); font-family: "Sora", sans-serif; font-weight: 900; }
.lk-feature-list span,
.lk-resource-list small { color: var(--lk-muted); margin-top: .15rem; line-height: 1.52; }

.lk-note {
  display: flex;
  gap: .7rem;
  align-items: flex-start;
  margin-top: 1.4rem;
  padding: 1rem;
  border: 1px solid rgba(225,29,46,.12);
  border-radius: 18px;
  color: #4b4b55;
  background: var(--lk-red-soft);
  font-weight: 700;
}
.lk-note i { color: var(--lk-red); }
.lk-data-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, .72fr);
  gap: 1rem;
  align-items: stretch;
  padding: 1rem;
  border: 1px solid rgba(225,29,46,.1);
  border-radius: 32px;
  background:
    radial-gradient(circle at 82% 12%, rgba(31,179,85,.12), transparent 16rem),
    radial-gradient(circle at 10% 95%, rgba(225,29,46,.09), transparent 17rem),
    #fff;
  box-shadow: var(--lk-shadow);
}
.lk-data-form { padding: 1.45rem; }
.lk-data-form h3 { display: flex; align-items: center; gap: .55rem; margin: 0 0 1rem; font-size: 1.25rem; }
.lk-data-form h3 i { color: var(--lk-red); }
.lk-data-form label { display: block; margin: .8rem 0 .38rem; color: #3b3b44; font-weight: 800; font-size: .9rem; }
.lk-data-form span:not(.dot) { display: block; height: 48px; border: 1px solid #e6e6ec; border-radius: 14px; background: #f7f7fa; }
.lk-data-form .btn { margin-top: 1.1rem; }
.lk-data-result { display: grid; gap: 1rem; align-content: center; }
.lk-mini-receipt { padding: 1.2rem; text-align: center; }
.lk-mini-receipt strong { display: block; font-family: "Sora", sans-serif; margin-bottom: .8rem; }
.lk-receipt-qr {
  width: 128px;
  height: 128px;
  margin: 0 auto .75rem;
  border: 10px solid #08080a;
  border-radius: 10px;
  background:
    linear-gradient(90deg, #08080a 14px, transparent 14px) 12px 12px/38px 38px,
    linear-gradient(#08080a 14px, transparent 14px) 12px 12px/38px 38px,
    #fff;
}
.lk-mini-receipt span { display: inline-block; padding: .35rem .65rem; border-radius: 10px; color: var(--lk-black); background: #f7f7fa; font-family: "Sora", sans-serif; font-weight: 900; }
.lk-whatsapp-chip { display: flex; align-items: center; justify-content: center; gap: .55rem; padding: 1rem; border-radius: 18px; color: #fff; background: var(--lk-green); font-weight: 900; box-shadow: 0 16px 32px rgba(31,179,85,.22); }

.lk-section-dark {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 10% 0%, rgba(225,29,46,.32), transparent 30rem),
    linear-gradient(135deg, #0d0d0f, #181820 62%, #25080d);
}
.lk-section-dark h2 { color: #fff; }
.lk-section-dark p { color: #d0d0d6; }
.lk-section-dark .lk-eyebrow { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); color: #fff; }
.lk-dashboard-mock {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 32px 80px rgba(0,0,0,.34);
}
.lk-dashboard-sidebar { padding: 1.25rem; background: #0d0d0f; }
.lk-dashboard-sidebar strong { display: block; color: #fff; font-family: "Sora", sans-serif; margin-bottom: 1.2rem; }
.lk-dashboard-sidebar strong span { color: var(--lk-red); }
.lk-dashboard-sidebar > span { display: block; height: 12px; margin: .75rem 0; border-radius: 99px; background: rgba(255,255,255,.16); }
.lk-dashboard-sidebar > span:nth-child(2) { background: var(--lk-red); }
.lk-dashboard-content { padding: 1.4rem; }
.lk-dashboard-top { display: flex; justify-content: space-between; align-items: center; color: var(--lk-black); font-weight: 800; margin-bottom: 1rem; }
.lk-dashboard-top strong { color: var(--lk-red); font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; }
.lk-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: .75rem; }
.lk-kpis div { padding: 1rem; border-radius: 18px; background: #f7f7fa; color: var(--lk-black); }
.lk-kpis strong { display: block; color: var(--lk-red); font-family: "Sora", sans-serif; font-size: 1.55rem; }
.lk-kpis span { color: var(--lk-muted); font-weight: 800; font-size: .78rem; }
.lk-bars { display: flex; align-items: end; gap: .6rem; height: 104px; margin: 1.2rem 0; padding: 1rem; border-radius: 18px; background: #fff7f8; }
.lk-bars span { flex: 1; border-radius: 8px 8px 0 0; background: linear-gradient(180deg, var(--lk-red-2), var(--lk-red)); animation: lkBars 2.8s ease-in-out infinite; }
.lk-bars span:nth-child(1) { height: 35%; }
.lk-bars span:nth-child(2) { height: 56%; animation-delay: .1s; }
.lk-bars span:nth-child(3) { height: 78%; animation-delay: .2s; }
.lk-bars span:nth-child(4) { height: 48%; animation-delay: .3s; }
.lk-bars span:nth-child(5) { height: 90%; animation-delay: .4s; }
.lk-dashboard-row { display: grid; grid-template-columns: 1fr 80px; gap: .8rem; }
.lk-dashboard-row span { height: 48px; border-radius: 14px; background: #f7f7fa; }
.lk-dashboard-row span:last-child { background: var(--lk-green-soft); }

.lk-benefit-card p { min-height: 3.1rem; }
.lk-resource-list { margin-top: 0; }
.lk-resource-list > div { align-items: center; }
.lk-resource-list small { font-size: .88rem; }

.lk-pricing-row { align-items: stretch; }
.lk-plan-card { padding: 2rem; }
.lk-plan-card.is-featured { border: 2px solid var(--lk-red); box-shadow: 0 26px 74px rgba(225,29,46,.16); transform: translateY(-10px); }
.lk-plan-card h3 { font-size: 1.35rem; font-weight: 900; margin-bottom: .45rem; }
.lk-plan-card p { color: var(--lk-muted); min-height: 3.2rem; }
.lk-ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: .38rem .9rem;
  border-radius: 999px;
  color: #fff;
  background: var(--lk-red);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.lk-plan-price { margin: 1.25rem 0; color: var(--lk-black); font-family: "Sora", sans-serif; font-size: 2.25rem; font-weight: 900; letter-spacing: -.05em; }
.lk-plan-price small { color: var(--lk-muted); font-size: .9rem; font-weight: 700; }
.lk-plan-card ul { list-style: none; padding: 0; margin: 0 0 1.4rem; display: grid; gap: .55rem; }
.lk-plan-card li { display: flex; gap: .55rem; align-items: flex-start; color: #41414a; line-height: 1.45; font-size: .94rem; }
.lk-plan-card li i { color: var(--lk-red); margin-top: .1rem; }
.lk-plan-card li.blocked { color: #8a8a96; }
.lk-plan-card li.blocked i { color: #c9c9d0; }
.lk-demo-card { overflow: hidden; padding: 0; }
.lk-demo-card img { display: block; width: 100%; height: 220px; object-fit: cover; background: #f7f7fa; }
.lk-demo-card div { padding: 1.35rem; }

.lk-accordion .accordion-item { margin-bottom: .78rem; border: 1px solid #e7e7ee; border-radius: 18px !important; overflow: hidden; background: #fff; box-shadow: 0 8px 22px rgba(13,13,15,.04); }
.lk-accordion .accordion-button { padding: 1.1rem 1.25rem; color: var(--lk-black); background: #fff; font-weight: 900; box-shadow: none !important; }
.lk-accordion .accordion-button:not(.collapsed) { color: var(--lk-red-dark); background: var(--lk-red-soft); }
.lk-accordion .accordion-body { color: var(--lk-muted); line-height: 1.7; }

.lk-final { padding: clamp(4rem, 6vw, 5.4rem) 0; background: #fff; }
.lk-final-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 16%, rgba(255,255,255,.18), transparent 20rem),
    linear-gradient(135deg, #0d0d0f, #221014 58%, #e11d2e 140%);
  box-shadow: var(--lk-shadow);
}
.lk-final-card h2 { color: #fff; }
.lk-final-card p { color: #dddde4; }
.lk-final-card .lk-eyebrow { color: #fff; border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.08); }
.lk-contact-form { display: grid; gap: .8rem; }
.lk-contact-form .form-control { border: 0; border-radius: 16px; padding: .95rem 1.05rem; }
.lk-contact-form .form-control:focus { box-shadow: 0 0 0 .2rem rgba(225,29,46,.22); }

.lk-footer { padding: 3.3rem 0 1.4rem; color: #c9c9d1; background: #0d0d0f; }
.lk-footer-brand { display: inline-flex; color: #fff; font-weight: 900; font-size: 1.45rem; }
.lk-footer p { color: #c9c9d1; margin: .8rem 0 0; line-height: 1.65; }
.lk-footer h3 { color: #fff; margin-bottom: .85rem; font-size: .95rem; font-weight: 900; }
.lk-footer a { display: block; color: #c9c9d1; margin: .38rem 0; font-size: .94rem; }
.lk-footer a:hover { color: #fff; }
.lk-footer hr { border-color: #2a2a31; margin: 2rem 0 1rem; }
.lk-copy { text-align: center; font-size: .86rem; }

.lk-reveal { opacity: 1; transform: none; }
.home-v4-body.lk-has-reveal .lk-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.18,.82,.22,1); }
.home-v4-body.lk-has-reveal .lk-reveal.is-visible { opacity: 1; transform: translateY(0); }
.home-v4-body.lk-has-reveal .lk-hero-copy .lk-reveal:nth-child(1) { transition-delay: .04s; }
.home-v4-body.lk-has-reveal .lk-hero-copy .lk-reveal:nth-child(2) { transition-delay: .11s; }
.home-v4-body.lk-has-reveal .lk-hero-copy .lk-reveal:nth-child(3) { transition-delay: .18s; }
.home-v4-body.lk-has-reveal .lk-hero-copy .lk-reveal:nth-child(4) { transition-delay: .25s; }
.home-v4-body.lk-has-reveal .lk-hero-copy .lk-reveal:nth-child(5) { transition-delay: .32s; }

@keyframes lkNodeIn { from { opacity: 0; transform: translate3d(var(--mx,0), calc(var(--my,0) + 16px), 0) scale(.94); filter: blur(6px); } to { opacity: 1; transform: translate3d(var(--mx,0), var(--my,0), 0) scale(1); filter: blur(0); } }
@keyframes lkFloat { 0%,100% { margin-top: 0; } 50% { margin-top: -8px; } }
@keyframes lkDash { to { background-position: 60px 0; } }
@keyframes lkOrb { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(14px,-10px,0) scale(1.05); } }
@keyframes lkPulse { 0%,100% { box-shadow: 0 0 0 0 rgba(225,29,46,.18); transform: scale(1); } 50% { box-shadow: 0 0 0 14px rgba(225,29,46,0); transform: scale(1.04); } }
@keyframes lkCheck { 0%,100% { transform: scale(1); } 14% { transform: scale(1.16); } 28% { transform: scale(1); } }
@keyframes lkTick { 0% { transform: translateY(0) scale(1); } 45% { transform: translateY(-2px) scale(1.04); } 100% { transform: translateY(0) scale(1); } }
@keyframes lkBars { 0%,100% { filter: brightness(1); transform: scaleY(1); } 50% { filter: brightness(1.08); transform: scaleY(1.08); } }

@media (max-width: 1199px) {
  .lk-phone { width: 168px; }
  .lk-phone-shell { height: 320px; }
  .lk-store { width: 280px; }
  .lk-coupon { width: 260px; }
  .lk-qr { width: 160px; }
  .lk-lead { width: 260px; }
  .lk-panel { width: 286px; }
}
@media (max-width: 991px) {
  .lk-navbar .navbar-collapse { padding: 1rem 0; }
  .lk-nav-links { gap: .2rem; margin-top: .6rem; }
  .lk-navbar .nav-link { padding: .75rem .9rem !important; }
  .lk-nav-actions { margin-top: .75rem; }
  .lk-hero { min-height: auto; padding-top: 4rem; }
  .lk-hero-copy h1 { max-width: 14ch; }
  .lk-flow-scene { margin: 0 auto; width: min(100%, 720px); }
  .lk-strip { margin-top: 0; padding-top: 1rem; background: #fff8f8; }
  .lk-strip-inner { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .lk-strip-inner span:last-child { grid-column: 1 / -1; }
  .lk-data-panel { grid-template-columns: 1fr; }
  .lk-data-result { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .lk-dashboard-mock { grid-template-columns: 120px 1fr; }
  .lk-final-card { grid-template-columns: 1fr; }
  .lk-plan-card.is-featured { transform: none; }
}
@media (max-width: 767px) {
  .lk-proof { grid-template-columns: 1fr; }
  .lk-section { padding: 4rem 0; }
  .lk-section-head { margin-bottom: 2rem; }
  .lk-coupon-demo { padding: 1.35rem; }
  .lk-coupon-demo-head { flex-direction: column; }
  .lk-coupon-demo-head .text-end { text-align: left !important; }
  .lk-coupon-metrics { grid-template-columns: 1fr; }
  .lk-dashboard-mock { grid-template-columns: 1fr; }
  .lk-dashboard-sidebar { display: none; }
  .lk-data-result { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
  .lk-hero { padding-top: 3.4rem; }
  .lk-hero-copy h1 { font-size: clamp(2.35rem, 13vw, 3.35rem); }
  .lk-hero-actions .lk-btn { width: 100%; }
  .lk-flow-scene { aspect-ratio: auto; min-height: 650px; border-radius: 28px; }
  .lk-phone { left: 5%; top: 7%; width: 138px; }
  .lk-phone-shell { height: 270px; border-width: 9px; border-radius: 34px; padding: 34px 16px 20px; }
  .lk-phone-icon { width: 52px; height: 52px; border-radius: 18px; font-size: 1.35rem; }
  .lk-phone-shell strong { font-size: .86rem; }
  .lk-phone-line { height: 25px; margin-top: 10px; }
  .lk-store { left: 43%; top: 7%; width: 188px; }
  .lk-browser-top { height: 38px; padding-inline: 14px; }
  .lk-browser-top strong { font-size: .64rem; margin-left: 4px; }
  .lk-product-grid { gap: 9px; padding: 16px; }
  .lk-product-grid span { height: 52px; border-radius: 12px; }
  .lk-coupon { left: 8%; top: 42%; width: 280px; max-width: 84%; }
  .lk-qr { right: 7%; top: 60%; width: 150px; }
  .lk-qr-drawing { grid-template-columns: repeat(3,23px); grid-template-rows: repeat(3,23px); gap: 6px; }
  .lk-lead { left: 7%; bottom: 8%; width: 225px; }
  .lk-panel { right: 5%; bottom: 24%; width: 245px; }
  .lk-panel-card strong { font-size: .86rem; }
  .lk-panel-card span { font-size: .68rem; }
  .lk-strip-inner { grid-template-columns: 1fr; }
  .lk-strip-inner span:last-child { grid-column: auto; }
  .lk-final-card { padding: 1.25rem; border-radius: 26px; }
  .lk-contact-form .d-flex .lk-btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lk-node,
  .lk-dashed,
  .lk-orb,
  .lk-phone-icon,
  .lk-qr-card > i,
  .lk-bars span,
  .home-v4-body.lk-has-reveal .lk-reveal {
    animation: none !important;
    transition: none !important;
  }
  .lk-node,
  .home-v4-body.lk-has-reveal .lk-reveal { opacity: 1 !important; transform: none !important; }
}

/* Showcase slider - Home */
.lk-result-showcase {
  position: relative;
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 6.25rem;
  background:
    radial-gradient(circle at 7% 14%, rgba(225, 29, 46, .08), transparent 24%),
    radial-gradient(circle at 92% 10%, rgba(124, 58, 237, .10), transparent 32%),
    linear-gradient(180deg, #fff 0%, #f8f9fc 100%);
}
.lk-showcase-bg::before,
.lk-showcase-bg::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(.1px);
}
.lk-showcase-bg::before {
  width: 280px;
  height: 280px;
  top: 3.5rem;
  right: -80px;
  background: linear-gradient(135deg, rgba(225, 29, 46, .12), rgba(124, 58, 237, .08));
}
.lk-showcase-bg::after {
  width: 170px;
  height: 170px;
  left: -70px;
  bottom: 8rem;
  background: rgba(124, 58, 237, .08);
}
.lk-showcase-brand {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .9rem;
  transform: scale(1.12);
}
.lk-result-showcase .lk-section-head { max-width: 920px; margin-bottom: 1.6rem; }
.lk-result-showcase .lk-section-head h2 {
  font-size: clamp(2.15rem, 5vw, 4.2rem);
  letter-spacing: -.075em;
  line-height: .98;
}
.lk-result-showcase .lk-section-head p { font-size: clamp(1rem, 1.45vw, 1.18rem); }
.lk-showcase-chips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 940px;
  margin: 0 auto 1.7rem;
}
.lk-showcase-chips span {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: .75rem;
  align-items: center;
  min-height: 74px;
  padding: .85rem 1rem;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 22px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .08);
  backdrop-filter: blur(14px);
}
.lk-showcase-chips i {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  color: var(--lk-red);
  background: rgba(225, 29, 46, .09);
  font-size: 1.25rem;
}
.lk-showcase-chips span:nth-child(2) i { color: #16a34a; background: rgba(22, 163, 74, .10); }
.lk-showcase-chips span:nth-child(3) i,
.lk-showcase-chips span:nth-child(4) i { color: #7c3aed; background: rgba(124, 58, 237, .10); }
.lk-showcase-chips strong { font-size: .98rem; color: #0f172a; line-height: 1.1; }
.lk-showcase-chips small { color: #64748b; font-size: .78rem; font-weight: 600; }
.lk-showcase-slider {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}
.lk-showcase-viewport {
  overflow: hidden;
  border-radius: 34px;
}
.lk-showcase-track {
  display: flex;
  transition: transform .65s cubic-bezier(.22, .78, .22, 1);
  will-change: transform;
}
.lk-showcase-slide {
  flex: 0 0 100%;
  padding: .25rem;
}
.lk-showcase-main-card,
.lk-detail-showcase-card {
  min-height: 500px;
  padding: clamp(1.1rem, 2.2vw, 2rem);
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 34px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 30px 90px rgba(15, 23, 42, .10);
  backdrop-filter: blur(16px);
}
.lk-showcase-card-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.35rem;
}
.lk-showcase-card-head h3,
.lk-detail-panel h3 {
  margin: 0;
  font-family: Sora, Inter, sans-serif;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -.045em;
}
.lk-showcase-card-head p { color: #64748b; margin: .35rem 0 0; font-weight: 600; }
.lk-live-pill {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .55rem .85rem;
  border-radius: 999px;
  background: #fff5f6;
  color: #64748b;
  font-size: .8rem;
  font-weight: 800;
  white-space: nowrap;
}
.lk-live-pill strong {
  display: grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  border-radius: 999px;
  background: var(--lk-red);
  color: #fff;
  font-size: .72rem;
}
.lk-product-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.05rem;
}
.lk-product-show-card {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .09);
  transition: transform .22s ease, box-shadow .22s ease;
}
.lk-product-show-card:hover { transform: translateY(-4px); box-shadow: 0 26px 60px rgba(15, 23, 42, .13); }
.lk-product-show-img {
  position: relative;
  aspect-ratio: 1 / 1.02;
  overflow: hidden;
  background: #eef1f6;
}
.lk-product-show-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lk-promo-tag,
.lk-timer-tag,
.lk-stock-tag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: .28rem;
  border-radius: 999px;
  font-size: .66rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
}
.lk-promo-tag { top: .65rem; left: .65rem; padding: .5rem .62rem; color:#fff; background: linear-gradient(135deg, #ef233c, #d91b5c); }
.lk-timer-tag { top: 2.95rem; left: .65rem; padding: .46rem .58rem; color: #ef233c; background:#fff; }
.lk-stock-tag { top: 2.95rem; right: .55rem; padding: .46rem .58rem; color: #6d28d9; background:#fff; }
.lk-product-show-body { padding: 1rem; }
.lk-product-show-body small { color:#64748b; font-weight: 800; font-size: .74rem; }
.lk-product-show-body h4 { margin: .25rem 0 .75rem; font-size: 1rem; color:#0f172a; font-weight: 900; letter-spacing: -.02em; }
.lk-product-show-body > strong { display:block; color: var(--lk-red); font-size: 1rem; margin-bottom: .55rem; }
.lk-product-show-body p { color:#64748b; font-size:.76rem; font-weight: 600; margin: 0 0 .85rem; }
.lk-product-show-body button,
.lk-unlock-box button {
  width: 100%;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #e11d2e, #7c3aed);
  color: #fff;
  font-weight: 900;
  padding: .75rem .9rem;
  box-shadow: 0 14px 30px rgba(225, 29, 46, .20);
}
.lk-showcase-arrow {
  position: absolute;
  top: 52%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #0f172a;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .12);
  transition: transform .18s ease, background .18s ease;
}
.lk-showcase-arrow:hover { transform: translateY(-2px) scale(1.04); background:#fff; }
.lk-showcase-arrow.is-prev { left: -28px; }
.lk-showcase-arrow.is-next { right: -28px; }
.lk-detail-showcase-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .78fr);
  gap: 1.5rem;
  align-items: stretch;
}
.lk-detail-media {
  overflow: hidden;
  border-radius: 26px;
  min-height: 460px;
  box-shadow: inset 0 0 0 1px rgba(15,23,42,.08);
}
.lk-detail-media img { width: 100%; height: 100%; object-fit: cover; display:block; }
.lk-detail-panel {
  padding: clamp(1.1rem, 2vw, 1.6rem);
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 28px;
  background: linear-gradient(180deg, #fff, #fff7f8);
}
.lk-detail-category {
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  padding:.42rem .7rem;
  border-radius:999px;
  color:var(--lk-red);
  background:#fff0f2;
  font-weight:900;
  font-size:.78rem;
  margin-bottom:.85rem;
}
.lk-detail-panel h3 { font-size: clamp(1.5rem, 2.4vw, 2.2rem); line-height: 1.02; }
.lk-detail-price { display:flex; align-items:center; gap:.65rem; flex-wrap:wrap; margin: 1rem 0 1.1rem; }
.lk-detail-price del { color:#94a3b8; font-weight: 800; }
.lk-detail-price strong { color: var(--lk-red); font-size: clamp(1.4rem, 2vw, 2rem); font-weight: 900; }
.lk-detail-price span { padding:.36rem .65rem; border-radius:999px; background: var(--lk-red); color:#fff; font-size:.72rem; font-weight:900; }
.lk-unlock-box { padding: 1rem; border:1px solid rgba(225,29,46,.18); border-radius: 22px; background:#fff; }
.lk-unlock-title { display:flex; gap:.75rem; align-items:flex-start; margin-bottom: .95rem; }
.lk-unlock-title > i { display:grid; place-items:center; width:44px; height:44px; border-radius:15px; color:#fff; background: linear-gradient(135deg,#e11d2e,#7c3aed); }
.lk-unlock-title strong { display:block; color:#0f172a; font-size:1rem; }
.lk-unlock-title small { display:block; color:#64748b; font-weight:600; }
.lk-unlock-metrics { display:grid; grid-template-columns: repeat(3,1fr); gap:.55rem; margin-bottom:.8rem; }
.lk-unlock-metrics span { padding:.65rem; border:1px solid rgba(15,23,42,.08); border-radius:16px; background:#f8fafc; }
.lk-unlock-metrics small { display:block; color:#64748b; font-size:.68rem; font-weight:800; }
.lk-unlock-metrics strong { display:block; color:#0f172a; font-size:.82rem; line-height:1.1; }
.lk-unlock-metrics span:first-child { background:#fff3f5; border-color:rgba(225,29,46,.16); }
.lk-unlock-fields { display:grid; grid-template-columns:1fr 1fr; gap:.55rem; margin-bottom:.85rem; }
.lk-unlock-fields span { min-height: 42px; border:1px solid #dbe1ea; border-radius:14px; color:#94a3b8; font-size:.74rem; font-weight:800; padding:.75rem; background:#fff; }
.lk-detail-trust { display:grid; grid-template-columns: repeat(3,1fr); gap:.5rem; margin-top: .85rem; }
.lk-detail-trust span { text-align:center; padding:.6rem .4rem; border:1px solid rgba(15,23,42,.08); border-radius:14px; color:#0f172a; font-size:.68rem; font-weight:900; background:#fff; }
.lk-showcase-dots { display:flex; justify-content:center; gap:.55rem; margin-top: 1.1rem; }
.lk-showcase-dots button { width:10px; height:10px; border:0; padding:0; border-radius:999px; background:#d7dce7; transition:.22s ease; }
.lk-showcase-dots button.is-active { width:30px; background: linear-gradient(135deg,#e11d2e,#7c3aed); }
.lk-showcase-bottom { display:flex; align-items:center; justify-content:center; gap:.9rem; margin-top:1.7rem; text-align:left; }
.lk-showcase-bottom i { display:grid; place-items:center; width:54px; height:54px; border-radius:18px; color:#7c3aed; background:#fff; box-shadow:0 16px 40px rgba(15,23,42,.08); }
.lk-showcase-bottom strong { display:block; color:#0f172a; font-weight:900; }
.lk-showcase-bottom span { display:block; color:#64748b; font-weight:600; }

@media (max-width: 1199px) {
  .lk-product-showcase-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .lk-detail-showcase-card { grid-template-columns: 1fr; }
  .lk-detail-media { min-height: 360px; }
}
@media (max-width: 991px) {
  .lk-showcase-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lk-showcase-arrow.is-prev { left: .5rem; }
  .lk-showcase-arrow.is-next { right: .5rem; }
}
@media (max-width: 767px) {
  .lk-result-showcase { padding: 4rem 0; }
  .lk-showcase-main-card, .lk-detail-showcase-card { border-radius: 26px; min-height: 0; }
  .lk-showcase-card-head { flex-direction: column; }
  .lk-product-showcase-grid { grid-template-columns: 1fr; }
  .lk-product-show-card:nth-child(n+3) { display:none; }
  .lk-unlock-metrics, .lk-detail-trust { grid-template-columns: 1fr; }
  .lk-unlock-fields { grid-template-columns:1fr; }
}
@media (max-width: 575px) {
  .lk-result-showcase .lk-section-head h2 { font-size: clamp(2.1rem, 11vw, 3.1rem); }
  .lk-showcase-chips { grid-template-columns: 1fr; }
  .lk-showcase-chips span { min-height: 64px; }
  .lk-showcase-arrow { width: 46px; height:46px; top:auto; bottom: 4.15rem; }
  .lk-showcase-arrow.is-prev { left: .9rem; }
  .lk-showcase-arrow.is-next { right: .9rem; }
  .lk-detail-media { min-height: 310px; }
}
