main {
  background: #ffffff;
}

.price-container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.price-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  background: url("../../images/led-screen-price-scaled.jpg") center / cover no-repeat;
  overflow: hidden;
}

.price-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.42);
}

.price-hero-content {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.price-hero-content h1 {
  margin: 0;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 600;
}

.price-hero-points {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.price-hero-points li {
  position: relative;
  padding-left: 18px;
  margin-top: 6px;
}

.price-hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.92);
  transform: translateY(-50%);
}

.price-hero-note {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
}

.price-hero-btn {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 44px;
  padding: 0 22px;
  background: #1354a3;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  transition: background-color 0.25s ease;
}

.price-hero-btn:hover {
  background: #0f478a;
}

/* Breadcrumb (match product cate style) */
.products-breadcrumb {
  background: #f3f3f3;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
  margin: 0;
  list-style: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.4;
}

.breadcrumb-list a {
  color: #4b2a83;
  text-decoration: underline;
}

.breadcrumb-sep {
  color: #1f4d7a;
  opacity: 0.9;
  display: inline-flex;
  align-items: center;
}

.breadcrumb-list li[aria-current="page"] {
  color: #111827;
}

.price-understand-section {
  background: #f6f6f6;
  padding: 56px 0;
}

.price-understand-content {
  max-width: 980px;
  margin: 0 auto;
}

.price-understand-content h2 {
  margin: 0;
  text-align: center;
  font-size: 33px;
  line-height: 1.25;
  font-weight: 500;
  color: #111827;
}

