/* Wall Convector BLK #3990 — lx template (cloned from homyprime smartkinset) */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&display=swap');

:root {
  --lx-ink: #1f2937;
  --lx-muted: #4b5563;
  --lx-green: #16a34a;
  --lx-blue: #1d9bf0;
  --lx-red: #e2231a;
}

*, *::before, *::after { box-sizing: border-box; }
body.lx-body {
  margin: 0;
  font-family: Montserrat, 'Open Sans', system-ui, sans-serif;
  color: var(--lx-ink);
  background: #fff;
}

.lx * { box-sizing: border-box; }
.lx { font-family: Montserrat, 'Open Sans', system-ui, sans-serif; color: var(--lx-ink); }
.lx-wrap { max-width: 600px; margin: 0 auto; padding: 0 18px; }
.lx-topbar {
  background: #0f1620;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  font-size: clamp(13.4px, 2.6vw, 15.7px);
  font-weight: 800;
  letter-spacing: .2px;
  margin-bottom: 18px;
  width: 100%;
}
.lx-h1 {
  font-size: clamp(26px, 6vw, 40px);
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  margin: 18px auto 12px;
}
.lx-sub {
  font-size: 16.8px;
  color: var(--lx-muted);
  text-align: center;
  line-height: 1.6;
  margin: 0 auto 16px;
  max-width: 540px;
}
.lx-lock {
  font-size: 14.6px;
  color: #6b7280;
  text-align: center;
  margin: 14px auto;
}
.lx-img {
  width: 100%;
  max-width: 600px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  height: auto;
  border-radius: 16px;
  display: block;
  margin: 10px auto;
}
.lx-stars { text-align: center; margin-bottom: 4px; color: #f5a623; font-size: 22px; letter-spacing: 2px; }
.lx-rating { text-align: center; font-size: 15.7px; color: #374151; margin-bottom: 14px; }
.lx-pill {
  display: inline-block;
  background: #e6f4fb;
  color: #0369a1;
  border-radius: 50px;
  padding: 9px 18px;
  font-size: 15.1px;
  font-weight: 700;
}
.lx-price-row {
  text-align: center;
  padding: 4px 18px;
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.lx-was { font-size: 22.4px; color: #9ca3af; text-decoration: line-through; }
.lx-now { font-size: clamp(40px, 9vw, 58px); font-weight: 900; color: var(--lx-green); line-height: 1; }
.lx-pct { background: var(--lx-red); color: #fff; font-weight: 800; font-size: 16.8px; padding: 4px 12px; border-radius: 50px; }
.lx-cta {
  display: inline-block;
  background: linear-gradient(180deg, #22c55e, #16a34a);
  color: #fff;
  font-weight: 900;
  font-size: clamp(17.9px, 3.4vw, 22.4px);
  text-decoration: none;
  padding: 16px 30px;
  border-radius: 50px;
  box-shadow: 0 10px 26px rgba(22, 163, 74, .35);
  max-width: 520px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.lx-cta-wrap { text-align: center; padding: 6px 18px 8px; }
.lx-offer-box {
  max-width: 520px;
  margin: 6px auto;
  padding: 0 18px;
}
.lx-offer-inner {
  border: 2px solid var(--lx-red);
  border-radius: 16px;
  padding: 20px 18px;
  box-shadow: 0 4px 20px rgba(226, 35, 26, .12);
  background: #fff;
}
.lx-cd-label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .6px;
  color: #6b7280;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.lx-cd { display: flex; justify-content: center; gap: 8px; }
.lx-cd-sep { font-size: 24px; font-weight: 800; color: var(--lx-red); align-self: center; }
.lx-cd-box {
  background: #111827;
  color: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  min-width: 54px;
  text-align: center;
}
.lx-cd-val { font-size: 22px; font-weight: 800; line-height: 1; }
.lx-cd-lbl { font-size: 10.1px; text-transform: uppercase; letter-spacing: .4px; color: #aab0bb; margin-top: 2px; }
.lx-stock-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0 6px;
  font-size: 15.1px;
}
.lx-stock-bar { background: #f3dcda; border-radius: 50px; height: 12px; overflow: hidden; }
.lx-stock-fill { background: linear-gradient(90deg, #e2231a, #ff6a3d); height: 100%; width: 82%; border-radius: 50px; }
.lx-live { text-align: center; margin-top: 14px; font-size: 15.7px; color: #374151; }
.lx-live strong { color: var(--lx-red); }
.lx-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 600px;
  margin: 8px auto;
  padding: 0 18px;
}
.lx-badge {
  background: #f6faf7;
  border: 1px solid #e5efe8;
  border-radius: 12px;
  padding: 14px;
  text-align: center;
}
.lx-badge h4 { margin: 0 0 3px; font-size: 15.7px; font-weight: 800; color: #16803c; }
.lx-badge p { margin: 0; font-size: 13.4px; color: #6b7280; }
.lx-feat {
  display: flex;
  align-items: center;
  gap: 26px;
  max-width: 900px;
  margin: 0 auto;
  padding: 26px 18px;
  flex-wrap: wrap;
}
.lx-feat.rev { flex-direction: row-reverse; }
.lx-feat .c { flex: 1 1 260px; min-width: 0; }
.lx-feat img {
  flex: 1 1 100%;
  width: 100%;
  max-width: none;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  border-radius: 16px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, .10);
  display: block;
}
.lx-feat h3 { font-size: clamp(21.3px, 4vw, 26.9px); font-weight: 800; margin: 0 0 10px; color: #111827; }
.lx-feat p { font-size: 16.2px; color: var(--lx-muted); line-height: 1.65; margin: 0 0 10px; }
.lx-sec-t {
  font-size: 13.4px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--lx-green);
  font-weight: 800;
  text-align: center;
  margin: 36px auto 4px;
}
.lx-sec-h {
  font-size: clamp(22px, 5vw, 30px);
  font-weight: 900;
  text-align: center;
  margin: 0 auto 20px;
  max-width: 560px;
}
.cmp { max-width: 600px; margin: 0 auto 10px; padding: 0 14px; }
.cmp table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 15.1px; }
.cmp th { background: #111827; color: #fff; padding: 12px 10px; text-align: center; font-weight: 800; }
.cmp th:first-child { background: #374151; border-radius: 12px 0 0 0; }
.cmp th:last-child { background: var(--lx-green); border-radius: 0 12px 0 0; }
.cmp td { padding: 12px 10px; border-bottom: 1px solid #eef2f5; vertical-align: top; }
.cmp td:first-child { font-weight: 700; color: #374151; width: 26%; }
.cmp td:last-child { background: #f2fbf5; color: #166534; font-weight: 600; }
.rev-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 18px;
}
.rev-card {
  background: #fff;
  border: 1px solid #eef2f5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .06);
}
.rev-card > img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.rev-b { padding: 16px; }
.rev-stars { color: #f5a623; font-size: 16.8px; }
.rev-t { font-weight: 800; font-size: 16.8px; margin: 6px 0; }
.rev-p { font-size: 15.1px; color: var(--lx-muted); line-height: 1.6; margin: 0; }
.rev-u { margin-top: 12px; }
.rev-u span { font-size: 14px; color: #6b7280; font-weight: 700; }
.lx-kit {
  max-width: 900px;
  margin: 0 auto;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
  text-align: left;
}
.lx-kit-img { flex: 1 1 100%; min-width: 0; width: 100%; text-align: center; }
.lx-kit-img img {
  width: 100%;
  max-width: none;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .12);
}
.lx-kit-body { flex: 1 1 100%; min-width: 0; }
.lx-kit-body h2 { font-size: 26px; font-weight: 900; color: #1a1a1a; margin-bottom: 6px; }
.lx-kit-eyebrow { font-size: 14.6px; color: #888; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 6px; }
.lx-kit-price { font-size: 32px; font-weight: 900; color: #28a745; margin: 12px 0 2px; }
.lx-kit-was { font-size: 15.7px; color: #999; text-decoration: line-through; margin-bottom: 14px; }
.lx-kit ul { list-style: none; padding: 0; font-size: 15.7px; color: #333; line-height: 2; margin: 0; }
.lx-kit-tags { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0; }
.lx-kit-tag {
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 13.4px;
  font-weight: 700;
}
.lx-kit-tag--green { background: #e8f5e9; color: #2e7d32; }
.lx-kit-tag--yellow { background: #fff3cd; color: #856404; }
.lx-kit-tag--blue { background: #e3f2fd; color: #1565c0; }
.lx-kit-cta {
  display: block;
  background: linear-gradient(90deg, #28a745, #20c050);
  color: #fff;
  font-size: 17.9px;
  font-weight: 800;
  padding: 18px 24px;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 20px rgba(40, 167, 69, .4);
}
.faq { max-width: 600px; margin: 0 auto; padding: 0 18px 24px; }
.faq details { border: 1px solid #e5e7eb; border-radius: 12px; margin-bottom: 10px; padding: 14px 16px; background: #fff; }
.faq summary { font-weight: 800; font-size: 16.8px; cursor: pointer; list-style: none; color: #111827; }
.faq p { font-size: 15.7px; color: var(--lx-muted); line-height: 1.6; margin: 10px 0 0; }

/* Form */
.lx-form-wrap { max-width: 520px; margin: 0 auto; padding: 0 18px 24px; }
.lx-form-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .06);
}
.lx-form-card .cod-form__field { margin-bottom: 14px; text-align: left; }
.lx-form-card .cod-form__field label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}
.lx-form-card .cod-form__input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-size: 16px;
  font-family: inherit;
  color: #111827;
}
.lx-form-card .cod-form__input:focus {
  outline: none;
  border-color: var(--lx-green);
  box-shadow: 0 0 0 3px rgba(22, 163, 74, .15);
}
.lx-form-card button[type="submit"] {
  width: 100%;
  cursor: pointer;
  border: 0;
  font-family: inherit;
  font-weight: 800;
  font-size: 17px;
  color: #fff;
  background: linear-gradient(180deg, #22c55e, #16a34a);
  padding: 17px 28px;
  border-radius: 999px;
  box-shadow: 0 10px 22px -10px rgba(36, 127, 85, .7);
  margin-top: 6px;
}
.lx-form-card button[type="submit"]:hover:not(:disabled) { transform: translateY(-1px); }

@media (max-width: 600px) {
  .lx-feat, .lx-kit { flex-direction: column; }
  .lx-feat.rev { flex-direction: column; }
  .lx-feat img { order: -1; }
  .rev-grid { grid-template-columns: 1fr; }
  .cmp table { font-size: 13.4px; }
}

/* thedigitalbeat.com footer */
.site-footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 2.5rem 0 1.5rem;
  font-size: .875rem;
  font-family: 'Segoe UI', system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
}
.site-footer .container { width: min(100% - 2rem, 1100px); margin-inline: auto; }
.site-footer .site-logo { display: inline-flex; align-items: center; text-decoration: none; }
.site-footer .site-logo:hover { opacity: .85; }
.site-footer .site-logo__text {
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: -.04em;
  text-transform: lowercase;
  line-height: 1;
}
.site-footer .site-logo__text-primary { color: #fff; }
.site-footer .site-logo__text-accent {
  background: linear-gradient(135deg, #fdba74 0%, #f97316 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.site-footer__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .site-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
}
.site-footer__heading { font-weight: 700; color: #fff; margin-bottom: .75rem; font-size: 1rem; }
.site-footer__list { list-style: none; display: flex; flex-direction: column; gap: .5rem; padding: 0; margin: 0; }
.site-footer__list a { color: #cbd5e1; text-decoration: none; }
.site-footer__list a:hover { color: #fff; }
.site-footer__blurb { margin-top: 1rem; max-width: 340px; color: #94a3b8; line-height: 1.5; }
.site-footer__bottom {
  border-top: 1px solid #334155;
  padding-top: 1rem;
  text-align: center;
  font-size: .75rem;
  color: #94a3b8;
}
.site-footer__bottom strong { color: #cbd5e1; }
.site-footer__bottom a { color: #cbd5e1; text-decoration: none; font-weight: 700; }
.site-footer__bottom a:hover { color: #fff; text-decoration: underline; }
