/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1783194320
Updated: 2026-07-04 19:45:20

*/
/*DISABLE ELEMENTOR CSS*/
.e-con > .e-con-inner {
    max-width: 100% !important;
}

.elementor-1077 .elementor-element.elementor-element-794dd64 {
    --content-width: 100% !important;
}

body.elementor-page-1077 {
    padding: 0 !important;
}

/*ELEMENT PADDING*/
.site-content-width {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}
/* HTML IFRAME DEMO CSS */
#html-demo {
  --surface: #031427;
  --surface-dim: #031427;
  --surface-container-lowest: #000f21;
  --surface-container-low: #0b1c30;
  --surface-container: #102034;
  --surface-container-high: #1b2b3f;
  --surface-container-highest: #26364a;
  --on-surface: #d3e4fe;
  --on-surface-variant: #c6c6cd;
  --secondary: #7bd0ff;
  --success: #2dd4bf;
  --accent-gradient: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
  --radius-sm: 0.25rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-xl: 1.5rem;
  --radius-full: 9999px;
  --stack-sm: 12px;
  --stack-md: 24px;

  margin: 0;
  min-height: 100vh;
  width: 100%;
  overflow-x: clip;
  color: var(--on-surface);
  font-family: "Inter", sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background:
    radial-gradient(70rem 30rem at 80% -10%, rgba(56, 189, 248, 0.14), transparent 60%),
    radial-gradient(40rem 20rem at 8% 8%, rgba(45, 212, 191, 0.12), transparent 62%),
    linear-gradient(180deg, #031427 0%, #020617 100%);
}

#html-demo,
#html-demo * {
  box-sizing: border-box;
}

#html-demo *::before,
#html-demo *::after {
  box-sizing: border-box;
}

/* Reset host-theme bleed for controls and text inside the demo only. */
#html-demo :where(button, a, p, h1, h2, h3, h4, h5, h6, ul, li, span) {
  font-family: inherit;
}

#html-demo :where(p, ul, li, h1, h2, h3, h4, h5, h6) {
  margin: 0;
}

#html-demo :where(p, li, span, a, button) {
  line-height: 1.35;
}

#html-demo :where(button) {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0;
}

#html-demo .lp-scene {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 16px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#html-demo .lp-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(14px);
  z-index: 0;
  pointer-events: none;
}

#html-demo .lp-glow-a {
  width: clamp(180px, 42vw, 280px);
  height: clamp(180px, 42vw, 280px);
  top: 6%;
  left: 4%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.26), rgba(56, 189, 248, 0));
  animation: lpPulse 6s ease-in-out infinite;
}

#html-demo .lp-glow-b {
  width: clamp(190px, 46vw, 300px);
  height: clamp(190px, 46vw, 300px);
  right: 2%;
  bottom: 4%;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.22), rgba(45, 212, 191, 0));
  animation: lpPulse 7s ease-in-out -2s infinite;
}

#html-demo .lp-frame {
  width: 100%;
  max-width: 100%;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(211, 228, 254, 0.12);
  background: linear-gradient(180deg, rgba(16, 32, 52, 0.9), rgba(11, 28, 48, 0.84));
  box-shadow: 0 20px 60px rgba(3, 20, 39, 0.5);
  backdrop-filter: blur(20px);
  overflow: hidden;
  position: relative;
  z-index: 1;
  animation: lpFrameIn 0.8s ease-out both;
}

#html-demo .lp-frame::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: calc(var(--radius-xl) - 1px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

#html-demo .lp-frame-top {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(211, 228, 254, 0.1);
  background: rgba(0, 15, 33, 0.55);
}

#html-demo .lp-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3d4f67;
}

#html-demo .lp-dot:nth-child(1) {
  background: #ff7f73;
}

#html-demo .lp-dot:nth-child(2) {
  background: #ffd166;
}

#html-demo .lp-dot:nth-child(3) {
  background: #2dd4bf;
}

