@import url('https://fonts.googleapis.com/css2?family=Gaegu:wght@700&family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap');

:root {
  --navy: #081a4a;
  --navy-2: #112761;
  --blue: #0878f9;
  --cyan: #02cbea;
  --sky: #ecf8ff;
  --line: #d7eafb;
  --muted: #637298;
  --shadow: 0 18px 55px rgb(37 109 184 / 12%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--navy);
  background: #fff;
  font-family: Pretendard, 'Noto Sans KR', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; height: auto; }
.shell { width: min(1260px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 12px 18px; border-radius: 10px; color: #fff; background: var(--navy); }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 50; height: 72px; background: rgb(255 255 255 / 94%); border-bottom: 1px solid rgb(212 234 248 / 80%); backdrop-filter: blur(18px); }
.site-header__inner { height: 100%; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 30px; }
.site-header__brand { justify-self: start; }
.site-header__brand:focus-visible, .footer-links a:focus-visible, .brand:focus-visible { outline: 3px solid rgb(0 126 255 / 32%); outline-offset: 4px; border-radius: 6px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; }
.brand__mark { position: relative; width: 34px; height: 34px; transform: rotate(30deg); }
.brand__mark i { position: absolute; width: 21px; height: 21px; border-radius: 4px; clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%); }
.brand__mark i:nth-child(1) { left: 0; top: 7px; background: #03cde5; }
.brand__mark i:nth-child(2) { right: 0; top: 0; background: #0a8efa; }
.brand__mark i:nth-child(3) { right: 0; bottom: 0; background: #0758d9; }
.brand__name { font-size: 24px; letter-spacing: -1.3px; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 40px; font-size: 15px; font-weight: 700; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--blue); }
.site-header__actions { display: flex; align-items: center; gap: 22px; }
.button { min-height: 54px; padding: 0 28px; border: 1px solid transparent; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 15px; font-weight: 800; line-height: 1; box-shadow: 0 12px 26px rgb(2 138 244 / 15%); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 30px rgb(2 138 244 / 24%); }
.button:focus-visible, .site-nav a:focus-visible, .menu-toggle:focus-visible { outline: 3px solid rgb(0 126 255 / 32%); outline-offset: 3px; }
.button--small { min-height: 46px; padding-inline: 22px; border-radius: 24px; }
.button--primary { color: #fff; background: linear-gradient(120deg, #08c5e8 0%, #0874f8 74%); }
.button--outline { border-color: #1788ff; color: #0d61c6; background: rgb(255 255 255 / 78%); box-shadow: none; }
.menu-toggle { display: none; }

#top, #comparison, #why, #events, #how-it-works, #faq { scroll-margin-top: 16px; }

.hero { position: relative; min-height: 548px; overflow: hidden; background: linear-gradient(108deg, #effbff 0%, #f8fdff 38%, #e5f7ff 100%); isolation: isolate; }
.hero::before, .hero::after { content: ''; position: absolute; z-index: -1; border-radius: 999px; filter: blur(8px); opacity: .8; }
.hero::before { width: 480px; height: 480px; left: -210px; top: -140px; background: radial-gradient(circle, rgb(62 190 255 / 38%), transparent 64%); }
.hero::after { width: 560px; height: 560px; right: -250px; bottom: -280px; background: radial-gradient(circle, rgb(42 191 255 / 45%), transparent 65%); }
.hero__wash { position: absolute; inset: 0; z-index: -2; background: linear-gradient(120deg, transparent 0 46%, rgb(91 210 255 / 15%) 46.2% 47%, transparent 47.2% 55%, rgb(255 255 255 / 60%) 55.3% 56%, transparent 56.4%); }
.hero__particles { position: absolute; inset: 0; z-index: -1; opacity: .65; background-image: radial-gradient(circle at 8% 28%, #22b6ff 0 2px, transparent 3px), radial-gradient(circle at 36% 16%, #54d9ff 0 1px, transparent 2px), radial-gradient(circle at 93% 24%, #3aa9ff 0 2px, transparent 3px), radial-gradient(circle at 78% 84%, #07c9e8 0 2px, transparent 3px); background-size: 220px 180px, 160px 130px, 260px 210px, 190px 170px; }
.hero__inner { position: relative; min-height: 548px; display: grid; grid-template-columns: 44% 56%; align-items: center; }
.hero__copy { position: relative; z-index: 7; padding: 44px 0 40px; }
.eyebrow-pill { width: fit-content; margin: 0 0 15px; padding: 8px 18px; border: 1px solid rgb(81 180 238 / 32%); border-radius: 999px; color: #3b75ad; background: rgb(255 255 255 / 55%); box-shadow: inset 0 1px 0 #fff; font-size: 14px; font-weight: 600; }
.hero h1 { margin: 0; color: #071540; font-size: clamp(48px, 4.5vw, 66px); line-height: 1.05; letter-spacing: -4px; font-weight: 900; }
.hero h1 strong { color: #0c72ee; }
.hero__description { margin: 20px 0 20px; color: #2a467a; font-size: 19px; line-height: 1.55; letter-spacing: -.6px; }
.hero__actions { display: flex; gap: 14px; }
.book-mini { width: 22px; height: 18px; border-radius: 3px; display: inline-grid; place-items: center; color: #fff; background: linear-gradient(90deg,#09c7e2 0 48%,#0b72ee 48%); font-size: 10px; }
.hero__proof { display: flex; gap: 12px; margin-top: 20px; }
.proof-item { min-width: 214px; height: 68px; padding: 9px 13px; border: 1px solid rgb(204 229 243 / 78%); border-radius: 32px; display: flex; align-items: center; gap: 10px; background: rgb(255 255 255 / 72%); box-shadow: 0 8px 18px rgb(66 134 181 / 8%); }
.proof-item p { margin: 0; display: grid; gap: 2px; }
.proof-item strong { color: #0a72ee; font-size: 17px; }
.proof-item span:last-child { color: #60749a; font-size: 11px; white-space: nowrap; }
.proof-icon { width: 41px; height: 41px; border-radius: 50%; display: grid; place-items: center; color: #0878f9; background: linear-gradient(#e3f6ff,#fff); box-shadow: inset 0 0 0 1px #d9efff; }
.proof-icon--user { font-size: 11px; }
.proof-icon--crown { font-size: 20px; }

.hero__visual { position: relative; height: 520px; align-self: end; }
.hero__art { position: absolute; z-index: 1; width: 690px; max-width: none; left: -42px; top: -10px; filter: saturate(1.05) contrast(1.02); }
.exchange-card { position: absolute; z-index: 4; width: 310px; height: 360px; left: 200px; top: 34px; padding: 25px 18px 18px; border: 1px solid rgb(255 255 255 / 92%); border-radius: 28px; background: linear-gradient(160deg, rgb(255 255 255 / 86%), rgb(239 249 255 / 72%)); box-shadow: 0 25px 60px rgb(49 113 189 / 23%), inset 0 1px 2px #fff; backdrop-filter: blur(10px); transform: rotate(-5deg); }
.exchange-card::after { content: ''; position: absolute; inset: 10px; border: 1px solid rgb(76 177 238 / 12%); border-radius: 20px; pointer-events: none; }
.exchange-card__copy { margin: 2px 0 16px; color: #3a5e92; font-size: 12px; line-height: 1.45; font-weight: 700; }
.exchange-card ul { position: absolute; right: 17px; top: 23px; width: 120px; margin: 0; padding: 0; display: grid; gap: 6px; list-style: none; }
.exchange-card li { height: 37px; padding: 0 10px; border-radius: 10px; display: flex; align-items: center; gap: 8px; color: #071946; background: rgb(255 255 255 / 90%); box-shadow: 0 5px 14px rgb(44 94 145 / 11%); font-size: 12px; font-weight: 800; }
.exchange-glyph { width: 17px; height: 17px; border-radius: 4px; display: inline-grid; place-items: center; background: #127ef5; }
.exchange-glyph--1 { transform: rotate(45deg); border: 4px double #ffb600; background: transparent; border-radius: 0; }
.exchange-glyph--2 { background: linear-gradient(90deg,#111 0 30%,transparent 30% 40%,#111 40% 70%,transparent 70%); }
.exchange-glyph--3 { background: conic-gradient(#000 0 25%,transparent 0 50%,#000 0 75%,transparent 0); border-radius: 0; }
.exchange-glyph--4 { background: linear-gradient(135deg,#03c4d8 0 45%,transparent 46% 54%,#078bdc 55%); transform: rotate(45deg); }
.exchange-glyph--5 { border-radius: 50%; border: 5px solid #145af4; border-top-color: #18d7bd; background: transparent; }
.exchange-glyph--6 { background: linear-gradient(25deg,transparent 36%,#265ae8 37% 62%,transparent 63%),linear-gradient(-25deg,transparent 36%,#265ae8 37% 62%,transparent 63%); }
.exchange-card > p { position: absolute; left: 24px; bottom: 32px; margin: 0; color: #1760cb; font-size: 18px; line-height: 1.15; font-weight: 800; }
.exchange-card > p strong { display: block; margin-top: 5px; color: #0f56c5; font-size: 24px; }
.exchange-card > p em { font-style: normal; color: #075fe3; font-size: 42px; letter-spacing: -2px; }
.hero-note { position: absolute; z-index: 6; color: #1267de; font-family: 'Gaegu', cursive; font-size: 26px; line-height: .95; transform: rotate(-7deg); }
.hero-note--top { left: 228px; top: 50px; }
.hero-note strong { font-size: 31px; }
.hero-handwriting { position: absolute; z-index: 6; right: -28px; top: 54px; margin: 0; color: #065ed9; font-family: 'Gaegu', cursive; font-size: 25px; line-height: 1.05; transform: rotate(-7deg); }
.hero-handwriting span { display: block; margin-left: 8px; font-size: 34px; transform: rotate(30deg); }
.hero-stamp { position: absolute; z-index: 7; right: -6px; bottom: 44px; width: 180px; padding: 16px 17px; border: 1px solid rgb(255 255 255 / 90%); border-radius: 17px; color: #39598b; background: rgb(246 253 255 / 74%); box-shadow: 0 14px 35px rgb(43 123 189 / 12%), inset 0 0 18px rgb(20 190 244 / 8%); backdrop-filter: blur(9px); font-size: 12px; line-height: 1.45; }
.hero-stamp span, .hero-stamp strong { display: block; }
.hero-stamp strong { margin-top: 4px; color: #08194b; font-size: 15px; }

@media (max-width: 1120px) {
  .site-header__inner { grid-template-columns: 180px 1fr auto; gap: 18px; }
  .site-nav { gap: 22px; }
  .hero__inner { grid-template-columns: 46% 54%; }
  .hero h1 { font-size: 54px; }
  .hero__art { left: -100px; }
  .exchange-card { left: 120px; }
  .hero-handwriting { right: -10px; }
  .proof-item { min-width: 190px; }
}

@media (max-width: 860px) {
  .shell { width: min(100% - 32px, 700px); }
  .site-header { height: 64px; }
  .site-header__inner { display: flex; justify-content: space-between; }
  .brand__name { font-size: 21px; }
  .brand__mark { transform: rotate(30deg) scale(.88); }
  .menu-toggle { width: 42px; height: 42px; padding: 10px; border: 0; border-radius: 12px; display: grid; align-content: center; gap: 5px; background: #eef8ff; }
  .menu-toggle span { width: 100%; height: 2px; background: var(--navy); }
  .site-nav { position: absolute; left: 16px; right: 16px; top: 58px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; display: none; flex-direction: column; gap: 18px; background: rgb(255 255 255 / 98%); box-shadow: var(--shadow); }
  .site-nav--open { display: flex; }
  .site-header__actions { margin-left: auto; }
  .site-header__actions .button { display: none; }
  .hero__inner { min-height: 970px; grid-template-columns: 1fr; align-content: start; }
  .hero__copy { padding-top: 52px; text-align: center; }
  .eyebrow-pill { margin-inline: auto; }
  .hero h1 { font-size: 58px; }
  .hero__actions, .hero__proof { justify-content: center; }
  .hero__visual { width: min(660px, 100%); height: 500px; margin-inline: auto; }
  .hero__art { left: 50%; transform: translateX(-50%); }
  .exchange-card { left: 50%; transform: translateX(-17%) rotate(-5deg); }
  .hero-note--top { left: 30%; }
  .hero-handwriting { right: 4%; }
  .hero-stamp { right: 2%; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 24px, 440px); }
  .hero__inner { min-height: 920px; }
  .hero__copy { padding-top: 36px; }
  .eyebrow-pill { padding: 7px 13px; font-size: 12px; }
  .hero h1 { font-size: clamp(40px, 12vw, 50px); letter-spacing: -3px; }
  .hero__description { font-size: 15px; }
  .hero__description br { display: none; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero__proof { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .proof-item { min-width: 0; height: auto; padding: 10px; border-radius: 18px; align-items: flex-start; }
  .proof-item span:last-child { white-space: normal; }
  .proof-icon { flex: 0 0 36px; width: 36px; height: 36px; }
  .hero__visual { height: 410px; }
  .hero__art { width: 560px; left: 42%; top: 20px; opacity: .96; }
  .exchange-card { width: 250px; height: 310px; left: 45%; top: 40px; transform: translateX(-8%) rotate(-4deg) scale(.88); transform-origin: top left; }
  .exchange-card ul { width: 106px; }
  .exchange-card li { font-size: 10px; }
  .hero-note--top { left: 4px; top: 56px; font-size: 21px; }
  .hero-note strong { font-size: 25px; }
  .hero-handwriting { display: none; }
  .hero-stamp { right: 0; bottom: 12px; width: 156px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Shared section language */
main { position: relative; overflow: hidden; }
.content-section { position: relative; padding: 28px 0 20px; }
.section-heading { min-height: 74px; display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 10px; }
.section-label { display: block; width: fit-content; margin-bottom: 3px; padding: 3px 11px; border-radius: 999px; color: #0871e8; background: #e8f8ff; font-size: 10px; font-weight: 900; letter-spacing: -.1px; box-shadow: inset 0 0 0 1px rgb(74 185 244 / 8%); }
.section-heading h2 { margin: 0; color: #081640; font-size: 31px; line-height: 1.18; letter-spacing: -1.7px; font-weight: 900; }
.section-heading h2 span { font-weight: 500; }
.section-heading p { margin: 3px 0 0; color: #66799f; font-size: 13px; }
.section-link { padding: 0 0 8px; border: 0; color: #0874eb; background: transparent; font-family: inherit; font-size: 12px; font-weight: 800; white-space: nowrap; cursor: pointer; }
.section-link span { margin-left: 7px; font-size: 18px; }

/* Four trust cards */
.trust-strip { position: relative; z-index: 5; padding: 18px 0 10px; background: linear-gradient(180deg, #fafdff, #fff); }
.trust-strip::before { content: ''; position: absolute; inset: -30px 0 auto; height: 60px; z-index: -1; background: linear-gradient(170deg, transparent 48%, #fafdff 49%); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.trust-card { min-height: 112px; padding: 17px 18px; border: 1px solid #dcecf7; border-radius: 14px; display: flex; align-items: center; gap: 14px; background: rgb(255 255 255 / 92%); box-shadow: 0 12px 30px rgb(24 97 155 / 9%); }
.trust-card h3 { margin: 1px 0 4px; color: #0b1942; font-size: 16px; letter-spacing: -.6px; }
.trust-card p { margin: 0; color: #7182a4; font-size: 10px; line-height: 1.5; }
.trust-card__value { display: block; margin-bottom: -3px; color: #0871ed; font-size: 24px; line-height: 1; }
.soft-icon { position: relative; flex: 0 0 58px; width: 58px; height: 58px; border-radius: 50%; background: linear-gradient(145deg, #e6f8ff, #fff); box-shadow: 0 9px 22px rgb(27 126 200 / 12%), inset 0 0 0 1px #e0f0fb; }
.soft-icon::before, .soft-icon::after { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.soft-icon--layers::before { width: 27px; height: 17px; border: 4px solid #09bde5; transform: translate(-50%,-50%) rotate(30deg) skew(-12deg); box-shadow: 5px 5px 0 -2px #0875ed, 10px 10px 0 -2px #0753d5; }
.soft-icon--chart::before { width: 8px; height: 27px; border-radius: 2px; background: #0b61e3; box-shadow: -13px 8px 0 #18bce7, 13px -7px 0 #0877f2; }
.soft-icon--link::before { width: 22px; height: 11px; border: 5px solid #0e85ec; border-radius: 10px; transform: translate(-68%,-50%) rotate(-43deg); }
.soft-icon--link::after { width: 22px; height: 11px; border: 5px solid #08badc; border-radius: 10px; transform: translate(-30%,-50%) rotate(-43deg); }
.soft-icon--book::before { width: 28px; height: 26px; border-radius: 3px 8px 8px 3px; background: linear-gradient(90deg,#08c5e5 0 46%,#fff 47% 53%,#0c6cec 54%); box-shadow: inset 0 0 0 2px rgb(0 105 223 / 9%); }

/* Comparison table */
.comparison-section { padding-top: 12px; }
.comparison-section::after { content: ''; position: absolute; width: 330px; height: 330px; right: -220px; bottom: -150px; border-radius: 50%; background: radial-gradient(circle, rgb(82 202 255 / 22%), transparent 65%); filter: blur(3px); z-index: -1; }
.comparison-table-wrap { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-color: #83bde8 #edf7fe; scrollbar-width: thin; border: 1px solid #d9eaf6; border-radius: 13px; background: #fff; box-shadow: 0 14px 40px rgb(38 99 160 / 7%); }
.comparison-table-wrap::-webkit-scrollbar { height: 9px; }
.comparison-table-wrap::-webkit-scrollbar-track { background: #edf7fe; }
.comparison-table-wrap::-webkit-scrollbar-thumb { border: 2px solid #edf7fe; border-radius: 999px; background: #83bde8; }
.comparison-table { width: 100%; min-width: 800px; border-collapse: separate; border-spacing: 0; color: #344e80; font-size: 12px; text-align: center; }
.comparison-table th, .comparison-table td { height: 44px; padding: 7px 12px; border-right: 1px solid #dcebf7; border-bottom: 1px solid #dcebf7; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }
.comparison-table tbody tr:last-child th, .comparison-table tbody tr:last-child td { border-bottom: 0; }
.comparison-table thead th { height: 38px; color: #37527f; background: linear-gradient(180deg,#edf7fe,#e6f2fb); font-size: 11px; font-weight: 800; }
.comparison-table tbody th { color: #101d43; background: #fff; font-weight: 800; text-align: left; }
.exchange-name { display: inline-flex; align-items: center; gap: 12px; }
.benefit-cell { color: #00a9c9; font-weight: 900; }
.exchange-logo { position: relative; flex: 0 0 25px; width: 25px; height: 25px; display: inline-block; }
.exchange-logo--binance { transform: rotate(45deg) scale(.8); border: 6px double #ffb700; }
.exchange-logo--bybit::before { content: 'BYBIT'; position: absolute; left: 0; top: 5px; color: #111; font-size: 6px; font-weight: 900; letter-spacing: -.5px; }
.exchange-logo--okx { background: conic-gradient(#000 0 25%,transparent 0 50%,#000 0 75%,transparent 0); }
.exchange-logo--bitget::before { content: ''; position: absolute; inset: 3px; background: linear-gradient(135deg,#00c9db 0 42%,transparent 43% 57%,#0789d7 58%); transform: rotate(45deg); }
.exchange-logo--gateio { border: 7px solid #145be8; border-top-color: #0ac9c0; border-radius: 50%; }
.exchange-logo--bingx::before, .exchange-logo--bingx::after { content: ''; position: absolute; inset: 4px 1px; background: #2757e7; clip-path: polygon(0 0,35% 0,50% 34%,65% 0,100% 0,67% 50%,100% 100%,65% 100%,50% 66%,35% 100%,0 100%,33% 50%); }
.join-button { width: 135px; min-height: 32px; border: 0; border-radius: 7px; color: #fff; background: linear-gradient(110deg,#08bfe1,#0869f1); box-shadow: 0 7px 14px rgb(0 122 237 / 20%); font: inherit; font-weight: 800; cursor: pointer; }
.join-button:hover { filter: brightness(1.06); }

/* Why cards */
.why-section { padding-top: 10px; }
.reason-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.reason-card { min-height: 167px; padding: 16px 18px; border: 1px solid #dcebf5; border-radius: 13px; background: linear-gradient(155deg,#fff,#fbfdff); box-shadow: 0 12px 28px rgb(31 90 145 / 7%); }
.reason-card h3 { margin: 9px 0 4px; color: #101d46; font-size: 17px; letter-spacing: -.7px; }
.reason-card p { margin: 0; color: #63769e; font-size: 11px; line-height: 1.7; }
.reason-icon { position: relative; width: 55px; height: 55px; border-radius: 50%; display: block; background: linear-gradient(145deg,#dff6ff,#fff); box-shadow: inset 0 0 0 1px #d8eefc, 0 7px 17px rgb(9 118 214 / 10%); }
.reason-icon::before, .reason-icon::after { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.reason-icon--diamond::before { width: 29px; height: 24px; background: linear-gradient(135deg,#0dd0e2,#085df1); clip-path: polygon(18% 0,82% 0,100% 35%,50% 100%,0 35%); }
.reason-icon--diamond::after { width: 17px; height: 16px; border: 2px solid #fff; clip-path: polygon(18% 0,82% 0,100% 35%,50% 100%,0 35%); }
.reason-icon--shield::before { width: 27px; height: 31px; border: 4px solid #0872eb; border-radius: 14px 14px 16px 16px; clip-path: polygon(50% 0,100% 16%,92% 73%,50% 100%,8% 73%,0 16%); }
.reason-icon--shield::after { width: 3px; height: 14px; background: #08c8dc; box-shadow: 5px 5px 0 -1px #08c8dc; }
.reason-icon--user::before { width: 12px; height: 12px; border: 4px solid #0877ec; border-radius: 50%; top: 36%; }
.reason-icon--user::after { width: 25px; height: 13px; border: 4px solid #0877ec; border-bottom: 0; border-radius: 18px 18px 0 0; top: 68%; }
.reason-icon--eye::before { width: 34px; height: 22px; border: 4px solid #0975eb; border-radius: 70% 0 70% 0; transform: translate(-50%,-50%) rotate(45deg); }
.reason-icon--eye::after { width: 9px; height: 9px; border-radius: 50%; background: #08c5dd; }

/* Events */
.event-section { padding-top: 16px; }
.event-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.event-card { position: relative; min-height: 218px; overflow: hidden; border: 1px solid rgb(197 227 247 / 80%); border-radius: 12px; isolation: isolate; box-shadow: 0 13px 30px rgb(25 93 150 / 10%); }
.event-card::before { content: ''; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 85% 40%,rgb(255 255 255 / 95%),transparent 36%); }
.event-card--mint { background: linear-gradient(135deg,#e9fbff,#bbf7fb); }
.event-card--blue { background: linear-gradient(135deg,#eff8ff,#c7e4ff); }
.event-card--purple { background: linear-gradient(135deg,#f6efff,#dbccff); }
.event-card__content { position: relative; z-index: 3; width: 58%; padding: 19px 0 14px 20px; }
.event-card h3 { margin: 0 0 10px; display: flex; align-items: center; gap: 8px; color: #171a30; font-size: 16px; font-weight: 900; }
.event-logo { width: 28px; height: 28px; display: inline-block; }
.event-logo--binance { transform: rotate(45deg) scale(.72); border: 7px double #ffb500; }
.event-logo--bybit::before { content: 'BYBIT'; display: block; margin-top: 8px; font-size: 7px; font-weight: 900; }
.event-logo--okx { background: conic-gradient(#000 0 25%,transparent 0 50%,#000 0 75%,transparent 0); }
.event-badge { width: fit-content; padding: 5px 10px; border-radius: 999px; display: block; color: #fff; background: linear-gradient(100deg,#ff7629,#ff4d24); box-shadow: 0 5px 12px rgb(255 91 39 / 20%); font-size: 10px; font-weight: 800; }
.event-card__content > strong { display: block; margin-top: 10px; color: #12244e; font-size: 14px; }
.event-card__content p { margin: 3px 0 18px; color: #53688f; font-size: 10px; }
.event-card__content small { color: #65789c; font-size: 8px; font-weight: 600; white-space: nowrap; }
.event-card__art { position: absolute; z-index: 1; width: 235px; max-width: none; right: -42px; bottom: -33px; filter: drop-shadow(0 18px 22px rgb(35 91 172 / 18%)); }
.event-card__art--2 { filter: hue-rotate(8deg) saturate(1.15) drop-shadow(0 18px 22px rgb(35 91 172 / 18%)); }
.event-card__art--3 { filter: hue-rotate(50deg) saturate(1.18) drop-shadow(0 18px 22px rgb(92 59 190 / 18%)); }

/* Pingly promo */
.pingly-section { position: relative; margin-top: 28px; background: linear-gradient(105deg,#ecf8ff 0%,#fff 48%,#dff2ff 100%); border-block: 1px solid #dfeefa; }
.pingly-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 72% 42%,rgb(117 83 255 / 18%),transparent 24%), radial-gradient(circle at 89% 70%,rgb(14 188 243 / 22%),transparent 28%); }
.pingly-banner { position: relative; min-height: 218px; display: grid; grid-template-columns: 51% 49%; align-items: center; }
.pingly-banner__copy { position: relative; z-index: 3; display: grid; grid-template-columns: 155px 1fr; align-items: start; gap: 24px; }
.pingly-logo { width: 148px; margin-top: 2px; mix-blend-mode: multiply; }
.pingly-banner h2 { margin: 0; color: #101b48; font-size: 29px; line-height: 1.18; letter-spacing: -1.5px; }
.pingly-banner h2 strong { color: #0875ec; }
.pingly-banner__copy p { margin: 5px 0 13px; color: #60759d; font-size: 12px; }
.button--pingly { min-height: 43px; padding: 0 22px; color: #fff; background: linear-gradient(105deg,#763df1,#6841f7,#2d8cf4); box-shadow: 0 10px 20px rgb(100 67 240 / 25%); }
.pingly-banner__visual { position: relative; height: 218px; }
.phone { position: absolute; z-index: 4; left: 180px; top: -34px; width: 116px; height: 236px; padding: 24px 10px 12px; border: 5px solid #17113e; border-radius: 22px; color: #fff; background: linear-gradient(160deg,#321780,#111341 52%,#0b2947); box-shadow: 0 20px 35px rgb(24 23 91 / 30%); transform: rotate(10deg); }
.phone__speaker { position: absolute; width: 34px; height: 5px; left: 50%; top: 7px; border-radius: 4px; background: #060717; transform: translateX(-50%); }
.phone__logo { color: #b98dff; font-size: 16px; font-weight: 900; }
.phone__chart { height: 61px; margin: 14px 0; background: linear-gradient(160deg,transparent 0 17%,#1fd8e5 18% 20%,transparent 21% 35%,#1fd8e5 36% 39%,transparent 40% 49%,#1fd8e5 50% 53%,transparent 54% 68%,#1fd8e5 69% 72%,transparent 73%); clip-path: polygon(0 77%,16% 56%,30% 69%,45% 33%,58% 50%,72% 23%,85% 38%,100% 5%,100% 100%,0 100%); border-bottom: 1px solid rgb(255 255 255 / 12%); }
.phone ul { margin: 0; padding: 0; display: grid; gap: 9px; list-style: none; font-size: 7px; }
.phone li { display: flex; align-items: center; gap: 5px; }
.phone li i { width: 10px; height: 10px; border-radius: 50%; background: #ff9f2c; }
.phone li:nth-child(2) i { background: #78a8ff; }
.phone li:nth-child(3) i { background: linear-gradient(#38e0c2,#8d4cf4); }
.phone li strong { margin-left: auto; color: #24e3c1; }
.price-pop { position: absolute; z-index: 7; left: 72px; top: 45px; width: 142px; min-height: 55px; padding: 9px 9px 8px 45px; border: 1px solid rgb(255 255 255 / 85%); border-radius: 11px; color: #1b2352; background: rgb(255 255 255 / 91%); box-shadow: 0 11px 24px rgb(61 49 158 / 18%); transform: rotate(5deg); }
.price-pop > span { position: absolute; left: 9px; top: 10px; width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #ff9e22; font-size: 18px; }
.price-pop strong, .price-pop small { display: block; }
.price-pop strong { font-size: 10px; }
.price-pop small { margin-top: 2px; color: #7b84a2; font-size: 6px; }
.pingly-orb, .bell-orb { position: absolute; z-index: 5; width: 74px; height: 74px; border-radius: 20px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg,#6b2cea,#a565ff); box-shadow: 0 14px 28px rgb(98 51 213 / 32%), inset 0 0 0 2px rgb(255 255 255 / 25%); font-size: 42px; font-weight: 900; transform: rotate(-12deg); }
.pingly-orb { left: 304px; bottom: 9px; }
.bell-orb { right: 60px; top: 22px; width: 55px; height: 55px; border-radius: 50%; color: #fff; background: linear-gradient(145deg,#28c7f1,#4b54f8); font-size: 20px; transform: rotate(8deg); }
.light-trail { position: absolute; left: 35px; right: -45px; height: 92px; border: 8px solid rgb(91 83 255 / 38%); border-left-color: transparent; border-bottom-color: #4bc7ff; border-radius: 50%; filter: blur(2px); transform: rotate(-9deg); }
.light-trail--1 { top: 66px; }
.light-trail--2 { top: 80px; transform: rotate(10deg); opacity: .5; }
.pingly-banner__visual > p { position: absolute; right: -2px; top: 74px; margin: 0; color: #235ed2; font-family: 'Gaegu', cursive; font-size: 22px; line-height: 1; transform: rotate(-8deg); }
.pingly-banner__visual > p span { display: block; margin-left: -8px; font-size: 28px; transform: rotate(25deg); }

/* Steps and FAQ */
.how-section { padding-top: 26px; background: linear-gradient(180deg,#fff,#fafdff); }
.step-grid { margin: 6px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 46px; list-style: none; }
.step-card { position: relative; min-height: 98px; padding: 16px 20px 16px 104px; border: 1px solid #dcebf6; border-radius: 12px; display: flex; align-items: center; background: #fff; box-shadow: 0 11px 25px rgb(28 90 150 / 7%); }
.step-number { position: absolute; left: 17px; top: 15px; width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; color: #0871e8; background: #e9f7ff; font-size: 13px; font-weight: 900; }
.step-icon { position: absolute; left: 49px; top: 20px; width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(145deg,#e3f7ff,#fff); box-shadow: inset 0 0 0 1px #d8eefc; }
.step-icon::before, .step-icon::after { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.step-icon--search::before { width: 17px; height: 17px; border: 4px solid #0b71e7; border-radius: 50%; transform: translate(-62%,-62%); }
.step-icon--search::after { width: 15px; height: 4px; border-radius: 3px; background: #0b71e7; transform: translate(10%,100%) rotate(45deg); }
.step-icon--document::before { width: 22px; height: 28px; border-radius: 3px; background: linear-gradient(#0a8df2,#0865e7); }
.step-icon--document::after { width: 11px; height: 2px; background: #fff; box-shadow: 0 6px 0 #fff,0 -6px 0 #fff; }
.step-icon--rocket::before { width: 27px; height: 29px; background: linear-gradient(135deg,#19b9e7,#075ee9); clip-path: polygon(60% 0,100% 0,100% 40%,54% 100%,38% 62%,0 46%); }
.step-card h3 { margin: 0 0 2px; color: #0f1d45; font-size: 13px; }
.step-card p { margin: 0; color: #667a9e; font-size: 9px; line-height: 1.55; }
.step-arrow { position: absolute; right: -35px; top: 34px; color: #08a8ec; font-size: 37px; font-weight: 300; }
.faq-section { padding-top: 14px; padding-bottom: 32px; background: #fafdff; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; }
.faq-item { border: 1px solid #dcebf5; border-radius: 10px; overflow: hidden; background: #fff; box-shadow: 0 8px 20px rgb(33 91 147 / 5%); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 44px; padding: 0 18px; border: 0; display: flex; align-items: center; justify-content: space-between; color: #1b315d; background: transparent; font-family: inherit; font-size: 11px; font-weight: 700; text-align: left; cursor: pointer; }
.faq-item button i { position: relative; flex: 0 0 13px; width: 13px; height: 13px; }
.faq-item button i::before, .faq-item button i::after { content: ''; position: absolute; left: 0; top: 6px; width: 13px; height: 1.5px; background: #254272; transition: transform .2s ease; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item button[aria-expanded='true'] i::after { transform: rotate(0); }
.faq-answer { padding: 0 18px 13px; color: #687a9d; font-size: 10px; line-height: 1.65; }
.faq-answer p { margin: 0; }

/* Footer */
.site-footer { min-height: 175px; padding: 31px 0; color: #fff; background: radial-gradient(circle at 75% 20%,#113e73 0,#071c40 48%,#061533 100%); }
.site-footer__grid { display: grid; grid-template-columns: 235px 1fr auto 330px; align-items: center; gap: 34px; }
.brand--inverse .brand__name { color: #fff; }
.site-footer__brand p { margin: 6px 0 22px; color: #aebed5; font-size: 11px; }
.site-footer__brand small { color: #8497b7; font-size: 9px; }
.footer-links { display: flex; align-items: center; gap: 24px; color: #bcc9dc; font-size: 10px; white-space: nowrap; }
.footer-links a:hover { color: #fff; }
.text-link { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; cursor: pointer; }
.footer-social { display: flex; align-items: center; gap: 20px; font-size: 17px; }
.footer-social .text-link { color: #fff; font-size: 17px; }
.text-link:focus-visible, .section-link:focus-visible, .join-button:focus-visible, .calculator-card__action:focus-visible { outline: 3px solid rgb(0 126 255 / 32%); outline-offset: 3px; }
.site-footer__disclaimer { margin: 0; color: #8fa2c1; font-size: 9px; line-height: 1.75; }
.site-toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; max-width: calc(100% - 32px); padding: 12px 18px; border: 1px solid rgb(255 255 255 / 75%); border-radius: 999px; color: #fff; background: rgb(8 27 71 / 93%); box-shadow: 0 12px 32px rgb(4 20 56 / 30%); font-size: 13px; opacity: 0; pointer-events: none; transform: translate(-50%,18px); transition: opacity .22s ease,transform .22s ease; }
.site-toast--visible { opacity: 1; transform: translate(-50%,0); }

/* Desktop reference-match calibration (1440px source viewport). */
@media (min-width: 1121px) {
  .site-header__inner,
  .hero__inner { width: min(1180px, calc(100% - 48px)); }

  .brand__mark { width: 40px; height: 40px; }
  .brand__mark i { width: 25px; height: 25px; }
  .brand__name { font-size: 29px; }
  .site-nav { font-size: 17px; }
  .button--small { min-height: 52px; padding-inline: 26px; font-size: 16px; }
  .site-header__actions { min-width: 230px; justify-content: flex-end; }

  .hero__copy { padding-top: 43px; padding-bottom: 24px; }
  .eyebrow-pill { margin-bottom: 20px; font-size: 16px; }
  .hero h1 { font-size: 82px; line-height: 1.03; letter-spacing: -5px; }
  .hero__description { margin: 14px 0 12px; font-size: 23px; line-height: 1.4; }
  .hero__actions .button { min-height: 64px; padding-inline: 31px; font-size: 17px; }
  .hero__proof { margin-top: 19px; }
  .proof-item { min-width: 270px; height: 76px; padding-inline: 15px; }
  .proof-icon { width: 47px; height: 47px; }
  .proof-item strong { font-size: 19px; }
  .proof-item span:last-child { font-size: 12px; }

  .hero__art { width: 770px; left: -72px; top: -20px; }
  .exchange-card { width: 330px; height: 380px; left: 180px; top: 20px; }
  .hero-note--top { left: 210px; top: 38px; }
  .hero-handwriting { right: -48px; top: 46px; }

  .trust-strip { padding: 13px 0 3px; }
  .trust-card { min-height: 124px; }
  .soft-icon { flex-basis: 68px; width: 68px; height: 68px; }
  .trust-card h3 { font-size: 21px; }
  .trust-card p { font-size: 12px; }
  .trust-card__value { font-size: 28px; }
  .soft-icon { flex-basis: 76px; width: 76px; height: 76px; }

  .section-heading h2 { font-size: 38px; }
  .section-heading p { font-size: 15px; }
  .section-label { font-size: 11px; }
  .section-link { font-size: 14px; }

  .comparison-section { padding-top: 22px; }
  .comparison-section .section-heading { min-height: 108px; }
  .comparison-table { font-size: 15px; }
  .comparison-table th,
  .comparison-table td { height: 45px; padding-block: 5px; }
  .comparison-table thead th { height: 39px; font-size: 14px; }
  .join-button { width: 170px; min-height: 40px; }

  .why-section .section-heading { min-height: 91px; }
  .reason-card { min-height: 185px; padding: 18px 20px; }
  .reason-grid { margin-top: -4px; }
  .reason-card h3 { font-size: 21px; }
  .reason-card p { font-size: 13px; }
  .reason-icon { width: 60px; height: 60px; }

  .event-section .section-heading,
  .faq-section .section-heading { position: relative; min-height: 74px; }
  .event-section .section-heading > div,
  .faq-section .section-heading > div { display: grid; grid-template-columns: auto 1fr; align-items: end; column-gap: 16px; }
  .event-section .section-label,
  .faq-section .section-label { grid-column: 1 / -1; }
  .event-section .section-heading p,
  .faq-section .section-heading p { margin: 0 0 4px; }
  .event-section .section-heading h2 { font-size: 36px; line-height: 1.1; transform: translateY(-4px); }
  .event-section .section-heading p { transform: translateY(-4px); }
  .faq-section .section-heading h2 { font-size: 34px; line-height: 1.1; transform: translateY(-8px); }
  .faq-section .section-heading p { transform: translateY(-8px); }
  .event-section .section-link,
  .faq-section .section-link { position: absolute; right: 0; padding: 0; }
  .event-section .section-link { top: 35px; }
  .faq-section .section-link { top: 25px; }

  .event-grid { margin-top: -12px; }
  .event-card { min-height: 239px; }
  .event-card__content { padding: 21px 0 16px 22px; }
  .event-card h3 { font-size: 21px; }
  .event-card__content > strong { font-size: 18px; }
  .event-card__content p { font-size: 12px; }
  .event-card__content small { font-size: 9px; }
  .event-card__art { width: 270px; right: -48px; bottom: -39px; }

  .pingly-section { margin-top: 3px; }
  .pingly-banner { min-height: 215px; }
  .pingly-banner__visual { height: 215px; }
  .pingly-banner__copy { width: 760px; grid-template-columns: 220px 1fr; gap: 16px; }
  .pingly-logo { width: 240px; height: 90px; margin-left: -18px; object-fit: cover; object-position: center; }
  .pingly-banner h2 { font-size: 38px; white-space: nowrap; }
  .pingly-banner__copy p { font-size: 14px; }

  .how-section { padding-top: 5px; padding-bottom: 9px; }
  .step-grid { margin-top: 17px; }
  .step-card { min-height: 111px; }
  .step-card h3 { font-size: 17px; }
  .step-card p { font-size: 11px; }
  .step-icon { width: 58px; height: 58px; }

  .faq-grid { margin-top: -23px; }
  .faq-item button { font-size: 13px; }

  .site-footer { min-height: 160px; padding-block: 21px; }
  .footer-links { font-size: 12px; }
  .site-footer__brand p { font-size: 13px; }
  .site-footer__brand small { font-size: 11px; }
  .site-footer__disclaimer { font-size: 11px; }
}

@media (max-width: 1120px) {
  .trust-strip__grid, .reason-grid { grid-template-columns: repeat(2,1fr); }
  .event-card__art { right: -68px; }
  .pingly-banner__copy { grid-template-columns: 120px 1fr; gap: 16px; }
  .pingly-logo { width: 120px; }
  .pingly-banner h2 { font-size: 24px; }
  .site-footer__grid { grid-template-columns: 210px 1fr auto; }
  .site-footer__disclaimer { grid-column: 2 / 4; }
}

@media (max-width: 860px) {
  .content-section { padding-top: 24px; }
  .trust-strip__grid { grid-template-columns: repeat(2,1fr); }
  .comparison-table-wrap { margin-right: calc((100vw - 100%)/-2); padding-right: 16px; border-radius: 13px 0 0 13px; }
  .comparison-table thead th:first-child { position: sticky; left: 0; z-index: 3; box-shadow: 8px 0 14px rgb(37 109 184 / 8%); }
  .comparison-table tbody th { position: sticky; left: 0; z-index: 2; box-shadow: 8px 0 14px rgb(37 109 184 / 8%); }
  .reason-grid { grid-template-columns: repeat(2,1fr); }
  .event-grid { grid-template-columns: 1fr; }
  .event-card { min-height: 210px; }
  .event-card__art { width: 265px; right: 3%; bottom: -55px; }
  .pingly-banner { min-height: 430px; grid-template-columns: 1fr; }
  .pingly-banner__copy { padding-top: 32px; }
  .pingly-banner__visual { width: min(540px,100%); height: 250px; margin-inline: auto; }
  .phone { left: 50%; transform: translateX(-30%) rotate(8deg); }
  .price-pop { left: 30%; }
  .pingly-orb { left: 63%; }
  .step-grid { grid-template-columns: 1fr; gap: 10px; }
  .step-arrow { display: none; }
  .faq-grid { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-links { justify-content: flex-end; flex-wrap: wrap; }
  .site-footer__disclaimer { grid-column: 2; }
}

@media (max-width: 560px) {
  .section-heading { align-items: flex-end; }
  .section-heading h2 { font-size: 26px; }
  .section-heading p { font-size: 11px; }
  .section-link { max-width: 92px; white-space: normal; text-align: right; }
  .trust-strip { padding-top: 12px; }
  .trust-strip__grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .trust-card { min-height: 132px; padding: 13px 10px; flex-direction: column; align-items: flex-start; gap: 7px; }
  .soft-icon { flex-basis: 44px; width: 44px; height: 44px; }
  .soft-icon--layers { transform: scale(.82); transform-origin: top left; }
  .trust-card h3 { font-size: 13px; }
  .trust-card p { font-size: 9px; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-card { min-height: 138px; padding: 14px; }
  .event-card__content { width: 65%; }
  .event-card__art { width: 210px; right: -42px; }
  .pingly-banner { min-height: 480px; }
  .pingly-banner__copy { grid-template-columns: 1fr; gap: 8px; text-align: center; }
  .pingly-logo { width: 130px; margin-inline: auto; }
  .pingly-banner h2 { font-size: 26px; }
  .pingly-banner__visual { height: 270px; }
  .phone { left: 46%; top: 1px; }
  .price-pop { left: 5%; top: 68px; }
  .pingly-orb { left: 70%; bottom: 12px; width: 58px; height: 58px; }
  .bell-orb { right: 4px; }
  .pingly-banner__visual > p { display: none; }
  .step-card { padding-left: 100px; }
  .site-footer__grid { grid-template-columns: 1fr; text-align: center; }
  .site-footer__brand .brand { justify-content: center; }
  .footer-links, .footer-social { justify-content: center; }
  .site-footer__disclaimer { grid-column: auto; }
}
