@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");

body {
  font-family: "Red Hat Display";
  background-color: #ffffff;
  text-transform: lowercase;
}

html,
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

html.has-scroll-smooth,
html.has-scroll-smooth body {
  overflow: hidden;
}

[data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  width: 11px;
}

.c-scrollbar_thumb {
  background: rgba(0, 77, 255, 0.72);
}

.home-page .c-scrollbar_thumb {
  background: rgba(198, 220, 255, 0.72);
}

.logo {
  position: absolute;
  left: 15px;
  font-size: 30px;
  font-weight: 700;
  color: white;
}

nav {
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  overflow: visible;
  background: linear-gradient(
    180deg,
    rgb(0, 76, 255) 0%,
    rgba(0, 76, 255, 0) 100%
  );
  transition:
    background 0.25s ease,
    box-shadow 0.25s ease;
}

nav.nav-light {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 24px rgba(0, 77, 255, 0.12);
}

nav.nav-dark {
  background: rgba(7, 13, 30, 0.9);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(184, 204, 239, 0.22);
}

nav.nav-light .logo,
nav.nav-light a {
  color: #004dff;
}

nav.nav-dark .logo,
nav.nav-dark a {
  color: #eaf0ff;
}

nav.nav-light a::after,
nav.nav-light a:hover::after {
  color: #004dff;
}

nav.nav-dark a::after,
nav.nav-dark a:hover::after {
  color: #eaf0ff;
}

a {
  display: inline-block;
  position: relative;
  color: white;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  font-weight: 500;
  font-size: 30px;
  padding-top: 10px;
  z-index: 100000;
  transition: color 0.25s ease;
}

a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.05em;
  bottom: 0;
  left: 0;
  color: white;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  color: white;
}

h1 {
  font-size: 100px;
  padding-top: 275px;
  text-align: left;
  padding-left: 130px;
  margin-bottom: 0;
  color: white;
  margin-top: 0;
  line-height: 90px;
}

.hero-typewrap {
  min-height: 2em;
  display: block;
  max-width: 800px;
  white-space: normal;
  position: relative;
  z-index: 4;
}

#hero-typed {
  display: inline;
}

.precision-word {
  display: inline-flex;
  gap: 0.005em;
}

.precision-letter {
  display: inline-block;
  transition:
    transform 0.11s ease,
    color 0.11s ease,
    text-shadow 0.11s ease,
    filter 0.11s ease;
  transform-origin: center 75%;
}

.precision-letter.is-pressed {
  transform: translateY(0.08em) scale(0.965);
  color: #d7e7ff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
  filter: brightness(0.96);
}

.hero-caret {
  display: inline-block;
  width: 0.09em;
  height: 0.9em;
  margin-left: 0.05em;
  vertical-align: -0.06em;
  background: currentcolor;
  animation: caret-blink 0.9s step-end infinite;
}

@keyframes caret-blink {
  0%,
  45% {
    opacity: 1;
  }
  46%,
  100% {
    opacity: 0;
  }
}

.text-fx-random {
  transition:
    transform 0.25s ease,
    letter-spacing 0.25s ease,
    text-shadow 0.25s ease,
    filter 0.25s ease;
  transform-origin: left center;
  will-change: transform;
}

.text-fx-random:hover {
  transform: translateY(calc(var(--fx-lift, 2px) * -1));
  letter-spacing: var(--fx-spacing, 0.02em);
  text-shadow: 0 6px 18px rgba(0, 77, 255, 0.2);
  filter: saturate(1.05);
}

.hero-keyboard {
  transform: translateY(-950px);
  position: absolute;
  right: -750px;
  z-index: 1;
  transition: width 0.3s ease;
}

p {
  font-size: 30px;
  text-align: left;
  padding-left: 130px;
  color: white;
  padding-top: 50px;
}

.titleing {
  min-height: 100vh;
  width: 100%;
  background-color: #004dff;
  position: relative;
  padding-top: 64px;
}

.titleing > p:not(.p-secondary):not(.p-primary) {
  margin: 4px 0 0;
  padding: 0 0 0 130px;
  max-width: 26ch;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(20px, 2.6vw, 35px);
  line-height: 1.12;
  letter-spacing: -0.015em;
  font-weight: 500;
  color: #eef4ff;
  text-shadow: 0 6px 20px rgba(2, 20, 78, 0.26);
  position: relative;
  z-index: 4;
}

.hero-subcopy {
  opacity: 0;
  transform: translateY(10px);
}

.hero-subcopy.is-sequenced-in {
  animation: hero-sequence-in 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.hero-cta-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-left: 130px;
  margin-top: 175px;
  position: relative;
  z-index: 4;
  opacity: 0;
  transform: translateY(10px);
}

.hero-cta-row.is-sequenced-in {
  animation: hero-sequence-in 0.62s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes hero-sequence-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.titleing::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  animation: hero-glow-drift 14s ease-in-out infinite alternate;
}

.titleing::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(0, 77, 255, 0) 0%,
    rgba(0, 77, 255, 0) 65%,
    rgba(0, 77, 255, 0) 74%,
    rgba(0, 77, 255, 1) 100%
  );
}

@keyframes hero-glow-drift {
  0% {
    transform: translateY(0px) scale(1);
    opacity: 0.65;
  }
  100% {
    transform: translateY(-10px) scale(1.02);
    opacity: 0.95;
  }
}

.keyboards-section {
  background: white;
  padding: 98px 80px 56px;
}

.keyboards-section h2 {
  font-family: "Red Hat Display", serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 0.95;
  margin: 0 0 32px 0;
  padding-left: 0;
  color: #111;
}

.keyboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 54px;
}

.keyboard-card {
  position: relative;
  min-height: 660px;
  border-radius: 62px;
  overflow: visible;
  padding: 28px;
  isolation: isolate;
  transition:
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.card-parallax-media {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.keyboard-card img {
  position: absolute;
  z-index: 4;
  width: 650px;
  max-width: none;
  right: -50px;
  bottom: 25px;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.22));
  transition:
    transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.keyboard-card-light img {
  top: 0%;
  right: -46%;
  width: 1150px;
  --kb-light-shift-x: 0%;
  --kb-light-shift-y: 0%;
  transform: translate(var(--kb-light-shift-x), var(--kb-light-shift-y))
    rotate(20deg);
}

.keyboard-card-dark img {
  transform: rotate(0deg);
}

.keyboard-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.18);
}

