/*!
 * Website by ANSU INFORMATION
 * Copyright 2026
 * Unauthorized copying prohibited
 */

@charset "UTF-8";

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


:root {
  --bp-primary: #0d3b66;
  --bp-primary-title: #0a295f;
  --bp-primary-light: #1a5f9e;
  --bp-primary-dark: #072a49;
  --bp-secondary: #f4a100;
  --bp-secondary-light: #ffc233;
  --bp-secondary-dark: #c48200;
  --bp-dark: #1a1a2e;
  --bp-gray-100: #f8f9fa;
  --bp-gray-200: #e9ecef;
  --bp-gray-300: #dee2e6;
  --bp-gray-600: #151617;
  --bp-success: #2d6a4f;
  --bp-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --bp-shadow-md: 0 4px 20px rgba(0, 0, 0, 0.12);
  --bp-shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.15);
  --bp-transition: all 0.3s ease;
  --bp-container: 1800px;
  --bp-radius: 0.6rem
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  background: #fff;
  overflow-x: clip
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 1.3
}

a {
  text-decoration: none
}

img {
  max-width: 100%;
  height: auto
}


@media (min-width:1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width:1600px) {
  .container {
    max-width: 1500px;
  }
}

@media (min-width:1920px) {
  .container {
    max-width: 1680px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width:2560px) {
  .container {
    max-width: 1920px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--bp-primary-title);
  margin-bottom: 1rem;
  position: relative;
  width: fit-content;
  max-width: 100%
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: var(--bp-secondary);
  margin-top: 0.75rem;
  border-radius: 2px
}

.section-title.center-line::after {
  margin-left: auto;
  margin-right: auto
}

.section-title.left-line::after {
  margin-left: 0;
  margin-right: auto
}

.section-subtitle {
  font-size: 1.15rem;
  color: var(--bp-gray-600);
  max-width: 1320px;
  margin: 0 auto 3.5rem;
  line-height: 1.8
}

.text-secondary-brand {
  color: var(--bp-secondary) !important;

}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  transition: box-shadow 0.4s ease;
}

#header.scrolled {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

.top-bar {
  background: var(--bp-primary-dark);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.top-bar.bar-hidden {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  overflow: hidden;
  border-bottom-width: 0;
}

.top-bar a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: var(--bp-transition)
}

.top-bar a:hover {
  color: var(--bp-secondary)
}

.top-bar i {
  margin-right: 0.3rem;
  color: var(--bp-secondary)
}

.top-bar .dropdown-menu {
  z-index: 1060 !important;
}

.lang-dropdown .dropdown-toggle {
  color: rgba(255, 255, 255, 0.9);
  background: none;
  border: none;
  font-size: 0.85rem;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  transition: var(--bp-transition);
  font-family: inherit;
  font-weight: 500
}

.lang-dropdown .dropdown-toggle:hover {
  color: var(--bp-secondary)
}

.lang-dropdown .dropdown-toggle::after {
  font-size: 0.65rem;
  margin-left: 0.15rem
}

.lang-dropdown .dropdown-menu {
  min-width: 160px;
  background: var(--bp-primary-dark);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem;
  box-shadow: var(--bp-shadow-lg);
  padding: 0.5rem 0
}

.lang-dropdown .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
  padding: 0.45rem 1rem;
  transition: var(--bp-transition);
  display: flex;
  align-items: center;
  gap: 0.5rem
}

.lang-dropdown .dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff
}

.lang-dropdown .dropdown-item.active {
  background: rgba(244, 161, 0, 0.2);
  color: var(--bp-secondary)
}

.main-navbar {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 0;
  transition: background 0.4s ease;
}

.main-navbar.scrolled {
  background: rgba(255, 255, 255, 0.96);
}

.main-navbar .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%
}

.main-navbar .navbar-brand {
  font-weight: 800;
  font-size: 1.75rem;
  color: var(--bp-primary) !important;
  letter-spacing: -0.5px;
  padding: 1.38rem 0;
  white-space: nowrap;
  flex-shrink: 0
}

.main-navbar .navbar-brand img {
  max-height: 58px;
  margin-right: 8px;
}

.main-navbar .navbar-brand span {
  color: var(--bp-secondary)
}

.main-navbar .navbar-collapse {
  flex-grow: 1
}

.main-navbar .navbar-nav {
  flex-wrap: nowrap
}

.main-navbar .nav-link {
  font-weight: 500;
  color: #333 !important;
  padding: 1.25rem 2rem !important;
  font-size: 1.1rem;
  transition: var(--bp-transition);
  position: relative;
  white-space: nowrap
}

.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
  color: var(--bp-primary) !important
}

.main-navbar .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--bp-secondary);
  transition: var(--bp-transition);
  border-radius: 2px
}

.main-navbar .nav-link:hover::after,
.main-navbar .nav-link.active::after {
  width: 60%
}

.main-navbar .dropdown-menu {
  border: none;
  box-shadow: var(--bp-shadow-md);
  border-radius: 0.5rem;
  padding: 0.75rem 0;
  margin-top: 0;
  animation: fadeInDown 0.2s ease;
  min-width: 220px
}

.main-navbar .dropdown-item {
  padding: 0.6rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--bp-transition)
}

.main-navbar .dropdown-item:hover {
  background: var(--bp-gray-100);
  color: var(--bp-primary);
  padding-left: 1.5rem
}

.main-navbar .dropdown-item i {
  width: 24px;
  margin-right: 0.5rem;
  color: var(--bp-secondary)
}

.btn-quote {
  background: var(--bp-secondary);
  color: #fff !important;
  border: none;
  padding: 0.6rem 1.4rem !important;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  transition: var(--bp-transition);
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0
}

.btn-quote:hover {
  background: var(--bp-secondary-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(244, 161, 0, 0.4);
  color: #fff !important
}

.nav-lang-item .dropdown-menu {
  min-width: 170px
}

.header-spacer {
  height: 0;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media(max-width:1199.98px) {
  .main-navbar .nav-link {
    padding: 1.25rem 0.5rem !important;
    font-size: 1rem
  }

  .btn-quote {
    padding: 0.5rem 1.1rem !important;
    font-size: 0.8rem
  }
}

@media(max-width:991.98px) {
  .main-navbar .navbar-brand {
    font-size: 1.4rem
  }

  .main-navbar .container {
    padding: 0 1.25rem;
    flex-wrap: wrap
  }

  #navContent {
    padding: 1rem 0;
    border-top: 1px solid var(--bp-gray-200)
  }

  .main-navbar .nav-link {
    padding: 0.6rem 0 !important
  }

  .main-navbar .navbar-nav {
    flex-wrap: wrap
  }

  .container {
    padding: 0 1.5rem
  }
}

@media(max-width:767.98px) {
  .top-bar .d-flex {
    flex-direction: column;
    gap: 0.2rem;
    align-items: flex-start !important
  }

  .main-navbar .navbar-brand img {
    max-height: 42px;
    margin-right: 8px;
  }
}

.section-title.center-line {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .main-navbar .nav-item.dropdown:hover>.dropdown-menu {
    display: block;
    animation: fadeInDown 0.2s ease;
  }

  .main-navbar .nav-item.dropdown:hover>.nav-link {
    color: var(--bp-primary) !important;
  }

  .main-navbar .nav-item.dropdown:hover>.nav-link::after {
    width: 60%;
  }
}

.main-navbar .dropdown-toggle::after {
  display: none !important;
}

.main-navbar .nav-link.dropdown-toggle {
  padding-right: 1rem !important;
}

.main-navbar .dropdown-toggle::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid var(--bp-primary);
  transition: all 0.3s ease;
  opacity: 0.5;
}

.main-navbar .dropdown-toggle:hover::before,
.main-navbar .dropdown-toggle.show::before {
  border-top-color: var(--bp-secondary);
  opacity: 1;
  transform: translateY(-50%) rotate(180deg);
}

/* ======= BALER BANNER ========= */

#hero {
  position: relative;
  height: 72vh;
  min-height: 620px;
  background: #0a1128;
}

.hero-swiper,
.hero-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
}

.hero-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  transform: scale(1);
  transition: transform 6s ease;
}

.swiper-slide-active .hero-slide-bg {
  transform: scale(1.05);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 17, 40, 0.62) 0%, rgba(10, 17, 40, 0.2) 55%, rgba(10, 17, 40, 0.1) 100%);
  z-index: 2;
}

.hero-panel {
  position: absolute;
  inset: 0;
  z-index: 10;
}

.hero-panel-inner {
  background: rgba(10, 17, 40, 0.65);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 4px solid var(--bp-secondary, #f4a100);
  padding: 3.5rem 3rem;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}

.swiper-slide-active .hero-panel-inner {
  opacity: 1;
  transform: translateY(0);
}

.hero-modern-tag {
  display: inline-flex;
  align-items: center;
  color: var(--bp-secondary, #f4a100);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}

.hero-modern-tag i {
  font-size: 0.5rem;
  animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
  0% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

.hero-panel-inner h1,
.hero-panel-inner h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1.5rem;
  word-break: break-word;
  min-width: 0;
  overflow-wrap: break-word;
}

.hero-panel-inner p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 480px;
}

/* --- 切换按钮 --- */
.hero-nav-prev,
.hero-nav-next {
  position: absolute;
  bottom: 3rem;
  z-index: 20;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(10, 17, 40, 0.6);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.hero-nav-prev {
  right: calc((100vw - var(--bp-container, 1320px)) / 2 + 2rem + 60px);
}

.hero-nav-next {
  right: calc((100vw - var(--bp-container, 1320px)) / 2 + 2rem);
}

.hero-nav-prev:hover,
.hero-nav-next:hover {
  background: var(--bp-secondary, #f4a100);
  border-color: var(--bp-secondary, #f4a100);
  color: #0a1128;
}

/* --- 工业风按钮 --- */
.btn-heavy-primary {
  background: var(--bp-secondary, #f4a100);
  color: #0a1128;
  border: none;
  padding: 0.9rem 2.2rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}

.btn-heavy-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: left 0.4s;
}

.btn-heavy-primary:hover::before {
  left: 100%;
}

.btn-heavy-primary:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-heavy-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 0.8rem 2.2rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  transition: all 0.3s;
}

.btn-heavy-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.btn-hero-white {
  background: #fff;
  color: var(--bp-dark);
  border: none;
  padding: 0.85rem 2.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.05rem;
  transition: var(--bp-transition)
}

.btn-hero-white:hover {
  background: var(--bp-primary-dark);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2)
}

.btn-hero-outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 0.8rem 2.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.05rem;
  background: transparent;
  transition: var(--bp-transition);
  cursor: pointer
}

.btn-hero-outline:hover {
  background: #fff;
  color: var(--bp-dark);
  transform: translateY(-3px)
}

/* --- 响应式 --- */
@media (max-width: 1399.98px) {
  .hero-nav-prev {
    left: 2rem;
  }

  .hero-nav-next {
    left: calc(2rem + 60px);
  }
}

@media (max-width: 991.98px) {
  #hero {
    height: 80vh;
    min-height: 500px;
  }

  .hero-panel-inner {
    padding: 2.5rem 2rem;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(10, 17, 40, 0.7) 0%, rgba(10, 17, 40, 0.9) 100%);
  }

  .hero-nav-prev,
  .hero-nav-next {
    bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  .hero-panel-inner {
    padding: 2rem 1.5rem;
  }

  .hero-nav-prev {
    left: 1.5rem;
  }

  .hero-nav-next {
    left: calc(1.5rem + 60px);
  }
}

/* Stats */
.stats-bar {
  background: #fff;
  padding: 0.5rem 0 7rem 0;
  position: relative;
  z-index: 10
}

.stats-inner {
  border: 1px solid var(--bp-gray-200);
  overflow: hidden
}

.stat-item {
  text-align: center;
  padding: 2.5rem 1.5rem;
  position: relative
}

.stat-item .stat-number {
  font-size: clamp(2.2rem, 4vw, 3.25rem);
  font-weight: 800;
  color: var(--bp-primary);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-item .stat-number span {
  color: var(--bp-secondary)
}

.stat-item .stat-label {
  font-size: 0.9rem;
  color: var(--bp-gray-600);
  font-weight: 500
}

@media(min-width:768px) {
  .stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: var(--bp-gray-300)
  }
}

/* Products */
.products-section {
  padding: 7rem 0;
}

.product-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 3rem
}

