/* ParamGold premium corporate homepage
   Scoped to .pg-home / .pg-home-page. Shared header uses .pg-nav. */

:root {
  --pg-green: #123d2a;
  --pg-green-mid: #1b5a3a;
  --pg-green-soft: #eef4ef;
  --pg-cream: #f6f5f1;
  --pg-orange: #e85d04;
  --pg-orange-hover: #cf5203;
  --pg-text: #161d18;
  --pg-muted: #5c675f;
  --pg-line: #d9e2da;
  --pg-white: #ffffff;
  --pg-shadow: 0 10px 28px rgba(18, 61, 42, 0.08);
  --pg-radius: 8px;
  --pg-font: "Manrope", "Rubik", sans-serif;
}

.pg-home-page {
  overflow-x: hidden;
  background: var(--pg-white);
  color: var(--pg-text);
  font-family: var(--pg-font);
}

.pg-home-page .switch-box {
  display: none !important;
}

.pg-home-page .go-top {
  background: var(--pg-green);
  border-radius: 4px;
}

.pg-home-page .container {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

@media (min-width: 1600px) {
  .pg-home-page .container {
    max-width: 1360px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pg-home-page .container {
    max-width: 1280px;
  }
}

.pg-home {
  font-family: var(--pg-font);
}

.pg-home p,
.pg-footer p {
  color: var(--pg-muted);
  font-size: 17px;
  line-height: 1.75;
  font-weight: 400;
}

.pg-home h1,
.pg-home h2,
.pg-home h3,
.pg-footer h3 {
  color: var(--pg-text);
  font-weight: 800;
  letter-spacing: -0.03em;
}

/* Header */
.navbar-area.pg-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--pg-white);
  box-shadow: 0 1px 0 var(--pg-line);
  z-index: 1000;
}

.pg-home-page .navbar-area.pg-nav {
  position: relative;
  top: 0;
}

.navbar-area.pg-nav .mean-container .mean-nav {
  background: var(--pg-white);
}

.navbar-area.pg-nav .mean-container .mean-nav ul li a {
  color: var(--pg-text);
  font-family: var(--pg-font);
  font-weight: 600;
}

.navbar-area.pg-nav.is-sticky,
.pg-home-page .navbar-area.pg-nav.is-sticky {
  position: fixed;
  top: 0;
  background: var(--pg-white) !important;
  box-shadow: 0 8px 24px rgba(16, 32, 24, 0.08);
}

.navbar-area.pg-nav .trifles-nav .navbar {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 12px 0;
}

.navbar-area.pg-nav .navbar-brand img,
.navbar-area.pg-nav .logo img {
  max-height: 52px;
  width: auto;
}

.navbar-area.pg-nav .trifles-nav .navbar .navbar-nav .nav-item a {
  font-family: var(--pg-font);
  font-size: 15px;
  font-weight: 600;
  color: var(--pg-text);
  text-transform: none;
  padding: 18px 0;
  margin-left: 12px;
  margin-right: 12px;
}

.navbar-area.pg-nav .trifles-nav .navbar .navbar-nav .nav-item a::before {
  display: none !important;
}

.navbar-area.pg-nav .trifles-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area.pg-nav .trifles-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area.pg-nav .trifles-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--pg-green-mid);
}

.navbar-area.pg-nav .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  border: 1px solid var(--pg-line);
  border-radius: 8px;
  box-shadow: var(--pg-shadow);
  padding: 8px 0;
}

.navbar-area.pg-nav .trifles-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 10px 18px;
  margin: 0;
  font-size: 14px;
}

.navbar-area.pg-nav .pg-mobile-cta {
  display: none;
}

.navbar-area.pg-nav .others-options {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.pg-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pg-orange);
  color: var(--pg-white) !important;
  font-family: var(--pg-font);
  font-size: 14px;
  font-weight: 700;
  padding: 11px 18px;
  border-radius: 4px;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.pg-nav-cta:hover,