.keyboard-card-light:hover img {
  --kb-light-shift-x: -1.5%;
  --kb-light-shift-y: -1.5%;
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.24));
}

.keyboard-card-dark:hover img {
  transform: translate(1.5%, -2%);
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.36));
}

.keyboard-card-light {
  background: white;
  overflow: hidden;
}

.keyboard-card-light .card-pattern {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  background-image:
    linear-gradient(45deg, #ececec 25%, transparent 25%),
    linear-gradient(-45deg, #ececec 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #ececec 75%),
    linear-gradient(-45deg, transparent 75%, #ececec 75%);
  background-size: 48px 48px;
  background-position:
    0 0,
    0 24px,
    24px -24px,
    -24px 0;
  opacity: 0.9;
  transition:
    background-position 0.55s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.keyboard-card-light:hover .card-pattern {
  background-position:
    8px 8px,
    8px 32px,
    32px -16px,
    -16px 8px;
  opacity: 1;
}

.keyboard-card-dark {
  background: #1f1f1f;
}

.card-footer {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 24px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  z-index: 5;
}

.card-copy {
  display: flex;
  align-items: end;
  gap: 10px;
}

.card-name {
  font-family: "Red Hat Display", serif;
  font-size: 104px;
  padding-bottom: 50px;
  line-height: 0.9;
  font-weight: 400;
  color: inherit;
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.card-price {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  line-height: 1;
  opacity: 0.7;
  padding-bottom: 50px;
  transition:
    transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.keyboard-card:hover .card-name {
  transform: translateX(10px);
}

.keyboard-card:hover .card-price {
  transform: translateX(10px);
  opacity: 1;
}

.keyboard-card-light .card-name,
.keyboard-card-light .card-price {
  color: #111;
}

.keyboard-card-dark .card-name,
.keyboard-card-dark .card-price {
  color: white;
}

.card-arrow {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
  flex: 0 0 auto;
  margin-bottom: 50px;
  transition:
    transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.keyboard-card:hover .card-arrow {
  transform: translateX(4px) scale(1.08);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
}

.dark-arrow {
  background: #111;
  color: white;
}

.light-arrow {
  background: white;
  color: #111;
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


.scroll-reveal[data-scroll],
.scroll-reveal[data-scroll].is-visible {
  transform: none;
}

.scroll-reveal[data-scroll] {
  transition: opacity 0.6s ease;
}

.faq-list {
  display: grid;
  gap: 0;
}

.faq-list details {
  border: 0;
  border-top: 1px solid #d8e4ff;
  border-radius: 0;
  background: transparent;
  padding: 16px 0;
}

.faq-list details:last-child {
  border-bottom: 1px solid #d8e4ff;
}

.faq-list summary {
  cursor: pointer;
  font-family: "Red Hat Display", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  color: #0f2c76;
}

.faq-list details p {
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  color: #3a4b67;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    margin 0.35s ease;
}

.faq-list details[open] p {
  margin: 12px 0 0;
  max-height: 220px;
  opacity: 1;
}

.site-footer {
  background: white;
  padding: 22px 16px 28px;
}

.site-footer p {
  padding: 0;
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: #004dff;
}

.naving {
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  gap: 20px;
  min-height: 64px;
  position: relative;
}

.btn {
  --btn-color: #ffffff;
  --btn-bg: #ffffff;
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(0, 76, 207, 0.84);
  margin-top: 0;
  background: var(--btn-bg);

  padding: 0 28px;
  min-height: 52px;
  border-radius: 999px;
  border: 1px solid rgba(0, 113, 227, 0.84);
  cursor: pointer;
  font-weight: 650;
  letter-spacing: -0.012em;
  font-size: clamp(1rem, 1.2vw, 1.28rem);
  font-family: inherit;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
  box-shadow: 0 8px 18px rgba(0, 47, 128, 0.26);
}

.btn--ghost {
  --btn-bg: transparent;
  --btn-color: #ffffff;
  color: #ffffff;
  border-color: rgba(198, 224, 255, 0.92);
  box-shadow: none;
}

.hero-keyboard.is-hovered {
  width: 1950px;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(0, 47, 128, 0.32);
}

.btn:active {
  transition: 50ms ease;
  transform: translateY(0px);
  box-shadow: 0 4px 10px rgba(0, 47, 128, 0.24);
}

.btn:focus-visible {
  outline: 0;
  --btn-color: #ffffff;
}

.btn:focus-visible::after {
  position: absolute;
  left: 50%;
  top: calc(100% + 12px);
  transform: translateX(-50%);
  color: #ffffff;
  content: "\21E7";
  animation: float 0.5s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateX(-50%) translateY(0px);
  }
  50% {
    transform: translateX(-50%) translateY(-6px);
  }
  100% {
    transform: translateX(-50%) translateY(0px);
  }
}


.p-secondary,
.p-primary {
  position: absolute;
  right: 140px;
  color: #004dff;
  z-index: 4;
  text-shadow: 0 4px 12px rgba(0, 30, 95, 0.38);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-100px);
}

.p-primary {
  font-weight: bold;
  color: #004dff;
}



.hero-keyboard.is-hovered ~ .p-primary {
  opacity: 1; 
  transform: translateY(-150px); 
}
.hero-keyboard.is-hovered ~ .p-secondary {
  opacity: 1;
  transform: translateY(-120px); 
}


.hero-keyboard.is-hovered ~ .p-secondary {
  color: #ffffffb6;
}


.hero-keyboard.is-hovered ~ .p-primary {
  color: #ffffff;
}


.home-page {
  background: #0a0d16;
  color: #eaf0ff;
}

.home-main {
  position: relative;
}

.chapter-rail {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr auto;
  align-items: center;
  gap: 14px;
  border-top: 1px solid currentcolor;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 0;
  opacity: 0.86;
}

.chapter-rail span {
  font-family: "Red Hat Display", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.chapter-rail-light {
  color: #004dff;
  border-top-color: #c6d8ff;
  border-bottom-color: #c6d8ff;
}

.feature-chapter {
  background: #0a0d16;
  color: #d9e4ff;
  padding: 58px 80px 72px;
}

.chapter-title {
  margin: 20px 0 24px;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(78px, 12vw, 180px);
  line-height: 0.88;
  letter-spacing: -0.04em;
  color: #eff4ff;
}

.chapter-title-light {
  color: #004dff;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(217, 228, 255, 0.22);
  border-left: 1px solid rgba(217, 228, 255, 0.22);
}

.feature-tile {
  min-height: 220px;
  padding: 22px 20px;
  border-right: 1px solid rgba(217, 228, 255, 0.22);
  border-bottom: 1px solid rgba(217, 228, 255, 0.22);
}

.feature-tile h3 {
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 0.95;
  color: #f4f7ff;
}

.feature-tile p {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.24;
  color: #bccce9;
}

.specs-chapter,
.faq-chapter {
  background: #f4f6fb;
  color: #163685;
  padding: 56px 80px 64px;
}

.home-page .specs-chapter {
  position: relative;
  min-height: 100vh;
  padding-top: 74px;
  padding-bottom: 86px;
  background: #f7faff;
  overflow: hidden;
}

.specs-watermark {
  position: absolute;
  right: 78px;
  top: 98px;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(120px, 16vw, 250px);
  line-height: 0.7;
  font-weight: 700;
  color: rgba(0, 77, 255, 0.09);
  letter-spacing: -0.05em;
  text-transform: lowercase;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.specs-layout {
  margin-top: 36px;
  display: grid;
  grid-template-columns: minmax(260px, 0.88fr) minmax(0, 1.12fr);
  gap: 28px;
  align-items: start;
}

.home-page .specs-layout {
  margin-top: 116px;
  min-height: auto;
  position: relative;
  z-index: 2;
}

.specs-narrative {
  border: 1px solid #d4e3ff;
  padding: 26px 24px 24px;
  background: #ffffff;
  min-height: 520px;
  box-shadow: 0 18px 32px rgba(0, 77, 255, 0.08);
}

.specs-kicker {
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #2b58bf;
}

.specs-narrative h2 {
  margin: 12px 0 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(42px, 5.8vw, 92px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: #0c46c6;
}

.specs-narrative p {
  margin: 16px 0 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 22px;
  line-height: 1.28;
  color: #2e4f8d;
}

.specs-tag-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.specs-tag-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #c5d7ff;
  background: #f7faff;
  color: #1a4eb6;
  font-family: "Red Hat Display", sans-serif;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 600;
}

.specs-decision-board {
  border: 1px solid #c8daff;
  padding: 14px;
  background: #f0f5ff;
  display: grid;
  gap: 14px;
  box-shadow: 0 24px 40px rgba(0, 77, 255, 0.1);
}

.spec-card {
  border: 1px solid #c7d9ff;
  background: #ffffff;
  padding: 14px;
}

.spec-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #d7e3ff;
  padding-bottom: 10px;
}

.spec-card-head p {
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 0.92;
  letter-spacing: -0.03em;
  color: #004dff;
}

.spec-card-head strong {
  font-family: "Red Hat Display", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #194aab;
}

.spec-points {
  margin: 12px 0 0;
  display: grid;
  gap: 0;
}

.spec-points div {
  display: grid;
  grid-template-columns: minmax(120px, 0.8fr) minmax(0, 1.4fr);
  gap: 10px;
  align-items: start;
  padding: 11px 0;
  border-top: 1px solid #e4ebff;
}

.spec-points dt,
.spec-points dd {
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
}

.spec-points dt {
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: lowercase;
  color: #6f8ec9;
}

.spec-points dd {
  font-size: 19px;
  line-height: 1.22;
  color: #23477f;
}

.specs-compare-lane {
  border: 1px solid #c7d9ff;
  background: #ffffff;
  padding: 8px 12px;
}

.compare-lane-row {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 10px;
  padding: 11px 0;
  border-top: 1px solid #e0e9ff;
  align-items: center;
}

.compare-lane-row:first-child {
  border-top: 0;
}

.compare-lane-row span {
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #2a4b82;
}

.compare-lane-head span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #5d7fc0;
}

.compare-lane-row span:nth-child(2),
.compare-lane-row span:nth-child(3) {
  text-align: center;
}

.compare-lane-row span:nth-child(3) {
  border: 1px solid #c0d4ff;
  background: #edf4ff;
  padding: 6px 8px;
}

.home-page .specs-quote-stage {
  position: relative;
  height: 320vh;
  margin-top: 30px;
}

.home-page .specs-quote-band {
  position: relative;
  top: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  position: sticky;
  overflow: hidden;
  padding: 28px 24px 22px;
  border: 1px solid #c3d6ff;
  background: #ffffff;
  text-align: center;
  --quote-progress: 0;
}

.home-page .specs-quote-band::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: rgba(228, 238, 255, calc(0.12 + (var(--quote-progress) * 0.23)));
  transition:
    opacity 0.75s ease,
    background-color 0.75s ease;
}

.home-page .specs-quote-kicker {
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: lowercase;
  color: #5b7fc7;
  position: relative;
  z-index: 1;
}

.home-page .specs-quote-band blockquote {
  margin: 18px auto 0;
  max-width: 23ch;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(46px, 6.4vw, 110px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.028em;
  position: relative;
  z-index: 1;
}

.home-page .specs-quote-band .quote-letter {
  color: rgb(120, 160, 242);
  transition: color 0.11s linear;
}

.home-page .specs-quote-phrases {
  margin: 22px auto 0;
  padding: 0;
  max-width: 52ch;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(15px, 1.7vw, 23px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #446ebf;
  position: relative;
  z-index: 1;
}

.home-page .faq-chapter {
  padding-top: 18px;
}

@media (max-width: 1200px) {
  .home-page .specs-layout {
    grid-template-columns: 1fr;
    margin-top: 84px;
  }

  .specs-watermark {
    right: 22px;
    top: 118px;
    font-size: clamp(100px, 26vw, 190px);
  }

  .specs-narrative {
    min-height: auto;
  }

  .specs-tag-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .home-page .specs-chapter {
    padding: 50px 22px 60px;
  }

  .specs-watermark {
    right: 10px;
    top: 122px;
    font-size: clamp(78px, 28vw, 120px);
  }

  .specs-narrative {
    padding: 18px 14px 18px;
  }

  .specs-narrative p {
    font-size: 18px;
  }

  .specs-tag-grid span {
    min-height: 38px;
    font-size: 14px;
  }

  .specs-decision-board {
    padding: 10px;
  }

  .spec-card-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .spec-points div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .spec-points dd {
    font-size: 17px;
  }

  .compare-lane-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .compare-lane-row span:nth-child(2),
  .compare-lane-row span:nth-child(3) {
    text-align: left;
  }

  .compare-lane-row span:nth-child(3) {
    width: fit-content;
  }

  .home-page .specs-quote-stage {
    height: 260vh;
  }
}

.home-page .faq-list {
  margin-top: 10px;
}

.home-page .faq-list details {
  border-top: 1px solid #c6d8ff;
  padding: 16px 0;
}

.home-page .faq-list details:last-child {
  border-bottom: 1px solid #c6d8ff;
}

.home-page .faq-list summary {
  font-size: 38px;
  color: #004dff;
}

.home-page .faq-list details p {
  color: #004dff;
  font-size: 20px;
}

.home-page .keyboards-section {
  background: #f4f6fb;
  border-top: 1px solid #c6d8ff;
  padding-top: 64px;
}

.home-page .keyboards-section h2 {
  color: #111827;
  font-size: clamp(68px, 10vw, 148px);
  margin-bottom: 22px;
}

.home-page .compare-section {
  background: #0a0d16;
  color: #eef3ff;
  border-top: 1px solid rgba(233, 241, 255, 0.2);
  padding: 72px 24px 72px;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 18px;
  position: relative;
}

.home-page .compare-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-page .compare-section h2 {
  position: relative;
  z-index: 1;
  color: #f2f6ff;
  font-size: clamp(64px, 11vw, 156px);
  margin: 0;
  line-height: 0.88;
  letter-spacing: -0.04em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home-page .compare-section p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 23px;
  max-width: 30ch;
  color: #b6caea;
}

.home-page .compare-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: clamp(22px, 3.2vw, 31px);
  font-weight: 600;
  background: #f6f8ff;
  color: #000b2d;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    box-shadow 0.22s ease;
}

.home-page .compare-button::after {
  display: none;
}

.home-page .compare-button:hover {
  transform: translateY(-1px);
  background: #ffffff;
}

.home-page .site-footer {
  background: #0a0d16;
  border-top: 1px solid rgba(233, 241, 255, 0.2);
  padding: 24px 16px 36px;
}

.home-page .site-footer p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #b2c6e8;
  text-align: center;
}

.home-page .compare-section .ph {
  font-size: 0.5em;
  transform: translateY(-0.04em);
}

.home-page .compare-button .ph {
  font-size: 0.68em;
}

.home-page .keyboards-section h2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.home-page .keyboards-section h2 .ph {
  font-size: 0.5em;
  transform: translateY(-0.03em);
}

.buy-page {
  background-color: #f5f5f7;
  color: #1d1d1f;
}

.buy-page nav {
  position: relative;
  background: white;
  border-bottom: 1px solid #d2d2d7;
  box-shadow: none;
}

.buy-page .logo {
  color: #1d1d1f !important;
  font-size: 20px;
  margin-right: auto;
  position: static;
  padding-left: 20px;
}

.buy-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Red Hat Display", sans-serif;
}

.buy-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-bottom: 1px solid #d2d2d7;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.buy-title h1 {
  font-size: 48px;
  font-weight: 600;
  color: #1d1d1f;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

.price-from {
  font-size: 18px;
  color: #1d1d1f;
  margin: 10px 0 0;
  padding: 0;
}

.buy-finance {
  text-align: right;
}

.buy-finance .promo-text {
  font-size: 14px;
  color: #1d1d1f;
  background: #f5f5f7;
  padding: 5px 12px;
  border-radius: 12px;
  display: inline-block;
  margin: 0 0 8px;
  border: 1px solid #d2d2d7;
}

.buy-finance a {
  display: block;
  font-size: 12px;
  color: #0066cc;
  text-decoration: none;
}

.buy-content {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.buy-gallery {
  flex: 1;
  position: sticky;
  top: 40px;
}

.gallery-container {
  background: white;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 500px;
}

.gallery-container img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.gallery-dots {
  position: absolute;
  bottom: 20px;
  display: flex;
  gap: 8px;
}

.gallery-dots .dot {
  width: 8px;
  height: 8px;
  background: #d2d2d7;
  border-radius: 50%;
  cursor: pointer;
}

.gallery-dots .dot.active {
  background: #1d1d1f;
}

.gallery-nav {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(210, 210, 215, 0.4);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1d1d1f;
}

.buy-options {
  flex: 1;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.option-step h2 {
  font-size: 28px;
  font-weight: 500;
  color: #86868b;
  margin: 0 0 20px;
}

.option-step h2 span {
  color: #1d1d1f;
  font-weight: 600;
}

.option-box {
  width: 100%;
  text-align: left;
  background: white;
  border: 1px solid #d2d2d7;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
}

.option-box:hover {
  border-color: #86868b;
}

.option-box.active {
  border-color: #0066cc;
  border-width: 2px;
  padding: 19px; 
}

.option-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.option-info h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1d1d1f;
  margin: 0;
}

.option-info p {
  font-size: 13px;
  color: #86868b;
  margin: 0;
  padding: 0;
}

.option-price {
  font-size: 14px;
  color: #1d1d1f;
}

.help-box {
  background: #f5f5f7;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
}

.help-text strong {
  font-size: 14px;
  color: #1d1d1f;
  display: block;
  margin-bottom: 4px;
}

.help-text p {
  font-size: 13px;
  color: #86868b;
  margin: 0;
  padding: 0;
}

.section-subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1f;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
}

.color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.swatch {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d2d2d7;
  cursor: pointer;
  padding: 0;
  background-clip: padding-box;
  box-shadow: inset 0 0 0 3px white;
  transition: all 0.2s ease;
}

.swatch.active {
  box-shadow:
    inset 0 0 0 3px white,
    0 0 0 2px #0066cc;
}

.switch-info {
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.switch-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #f5f5f7;
  object-fit: cover;
}

.checkout-summary {
  background: white;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  margin-top: 20px;
}

.checkout-summary h2 {
  font-size: 24px;
  margin: 0 0 10px;
}

.checkout-summary p {
  font-size: 18px;
  color: #86868b;
  margin: 0 0 20px;
  padding: 0;
}

.btn-buy {
  background: #0066cc;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
}

.btn-buy:hover {
  background: #0055b3;
}

.toast {
  position: fixed;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #004dff;
  color: white;
  padding: 16px 32px;
  border-radius: 50px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(0, 77, 255, 0.3);
  transition: bottom 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 10000001;
}

.toast.show {
  bottom: 40px;
}

.checkout-summary h2 {
  font-family: "Red Hat Display", serif;
  font-size: 28px;
  color: #111;
  margin: 0 0 10px;
}

.checkout-summary p {
  font-family: "Red Hat Display", sans-serif;
  font-size: 20px;
  color: #555;
  margin: 0 0 20px;
  padding: 0;
}

.option-box h3 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.option-box p {
  color: #555;
}

.option-price {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
}

.buy-page nav {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 24px rgba(0, 77, 255, 0.12);
  border-bottom: none;
}
.buy-page .naving {
  display: block;
  backdrop-filter: blur(10px);
}
.buy-page .logo {
  padding-left: 0;
  position: absolute;
  left: 15px;
  font-size: 30px;
  font-weight: 700;
  color: #004dff !important;
}
.buy-page .naving a {
  display: inline-block;
  position: relative;
  color: #004dff !important;
  margin-left: 10px;
  margin-right: 10px;
  backdrop-filter: blur(10px);
  text-decoration: none;
  font-weight: 500;
  font-size: 30px;
  padding-top: 10px;
}
.buy-page .buy-main {
  padding-top: 120px; 
}
.buy-gallery {
  top: 120px; 
}


.option-step {
  display: flex;
  flex-direction: column;
}


.checkout-section {
  display: flex;
  margin-top: 60px;
  background: #f5f5f7;
  padding: 40px;
  border-radius: 16px;
  gap: 40px;
  margin-bottom: 60px;
}

.checkout-details {
  flex: 1;
}

.checkout-title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.2;
}

.checkout-price {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
}

.checkout-note {
  font-size: 13px;
  color: #86868b;
  margin-bottom: 20px;
}

.checkout-actions-container {
  flex: 0 0 300px;
}

.shipping-box {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.shipping-icon {
  font-size: 20px;
}

.shipping-info strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.shipping-info p {
  font-size: 13px;
  color: #555;
  margin: 0 0 2px;
  padding: 0;
}

.shipping-link {
  font-size: 13px;
  color: #0066cc;
  text-decoration: none;
}

.add-bag-btn {
  background: #89c0f9;
  color: white;
  border: none;
  border-radius: 12px;
  padding: 16px 24px;
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  margin-top: 20px;
  transition: background 0.2s;
}

.add-bag-btn:hover {
  background: #75b3f2;
}


.switch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.switch-box {
  background: white;
  border: 1px solid #d2d2d7;
  border-radius: 12px;
  padding: 16px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.switch-box:hover {
  border-color: #86868b;
}

.switch-box.active {
  border-color: #0066cc;
  border-width: 2px;
  padding: 15px;
}

.switch-box img {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  border-radius: 8px;
  object-fit: cover;
}

.switch-box h3 {
  font-size: 14px;
  margin: 0 0 4px;
  color: #1d1d1f;
}

.switch-box p {
  font-size: 12px;
  color: #86868b;
  margin: 0;
  padding: 0;
}

.switch-box .option-price {
  margin-top: 8px;
  font-size: 13px;
}

.help-box {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s;
}
.help-box:hover {
  opacity: 0.8;
}


.buy-page {
  background: #f4f5f8;
  color: #0f172a;
}

.buy-page nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 24px rgba(0, 77, 255, 0.12);
  border-bottom: none;
}

.buy-page .naving {
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  min-height: 64px;
  gap: 20px;
}

.buy-page .logo,
.buy-page a {
  color: #004dff;
}

.buy-page .purchase-main {
  max-width: 1260px;
  margin: 0 auto;
  padding: 98px 24px 70px;
}

.buy-page [data-scroll-container] {
  min-height: 100vh;
}

.buy-page .purchase-header {
  margin-bottom: 28px;
  max-width: 920px;
}

.buy-page .purchase-kicker {
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #5b7fc7;
}

.buy-page .purchase-header h1 {
  margin: 8px 0 0;
  padding: 0;
  color: #0f172a;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.buy-page .purchase-intro {
  margin: 14px 0 0;
  padding: 0;
  max-width: 62ch;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #44516a;
}

.buy-page .purchase-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin-top: 18px;
}

.buy-page .purchase-meta-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #d9e3f7;
  background: #f5f8ff;
  color: #28406c;
  font-family: "Red Hat Display", sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.buy-page .purchase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  gap: 30px;
  align-items: start;
}

.buy-page .purchase-gallery-col {
  position: relative;
  align-self: start;
}

.buy-page .purchase-gallery-sticky {
  position: relative !important;
  top: auto !important;
  align-self: start !important;
}

.buy-page .purchase-gallery-frame {
  min-height: min(88vh, 750px);
  border-radius: 36px;
  border: 1px solid #d7e3ff;
  background-color: white;
  padding: 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.buy-page #purchase-main-image {
  width: min(100%, 1140px);
  max-height: 920px;
  object-fit: contain;
  border-radius: 30px;
  display: block;
  transition: opacity 0.22s ease;
}

.buy-page .purchase-config-col {
  display: grid;
  gap: 16px;
}

.buy-page .purchase-section {
  background: #ffffff;
  border: 1px solid #dbe6ff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(13, 31, 68, 0.04);
}

.buy-page .purchase-section h2 {
  margin: 0 0 12px;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(22px, 2.7vw, 32px);
  line-height: 1;
  color: #73839f;
}

.buy-page .purchase-section h2 span {
  color: #0f172a;
}

.buy-page .purchase-section-meta {
  margin: 0 0 10px;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #334155;
}

.buy-page .purchase-model-list {
  display: grid;
  gap: 10px;
}

.buy-page .purchase-model-btn {
  border: 1px solid #d6def0;
  background: #ffffff;
  border-radius: 14px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

.buy-page .purchase-model-btn.is-active {
  border: 2px solid #004dff;
  padding: 14px;
  background: #ffffff
}

.buy-page .purchase-model-copy {
  display: grid;
  gap: 2px;
}

.buy-page .purchase-model-copy strong {
  font-family: "Red Hat Display", sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #0f172a;
}

.buy-page .purchase-model-copy small {
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #68758d;
}

.buy-page .purchase-model-price {
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  color: #0f172a;
}

.buy-page .purchase-help-link {
  margin-top: 12px;
  display: inline-block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 15px;
  color: #004dff;
  text-decoration: none;
}

.buy-page .purchase-help-link::after {
  display: none;
}

.buy-page .purchase-colour-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 10px;
}

.buy-page .purchase-colour {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #cbd4e8;
  box-shadow: inset 0 0 0 2px #ffffff;
  cursor: pointer;
}

.buy-page .purchase-colour.is-active {
  outline: 2px solid #004dff;
  outline-offset: 2px;
}

.buy-page .purchase-switch-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.buy-page .purchase-switch-tile {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #d5ddf0;
  border-radius: 10px;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 8px;
}

.buy-page .purchase-switch-tile img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.buy-page .purchase-switch-tile.is-active {
  border: 2px solid #004dff;
  padding: 7px;
  background: #f3f7ff;
}

.buy-page .purchase-checkout {
  border: 1px solid #dce6ff;
  border-radius: 24px;
  background: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  gap: 34px;
  padding: 30px 32px;
}

.buy-page .purchase-checkout-full {
  width: 100%;
  max-width: 1260px;
  margin: 18px auto 0;
  padding-left: 24px;
  padding-right: 24px;
}

.buy-page .purchase-checkout-main h3 {
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 0.96;
  color: #0f172a;
}

.buy-page .purchase-checkout-main p {
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
}

.buy-page .purchase-checkout-main {
  display: grid;
  align-content: start;
  gap: 8px;
}

.buy-page .purchase-checkout-kicker {
  margin: 0 0 4px;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5b7fc7;
}

.buy-page #purchase-summary-switch {
  margin-top: 0;
  font-size: 20px;
  line-height: 1.2;
  color: #5d6b84;
}

.buy-page .purchase-total {
  margin-top: 6px;
  font-size: 42px;
  line-height: 1.04;
  color: #0f172a;
  font-weight: 700;
}

.buy-page .purchase-gst,
.buy-page .purchase-save-copy,
.buy-page .purchase-delivery-note {
  margin-top: 2px;
  font-size: 15px;
  line-height: 1.45;
  color: #66748f;
}

.buy-page .purchase-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  color: #1677e6;
  font-family: "Red Hat Display", sans-serif;
  font-size: 15px;
  line-height: 1.15;
  text-decoration: none;
}

