:root {
  color-scheme: light;
  --ink: #17213a;
  --muted: #5f6880;
  --paper: #f4f5ff;
  --white: #fff;
  --blue: #5268e8;
  --violet: #9b4ddd;
  --cyan: #35cbd2;
  --coral: #ff7a5c;
  --pink: #e958b7;
  --line: rgba(43, 54, 112, .15);
  --shadow: 0 30px 80px rgba(59, 66, 139, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: radial-gradient(circle at 8% 7%, rgba(53, 203, 210, .16), transparent 25rem), radial-gradient(circle at 92% 18%, rgba(155, 77, 221, .15), transparent 30rem), linear-gradient(145deg, #eef8ff 0%, #f5efff 48%, #fff5eb 100%);
  background-attachment: fixed;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", "Noto Sans JP", "Noto Sans KR", "Noto Sans SC", sans-serif;
  line-height: 1.6;
}
body::before { content: ""; position: fixed; z-index: -1; inset: 0; opacity: .45; background-image: radial-gradient(rgba(82, 104, 232, .16) .7px, transparent .7px); background-size: 18px 18px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
a { color: inherit; text-decoration: none; }
.skip { position: fixed; left: 16px; top: -60px; z-index: 99; padding: 10px 14px; border-radius: 8px; background: #0d1732; color: #fff; }
.skip:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.topbar { position: sticky; top: 0; z-index: 20; width: 100%; height: 84px; padding: 0 max(24px, calc((100% - 1160px) / 2)); display: flex; align-items: center; gap: 28px; border-bottom: 1px solid rgba(255, 255, 255, .7); background: rgba(247, 247, 255, .76); box-shadow: 0 10px 35px rgba(69, 78, 148, .07); backdrop-filter: blur(22px) saturate(145%); }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 820; letter-spacing: -.02em; white-space: nowrap; }
.brand img { width: 42px; height: 42px; border-radius: 11px; box-shadow: 0 8px 23px rgba(47, 61, 124, .2); }
nav { display: flex; gap: 25px; margin-left: auto; font-size: 14px; font-weight: 700; }
nav a, .footer-links a { color: #46506c; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; border-radius: 999px; background: linear-gradient(90deg, var(--cyan), var(--blue), var(--pink)); transition: right .2s ease; }
nav a:hover::after { right: 0; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 5px; }
.locale-wrap select { appearance: none; min-width: 120px; border: 1px solid rgba(82, 104, 232, .2); border-radius: 999px; background: rgba(255, 255, 255, .64); padding: 9px 34px 9px 13px; color: var(--ink); font: inherit; font-size: 13px; background-image: linear-gradient(45deg, transparent 50%, #59617a 50%), linear-gradient(135deg, #59617a 50%, transparent 50%); background-position: calc(100% - 16px) 15px, calc(100% - 11px) 15px; background-size: 5px 5px; background-repeat: no-repeat; }
.hero { width: min(1160px, calc(100% - 42px)); margin: 82px auto 96px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 68px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.hero .eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.hero .eyebrow::before { content: ""; width: 28px; height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--cyan), var(--blue), var(--pink), var(--coral)); }
.hero h1 { max-width: 720px; margin: 17px 0 25px; font-size: clamp(46px, 6.6vw, 86px); line-height: 1.01; letter-spacing: -.062em; text-wrap: balance; }
.lead { max-width: 650px; color: #505a72; font-size: 18px; line-height: 1.9; }
.actions { display: flex; gap: 12px; margin-top: 34px; }
.button { padding: 13px 19px; border-radius: 13px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease; }
.button.primary { background: linear-gradient(110deg, var(--blue), var(--violet)); color: #fff; box-shadow: 0 12px 28px rgba(82, 104, 232, .27); }
.button.secondary { border: 1px solid rgba(82, 104, 232, .19); background: rgba(255, 255, 255, .56); backdrop-filter: blur(12px); }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(82, 104, 232, .24); }
.availability { margin-top: 18px; color: #747d91; font-size: 12px; }
.hero-visual { position: relative; min-height: 490px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .86); border-radius: 34px; background: linear-gradient(128deg, #42cfd5 0%, #4f77e8 39%, #ab55df 70%, #ff8b65 100%); box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .5); isolation: isolate; }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; z-index: -1; width: 300px; height: 520px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; background: rgba(255, 255, 255, .13); transform: rotate(20deg); }
.hero-visual::before { left: -65px; top: -35px; }
.hero-visual::after { right: -75px; bottom: -55px; transform: rotate(-22deg); }
.swatch { position: absolute; top: -42px; width: 46%; height: 585px; padding: 0; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; background: rgba(255, 255, 255, .12); box-shadow: inset 0 0 60px rgba(255, 255, 255, .1); backdrop-filter: blur(3px); }
.swatch span { display: none; }
.swatch-one { left: -12%; transform: rotate(15deg); }
.swatch-two { left: 27%; transform: rotate(-4deg); }
.swatch-three { left: 67%; transform: rotate(-18deg); }
.scan-frame { position: absolute; inset: 118px 64px; display: grid; place-items: center; border: 3px solid rgba(255, 255, 255, .96); border-radius: 27px; background: rgba(255, 255, 255, .08); box-shadow: 0 16px 45px rgba(30, 42, 116, .15), inset 0 0 30px rgba(255, 255, 255, .11); color: #fff; font-size: 14px; font-weight: 900; letter-spacing: .15em; backdrop-filter: blur(5px); }
.scan-frame::before, .scan-frame::after { content: ""; position: absolute; width: 42px; height: 4px; border-radius: 99px; background: #fff; box-shadow: 0 0 14px rgba(255,255,255,.8); }
.scan-frame::before { left: -3px; top: 50%; }
.scan-frame::after { right: -3px; top: 50%; }
.stats { width: min(1160px, calc(100% - 42px)); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid rgba(255, 255, 255, .78); border-radius: 24px; background: rgba(255, 255, 255, .42); box-shadow: 0 20px 60px rgba(82, 104, 232, .08); backdrop-filter: blur(18px); }
.stats div { position: relative; padding: 30px 24px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 4px; }
.stats div:last-child { border-right: 0; }
.stats div::before { content: ""; position: absolute; left: 24px; top: 0; width: 44px; height: 4px; border-radius: 0 0 6px 6px; }
.stats div:nth-child(1)::before { background: var(--cyan); }
.stats div:nth-child(2)::before { background: var(--blue); }
.stats div:nth-child(3)::before { background: var(--violet); }
.stats div:nth-child(4)::before { background: var(--coral); }
.stats strong { font-size: 26px; letter-spacing: -.03em; }
.stats span { color: var(--muted); font-size: 13px; }
.section { width: min(1160px, calc(100% - 42px)); margin: 140px auto; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading h2, .notice h2 { margin: 15px 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.12; letter-spacing: -.048em; text-wrap: balance; }
.section-heading > p:last-child { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-grid article { position: relative; min-height: 245px; overflow: hidden; padding: 28px; border: 1px solid rgba(255, 255, 255, .78); border-radius: 22px; background: rgba(255, 255, 255, .43); box-shadow: 0 18px 45px rgba(67, 77, 150, .07); backdrop-filter: blur(14px); }
.feature-grid article::after { content: ""; position: absolute; width: 120px; height: 120px; right: -55px; top: -55px; border-radius: 50%; opacity: .17; }
.feature-grid article:nth-child(4n+1)::after { background: var(--cyan); }
.feature-grid article:nth-child(4n+2)::after { background: var(--blue); }
.feature-grid article:nth-child(4n+3)::after { background: var(--pink); }
.feature-grid article:nth-child(4n+4)::after { background: var(--coral); }
.feature-grid .number { font: 800 12px/1 ui-monospace, SFMono-Regular, monospace; color: var(--blue); }
.feature-grid h3 { margin: 70px 0 10px; font-size: 21px; letter-spacing: -.025em; }
.feature-grid p, .support-grid p, .legal-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.workflow ol { list-style: none; padding: 0; margin: 0; }
.workflow li { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 26px 28px; margin-bottom: 12px; border: 1px solid rgba(255, 255, 255, .75); border-radius: 20px; background: rgba(255, 255, 255, .35); }
.workflow li > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(135deg, var(--cyan), var(--blue), var(--violet)); color: #fff; font-size: 21px; font-weight: 850; box-shadow: 0 10px 22px rgba(82, 104, 232, .2); }
.workflow h3 { margin: 0 0 6px; font-size: 22px; }
.workflow p { margin: 0; color: var(--muted); }
.notice { position: relative; width: min(1000px, calc(100% - 42px)); margin: 150px auto; overflow: hidden; padding: 70px clamp(26px, 7vw, 86px); border: 1px solid rgba(255, 255, 255, .16); border-radius: 30px; background: linear-gradient(128deg, #101b3c 0%, #283b80 50%, #714096 100%); box-shadow: 0 30px 80px rgba(48, 45, 114, .25); color: #fff; }
.notice::after { content: ""; position: absolute; width: 370px; height: 370px; right: -130px; top: -180px; border-radius: 50%; background: linear-gradient(135deg, rgba(53,203,210,.65), rgba(233,88,183,.5), rgba(255,122,92,.5)); filter: blur(4px); }
.notice > * { position: relative; z-index: 1; }
.notice .eyebrow { color: #78eef0; }
.notice p:last-child { max-width: 780px; margin: 0; color: #e1e6f6; font-size: 16px; line-height: 1.9; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.support-grid > div { padding: 27px; border: 1px solid rgba(255, 255, 255, .78); border-radius: 20px; background: rgba(255, 255, 255, .42); box-shadow: 0 16px 38px rgba(75, 82, 148, .07); }
.support-grid h3 { margin: 0 0 10px; font-size: 17px; }
.contact-card { position: relative; margin-top: 18px; overflow: hidden; padding: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid rgba(255,255,255,.68); border-radius: 22px; background: linear-gradient(118deg, rgba(70,208,214,.28), rgba(91,112,235,.24), rgba(191,83,219,.22), rgba(255,139,101,.25)); }
.contact-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(255,255,255,.26); backdrop-filter: blur(14px); }
.contact-card h3 { margin: 8px 0 5px; font-size: 26px; }
.contact-card p { margin: 0; color: var(--muted); }
.pending-badge { padding: 8px 12px; border: 1px solid rgba(82, 104, 232, .27); border-radius: 999px; color: var(--blue); font-size: 12px; font-weight: 800; white-space: nowrap; }
.legal { padding-top: 40px; border-top: 1px solid var(--line); }
.legal-copy { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.legal-copy section { padding: 26px; border: 1px solid rgba(255, 255, 255, .78); border-radius: 19px; background: rgba(255, 255, 255, .39); }
.legal-copy h3 { margin: 0 0 9px; font-size: 17px; }
.third-parties { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 22px; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
footer { width: min(1160px, calc(100% - 42px)); margin: 110px auto 30px; padding: 36px 0 20px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; }
footer .brand img { width: 34px; height: 34px; border-radius: 9px; }
.footer-links { display: flex; gap: 20px; font-size: 13px; }
footer > p { grid-column: 1 / -1; margin: 10px 0 0; color: #747d91; font-size: 12px; }
@media (max-width: 900px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(620px, 100%); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats div:nth-child(2) { border-right: 0; }
  .stats div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .support-grid { grid-template-columns: 1fr; }
  .legal-copy { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .topbar { height: 72px; padding: 0 18px; gap: 12px; }
  .brand span { max-width: 158px; overflow: hidden; text-overflow: ellipsis; }
  .brand img { width: 36px; height: 36px; }
  .locale-wrap { margin-left: auto; }
  .locale-wrap select { min-width: 0; max-width: 118px; }
  .hero { margin-top: 48px; margin-bottom: 76px; }
  .hero h1 { font-size: 47px; }
  .lead { font-size: 16px; }
  .actions { flex-wrap: wrap; }
  .hero-visual { min-height: 390px; border-radius: 26px; }
  .scan-frame { inset: 91px 43px; border-radius: 22px; }
  .swatch { height: 470px; top: -35px; }
  .stats { grid-template-columns: 1fr; }
  .stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .stats div:last-child { border-bottom: 0; }
  .section { margin: 105px auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 210px; }
  .feature-grid h3 { margin-top: 45px; }
  .workflow li { grid-template-columns: 52px 1fr; padding: 22px 18px; }
  .notice { margin: 110px auto; padding: 45px 26px; }
  .contact-card { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, nav a::after { transition: none; }
  .button:hover { transform: none; }
}
