/* -------------------------------------------------
   Primary Brand Colours
------------------------------------------------- */
/* -------------------------------------------------
   Neutral Palette
------------------------------------------------- */
/* -------------------------------------------------
   Accent / Utility Colours
------------------------------------------------- */
.usp-bullets {
  position: relative;
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  z-index: 10;
  padding: 20px 0;
  margin-top: 20px;
}
.usp-bullets ul.splide__list {
  display: flex;
}
@media (min-width: 769px) {
  .usp-bullets ul.splide__list {
    justify-content: center;
  }
}
.usp-bullets li.splide__slide {
  position: relative;
  margin: 0;
  white-space: nowrap;
  visibility: visible;
}
.usp-bullets li.splide__slide:not(:first-child)::before {
  content: "";
  position: absolute;
  left: calc(-1rem - 2px);
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #999999;
  border-radius: 50%;
}

.features {
  padding: 2.5rem 0 4rem;
}
.features ul.splide__list {
  display: flex;
}
.features li.splide__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 180px;
  margin: 0;
  visibility: visible;
  margin-right: 3.3rem;
}
.features__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.features__icon svg {
  fill: #167ac6;
  stroke: #167ac6;
  stroke-width: 1;
}
.features__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

/* _intro-video.scss */
.product-video {
  padding: 4rem 0;
  text-align: center;
}

.product-video__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0b1f3b;
  margin-bottom: 0.5rem;
}

.product-video__player {
  position: relative;
  max-width: 900px;
  margin: 0 auto 2.5rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  aspect-ratio: 16/9;
  /* fluid responsive size */
}

.product-video__player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.specs {
  background: #f2f5f8;
  padding: 4rem 0 0;
}
.specs .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
}
.specs__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0b1f3b;
  margin-bottom: 2rem;
  text-align: center;
}
.specs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 2rem;
  text-align: left;
}
@media (min-width: 768px) {
  .specs__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.specs__list li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 16px;
  color: #202020;
}
.specs__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  background: #478cbf;
  border-radius: 50%;
}

.kickstarter {
  background: #f2f5f8;
  padding: 4rem 0;
  text-align: center;
}
.kickstarter__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #0b1f3b;
  margin-bottom: 0.75rem;
}
.kickstarter__lead {
  max-width: 650px !important;
  margin-bottom: 2.5rem;
}
.kickstarter__prices {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 640px) {
  .kickstarter__prices {
    grid-template-columns: repeat(2, 1fr);
  }
}
.kickstarter__price-item {
  background: #ffffff;
  border: 1px solid #d4d9df;
  border-radius: 8px;
  padding: 1.25rem 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}
