:root {
  --ink-bg: #060B12;
  --ink-bg-top: #0C1620;
  --ink-bg-bottom: #04080D;
  --slab-1: #A9C7D7;
  --slab-2: #8CB0C3;
  --slab-3: #6B95AC;
  --slab-4: #4B7590;
  --slab-5: #365C76;
  --bone: #EDF3F7;
  --halo: #96BED7;
  --void-1: #3D6076;
  --void-2: #22404F;
  --on-slab: #08131C;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  background: var(--ink-bg);
}

body {
  font-family: 'IBM Plex Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--bone);
  background: radial-gradient(120% 70% at 50% -10%, var(--ink-bg-top) 0%, var(--ink-bg) 62%, var(--ink-bg-bottom) 100%);
}

body.inner {
  background: radial-gradient(120% 60% at 50% -20%, var(--ink-bg-top) 0%, var(--ink-bg) 62%, var(--ink-bg-bottom) 100%);
}

a { color: var(--halo); text-decoration: none; }
a:hover { color: var(--bone); }
::selection { background: var(--slab-5); color: var(--bone); }

:focus-visible {
  outline: 2px solid var(--halo);
  outline-offset: 3px;
}

/* ---------- layout ---------- */

.page {
  min-height: 100vh;
  padding: 0 24px;
  display: flex;
  justify-content: center;
}

