@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
  color-scheme: dark;
  --ink: #06101c;
  --ink-soft: #0a1a2b;
  --ink-card: #10263a;
  --cream: #f3f9ff;
  --cream-muted: #b7c9d9;
  --green: #8ed8ff;
  --green-dark: #2f98ce;
  --lime: #d8f2ff;
  --line: rgba(219, 239, 255, 0.14);
  --line-light: rgba(219, 239, 255, 0.3);
  --shadow: 0 30px 100px rgba(0, 0, 0, 0.35);
  --display: "Archivo Black", "Inter", "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  --sans: "Inter", "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-family: var(--sans);
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  width: 100%;
  overflow-x: clip;
}

img,
svg,
video {
  max-width: 100%;
}

.page-grid {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 80%);
}

.page-grid::after {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  top: -380px;
  right: -220px;
  border-radius: 50%;
  background: rgba(142, 216, 255, 0.18);
  filter: blur(110px);
}

.site-header,
.section-shell,
.site-footer {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 720;
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 30px;
  height: 30px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid var(--green);
  border-radius: 9px;
  transform: rotate(-4deg);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.brand-dot {
  color: var(--green);
}

.nav-links {
  display: flex;
  gap: 30px;
  color: var(--cream-muted);
  font-size: 14px;
}

.nav-links a {
  transition: color 180ms ease;
}

.nav-links a:hover {
  color: var(--cream);
}

.button {
  min-height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--green);
  color: #04111d;
  box-shadow: 0 12px 36px rgba(142, 216, 255, 0.2);
}

.button-primary:hover {
  background: #b6e7ff;
}

.button-secondary,
.button-ghost {
  color: var(--cream);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line-light);
}

.button-secondary:hover,
.button-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  min-height: 760px;
  padding: 112px 0 92px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: center;
  gap: 72px;
}

.eyebrow,
.kicker {
  margin: 0 0 22px;
  color: var(--green);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.status-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(142, 216, 255, 0.13);
}

.hero-title {
  max-width: 760px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(58px, 7vw, 100px);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.rotating-line {
  min-height: 1em;
  display: block;
  color: var(--green);
}

.rotating-line .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.42em) scale(0.96);
  animation: word-in 560ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.hero-subtitle {
  max-width: 620px;
  margin: 30px 0 0;
  color: var(--cream-muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}

.hero-note {
  margin: 18px 0 0;
  color: #8ea6ba;
  font-size: 13px;
}

.hero-console {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    #091927;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.hero-visual {
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 26px;
  background: #081724;
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}

.hero-visual img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: hue-rotate(122deg) saturate(0.82) contrast(1.04);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(142, 216, 255, 0.24), transparent 28%),
    linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.55));
}

.hero-visual figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 14px 15px;
  border: 1px solid rgba(142, 216, 255, 0.24);
  border-radius: 14px;
  background: rgba(4, 15, 27, 0.74);
  color: #dbefff;
  font-size: 12px;
  line-height: 1.45;
  backdrop-filter: blur(18px);
}

.hero-console::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 35%, rgba(142, 216, 255, 0.14), transparent 62%);
  transform: translateX(-100%);
  animation: console-sheen 7s ease-in-out infinite;
}

.console-header {
  min-height: 58px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: #9fb4c8;
  font-family: var(--mono);
  font-size: 11px;
}

.console-dots {
  display: flex;
  gap: 6px;
}

.console-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #31506a;
}

.console-live {
  justify-self: end;
  padding: 5px 8px;
  border-radius: 99px;
  color: var(--green);
  background: rgba(142, 216, 255, 0.1);
}

pre {
  margin: 0;
  overflow: auto;
  font-family: var(--mono);
}

.hero-console pre {
  min-height: 340px;
  padding: 42px 34px;
  font-size: 13px;
  line-height: 1.9;
}

.code-key {
  color: #95ddff;
}

.code-string {
  color: #d8f2ff;
}

.code-dim {
  color: #8da5b7;
}