.pg-nav-cta:focus {
  background: var(--pg-orange-hover);
  color: var(--pg-white) !important;
}

.pg-home-page .navbar-area.pg-nav .trifles-nav .navbar {
  padding: 16px 0;
}

.pg-home-page .navbar-area.pg-nav .navbar-brand img,
.pg-home-page .navbar-area.pg-nav .logo img {
  height: 56px;
  width: auto;
  max-height: none;
  max-width: 280px;
}

.pg-home-page .navbar-area.pg-nav .trifles-nav .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  padding: 20px 0;
  margin-left: 13px;
  margin-right: 13px;
}

.pg-home-page .pg-nav-cta {
  font-size: 14px;
  padding: 13px 20px;
  min-height: 46px;
}

@media only screen and (max-width: 1199px) {
  .pg-home-page .navbar-area.pg-nav .trifles-nav .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-area.pg-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--pg-white);
  }

  .navbar-area.pg-nav .logo img,
  .pg-home-page .navbar-area.pg-nav .logo img {
    height: 42px;
    max-width: 190px;
  }

  .navbar-area.pg-nav .pg-nav-cta,
  .pg-home-page .pg-nav-cta {
    display: none;
  }

  .navbar-area.pg-nav .pg-mobile-cta {
    display: block;
  }
}

html:has(.pg-home-page) {
  scroll-behavior: smooth;
}

.pg-home-page #home,
.pg-home-page #about,
.pg-home-page #products,
.pg-home-page #quality,
.pg-home-page #dealer-network,
.pg-home-page #news,
.pg-home-page #contact {
  scroll-margin-top: 120px;
}

.pg-home-page span#pg-about,
.pg-home-page span#pg-categories,
.pg-home-page span#pg-quality {
  display: block;
  height: 0;
  overflow: hidden;
}

.pg-home-page .navbar-area.pg-nav .trifles-nav .navbar .navbar-nav .nav-item:not(.pg-mobile-cta) > a.nav-link.active {
  color: var(--pg-green-mid);
  box-shadow: inset 0 -2px 0 var(--pg-orange);
}

.navbar-area.pg-nav .mean-container .mean-nav ul li:not(.pg-mobile-cta) > a.active {
  color: var(--pg-green-mid);
}

/* Shared UI */
.pg-kicker {
  display: inline-block;
  color: var(--pg-orange) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.pg-kicker-accent {
  color: var(--pg-orange) !important;
}

.pg-section {
  padding: 100px 0;
}

.pg-section-head {
  max-width: 740px;
  margin: 0 auto 56px;
  text-align: center;
}

.pg-section-head h2 {
  font-size: clamp(32px, 3.4vw, 46px);
  margin-bottom: 14px;
}

.pg-section-head p {
  margin: 0;
}

.pg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pg-btn-primary {
  background: var(--pg-green);
  color: var(--pg-white) !important;
}

.pg-btn-primary:hover {
  background: #0c2f20;
  color: var(--pg-white) !important;
}

.pg-btn-accent {
  background: var(--pg-orange);
  color: var(--pg-white) !important;
}

.pg-btn-accent:hover {
  background: var(--pg-orange-hover);
  color: var(--pg-white) !important;
}

.pg-btn-outline {
  background: transparent;
  color: var(--pg-green) !important;
  border: 1px solid var(--pg-green);
}

.pg-btn-outline:hover {
  background: var(--pg-green);
  color: var(--pg-white) !important;
}

.pg-btn-hero-outline {
  background: transparent;
  color: var(--pg-white) !important;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.pg-btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--pg-white) !important;
}

.pg-link {
  color: var(--pg-green-mid) !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.pg-link:hover {
  color: var(--pg-orange) !important;
}

.pg-points {
  list-style: none;
  padding: 0;
  margin: 12px 0 32px;
}

.pg-points li {
  position: relative;
  padding: 11px 0 11px 26px;
  color: var(--pg-text);
  font-size: 16px;
  border-bottom: 1px solid #edf1ed;
}

.pg-points li:last-child {
  border-bottom: 0;
}

.pg-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pg-orange);
}

