:root {
  color-scheme: light dark;
  --canvas: #f4f7fd;
  --canvas-deep: #e9eef9;
  --surface: #ffffff;
  --surface-soft: #eef3fc;
  --ink: #172033;
  --muted: #62708c;
  --line: rgba(44, 72, 126, 0.14);
  --nord: #4687ff;
  --nord-deep: #285fc9;
  --nord-soft: #e4edff;
  --orange: #ff4d18;
  --green: #1f9d62;
  --shadow: 0 28px 80px rgba(38, 65, 115, 0.15);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-synthesis: none;
}

@media (prefers-color-scheme: dark) {
  :root {
    --canvas: #070b14;
    --canvas-deep: #0c1322;
    --surface: #111a2b;
    --surface-soft: #18243a;
    --ink: #f5f8ff;
    --muted: #94a1bb;
    --line: rgba(151, 178, 232, 0.14);
    --nord: #6297ff;
    --nord-deep: #356edc;
    --nord-soft: #16294d;
    --green: #4bd294;
    --shadow: 0 32px 90px rgba(0, 0, 0, 0.44);
  }
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: var(--canvas);
  color: var(--ink);
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 86% 5%, rgba(70, 135, 255, 0.2), transparent 32rem),
    radial-gradient(circle at 3% 28%, rgba(104, 81, 255, 0.09), transparent 26rem),
    linear-gradient(180deg, var(--canvas), var(--canvas-deep) 58%, var(--canvas));
}

a,
button,
input {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid var(--nord);
  outline-offset: 3px;
}

.site-header,
.hero,
.proof-strip,
.how-section,
.duration-section,
.details-section,
.disclosure,
.site-footer {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding-block: max(24px, env(safe-area-inset-top)) 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #ff6a35, var(--orange));
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(255, 77, 24, 0.23);
}

.official {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.official i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(31, 157, 98, 0.1);
}

.back-link {
  justify-self: end;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 84%, transparent);
  color: var(--ink);
  font-size: 13px;
  font-weight: 760;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(35, 61, 110, 0.06);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
  gap: clamp(48px, 7vw, 90px);
  align-items: center;
  min-height: 710px;
  padding-block: clamp(58px, 8vw, 94px) 104px;
}

.hero::before {
  position: absolute;
  inset: -90px -50vw 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(70, 135, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(70, 135, 255, 0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 96%);
}

.aurora {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

.aurora-one {
  top: 10%;
  right: -5%;
  width: 390px;
  height: 390px;
  background: rgba(70, 135, 255, 0.17);
}

.aurora-two {
  bottom: 0;
  left: 5%;
  width: 230px;
  height: 230px;
  background: rgba(100, 75, 240, 0.1);
}

.partner-lockup {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  min-height: 48px;
  padding: 8px 13px;
  border: 1px solid rgba(70, 135, 255, 0.2);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 75%, transparent);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.35);
}

