/* Product page sections */
.spec-table {
  margin: 20px 0;
}

.spec-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.spec-table th,
.spec-table td {
  padding: 12px 16px;
  border: 1px solid #e1e6eb;
  text-align: left;
  vertical-align: middle;
}

.spec-table th:first-child,
.spec-table td:first-child {
  padding-left: 16px;
}

.spec-table th {
  width: 38%;
  background: #f8f8f8;
  font-weight: 400;
  text-transform: none;
}

.spec-table tr:nth-child(even) {
  background: #fafafa;
}

.elevator-price-box {
  padding: 20px 0;
  border-top: 1px solid #e1e6eb;
  border-bottom: 1px solid #e1e6eb;
  margin: 25px 0;
  font-family: 'Google Sans Flex', Arial, sans-serif;
}

.elevator-price-box .price-label {
  margin-bottom: 8px;
  color: #004c84;
  font-family: 'Google Sans Flex', Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  text-transform: none;
}

.elevator-price-box .price-main {
  color: rgba(0, 0, 0, .53);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.elevator-price-box .price-main span {
  color: #004c84;
  font-size: 32px;
  font-weight: 800;
}

.elevator-price-box .price-note {
  margin-top: 10px;
  color: rgba(0, 0, 0, .53);
  font-size: 13px;
  font-style: italic;
  line-height: 1.6;
}

.h1-product-getis {
  font-size: 45px;
}

.h-color {
  color: #004c84;
}

.row-products h2,
.home-elevator-useful-col h2,
.home-elevator-useful-col h3,
.home-elevator-useful-col h4,
.tittle-product,
.h4-product,
.h4-product a {
  color: #004c84 !important;
}

.feature-highlight {
  margin: 35px 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-item {
  padding: 22px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .04);
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 16px;
  border: 1px solid #245693;
  border-radius: 16px;
  background: #fff;
  transition: all .3s ease;
}

.feature-icon img {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(19%) sepia(98%) saturate(1567%) hue-rotate(184deg) brightness(93%) contrast(101%);
}

.feature-item:hover .feature-icon {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #004c84, #245693);
}

.feature-item:hover .feature-icon img {
  filter: brightness(0) invert(1);
}

.sometas-safety-head h2 {
  margin-bottom: 10px;
  color: #004c84;
}

.sometas-safety-head p {
  margin: 0 auto 28px;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

.sometas-safety-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.sometas-safety-card {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .05);
}

.safety-img {
  display: flex;
  align-items: center;
  min-height: 82px;
  padding: 18px 18px 0;
  background: transparent;
}

.safety-img img {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(20%) sepia(82%) saturate(1730%) hue-rotate(183deg) brightness(92%) contrast(101%);
}

.safety-content {
  padding: 14px 18px 18px;
}

.safety-content h3 {
  margin: 0 0 8px;
  color: #004c84;
  font-size: 17px;
  line-height: 1.35;
}

.safety-content li {
  margin-bottom: 2px;
  font-size: 16px;
}

.safety-content p {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.65;
}

.sometas-size-table {
  margin: 35px 0;
}

.table-scroll {
  overflow-x: auto;
  width: 100%;
  border: 1px solid #d9dee8;
  border-radius: 10px;
}

.sometas-size-table table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}

.sometas-size-table th,
.sometas-size-table td {
  padding: 5px 10px;
  border: 1px solid #d9dee8;
  vertical-align: middle;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

.sometas-size-table th:first-child,
.sometas-size-table td:first-child {
  padding-left: 10px;
}

.sometas-size-table th {
  background: #f3f7fb;
  color: #111;
  font-weight: 400;
  text-align: left;
}

.sometas-size-table table tbody th,
.sometas-size-table table tbody th:first-child {
  text-align: left !important;
}

.sometas-size-table td {
  color: #333;
  text-align: center;
}

.sometas-size-table .table-head td,
.sometas-size-table .table-head th {
  background: #004c84;
  color: #fff;
  font-weight: 700;
}

.table-note {
  margin-top: 15px;
  padding: 16px 18px;
  border-left: 4px solid #004c84;
  border-radius: 8px;
  background: #f7f9fc;
}

.table-note p,
.table-note li {
  margin-bottom: 6px;
  color: #444;
  font-size: 16px;
  line-height: 1.7;
}

.table-note ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

.home-elevator-gallery {
  margin-bottom: 28px;
}

.home-elevator-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-elevator-gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f3f7fb;
}

.home-elevator-gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
}

