:root {
  --qs-deep: #071725;
  --qs-deep-2: #0b2439;
  --qs-teal-bright: #3bd7ce;
  --qs-ease: cubic-bezier(.22, 1, .36, 1);
}

.quick-start-page {
  color: var(--black);
  background: #edf3f7;
}

.quick-start-page h1,
.quick-start-page h2,
.quick-start-page h3 {
  text-wrap: balance;
}

.qs-page-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 400;
  height: 3px;
  background: rgba(255, 255, 255, .12);
  pointer-events: none;
}

.qs-page-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--qs-teal-bright));
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}

.qs-header .main-nav a.button {
  color: var(--white);
}

.qs-header .main-nav a.button:hover {
  color: var(--white);
}

.qs-hero {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  display: grid;
  align-items: center;
  padding: 76px 0 86px;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 12%, rgba(59, 215, 206, .16), transparent 28%),
    linear-gradient(145deg, var(--qs-deep), #0b2033 56%, #0d2941);
}

.qs-hero::before {
  content: "";
  position: absolute;
  inset: auto -12% -54% 34%;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, .08);
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 46px 46px;
  transform: perspective(700px) rotateX(60deg);
  pointer-events: none;
}

.qs-hero-field,
.qs-hero-field .qs-orbit {
  position: absolute;
  pointer-events: none;
}

.qs-hero-field {
  inset: 0;
}

.qs-hero-field > span {
  position: absolute;
  left: 28px;
  bottom: 26px;
  color: rgba(197, 217, 230, .34);
  font: 700 .58rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .16em;
}

.qs-orbit {
  border: 1px solid rgba(59, 215, 206, .14);
  border-radius: 50%;
}

.qs-orbit::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--qs-teal-bright);
  box-shadow: 0 0 18px rgba(59, 215, 206, .75);
}

.qs-orbit-one {
  top: -240px;
  right: -180px;
  width: 660px;
  height: 660px;
}

.qs-orbit-one::after {
  left: 75px;
  bottom: 95px;
}

.qs-orbit-two {
  left: 44%;
  bottom: -290px;
  width: 500px;
  height: 500px;
}

.qs-orbit-two::after {
  top: 82px;
  right: 54px;
}

.qs-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
  align-items: center;
  gap: 84px;
}

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

.qs-hero-copy .eyebrow i {
  width: 26px;
  height: 1px;
  background: var(--qs-teal-bright);
}

.qs-hero h1 {
  max-width: 780px;
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(3rem, 6vw, 5.6rem);
}

.qs-hero-lead {
  max-width: 670px;
  margin-bottom: 30px;
  color: #c5d7e2;
  font-size: clamp(1.06rem, 1.6vw, 1.24rem);
}

.qs-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.qs-hero-facts span {
  display: flex;
  align-items: baseline;
  gap: 7px;
  min-height: 43px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 10px;
  color: #b9ceda;
  background: rgba(255, 255, 255, .045);
  font-size: .75rem;
  font-weight: 750;
}

.qs-hero-facts strong {
  color: var(--gold);
  font-size: 1.05rem;
}

.qs-progress-card {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 24px;
  color: var(--black);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 38px 110px rgba(0, 0, 0, .34);
}

.qs-progress-top {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 22px;
}

.qs-progress-top .micro-label {
  margin-bottom: 5px;
}

.qs-progress-top h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
}

.qs-progress-ring {
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--teal) var(--progress), #e4ebf0 0deg);
  transition: background .35s ease;
}

.qs-progress-ring > div {
  width: 72px;
  height: 72px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: var(--white);
  text-align: center;
}

.qs-progress-ring strong,
.qs-progress-ring span {
  display: block;
}

.qs-progress-ring strong {
  color: var(--navy);
  font-size: 1.3rem;
  line-height: 1;
}

.qs-progress-ring span {
  margin-top: 4px;
  color: var(--slate);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.qs-progress-track {
  height: 7px;
  margin: 25px 0 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #e4ebf0;
}

.qs-progress-track i {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--teal));
  transition: width .4s var(--qs-ease);
}

.qs-progress-count {
  margin: 0 0 21px;
  color: var(--slate);
  font-size: .82rem;
  font-weight: 800;
}

.qs-continue {
  width: 100%;
}

