.vlx-led {
  --ink: #1f1e2d;
  --purple: #7659f4;
  --soft: #f5f3fb;
  --line: #dedbe9;
  max-width: 1120px;
  margin: 32px auto 72px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.45;
}
.vlx-led * { box-sizing: border-box; }
.vlx-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  min-height: 250px;
  padding: 48px;
  border-radius: 28px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 24px 60px rgba(31, 30, 45, .2);
}
.vlx-hero > div:first-child { position: relative; z-index: 2; max-width: 670px; }
.vlx-eyebrow { margin: 0 0 20px; color: #b9aaff; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.vlx-hero h1 { max-width: 620px; margin: 0 0 16px; color: #fff; font-size: clamp(34px, 5vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
.vlx-hero p:not(.vlx-eyebrow) { max-width: 590px; margin: 0; color: #d7d3e8; font-size: 18px; }
.vlx-orbit { position: absolute; right: -70px; top: -110px; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.vlx-orbit::before, .vlx-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.vlx-orbit::before { inset: 48px; }
.vlx-orbit::after { inset: 104px; }
.vlx-orbit span { position: absolute; left: 55px; bottom: 68px; width: 78px; height: 78px; border-radius: 50%; background: linear-gradient(145deg, #b4a6ff, #7659f4); box-shadow: 0 0 50px rgba(118,89,244,.65); }
.vlx-form { display: grid; gap: 22px; margin-top: 22px; }
.vlx-card { padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 12px 34px rgba(31,30,45,.07); }
.vlx-section-title { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 26px; }
.vlx-section-title > span { display: grid; place-items: center; flex: 0 0 40px; height: 40px; border-radius: 12px; background: var(--purple); color: #fff; font-size: 13px; font-weight: 800; }
.vlx-section-title h2 { margin: 0 0 4px; color: var(--ink); font-size: 22px; }
.vlx-section-title p { margin: 0; color: #777286; }
.vlx-fixed-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.vlx-fixed-grid > div, .vlx-payment-summary > div { padding: 14px 16px; border-radius: 12px; background: var(--soft); }
.vlx-fixed-grid small, .vlx-payment-summary small, .vlx-line-total small { display: block; margin-bottom: 4px; color: #777286; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.vlx-fixed-grid strong, .vlx-payment-summary strong { display: block; overflow-wrap: anywhere; font-size: 14px; }
.vlx-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.vlx-span-2 { grid-column: span 2; }
.vlx-led label { display: block; color: #4d4959; font-size: 13px; font-weight: 700; }
.vlx-led label b { color: #7659f4; }
.vlx-led input, .vlx-led select, .vlx-led textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cbc7d8; border-radius: 10px; background: #fff; color: var(--ink); font: inherit; font-weight: 500; outline: none; transition: .2s; }
.vlx-led input:focus, .vlx-led select:focus, .vlx-led textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(118,89,244,.12); }
.vlx-led input[readonly], .vlx-led textarea[readonly] { background: #f5f3f8; color: #5f5b68; }
.vlx-products { display: grid; gap: 10px; }
.vlx-product-row { display: grid; grid-template-columns: minmax(0, 1fr) 105px 105px 150px 42px; align-items: end; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: #fcfbfe; }
.vlx-line-total { padding-bottom: 9px; }
.vlx-line-total strong { font-size: 15px; }
.vlx-remove { width: 42px; height: 46px; border: 1px solid #ed476f; border-radius: 8px; background: #fff; color: #ed476f; font-size: 22px; cursor: pointer; }
.vlx-secondary { margin-top: 14px; padding: 10px 14px; border: 1px solid #ed476f; border-radius: 8px; background: #fff; color: #ed476f; font-weight: 700; cursor: pointer; }
.vlx-secondary:disabled { opacity: .4; cursor: not-allowed; }
.vlx-total { display: flex; align-items: center; justify-content: flex-end; gap: 24px; margin-top: 22px; padding: 18px 20px; border-radius: 14px; background: var(--ink); color: #fff; }
.vlx-total strong { font-size: 25px; }
.vlx-payment-summary { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 20px 0; }
.vlx-readonly-label { max-width: 520px; }
.vlx-submit-area { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 8px 4px; }
.vlx-submit-area p { margin: 0; color: #777286; }
.vlx-primary { padding: 16px 24px; border: 0; border-radius: 12px; background: var(--purple); color: #fff; font-size: 15px; font-weight: 800; box-shadow: 0 10px 24px rgba(118,89,244,.3); cursor: pointer; }
.vlx-primary:disabled { background: #b8b4c5; box-shadow: none; cursor: not-allowed; }
.vlx-feedback { display: flex; align-items: center; gap: 16px; padding: 22px 24px; border: 1px solid #83d4ac; border-radius: 16px; background: #effbf5; color: #175c3a; }
.vlx-feedback > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #2faf73; color: #fff; font-size: 22px; }
.vlx-feedback strong { font-size: 18px; }
.vlx-feedback p { margin: 3px 0 0; }
.vlx-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.vlx-led [hidden] { display: none !important; }

@media (max-width: 900px) {
  .vlx-product-row { grid-template-columns: minmax(0, 1fr) 100px 100px; }
  .vlx-line-total { padding: 5px 0; }
  .vlx-remove { grid-column: 3; grid-row: 2; justify-self: end; }
}
@media (max-width: 820px) {
  .vlx-led { margin: 16px 12px 52px; }
  .vlx-hero { min-height: 230px; padding: 32px 26px; }
  .vlx-orbit { right: -190px; }
  .vlx-card { padding: 23px 18px; }
  .vlx-fixed-grid { grid-template-columns: repeat(2, 1fr); }
  .vlx-payment-summary { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .vlx-fields, .vlx-fixed-grid, .vlx-product-row { grid-template-columns: 1fr; }
  .vlx-span-2 { grid-column: auto; }
  .vlx-remove { grid-column: auto; grid-row: auto; }
  .vlx-payment-summary { grid-template-columns: 1fr; }
  .vlx-submit-area { align-items: stretch; flex-direction: column; }
  .vlx-primary { width: 100%; }
}