.buy-page .purchase-inline-link::after {
  display: none;
}

.buy-page .purchase-checkout-main hr {
  border: 0;
  border-top: 1px solid #e2e9f8;
  margin: 14px 0;
}

.buy-page .purchase-checkout-side {
  display: grid;
  gap: 20px;
  align-content: start;
}

.buy-page .purchase-ship-row {
  padding: 18px;
  border-radius: 18px;
  border: 1px solid #dce6ff;
  background: #ffffff;
}

.buy-page .purchase-ship-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}

.buy-page .purchase-ship-row i {
  font-size: 20px;
  line-height: 1;
  color: #0f172a;
  margin-top: 2px;
}

.buy-page .purchase-ship-row strong {
  display: block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  line-height: 1.15;
  color: #111827;
}

.buy-page .purchase-ship-row p {
  margin: 4px 0 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: #66748f;
}

.buy-page .purchase-ship-row-last {
  padding-bottom: 6px;
}

.buy-page .purchase-add-btn {
  margin-top: 10px;
  width: 100%;
  min-height: 64px;
  border: 1px solid #004dff;
  border-radius: 12px;
  background: #004dff;
  color: #ffffff;
  font-family: "Red Hat Display", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease;
}

.buy-page .purchase-add-btn:hover {
  background: #003ecf;
  border-color: #003ecf;
  transform: translateY(-1px);
}

