:root {
  --bg: #07131f;
  --bg-deep: #040b12;
  --panel: #0d1e2d;
  --panel-2: #10283a;
  --line: rgba(151, 199, 225, .15);
  --text: #eef8ff;
  --muted: #9db2c2;
  --cyan: #19d4e6;
  --cyan-2: #55ecf7;
  --blue: #2284d8;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; background: white; color: #08131e; transform: translateY(-140%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(18px); background: rgba(5, 14, 23, .82); border-bottom: 1px solid var(--line); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 750; letter-spacing: -.02em; font-size: 1.16rem; }
.brand img { border-radius: 10px; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; color: #b9cbd7; font-size: .93rem; transition: .2s ease; }
nav a:hover { color: white; }
.nav-cta { padding: 10px 17px; border: 1px solid rgba(84, 232, 245, .38); border-radius: 8px; background: rgba(25, 212, 230, .08); color: var(--cyan-2); }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 38%, rgba(0, 183, 219, .18), transparent 30%), linear-gradient(180deg, #081827 0%, #07131f 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-grid { position: relative; min-height: 690px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 52px; padding-block: 64px 76px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--cyan-2); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow span { width: 28px; height: 1px; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; max-width: 720px; font-size: clamp(3.4rem, 6vw, 5.7rem); line-height: .99; letter-spacing: -.055em; font-weight: 760; }
h1 em { color: var(--cyan-2); font-style: normal; text-shadow: 0 0 28px rgba(24, 217, 233, .18); }
.hero-lead { max-width: 650px; color: #b7c9d5; font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; align-items: stretch; margin-top: 30px; }
.button { min-height: 58px; display: inline-flex; justify-content: center; align-items: center; gap: 12px; padding: 11px 20px; border-radius: 9px; text-decoration: none; font-weight: 720; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #021015; background: linear-gradient(135deg, var(--cyan-2), #21b9dc); box-shadow: 0 14px 40px rgba(19, 192, 216, .17); }
.button.primary:hover { box-shadow: 0 16px 46px rgba(19, 192, 216, .29); }
.button.secondary { border: 1px solid var(--line); color: #dcebf4; background: rgba(255,255,255,.035); }
.button.secondary:hover { border-color: rgba(85, 236, 247, .35); }
.button svg { width: 25px; height: 25px; fill: currentColor; }
.button span { display: flex; flex-direction: column; line-height: 1.08; font-size: 1.05rem; }
.button small { margin-bottom: 3px; font-size: .56rem; letter-spacing: .12em; }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 22px; padding: 0; margin: 27px 0 0; list-style: none; color: #8fa8b8; font-size: .87rem; }
.hero-points li::before { content: "\2713"; margin-right: 7px; color: var(--cyan); }
.hero-visual { position: relative; min-height: 460px; display: grid; place-items: center; }
.hero-visual .glow { position: absolute; width: 64%; aspect-ratio: 1; border-radius: 50%; background: rgba(17, 211, 232, .2); filter: blur(80px); }
.hero-visual > img { position: relative; width: min(76%, 430px); height: auto; aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 32px 42px rgba(0, 0, 0, .38)); }
.status-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; min-width: 218px; padding: 13px 16px; border: 1px solid rgba(137, 213, 238, .21); border-radius: 10px; background: rgba(7, 22, 34, .88); box-shadow: 0 16px 35px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.status-one { left: 0; bottom: 84px; }
.status-two { right: -5px; top: 110px; }
.status-card strong, .status-card small { display: block; }
.status-card strong { font-size: .85rem; }
.status-card small { color: #859dad; font-size: .68rem; }
.status-icon { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: rgba(25, 212, 230, .12); color: var(--cyan); font-weight: 800; }
.status-icon.key { font-size: .7rem; color: #8ee8ff; box-shadow: inset 0 0 0 1px rgba(85, 236, 247, .25); }

.trust-strip { border-block: 1px solid var(--line); background: #081722; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; gap: 18px; align-items: flex-start; padding: 30px 30px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .74rem; }
.trust-grid span, .trust-grid b { display: block; }
.trust-grid b { margin-bottom: 4px; color: #eaf5fb; font-size: .9rem; }
.trust-grid span { color: #869eae; font-size: .78rem; line-height: 1.5; }

.section { padding-block: 106px; }
.section-heading { max-width: 700px; margin-bottom: 44px; }
.section-heading h2, .process-copy h2, .notice-wrap h2, .cta-box h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4vw, 3.55rem); line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p:last-child, .process-copy > p, .notice-wrap p, .cta-box p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature-card { min-height: 252px; padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.feature-card.featured { border-color: rgba(34, 210, 229, .28); background: linear-gradient(145deg, rgba(15, 93, 119, .32), rgba(10, 38, 55, .38)); }
.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 40px; border: 1px solid rgba(54, 218, 234, .24); border-radius: 10px; background: rgba(24, 204, 224, .07); color: var(--cyan-2); font-size: 1.3rem; }
.feature-card h3 { margin-bottom: 10px; font-size: 1.06rem; }
.feature-card p { margin: 0; color: #8da4b3; font-size: .9rem; }

.process-section { background: linear-gradient(180deg, rgba(2, 10, 17, .35), rgba(13, 35, 50, .22)); border-block: 1px solid var(--line); }
.process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 86px; align-items: center; }
.process-art { position: relative; width: 100%; max-width: 380px; margin-inline: auto; }
.process-art::before { content: ""; position: absolute; inset: 18% 10%; background: rgba(24, 217, 233, .17); filter: blur(60px); }
.process-art img { position: relative; display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 28px 40px rgba(0, 0, 0, .34)); }
.steps { padding: 0; margin: 35px 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.steps li > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(60, 222, 236, .28); border-radius: 50%; color: var(--cyan); font-family: ui-monospace, monospace; font-size: .8rem; }
.steps h3 { margin-bottom: 4px; font-size: 1rem; }
.steps p { margin: 0; color: #8fa6b5; font-size: .9rem; }
.text-link { color: var(--cyan-2); text-decoration: none; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 7px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.notice-section { padding-block: 84px; }
.notice-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 50px; border: 1px solid rgba(44, 215, 232, .23); border-radius: 16px; background: linear-gradient(125deg, rgba(9, 53, 72, .55), rgba(7, 24, 35, .68)); }
.notice-wrap ul { align-self: center; padding: 0; margin: 0; list-style: none; }
.notice-wrap li { display: flex; gap: 13px; padding: 12px 0; border-bottom: 1px solid var(--line); color: #b0c4d0; font-size: .91rem; }
.notice-wrap li span { color: var(--cyan); }

.cta-section { padding-top: 0; }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 50px 56px; border-radius: 16px; color: #06131c; background: linear-gradient(115deg, #55ecf7, #20afd8); }
.cta-box .eyebrow, .cta-box .eyebrow span { color: #073645; }
.cta-box .eyebrow span { background: #073645; }
.cta-box h2 { margin-bottom: 10px; }
.cta-box p { margin: 0; color: #174b5c; }
.cta-box .button.primary { flex: 0 0 auto; color: white; background: #071a28; box-shadow: none; }

footer { border-top: 1px solid var(--line); background: var(--bg-deep); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr; gap: 60px; padding-block: 62px 46px; }
.footer-grid h3 { margin-bottom: 14px; color: #d8e8f0; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid p, .footer-grid a { color: #8197a6; font-size: .83rem; }
.footer-grid a:not(.brand) { display: block; margin: 7px 0; text-decoration: none; }
.footer-grid a:hover { color: var(--cyan-2); }
.footer-brand p { max-width: 390px; margin-top: 18px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px 28px; border-top: 1px solid var(--line); color: #647b8a; font-size: .74rem; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { min-height: 410px; }
  .hero-visual > img { width: min(70%, 400px); }
  .status-one { left: 10%; }
  .status-two { right: 8%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: 1fr; }
  .process-art { max-width: 330px; }
  .notice-wrap { grid-template-columns: 1fr; gap: 25px; }
  .cta-box { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  body { overflow-x: hidden; }
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { height: 68px; }
  .nav-cta { padding: 8px 11px; font-size: .8rem; }
  .brand { font-size: 1rem; }
  .brand img { width: 34px; height: 34px; }
  .hero-grid { min-height: auto; padding-block: 68px 60px; gap: 34px; }
  h1 { max-width: 100%; font-size: clamp(2.65rem, 12vw, 3.5rem); overflow-wrap: break-word; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; }
  .hero-visual { min-height: 310px; }
  .hero-visual > img { width: 76%; }
  .status-card { min-width: 188px; padding: 10px 12px; }
  .status-one { left: 0; bottom: 24px; }
  .status-two { right: 0; top: 36px; }
  .section { padding-block: 78px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 220px; }
  .notice-wrap, .cta-box { padding: 32px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  .nav-wrap { gap: 12px; }
  .nav-cta { max-width: 118px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .hero-points { gap: 9px 16px; }
  .status-card { min-width: 168px; }
}

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