.price-understand-content p,
.price-understand-content li {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

.price-understand-content ul {
  margin: 8px 0 0 16px;
  padding: 0;
}

.price-cost-section {
  background: #ffffff;
  padding: 56px 0 64px;
}

.price-cost-header {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.price-cost-header h2 {
  margin: 0;
  font-size: 33px;
  line-height: 1.25;
  font-weight: 500;
  color: #111827;
}

.price-cost-header p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

.price-cost-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.price-cost-card {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.price-cost-media {
  display: block;
}

.price-cost-media img {
  display: block;
  width: 100%;
  height: auto;
}

.price-cost-body {
  padding: 14px 16px 16px;
}

.price-cost-body h3 {
  margin: 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: #1f4f8a;
}

.price-cost-body p,
.price-cost-body li {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.65;
  color: #4b5563;
}

.price-cost-body ul {
  margin: 8px 0 0 16px;
  padding: 0;
}

.price-card-btn {
  margin-top: 14px;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 42px;
  border: 1px solid #8fa3ba;
  border-radius: 4px;
  color: #1f4f8a;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.price-cost-count {
  display: inline-block;
  margin: 26px 0 0;
  padding: 8px 12px;
  background: #efefef;
  font-size: 16px;
  line-height: 1.2;
  color: #374151;
}

.price-types-section {
  background: #ffffff;
  padding: 56px 0 64px;
}

.price-types-header {
  text-align: center;
}

.price-types-header h2 {
  margin: 0;
  font-size: 33px;
  line-height: 1.25;
  font-weight: 500;
  color: #111827;
}

.price-types-header p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

.price-types-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.price-type-card {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.price-type-media {
  display: block;
}

.price-type-media img {
  display: block;
  width: 100%;
  height: auto;
}

.price-type-body {
  padding: 14px 12px 16px;
  text-align: center;
}

.price-type-body h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #1f2937;
}

.price-quote-section {
  background: #f6f6f6;
  padding: 56px 0 64px;
}

.price-quote-header {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

.price-quote-header h2 {
  margin: 0;
  font-size: 33px;
  line-height: 1.25;
  font-weight: 500;
  color: #111827;
}

.price-quote-header p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

.price-quote-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.price-quote-card {
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  padding: 18px 16px 16px;
  text-align: center;
}

.price-quote-card h3 {
  margin: 0;
  font-size: 33px;
  line-height: 1.2;
  font-weight: 500;
  color: #111827;
}

.price-quote-card p {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

.price-invest-section {
  background: #ffffff;
  padding: 56px 0 64px;
}

.price-invest-section.is-alt {
  background: #f6f6f6;
}

.price-invest-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.price-invest-grid.is-reverse {
  direction: rtl;
}

.price-invest-grid.is-reverse > * {
  direction: ltr;
}

.price-invest-text h2 {
  margin: 0;
  font-size: 33px;
  line-height: 1.25;
  font-weight: 500;
  color: #111827;
}

.price-invest-text p,
.price-invest-text li {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.65;
  color: #4b5563;
}

.price-invest-text ul {
  margin: 8px 0 0 16px;
  padding: 0;
}

.price-invest-media {
  margin: 0;
}

.price-invest-media img {
  display: block;
  width: 100%;
  height: auto;
}

.price-list-section {
  padding: 56px 0 64px;
}

.price-list-content {
  max-width: 980px;
  margin: 0 auto;
}

.price-list-content h2 {
  margin: 0;
  text-align: center;
  font-size: 33px;
  line-height: 1.25;
  font-weight: 500;
  color: #111827;
}

.price-list-content p,
.price-list-content li {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

.price-list-table-wrap {
  margin-top: 14px;
  overflow-x: auto;
}

.price-list-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
  background: #ffffff;
}

.price-list-table th,
.price-list-table td {
  border: 1px solid #e5e7eb;
  padding: 10px;
  font-size: 16px;
  line-height: 1.45;
  color: #374151;
  text-align: left;
  vertical-align: top;
}

.price-list-table th {
  background: #f3f4f6;
  font-weight: 600;
  color: #1f2937;
}

.price-list-notes {
  margin-top: 14px;
}

.price-list-notes ul {
  margin: 8px 0 0 16px;
  padding: 0;
}

.price-factors-section {
  background: #f6f6f6;
  padding: 56px 0 64px;
}

.price-factors-content {
  max-width: 980px;
  margin: 0 auto;
}

.price-factors-content h2 {
  margin: 0;
  text-align: center;
  font-size: 33px;
  line-height: 1.25;
  font-weight: 500;
  color: #111827;
}

.price-factors-content h3 {
  margin: 14px 0 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #111827;
}

.price-factors-content h3 span {
  color: #1f4f8a;
}

.price-factors-content p,
.price-factors-content li {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

.price-factors-content ul {
  margin: 8px 0 0 16px;
  padding: 0;
}

.price-factors-media {
  margin: 18px auto 0;
  max-width: 760px;
}

.price-factors-media img {
  display: block;
  width: 100%;
  height: auto;
}

.price-app-section {
  padding: 56px 0 64px;
}

.price-app-header h2 {
  margin: 0;
  text-align: left;
  font-size: 33px;
  line-height: 1.25;
  font-weight: 500;
  color: #111827;
}

.price-app-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.price-app-card {
  background: #ffffff;
}

.price-app-media {
  display: block;
  overflow: hidden;
}

.price-app-media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease;
}

.price-app-media:hover img {
  transform: scale(1.04);
}

.price-app-body {
  padding: 12px 0 0;
}

.price-app-body h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #1f4f8a;
}

.price-app-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
}

.price-app-table th,
.price-app-table td {
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.45;
  color: #374151;
  text-align: left;
}

.price-app-table th {
  background: #f3f4f6;
  font-weight: 600;
}

.price-app-body p,
.price-app-body li {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

.price-faq-section {
  padding: 40px 0 52px;
}

.price-faq-list {
  max-width: 1200px;
  margin: 0 auto;
}

.price-faq-list .faq-item {
  border-top: 1px solid #e5e7eb;
}

.price-faq-list .faq-item:last-child {
  border-bottom: 1px solid #e5e7eb;
}

.price-faq-list .faq-question {
  width: 100%;
  border: none;
  background: transparent;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  text-align: left;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #111827;
}

.price-faq-list .faq-question i {
  flex-shrink: 0;
  font-size: 16px;
  color: #111827;
  transition: transform 0.25s ease;
}

.price-faq-list .faq-item.is-open .faq-question i {
  transform: rotate(180deg);
}

.price-faq-list .faq-answer {
  display: none;
  padding: 0 0 18px;
}

.price-faq-list .faq-item.is-open .faq-answer {
  display: block;
}

.price-faq-list .faq-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
}

.price-faq-list .faq-answer p + p {
  margin-top: 10px;
}

.price-more-solutions {
  background: #f6f6f6;
  padding: 56px 0 64px;
}

.price-more-shell {
  position: relative;
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.price-more-solutions h2 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 33px;
  line-height: 1.25;
  font-weight: 500;
  color: #111827;
}

.price-more-arrow {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none;
  background: transparent;
  color: #4b5563;
  font-size: 22px;
  cursor: pointer;
  z-index: 3;
}

.price-more-prev {
  left: -58px;
}

.price-more-next {
  right: -58px;
}

.price-more-swiper {
  overflow: hidden;
}

.price-more-card {
  display: block;
  text-decoration: none;
  text-align: center;
}

.price-more-card img {
  width: 100%;
  height: auto;
  display: block;
}

.price-more-card span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
  color: #111827;
}

.price-best-section {
  background: #f6f6f6;
  padding: 56px 0 64px;
}

.price-best-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 30px;
  align-items: start;
}

/* Match product-cate FAQ+contact form block */
.cate-faq-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
  position: relative;
}