.pg-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  color: var(--pg-green-mid);
  margin-bottom: 16px;
}

.pg-icon svg {
  width: 44px;
  height: 44px;
}

.pg-media {
  border-radius: var(--pg-radius);
  overflow: hidden;
}

.pg-media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.pg-media-dark {
  background: #0b0b0b;
}

/* Hero — full-width split */
.pg-hero {
  background: var(--pg-green);
}

.pg-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 680px;
}

.pg-hero-left {
  background: var(--pg-green);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: max(28px, calc((100vw - 1320px) / 2));
}

.pg-hero-content {
  width: 100%;
  max-width: 640px;
  padding: 80px 40px 80px 0;
  box-sizing: border-box;
}

.pg-hero h1 {
  color: var(--pg-white);
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1.08;
  margin: 0 0 22px;
}

.pg-hero-lead {
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 18px;
  line-height: 1.7;
  max-width: 540px;
  margin: 0 0 32px;
}

.pg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.pg-hero-trust {
  color: #c5ddcc !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin: 0;
}

.pg-hero-right {
  min-height: 680px;
  background: #0b0b0b;
}

.pg-hero-right img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  object-position: center 62%;
  display: block;
}

/* About */
.pg-about {
  background: var(--pg-white);
}

.pg-about h2,
.pg-quality h2,
.pg-india h2,
.pg-contact-box h2,
.pg-dealer-panel h2 {
  font-size: clamp(32px, 3.3vw, 46px);
  line-height: 1.15;
  margin-bottom: 18px;
}

.pg-about .pg-media img {
  min-height: 440px;
  max-height: 520px;
  object-position: center 40%;
}

.pg-about-lead {
  color: var(--pg-text) !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 18px;
}

.pg-about-agritech,
.pg-about-group,
.pg-about-approach {
  margin-top: 64px;
  padding-top: 48px;
  border-top: 1px solid var(--pg-line);
}

.pg-about-agritech h2,
.pg-about-group h2,
.pg-about-approach h2 {
  margin-bottom: 16px;
}

.pg-group-card,
.pg-value-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--pg-cream);
  border: 1px solid var(--pg-line);
  border-radius: var(--pg-radius);
  padding: 28px 24px;
}

.pg-group-card h3,
.pg-value-card h3 {
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 8px;
  overflow-wrap: anywhere;
}

.pg-group-cat {
  color: var(--pg-orange) !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 12px !important;
}

.pg-group-card p:last-child,
.pg-value-card p:last-child {
  margin-bottom: 0;
}

.pg-about-page .pg-about {
  padding-top: 72px;
}

/* Solutions */
.pg-solutions {
  background: var(--pg-cream);
}

a.pg-sol-card,
.pg-sol-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--pg-white);
  border: 1px solid var(--pg-line);
  border-radius: var(--pg-radius);
  padding: 32px 28px;
  color: inherit;
  text-decoration: none !important;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

a.pg-sol-card:hover,
a.pg-sol-card:focus,
.pg-sol-card:hover {
  color: inherit;
  transform: translateY(-3px);
  border-color: #c5d4c8;
  box-shadow: var(--pg-shadow);
}

.pg-sol-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.pg-sol-card p {
  font-size: 16px;
  margin-bottom: 18px;
  flex-grow: 1;
}

/* Products */
.pg-products {
  background: var(--pg-white);
}

.pg-product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--pg-white);
  border: 1px solid var(--pg-line);
  border-radius: var(--pg-radius);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(18, 61, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pg-product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--pg-shadow);
}

.pg-product-media {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f6f3;
  padding: 14px 16px;
}

.pg-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.pg-product-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.pg-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pg-orange);
  margin-bottom: 8px;
}

.pg-product-body h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.pg-product-body p {
  font-size: 15px;
  margin-bottom: 16px;
  flex-grow: 1;
}

