.home-experience {
  --home-navy: #06152e;
  --home-navy-soft: #0b2145;
  --home-blue: #155eef;
  --home-blue-bright: #2f7cff;
  --home-yellow: #f4c542;
  --home-ink: #071b3a;
  --home-white: #ffffff;
  --home-muted: #657287;
  --home-line: rgba(12, 35, 72, 0.12);
  --home-card: #ffffff;
  --home-section: #f4f7fb;
  position: relative;
  padding-bottom: 0;
}

.home-experience .powered-by-kc {
  position: absolute;
}

.home-experience header {
  position: relative;
  z-index: 1040;
}

.home-experience .app-navbar {
  position: absolute;
  inset: 0 0 auto;
  margin-bottom: 0 !important;
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.14);
  background: rgba(3, 15, 35, 0.12);
  box-shadow: none;
  transition: background-color 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.home-experience .app-navbar.home-nav-scrolled {
  position: fixed;
  background: rgba(5, 18, 40, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 30px rgba(1, 9, 23, 0.2);
}

.home-experience .app-navbar .app-brand,
.home-experience .app-navbar .app-brand:hover,
.home-experience .app-navbar .app-brand-copy small,
.home-experience .app-navbar .app-nav-link,
.home-experience .app-navbar .navbar-nav .nav-link.app-nav-link {
  color: #fff;
}

.home-experience .app-navbar .app-nav-link:hover,
.home-experience .app-navbar .app-nav-link:focus,
.home-experience .app-navbar .navbar-nav .nav-link.app-nav-link:hover,
.home-experience .app-navbar .navbar-nav .nav-link.app-nav-link:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.home-experience .app-navbar .app-brand-logo-wrap {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.home-experience .app-navbar .app-nav-button {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.home-experience .app-navbar .app-nav-button:hover,
.home-experience .app-navbar .app-nav-button:focus {
  color: var(--home-navy);
  border-color: #fff;
  background: #fff;
}

.home-experience .app-navbar .app-theme-toggle {
  color: #f7d66f;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(5, 18, 40, 0.44);
  box-shadow: 0 0.55rem 1.35rem rgba(0, 0, 0, 0.2);
}

.home-experience .app-navbar .app-theme-toggle[data-theme-state="dark"] {
  color: #d9e8ff;
}

.home-experience .app-navbar .app-theme-toggle:hover,
.home-experience .app-navbar .app-theme-toggle:focus-visible {
  color: #fff1b8;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(13, 44, 92, 0.86);
  box-shadow: 0 0.7rem 1.6rem rgba(0, 0, 0, 0.28), 0 0 1.1rem rgba(84, 146, 241, 0.24);
}

.home-experience .app-navbar .btn-primary.app-nav-button {
  color: #fff;
  border-color: var(--home-blue);
  background: var(--home-blue);
  box-shadow: 0 10px 24px rgba(21, 94, 239, 0.28);
}

.home-experience .app-navbar-toggler {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.92);
}

.home-scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 2000;
  height: 3px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.08);
}

.home-scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--home-yellow);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.home-landing {
  color: var(--home-ink);
  overflow: clip;
  background: var(--home-section);
  animation: home-page-in 480ms ease both;
}

.home-hero {
  position: relative;
  min-height: clamp(36rem, 70svh, 44rem);
  display: flex;
  align-items: center;
  isolation: isolate;
  color: #fff;
  background: var(--home-navy);
}

.home-hero-media,
.home-hero-media img,
.home-hero-shade,
.home-hero-light {
  position: absolute;
  inset: 0;
}

.home-hero-media {
  z-index: -3;
  overflow: hidden;
  transform: translate3d(var(--hero-x, 0), var(--hero-y, 0), 0) rotate(var(--hero-r, 0deg)) scale(1.025);
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: transform;
}

.home-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: filter 620ms cubic-bezier(0.22, 1, 0.36, 1), transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 15, 36, 0.98) 0%, rgba(3, 15, 36, 0.9) 38%, rgba(3, 15, 36, 0.42) 65%, rgba(3, 15, 36, 0.1) 100%),
    linear-gradient(180deg, rgba(3, 13, 31, 0.18) 0%, rgba(3, 13, 31, 0.16) 62%, rgba(3, 13, 31, 0.78) 100%);
  transition: background 620ms cubic-bezier(0.22, 1, 0.36, 1), opacity 620ms ease;
}

.home-hero-light {
  z-index: -1;
  opacity: 0.42;
  background: radial-gradient(circle at var(--light-x, 72%) var(--light-y, 43%), rgba(85, 150, 255, 0.26), transparent 22rem);
  transition: opacity 620ms ease, background 620ms cubic-bezier(0.22, 1, 0.36, 1), filter 620ms ease;
}

.home-hero-inner {
  position: relative;
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 7.75rem;
}

.home-hero-copy {
  width: min(45rem, 64%);
}

.home-eyebrow,
.home-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.2rem;
  color: var(--home-blue-bright);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-eyebrow {
  color: rgba(255, 255, 255, 0.82);
}

.home-eyebrow span {
  width: 2rem;
  height: 2px;
  background: var(--home-yellow);
}