.qs-reset {
  display: block;
  margin: 16px auto 9px;
  padding: 0;
  border: 0;
  color: var(--blue);
  background: none;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.qs-reset:focus-visible,
.qs-task:focus-within,
.qs-route a:focus-visible {
  outline: 3px solid rgba(24, 167, 160, .32);
  outline-offset: 3px;
}

.qs-progress-card > small {
  display: block;
  color: #748696;
  font-size: .7rem;
  text-align: center;
}

.qs-preflight {
  padding: 94px 0;
  background: var(--white);
}

.qs-section-heading {
  display: grid;
  grid-template-columns: 1fr .7fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 40px;
}

.qs-section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4.4vw, 4.2rem);
}

.qs-section-heading > p {
  margin-bottom: 9px;
  color: var(--slate);
  font-size: 1.05rem;
}

.qs-preflight-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.qs-preflight-grid article {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f6f9fb;
  transition: transform .24s var(--qs-ease), box-shadow .24s ease;
}

.qs-preflight-grid article::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(24, 167, 160, .14);
  border-radius: 50%;
}

.qs-preflight-grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(11, 31, 51, .1);
}

.qs-preflight-grid article > span {
  color: var(--gold);
  font: 900 .75rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.qs-preflight-grid h3 {
  margin: 35px 0 9px;
  color: var(--navy);
  font-size: 1.25rem;
}

.qs-preflight-grid p {
  margin-bottom: 0;
  color: var(--slate);
  font-size: .91rem;
}

.qs-guide {
  padding: 105px 0 120px;
  background:
    linear-gradient(rgba(11, 31, 51, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 31, 51, .025) 1px, transparent 1px),
    #edf3f7;
  background-size: 40px 40px;
}

.qs-guide-grid {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr);
  align-items: start;
  gap: 34px;
}

.qs-route {
  position: sticky;
  top: 100px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 55px rgba(11, 31, 51, .1);
}

.qs-route-head {
  padding: 24px 24px 19px;
  border-bottom: 1px solid var(--line);
}

.qs-route-head .micro-label {
  margin-bottom: 5px;
  font-size: .64rem;
}

.qs-route-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: 1.55rem;
}

.qs-route nav {
  padding: 10px;
}

.qs-route nav a {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 56px;
  padding: 8px 10px;
  border-radius: 10px;
  color: #5f7283;
  font-size: .78rem;
  font-weight: 780;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}

.qs-route nav a:hover {
  color: var(--navy);
  background: #f2f6f8;
  transform: translateX(3px);
}

.qs-route nav a.active {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 12px 28px rgba(11, 31, 51, .2);
}

.qs-route nav a > i {
  color: var(--gold);
  font: 850 .66rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  font-style: normal;
}

.qs-route nav a > small {
  min-width: 31px;
  padding: 4px 5px;
  border-radius: 999px;
  color: var(--slate);
  background: #e7edf1;
  font-size: .61rem;
  font-weight: 900;
  text-align: center;
}

.qs-route nav a.active > small {
  color: #073a37;
  background: var(--qs-teal-bright);
}

.qs-route nav a.complete:not(.active) > small {
  color: #086d67;
  background: #dff5f2;
}

.qs-route-note {
  margin: 8px 14px 14px;
  padding: 16px;
  border-left: 3px solid var(--teal);
  background: #eef8f7;
}

.qs-route-note strong {
  color: var(--teal-dark);
  font-size: .72rem;
  text-transform: uppercase;
}

.qs-route-note p {
  margin: 5px 0 0;
  color: var(--slate);
  font-size: .76rem;
}

.qs-steps {
  display: grid;
  gap: 24px;
}

.qs-step {
  scroll-margin-top: 100px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 50px rgba(11, 31, 51, .08);
  transition: border-color .25s ease, box-shadow .25s ease;
}

.qs-step.complete {
  border-color: #9dd8d3;
  box-shadow: 0 18px 55px rgba(24, 167, 160, .11);
}

.qs-step-head {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: start;
  gap: 18px;
  margin-bottom: 22px;
}

.qs-step-number {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  color: var(--white);
  background: var(--navy);
  font: 800 .78rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  box-shadow: 0 12px 25px rgba(11, 31, 51, .18);
}

.qs-step-head p {
  margin: 2px 0 6px;
  color: var(--teal-dark);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .11em;
}

.qs-step-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.7rem, 3.2vw, 2.65rem);
}

