:root {
  --ink: #08212d;
  --deep: #061a24;
  --deep-2: #0b2b38;
  --paper: #f4f6f1;
  --white: #ffffff;
  --muted: #63747a;
  --line: #dbe2dc;
  --mint: #4bd9b4;
  --lime: #c8f35a;
  --coral: #ff725e;
  --violet: #8e77ff;
  --yellow: #ffd75f;
  --radius: 24px;
  --shadow: 0 26px 70px rgba(5, 35, 47, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Pretendard, "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.62; word-break: keep-all; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip { position: fixed; left: 16px; top: -90px; z-index: 999; padding: 10px 16px; color: #fff; background: #000; border-radius: 8px; }
.skip:focus { top: 16px; }
.kicker { margin: 0 0 16px; color: #168c76; font-size: 11px; font-weight: 900; letter-spacing: .17em; }

.cc-header { position: sticky; top: 0; z-index: 80; height: 76px; color: #fff; background: rgba(6,26,36,.94); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 38px; }
.cc-brand { margin-right: auto; }.cc-brand img { width: 190px; }
.cc-nav { display: flex; gap: 31px; color: #bdced2; font-size: 14px; font-weight: 700; }
.cc-nav a { transition: color .2s; }.cc-nav a:hover { color: var(--mint); }
.nav-cta { display: inline-flex; align-items: center; gap: 10px; padding: 10px 17px; border: 1px solid rgba(200,243,90,.42); border-radius: 99px; color: var(--lime); font-size: 13px; font-weight: 800; }

.chart-hero { position: relative; overflow: hidden; padding: 102px 0 110px; color: #fff; background: linear-gradient(145deg, #061922, #092e3b); }
.chart-hero::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to bottom, #000, transparent 92%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.orb-one { width: 410px; height: 410px; right: -130px; top: -170px; background: rgba(75,217,180,.11); }
.orb-two { width: 220px; height: 220px; left: 45%; bottom: -130px; background: rgba(200,243,90,.08); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 76px; }
.hero-layout > * { min-width: 0; }
.micro { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: #85aab2; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.micro i { width: 24px; height: 2px; background: var(--lime); }
.hero-content h1 { margin: 0; font-size: clamp(46px, 5vw, 70px); line-height: 1.12; letter-spacing: -.065em; font-weight: 900; }
.hero-content h1 span { color: var(--mint); }
.hero-desc { max-width: 560px; margin: 27px 0 33px; color: #b6c7cb; font-size: 16px; }
.hero-buttons { display: flex; align-items: center; gap: 13px; }
.solid-btn, .ghost-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 25px; border-radius: 12px; font-size: 14px; font-weight: 900; transition: transform .2s, box-shadow .2s; }
.solid-btn { gap: 28px; color: var(--deep); background: var(--lime); box-shadow: 0 13px 32px rgba(200,243,90,.17); }
.ghost-btn { color: #d8e4e6; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.035); }
.solid-btn:hover, .ghost-btn:hover { transform: translateY(-2px); }
.hero-checks { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 27px; color: #809fa6; font-size: 11px; }
.hero-checks span::first-letter { color: var(--mint); }

.terminal { position: relative; overflow: hidden; display: block; min-height: 510px; padding: 24px; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: rgba(4,20,28,.84); box-shadow: 0 38px 90px rgba(0,0,0,.3); }
.terminal::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(110deg, transparent 48%, rgba(75,217,180,.045)); }
.terminal-head { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid rgba(255,255,255,.08); color: #9ab2b8; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 13px var(--mint); }
.terminal-head small { color: var(--lime); }
.terminal-promo { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 17px; }
.terminal-promo > div { padding: 17px; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; background: rgba(255,255,255,.035); }
.terminal-promo small, .terminal-promo strong, .terminal-promo span { display: block; }
.terminal-promo small { color: #78939a; font-size: 9px; }.terminal-promo strong { margin: 2px 0; color: var(--lime); font-size: 29px; letter-spacing: -.04em; }.terminal-promo > div + div strong { color: var(--coral); }.terminal-promo span { color: #99adb2; font-size: 10px; }
.mini-chart { position: relative; height: 245px; margin-top: 12px; border-radius: 15px; background: repeating-linear-gradient(0deg, transparent 0 59px, rgba(255,255,255,.055) 60px), repeating-linear-gradient(90deg, transparent 0 99px, rgba(255,255,255,.04) 100px); }
.mini-chart svg { position: absolute; inset: 20px 0 0; width: 100%; height: calc(100% - 20px); }.mini-chart .fill { fill: url(#chartFill); }.mini-chart .stroke { fill: none; stroke: var(--mint); stroke-width: 4; filter: drop-shadow(0 0 8px rgba(75,217,180,.4)); }
.terminal-foot { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; color: #7f9ca3; font-size: 10px; }.terminal-foot b { color: var(--lime); }

section:not(.chart-hero) { padding: 112px 0; }
.section-intro { margin-bottom: 46px; }.split-intro { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 70px; }
.section-intro h2, .fit-title h2, .contact-side h2, .faq-layout > div:first-child h2, .proof-copy h2 { margin: 0; font-size: clamp(34px, 3.5vw, 50px); line-height: 1.24; letter-spacing: -.055em; font-weight: 900; }
.section-intro > p:last-child, .fit-title > p, .proof-copy > p, .contact-side > p, .faq-layout > div:first-child > p { margin: 0; color: var(--muted); font-size: 14px; }
.center-intro { text-align: center; }.center-intro > p:last-child { margin: 15px auto 0; }

.promo-section { background: #f8faf6; }
.promo-board { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.promo-board > a { position: relative; overflow: hidden; min-height: 205px; padding: 27px; border-radius: 22px; transition: transform .2s, box-shadow .2s; }
.promo-board > a:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.promo-main { grid-row: 1 / 3; color: #fff; background: var(--deep); }
.promo-main::after { content: "$"; position: absolute; right: -10px; bottom: -100px; color: rgba(255,255,255,.045); font-size: 300px; line-height: 1; font-weight: 900; }
.promo-label, .promo-tile > span { font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.promo-label { color: var(--mint); }.promo-value { display: flex; align-items: flex-end; margin: 55px 0 12px; line-height: 1; }.promo-value b { color: var(--lime); font-size: 94px; letter-spacing: -.08em; }.promo-value em { margin: 0 0 12px 8px; color: #89a3aa; font-style: normal; font-size: 14px; font-weight: 800; }
.promo-main h3 { margin: 0; font-size: 23px; }.promo-main p { margin: 4px 0; color: #9eb4ba; font-size: 12px; }.promo-main i { position: absolute; left: 27px; bottom: 27px; color: var(--lime); font-style: normal; font-size: 11px; font-weight: 800; }
.promo-tile { color: var(--ink); }.promo-tile.coral { background: #ffd2cb; }.promo-tile.violet { background: #dcd5ff; }.promo-tile.lime { background: #e5f8a9; }
.promo-tile > span { color: rgba(8,33,45,.55); }.promo-tile > strong { display: block; margin: 17px 0 4px; font-size: 50px; line-height: 1; letter-spacing: -.06em; }.promo-tile > strong em { font-size: 20px; font-style: normal; }.promo-tile > strong.word { margin-top: 25px; font-size: 28px; }.promo-tile h3 { margin: 13px 0 0; font-size: 16px; }.promo-tile p { margin: 3px 0; color: rgba(8,33,45,.65); font-size: 10px; }.promo-tile i { position: absolute; right: 22px; top: 20px; display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(8,33,45,.16); border-radius: 50%; font-style: normal; }

.fit-section { color: #fff; background: #0b2935; }
.fit-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.fit-title { position: sticky; top: 120px; }.fit-title .kicker { color: var(--mint); }.fit-title h2 span { color: var(--lime); }.fit-title > p { margin: 22px 0 30px; color: #9db4ba; }.fit-title > a { display: inline-flex; align-items: center; gap: 30px; padding: 12px 18px; border: 1px solid rgba(200,243,90,.35); border-radius: 99px; color: var(--lime); font-size: 12px; font-weight: 800; }
.fit-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fit-cards a { position: relative; min-height: 210px; padding: 26px; border: 1px solid rgba(255,255,255,.11); border-radius: 19px; background: rgba(255,255,255,.035); transition: background .2s, transform .2s; }
.fit-cards a:hover { transform: translateY(-3px); background: rgba(255,255,255,.075); }
.fit-cards b { color: #708f97; font-size: 10px; }.fit-cards .check { position: absolute; right: 22px; top: 20px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--deep); background: var(--mint); font-weight: 900; }.fit-cards h3 { margin: 49px 0 8px; font-size: 17px; }.fit-cards p { margin: 0; color: #91aab0; font-size: 12px; }

.platform-section { background: #fff; }
.platform-list { max-width: 950px; margin-inline: auto; border-top: 1px solid var(--line); }
.platform-list a { display: grid; grid-template-columns: 70px 1fr 40px; align-items: center; gap: 18px; padding: 28px 5px; border-bottom: 1px solid var(--line); transition: padding .2s, background .2s; }
.platform-list a:hover { padding-left: 18px; background: #f5f8f4; }.platform-list span { color: #27a58a; font-size: 11px; font-weight: 900; }.platform-list h3 { margin: 0; font-size: 19px; }.platform-list p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }.platform-list b { color: #1b9a81; font-size: 19px; }

.proof-section { padding-top: 0 !important; background: #fff; }
.proof-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 14px; }.proof-copy, .proof-card { min-height: 330px; border-radius: 22px; }.proof-copy { padding: 35px; background: #edf2ec; }.proof-copy > p { margin-top: 22px; }.proof-card { display: flex; flex-direction: column; justify-content: flex-end; padding: 29px; color: #fff; }.proof-card small { margin-bottom: auto; font-size: 9px; font-weight: 900; letter-spacing: .14em; }.proof-card strong { font-size: 28px; line-height: 1.08; }.proof-card span { margin-top: 12px; color: rgba(255,255,255,.66); font-size: 10px; }.proof-card.gold { background: linear-gradient(145deg, #5a3d0d, #b47a17); }.proof-card.midnight { background: linear-gradient(145deg, #071733, #193c7c); }

.steps-section { background: #edf2ec; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin: 0; padding: 0; list-style: none; background: #ccd7ce; }.steps li { min-height: 220px; padding: 29px; background: #edf2ec; }.steps span { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; color: #157d69; background: #d6f4e9; font-size: 10px; font-weight: 900; }.steps h3 { margin: 45px 0 7px; font-size: 17px; }.steps p { margin: 0; color: var(--muted); font-size: 11px; }

.contact-section { color: #fff; background: linear-gradient(135deg, #092631, #0a3c49); }
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 78px; align-items: start; }.contact-side { position: sticky; top: 120px; }.contact-side .kicker { color: var(--mint); }.contact-side > p { margin-top: 21px; color: #9eb6bc; }.risk { margin-top: 35px; padding: 19px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(0,0,0,.12); }.risk b { color: var(--lime); font-size: 11px; }.risk p { margin: 6px 0 0; color: #95adb3; font-size: 10px; }
.inquiry-form { padding: 39px; border-radius: 25px; color: var(--ink); background: #fff; box-shadow: 0 32px 80px rgba(0,0,0,.25); }.form-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 27px; padding-bottom: 21px; border-bottom: 1px solid var(--line); }.form-head small { color: #1b9b82; font-size: 9px; font-weight: 900; letter-spacing: .15em; }.form-head h2 { margin: 3px 0 0; font-size: 26px; letter-spacing: -.04em; }.form-head > span { color: #879499; font-size: 10px; }
.inquiry-form > label { display: block; margin-bottom: 18px; color: #29414a; font-size: 12px; font-weight: 800; }.inquiry-form i { color: var(--coral); font-style: normal; }.inquiry-form input[type="text"], .inquiry-form input[type="tel"], .inquiry-form textarea { width: 100%; margin-top: 8px; border: 1px solid #d7e1dc; border-radius: 11px; outline: 0; color: var(--ink); background: #f8faf7; transition: border .2s, box-shadow .2s; }.inquiry-form input[type="text"], .inquiry-form input[type="tel"] { height: 51px; padding: 0 15px; }.inquiry-form textarea { min-height: 120px; padding: 13px 15px; resize: vertical; }.inquiry-form input:focus, .inquiry-form textarea:focus { border-color: #35b99d; box-shadow: 0 0 0 4px rgba(53,185,157,.1); background: #fff; }.inquiry-form [aria-invalid="true"] { border-color: var(--coral); }
.agree { display: flex !important; align-items: flex-start; gap: 8px; font-size: 10px !important; font-weight: 500 !important; }.agree input { margin-top: 3px; accent-color: #15917a; }.agree span { color: #687b81; }.agree a { color: #168c76; text-decoration: underline; }
.form-status { display: none; margin: -5px 0 14px; padding: 10px 12px; border-radius: 8px; font-size: 11px; }.form-status.error { display: block; color: #a73729; background: #fff0ed; }.form-status.ready { display: block; color: #086954; background: #e7f8f2; }
.inquiry-form button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 58px; padding: 0 22px; border: 0; border-radius: 11px; color: var(--deep); background: var(--lime); font-weight: 900; }.inquiry-form button:disabled { cursor: not-allowed; opacity: .6; }.form-note { margin: 11px 0 0; color: #89979b; font-size: 9px; text-align: center; }

.faq-section { background: #fff; }.faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 90px; }.faq-layout > div:first-child > p { margin-top: 16px; }.accordion { border-top: 1px solid var(--line); }.accordion details { border-bottom: 1px solid var(--line); }.accordion summary { display: flex; align-items: center; justify-content: space-between; padding: 24px 3px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; }.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { color: #15917a; font-size: 22px; font-weight: 400; transition: transform .2s; }.accordion details[open] summary span { transform: rotate(45deg); }.accordion details p { margin: -7px 0 24px; padding-right: 40px; color: var(--muted); font-size: 12px; }

.cc-footer { padding: 54px 0 100px; color: #91a9af; background: var(--deep); }.footer-wrap > img { width: 180px; }.footer-links { display: flex; gap: 20px; margin: 22px 0 14px; color: #d1dcdf; font-size: 11px; font-weight: 700; }.footer-wrap address { margin-bottom: 9px; font-size: 10px; font-style: normal; }.footer-wrap address a { color: var(--mint); }.footer-wrap > p { max-width: 760px; margin: 0 0 17px; font-size: 9px; }.footer-wrap > small { color: #668087; font-size: 9px; }.mobile-cta { display: none; }

.legal-page { min-height: 100vh; background: #edf2ec; }.legal-header { padding: 19px 0; color: #fff; background: var(--deep); }.legal-header .wrap, .legal-header .container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }.legal-header img { width: 175px; }.legal-header a:last-child { color: var(--lime); font-size: 11px; font-weight: 800; }.legal-card { width: min(840px, calc(100% - 40px)); margin: 65px auto; padding: 48px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }.legal-card h1 { margin: 0 0 10px; font-size: 34px; }.legal-card .date { color: #809096; font-size: 11px; }.legal-card h2 { margin: 32px 0 8px; font-size: 17px; }.legal-card p, .legal-card li { color: #5e7178; font-size: 12px; }.legal-card a { color: #168c76; }

@media (max-width: 1024px) {
  .cc-nav { display: none; }.hero-layout { gap: 40px; }.promo-board { grid-template-columns: 1.2fr 1fr; }.promo-main { grid-row: 1 / 4; }.fit-layout { gap: 38px; }.proof-grid { grid-template-columns: 1fr 1fr; }.proof-copy { grid-column: 1 / -1; }.contact-layout { gap: 42px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }.wrap { width: min(calc(100% - 34px), 620px); }.cc-header { height: 66px; }.cc-brand img { width: 160px; }.nav-cta { padding: 8px 12px; font-size: 11px; }
  .chart-hero { padding: 67px 0 74px; }.hero-layout { grid-template-columns: 1fr; gap: 45px; }.hero-content h1 { font-size: 42px; }.hero-desc { font-size: 14px; word-break: normal; }.hero-buttons { flex-direction: column; align-items: stretch; }.terminal { min-height: 455px; padding: 18px; border-radius: 20px; }.mini-chart { height: 210px; }
  section:not(.chart-hero) { padding: 78px 0; }.split-intro { grid-template-columns: 1fr; gap: 16px; }.section-intro h2, .fit-title h2, .contact-side h2, .faq-layout > div:first-child h2, .proof-copy h2 { font-size: 33px; }
  .promo-board { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }.promo-main { grid-column: 1 / -1; grid-row: auto; min-height: 360px !important; }.promo-value { margin-top: 45px; }.promo-value b { font-size: 80px; }.promo-tile { min-height: 190px !important; padding: 21px !important; }.promo-tile > strong { font-size: 42px; }.promo-tile > strong.word { font-size: 22px; word-break: break-all; }
  .fit-layout { grid-template-columns: 1fr; gap: 36px; }.fit-title { position: static; }.fit-cards { grid-template-columns: 1fr; }.fit-cards a { min-height: 175px; }.fit-cards h3 { margin-top: 35px; }
  .platform-list a { grid-template-columns: 38px 1fr 20px; gap: 10px; padding: 22px 3px; }.platform-list h3 { font-size: 16px; }
  .proof-grid { grid-template-columns: 1fr; }.proof-copy { grid-column: auto; }.proof-copy, .proof-card { min-height: 280px; padding: 27px; }
  .steps { grid-template-columns: 1fr 1fr; }.steps li { min-height: 195px; padding: 23px; }.steps h3 { margin-top: 32px; }
  .contact-layout { grid-template-columns: 1fr; gap: 35px; }.contact-side { position: static; }.inquiry-form { padding: 26px 20px; border-radius: 19px; }.form-head { display: block; }.form-head > span { display: block; margin-top: 5px; }
  .faq-layout { grid-template-columns: 1fr; gap: 25px; }.footer-links { flex-wrap: wrap; gap: 12px 17px; }
  .mobile-cta { position: fixed; z-index: 90; display: flex; align-items: center; justify-content: center; gap: 10px; left: 12px; right: 12px; bottom: calc(9px + env(safe-area-inset-bottom)); height: 54px; border-radius: 12px; color: var(--deep); background: var(--lime); box-shadow: 0 12px 35px rgba(4,28,38,.28); font-size: 14px; font-weight: 900; }.cc-footer { padding-bottom: 115px; }
  .legal-header .wrap, .legal-header .container { width: calc(100% - 34px); }.legal-card { margin: 34px auto; padding: 27px 21px; }.legal-card h1 { font-size: 27px; }
}

@media (max-width: 430px) {
  .terminal-promo { grid-template-columns: 1fr 1fr; }.terminal-promo strong { font-size: 24px; }.terminal-promo > div { padding: 13px; }.promo-board { grid-template-columns: 1fr; }.promo-main, .promo-tile { grid-column: auto; }.promo-tile { min-height: 175px !important; }.steps { grid-template-columns: 1fr; }.steps li { min-height: 170px; }
}

@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition: none !important; } }