.home-hero h1 {
  max-width: 43rem;
  margin: 0;
  color: #fff;
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 1.01;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-hero h1 > span {
  color: var(--home-yellow);
}

.home-hero-copy > p {
  max-width: 39rem;
  margin: 1.6rem 0 0;
  color: rgba(238, 244, 255, 0.82);
  font-size: 1.16rem;
  line-height: 1.65;
}

.home-hero-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.home-btn {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  border-radius: 8px;
  padding: 0.85rem 1.25rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 240ms ease, box-shadow 240ms ease, background-color 240ms ease, border-color 240ms ease;
  will-change: transform;
}

.home-btn-primary {
  color: #fff;
  border: 1px solid var(--home-blue);
  background: var(--home-blue);
  box-shadow: 0 14px 30px rgba(21, 94, 239, 0.28);
}

.home-btn-primary:hover,
.home-btn-primary:focus-visible {
  color: #fff;
  border-color: var(--home-blue-bright);
  background: var(--home-blue-bright);
  box-shadow: 0 18px 36px rgba(21, 94, 239, 0.38);
}

.home-btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.home-btn-secondary:hover,
.home-btn-secondary:focus-visible {
  color: var(--home-navy);
  border-color: #fff;
  background: #fff;
}

.home-btn-arrow {
  display: inline-block;
  transition: transform 240ms ease;
}

.home-btn:hover .home-btn-arrow,
.home-btn:focus-visible .home-btn-arrow {
  transform: translateX(4px);
}

.home-btn:active {
  transform: scale(0.98);
}

.home-hero-note {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.5rem;
  color: rgba(239, 245, 255, 0.68);
  font-size: 0.86rem;
}

.home-hero-note-mark {
  width: 0.55rem;
  height: 0.55rem;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(21, 94, 239, 0.32);
}

.home-tour-position {
  position: absolute;
  top: 7.75rem;
  right: 0.75rem;
}

.home-tour-trigger {
  border-color: rgba(255, 255, 255, 0.45) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  backdrop-filter: blur(10px);
}

.home-scroll-cue {
  position: absolute;
  right: 0.75rem;
  bottom: 7.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.74rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.home-scroll-cue:hover,
.home-scroll-cue:focus-visible {
  color: #fff;
}

.home-scroll-cue i {
  position: relative;
  width: 1px;
  height: 2.75rem;
  display: block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
}

.home-scroll-cue i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  transform: translateY(-100%);
  animation: home-scroll-line 2s ease-in-out infinite;
}

.home-proof {
  position: relative;
  z-index: 4;
  margin-top: -4rem;
}

.home-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(7, 24, 53, 0.84);
  box-shadow: 0 24px 50px rgba(2, 13, 32, 0.24);
  backdrop-filter: blur(18px);
}

.home-proof-item {
  min-height: 5.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem 1.5rem;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.home-proof-item:last-child {
  border-right: 0;
}

.home-proof-item strong {
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.1;
}

.home-proof-item > span {
  margin-top: 0.35rem;
  color: rgba(232, 240, 255, 0.66);
  font-size: 0.8rem;
}

.home-proof-message strong {
  font-size: 1rem;
}

.home-section {
  position: relative;
  padding: 6rem 0;
}

.home-tools-section {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(21, 94, 239, 0.1), transparent 23rem),
    radial-gradient(circle at 12% 82%, rgba(47, 124, 255, 0.06), transparent 19rem),
    var(--home-section);
}

.home-tools-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -17rem;
  right: -19rem;
  width: 50rem;
  height: 50rem;
  border: 1px solid rgba(21, 94, 239, 0.14);
  border-radius: 50%;
  transform: rotate(-18deg);
  animation: home-route-drift 14s ease-in-out infinite alternate;
}

.home-tools-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -3rem;
  bottom: 4rem;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  opacity: 0.34;
  background-image: radial-gradient(circle, rgba(21, 94, 239, 0.35) 1px, transparent 1.5px);
  background-size: 14px 14px;
  transform: rotate(10deg);
}

.home-tools-section > .container {
  position: relative;
  z-index: 1;
}

.home-section-heading {
  margin-bottom: 3rem;
}

.home-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.65fr);
  gap: 3rem;
  align-items: end;
}

.home-heading-row h2,
.home-final h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: 2.7rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-heading-row p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.65;
}

.home-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.home-tool-card,
.home-final {
  --spot-x: 50%;
  --spot-y: 50%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.home-tool-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  color: var(--home-ink);
  background: var(--home-card);
  box-shadow: 0 16px 36px rgba(6, 21, 46, 0.08);
  text-decoration: none;
  transform: translateZ(0);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 280ms ease;
}

.home-tool-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(47, 124, 255, 0.17), transparent 12rem);
  transition: opacity 240ms ease;
}

.home-tool-card:hover,
.home-tool-card:focus-visible {
  color: var(--home-ink);
  border-color: rgba(21, 94, 239, 0.62);
  box-shadow: 0 26px 54px rgba(6, 21, 46, 0.15), 0 0 0 1px rgba(21, 94, 239, 0.1);
  transform: translateY(-6px) scale(1.01);
}

.home-tool-card:hover::before,
.home-tool-card:focus-visible::before {
  opacity: 1;
}

.home-tool-card:active {
  transform: translateY(-2px) scale(0.995);
}

