:root {
  --bg: #180f18;
  --ink: #f3f8ea;
  --muted: #999ca0;
  --accent: #daa33c;
  --accent-ink: #1a1216;
  --card: #27132160;
  --line: #472234;
  --radius: 16px;
  --gap: 20px;
  --max: 1200px
}

* {
  box-sizing: border-box
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
header,
nav,
main,
footer,
section,
article,
aside,
figure,
figcaption {
  margin: 0;
  padding: 0
}

html:focus-within {
  scroll-behavior: smooth
}

body {
  min-height: 100dvh;
  background: var(--bg);
  color: var(--ink);
  font: 400 16px/1.6 "Kumbh Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

img,
picture {
  max-width: 100%;
  display: block
}

ul {
  list-style: none
}

a {
  text-decoration: none;
  color: inherit
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer
}

::selection {
  background: #d58d2f33
}

.shell {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: 20px
}

.TWyBUPEEBWYif {
  background: linear-gradient(90deg, #321833, #20101e);
  color: var(--ink);
  border-bottom: 1px solid var(--line)
}

.ugYKLmhB {
  max-width: var(--max);
  margin: 0 auto;
  padding: 8px 20px;
  text-align: center
}

.CtJApFyNt {
  font-size: 13.5px;
  color: #dce5f4
}

.VZSasBqZUfg {
  color: var(--accent);
  text-decoration: underline
}

.pPTloqKFhQ {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(32, 16, 30, 0.75);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--line)
}

.aeQzhBIarQJu {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 16px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 14px 20px
}

.IzUxpAIbnBDpx {
  font-family: "Figtree", system-ui, sans-serif;
  letter-spacing: .5px
}

.AViqUREi {
  font-weight: 800;
  font-size: 22px;
  background: linear-gradient(90deg, #fff, #f7ffb8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.FWfUcvclte {
  font-weight: 800;
  font-size: 22px;
  color: #fffcdf;
  margin-left: 2px
}

.oXECcE {
  font-weight: 700;
  font-size: 18px;
  color: var(--accent);
  margin-left: 6px
}

.WJzMAvpI {
  justify-self: end
}

.ysEAtWmOYqFb {
  display: none;
  font-size: 20px;
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--card);
  border: 1px solid var(--line);
  color: var(--ink)
}

.xvGUkfp {
  display: flex;
  gap: 14px;
  align-items: center
}

.ztwLjwpFNdtnMi {
  padding: 8px 12px;
  border-radius: 12px;
  color: var(--ink)
}

.ztwLjwpFNdtnMi:focus-visible {
  outline: 2px solid var(--accent)
}

@media (max-width:860px) {
  .ysEAtWmOYqFb {
    display: inline-flex
  }

  .xvGUkfp {
    position: absolute;
    right: 20px;
    top: 64px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 10px;
    flex-direction: column;
    gap: 6px;
    min-width: 220px;
    display: none
  }

  .xvGUkfp.is-open {
    display: flex
  }
}

.uMBWbV {
  position: relative;
  min-height: min(86vh, 820px);
  display: grid;
  place-items: center;
  background-image: url("../liw-media/hs-beg.webp");
  background-size: cover;
  background-position: center
}

.GNDTwxjvUvHI {
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 80% at 70% 20%, #301a40bb 0%, transparent 50%), linear-gradient(#180f17aa, #180f16ee)
}

.OZsaTlVXUWbdg {
  position: relative;
  z-index: 2;
  max-width: var(--max);
  width: 100%;
  padding: 40px 20px;
  display: grid
}

.oWafkezs {
  display: grid;
  gap: 14px;
  max-width: 760px
}

.PWGRrqqy {
  font-family: "Figtree", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 5vw, 52px);
  line-height: 1.1
}

.egXjrRhjHHk {
  color: var(--muted);
  font-size: clamp(16px, 2vw, 18px);
  max-width: 66ch
}

.GbnbZVrDZ {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-ink);
  display: grid;
  place-items: center;
  border: 0;
  box-shadow: 0 8px 24px rgba(213, 158, 47, 0.35)
}

.GbnbZVrDZ:active {
  transform: translateX(-50%) translateY(1px)
}

