.product-page { background: #fff; }
.product-hero { min-height: 190px; display: flex; align-items: center; color: #fff; background: linear-gradient(90deg, rgba(5,55,36,.72), rgba(5,55,36,.14)), url("../assets/banner1.jpg") center 66% / cover no-repeat; }
.product-hero h1 { margin: 0; font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 800; line-height: 1; text-transform: uppercase; }
.product-breadcrumb { padding: 10px 0; color: #555; background: #f1f1f1; font-size: .82rem; }
.product-breadcrumb .container { display: flex; align-items: center; gap: 7px; }
.product-breadcrumb i, .product-breadcrumb a { color: #303030; }
.detail-section { padding: 30px 0 54px; }
.detail-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 28px; align-items: stretch; }
.gallery-panel { min-width: 0; display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 18px; padding: 18px; border: 1px solid #ececec; border-radius: 4px; }
.gallery-main { order: 2; min-width: 0; display: flex; align-items: center; justify-content: center; background: #fafafa; }
.gallery-main img { width: 100%; aspect-ratio: 1 / 1;  object-fit: cover; }
.gallery-thumbs { order: 1; display: flex; flex-direction: column; gap: 12px; }
.gallery-thumb { width: 78px; height: 78px; padding: 2px; background: #fff; border: 1px solid #d6d6d6; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumb:hover, .gallery-thumb.active { border-color: var(--green); box-shadow: 0 0 0 2px rgba(17,147,79,.2); }
.detail-card { min-width: 0; padding: 30px 30px 24px; border: 1px solid #e8e8e8; border-radius: 4px; }
.detail-card h2 { margin: 0 0 22px; color: #2e2e2e; font-size: clamp(1.1rem, 1.55vw, 1.35rem); font-weight: 700; line-height: 1.45; }
.detail-type { margin: 0; padding-bottom: 12px; color: #777; border-bottom: 1px solid #ddd; font-size: .9rem; }
.detail-type span { color: #666; }
.detail-price { display: flex; align-items: baseline; gap: 12px; padding: 15px 0 25px; border-bottom: 1px solid #ddd; color: #555; font-size: .85rem; }
.detail-price strong { color: #f0403d; font-size: 1.45rem; font-weight: 700; }
.detail-summary { padding: 20px 0 23px; border-bottom: 1px solid #ddd; }
.detail-summary h3 { margin: 0 0 7px; color: #555; font-size: .82rem; font-weight: 500; }
.detail-summary p { margin: 0; color: #7b7b7b; font-size: .9rem; line-height: 1.6; }
.detail-actions { display: flex; align-items: center; gap: 24px; padding-top: 24px; }
.detail-actions .btn { min-width: 168px; padding: 8px 24px; font-size: .95rem; text-align: center; }
.email-btn { display: inline-flex; min-height: 34px; padding: 0 16px; align-items: center; gap: 8px; color: #fff; background: #39a879; border-radius: 999px; font-size: .95rem; white-space: nowrap; }
.email-btn:hover { color: #fff; background: #23875a; }
.detail-socials { gap: 10px; margin-top: 22px; }
.detail-socials a { width: 22px; height: 22px; color: #222; border-width: 1px; font-size: .65rem; }
.spec-section { padding: 30px 0 48px; background: #fafafa; }
.spec-section h2 { margin: 0 0 44px; color: #282828; text-align: center; font-size: clamp(1.8rem, 3vw, 2.3rem); font-weight: 800; }
.spec-intro { max-width: 1400px; margin: 0 auto 40px; color: #555; font-size: .95rem; line-height: 2; }
.table-wrap { overflow-x: auto; border: 1px solid #d7d7d7; }

.spec-intro table{ width: 100%; min-width: 960px;margin-top: 20px;
  border-collapse: collapse; color: #4e4e4e; background: #fff; font-size: .95rem; text-align: center; }
.spec-intro img{max-width: 100%;height: auto}
.spec-intro table th, .spec-intro table  td { padding: 8px 7px; border: 1px solid #d7d7d7; }
.spec-intro table thead th { background: #f0f0f0; font-weight: 700; line-height: 1.3; }
.spec-intro table tbody tr:nth-child(even) { background: #f2f2f2; }
.download-block { margin-top: 58px; }
.download-block h3 { display: flex; align-items: center; gap: 7px; margin: 0 0 12px; padding-bottom: 11px; border-bottom: 1px solid #ddd; color: #333; font-size: 1rem; }
.download-block h3 span { width: 8px; height: 22px; background: #dd1633; border-radius: 4px; }
.download-block a { color: #4c4c4c; font-size: .78rem; }
.download-block a i { margin-right: 7px; color: #e21c35; }
.related-section { padding: 23px 0 60px; background: #f3f3f3; }
.related-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 29px; }
.related-heading h2 { margin: 0; color: #161616; font-size: 1.55rem; font-weight: 800; }
.related-heading p { margin: 3px 0 0; color: #777; font-size: .72rem; }
.related-controls { display: flex; gap: 16px; }
.related-controls .circle-btn { width: 36px; height: 36px; font-size: 1rem; }
.related-swiper { overflow: hidden; }
.related-swiper .swiper-wrapper { align-items: stretch; }
.related-swiper .swiper-slide { height: auto; }
.related-card { display: block; height: 100%; color: #555; }
.related-card img { width: 100%; aspect-ratio: 1.15 / 1; object-fit: cover; border-radius: 6px; }
.related-card h3 { min-height: 2.65em; margin: 12px 6px 5px; overflow: hidden; font-size: .76rem; font-weight: 400; line-height: 1.45; }
.related-card p { margin: 0 6px; color: #ef4745; font-size: 1rem; }
.inquiry-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
.inquiry-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.inquiry-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .38);
}
.inquiry-modal__dialog {
  position: relative;
  width: min(798px, 100%);
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  background: #f8f8f8;
  border: 1px solid #777;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .22);
  transform: translateY(12px);
  transition: transform .2s ease;
}
.inquiry-modal.is-open .inquiry-modal__dialog {
  transform: translateY(0);
}
.inquiry-modal__header {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px 0 32px;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
}
.inquiry-modal__header h2 {
  margin: 0;
  color: #333;
  font-size: 1.25rem;
  font-weight: 800;
}
.inquiry-modal__close {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #777;
  background: transparent;
  border: 0;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}
.inquiry-modal__close:hover {
  color: #333;
}
.inquiry-form {
  display: grid;
  gap: 16px;
  padding: 11px 32px 27px;
}
.inquiry-notice {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 7px;
  padding: 0 31px;
  color: #555;
  background: #fff;
  border: 1px solid #80c343;
  border-radius: 18px 0 18px 0;
  font-size: 1rem;
  font-weight: 800;
}
.inquiry-notice i {
  color: #80c343;
  font-size: 1.125rem;
}
.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  color: #555;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  outline: none;
  font: inherit;
  font-size: .94rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.inquiry-form input {
  height: 45px;
  padding: 0 20px;
}
.inquiry-form textarea {
  min-height: 114px;
  padding: 12px 20px;
  resize: vertical;
}
.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: #999;
}
.inquiry-form input:focus,
.inquiry-form textarea:focus {
  border-color: #80c343;
  box-shadow: 0 0 0 3px rgba(128, 195, 67, .16);
}
.inquiry-captcha-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 10px;
  align-items: center;
}
.inquiry-captcha {
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: center;
  gap: 3px;
  overflow: hidden;
  background:
    repeating-linear-gradient(172deg, rgba(87, 180, 221, .2) 0 2px, transparent 2px 11px),
    linear-gradient(135deg, #fff 0%, #f8f8f8 48%, #e6efe6 100%);
  border-radius: 3px;
  color: #60b533;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.92rem;
  font-style: italic;
  letter-spacing: 0;
}
.inquiry-captcha span:nth-child(2) {
  color: #28aee4;
  transform: translateY(-3px) rotate(8deg);
}
.inquiry-captcha span:nth-child(3) {
  color: #c5bd34;
  transform: rotate(-11deg);
}
.inquiry-captcha span:nth-child(4) {
  color: #2c7970;
  transform: translateY(1px) rotate(-8deg);
}
.inquiry-submit {
  width: calc(100% - 72px);
  min-height: 49px;
  justify-self: center;
  margin-top: 10px;
  color: #fff;
  background: #82bd3d;
  border: 0;
  border-radius: 999px;
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.inquiry-submit:hover {
  background: #70aa30;
  transform: translateY(-1px);
}
body.inquiry-modal-open {
  overflow: hidden;
}
@media (max-width: 991.98px) { .detail-grid { grid-template-columns: 1fr; } .gallery-main img { max-height: 560px; } .detail-card { padding: 26px 24px 22px; } }
@media (max-width: 767.98px) {
  .product-hero { min-height: 32vw; background-position: 34% center; text-align: center; }
  .product-hero h1 { font-size: 2rem; }
  .product-breadcrumb { padding: 9px 0; font-size: .75rem; }
  .detail-section { padding: 18px 0 30px; }
  .detail-grid { gap: 16px; }
  .gallery-panel { grid-template-columns: 1fr; gap: 12px; padding: 10px; }
  .gallery-main { order: 1; }
  .gallery-main img { aspect-ratio: 1 / .92; max-height: none; }
  .gallery-thumbs { order: 2; flex-direction: row; justify-content: center; gap: 8px; }
  .gallery-thumb { width: 62px; height: 62px; }
  .detail-card { padding: 20px 16px 18px; }
  .detail-card h2 { margin-bottom: 17px; font-size: 1rem; }
  .detail-summary p { font-size: .76rem; line-height: 1.7; }
  .detail-actions { gap: 10px; padding-top: 18px; }
  .detail-actions .btn { min-width: 0; flex: 1; padding: 8px 12px;font-size: .8rem }
  .email-btn { flex: 1; justify-content: center; padding: 2px 8px; font-size: .8rem; }
  .detail-socials { margin-top: 17px; }
  .spec-section { padding: 24px 0 35px; }
  .spec-section h2 { margin-bottom: 24px; font-size: 1.65rem; }
  .spec-intro { margin-bottom: 24px; font-size: .9rem; line-height: 1.8;overflow-x: auto; }
  .spec-intro table{ width: 100%; min-width: 960px;margin-top: 20px;
    border-collapse: collapse; color: #4e4e4e; background: #fff; font-size: .85rem; text-align: center; }
  .download-block { margin-top: 34px; }
  .related-section { padding: 20px 0 38px; }
  .related-heading { margin-bottom: 20px; }
  .related-heading h2 { font-size: 1.28rem; }
  .related-controls { gap: 8px; }
  .related-controls .circle-btn { width: 32px; height: 32px; }
  .related-card h3 { margin-top: 8px; font-size: .72rem; }
  .related-card p { font-size: .95rem; }
  .inquiry-modal { padding: 12px; align-items: center; }
  .inquiry-modal__dialog { max-height: calc(100vh - 24px); }
  .inquiry-modal__header { min-height: 58px; padding: 0 16px 0 18px; }
  .inquiry-modal__header h2 { font-size: 1.05rem; }
  .inquiry-form { gap: 12px; padding: 10px 16px 20px; }
  .inquiry-notice { min-height: 52px; padding: 0 14px; font-size: .9rem; line-height: 1.35; }
  .inquiry-form input { height: 42px; padding: 0 14px; }
  .inquiry-form textarea { min-height: 96px; padding: 10px 14px; }
  .inquiry-captcha-row { grid-template-columns: minmax(0, 1fr) 96px; gap: 8px; }
  .inquiry-captcha { height: 42px; font-size: 1.55rem; }
  .inquiry-submit { width: 100%; min-height: 46px; margin-top: 4px; }
}