.home-tool-media,
.home-tool-content {
  position: relative;
  z-index: 1;
}

.home-tool-media {
  flex: 0 0 auto;
}

.home-tool-image-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
  background: #dce5f2;
}

.home-tool-image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), filter 300ms ease;
}

.home-tool-card:hover .home-tool-image-frame img,
.home-tool-card:focus-visible .home-tool-image-frame img {
  filter: saturate(1.04) contrast(1.02);
  transform: translate3d(3px, -2px, 0) scale(1.045);
}

.home-tool-index {
  position: absolute;
  top: 1rem;
  left: 1rem;
  min-width: 2.7rem;
  min-height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: var(--home-blue);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(6, 21, 46, 0.13);
  backdrop-filter: blur(8px);
  font-size: 0.78rem;
  font-weight: 800;
}

.home-tool-icon {
  position: absolute;
  left: 1.35rem;
  bottom: -1.35rem;
  width: 2.7rem;
  height: 2.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(21, 94, 239, 0.18);
  border-radius: 8px;
  color: var(--home-blue);
  background: var(--home-card);
  box-shadow: 0 10px 22px rgba(6, 21, 46, 0.13);
  font-size: 0.68rem;
  font-weight: 900;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease;
}

.home-tool-icon svg {
  width: 1.3rem;
  height: 1.3rem;
  display: block;
}

.home-tool-card:hover .home-tool-icon,
.home-tool-card:focus-visible .home-tool-icon {
  box-shadow: 0 13px 25px rgba(21, 94, 239, 0.19);
  transform: translateY(-3px) rotate(-2deg);
}

.home-tool-content {
  min-height: 14.5rem;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 2.35rem 1.35rem 1.2rem;
}

.home-tool-body {
  margin-bottom: 1.65rem;
}

.home-tool-label {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--home-blue);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.home-tool-card h3 {
  margin: 0;
  color: var(--home-ink);
  font-size: 1.7rem;
  font-weight: 800;
}

.home-tool-card p {
  margin: 0.85rem 0 0;
  color: var(--home-muted);
  line-height: 1.58;
}

.home-tool-link {
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1rem;
  color: var(--home-ink);
  border-top: 1px solid var(--home-line);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.home-tool-link span {
  color: var(--home-blue);
  font-size: 1.15rem;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-tool-card:hover .home-tool-link,
.home-tool-card:focus-visible .home-tool-link {
  color: var(--home-blue);
}

.home-tool-card:hover .home-tool-link span,
.home-tool-card:focus-visible .home-tool-link span {
  transform: translateX(6px);
}

.home-final::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(47, 124, 255, 0.16), transparent 14rem);
  transition: opacity 240ms ease;
}

.home-final:hover::before,
.home-final:focus-within::before {
  opacity: 1;
}

.home-journey-section {
  color: #fff;
  background: var(--home-navy);
}

.home-section-heading-light .home-section-kicker {
  color: #78a8ff;
}

.home-section-heading-light .home-heading-row h2 {
  color: #fff;
}

.home-section-heading-light .home-heading-row p {
  color: rgba(226, 235, 251, 0.68);
}

.home-journey {
  --journey-progress: 0%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 2.75rem 0 0;
  list-style: none;
}

.home-journey::before,
.home-journey::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  height: 2px;
  border-radius: 2px;
}

.home-journey::before {
  right: 0;
  background: rgba(255, 255, 255, 0.15);
}