#html-demo .lp-device {
  display: grid;
  grid-template-columns: 1fr;
  min-height: auto;
  animation: lpFloatIn 6s ease-in-out infinite;
}

#html-demo .lp-dev-side {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px;
  background: linear-gradient(180deg, rgba(0, 15, 33, 0.72), rgba(11, 28, 48, 0.68));
  border-bottom: 1px solid rgba(211, 228, 254, 0.1);
}

#html-demo .lp-side-h {
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--on-surface-variant);
  padding: 8px 8px 12px;
}

#html-demo .lp-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: var(--radius-md);
  color: #c0d1ea;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: 180ms ease;
}

#html-demo .lp-item:hover {
  border-color: rgba(123, 208, 255, 0.26);
  background: rgba(30, 41, 59, 0.45);
  transform: translateX(2px);
}

#html-demo .lp-item.active {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.25), rgba(45, 212, 191, 0.2));
  border-color: rgba(123, 208, 255, 0.45);
  color: #e5f0ff;
}

#html-demo .lp-ic {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

#html-demo .lp-badge {
  margin-left: auto;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.01em;
  border-radius: var(--radius-full);
  padding: 2px 8px;
  color: #001e2c;
  background: var(--secondary);
}

#html-demo .lp-side-user {
  margin-top: 8px;
  border-top: 1px solid rgba(211, 228, 254, 0.12);
  padding-top: 12px;
}

#html-demo .lp-user-item {
  background: rgba(30, 41, 59, 0.5);
  border-color: rgba(144, 144, 151, 0.35);
}

#html-demo .lp-mini-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--accent-gradient);
  color: #001f35;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
}

#html-demo .lp-user-name {
  font-size: 12px;
}

#html-demo .lp-dev-main {
  padding: 16px;
  display: grid;
  align-content: start;
  gap: 12px;
  width: 100%;
  min-width: 0;
  background: linear-gradient(180deg, rgba(16, 32, 52, 0.84), rgba(11, 28, 48, 0.72));
}

#html-demo .lp-title-row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

#html-demo .lp-title-row h4 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(20px, 6vw, 24px);
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #dce8ff;
  overflow-wrap: anywhere;
}

#html-demo .lp-sub-h {
  border-radius: var(--radius-full);
  border: 1px solid rgba(45, 212, 191, 0.42);
  background: rgba(45, 212, 191, 0.18);
  color: #a3fff4;
  padding: 6px 10px;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.01em;
}

#html-demo .lp-contract-flow {
  display: grid;
  gap: 14px;
  padding: 14px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(211, 228, 254, 0.12);
  background: rgba(16, 32, 52, 0.58);
  backdrop-filter: blur(20px);
  animation: lpRiseIn 0.55s ease-out 0.16s both;
  min-width: 0;
}

#html-demo .lp-flow-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

#html-demo .lp-btn {
  border: 1px solid transparent !important;
  border-radius: var(--radius-lg);
  padding: 10px 14px;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.01em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  width: 100%;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  transition: transform 160ms ease, filter 160ms ease;
}

#html-demo .lp-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

#html-demo .lp-btn:focus,
#html-demo .lp-btn:focus-visible {
  outline: 2px solid rgba(123, 208, 255, 0.7) !important;
  outline-offset: 2px;
  border-color: rgba(123, 208, 255, 0.7) !important;
}

#html-demo .lp-btn-primary {
  color: #001f35;
  background: var(--accent-gradient);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

#html-demo .lp-btn-ghost {
  color: #c9d8ef;
  border: 1px solid rgba(211, 228, 254, 0.2) !important;
  background: rgba(0, 15, 33, 0.52);
}

#html-demo .lp-status-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
}

#html-demo .lp-pill {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-full);
  padding: 4px 10px;
  border: 1px solid rgba(211, 228, 254, 0.28);
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.01em;
}

