body.dash-guide-page {
  --dash-orange: #f39a3f;
  --dash-orange-soft: rgba(243, 154, 63, 0.1);
  --dash-orange-line: rgba(243, 154, 63, 0.3);
  background:
    radial-gradient(circle at 12% 2%, rgba(243, 154, 63, 0.08), transparent 30rem),
    var(--guide-bg) !important;
}

.dash-guide-page .swiss-hero {
  background:
    radial-gradient(circle at 82% 15%, rgba(243, 154, 63, 0.11), transparent 25rem),
    radial-gradient(circle at 68% 52%, rgba(51, 177, 117, 0.06), transparent 28rem),
    linear-gradient(145deg, #0f1315 0%, #151410 58%, #101315 100%);
}

.dash-guide-page .swiss-product-card::before {
  width: 82px;
  background: linear-gradient(90deg, var(--dash-orange), var(--guide-green-bright));
}

.dash-guide-page .swiss-product-heading img {
  box-shadow: 0 15px 32px rgba(145, 76, 17, 0.28);
}

.dash-inline-purchase-link {
  display: inline-block;
  border-bottom: 1px solid var(--dash-orange-line);
  color: #f5b97a !important;
  text-decoration: none;
}

.dash-inline-purchase-link:hover,
.dash-inline-purchase-link:focus-visible {
  border-bottom-color: #f5b97a;
  outline: none;
}

#faq-pricing {
  scroll-margin-top: 100px;
}

.dash-platforms {
  margin-top: 30px;
  border: 1px solid var(--guide-line);
  border-radius: 15px;
  background:
    radial-gradient(circle at 100% 0, var(--dash-orange-soft), transparent 22rem),
    var(--guide-panel);
  padding: 24px;
}

.dash-platforms-heading h3 {
  margin: 9px 0 0;
  color: var(--guide-white);
  font-family: "Avenir Heavy", Avenir, Arial, sans-serif;
  font-size: 1.18rem;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.dash-platforms ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.dash-platform-card {
  min-width: 0;
  min-height: 184px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--dash-orange-line);
  border-radius: 11px;
  background: rgba(243, 154, 63, 0.045);
  padding: 15px;
}

