.k94-page,
.k94-page * {
  box-sizing: border-box;
}

.k94-page {
  --k94-blue: #078cff;
  --k94-blue-deep: #006ed8;
  --k94-ink: #07111f;
  --k94-muted: #5c6878;
  --k94-canvas: #f5f7fa;
  --k94-surface: #ffffff;
  --k94-soft: #edf3f8;
  --k94-line: #dce4ec;
  --k94-warning: #9a5700;
  --k94-radius: 14px;
  color: var(--k94-ink);
  background: var(--k94-canvas);
}

.k94-shell {
  width: min(calc(100% - 48px), 1360px);
  margin-inline: auto;
}

.k94-page h1,
.k94-page h2,
.k94-page h3,
.k94-page p {
  margin: 0;
}

.k94-page h1,
.k94-page h2,
.k94-page h3 {
  color: inherit;
  font-family: inherit;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.k94-page .rte p {
  margin: 0;
}

.k94-page .rte p + p {
  margin-top: 12px;
}

.k94-kicker {
  color: var(--k94-blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

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

.k94-section--soft {
  background: #eef3f7;
}

.k94-section--compact {
  padding-block: 40px;
}

.k94-section__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 32px;
}

.k94-section__heading h2 {
  max-width: 760px;
  margin-top: 10px;
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.08;
}

.k94-section__intro {
  max-width: 590px;
  color: var(--k94-muted);
  font-size: 15px;
  line-height: 1.7;
}

.k94-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  color: #ffffff;
  background: var(--k94-blue);
  border: 1px solid var(--k94-blue);
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.k94-button:hover {
  color: #ffffff;
  background: var(--k94-blue-deep);
  border-color: var(--k94-blue-deep);
  transform: translateY(-1px);
}

.k94-button:focus-visible,
.k94-faq-item summary:focus-visible {
  outline: 3px solid rgba(7, 140, 255, 0.34);
  outline-offset: 3px;
}

.k94-button--dark {
  color: #ffffff;
  background: var(--k94-ink);
  border-color: var(--k94-ink);
}

.k94-button--dark:hover {
  background: #182538;
  border-color: #182538;
}

.k94-button--secondary {
  color: #ffffff;
  background: rgba(5, 13, 23, 0.25);
  border-color: rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(8px);
}

.k94-hero--dark .k94-button--secondary {
  color: var(--k94-ink);
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(7, 17, 31, 0.4);
}

.k94-button--secondary:hover,
.k94-hero--dark .k94-button--secondary:hover {
  color: #ffffff;
  background: var(--k94-ink);
  border-color: var(--k94-ink);
}

.k94-button--secondary-on-light {
  color: var(--k94-ink);
  background: #ffffff;
  border-color: #aab6c4;
}

.k94-button--secondary-on-light:hover {
  color: #ffffff;
  background: var(--k94-ink);
  border-color: var(--k94-ink);
}

.k94-button--outline-light {
  color: #ffffff;
  background: transparent;
  border-color: #5d6c81;
}

.k94-button--outline-light:hover {
  color: var(--k94-ink);
  background: #ffffff;
  border-color: #ffffff;
}

.k94-button--warning {
  color: #4b2b00;
  background: #ffd16a;
  border-color: #d99a1e;
}

.k94-button--warning:hover {
  color: #ffffff;
  background: #9a5700;
  border-color: #9a5700;
}

.k94-button--disabled {
  color: #7f8a99;
  background: #e7ecf1;
  border-color: #d6dee6;
  cursor: not-allowed;
}

/* SHOPLINE's global link colors can otherwise override button contrast. */
.k94-page a.k94-button {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

.k94-page a.k94-button--secondary-on-light,
.k94-page a.k94-button--warning,
.k94-page.k94-hero--dark a.k94-button--secondary {
  color: var(--k94-ink) !important;
  -webkit-text-fill-color: var(--k94-ink);
}

.k94-page a.k94-button:hover,
.k94-page a.k94-button--secondary-on-light:hover,
.k94-page a.k94-button--warning:hover,
.k94-page.k94-hero--dark a.k94-button--secondary:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
}

/* Hero: the page thesis and the two fastest actions. */
.k94-hero {
  position: relative;
  min-height: var(--k94-hero-height, 620px);
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(7, 17, 31, 0.94), rgba(7, 17, 31, 0.58) 48%, rgba(7, 17, 31, 0.22)),
    repeating-linear-gradient(90deg, transparent 0 47px, rgba(255, 255, 255, 0.025) 48px),
    #07111f;
}

.k94-hero--dark {
  color: var(--k94-ink);
}

.k94-hero__media,
.k94-hero__picture,
.k94-hero__overlay {
  position: absolute;
  inset: 0;
}

.k94-hero__picture--mobile {
  display: none;
}

.k94-hero__image,
.k94-hero__picture .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center var(--k94-hero-position, center);
}