.home-journey::after {
  width: var(--journey-progress);
  background: var(--home-yellow);
  transition: width 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.home-journey li {
  position: relative;
  min-width: 0;
}

.home-journey li::before {
  content: "";
  position: absolute;
  top: -2.45rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  border: 3px solid var(--home-navy);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.home-journey-number {
  display: block;
  margin-bottom: 1.35rem;
  color: #78a8ff;
  font-size: 0.74rem;
  font-weight: 800;
}

.home-journey strong,
.home-journey small {
  display: block;
}

.home-journey strong {
  color: #fff;
  font-size: 1rem;
}

.home-journey small {
  max-width: 11rem;
  margin-top: 0.55rem;
  color: rgba(226, 235, 251, 0.58);
  line-height: 1.5;
}

.home-final-section {
  background: #eaf0f8;
}

.home-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: 1px solid rgba(7, 27, 58, 0.1);
  border-radius: 8px;
  padding: 3rem;
  background: #fff;
  box-shadow: 0 20px 46px rgba(6, 21, 46, 0.1);
}

.home-final .home-section-kicker {
  margin-bottom: 0.75rem;
}

.home-final p {
  margin: 0.85rem 0 0;
  color: var(--home-muted);
}

.home-final .home-btn {
  flex: 0 0 auto;
}

.home-motion-ready [data-home-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.home-motion-ready [data-home-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-motion-ready .home-tool-card[data-home-reveal].is-visible:hover,
.home-motion-ready .home-tool-card[data-home-reveal].is-visible:focus-visible {
  transform: translateY(-6px) scale(1.01);
}

.home-motion-ready .home-tool-card[data-home-reveal].is-visible:active {
  transform: translateY(-2px) scale(0.995);
}

.home-btn:focus-visible,
.home-tool-card:focus-visible,
.home-scroll-cue:focus-visible {
  outline: 3px solid var(--home-yellow);
  outline-offset: 4px;
}

[data-theme="dark"] .home-experience {
  --home-card: #111d32;
  --home-section: #0b1526;
  --home-line: rgba(167, 190, 225, 0.17);
  --home-ink: #f4f7fc;
  --home-muted: #a7b5cb;
}

[data-theme="dark"] .home-hero-media img {
  filter: brightness(0.52) saturate(0.78) contrast(1.08) hue-rotate(4deg);
  transform: scale(1.008);
}

[data-theme="dark"] .home-hero-shade {
  background:
    linear-gradient(90deg, rgba(1, 8, 24, 0.98) 0%, rgba(2, 13, 34, 0.91) 40%, rgba(3, 18, 47, 0.55) 68%, rgba(2, 12, 31, 0.36) 100%),
    linear-gradient(180deg, rgba(1, 7, 20, 0.42) 0%, rgba(2, 11, 29, 0.38) 56%, rgba(1, 7, 20, 0.92) 100%);
}

[data-theme="dark"] .home-hero-light {
  opacity: 0.82;
  filter: saturate(1.08);
  background:
    radial-gradient(circle at var(--light-x, 72%) var(--light-y, 43%), rgba(68, 132, 246, 0.22), transparent 20rem),
    radial-gradient(ellipse at 77% 61%, rgba(213, 235, 255, 0.48) 0, rgba(108, 174, 255, 0.2) 3%, transparent 10%),
    radial-gradient(ellipse at 87% 61%, rgba(213, 235, 255, 0.45) 0, rgba(108, 174, 255, 0.18) 3%, transparent 10%),
    linear-gradient(170deg, transparent 62%, rgba(84, 146, 241, 0.13) 69%, transparent 77%);
}

[data-theme="dark"] .home-tools-section {
  background:
    radial-gradient(circle at 82% 28%, rgba(47, 124, 255, 0.14), transparent 20rem),
    var(--home-section);
}

[data-theme="dark"] .home-tool-card {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

[data-theme="dark"] .home-tool-card:hover,
[data-theme="dark"] .home-tool-card:focus-visible {
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(81, 139, 255, 0.18);
}

[data-theme="dark"] .home-tool-image-frame {
  background: #172642;
}

[data-theme="dark"] .home-tool-index {
  color: #175ee8;
  background: rgba(244, 248, 255, 0.94);
}

[data-theme="dark"] .home-final-section {
  background: #08111f;
}

[data-theme="dark"] .home-final {
  border-color: rgba(167, 190, 225, 0.17);
  background: #111d32;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.28);
}

.home-vehicles-section {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(118deg, rgba(21, 94, 239, 0.035), transparent 42%),
    #fff;
}

.home-vehicles-section::before,
.home-courses-section::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  opacity: 0.42;
  background:
    linear-gradient(124deg, transparent 0 24%, rgba(21, 94, 239, 0.09) 24.1% 24.22%, transparent 24.32% 100%),
    linear-gradient(124deg, transparent 0 78%, rgba(244, 197, 66, 0.13) 78.1% 78.22%, transparent 78.32% 100%);
}

.home-vehicle-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.home-vehicle-card,
.home-course-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: var(--home-card);
  box-shadow: 0 18px 42px rgba(7, 27, 58, 0.09);
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 260ms ease,
    box-shadow 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-vehicle-card {
  display: grid;
  min-height: 22rem;
  grid-template-areas: "content media";
  grid-template-columns: minmax(14rem, 0.82fr) minmax(17rem, 1.18fr);
}

.home-vehicle-card::before,
.home-course-card::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(24rem circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(47, 124, 255, 0.12), transparent 52%);
  transition: opacity 240ms ease;
}

.home-vehicle-card:hover,
.home-vehicle-card:focus-within,
.home-course-card:hover,
.home-course-card:focus-within {
  border-color: rgba(21, 94, 239, 0.32);
  box-shadow: 0 26px 54px rgba(7, 27, 58, 0.15), 0 0 0 1px rgba(21, 94, 239, 0.06);
  transform: translateY(-6px) scale(1.012);
}

.home-vehicle-card:hover::before,
.home-vehicle-card:focus-within::before,
.home-course-card:hover::before,
.home-course-card:focus-within::before {
  opacity: 1;
}

.home-vehicle-media {
  position: relative;
  grid-area: media;
  overflow: hidden;
  min-height: 22rem;
  background: #e9eef5;
}

.home-vehicle-media > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), filter 300ms ease;
}

.home-vehicle-card:first-child .home-vehicle-media > img {
  object-position: center;
}

.home-vehicle-card:hover .home-vehicle-media > img,
.home-vehicle-card:focus-within .home-vehicle-media > img {
  filter: saturate(1.03) contrast(1.02);
  transform: translate3d(0, -2px, 0) scale(1.03);
}

.home-vehicle-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(4, 20, 48, 0.12));
}

.home-vehicle-brand {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 2.65rem;
  padding: 0.35rem 0.7rem 0.35rem 0.4rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 7px;
  background: rgba(4, 23, 55, 0.82);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
}

.home-vehicle-brand img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
}

.home-vehicle-number {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  color: var(--home-blue);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 8px 22px rgba(7, 27, 58, 0.14);
  font-size: 0.76rem;
  font-weight: 900;
}