.cate-faq-form-spacer {
  display: none;
}

.cate-faq-form-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 14px;
}

.cate-faq-form-card h3 {
  margin: 0 0 12px;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 500;
  color: #111827;
}

.cate-faq-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cate-faq-form input,
.cate-faq-form textarea {
  width: 100%;
  border: none;
  background: #f5f6f8;
  padding: 11px 12px;
  font-size: 16px;
  color: #111827;
  outline: none;
}

.cate-faq-form textarea {
  min-height: 100px;
  resize: vertical;
}

.cate-faq-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #cbd5e1;
  min-height: 46px;
  color: #315b85;
  cursor: pointer;
}

.cate-faq-upload input[type="file"] {
  display: none;
}

.cate-faq-upload span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.cate-faq-submit {
  height: 48px;
  border: none;
  border-radius: 3px;
  background: var(--theme-color);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.price-best-content h2 {
  margin: 0 0 30px;
  font-size: 33px;
  line-height: 1.25;
  font-weight: 500;
  color: #111827;
}

.price-best-content h3 {
  margin: 14px 0 0;
  font-size: 33px;
  line-height: 1.2;
  font-weight: 500;
  color: #111827;
}

.price-best-content p,
.price-best-content li {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.65;
  color: #4b5563;
}

.price-best-content ul {
  margin: 8px 0 0 16px;
  padding: 0;
}

.price-best-form-wrap {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 16px;
}

.price-best-form-wrap h3 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #111827;
}

.price-best-form {
  display: grid;
  gap: 8px;
}

.price-best-form input,
.price-best-form textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  background: #f3f4f6;
  padding: 11px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #111827;
  outline: none;
}

.price-best-form textarea {
  resize: vertical;
}

.price-best-upload {
  display: grid;
  place-items: center;
  border: 1px dashed #cbd5e1;
  padding: 11px;
  color: #64748b;
  cursor: pointer;
}

.price-best-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.price-best-upload span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.price-best-submit {
  width: 100%;
  border: none;
  height: 42px;
  background: #1354a3;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  border-radius: 2px;
  cursor: pointer;
}



