/* Dedicated PeachOS offer. Scoped to this page; served directly like the dz2026 theme. */
.dz-kernel-offer {
  background: #f8f9f7;
}
.ko-page {
  --ko-ink: #192326;
  --ko-dark: #111b20;
  --ko-accent: #ffac88;
  --ko-muted: #65706d;
  --ko-line: #dce2dd;
  color: var(--ko-ink);
  font-family: Inter, sans-serif;
  line-height: 1.65;
}
.ko-page *,
.ko-page *::before,
.ko-page *::after {
  box-sizing: border-box;
}
.ko-page [hidden] {
  display: none !important;
}
.ko-page h1,
.ko-page h2,
.ko-page h3,
.ko-page p {
  margin: 0;
}
.ko-page h1,
.ko-page h2,
.ko-page h3 {
  font-family: Manrope, Inter, sans-serif;
  color: inherit;
}
.ko-page button,
.ko-page input {
  font: inherit;
}
.ko-page a {
  color: inherit;
}
.ko-page button {
  cursor: pointer;
}
.ko-page button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.ko-page a,
.ko-page button,
.ko-page summary,
.ko-page input {
  -webkit-tap-highlight-color: transparent;
}
.ko-page :focus-visible {
  outline: 3px solid #bb6036;
  outline-offset: 5px;
}
.ko-page .ko-hero :focus-visible,
.ko-page .ko-final-section :focus-visible {
  outline-color: #ffc5a7;
}
.ko-page section[id] {
  scroll-margin-top: 90px;
}
.ko-container {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.ko-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.7px;
  line-height: 1.7;
}
.ko-mono {
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 1.4px;
}
.ko-live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a0d9b0;
  flex: 0 0 auto;
}
.ko-text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  font-weight: 600;
  text-underline-offset: 5px;
  text-decoration: none;
}
.ko-text-link:hover {
  text-decoration: underline;
}
.ko-text-link span {
  font-size: 19px;
  font-weight: 400;
}
.ko-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 56px;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 14px 22px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.18s, transform 0.18s;
}
.ko-page .ko-button-primary {
  color: #192326;
  background: var(--ko-accent);
}
.ko-page .ko-button-primary:hover {
  background: #ffc0a4;
  color: #192326;
  transform: translateY(-2px);
}
.ko-button span {
  font-size: 21px;
  font-weight: 400;
}
.ko-small {
  font-size: 11px;
  color: #b1bcbc;
  line-height: 1.6;
  margin-top: 12px !important;
}
.ko-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ko-hero {
  background: radial-gradient(ellipse at 80% 40%, #223432 0, transparent 51%),
    var(--ko-dark);
  color: #f6f6ef;
  padding-top: 76px;
  overflow: hidden;
}
.ko-hero-grid {
  display: grid;
  grid-template-columns: 0.87fr 1.13fr;
  gap: 60px;
  align-items: center;
}
.ko-hero .ko-eyebrow {
  color: #c6d3cf;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ko-hero h1 {
  font-size: clamp(48px, 4.9vw, 70px);
  letter-spacing: -3px;
  font-weight: 800;
  line-height: 1.035;
  margin: 22px 0;
}
.ko-page em {
  font-style: normal;
  color: var(--ko-accent);
}
.ko-hero-lead {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.4px;
}
.ko-hero-description {
  color: #b1bdbb;
  font-size: 13px;
  line-height: 1.9;
  max-width: 440px;
  margin-top: 17px !important;
}
.ko-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  color: #d6dfd9;
  font-size: 10px;
  margin-top: 24px;
}
.ko-hero-facts span + span::before {
  content: "·";
  margin-right: 16px;
  color: #7f9690;
}
.ko-hero-buy {
  margin-top: 27px;
}
.ko-price-line {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 15px;
}
.ko-price-line strong {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -1.2px;
}
.ko-price-line > span {
  font-size: 10px;
  color: #aebbb7;
  line-height: 1.6;
}
.ko-hero-buy .ko-button {
  min-width: 302px;
}
.ko-hero-syllabus {
  color: #c2ceca !important;
  margin-top: 19px;
  font-size: 11px;
}
.ko-hero-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid #35413f;
  margin-top: 57px;
  padding-block: 22px;
  font-size: 10px;
  color: #aebdb7;
}
.ko-hero-bottom > span::before {
  content: "✓";
  margin-right: 8px;
  color: #c9d9c7;
}
.ko-hero-bottom a {
  text-decoration: none;
  color: #f5ccba;
}
.ko-hero-bottom a:hover {
  text-decoration: underline;
}
.ko-demo-column {
  min-width: 0;
  padding-top: 12px;
}
.ko-preview {
  border: 1px solid #4a5b55;
  border-radius: 9px;
  overflow: hidden;
  background: #182426;
  box-shadow: 0 36px 80px #030c124d, 0 0 50px #74866708;
}
.ko-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #263432;
  color: #d5dfd8;
  gap: 8px;
}
.ko-preview-top > span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: Consolas, monospace;
  font-size: 9px;
  letter-spacing: 1px;
}
.ko-preview-top button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  background: none;
  color: #c8d3cd;
  border: 0;
  padding: 5px;
}
.ko-preview-tabs {
  display: flex;
  gap: 0;
  padding: 0 16px;
  background: #1d2a29;
  border-top: 1px solid #3a4843;
  border-bottom: 1px solid #3a4843;
}
.ko-preview-tabs button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 13px 17px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #aabdb4;
  font-size: 11px;
}
.ko-preview-tabs button[aria-selected="true"] {
  border-bottom-color: var(--ko-accent);
  color: #ffe0cf;
  background: #354039;
}
.ko-desktop {
  position: relative;
  height: 390px;
  overflow: hidden;
  background: radial-gradient(ellipse at 75% 85%, #6c897160, transparent 68%),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 27px,
      #c0d9b70a 28px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 27px,
      #c0d9b70a 28px
    ),
    #465e50;
  isolation: isolate;
}
.ko-desktop::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid #bac9a826;
  border-radius: 50%;
  top: -100px;
  right: -130px;
  box-shadow: 0 0 0 48px #a9c3990a, 0 0 0 96px #a9c39908;
}
.ko-desktop-brand {
  position: absolute;
  inset: 15px 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.6;
  color: #e0e9d5;
}
.ko-peach-symbol {
  font: 700 65px/0.9 Consolas, monospace;
  letter-spacing: -12px;
  margin-right: 20px;
  color: #ffc6a0;
}
.ko-peach-symbol span {
  color: #c5dcab;
}
.ko-desktop-brand > strong {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  margin-top: 4px;
  letter-spacing: -1px;
}
.ko-desktop-brand strong span {
  font-weight: 400;
  font-size: 14px;
  vertical-align: top;
  margin-left: 3px;
}
.ko-desktop-brand > span {
  font: 7px Consolas, monospace;
  letter-spacing: 2px;
}
.ko-os-window {
  position: absolute;
  border: 1px solid #151e1b;
  border-radius: 4px;
  box-shadow: 5px 10px 22px #0b171b40;
  overflow: hidden;
  z-index: 1;
}
.ko-os-window.is-front {
  z-index: 2;
}
.ko-window-bar {
  height: 31px;
  display: flex;
  align-items: stretch;
  background: #343e39;
  color: #e7e8dd;
}
.ko-os-window.is-front .ko-window-bar {
  background: #493934;
  color: #ffddc9;
}
.ko-window-handle {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 0;
  padding: 0 9px;
  color: inherit;
  background: none;
  font: 10px Consolas, monospace !important;
  text-align: left;
  cursor: grab !important;
  touch-action: none;
  user-select: none;
}
.ko-window-handle:active {
  cursor: grabbing !important;
}
.ko-window-close {
  width: 30px;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 20px !important;
  line-height: 1;
}
.ko-window-close:hover {
  background: #a44434;
  color: white;
}
.ko-terminal-window {
  left: 22px;
  top: 115px;
  width: 62%;
}
.ko-terminal-content {
  background: #101b20;
  padding: 14px 12px 11px;
  color: #dee8dc;
  font: 10px/1.8 Consolas, monospace;
}
.ko-terminal-output {
  height: 118px;
  overflow-y: auto;
  overflow-wrap: anywhere;
  scrollbar-width: thin;
}
.ko-terminal-output p {
  margin-bottom: 4px;
}
.ko-terminal-muted {
  color: #8caaa0;
  font-size: 9px;
}
.ko-terminal-prompt,
.ko-terminal-form label {
  color: #ffb48f;
}
.ko-terminal-form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
}
.ko-terminal-form input {
  width: 0;
  min-width: 0;
  flex: 1;
  border: none;
  border-radius: 0;
  background: none;
  color: #d8e4d3;
  padding: 3px;
  line-height: 1.4;
}
.ko-terminal-form input::placeholder {
  color: #80958d;
}
.ko-terminal-form button {
  color: #c3d3c7;
  background: #2c3e36;
  border: 0;
  padding: 0 5px;
}
.ko-calculator-window {
  width: 202px;
  top: 57px;
  right: 22px;
}
.ko-calculator-content {
  background: #eceade;
  padding: 13px 12px 9px;
}
.ko-calculator-label {
  display: block;
  color: #6c7164;
  font: 6px Consolas, monospace;
  letter-spacing: 1px;
}
.ko-calculator-output {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  min-height: 50px;
  margin: 8px 0 11px;
  padding: 8px 9px;
  border: 1px solid #b9c4ad;
  border-radius: 2px;
  background: #d3dec2;
  color: #35482f;
  text-align: right;
  font: 25px/1.25 Consolas, monospace;
}
.ko-calculator-keys {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
.ko-calculator-keys button {
  min-height: 31px;
  color: #384336;
  background: #fcfbf3;
  border: 1px solid #c2c6b6;
  border-bottom: 2px solid #b3b9a7;
  border-radius: 3px;
  font: 13px Consolas, monospace;
}
.ko-calculator-keys button:hover {
  background: #e1e6d5;
}
.ko-calculator-keys .ko-calc-operator {
  background: #d8e0cf;
}
.ko-calculator-keys .ko-calc-equals {
  background: #efac89;
  border-color: #d29471;
}
.ko-calculator-note {
  font: 6px/1.4 Consolas, monospace;
  text-align: center;
  color: #727867;
  margin-top: 8px !important;
}
.ko-desktop-taskbar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  background: #26362fdc;
  border-top: 1px solid #99b59646;
  z-index: 3;
}
.ko-desktop-taskbar > strong {
  font: 700 23px Consolas, monospace;
  letter-spacing: -4px;
  color: #f2bd99;
  margin-right: 10px;
}
.ko-desktop-taskbar > strong span {
  color: #b9d7a7;
}
.ko-desktop-taskbar button {
  color: #dee6d8;
  background: #44574a;
  border: 1px solid #687e66;
  border-radius: 3px;
  font-size: 9px;
  padding: 3px 8px;
}
.ko-desktop-taskbar button:hover {
  background: #5a6c50;
}
.ko-desktop-status {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #d6e4cc;
  font-size: 8px;
}
.ko-preview-insight {
  min-height: 91px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 2px 7px;
  padding: 16px 18px;
  border-top: 1px solid #445047;
}
.ko-insight-number {
  color: #f9b892;
  font: 12px Consolas, monospace;
  padding-top: 3px;
}
.ko-preview-insight p {
  color: #b7c8bf;
  font-size: 10px;
  line-height: 1.7;
}
.ko-preview-insight a {
  grid-column: 2;
  font-size: 9px;
  color: #f6c3a8;
  text-decoration: none;
  margin-top: 4px;
}
.ko-preview-insight a:hover {
  text-decoration: underline;
}
.ko-preview-disclosure {
  color: #96aba1;
  text-align: center;
  font-size: 8px;
  line-height: 1.6;
  padding: 9px 14px;
  background: #121f20;
  border-top: 1px solid #344239;
}
.ko-demo-caption {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 25px 5px 0;
}
.ko-caption-icon {
  color: var(--ko-accent);
  font-size: 31px;
  line-height: 1;
}
.ko-demo-caption p {
  color: #a0b3aa;
  font-size: 11px;
  line-height: 1.8;
  max-width: 310px;
}
.ko-demo-caption strong {
  color: #e3eadd;
  font-weight: 500;
}
.ko-system-panel {
  height: 390px;
  padding: 25px 26px;
  background: #162325;
  color: #dbe7dc;
}
.ko-system-panel > .ko-mono {
  color: #c9aa8f;
  font-size: 8px;
}
.ko-system-panel h3 {
  font-size: 23px;
  letter-spacing: -0.6px;
  margin-top: 9px;
}
.ko-panel-intro {
  font-size: 11px;
  line-height: 1.6;
  color: #a8bcb2;
  margin-top: 8px !important;
}
.ko-file-code {
  flex-shrink: 0;
  min-width: 0;
  border: 1px solid #425249;
  border-radius: 4px;
  background: #101c1e;
  overflow: hidden;
}
.ko-code-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-bottom: 1px solid #34483e;
  background: #1f302b;
  font: 9px/1.4 Consolas, monospace;
  color: #bfd0c4;
}
.ko-code-heading span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ko-code-heading span:last-child {
  flex-shrink: 0;
  color: #9bb5a7;
  font-size: 8px;
}
.ko-file-code pre {
  height: 108px;
  margin: 0;
  padding: 6px 0;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #557464 #101c1e;
  tab-size: 4;
}
.ko-file-code pre:focus-visible {
  outline-offset: -3px;
}
.ko-file-code code {
  display: block;
  width: max-content;
  min-width: 100%;
  font: 11px/16px Consolas, "Courier New", monospace;
  color: #d7e5de;
  white-space: pre;
}
.ko-code-line {
  display: block;
  min-height: 16px;
  padding: 0 10px;
  border-left: 2px solid transparent;
}
.ko-code-line.is-current {
  border-left-color: #ffac88;
  background: #f5bc9910;
}
.ko-code-comment {
  color: #93ac9f;
}
.ko-code-type,
.ko-code-register {
  color: #8ed6cf;
}
.ko-code-keyword,
.ko-code-instruction {
  color: #d1b5ef;
}
.ko-code-function {
  color: #ffca9e;
}
.ko-code-number {
  color: #bdd995;
}
.ko-code-label {
  color: #d9dcc9;
}
.ko-system-panel[data-ko-panel="files"] {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 390px;
}
.ko-system-panel[data-ko-panel="files"] .ko-read-path {
  margin: 12px 0;
}
.ko-system-panel[data-ko-panel="files"] .ko-read-description {
  min-height: 48px;
  margin-top: 10px;
}
.ko-read-controls {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}
.ko-read-path {
  display: flex;
  padding: 0;
  margin: 20px 0 10px;
  list-style: none;
  gap: 4px;
}
.ko-read-path li {
  flex: 1;
  min-width: 0;
  border-top: 2px solid #456051;
  padding-top: 8px;
  font-size: 8px;
  color: #8da497;
}
.ko-read-path li span {
  display: block;
  font: 10px Consolas, monospace;
  margin-bottom: 3px;
}
.ko-read-path li.is-active {
  border-color: var(--ko-accent);
  color: #ffd3b4;
}
.ko-read-path li.is-complete {
  border-color: #9ec396;
  color: #bed0b1;
}
.ko-read-description,
.ko-memory-description {
  color: #b4c5ba;
  font-size: 10px;
  line-height: 1.6;
  min-height: 43px;
}
.ko-demo-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  border: 1px solid #81947a;
  border-radius: 3px;
  background: #dce6cf;
  color: #203225;
  padding: 7px 12px;
  font-size: 10px !important;
  font-weight: 600 !important;
}
.ko-demo-button:hover {
  background: #f0f4e8;
}
.ko-demo-button-quiet {
  background: transparent;
  color: #d1e1c6;
  border-color: #60755d;
}
.ko-demo-button-quiet:hover {
  color: #203225;
}
.ko-memory-map {
  margin-top: 21px;
}
.ko-memory-label {
  font: 8px Consolas, monospace;
  letter-spacing: 1px;
  color: #96b3a2;
}
.ko-memory-virtual,
.ko-memory-physical {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}
.ko-memory-virtual span,
.ko-memory-physical span {
  flex: 1;
  border: 1px dashed #4b6556;
  border-radius: 3px;
  color: #8ba191;
  text-align: center;
  padding: 8px 0;
  font: 10px Consolas, monospace;
}
.ko-memory-virtual .is-mapped,
.ko-memory-physical .is-mapped {
  border: 1px solid #d1a180;
  background: #ac816d33;
  color: #ffd4b3;
}
.ko-map-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #9bb691;
  font: 8px Consolas, monospace;
  height: 30px;
}
.ko-map-connector span {
  font-size: 20px;
}
.ko-memory-description {
  margin-top: 14px !important;
}
.ko-memory-actions {
  display: flex;
  gap: 7px;
}
.ko-no-script {
  padding: 16px;
  font-size: 12px;
  color: #ffcba8;
}
.ko-section-nav {
  background: #fbfcf9;
  border-bottom: 1px solid var(--ko-line);
}
.ko-section-nav > div {
  display: flex;
  align-items: center;
  gap: 35px;
  min-height: 64px;
}
.ko-section-nav a {
  color: #69706c;
  font-size: 11px;
  text-decoration: none;
}
.ko-section-nav a:hover {
  color: #1c2922;
  text-decoration: underline;
}
.ko-section-nav .ko-nav-enrol {
  margin-left: auto;
  color: #344438;
  font-weight: 700;
}
.ko-nav-enrol span {
  margin-left: 10px;
}
.ko-section {
  padding-block: 90px;
}
.ko-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 45px;
  margin-bottom: 43px;
}
.ko-section .ko-eyebrow {
  color: #718069;
  margin-bottom: 14px;
}
.ko-page h2 {
  font-size: clamp(28px, 2.9vw, 40px);
  line-height: 1.24;
  letter-spacing: -1.7px;
  font-weight: 700;
}
.ko-section-heading > p {
  max-width: 335px;
  color: var(--ko-muted);
  font-size: 12px;
  line-height: 1.9;
  padding-bottom: 3px;
}
.ko-outcomes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ko-line);
}
.ko-outcomes article {
  padding: 33px 36px 0 0;
}
.ko-outcomes article + article {
  border-left: 1px solid var(--ko-line);
  padding-left: 36px;
}
.ko-outcome-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cdd8c5;
  color: #58764f;
  background: #eaf0e4;
  border-radius: 5px;
  font-size: 19px;
  margin-bottom: 18px;
}
.ko-outcomes h3 {
  font-size: 20px;
  letter-spacing: -0.5px;
}
.ko-outcomes p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--ko-muted);
  margin: 10px 0 21px;
}
.ko-outcomes .ko-mono {
  color: #788570;
  font-size: 8px;
}
.ko-curriculum {
  background: #edf0e9;
  border-block: 1px solid #dce3d6;
}
.ko-course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}
.ko-course-card {
  background: #fbfcf9;
  border: 1px solid #d2dccb;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ko-course-art {
  height: 150px;
  position: relative;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(
      0deg,
      transparent,
      transparent 23px,
      #a2bc8d0d 24px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 23px,
      #a2bc8d0d 24px
    ),
    #1f302e;
  color: #a2c195;
  overflow: hidden;
}
.ko-course-art::after {
  content: "";
  position: absolute;
  height: 124px;
  width: 124px;
  border: 1px solid #b2c49d20;
  border-radius: 50%;
  right: 15px;
  top: 10px;
  box-shadow: 0 0 0 25px #b2c49d06;
}
.ko-course-number {
  position: absolute;
  top: 17px;
  left: 20px;
  font: 12px Consolas, monospace;
  color: #b5cbaa;
}
.ko-course-art > i {
  font-size: 54px;
  line-height: 1;
  z-index: 1;
}
.ko-course-art > .ko-mono {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-size: 8px;
  color: #a6b99c;
}
.ko-course-art-2 {
  background-color: #314b40;
  color: #bdd5a6;
}
.ko-course-art-3 {
  background-color: #354b45;
  color: #f5bc97;
}
.ko-course-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 25px 23px;
}
.ko-course-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 10px;
  font-weight: 600;
  color: #697561;
}
.ko-course-label span {
  font-size: 7px;
  letter-spacing: 1px;
  border: 1px solid #d5dfcb;
  color: #627653;
  padding: 2px 5px;
  border-radius: 3px;
}
.ko-course-body h3 {
  font-size: 21px;
  letter-spacing: -0.7px;
  margin: 15px 0 11px;
}
.ko-course-body > p:not(.ko-course-label):not(.ko-course-runtime) {
  color: #657062;
  font-size: 11px;
  line-height: 1.9;
  min-height: 64px;
}
.ko-check-list {
  padding: 0;
  list-style: none;
  margin: 19px 0 25px;
  font-size: 11px;
  line-height: 1.7;
}
.ko-check-list li {
  position: relative;
  padding-left: 19px;
  margin-bottom: 10px;
}
.ko-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #6f8960;
}
.ko-course-result {
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid var(--ko-line);
}
.ko-course-result > span {
  display: block;
  font-size: 7px;
  letter-spacing: 1.2px;
  font-weight: 600;
  color: #7e8877;
  margin-bottom: 5px;
}
.ko-course-result strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
  min-height: 37px;
}
.ko-course-runtime {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #7a8472;
  font-size: 9px;
  margin: 13px 0 18px !important;
}
.ko-course-body > .ko-text-link {
  font-size: 11px;
  justify-content: space-between;
}
.ko-path-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 10px;
  color: #7c8775;
  margin-top: 24px !important;
  line-height: 1.8;
  max-width: 790px;
}
.ko-fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.ko-muted {
  color: #929d8c;
}
.ko-fit-copy {
  font-size: 12px;
  line-height: 1.9;
  color: #6d7968;
  margin: 23px 0 !important;
  max-width: 400px;
}
.ko-readiness-card {
  border: 1px solid #d9e1d2;
  border-radius: 6px;
  background: #fffefa;
  padding: 34px;
  box-shadow: 0 12px 30px #22392205;
}
.ko-readiness-card .ko-eyebrow {
  font-size: 8px;
}
.ko-readiness-card h3 {
  font-size: 22px;
  letter-spacing: -0.6px;
  margin-bottom: 8px;
}
.ko-readiness-card > p:not(.ko-eyebrow) {
  font-size: 11px;
  color: #7b8372;
}
.ko-readiness-card fieldset {
  border: 0;
  margin: 21px 0;
  padding: 0;
}
.ko-readiness-card label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 11px;
  padding: 11px 0;
  border-bottom: 1px solid #edf0e7;
}
.ko-readiness-card input {
  accent-color: #557346;
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  cursor: pointer;
}
.ko-readiness-result {
  min-height: 38px;
}
.ko-instructor-section {
  padding-block: 65px;
  border-block: 1px solid #dce3d6;
  background: #e9eee2;
}
.ko-instructor-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 100px;
  align-items: center;
}
.ko-instructor-mark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 300px;
  padding: 40px;
  background: radial-gradient(ellipse at 80% 80%, #73936540, transparent 60%),
    #1d302a;
  color: #c7d7b7;
  border-radius: 5px;
}
.ko-instructor-mark > span {
  font: 8px Consolas, monospace;
  letter-spacing: 2px;
}
.ko-instructor-mark > strong {
  font-family: Manrope, sans-serif;
  font-weight: 700;
  font-size: 56px;
  letter-spacing: -3px;
  line-height: 1.6;
}
.ko-instructor-mark strong > span {
  color: #efb58d;
  font-size: 23px;
  vertical-align: top;
  margin-left: 3px;
}
.ko-code-lines {
  font: 10px/2 Consolas, monospace;
  border-top: 1px solid #465f42;
  width: 100%;
  padding-top: 20px;
  margin-top: 14px;
  color: #9db38d;
}
.ko-instructor-grid .ko-eyebrow {
  color: #6a7b5d;
  font-size: 8px;
  margin-bottom: 14px;
}
.ko-instructor-grid h2 {
  font-size: 32px;
}
.ko-instructor-grid p:not(.ko-eyebrow) {
  color: #6b785f;
  font-size: 11px;
  line-height: 1.9;
  margin-top: 15px;
}
.ko-instructor-grid .ko-text-link {
  margin-top: 18px;
  font-size: 11px;
}
.ko-faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 100px;
}
.ko-faq-grid > div > p:not(.ko-eyebrow) {
  font-size: 11px;
  color: #6f7c65;
  margin: 21px 0 10px;
}
.ko-faq-list {
  border-top: 1px solid var(--ko-line);
}
.ko-faq-list details {
  border-bottom: 1px solid var(--ko-line);
}
.ko-faq-list summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 20px 27px 20px 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
}
.ko-faq-list summary::-webkit-details-marker {
  display: none;
}
.ko-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 1px;
  top: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #798774;
}
.ko-faq-list details[open] summary::after {
  content: "−";
}
.ko-faq-list details > p {
  color: #6c7964;
  font-size: 11px;
  line-height: 1.9;
  margin: 0 22px 17px 0;
}
.ko-faq-list a {
  text-underline-offset: 3px;
}
.ko-final-section {
  color: #e7eee0;
  background: radial-gradient(ellipse at 10% 80%, #344c384d, transparent 60%),
    #15251f;
  padding-block: 78px;
}
.ko-final-grid {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 100px;
  align-items: center;
}
.ko-final-grid > div > .ko-eyebrow {
  color: #adc39e;
  font-size: 9px;
  margin-bottom: 20px;
}
.ko-final-grid h2 {
  font-size: clamp(38px, 4vw, 57px);
  line-height: 1.15;
  letter-spacing: -2px;
}
.ko-final-grid > div > p:not(.ko-eyebrow) {
  color: #b0c2a5;
  font-size: 12px;
  line-height: 1.9;
  margin-top: 23px;
}
.ko-enrol-card {
  padding: 33px;
  border-radius: 6px;
  border: 1px solid #526749;
  background: #263929;
}
.ko-enrol-card .ko-eyebrow {
  font-size: 8px !important;
}
.ko-enrol-card h3 {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.7px;
}
.ko-enrol-card .ko-check-list {
  color: #c0d1b4;
  margin: 23px 0;
}
.ko-enrol-card .ko-check-list li::before {
  color: #a2c28a;
}
.ko-enrol-card .ko-price-line {
  border-top: 1px solid #4b6141;
  padding-top: 24px;
  margin-bottom: 22px;
}
.ko-enrol-card .ko-price-line strong {
  font-size: 40px;
}
.ko-enrol-card .ko-button {
  width: 100%;
}
.ko-enrol-card .ko-small {
  font-size: 10px !important;
  color: #a9bc9e !important;
}
.ko-existing-link {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #c6d6b9 !important;
  margin-top: 20px;
  text-underline-offset: 4px;
}
.ko-unavailable {
  display: block;
  border: 1px solid #899878;
  border-radius: 4px;
  padding: 12px 15px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #efe1c7;
}
@media (min-width: 1500px) {
  .ko-container {
    width: min(1340px, calc(100% - 120px));
  }
  .ko-hero {
    padding-top: 85px;
  }
  .ko-desktop,
  .ko-system-panel {
    height: 430px;
  }
  .ko-terminal-window {
    top: 138px;
  }
  .ko-calculator-window {
    top: 89px;
    width: 222px;
  }
  .ko-calculator-keys button {
    min-height: 35px;
  }
}
@media (max-width: 1150px) {
  .ko-container {
    width: calc(100% - 64px);
  }
  .ko-hero-grid {
    gap: 32px;
    grid-template-columns: 0.9fr 1.1fr;
  }
  .ko-hero h1 {
    font-size: 55px;
  }
  .ko-hero-lead {
    font-size: 19px;
  }
  .ko-hero-description {
    font-size: 12px;
  }
  .ko-terminal-window {
    left: 12px;
    width: 68%;
    top: 120px;
  }
  .ko-calculator-window {
    right: 12px;
    width: 185px;
  }
  .ko-system-panel {
    padding: 24px 20px;
  }
  .ko-fit-grid,
  .ko-instructor-grid,
  .ko-final-grid,
  .ko-faq-grid {
    gap: 55px;
  }
  .ko-course-body {
    padding: 22px 18px;
  }
  .ko-course-body h3 {
    font-size: 19px;
  }
  .ko-course-body > p:not(.ko-course-label):not(.ko-course-runtime) {
    min-height: 84px;
  }
  .ko-course-result strong {
    min-height: 39px;
  }
  .ko-outcomes article {
    padding-right: 25px;
  }
  .ko-outcomes article + article {
    padding-left: 25px;
  }
}
@media (max-width: 900px) {
  .ko-hero {
    padding-top: 50px;
  }
  .ko-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ko-hero-copy {
    max-width: 580px;
  }
  .ko-hero h1 {
    font-size: 64px;
  }
  .ko-desktop-break {
    display: none;
  }
  .ko-hero-description {
    max-width: 515px;
    font-size: 13px;
  }
  .ko-hero-lead {
    font-size: 23px;
  }
  .ko-demo-column {
    width: 100%;
    max-width: 680px;
    justify-self: center;
  }
  .ko-desktop,
  .ko-system-panel {
    height: 400px;
  }
  .ko-calculator-window {
    width: 215px;
    right: 25px;
    top: 65px;
  }
  .ko-calculator-keys button {
    min-height: 34px;
  }
  .ko-terminal-window {
    width: 61%;
    left: 25px;
    top: 125px;
  }
  .ko-terminal-output {
    height: 125px;
  }
  .ko-hero-bottom {
    margin-top: 33px;
    gap: 13px 20px;
  }
  .ko-hero-bottom > span {
    font-size: 9px;
  }
  .ko-hero-bottom a {
    flex-basis: 100%;
  }
  .ko-section {
    padding-block: 65px;
  }
  .ko-section-heading {
    align-items: flex-start;
    gap: 24px;
  }
  .ko-section-heading > p {
    max-width: 260px;
    font-size: 11px;
  }
  .ko-page h2 {
    font-size: 30px;
  }
  .ko-course-grid {
    gap: 13px;
  }
  .ko-course-art {
    height: 122px;
  }
  .ko-course-body {
    padding: 20px 15px;
  }
  .ko-course-label {
    font-size: 8px;
    flex-wrap: wrap;
  }
  .ko-course-body h3 {
    font-size: 18px;
    min-height: 44px;
  }
  .ko-course-body > p:not(.ko-course-label):not(.ko-course-runtime) {
    min-height: 105px;
    font-size: 10px;
  }
  .ko-check-list {
    font-size: 10px;
  }
  .ko-course-result strong {
    font-size: 10px;
    min-height: 51px;
  }
  .ko-course-runtime {
    font-size: 8px;
  }
  .ko-course-body > .ko-text-link {
    font-size: 10px;
  }
  .ko-fit-grid,
  .ko-instructor-grid,
  .ko-final-grid,
  .ko-faq-grid {
    gap: 32px;
  }
  .ko-readiness-card,
  .ko-enrol-card {
    padding: 25px;
  }
  .ko-instructor-mark {
    padding: 25px;
  }
  .ko-instructor-mark > strong {
    font-size: 44px;
  }
  .ko-final-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ko-final-grid h2 {
    font-size: 39px;
  }
  .ko-final-grid .ko-eyebrow {
    font-size: 8px;
  }
  .ko-final-grid .ko-button {
    font-size: 12px;
    gap: 12px;
  }
}
@media (max-width: 640px) {
  .ko-container {
    width: calc(100% - 40px);
  }
  .ko-hero {
    padding-top: 35px;
  }
  .ko-hero h1 {
    font-size: 51px;
    letter-spacing: -2.6px;
    margin: 20px 0;
  }
  .ko-hero .ko-eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
  }
  .ko-hero-lead {
    font-size: 20px;
  }
  .ko-hero-description {
    font-size: 12px;
  }
  .ko-hero-facts {
    font-size: 9px;
    gap: 6px 10px;
  }
  .ko-hero-facts span + span::before {
    margin-right: 10px;
  }
  .ko-hero-buy .ko-button,
  .ko-hero-buy .ko-purchase-form {
    width: 100%;
    min-width: 0;
  }
  .ko-hero-buy {
    max-width: 420px;
  }
  .ko-hero-grid {
    gap: 24px;
  }
  .ko-hero-bottom {
    font-size: 9px;
  }
  .ko-hero-bottom > span {
    flex-basis: calc(50% - 12px);
  }
  .ko-preview-top {
    padding: 9px 10px;
  }
  .ko-preview-top > span {
    font-size: 7px;
    letter-spacing: 0.6px;
    gap: 6px;
  }
  .ko-preview-top button {
    font-size: 9px;
  }
  .ko-preview-tabs {
    padding: 0 8px;
  }
  .ko-preview-tabs button {
    flex: 1;
    padding: 12px 5px;
    font-size: 10px;
  }
  .ko-desktop {
    height: 380px;
  }
  .ko-desktop-brand {
    align-items: flex-start;
    padding-left: 17px;
    inset: 18px 0 auto;
  }
  .ko-peach-symbol {
    font-size: 46px;
  }
  .ko-desktop-brand > strong {
    font-size: 17px;
  }
  .ko-desktop-brand > span {
    font-size: 5px;
    letter-spacing: 1px;
    margin-top: 3px;
  }
  .ko-terminal-window {
    width: 81%;
    left: 10px;
    top: 135px;
  }
  .ko-terminal-content {
    padding: 10px;
  }
  .ko-terminal-output {
    height: 120px;
    font-size: 9px;
  }
  .ko-calculator-window {
    width: 166px;
    right: 10px;
    top: 28px;
  }
  .ko-calculator-content {
    padding: 10px;
  }
  .ko-calculator-label {
    font-size: 5px;
    letter-spacing: 0.6px;
  }
  .ko-calculator-output {
    min-height: 40px;
    font-size: 22px;
    margin-block: 7px;
    padding: 6px;
  }
  .ko-calculator-keys {
    gap: 4px;
  }
  .ko-calculator-keys button {
    min-height: 30px;
    font-size: 12px;
  }
  .ko-calculator-note {
    font-size: 5px;
  }
  .ko-window-bar {
    height: 29px;
  }
  .ko-window-handle {
    font-size: 9px !important;
  }
  .ko-window-close {
    width: 25px;
  }
  .ko-preview-insight {
    padding: 14px 12px;
    grid-template-columns: 26px 1fr;
  }
  .ko-preview-insight p {
    font-size: 9px;
  }
  .ko-preview-disclosure {
    font-size: 7px;
  }
  .ko-demo-caption {
    margin-top: 18px;
  }
  .ko-demo-caption p {
    font-size: 10px;
  }
  .ko-system-panel {
    padding: 20px 16px;
    height: 380px;
  }
  .ko-system-panel h3 {
    font-size: 21px;
  }
  .ko-panel-intro {
    font-size: 10px;
  }
  .ko-file-code code {
    font-size: 10px;
  }
  .ko-code-heading {
    font-size: 8px;
  }
  .ko-system-panel[data-ko-panel="files"] {
    min-height: 410px;
  }
  .ko-read-path {
    margin-top: 19px;
  }
  .ko-read-path li {
    font-size: 7px;
  }
  .ko-read-description,
  .ko-memory-description {
    font-size: 10px;
    min-height: 53px;
  }
  .ko-memory-physical {
    gap: 3px;
  }
  .ko-memory-physical span {
    font-size: 8px;
  }
  .ko-memory-virtual span {
    font-size: 9px;
  }
  .ko-section-nav > div {
    gap: 17px;
    min-height: 55px;
  }
  .ko-section-nav a {
    font-size: 9px;
  }
  .ko-section-nav a:first-child {
    display: none;
  }
  .ko-section-nav .ko-nav-enrol span {
    margin-left: 3px;
  }
  .ko-section {
    padding-block: 52px;
  }
  .ko-section-heading {
    flex-direction: column;
    gap: 18px;
    margin-bottom: 29px;
  }
  .ko-section-heading > p {
    max-width: 400px;
    font-size: 12px;
  }
  .ko-section .ko-eyebrow {
    font-size: 8px;
  }
  .ko-page h2 {
    font-size: 29px;
    letter-spacing: -1.3px;
  }
  .ko-outcomes {
    grid-template-columns: 1fr;
  }
  .ko-outcomes article {
    padding: 25px 0;
  }
  .ko-outcomes article + article {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--ko-line);
  }
  .ko-outcomes p {
    margin-bottom: 14px;
  }
  .ko-outcomes article:last-child {
    padding-bottom: 0;
  }
  .ko-course-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .ko-course-art {
    height: 145px;
  }
  .ko-course-body {
    padding: 25px;
  }
  .ko-course-label {
    font-size: 10px;
  }
  .ko-course-body h3 {
    min-height: 0;
    font-size: 24px;
  }
  .ko-course-body > p:not(.ko-course-label):not(.ko-course-runtime) {
    min-height: 0;
    font-size: 12px;
  }
  .ko-check-list {
    font-size: 12px;
  }
  .ko-course-result strong {
    min-height: 0;
    font-size: 12px;
  }
  .ko-course-runtime {
    font-size: 10px;
    margin: 15px 0 !important;
  }
  .ko-course-body > .ko-text-link {
    font-size: 12px;
  }
  .ko-path-note {
    font-size: 9px;
  }
  .ko-fit-grid,
  .ko-instructor-grid,
  .ko-faq-grid,
  .ko-final-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .ko-readiness-card {
    padding: 25px;
  }
  .ko-readiness-card label {
    font-size: 11px;
  }
  .ko-instructor-section {
    padding-block: 40px;
  }
  .ko-instructor-mark {
    min-height: 240px;
    padding: 30px;
  }
  .ko-instructor-mark > strong {
    font-size: 61px;
  }
  .ko-instructor-grid p:not(.ko-eyebrow) {
    font-size: 12px;
  }
  .ko-instructor-grid .ko-text-link {
    font-size: 12px;
  }
  .ko-faq-list summary {
    font-size: 12px;
  }
  .ko-faq-list details > p {
    font-size: 12px;
  }
  .ko-final-section {
    padding-block: 50px;
  }
  .ko-final-grid h2 {
    font-size: 43px;
  }
  .ko-enrol-card {
    padding: 26px;
  }
  .ko-final-grid .ko-button {
    font-size: 14px;
  }
  .ko-enrol-card h3 {
    font-size: 25px;
  }
}
@media (max-width: 640px) {
  .ko-instructor-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .ko-instructor-mark > strong {
    font-size: clamp(42px, 14vw, 61px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ko-page *,
  .ko-page *::before,
  .ko-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