.buy-page .purchase-toast {
  position: fixed;
  left: 50%;
  bottom: -120px;
  transform: translateX(-50%);
  background: #004dff;
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 22px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 12px 32px rgba(0, 77, 255, 0.34);
  transition: bottom 0.3s ease;
  z-index: 10000001;
}

.buy-page .purchase-toast.is-visible {
  bottom: 24px;
}

@media (max-width: 1180px) {
  .buy-page .purchase-layout {
    grid-template-columns: 1fr;
  }

  .buy-page .purchase-gallery-sticky {
    position: relative !important;
    top: auto !important;
  }

  .buy-page .purchase-checkout {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px;
  }
}

@media (max-width: 760px) {
  .buy-page .purchase-main {
    padding: 92px 14px 42px;
  }

  .buy-page .purchase-gallery-frame {
    min-height: 520px;
    padding: 12px;
    border-radius: 24px;
  }

  .buy-page #purchase-main-image {
    border-radius: 18px;
  }

  .buy-page .purchase-colour-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .buy-page .purchase-switch-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .buy-page .purchase-checkout-main h3 {
    font-size: clamp(28px, 8.5vw, 44px);
  }

  .buy-page .purchase-total {
    font-size: 34px;
  }

  .buy-page .purchase-checkout-full {
    padding-left: 14px;
    padding-right: 14px;
  }
}