.console-response {
  margin: 0 18px 18px;
  padding: 15px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(142, 216, 255, 0.22);
  border-radius: 14px;
  background: rgba(142, 216, 255, 0.085);
}

.response-check {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: var(--ink);
  font-weight: 900;
}

.console-response strong,
.console-response span {
  display: block;
}

.console-response strong {
  font-size: 12px;
}

.console-response div span,
.response-time {
  margin-top: 4px;
  color: #8ba9bd;
  font-family: var(--mono);
  font-size: 9px;
}

.signal-strip {
  width: 100%;
  min-height: 82px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.018);
}

.signal-strip div {
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-right: 1px solid var(--line);
  color: #a9bdcf;
  font-size: 13px;
}

.signal-strip div:last-child {
  border-right: 0;
}

.signal-strip span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 10px;
}

.coverage-section,
.platform-section,
.security-section,
.portal-section {
  padding-block: 138px;
}

.coverage-section {
  border-bottom: 1px solid var(--line);
}

.coverage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 22px;
  align-items: start;
}

.country-collage {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 24px;
  background: #07120e;
  box-shadow: var(--shadow);
}

.country-collage img {
  width: 100%;
  display: block;
  filter: hue-rotate(122deg) saturate(0.82) contrast(1.04);
}

.corridor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.corridor-card {
  min-height: 172px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 85% 10%, rgba(142, 216, 255, 0.13), transparent 34%),
    rgba(255, 255, 255, 0.024);
}