#html-demo .lp-pill-active {
  color: #9ef5eb;
  border-color: rgba(45, 212, 191, 0.45);
  background: rgba(45, 212, 191, 0.16);
}

#html-demo .lp-pill-live {
  color: #cdefff;
  border-color: rgba(123, 208, 255, 0.46);
  background: rgba(14, 165, 233, 0.19);
}

#html-demo .lp-sign-grid,
#html-demo .lp-related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  min-width: 0;
}

#html-demo .lp-version-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

#html-demo .lp-version-card {
  padding: 12px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(211, 228, 254, 0.18);
  background: rgba(27, 43, 63, 0.5);
  display: grid;
  gap: 12px;
}

#html-demo .lp-version-b2b {
  box-shadow: inset 0 0 0 1px rgba(45, 212, 191, 0.16);
}

#html-demo .lp-version-b2c {
  box-shadow: inset 0 0 0 1px rgba(123, 208, 255, 0.16);
}

#html-demo .lp-dashboard-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

#html-demo .lp-panel {
  padding: 12px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(211, 228, 254, 0.14);
  background: rgba(27, 43, 63, 0.52);
  display: grid;
  gap: 10px;
}

#html-demo .lp-panel h5 {
  margin: 0;
  font-size: 17px;
  line-height: 24px;
  color: #e4efff;
}

#html-demo .lp-metric {
  font-family: "Geist", "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #a9e4ff;
}

#html-demo .lp-progress {
  width: 100%;
  height: 10px;
  border-radius: var(--radius-full);
  background: rgba(3, 20, 39, 0.65);
  border: 1px solid rgba(123, 208, 255, 0.22);
  overflow: hidden;
}

#html-demo .lp-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2dd4bf 0%, #38bdf8 100%);
}

#html-demo .lp-date-list,
#html-demo .lp-phase-list,
#html-demo .lp-activity-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: #bfd0e9;
  font-size: 14px;
  line-height: 20px;
}

#html-demo .lp-activity-list span {
  color: #8ea3c0;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-right: 8px;
}

#html-demo .lp-note-tight {
  margin: 0;
}

#html-demo .lp-key-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

#html-demo .lp-key-card {
  padding: 11px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(211, 228, 254, 0.14);
  background: rgba(27, 43, 63, 0.52);
  display: grid;
  gap: 8px;
}

#html-demo .lp-sign-card,
#html-demo .lp-preview-card,
#html-demo .lp-related-screens,
#html-demo .lp-mini-card {
  padding: 12px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(211, 228, 254, 0.14);
  background: rgba(27, 43, 63, 0.52);
  min-width: 0;
}

#html-demo .lp-kicker {
  margin: 0;
  color: #8ea3c0;
  text-transform: uppercase;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.01em;
}

#html-demo .lp-sign-card h5,
#html-demo .lp-preview-card h5,
#html-demo .lp-related-screens h5 {
  margin: 6px 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  color: #e4efff;
  overflow-wrap: anywhere;
}

#html-demo .lp-note {
  margin: 0 0 12px;
  color: #8ea3c0;
  font-size: 14px;
  line-height: 20px;
}

#html-demo .lp-preview-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

#html-demo .lp-preview-step {
  border-radius: var(--radius-full);
  padding: 4px 9px;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #001e2c;
  background: var(--secondary);
}

#html-demo .lp-preview-list {
  margin: 8px 0 14px;
  padding-left: 18px;
  display: grid;
  gap: 4px;
  color: #bfd0e9;
  font-size: 14px;
  line-height: 20px;
  min-width: 0;
}

#html-demo .lp-preview-list li {
  overflow-wrap: anywhere;
}

#html-demo .lp-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

#html-demo .lp-links a {
  text-decoration: none;
  color: #d7ebff;
  border: 1px solid rgba(211, 228, 254, 0.2);
  border-radius: var(--radius-full);
  background: rgba(0, 15, 33, 0.55);
  padding: 6px 10px;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

