* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
:root {
  --pink: #ff3b7f;
  --pink-soft: #ffecf1;
  --gold: #e8b923;
  --bg: #ffffff;
  --text: #111;
  --muted: #777;
  --line: #f5d6e2;
}
html, body {
  font-family: "PingFang HK", "PingFang TC", "Noto Sans TC", -apple-system, sans-serif;
  background: var(--bg); color: var(--text); line-height: 1.45;
}
.hidden { display: none !important; }
button { font: inherit; cursor: pointer; border: none; }
img { max-width: 100%; display: block; }
a { color: var(--pink); text-decoration: none; font-weight: 600; }

.topbar { background: #fff; border-bottom: 1px solid #f3e0e8; position: sticky; top: 0; z-index: 40; }
.topbar-inner { max-width: 1100px; margin: 0 auto; padding: 12px 16px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.logo { display: flex; gap: 10px; align-items: center; }
.logo-mark { width: 42px; height: 42px; border-radius: 12px; background: var(--pink-soft); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.logo strong { display: block; font-size: 17px; }
.logo em { color: var(--pink); font-style: normal; }
.logo small { color: var(--muted); font-size: 12px; }
.trust-row { flex: 1; display: flex; flex-wrap: wrap; gap: 8px; }
.trust-row span { background: var(--pink-soft); color: var(--pink); font-size: 12px; font-weight: 700; padding: 6px 10px; border-radius: 999px; }
.side-tab { background: var(--pink); color: #fff; font-size: 12px; font-weight: 800; padding: 10px 14px; border-radius: 12px; box-shadow: 0 6px 16px rgba(255,59,127,.25); }

.page { max-width: 1100px; margin: 0 auto; padding: 0 16px 100px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; padding: 36px 0 28px; }
.hero h1 { font-size: clamp(34px, 5.5vw, 52px); font-weight: 900; line-height: 1.12; }
.hero h1 em { color: var(--pink); font-style: normal; }
.hero-sub { margin: 14px 0; color: var(--muted); font-size: 15px; }
.hero-sub b { color: #333; }
.hero-feats { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.hero-feats span { display: inline-flex; align-items: center; gap: 4px; background: var(--pink-soft); color: #555; font-size: 13px; font-weight: 600; padding: 6px 10px; border-radius: 999px; }
.btn-main { background: var(--pink); color: #fff; font-weight: 800; font-size: 16px; padding: 15px 28px; border-radius: 999px; box-shadow: 0 10px 24px rgba(255,59,127,.32); }
.btn-main.full, .btn-main.soft { width: 100%; }
.btn-main.soft { background: var(--pink-soft); color: var(--pink); box-shadow: none; margin-bottom: 14px; }
.hero-note { margin-top: 12px; font-size: 13px; color: var(--muted); }
.hero-visual { position: relative; }
.hero-img { border-radius: 22px; width: 100%; max-height: 440px; object-fit: cover; box-shadow: 0 18px 42px rgba(255,59,127,.18); }
.hearts { position: absolute; top: 14px; right: 14px; font-size: 22px; letter-spacing: 4px; }
.float-card { position: absolute; left: 12px; bottom: 12px; background: #fff; border-radius: 16px; padding: 12px; display: flex; gap: 10px; max-width: 280px; box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.av-img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.float-card p { font-size: 12px; }
.float-card strong { font-size: 12px; color: var(--pink); }

.section { padding: 34px 0; }
.section-pink { background: var(--pink-soft); margin: 0 -16px; padding: 34px 16px; border-radius: 24px; }
.section-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 18px; }
h2 { font-size: 24px; font-weight: 900; }
h2.center { text-align: center; margin-bottom: 22px; }

.hilite { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.hilite-card { background: #fff; border-radius: 18px; padding: 20px 14px; text-align: center; box-shadow: 0 6px 18px rgba(255,59,127,.08); border: 1px solid #ffe0ea; }
.hilite-card .ico { width: 48px; height: 48px; margin: 0 auto 10px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; }
.hilite-card .ico.gold { background: #fff4cc; }
.hilite-card .ico.pink { background: var(--pink-soft); }
.hilite-card .ico.yellow { background: #fff6d6; }
.hilite-card h3 { font-size: 16px; margin-bottom: 4px; }
.hilite-card p { font-size: 12px; color: var(--muted); }

.process-wrap { display: grid; grid-template-columns: 1.35fr .85fr; gap: 16px; align-items: stretch; }
.process { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.step { flex: 1; min-width: 130px; background: #fff; border-radius: 16px; padding: 18px 12px; text-align: center; box-shadow: 0 4px 14px rgba(0,0,0,.04); position: relative; }
.step > span { position: absolute; top: 10px; left: 10px; width: 24px; height: 24px; border-radius: 50%; background: var(--pink); color: #fff; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.step-ico { font-size: 28px; margin: 8px 0; }
.step h3 { font-size: 14px; margin-bottom: 4px; }
.step p { font-size: 12px; color: var(--muted); }
.arr { color: var(--pink); font-weight: 800; font-size: 20px; }
.why-side { background: #fff; border-radius: 18px; padding: 16px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 10px; align-items: center; border: 1px solid #ffd0e0; }
.why-side h3 { color: var(--pink); margin-bottom: 10px; font-size: 16px; }
.why-side ul { list-style: none; font-size: 13px; }
.why-side li { margin: 8px 0; }
.why-side img { width: 100%; max-height: 140px; object-fit: contain; }

.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.reviews article { background: #fff; border-radius: 16px; padding: 18px; border: 1px solid #ffe0ea; box-shadow: 0 4px 14px rgba(255,59,127,.06); }
.reviews .av-img { margin-bottom: 10px; }
.reviews p { font-size: 13px; margin-bottom: 10px; min-height: 60px; }
.stars { color: var(--pink); letter-spacing: 1px; }

.promise { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; text-align: center; }
.p-ico { display: inline-flex; width: 52px; height: 52px; border-radius: 50%; background: var(--pink); color: #fff; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 8px; }
.promise p { font-size: 12px; color: var(--muted); }
.promise b { color: #333; }

.prize-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.prize-row article { background: #fff; border: 1px solid #ffe0ea; border-radius: 16px; padding: 14px; text-align: center; cursor: pointer; box-shadow: 0 4px 14px rgba(0,0,0,.03); }
.prize-row img { height: 100px; object-fit: contain; margin: 0 auto 10px; border-radius: 10px; }
.prize-row h3 { font-size: 14px; }
.prize-row p { font-size: 12px; color: var(--muted); margin: 4px 0 12px; }
.prize-row button { width: 100%; background: var(--pink); color: #fff; border-radius: 999px; padding: 9px; font-weight: 800; font-size: 13px; }

.faq details { max-width: 760px; margin: 0 auto 10px; background: #fff; border-radius: 12px; padding: 12px 16px; border: 1px solid #ffd0e0; }
.faq summary { font-weight: 700; cursor: pointer; }
.faq p { margin-top: 8px; font-size: 13px; color: var(--muted); }

.sticky-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 35; background: var(--pink); padding: 12px 16px; box-shadow: 0 -8px 24px rgba(255,59,127,.25); }
.sticky-bar button { width: 100%; max-width: 900px; margin: 0 auto; display: block; background: transparent; color: #fff; font-weight: 800; font-size: 15px; }

.modal-mask { position: fixed; inset: 0; z-index: 100; background: rgba(0,0,0,.65); display: flex; align-items: flex-end; justify-content: center; padding: 12px; overflow-y: auto; }
@media (min-width: 640px) { .modal-mask { align-items: center; } }
.modal { width: min(440px, 100%); max-height: min(92vh, 860px); overflow-y: auto; border-radius: 22px; position: relative; animation: up .28s ease; }
@keyframes up { from { transform: translateY(24px); opacity: 0; } to { transform: none; opacity: 1; } }
.modal-x { position: absolute; top: 12px; right: 12px; z-index: 2; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; }
.modal-x.dark { background: rgba(0,0,0,.08); color: #333; }

.unlock-modal { background: #0a0a0a; color: #fff; padding: 28px 18px 22px; }
.unlock-modal h2 { text-align: center; font-size: 22px; }
.unlock-modal h2 em { color: var(--gold); font-style: normal; }
.unlock-modal .tag { text-align: center; color: var(--gold); font-size: 20px; font-weight: 900; margin: 12px 0; }
.unlock-modal .desc { text-align: center; font-size: 13px; color: #ccc; margin-bottom: 16px; }
.unlock-modal .desc b { color: var(--gold); }
.feats { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
.feats li { display: flex; gap: 8px; }
.feats i { width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--gold); color: var(--gold); display: flex; align-items: center; justify-content: center; font-style: normal; flex-shrink: 0; }
.feats strong { display: block; font-size: 13px; color: var(--gold); }
.feats span { font-size: 11px; color: #999; }
.field-label { display: block; text-align: center; font-size: 13px; margin-bottom: 8px; }
.input-wrap { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: center; }
.phone-row { display: flex; align-items: center; gap: 8px; background: #1a1a1a; border: 1px solid #333; border-radius: 999px; padding: 10px 14px; }
.phone-row .wa { color: var(--gold); }
.phone-row select, .phone-row input { background: transparent; border: none; color: #fff; outline: none; font: inherit; }
.phone-row select { max-width: 86px; }
.phone-row input { flex: 1; min-width: 0; }
.gold-decor { width: 72px; }
.err { color: #ff6b6b; font-size: 12px; margin: 6px 0; }
.btn-gold { width: 100%; background: linear-gradient(180deg, #ffe066, var(--gold)); color: #1a1400; font-weight: 900; font-size: 14px; padding: 16px; border-radius: 14px; margin-top: 10px; }
.progress { margin-top: 12px; }
.progress-h { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 6px; }
.progress-track { height: 8px; background: #2a2a2a; border-radius: 999px; overflow: hidden; }
#progressBar { height: 100%; width: 0; background: var(--gold); transition: width .2s; }
#progressText { font-size: 12px; color: #999; margin-top: 6px; }
.legal { text-align: center; font-size: 11px; color: #888; margin-top: 12px; }

.pairing-mask { background: rgba(40,10,20,.55); }
.pairing-modal { background: #fff5f9; color: #1a1a1a; width: min(760px, 100%); padding: 24px 20px; }
.pairing-modal h2 { text-align: center; font-size: 22px; }
.pairing-modal h2 em { color: var(--pink); font-style: normal; }
.pair-hint { text-align: center; font-size: 13px; color: var(--muted); margin: 8px 0 14px; }
.code-row { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; margin-bottom: 14px; }
.code-box { width: 42px; height: 50px; background: #fff; border: 1px solid #f0c8d8; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 22px; }
.code-sep { font-weight: 800; color: #ccc; }
.ins { list-style: none; margin-bottom: 12px; }
.ins li { display: flex; gap: 12px; margin-bottom: 12px; font-size: 15px; line-height: 1.35; }
.ins span { width: 28px; height: 28px; border-radius: 8px; background: #ffe6f0; color: var(--pink); display: flex; align-items: center; justify-content: center; font-weight: 800; flex-shrink: 0; }
.auth-guide-image { margin: 0 0 14px; border-radius: 18px; overflow: hidden; background: #fff; }
.auth-guide-image.hidden { display: none; }
.auth-guide-image img { display: block; width: 100%; height: auto; max-height: 58vh; object-fit: contain; }
.auth-guide-image:not(.hidden) + .ins { display: none; }
.warn { background: #ffe6f0; color: #9a3058; border-radius: 14px; padding: 12px 14px; font-size: 14px; line-height: 1.45; margin-bottom: 14px; }
.status { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 15px; color: var(--muted); margin-bottom: 14px; border-radius: 14px; background: rgba(255,255,255,.68); padding: 10px 12px; }
.spin { width: 18px; height: 18px; border: 2px solid #f0d0e0; border-top-color: var(--pink); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.video-box { background: #111; color: #fff; padding: 40px 16px 16px; width: min(520px, 100%); }
.video-box video { width: 100%; border-radius: 12px; margin-top: 10px; }
.toast { position: fixed; left: 50%; bottom: 100px; transform: translateX(-50%); background: rgba(0,0,0,.82); color: #fff; padding: 10px 16px; border-radius: 999px; font-size: 13px; z-index: 200; }

@media (max-width: 900px) {
  .hero, .process-wrap, .why-side { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .hilite, .prize-row { grid-template-columns: 1fr 1fr; }
  .reviews { grid-template-columns: 1fr; }
  .promise { grid-template-columns: repeat(3, 1fr); }
  .trust-row { display: none; }
  .feats { grid-template-columns: 1fr; }
  .input-wrap { grid-template-columns: 1fr; }
  .gold-decor { display: none; }
}
@media (max-width: 520px) {
  .pairing-modal { width: calc(100vw - 28px); padding: 24px 16px; }
  .code-box { width: 34px; height: 42px; font-size: 18px; }
}
@media (max-width: 480px) {
  .hilite { grid-template-columns: 1fr 1fr; }
}

/* Authorization modal v2 */
#unlockModal.modal-mask{padding:14px;background:rgba(0,0,0,.62);align-items:flex-end;justify-content:center}
@media (min-width:640px){#unlockModal.modal-mask{align-items:center;padding:24px}}
#unlockModal .unlock-modal{width:min(560px,100%);max-height:min(92vh,900px);overflow-y:auto;border-radius:28px;padding:34px 26px 26px;box-shadow:0 24px 86px rgba(0,0,0,.5);scrollbar-width:thin}
#unlockModal .modal-x{position:fixed;top:max(24px,6vh);right:max(24px,calc((100vw - 560px)/2 + 18px));z-index:1002;width:46px;height:46px;border-radius:999px;font-size:24px;line-height:1;background:rgba(255,255,255,.86);color:currentColor;box-shadow:0 10px 28px rgba(0,0,0,.18);backdrop-filter:blur(10px)}
#unlockModal .unlock-modal h2{padding:0 54px;font-size:clamp(26px,6vw,34px);line-height:1.16;letter-spacing:0;margin:4px 0 10px;text-align:center}
#unlockModal .unlock-modal h2 em{font-style:normal}
#unlockModal .unlock-modal .tag,#unlockModal .unlock-tag{font-size:15px;line-height:1.45;margin:10px 0 14px;text-align:center}
#unlockModal .unlock-desc,#unlockModal .unlock-modal .desc,#unlockModal .unlock-modal .sub{font-size:15px;line-height:1.55;margin:0 0 20px;text-align:center}
#unlockModal .unlock-hero{margin:0 auto 18px;max-width:360px;min-height:0;gap:14px}
#unlockModal .unlock-hero img{max-height:128px;object-fit:contain}
#unlockModal .unlock-body{gap:18px;margin:20px 0 18px}
#unlockModal .steps4{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;padding:0;list-style:none}
#unlockModal .steps4 li{margin:0;min-height:84px;border-radius:18px;padding:14px;align-items:flex-start}
#unlockModal .steps4 span{width:38px;height:38px;border-radius:12px;font-size:16px}
#unlockModal .steps4 strong{font-size:15px;line-height:1.25}
#unlockModal .steps4 small{display:block;margin-top:6px;font-size:12px;line-height:1.45}
#unlockModal .unlock-right img{height:190px;border-radius:22px;margin-bottom:14px}
#unlockModal .why-box{border-radius:20px;padding:16px}
#unlockModal .why-box h3{font-size:17px;margin-bottom:12px}
#unlockModal .why-box strong{font-size:14px;line-height:1.25}
#unlockModal .why-box small{display:block;font-size:12px;line-height:1.35;margin-top:4px}
#unlockModal .unlock-feats{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:22px 0 20px}
#unlockModal .unlock-feats li{min-height:74px;gap:12px;align-items:center;padding:8px 0}
#unlockModal .unlock-feats i{width:44px;height:44px;font-size:18px}
#unlockModal .unlock-feats strong{font-size:15px;line-height:1.25}
#unlockModal .unlock-feats span{font-size:12px;line-height:1.4;margin-top:5px}
#unlockModal .verify-box{margin:20px 0 12px;padding:14px 16px;border-radius:18px;font-size:14px;line-height:1.48;text-align:center}
#unlockModal .field-label{font-size:15px;font-weight:800;margin:20px 0 10px;line-height:1.35}
#unlockModal .phone-row{min-height:64px;border-radius:18px;padding:0 16px;margin-bottom:10px;gap:10px}
#unlockModal .phone-row .wa{font-size:20px;display:inline-flex;align-items:center;justify-content:center;min-width:22px}
#unlockModal .phone-row select[aria-hidden="true"]{display:none!important}
#unlockModal .phone-row select{max-width:92px;font-size:15px}
#unlockModal .phone-row input{min-height:58px;font-size:18px;line-height:1.3;letter-spacing:0}
#unlockModal .phone-row input::placeholder{opacity:.72}
#unlockModal .err{font-size:13px;line-height:1.4;margin:8px 2px 0}
#unlockModal .btn-main.full,#unlockModal .btn-wa,#unlockModal .btn-gold{width:100%;min-height:60px;border-radius:18px;padding:16px 20px;margin-top:14px;font-size:17px;line-height:1.3;white-space:normal;text-align:center}
#unlockModal .btn-main.full span,#unlockModal .btn-wa span,#unlockModal .btn-gold span{display:block;line-height:1.3}
#unlockModal .btn-wa small{font-size:12px;line-height:1.4;margin-top:4px;opacity:.82}
#unlockModal .progress{margin-top:16px;padding:16px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
#unlockModal .progress-h{font-size:14px;line-height:1.35;margin-bottom:10px}
#unlockModal .progress-track{height:10px;border-radius:999px}
#unlockModal #progressText{font-size:13px;line-height:1.45;margin-top:10px;text-align:center}
#unlockModal .foot-trust,#unlockModal .legal{margin-top:16px;font-size:13px;line-height:1.45;text-align:center}
@media (max-width:520px){
  #unlockModal .unlock-modal{border-radius:26px;padding:30px 18px 22px}
  #unlockModal .unlock-modal h2{padding:0 48px;font-size:28px}
  #unlockModal .unlock-body{display:block}
  #unlockModal .steps4,#unlockModal .unlock-feats{gap:12px}
  #unlockModal .unlock-right{display:none}
  #unlockModal .phone-row{min-height:62px;padding:0 14px}
  #unlockModal .phone-row input{font-size:17px}
}

/* Authorization modal v3 readability */
#unlockModal .unlock-modal{padding:38px 28px 28px}
#unlockModal .unlock-modal h2{font-size:clamp(30px,7vw,38px);line-height:1.12;margin-bottom:12px}
#unlockModal .unlock-modal .tag,#unlockModal .unlock-tag{font-size:17px;line-height:1.45;margin-bottom:18px}
#unlockModal .unlock-desc,#unlockModal .unlock-modal .desc,#unlockModal .unlock-modal .sub{font-size:16px;line-height:1.62;margin-bottom:22px}
#unlockModal .steps4 li,#unlockModal .unlock-feats li{background:rgba(255,255,255,.58);border:1px solid rgba(0,0,0,.045);box-shadow:0 8px 24px rgba(0,0,0,.04)}
#unlockModal .steps4 strong,#unlockModal .unlock-feats strong{font-size:17px;line-height:1.25}
#unlockModal .steps4 small,#unlockModal .unlock-feats span{font-size:13px;line-height:1.48}
#unlockModal .verify-box,#unlockModal .field-label{font-size:17px}
#unlockModal .phone-row{min-height:70px;border-radius:20px}
#unlockModal .phone-row input{min-height:64px;font-size:21px}
#unlockModal .btn-main.full,#unlockModal .btn-wa,#unlockModal .btn-gold{min-height:68px;border-radius:20px;font-size:20px}
#unlockModal .foot-trust,#unlockModal .legal{font-size:14px}
@media (max-width:520px){
  #unlockModal .unlock-modal{width:calc(100vw - 28px);border-radius:28px;padding:34px 20px 24px}
  #unlockModal .unlock-modal h2{font-size:32px;padding:0 42px;margin-bottom:14px}
  #unlockModal .unlock-modal .tag,#unlockModal .unlock-tag{font-size:18px;margin-bottom:20px}
  #unlockModal .unlock-desc,#unlockModal .unlock-modal .desc,#unlockModal .unlock-modal .sub{font-size:16px;line-height:1.6}
  #unlockModal .steps4,#unlockModal .unlock-feats{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  #unlockModal .steps4 li,#unlockModal .unlock-feats li{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:104px;padding:16px;border-radius:22px}
  #unlockModal .steps4 span,#unlockModal .unlock-feats i{width:46px;height:46px;border-radius:16px;font-size:20px;margin-bottom:10px}
  #unlockModal .steps4 strong,#unlockModal .unlock-feats strong{font-size:18px;line-height:1.22}
  #unlockModal .steps4 small,#unlockModal .unlock-feats span{display:none}
  #unlockModal .verify-box{margin-top:20px;padding:16px;border-radius:20px;font-size:17px;line-height:1.5}
  #unlockModal .field-label{font-size:17px;margin-top:22px}
  #unlockModal .phone-row{min-height:72px;border-radius:22px;padding:0 18px}
  #unlockModal .phone-row input{min-height:66px;font-size:21px}
  #unlockModal .btn-main.full,#unlockModal .btn-wa,#unlockModal .btn-gold{min-height:70px;border-radius:22px;font-size:21px;margin-top:16px}
  #unlockModal .foot-trust,#unlockModal .legal{font-size:14px;line-height:1.45}
}

/* Authorization modal v4 form first */
#unlockModal .unlock-modal{display:flex;flex-direction:column}
#unlockModal .unlock-modal > .modal-x{order:0}
#unlockModal .unlock-modal > h2{order:1}
#unlockModal .unlock-modal > .tag,#unlockModal .unlock-modal > .unlock-tag{order:2}
#unlockModal .unlock-modal > .unlock-desc,#unlockModal .unlock-modal > .desc,#unlockModal .unlock-modal > .sub{order:3}
#unlockModal .unlock-modal > .verify-box,#unlockModal .unlock-modal > .field-label{order:4}
#unlockModal .unlock-modal > .phone-row{order:5}
#unlockModal .unlock-modal > .err{order:6}
#unlockModal .unlock-modal > #unlockBtn{order:7}
#unlockModal .unlock-modal > #progressPanel{order:8}
#unlockModal .unlock-modal > .foot-trust,#unlockModal .unlock-modal > .legal{order:9}
#unlockModal .unlock-modal > .unlock-body,#unlockModal .unlock-modal > .unlock-feats,#unlockModal .unlock-modal > .unlock-hero{order:20}
#unlockModal .unlock-modal > .unlock-body,#unlockModal .unlock-modal > .unlock-feats{margin-top:28px}
#unlockModal .unlock-modal > .unlock-hero{margin-top:26px}
#unlockModal .verify-box{margin-top:4px}
#unlockModal .field-label{margin-top:8px}
@media (max-width:520px){
  #unlockModal .unlock-modal{max-height:min(92vh,900px)}
  #unlockModal .unlock-modal > .unlock-body,#unlockModal .unlock-modal > .unlock-feats{margin-top:30px}
  #unlockModal .unlock-modal > .unlock-hero{display:none}
}