.product-filter .filter-btn {
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  border: 2px solid var(--bp-gray-300);
  background: transparent;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--bp-gray-600);
  cursor: pointer;
  transition: var(--bp-transition)
}

.product-filter .filter-btn:hover,
.product-filter .filter-btn.active {
  border-color: var(--bp-primary);
  background: var(--bp-primary);
  color: #fff
}

.product-card {
  background: #fff;
  border-radius: var(--bp-radius);
  overflow: hidden;
  box-shadow: var(--bp-shadow-sm);
  transition: var(--bp-transition);
  height: 100%;
  border: 1px solid var(--bp-gray-200)
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--bp-shadow-lg);
  border-color: transparent
}

.product-card .card-img-wrap {
  position: relative;
  overflow: hidden;
  height: auto;
  background: linear-gradient(135deg, var(--bp-gray-200), var(--bp-gray-300))
}

.product-card .card-img-wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease
}

.product-card:hover .card-img-wrap img {
  transform: scale(1.08)
}

.product-card .card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--bp-secondary);
  color: #fff;
  padding: 0.3rem 0.85rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px
}

.product-card .card-body {
  padding: 1.5rem
}

.product-card .card-body h5 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--bp-dark);
  margin-bottom: 0.4rem
}

.product-card .card-body p {
  font-size: 0.875rem;
  color: var(--bp-gray-600);
  margin-bottom: 0.75rem;
  line-height: 1.7
}

.product-card .card-body .features-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem
}

.product-card .card-body .features-list li {
  font-size: 0.82rem;
  color: #555;
  padding: 0.2rem 0
}

.product-card .card-body .features-list li i {
  color: var(--bp-success);
  margin-right: 0.5rem;
  font-size: 0.78rem
}

.btn-primary-brand {
  background: var(--bp-primary);
  color: #fff;
  border: none;
  padding: 0.55rem 1.4rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  transition: var(--bp-transition)
}

.btn-primary-brand:hover {
  background: var(--bp-primary-light);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(13, 59, 102, 0.3)
}

.btn-outline-brand {
  border: 2px solid var(--bp-primary);
  color: var(--bp-primary);
  padding: 0.5rem 1.4rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  background: transparent;
  transition: var(--bp-transition);
  cursor: pointer
}

.btn-outline-brand:hover {
  background: var(--bp-primary);
  color: #fff;
  transform: translateY(-2px)
}

/* Material Guide */
.material-section {
  padding: 7rem 0
}

.material-table-wrap {
  border-radius: var(--bp-radius);
  overflow: hidden;
  box-shadow: var(--bp-shadow-md);
  border: 1px solid var(--bp-gray-200)
}

.material-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0
}

.material-table thead th {
  background: var(--bp-primary);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 1rem 1.25rem;
  border: none;
  white-space: nowrap
}

.material-table tbody td {
  padding: 0.85rem 1.25rem;
  font-size: 0.875rem;
  border-bottom: 1px solid var(--bp-gray-200);
  vertical-align: middle
}

.material-table tbody tr:hover {
  background: rgba(13, 59, 102, 0.04)
}

.material-table tbody tr:last-child td {
  border-bottom: none
}

.material-tag {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0.1rem
}

.tag-recommended {
  background: rgba(45, 106, 79, 0.12);
  color: var(--bp-success)
}

.tag-compatible {
  background: rgba(13, 59, 102, 0.08);
  color: var(--bp-primary)
}

.material-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(13, 59, 102, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bp-primary);
  font-size: 1rem;
  margin-right: 0.6rem;
  flex-shrink: 0
}

/* About */
.about-section {
  padding: 7rem 0 3rem 0;
}

.about-image-wrapper {
  position: relative
}

.about-image-wrapper img {
  box-shadow: var(--bp-shadow-lg);
  width: 100%;
  height: auto;
  object-fit: cover;
  background: linear-gradient(135deg, var(--bp-gray-200), var(--bp-gray-300))
}

.about-float-card {
  position: absolute;
  top: -1rem;
  left: -1rem;
  background: var(--bp-primary);
  color: #fff;
  padding: 1.25rem 1.5rem;
  border-radius: var(--bp-radius);
  box-shadow: var(--bp-shadow-md);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 2
}

.about-float-card i {
  font-size: 1.75rem;
  color: var(--bp-secondary)
}

.about-float-card .label {
  font-size: 0.8rem;
  opacity: 0.85;
  font-weight: 500
}

.about-float-card .value {
  font-size: 1.1rem;
  font-weight: 800;
  display: block
}

.about-experience-badge {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  background: var(--bp-secondary);
  color: #fff;
  padding: 1.5rem 2rem;
  border-radius: var(--bp-radius);
  text-align: center;
  box-shadow: var(--bp-shadow-md);
  z-index: 2
}

.about-experience-badge .number {
  font-size: 2.75rem;
  font-weight: 900;
  line-height: 1;
  display: block
}

.about-experience-badge .text {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px
}

.why-choose-list {
  list-style: none;
  padding: 0
}

.why-choose-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--bp-gray-200);
  display: flex;
  align-items: flex-start;
  gap: 1rem
}

.why-choose-list li:last-child {
  border-bottom: none
}

.why-choose-list li .icon-box {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 0.75rem;
  background: rgba(13, 59, 102, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bp-primary);
  font-size: 1.2rem;
  transition: var(--bp-transition)
}

.why-choose-list li:hover .icon-box {
  background: var(--bp-primary);
  color: #fff
}

.why-choose-list li h6 {
  font-weight: 700;
  color: var(--bp-dark);
  margin-bottom: 0.2rem;
  font-size: 1rem
}

.why-choose-list li p {
  font-size: 0.875rem;
  color: var(--bp-gray-600);
  margin-bottom: 0
}

@media(max-width:991.98px) {
  .about-image-wrapper img {
    height: 350px;
    margin-bottom: 2rem
  }

  .about-float-card {
    position: relative;
    top: auto;
    left: auto;
    display: inline-flex;
    margin-bottom: 1rem
  }

  .about-experience-badge {
    position: relative;
    bottom: auto;
    right: auto;
    display: inline-block;
    margin-top: 1rem
  }
}

/* Process */
.process-section {
  padding: 0.5rem 0 7rem 0;
  background: var(--bp-gray-100)
}

.process-step {
  text-align: center;
  padding: 2rem 1.5rem;
  position: relative
}

.process-step .step-number {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--bp-primary);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  position: relative;
  z-index: 2;
  transition: var(--bp-transition)
}

.process-step:hover .step-number {
  background: var(--bp-secondary);
  transform: scale(1.1)
}

.process-step .step-connector {
  position: absolute;
  top: 3.2rem;
  left: calc(50% + 40px);
  right: calc(-50% + 40px);
  height: 3px;
  background: var(--bp-gray-300);
  z-index: 1
}

.process-step:last-child .step-connector {
  display: none
}

.process-step h6 {
  font-weight: 700;
  color: var(--bp-dark);
  margin-bottom: 0.4rem
}

.process-step p {
  font-size: 0.85rem;
  color: var(--bp-gray-600);
  margin-bottom: 0
}

/* Industries */
.industries-section {
  padding: 7rem 0;
  background: linear-gradient(160deg, var(--bp-primary-dark) 0%, #0a2540 100%);
  color: #fff;
  position: relative;
  overflow: hidden
}

.industries-section::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -10%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(244, 161, 0, 0.05)
}

.industries-section .section-title {
  color: #fff
}

.industry-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--bp-radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--bp-transition);
  height: 100%;
  position: relative;
  z-index: 1
}

.industry-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-5px);
  border-color: var(--bp-secondary)
}

.industry-card .icon-wrap {
  width: 68px;
  height: 68px;
  border-radius: 1rem;
  background: var(--bp-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  color: #fff;
  transition: var(--bp-transition)
}

.industry-card:hover .icon-wrap {
  transform: scale(1.1) rotate(5deg)
}

.industry-card h5 {
  font-weight: 700;
  margin-bottom: 0.4rem;
  font-size: 1rem
}

.industry-card p {
  font-size: 0.85rem;
  opacity: 0.75;
  margin-bottom: 0
}

/* Featured */
.featured-section {
  padding: 7rem 0
}

.featured-product-card {
  border: 1px solid var(--bp-gray-200);
  border-radius: var(--bp-radius);
  overflow: hidden;
  transition: var(--bp-transition);
  height: 100%;
  background: #fff
}

.featured-product-card:hover {
  box-shadow: var(--bp-shadow-md);
  border-color: transparent;
  transform: translateY(-5px)
}

.featured-product-card .product-image {
  height: auto;
  overflow: hidden;
  background: linear-gradient(135deg, var(--bp-gray-200), var(--bp-gray-300));
  position: relative
}

.featured-product-card .product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease
}

.featured-product-card:hover .product-image img {
  transform: scale(1.05)
}

.featured-product-card .product-info {
  padding: 1.5rem
}

.featured-product-card .product-info h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--bp-dark)
}

.featured-product-card .product-info p {
  font-size: 0.875rem;
  color: var(--bp-gray-600);
  line-height: 1.7
}

.specs-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-top: 1px solid var(--bp-gray-200);
  font-size: 0.82rem
}

.specs-row .label {
  color: var(--bp-gray-600);
  font-weight: 500
}

.specs-row .value {
  color: var(--bp-dark);
  font-weight: 700
}

/* Savings */
.savings-section {
  padding: 7rem 0;
  background: linear-gradient(135deg, var(--bp-primary) 0%, var(--bp-primary-dark) 100%);
  color: #fff;
  position: relative;
  overflow: hidden
}

.savings-section .section-title {
  color: #fff
}

.saving-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--bp-radius);
  padding: 2.5rem 2rem;
  text-align: center;
  transition: var(--bp-transition);
  height: 100%;
  position: relative;
  z-index: 1
}

.saving-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
  border-color: rgba(244, 161, 0, 0.4)
}

.saving-card .icon {
  font-size: 2.5rem;
  color: var(--bp-secondary);
  margin-bottom: 1rem
}

.saving-card h4 {
  font-weight: 800;
  font-size: 1.75rem;
  margin-bottom: 0.5rem
}

.saving-card p {
  opacity: 0.8;
  font-size: 0.9rem;
  margin-bottom: 0
}

/* Service */
.service-section {
  padding: 7rem 0;
  background: var(--bp-gray-100)
}

.service-card {
  padding: 2rem;
  background: #fff;
  border-radius: var(--bp-radius);
  height: 100%;
  border: 1px solid var(--bp-gray-200);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: var(--bp-transition);
  position: relative;
  overflow: hidden
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: var(--bp-secondary);
  transition: var(--bp-transition);
  border-radius: 0 0 4px 0
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--bp-shadow-md)
}

.service-card:hover::before {
  height: 100%
}

.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 0.75rem;
  background: rgba(13, 59, 102, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bp-primary);
  font-size: 1.4rem;
  transition: var(--bp-transition)
}

.service-card:hover .service-icon {
  background: var(--bp-primary);
  color: #fff
}

/* Certifications */
.cert-section {
  padding: 5rem 0
}

.cert-card {
  text-align: center;
  padding: 2rem 1.5rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: var(--bp-radius);
  transition: var(--bp-transition);
  height: 100%;
  background: #fff
}

.cert-card:hover {
  box-shadow: var(--bp-shadow-md);
  transform: translateY(-3px);
  border-color: var(--bp-secondary)
}