.compare-page {
  background: #f4f7ff;
  color: #102042;
}

.compare-page nav {
  background: #004dff;
}

.compare-page nav.nav-light {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 24px rgba(0, 77, 255, 0.12);
}

.compare-page nav.nav-dark {
  background: rgba(7, 13, 30, 0.9);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(184, 204, 239, 0.22);
}

.compare-main {
  padding-top: 64px;
  margin-bottom: 0;
}

.compare-hero {
  background: #004dff;
  color: #ffffff;
  padding: 46px 80px 54px;
  position: relative;
  overflow: hidden;
}

.compare-rail {
  position: relative;
  z-index: 1;
  border-color: rgba(232, 240, 255, 0.35);
}

.compare-rail span {
  color: #eaf0ff;
}

.compare-page .compare-hero h1 {
  margin: 24px 0 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(56px, 8.8vw, 132px);
  line-height: 0.88;
  letter-spacing: -0.04em;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.compare-page .compare-hero p {
  margin: 14px 0 0;
  padding: 0;
  max-width: 40ch;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.15;
  color: #e8efff;
  position: relative;
  z-index: 1;
}

.compare-tag-row {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.compare-tag-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(222, 235, 255, 0.4);
  background: rgba(255, 255, 255, 0.14);
  color: #f2f7ff;
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.compare-tag-row span .ph {
  font-size: 14px;
}

.compare-models,
.routine-fit,
.compare-specs,
.compare-inbox {
  padding: 46px 80px 0;
}

.compare-models {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.compare-model-card {
  border: 1px solid #cbdcff;
  background: #ffffff;
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 18px 32px rgba(0, 77, 255, 0.08);
}

.compare-model-pro {
  background: #ffffff;
}

.compare-model-card header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #d8e5ff;
  padding-bottom: 10px;
}

.compare-model-card h2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(40px, 5.6vw, 70px);
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: #004dff;
}

.compare-model-card h2 i,
.routine-fit h2 i,
.compare-specs h2 i,
.compare-inbox h2 i,
.compare-support h2 i,
.compare-support h3 i {
  font-size: 0.55em;
  line-height: 1;
  transform: translateY(-0.04em);
}

.routine-grid h3 i,
.inbox-grid h3 i {
  font-size: 0.65em;
  transform: translateY(-0.03em);
}

.compare-price {
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #254981;
}

.compare-model-card ul,
.routine-fit ul,
.compare-inbox ul {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.compare-model-card li,
.routine-fit li,
.compare-inbox li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 8px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  line-height: 1.25;
  color: #294777;
}

.compare-model-card li::before,
.routine-fit li::before,
.compare-inbox li::before {
  content: "-";
  color: #5b7fc7;
}

.compare-bestfor {
  margin: 14px 0 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 19px;
  line-height: 1.28;
  color: #193a73;
}

.compare-btn {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid #004dff;
  background: #004dff;
  color: #ffffff;
  text-decoration: none;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease;
}

.compare-btn::after {
  display: none;
}

.compare-btn:hover {
  transform: translateY(-1px);
  background: #003fce;
  border-color: #003fce;
}

.compare-btn-dark {
  background: #0d1731;
  border-color: #0d1731;
}

.compare-btn-dark:hover {
  background: #18244a;
  border-color: #18244a;
}

.routine-fit h2,
.compare-specs h2,
.compare-inbox h2,
.compare-support h2 {
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: #004dff;
}

.routine-grid,
.inbox-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.routine-grid article,
.inbox-grid article {
  border: 1px solid #ccdcff;
  border-radius: 20px;
  background: #ffffff;
  padding: 20px;
}

.routine-grid h3,
.inbox-grid h3,
.compare-support h3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 30px;
  line-height: 0.95;
  color: #10377d;
}