.pg-products:not(.is-expanded) .pg-product-extra {
  display: none;
}

.pg-products.is-expanded .pg-product-extra {
  animation: pg-product-reveal 0.35s ease;
}

@keyframes pg-product-reveal {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.pg-products-toggle-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pg-products-toggle-wrap .pg-btn {
  min-width: 220px;
  cursor: pointer;
  border: 1px solid var(--pg-green);
  background: transparent;
}

@media (max-width: 767.98px) {
  .pg-products .pg-product-media {
    height: 240px;
  }
}

/* Why */
.pg-why {
  background: var(--pg-green-soft);
}

.pg-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.pg-why-card {
  background: var(--pg-white);
  border: 1px solid var(--pg-line);
  border-radius: var(--pg-radius);
  padding: 28px 20px;
  min-height: 180px;
}

.pg-why-card h3 {
  font-size: 17px;
  line-height: 1.35;
  margin: 0;
  font-weight: 700;
}

/* Quality */
.pg-quality {
  background: var(--pg-white);
}

.pg-quality .pg-media img {
  min-height: 380px;
  max-height: 440px;
  object-fit: cover;
  object-position: center 35%;
}

/* Dealer */
.pg-dealer {
  padding-top: 20px;
}

.pg-dealer-panel {
  background: var(--pg-green);
  color: var(--pg-white);
  border-radius: var(--pg-radius);
  padding: 56px 48px;
}

.pg-dealer-panel h2,
.pg-dealer-panel p {
  color: var(--pg-white) !important;
}

.pg-dealer-panel .pg-hero-actions {
  margin-bottom: 0;
  margin-top: 8px;
}

.pg-network-visual {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--pg-radius);
  padding: 20px;
  text-align: center;
}

.pg-network-visual p {
  color: #d5e6da !important;
  font-size: 13px !important;
  font-weight: 700;
  margin: 8px 0 0;
  letter-spacing: 0.04em;
}

/* India */
.pg-india {
  padding-top: 20px;
}

.pg-india-panel {
  background: var(--pg-cream);
  border-radius: var(--pg-radius);
  padding: 48px 40px;
}