@media (max-width:380px) {
  .PWGRrqqy {
    font-size: clamp(24px, 5vw, 52px);
  }
}

.VjRVSIWEYKxm {
  padding: 54px 20px;
  background: #1c0c19;
  border-top: 1px solid var(--line)
}

.vbQnrPd {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 16px
}

.sCPckwNr {
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(22px, 3.5vw, 34px)
}

.qCCxBhaHeV p {
  color: var(--muted);
  margin-bottom: 10px;
  max-width: 78ch
}

.FofqDPJ {
  padding: 34px 20px;
  background: linear-gradient(180deg, #1c0c19 0%, #190b17 100%)
}

.zrgZTXC {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr)
}

.HcAhQtnMnS {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  display: grid;
  gap: 8px
}

.yFUdNhKygqK {
  font-size: 22px;
  color: var(--accent)
}

.YAOfseQkq {
  font-weight: 700
}

.xcpuYnp {
  color: var(--muted)
}

@media (max-width:980px) {
  .zrgZTXC {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:540px) {
  .zrgZTXC {
    grid-template-columns: 1fr
  }
}

.xafFDQots {
  padding: 54px 20px;
  background: #190b17;
  border-top: 1px solid var(--line)
}

.ltvPwIY {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 16px
}

.umotGKDiv {
  font-family: "Figtree", system-ui, sans-serif;
  font-size: clamp(22px, 3.5vw, 34px)
}

.NGaWzT {
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  background: conic-gradient(from 210deg at 20% 10%, #261a35, #1f0f1d 55%, #261a35);
  border: 1px solid #3b2b56;
  border-radius: 18px;
  padding: 16px
}

.RtRmGiSx img {
  filter: saturate(120%) contrast(105%);
  background: #1f0f1d;
  border: 1px solid #472234;
  border-radius: 12px;
  padding: 8px
}

.XdNjBbIQvqblQB {
  font-weight: 700
}

.ftMRnNLxDIvlc {
  color: #fff3d6
}

.TaEvqm {
  color: var(--muted);
  max-width: 60ch
}

.bWpVAmSzuIf {
  display: flex;
  gap: 12px;
  flex-wrap: wrap
}

.oUyOcplHiOxm {
  font-size: 14px;
  color: #f7f7cf;
  background: #24101f;
  border: 1px solid #472234;
  border-radius: 999px;
  padding: 6px 10px;
  display: inline-flex;
  gap: 8px;
  align-items: center
}

.HzDrHLUrLe {
  display: grid;
  gap: 10px;
  justify-items: center;
  align-content: center
}

.OxYLzLuWzthaGD {
  color: #ffa46b
}

.gZgjC {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 220px;
  padding: 12px 20px;
  border-radius: 14px;
  background: linear-gradient(180deg, var(--accent), #945b1e);
  color: var(--accent-ink);
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: .2px;
  box-shadow: 0 10px 28px rgba(223, 167, 46, 0.35), inset 0 1px 0 rgba(255, 255, 255, .18);
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
  white-space: nowrap;
}

.gZgjC:hover {
  filter: brightness(1.03);
  box-shadow: 0 14px 36px rgba(176, 128, 40, 0.45), inset 0 1px 0 rgba(255, 255, 255, .22);
}

.gZgjC:active {
  transform: translateY(1px);
  box-shadow: 0 8px 20px rgba(167, 130, 38, 0.35);
}

.gZgjC:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

@media (max-width:900px) {
  .NGaWzT {
    grid-template-columns: 1fr;
    justify-items: center
  }

  .HzDrHLUrLe {
    justify-items: center
  }

  .gZgjC {
    width: 100%
  }
}

.jSJGD {
  padding: 54px 20px;
  background: #100a16;
  border-top: 1px solid var(--line)
}

.kUPdLxsDqCFB {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 16px
}

.AwOJEK {
  font-family: "Figtree";
  font-size: clamp(22px, 3.5vw, 34px)
}

.OeOYhU p {
  color: var(--muted);
  margin-bottom: 10px
}

.SnEbBN {
  display: grid;
  gap: 6px;
  color: #e0cff7
}

.EvKeWFsN {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.FFuAwd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1f0f1d;
  border: 1px solid #472234;
  border-radius: 12px;
  padding: 6px 10px
}

.iwdzcuBZgX {
  border-top: 1px solid var(--line);
  background: #170b15
}

.OAHwcaRgS {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 20px;
  grid-template-columns: 1.4fr .6fr;
  padding: 24px 20px
}

.LSjkAmzV {
  font-weight: 700
}

.aMKZidMzNxKbg,
.oqLMuFgKO {
  color: var(--muted)
}

.gIRbFW {
  display: grid;
  gap: 8px;
  justify-items: center
}

.buTnCXqMwyQAZ {
  color: #e0cff7
}

.RhCyZU {
  display: flex;
  justify-content: center;
  padding-bottom: 8px
}

.nPwor {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border: 1px solid #562b4f;
  background: #241020;
  color: #ffdffc;
  border-radius: 999px;
  padding: 6px 12px
}

.dyKSO {
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  border-top: 1px dashed #472234;
  color: #dbb9d4
}

@media (max-width:860px) {
  .OAHwcaRgS {
    grid-template-columns: 1fr
  }
}

.orrXAZz {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: none
}

.eqLWJCLnDslID {
  width: min(720px, 92vw);
  margin: 0 auto 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  background: linear-gradient(180deg, #241023, #200d1f);
  border: 1px solid #582a4d;
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .38)
}

.omPCYiXwEHYPl {
  font-size: 22px;
  color: #ffa66b
}

.SRbgwuTrq {
  font-family: "Figtree";
  font-size: 18px
}

.WUqoopdOSSzBO {
  color: var(--muted)
}

.grmCfquL {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}

.orrXAZz.show {
  display: block
}

.VHlqsJeQaoX-decline {
  background: #1f0f1d;
  border-color: #582a58;
  color: #dfe7f5
}

.fzoiBKQNVwh {
  position: fixed;
  inset: 0;
  background: radial-gradient(80% 80% at 50% 30%, #260e25ee 0%, #180a17cc 55%, #180a18dd 100%);
  backdrop-filter: blur(6px);
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 20px
}

.JVTUaA {
  width: min(760px, 85vw);
  background: linear-gradient(180deg, #1f0f1d, #1a0b1a);
  border: 1px solid #562b56;
  border-radius: 22px;
  padding: 22px;
  display: grid;
  gap: 14px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45)
}

.LggrWbDTW {
  display: flex;
  align-items: center;
  gap: 12px
}

.OSVcOfUCj {
  font-size: 22px;
  color: #9a93ff
}

.TygleEr {
  font-family: "Figtree";
  font-size: 22px
}

.yeDUUAbr {
  color: var(--muted)
}

.RrFXSd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  align-items: center;
  justify-items: center
}

.sxPodDFEG {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

.sxPodDFEG .TfZtzs {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 180px;
  padding: 14px 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, #331a33, #2a122a);
  color: var(--ink);
  border: 1px solid #582a58;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .05);
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, filter .2s ease;
  text-align: center;
  white-space: nowrap;
}

.sxPodDFEG .TfZtzs i {
  font-size: 16px;
  opacity: .9
}

.sxPodDFEG .TfZtzs:hover {
  box-shadow: 0 10px 26px rgba(0, 0, 0, .45)
}

.sxPodDFEG .TfZtzs:active {
  transform: translateY(1px)
}

.sxPodDFEG .TfZtzs:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px
}

.sxPodDFEG .PJYRMcWNTEMM {
  background: linear-gradient(180deg, var(--accent), #94611e);
  color: var(--accent-ink);
  border-color: transparent;
}

.sxPodDFEG .PJYRMcWNTEMM:hover {
  filter: brightness(1.03)
}

.sxPodDFEG .YrSOgmk {
  background: linear-gradient(180deg, #261a33, #26122a);
  color: #dfe7f5;
}

@media (max-width:420px) {
  .sxPodDFEG .TfZtzs {
    min-width: 100%
  }
}

@media (max-width:640px) {
  .RrFXSd {
    grid-template-columns: repeat(2, 1fr)
  }
}

.Aestq {
  padding: 48px 20px;
  background: linear-gradient(180deg, #1c0c19 0%, #190b17 100%)
}

.mNvot {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  background: linear-gradient(180deg, #241023, #200d1f);
  border: 1px solid #582a58;
  border-radius: 20px;
  padding: 22px;
  display: grid;
  gap: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .35)
}

.TiBifPolmIEmKg {
  display: grid;
  gap: 6px
}

.eYcPPB {
  font-family: "Figtree", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3.5vw, 34px)
}

.cIHgjDvfOHkx {
  color: var(--muted)
}

.sNbNHuycHS {
  display: grid;
  gap: 14px
}

.EoWKaWRRPO {
  display: grid;
  gap: 6px
}

.HFeqOf {
  font-weight: 600
}

.TOrHTO,
.YfSIDUCDdHnA {
  width: 100%;
  border-radius: 14px;
  background: #1f0f1d;
  border: 1px solid #582a58;
  color: #eaf4f8;
  padding: 14px 14px
}

.YfSIDUCDdHnA {
  resize: vertical
}

.TOrHTO:focus-visible,
.YfSIDUCDdHnA:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px
}

.BKogDyhZZ {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 4px
}

.DZthJeFsx {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #582a58;
  accent-color: var(--accent)
}

.BKogDyhZZ-label {
  color: #f5eedf
}

.BKogDyhZZ-label a {
  color: #b6edf7;
  text-decoration: underline
}

.JNYOlZw {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 4px
}

.buGdVPVRjjxC {
  min-width: 220px;
  justify-content: center
}

.xsCzUP {
  font-size: 14px;
  color: #f4cff7
}

.TOrHTO.is-bad,
.YfSIDUCDdHnA.is-bad {
  border-color: #c84f4f;
  box-shadow: 0 0 0 2px #ff6b6b22
}

.TOrHTO.is-good,
.YfSIDUCDdHnA.is-good {
  border-color: #3edfa7
}

.Ebzqv {
  position: fixed;
  inset: 0;
  background: #170a18cc;
  backdrop-filter: blur(4px);
  z-index: 70;
  display: none;
  place-items: center;
  padding: 20px
}

.BeUgJBu {
  width: min(560px, 92vw);
  background: linear-gradient(180deg, #241023, #200d1f);
  border: 1px solid #582a58;
  border-radius: 20px;
  padding: 22px;
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45)
}

.HpOuk {
  font-size: 32px;
  color: #2fd58c
}

.QhPtWeGDhJ {
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 22px
}

.BCjRKvXWF {
  color: #e0cff7;
  max-width: 56ch
}

.RSLJElv {
  margin-top: 8px
}

.Ebzqv.show {
  display: grid
}

/* Enhanced submit button look */
.mwZwvQkYMo.lVwBRE.buGdVPVRjjxC {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 230px;
  padding: 14px 24px;
  border-radius: 14px;
  border: 1px solid transparent;
  background: linear-gradient(180deg, var(--accent) 0%, #945d1e 100%);
  color: var(--accent-ink);
  font-weight: 700;
  letter-spacing: .2px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(213, 158, 47, 0.35), inset 0 1px 0 rgba(255, 255, 255, .2);
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
}

.mwZwvQkYMo.lVwBRE.buGdVPVRjjxC i {
  font-size: 16px;
  opacity: .9
}

.mwZwvQkYMo.lVwBRE.buGdVPVRjjxC:hover {
  filter: brightness(1.03);
  box-shadow: 0 12px 30px rgba(213, 158, 47, 0.45), inset 0 1px 0 rgba(255, 255, 255, .22);
}

.mwZwvQkYMo.lVwBRE.buGdVPVRjjxC:active {
  transform: translateY(1px);
  box-shadow: 0 6px 16px rgba(213, 152, 47, 0.35);
}

.mwZwvQkYMo.lVwBRE.buGdVPVRjjxC:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.mwZwvQkYMo.lVwBRE.buGdVPVRjjxC:disabled {
  filter: grayscale(.2) brightness(.9);
  box-shadow: none;
  cursor: not-allowed;
  opacity: .85;
}