.compare-specs .spec-table-wrap {
  margin-top: 18px;
  border: 1px solid #ccdcff;
  border-radius: 20px;
  background: #ffffff;
  overflow: auto;
}

.compare-specs table {
  width: 100%;
  border-collapse: collapse;
  min-width: 100%;
}

.compare-specs thead th {
  background: #edf4ff;
  color: #2b4f91;
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid #cfdfff;
}

.compare-specs tbody th,
.compare-specs tbody td {
  padding: 10px 14px;
  border-bottom: 1px solid #e2ebff;
  vertical-align: top;
  font-family: "Red Hat Display", sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.compare-specs tbody th {
  color: #3a5789;
  font-weight: 600;
  width: 34%;
  text-align: left;
}

.compare-specs tbody td {
  color: #1c3d79;
}

.compare-specs .spec-section-row th {
  background: #f6f9ff;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #6d87b9;
  text-transform: lowercase;
}

.compare-support {
  margin-top: 36px;
  padding: 52px 80px 58px;
  background: #0b1228;
  border-top: 1px solid rgba(200, 216, 255, 0.2);
  margin-bottom: 0;
}

.compare-support h2 {
  color: #f1f5ff;
}

.support-list {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.support-list article {
  border: 1px solid rgba(195, 213, 250, 0.3);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  padding: 16px;
}

.compare-support h3 {
  color: #dce8ff;
}

.compare-support p,
.support-close {
  margin: 10px 0 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  color: #adc2e7;
}

.support-close {
  margin-top: 20px;
  max-width: 62ch;
  color: #d8e7ff;
}

.compare-cta-row {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.compare-btn-outline {
  background: transparent;
  border-color: rgba(221, 234, 255, 0.4);
  color: #e6f0ff;
}

.compare-btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(221, 234, 255, 0.62);
}

@media (max-width: 980px) {
  .compare-hero,
  .compare-models,
  .routine-fit,
  .compare-specs,
  .compare-inbox,
  .compare-support {
    padding-left: 24px;
    padding-right: 24px;
  }

  .compare-models,
  .routine-grid,
  .inbox-grid,
  .support-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .compare-main {
    padding-top: 62px;
  }

  .compare-hero,
  .compare-models,
  .routine-fit,
  .compare-specs,
  .compare-inbox,
  .compare-support {
    padding-left: 14px;
    padding-right: 14px;
  }

  .compare-hero {
    padding-top: 34px;
    padding-bottom: 40px;
  }

  .compare-page .compare-hero p {
    font-size: 20px;
    line-height: 1.24;
  }

  .compare-model-card,
  .routine-grid article,
  .inbox-grid article {
    border-radius: 16px;
    padding: 16px;
  }

  .compare-specs .spec-table-wrap {
    border-radius: 16px;
  }

  .compare-model-card li,
  .routine-fit li,
  .compare-inbox li,
  .compare-support p,
  .support-close {
    font-size: 16px;
  }

  .compare-btn {
    width: 100%;
  }
}


.cinematic-main {
  padding-top: 64px;
}

.pro-page {
  background: oklch(16% 0.03 264);
  color: oklch(93% 0.025 255);
}

.air-page {
  background: oklch(97% 0.012 250);
  color: oklch(29% 0.05 257);
}

.film-hero,
.film-section,
.film-finale {
  position: relative;
  padding: clamp(36px, 5.8vw, 88px) clamp(18px, 7vw, 94px);
  overflow: clip;
}

.film-hero::before,
.film-section::before,
.film-finale::before {
  content: none;
}

.film-theme-pro {
  background:  oklch(14% 0.028 260);
  color: oklch(94% 0.026 254);
}

.film-theme-air {
  background: oklch(100% 0.00011 271.152);
  color: oklch(28% 0.05 258);
}

.film-band.film-theme-pro {
  background: oklch(16% 0.03 264);
}

.film-band.film-theme-air {
  background: oklch(100% 0.00011 271.152);
}

.film-hero {
  min-height: 94vh;
}

.film-section {
  min-height: auto;
}

.film-finale {
  min-height: 72vh;
}

.film-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 42vw);
  gap: clamp(18px, 4vw, 56px);
  align-items: center;
}

