:root {
  --navy: #17254b;
  --navy-2: #0f1b3c;
  --orange: #ff7408;
  --orange-soft: #fff0e3;
  --cream: #fffaf5;
  --ink: #19233b;
  --muted: #667085;
  --line: #e8e9ee;
  --white: #ffffff;
  --green: #1b9c68;
  --shadow: 0 24px 70px rgba(23, 37, 75, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.announcement { background: var(--navy-2); color: #fff; text-align: center; padding: 10px 20px; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.announcement span { color: var(--orange); margin: 0 7px; }
.site-header { max-width: 1180px; height: 84px; margin: auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand img { width: 172px; height: auto; display: block; }
.site-header nav { display: flex; gap: 34px; margin-left: auto; }
.site-header nav a { color: #4f596e; font-size: 14px; font-weight: 650; transition: color .2s; }
.site-header nav a:hover { color: var(--orange); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; background: var(--orange); color: #fff; min-height: 56px; padding: 0 26px; border: 0; border-radius: 12px; font-weight: 800; box-shadow: 0 10px 24px rgba(255, 116, 8, .22); cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(255, 116, 8, .28); }
.button-small { min-height: 43px; padding: 0 19px; border-radius: 9px; font-size: 13px; }
.hero { min-height: 680px; background: radial-gradient(circle at 77% 45%, rgba(255,116,8,.13), transparent 26%), linear-gradient(135deg, #fff 40%, var(--cream)); display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 58px max(28px, calc((100vw - 1124px)/2)) 80px; overflow: hidden; }
.hero-copy { max-width: 580px; position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); background: #f2f4f8; border-radius: 99px; padding: 9px 14px; font-size: 12px; font-weight: 800; letter-spacing: .025em; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(255,116,8,.14); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 24px 0 22px; max-width: 620px; color: var(--navy); font-size: clamp(48px, 5.15vw, 76px); line-height: .99; letter-spacing: -.055em; }
.hero-lead { max-width: 535px; color: #566177; font-size: 20px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.text-link { color: var(--navy); font-size: 14px; font-weight: 800; }
.text-link span { margin-left: 8px; color: var(--orange); }
.hero-trust { display: flex; align-items: center; gap: 14px; margin-top: 35px; padding-top: 24px; border-top: 1px solid var(--line); }
.avatars { display: flex; }
.avatars span { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; color: white; background: var(--navy); border: 2px solid #fff; font-size: 10px; font-weight: 800; margin-left: -7px; }
.avatars span:first-child { margin-left: 0; background: var(--orange); }
.avatars span:last-child { background: #17835f; }
.hero-trust p { margin: 0; max-width: 360px; color: #737b8c; font-size: 12px; line-height: 1.45; }
.product-scene { position: relative; min-height: 560px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,116,8,.17); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 390px; height: 390px; }
.phone { width: 296px; min-height: 565px; position: relative; z-index: 2; padding: 17px 17px 20px; border: 8px solid #152349; border-radius: 39px; background: #f8f9fc; box-shadow: 0 38px 70px rgba(23,37,75,.25); transform: rotate(2deg); }
.phone-top { display: flex; justify-content: space-between; align-items: center; padding: 0 8px 15px; font-size: 9px; font-weight: 800; }
.camera { width: 74px; height: 17px; border-radius: 12px; background: var(--navy-2); }
.app-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.app-head small, .app-head strong { display: block; }
.app-head small { color: #8991a2; font-size: 9px; }
.app-head strong { margin-top: 2px; font-size: 14px; }
.avatar { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--orange); font-size: 9px; font-weight: 800; }
.balance-card { padding: 18px 17px 14px; color: #fff; background: linear-gradient(145deg, #1c2c59, #101a39); border-radius: 17px; box-shadow: 0 14px 25px rgba(23,37,75,.18); }
.balance-card > small { opacity: .7; font-size: 9px; }
.balance-card > strong { display: block; margin: 6px 0 18px; font-size: 27px; letter-spacing: -.04em; }
.balance-card > strong span { font-size: 17px; opacity: .75; }
.balance-actions { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); padding-top: 12px; }
.balance-actions span { width: 31%; text-align: center; color: var(--orange); font-size: 16px; font-weight: 700; }
.balance-actions small { display: block; margin-top: 3px; color: #fff; font-size: 8px; font-weight: 600; }
.wallet-title { display: flex; justify-content: space-between; margin: 20px 2px 10px; }
.wallet-title strong { font-size: 12px; }
.wallet-title span { color: var(--orange); font-size: 8px; font-weight: 700; }
.wallet-row { display: grid; grid-template-columns: 35px 1fr auto; gap: 9px; align-items: center; padding: 10px 5px; border-bottom: 1px solid #eceef3; }
.wallet-row .flag { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 10px; font-style: normal; font-size: 14px; background: #fff; box-shadow: 0 4px 12px rgba(23,37,75,.07); }
.wallet-row .us { color: #fff; background: #2b4c8c; }
.wallet-row .ng { color: #fff; background: #15805c; }
.wallet-row strong, .wallet-row small { display: block; }
.wallet-row strong { font-size: 9px; }
.wallet-row small { color: #9096a4; margin-top: 3px; font-size: 7px; }
.wallet-row b { font-size: 9px; }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; background: #fff; border: 1px solid rgba(23,37,75,.07); border-radius: 14px; box-shadow: var(--shadow); }
.transfer-card { right: -8px; top: 115px; gap: 11px; padding: 12px 16px; }
.transfer-card .success { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 13px; font-weight: 900; }
.transfer-card small, .transfer-card strong { display: block; }
.transfer-card small { color: #8c93a2; font-size: 8px; }
.transfer-card strong { margin-top: 3px; font-size: 11px; }
.currency-card { left: -20px; bottom: 96px; gap: 12px; padding: 13px 16px; font-size: 10px; font-weight: 800; }
.currency-card span { padding: 7px 8px; border-radius: 7px; background: var(--orange-soft); color: var(--orange); }
.currency-card span:last-child { color: #fff; background: #15805c; }
.currency-card b { color: #9da3b0; }
.currency-strip { padding: 27px max(28px, calc((100vw - 1124px)/2)); display: flex; justify-content: space-between; align-items: center; gap: 30px; color: white; background: var(--navy); }
.currency-strip p { margin: 0; font-size: 13px; font-weight: 750; }
.currency-strip > div { display: flex; gap: 34px; }
.currency-strip span { display: flex; align-items: center; gap: 7px; color: #c2c8d7; font-size: 11px; }
.currency-strip i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); font-style: normal; }
.currency-strip strong { color: white; }
.section { max-width: 1180px; margin: auto; padding: 110px 28px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 52px; }
.section-heading > div { max-width: 660px; }
.section-heading > p { max-width: 420px; margin: 0 0 7px; color: var(--muted); line-height: 1.7; }
.kicker { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.kicker.light { color: #ff9c50; }
h2 { margin: 13px 0 0; color: var(--navy); font-size: clamp(38px, 4.5vw, 60px); line-height: 1.05; letter-spacing: -.045em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.steps article { position: relative; padding: 35px; min-height: 285px; border-right: 1px solid var(--line); }
.steps article:last-child { border: 0; }
.step-no { position: absolute; right: 25px; top: 25px; color: #d7dae2; font-size: 24px; font-weight: 900; }
.icon-box { width: 52px; height: 52px; display: grid; place-items: center; color: var(--orange); background: var(--orange-soft); border-radius: 14px; font-size: 24px; font-weight: 800; }
.steps h3 { margin: 28px 0 12px; color: var(--navy); font-size: 21px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 14px; }
.value { max-width: none; padding: 0 28px 110px; }
.value-panel { max-width: 1124px; min-height: 570px; margin: auto; padding: 70px 76px; display: grid; grid-template-columns: 1fr 390px; align-items: center; gap: 90px; overflow: hidden; color: white; background: radial-gradient(circle at 82% 35%, #30477c, transparent 31%), linear-gradient(145deg, var(--navy), #0c1735); border-radius: 30px; }
.value-copy h2 { color: white; }
.value-copy > p { max-width: 520px; margin: 22px 0 28px; color: #bec5d4; line-height: 1.7; }
.value-copy ul { padding: 0; margin: 0; list-style: none; }
.value-copy li { display: flex; align-items: flex-start; gap: 13px; margin: 18px 0; }
.value-copy li > span { width: 23px; height: 23px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: white; background: var(--green); font-size: 11px; font-weight: 900; }
.value-copy li strong, .value-copy li small { display: block; }
.value-copy li strong { font-size: 14px; }
.value-copy li small { margin-top: 5px; color: #9fa9bd; font-size: 11px; }
.corridor-card { padding: 28px; color: var(--ink); background: white; border-radius: 22px; box-shadow: 0 28px 70px rgba(2,8,25,.28); transform: rotate(1.5deg); }
.corridor-head { display: flex; justify-content: space-between; margin-bottom: 27px; }
.corridor-head small { font-weight: 800; }
.corridor-card label { display: block; margin-bottom: 8px; color: #8b92a0; font-size: 9px; font-weight: 700; }
.amount-row { display: flex; justify-content: space-between; align-items: center; padding: 15px; background: #f5f6f9; border: 1px solid #e9eaf0; border-radius: 12px; }
.amount-row strong { font-size: 20px; }
.amount-row span { padding: 7px 9px; background: #fff; border-radius: 8px; font-size: 10px; font-weight: 800; }
.amount-row .ng-pill { color: white; background: #14825d; }
.swap-line { display: grid; grid-template-columns: 1fr 30px 1fr; align-items: center; gap: 7px; margin: 11px 0; }
.swap-line i { height: 1px; background: var(--line); }
.swap-line b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--orange); background: var(--orange-soft); }
.quote-note { margin: 14px 0; color: #8a91a0; background: #fff8f1; border-radius: 8px; padding: 10px; text-align: center; font-size: 9px; }
.corridor-card button { width: 100%; height: 45px; color: white; background: var(--orange); border: 0; border-radius: 10px; font-weight: 800; cursor: pointer; }
.section-heading.compact { margin-bottom: 35px; }
.use-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.use-grid article { padding: 28px 25px; background: #fafbfc; border: 1px solid #eef0f4; border-radius: 18px; }
.use-grid article > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); background: white; border-radius: 12px; box-shadow: 0 7px 17px rgba(23,37,75,.08); font-size: 19px; }
.use-grid h3 { margin: 23px 0 10px; color: var(--navy); font-size: 17px; }
.use-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.signup-section { max-width: 1124px; margin: 0 auto 110px; padding: 68px 72px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; color: white; background: var(--navy); border-radius: 28px; }
.signup-copy h2 { color: white; font-size: 48px; }
.signup-copy p { margin-top: 22px; color: #b7bfd0; line-height: 1.7; }
.signup-form { padding: 27px; color: var(--ink); background: white; border-radius: 18px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.signup-form label > span { display: block; margin-bottom: 7px; font-size: 10px; font-weight: 800; }
.signup-form input, .signup-form select { width: 100%; height: 45px; padding: 0 13px; color: var(--ink); background: #f8f9fb; border: 1px solid #e3e6ec; border-radius: 9px; outline: none; font-size: 12px; }
.signup-form input:focus, .signup-form select:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,116,8,.1); }
.consent { display: flex; gap: 9px; align-items: flex-start; margin: 18px 0; color: #727b8d; font-size: 10px; line-height: 1.45; }
.consent input { width: 15px; height: 15px; flex: 0 0 auto; accent-color: var(--orange); }
.consent span { margin: 0 !important; font-weight: 500 !important; }
.consent a { color: var(--orange); text-decoration: underline; }
.button-form { width: 100%; min-height: 48px; }
.button-form i { margin-left: auto; font-style: normal; }
.form-status { min-height: 18px; margin: 12px 0 0; text-align: center; font-size: 11px; }
.form-status.success { color: var(--green); }
.form-status.error { color: #c83d3d; }
.honeypot { position: absolute; left: -10000px; opacity: 0; }
footer { max-width: 1180px; margin: auto; padding: 0 28px 36px; }
.footer-main { display: flex; align-items: center; gap: 25px; padding: 35px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.footer-main img { width: 150px; }
.footer-main p { margin: 0; color: var(--muted); font-size: 13px; }
.footer-main a { margin-left: auto; color: var(--orange); font-size: 13px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; color: #8a91a0; font-size: 10px; line-height: 1.5; }
.footer-bottom a { color: var(--navy); font-weight: 700; }
.legal-page { min-height: 100vh; background: var(--cream); }
.legal-header { max-width: 860px; margin: auto; padding: 32px 24px 0; }
.legal-header img { width: 155px; }
.legal { max-width: 860px; margin: 30px auto 70px; padding: 55px; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 20px 50px rgba(23,37,75,.08); }
.legal h1 { font-size: 48px; }
.legal h2 { margin-top: 35px; font-size: 23px; letter-spacing: -.02em; }
.legal p, .legal li { color: var(--muted); font-size: 14px; line-height: 1.75; }
.legal a { color: var(--orange); font-weight: 700; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 70px; }
  .hero-copy { margin: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .product-scene { margin-top: -10px; }
  .section-heading { display: block; text-align: center; }
  .section-heading > p { margin: 22px auto 0; }
  .value-panel { grid-template-columns: 1fr; padding: 60px; }
  .corridor-card { max-width: 410px; width: 100%; margin: auto; }
  .use-grid { grid-template-columns: 1fr 1fr; }
  .signup-section { margin-left: 28px; margin-right: 28px; grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 680px) {
  .announcement { font-size: 9px; }
  .site-header { height: 70px; padding: 0 18px; }
  .brand img { width: 130px; }
  .site-header nav { display: none; }
  .button-small { min-height: 39px; padding: 0 13px; font-size: 11px; }
  .hero { min-height: auto; padding: 55px 20px 70px; gap: 35px; }
  h1 { font-size: 48px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 20px; }
  .hero-trust { align-items: flex-start; text-align: left; }
  .product-scene { min-height: 505px; transform: scale(.86); margin: -25px -40px; }
  .float-card.transfer-card { right: 0; }
  .float-card.currency-card { left: 0; }
  .currency-strip { display: block; text-align: center; padding: 25px 20px; }
  .currency-strip > div { justify-content: center; gap: 12px; margin-top: 18px; }
  .currency-strip span { font-size: 0; }
  .currency-strip strong { font-size: 11px; }
  .section { padding: 80px 20px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 240px; border-right: 0; border-bottom: 1px solid var(--line); }
  .value { padding: 0 16px 80px; }
  .value-panel { padding: 45px 24px; border-radius: 22px; gap: 50px; }
  .use-grid { grid-template-columns: 1fr; }
  .signup-section { margin: 0 16px 80px; padding: 45px 20px; border-radius: 22px; }
  .signup-copy h2 { font-size: 40px; }
  .form-grid { grid-template-columns: 1fr; }
  .signup-form { padding: 20px; }
  footer { padding: 0 20px 30px; }
  .footer-main { flex-wrap: wrap; }
  .footer-main a { margin-left: 0; width: 100%; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 10px; }
  .legal { margin: 25px 16px 50px; padding: 30px 22px; }
  .legal h1 { font-size: 40px; }
}

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