.nord-mark,
.voltra-lockup {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nord-mark svg {
  width: 29px;
  height: 24px;
  fill: var(--nord);
}

.nord-mark strong {
  font-size: 15px;
  letter-spacing: -0.03em;
}

.plus {
  color: var(--muted);
  font-size: 14px;
}

.voltra-lockup i {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(145deg, #ff6e38, var(--orange));
  color: white;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.voltra-lockup strong {
  font-size: 10px;
  letter-spacing: 0.16em;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 30px 0 17px;
  color: var(--nord);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.15em;
}

.eyebrow > span {
  width: 25px;
  height: 2px;
  background: currentColor;
}

.eyebrow.light {
  color: #a9cdff;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(54px, 6.7vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.064em;
}

.hero h1 em {
  display: block;
  color: var(--nord);
  font-style: normal;
}

.hero-message {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.65;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 27px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.trust-row i {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: rgba(31, 157, 98, 0.12);
  color: var(--green);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.claim-card {
  position: relative;
  min-height: 555px;
  padding: 36px;
  overflow: hidden;
  border: 1px solid rgba(104, 147, 230, 0.25);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 0, rgba(70, 135, 255, 0.16), transparent 32%),
    color-mix(in srgb, var(--surface) 95%, transparent);
  box-shadow: var(--shadow), inset 0 1px rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(24px);
}

.claim-card::before {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(70, 135, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(70, 135, 255, 0.025), 0 0 0 50px rgba(70, 135, 255, 0.018);
  content: "";
  pointer-events: none;
}

.claim-topline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.step-pill {
  padding: 7px 10px;
  border: 1px solid rgba(70, 135, 255, 0.18);
  border-radius: 999px;
  background: rgba(70, 135, 255, 0.08);
  color: var(--nord);
}

.claim-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-top: 35px;
  place-items: center;
  border: 1px solid rgba(70, 135, 255, 0.2);
  border-radius: 17px;
  background: var(--nord-soft);
  color: var(--nord);
}

.claim-icon svg {
  width: 29px;
  height: 29px;
  fill: currentColor;
}

.claim-card h2 {
  margin: 20px 0 8px;
  font-size: 31px;
  line-height: 1.12;
  letter-spacing: -0.045em;
}

.claim-card > p:not(.form-status, .privacy-line) {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.claim-card > p strong {
  color: var(--ink);
}

.claim-card label {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 760;
}

.claim-card input {
  width: 100%;
  min-height: 58px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  outline: 0;
  background: color-mix(in srgb, var(--surface-soft) 72%, transparent);
  color: var(--ink);
  font: 700 13px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.025em;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.claim-card input::placeholder {
  color: color-mix(in srgb, var(--muted) 70%, transparent);
  opacity: 1;
}

.claim-card input:focus {
  border-color: var(--nord);
  background: var(--surface);
  box-shadow: 0 0 0 4px rgba(70, 135, 255, 0.11);
}

.claim-card input[aria-invalid="true"] {
  border-color: #e45451;
  box-shadow: 0 0 0 4px rgba(228, 84, 81, 0.1);
}

.claim-card small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.form-status {
  min-height: 19px;
  margin: 12px 0 0;
  color: #c63c36;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.5;
}

.form-status.success {
  color: var(--green);
}

.claim-card button {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  align-items: center;
  width: 100%;
  min-height: 58px;
  margin-top: 10px;
  padding: 0 18px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--nord-deep), var(--nord));
  color: white;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 820;
  box-shadow: 0 18px 40px rgba(48, 105, 219, 0.26), inset 0 1px rgba(255, 255, 255, 0.25);
  transition: transform 160ms ease, filter 160ms ease;
}

.claim-card button:hover:not(:disabled) {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.claim-card button:active:not(:disabled) {
  transform: scale(0.985);
}

.claim-card button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.claim-card button.loading .button-label::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 9px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: white;
  border-radius: 50%;
  vertical-align: -2px;
  animation: spin 800ms linear infinite;
  content: "";
}

.button-arrow {
  font-size: 20px;
}

.privacy-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 10px;
}

.privacy-line svg {
  width: 15px;
  height: 15px;
  fill: var(--nord);
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.proof-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
  padding-inline: 22px;
  border-block: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.proof-strip > span {
  color: var(--nord);
  letter-spacing: 0.17em;
}

.proof-strip > i {
  flex: 1;
  height: 1px;
  background: var(--line);
}

.how-section,
.details-section {
  padding-block: clamp(92px, 12vw, 142px);
}

.section-heading {
  max-width: 670px;
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading.centered .eyebrow {
  justify-content: center;
}

.section-heading h2,
.duration-copy h2 {
  margin: 0;
  font-size: clamp(42px, 5.7vw, 68px);
  line-height: 0.99;
  letter-spacing: -0.058em;
}

.section-heading > p:last-child,
.duration-copy > p:last-child {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.steps-grid li {
  position: relative;
  min-height: 330px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  box-shadow: 0 14px 45px rgba(39, 65, 112, 0.06);
}

.step-number {
  position: absolute;
  top: 14px;
  right: 19px;
  color: rgba(70, 135, 255, 0.1);
  font-size: 66px;
  font-weight: 900;
  letter-spacing: -0.08em;
}

.step-icon {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 77, 24, 0.15);
  border-radius: 16px;
  background: rgba(255, 77, 24, 0.09);
  color: var(--orange);
  font-size: 18px;
  font-weight: 900;
}

.step-icon.nord-mini {
  border-color: rgba(70, 135, 255, 0.17);
  background: rgba(70, 135, 255, 0.1);
  color: var(--nord);
}

.step-icon.success {
  border-color: rgba(31, 157, 98, 0.16);
  background: rgba(31, 157, 98, 0.1);
  color: var(--green);
}

.steps-grid h3 {
  margin: 78px 0 10px;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.steps-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.duration-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(44px, 7vw, 86px);
  align-items: center;
  padding: clamp(48px, 7vw, 78px);
  border-radius: 40px;
  background:
    radial-gradient(circle at 8% 3%, rgba(70, 135, 255, 0.3), transparent 27rem),
    #0d1628;
  color: #f5f8ff;
  box-shadow: var(--shadow);
}

.duration-copy > p:last-child {
  color: #9aa9c5;
}

.duration-examples {
  display: grid;
  gap: 12px;
}

.duration-examples article {
  display: grid;
  grid-template-columns: 43px 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  min-height: 92px;
  padding: 16px;
  border: 1px solid rgba(144, 175, 236, 0.15);
  border-radius: 18px;
  background: rgba(23, 36, 59, 0.82);
}

.duration-examples article.featured {
  border-color: rgba(102, 151, 255, 0.4);
  background: linear-gradient(135deg, rgba(38, 73, 137, 0.75), rgba(21, 34, 56, 0.94));
  box-shadow: 0 18px 48px rgba(25, 70, 160, 0.18);
}

.duration-examples article > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(145deg, var(--nord-deep), var(--nord));
  color: white;
  font-size: 16px;
  font-weight: 900;
}

.duration-examples div {
  display: grid;
  gap: 3px;
}

.duration-examples small {
  color: #7485a7;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.duration-examples strong {
  font-size: 15px;
}

.duration-examples i {
  color: #7395d7;
  font-size: 20px;
  font-style: normal;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 44px;
}

.detail-grid article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: color-mix(in srgb, var(--surface) 92%, transparent);
}

.detail-grid article > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: var(--nord-soft);
  color: var(--nord);
  font-size: 19px;
  font-weight: 900;
}

.detail-grid h3 {
  margin: 30px 0 8px;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.detail-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.disclosure {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  align-items: start;
  margin-bottom: 90px;
  padding: 23px 25px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: color-mix(in srgb, var(--surface) 80%, transparent);
  color: var(--muted);
}

.disclosure > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  background: var(--nord-soft);
  color: var(--nord);
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 700;
}

.disclosure p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.disclosure strong {
  color: var(--ink);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding-block: 38px max(42px, env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
}

.site-footer > p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.site-footer nav {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.site-footer nav a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.site-footer nav a:hover {
  color: var(--ink);
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 55px;
    padding-top: 70px;
  }

  .hero-copy {
    display: grid;
    justify-items: center;
    text-align: center;
  }

  .claim-card {
    width: min(100%, 540px);
    justify-self: center;
  }

  .duration-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .official {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .steps-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid li {
    min-height: 260px;
  }

  .steps-grid h3 {
    margin-top: 52px;
  }

  .proof-strip {
    justify-content: center;
  }

  .proof-strip > i,
  .proof-strip > strong:nth-last-child(-n + 2) {
    display: none;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .site-footer nav {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .site-header,
  .hero,
  .proof-strip,
  .how-section,
  .duration-section,
  .details-section,
  .disclosure,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    padding-top: max(18px, env(safe-area-inset-top));
  }

  .brand {
    font-size: 15px;
  }

  .brand-mark {
    width: 35px;
    height: 35px;
  }

  .back-link {
    padding: 9px 12px;
    font-size: 11px;
  }

  .hero {
    min-height: 0;
    gap: 42px;
    padding-block: 48px 72px;
  }

  .partner-lockup {
    gap: 8px;
    padding-inline: 10px;
    transform: scale(0.92);
  }

  .nord-mark strong {
    font-size: 13px;
  }

  .voltra-lockup strong {
    font-size: 9px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-message {
    font-size: 15px;
  }

  .trust-row {
    justify-content: center;
  }

  .claim-card {
    min-height: 0;
    padding: 24px 19px;
    border-radius: 22px;
  }

  .claim-icon {
    margin-top: 29px;
  }

  .claim-card h2 {
    font-size: 27px;
  }

  .claim-card input {
    min-height: 56px;
    padding-inline: 11px;
    font-size: 11px;
    letter-spacing: 0;
  }

  .proof-strip {
    min-height: 72px;
    padding: 0;
  }

  .proof-strip > span {
    display: none;
  }

  .how-section,
  .details-section {
    padding-block: 82px;
  }

  .section-heading h2,
  .duration-copy h2 {
    font-size: 40px;
  }

  .steps-grid {
    margin-top: 34px;
  }

  .duration-section {
    padding: 39px 20px;
    border-radius: 25px;
  }

  .duration-examples article {
    grid-template-columns: 39px 1fr auto 1fr;
    gap: 9px;
    padding: 12px;
  }

  .duration-examples article > span {
    width: 39px;
    height: 39px;
  }

  .duration-examples small {
    font-size: 7px;
  }

  .duration-examples strong {
    font-size: 12px;
  }

  .detail-grid {
    margin-top: 34px;
  }

  .disclosure {
    grid-template-columns: 1fr;
    margin-bottom: 66px;
  }
}

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