.pg-india-roles {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pg-india-roles li {
  border: 1px solid var(--pg-line);
  background: var(--pg-white);
  border-radius: 4px;
  padding: 14px 18px;
  font-weight: 700;
  color: var(--pg-text);
}

/* Contact */
.pg-contact-cta {
  padding-top: 20px;
}

.pg-contact-box {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.pg-contact-box p {
  margin-bottom: 28px;
}

.pg-contact-box .pg-hero-actions {
  justify-content: center;
  margin-bottom: 0;
}

/* Footer */
.pg-footer {
  background: #0d261b;
  color: #d5ddd8;
  padding-top: 64px;
}

.pg-footer p {
  color: #c5cec8 !important;
  font-size: 15px;
}

.pg-footer-brand {
  color: var(--pg-white) !important;
  font-weight: 700;
  margin-bottom: 8px;
}

.pg-footer h3 {
  color: var(--pg-white) !important;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 800;
}

.pg-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pg-footer ul li {
  margin-bottom: 10px;
}

.pg-footer ul a {
  color: #c5cec8;
  font-size: 15px;
}

.pg-footer ul a:hover {
  color: var(--pg-orange);
}

.pg-footer-logo {
  display: inline-block;
  margin-bottom: 16px;
}

.pg-footer-logo img {
  max-height: 48px;
  width: auto;
  background: var(--pg-white);
  padding: 6px 10px;
  border-radius: 4px;
}

.pg-footer .pg-link {
  color: #f3c19a !important;
}

.pg-footer-bottom {
  margin-top: 44px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pg-footer-bottom p {
  margin: 0;
  font-size: 14px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .pg-why-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .pg-hero-grid,
  .pg-hero-right,
  .pg-hero-right img {
    min-height: 620px;
  }
}

@media only screen and (max-width: 991px) {
  .pg-home-page .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pg-home .row {
    --bs-gutter-x: 1.5rem;
  }

  .pg-hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .pg-hero-left {
    padding-left: 0;
  }

  .pg-hero-content {
    max-width: none;
    padding: 48px 20px;
  }

  .pg-hero h1 {
    font-size: 36px;
  }

  .pg-hero-right,
  .pg-hero-right img {
    min-height: 280px;
  }

  .pg-hero-right img {
    object-position: center 55%;
  }

  .pg-section {
    padding: 64px 0;
  }

  .pg-about .pg-media img,
  .pg-quality .pg-media img {
    min-height: 0;
    max-height: none;
  }

  .pg-why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pg-dealer-panel,
  .pg-india-panel {
    padding: 32px 22px;
  }
}

@media only screen and (max-width: 575px) {
  .pg-hero h1 {
    font-size: 34px;
  }

  .pg-btn {
    width: 100%;
  }

  .pg-hero-actions {
    flex-direction: column;
  }

  .pg-why-grid {
    grid-template-columns: 1fr;
  }

  .pg-contact-box .pg-hero-actions {
    flex-direction: column;
  }
}

/* Product detail page */
.pg-product-page .pg-pdp {
  padding-top: 48px;
}

.pg-pdp-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  margin-bottom: 32px;
  color: var(--pg-muted);
}

.pg-pdp-crumb a {
  color: var(--pg-green-mid);
  font-weight: 600;
}

.pg-pdp-crumb a:hover {
  color: var(--pg-orange);
}

.pg-pdp h1 {
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.15;
  margin-bottom: 10px;
}

.pg-pdp-grade {
  font-size: 16px;
  font-weight: 700;
  color: var(--pg-green-mid) !important;
  margin-bottom: 16px;
}

.pg-pdp-media {
  background: #f7f6f3;
  border: 1px solid var(--pg-line);
  border-radius: var(--pg-radius);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}

.pg-pdp-media img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  display: block;
}

.pg-pdp-links {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
}

.pg-pdp-links a {
  color: var(--pg-green-mid);
}

.pg-pdp-links a:hover {
  color: var(--pg-orange);
}

.pg-pdp-info {
  background: var(--pg-cream);
  padding-top: 40px;
}

.pg-pdp-panel {
  height: 100%;
  background: var(--pg-white);
  border: 1px solid var(--pg-line);
  border-radius: var(--pg-radius);
  padding: 28px;
}

.pg-pdp-panel h2 {
  font-size: 22px;
  margin-bottom: 12px;
}

.pg-pdp-note {
  margin-top: 28px;
  font-size: 14px;
  color: var(--pg-muted) !important;
}

.pg-pdp-related {
  background: var(--pg-white);
}

@media only screen and (max-width: 991px) {
  .pg-pdp-media {
    min-height: 280px;
  }
}

/* Products listing page */
.pg-products-page .pg-catalog {
  background: var(--pg-cream);
  padding-top: 72px;
}

.pg-products-page .pg-section-head h1 {
  font-size: clamp(32px, 3.4vw, 46px);
  margin-bottom: 14px;
}

.pg-catalog-toolbar {
  margin: 0 auto 40px;
}

.pg-catalog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.pg-catalog-tab {
  border: 1px solid var(--pg-line);
  background: var(--pg-white);
  color: var(--pg-green);
  border-radius: 4px;
  padding: 10px 16px;
  font-family: inherit;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.pg-catalog-tab:hover,
.pg-catalog-tab:focus {
  border-color: var(--pg-green);
  color: var(--pg-green);
}

.pg-catalog-tab.is-active {
  background: var(--pg-green);
  color: var(--pg-white);
  border-color: var(--pg-green);
}

.pg-catalog-search {
  max-width: 420px;
  margin: 20px auto 0;
}

.pg-catalog-search input {
  width: 100%;
  height: 48px;
  border: 1px solid var(--pg-line);
  border-radius: 4px;
  padding: 0 16px;
  font-family: inherit;
  font-size: 15px;
  color: var(--pg-text);
  background: var(--pg-white);
}

.pg-catalog-search input:focus {
  outline: none;
  border-color: var(--pg-green);
}

.pg-catalog-count {
  text-align: center;
  margin: 16px 0 0;
  font-size: 14px !important;
}

.pg-catalog-item.is-hidden {
  display: none !important;
}

.pg-catalog-empty {
  text-align: center;
  margin: 24px 0 0;
}

.pg-product-grade {
  font-size: 13px !important;
  font-weight: 700;
  color: var(--pg-green) !important;
  margin-bottom: 8px !important;
}

.pg-products-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Quality & Manufacturing page */
.pg-quality-page h1 {
  font-size: clamp(32px, 3.3vw, 46px);
  line-height: 1.15;
  margin-bottom: 18px;
}

.pg-quality-page .pg-qm-intro {
  padding-top: 72px;
}

.pg-quality-page .pg-media img {
  min-height: 360px;
  max-height: 480px;
  object-fit: cover;
  object-position: center 40%;
}

.pg-quality-page .pg-media-pack img {
  object-fit: contain;
  background: #0b0b0b;
  min-height: 320px;
}

.pg-qm-process {
  background: var(--pg-cream);
}

.pg-qm-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pg-qm-steps li {
  background: var(--pg-white);
  border: 1px solid var(--pg-line);
  border-radius: var(--pg-radius);
  padding: 24px 22px;
  min-width: 0;
}

.pg-qm-num {
  display: block;
  color: var(--pg-orange);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}

.pg-qm-steps h3,
.pg-qm-card h3 {
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 10px;
}

.pg-qm-steps p,
.pg-qm-card p {
  margin: 0;
  font-size: 15px;
}

.pg-qm-alt {
  background: var(--pg-cream);
}

.pg-qm-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--pg-white);
  border: 1px solid var(--pg-line);
  border-radius: var(--pg-radius);
  padding: 26px 22px;
}