.qs-step-status {
  margin-top: 3px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #687b8b;
  background: #f5f8fa;
  font-size: .65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.qs-step.complete .qs-step-status {
  border-color: #a8ded9;
  color: #08756f;
  background: #e7f7f5;
}

.qs-step.complete .qs-step-number {
  color: #062e2b;
  background: var(--qs-teal-bright);
}

.qs-step-intro {
  max-width: 760px;
  margin: 0 0 25px 70px;
  color: var(--slate);
  font-size: 1.02rem;
}

.qs-task-list {
  display: grid;
  gap: 10px;
}

.qs-task {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-height: 78px;
  padding: 16px 18px;
  border: 1px solid #dce4ea;
  border-radius: 14px;
  background: #f8fafb;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.qs-task:hover {
  border-color: var(--teal);
  background: #f2fbfa;
  transform: translateX(3px);
}

.qs-task:has(input:checked) {
  border-color: #a8ded9;
  background: #edf9f7;
}

.qs-task input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.qs-task-check {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 2px solid #b6c4ce;
  border-radius: 8px;
  color: transparent;
  background: var(--white);
  transition: border-color .18s ease, background .18s ease, transform .18s var(--qs-ease);
}

.qs-task-check::after {
  content: "✓";
  font-size: .85rem;
  font-weight: 950;
}

.qs-task input:checked + .qs-task-check {
  border-color: var(--teal-dark);
  color: var(--white);
  background: var(--teal-dark);
  transform: scale(1.04);
}

.qs-task strong,
.qs-task small {
  display: block;
}

.qs-task strong {
  color: var(--navy);
  font-size: .96rem;
}

.qs-task small {
  margin-top: 4px;
  color: var(--slate);
  font-size: .78rem;
  line-height: 1.45;
}

.qs-callout {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  margin-top: 20px;
  padding: 17px 19px;
  border-left: 3px solid var(--teal);
  background: #eef8f7;
}

.qs-callout strong {
  color: var(--teal-dark);
  font-size: .72rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.qs-callout p {
  margin: 0;
  color: #435b6d;
  font-size: .81rem;
}

.qs-callout-gold {
  border-left-color: var(--gold);
  background: #fbf6e9;
}

.qs-callout-gold strong {
  color: #8a651d;
}

.qs-step-featured {
  border-color: #afdeda;
}

.qs-step-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 28px;
}

.qs-step-split .qs-step-intro {
  margin-left: 0;
}

.qs-product-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 22px 58px rgba(11, 31, 51, .16);
  transform: rotate(1.5deg);
}

.qs-product-shot > div {
  height: 33px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 11px;
  border-bottom: 1px solid var(--line);
  color: var(--slate);
  background: #f7f9fa;
  font-size: .62rem;
  font-weight: 750;
}

.qs-product-shot > div i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c7d2da;
}

.qs-product-shot > div span {
  margin-left: auto;
}

.qs-product-shot img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: left top;
}

.qs-product-shot figcaption {
  padding: 11px 13px;
  color: var(--slate);
  font-size: .68rem;
  text-align: center;
}

.qs-state-flow {
  display: grid;
  grid-template-columns: repeat(7, auto);
  align-items: center;
  justify-content: start;
  gap: 8px;
  margin: 4px 0 22px;
  padding: 15px;
  overflow-x: auto;
  border-radius: 13px;
  background: var(--navy);
  color: var(--white);
}

.qs-state-flow span {
  min-width: max-content;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 8px;
  font-size: .7rem;
  font-weight: 800;
}

.qs-state-flow i {
  color: var(--qs-teal-bright);
  font-style: normal;
}

.qs-completion {
  position: relative;
  scroll-margin-top: 100px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 45px;
  padding: 46px;
  border-radius: 22px;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 20%, rgba(59, 215, 206, .17), transparent 32%),
    linear-gradient(135deg, var(--qs-deep), #0b263c);
  box-shadow: 0 25px 70px rgba(7, 23, 37, .25);
}

.qs-completion::before {
  content: "";
  position: absolute;
  inset: auto -70px -110px auto;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(59, 215, 206, .14);
  border-radius: 50%;
}

.qs-completion > * {
  position: relative;
  z-index: 1;
}