.k94-hero__overlay {
  z-index: 1;
  background: #000000;
  opacity: var(--k94-hero-overlay, 0%);
  pointer-events: none;
}

.k94-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: var(--k94-hero-height, 620px);
  align-items: center;
  padding-block: 64px;
}

.k94-hero__copy {
  width: min(100%, 590px);
  padding: 0;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.42);
}

.k94-hero--dark .k94-hero__copy {
  text-shadow: 0 2px 22px rgba(255, 255, 255, 0.5);
}

.k94-hero--center .k94-hero__copy {
  margin-inline: auto;
  text-align: center;
}

.k94-hero--right .k94-hero__copy {
  margin-left: auto;
  text-align: right;
}

.k94-hero h1 {
  max-width: 590px;
  margin-top: 12px;
  font-size: clamp(42px, 4.6vw, 62px);
  line-height: 1.02;
}

.k94-hero__description {
  max-width: 560px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.6;
}

.k94-hero--dark .k94-hero__description {
  color: #354254;
}

.k94-hero--center .k94-hero__description {
  margin-inline: auto;
}

.k94-hero--right .k94-hero__description {
  margin-left: auto;
}

/* Hero actions keep the established visual style while each button remains an editable block. */
.k94-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.k94-hero__actions:empty {
  display: none;
}

.k94-hero--center .k94-hero__actions {
  justify-content: center;
}

.k94-hero--right .k94-hero__actions {
  justify-content: flex-end;
}

.k94-hero__helper {
  display: inline-flex;
  margin-top: 18px !important;
  padding-top: 12px;
  color: rgba(255, 255, 255, 0.74);
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.k94-hero--dark .k94-hero__helper {
  color: #526071;
  border-top-color: rgba(7, 17, 31, 0.2);
}

/* Download cards: editable resources, with firmware intentionally inactive until linked. */
.k94-download-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.k94-download-card {
  position: relative;
  display: flex;
  min-height: 306px;
  flex-direction: column;
  padding: 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #d8e1ea;
  border-radius: 10px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.k94-download-card:hover {
  border-color: #b9c8d7;
  box-shadow: 0 16px 36px rgba(18, 37, 59, 0.07);
  transform: translateY(-2px);
}

.k94-download-card__mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 24px;
  color: #ffffff;
  background: var(--k94-ink);
  border-radius: 7px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.k94-download-card--via_json .k94-download-card__mark {
  background: var(--k94-blue);
}

.k94-download-card--firmware .k94-download-card__mark {
  color: #633900;
  background: #ffd16a;
}

.k94-download-card h3 {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.16;
}

.k94-download-card__description {
  margin-top: 12px;
  color: var(--k94-muted);
  font-size: 13px;
  line-height: 1.65;
}

.k94-download-card__meta {
  margin: 18px 0 16px !important;
  padding-top: 14px;
  color: #758294;
  border-top: 1px solid var(--k94-line);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  line-height: 1.5;
}

.k94-download-card > .k94-button {
  width: 100%;
  margin-top: auto;
}

/* VIA procedure. */
.k94-guide-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.65fr);
  gap: 18px;
}

.k94-step-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--k94-line);
  border-radius: 12px;
  list-style: none;
}

.k94-step {
  display: block;
  min-height: 190px;
  margin: 0 !important;
  padding: 25px 24px;
  background: #ffffff;
  border: 0;
}

.k94-step:nth-child(odd) {
  border-right: 1px solid var(--k94-line);
}

.k94-step:not(:nth-last-child(-n + 2)) {
  border-bottom: 1px solid var(--k94-line);
}