.landing {
  max-width: 860px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inner-col {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.inner-col.privacy { max-width: 640px; }

.divider {
  width: 1px;
  height: 120px;
  background: linear-gradient(180deg, transparent, rgba(150, 190, 215, .34), transparent);
  margin: 0 auto;
}

/* ---------- hero / icon ---------- */

.hero {
  padding-top: 112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.icon {
  width: 132px;
  height: 132px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  background: linear-gradient(180deg, var(--slab-1) 0%, var(--slab-2) 26%, var(--slab-3) 52%, var(--slab-4) 78%, var(--slab-5) 100%);
  box-shadow:
    0 26px 60px rgba(54, 92, 118, .4),
    0 0 0 1px rgba(169, 199, 215, .22),
    inset 0 2px 0 rgba(237, 243, 247, .6);
}

.icon-sheen {
  position: absolute;
  inset: 0;
  background: radial-gradient(62% 42% at 22% 8%, rgba(237, 243, 247, .75), transparent 72%);
}

.icon-ring-min {
  position: absolute;
  inset: 0;
  background: repeating-conic-gradient(from 0deg, rgba(20, 44, 58, .55) 0deg .9deg, transparent .9deg 6deg);
  -webkit-mask: radial-gradient(circle at 50% 50%, transparent 81%, #000 82%, #000 89%, transparent 90%);
  mask: radial-gradient(circle at 50% 50%, transparent 81%, #000 82%, #000 89%, transparent 90%);
}

.icon-ring-hr {
  position: absolute;
  inset: 0;
  background: repeating-conic-gradient(from -1.1deg, rgba(20, 44, 58, .7) 0deg 2.2deg, transparent 2.2deg 30deg);
  -webkit-mask: radial-gradient(circle at 50% 50%, transparent 73%, #000 74%, #000 89%, transparent 90%);
  mask: radial-gradient(circle at 50% 50%, transparent 73%, #000 74%, #000 89%, transparent 90%);
}

.icon-hand-min {
  position: absolute;
  width: 11px;
  height: 58px;
  border-radius: 6px;
  left: 66px;
  top: 66px;
  margin: -58px 0 0 -5.5px;
  transform-origin: 50% 100%;
  transform: rotate(37deg);
  background: linear-gradient(180deg, var(--void-1), var(--void-2));
  box-shadow: inset 0 1.5px 2px rgba(0, 0, 0, .45), 0 -1px 0 rgba(237, 243, 247, .8);
}

.icon-hand-hr {
  position: absolute;
  width: 12.5px;
  height: 42px;
  border-radius: 7px;
  left: 66px;
  top: 66px;
  margin: -42px 0 0 -6.25px;
  transform-origin: 50% 100%;
  transform: rotate(-64deg);
  background: linear-gradient(180deg, var(--void-1), var(--void-2));
  box-shadow: inset 0 1.5px 2px rgba(0, 0, 0, .45), 0 -1px 0 rgba(237, 243, 247, .8);
}

.icon-hub {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 56px;
  top: 56px;
  background: radial-gradient(circle at 40% 34%, #2C4A5C, #16303D);
  box-shadow: inset 0 1.5px 3px rgba(0, 0, 0, .5), 0 -1px 0 rgba(237, 243, 247, .75);
}

/* ---------- type ---------- */

h1, h2, h3, .cta-label, .eyebrow, .closing, .numeral, .back-link {
  font-family: 'Chakra Petch', sans-serif;
}

.gradient-text {
  background: linear-gradient(180deg, #EDF3F7 0%, #C6DBE7 44%, #8CB0C3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 26px rgba(150, 190, 215, .34));
}

.inner-col h1.gradient-text {
  filter: drop-shadow(0 0 22px rgba(150, 190, 215, .34));
}

.wordmark {
  font-size: clamp(48px, 9vw, 84px);
  line-height: .98;
  font-weight: 700;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin: 30px 0 0;
}

.tagline {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .01em;
  color: var(--slab-1);
  margin: 14px 0 0;
}

.cta {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 15px 26px;
  border-radius: 14px;
  margin-top: 32px;
  background: linear-gradient(180deg, var(--slab-1) 0%, var(--slab-2) 48%, var(--slab-3) 100%);
  box-shadow: 0 16px 38px rgba(54, 92, 118, .45), inset 0 1.5px 0 rgba(255, 255, 255, .6);
}

.cta:hover {
  background: linear-gradient(180deg, #C6DBE7 0%, var(--slab-1) 48%, var(--slab-2) 100%);
}

.cta svg {
  width: 17px;
  height: 20px;
  fill: var(--on-slab);
}

.cta-label {
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--on-slab);
}

.eyebrow {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--slab-3);
  text-align: center;
  margin: 0;
}

.steps-section, .closing-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
  width: 100%;
}

@media (max-width: 760px) {
  .steps { grid-template-columns: 1fr; }
}

.step {
  padding: 26px 24px 28px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: linear-gradient(180deg, rgba(169, 199, 215, .09), rgba(54, 92, 118, .05));
  border: 1px solid rgba(150, 190, 215, .16);
  box-shadow: inset 0 1px 0 rgba(237, 243, 247, .12);
}

.numeral {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2em;
  color: var(--slab-3);
}

.step h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--bone);
  margin: 0;
  text-shadow: 0 0 20px rgba(150, 190, 215, .3);
}

.step p {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15.5px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--slab-1);
  margin: 0;
}

.closing {
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1.42;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--bone);
  text-align: center;
  max-width: 620px;
  text-wrap: balance;
  text-shadow: 0 0 34px rgba(150, 190, 215, .3);
  margin: 0;
}

.closing .halo-line { color: var(--halo); }

/* ---------- footer ---------- */

footer {
  padding: 26px 0 34px;
  border-top: 1px solid rgba(150, 190, 215, .14);
  display: flex;
  justify-content: center;
  gap: 26px;
  width: 100%;
}

.landing footer { margin-top: 130px; }

footer.footer-left { justify-content: flex-start; }

footer a {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 13px;
  color: var(--slab-3);
}

footer a:hover { color: var(--slab-1); }

/* ---------- inner pages ---------- */

.inner-col {
  padding-top: 104px;
}

.back-link {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--slab-3);
}

.back-link:hover { color: var(--slab-1); }

.inner-col h1 {
  font-size: 44px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin: 22px 0 0;
}

.meta {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 15px;
  letter-spacing: .06em;
  color: var(--slab-3);
  margin: 18px 0 10px;
}

.support-body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 17.5px;
  line-height: 1.66;
  color: var(--slab-1);
  margin-top: 24px;
}

.privacy-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 24px;
}

.privacy-body p {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16.5px;
  line-height: 1.72;
  color: var(--slab-1);
  margin: 0;
}