.film-kicker,
.film-panel-label {
  margin: 0;
  font-size: clamp(11px, 1vw, 13px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.78;
}

.film-hero h1,
.film-section h2,
.film-finale h2 {
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.film-hero h1 {
  font-size: clamp(56px, 13vw, 176px);
  line-height: 0.84;
  margin-top: 16px;
}

.film-lead {
  margin: 18px 0 0;
  padding: 0;
  max-width: 36ch;
  font-size: clamp(20px, 2.35vw, 34px);
  line-height: 1.08;
}

.film-chip-row {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.film-chip-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.film-theme-pro .film-chip-row span {
  border: 1px solid rgba(209, 223, 255, 0.28);
  background: rgba(233, 241, 255, 0.08);
  color: oklch(93% 0.03 248);
}

.film-theme-air .film-chip-row span {
  border: 1px solid oklch(82% 0.035 238);
  background: oklch(99% 0.01 252);
  color: oklch(39% 0.08 254);
}

.film-hero-media {
  margin: 0;
  display: flex;
  justify-content: center;
}

.film-hero-media img {
  width: min(750px, 66vw);
  transform: translateY(-175px);
  max-width: none;
  filter: drop-shadow(0 30px 40px rgba(8, 11, 33, 0.35));
}

.film-split {
  display: grid;
  grid-template-columns: minmax(300px, 1.03fr) minmax(0, 1fr);
  gap: clamp(16px, 4vw, 48px);
}

.film-panel {
  border-radius: 24px;
  padding: clamp(18px, 3vw, 30px);
}

.film-theme-pro .film-panel {
  border: 1px solid rgba(198, 213, 255, 0.2);
  background: rgba(197, 213, 255, 0.055);
}

.film-theme-air .film-panel {
  border: 1px solid oklch(83% 0.03 244);
  background: rgba(255, 255, 255, 0.85);
}

.film-sticky {
  position: sticky;
  top: 100px;
}

.film-panel h2,
.film-feature h2,
.film-finale h2 {
  font-size: clamp(38px, 6vw, 88px);
  line-height: 0.9;
  margin-top: 14px;
}

.film-panel p,
.film-feature p,
.film-note p,
.film-finale p {
  margin: 16px 0 0;
  padding: 0;
  font-size: clamp(17px, 1.7vw, 25px);
  line-height: 1.24;
  max-width: 34ch;
}

.film-theme-pro .film-kicker,
.film-theme-pro .film-panel-label,
.film-theme-pro h1,
.film-theme-pro h2,
.film-theme-pro h3,
.film-theme-pro p,
.film-theme-pro li,
.film-theme-pro span,
.film-theme-pro strong {
  color: oklch(93% 0.026 252);
}

.film-theme-air .film-kicker,
.film-theme-air .film-panel-label,
.film-theme-air h1,
.film-theme-air h2,
.film-theme-air h3,
.film-theme-air p,
.film-theme-air li,
.film-theme-air span,
.film-theme-air strong {
  color: oklch(27% 0.055 256);
}

.film-panel img {
  margin-top: 22px;
  width: min(100%, 560px);
  border-radius: 18px;
}

.film-stack {
  display: grid;
  gap: 1vh;
  align-content: start;
  padding-top: 2vh;
  padding-bottom: 4vh;
}

.film-note {
  border-radius: 22px;
  padding: clamp(16px, 2.6vw, 26px);
}

.film-theme-pro .film-note {
  border: 1px solid rgba(177, 198, 255, 0.2);
  background: rgba(180, 201, 255, 0.06);
}

.film-theme-air .film-note {
  border: 1px solid oklch(83% 0.03 244);
  background: rgba(255, 255, 255, 0.8);
}

.film-note h3 {
  margin: 0;
  font-size: clamp(25px, 3vw, 40px);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.film-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 3.2vw, 44px);
  align-items: center;
}

.film-visual {
  margin: 0;
  display: flex;
  justify-content: center;
}

.film-visual img {
  width: min(480px, 76vw);
  border-radius: 24px;
}

.film-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.film-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.2;
}

.film-list li::before {
  content: "+";
  font-weight: 700;
}

.film-theme-pro .film-list li::before {
  color: oklch(81% 0.12 252);
}

.film-theme-air .film-list li::before {
  color: oklch(58% 0.14 252);
}

.film-spec-block {
  border-radius: 24px;
  padding: clamp(16px, 3vw, 30px);
  display: grid;
  gap: 12px;
}

.film-theme-pro .film-spec-block {
  border: 1px solid rgba(193, 210, 255, 0.28);
  background: rgba(191, 208, 255, 0.08);
}

.film-theme-air .film-spec-block {
  border: 1px solid oklch(82% 0.035 242);
  background: oklch(99% 0.01 251);
}

.film-spec-block div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.film-spec-block span {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.72;
}

.film-spec-block strong {
  font-size: clamp(24px, 3vw, 42px);
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.film-finale {
  display: grid;
  align-content: center;
  justify-items: start;
}

.film-finale p {
  max-width: 40ch;
}

.film-action-row {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.air-page .model-outline-light {
  color: oklch(36% 0.08 252);
  border-color: oklch(80% 0.04 240);
  background: oklch(99% 0.008 248);
}

.air-page .model-outline-light:hover {
  background: oklch(96% 0.02 245);
}

@media (max-width: 1020px) {
  .film-hero {
    grid-template-columns: 1fr;
  }

  .film-hero-media {
    justify-content: flex-start;
  }

  .film-hero-media img {
    width: min(720px, 96vw);
  }

  .film-split,
  .film-grid-2 {
    grid-template-columns: 1fr;
  }

  .film-stack {
    gap: 40px;
    padding-top: 12px;
    padding-bottom: 0;
  }

  .film-sticky {
    position: static;
  }
}

@media (max-width: 760px) {
  .cinematic-main {
    padding-top: 62px;
  }

  .film-hero,
  .film-section,
  .film-finale {
    min-height: auto;
    padding: 30px 14px;
  }

  .film-panel,
  .film-note,
  .film-spec-block {
    border-radius: 16px;
    padding: 14px;
  }

  .film-action-row .compare-btn {
    width: 100%;
  }
}