.k94-step__number {
  display: inline-flex;
  min-width: 34px;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--k94-blue);
  background: #e8f4ff;
  border-radius: 4px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.k94-step h3 {
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.k94-step__description {
  margin-top: 7px;
  color: var(--k94-muted);
  font-size: 13px;
  line-height: 1.65;
}

.k94-guide-panel {
  align-self: start;
  padding: 28px;
  color: #ffffff;
  background: #0b1726;
  border: 1px solid #26374d;
  border-radius: 12px;
}

.k94-guide-panel h3 {
  margin-top: 12px;
  font-size: 28px;
  line-height: 1.1;
}

.k94-guide-panel > .rte {
  margin: 16px 0 25px;
  color: #aab6c6;
  font-size: 13px;
  line-height: 1.7;
}

.k94-guide-panel > .k94-button {
  width: 100%;
  margin-top: 10px;
}

.k94-guide-panel__note {
  margin-top: 22px;
  padding-top: 18px;
  color: #94a3b6;
  border-top: 1px solid #2a3a50;
  font-size: 12px;
  line-height: 1.65;
}

.k94-guide-panel__note strong {
  color: #ffffff;
}

/* Screen clock synchronization: one continuous task surface, not a card grid. */
.k94-time-sync__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--k94-line);
  border-radius: 12px;
}

.k94-time-sync__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.k94-time-step {
  display: grid;
  min-height: 158px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  align-content: start;
  margin: 0 !important;
  padding: 25px 24px;
  background: #ffffff;
}

.k94-time-step:nth-child(odd) {
  border-right: 1px solid var(--k94-line);
}

.k94-time-step:not(:nth-last-child(-n + 2)) {
  border-bottom: 1px solid var(--k94-line);
}

.k94-time-step__number {
  display: grid;
  width: 38px;
  height: 28px;
  place-items: center;
  color: var(--k94-blue);
  background: #e8f4ff;
  border-radius: 5px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.k94-time-step h3 {
  font-size: 17px;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.k94-time-step__description {
  margin-top: 8px;
  color: var(--k94-muted);
  font-size: 13px;
  line-height: 1.62;
}

.k94-time-sync__tool {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #ffffff;
  background: #0b1726;
}

.k94-time-sync__media {
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: #122238;
  border-bottom: 1px solid #26374d;
}

.k94-time-sync__image,
.k94-time-sync__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.k94-time-sync__tool-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 28px;
}

.k94-time-sync__tool-label {
  color: #69baff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.k94-time-sync__tool h3 {
  margin-top: 10px;
  font-size: 26px;
  line-height: 1.12;
}

.k94-time-sync__tool-description {
  margin-top: 14px;
  color: #b9c6d5;
  font-size: 13px;
  line-height: 1.65;
}

.k94-time-sync__tool .k94-button {
  width: 100%;
  margin-top: 24px;
}

.k94-time-sync__helper {
  margin-top: auto !important;
  padding-top: 18px;
  color: #94a3b6;
  border-top: 1px solid #2a3a50;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

/* Firmware warning. */
.k94-firmware-panel {
  display: grid;
  grid-template-columns: 52px minmax(0, 1.35fr) minmax(290px, 0.65fr);
  align-items: center;
  gap: 26px;
  padding: 28px 30px;
  background: #fff8e9;
  border: 1px solid #ead3a5;
  border-radius: 10px;
}

.k94-firmware-panel__mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #5b3300;
  background: #ffd16a;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 900;
}

.k94-firmware-panel h2 {
  margin-top: 8px;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.1;
}

.k94-firmware-panel__copy .rte {
  max-width: 730px;
  margin-top: 12px;
  color: #6d5737;
  font-size: 14px;
  line-height: 1.7;
}

.k94-firmware-panel__side ul {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.k94-firmware-panel__side li {
  position: relative;
  padding-left: 20px;
  color: #614a27;
  font-size: 13px;
  line-height: 1.55;
}

.k94-firmware-panel__side li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 10px;
  height: 2px;
  background: #c57a00;
  content: "";
}

.k94-firmware-panel__meta {
  margin-top: 10px !important;
  color: #7f6847;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  overflow-wrap: anywhere;
}

/* Q&A. */
.k94-faq-list {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  justify-content: stretch;
  gap: 10px;
}

.k94-faq-item {
  background: #ffffff;
  border: 1px solid var(--k94-line);
  border-radius: 10px;
}

.k94-faq-item summary {
  position: relative;
  display: flex;
  min-height: 66px;
  align-items: center;
  padding: 19px 56px 19px 22px;
  color: var(--k94-ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  list-style: none;
}

.k94-faq-item summary::-webkit-details-marker {
  display: none;
}

.k94-faq-item__icon,
.k94-faq-item__icon::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 14px;
  height: 2px;
  background: var(--k94-blue);
  content: "";
  transform: translateY(-50%);
}

.k94-faq-item__icon::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
  transition: transform 160ms ease;
}