.cert-card .cert-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(13, 59, 102, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.75rem;
  color: var(--bp-primary);
  transition: var(--bp-transition)
}

.cert-card:hover .cert-icon {
  background: var(--bp-primary);
  color: #fff
}

.cert-card h6 {
  font-weight: 700;
  color: var(--bp-dark);
  margin-bottom: 0.3rem
}

.cert-card p {
  font-size: 0.82rem;
  color: var(--bp-gray-600);
  margin-bottom: 0
}

/* Testimonials */
.testimonials-section {
  padding: 7rem 0
}

.testimonial-card {
  background: #fff;
  border-radius: var(--bp-radius);
  padding: 2rem;
  box-shadow: var(--bp-shadow-sm);
  height: 100%;
  border: 1px solid var(--bp-gray-200);
  position: relative;
  transition: var(--bp-transition)
}

.testimonial-card:hover {
  box-shadow: var(--bp-shadow-md);
  transform: translateY(-3px)
}

.testimonial-card .quote-icon {
  color: var(--bp-secondary);
  font-size: 2rem;
  opacity: 0.3;
  position: absolute;
  top: 1rem;
  right: 1.5rem
}

.testimonial-card .stars {
  color: var(--bp-secondary);
  margin-bottom: 0.75rem
}

.testimonial-card .text {
  font-size: 0.92rem;
  color: #555;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 1rem
}

.testimonial-card .author {
  display: flex;
  align-items: center;
  gap: 0.75rem
}

.testimonial-card .author .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--bp-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem
}

.testimonial-card .author .name {
  font-weight: 700;
  color: var(--bp-dark);
  font-size: 0.9rem
}

.testimonial-card .author .role {
  font-size: 0.78rem;
  color: var(--bp-gray-600)
}

/* FAQ */
.faq-section {
  padding: 7rem 0;
  background: var(--bp-gray-100)
}

.faq-section .accordion-item {
  border: 1px solid var(--bp-gray-200);
  border-radius: 0.75rem !important;
  margin-bottom: 0.75rem;
  overflow: hidden;
  background: #fff
}

.faq-section .accordion-button {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--bp-dark);
  background: #fff;
  box-shadow: none;
  padding: 1.15rem 1.5rem
}

.faq-section .accordion-button:not(.collapsed) {
  background: rgba(13, 59, 102, 0.04);
  color: var(--bp-primary)
}

.faq-section .accordion-body {
  font-size: 0.9rem;
  color: var(--bp-gray-600);
  line-height: 1.8;
  padding: 0 1.5rem 1.15rem
}

/* News */
.news-section {
  padding: 7rem 0
}

.news-card {
  border: 1px solid var(--bp-gray-200);
  border-radius: var(--bp-radius);
  overflow: hidden;
  transition: var(--bp-transition);
  height: 100%;
  background: #fff
}

.news-card:hover {
  box-shadow: var(--bp-shadow-md);
  transform: translateY(-5px)
}

.news-card .news-img {
  height: auto;
  overflow: hidden;
  background: linear-gradient(135deg, var(--bp-gray-200), var(--bp-gray-300))
}

.news-card .newsmore {
  border: 1px solid var(--bp-secondary);
  color: var(--bp-primary);
  padding: 0.5rem 1.4rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  background: transparent;
  transition: var(--bp-transition);
  cursor: pointer;
}

.news-card .newsmore:hover {
  transform: translateY(-2px)
}

.news-card .news-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease
}

.news-card:hover .news-img img {
  transform: scale(1.05)
}

.news-card .news-body {
  padding: 1.5rem
}

.news-card .news-meta {
  font-size: 0.78rem;
  color: var(--bp-gray-600);
  margin-bottom: 0.4rem
}

.news-card .news-meta i {
  color: var(--bp-secondary);
  margin-right: 0.2rem
}

.news-card .news-body h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bp-dark);
  margin-bottom: 0.4rem;
  line-height: 1.4
}

.news-card .news-body h5 a {
  color: inherit;
  text-decoration: none;
  transition: var(--bp-transition)
}

.news-card .news-body h5 a:hover {
  color: var(--bp-primary)
}

.news-card .news-body p {
  font-size: 0.95rem;
  color: var(--bp-gray-600);
  line-height: 1.7;
  margin-bottom: 20px;
}

/* ==========================================
   Contact Section Styles
   ========================================== */
.contact-item {
  padding: 2rem 0;
  border-bottom: 1px solid var(--bp-gray-200);
}

.contact-intro-text {
  color: #6c757d;
  line-height: 1.8;
}

.contact-detail {
  font-size: 0.9rem;
  color: #6c757d;
}

.contact-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: var(--bp-primary, #0d6efd);
}

.contact-form-title {
  color: var(--bp-primary);
  font-size: 2.2rem;
}

.contact-form-subtitle {
  font-size: 0.9rem;
  color: #6c757d;
}

.contact-label {
  font-size: 0.85rem;
}

.contact-input {
  font-size: 0.88rem;
}

/* CTA */
.cta-section {
  padding: 7rem 0;
  background: linear-gradient(135deg, var(--bp-secondary) 0%, var(--bp-secondary-dark) 100%);
  position: relative;
  overflow: hidden
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08)
}

.cta-section h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff
}

.cta-section p {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9)
}

/* Contact */
.contact-section {
  padding: 7rem 0;
  background: var(--bp-gray-100)
}

.contact-form-card {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08)
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
  border-color: var(--bp-primary);
  box-shadow: 0 0 0 0.2rem rgba(13, 59, 102, 0.15)
}

.contact-icon-box {
  width: 50px;
  height: 50px;
  border-radius: 0.75rem;
  background: rgba(13, 59, 102, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bp-primary);
  font-size: 1.15rem;
  flex-shrink: 0;
  transition: var(--bp-transition)
}

.contact-item:hover .contact-icon-box {
  background: var(--bp-primary);
  color: #fff
}

.form-section-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--bp-primary);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  border-bottom: 2px solid var(--bp-secondary);
  display: inline-block
}

/* Partners */
.partners-section {
  padding: 5rem 0;
  border-top: 1px solid var(--bp-gray-200);
  border-bottom: 1px solid var(--bp-gray-200)
}

.partner-logo {
  opacity: 0.4;
  transition: var(--bp-transition);
  filter: grayscale(100%);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center
}

.partner-logo:hover {
  opacity: 1;
  filter: grayscale(0%)
}

/* Footer */
.footer {
  background: var(--bp-dark);
  color: rgba(255, 255, 255, 0.75);
  padding: 5rem 0 0
}

.footer-brand-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  padding-bottom: 2.4rem;
  margin-bottom: 2.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand-copy {
  max-width: 760px;
}

.footer-brand-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.85;
}

.footer-quote-btn {
  white-space: nowrap;
}

.footer-link-row {
  justify-content: space-between;
}

.footer .row {
  row-gap: 2.2rem;
}

.footer img {
  height: 45px;
}

.footer h5 {
  position: relative;
  min-height: 30px;
  margin-bottom: 1.1rem;
  padding-bottom: 0.75rem;
  color: #fff;
}

.footer h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--bp-secondary);
  border-radius: 2px
}

.footer .footer-links {
  list-style: none;
  padding: 0;
  margin-top: 0;

}

.footer .footer-links li {
  margin-bottom: 0.85rem
}

.footer .footer-links a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 0.88rem;
  line-height: 1.45;
  transition: var(--bp-transition);
  display: flex;
  align-items: flex-start;
  gap: 0.5rem
}

.footer .footer-links a:hover {
  color: var(--bp-secondary);
  padding-left: 5px
}

.footer .footer-links a i {
  flex: 0 0 auto;
  font-size: 0.7rem;
  color: var(--bp-secondary);
  transition: var(--bp-transition)
}

.footer .footer-links a:hover i {
  opacity: 1
}

.footer-contact-item:first-child {
  margin-top: 0;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 0.88rem
}

.footer-contact-item i {
  flex: 0 0 auto;
  color: var(--bp-secondary);
  font-size: 1.05rem;
  margin-top: 0.2rem
}

.footer-social {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.5rem
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.95rem;
  transition: var(--bp-transition);
  text-decoration: none
}

.footer-social a:hover {
  background: var(--bp-secondary);
  transform: translateY(-3px);
  color: #fff
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
  margin-top: 3rem;
  font-size: 0.85rem
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none
}

.footer-bottom a:hover {
  color: var(--bp-secondary)
}

.pack-cookie-consent {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 1100;
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  width: min(620px, calc(100vw - 3rem));
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  background: rgba(7, 42, 73, 0.96);
  box-shadow: var(--bp-shadow-lg);
}

.pack-cookie-consent.show {
  display: grid;
}

.pack-cookie-consent strong,
.pack-cookie-consent p {
  display: block;
}

.pack-cookie-consent strong {
  margin-bottom: 0.25rem;
  font-weight: 900;
}

.pack-cookie-consent p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.86rem;
  line-height: 1.55;
}

.pack-cookie-actions {
  display: flex;
  gap: 0.65rem;
  align-items: center;
}

.pack-cookie-actions a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: underline;
}

.pack-cookie-actions button {
  border: 0;
  border-radius: 6px;
  padding: 0.62rem 1rem;
  color: var(--bp-dark);
  background: var(--bp-secondary);
  font-weight: 900;
}

@media (max-width: 991.98px) {
  .footer-brand-row {
    grid-template-columns: 1fr;
    gap: 1.3rem;
    align-items: flex-start;
  }

  .footer-quote-btn {
    width: 100%;
  }

  .pack-cookie-consent {
    right: 1rem;
    bottom: 1rem;
    grid-template-columns: 1fr;
    width: calc(100vw - 2rem);
  }

  .pack-cookie-actions {
    justify-content: space-between;
  }
}

/* Utils */
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--bp-primary);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: var(--bp-shadow-md);
  transition: var(--bp-transition);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  cursor: pointer
}

.scroll-top.active {
  opacity: 1;
  visibility: visible
}

.scroll-top:hover {
  background: var(--bp-secondary);
  transform: translateY(-3px);
  color: #fff
}

.floating-inquiry {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 998;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  align-items: flex-start
}

.floating-inquiry .fab-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1.3rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  border: none;
  cursor: pointer;
  transition: var(--bp-transition);
  box-shadow: var(--bp-shadow-md);
  text-decoration: none
}

.floating-inquiry .fab-quote {
  background: var(--bp-secondary);
  color: #fff
}

.floating-inquiry .fab-quote:hover {
  background: var(--bp-secondary-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(244, 161, 0, 0.4);
  color: #fff
}

.floating-inquiry .fab-whatsapp {
  background: #25D366;
  color: #fff
}

.floating-inquiry .fab-whatsapp:hover {
  background: #1da851;
  transform: translateY(-2px);
  color: #fff
}

.inquiry-modal .modal-content {
  border: none;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15)
}

.inquiry-modal .modal-header {
  background: linear-gradient(135deg, var(--bp-primary) 0%, var(--bp-primary-dark) 100%);
  color: #fff;
  border: none;
  padding: 1.5rem 2rem
}

.inquiry-modal .modal-header .btn-close {
  filter: brightness(0) invert(1);
  opacity: 0.8
}

.inquiry-modal .modal-body {
  padding: 2rem
}

.inquiry-modal .form-control:focus,
.inquiry-modal .form-select:focus {
  border-color: var(--bp-primary);
  box-shadow: 0 0 0 0.2rem rgba(13, 59, 102, 0.15)
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0)
}

@media(max-width:767.98px) {
  .floating-inquiry {
    bottom: 1rem;
    left: 1rem
  }

  .floating-inquiry .fab-btn {
    padding: 0.6rem 1.1rem;
    font-size: 0.78rem
  }

  .scroll-top {
    bottom: 1rem;
    right: 1rem
  }

  .process-step .step-connector {
    display: none
  }
}

/* ========== Multi-Step Wizard ========== */
.wizard-section {
  padding: 7rem 0;
  background: var(--bp-gray-100)
}