/* Unified section-title bottom spacing */
.price-understand-content h2,
.price-cost-header h2,
.price-types-header h2,
.price-quote-header h2,
.price-invest-text h2,
.price-list-content h2,
.price-factors-content h2,
.price-app-header h2 {
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .price-container {
    width: min(1200px, calc(100% - 32px));
  }

  .price-more-shell {
    width: min(1200px, calc(100% - 32px));
  }

  .price-hero {
    min-height: 360px;
  }

  .price-hero-content h1 {
    font-size: 42px;
  }

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

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

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

  .price-invest-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .price-invest-grid.is-reverse {
    direction: ltr;
  }

  .price-list-content h2 {
    font-size: 30px;
  }

  .price-factors-content h2,
  .price-factors-content h3 {
    font-size: 30px;
  }

  .price-app-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .price-best-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cate-faq-contact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
}

@media (max-width: 768px) {
  .price-container {
    width: min(1200px, calc(100% - 24px));
  }

  .price-more-shell {
    width: min(1200px, calc(100% - 24px));
  }

  .price-hero {
    min-height: 280px;
  }

  .price-hero-content h1 {
    font-size: 32px;
  }

  .price-hero-points,
  .price-hero-note {
    font-size: 14px;
  }

  .price-understand-section,
  .price-cost-section,
  .price-list-section,
  .price-factors-section,
  .price-app-section,
  .price-faq-section,
  .price-more-solutions,
  .price-best-section {
    padding: 38px 0 42px;
  }

  .price-understand-content h2,
  .price-cost-header h2,
  .price-list-content h2,
  .price-factors-content h2,
  .price-factors-content h3,
  .price-app-header h2,
  .price-more-solutions h2,
  .price-best-content h2,
  .price-best-content h3,
  .price-best-form-wrap h3,
  .cate-faq-form-card h3 {
    font-size: 26px;
  }

  .price-invest-section {
    padding: 38px 0 42px;
  }

  .price-invest-text h2 {
    font-size: 26px;
  }

  .price-understand-content p,
  .price-understand-content li,
  .price-cost-header p,
  .price-types-header p,
  .price-invest-text p,
  .price-invest-text li,
  .price-list-content p,
  .price-list-content li,
  .price-factors-content p,
  .price-factors-content li,
  .price-app-body p,
  .price-app-body li,
  .price-best-content p,
  .price-best-content li,
  .price-cost-body p,
  .price-cost-body li,
  .price-card-btn {
    font-size: 14px;
  }

  .price-faq-list .faq-question {
    font-size: 20px;
  }

  .price-faq-list .faq-answer p {
    font-size: 16px;
  }

  .price-best-form input,
  .price-best-form textarea,
  .price-best-upload span,
  .price-best-submit,
  .cate-faq-upload span {
    font-size: 14px;
  }

  .cate-faq-form-card h3 {
    font-size: 30px;
  }

  .price-list-table th,
  .price-list-table td,
  .price-app-table th,
  .price-app-table td {
    font-size: 14px;
  }

  .price-more-arrow {
    display: none;
  }

  .price-app-body h3 {
    font-size: 18px;
  }

  .price-cost-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .price-types-section {
    padding: 38px 0 42px;
  }

  .price-quote-section {
    padding: 38px 0 42px;
  }

  .price-types-header h2 {
    font-size: 26px;
  }

  .price-quote-header h2,
  .price-quote-card h3 {
    font-size: 26px;
  }

  .price-types-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .price-quote-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .price-cost-body h3 {
    font-size: 26px;
  }

  .price-type-body h3 {
    font-size: 26px;
  }

  .price-cost-count {
    font-size: 26px;
  }

  .price-quote-header p,
  .price-quote-card p {
    font-size: 14px;
  }

  .breadcrumb-list {
    flex-wrap: wrap;
    row-gap: 6px;
  }
}

@media (max-width: 768px) {
  .price-understand-content h2,
  .price-cost-header h2,
  .price-types-header h2,
  .price-quote-header h2,
  .price-invest-text h2,
  .price-list-content h2,
  .price-factors-content h2,
  .price-app-header h2,
  .price-more-solutions h2,
  .price-best-content h2 {
    font-size: 26px;
  }
}
