@charset "utf-8";

/* ======================================================
   DEVICE PAGE
====================================================== */

.page-device {
  background: #fff;
}

.page-device .narrow {
  max-width: 1040px;
}

.page-device .device-section {
  padding: 120px 0;
  border-top: 1px solid #dcdcdc;
  background-color: #f4f4f4;
}

.page-device .section-title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
  letter-spacing: -0.4px;
  line-height: 1.35;
}

.main-foot [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* ======================================================
   HERO
====================================================== */

.page-device .device-hero {
  margin-top: 80px;
  position: relative;
  width: 100%;
  height: 560px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.page-device .device-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.20) 55%, rgba(0, 0, 0, 0.08) 100%);
}

.page-device .device-hero .inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-device .hero-copy {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.page-device .device-hero h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.8px;
  color: #fff;
}

.page-device .device-hero p {
  margin: 24px auto 0;
  max-width: 640px;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.page-device .hero-btns {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.page-device .hero-btns a {
  min-width: 140px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s ease;
}

.page-device .hero-btns .btn-fill {
  background: #ef1f26;
  color: #fff;
  border: 1px solid #ef1f26;
}

.page-device .hero-btns .btn-line {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

/* ======================================================
   TABLE
====================================================== */

.page-device .device-table-wrap {
  overflow-x: auto;
}

.page-device .device-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.page-device .device-table th {
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #222;
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
}

.page-device .device-table td {
  padding: 14px 16px;
  font-size: 13px;
  color: #333;
  line-height: 1.6;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
}

.page-device .device-table tbody tr:last-child td {
  border-bottom: 0;
}

.page-device .device-table .dot {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e6e8eb;
  vertical-align: middle;
  margin-right: 10px;
}

.page-device .device-row {
  cursor: pointer;
  transition: background .2s ease;
}

.page-device .device-row:hover {
  background: #ddd;
}

.page-device .device-row.is-active {
  background: #4e8dff;
}

.page-device .device-spec-row td {
  padding: 0 18px;
}

.device-spec-row {
  display: none;
}

.device-spec-row.is-open {
  display: table-row;
}

.device-spec-box {
  padding: 32px;
  background: #f7f7f7;
}

.spec-top {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}

.spec-thumb img {
  max-width: 180px;
  display: block;
}

.spec-info h3 {
  width: 80px;
  margin: 8px 8px 8px;
}

.spec-info p {
  margin: 0;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table th,
.spec-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.spec-table th {
  width: 160px;
}

.spec-btns {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.btn-spec {
  cursor: pointer;
}

.device-subtitle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .spec-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .spec-thumb img {
    max-width: 140px;
  }

  .spec-btns {
    flex-direction: column;
  }
}

.page-device .device-spec-inner {
  display: none;
  padding: 22px 0;
}

.page-device .device-spec-box {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 80px;
}

.page-device .spec-thumb {
  text-align: center;
}

.page-device .spec-thumb img {
  max-width: 120px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.page-device .spec-title {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.page-device .spec-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.page-device .spec-table th,
.page-device .spec-table td {
  padding: 8px 10px;
  font-size: 12px;
  border-bottom: 1px solid #ededed;
}

.page-device .spec-table th {
  width: 110px;
  color: #555;
  font-weight: 700;
}

.page-device .spec-btn-wrap {
  margin-top: 16px;
  text-align: right;
}

.page-device .spec-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 38px;
  background: #1f6fff;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.page-device .sub-table-title {
  margin: 42px 0 14px;
  font-size: 22px;
  font-weight: 700;
  color: #111;
}

/* ======================================================
   REASON
====================================================== */

.page-device .section-reason {
  background: #fff;
  padding: 200px 0 200px;
}

.page-device .section-reason .section-title {
  margin-bottom: 54px;
}

.page-device .reason-list {
  /* max-width: 920px; */
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  align-items: start;
}

.page-device .reason-item {
  text-align: center;
}

.page-device .reason-icon {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.page-device .reason-icon img {
  max-height: 80px;
  width: auto;
}

.page-device .reason-item strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: #222;
  margin-bottom: 20px;
  letter-spacing: -0.2px;
}

.page-device .reason-item p {
  font-size: 18px;
  line-height: 1.6;
  color: #222;
}

/* ======================================================
   TECH
====================================================== */

.page-device .section-tech {
  background: #f4f4f4;
  padding: 200px 0 200px;
}

.page-device .section-tech .section-title {
  color: #222;
  margin-bottom: 54px;
}

.page-device .tech-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 auto;
}

.page-device .tech-item {
  background: #fff;
  min-height: 290px;
  padding: 26px 18px 22px;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.page-device .tech-icon {
  margin-top: 24px;
  height: 92px;
}

.page-device .tech-icon img {
  max-height: 60px;
  width: auto;
}

.page-device .tech-item strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 40px;
  color: #111;
  margin-bottom: 12px;
  letter-spacing: -0.2px;
}

.page-device .tech-item p {
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}

/* ======================================================
   CERT
====================================================== */

.page-device .section-cert {
  background: #fff;
  padding: 120px 0 120px;
}

.page-device .section-cert .section-title {
  margin-bottom: 34px;
}

.page-device .cert-subtitle {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 40px;
  font-size: 14px;
  font-weight: 700;
  color: #555;
  text-transform: uppercase;
}

.page-device .cert-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
  max-width: 860px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.page-device .cert-item {
  text-align: center;
}

.page-device .cert-item img {
  max-height: 82px;
  width: auto;
  opacity: 1;
}

/* ======================================================
   HOVER
====================================================== */

@media (hover:hover) {
  .page-device .hero-btns a:hover {
    transform: translateY(-2px);
  }
}

/* ======================================================
   RESPONSIVE
====================================================== */

@media all and (max-width:1024px) {
  .page-device .tech-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 640px;
  }

  .page-device .cert-row {
    gap: 56px;
  }

  .page-device .device-spec-box {
    grid-template-columns: 1fr;
  }

  .page-device .spec-btn-wrap {
    text-align: left;
  }

  .page-device .reason-list {
    gap: 30px;
  }
}

@media all and (max-width:768px) {
  .page-device .device-hero {
    margin-top: 50px;
    height: 300px;
  }

  .page-device .device-hero::before {
    background: rgba(0, 0, 0, 0.36);
  }

  .page-device .device-hero h2 {
    font-size: 28px;
  }

  .page-device .device-hero p {
    font-size: 13px;
    line-height: 1.75;
  }

  .page-device .hero-btns {
    flex-direction: column;
    align-items: center;
  }

  .page-device .hero-btns a {
    width: 220px;
  }

  .page-device .device-section {
    padding: 50px 0;
  }

  .page-device .section-title {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .page-device .device-table {
    min-width: 760px;
  }

  .page-device .sub-table-title {
    font-size: 20px;
    margin: 32px 0 12px;
  }

  .page-device .section-reason,
  .page-device .section-tech,
  .page-device .section-cert {
    padding: 60px 0;
  }

  .page-device .section-reason .section-title,
  .page-device .section-tech .section-title {
    margin-bottom: 32px;
  }

  .page-device .reason-list {
    grid-template-columns: 1fr;
    gap: 34px;
    max-width: 320px;
  }

  .page-device .reason-icon {
    height: 90px;
    margin-bottom: 14px;
  }

  .page-device .reason-icon img {
    max-height: 72px;
  }

  .page-device .tech-grid {
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .page-device .tech-item {
    min-height: auto;

  }

  .page-device .cert-subtitle {
    text-align: center;
    margin-bottom: 16px;
  }

  .page-device .cert-row {
    gap: 28px;
  }

  .page-device .cert-item img {
    max-height: 56px;
  }
}