/* ============================================================
   v4 — 밝은 신뢰형(화이트 · 네이비 · 블루): 첫 화면 폼 + 마퀴 +
        정보방 채팅 목업 + 회전 블루 보더 + 샤인 스윕 CTA
   ============================================================ */
:root {
  --bg: #f4f7fb;
  --bg-card: #ffffff;
  --line: #e3e9f3;
  --txt: #13203c;
  --txt-dim: #5f6d87;
  --blue: #1467ff;
  --blue-hi: #5f98ff;
  --blue-deep: #0c4fd6;
  --navy: #0b2b5e;
  --up: #e5484d;    /* 상승=빨강 */
  --down: #3b6fe0;  /* 하락=파랑 */
  --radius: 18px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  background:
    radial-gradient(900px 420px at 80% -120px, rgba(20, 103, 255, .08), transparent 60%),
    radial-gradient(700px 360px at 8% 260px, rgba(53, 177, 255, .06), transparent 60%),
    var(--bg);
  color: var(--txt);
  font-family: Pretendard, "Pretendard Variable", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif;
  line-height: 1.55; letter-spacing: -.01em;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
b { font-weight: 800; }
.fine { font-size: 11.5px; color: #8a94a8; }
.fine.center { text-align: center; margin-top: 14px; }

/* 마스킹 바 (숫자·종목명 가리개) */
.mask { display: inline-block; height: .8em; border-radius: 3px; background: currentColor; opacity: .45; vertical-align: baseline; }
.mask.w2 { width: 1.2em; } .mask.w3 { width: 1.7em; } .mask.w4 { width: 2.2em; } .mask.w5 { width: 2.8em; }

/* ---------- 카운트다운 ---------- */
.deadline-bar {
  position: sticky; top: 0; z-index: 60;
  display: flex; justify-content: center; align-items: center; gap: 10px;
  background: linear-gradient(90deg, #b91c1c, #dc2626, #b91c1c);
  padding: 9px 14px; font-size: 13px; color: #ffe4e4;
}
.deadline-bar strong { font-variant-numeric: tabular-nums; font-size: 15px; color: #fff; }

/* ---------- 네비 ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .86); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.deadline-bar:not([hidden]) + .nav { top: 37px; }
.nav-inner {
  max-width: 1060px; margin: 0 auto; padding: 11px 20px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark { width: 30px; height: 30px; color: var(--navy); flex: 0 0 auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.18; }
.brand-text b { font-weight: 800; font-size: 16px; }
.brand-text em { font-style: normal; font-weight: 500; font-size: 9px; color: var(--txt-dim); letter-spacing: .06em; }
.nav-cta {
  font-size: 13px; font-weight: 800; color: #fff;
  background: linear-gradient(135deg, var(--blue-hi), var(--blue) 55%, var(--blue-deep));
  padding: 9px 16px; border-radius: 10px;
  box-shadow: 0 4px 14px rgba(20, 103, 255, .3);
}

/* ---------- 히어로 ---------- */
.hero { position: relative; overflow: hidden; padding: 40px 20px 54px; }
.hero::before {
  content: ""; position: absolute; top: -140px; left: 50%;
  width: min(92vw, 1000px); height: 620px;
  transform: translateX(-50%); pointer-events: none;
  background: radial-gradient(closest-side, rgba(20, 103, 255, .1), transparent 70%);
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }

.gridfloor {
  position: absolute; left: 50%; bottom: -60px;
  width: 1400px; height: 360px;
  transform: translateX(-50%) perspective(520px) rotateX(63deg);
  background:
    repeating-linear-gradient(90deg, rgba(20, 90, 220, .1) 0 1px, transparent 1px 64px),
    repeating-linear-gradient(0deg, rgba(20, 90, 220, .08) 0 1px, transparent 1px 48px);
  -webkit-mask-image: radial-gradient(closest-side at 50% 10%, #000, transparent 92%);
  mask-image: radial-gradient(closest-side at 50% 10%, #000, transparent 92%);
}

.candles {
  position: absolute; left: 50%; bottom: -6px; transform: translateX(-50%);
  width: min(100%, 1060px); height: 58%;
  display: flex; align-items: flex-end; justify-content: space-between;
  padding: 0 8px; opacity: .5;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, .55), transparent 94%);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, .55), transparent 94%);
}
/* 캔들: 숨쉬기(breathe) + 왼쪽→오른쪽 순차 발광 웨이브(glowseq, 3.6초마다 끝없이 순환) */
.candles .c {
  position: relative; width: 4.2%; max-width: 34px; border-radius: 4px; transform-origin: bottom;
  animation: breathe 4s ease-in-out infinite alternate, glowseq 3.6s ease-in-out infinite;
}
.candles .c::after { content: ""; position: absolute; left: 50%; width: 2px; top: -26%; bottom: -12%; transform: translateX(-50%); background: inherit; opacity: .7; }
.candles .u { background: rgba(229, 72, 77, .3); --glow-c: rgba(229, 72, 77, .6); }
.candles .d { background: rgba(59, 111, 224, .26); --glow-c: rgba(59, 111, 224, .55); }
.candles .c:nth-child(1)  { height: 24%; animation-delay: 0s,    0s; }
.candles .c:nth-child(2)  { height: 38%; animation-delay: .4s,  .3s; }
.candles .c:nth-child(3)  { height: 30%; animation-delay: .8s,  .6s; }
.candles .c:nth-child(4)  { height: 48%; animation-delay: .2s,  .9s; }
.candles .c:nth-child(5)  { height: 36%; animation-delay: 1.1s, 1.2s; }
.candles .c:nth-child(6)  { height: 56%; animation-delay: .6s,  1.5s; }
.candles .c:nth-child(7)  { height: 42%; animation-delay: 1.4s, 1.8s; }
.candles .c:nth-child(8)  { height: 64%; animation-delay: .3s,  2.1s; }
.candles .c:nth-child(9)  { height: 74%; animation-delay: .9s,  2.4s; }
.candles .c:nth-child(10) { height: 86%; animation-delay: .5s,  2.7s; }
.candles .c:nth-child(11) { height: 58%; animation-delay: 1.2s, 3s; }
.candles .c:nth-child(12) { height: 96%; animation-delay: .7s,  3.3s; }
@keyframes breathe { from { transform: scaleY(.94); } to { transform: scaleY(1.05); } }
@keyframes glowseq {
  0%, 22%, 100% { box-shadow: 0 0 0 rgba(0, 0, 0, 0); filter: brightness(1) saturate(1); }
  9% { box-shadow: 0 0 22px var(--glow-c), 0 0 44px var(--glow-c); filter: brightness(1.5) saturate(1.5); }
}

.hero-grid { position: relative; max-width: 1060px; margin: 0 auto; display: grid; gap: 26px; }
.hero-copy { text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12.5px; font-weight: 700; color: var(--blue-deep);
  border: 1px solid rgba(20, 103, 255, .35); background: rgba(20, 103, 255, .07);
  padding: 7px 15px; border-radius: 999px; margin-bottom: 16px;
}
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #16b364; box-shadow: 0 0 8px rgba(22, 179, 100, .7); animation: blink 1.6s infinite; }
@keyframes blink { 50% { opacity: .3; } }

.hero h1 {
  font-size: clamp(32px, 8.8vw, 56px);
  font-weight: 900; line-height: 1.22; letter-spacing: -.045em;
}
.hero h1 .dim { color: #3d4c68; }
.hero h1 em {
  font-style: normal;
  background: linear-gradient(100deg, #2f7bff, #1246d8 40%, #35b1ff 65%, #2f7bff 90%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shimmer 3.2s linear infinite;
}
@keyframes shimmer { to { background-position: -220% 0; } }
.hero .sub { margin-top: 12px; color: var(--txt-dim); font-size: clamp(14.5px, 4vw, 17.5px); }
.hero .sub b { color: var(--txt); }
.badges { list-style: none; display: flex; justify-content: center; gap: 8px; margin-top: 14px; flex-wrap: wrap; }
.badges li {
  font-size: 12.5px; color: var(--txt-dim);
  border: 1px solid var(--line); background: #fff;
  padding: 7px 13px; border-radius: 999px;
  box-shadow: 0 2px 8px rgba(16, 40, 90, .05);
}
.badges b { color: var(--blue-deep); }

/* ---------- 티커 ---------- */
.ticker {
  display: flex; align-items: center; gap: 8px; justify-content: center;
  font-size: 12.5px; color: var(--txt-dim); margin-bottom: 10px; min-height: 22px;
  border: 1px solid rgba(22, 179, 100, .3); background: rgba(22, 179, 100, .06);
  border-radius: 999px; padding: 5px 14px; width: fit-content; margin-left: auto; margin-right: auto;
}
.ticker-dot { width: 7px; height: 7px; border-radius: 50%; background: #16b364; box-shadow: 0 0 8px rgba(22, 179, 100, .7); animation: blink 1.6s infinite; flex: 0 0 auto; }
#tickerText { transition: opacity .3s; white-space: nowrap; }
#tickerText.fade { opacity: 0; }
#tickerText b { color: var(--txt); }

/* ---------- 폼 카드 (회전 블루 보더) ---------- */
.form-wrap { max-width: 470px; margin: 0 auto; width: 100%; scroll-margin-top: 78px; }
.card-shell { position: relative; border-radius: 24px; padding: 2.5px; overflow: hidden; }
.card-shell::before {
  content: ""; position: absolute; inset: -160%;
  background: conic-gradient(
    rgba(20, 103, 255, .6) 0deg, #3f86ff 40deg, rgba(20, 103, 255, .6) 85deg,
    rgba(20, 103, 255, .6) 170deg, rgba(53, 177, 255, .9) 215deg, rgba(20, 103, 255, .6) 260deg,
    rgba(20, 103, 255, .6) 360deg);
  animation: rotb 4.5s linear infinite;
}
@keyframes rotb { to { transform: rotate(360deg); } }
.form-card {
  position: relative; border-radius: 22px;
  background:
    radial-gradient(300px 140px at 50% -40px, rgba(20, 103, 255, .07), transparent 70%),
    var(--bg-card);
  padding: 26px 20px 22px;
  box-shadow: 0 24px 60px rgba(16, 40, 90, .14);
}
.form-card h2 { font-size: 22.5px; font-weight: 900; text-align: center; letter-spacing: -.02em; }
.form-sub { text-align: center; color: var(--txt-dim); font-size: 13px; margin: 7px 0 18px; }
.in {
  width: 100%; background: #f6f8fc; border: 1px solid #dde5f0;
  border-radius: 13px; padding: 15px 16px; font-size: 16px; color: var(--txt);
  font-family: inherit; outline: none; transition: border-color .15s, box-shadow .15s;
  margin-bottom: 10px;
}
.in:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20, 103, 255, .14); background: #fff; }
.in::placeholder { color: #9aa6ba; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; }

/* 동의 고지 박스 (버튼 클릭 = 동의 처리) */
.consent-box {
  background: #f6f8fc; border: 1px solid var(--line); border-left: 3px solid var(--blue);
  border-radius: 12px; padding: 13px 14px; margin: 8px 0 14px;
}
.consent-lead { font-size: 12.5px; color: #33415e; line-height: 1.55; }
.consent-lead b { color: var(--blue-deep); }
.consent-box ul { list-style: none; margin-top: 9px; display: grid; gap: 6px; }
.consent-box li { font-size: 11px; color: #7a8499; line-height: 1.55; }
.consent-box li b { color: #55607a; font-weight: 700; }
.consent-more {
  display: inline-block; margin-top: 10px;
  font-size: 11.5px; font-weight: 700; color: var(--blue-deep); text-decoration: underline;
}

/* ---------- CTA (샤인 스윕) ---------- */
.cta {
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; border: 0; cursor: pointer; font-family: inherit;
  background: linear-gradient(135deg, var(--blue-hi), var(--blue) 45%, var(--blue-deep));
  color: #fff; font-size: 18px; font-weight: 900; letter-spacing: -.01em;
  padding: 17px 20px; border-radius: 14px;
  animation: pulse 2.4s ease-in-out infinite;
  transition: transform .15s ease;
}
.cta::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 34%; left: -60%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .5), transparent);
  transform: skewX(-20deg);
  animation: shine 2.9s ease-in-out infinite;
}
@keyframes shine { 0%, 45% { left: -60%; } 75%, 100% { left: 140%; } }
.cta:active { transform: scale(.97); }
.cta:disabled { opacity: .6; cursor: wait; animation: none; }
.cta .arrow { font-weight: 900; transition: transform .2s; }
.cta:hover .arrow { transform: translateX(4px); }
.cta.slim { max-width: 340px; margin: 22px auto 0; font-size: 16px; padding: 14px 18px; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 8px 26px rgba(20, 103, 255, .3); }
  50% { box-shadow: 0 10px 42px rgba(20, 103, 255, .5); }
}
.form-msg { text-align: center; font-size: 13px; color: var(--up); margin-top: 10px; min-height: 18px; }
.total-badge { text-align: center; font-size: 12px; color: var(--txt-dim); margin-top: 12px; }
.total-badge b { color: var(--blue-deep); }

.done { text-align: center; padding: 26px 0 14px; }
.done-ico {
  width: 60px; height: 60px; margin: 0 auto 16px; border-radius: 50%;
  display: grid; place-items: center; font-size: 27px; font-weight: 800; color: #fff;
  background: linear-gradient(135deg, var(--blue-hi), var(--blue-deep));
  box-shadow: 0 10px 34px rgba(20, 103, 255, .35);
}
.done h3 { font-size: 20px; margin-bottom: 8px; }
.done p { color: var(--txt-dim); font-size: 13.5px; }

/* ---------- 데스크톱 히어로 2컬럼 ---------- */
@media (min-width: 920px) {
  .hero { padding-top: 72px; padding-bottom: 84px; }
  .hero-grid { grid-template-columns: 1.12fr .88fr; align-items: center; gap: 52px; }
  .hero-copy { text-align: left; }
  .badges, .ticker { justify-content: flex-start; }
  .ticker { margin-left: 0; }
}

/* ---------- 마퀴 배너 ---------- */
.marquee-wrap { overflow: hidden; padding: 10px 0; margin-top: -6px; }
.marquee {
  width: 100%;
  background: linear-gradient(90deg, var(--blue-deep), var(--blue) 30%, #4f8dff 50%, var(--blue) 70%, var(--blue-deep));
  box-shadow: 0 6px 30px rgba(20, 103, 255, .3);
  overflow: hidden;
}
/* 한 세트(20개, 약 3800px)를 2번 이어붙이고 정확히 한 세트만큼 이동 → 끊김 없는 루프 */
.marquee-track {
  display: flex; width: max-content;
  animation: roll 76s linear infinite;
}
.mq-set { display: flex; flex: 0 0 auto; }
.mq-set span {
  display: inline-block; white-space: nowrap;
  color: #fff; font-weight: 900; font-size: 14.5px;
  padding: 11px 26px; letter-spacing: -.01em;
}
@keyframes roll { to { transform: translateX(-50%); } }

/* ---------- 섹션 공통 ---------- */
section { padding: 54px 20px; }
.sec-title {
  font-size: clamp(23px, 6.2vw, 31px); font-weight: 900; text-align: center;
  line-height: 1.3; letter-spacing: -.03em; margin-bottom: 10px;
}
.sec-title em {
  font-style: normal;
  background: linear-gradient(100deg, #2f7bff, #1246d8 50%, #35b1ff);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.sec-sub { text-align: center; color: var(--txt-dim); font-size: 13.5px; margin-bottom: 26px; }
.chat-sec, .proof, .steps, .checklist, .faq { max-width: 660px; margin: 0 auto; }
.proof .sec-title, .steps .sec-title, .checklist .sec-title, .faq .sec-title { margin-bottom: 28px; }

/* ---------- 정보방 채팅 목업 ---------- */
.chat-shell {
  max-width: 410px; margin: 0 auto;
  border-radius: 24px; border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 20px 50px rgba(16, 40, 90, .12);
  overflow: hidden;
}
.chat-head {
  display: flex; align-items: center; gap: 9px;
  padding: 13px 16px; border-bottom: 1px solid var(--line);
  background: #f8fafd;
}
.chat-logo { width: 20px; height: 20px; }
.chat-head b { font-size: 14px; }
.live-pill {
  margin-left: auto; display: inline-flex; align-items: center; gap: 5px;
  font-size: 10.5px; font-weight: 800; color: #0e9355;
  border: 1px solid rgba(22, 179, 100, .4); border-radius: 999px; padding: 3px 9px;
  background: rgba(22, 179, 100, .06);
}
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: #16b364; box-shadow: 0 0 7px rgba(22, 179, 100, .7); animation: blink 1.6s infinite; }
.chat-body { padding: 16px 14px 8px; display: grid; gap: 9px; }
.msg {
  max-width: 92%; width: fit-content;
  background: #f1f4f9; border: 1px solid #e6ebf4;
  border-radius: 4px 14px 14px 14px;
  padding: 10px 13px; font-size: 13.5px; line-height: 1.55; color: #33415e;
  opacity: 0; transform: translateY(10px);
}
.msg b { color: var(--txt); }
.msg .mask { opacity: .4; }
.msg.gold {
  background: rgba(20, 103, 255, .07);
  border-color: rgba(20, 103, 255, .35); color: #1c4fd0;
}
.msg.gold b { color: var(--blue-deep); }
.chat-shell.on .msg { animation: msgpop .45s ease forwards; }
.chat-shell.on .msg:nth-child(1) { animation-delay: .1s; }
.chat-shell.on .msg:nth-child(2) { animation-delay: .35s; }
.chat-shell.on .msg:nth-child(3) { animation-delay: .6s; }
.chat-shell.on .msg:nth-child(4) { animation-delay: .85s; }
.chat-shell.on .msg:nth-child(5) { animation-delay: 1.1s; }
.chat-shell.on .msg:nth-child(6) { animation-delay: 1.4s; }
@keyframes msgpop { to { opacity: 1; transform: none; } }
.chat-foot {
  padding: 10px 16px 14px; font-size: 11px; color: #8a94a8; text-align: center;
  border-top: 1px dashed var(--line);
}

/* ---------- 전/후 폰 목업 ---------- */
.proof-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.phone {
  position: relative; border-radius: 20px; padding: 20px 14px 16px;
  border: 1px solid var(--line); background: #fff;
  box-shadow: 0 12px 34px rgba(16, 40, 90, .08);
}
.phone.after { border-color: rgba(229, 72, 77, .35); box-shadow: 0 14px 40px rgba(229, 72, 77, .12); }
.cap {
  position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
  white-space: nowrap; font-size: 11.5px; font-weight: 800;
  background: #eef2f8; color: var(--txt-dim);
  padding: 4px 12px; border-radius: 999px; border: 1px solid var(--line);
}
.cap.gold {
  background: linear-gradient(135deg, var(--blue-hi), var(--blue-deep)); color: #fff;
  border-color: transparent; box-shadow: 0 4px 14px rgba(20, 103, 255, .35);
}
.screen { text-align: center; }
.screen .label { font-size: 11px; color: var(--txt-dim); margin-top: 4px; }
.amount { font-size: clamp(19px, 5.4vw, 27px); font-weight: 900; margin: 6px 0 10px; display: flex; align-items: center; justify-content: center; gap: 2px; }
.amount.down { color: var(--down); }
.amount.up { color: var(--up); }
.spark { width: 100%; height: 38px; }
.sp-down, .sp-up { fill: none; stroke-width: 2.5; stroke-linecap: round; }
.sp-down { stroke: var(--down); }
.sp-up { stroke: var(--up); }
.screen .note { font-size: 11px; color: #8a94a8; margin-top: 8px; }

/* ---------- 3단계 ---------- */
.step-row { list-style: none; display: flex; justify-content: center; align-items: stretch; gap: 8px; }
.step-row li:not(.sep) {
  flex: 1; max-width: 160px; text-align: center;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 8px; box-shadow: 0 6px 20px rgba(16, 40, 90, .05);
}
.step-row b { display: block; color: var(--blue-deep); font-size: 13px; margin-bottom: 4px; }
.step-row span { font-size: 13.5px; font-weight: 700; }
.step-row .sep { align-self: center; color: var(--blue); font-weight: 900; opacity: .55; }

/* ---------- 제공 혜택 ---------- */
.check-grid { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.check-grid li {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 14px; box-shadow: 0 6px 20px rgba(16, 40, 90, .05);
}
.check-grid b { display: block; font-size: 14.5px; line-height: 1.4; }
.check-grid .no {
  font-style: normal; font-weight: 900; margin-right: 3px;
  background: linear-gradient(135deg, var(--blue-hi), var(--blue-deep));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  font-size: 16px;
}
.check-grid span { font-size: 12px; color: var(--txt-dim); display: block; margin-top: 3px; }
.check-grid .wide {
  grid-column: 1 / -1;
  border-color: rgba(20, 103, 255, .35);
  background: linear-gradient(180deg, rgba(20, 103, 255, .06), #fff 60%);
}

/* ---------- FAQ ---------- */
.faq details {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 15px 17px; margin-bottom: 9px;
  box-shadow: 0 6px 20px rgba(16, 40, 90, .04);
}
.faq summary { cursor: pointer; font-weight: 700; font-size: 14px; list-style: none; position: relative; padding-right: 22px; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 0; color: var(--blue); font-size: 16px; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin-top: 9px; font-size: 13px; color: var(--txt-dim); }

/* ---------- 마지막 CTA (네이비 밴드) ---------- */
.last {
  position: relative; text-align: center;
  background: linear-gradient(180deg, var(--navy), #081d42);
  padding: 62px 20px 70px; margin-top: 10px; overflow: hidden;
}
.last-glow {
  position: absolute; top: 0; left: 50%;
  width: min(90vw, 760px); height: 100%; transform: translateX(-50%);
  background: radial-gradient(closest-side, rgba(95, 152, 255, .22), transparent 72%);
  pointer-events: none;
}
.last h2 { position: relative; color: #fff; font-size: clamp(25px, 7vw, 36px); font-weight: 900; line-height: 1.3; letter-spacing: -.03em; margin-bottom: 22px; }
.last h2 em {
  font-style: normal;
  background: linear-gradient(100deg, #9cc3ff, #5f98ff 45%, #cfe1ff 75%);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  animation: shimmer 3.2s linear infinite;
}
.last .cta { max-width: 380px; margin: 0 auto; box-shadow: 0 10px 40px rgba(20, 103, 255, .45); }

/* ---------- 푸터 ---------- */
.foot { background: #fff; border-top: 1px solid var(--line); padding: 32px 20px 110px; text-align: center; }
.foot-brand b { display: block; font-size: 15px; font-weight: 800; }
.foot-brand span { font-size: 10.5px; color: #8a94a8; letter-spacing: .06em; }
.notice-block {
  max-width: 640px; margin: 16px auto 0; text-align: left;
  font-size: 11.5px; color: #7a8499; line-height: 1.75;
  background: #f6f8fc; border: 1px solid var(--line); border-radius: 12px; padding: 15px 17px;
}
.notice-block b { color: #55607a; }
.foot-links { margin-top: 12px; font-size: 12px; }
.foot-links a { color: #61708a; text-decoration: underline; }
.copy { font-size: 11px; color: #9aa4b6; margin-top: 12px; }

/* ---------- 모바일 하단 고정 CTA ---------- */
.sticky-cta {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 70;
  background: linear-gradient(135deg, var(--blue-hi), var(--blue) 45%, var(--blue-deep));
  color: #fff; font-size: 16px; font-weight: 900; text-align: center;
  padding: 15px; border-radius: 14px;
  box-shadow: 0 10px 30px rgba(20, 103, 255, .4);
  transform: translateY(120px); transition: transform .25s ease;
}
.sticky-cta.show { transform: none; }
@media (min-width: 920px) { .sticky-cta { display: none; } }

/* ---------- 모달 ---------- */
.modal {
  position: fixed; inset: 0; z-index: 100; display: grid; place-items: center;
  background: rgba(12, 22, 44, .5); backdrop-filter: blur(5px); padding: 20px;
}
.modal-box {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  max-width: 480px; width: 100%; max-height: 80vh; display: flex; flex-direction: column;
  padding: 24px; box-shadow: 0 30px 80px rgba(16, 40, 90, .25);
}
.modal-box h3 { font-size: 18px; margin-bottom: 14px; }
.modal-body { overflow-y: auto; font-size: 13px; color: var(--txt-dim); display: grid; gap: 12px; }
.modal-body b { color: var(--txt); }
.modal-close {
  margin-top: 18px; background: #f1f4f9; color: var(--txt); border: 1px solid var(--line);
  font-family: inherit; font-size: 14px; font-weight: 700;
  padding: 12px; border-radius: 12px; cursor: pointer;
}

/* ---------- 등장 애니메이션 ---------- */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.on { opacity: 1; transform: none; }

/* ============================================================
   v5 공통 요소의 라이트 대응 (블러 마스킹 · 배경 강화 · 나브 CTA · 로고)
   ============================================================ */
.blurred { filter: blur(.13em); user-select: none; }
.chat-logo g { fill: #1467ff; }

/* 나브 CTA 강화 (블루) */
.nav-cta {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 13.5px; font-weight: 900;
  padding: 10px 18px; border-radius: 999px;
  animation: navpulse 2.2s ease-in-out infinite;
  transition: transform .15s ease;
}
.nav-cta:active { transform: scale(.95); }
.nav-cta::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 40%; left: -70%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .5), transparent);
  transform: skewX(-20deg);
  animation: shine 2.6s ease-in-out infinite;
}
@keyframes navpulse {
  0%, 100% { box-shadow: 0 4px 16px rgba(20, 103, 255, .3); }
  50% { box-shadow: 0 4px 28px rgba(20, 103, 255, .6); }
}

/* 히어로 배경 강화 — 라이트 톤 */
.beam {
  position: absolute; width: 560px; height: 560px; border-radius: 50%;
  filter: blur(70px); opacity: .5;
  animation: drift 9s ease-in-out infinite alternate;
}
.beam.b1 { left: -160px; top: -100px; background: radial-gradient(circle, rgba(20, 103, 255, .2), transparent 65%); }
.beam.b2 { right: -180px; top: 30px; background: radial-gradient(circle, rgba(53, 177, 255, .16), transparent 65%); animation-delay: 2.2s; }
@keyframes drift { to { transform: translate(46px, 34px) scale(1.12); } }

.bigchart { position: absolute; left: 0; bottom: 0; width: 100%; height: 72%; opacity: .5; }
.bigline {
  stroke: rgba(229, 72, 77, .5); stroke-width: 3; stroke-linecap: round;
  stroke-dasharray: 1700; stroke-dashoffset: 1700;
  animation: drawline 2.8s ease forwards, linepulse 3.6s ease-in-out 2.8s infinite alternate;
}
.bigline2 { stroke: rgba(59, 111, 224, .3); stroke-width: 2; }
@keyframes drawline { to { stroke-dashoffset: 0; } }
@keyframes linepulse {
  from { filter: drop-shadow(0 0 4px rgba(229, 72, 77, .25)); }
  to { filter: drop-shadow(0 0 12px rgba(229, 72, 77, .6)); }
}

.embers { position: absolute; inset: 0; }
.embers i {
  position: absolute; bottom: -8px; width: 4px; height: 4px; border-radius: 50%;
  background: #5f98ff; box-shadow: 0 0 8px rgba(20, 103, 255, .6); opacity: 0;
  animation: rise 6.5s linear infinite;
}
.embers i:nth-child(1) { left: 8%; animation-delay: 0s; }
.embers i:nth-child(2) { left: 22%; animation-delay: 1.6s; transform: scale(.7); }
.embers i:nth-child(3) { left: 37%; animation-delay: 3.2s; }
.embers i:nth-child(4) { left: 52%; animation-delay: .9s; transform: scale(.6); }
.embers i:nth-child(5) { left: 66%; animation-delay: 2.4s; }
.embers i:nth-child(6) { left: 78%; animation-delay: 4.4s; transform: scale(.75); }
.embers i:nth-child(7) { left: 89%; animation-delay: 1.2s; transform: scale(.6); }
.embers i:nth-child(8) { left: 95%; animation-delay: 3.8s; }
@keyframes rise {
  0% { opacity: 0; transform: translateY(0); }
  10% { opacity: .8; }
  85% { opacity: .2; }
  100% { opacity: 0; transform: translateY(-440px) translateX(24px); }
}

/* 로고 이미지 슬롯 — 흰색 로고 PNG를 라이트에서 자동 반전(검정) */
.brand-logo-img { height: 30px; width: auto; display: block; filter: invert(1); }

/* 라이트에서는 다크 트레이딩룸 사진 배경 미사용 */
.hero-photo { display: none; }

/* 입력 오류 표시 */
.in.err { border-color: #e5484d; box-shadow: 0 0 0 3px rgba(229, 72, 77, .18); animation: shake .3s ease; }
@keyframes shake { 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }

/* 채팅 속 차트 첨부 버블 (차트 스크린샷은 다크 그대로 = 실물감) */
.chat-shell .msg:nth-child(7) { animation-delay: 1.7s; }
.chart-msg { padding: 9px 10px 10px; }
.chart-top { display: flex; align-items: center; gap: 6px; font-size: 12px; margin-bottom: 7px; }
.chart-top .pct { margin-left: auto; color: #e5484d; font-weight: 800; }
.chart-top .pct .blurred { color: #e5484d; }
.mini-chart { display: block; width: 210px; max-width: 100%; height: auto; border-radius: 8px; }

/* ============================================================
   v6 라이트 대응 — 모니터 씬(라이트 디자인) · 키워드 색 · 폼 라벨 ·
   VS 배지 · 스파크 드로우 · 시인성 · 모바일
   ============================================================ */
body { word-break: keep-all; }

/* 트레이딩 모니터 씬 — 화이트 카드 버전 */
.scene { position: absolute; inset: 0; }
.monitor {
  position: absolute; width: 270px; aspect-ratio: 16 / 10;
  background: linear-gradient(180deg, #ffffff, #f4f8ff);
  border: 1px solid #d8e2f2; border-radius: 12px; overflow: hidden;
  box-shadow: 0 18px 50px rgba(16, 40, 90, .14);
}
.monitor svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.monitor svg g line { stroke: rgba(20, 90, 220, .08); }
.monitor .mline {
  stroke: #e5484d !important;
  stroke-dasharray: 420; stroke-dashoffset: 420;
  animation: mdraw 4.6s linear infinite;
}
.monitor .mline.d2 { stroke: #f97066 !important; animation-delay: 1.2s; }
.monitor .mline.d3 { stroke: #1467ff !important; animation-delay: 2.1s; }
@keyframes mdraw { 0% { stroke-dashoffset: 420; } 62% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 0; } }
.monitor .scan {
  position: absolute; left: 0; right: 0; height: 36%; top: -40%;
  background: linear-gradient(180deg, transparent, rgba(20, 103, 255, .08), transparent);
  animation: scanmv 3.6s linear infinite;
}
.monitor.m2 .scan { animation-delay: 1.4s; }
.monitor.m3 .scan { animation-delay: 2.4s; }
@keyframes scanmv { to { top: 115%; } }
.monitor .led {
  position: absolute; right: 9px; top: 9px; width: 6px; height: 6px; border-radius: 50%;
  background: #16b364; box-shadow: 0 0 8px rgba(22, 179, 100, .7); animation: blink 1.4s infinite;
}
.monitor.m1 { left: -3%; top: 6%; transform: rotate(-7deg); opacity: .75; }
.monitor.m2 { right: -3%; top: 2%; transform: rotate(6deg); opacity: .7; }
.monitor.m3 { left: 34%; top: 46%; width: 210px; transform: rotate(2deg); opacity: .5; }

/* 폼 라벨 */
.flabel { display: block; font-size: 12px; font-weight: 800; color: var(--blue-deep); margin: 2px 2px 6px; letter-spacing: .02em; }
.in { margin-bottom: 12px; border-width: 1.5px; }

/* 혜택 키워드 색상 */
.check-grid .hl { font-style: normal; font-weight: 900; }
.hl.hl1 { color: #e5484d; }
.hl.hl2 { color: #d97706; }
.hl.hl3 { color: #1467ff; }
.hl.hl4 { color: #059669; }

/* 전/후: VS 배지 · 스파크 드로우 · 카드 글로우 */
.proof-grid .vs {
  position: absolute; left: 50%; top: 42%; transform: translate(-50%, -50%); z-index: 2;
  width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  background: #fff; border: 1.5px solid rgba(229, 72, 77, .5);
  color: #e5484d; font-weight: 900; font-size: 13px;
  box-shadow: 0 6px 18px rgba(16, 40, 90, .15);
  animation: vspulse 2.2s ease-in-out infinite;
}
@keyframes vspulse {
  0%, 100% { box-shadow: 0 6px 16px rgba(229, 72, 77, .15); }
  50% { box-shadow: 0 6px 26px rgba(229, 72, 77, .35); }
}
.phone.after { animation: cardglow 3s ease-in-out infinite alternate; }
@keyframes cardglow {
  from { box-shadow: 0 14px 40px rgba(229, 72, 77, .1); }
  to { box-shadow: 0 14px 54px rgba(229, 72, 77, .24); }
}
.spark { height: 42px; }
.sp-down { stroke-dasharray: 220; stroke-dashoffset: 220; }
.sp-up { stroke-dasharray: 220; stroke-dashoffset: 220; }
.sp-area { opacity: 0; transition: opacity .6s ease 1s; }
.phone.on .sp-down, .phone.on .sp-up { animation: sparkdraw 1.5s ease .3s forwards; }
.phone.on .sp-area { opacity: 1; }
@keyframes sparkdraw { to { stroke-dashoffset: 0; } }

/* 시인성 */
.faq details p { font-size: 13.5px; line-height: 1.75; color: #46536e; }
.faq details p b { color: var(--blue-deep); }
.screen .label { color: #55607a; font-weight: 600; }
.screen .note { font-size: 12px; color: #61708a; }
.check-grid span { font-size: 12.5px; }
.sec-sub { color: #55607a; font-size: 14px; }

/* 마퀴 부드럽게 + 모바일 */
.marquee-track { will-change: transform; }
@media (max-width: 600px) {
  .mq-set span { font-size: 13.5px; padding: 10px 20px; }
  #feedList li { font-size: 12.5px; padding: 9px 12px; gap: 7px; }
  .f-meta { font-size: 10.5px; }
}

/* ============================================================
   v7 라이트 대응 — 상단 띠·아이콘 모션·하이라이트 박스·플로팅 시세카드 ·
   방 아바타·푸터 로고·스파크 무빙
   ============================================================ */
.marquee-wrap { margin-top: 0; padding: 0 0 2px; }
.mq-set span { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; padding: 12px 26px; }

/* 띠 아이콘별 모션 */
.mi { display: inline-block; font-style: normal; transform-origin: 50% 60%; }
.mi.ring { transform-origin: 50% 10%; animation: iring 2.2s ease-in-out infinite; }
@keyframes iring {
  0%, 50%, 100% { transform: rotate(0deg); }
  56% { transform: rotate(16deg) scale(1.15); } 64% { transform: rotate(-13deg) scale(1.15); }
  72% { transform: rotate(9deg) scale(1.1); } 80% { transform: rotate(-5deg); } 88% { transform: rotate(2deg); }
}
.mi.flash { animation: iflash 2.4s ease-in-out infinite; }
@keyframes iflash { 0%, 62%, 100% { transform: scale(1); opacity: 1; } 70% { opacity: .35; } 78% { transform: scale(1.3); opacity: 1; } 88% { transform: scale(1); } }
.mi.bob { animation: ibob 2.8s ease-in-out infinite; }
@keyframes ibob { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-3px) rotate(-9deg) scale(1.14); } }
.mi.pop { animation: ipop 2.6s ease-in-out infinite; }
@keyframes ipop { 0%, 58%, 100% { transform: scale(1); } 68% { transform: scale(1.26); } 78% { transform: scale(.94); } 86% { transform: scale(1.1); } }
.mi.pulse { animation: ipulseIcon 2s ease-in-out infinite; }
@keyframes ipulseIcon { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.2); } }

/* 하이라이트 박스 (H1 · 마지막 CTA · 강조 배너) — 라이트에서도 레드 박스로 팍 */
.hero h1 em, .last h2 em {
  font-style: normal; display: inline-block; color: #fff;
  background: linear-gradient(135deg, #f97066, #e5484d 55%, #c22026) !important;
  -webkit-background-clip: border-box !important; background-clip: border-box !important;
  -webkit-text-fill-color: #fff;
  padding: 3px 18px 7px; border-radius: 14px; margin-top: 6px;
  box-shadow: 0 12px 34px rgba(229, 72, 77, .35);
  animation: hlglowL 2.4s ease-in-out infinite;
  filter: none;
}
@keyframes hlglowL {
  0%, 100% { box-shadow: 0 12px 26px rgba(229, 72, 77, .28); }
  50% { box-shadow: 0 12px 44px rgba(229, 72, 77, .5); }
}
.shout { text-align: center; font-size: clamp(16px, 4.6vw, 20px); font-weight: 900; letter-spacing: -.02em; margin-bottom: 14px; color: var(--txt); }
.shout mark {
  display: inline-block; color: #fff;
  background: linear-gradient(135deg, #f97066, #e5484d 55%, #c22026);
  padding: 2px 12px 5px; border-radius: 10px; margin-left: 2px;
  box-shadow: 0 8px 22px rgba(229, 72, 77, .35);
  animation: hlglowL 2.4s ease-in-out infinite;
}

/* 배경 구성: 라이트 = 플로팅 시세 카드 (다크의 현재가 라인은 숨김) */
.priceline { display: none; }
.qcards { display: block; }
.qc {
  position: absolute; padding: 8px 14px; border-radius: 999px;
  background: #fff; border: 1px solid #dbe4f2;
  box-shadow: 0 12px 28px rgba(16, 40, 90, .14);
  font-size: 13px; font-weight: 900; color: #e5484d;
  animation: qfloat 4.6s ease-in-out infinite alternate;
}
.qc .blurred { color: inherit; }
.qc.q1 { left: 5%; top: 16%; }
.qc.q2 { right: 7%; top: 10%; animation-delay: 1.4s; }
.qc.q3 { left: 11%; top: 60%; animation-delay: 2.4s; color: #3b6fe0; }
@keyframes qfloat { from { transform: translateY(0); } to { transform: translateY(-16px); } }
@media (max-width: 600px) { .qc.q3 { display: none; } .qc { font-size: 12px; } }

/* 채팅 방 아바타 (블루) */
.chat-avatar {
  width: 28px; height: 28px; border-radius: 50%; flex: 0 0 auto;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #5f98ff, #0c4fd6);
  box-shadow: 0 4px 12px rgba(20, 103, 255, .35);
}
.chat-avatar svg { width: 15px; height: 15px; }

/* 푸터 로고 (흰 로고 → 검정 반전) */
.foot-logo { height: 36px; width: auto; display: block; margin: 0 auto 6px; filter: invert(1); opacity: .88; }

/* 나브 버튼 반짝 + 바운스 */
.nav-cta { animation: navpulse 2.2s ease-in-out infinite, navbounce 3.6s ease-in-out infinite; }
.nav-cta::before {
  content: "✦"; position: absolute; top: 1px; right: 7px;
  font-size: 9px; color: #fff; opacity: 0; z-index: 1;
  animation: navstar 2.4s ease-in-out infinite;
}
@keyframes navstar {
  0%, 55%, 100% { opacity: 0; transform: scale(.4) rotate(0deg); }
  65% { opacity: 1; transform: scale(1.2) rotate(20deg); }
  80% { opacity: 0; transform: scale(.5) rotate(45deg); }
}
@keyframes navbounce { 0%, 86%, 100% { scale: 1; } 90% { scale: 1.08; } 95% { scale: .97; } }

/* 초보자 안심 */
.novice { max-width: 660px; margin: 0 auto; }
.novice-grid { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.novice-grid li {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 14px 16px 38px; position: relative;
  box-shadow: 0 6px 20px rgba(16, 40, 90, .05);
}
.novice-grid li::before {
  content: "✔"; position: absolute; left: 14px; top: 16px;
  font-size: 14px; font-weight: 900; color: #e5484d;
}
.novice-grid b { display: block; font-size: 14.5px; line-height: 1.45; }
.novice-grid span { display: block; font-size: 12.5px; color: var(--txt-dim); margin-top: 3px; }
.chat-shell .msg:nth-child(8) { animation-delay: 2s; }
.last-sub { position: relative; color: #bcd0f2; font-size: 14px; margin-bottom: 22px; }
.last h2 { margin-bottom: 14px; }

/* 영상 서사 연결 (종목이 아니라 타이밍) */
.echo { max-width: 660px; margin: 0 auto; }
.echo-list { list-style: none; display: grid; gap: 12px; }
.echo-list li {
  display: flex; gap: 13px; align-items: flex-start;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 17px;
  box-shadow: 0 6px 20px rgba(16, 40, 90, .05);
}
.e-ico {
  flex: 0 0 auto; width: 27px; height: 27px; border-radius: 50%;
  display: grid; place-items: center; font-size: 13px; font-weight: 900;
}
.e-ico.bad { color: #3b6fe0; background: rgba(59, 111, 224, .1); border: 1px solid rgba(59, 111, 224, .35); }
.e-ico.good { color: #e5484d; background: rgba(229, 72, 77, .1); border: 1px solid rgba(229, 72, 77, .4); }
.echo-list b { display: block; font-size: 15px; }
.echo-list li > div > span { display: block; font-size: 13px; color: var(--txt-dim); margin-top: 4px; line-height: 1.65; }
.echo-list li.hl-row {
  border-color: rgba(229, 72, 77, .4);
  background: linear-gradient(180deg, rgba(229, 72, 77, .06), #fff 60%);
}

/* 실시간 입장 신청 피드 */
.feed-sec { max-width: 480px; margin: 0 auto; padding: 8px 20px 0; }
.feed-head { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; font-size: 14.5px; }
#feedList { list-style: none; }
#feedList li {
  display: flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 10px 14px; margin-bottom: 8px; font-size: 13px;
  box-shadow: 0 6px 18px rgba(16, 40, 90, .06);
  animation: feedin .5s ease;
}
.f-ico { flex: 0 0 auto; }
.f-who { color: var(--txt-dim); white-space: nowrap; }
.f-who b { color: var(--txt); }
.f-meta { margin-left: auto; font-size: 11.5px; color: #059669; white-space: nowrap; }
@keyframes feedin { from { opacity: 0; transform: translateY(-12px); } }

/* 전/후 그래프 상시 무빙 + 끝점 도트 */
.phone.on .sp-down { animation: sparkdraw 1.5s ease .3s forwards, sparkwave 3.2s ease-in-out 2s infinite alternate; }
.phone.on .sp-up { animation: sparkdraw 1.5s ease .3s forwards, sparkwave 2.6s ease-in-out 2s infinite alternate; }
.phone.on .sp-area { opacity: 1; animation: sparkwave 2.6s ease-in-out 2s infinite alternate; }
@keyframes sparkwave { from { transform: translateY(-1.5px); } to { transform: translateY(2px); } }
.sp-dot { opacity: 0; }
.dot-down { fill: #3b6fe0; }
.dot-up { fill: #e5484d; }
.phone.on .sp-dot { animation: dotblink 1.3s ease-in-out 1.8s infinite; }
@keyframes dotblink { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }

/* ============================================================
   v9 — 라이트 시인성 강화 (색상 정체성은 블루 유지)
   글씨 · 테두리 · 대비를 전반적으로 진하게. (최종 오버라이드)
   ============================================================ */
:root { --txt: #0f1b33; --txt-dim: #46557a; --line: #d6dfee; }

/* 히어로 */
.hero h1 .dim { color: #14213f; }
.hero .sub { color: #33415e; }
.hero .sub b { color: #0f1b33; }
.eyebrow { color: #0c3fb2; border-color: rgba(20, 103, 255, .45); background: rgba(20, 103, 255, .08); font-weight: 800; }
.badges li { color: #33415e; border-color: #cfd9ea; }
.badges b { color: #0c3fb2; }

/* 폼: 동의 박스(라이트 정식 스타일) + 대비 */
.consent-box {
  background: #f4f7fc; border: 1px solid #dee6f2; border-left: 3px solid var(--blue);
  border-radius: 12px; padding: 13px 14px; margin: 8px 0 14px;
}
.consent-lead { font-size: 12.5px; color: #2c3a57; line-height: 1.55; }
.consent-lead b { color: #0c3fb2; }
.consent-box ul { list-style: none; margin-top: 9px; display: grid; gap: 6px; }
.consent-box li { font-size: 11px; color: #5c6a84; line-height: 1.55; }
.consent-box li b { color: #3a4a68; font-weight: 700; }
.consent-more { display: inline-block; margin-top: 10px; font-size: 11.5px; font-weight: 700; color: #0c3fb2; text-decoration: underline; }
.form-msg { color: #d9202e; font-weight: 700; }
.form-sub { color: #46557a; }
.upsell-note { font-size: 10.5px; color: #8a97ad; line-height: 1.55; margin: -6px 2px 12px; }

/* 강조 글씨 색상 다변화 (파랑·빨강·초록 로테이션) */
.hero .sub b:nth-of-type(1) { color: #c4111f; }
.hero .sub b:nth-of-type(2) { color: #0c3fb2; }
.faq details p b:nth-of-type(3n+1) { color: #0c3fb2; }
.faq details p b:nth-of-type(3n+2) { color: #c4111f; }
.faq details p b:nth-of-type(3n) { color: #047857; }
.echo-list li:nth-child(1) b { color: #0c3fb2; }
.echo-list li:nth-child(2) b { color: #c4111f; }
.msg.gold b { color: #0c3fb2; }
.in { border-color: #cdd8ea; color: #0f1b33; }
.in::placeholder { color: #8494ad; }

/* 본문 요소 대비 강화 */
.sec-sub { color: #3f4d6b; }
.check-grid b, .echo-list b, .novice-grid b { color: #101d3a; }
.check-grid span, .novice-grid span { color: #4a5872; }
.echo-list li > div > span { color: #44526f; }
.faq summary { color: #101d3a; }
.faq details p { color: #3f4d6b; }
.step-row span { color: #101d3a; }
.screen .label { color: #3f4d6b; }
.screen .note { color: #4a5872; }
.msg { color: #2c3a57; border-color: #dfe6f2; background: #f2f5fa; }
.msg b { color: #101d3a; }
.chat-foot { color: #5c6a84; }
.fine { color: #71809c; }
.notice-block { color: #5c6a84; }
.notice-block b { color: #3a4a68; }
.foot-links a { color: #46557a; }

/* 마지막 밴드는 네이비 유지 */
.last { background: linear-gradient(180deg, var(--navy), #081d42); border-top: 0; }
.last-glow { background: radial-gradient(closest-side, rgba(95, 152, 255, .22), transparent 72%); }
.last-sub { color: #bcd0f2; }

/* ---------- 요소 테두리 뚜렷하게 + 포인트 효과 ---------- */
.echo-list li, .novice-grid li, .check-grid li, .step-row li:not(.sep), .faq details, .phone {
  border: 2px solid #c9d5e8;
}
.chat-shell {
  border: 2px solid #bfd0ea;
  box-shadow: 0 20px 50px rgba(16, 40, 90, .14), 0 0 0 4px rgba(20, 103, 255, .05);
}

/* 섹션 제목 밑 악센트 바 */
.sec-title { position: relative; padding-bottom: 14px; }
.sec-title::after {
  content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 46px; height: 4px; border-radius: 999px;
  background: linear-gradient(90deg, var(--blue-hi), var(--blue-deep));
}

/* 카드 상단 포인트 라인 */
.novice-grid li, .check-grid li { border-top: 3px solid #cfdcf0; }
.step-row li:not(.sep) { border-top: 3px solid var(--blue-hi); }

/* 핵심 카드: 숨쉬는 글로우 */
.check-grid .wide {
  border: 2px solid rgba(20, 103, 255, .45); border-top: 3px solid var(--blue);
  background: linear-gradient(180deg, rgba(20, 103, 255, .06), #fff 60%);
  animation: wideglow 3s ease-in-out infinite alternate;
}
@keyframes wideglow {
  from { box-shadow: 0 6px 20px rgba(16, 40, 90, .06); }
  to { box-shadow: 0 10px 30px rgba(20, 103, 255, .2); }
}
.echo-list li.hl-row {
  border: 2px solid rgba(229, 72, 77, .45);
  animation: hlrowglow 3s ease-in-out infinite alternate;
}
@keyframes hlrowglow {
  from { box-shadow: 0 6px 18px rgba(229, 72, 77, .08); }
  to { box-shadow: 0 10px 28px rgba(229, 72, 77, .22); }
}
.faq details[open] { border-color: rgba(20, 103, 255, .55); }
.phone .cap { border: 2px solid #c9d5e8; background: #fff; color: #3a4a68; }
.badges li { box-shadow: 0 3px 10px rgba(16, 40, 90, .08); }
.qc { border: 2px solid #c9d5e8; }

/* ============================================================
   v10 — 라이트 히어로 배경 정돈 (블러 제거 · 선명한 구성)
   뿌연 글로우 대신 또렷한 선/도트/캔들로 "밝은 트레이딩 대시보드" 톤
   ============================================================ */

/* 0) 상단 네비: 반투명 블러(간유리) 제거 → 불투명 화이트 + 또렷한 경계선 */
.nav {
  background: #ffffff;
  backdrop-filter: none; -webkit-backdrop-filter: none;
  border-bottom: 1px solid #dbe3f0;
  box-shadow: 0 2px 12px rgba(16, 40, 90, .06);
}

/* 1) 블러 글로우 빔 제거 → 은은한 상단 워시로 대체 */
.beam { display: none; }
.hero::before {
  top: -180px; height: 700px;
  background:
    radial-gradient(closest-side, rgba(20, 103, 255, .09), transparent 72%),
    linear-gradient(180deg, rgba(20, 103, 255, .05), transparent 60%);
  filter: none;
}

/* 2) 도트 그리드 (선명 · 아래로 갈수록 페이드) */
.hero-bg::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(20, 90, 220, .16) 1px, transparent 1.4px);
  background-size: 26px 26px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent 62%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent 62%);
}

/* 3) 퍼스펙티브 그리드: 선을 또렷하게, 바닥에만 */
.gridfloor {
  bottom: -80px; height: 300px;
  background:
    repeating-linear-gradient(90deg, rgba(20, 90, 220, .16) 0 1px, transparent 1px 68px),
    repeating-linear-gradient(0deg, rgba(20, 90, 220, .12) 0 1px, transparent 1px 52px);
  -webkit-mask-image: linear-gradient(to top, #000 10%, transparent 82%);
  mask-image: linear-gradient(to top, #000 10%, transparent 82%);
}

/* 4) 상승 라인차트: 글로우 대신 선명한 선 + 면 채움 */
.bigchart { opacity: .85; height: 66%; }
.bigline {
  stroke: #e5484d; stroke-width: 2.5; opacity: .55;
  animation: drawline 2.8s ease forwards;
  filter: none;
}
.bigline2 { stroke: #3b6fe0; stroke-width: 2; opacity: .3; }
@keyframes linepulse { from { opacity: .45; } to { opacity: .7; } }

/* 5) 캔들: 발광 제거, 또렷한 단색 + 얇은 테두리 */
.candles { opacity: .55; }
.candles .c {
  border-radius: 2px;
  animation: breathe 4s ease-in-out infinite alternate;
  box-shadow: none !important;
}
.candles .u { background: rgba(229, 72, 77, .5); border: 1px solid rgba(229, 72, 77, .55); }
.candles .d { background: rgba(59, 111, 224, .42); border: 1px solid rgba(59, 111, 224, .5); }
.candles .c::after { opacity: .85; }

/* 6) 발광 파티클 → 선명한 미니 도트 */
.embers i {
  width: 5px; height: 5px;
  background: #7aa5ff; box-shadow: none;
  border: 1px solid rgba(20, 103, 255, .45);
  animation: riseL 8s linear infinite;
}
@keyframes riseL {
  0% { opacity: 0; transform: translateY(0); }
  12% { opacity: .55; }
  80% { opacity: .18; }
  100% { opacity: 0; transform: translateY(-420px) translateX(18px); }
}

/* 7) 배경 알림칩: 블러·마스킹 없이 또렷하게 (수익률 표기 대신 제공 내용) */
.qc {
  box-shadow: 0 6px 16px rgba(16, 40, 90, .1);
  background: rgba(255, 255, 255, .96);
  color: #e5484d; font-size: 13px; font-weight: 900;
  padding: 8px 14px; white-space: nowrap;
}
.qc .blurred { filter: none; }   /* 배경 장식엔 마스킹 미적용 */
.qc.q3 { color: #3b6fe0; }
/* 좌우 여백이 충분한 넓은 화면에서만, 콘텐츠 바깥쪽에 배치 */
.qcards { display: none; }
/* 콘텐츠(최대 1060px) 바깥 여백에 칩이 온전히 들어가는 폭부터 노출 */
@media (min-width: 1280px) {
  .qcards { display: block; }
  .qc.q1 { left: 12px; top: 20%; }
  .qc.q2 { right: 12px; top: 11%; }
  .qc.q3 { display: none; }          /* 본문 컬럼과 겹쳐 미표시 */
}
@media (min-width: 1480px) {          /* 여백이 넉넉하면 3번째도 노출 */
  .qc.q3 { display: block; left: 16px; top: 62%; }
}

@media (max-width: 600px) {
  .hero-bg::before { background-size: 22px 22px; }
  .gridfloor { height: 220px; }
}
