/* Hardware Sales page (Figma node-id: 11260:85707) */

.hardware-sales-main {
  background: var(--color-bg);
}

/* Hero */
.hardware-sales-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 232px 0 144px;
  background-image: url('../images/hardware-sales-hero-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hardware-sales-hero__container {
  width: 91.11%;
  max-width: var(--max-width);
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hardware-sales-hero__title {
  margin: 0;
  font-family: var(--font-poppins);
  font-size: 64px;
  font-weight: 400;
  line-height: 1.08;
  text-transform: uppercase;
  color: var(--color-white);
}

.hardware-sales-breadcrumb {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  font-family: var(--font-noto-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--color-white);
}

.hardware-sales-breadcrumb a {
  color: var(--color-white);
}

.hardware-sales-breadcrumb__sep {
  opacity: 0.7;
}

/* Intro */
.hardware-sales-intro {
  display: flex;
  justify-content: center;
  padding: 80px 64px;
  background: var(--color-white);
}

.hardware-sales-intro__container {
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1088px;
}

.hardware-sales-intro__media {
  flex: 1;
  aspect-ratio: 310 / 207;
  min-width: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  background: #e6e6e6;
}

.hardware-sales-intro__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}

.hardware-sales-intro__heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hardware-sales-intro__title {
  margin: 0;
  font-family: var(--font-noto-sans);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--color-text);
}

.hardware-sales-underline {
  display: block;
  width: 34px;
  height: 3px;
  background: var(--color-primary);
}

.hardware-sales-intro__text {
  margin: 0;
  font-family: var(--font-noto-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: var(--color-text);
}

/* Features */
.hardware-sales-features {
  display: flex;
  justify-content: center;
  padding: 104px 0;
  background: var(--color-bg);
}

.hardware-sales-features__container {
  width: 91.11%;
  max-width: var(--max-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.hardware-sales-features__title {
  margin: 0;
  font-family: var(--font-poppins);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: var(--color-text);
}

.hardware-sales-features__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: 100%;
}

.hardware-sales-feature-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
  background: var(--color-white);
  border: 1px solid #f3f4f6;
  border-radius: 15px;
}

.hardware-sales-feature-card__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.hardware-sales-feature-card__title {
  margin: 0;
  font-family: var(--font-noto-sans);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--color-text);
}

.hardware-sales-feature-card__text {
  margin: 0;
  font-family: var(--font-noto-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: var(--color-text);
}

/* Partner Use Cases */
.hardware-sales-use-cases {
  display: flex;
  justify-content: center;
  padding: 104px 0;
  background: var(--color-white);
}

.hardware-sales-use-cases__container {
  width: 91.11%;
  max-width: var(--max-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

.hardware-sales-use-cases__title {
  margin: 0;
  font-family: var(--font-poppins);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--color-text);
}

.hardware-sales-use-cases__box {
  width: 100%;
  max-width: 1088px;
  padding: 48px;
  background: #f3f4f5;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hardware-sales-use-cases__lead {
  margin: 0;
  font-family: var(--font-noto-sans);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: var(--color-text);
}

.hardware-sales-use-cases__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hardware-sales-use-cases__list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-family: var(--font-noto-sans);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: var(--color-text);
}

.hardware-sales-use-cases__list li::before {
  content: '';
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M21.8006%209.99999C22.2573%2012.2413%2021.9318%2014.5714%2020.8785%2016.6018C19.8251%2018.6322%2018.1075%2020.24%2016.0121%2021.1573C13.9167%2022.0746%2011.5702%2022.2458%209.36391%2021.6424C7.15758%2021.0389%205.2248%2019.6974%203.88789%2017.8414C2.55097%2015.9854%201.89073%2013.7272%202.01728%2011.4434C2.14382%209.15952%203.04949%206.98808%204.58326%205.29116C6.11703%203.59424%208.18619%202.47442%2010.4457%202.11844C12.7052%201.76247%2015.0184%202.19185%2016.9996%203.33499%22%20stroke%3D%22%23007C93%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M9%2011L12%2014L22%204%22%20stroke%3D%22%23007C93%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Member (Figma: gray background on this page) */
.hardware-sales-page .member {
  background: var(--color-bg);
}

/* CTA */
.hardware-sales-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 104px 24px;
  background: var(--color-secondary-bg);
}

.hardware-sales-cta__title {
  margin: 0;
  font-family: var(--font-poppins);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: var(--color-white);
}

.hardware-sales-cta .btn {
  padding-right: 74px;
  position: relative;
}

.hardware-sales-cta .btn::after {
  content: '';
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20%2016H6H20Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M14.7934%2011L20%2015.9588M20%2016H6%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* Responsive */
@media (max-width: 1200px) {
  .hardware-sales-hero__title {
    font-size: 48px;
  }

  .hardware-sales-intro__container {
    flex-direction: column-reverse;
    gap: 40px;
  }

  .hardware-sales-features__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .hardware-sales-hero {
    padding: 152px 16px 80px;
    justify-content: flex-start;
  }

  .hardware-sales-hero__container {
    gap: 24px;
  }

  .hardware-sales-hero__title {
    font-size: 48px;
    line-height: 1.3;
  }

  .hardware-sales-intro {
    padding: 80px 16px;
  }

  .hardware-sales-intro__title {
    font-size: 28px;
  }

  .hardware-sales-features {
    padding: 80px 16px;
  }


  .hardware-sales-features__container {
    width: 100%;
    gap: 40px;
  }

  .hardware-sales-features__title,
  .hardware-sales-use-cases__title,
  .hardware-sales-cta__title {
    font-size: 40px;
  }

  .hardware-sales-use-cases {
    padding: 80px 16px;
  }

  .hardware-sales-use-cases__container {
    width: 100%;
    gap: 40px;
  }

  .hardware-sales-use-cases__box {
    padding: 32px 24px;
  }

  .hardware-sales-cta {
    padding: 64px 24px;
  }
}