#html-demo .lp-links a:hover {
  border-color: rgba(123, 208, 255, 0.48);
  color: #9ddfff;
}

#html-demo .lp-links a:visited {
  color: #d7ebff;
}

#html-demo .lp-mini-card h6 {
  margin: 0;
  color: #d8e9ff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

#html-demo .lp-mini-card p {
  margin: 6px 0 10px;
  color: #96abc7;
  font-size: 13px;
  line-height: 18px;
}

#html-demo .lp-mini-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

#html-demo .lp-mini-actions .lp-btn {
  flex: 1 1 100%;
}

#html-demo .lp-line-items {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(211, 228, 254, 0.12);
  background: rgba(16, 32, 52, 0.62);
  backdrop-filter: blur(20px);
  overflow: hidden;
  animation: lpRiseIn 0.6s ease-out 0.32s both;
  min-width: 0;
}

#html-demo .lp-li-h,
#html-demo .lp-li-r,
#html-demo .lp-li-foot {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4px;
  align-items: center;
  padding: 11px 12px;
}

#html-demo .lp-li-h {
  background: rgba(38, 54, 74, 0.72);
  border-bottom: 1px solid rgba(211, 228, 254, 0.11);
  text-transform: uppercase;
  color: #b5c5dd;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.01em;
}

#html-demo .lp-li-h span:not(:first-child) {
  display: none;
}

#html-demo .lp-li-r {
  border-bottom: 1px solid rgba(211, 228, 254, 0.08);
  font-size: 16px;
  line-height: 24px;
  color: #d3e4fe;
  animation: lpRowIn 0.4s ease-out both;
}

#html-demo .lp-li-r:nth-of-type(2) {
  animation-delay: 0.45s;
}

#html-demo .lp-li-r:nth-of-type(3) {
  animation-delay: 0.55s;
}

#html-demo .lp-li-r:nth-of-type(4) {
  animation-delay: 0.65s;
}

#html-demo .lp-desc {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

#html-demo .lp-tick {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: rgba(45, 212, 191, 0.18);
  color: var(--success);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#html-demo .lp-name,
#html-demo .lp-src {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#html-demo .lp-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

#html-demo .lp-src {
  margin-top: 2px;
  font-family: "Geist", "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #8ea3c0;
  text-transform: none;
}

#html-demo .lp-num,
#html-demo .lp-total,
#html-demo .lp-amt {
  font-family: "Geist", "Inter", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #a6b9d4;
  text-align: left;
}

#html-demo .lp-li-r .lp-num:nth-of-type(1)::before {
  content: "Qty: ";
}

#html-demo .lp-li-r .lp-num:nth-of-type(2)::before {
  content: "Unit: ";
}

#html-demo .lp-li-r .lp-total::before {
  content: "Total: ";
}

#html-demo .lp-li-foot {
  background: rgba(30, 41, 59, 0.5);
}

#html-demo .lp-lbl {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #c9d8ef;
}

#html-demo .lp-amt {
  grid-column: auto;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #7bd0ff;
}

