/* Shared inner-page presentation; retain the existing imagery and section layouts. */
.inner-page main { color: #373440; }
.inner-page main p { font-size: 1.7rem; line-height: 1.8; }
.inner-page .padding-80,
.inner-page .padding-50 { padding-block: clamp(5.6rem, 5vw, 8rem); }
.inner-page .background-image-banner {
  min-height: clamp(36rem, 40vw, 52rem);
  padding: calc(var(--header-height) + 4rem) 2.4rem 6rem;
  background-image: linear-gradient(rgba(18, 17, 43, .78), rgba(18, 17, 43, .78)), url('../images/about-us-page-banner.jpg');
  background-position: center;
  background-size: cover;
  border-radius: 0 0 clamp(3rem, 4vw, 6rem) clamp(3rem, 4vw, 6rem);
}
.inner-page .background-image-banner .title { margin: 0; max-width: 106rem; text-transform: none; }
.inner-page .background-image-banner .title h1 {
  margin: 0;
  color: white;
  font-size: clamp(3.4rem, 4.5vw, 6rem);
  line-height: 1.15;
  letter-spacing: -.025em;
  font-weight: 600;
  text-wrap: balance;
  overflow-wrap: break-word;
}
.inner-page .background-image-banner .title .banner-subtitle {
  max-width: 76rem;
  margin: 2rem auto 0;
  padding: 0;
  color: #eeedf8;
  font-size: clamp(1.6rem, 1.7vw, 2rem);
  line-height: 1.65;
  text-wrap: balance;
}
.inner-page .title .section-heading,
.inner-page .title .section-heading span {
  font-size: clamp(3.2rem, 3.3vw, 4.6rem);
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -.025em;
  text-wrap: balance;
}
.inner-page .title .section-heading { display: block; margin-bottom: 0; text-align: center; }
.inner-page .title:not(.title-banner) > p { max-width: 88rem; margin: 1.8rem auto 0; padding: 0; color: #5c5965; }
.inner-page main .btn:not(.btn-link) {
  max-width: 100%;
  padding: 1.3rem 2.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: normal;
  box-shadow: none;
}
.inner-page main .btn-primary { background: var(--primary-color); color: white; border-color: var(--primary-color); }
.inner-page main .btn-primary:hover { background: #18165b; border-color: #18165b; }
.inner-page .page-breadcrumbs { padding-block: 1.8rem; border-bottom: 1px solid #edebf2; }
.inner-page .page-breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .6rem 1rem; margin: 0; padding: 0; }
.inner-page .page-breadcrumbs li { display: inline-flex; align-items: baseline; gap: 1rem; font-size: 1.35rem; line-height: 1.6; color: #686371; }
.inner-page .page-breadcrumbs a { color: var(--primary-color); }
.inner-page .page-breadcrumbs a:hover { text-decoration: underline !important; text-underline-offset: .2em; }
.inner-page .breadcrumb-separator { color: #b2aebc; }
.inner-page .product-category .title { margin-bottom: 3.6rem !important; }
.inner-page .product-category .card-description { font-size: 1.6rem; line-height: 1.7; }
.inner-page .product-catalog > .container { padding-block: 0; }
.inner-page .product-catalog .row { --bs-gutter-x: 2.8rem; row-gap: 2.8rem; }
.inner-page .product-catalog .row > [class*="col-"] { display: flex; margin-bottom: 0 !important; }
.inner-page .product-catalog .row > [class*="col-"] > a {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  border: 1px solid #e0dce7;
  border-radius: 1.6rem;
  overflow: hidden;
  background: #f6f5f8;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.inner-page .product-catalog .row > [class*="col-"] > a:hover { border-color: #aaa5c9; box-shadow: 0 .6rem 2rem rgba(30, 25, 70, .08); }
.inner-page .product-catalog a > img { width: 100%; height: clamp(24rem, 27vw, 36rem); object-fit: contain; }
.inner-page .product-catalog .product-title {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  min-height: 12rem;
  padding: 2rem !important;
}
.inner-page .product-catalog .product-title h3 { margin: 0; font-size: 2rem; font-weight: 500; line-height: 1.4; }
.inner-page .product-catalog .upcoming-badge { font-size: 1.3rem; padding: .5rem 1.2rem; }
.inner-page .product-overview .row { --bs-gutter-x: 4rem; row-gap: 3.2rem; align-items: flex-start; }
.inner-page .product-overview .product-details { padding-inline: calc(var(--bs-gutter-x) / 2); }
.inner-page .product-image-frame { padding: 1.2rem; background: #f6f5f8; border: 1px solid #e2dfe8; border-radius: 1.6rem; }
.inner-page .product-image-frame img { display: block; width: 100%; max-height: 56rem; object-fit: contain; border-radius: 1rem; }
.inner-page .product-details > h2 { margin: 0 0 1rem; font-size: clamp(2.8rem, 2.7vw, 3.6rem); line-height: 1.25; font-weight: 600 !important; }
.inner-page .product-details > .text-muted { margin-bottom: 2.8rem; color: #6a6572 !important; font-size: 1.5rem; }
.inner-page .product-properties-heading { margin: 2.8rem 0 1.6rem; font-size: 2rem; line-height: 1.4; font-weight: 600; }
.inner-page .product-table {
  --bs-table-striped-bg: #f8f7fb;
  --bs-table-striped-color: #3d3847;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #dfdce6;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1rem;
  overflow: hidden;
  color: #3d3847;
}
.inner-page .product-table tr > :is(th, td) { padding: 1.3rem 1.6rem; font-size: 1.6rem; line-height: 1.6; vertical-align: top; border-bottom: 1px solid #e9e6ed; overflow-wrap: anywhere; word-break: normal; }
.inner-page .product-table thead th { background: var(--primary-color); color: white; font-weight: 500; }
.inner-page .product-table th:first-child { width: 46%; }
.inner-page .product-table tbody th { background: #f4f2f8; color: #3d3847; font-weight: 500; }
.inner-page .product-table tbody td { background: white; }
.inner-page .product-table tbody tr:last-child > * { border-bottom: 0; }
.inner-page .product-tabs { max-width: 116rem; }
.inner-page .tab-scroll-container { border: 1px solid #e5e1eb; border-radius: 1.2rem; background: #f7f6fa; }
.inner-page .tab-scroll-container .nav-tabs { align-items: stretch; gap: .8rem; margin: 0; padding: .8rem 4.8rem; border: 0; }
.inner-page .tab-scroll-container .nav-item { display: flex; }
.inner-page .tab-scroll-container .nav-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .3rem;
  min-height: 6.8rem;
  padding: 1rem 2rem;
  border: 0;
  border-radius: .8rem;
  color: #4d4759;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.inner-page .tab-scroll-container .nav-link:not(.active):hover { background: #eae7f2; }
.inner-page .tab-scroll-container .nav-link.active { background: var(--primary-color); color: white; }
.inner-page .tab-scroll-container .nav-link .small { font-size: 1.15rem; font-weight: 400; }
.inner-page .tab-scroll-container .scroll-btn { width: 4.4rem; height: 4.4rem; padding: .8rem; color: var(--primary-color); border: 1px solid #e4dfed; box-shadow: none; }
.inner-page .progress-container { height: .3rem; margin-top: 1.4rem; background: #e8e4f0; }
.inner-page .tab-content { padding: 0; }
.inner-page .tab-pane > h2 { margin: 0 0 1.6rem; font-size: clamp(2.6rem, 3vw, 3.6rem); line-height: 1.3; font-weight: 600; }
.inner-page .tab-content .product-properties-heading { margin-top: 0; }
.inner-page .upcoming-product-section { background: #faf9fc; }
.inner-page .upcoming-product-notice {
  max-width: 84rem;
  padding: clamp(3rem, 5vw, 6rem);
  text-align: center;
  border: 1px solid #e5e0ef;
  border-radius: 2rem;
  background: white;
}
.inner-page .upcoming-product-notice h2 { margin: 2rem 0 1.6rem; font-size: clamp(2.6rem, 3vw, 3.8rem); line-height: 1.3; font-weight: 600; text-wrap: balance; }
.inner-page .upcoming-product-notice p { max-width: 58rem; margin: 0 auto 2.6rem; color: #66616f; }
.inner-page .upcoming-product-notice .upcoming-badge { margin-bottom: 0; }
.inner-page .upcoming-product-notice .availability-back { display: block; width: fit-content; max-width: 100%; margin: 2rem auto 0; color: var(--primary-color); font-size: 1.5rem; }
.inner-page .upcoming-product-notice .availability-back:hover { text-decoration: underline !important; }
@media (max-width: 991px) {
  .inner-page .background-image-banner { min-height: 32rem; margin-top: 0; padding: 5rem 2.4rem; }
  .inner-page .product-overview .product-details { width: 100%; }
  .inner-page .product-image-frame { max-width: 54rem; margin-inline: auto; }
  .inner-page .product-image-frame img { max-height: 44rem; }
}
@media (max-width: 575px) {
  .inner-page .background-image-banner { min-height: 28rem; padding-inline: 2rem; }
  .inner-page .page-breadcrumbs li { font-size: 1.2rem; }
  .inner-page .product-table tr > :is(th, td) { padding: 1rem; font-size: 1.4rem; }
  .inner-page .product-catalog .row { max-width: 44rem; margin-inline: auto; }
  .inner-page .product-catalog a > img { height: 30rem; }
  .inner-page .product-tabs .nav-link { padding-inline: 1.4rem; }
  .inner-page .upcoming-product-notice { padding: 3rem 2rem; }
}