.dash-platform-card > div {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.dash-platform-card > div span {
  color: var(--guide-muted);
  font-size: 0.66rem;
  font-weight: 900;
}

.dash-platform-card > div em {
  border: 1px solid var(--dash-orange-line);
  border-radius: 999px;
  padding: 4px 7px;
  color: #f5b97a;
  font-size: 0.5rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.dash-platform-card-tested > div em {
  border-color: rgba(107, 216, 162, 0.34);
  color: var(--guide-green-bright);
}

.dash-platform-card > strong {
  margin-top: 24px;
  color: var(--guide-white);
  font-family: "Avenir Heavy", Avenir, Arial, sans-serif;
  font-size: 1.05rem;
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.dash-platform-card-tested > strong {
  color: var(--guide-green-bright);
  font-size: 1.42rem;
}

.dash-platform-card > small {
  display: block;
  margin-top: 8px;
  color: var(--guide-faint);
  font-size: 0.57rem;
  line-height: 1.4;
}

.dash-platform-card > a {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  border: 1px solid rgba(107, 216, 162, 0.32);
  border-radius: 8px;
  background: rgba(51, 177, 117, 0.08);
  padding: 0 11px;
  color: var(--guide-green-bright) !important;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.dash-platform-card > a span {
  font-size: 0.76rem;
  transition: transform 160ms ease;
}

.dash-platform-card > a:hover,
.dash-platform-card > a:focus-visible {
  border-color: rgba(107, 216, 162, 0.72);
  background: rgba(51, 177, 117, 0.15);
  outline: none;
}

.dash-platform-card > a:hover span,
.dash-platform-card > a:focus-visible span {
  transform: translate(2px, -2px);
}

.dash-platforms-note {
  margin: 19px 0 0 !important;
  border-top: 1px solid var(--guide-line);
  padding-top: 15px;
  color: var(--guide-faint) !important;
  font-size: 0.67rem !important;
  line-height: 1.56 !important;
}

.dash-platforms-note strong {
  color: #f5b97a;
}

.dash-compact-intro {
  max-width: 720px;
  margin-bottom: 22px !important;
  color: var(--guide-text) !important;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
}

.dash-filter-figure {
  margin: 0;
  border: 1px solid var(--guide-line);
  border-radius: 15px;
  background:
    radial-gradient(circle at 52% 0, var(--dash-orange-soft), transparent 22rem),
    var(--guide-panel-soft);
  overflow: hidden;
}

.dash-filter-process {
  display: grid;
  grid-template-columns: 0.92fr 1.1fr 1fr;
}

.dash-filter-step {
  min-width: 0;
  min-height: 150px;
  border-right: 1px solid var(--guide-line);
  padding: 21px;
}

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

.dash-filter-step > span,
.dash-filter-step > strong,
.dash-filter-step > small {
  display: block;
}

.dash-filter-step > span {
  color: var(--guide-faint);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.dash-filter-step > strong {
  margin-top: 27px;
  color: var(--guide-white);
  font-family: "Avenir Heavy", Avenir, Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.35;
}

.dash-filter-step > small {
  margin-top: 8px;
  color: var(--guide-faint);
  font-size: 0.63rem;
  line-height: 1.45;
}

.dash-filter-step-active {
  background: linear-gradient(145deg, rgba(243, 154, 63, 0.1), rgba(51, 177, 117, 0.045));
}

.dash-filter-step-active > span {
  color: #f5b97a;
}

.dash-filter-outcome {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: start;
}

.dash-filter-outcome > span {
  grid-column: 1 / -1;
}

.dash-filter-outcome > div {
  margin-top: 17px;
  border: 1px solid var(--guide-line);
  border-radius: 9px;
  background: rgba(8, 11, 12, 0.45);
  padding: 10px;
}

.dash-filter-outcome small,
.dash-filter-outcome strong {
  display: block;
}

.dash-filter-outcome small {
  color: var(--guide-faint);
  font-size: 0.53rem;
}

.dash-filter-outcome strong {
  margin-top: 5px;
  color: var(--guide-text);
  font-size: 0.72rem;
}

.dash-filter-outcome > div:first-of-type strong {
  color: var(--guide-red);
}

.dash-filter-outcome > div:last-child strong {
  color: var(--guide-green-bright);
}

.dash-filter-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--guide-line);
}

.dash-filter-facts > article {
  display: grid;
  grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  border-right: 1px solid var(--guide-line);
  padding: 16px 21px;
}

.dash-filter-facts > article:last-child {
  border-right: 0;
}

.dash-filter-facts > article > span {
  color: var(--guide-faint);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.dash-filter-facts > article > div {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 10px;
}

.dash-filter-facts strong {
  color: var(--guide-green-bright);
  font-family: "Avenir Heavy", Avenir, Arial, sans-serif;
  font-size: 1.12rem;
}

.dash-filter-facts small {
  color: var(--guide-muted);
  font-size: 0.62rem;
  line-height: 1.35;
}

.dash-filter-figure figcaption {
  border-top: 1px solid var(--guide-line);
  padding: 11px 21px;
  color: var(--guide-faint);
  font-size: 0.58rem;
  line-height: 1.45;
  text-align: right;
}

.dash-proof-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
  border: 1px solid var(--guide-line);
  border-radius: 14px;
  background: var(--guide-panel);
  overflow: hidden;
}

.dash-proof-bar article {
  min-width: 0;
  border-right: 1px solid var(--guide-line);
  padding: 18px;
}

.dash-proof-bar article:last-child {
  border-right: 0;
}

.dash-proof-bar article > strong,
.dash-proof-bar article > small {
  display: block;
}

.dash-proof-bar article > strong {
  margin-top: 16px;
  color: var(--guide-white);
  font-family: "Avenir Heavy", Avenir, Arial, sans-serif;
  font-size: 0.86rem;
  line-height: 1.35;
}

.dash-proof-bar article > small {
  margin-top: 6px;
  color: var(--guide-faint);
  font-size: 0.59rem;
  line-height: 1.4;
}

.dash-proof-boundary {
  margin: 13px 0 0 !important;
  color: var(--guide-faint) !important;
  font-size: 0.64rem !important;
  line-height: 1.5 !important;
}

.dash-proof-boundary strong {
  color: var(--guide-amber);
}

.dash-download-card {
  position: fixed;
  z-index: 120;
  right: 22px;
  bottom: calc(22px + env(safe-area-inset-bottom));
  width: min(420px, calc(100vw - 44px));
  max-height: calc(100dvh - 44px - env(safe-area-inset-bottom));
  overflow: auto;
  border: 1px solid rgba(243, 154, 63, 0.5);
  border-radius: 17px;
  background:
    radial-gradient(circle at 100% 0, rgba(243, 154, 63, 0.18), transparent 17rem),
    rgba(23, 28, 31, 0.98);
  padding: 17px;
  color: var(--guide-white);
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 200ms ease, transform 200ms ease;
}

.dash-download-card[hidden] {
  display: none;
}

.dash-download-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.dash-download-card__close {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--guide-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--guide-muted);
  cursor: pointer;
  font: inherit;
  font-size: 1.1rem;
  line-height: 1;
}

.dash-download-card__close:hover,
.dash-download-card__close:focus-visible {
  border-color: rgba(243, 154, 63, 0.75);
  color: #f8c48d;
  outline: 3px solid rgba(243, 154, 63, 0.18);
  outline-offset: 2px;
}

.dash-download-card__content {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding-right: 36px;
}

.dash-download-card__qr {
  width: 96px;
  height: 96px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.dash-download-card__qr:hover,
.dash-download-card__qr:focus-visible {
  outline: 3px solid rgba(243, 154, 63, 0.32);
  outline-offset: 3px;
}

.dash-download-card__qr img {
  width: 96px;
  height: 96px;
  display: block;
}

.dash-download-card__kicker {
  display: block;
  color: #f5b97a;
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dash-download-card__content strong {
  display: block;
  margin-top: 6px;
  color: var(--guide-white);
  font-family: "Avenir Heavy", Avenir, Arial, sans-serif;
  font-size: 0.95rem;
  letter-spacing: -0.018em;
  line-height: 1.22;
}

.dash-download-card__content p {
  margin: 6px 0 0;
  color: var(--guide-muted);
  font-size: 0.65rem;
  line-height: 1.46;
}

.dash-download-card__cta {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 13px;
  border: 1px solid rgba(243, 154, 63, 0.62);
  border-radius: 8px;
  background: rgba(243, 154, 63, 0.14);
  padding: 0 13px;
  color: #f8c48d !important;
  font-size: 0.68rem;
  font-weight: 900;
  text-decoration: none;
}

.dash-download-card__cta:hover,
.dash-download-card__cta:focus-visible {
  border-color: rgba(243, 154, 63, 0.88);
  background: rgba(243, 154, 63, 0.22);
  outline: 3px solid rgba(243, 154, 63, 0.16);
  outline-offset: 2px;
}

.dash-download-card__note {
  margin: 8px 0 0 !important;
  color: var(--guide-faint) !important;
  font-size: 0.58rem !important;
  line-height: 1.4 !important;
}

@media (max-width: 700px) {
  .dash-platforms ul {
    grid-template-columns: 1fr;
  }

  .dash-platform-card {
    min-height: 170px;
  }
}

@media (max-width: 560px) {
  .dash-filter-process,
  .dash-filter-facts,
  .dash-proof-bar {
    grid-template-columns: 1fr;
  }

  .dash-filter-step {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--guide-line);
    padding: 18px;
  }

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

  .dash-filter-step > strong {
    margin-top: 14px;
  }

  .dash-filter-outcome > div {
    margin-top: 4px;
  }

  .dash-filter-facts > article {
    border-right: 0;
    border-bottom: 1px solid var(--guide-line);
    padding: 14px 18px;
  }

  .dash-filter-facts > article:last-child,
  .dash-proof-bar article:last-child {
    border-bottom: 0;
  }

  .dash-proof-bar article {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 8px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--guide-line);
    padding: 17px;
  }

  .dash-proof-bar article > strong {
    margin-top: 0;
  }

  .dash-proof-bar article > small {
    grid-column: 2;
    margin-top: 0;
  }

  .dash-download-card {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 24px - env(safe-area-inset-bottom));
    padding: 15px;
  }

  .dash-download-card__content {
    grid-template-columns: 1fr;
    padding-right: 38px;
  }

  .dash-download-card__qr,
  .dash-download-card__scan-copy {
    display: none;
  }

  .dash-download-card__cta {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .dash-platforms {
    padding: 20px 17px;
  }

  .dash-filter-facts > article {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
  }

  .dash-filter-facts > article > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dash-platform-card > a span,
  .dash-download-card {
    transition: none;
  }
}
