/* FONT TYPE DEFINITIONS */

@font-face {
  font-family: "IntelOne Display";
  src: url("../assets/fonts/intelone-display-regular.eot");
  src:
    url("../assets/fonts/intelone-display-regular.woff") format("woff"),
    url("../assets/fonts/intelone-display-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IntelOne Display";
  src: url("../assets/fonts/intelone-display-medium.eot");
  src:
    url("../assets/fonts/intelone-display-medium.woff") format("woff"),
    url("../assets/fonts/intelone-display-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IntelOne Display";
  src: url("../assets/fonts/intelone-display-light.eot");
  src:
    url("../assets/fonts/intelone-display-light.woff") format("woff"),
    url("../assets/fonts/intelone-display-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IntelOne Display";
  src: url("../assets/fonts/intelone-display-bold.eot");
  src:
    url("../assets/fonts/intelone-display-bold.woff") format("woff"),
    url("../assets/fonts/intelone-display-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background-color: #000;
  overflow-x: hidden;
}

body {
  font-family: "IntelOne Display", sans-serif;
  color: #fff;
  overflow-x: hidden;
  max-width: 1515px;
  margin: 0 auto;
  background-color: #000;
}

.cta-btn {
  text-align: center;
  font-family: "IntelOne Display";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  cursor: pointer;
  background: linear-gradient(90deg, #4a3aff 0%, #a923f1 100%);
  font-family: "IntelOne Display", sans-serif;
  border: none;
  transition: all 300ms ease-in-out;
  z-index: 10;
  color: #fff;
}
.cta-btn:hover {
  background: linear-gradient(90deg, #4a3aff 0%, #9917df 100%);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
a {
  text-decoration: none;
  color: #fff;
  overflow-wrap: break-word;
  word-break: normal;
}
a:hover {
  cursor: pointer;
  text-decoration: underline;
}

.section-one {
  position: relative;
  min-height: 493px;
  max-width: 100%;
  width: 100%;
  background-image: image-set(
    url(../assets/images/backgrounds/section1_bg_mb.png) 1x,
    url(../assets/images/backgrounds/section1_bg_mb@2x.png) 2x,
    url(../assets/images/backgrounds/section1_bg_mb@3x.png) 3x
  );
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: 2;
}
.section-one::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.85) 15%,
    rgba(0, 0, 0, 0.55) 30%,
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0.08) 48%,
    rgba(0, 0, 0, 0) 55%
  );
}
.section-one .img-pattern {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 127px;
}
.section-one .img-badge {
  width: 72px;
  height: auto;
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.section-one h1 {
  font-family: "IntelOne Display";
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
  position: relative;
  top: 103px;
  left: 36px;
  letter-spacing: -1.3px;
  text-align: left;
  line-height: 32px;
  z-index: 10;
  max-width: unset;
}
.section-one h1 .to_left {
  position: relative;
  display: block;
  left: 24px;
  letter-spacing: -1.1px;
}

.section-one .img-dragon {
  position: absolute;
  top: 34%;
  left: 43.1%;
  transform: translate(-50%);
  z-index: 2;
  width: 86%;
}
.section-one .cta-btn {
  position: absolute;
  bottom: 11px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5.4px 0;
  width: 130px;
}
.section-one .gradient-bottom {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: blur(11px);
  width: 100%;
  height: 45px;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -22px;
}
.section-two {
  position: relative;
  min-height: 403px;
  max-width: 100%;
}
.section-two h2 {
  font-size: 32px;
  font-family: "IntelOne Display";
  font-style: italic;
  font-weight: 700;
  position: relative;
  top: 21px;
  right: 52px;
  letter-spacing: -1.4px;
  text-align: right;
  line-height: 31px;
  z-index: 3;
}
.section-two h2 .to_right {
  position: relative;
  display: block;
  right: -31px;
}
.section-two .text {
  position: absolute;
  top: 90px;
  right: 10px;
  width: 145px;
  font-size: 15px;
  line-height: 16.7px;
  z-index: 6;
}
.section-two .imgs-container {
  position: relative;
  width: 100%;
}
.section-two .imgs-container .img-bg-airplane {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  top: -133px;
}
.section-two .imgs-container .img-airplane {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 83%;
  top: -28px;
}
.section-two .imgs-container .img-pattern_only-dt {
  display: none;
}
.section-two .imgs-container .img-glow_only-dt {
  display: none;
}

.section-three {
  position: relative;
  min-height: 216px;
  max-width: 100%;
  margin-top: -1px;
}

.section-three .img-laptop {
  position: absolute;
  right: 0;
  width: 100%;
  top: -68px;
  z-index: 2;
}
.section-three .glow_only_dt {
  display: none;
}
.section-three h2 {
  font-size: 32px;
  font-family: "IntelOne Display";
  font-style: italic;
  font-weight: 700;
  position: relative;
  top: -32px;
  left: 40px;
  letter-spacing: -1.3px;
  text-align: left;
  line-height: 31px;
  z-index: 2;
}
.section-three h2 .to_left {
  position: relative;
  display: block;
  left: -31px;
}
.section-three .text {
  display: block;
  position: relative;
  top: -27px;
  left: 12px;
  width: 130px;
  font-size: 15px;
  line-height: 16px;
  z-index: 2;
  margin-bottom: 10px;
}
.section-three .cta-btn {
  position: relative;
  bottom: 20px;
  left: 22px;
  padding: 5px 20px;
}

.section-four {
  position: relative;
  min-height: 262px;
  max-width: 100%;
}
.section-four .bgs {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
.section-four .bgs .img-mask {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: -3px;
}
.section-four .bgs .img-mask_two {
  width: 100%;
  position: absolute;
  z-index: 4;
  top: -80px;
  left: 0;
  opacity: 0.6;
}
.section-four .bgs .light {
  width: 100%;
  position: absolute;
  z-index: 4;
  height: 6px;
  top: 165px;
}
.section-four .bgs .light::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgb(0, 135, 255) 0%,
    rgb(46, 186, 255) 22%,
    rgb(136, 227, 255) 50%,
    rgb(96, 220, 255) 70%,
    rgb(0, 150, 255) 100%
  );
  filter: blur(1.5px);
}
.section-four .bg-transition_no-mb {
  display: none;
}
.section-four .bgs .img-castle {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 7px;
}
.section-four .bgs .img-gamer_girl {
  width: 100%;
  max-width: 375px;
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 4;
}
.section-four .bgs .fade-left {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 83%;
  height: 93px;
  pointer-events: none;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.95) 35%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.15) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 4;
}

.section-four .bgs .fade-left_two {
  position: absolute;
  bottom: 38px;
  left: 0;
  width: 100%;
  height: 56px;
  pointer-events: none;
  background: rgba(0, 0, 0, 1);
  z-index: 3;
}

.section-four .img-pattern_only-dt {
  display: none;
}

.section-four h2 {
  font-size: 32px;
  font-family: "IntelOne Display";
  font-style: italic;
  font-weight: 700;
  position: relative;
  top: 41px;
  left: 15px;
  letter-spacing: -1px;
  text-align: left;
  line-height: 32px;
  z-index: 5;
}

.section-four h2 .to_right {
  position: relative;
  display: block;
  left: 22px;
}
.section-four .text {
  position: absolute;
  top: 120px;
  left: 16px;
  width: 73%;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0px;
  z-index: 5;
}

.section-five {
  position: relative;
  max-width: 100%;
}
.section-five .bgs {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
}
/* .section-five .bgs::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    to right,
    rgb(52 218 255 / 33%) 0%,
    rgb(20 216 255 / 58%) 25%,
    rgb(0, 170, 255) 30%,
    rgb(0, 119, 255) 70%,
    rgb(2, 106, 185) 100%
  );
  filter: blur(1.5px);
  z-index: 3;
} */
.section-five .bgs .img-pattern-only_dt {
  display: none;
}
.section-five .bgs .gradient-top {
  display: block;
  position: absolute;
  background: #000000;
  width: 103%;
  z-index: 4;
  height: 49px;
  top: -25px;
  filter: blur(11px);
}
.section-five .bgs .gradient-bottom {
  display: block;
  position: absolute;
  background: #3562d6;
  width: 110%;
  z-index: 5;
  height: 40px;
  top: 94%;
  filter: blur(8px);
  left: -8px;
  display: none;
}

.section-five .bgs .img-boy_laptop {
  position: relative;
  width: 100%;
  z-index: 1;
}
.section-five .title {
  right: 29px;
  top: 0px;
  font-size: 32px;
  font-family: "IntelOne Display";
  font-style: italic;
  font-weight: 700;
  position: relative;
  letter-spacing: -1px;
  text-align: right;
  line-height: 32px;
  z-index: 5;
}
.section-five .title .to_left {
  position: relative;
  display: block;
  left: -5px;
  letter-spacing: -1.1px;
}
.section-five .text_n_button {
  position: absolute;
  right: 34px;
  top: 68px;
  width: 150px;
  z-index: 5;
  filter: drop-shadow(0px 0px 15px black);
}
.section-five .text_n_button p {
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: right;
  margin-bottom: 15px;
}
.section-five .text_n_button .cta-btn {
  margin-left: 19px;
  font-size: 10px;
  padding: 6px 10px;
  margin-top: 2px;
  color: #fff;
  min-width: 130px;
  display: block;
}
.section-five .second-title {
  position: relative;
  left: 16px;
  bottom: 135px;
  font-size: 32px;
  font-family: "IntelOne Display";
  font-style: italic;
  font-weight: 700;
  letter-spacing: -1.1px;
  text-align: left;
  line-height: 30px;
  z-index: 2;
  margin-bottom: 10px;
}
.section-five .connectivity {
  letter-spacing: -1.5px;
}
.section-five .text {
  position: absolute;
  left: 16px;
  bottom: 40px;
  width: 90%;
  z-index: 13;
  padding-right: 0px;
  filter: drop-shadow(2px 4px 6px black);
}
.section-five .text p {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  text-align: left;
}
.section-five .light {
  width: 100%;
  position: absolute;
  z-index: 3;
  height: 5px;
  bottom: -2px;
}

.section-seven {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 120px;
  z-index: 4;
  height: 100%;
  margin-top: -70px;
}
.section-seven .bg {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-seven .bg .img-mask {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-seven .title {
  position: relative;
  left: 1px;
  text-align: center;
  font-size: 32px;
  font-family: "IntelOne Display";
  font-style: italic;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 33px;
  width: auto;
  margin: 0 auto;
  z-index: 2;
  padding: 35px 60px 0px 54px;
  top: 5px;
}

.section-seven .text {
  text-align: center;
  padding: 26px 35px 0;
  font-size: 14px;
  line-height: 1.3;
  z-index: 4;
  line-height: 1.3;
}

.section-seven .link {
  text-decoration: underline;
}

.section-seven .text:nth-of-type(2) {
  padding: 7px 30px 0px 33px;
}
.section-seven .text:nth-of-type(3) {
  padding: 9px 24px 0px 28px;
  max-width: 100%;
}
.section-seven .text:nth-of-type(4) {
  padding: 7px 32px 0px 33px;
}
.section-seven .text:nth-of-type(5) {
  padding: 5px 32px 0px 36px;
  letter-spacing: 0px;
  line-height: 15px;
}

/* PRODUCT SECTION STYLING - FIXED */

.site-section {
  padding: 60px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.products-section {
  background: #000;
  padding: 80px 20px;
}

.products-section .container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.products-section .heading-holder {
  text-align: center;
  margin-bottom: 60px;
}

.products-section .heading-holder h2 {
  font-family: "IntelOne Display", sans-serif;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -1.5px;
  line-height: 45px;
  color: #fff;
  margin: 0;
}

/* PRODUCT SLIDER STYLES */
.product-slider {
  position: relative;
  margin-bottom: 80px;
  width: 100%;
  overflow: hidden; /* Fixes potential horizontal scrollbar breaks from Swiper */
}

.product-wrapper {
  display: flex;
  gap: 30px;
  justify-content: center; /* Swiper needs slides to align sequentially from start */
  flex-wrap: nowrap;          /* AMENDED: Keeps items strictly side-by-side for smooth slide translations */
  padding: 0 20px;
  box-sizing: border-box;
}

.product-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 24px;
  flex: 0 0 calc(33.333% - 20px); /* AMENDED: Uses flex-shrink '0' so columns don't compress tightly inside swiper */
  min-width: 280px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  height: auto;                   /* AMENDED: Lets columns expand to match the tallest sibling card natively */
  transition: all 300ms ease-in-out;
  backdrop-filter: blur(10px);
  position: relative;
  box-sizing: border-box;
}

.product-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(74, 58, 255, 0.1);
}

.product-item .img-holder {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow: hidden;
}

.product-item .img-holder img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-item .product-title {
  font-family: "IntelOne Display", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px 0;
  line-height: 22px;
  letter-spacing: -0.5px;
  min-height: 44px; /* AMENDED: Ensures titles always clear exactly 2 lines so specs match identically below */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-item .properties {
  flex-grow: 1; /* Retained: This naturally stretches out to force button sections downward */
  margin-bottom: 20px;
}

.product-item .badge-img {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  height: 60px;
  align-items: center;
}

.product-item .badge-img img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.product-item .info-text {
  text-align: center;
}

.product-item .subtitle {
  font-family: "IntelOne Display", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 12px;
}

.product-item .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.75);
}

.product-item .info-list li {
  margin: 6px 0;
  padding: 0;
}

.product-item .btn-holder {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: auto; /* AMENDED: Securely locks the call to action down to the absolute bottom bounds of the card */
}

.product-item .btn {
  background: linear-gradient(90deg, #4a3aff 0%, #a923f1 100%);
  color: #fff;
  font-family: "IntelOne Display", sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  width: 100%; /* OPTIONAL AMENDMENT: Makes buttons span cleanly across the bottom of cards */
}

.product-item .btn:hover {
  background: linear-gradient(90deg, #4a3aff 0%, #9917df 100%);
  transform: scale(1.03); /* AMENDED: Scaled down slightly from 1.05 to avoid text pixelation blur during transitions */
}

/* SWIPER NAVIGATION */
.swiper-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease-in-out;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  width: 8px;
  height: 8px;
  border: solid #fff;
  border-width: 2px 0 0 2px;
}

.swiper-button-prev::before {
  transform: rotate(-45deg);
}

.swiper-button-next::before {
  transform: rotate(135deg);
}

.swiper-pagination {
  display: flex;
  gap: 8px;
}

/* BACKGROUND STYLING */
.products-section .bg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  opacity: 0.3;
}

.products-section .bg-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVE STYLES */
@media (max-width: 1024px) {
  .products-section .heading-holder h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .product-item {
    flex: 0 0 calc(50% - 15px); /* AMENDED: Set flex-shrink to 0 for responsive swiper mechanics */
    max-width: 100%;
  }

  .product-wrapper {
    gap: 20px;
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .products-section {
    padding: 60px 16px;
  }

  .products-section .heading-holder {
    margin-bottom: 40px;
  }

  .products-section .heading-holder h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .product-item {
    flex: 0 0 100%; /* AMENDED: Set flex-shrink to 0 */
    max-width: 100%;
  }

  .product-wrapper {
    gap: 16px;
    padding: 0;
  }

  .product-slider {
    margin-bottom: 50px;
  }

  .swiper-nav {
    gap: 16px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .products-section {
    padding: 40px 12px;
  }

  .products-section .heading-holder h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -1px;
  }

  .product-item {
    padding: 16px;
  }

  .product-item .img-holder {
    height: 180px;
    margin-bottom: 16px;
  }

  .product-item .product-title {
    font-size: 16px;
    min-height: 38px; /* AMENDED: Slightly lower baseline constraints matching the smaller font footprint */
  }

  .product-item .subtitle {
    font-size: 12px;
  }

  .product-item .info-list {
    font-size: 12px;
    line-height: 16px;
  }

  .product-item .btn {
    font-size: 12px;
    padding: 8px 16px;
  }

  .swiper-nav {
    gap: 12px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}