.wizard-card {
  background: #fff;
  border-radius: var(--bp-radius);
  box-shadow: var(--bp-shadow-lg);
  overflow: hidden;
  max-width: 860px;
  margin: 0 auto
}

.wizard-progress {
  display: flex;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  background: var(--bp-primary-dark)
}

.wizard-progress::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 2rem;
  right: 2rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-50%);
  z-index: 0
}

.wizard-progress .step-item {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 1.5rem 0.5rem
}

.wizard-progress .step-item .step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
  transition: var(--bp-transition)
}

.wizard-progress .step-item .step-label {
  display: block;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--bp-transition)
}

.wizard-progress .step-item.active .step-circle {
  background: var(--bp-secondary);
  border-color: var(--bp-secondary);
  color: #fff;
  transform: scale(1.15);
  box-shadow: 0 0 0 4px rgba(244, 161, 0, 0.3)
}

.wizard-progress .step-item.active .step-label {
  color: #fff
}

.wizard-progress .step-item.completed .step-circle {
  background: var(--bp-success);
  border-color: var(--bp-success);
  color: #fff
}

.wizard-progress .step-item.completed .step-label {
  color: rgba(255, 255, 255, 0.8)
}

.wizard-body {
  padding: 2.5rem
}

.wizard-step {
  display: none;
  animation: wizFadeIn 0.4s ease
}

.wizard-step.active {
  display: block
}

@keyframes wizFadeIn {
  from {
    opacity: 0;
    transform: translateX(20px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.wizard-step-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bp-primary);
  margin-bottom: 0.3rem
}

.wizard-step-desc {
  font-size: 0.88rem;
  color: var(--bp-gray-600);
  margin-bottom: 1.75rem
}

.wizard-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2.5rem;
  border-top: 1px solid var(--bp-gray-200);
  background: var(--bp-gray-100)
}

.wizard-footer .step-info {
  font-size: 0.82rem;
  color: var(--bp-gray-600);
  font-weight: 500
}

.btn-wiz-next {
  background: var(--bp-primary);
  color: #fff;
  border: none;
  padding: 0.6rem 1.8rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: var(--bp-transition);
  cursor: pointer
}

.btn-wiz-next:hover {
  background: var(--bp-primary-light);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(13, 59, 102, 0.3);
  color: #fff
}

.btn-wiz-prev {
  background: transparent;
  color: var(--bp-gray-600);
  border: 2px solid var(--bp-gray-300);
  padding: 0.55rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: var(--bp-transition);
  cursor: pointer
}

.btn-wiz-prev:hover {
  border-color: var(--bp-primary);
  color: var(--bp-primary)
}

.btn-wiz-submit {
  background: var(--bp-success);
  color: #fff;
  border: none;
  padding: 0.6rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: var(--bp-transition);
  cursor: pointer
}

.btn-wiz-submit:hover {
  background: #245a40;
  transform: translateY(-2px);
  color: #fff
}

.wizard-review-group {
  background: var(--bp-gray-100);
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem
}

.wizard-review-group h6 {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--bp-gray-600);
  margin-bottom: 0.5rem;
  font-weight: 700
}

.wizard-review-item {
  display: flex;
  justify-content: space-between;
  padding: 0.35rem 0;
  font-size: 0.88rem
}

.wizard-review-item .label {
  color: var(--bp-gray-600)
}

.wizard-review-item .value {
  font-weight: 600;
  color: var(--bp-dark)
}

.wizard-success {
  text-align: center;
  padding: 2rem 0
}

.wizard-success .success-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(45, 106, 79, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: var(--bp-success);
  margin-bottom: 1.25rem
}

@media(max-width:767.98px) {
  .wizard-progress .step-item .step-label {
    display: none
  }

  .wizard-body {
    padding: 1.5rem
  }

  .wizard-footer {
    padding: 1rem 1.5rem
  }

  .wizard-progress::before {
    left: 1rem;
    right: 1rem
  }
}

/* ========== Price Reference ========== */
.pricing-section {
  padding: 7rem 0;
  background: #fff
}

.pricing-table-wrap {
  border-radius: var(--bp-radius);
  overflow: hidden;
  box-shadow: var(--bp-shadow-md);
  border: 1px solid var(--bp-gray-200)
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0
}

.pricing-table thead th {
  background: var(--bp-primary);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 1rem 1.25rem;
  border: none;
  white-space: nowrap
}

.pricing-table tbody td {
  padding: 1rem 1.25rem;
  font-size: 0.9rem;
  border-bottom: 1px solid var(--bp-gray-200);
  vertical-align: middle
}

.pricing-table tbody tr:hover {
  background: rgba(13, 59, 102, 0.04)
}

.pricing-table tbody tr:last-child td {
  border-bottom: none
}

.price-range {
  font-weight: 700;
  color: var(--bp-primary);
  font-size: 1rem
}

.price-note {
  font-size: 0.78rem;
  color: var(--bp-gray-600);
  margin-top: 0.2rem
}

.pricing-card {
  background: #fff;
  border: 1px solid var(--bp-gray-200);
  border-radius: var(--bp-radius);
  padding: 2rem;
  text-align: center;
  transition: var(--bp-transition);
  height: 100%;
  position: relative;
  overflow: hidden
}

.pricing-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--bp-primary);
  transition: var(--bp-transition)
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--bp-shadow-md);
  border-color: transparent
}

.pricing-card:hover::before {
  background: var(--bp-secondary)
}

.pricing-card .pricing-icon {
  width: 56px;
  height: 56px;
  border-radius: 0.75rem;
  background: rgba(13, 59, 102, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bp-primary);
  font-size: 1.4rem;
  margin-bottom: 1rem;
  transition: var(--bp-transition)
}

.pricing-card:hover .pricing-icon {
  background: var(--bp-primary);
  color: #fff
}

.pricing-card h5 {
  font-weight: 700;
  color: var(--bp-dark);
  margin-bottom: 0.3rem;
  font-size: 1.05rem
}

.pricing-card .price-from {
  font-size: 0.82rem;
  color: var(--bp-gray-600);
  margin-bottom: 0.15rem
}

.pricing-card .price-value {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--bp-primary);
  line-height: 1.1
}

.pricing-card .price-to {
  font-size: 0.82rem;
  color: var(--bp-gray-600);
  margin-bottom: 0.75rem
}

.pricing-card .price-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left
}

.pricing-card .price-features li {
  font-size: 0.82rem;
  padding: 0.35rem 0;
  color: #555;
  border-bottom: 1px solid var(--bp-gray-200)
}

.pricing-card .price-features li:last-child {
  border-bottom: none
}

.pricing-card .price-features li i {
  color: var(--bp-success);
  margin-right: 0.5rem;
  font-size: 0.75rem
}

.pricing-disclaimer {
  font-size: 0.8rem;
  color: var(--bp-gray-600);
  margin-top: 2rem;
  text-align: center;
  line-height: 1.7
}

/* ========== Machine Videos ========== */
.videos-section {
  padding: 7rem 0;
  background: var(--bp-gray-100)
}

.video-card {
  background: #fff;
  border-radius: var(--bp-radius);
  overflow: hidden;
  box-shadow: var(--bp-shadow-sm);
  transition: var(--bp-transition);
  height: 100%;
  border: 1px solid var(--bp-gray-200)
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--bp-shadow-md);
  border-color: transparent
}

.video-card .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000
}

.video-card .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.video-card .video-info {
  padding: 1.25rem
}

.video-card .video-info h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bp-dark);
  margin-bottom: 0.3rem
}

.video-card .video-info p {
  font-size: 0.82rem;
  color: var(--bp-gray-600);
  margin-bottom: 0;
  line-height: 1.6
}

.video-card .video-tag {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 600;
  margin-bottom: 0.5rem
}

.tag-vertical {
  background: rgba(13, 59, 102, 0.1);
  color: var(--bp-primary)
}

.tag-horizontal {
  background: rgba(45, 106, 79, 0.12);
  color: var(--bp-success)
}

.tag-tworam {
  background: rgba(244, 161, 0, 0.15);
  color: var(--bp-secondary-dark)
}

.tag-metal {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545
}

/* ========== ROI Calculator ========== */
.roi-section {
  padding: 7rem 0;
  background: linear-gradient(160deg, var(--bp-primary-dark) 0%, #0a2540 100%);
  color: #fff;
  position: relative;
  overflow: hidden
}

.roi-section::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(244, 161, 0, 0.05)
}

.roi-section .section-title {
  color: #fff
}

.roi-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--bp-radius);
  padding: 2rem;
  position: relative;
  z-index: 1
}

.roi-card label {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.4rem;
  display: block
}

.roi-card .form-control,
.roi-card .form-select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.9rem;
  border-radius: 0.5rem;
  padding: 0.55rem 0.85rem
}

.roi-card .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4)
}

.roi-card .form-control:focus,
.roi-card .form-select:focus {
  border-color: var(--bp-secondary);
  box-shadow: 0 0 0 0.2rem rgba(244, 161, 0, 0.2);
  background: rgba(255, 255, 255, 0.14);
  color: #fff
}

.roi-card .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}

.roi-card .form-select option {
  background: var(--bp-primary-dark);
  color: #fff
}

.roi-result-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.75rem;
  padding: 1.5rem;
  text-align: center;
  transition: var(--bp-transition);
  height: 100%
}

.roi-result-card:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-3px)
}

.roi-result-card .result-icon {
  font-size: 1.5rem;
  color: var(--bp-secondary);
  margin-bottom: 0.5rem
}

.roi-result-card .result-value {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 0.3rem
}

.roi-result-card .result-label {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500
}

.roi-bar-wrap {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  height: 12px;
  overflow: hidden;
  margin-top: 0.5rem
}

.roi-bar-fill {
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(90deg, var(--bp-secondary), var(--bp-secondary-light));
  transition: width 0.8s ease;
  width: 0
}

.btn-roi-calc {
  background: var(--bp-secondary);
  color: #fff;
  border: none;
  padding: 0.65rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  transition: var(--bp-transition);
  cursor: pointer
}

.btn-roi-calc:hover {
  background: var(--bp-secondary-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(244, 161, 0, 0.4);
  color: #fff
}

.roi-assumptions {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 1.5rem;
  line-height: 1.7
}

/* ========== Case Study ========== */
.casestudy-section {
  padding: 7rem 0;
  background: var(--bp-gray-100);
}

.cs-card {
  border: 1px solid var(--bp-gray-300);
  border-radius: var(--bp-radius);
  overflow: hidden;
  transition: var(--bp-transition);
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column
}

.cs-card:hover {
  box-shadow: var(--bp-shadow-md);
  transform: translateY(-5px);
  border-color: transparent
}

.cs-card .cs-img {
  height: auto;
  overflow: hidden;
  background: linear-gradient(135deg, var(--bp-gray-200), var(--bp-gray-300));
  position: relative
}

.cs-card .cs-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease
}

.cs-card:hover .cs-img img {
  transform: scale(1.05)
}

.cs-card .cs-img .cs-industry-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--bp-secondary);
  color: #fff;
  padding: 0.3rem 0.85rem;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px
}

.cs-card .cs-body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column
}

.cs-card .cs-body h5 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--bp-dark);
  margin-bottom: 0.5rem;
  line-height: 1.4
}

.cs-card .cs-body .cs-challenge {
  font-size: 0.98rem;
  color: var(--bp-gray-600);
  margin-bottom: 0.75rem;
  line-height: 1.7
}

.cs-card .cs-body .cs-challenge strong {
  color: var(--bp-dark)
}

.cs-card .cs-results {
  margin-top: auto;
  background: rgb(0, 63, 118);
  padding: 0.85rem;
  margin-bottom: 0.75rem
}

.cs-card .cs-results h6 {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--bp-primary);
  font-weight: 700;
  margin-bottom: 0.5rem
}