.home-vehicle-content {
  grid-area: content;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  min-height: 0;
  padding: 1.5rem;
}

.home-class-badge,
.home-course-code,
.home-course-class {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0.25rem 0.55rem;
  color: var(--home-blue);
  border: 1px solid rgba(21, 94, 239, 0.18);
  border-radius: 6px;
  background: rgba(21, 94, 239, 0.07);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-vehicle-content h3,
.home-course-card h3 {
  margin: 0.75rem 0 0.45rem;
  color: var(--home-ink);
  font-size: 1.55rem;
  line-height: 1.15;
  letter-spacing: 0;
}

.home-vehicle-content p,
.home-course-copy p {
  margin: 0;
  color: var(--home-muted);
  line-height: 1.65;
}

.home-vehicle-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.home-vehicle-features li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 1.9rem;
  padding: 0.3rem 0.55rem;
  color: var(--home-ink);
  border: 1px solid var(--home-line);
  border-radius: 6px;
  background: rgba(247, 250, 254, 0.9);
  font-size: 0.75rem;
  font-weight: 750;
}

.home-vehicle-features li::before {
  width: 0.42rem;
  height: 0.42rem;
  flex: 0 0 auto;
  content: "";
  border: 2px solid var(--home-blue);
  border-radius: 50%;
}