.kickstarter__label {
  color: #202020;
  display: block;
}
.kickstarter__price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #823329;
}
.kickstarter__actions {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
@media (min-width: 580px) {
  .kickstarter__actions {
    flex-direction: row;
    justify-content: center;
    gap: 1.25rem;
  }
}
.kickstarter__or {
  font-size: 0.85rem;
  color: #202020;
}
.kickstarter__count {
  margin-top: 2.5rem;
  font-size: 0.9rem;
  color: #535353;
}
.kickstarter__count strong {
  color: #167ac6;
  font-weight: 600;
}

.kickstarter__price-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kickstarter .price-bar__main {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 680px) {
  .kickstarter .price-bar__main {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.kickstarter .price-bar__label {
  font-size: 0.875rem;
  color: rgb(95.75, 95.75, 95.75);
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.kickstarter .price-bar__price {
  font-size: 3.5rem;
  font-weight: 700;
  color: #167ac6;
}
.kickstarter .price-bar__desc {
  color: rgb(95.75, 95.75, 95.75);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.kickstarter .price-bar__rrp {
  font-size: 1rem;
  color: #535353;
}

.home .hero {
  padding: 6rem 0 0 0;
  min-height: unset;
}
.home .hero::before {
  content: " ";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.home .hero > .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.home .hero .hero__content {
  max-width: 500px;
  text-align: left;
  text-shadow: 0 0 3px rgb(0, 0, 0), 0 0 3px rgba(0, 0, 0, 0.5);
}
.home .hero .hero__content h1 {
  font-size: 44px;
  line-height: 1.2;
}
.home .hero .hero__content .hero__actions {
  justify-content: flex-start;
}
.home .hero .hero__images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  z-index: 1;
  padding-top: 10px;
}
.home .hero .hero__images img {
  display: block;
}
.home .hero .hero__images .pcb {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.home .hero .hero__images .pcb img {
  max-width: 200px;
}
@media (max-width: 886px) {
  .home .hero .wrapper {
    align-items: center;
    justify-content: center;
  }
  .home .hero .hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    inset: 0;
    padding: 60px 40px 40px;
    text-align: center;
    max-width: unset;
  }
  .home .hero .hero__content .hero__lead {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 10px 20px;
  }
  .home .hero .hero__content .hero__actions {
    justify-content: center;
  }
  .home .hero .hero__content .hero__actions .btn {
    white-space: nowrap;
  }
  .home .hero .hero__images {
    opacity: 0.8;
  }
  .home .hero .hero__images img {
    width: 100%;
    max-width: 400px;
  }
  .home .hero .hero__images .pcb {
    width: 100%;
    justify-content: center;
  }
  .home .hero .hero__images .pcb img {
    width: 50%;
  }
}
@media (max-width: 440px) {
  .home .hero {
    min-height: 515px;
  }
}

.home .coming {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
  gap: 20px 10px;
}
.home .coming a {
  transition: filter 0.25s ease;
}
.home .coming a:hover {
  filter: brightness(1.1) saturate(1.2);
}
.home .coming img {
  display: block;
  max-width: 220px;
}
@media (max-width: 555px) {
  .home .coming {
    flex-direction: column;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../styles/variables/_colors.scss%22,%22../../styles/components/_usp-bullets.scss%22,%22../../styles/components/_features.scss%22,%22../../styles/components/_product-video.scss%22,%22../../styles/components/_specs.scss%22,%22../../styles/components/_kickstarter.scss%22,%22../../styles/page-front.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEA;AAAA;AAAA;AASA;AAAA;AAAA;AAaA;AAAA;AAAA;ACtBA;EACI;EAEA;EACA;EAGA;EACA;EAEA;EACA;EAEA;EACA;;AAMA;EACI;;AAEA;EAHJ;IAIQ;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YDzBE;EC0BF;;;AC3CZ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;;AAGJ;EAGI;EACA;EACA;EACA,OALO;EAMP,QANO;;AAQP;EACI,MF1BL;EE2BK,QF3BL;EE4BK;;AAIR;EACI;EACA;EACA;;;ACxCR;AAGA;EACI;EAEA;;;AAGJ;EACI;EACA;EACA,OHJQ;EGKR;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;AACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AC9BJ;EACI,YJcG;EIbH;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,OJRI;EISJ;EACA;;AAGJ;EACI;EACA;EACA;EAEA;EACA;EACA;EAEA;;AAEA;EAXJ;IAYQ;;;AAGJ;EACI;EACA;EACA;EACA,OJlBL;;AIoBK;EACI;EACA;EACA;EACA;EACA;EACA;EACA,YJ1CT;EI2CS;;;AC/ChB;EACI,YLaG;EKZH;EACA;;AAEA;EACI;EACA;EACA,OLHI;EKIJ;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EALJ;IAMQ;;;AAIR;EACI,YLjBA;EKkBA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;;AAGJ;EACI,OLvBD;EKwBC;;AAGJ;EACI;EACA;EACA,OLzBA;;AK4BJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;IACA;IACA;;;AAIR;EACI;EACA,OLjDD;;AKoDH;EACI;EACA;EACA;;AAEA;EACI,OL3EL;EK4EK;;;AAMR;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EALJ;IAMQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,OL/GD;;AKkHH;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;;ACxHR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EAEA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA,aACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAOZ;EACI;IACI;IACA;;EAGJ;IACI;IACA;IACA;IAEA;IACA;IACA;IACA;IAEA;;EAEA;IACI;IACA;IACA;;EAGJ;IACI;;EAEA;IACI;;EAKZ;IACI;;EACA;IACI;IACA;;EAGJ;IACI;IACA;;EAEA;IACI;;;AAOhB;EAjHJ;IAkHQ;;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAIR;EACI;EACA;;AAGJ;EAxBJ;IAyBQ%22,%22file%22:%22page-front.css%22%7D */