.cs-card .cs-result-row {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0;
  font-size: 0.95rem
}

.cs-card .cs-result-row .label {
  color: #fff;
}

.cs-card .cs-result-row .value {
  color: var(--bp-gray-600)
}

.cs-card .cs-equipment {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem
}

.cs-card .cs-equipment .equip-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(13, 59, 102, 0.08);
  color: var(--bp-primary);
  padding: 0.25rem 0.65rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600
}

.cs-card .cs-link {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--bp-primary);
  text-decoration: none;
  transition: var(--bp-transition)
}

.cs-card .cs-link:hover {
  color: var(--bp-secondary)
}

.cs-card .cs-link i {
  transition: var(--bp-transition)
}

.cs-card .cs-link:hover i {
  transform: translateX(3px)
}

/* ========== Product Compare ========== */
.compare-section {
  padding: 7rem 0;
  background: var(--bp-gray-100)
}

.compare-selector {
  background: #fff;
  border-radius: var(--bp-radius);
  padding: 2rem;
  box-shadow: var(--bp-shadow-sm);
  border: 1px solid var(--bp-gray-200);
  margin-bottom: 2rem
}

.compare-selector h5 {
  font-weight: 700;
  color: var(--bp-primary);
  margin-bottom: 1rem;
  font-size: 1.05rem
}

.compare-selector .form-select {
  border-radius: 0.5rem;
  padding: 0.55rem 0.85rem;
  font-size: 0.88rem;
  border: 1px solid var(--bp-gray-300)
}

.compare-selector .form-select:focus {
  border-color: var(--bp-primary);
  box-shadow: 0 0 0 0.2rem rgba(13, 59, 102, 0.15)
}

.compare-table-wrap {
  border-radius: var(--bp-radius);
  overflow: hidden;
  box-shadow: var(--bp-shadow-md);
  border: 1px solid var(--bp-gray-200);
  background: #fff
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0
}

.compare-table thead th {
  background: var(--bp-primary);
  color: #fff;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 1.15rem 1.25rem;
  border: none;
  text-align: center;
  white-space: nowrap
}

.compare-table thead th:first-child {
  text-align: left;
  width: 180px
}

.compare-table tbody td {
  padding: 0.85rem 1.25rem;
  font-size: 0.88rem;
  border-bottom: 1px solid var(--bp-gray-200);
  text-align: center;
  vertical-align: middle
}

.compare-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--bp-dark);
  background: rgba(13, 59, 102, 0.03);
  white-space: nowrap
}

.compare-table tbody tr:hover td {
  background: rgba(13, 59, 102, 0.04)
}

.compare-table tbody tr:hover td:first-child {
  background: rgba(13, 59, 102, 0.07)
}

.compare-table tbody tr:last-child td {
  border-bottom: none
}

.compare-table .spec-label-row td {
  background: var(--bp-primary-dark) !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.65rem 1.25rem
}

.compare-table .spec-label-row td:first-child {
  background: var(--bp-primary-dark) !important
}

.compare-best {
  background: rgba(45, 106, 79, 0.1) !important;
  color: var(--bp-success);
  font-weight: 700;
  position: relative
}

.compare-best::after {
  content: '✓';
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  font-size: 0.7rem;
  color: var(--bp-success)
}

.compare-product-name {
  font-weight: 700;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 0.2rem
}

.compare-product-type {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500
}

.compare-empty {
  text-align: center;
  padding: 3rem 2rem;
  color: var(--bp-gray-600)
}

.compare-empty i {
  font-size: 2.5rem;
  opacity: 0.3;
  display: block;
  margin-bottom: 1rem
}

@media(max-width:767.98px) {
  .compare-table-wrap {
    overflow-x: auto
  }

  .compare-table {
    min-width: 600px
  }
}

/* ========== PDF Downloads ========== */
.downloads-section {
  padding: 7rem 0;
  background: #fff
}

.download-card {
  background: #fff;
  border: 1px solid var(--bp-gray-200);
  border-radius: var(--bp-radius);
  padding: 1.75rem;
  transition: var(--bp-transition);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden
}

.download-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: var(--bp-secondary);
  transition: var(--bp-transition);
  border-radius: 0 0 4px 0
}

.download-card:hover {
  box-shadow: var(--bp-shadow-md);
  transform: translateY(-3px);
  border-color: transparent
}

.download-card:hover::before {
  height: 100%
}

.download-card .dl-icon {
  width: 52px;
  height: 52px;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  transition: var(--bp-transition);
  flex-shrink: 0
}

.dl-icon-pdf {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545
}

.dl-icon-spec {
  background: rgba(13, 59, 102, 0.08);
  color: var(--bp-primary)
}

.dl-icon-guide {
  background: rgba(45, 106, 79, 0.1);
  color: var(--bp-success)
}

.dl-icon-catalog {
  background: rgba(244, 161, 0, 0.12);
  color: var(--bp-secondary-dark)
}

.download-card:hover .dl-icon {
  transform: scale(1.1)
}

.download-card h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--bp-dark);
  margin-bottom: 0.35rem;
  line-height: 1.4
}

.download-card p {
  font-size: 0.82rem;
  color: var(--bp-gray-600);
  margin-bottom: 0.75rem;
  line-height: 1.6;
  flex: 1
}

.download-card .dl-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  color: var(--bp-gray-600)
}

.download-card .dl-meta .file-size {
  background: var(--bp-gray-100);
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
  font-weight: 500
}

.btn-download {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--bp-primary);
  color: #fff;
  border: none;
  padding: 0.45rem 1.1rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.82rem;
  transition: var(--bp-transition);
  cursor: pointer;
  text-decoration: none
}

.btn-download:hover {
  background: var(--bp-primary-light);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(13, 59, 102, 0.25)
}

.download-card .dl-lang-options {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
  margin-top: 0.5rem
}

.download-card .dl-lang-options .lang-btn {
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  border: 1px solid var(--bp-gray-300);
  background: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--bp-gray-600);
  cursor: pointer;
  transition: var(--bp-transition)
}

.download-card .dl-lang-options .lang-btn:hover {
  border-color: var(--bp-primary);
  color: var(--bp-primary)
}

.download-card .dl-lang-options .lang-btn.active {
  background: var(--bp-primary);
  color: #fff;
  border-color: var(--bp-primary)
}


.featured-slider .swiper-slide {
  height: auto;
}

.featured-slider .featured-product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.featured-slider .product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.featured-controls {
  display: flex;
  gap: 8px;
}

.featured-control-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1.5px solid #dee2e6;
  background: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.featured-control-btn:hover {
  background: var(--primary, #114593);
  border-color: var(--primary, #114593);
  color: #fff;
}

/* ========== PACKENER Product Category Pages ========== */
.pack-category-hero {
  position: relative;
  padding: 5.5rem 0 4rem;
  overflow: hidden;
  background: linear-gradient(145deg, var(--bp-primary-dark) 0%, var(--bp-primary) 58%, #0e4d80 100%);
}

.pack-category-hero::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -160px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(244, 161, 0, 0.08);
}

.pack-category-hero .hero-content {
  position: relative;
  z-index: 2;
  max-width: 860px;
}

.hero-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  padding: 0;
  margin: 0 0 1.35rem;
  list-style: none;
  font-size: 0.9rem;
}

.hero-breadcrumb a {
  color: rgba(255, 255, 255, 0.68);
}

.hero-breadcrumb a:hover,
.hero-breadcrumb .active {
  color: var(--bp-secondary);
}

.hero-breadcrumb .sep {
  color: rgba(255, 255, 255, 0.32);
}

.pack-category-hero h1 {
  color: #fff;
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  font-weight: 900;
  margin-bottom: 1rem;
}

.pack-category-hero .hero-desc {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.85;
  margin-bottom: 2rem;
}

.hero-quick-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-quick-stats .qs {
  min-width: 132px;
  padding: 0.85rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.hero-quick-stats .qs-val {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.15;
}

.hero-quick-stats .qs-lbl {
  display: block;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.models-section {
  padding: 5.5rem 0;
}

.product-list-intro {
  max-width: 780px;
  color: var(--bp-gray-600);
}

.model-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--bp-gray-200);
  border-radius: var(--bp-radius);
  box-shadow: var(--bp-shadow-sm);
  transition: var(--bp-transition);
}

.model-card:hover {
  transform: translateY(-6px);
  border-color: rgba(13, 59, 102, 0.25);
  box-shadow: var(--bp-shadow-lg);
}

.model-card .mc-img {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: var(--bp-gray-100);
}

.model-card .mc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.model-card:hover .mc-img img {
  transform: scale(1.06);
}

.model-card .mc-badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  padding: 0.3rem 0.8rem;
  border-radius: 4px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.badge-popular {
  background: var(--bp-primary);
}

.badge-best {
  background: var(--bp-secondary);
}

.model-card .mc-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}

.model-card .mc-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
}

.model-card .mc-model {
  color: var(--bp-primary);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.35;
}

.model-card a.mc-model:hover {
  color: var(--bp-secondary);
}

.model-card .mc-desc {
  color: var(--bp-gray-600);
  font-size: 0.92rem;
  line-height: 1.75;
}

.model-card .mc-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin: 1rem 0 1.25rem;
}

.model-card .ms {
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 0.55rem;
  background: var(--bp-gray-100);
}

.model-card .mv {
  display: block;
  color: var(--bp-primary);
  font-size: 0.95rem;
  font-weight: 800;
}

.model-card .ml {
  display: block;
  color: var(--bp-gray-600);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.model-card .mc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: auto;
}

.model-card .mc-actions .btn {
  flex: 1;
  min-width: 132px;
}

.product-summary-section {
  padding: 5.5rem 0;
}

.pack-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.pack-pagination .pagination li,
.pack-pagination .pagination a,
.pack-pagination .pagination span {
  display: inline-flex;
}

.pack-pagination .pagination a,
.pack-pagination .pagination span {
  min-width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 0.85rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 6px;
  color: var(--bp-primary);
  background: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: var(--bp-shadow-sm);
  transition: var(--bp-transition);
}

.pack-pagination .pagination a:hover,
.pack-pagination .pagination a.active,
.pack-pagination .pagination .active a,
.pack-pagination .pagination .active span {
  border-color: var(--bp-secondary);
  color: #fff;
  background: var(--bp-secondary);
}

@media (max-width: 767.98px) {
  .pack-category-hero {
    padding: 3.75rem 0 3rem;
  }

  .hero-quick-stats {
    gap: 0.65rem;
  }

  .hero-quick-stats .qs {
    min-width: calc(50% - 0.35rem);
    padding: 0.75rem 0.9rem;
  }

  .models-section,
  .product-summary-section {
    padding: 3.75rem 0;
  }

  .model-card .mc-img {
    height: 220px;
  }
}

/* PACKENER CMS category, solution, about and contact templates */
.pack-inner-hero {
  position: relative;
  overflow: hidden;
  padding: 5.75rem 0 4.75rem;
  background: linear-gradient(135deg, #072a49 0%, #0d3b66 58%, #1f2937 100%);
  color: #fff;
}

.pack-inner-hero.compact {
  padding: 4.75rem 0 3.75rem;
}

.pack-inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 42, 73, 0.9), rgba(7, 42, 73, 0.62)), url("/uploadfile/202412/fa6911bd4b249b7.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.38;
}

.pack-inner-hero .container {
  position: relative;
  z-index: 2;
}

.pack-inner-hero h1 {
  max-width: 960px;
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(2.15rem, 4.5vw, 4rem);
  font-weight: 900;
  line-height: 1.12;
}

.pack-inner-hero p {
  max-width: 850px;
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.8;
}

.pack-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.pack-breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
}

.pack-breadcrumb strong,
.pack-breadcrumb a:hover {
  color: var(--bp-secondary);
}

.pack-breadcrumb span {
  color: rgba(255, 255, 255, 0.35);
}

.pack-hero-metrics,
.pack-pill-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.pack-hero-metrics {
  margin-top: 1.75rem;
}