.qs-completion h2 {
  max-width: 670px;
  margin-bottom: 13px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.qs-completion-copy > p:last-child {
  margin: 0;
  color: #b8ccd8;
}

.qs-completion-actions {
  display: grid;
  gap: 10px;
  min-width: 245px;
}

.qs-completion-mark {
  position: absolute;
  right: 24px;
  bottom: -62px;
  z-index: 0;
  color: rgba(59, 215, 206, .055);
  font-size: 11rem;
  font-weight: 950;
  line-height: 1;
}

.qs-completion.is-complete {
  box-shadow: 0 25px 90px rgba(24, 167, 160, .25);
}

.qs-completion.is-complete .qs-completion-mark {
  color: rgba(59, 215, 206, .13);
}

.qs-footer {
  border-top: 1px solid var(--line);
}

.qs-footer .text-button {
  overflow-wrap: anywhere;
}

.qs-noscript {
  position: fixed;
  inset: auto 20px 20px;
  z-index: 500;
  padding: 12px 16px;
  border-radius: 10px;
  color: var(--white);
  background: var(--navy);
  box-shadow: var(--shadow);
  text-align: center;
}

@media (prefers-reduced-motion: no-preference) {
  .qs-orbit-one { animation: qsOrbit 38s linear infinite; }
  .qs-orbit-two { animation: qsOrbitReverse 28s linear infinite; }
  .qs-progress-card { animation: qsEnter .7s var(--qs-ease) .12s both; }
  .qs-hero-copy { animation: qsEnter .7s var(--qs-ease) both; }
}

@keyframes qsOrbit { to { transform: rotate(360deg); } }
@keyframes qsOrbitReverse { to { transform: rotate(-360deg); } }
@keyframes qsEnter { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .qs-hero-grid { grid-template-columns: 1fr 380px; gap: 46px; }
  .qs-guide-grid { grid-template-columns: 245px minmax(0, 1fr); gap: 24px; }
  .qs-step { padding: 34px; }
  .qs-step-split { grid-template-columns: 1fr; }
  .qs-product-shot { max-width: 480px; transform: none; }
}

@media (max-width: 840px) {
  .qs-hero { min-height: auto; padding: 68px 0 76px; }
  .qs-hero-grid { grid-template-columns: 1fr; }
  .qs-progress-card { max-width: 620px; }
  .qs-section-heading { grid-template-columns: 1fr; gap: 12px; }
  .qs-preflight-grid { grid-template-columns: 1fr; }
  .qs-preflight-grid article { min-height: 0; }
  .qs-guide-grid { grid-template-columns: 1fr; }
  .qs-route { position: static; }
  .qs-route nav { display: grid; grid-template-columns: repeat(2, 1fr); }
  .qs-route-note { display: none; }
  .qs-completion { grid-template-columns: 1fr; align-items: start; }
  .qs-completion-actions { min-width: 0; }
}

@media (max-width: 760px) {
  .qs-header .main-nav a.button { margin-top: 14px; border-bottom-color: transparent; }
  .qs-hero-field > span, .qs-orbit-two { display: none; }
  .qs-orbit-one { right: -370px; }
  .qs-hero h1 { font-size: clamp(2.75rem, 13vw, 4.2rem); }
  .qs-hero-facts { display: grid; grid-template-columns: 1fr; }
  .qs-progress-card { padding: 24px; }
  .qs-preflight { padding: 72px 0; }
  .qs-guide { padding: 76px 0 86px; }
  .qs-step { padding: 27px 20px; }
  .qs-step-head { grid-template-columns: 44px minmax(0, 1fr); gap: 13px; }
  .qs-step-number { width: 44px; height: 44px; border-radius: 12px; }
  .qs-step-status { grid-column: 2; justify-self: start; margin-top: -4px; }
  .qs-step-intro { margin-left: 0; }
  .qs-callout { grid-template-columns: 1fr; gap: 6px; }
  .qs-completion { padding: 35px 22px; }
}

@media (max-width: 520px) {
  .qs-progress-top { grid-template-columns: 1fr; }
  .qs-progress-ring { width: 84px; height: 84px; }
  .qs-progress-ring > div { width: 64px; height: 64px; }
  .qs-route nav { grid-template-columns: 1fr; }
  .qs-task { padding: 15px 13px; }
  .qs-state-flow { padding: 12px; }
  .qs-footer .footer-inner { align-items: center; }
}

@media (prefers-reduced-motion: reduce) {
  .qs-orbit { animation: none !important; }
  .qs-task, .qs-preflight-grid article, .qs-progress-track i { transition: none !important; }
}

@media print {
  .site-header,
  .qs-page-progress,
  .qs-progress-card,
  .qs-route,
  .qs-completion-actions,
  .qs-footer { display: none !important; }
  .quick-start-page { background: var(--white); }
  .qs-hero { min-height: 0; padding: 36px 0; background: var(--navy) !important; print-color-adjust: exact; }
  .qs-hero-grid, .qs-guide-grid { display: block; }
  .qs-preflight, .qs-guide { padding: 34px 0; background: var(--white); }
  .qs-step { break-inside: avoid; margin-bottom: 18px; box-shadow: none; }
  .qs-completion { break-inside: avoid; background: var(--navy) !important; print-color-adjust: exact; }
}