.pg-qm-alt .pg-qm-card {
  background: var(--pg-white);
}

.pg-quality-page .pg-qm-block .pg-points {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .pg-qm-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pg-quality-page .pg-media img {
    min-height: 0;
    max-height: none;
  }
}

@media only screen and (max-width: 575px) {
  .pg-qm-steps {
    grid-template-columns: 1fr;
  }

  .pg-quality-page h1 {
    font-size: 32px;
  }
}

/* Contact & Become a Dealer pages */
.pg-contact-page .pg-page-intro,
.pg-dealer-page .pg-page-intro {
  padding-bottom: 48px;
}

.pg-contact-page h1,
.pg-dealer-page h1 {
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.15;
  margin-bottom: 18px;
  max-width: 18ch;
}

.pg-contact-page .pg-page-intro .pg-about-lead,
.pg-dealer-page .pg-page-intro .pg-about-lead {
  max-width: 720px;
}

.pg-contact-details {
  margin-top: 28px;
  background: var(--pg-green);
  color: var(--pg-white);
  border-radius: var(--pg-radius);
  padding: 28px 32px;
  max-width: 640px;
}

.pg-contact-details p {
  color: rgba(255, 255, 255, 0.86) !important;
  margin: 0 0 8px;
  font-size: 16px;
}

.pg-contact-details p:last-child {
  margin-bottom: 0;
}

.pg-contact-company {
  color: var(--pg-white) !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  margin-bottom: 12px !important;
}

.pg-contact-details a {
  color: #f3c19a !important;
  font-weight: 700;
  word-break: break-word;
}

.pg-contact-details a:hover {
  color: var(--pg-white) !important;
}

.pg-enquiry-topics {
  padding-top: 20px;
  padding-bottom: 40px;
}

.pg-topic-card {
  height: 100%;
  background: var(--pg-cream);
  border: 1px solid var(--pg-line);
  border-radius: var(--pg-radius);
  padding: 24px 22px;
}