.pack-hero-metrics div {
  min-width: 136px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.pack-hero-metrics strong {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
}

.pack-hero-metrics span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pack-pill-nav {
  margin-top: 1.75rem;
}

.pack-pill-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 800;
}

.pack-pill-nav a:hover {
  border-color: var(--bp-secondary);
  color: var(--bp-secondary);
}

.pack-section-head {
  max-width: 780px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.pack-section-head.left {
  margin-left: 0;
  text-align: left;
}

.pack-section-head span,
.pack-eyebrow {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: var(--bp-secondary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pack-section-head h2,
.pack-about-intro h2,
.pack-contact-panel h2,
.pack-form-panel h2,
.pack-material-guide h2,
.pack-solution-detail h2,
.pack-seo-block h2,
.pack-compare-strip h2 {
  color: var(--bp-primary);
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  font-weight: 900;
  line-height: 1.2;
}

.pack-section-head p,
.pack-contact-panel p,
.pack-material-guide p,
.pack-solution-detail p,
.pack-seo-block p,
.pack-compare-strip p,
.pack-rich-text {
  color: var(--bp-gray-600);
  line-height: 1.85;
}

.pack-product-finder,
.pack-models-section,
.pack-solution-paths,
.pack-material-guide,
.pack-about-intro,
.pack-values-section,
.pack-industries-section,
.pack-contact-section,
.pack-process-section,
.pack-solution-detail,
.pack-related-products,
.pack-seo-block,
.pack-compare-strip {
  padding: 5.25rem 0;
}

.pack-product-finder,
.pack-values-section,
.pack-material-guide,
.pack-process-section,
.pack-related-products {
  background: var(--bp-gray-100);
}

.pack-guide-card,
.pack-value-card,
.pack-solution-card,
.pack-model-card,
.pack-related-card,
.pack-contact-panel,
.pack-form-panel {
  height: 100%;
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bp-shadow-sm);
}

.pack-guide-card,
.pack-value-card {
  padding: 1.5rem;
}

.pack-guide-card i,
.pack-value-card i {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.1rem;
  border-radius: 8px;
  color: #fff;
  background: var(--bp-primary);
  font-size: 1.35rem;
}

.pack-guide-card h3,
.pack-value-card h3 {
  color: var(--bp-primary);
  font-size: 1.15rem;
  font-weight: 900;
}

.pack-guide-card p,
.pack-value-card p {
  color: var(--bp-gray-600);
  line-height: 1.7;
}

.pack-guide-card strong {
  color: var(--bp-secondary);
}

.pack-product-family {
  padding: 5.25rem 0;
}

.pack-product-family.alt {
  background: #fff;
}

.pack-family-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 3rem;
  align-items: center;
}

.pack-family-intro.reverse .pack-family-image {
  order: 2;
}

.pack-family-image,
.pack-about-image {
  overflow: hidden;
  border-radius: 8px;
  background: var(--bp-gray-100);
  box-shadow: var(--bp-shadow);
}

.pack-family-image img,
.pack-about-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.pack-family-copy h2 a,
.pack-model-card h3 a,
.pack-mini-product h4 a,
.pack-related-card h3 {
  color: var(--bp-primary);
}

.pack-family-copy h2 {
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 900;
}

.pack-family-copy p,
.pack-mini-product p,
.pack-model-card p,
.pack-related-card p {
  color: var(--bp-gray-600);
  line-height: 1.75;
}

.pack-family-specs,
.pack-model-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.35rem 0;
}

.pack-family-specs div,
.pack-model-specs div {
  padding: 0.8rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 6px;
  background: var(--bp-gray-100);
}

.pack-family-specs strong,
.pack-model-specs strong {
  display: block;
  color: var(--bp-primary);
  font-weight: 900;
}

.pack-family-specs span,
.pack-model-specs span {
  color: var(--bp-gray-600);
  font-size: 0.75rem;
  font-weight: 700;
}

.pack-family-actions,
.pack-model-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.pack-scroll-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 2.4rem 0 1rem;
}

.pack-scroll-head h3 {
  margin: 0;
  color: var(--bp-primary);
  font-weight: 900;
}

.pack-product-scroll {
  display: grid;
  grid-auto-columns: minmax(240px, 1fr);
  grid-auto-flow: column;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.pack-mini-product {
  overflow: hidden;
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  background: #fff;
  min-width: 240px;
}

.pack-mini-img {
  display: block;
  height: 180px;
  background: var(--bp-gray-100);
}

.pack-mini-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pack-mini-body {
  padding: 1rem;
}

.pack-mini-body h4 {
  font-size: 1rem;
  font-weight: 900;
}

.pack-mini-foot {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.8rem;
  font-size: 0.86rem;
  font-weight: 900;
}

.pack-mini-foot button {
  border: 0;
  color: var(--bp-secondary);
  background: transparent;
  font-weight: 900;
}

.pack-model-card {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  overflow: hidden;
}

.pack-model-img {
  min-height: 100%;
  background: var(--bp-gray-100);
}

.pack-model-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pack-model-body {
  padding: 1.45rem;
}

.pack-model-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.pack-model-top h3 {
  margin: 0 0 0.7rem;
  font-size: 1.15rem;
  font-weight: 900;
}

.pack-model-top span {
  color: var(--bp-secondary);
  font-size: 0.72rem;
  font-weight: 900;
}

.pack-model-specs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pack-seo-grid,
.pack-check-grid,
.pack-material-grid,
.pack-industry-grid,
.pack-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pack-seo-grid div,
.pack-check-grid div,
.pack-material-grid div,
.pack-industry-grid div,
.pack-process-grid div {
  padding: 1.2rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  background: #fff;
}

.pack-seo-grid i,
.pack-check-grid i,
.pack-material-grid i,
.pack-industry-grid i {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--bp-secondary);
  font-size: 1.45rem;
}

.pack-seo-grid strong,
.pack-check-grid strong,
.pack-material-grid strong,
.pack-industry-grid strong,
.pack-process-grid strong {
  display: block;
  color: var(--bp-primary);
  font-weight: 900;
}

.pack-seo-grid span,
.pack-check-grid span,
.pack-material-grid span,
.pack-industry-grid span,
.pack-process-grid span {
  display: block;
  margin-top: 0.35rem;
  color: var(--bp-gray-600);
  line-height: 1.65;
}

.pack-solution-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: inherit;
  transition: var(--bp-transition);
}

.pack-solution-card:hover,
.pack-related-card:hover,
.pack-guide-card:hover,
.pack-value-card:hover,
.pack-model-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--bp-shadow-lg);
}

.pack-solution-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: var(--bp-gray-100);
}

.pack-solution-card span,
.pack-solution-card h3,
.pack-solution-card p,
.pack-solution-card em {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}

.pack-solution-card span {
  margin-top: 1.25rem;
  color: var(--bp-secondary);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pack-solution-card h3 {
  color: var(--bp-primary);
  font-size: 1.25rem;
  font-weight: 900;
}

.pack-solution-card p {
  color: var(--bp-gray-600);
  line-height: 1.7;
}

.pack-solution-card em {
  margin-top: auto;
  margin-bottom: 1.25rem;
  color: var(--bp-primary);
  font-style: normal;
  font-weight: 900;
}

.pack-related-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  overflow: hidden;
  color: inherit;
}

.pack-related-card img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  background: var(--bp-gray-100);
}

.pack-related-card div {
  padding: 1.2rem;
}

.pack-related-card h3 {
  font-size: 1.12rem;
  font-weight: 900;
}

.pack-related-card span {
  color: var(--bp-secondary);
  font-weight: 900;
}

.pack-contact-panel,
.pack-form-panel {
  padding: 2rem;
}

.pack-contact-list {
  display: grid;
  gap: 0.9rem;
  margin: 1.5rem 0;
}

.pack-contact-list a,
.pack-contact-list div {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  color: inherit;
  background: var(--bp-gray-100);
}

.pack-contact-list i {
  color: var(--bp-secondary);
  font-size: 1.25rem;
}

.pack-contact-list strong,
.pack-contact-list span span {
  display: block;
}

.pack-contact-list strong {
  color: var(--bp-primary);
}

.pack-response-box {
  padding: 1rem;
  border-left: 4px solid var(--bp-secondary);
  border-radius: 6px;
  background: rgba(244, 161, 0, 0.1);
}

.pack-response-box strong,
.pack-response-box span {
  display: block;
}

.pack-response-box strong {
  color: var(--bp-primary);
}

.pack-response-box span {
  margin-top: 0.35rem;
  color: var(--bp-gray-600);
  line-height: 1.65;
}

.pack-form-panel .php-email-form .form-control {
  border-radius: 6px;
  border-color: var(--bp-gray-200);
  min-height: 48px;
}

.pack-form-panel .php-email-form textarea.form-control {
  min-height: 150px;
}

.pack-form-panel .php-email-form button {
  padding: 0.85rem 1.8rem;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: var(--bp-primary);
  font-weight: 900;
}

.pack-form-panel .php-email-form button:hover {
  background: var(--bp-secondary);
}

.pack-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pack-process-grid em {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: var(--bp-secondary);
  font-style: normal;
  font-weight: 900;
}

@media (max-width: 991.98px) {
  .pack-family-intro,
  .pack-family-intro.reverse {
    grid-template-columns: 1fr;
  }

  .pack-family-intro.reverse .pack-family-image {
    order: 0;
  }

  .pack-model-card,
  .pack-related-card {
    grid-template-columns: 1fr;
  }

  .pack-model-img img,
  .pack-related-card img {
    height: 240px;
  }

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

@media (max-width: 767.98px) {
  .pack-inner-hero,
  .pack-inner-hero.compact {
    padding: 3.5rem 0 3rem;
  }

  .pack-product-finder,
  .pack-models-section,
  .pack-solution-paths,
  .pack-material-guide,
  .pack-about-intro,
  .pack-values-section,
  .pack-industries-section,
  .pack-contact-section,
  .pack-process-section,
  .pack-solution-detail,
  .pack-related-products,
  .pack-seo-block,
  .pack-compare-strip,
  .pack-product-family {
    padding: 3.5rem 0;
  }

  .pack-hero-metrics div {
    min-width: calc(50% - 0.45rem);
  }

  .pack-family-specs,
  .pack-model-specs,
  .pack-seo-grid,
  .pack-check-grid,
  .pack-material-grid,
  .pack-industry-grid,
  .pack-process-grid {
    grid-template-columns: 1fr;
  }

  .pack-family-image img,
  .pack-about-image img {
    height: 260px;
  }

  .pack-scroll-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .pack-contact-panel,
  .pack-form-panel {
    padding: 1.35rem;
  }
}

/* PACKENER refreshed pages: solutions, blog, FAQ and inquiry */
.pack-page-hero {
  position: relative;
  overflow: hidden;
  padding: 5.75rem 0 4.75rem;
  background: linear-gradient(135deg, #072a49 0%, #0d3b66 58%, #1f2937 100%);
  color: #fff;
}

.pack-page-hero.compact {
  padding: 4.6rem 0 3.75rem;
}

.pack-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 42, 73, 0.94), rgba(7, 42, 73, 0.68)), url("/uploadfile/202412/fa6911bd4b249b7.jpg");
  background-position: center;
  background-size: cover;
  opacity: 0.42;
}

.pack-page-hero .container {
  position: relative;
  z-index: 2;
}

.pack-page-hero h1 {
  max-width: 980px;
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(2.15rem, 4.4vw, 4rem);
  font-weight: 900;
  line-height: 1.12;
}

.pack-page-hero p {
  max-width: 850px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.82;
}