.k94-faq-item[open] .k94-faq-item__icon::after {
  transform: rotate(0deg);
}

.k94-faq-item__answer {
  padding: 0 22px 22px;
  color: var(--k94-muted);
  font-size: 13px;
  line-height: 1.7;
}

/* Final support handoff. */
.k94-support-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 42px;
  padding: 32px 34px;
  background: #ffffff;
  border: 1px solid var(--k94-line);
  border-radius: 10px;
}

.k94-support-cta h2 {
  max-width: 760px;
  margin-top: 10px;
  font-size: clamp(26px, 2.7vw, 36px);
  line-height: 1.1;
}

.k94-support-cta .rte {
  max-width: 760px;
  margin-top: 16px;
  color: var(--k94-muted);
  font-size: 14px;
  line-height: 1.7;
}

.k94-support-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

@media (max-width: 1040px) {
  .k94-section__heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .k94-download-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .k94-download-grid > :last-child {
    grid-column: 1 / -1;
  }

  .k94-guide-layout {
    grid-template-columns: 1fr;
  }

  .k94-time-sync__layout {
    grid-template-columns: 1fr;
  }

  .k94-firmware-panel {
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: start;
  }

  .k94-firmware-panel__side {
    grid-column: 2;
  }

  .k94-support-cta {
    grid-template-columns: 1fr;
  }

  .k94-support-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .k94-shell {
    width: min(calc(100% - 32px), 1360px);
  }

  .k94-section {
    padding-block: 64px;
  }

  .k94-section--compact {
    padding-block: 36px;
  }

  .k94-section__heading {
    margin-bottom: 30px;
  }

  .k94-section__heading h2 {
    font-size: 36px;
  }

  .k94-hero {
    min-height: var(--k94-hero-mobile-height, 600px);
  }

  .k94-hero__picture--desktop {
    display: none;
  }

  .k94-hero__picture--mobile {
    display: block;
  }

  .k94-hero__inner {
    min-height: var(--k94-hero-mobile-height, 600px);
    align-items: flex-end;
    padding-block: 34px;
  }

  .k94-hero__copy {
    width: 100%;
    padding: 0;
    text-align: left;
  }

  .k94-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .k94-hero__description {
    font-size: 15px;
  }

  .k94-download-grid,
  .k94-faq-list {
    grid-template-columns: 1fr;
  }

  .k94-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .k94-download-card,
  .k94-download-grid > :last-child {
    min-height: 0;
    grid-column: auto;
  }

  .k94-step-list {
    grid-template-columns: 1fr;
  }

  .k94-time-sync__steps {
    grid-template-columns: 1fr;
  }

  .k94-time-step {
    min-height: 0;
    padding: 23px 21px;
    border-right: 0;
    border-bottom: 1px solid var(--k94-line);
  }

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

  .k94-time-sync__tool-body {
    padding: 26px 23px;
  }

  .k94-step {
    min-height: 0;
    padding: 24px 22px;
    border-right: 0;
    border-bottom: 1px solid var(--k94-line);
  }

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

  .k94-guide-panel {
    padding: 26px;
  }

  .k94-firmware-panel {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 24px;
  }

  .k94-firmware-panel__side {
    grid-column: auto;
  }

  .k94-support-cta {
    gap: 28px;
    padding: 30px 24px;
  }

  .k94-support-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .k94-button,
  .k94-faq-item__icon::after {
    transition: none;
  }
}