.pg-topic-card h3 {
  font-size: 18px;
  margin: 0 0 10px;
}

.pg-topic-card p {
  margin: 0;
  font-size: 15px;
}

.pg-form-section {
  padding-top: 20px;
}

.pg-form-card {
  background: var(--pg-white);
  border: 1px solid var(--pg-line);
  border-radius: var(--pg-radius);
  box-shadow: var(--pg-shadow);
  padding: 40px 36px;
  max-width: 920px;
  overflow: hidden;
}

.pg-form-card h2 {
  font-size: clamp(26px, 2.6vw, 34px);
  margin-bottom: 12px;
}

.pg-form-card > p {
  margin-bottom: 24px;
}

.pg-form-alert {
  border-radius: 4px;
  padding: 16px 18px;
  margin-bottom: 22px;
}

.pg-form-alert p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.pg-form-alert-success {
  background: #eef4ef;
  border: 1px solid #c5d8cc;
}

.pg-form-alert-success p {
  color: var(--pg-green) !important;
  font-weight: 600;
}

.pg-form-alert-error {
  background: #fff4ed;
  border: 1px solid #f0c8b0;
}

.pg-form-alert-error p {
  color: #9a3412 !important;
  font-weight: 600;
}

.pg-form-alert-note {
  margin-top: 8px !important;
  font-weight: 500 !important;
}

.pg-form label,
.pg-form .pg-legend {
  display: block;
  color: var(--pg-text);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.pg-form input[type="text"],
.pg-form input[type="tel"],
.pg-form input[type="email"],
.pg-form select,
.pg-form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--pg-line);
  border-radius: 4px;
  background: var(--pg-white);
  color: var(--pg-text);
  font-family: var(--pg-font);
  font-size: 15px;
  line-height: 1.4;
}

.pg-form textarea {
  min-height: 140px;
  resize: vertical;
}

.pg-form input:focus,
.pg-form select:focus,
.pg-form textarea:focus {
  outline: 2px solid var(--pg-green);
  outline-offset: 1px;
  border-color: var(--pg-green);
}

.pg-form input[aria-invalid="true"],
.pg-form select[aria-invalid="true"],
.pg-form textarea[aria-invalid="true"] {
  border-color: #e85d04;
}

.pg-field-error {
  color: #9a3412 !important;
  font-size: 13px !important;
  font-weight: 600;
  margin: 6px 0 0;
}

.pg-form .nice-select {
  width: 100%;
  max-width: 100%;
  height: 50px;
  line-height: 48px;
  border: 1px solid var(--pg-line);
  border-radius: 4px;
  font-family: var(--pg-font);
  font-size: 15px;
  float: none;
  padding-left: 14px;
}

.pg-form .nice-select .list {
  width: 100%;
  max-height: 240px;
  overflow-y: auto;
}

.pg-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  min-height: 50px;
  align-items: center;
}

.pg-choice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 600;
  color: var(--pg-text);
  font-size: 15px;
}

.pg-choice input {
  width: auto;
  min-height: 0;
  accent-color: var(--pg-green);
}

.pg-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  color: var(--pg-text);
  font-size: 15px;
  line-height: 1.5;
  margin: 8px 0 0;
}

.pg-check input {
  width: auto;
  min-height: 0;
  margin-top: 4px;
  flex-shrink: 0;
  accent-color: var(--pg-green);
}

.pg-form .pg-btn {
  min-width: 220px;
  margin-top: 8px;
  border: 0;
  cursor: pointer;
}

@media only screen and (max-width: 991px) {
  .pg-form-card {
    padding: 28px 20px;
  }

  .pg-contact-details {
    padding: 22px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .pg-contact-page h1,
  .pg-dealer-page h1 {
    font-size: 32px;
    max-width: none;
  }

  .pg-form .pg-btn {
    width: 100%;
    min-width: 0;
  }
}