.pack-kicker {
  display: inline-block;
  margin-bottom: 0.72rem;
  color: var(--bp-secondary);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pack-hero-note {
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.pack-hero-note i {
  color: var(--bp-secondary);
  font-size: 1.7rem;
}

.pack-hero-note strong,
.pack-hero-note span {
  display: block;
}

.pack-hero-note strong {
  margin: 0.7rem 0 0.35rem;
  color: #fff;
  font-size: 1.1rem;
}

.pack-hero-note span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.pack-solution-nav-section,
.pack-material-showcase,
.pack-solution-matrix,
.pack-solution-list-content,
.pack-knowledge-hub,
.pack-blog-list,
.pack-faq-section,
.pack-question-form,
.pack-inquiry-section {
  padding: 5.25rem 0;
}

.pack-solution-nav-section,
.pack-solution-matrix,
.pack-blog-list,
.pack-question-form,
.pack-inquiry-section {
  background: var(--bp-gray-100);
}

.pack-knowledge-hub {
  background: #fff;
}

.pack-knowledge-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.pack-knowledge-grid a {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  padding: 1.35rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  color: inherit;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: var(--bp-shadow-sm);
  transition: var(--bp-transition);
}

.pack-knowledge-grid a:hover {
  transform: translateY(-5px);
  border-color: rgba(13, 59, 102, 0.28);
  box-shadow: var(--bp-shadow-lg);
}

.pack-knowledge-grid i {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 8px;
  color: #fff;
  background: var(--bp-primary);
  font-size: 1.35rem;
}

.pack-knowledge-grid strong,
.pack-knowledge-grid span {
  display: block;
}

.pack-knowledge-grid strong {
  color: var(--bp-primary);
  font-size: 1.05rem;
  font-weight: 900;
}

.pack-knowledge-grid span {
  margin-top: 0.55rem;
  color: var(--bp-gray-600);
  font-size: 0.9rem;
  line-height: 1.7;
}

@media (max-width: 1199.98px) {
  .pack-knowledge-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.pack-solution-route {
  display: flex;
  overflow: hidden;
  height: 100%;
  flex-direction: column;
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  color: inherit;
  background: #fff;
  box-shadow: var(--bp-shadow-sm);
  transition: var(--bp-transition);
}

.pack-solution-route:hover,
.pack-blog-card:hover,
.pack-related-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--bp-shadow-lg);
}

.pack-solution-route .route-image {
  height: 190px;
  overflow: hidden;
  background: var(--bp-gray-100);
}

.pack-solution-route img,
.pack-blog-card .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.pack-solution-route:hover img,
.pack-blog-card:hover .blog-img img {
  transform: scale(1.06);
}

.pack-solution-route .route-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem;
}

.pack-solution-route span {
  color: var(--bp-secondary);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pack-solution-route h3,
.pack-solution-sidebar h2,
.pack-faq-aside h2,
.pack-question-panel h2,
.pack-inquiry-copy h2 {
  color: var(--bp-primary);
  font-weight: 900;
}

.pack-solution-route h3 {
  margin: 0.5rem 0;
  font-size: 1.22rem;
}

.pack-solution-route p,
.pack-solution-sidebar p,
.pack-faq-aside p,
.pack-question-panel p,
.pack-inquiry-copy p {
  color: var(--bp-gray-600);
  line-height: 1.75;
}

.pack-solution-route em {
  margin-top: auto;
  color: var(--bp-primary);
  font-style: normal;
  font-weight: 900;
}

.pack-material-showcase h2 {
  color: var(--bp-primary);
  font-size: clamp(1.9rem, 3vw, 2.75rem);
  font-weight: 900;
}

.pack-material-showcase p {
  color: var(--bp-gray-600);
  line-height: 1.85;
}

.pack-material-tabs,
.pack-solution-grid,
.pack-inquiry-points {
  display: grid;
  gap: 1rem;
}

.pack-material-tabs,
.pack-solution-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pack-material-tabs a,
.pack-solution-grid div,
.pack-inquiry-points div {
  padding: 1.2rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  color: inherit;
  background: #fff;
  transition: var(--bp-transition);
}

.pack-material-tabs a:hover,
.pack-solution-grid div:hover {
  border-color: rgba(13, 59, 102, 0.28);
  box-shadow: var(--bp-shadow-sm);
}

.pack-material-tabs i,
.pack-solution-grid i,
.pack-inquiry-points i {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--bp-secondary);
  font-size: 1.55rem;
}

.pack-material-tabs strong,
.pack-material-tabs span,
.pack-solution-grid strong,
.pack-solution-grid span,
.pack-inquiry-points strong,
.pack-inquiry-points span {
  display: block;
}

.pack-material-tabs strong,
.pack-solution-grid strong,
.pack-inquiry-points strong {
  color: var(--bp-primary);
  font-weight: 900;
}

.pack-material-tabs span,
.pack-solution-grid span,
.pack-inquiry-points span {
  margin-top: 0.35rem;
  color: var(--bp-gray-600);
  line-height: 1.65;
}

.pack-solution-grid a {
  display: inline-flex;
  margin-top: 0.8rem;
  color: var(--bp-secondary);
  font-weight: 900;
}

.pack-matrix-wrap {
  overflow: hidden;
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bp-shadow-sm);
}

.pack-matrix-table {
  margin: 0;
}

.pack-matrix-table thead th {
  padding: 1rem;
  border: 0;
  color: #fff;
  background: var(--bp-primary);
}

.pack-matrix-table tbody td {
  padding: 1rem;
  color: var(--bp-gray-700);
}

.pack-matrix-table tbody tr:nth-child(even) td {
  background: var(--bp-gray-100);
}

.pack-solution-sidebar,
.pack-faq-aside,
.pack-question-panel,
.pack-inquiry-panel {
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bp-shadow-sm);
}

.pack-solution-sidebar,
.pack-faq-aside {
  position: sticky;
  top: 105px;
  padding: 1.6rem;
}

.pack-blog-card {
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bp-shadow-sm);
  transition: var(--bp-transition);
}

.pack-blog-card .blog-img {
  display: block;
  height: 225px;
  overflow: hidden;
  background: var(--bp-gray-100);
}

.pack-blog-card .blog-body {
  padding: 1.35rem;
}

.pack-blog-card .blog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 0.85rem;
  color: var(--bp-gray-600);
  font-size: 0.78rem;
  font-weight: 700;
}

.pack-blog-card .blog-meta i {
  margin-right: 0.35rem;
  color: var(--bp-secondary);
}

.pack-blog-card h2 {
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.35;
}

.pack-blog-card h2 a {
  color: var(--bp-primary);
}

.pack-blog-card p {
  color: var(--bp-gray-600);
  line-height: 1.72;
}

.pack-blog-card .blog-more {
  color: var(--bp-secondary);
  font-weight: 900;
}

.pack-faq-accordion .accordion-item {
  overflow: hidden;
  margin-bottom: 0.9rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bp-shadow-sm);
}

.pack-faq-accordion .accordion-button {
  color: var(--bp-primary);
  font-weight: 900;
  box-shadow: none;
}

.pack-faq-accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background: var(--bp-primary);
}

.pack-faq-accordion .accordion-body {
  color: var(--bp-gray-600);
  line-height: 1.8;
}

.pack-question-panel,
.pack-inquiry-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 2rem;
  padding: 2rem;
}

.pack-mini-form .form-control,
.pack-inquiry-form .form-control {
  min-height: 48px;
  border-color: var(--bp-gray-200);
  border-radius: 6px;
}

.pack-mini-form textarea.form-control,
.pack-inquiry-form textarea.form-control {
  min-height: 130px;
}

.pack-inquiry-panel {
  align-items: stretch;
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
}

.pack-inquiry-copy {
  padding: 0.4rem 0;
}

.pack-inquiry-points {
  margin-top: 1.5rem;
}

.pack-inquiry-form {
  padding: 1.35rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  background: #fff;
}

.pack-form-privacy {
  max-height: 78px;
  overflow: hidden;
  margin: 1rem 0 0;
  color: var(--bp-gray-600);
  font-size: 0.78rem;
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .pack-material-tabs,
  .pack-solution-grid,
  .pack-question-panel,
  .pack-inquiry-panel {
    grid-template-columns: 1fr;
  }

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

  .pack-solution-sidebar,
  .pack-faq-aside {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .pack-page-hero,
  .pack-page-hero.compact {
    padding: 3.4rem 0 3rem;
  }

  .pack-solution-nav-section,
  .pack-material-showcase,
  .pack-solution-matrix,
  .pack-solution-list-content,
  .pack-knowledge-hub,
  .pack-blog-list,
  .pack-faq-section,
  .pack-question-form,
  .pack-inquiry-section {
    padding: 3.4rem 0;
  }

  .pack-question-panel,
  .pack-inquiry-panel {
    padding: 1.25rem;
  }

  .pack-knowledge-grid {
    grid-template-columns: 1fr;
  }
}

/* PACKENER refinements: clickable nav, about, square products, product detail, service */
@media (min-width: 1200px) {
  .main-navbar .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}

.main-navbar .nav-direct {
  cursor: pointer;
}

.pack-about-stat-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.pack-about-stat-card div {
  padding: 0.8rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.pack-about-stat-card strong,
.pack-about-stat-card span {
  display: block;
}

.pack-about-stat-card strong {
  color: #fff;
  font-size: 1.55rem;
  font-weight: 900;
}

.pack-about-stat-card span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pack-about-story,
.pack-about-band,
.pack-about-process,
.pack-about-cta,
.pack-product-hero-detail,
.pack-product-tabs-section,
.pack-service-list-section,
.pack-service-process,
.pack-service-detail {
  padding: 5.25rem 0;
}

.pack-about-band,
.pack-about-process,
.pack-service-list-section,
.pack-service-process,
.pack-product-tabs-section {
  background: var(--bp-gray-100);
}

.pack-about-story h2,
.pack-about-band h2,
.pack-about-cta h2,
.pack-product-summary h2,
.pack-service-aside h2 {
  color: var(--bp-primary);
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  font-weight: 900;
  line-height: 1.2;
}

.pack-about-photo {
  overflow: hidden;
  border-radius: 8px;
  background: var(--bp-gray-100);
  box-shadow: var(--bp-shadow);
}

.pack-about-photo img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.pack-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.pack-capability-grid div,
.pack-service-card,
.pack-service-article,
.pack-service-aside {
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bp-shadow-sm);
}

.pack-capability-grid div {
  padding: 1.25rem;
}

.pack-capability-grid i,
.pack-service-card > i {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 8px;
  color: #fff;
  background: var(--bp-primary);
  font-size: 1.3rem;
}

.pack-capability-grid strong,
.pack-capability-grid span,
.pack-service-card strong,
.pack-service-card span {
  display: block;
}

.pack-capability-grid strong {
  color: var(--bp-primary);
  font-weight: 900;
}

.pack-capability-grid span {
  margin-top: 0.35rem;
  color: var(--bp-gray-600);
  line-height: 1.7;
}

.pack-about-cta {
  color: #fff;
  background: linear-gradient(135deg, var(--bp-primary-dark), var(--bp-primary));
}

.pack-about-cta h2,
.pack-about-cta p {
  color: #fff;
}

.pack-about-cta p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}

.pack-product-scroll {
  grid-auto-columns: calc((100% - 5rem) / 6);
  scrollbar-color: var(--bp-secondary) var(--bp-gray-200);
  scrollbar-width: thin;
}

.pack-product-scroll::-webkit-scrollbar {
  height: 8px;
}

.pack-product-scroll::-webkit-scrollbar-track {
  background: var(--bp-gray-200);
  border-radius: 999px;
}

.pack-product-scroll::-webkit-scrollbar-thumb {
  background: var(--bp-secondary);
  border-radius: 999px;
}

.pack-mini-product {
  min-width: 0;
}

.pack-mini-img {
  height: auto;
  aspect-ratio: 1 / 1;
  padding: 0.8rem;
}

.pack-mini-img img {
  object-fit: contain;
}

.pack-model-img {
  aspect-ratio: 1 / 1;
  padding: 1rem;
}

.pack-model-img img {
  object-fit: contain;
}