@keyframes lpFrameIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes lpFloatIn {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes lpRiseIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lpRowIn {
  from {
    opacity: 0;
    transform: translateX(-6px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes lpPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.07);
    opacity: 0.62;
  }
}

@media (min-width: 640px) {
  #html-demo .lp-scene {
    padding: 20px;
  }

  #html-demo .lp-dev-main {
    padding: 20px;
    gap: 16px;
  }

  #html-demo .lp-title-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  #html-demo .lp-title-row h4 {
    font-size: 28px;
    line-height: 36px;
  }

  #html-demo .lp-flow-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  #html-demo .lp-flow-head .lp-btn {
    width: auto;
  }

  #html-demo .lp-sign-grid,
  #html-demo .lp-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #html-demo .lp-version-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #html-demo .lp-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #html-demo .lp-key-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #html-demo .lp-panel-wide {
    grid-column: 1 / -1;
  }

  #html-demo .lp-mini-actions .lp-btn {
    flex: 1 1 180px;
    width: auto;
  }

  #html-demo .lp-li-h,
  #html-demo .lp-li-r,
  #html-demo .lp-li-foot {
    grid-template-columns: minmax(180px, 1fr) 70px 76px 96px;
    column-gap: 8px;
    row-gap: 0;
    padding: 12px 14px;
  }

  #html-demo .lp-li-h span:not(:first-child) {
    display: inline;
  }

  #html-demo .lp-li-r .lp-num:nth-of-type(1)::before,
  #html-demo .lp-li-r .lp-num:nth-of-type(2)::before,
  #html-demo .lp-li-r .lp-total::before {
    content: "";
  }

  #html-demo .lp-num,
  #html-demo .lp-total,
  #html-demo .lp-amt {
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #d3e4fe;
  }

  #html-demo .lp-lbl {
    font-size: 16px;
    line-height: 24px;
  }

  #html-demo .lp-amt {
    grid-column: 4;
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  #html-demo .lp-scene {
    padding: 32px;
  }

  #html-demo .lp-frame {
    width: min(1120px, 100%);
  }

  #html-demo .lp-frame-top {
    height: 40px;
    padding: 0 16px;
  }

  #html-demo .lp-dot {
    width: 10px;
    height: 10px;
  }

  #html-demo .lp-device {
    grid-template-columns: minmax(220px, 260px) 1fr;
    min-height: 600px;
  }

  #html-demo .lp-dev-side {
    padding: 20px 14px;
    border-bottom: 0;
    border-right: 1px solid rgba(211, 228, 254, 0.1);
  }

  #html-demo .lp-side-user {
    margin-top: auto;
  }

  #html-demo .lp-dev-main {
    padding: 24px;
    gap: var(--stack-md);
  }

  #html-demo .lp-title-row h4 {
    font-size: clamp(24px, 2.1vw, 32px);
    line-height: 1.3;
  }

  #html-demo .lp-contract-flow {
    padding: 18px;
    gap: 16px;
  }

  #html-demo .lp-sign-card,
  #html-demo .lp-preview-card,
  #html-demo .lp-related-screens,
  #html-demo .lp-mini-card,
  #html-demo .lp-version-card {
    padding: 14px;
  }

  #html-demo .lp-sign-card h5,
  #html-demo .lp-preview-card h5,
  #html-demo .lp-related-screens h5 {
    font-size: 18px;
  }

  #html-demo .lp-li-h,
  #html-demo .lp-li-r,
  #html-demo .lp-li-foot {
    grid-template-columns: minmax(240px, 1fr) 80px 84px 110px;
    padding: 13px 16px;
  }
}

@media (max-width: 480px) {
  #html-demo {
    min-height: auto;
  }

  #html-demo .lp-scene {
    min-height: auto;
    padding: 8px;
  }

  #html-demo .lp-dev-side {
    display: none;
  }

  #html-demo .lp-dev-side,
  #html-demo .lp-dev-main,
  #html-demo .lp-contract-flow,
  #html-demo .lp-sign-card,
  #html-demo .lp-preview-card,
  #html-demo .lp-related-screens,
  #html-demo .lp-mini-card {
    padding: 9px;
  }

  #html-demo .lp-key-card {
    padding: 9px;
    gap: 6px;
  }

  #html-demo .lp-preview-list,
  #html-demo .lp-phase-list,
  #html-demo .lp-activity-list {
    margin: 4px 0 8px;
    gap: 4px;
    font-size: 13px;
    line-height: 18px;
  }

  #html-demo .lp-title-row h4 {
    font-size: 18px;
    line-height: 24px;
  }

  #html-demo .lp-btn {
    padding: 8px 10px;
    font-size: 12px;
    line-height: 16px;
  }

  #html-demo .lp-pill,
  #html-demo .lp-links a,
  #html-demo .lp-sub-h {
    font-size: 11px;
    line-height: 14px;
  }
}