.home-inline-link,
.home-course-cta {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  min-height: 2.75rem;
  color: var(--home-blue);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.home-inline-link {
  flex: 0 0 auto;
  align-self: flex-start;
  white-space: nowrap;
}

.home-inline-link span,
.home-course-cta span {
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-inline-link:hover span,
.home-inline-link:focus-visible span,
.home-course-cta:hover span,
.home-course-cta:focus-visible span {
  transform: translateX(4px);
}

.home-inline-link:focus-visible,
.home-course-cta:focus-visible,
.home-course-tab:focus-visible {
  outline: 3px solid var(--home-yellow);
  outline-offset: 3px;
}

.home-courses-section {
  position: relative;
  isolation: isolate;
  border-top: 1px solid var(--home-line);
  background:
    radial-gradient(circle at 82% 18%, rgba(21, 94, 239, 0.07), transparent 28rem),
    linear-gradient(180deg, #f4f7fb 0%, #edf3fa 100%);
}

.home-course-tabs {
  --course-tab-position: 0;
  display: grid;
  position: relative;
  isolation: isolate;
  grid-template-columns: repeat(2, minmax(9rem, 1fr));
  gap: 0.25rem;
  width: min(52rem, 100%);
  margin: 0 auto 1.5rem;
  padding: 0.3rem;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 30px rgba(7, 27, 58, 0.06);
}

.home-course-tabs::before {
  position: absolute;
  inset: 0.3rem auto 0.3rem 0.3rem;
  z-index: -1;
  width: calc(50% - 0.425rem);
  content: "";
  border-radius: 6px;
  background: linear-gradient(135deg, var(--home-blue), #2f7cff);
  box-shadow: 0 8px 20px rgba(21, 94, 239, 0.22);
  transform: translateX(calc(var(--course-tab-position) * (100% + 0.25rem)));
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-course-tabs[data-active-tab="class-c1"] {
  --course-tab-position: 1;
}

.home-course-tab {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 2.85rem;
  padding: 0.55rem 0.9rem;
  color: var(--home-muted);
  border: 0;
  border-radius: 6px;
  background: transparent;
  font-weight: 800;
  letter-spacing: 0;
  transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.home-course-tab svg {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
}

.home-course-tab .home-course-tab-label {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  color: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  opacity: 1;
}

.home-course-tab .home-course-tab-label small {
  font-size: 0.7rem;
  font-weight: 650;
  opacity: 0.72;
}

.home-course-tab .home-course-tab-count {
  color: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0.72;
}

.home-course-tab.is-active {
  color: #fff;
  background: transparent;
}

.home-course-tab:not(.is-active):hover {
  color: var(--home-ink);
  background: rgba(21, 94, 239, 0.07);
}

.home-course-panel[hidden] {
  display: none;
}

.home-course-panel {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 160ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.home-course-panel.is-leaving {
  opacity: 0;
  transform: translateY(7px);
}

.home-course-panel.is-entering {
  opacity: 0;
  transform: translateY(10px);
}

.home-course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.home-course-card {
  display: flex;
  flex-direction: column;
  min-height: 20.5rem;
  padding: 1.3rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96)),
    var(--home-card);
}

@media (min-width: 1400px) {
  .home-course-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .home-course-card {
    min-height: 20.75rem;
    padding: 1rem;
  }

  .home-course-card h3 {
    min-height: 2.45rem;
    margin-top: 0.85rem;
    font-size: 1.03rem;
  }

  .home-course-copy p {
    min-height: 5.35rem;
    font-size: 0.78rem;
    line-height: 1.55;
  }

  .home-course-facts {
    gap: 0.45rem;
    margin-top: 0.8rem;
    padding: 0.8rem 0;
  }

  .home-course-facts dt {
    font-size: 0.6rem;
  }

  .home-course-facts dd {
    font-size: 0.88rem;
  }

  .home-course-price dd {
    font-size: 0.98rem;
  }

  .home-course-cta {
    padding-inline: 0.65rem;
    font-size: 0.74rem;
  }
}

.home-course-card::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.55), transparent 42%);
  transition: opacity 280ms ease;
}

.home-course-card:hover::after,
.home-course-card:focus-within::after {
  opacity: 1;
}

.home-course-card-featured {
  border-color: rgba(21, 94, 239, 0.42);
  box-shadow: 0 22px 48px rgba(21, 94, 239, 0.12);
}

.home-course-card-featured .home-course-code {
  color: #fff;
  border-color: var(--home-blue);
  background: var(--home-blue);
}

.home-course-road-line {
  position: absolute;
  right: -1.25rem;
  bottom: 4.9rem;
  z-index: 0;
  width: 7.5rem;
  height: 3rem;
  pointer-events: none;
  opacity: 0.32;
  border-top: 1px solid rgba(21, 94, 239, 0.28);
  border-radius: 50% 0 0;
  transform: translateX(0) rotate(-7deg);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease;
}

.home-course-road-line::after {
  position: absolute;
  top: 0.5rem;
  left: 1.75rem;
  width: 4rem;
  content: "";
  border-top: 1px dashed rgba(21, 94, 239, 0.36);
}

.home-course-card:hover .home-course-road-line,
.home-course-card:focus-within .home-course-road-line {
  opacity: 0.54;
  transform: translateX(-5px) rotate(-7deg);
}

.home-course-card-topline {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.home-course-code {
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), background-color 220ms ease, color 220ms ease;
}

.home-course-card:hover .home-course-code,
.home-course-card:focus-within .home-course-code {
  transform: translateY(-2px);
}

.home-course-class {
  color: var(--home-ink);
  border-color: var(--home-line);
  background: transparent;
}

.home-course-copy {
  position: relative;
  z-index: 1;
}

.home-course-card h3 {
  margin-top: 1.15rem;
  font-size: 1.34rem;
}

.home-course-copy p {
  min-height: 4.4rem;
  margin: 0;
  color: var(--home-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.home-course-facts {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 0.9rem;
  margin: 1.1rem 0 0;
  padding: 1rem 0;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.home-course-facts div {
  min-width: 0;
}

.home-course-facts dt {
  color: var(--home-muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-course-facts dd {
  margin: 0.2rem 0 0;
  color: var(--home-ink);
  font-size: 1rem;
  font-weight: 850;
}

.home-course-price dd {
  color: var(--home-blue);
  font-size: 1.12rem;
  transition: color 220ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: left center;
}

.home-course-card:hover .home-course-price dd,
.home-course-card:focus-within .home-course-price dd {
  color: #0f54df;
  transform: translateY(-2px) scale(1.018);
}

.home-course-cta {
  position: relative;
  z-index: 3;
  margin-top: auto;
  min-height: 44px;
  padding: 0.65rem 0.8rem;
  border: 1px solid rgba(21, 94, 239, 0.18);
  border-radius: 6px;
  background: rgba(21, 94, 239, 0.055);
  box-shadow: 0 0 0 rgba(21, 94, 239, 0);
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 180ms ease;
}

.home-course-cta:hover,
.home-course-cta:focus-visible {
  color: #fff;
  border-color: var(--home-blue);
  background: var(--home-blue);
  box-shadow: 0 10px 24px rgba(21, 94, 239, 0.2);
}

.home-course-cta:active {
  transform: scale(0.985);
}

.home-course-card:active {
  transform: translateY(-2px) scale(0.995);
}

.home-course-empty {
  margin: 0;
  padding: 1.25rem;
  color: var(--home-muted);
  border: 1px dashed var(--home-line);
  border-radius: 8px;
  background: var(--home-card);
}

.home-course-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid var(--home-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 34px rgba(7, 27, 58, 0.06);
}

.home-course-help strong,
.home-course-help span {
  display: block;
}

.home-course-help strong {
  color: var(--home-ink);
  font-size: 1.08rem;
}

.home-course-help > div > span {
  margin-top: 0.25rem;
  color: var(--home-muted);
}

[data-theme="dark"] .home-vehicles-section,
[data-theme="dark"] .home-courses-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(47, 124, 255, 0.08), transparent 28rem),
    #0b1526;
}

[data-theme="dark"] .home-vehicle-media {
  background: #172642;
}

[data-theme="dark"] .home-vehicle-media > img {
  filter: brightness(0.8) saturate(0.84);
}

[data-theme="dark"] .home-course-tabs {
  background: rgba(17, 29, 50, 0.86);
}

[data-theme="dark"] .home-course-help {
  background: rgba(17, 29, 50, 0.78);
}

[data-theme="dark"] .home-vehicle-card,
[data-theme="dark"] .home-course-card {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25);
}

[data-theme="dark"] .home-course-card {
  background: linear-gradient(145deg, rgba(18, 32, 55, 0.98), rgba(13, 25, 44, 0.98));
}

[data-theme="dark"] .home-vehicle-features li {
  color: #dce6f5;
  border-color: rgba(147, 170, 203, 0.24);
  background: rgba(25, 42, 68, 0.76);
}

[data-theme="dark"] .home-course-card:hover .home-course-price dd,
[data-theme="dark"] .home-course-card:focus-within .home-course-price dd {
  color: #8cb4ff;
}

[data-theme="dark"] .home-course-cta {
  border-color: rgba(99, 151, 255, 0.28);
  background: rgba(47, 124, 255, 0.1);
}

[data-theme="dark"] .home-course-cta:hover,
[data-theme="dark"] .home-course-cta:focus-visible {
  color: #fff;
  border-color: #397fff;
  background: #2367e8;
}

[data-theme="dark"] .home-course-card-featured {
  border-color: rgba(99, 151, 255, 0.52);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(47, 124, 255, 0.08);
}

[data-theme="dark"] .home-course-class {
  color: #c9d7eb;
}

@media (max-width: 1599.98px) {
  .home-experience .app-navbar .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(5, 18, 40, 0.96);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.24);
  }
}

@media (max-width: 1199.98px) {
  .home-vehicle-grid {
    grid-template-columns: 1fr;
  }

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

  .home-tool-card:last-child {
    grid-column: 1 / -1;
    width: 100%;
    max-width: calc((100% - 1.15rem) / 2);
    justify-self: center;
  }
}

@media (max-width: 991.98px) {
  .home-hero {
    min-height: max(36rem, calc(100svh - 4rem));
  }

  .home-hero-copy {
    width: min(42rem, 82%);
  }

  .home-hero h1 {
    font-size: 3.55rem;
  }

  .home-heading-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

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

  .home-proof-item:nth-child(2) {
    border-right: 0;
  }

  .home-proof-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 767.98px) {
  .home-hero {
    min-height: max(36rem, calc(100svh - 4rem));
    align-items: flex-end;
  }

  .home-hero-media img {
    object-position: 67% center;
  }

  .home-hero-shade {
    background:
      linear-gradient(90deg, rgba(3, 15, 36, 0.93), rgba(3, 15, 36, 0.48)),
      linear-gradient(180deg, rgba(3, 13, 31, 0.25) 0%, rgba(3, 13, 31, 0.46) 47%, rgba(3, 13, 31, 0.94) 100%);
  }

  .home-hero-inner {
    padding-top: 7rem;
    padding-bottom: 8.25rem;
  }

  .home-hero-copy {
    width: 100%;
  }

  .home-hero h1 {
    max-width: 36rem;
    font-size: 3rem;
  }

  .home-hero-copy > p {
    max-width: 33rem;
    font-size: 1rem;
  }

  .home-tour-position {
    top: 6.4rem;
    right: 0.75rem;
  }

  .home-scroll-cue {
    display: none;
  }

  .home-proof {
    margin-top: -4rem;
  }

  .home-proof-item {
    min-height: 5.25rem;
    padding: 1rem;
  }

  .home-section {
    padding: 5rem 0;
  }

  .home-heading-row h2,
  .home-final h2 {
    font-size: 2.15rem;
  }

  .home-tool-grid {
    grid-template-columns: 1fr;
  }

  .home-tool-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .home-tool-content {
    min-height: 13.5rem;
  }

  .home-journey {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 0 0 2.4rem;
  }

  .home-journey::before,
  .home-journey::after {
    top: 0;
    bottom: 0;
    left: 0.4rem;
    width: 2px;
    height: auto;
  }

  .home-journey::after {
    height: var(--journey-progress);
  }

  .home-journey li::before {
    top: 0.2rem;
    left: -2.35rem;
  }

  .home-journey-number {
    margin-bottom: 0.55rem;
  }

  .home-journey small {
    max-width: none;
  }

  .home-final {
    align-items: flex-start;
    flex-direction: column;
    padding: 2rem;
  }
}

@media (max-width: 575.98px) {
  .home-experience .app-navbar .container-fluid {
    padding-inline: 1rem !important;
  }

  .home-hero {
    min-height: max(33.5rem, calc(100svh - 3rem));
  }

  .home-hero-inner {
    padding-top: 6.5rem;
    padding-bottom: 7.75rem;
  }

  .home-eyebrow {
    margin-bottom: 0.9rem;
    font-size: 0.7rem;
  }

  .home-hero h1 {
    max-width: 21rem;
    font-size: 2.5rem;
  }

  .home-hero-copy > p {
    max-width: 22rem;
    margin-top: 1rem;
    line-height: 1.55;
  }

  .home-hero-actions {
    align-items: stretch;
    margin-top: 1.35rem;
  }

  .home-btn {
    min-height: 3rem;
  }

  .home-hero-note {
    max-width: 21rem;
    margin-top: 1rem;
    font-size: 0.76rem;
  }

  .home-tour-position {
    top: 5.8rem;
  }

  .home-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-proof-item strong {
    font-size: 1.25rem;
  }

  .home-proof-item > span {
    font-size: 0.7rem;
  }

  .home-proof-message strong {
    font-size: 0.84rem;
  }

  .home-section {
    padding: 4.25rem 0;
  }

  .home-section-heading {
    margin-bottom: 2rem;
  }

  .home-heading-row h2,
  .home-final h2 {
    font-size: 1.9rem;
  }

  .home-tool-grid {
    gap: 1rem;
  }

  .home-tool-content {
    min-height: 0;
    padding: 2.15rem 1.1rem 1rem;
  }

  .home-tool-body {
    margin-bottom: 1.25rem;
  }

  .home-tool-card h3 {
    font-size: 1.45rem;
  }

  .home-tool-card p {
    font-size: 0.94rem;
  }

  .home-tool-index {
    top: 0.75rem;
    left: 0.75rem;
  }

  .home-tool-icon {
    left: 1.1rem;
  }

  .home-final {
    padding: 1.5rem;
  }

  .home-final .home-btn {
    width: 100%;
  }
}

@media (max-width: 359.98px) {
  .home-hero-inner {
    padding-bottom: 5rem;
  }
}

@media (max-width: 991.98px) {
  .home-vehicle-content {
    gap: 0.65rem;
  }

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

@media (max-width: 767.98px) {
  .home-vehicle-grid,
  .home-course-grid {
    grid-template-columns: 1fr;
  }

  .home-vehicle-card {
    min-height: 0;
    grid-template-areas: "media" "content";
    grid-template-columns: 1fr;
  }

  .home-vehicle-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .home-course-copy p {
    min-height: 0;
  }

  .home-course-card {
    min-height: 0;
  }

  .home-course-help {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .home-vehicle-grid,
  .home-course-grid {
    gap: 0.85rem;
  }

  .home-vehicle-media {
    aspect-ratio: 4 / 3;
  }

  .home-vehicle-brand {
    right: 0.7rem;
    bottom: 0.7rem;
    font-size: 0.67rem;
  }

  .home-vehicle-number {
    top: 0.7rem;
    left: 0.7rem;
  }

  .home-vehicle-content,
  .home-course-card {
    padding: 1.1rem;
  }

  .home-vehicle-content {
    min-height: 0;
  }

  .home-vehicle-content h3 {
    font-size: 1.35rem;
  }

  .home-course-tabs {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-course-tab {
    min-width: 0;
    padding-inline: 0.6rem;
  }

  .home-course-tab span {
    display: inline-flex;
  }

  .home-course-tab .home-course-tab-count,
  .home-course-tab .home-course-tab-label small {
    display: none;
  }

  .home-course-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-course-help .home-btn {
    width: 100%;
  }
}

@media (hover: none), (pointer: coarse) {
  .home-tool-card:hover,
  .home-motion-ready .home-tool-card[data-home-reveal].is-visible:hover,
  .home-tool-card:hover .home-tool-image-frame img,
  .home-tool-card:hover .home-tool-icon,
  .home-tool-card:hover .home-tool-link span {
    transform: none;
  }

  .home-tool-card:hover .home-tool-image-frame img {
    filter: none;
  }

  .home-vehicle-card:hover,
  .home-course-card:hover,
  .home-vehicle-card:hover .home-vehicle-media > img,
  .home-course-card:hover {
    transform: none;
  }

  .home-vehicle-card:active,
  .home-course-card:active {
    transform: scale(0.995);
  }

  .home-vehicle-card::before,
  .home-course-card::before {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-landing,
  .home-scroll-cue i::after,
  .home-tools-section::before {
    animation: none;
  }

  .home-motion-ready [data-home-reveal],
  .home-motion-ready [data-home-reveal].is-visible,
  .home-hero-media,
  .home-btn,
  .home-tool-card,
  .home-tool-image-frame img,
  .home-tool-icon,
  .home-btn-arrow,
  .home-tool-link span,
  .home-journey::after {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-tool-card::before {
    opacity: 0;
    transition: none;
  }

  .home-tool-card:hover,
  .home-tool-card:focus-visible,
  .home-motion-ready .home-tool-card[data-home-reveal].is-visible:hover,
  .home-motion-ready .home-tool-card[data-home-reveal].is-visible:focus-visible,
  .home-tool-card:hover .home-tool-image-frame img,
  .home-tool-card:focus-visible .home-tool-image-frame img,
  .home-tool-card:hover .home-tool-icon,
  .home-tool-card:focus-visible .home-tool-icon {
    filter: none;
    transform: none;
  }

  .home-vehicle-card,
  .home-course-card,
  .home-vehicle-media > img,
  .home-course-tab,
  .home-course-tabs::before,
  .home-course-panel,
  .home-course-road-line,
  .home-course-code,
  .home-course-price dd,
  .home-course-cta,
  .home-inline-link span,
  .home-course-cta span {
    transition: none;
  }

  .home-vehicle-card:hover,
  .home-vehicle-card:focus-within,
  .home-course-card:hover,
  .home-course-card:focus-within,
  .home-vehicle-card:hover .home-vehicle-media > img,
  .home-vehicle-card:focus-within .home-vehicle-media > img {
    filter: none;
    transform: none;
  }

  .home-course-card::before,
  .home-course-card::after {
    opacity: 0;
  }

  .home-hero-media img,
  .home-hero-shade,
  .home-hero-light {
    transition: none;
  }
}

@keyframes home-page-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes home-scroll-line {
  0% { transform: translateY(-100%); }
  45%, 55% { transform: translateY(0); }
  100% { transform: translateY(100%); }
}

@keyframes home-route-drift {
  from { transform: translate3d(0, 0, 0) rotate(-18deg); }
  to { transform: translate3d(-10px, 8px, 0) rotate(-17deg); }
}