.pack-square-product {
  display: block;
  height: 100%;
  padding: 0.9rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  color: inherit;
  background: #fff;
  box-shadow: var(--bp-shadow-sm);
  transition: var(--bp-transition);
}

.pack-square-product:hover {
  transform: translateY(-4px);
  box-shadow: var(--bp-shadow-lg);
}

.pack-square-product span {
  display: block;
  aspect-ratio: 1 / 1;
  padding: 0.5rem;
  border-radius: 6px;
  background: var(--bp-gray-100);
}

.pack-square-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pack-square-product strong {
  display: block;
  margin-top: 0.75rem;
  color: var(--bp-primary);
  font-size: 0.9rem;
  line-height: 1.35;
}

.pack-product-gallery {
  position: sticky;
  top: 105px;
}

.pack-product-main-img {
  aspect-ratio: 1 / 1;
  padding: 1.25rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bp-shadow-sm);
}

.pack-product-main-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pack-product-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.85rem;
}

.pack-product-thumbs a {
  aspect-ratio: 1 / 1;
  padding: 0.35rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 6px;
  background: #fff;
}

.pack-product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pack-product-summary {
  padding: 1.8rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bp-shadow-sm);
}

.pack-product-cat {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  color: var(--bp-primary);
  background: rgba(13, 59, 102, 0.08);
  font-size: 0.76rem;
  font-weight: 900;
}

.pack-product-summary p {
  color: var(--bp-gray-600);
  line-height: 1.82;
}

.pack-product-bullets {
  display: grid;
  gap: 0.7rem;
  margin: 1.4rem 0;
}

.pack-product-bullets div {
  display: flex;
  gap: 0.65rem;
  color: var(--bp-gray-700);
}

.pack-product-bullets i {
  flex: 0 0 auto;
  color: var(--bp-success);
}

.pack-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.4rem;
}

.pack-product-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.pack-product-meta div {
  padding: 0.75rem;
  border-radius: 6px;
  background: var(--bp-gray-100);
}

.pack-product-meta strong,
.pack-product-meta span {
  display: block;
}

.pack-product-meta strong {
  color: var(--bp-primary);
  font-size: 0.78rem;
}

.pack-product-meta span {
  color: var(--bp-gray-600);
  font-size: 0.82rem;
}

.pack-product-tabs {
  border-bottom: 2px solid var(--bp-gray-200);
}

.pack-product-tabs .nav-link {
  border: 0;
  border-bottom: 3px solid transparent;
  color: var(--bp-gray-600);
  font-weight: 900;
}

.pack-product-tabs .nav-link.active {
  color: var(--bp-primary);
  border-bottom-color: var(--bp-secondary);
  background: transparent;
}

.pack-tab-content {
  padding: 2rem;
  border: 1px solid var(--bp-gray-200);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: #fff;
}

.pack-selection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.pack-selection-grid div {
  padding: 1rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  background: var(--bp-gray-100);
}

.pack-selection-grid i {
  color: var(--bp-secondary);
  font-size: 1.4rem;
}

.pack-selection-grid strong,
.pack-selection-grid span {
  display: block;
}

.pack-selection-grid strong {
  margin-top: 0.7rem;
  color: var(--bp-primary);
  font-weight: 900;
}

.pack-selection-grid span {
  margin-top: 0.35rem;
  color: var(--bp-gray-600);
  line-height: 1.6;
}

.pack-service-card {
  display: block;
  height: 100%;
  padding: 1.5rem;
  color: inherit;
  transition: var(--bp-transition);
}

.pack-service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--bp-shadow-lg);
}

.pack-service-card h3 {
  color: var(--bp-primary);
  font-size: 1.18rem;
  font-weight: 900;
}

.pack-service-card p,
.pack-service-aside p {
  color: var(--bp-gray-600);
  line-height: 1.75;
}

.pack-service-card span {
  color: var(--bp-secondary);
  font-weight: 900;
}

.pack-service-article,
.pack-service-aside {
  padding: 1.8rem;
}

.pack-service-aside {
  position: sticky;
  top: 105px;
}

@media (max-width: 1199.98px) {
  .pack-product-scroll {
    grid-auto-columns: calc((100% - 3rem) / 4);
  }
}

@media (max-width: 991.98px) {
  .pack-about-stat-card,
  .pack-capability-grid,
  .pack-product-meta,
  .pack-selection-grid {
    grid-template-columns: 1fr;
  }

  .pack-product-gallery,
  .pack-service-aside {
    position: static;
  }

  .pack-product-scroll {
    grid-auto-columns: calc((100% - 2rem) / 3);
  }
}

@media (max-width: 767.98px) {
  .pack-about-story,
  .pack-about-band,
  .pack-about-process,
  .pack-about-cta,
  .pack-product-hero-detail,
  .pack-product-tabs-section,
  .pack-service-list-section,
  .pack-service-process,
  .pack-service-detail {
    padding: 3.4rem 0;
  }

  .pack-about-photo img {
    height: 300px;
  }

  .pack-product-scroll {
    grid-auto-columns: calc((100% - 1rem) / 2);
  }

  .pack-product-summary,
  .pack-tab-content,
  .pack-service-article,
  .pack-service-aside {
    padding: 1.25rem;
  }
}

/* Blog detail and category model tiles */
.pack-model-tile,
.pack-blog-article,
.pack-blog-sidebar .pack-sidebar-box,
.pack-post-nav {
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bp-shadow-sm);
}

.pack-model-tile {
  overflow: hidden;
  height: 100%;
  transition: var(--bp-transition);
}

.pack-model-tile:hover {
  transform: translateY(-5px);
  box-shadow: var(--bp-shadow-lg);
}

.pack-model-tile-img {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  padding: 1.1rem;
  background: var(--bp-gray-100);
}

.pack-model-tile-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.pack-model-tile:hover .pack-model-tile-img img {
  transform: scale(1.04);
}

.pack-model-tile-body {
  padding: 1.35rem;
}

.pack-model-tile-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.pack-model-tile-head h3 {
  margin: 0;
  color: var(--bp-primary);
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.35;
}

.pack-model-tile-head h3 a {
  color: inherit;
}

.pack-model-tile-head span {
  flex: 0 0 auto;
  padding: 0.28rem 0.6rem;
  border-radius: 4px;
  color: #fff;
  background: var(--bp-secondary);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pack-model-tile-body p {
  min-height: 74px;
  color: var(--bp-gray-600);
  line-height: 1.7;
}

.pack-model-tile-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1rem 0 1.2rem;
}

.pack-model-tile-specs div {
  padding: 0.7rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 6px;
  background: var(--bp-gray-100);
}

.pack-model-tile-specs strong,
.pack-model-tile-specs span {
  display: block;
}

.pack-model-tile-specs strong {
  color: var(--bp-primary);
  font-weight: 900;
}

.pack-model-tile-specs span {
  color: var(--bp-gray-600);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pack-model-tile-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.pack-blog-show-section {
  padding: 5.25rem 0;
  background: var(--bp-gray-100);
}

.pack-blog-article {
  overflow: hidden;
  padding: 2rem;
}

.pack-blog-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.3rem;
  color: var(--bp-gray-600);
  font-size: 0.86rem;
  font-weight: 700;
}

.pack-blog-article-meta i {
  margin-right: 0.4rem;
  color: var(--bp-secondary);
}

.pack-blog-cover {
  overflow: hidden;
  margin-bottom: 1.8rem;
  border-radius: 8px;
  background: var(--bp-gray-100);
}

.pack-blog-cover img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}

.pack-blog-content {
  color: var(--bp-gray-700);
  font-size: 1rem;
  line-height: 1.9;
}

.pack-blog-content h2,
.pack-blog-content h3,
.pack-blog-content h4 {
  margin-top: 1.6rem;
  color: var(--bp-primary);
  font-weight: 900;
}

.pack-blog-content img {
  height: auto;
  max-width: 100%;
  border-radius: 8px;
}

.pack-blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--bp-gray-200);
}

.pack-blog-tags strong {
  color: var(--bp-primary);
}

.pack-blog-tags a {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  color: var(--bp-primary);
  background: var(--bp-gray-100);
  font-size: 0.82rem;
  font-weight: 800;
}

.pack-post-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1rem;
}

.pack-post-nav div {
  padding: 1rem;
  border-radius: 6px;
  background: var(--bp-gray-100);
}

.pack-post-nav span,
.pack-post-nav a,
.pack-post-nav em {
  display: block;
}

.pack-post-nav span {
  margin-bottom: 0.35rem;
  color: var(--bp-secondary);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pack-post-nav a {
  color: var(--bp-primary);
  font-weight: 900;
  line-height: 1.45;
}

.pack-post-nav em {
  color: var(--bp-gray-600);
  font-style: normal;
}

.pack-blog-sidebar {
  position: sticky;
  top: 105px;
  display: grid;
  gap: 1rem;
}

.pack-blog-sidebar .pack-sidebar-box {
  padding: 1.4rem;
}

.pack-blog-sidebar h2 {
  color: var(--bp-primary);
  font-size: 1.25rem;
  font-weight: 900;
}

.pack-blog-sidebar p {
  color: var(--bp-gray-600);
  line-height: 1.7;
}

.pack-related-posts,
.pack-sidebar-links {
  display: grid;
  gap: 0.7rem;
}

.pack-related-posts a,
.pack-sidebar-links a {
  display: block;
  padding: 0.8rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 6px;
  color: inherit;
  background: var(--bp-gray-100);
}

.pack-related-posts strong {
  display: block;
  color: var(--bp-primary);
  font-size: 0.92rem;
  line-height: 1.4;
}

.pack-related-posts span {
  display: block;
  margin-top: 0.3rem;
  color: var(--bp-gray-600);
  font-size: 0.78rem;
}

.pack-sidebar-links a {
  color: var(--bp-primary);
  font-weight: 800;
}

.pack-sidebar-links i {
  margin-right: 0.45rem;
  color: var(--bp-secondary);
}

@media (max-width: 991.98px) {
  .pack-blog-sidebar {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .pack-model-tile-actions,
  .pack-post-nav {
    grid-template-columns: 1fr;
  }

  .pack-blog-show-section {
    padding: 3.4rem 0;
  }

  .pack-blog-article {
    padding: 1.25rem;
  }
}

/* Legal and policy pages */
.pack-legal-section {
  padding: 5.25rem 0;
  background: var(--bp-gray-100);
}

.pack-legal-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.pack-legal-intro h2 {
  max-width: 760px;
  margin: 0 0 0.7rem;
  color: var(--bp-primary);
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  font-weight: 900;
}

.pack-legal-intro p {
  max-width: 820px;
  margin: 0;
  color: var(--bp-gray-600);
  line-height: 1.75;
}

.pack-legal-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
}

.pack-legal-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.62rem 0.85rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 6px;
  color: var(--bp-primary);
  background: #fff;
  font-size: 0.84rem;
  font-weight: 900;
  box-shadow: var(--bp-shadow-sm);
}

.pack-legal-badges i {
  color: var(--bp-secondary);
}

.pack-legal-card {
  padding: 2.3rem;
  border: 1px solid var(--bp-gray-200);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--bp-shadow-sm);
}

.pack-legal-card h2 {
  margin: 0 0 1rem;
  color: var(--bp-primary);
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
  font-weight: 900;
}

.pack-legal-card h3 {
  position: relative;
  margin: 1.7rem 0 0.75rem;
  padding-left: 1rem;
  color: var(--bp-primary);
  font-size: 1.12rem;
  font-weight: 900;
}

.pack-legal-card h3::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  bottom: 0.25rem;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: var(--bp-secondary);
}

.pack-legal-card p {
  color: var(--bp-gray-600);
  line-height: 1.88;
}

@media (max-width: 991.98px) {
  .pack-legal-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pack-legal-badges {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .pack-legal-section {
    padding: 3.4rem 0;
  }

  .pack-legal-card {
    padding: 1.35rem;
  }
}