.home-elevator-gallery-more {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

.home-elevator-gallery-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid #004c84;
  border-radius: 6px;
  background: #004c84;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.home-elevator-gallery-more a:hover,
.home-elevator-gallery-more a:focus {
  background: #fff;
  color: #004c84;
}

.home-elevator-price-comparison {
  margin: 28px 0;
}

.home-elevator-price-head h2 {
  margin: 0 0 12px;
}

.home-elevator-price-head p {
  margin: 0 0 10px;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}

.price-comparison-table th:first-child,
.price-comparison-table td:first-child {
  width: 72px;
  text-align: center !important;
}

.price-comparison-table td:nth-child(3),
.price-comparison-table td:nth-child(4) {
  text-align: center;
}

.price-comparison-note {
  margin-top: 16px;
}

.home-elevator-faq {
  margin: 28px 0;
}

.home-elevator-faq h2 {
  margin: 0 0 18px;
}

.home-elevator-faq-list {
  display: grid;
  gap: 12px;
}

.home-elevator-faq-item {
  border: 1px solid #d9dee8;
  border-radius: 8px;
  background: #fff;
}

.home-elevator-faq-item summary {
  cursor: pointer;
  padding: 14px 16px;
  color: #004c84;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.home-elevator-faq-item p {
  margin: 0;
  padding: 0 16px 16px;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}

.home-elevator-useful {
  margin: 28px 0 24px;
}

.home-elevator-useful h2 {
  margin: 0 0 18px !important;
  color: #004c84;
  text-align: left !important;
}

.home-elevator-useful p {
  margin: 0 0 14px;
  color: #333;
  font-size: 16px;
  line-height: 1.75;
}

.home-elevator-useful table {
  width: 100%;
  margin: 22px 0 18px;
  border-collapse: separate;
  border-spacing: 0;
}

.home-elevator-useful tbody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home-elevator-useful tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  padding: 14px;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  background: #fff;
}

.home-elevator-useful td {
  padding: 0;
  border: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.45;
}

.home-elevator-useful td:first-child {
  color: #004c84;
}

@media (max-width: 991px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 768px) {
  .spec-table th {
    width: 45%;
  }

  .elevator-price-box {
    padding: 15px 0;
    margin: 0;
  }

  .elevator-price-box .price-main {
    font-size: 18px;
  }

  .elevator-price-box .price-main span {
    display: block;
    margin-top: 4px;
    font-size: 25px;
  }

  .elevator-price-box .price-note {
    font-size: 12px;
  }

  .h1-product-getis {
    font-size: 35px !important;
  }

  .feature-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
    border-radius: 14px;
  }

  .feature-icon img {
    width: 28px;
    height: 28px;
  }

  .sometas-safety-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .sometas-safety-head p {
    font-size: 15px;
    text-align: left;
  }

  .safety-content {
    padding: 12px;
  }

  .safety-img {
    min-height: 64px;
    padding: 14px 12px 0;
  }

  .safety-img img {
    width: 36px;
    height: 36px;
  }

  .safety-content h3 {
    font-size: 14px;
  }

  .safety-content p {
    font-size: 13px;
    line-height: 1.55;
  }

  .table-scroll {
    position: relative;
    border-radius: 8px;
  }

  .table-scroll::before {
    content: "Vuốt ngang để xem đầy đủ bảng >";
    position: sticky;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    padding: 8px 10px;
    background: #004c84;
    color: #fff;
    font-size: 16px;
  }

  .sometas-size-table table {
    min-width: 100px;
    font-size: 13px;
  }

  .sometas-size-table th {
    white-space: nowrap;
  }

  .sometas-size-table table tbody th,
  .sometas-size-table table tbody th:first-child {
    text-align: left !important;
  }

  .table-note {
    padding: 10px;
  }

  .table-note p,
  .table-note li {
    font-size: 15px;
  }

  .home-elevator-gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .home-elevator-gallery-more {
    margin-top: 18px;
  }

  .home-elevator-useful {
    margin: 22px 0 20px;
  }

  .home-elevator-useful p {
    font-size: 15px;
    line-height: 1.7;
  }

  .home-elevator-useful tbody {
    grid-template-columns: 1fr;
  }

  .home-elevator-useful tr {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-item {
    padding: 18px;
  }
}

/* Global typography sync for product/content pages */
.row-products h1,
.product-main h1,
.single-product h1,
.h1-product-getis {
  font-size: var(--getis-font-size-h1) !important;
  line-height: var(--getis-line-height-heading);
}

.row-products h2,
.product-main h2,
.single-product h2,
.sometas-safety-head h2,
.home-elevator-price-head h2,
.home-elevator-faq h2,
.home-elevator-useful h2 {
  font-size: var(--getis-font-size-h2) !important;
  line-height: var(--getis-line-height-heading);
}

.row-products h3,
.product-main h3,
.single-product h3,
.safety-content h3,
.home-elevator-useful h3 {
  font-size: var(--getis-font-size-h3) !important;
  line-height: 1.3;
}

.row-products h4,
.product-main h4,
.single-product h4,
.home-elevator-useful h4,
.tittle-product,
.h4-product,
.h4-product a {
  font-size: var(--getis-font-size-h4) !important;
  line-height: 1.35;
}

.row-products p,
.row-products a,
.row-products li,
.row-products th,
.row-products td,
.product-main p,
.product-main a,
.product-main li,
.product-main th,
.product-main td,
.single-product p,
.single-product a,
.single-product li,
.single-product th,
.single-product td,
.table-note p,
.table-note a,
.table-note li,
.safety-content a,
.safety-content li,
.home-elevator-useful p,
.home-elevator-useful a,
.home-elevator-useful li,
.home-elevator-useful th,
.home-elevator-useful td {
  font-size: var(--getis-font-size-body) !important;
}