.corridor-card span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.corridor-card strong {
  margin-top: 34px;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.corridor-card p {
  margin: 10px 0 0;
  color: var(--cream-muted);
  font-size: 13px;
  line-height: 1.48;
}

.pricing-band {
  margin-top: 18px;
  padding: 32px;
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 28px;
  align-items: stretch;
  border: 1px solid rgba(142, 216, 255, 0.3);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(142, 216, 255, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
}

.pricing-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pricing-band span,
.fee-lines span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-copy strong {
  max-width: 680px;
  margin-top: 18px;
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.pricing-copy p,
.pricing-footnote {
  margin: 18px 0 0;
  color: var(--cream-muted);
  line-height: 1.55;
}

.fee-lines {
  padding: 18px;
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(5, 18, 32, 0.58);
}

.fee-lines div {
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.fee-lines strong {
  font-size: 24px;
  letter-spacing: -0.04em;
}

.pricing-footnote {
  grid-column: 1 / -1;
  margin-top: 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 64px;
}

.section-heading h2,
.security-copy h2,
.developer-intro h2,
.portal-header h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(40px, 5.4vw, 72px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.animated-copy .animated-word {
  display: inline-block;
  opacity: 0.16;
  transform: translateY(12px) scale(0.98);
  transition:
    opacity 540ms ease,
    transform 540ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.animated-copy.is-visible .animated-word {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.capability-card {
  min-height: 490px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.026);
}

.card-featured {
  background:
    radial-gradient(circle at 70% 30%, rgba(142, 216, 255, 0.16), transparent 38%),
    rgba(255, 255, 255, 0.035);
}

.card-index {
  color: #8fa8bc;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.capability-card h3 {
  margin: auto 0 12px;
  font-size: 28px;
  letter-spacing: -0.035em;
}

.capability-card p {
  max-width: 520px;
  margin: 0;
  color: var(--cream-muted);
  line-height: 1.55;
}

.card-state {
  width: fit-content;
  margin-top: 22px;
  padding: 7px 10px;
  border-radius: 8px;
  font-family: var(--mono);
  font-size: 10px;
}

.state-live {
  color: var(--green);
  background: rgba(142, 216, 255, 0.1);
}

.state-planned {
  color: var(--lime);
  background: rgba(142, 216, 255, 0.07);
}

.card-media {
  width: 100%;
  margin-top: 26px;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 18px;
  filter: hue-rotate(122deg) saturate(0.8) contrast(1.04);
}

.quote-section {
  padding-block: 138px;
  border-bottom: 1px solid var(--line);
}

.quote-heading p:last-child {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--cream-muted);
  font-size: 17px;
  line-height: 1.6;
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  gap: 26px;
  align-items: stretch;
}

.monet-quote-phone {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 36px;
  background:
    radial-gradient(circle at 82% 0%, rgba(142, 216, 255, 0.15), transparent 34%),
    #06101c;
  box-shadow: var(--shadow);
}

.monet-quote-top {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  z-index: 4;
  padding-top: 32px;
  padding-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.quote-top-spacer {
  flex: 1;
}

.quote-glass-button {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: var(--cream);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(22px);
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.quote-glass-button:hover,
.inline-currency-button:hover,
.quote-action-chip:hover,
.quote-add-recipient:hover {
  transform: scale(1.04);
}

.quote-back-button {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}

.quote-rate-pill {
  width: 184px;
  height: 50px;
  padding: 0 12px;
  display: grid;
  grid-template-columns: 16px 1fr auto;
  align-items: center;
  gap: 8px;
}

.quote-rate-pill svg {
  width: 16px;
  height: 16px;
  stroke: var(--green);
  fill: none;
  stroke-width: 2;
}

.quote-rate-pill span {
  min-width: 0;
  overflow: hidden;
  color: var(--cream);
  font-size: 13px;
  font-weight: 800;
  line-height: 17px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quote-rate-pill b {
  color: var(--green);
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}

.quote-top-currency {
  width: 92px;
  height: 50px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 900;
}

.quote-top-currency img,
.inline-currency-pill img {
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 999px;
  object-fit: cover;
}

.monet-quote-content {
  padding: 136px 16px 148px;
}

.quote-label-row {
  min-height: 44px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.quote-label-row > strong {
  color: var(--cream);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -0.025em;
}

.inline-currency-pill {
  min-width: 96px;
  height: 46px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.035);
  font-size: 17px;
  font-weight: 900;
}

.inline-currency-button {
  cursor: pointer;
  transition: transform 180ms ease;
}

.inline-currency-pill em {
  margin-top: -3px;
  color: var(--cream-muted);
  font-style: normal;
  font-weight: 900;
}

.quote-numeric-field {
  min-height: 156px;
  margin-bottom: 8px;
  padding-right: 8px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 14px;
  align-items: center;
  gap: 10px;
  cursor: text;
}

.quote-numeric-field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--cream);
  background: transparent;
  font: 900 clamp(58px, 8vw, 86px) / 1 var(--sans);
  letter-spacing: -0.055em;
  text-align: right;
  transition:
    font-size 240ms ease,
    transform 240ms ease;
}

.quote-numeric-field:focus-within input {
  font-size: clamp(68px, 9vw, 96px);
  transform: translateY(-8px);
}

.quote-receive-field {
  margin-bottom: 12px;
}

.quote-arrow {
  color: var(--cream);
  font-size: 30px;
  font-weight: 900;
  opacity: 0.72;
  animation: quote-arrow-nudge 1.9s ease-in-out infinite;
}

.quote-divider {
  height: 1px;
  margin-top: 10px;
  background: var(--line);
}

.quote-info-row {
  min-height: 98px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid var(--line);
}

.quote-info-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-light);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
}

.quote-info-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--cream);
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quote-info-row div {
  flex: 1;
  min-width: 0;
}

.quote-info-row small {
  display: block;
  margin-bottom: 4px;
  color: var(--cream-muted);
  font-size: 17px;
  line-height: 22px;
}

.quote-info-row strong {
  display: block;
  color: var(--cream);
  font-size: 19px;
  font-weight: 900;
  line-height: 25px;
}

.quote-action-chip {
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: var(--green);
  background: rgba(142, 216, 255, 0.16);
  cursor: pointer;
  font-weight: 900;
  transition: transform 180ms ease;
}

.quote-discount-pill {
  width: fit-content;
  max-width: 100%;
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 10px;
  color: var(--green);
  background: rgba(142, 216, 255, 0.16);
  font-size: 14px;
  font-weight: 900;
}

.monet-quote-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 30px 28px;
  border-top: 1px solid var(--line);
  background: rgba(6, 16, 28, 0.96);
  backdrop-filter: blur(18px);
}

.quote-add-recipient {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 999px;
  color: #04111d;
  background: var(--green);
  cursor: pointer;
  font-size: 18px;
  font-weight: 950;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.quote-add-recipient.is-disabled {
  opacity: 0.62;
  background: rgba(255, 255, 255, 0.12);
  color: var(--cream-muted);
}

.quote-card,
.quote-side {
  border: 1px solid var(--line-light);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.quote-card {
  padding: 24px;
  display: grid;
  gap: 18px;
  background:
    radial-gradient(circle at 82% 0%, rgba(142, 216, 255, 0.18), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    var(--ink-soft);
}

.quote-card-top,
.quote-output-panel span,
.quote-fee-stack span,
.quote-side > span,
.quote-amount-label {
  color: var(--green);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quote-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.quote-card-top strong {
  color: var(--cream);
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: -0.02em;
  text-transform: none;
}

.quote-input-row {
  min-height: 92px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.quote-input-row input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--cream);
  background: transparent;
  font: 800 clamp(36px, 7vw, 64px) / 0.95 var(--sans);
  letter-spacing: -0.06em;
}

.quote-input-row span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--green);
  font-weight: 800;
}

.quote-route-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.quote-route-tabs button {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--cream-muted);
  background: rgba(255, 255, 255, 0.035);
  cursor: pointer;
  font-weight: 800;
}

.quote-route-tabs button.is-active {
  color: var(--ink);
  background: var(--green);
  border-color: var(--green);
}

.quote-output-panel {
  padding: 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 20% 0%, rgba(142, 216, 255, 0.18), transparent 42%),
    rgba(255, 255, 255, 0.04);
}

.quote-output-panel strong {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  color: var(--cream);
  font-size: clamp(42px, 8vw, 76px);
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.quote-output-panel small {
  margin-top: 12px;
  display: block;
  color: var(--cream-muted);
  font-family: var(--mono);
}

.flip-char {
  display: inline-block;
  min-width: 0.48em;
  animation: flip-in 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transform-origin: 50% 65%;
}

.quote-fee-stack {
  display: grid;
  gap: 8px;
}

.quote-fee-stack div {
  min-height: 44px;
  padding: 0 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.quote-fee-stack div:last-child {
  border-bottom: 0;
}

.quote-fee-stack strong {
  color: var(--cream);
}

.quote-button {
  width: 100%;
}

.quote-side {
  padding: clamp(30px, 5vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02)),
    var(--ink-card);
}

.quote-side h3 {
  max-width: 620px;
  margin: 22px 0 0;
  font-family: var(--display);
  font-size: clamp(44px, 6vw, 88px);
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.quote-side p {
  max-width: 600px;
  margin: 26px 0 0;
  color: var(--cream-muted);
  font-size: 17px;
  line-height: 1.65;
}

.quote-side ul {
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.quote-side li {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.035);
}

.routing-section {
  padding-block: 126px;
  border-bottom: 1px solid var(--line);
}

.routing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.routing-card {
  min-height: 330px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    radial-gradient(circle at 80% 0%, rgba(142, 216, 255, 0.16), transparent 36%),
    rgba(255, 255, 255, 0.026);
}

.routing-card span,
.token-stats span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.routing-card strong {
  margin-top: auto;
  font-family: var(--display);
  font-size: 25px;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.routing-card p {
  margin: 16px 0 0;
  color: var(--cream-muted);
  font-size: 13px;
  line-height: 1.5;
}

.flow-section {
  padding-block: 138px;
  color: var(--ink);
  background: var(--cream);
}

.section-heading-light .kicker {
  color: var(--green-dark);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(7, 18, 14, 0.18);
}

.flow-step {
  min-height: 320px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(7, 18, 14, 0.18);
}

.flow-step:last-child {
  border-right: 0;
}

.step-number {
  color: var(--green-dark);
  font-family: var(--mono);
  font-size: 12px;
}

.flow-step h3 {
  margin: 82px 0 12px;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.flow-step p {
  margin: 0;
  color: #40566b;
  line-height: 1.5;
}

.flow-step code {
  margin-top: auto;
  color: #587087;
  font-family: var(--mono);
  font-size: 10px;
}

.security-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 100px;
  align-items: start;
}

.risk-section {
  padding-block: 138px;
  border-bottom: 1px solid var(--line);
}

.risk-section .section-heading p:last-child {
  max-width: 680px;
  margin: 22px 0 0;
  color: var(--cream-muted);
  font-size: 17px;
  line-height: 1.62;
}

.risk-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.risk-card {
  min-height: 310px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    radial-gradient(circle at 76% 0%, rgba(142, 216, 255, 0.15), transparent 34%),
    rgba(255, 255, 255, 0.026);
}

.risk-card span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.risk-card strong {
  margin-top: auto;
  font-family: var(--display);
  font-size: 24px;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.risk-card p {
  margin: 16px 0 0;
  color: var(--cream-muted);
  font-size: 13px;
  line-height: 1.5;
}

.token-section {
  padding-block: 126px;
  border-bottom: 1px solid var(--line);
}

.token-panel {
  padding: clamp(26px, 5vw, 52px);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  border: 1px solid rgba(142, 216, 255, 0.32);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 4%, rgba(142, 216, 255, 0.26), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018));
}

.token-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.token-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(40px, 5.4vw, 72px);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.token-copy p:last-child,
.token-note {
  color: var(--cream-muted);
  font-size: 16px;
  line-height: 1.62;
}

.token-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.token-stats article {
  min-height: 190px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(6, 16, 28, 0.46);
}

.token-stats strong {
  margin-top: auto;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.token-stats p {
  margin: 12px 0 0;
  color: var(--cream-muted);
  font-size: 13px;
  line-height: 1.48;
}

.token-note {
  max-width: 780px;
  margin: 20px 0 0;
}

.security-copy {
  position: sticky;
  top: 100px;
}

.security-copy p:last-child,
.developer-intro > p {
  max-width: 580px;
  color: var(--cream-muted);
  font-size: 17px;
  line-height: 1.62;
}

.security-list {
  border-top: 1px solid var(--line);
}

.security-item {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 70px 1fr;
  border-bottom: 1px solid var(--line);
}

.security-item > span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 10px;
}

.security-item strong {
  font-size: 19px;
  font-weight: 600;
}

.security-item small {
  grid-column: 2;
  margin-top: 7px;
  color: #91a9bd;
}

.developer-section {
  padding-block: 126px;
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 20% 10%, rgba(142, 216, 255, 0.13), transparent 30%),
    #0a1a2b;
}

.developer-shell {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 82px;
  align-items: center;
}

.developer-intro .button {
  margin-top: 18px;
}

.code-window {
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 20px;
  background: #06101c;
  box-shadow: var(--shadow);
}

.code-tabs {
  height: 58px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  color: #748da3;
  font-family: var(--mono);
  font-size: 10px;
}

.code-tabs .active {
  color: var(--green);
}

.code-window pre {
  padding: 34px 28px;
  font-size: 12px;
  line-height: 1.85;
}

.portal-section {
  scroll-margin-top: 40px;
}

.portal-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.portal-header h2 {
  font-size: clamp(42px, 5vw, 68px);
}

.portal-header > div > p:last-child {
  color: var(--cream-muted);
}

.portal-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.dashboard-toolbar {
  margin-top: 46px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.026);
}

.dashboard-toolbar span {
  color: var(--green);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dashboard-toolbar strong {
  max-width: 650px;
  font-size: 24px;
  letter-spacing: -0.035em;
  text-align: right;
}

.dashboard-grid {
  margin-top: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.metric-card {
  min-height: 190px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 80% 0%, rgba(142, 216, 255, 0.18), transparent 38%),
    rgba(255, 255, 255, 0.025);
}

.metric-card strong {
  margin-top: auto;
  font-family: var(--display);
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: -0.04em;
}

.metric-card p {
  margin: 8px 0 0;
  color: var(--cream-muted);
  font-size: 12px;
  line-height: 1.45;
}

.volume-card,
.fee-control-card {
  min-height: 360px;
}

.volume-card {
  grid-column: span 2;
}

.fee-control-card {
  grid-column: span 2;
}

.rail-bars {
  margin-top: 30px;
  display: grid;
  gap: 14px;
}

.rail-bars span {
  display: grid;
  grid-template-columns: 112px 1fr 70px;
  align-items: center;
  gap: 14px;
  color: var(--cream-muted);
  font-size: 12px;
}

.rail-bars b,
.rail-bars em {
  font-style: normal;
}

.rail-bars i {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.rail-bars i::before {
  content: "";
  width: var(--bar);
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--lime));
}

.fee-control-card label {
  margin: 24px 0 12px;
  color: var(--cream-muted);
  font-size: 12px;
}

.fee-control-card input {
  width: 100%;
  accent-color: var(--green);
}

.fee-preview {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 18px;
  color: var(--cream-muted);
  font-size: 13px;
}

.fee-preview strong {
  color: var(--cream);
}

.portal-card {
  min-height: 210px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.portal-card-wide {
  grid-column: 1 / -1;
}

.portal-label {
  margin-bottom: 38px;
  color: var(--green);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portal-card code {
  overflow-wrap: anywhere;
  color: var(--cream);
  font-family: var(--mono);
  font-size: 13px;
}

.portal-card strong {
  font-size: 22px;
}

.portal-card .status-dot {
  margin-right: 9px;
}

.portal-card p {
  max-width: 700px;
  color: var(--cream-muted);
  line-height: 1.55;
}

.portal-card h3 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -0.03em;
}

.text-button {
  width: fit-content;
  margin-top: auto;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--green);
  color: var(--green);
  background: transparent;
  cursor: pointer;
  font-size: 12px;
}

.site-footer {
  min-height: 180px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 36px;
  border-top: 1px solid var(--line);
  color: #849db1;
  font-size: 12px;
}

.toast {
  padding: 12px 16px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 50;
  border: 1px solid var(--line-light);
  border-radius: 12px;
  background: #10263a;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: 200ms ease;
  font-size: 13px;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes word-in {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes console-sheen {
  0%,
  65% {
    transform: translateX(-100%);
  }
  85%,
  100% {
    transform: translateX(100%);
  }
}

@keyframes route-dot {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: calc(100% - 9px);
  }
}

@keyframes flip-in {
  from {
    opacity: 0;
    transform: rotateX(68deg) translateY(0.28em);
  }
  to {
    opacity: 1;
    transform: rotateX(0) translateY(0);
  }
}

@keyframes quote-arrow-nudge {
  0%,
  70%,
  100% {
    opacity: 0;
    transform: translateX(4px);
  }
  18%,
  58% {
    opacity: 0.82;
    transform: translateX(0);
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 82px;
  }

  .hero-console {
    max-width: 700px;
    transform: none;
  }

  .hero-visual {
    max-width: 760px;
    transform: none;
  }

  .signal-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .signal-strip div:nth-child(2) {
    border-right: 0;
  }

  .signal-strip div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-step:nth-child(2) {
    border-right: 0;
  }

  .flow-step:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(7, 18, 14, 0.18);
  }

  .security-section,
  .developer-shell,
  .coverage-layout,
  .token-panel,
  .quote-layout {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .risk-grid,
  .routing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-band {
    grid-template-columns: 1fr;
  }

  .security-copy {
    position: static;
  }
}

@media (max-width: 680px) {
  .site-header,
  .section-shell,
  .site-footer {
    width: min(100% - 28px, 1180px);
    max-width: calc(100% - 28px);
  }

  .header-auth {
    min-height: 40px;
    padding-inline: 14px;
  }

  .hero {
    min-height: auto;
    padding: 70px 0 76px;
  }

  .hero-title {
    font-size: clamp(42px, 13vw, 60px);
    line-height: 0.92;
    letter-spacing: -0.045em;
    overflow-wrap: anywhere;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .section-heading h2,
  .security-copy h2,
  .developer-intro h2,
  .token-copy h2,
  .portal-header h2 {
    font-size: clamp(34px, 10.5vw, 48px);
    line-height: 0.94;
    letter-spacing: -0.035em;
    overflow-wrap: anywhere;
  }

  .pricing-copy strong,
  .quote-side h3 {
    font-size: clamp(32px, 10vw, 46px);
    line-height: 0.94;
    letter-spacing: -0.035em;
    overflow-wrap: anywhere;
  }

  .risk-card strong {
    font-size: 22px;
  }

  .routing-card {
    min-height: 270px;
  }

  .routing-card strong {
    font-size: 22px;
  }

  .token-panel {
    border-radius: 24px;
  }

  .metric-card strong {
    font-size: clamp(28px, 9vw, 38px);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-console pre {
    min-height: 300px;
    padding: 28px 18px;
    font-size: 10px;
  }

  .console-response {
    grid-template-columns: auto 1fr;
  }

  .response-time {
    display: none;
  }

  .signal-strip,
  .capability-grid,
  .flow-grid,
  .routing-grid,
  .risk-grid,
  .token-stats,
  .portal-grid {
    grid-template-columns: 1fr;
  }

  .signal-strip div {
    min-height: 62px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .signal-strip div:last-child {
    border-bottom: 0;
  }

  .coverage-section,
  .platform-section,
  .flow-section,
  .routing-section,
  .security-section,
  .quote-section,
  .risk-section,
  .token-section,
  .portal-section {
    padding-block: 92px;
  }

  .corridor-grid {
    grid-template-columns: 1fr;
  }

  .capability-card {
    min-height: 470px;
  }

  .flow-step {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid rgba(7, 18, 14, 0.18);
  }

  .flow-step h3 {
    margin-top: 54px;
  }

  .flow-step:last-child {
    border-bottom: 0;
  }

  .security-item {
    grid-template-columns: 54px 1fr;
  }

  .portal-header {
    align-items: start;
    flex-direction: column;
  }

  .portal-card-wide {
    grid-column: auto;
  }

  .quote-route-tabs {
    grid-template-columns: 1fr;
  }

  .quote-card {
    padding: 18px;
  }

  .quote-card-top {
    align-items: start;
    flex-direction: column;
  }

  .monet-quote-phone {
    width: 100%;
    min-height: 700px;
    border-radius: 26px;
  }

  .monet-quote-top {
    left: 12px;
    right: 12px;
    padding-top: 24px;
  }

  .quote-back-button {
    width: 48px;
    height: 48px;
  }

  .quote-rate-pill {
    width: min(156px, 42vw);
    padding-inline: 10px;
  }

  .quote-rate-pill span {
    font-size: 11px;
  }

  .quote-top-currency {
    width: min(82px, 23vw);
    padding-inline: 10px;
  }

  .monet-quote-content {
    padding-inline: 14px;
    padding-top: 118px;
    padding-bottom: 136px;
  }

  .quote-numeric-field {
    min-height: 116px;
    gap: 8px;
  }

  .quote-numeric-field input {
    font-size: clamp(42px, 13.5vw, 62px);
    letter-spacing: -0.045em;
  }

  .quote-numeric-field:focus-within input {
    font-size: clamp(46px, 14vw, 66px);
  }

  .quote-info-row {
    min-height: 80px;
    gap: 12px;
  }

  .quote-info-icon {
    width: 42px;
    height: 42px;
  }

  .quote-action-chip {
    min-width: 86px;
    padding-inline: 14px;
  }

  .quote-info-row small {
    font-size: 14px;
  }

  .quote-info-row strong {
    font-size: 16px;
  }

  .monet-quote-footer {
    padding-inline: 18px;
  }

  .site-footer {
    padding-block: 48px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  .animated-copy .animated-word {
    opacity: 1;
    transform: none;
  }
}
