/**
 * Home page card overrides (extra CSS only).
 * Targets real markup from current front page.
 */

:root {
  --hb-navy: #0d1b2a;
  --hb-blue: #1a3a5c;
  --hb-orange: #f47920;
  --hb-surface: #f5f7fa;
  --hb-text: #26384d;
  --hb-muted: #64748b;
  --hb-card-shadow: 0 18px 48px rgba(13, 27, 42, 0.12);
}

#hero-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  min-height: min(76vh, 760px) !important;
  padding: clamp(72px, 8vw, 118px) 32px !important;
  background:
    linear-gradient(90deg, rgba(7, 18, 31, 0.96) 0%, rgba(13, 27, 42, 0.86) 48%, rgba(13, 27, 42, 0.58) 100%),
    url("./assets/home/hb-home-hero-grid.webp") center / cover no-repeat !important;
}

#hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  z-index: -1;
  background: linear-gradient(180deg, rgba(13, 27, 42, 0), rgba(13, 27, 42, 0.72));
}

#hero-section > .kt-row-column-wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr) !important;
  gap: clamp(34px, 5vw, 72px) !important;
  max-width: var(--content-width, 1290px);
  margin-inline: auto;
  padding: 0 !important;
}

#hero-section .wp-block-kadence-column {
  width: auto !important;
}

#hero-section h1 {
  max-width: 790px;
  letter-spacing: -0.035em;
  text-wrap: balance;
  text-shadow: 0 16px 38px rgba(0, 0, 0, 0.28);
}

#hero-section p {
  max-width: 680px;
}

#hero-section .wp-block-kadence-image img {
  display: block;
  aspect-ratio: 4 / 3;
  height: auto !important;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px !important;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.38);
}

#hero-section .kt-button,
#cta-section .kt-button {
  border-radius: 999px !important;
  box-shadow: 0 14px 30px rgba(244, 121, 32, 0.26);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

#hero-section .kt-button:hover,
#cta-section .kt-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(244, 121, 32, 0.34);
}

#hero-section + .kt-row-layout-inner {
  margin-top: 0;
  background: linear-gradient(180deg, #0d1b2a 0%, #10243a 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

#hero-section + .kt-row-layout-inner .kt-row-column-wrap {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  max-width: var(--content-width, 1290px);
  margin-inline: auto;
}

#hero-section + .kt-row-layout-inner .kt-inside-inner-col {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

#value-props,
#value-grid {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.96)),
    url("./assets/home/hb-home-blueprint.webp") center / cover no-repeat;
}

#value-grid .kt-row-column-wrap {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  max-width: var(--content-width, 1290px);
  margin-inline: auto;
}

#value-grid .kt-inside-inner-col {
  height: 100%;
  padding: 30px 24px !important;
  border: 1px solid rgba(26, 58, 92, 0.1);
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 16px 38px rgba(13, 27, 42, 0.08);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

#value-grid .kt-inside-inner-col:hover {
  transform: translateY(-5px);
  border-color: rgba(244, 121, 32, 0.32);
  box-shadow: var(--hb-card-shadow);
}

#value-grid .kt-inside-inner-col > div:first-child {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px !important;
  border-radius: 18px;
  background: rgba(244, 121, 32, 0.1);
  color: var(--hb-orange);
  font-size: 34px !important;
}

#products-section,
#products-section + .kt-row-layout-inner {
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.95), rgba(245, 247, 250, 0.98)),
    url("./assets/home/hb-home-blueprint.webp") center / cover no-repeat !important;
}

#products-section h2,
#projects-section h2,
#certifications h2,
#trust-section h2,
#cta-section h2 {
  letter-spacing: -0.025em;
  text-wrap: balance;
}

#products-section + .kt-row-layout-inner .kt-inside-inner-col {
  border-radius: 18px !important;
}

#products-section + .kt-row-layout-inner {
  padding-bottom: 76px !important;
}

#products-section + .kt-row-layout-inner .wp-block-kadence-column {
  align-self: stretch;
}

#products-section + .kt-row-layout-inner .kt-inside-inner-col {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
}

#products-section + .kt-row-layout-inner .kt-inside-inner-col > img {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  flex: 0 0 auto;
  width: 100% !important;
  height: clamp(220px, 15vw, 270px) !important;
  max-height: none !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  object-position: center center !important;
  background: #dbe6ef;
  border-bottom: 1px solid rgba(26, 58, 92, 0.08);
}

#products-section + .kt-row-layout-inner .kt-inside-inner-col > img + div {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 22px 24px 24px !important;
}

#products-section + .kt-row-layout-inner h3 {
  font-size: 20px !important;
  letter-spacing: -0.015em;
  line-height: 1.22 !important;
}

#products-section + .kt-row-layout-inner span {
  border: 1px solid rgba(26, 58, 92, 0.08);
  border-radius: 999px !important;
  background: #eef3f8 !important;
}

#products-section + .kt-row-layout-inner .kt-inside-inner-col p[style*="font-size:13px"] {
  min-height: 44px;
  color: #e85f12 !important;
  line-height: 1.45 !important;
}

#products-section + .kt-row-layout-inner .kt-inside-inner-col p[style*="font-size:14px"] {
  color: #526173 !important;
}

#products-section + .kt-row-layout-inner .kt-inside-inner-col a[style*="color:#F47920"] {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 8px;
  color: var(--hb-orange) !important;
  font-weight: 700 !important;
}

#certifications + .kt-row-layout-inner .kt-row-column-wrap {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 16px !important;
  max-width: var(--content-width, 1290px);
  margin-inline: auto;
}

#certifications + .kt-row-layout-inner .kt-inside-inner-col {
  min-height: 132px !important;
  border: 1px solid rgba(26, 58, 92, 0.1);
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 28px rgba(13, 27, 42, 0.07);
}

#projects-section,
#projects-section + .kt-row-layout-inner,
#projects-section + .kt-row-layout-inner + .kt-row-layout-inner {
  background:
    linear-gradient(180deg, rgba(13, 27, 42, 0.88), rgba(13, 27, 42, 0.98)),
    url("./assets/home/hb-home-project-map.webp") center top / cover no-repeat fixed !important;
}

#projects-section + .kt-row-layout-inner .kt-inside-inner-col {
  border-radius: 18px !important;
  background: rgba(26, 58, 92, 0.82) !important;
  backdrop-filter: blur(6px);
}

#trust-section .kt-inside-inner-col > div:first-of-type > div {
  border: 1px solid rgba(26, 58, 92, 0.08);
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: 0 10px 24px rgba(13, 27, 42, 0.06);
}

#trust-section .kt-inside-inner-col > div:last-of-type > div {
  border-radius: 18px !important;
  background: #ffffff !important;
  box-shadow: var(--hb-card-shadow);
}

#cta-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(13, 27, 42, 0.96), rgba(26, 58, 92, 0.9)),
    url("./assets/home/hb-home-hero-grid.webp") center / cover no-repeat !important;
}

#cta-section .kt-inside-inner-col {
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.2);
}

#products-section + .kt-row-layout-inner .kt-row-column-wrap.kt-has-2-columns,
#projects-section + .kt-row-layout-inner .kt-row-column-wrap.kt-has-2-columns {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  max-width: var(--content-width, 1290px);
  margin-inline: auto;
}

#products-section + .kt-row-layout-inner .wp-block-kadence-column,
#projects-section + .kt-row-layout-inner .wp-block-kadence-column {
  min-width: 0;
}

#products-section + .kt-row-layout-inner .kt-inside-inner-col,
#projects-section + .kt-row-layout-inner .kt-inside-inner-col {
  height: 100%;
  border-radius: 8px !important;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

#products-section + .kt-row-layout-inner .kt-inside-inner-col {
  border: 1px solid rgba(26, 58, 92, 0.1);
  box-shadow: 0 8px 22px rgba(13, 27, 42, 0.08);
}

#projects-section + .kt-row-layout-inner .kt-inside-inner-col {
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

#products-section + .kt-row-layout-inner .kt-inside-inner-col:hover,
#projects-section + .kt-row-layout-inner .kt-inside-inner-col:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(13, 27, 42, 0.16);
}

#products-section + .kt-row-layout-inner .kt-inside-inner-col img,
#projects-section + .kt-row-layout-inner .kt-inside-inner-col img {
  display: block;
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  object-fit: cover !important;
  object-position: center top !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: transform 320ms ease;
}

#products-section + .kt-row-layout-inner .kt-inside-inner-col img {
  height: clamp(220px, 15vw, 270px) !important;
  max-height: none !important;
  aspect-ratio: 16 / 10 !important;
  object-position: center center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#projects-section + .kt-row-layout-inner .kt-inside-inner-col img {
  max-height: 260px;
}

#products-section + .kt-row-layout-inner .kt-inside-inner-col:hover img,
#projects-section + .kt-row-layout-inner .kt-inside-inner-col:hover img {
  transform: scale(1.04);
}

#products-section + .kt-row-layout-inner .kt-inside-inner-col div[style*="padding:20px"],
#projects-section + .kt-row-layout-inner .kt-inside-inner-col div[style*="padding:15px"] {
  padding: 18px !important;
}

#projects-section + .kt-row-layout-inner .kt-inside-inner-col p[style*="font-size:11px"] {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px !important;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f47920;
  color: #ffffff !important;
  line-height: 1.25 !important;
  letter-spacing: 0;
}

#projects-section + .kt-row-layout-inner .kt-inside-inner-col h3 {
  font-size: 18px !important;
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
}

@media (max-width: 1279px) {
  #products-section + .kt-row-layout-inner .kt-row-column-wrap.kt-has-2-columns,
  #projects-section + .kt-row-layout-inner .kt-row-column-wrap.kt-has-2-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  #hero-section > .kt-row-column-wrap {
    grid-template-columns: 1fr !important;
  }

  #hero-section .wp-block-kadence-image img {
    max-height: 430px;
    width: 100% !important;
  }

  #hero-section + .kt-row-layout-inner .kt-row-column-wrap,
  #value-grid .kt-row-column-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #certifications + .kt-row-layout-inner .kt-row-column-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  #products-section + .kt-row-layout-inner .kt-inside-inner-col > img {
    height: 250px !important;
  }
}

@media (max-width: 640px) {
  #products-section + .kt-row-layout-inner .kt-row-column-wrap.kt-has-2-columns,
  #projects-section + .kt-row-layout-inner .kt-row-column-wrap.kt-has-2-columns {
    grid-template-columns: 1fr !important;
  }

  #hero-section {
    min-height: auto !important;
    padding: 58px 20px !important;
  }

  #hero-section h1 {
    font-size: clamp(34px, 10vw, 44px) !important;
  }

  #hero-section .kt-btns {
    display: grid;
    gap: 12px;
  }

  #hero-section .kt-button,
  #cta-section .kt-button {
    width: 100%;
    text-align: center;
  }

  #hero-section + .kt-row-layout-inner .kt-row-column-wrap,
  #value-grid .kt-row-column-wrap,
  #certifications + .kt-row-layout-inner .kt-row-column-wrap {
    grid-template-columns: 1fr !important;
  }

  #products-section + .kt-row-layout-inner .kt-inside-inner-col > img {
    height: 230px !important;
  }

  #projects-section,
  #projects-section + .kt-row-layout-inner,
  #projects-section + .kt-row-layout-inner + .kt-row-layout-inner {
    background-attachment: scroll !important;
  }
}

/**
 * Products page polish (extra CSS only).
 * Targets real markup on /products/ (post ID 14).
 */

body.page-id-14 .entry-hero.page-hero-section {
  display: none !important;
}

body.page-id-14 .content-container.site-container,
body.page-id-14 .content-wrap,
body.page-id-14 article#post-14,
body.page-id-14 article#post-14 .entry-content-wrap {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.page-id-14 article#post-14 {
  background: #f5f7fa !important;
  box-shadow: none !important;
}

body.page-id-14 article#post-14 .entry-content {
  margin: 0 !important;
}

body.page-id-14 article#post-14 .entry-content > section:first-of-type {
  position: relative;
  isolation: isolate;
  padding: clamp(72px, 8vw, 108px) 20px clamp(62px, 7vw, 92px) !important;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(7, 18, 31, 0.96), rgba(13, 27, 42, 0.86)),
    url("./assets/home/hb-home-hero-grid.webp") center / cover no-repeat !important;
}

body.page-id-14 article#post-14 .entry-content > section:first-of-type::after {
  content: "";
  position: absolute;
  inset: auto 8% -72px;
  height: 145px;
  z-index: -1;
  border-radius: 999px;
  background: rgba(244, 121, 32, 0.16);
  filter: blur(58px);
}

body.page-id-14 article#post-14 .entry-content > section:first-of-type .max-w-6xl {
  max-width: 1180px !important;
}

body.page-id-14 article#post-14 .entry-content > section:first-of-type h1 {
  font-size: clamp(42px, 6vw, 74px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.045em !important;
  margin-bottom: 22px !important;
  text-wrap: balance;
}

body.page-id-14 article#post-14 .entry-content > section:first-of-type p {
  max-width: 760px !important;
  color: #d8e2ec !important;
  font-size: clamp(16px, 1.4vw, 20px) !important;
}

body.page-id-14 article#post-14 .entry-content > section:first-of-type p::after {
  content: "ISO 9001 · EN 1090 · Hot-dip galvanizing · EPC project support";
  display: flex;
  width: fit-content;
  margin-top: 24px;
  margin-inline: auto;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 {
  padding: clamp(58px, 7vw, 84px) 20px clamp(72px, 8vw, 104px) !important;
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.96), rgba(245, 247, 250, 1)),
    url("./assets/home/hb-home-blueprint.webp") center top / cover no-repeat !important;
}

body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 > .max-w-6xl {
  max-width: var(--content-width, 1290px) !important;
}

body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 .grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch;
}

body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 .grid > p {
  display: none !important;
}

body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 .grid > a[href*="-tower/"] {
  display: flex !important;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(26, 58, 92, 0.1) !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 38px rgba(13, 27, 42, 0.08) !important;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease !important;
}

body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 .grid > a[href*="-tower/"]:hover {
  transform: translateY(-7px) !important;
  border-color: rgba(244, 121, 32, 0.38) !important;
  box-shadow: 0 24px 54px rgba(13, 27, 42, 0.16) !important;
}

body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 .grid > a[href*="-tower/"] > .h-52 {
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 10 !important;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

body.page-id-14 a[href*="/cathead-tower/"] > .h-52 {
  background: url("/wp-content/uploads/product-images/30D39F5EA2BD5851D700A0D4BE876E0B.jpg") center center / cover no-repeat !important;
}

body.page-id-14 a[href*="/wine-glass-tower/"] > .h-52 {
  background: url("/wp-content/uploads/product-images/5A78136E514883679672FA4D435687A6.jpg") center center / cover no-repeat !important;
}

body.page-id-14 a[href*="/monopole-tower/"] > .h-52 {
  background: url("/wp-content/uploads/product-images/2AB748A893866CE28149454B300BDB5D.jpg") center center / cover no-repeat !important;
}

body.page-id-14 a[href*="/lattice-tower/"] > .h-52 {
  background: url("/wp-content/uploads/product-images/64164C1FFA3E4418520C1A6F7EF6180A.jpg") center center / cover no-repeat !important;
}

body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 .grid > a[href*="-tower/"] > .h-52::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 27, 42, 0) 38%, rgba(13, 27, 42, 0.58) 100%);
  pointer-events: none;
}

body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 .grid > a[href*="-tower/"] > .h-52 .text-7xl {
  display: none !important;
}

body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 .grid > a[href*="-tower/"] .absolute.bottom-4.left-4 {
  border-radius: 999px !important;
  background: var(--hb-orange) !important;
  box-shadow: 0 8px 18px rgba(244, 121, 32, 0.28);
}

body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 .grid > a[href*="-tower/"] > .p-6 {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 22px 24px 24px !important;
}

body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 .grid > a[href*="-tower/"] h3 {
  color: var(--hb-blue) !important;
  font-size: 20px !important;
  line-height: 1.22 !important;
  letter-spacing: -0.015em;
}

body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 .grid > a[href*="-tower/"] p.text-sm {
  color: #526173 !important;
  line-height: 1.62 !important;
}

body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 .grid > a[href*="-tower/"] .inline-flex {
  width: fit-content;
  margin-top: auto !important;
  border-radius: 999px !important;
  background: var(--hb-orange) !important;
  box-shadow: 0 10px 20px rgba(244, 121, 32, 0.2) !important;
}

body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 .mt-12 {
  margin-top: 34px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(26, 58, 92, 0.1) !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88)),
    url("./assets/home/hb-home-blueprint.webp") center / cover no-repeat !important;
  box-shadow: 0 18px 44px rgba(13, 27, 42, 0.08);
}

body.page-id-14 .hw-compare-section {
  padding: clamp(60px, 7vw, 92px) 20px !important;
  background: #ffffff !important;
}

body.page-id-14 .hw-compare-section .hw-compare-wrap {
  max-width: var(--content-width, 1290px) !important;
  padding: 0 !important;
}

body.page-id-14 .hw-compare-section .hw-compare-title {
  max-width: 760px;
  font-size: clamp(30px, 4vw, 48px) !important;
  line-height: 1 !important;
  letter-spacing: -0.035em;
}

body.page-id-14 .hw-compare-section .hw-compare-sub {
  max-width: 720px !important;
  color: #596779 !important;
}

body.page-id-14 .hw-compare-section .hw-compare-scroll {
  overflow-x: auto;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(13, 27, 42, 0.08);
}

body.page-id-14 .hw-compare-section .hw-compare-matrix {
  min-width: 760px;
  border: 0 !important;
}

body.page-id-14 .hw-compare-section .hw-compare-matrix thead {
  background: linear-gradient(90deg, #0d1b2a, #1a3a5c) !important;
}

body.page-id-14 .hw-compare-section .hw-compare-matrix tbody td:first-child {
  background: #eef3f8 !important;
}

body.page-id-14 #inquiry {
  padding: clamp(64px, 8vw, 104px) 20px !important;
  background:
    linear-gradient(120deg, rgba(13, 27, 42, 0.96), rgba(26, 58, 92, 0.9)),
    url("./assets/home/hb-home-project-map.webp") center / cover no-repeat !important;
  color: #ffffff !important;
}

body.page-id-14 #inquiry h2 {
  color: #ffffff !important;
}

body.page-id-14 #inquiry .text-slate-400 {
  color: #d8e2ec !important;
}

body.page-id-14 #inquiry .bg-slate-950 {
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22) !important;
}

body.page-id-14 #inquiry .fluentform_wrapper label,
body.page-id-14 #inquiry .fluentform_wrapper .ff-el-input--label,
body.page-id-14 #inquiry .fluentform_wrapper .ff-el-input--label label,
body.page-id-14 #inquiry .fluentform_wrapper .ff-el-is-required,
body.page-id-14 #inquiry .fluentform_wrapper .ff-el-form-check-label {
  color: #1a3a5c !important;
}

body.page-id-14 #inquiry .fluentform_wrapper .ff-el-form-control,
body.page-id-14 #inquiry .fluentform_wrapper input,
body.page-id-14 #inquiry .fluentform_wrapper select,
body.page-id-14 #inquiry .fluentform_wrapper textarea {
  color: #26384d !important;
}

body.page-id-14 #inquiry .bg-slate-950 .fluentform_wrapper,
body.page-id-14 #inquiry .bg-slate-950 .fluentform_wrapper form,
body.page-id-14 #inquiry .bg-slate-950 .fluentform_wrapper fieldset,
body.page-id-14 #inquiry .bg-slate-950 .fluentform_wrapper .ff-el-group,
body.page-id-14 #inquiry .bg-slate-950 .fluentform_wrapper .ff-el-input--label,
body.page-id-14 #inquiry .bg-slate-950 .fluentform_wrapper .ff-el-input--label label,
body.page-id-14 #inquiry .bg-slate-950 .fluentform_wrapper label {
  color: #1a3a5c !important;
  opacity: 1 !important;
}

body.page-id-14 #inquiry .bg-slate-950 .fluentform_wrapper .ff-el-input--content input::placeholder,
body.page-id-14 #inquiry .bg-slate-950 .fluentform_wrapper .ff-el-input--content textarea::placeholder {
  color: #7b8796 !important;
  opacity: 1 !important;
}

body.page-id-14 #inquiry .fluentform_wrapper .ff-form-loading,
body.page-id-14 #inquiry .fluentform_wrapper form.ff-form-loading,
body.page-id-14 #inquiry .fluentform_wrapper .ff-form-loading *,
body.page-id-14 #inquiry .fluentform_wrapper form.ff-form-loading * {
  opacity: 1 !important;
}

@media (max-width: 1279px) {
  body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.page-id-14 article#post-14 .entry-content > section:first-of-type {
    padding: 56px 18px 48px !important;
  }

  body.page-id-14 article#post-14 .entry-content > section:first-of-type p::after {
    display: flex;
    text-align: center;
  }

  body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 .grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 .grid > a[href*="-tower/"] > .h-52 {
    aspect-ratio: 4 / 3 !important;
  }

  body.page-id-14 article#post-14 .entry-content > section.bg-slate-50.py-16 .mt-12 {
    padding: 26px 18px !important;
  }
}

/* ============================================================
   Product Detail + Projects Conversion Pages
   ============================================================ */

body.hw-product-detail-page .entry-hero.page-hero-section,
body.hw-projects-page .entry-hero.page-hero-section {
  display: none !important;
}

body.hw-product-detail-page .content-container.site-container,
body.hw-projects-page .content-container.site-container,
body.hw-product-detail-page .site-main,
body.hw-projects-page .site-main,
body.hw-product-detail-page .content-wrap,
body.hw-projects-page .content-wrap {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.hw-product-detail-page article.single-entry,
body.hw-projects-page article.single-entry,
body.hw-product-detail-page .entry-content-wrap,
body.hw-projects-page .entry-content-wrap {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.hw-product-detail-page .entry-content,
body.hw-projects-page .entry-content {
  margin: 0 !important;
}

body.hw-product-detail-page .entry-content *,
body.hw-product-detail-page .entry-content *::before,
body.hw-product-detail-page .entry-content *::after,
body.hw-projects-page .entry-content *,
body.hw-projects-page .entry-content *::before,
body.hw-projects-page .entry-content *::after {
  box-sizing: border-box;
}

body.hw-product-detail-page .entry-content > section,
body.hw-projects-page .entry-content > section {
  width: 100% !important;
  max-width: 100% !important;
}

body.hw-product-detail-page .entry-content > section:first-of-type {
  position: relative;
  padding: clamp(72px, 8vw, 118px) 24px clamp(76px, 8vw, 112px) !important;
  overflow: hidden;
  background-color: #0d1b2a !important;
}

body.hw-product-detail-page .entry-content > section:first-of-type::before,
body.hw-projects-page .entry-content > section:first-of-type::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(244, 121, 32, 0.22), transparent 30%),
    linear-gradient(90deg, rgba(13, 27, 42, 0.96) 0%, rgba(13, 27, 42, 0.86) 47%, rgba(13, 27, 42, 0.36) 100%);
  pointer-events: none;
}

body.hw-product-cathead .entry-content > section:first-of-type {
  background: url("/wp-content/uploads/tower-images/cathead-02.jpg") 82% center / cover no-repeat !important;
}

body.hw-product-wineglass .entry-content > section:first-of-type {
  background: url("/wp-content/uploads/tower-images/wineglass.jpg") 82% center / cover no-repeat !important;
}

body.hw-product-monopole .entry-content > section:first-of-type {
  background: url("/wp-content/uploads/tower-images/monopole-02.jpg") 82% center / cover no-repeat !important;
}

body.hw-product-lattice .entry-content > section:first-of-type {
  background: url("/wp-content/uploads/tower-images/lattice-02.jpg") 82% center / cover no-repeat !important;
}

body.hw-product-detail-page .entry-content > section:first-of-type > .max-w-5xl,
body.hw-projects-page .entry-content > section:first-of-type > .max-w-6xl {
  position: relative !important;
  z-index: 1;
  width: 100% !important;
  max-width: var(--content-width, 1290px) !important;
  min-height: 410px;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: center;
  text-align: left !important;
}

body.hw-product-detail-page .entry-content > section:first-of-type > .max-w-5xl::after {
  content: "ISO 9001\A EN 1090\A IEC 60826";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(270px, 28vw);
  padding: 22px 24px;
  white-space: pre-line;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 24px 70px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-family: var(--font-mono, "JetBrains Mono", monospace);
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.02em;
  backdrop-filter: blur(12px);
}

body.hw-product-detail-page .entry-content > section:first-of-type h1,
body.hw-projects-page .entry-content > section:first-of-type h1 {
  width: 100%;
  max-width: 780px !important;
  color: #ffffff !important;
  font-size: clamp(40px, 5vw, 72px) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.055em;
  overflow-wrap: break-word;
}

body.hw-product-detail-page .entry-content > section:first-of-type p,
body.hw-projects-page .entry-content > section:first-of-type p {
  width: 100%;
  max-width: 690px !important;
  color: #d9e4ee !important;
  font-size: clamp(16px, 1.35vw, 20px) !important;
  line-height: 1.65 !important;
  overflow-wrap: break-word;
}

body.hw-product-detail-page .entry-content > section:first-of-type .flex,
body.hw-projects-page .entry-content > section:first-of-type .flex {
  justify-content: flex-start !important;
}

body.hw-product-detail-page .entry-content > section:first-of-type a,
body.hw-projects-page .entry-content > section:first-of-type a {
  border-radius: 999px !important;
}

body.hw-product-detail-page #specs {
  padding: clamp(58px, 7vw, 88px) 24px !important;
  background:
    linear-gradient(180deg, rgba(248, 250, 252, 0.96), #ffffff),
    url("./assets/home/hb-home-blueprint.webp") center top / cover no-repeat !important;
}

body.hw-product-detail-page #specs > .max-w-6xl,
body.hw-product-detail-page #specs + section > .max-w-6xl,
body.hw-product-detail-page #engineering > .max-w-6xl,
body.hw-product-detail-page #compliance > .max-w-6xl {
  max-width: var(--content-width, 1290px) !important;
}

body.hw-product-detail-page #specs h2,
body.hw-product-detail-page #specs + section h2,
body.hw-product-detail-page #engineering h2,
body.hw-product-detail-page #compliance h2,
body.hw-product-detail-page .hw-gallery-title,
body.hw-projects-page .entry-content > section:nth-of-type(2) h2,
body.hw-projects-page .entry-content > section:nth-of-type(3) h2 {
  color: var(--hb-blue, #1a3a5c) !important;
  font-size: clamp(30px, 3.5vw, 46px) !important;
  line-height: 1 !important;
  letter-spacing: -0.035em;
}

body.hw-product-detail-page #specs .overflow-x-auto {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(26, 58, 92, 0.1);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(13, 27, 42, 0.08);
}

body.hw-product-detail-page #specs table {
  min-width: 760px;
  overflow: hidden;
}

body.hw-product-detail-page #specs thead tr {
  background: linear-gradient(90deg, #0d1b2a, #1a3a5c) !important;
}

body.hw-product-detail-page #specs tbody tr:hover {
  background: #f5f8fb !important;
}

body.hw-product-detail-page #specs tbody td:first-child {
  color: var(--hb-blue, #1a3a5c) !important;
  font-weight: 800 !important;
}

body.hw-product-detail-page #specs + section {
  padding: clamp(58px, 7vw, 92px) 24px !important;
  background: #ffffff !important;
}

body.hw-product-detail-page #specs + section .grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

body.hw-product-detail-page #specs + section .grid > p {
  display: none !important;
}

body.hw-product-detail-page #specs + section .grid > div,
body.hw-product-detail-page .hw-engineering-card,
body.hw-product-detail-page .hw-compliance-item {
  border-radius: 20px !important;
  border: 1px solid rgba(26, 58, 92, 0.1) !important;
  box-shadow: 0 14px 34px rgba(13, 27, 42, 0.07) !important;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease !important;
}

body.hw-product-detail-page #specs + section .grid > div:hover,
body.hw-product-detail-page .hw-engineering-card:hover,
body.hw-product-detail-page .hw-compliance-item:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(244, 121, 32, 0.28) !important;
  box-shadow: 0 24px 52px rgba(13, 27, 42, 0.13) !important;
}

body.hw-product-detail-page #specs + section .grid h3,
body.hw-product-detail-page .hw-engineering-card h3,
body.hw-product-detail-page .hw-compliance-item h3 {
  color: var(--hb-blue, #1a3a5c) !important;
  font-size: 18px !important;
  letter-spacing: -0.01em;
}

body.hw-product-detail-page #specs + section .grid h3::before,
body.hw-product-detail-page .hw-engineering-card h3::before,
body.hw-product-detail-page .hw-compliance-item h3::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 9px;
  border-radius: 999px;
  background: var(--hb-orange, #f47920);
  box-shadow: 0 0 0 5px rgba(244, 121, 32, 0.12);
  vertical-align: 0.08em;
}

body.hw-product-detail-page #engineering {
  padding: clamp(60px, 7vw, 96px) 24px !important;
  background: #f7fafc !important;
}

body.hw-product-detail-page .hw-engineering-panel {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

body.hw-product-detail-page .hw-engineering-card {
  padding: 28px !important;
  background: #ffffff !important;
}

body.hw-product-detail-page .hw-engineering-card p,
body.hw-product-detail-page .hw-compliance-item p {
  color: #526173 !important;
  font-size: 14px !important;
  line-height: 1.72 !important;
}

body.hw-product-detail-page #compliance {
  padding: clamp(64px, 8vw, 106px) 24px !important;
  background:
    linear-gradient(120deg, rgba(13, 27, 42, 0.96), rgba(26, 58, 92, 0.9)),
    url("./assets/home/hb-home-project-map.webp") center / cover no-repeat !important;
}

body.hw-product-detail-page #compliance h2,
body.hw-product-detail-page #compliance p,
body.hw-product-detail-page #compliance .text-slate-400 {
  color: #ffffff !important;
}

body.hw-product-detail-page .hw-compliance-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

body.hw-product-detail-page .hw-compliance-item {
  min-width: 0 !important;
  padding: 28px !important;
  background: rgba(255, 255, 255, 0.96) !important;
}

body.hw-product-detail-page .hw-gallery {
  padding: clamp(62px, 7vw, 96px) 24px !important;
  background:
    linear-gradient(180deg, #f8fafc, #ffffff) !important;
}

body.hw-product-detail-page .hw-gallery-wrap {
  max-width: var(--content-width, 1290px) !important;
}

body.hw-product-detail-page .hw-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

body.hw-product-detail-page .hw-gallery-item {
  min-height: 260px;
  aspect-ratio: 16 / 11 !important;
  border-radius: 20px !important;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: 0 16px 38px rgba(13, 27, 42, 0.12) !important;
}

body.hw-product-detail-page .hw-gallery-item img {
  opacity: 0 !important;
}

body.hw-product-cathead .hw-gallery-item:nth-child(1) { background-image: url("/wp-content/uploads/tower-images/cathead-02.jpg") !important; }
body.hw-product-cathead .hw-gallery-item:nth-child(2) { background-image: url("/wp-content/uploads/tower-images/project-vn-01.jpg") !important; }
body.hw-product-cathead .hw-gallery-item:nth-child(3) { background-image: url("/wp-content/uploads/tower-images/workshop-004.jpg") !important; }
body.hw-product-cathead .hw-gallery-item:nth-child(4) { background-image: url("/wp-content/uploads/tower-images/workshop-002.jpg") !important; }
body.hw-product-cathead .hw-gallery-item:nth-child(5) { background-image: url("/wp-content/uploads/tower-images/project-ke-01.jpg") !important; }
body.hw-product-cathead .hw-gallery-item:nth-child(6) { background-image: url("/wp-content/uploads/tower-images/cathead-01.jpg") !important; }

body.hw-product-wineglass .hw-gallery-item:nth-child(1) { background-image: url("/wp-content/uploads/tower-images/wineglass.jpg") !important; }
body.hw-product-wineglass .hw-gallery-item:nth-child(2) { background-image: url("/wp-content/uploads/tower-images/project-vn-01.jpg") !important; }
body.hw-product-wineglass .hw-gallery-item:nth-child(3) { background-image: url("/wp-content/uploads/tower-images/workshop-003.jpg") !important; }
body.hw-product-wineglass .hw-gallery-item:nth-child(4) { background-image: url("/wp-content/uploads/tower-images/workshop-004.jpg") !important; }
body.hw-product-wineglass .hw-gallery-item:nth-child(5) { background-image: url("/wp-content/uploads/tower-images/project-id-01.jpg") !important; }
body.hw-product-wineglass .hw-gallery-item:nth-child(6) { background-image: url("/wp-content/uploads/tower-images/cathead-02.jpg") !important; }

body.hw-product-monopole .hw-gallery-item:nth-child(1) { background-image: url("/wp-content/uploads/tower-images/monopole-02.jpg") !important; }
body.hw-product-monopole .hw-gallery-item:nth-child(2) { background-image: url("/wp-content/uploads/tower-images/project-ph-01.jpg") !important; }
body.hw-product-monopole .hw-gallery-item:nth-child(3) { background-image: url("/wp-content/uploads/tower-images/project-id.jpg") !important; }
body.hw-product-monopole .hw-gallery-item:nth-child(4) { background-image: url("/wp-content/uploads/tower-images/workshop-001.jpg") !important; }
body.hw-product-monopole .hw-gallery-item:nth-child(5) { background-image: url("/wp-content/uploads/tower-images/monopole.jpg") !important; }
body.hw-product-monopole .hw-gallery-item:nth-child(6) { background-image: url("/wp-content/uploads/tower-images/workshop-003.jpg") !important; }

body.hw-product-lattice .hw-gallery-item:nth-child(1) { background-image: url("/wp-content/uploads/tower-images/lattice-02.jpg") !important; }
body.hw-product-lattice .hw-gallery-item:nth-child(2) { background-image: url("/wp-content/uploads/tower-images/project-vn-01.jpg") !important; }
body.hw-product-lattice .hw-gallery-item:nth-child(3) { background-image: url("/wp-content/uploads/tower-images/workshop-004.jpg") !important; }
body.hw-product-lattice .hw-gallery-item:nth-child(4) { background-image: url("/wp-content/uploads/tower-images/workshop-ASZ.jpg") !important; }
body.hw-product-lattice .hw-gallery-item:nth-child(5) { background-image: url("/wp-content/uploads/tower-images/project-ke-01.jpg") !important; }
body.hw-product-lattice .hw-gallery-item:nth-child(6) { background-image: url("/wp-content/uploads/tower-images/lattice-01.jpg") !important; }

body.hw-product-detail-page #inquiry {
  padding: clamp(64px, 8vw, 108px) 24px !important;
  background:
    linear-gradient(120deg, rgba(13, 27, 42, 0.96), rgba(26, 58, 92, 0.91)),
    url("./assets/home/hb-home-project-map.webp") center / cover no-repeat !important;
}

body.hw-product-detail-page #inquiry .max-w-3xl {
  max-width: 940px !important;
}

body.hw-product-detail-page #inquiry .bg-slate-950,
body.hw-projects-page .entry-content > section:nth-of-type(3) .bg-\[\#F5F7FA\] {
  max-width: 760px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(26, 58, 92, 0.1) !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22) !important;
}

body.hw-product-detail-page #inquiry h2 {
  color: #ffffff !important;
}

body.hw-product-detail-page #inquiry p {
  color: #d8e2ec !important;
}

body.hw-product-detail-page .fluentform_wrapper label,
body.hw-product-detail-page .fluentform_wrapper .ff-el-input--label,
body.hw-product-detail-page .fluentform_wrapper .ff-el-is-required,
body.hw-projects-page .fluentform_wrapper label,
body.hw-projects-page .fluentform_wrapper .ff-el-input--label,
body.hw-projects-page .fluentform_wrapper .ff-el-is-required {
  color: #1a3a5c !important;
  opacity: 1 !important;
}

body.hw-product-detail-page .fluentform_wrapper .ff-el-form-control,
body.hw-projects-page .fluentform_wrapper .ff-el-form-control {
  min-height: 46px;
  border-color: rgba(26, 58, 92, 0.16) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #26384d !important;
}

body.hw-product-detail-page .fluentform_wrapper textarea.ff-el-form-control,
body.hw-projects-page .fluentform_wrapper textarea.ff-el-form-control {
  min-height: 112px;
}

body.hw-product-detail-page .fluentform_wrapper .ff-form-loading,
body.hw-product-detail-page .fluentform_wrapper form.ff-form-loading,
body.hw-product-detail-page .fluentform_wrapper .ff-form-loading *,
body.hw-product-detail-page .fluentform_wrapper form.ff-form-loading *,
body.hw-projects-page .fluentform_wrapper .ff-form-loading,
body.hw-projects-page .fluentform_wrapper form.ff-form-loading,
body.hw-projects-page .fluentform_wrapper .ff-form-loading *,
body.hw-projects-page .fluentform_wrapper form.ff-form-loading * {
  opacity: 1 !important;
}

body.hw-projects-page .entry-content > section:first-of-type {
  position: relative;
  padding: clamp(78px, 8vw, 124px) 24px !important;
  background:
    linear-gradient(90deg, rgba(13, 27, 42, 0.96), rgba(13, 27, 42, 0.82) 48%, rgba(13, 27, 42, 0.26)),
    url("/wp-content/uploads/tower-images/project-vn-01.jpg") 76% center / cover no-repeat !important;
}

body.hw-projects-page .entry-content > section:first-of-type > .max-w-6xl {
  min-height: 350px;
}

body.hw-projects-page .entry-content > section:nth-of-type(2) {
  padding: clamp(62px, 7vw, 96px) 24px !important;
  background:
    linear-gradient(180deg, rgba(245, 247, 250, 0.98), #ffffff),
    url("./assets/home/hb-home-blueprint.webp") center top / cover no-repeat !important;
}

body.hw-projects-page .entry-content > section:nth-of-type(2) > .max-w-6xl {
  max-width: var(--content-width, 1290px) !important;
}

body.hw-projects-page .entry-content > section:nth-of-type(2) .grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

body.hw-projects-page .entry-content > section:nth-of-type(2) .grid > p {
  display: none !important;
}

body.hw-projects-page .entry-content > section:nth-of-type(2) .grid > div {
  display: flex !important;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(26, 58, 92, 0.1) !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  box-shadow: 0 18px 44px rgba(13, 27, 42, 0.08) !important;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease !important;
}

body.hw-projects-page .entry-content > section:nth-of-type(2) .grid > div:hover {
  transform: translateY(-7px) !important;
  border-color: rgba(244, 121, 32, 0.32) !important;
  box-shadow: 0 28px 62px rgba(13, 27, 42, 0.15) !important;
}

body.hw-projects-page .entry-content > section:nth-of-type(2) .grid > div > .h-48 {
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 10 !important;
  overflow: hidden;
  background-position: center !important;
  background-size: cover !important;
}

body.hw-projects-page .entry-content > section:nth-of-type(2) .grid > div:nth-child(1) > .h-48 {
  background-image: linear-gradient(180deg, transparent 35%, rgba(13, 27, 42, 0.58)), url("/wp-content/uploads/tower-images/project-vn-01.jpg") !important;
}

body.hw-projects-page .entry-content > section:nth-of-type(2) .grid > div:nth-child(2) > .h-48 {
  background-image: linear-gradient(180deg, transparent 35%, rgba(13, 27, 42, 0.58)), url("/wp-content/uploads/tower-images/project-ke-01.jpg") !important;
}

body.hw-projects-page .entry-content > section:nth-of-type(2) .grid > div:nth-child(3) > .h-48 {
  background-image: linear-gradient(180deg, transparent 35%, rgba(13, 27, 42, 0.58)), url("/wp-content/uploads/tower-images/project-ph-01.jpg") !important;
}

body.hw-projects-page .entry-content > section:nth-of-type(2) .grid .text-6xl {
  display: none !important;
}

body.hw-projects-page .entry-content > section:nth-of-type(2) .grid h3 {
  color: var(--hb-blue, #1a3a5c) !important;
  font-size: 21px !important;
  line-height: 1.18 !important;
  letter-spacing: -0.02em;
}

body.hw-projects-page .entry-content > section:nth-of-type(2) .grid .p-6 {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px !important;
}

body.hw-projects-page .entry-content > section:nth-of-type(2) .grid .flex.flex-wrap {
  margin-top: auto;
}

body.hw-projects-page .entry-content > section:nth-of-type(2) .grid .flex.flex-wrap span {
  border-radius: 999px !important;
  background: #eef3f8 !important;
  color: #1a3a5c !important;
  font-weight: 800 !important;
}

body.hw-projects-page .entry-content > section:nth-of-type(3) {
  padding: clamp(58px, 7vw, 92px) 24px !important;
  background: #ffffff !important;
}

body.hw-projects-page .entry-content > section:nth-of-type(3) > .max-w-3xl {
  max-width: 860px !important;
}

body.hw-projects-page .entry-content > section:nth-of-type(4) {
  padding: clamp(66px, 8vw, 106px) 24px !important;
  background:
    linear-gradient(120deg, rgba(13, 27, 42, 0.96), rgba(26, 58, 92, 0.9)),
    url("./assets/home/hb-home-project-map.webp") center / cover no-repeat !important;
}

body.hw-projects-page .entry-content > section:nth-of-type(4) a {
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #0d1b2a !important;
  border-color: transparent !important;
}

@media (max-width: 1279px) {
  body.hw-product-detail-page #specs + section .grid,
  body.hw-product-detail-page .hw-engineering-panel,
  body.hw-product-detail-page .hw-compliance-grid,
  body.hw-product-detail-page .hw-gallery-grid,
  body.hw-projects-page .entry-content > section:nth-of-type(2) .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.hw-product-detail-page .entry-content > section:first-of-type > .max-w-5xl::after {
    display: none;
  }
}

@media (max-width: 640px) {
  body.hw-product-detail-page,
  body.hw-projects-page {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body.hw-product-detail-page .entry-content > section:first-of-type,
  body.hw-projects-page .entry-content > section:first-of-type {
    padding: 56px 18px 58px !important;
    background-position: center !important;
  }

  body.hw-product-detail-page .entry-content > section:first-of-type::before,
  body.hw-projects-page .entry-content > section:first-of-type::before {
    background: linear-gradient(180deg, rgba(13, 27, 42, 0.92), rgba(13, 27, 42, 0.78)) !important;
  }

  body.hw-product-detail-page .entry-content > section:first-of-type > .max-w-5xl,
  body.hw-projects-page .entry-content > section:first-of-type > .max-w-6xl {
    width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 0;
    text-align: center !important;
    align-items: center !important;
  }

  body.hw-product-detail-page .entry-content > section:first-of-type h1,
  body.hw-projects-page .entry-content > section:first-of-type h1 {
    max-width: calc(100vw - 56px) !important;
    font-size: clamp(27px, 7.6vw, 31px) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  body.hw-product-detail-page .entry-content > section:first-of-type p,
  body.hw-projects-page .entry-content > section:first-of-type p {
    max-width: min(300px, calc(100vw - 64px)) !important;
    font-size: 14px !important;
    line-height: 1.58 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  body.hw-product-detail-page .entry-content p,
  body.hw-projects-page .entry-content p {
    overflow-wrap: anywhere;
  }

  body.hw-product-detail-page .entry-content > section:first-of-type .flex,
  body.hw-projects-page .entry-content > section:first-of-type .flex {
    width: 100%;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }

  body.hw-product-detail-page .entry-content > section:first-of-type a,
  body.hw-projects-page .entry-content > section:first-of-type a {
    width: min(100%, 282px);
    justify-content: center !important;
  }

  body.hw-product-detail-page #specs,
  body.hw-product-detail-page #specs + section,
  body.hw-product-detail-page #engineering,
  body.hw-product-detail-page #compliance,
  body.hw-product-detail-page .hw-gallery,
  body.hw-product-detail-page #inquiry,
  body.hw-projects-page .entry-content > section:nth-of-type(2),
  body.hw-projects-page .entry-content > section:nth-of-type(3),
  body.hw-projects-page .entry-content > section:nth-of-type(4) {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.hw-product-detail-page .entry-content > section > [class*="max-w-"],
  body.hw-projects-page .entry-content > section > [class*="max-w-"] {
    width: calc(100vw - 56px) !important;
    max-width: calc(100vw - 56px) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.hw-product-detail-page #specs + section .grid,
  body.hw-product-detail-page .hw-engineering-panel,
  body.hw-product-detail-page .hw-compliance-grid,
  body.hw-product-detail-page .hw-gallery-grid,
  body.hw-projects-page .entry-content > section:nth-of-type(2) .grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.hw-product-detail-page .hw-gallery-item {
    min-height: 230px;
    aspect-ratio: 4 / 3 !important;
  }

  body.hw-product-detail-page #specs .overflow-x-auto {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body.hw-product-detail-page #specs table {
    width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed;
  }

  body.hw-product-detail-page #specs th:nth-child(4),
  body.hw-product-detail-page #specs td:nth-child(4),
  body.hw-product-detail-page #specs th:nth-child(5),
  body.hw-product-detail-page #specs td:nth-child(5) {
    display: none !important;
  }

  body.hw-product-detail-page #specs th,
  body.hw-product-detail-page #specs td {
    padding: 11px 8px !important;
    font-size: 12px !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  body.hw-projects-page .entry-content > section:nth-of-type(2) .grid > div {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.hw-projects-page .entry-content > section:nth-of-type(2) .grid > div > .h-48 span.absolute {
    right: 12px !important;
    max-width: calc(100% - 24px);
  }
}

/* Product detail readability fixes for white cards inside dark sections */
body.hw-product-detail-page #compliance .hw-compliance-item,
body.hw-product-detail-page #compliance .hw-compliance-item * {
  opacity: 1 !important;
}

body.hw-product-detail-page #compliance .hw-compliance-item h3 {
  color: #17324d !important;
  font-weight: 900 !important;
}

body.hw-product-detail-page #compliance .hw-compliance-item p {
  color: #48576a !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body.hw-product-detail-page #inquiry .bg-slate-950 .fluentform_wrapper,
body.hw-product-detail-page #inquiry .bg-slate-950 .fluentform_wrapper form,
body.hw-product-detail-page #inquiry .bg-slate-950 .fluentform_wrapper fieldset,
body.hw-product-detail-page #inquiry .bg-slate-950 .fluentform_wrapper .ff-el-group,
body.hw-product-detail-page #inquiry .bg-slate-950 .fluentform_wrapper .ff-el-input--label,
body.hw-product-detail-page #inquiry .bg-slate-950 .fluentform_wrapper .ff-el-input--label label,
body.hw-product-detail-page #inquiry .bg-slate-950 .fluentform_wrapper .ff-el-is-required,
body.hw-product-detail-page #inquiry .bg-slate-950 .fluentform_wrapper .ff-el-form-check-label {
  color: #17324d !important;
  opacity: 1 !important;
}

body.hw-product-detail-page #inquiry .bg-slate-950 .fluentform_wrapper .ff-el-form-control,
body.hw-product-detail-page #inquiry .bg-slate-950 .fluentform_wrapper input,
body.hw-product-detail-page #inquiry .bg-slate-950 .fluentform_wrapper select,
body.hw-product-detail-page #inquiry .bg-slate-950 .fluentform_wrapper textarea {
  color: #243447 !important;
  background-color: #ffffff !important;
  border-color: rgba(23, 50, 77, 0.18) !important;
}

body.hw-product-detail-page #inquiry .bg-slate-950 .fluentform_wrapper input::placeholder,
body.hw-product-detail-page #inquiry .bg-slate-950 .fluentform_wrapper textarea::placeholder {
  color: #748397 !important;
  opacity: 1 !important;
}

body.hw-product-detail-page #inquiry .bg-slate-950 .fluentform_wrapper select {
  color: #243447 !important;
}

html body.hw-product-detail-page section#inquiry div.bg-slate-950 form#fluentform_6,
html body.hw-product-detail-page section#inquiry div.bg-slate-950 form#fluentform_6 .ff-el-group,
html body.hw-product-detail-page section#inquiry div.bg-slate-950 form#fluentform_6 .ff-el-input--label,
html body.hw-product-detail-page section#inquiry div.bg-slate-950 form#fluentform_6 .ff-el-input--label label {
  color: #17324d !important;
  -webkit-text-fill-color: #17324d !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

html body.hw-product-detail-page section#inquiry div.bg-slate-950 form#fluentform_6 .ff-el-input--label.ff-el-is-required label::after,
html body.hw-product-detail-page section#inquiry div.bg-slate-950 form#fluentform_6 .ff-el-input--label.ff-el-is-required::after {
  color: #ef4444 !important;
  -webkit-text-fill-color: #ef4444 !important;
}

html body.hw-product-detail-page section#inquiry div.bg-slate-950 form#fluentform_6 .ff-el-form-control:focus {
  border-color: rgba(244, 121, 32, 0.72) !important;
  box-shadow: 0 0 0 3px rgba(244, 121, 32, 0.16) !important;
  outline: none !important;
}

html body.hw-product-detail-page section#inquiry div.bg-slate-950 form#fluentform_6 .ff-btn-submit,
html body.hw-product-detail-page section#inquiry div.bg-slate-950 form#fluentform_6 button[type="submit"] {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: #f47920 !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 24px rgba(244, 121, 32, 0.24) !important;
  font-weight: 800 !important;
}

html body.hw-product-detail-page section#inquiry div.bg-slate-950 form#fluentform_6 .ff-btn-submit:hover,
html body.hw-product-detail-page section#inquiry div.bg-slate-950 form#fluentform_6 button[type="submit"]:hover {
  background: #e56512 !important;
  transform: translateY(-1px);
}

/* Product detail contrast hardening for white cards that sit inside dark sections */
html body.hw-product-detail-page section#compliance .hw-compliance-grid > .hw-compliance-item {
  color: #243447 !important;
  -webkit-text-fill-color: #243447 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

html body.hw-product-detail-page section#compliance .hw-compliance-grid > .hw-compliance-item h3,
html body.hw-product-detail-page section#compliance .hw-compliance-grid > .hw-compliance-item h3 *,
html body.hw-product-detail-page section#compliance .hw-compliance-grid > .hw-compliance-item p,
html body.hw-product-detail-page section#compliance .hw-compliance-grid > .hw-compliance-item p * {
  text-shadow: none !important;
  opacity: 1 !important;
}

html body.hw-product-detail-page section#compliance .hw-compliance-grid > .hw-compliance-item h3,
html body.hw-product-detail-page section#compliance .hw-compliance-grid > .hw-compliance-item h3 * {
  color: #102a43 !important;
  -webkit-text-fill-color: #102a43 !important;
}

html body.hw-product-detail-page section#compliance .hw-compliance-grid > .hw-compliance-item p,
html body.hw-product-detail-page section#compliance .hw-compliance-grid > .hw-compliance-item p * {
  color: #45566c !important;
  -webkit-text-fill-color: #45566c !important;
}

/* Projects page trust-content enhancements */
body.hw-projects-page .container {
  width: min(100% - 32px, var(--content-width, 1290px));
  margin-inline: auto;
}

body.hw-projects-page .row {
  display: grid;
  gap: 24px;
}

body.hw-projects-page .row.align-items-end,
body.hw-projects-page .row.align-items-center {
  align-items: center;
}

body.hw-projects-page .col-md-3,
body.hw-projects-page .col-md-4,
body.hw-projects-page .col-md-5,
body.hw-projects-page .col-md-6,
body.hw-projects-page .col-md-7,
body.hw-projects-page .col-md-8 {
  min-width: 0;
}

body.hw-projects-page .g-3,
body.hw-projects-page .g-4,
body.hw-projects-page .g-5 {
  gap: 24px;
}

body.hw-projects-page .mb-3 {
  margin-bottom: 12px;
}

body.hw-projects-page .mb-4 {
  margin-bottom: 16px;
}

body.hw-projects-page .mb-5 {
  margin-bottom: 32px;
}

body.hw-projects-page .mb-6 {
  margin-bottom: 24px;
}

body.hw-projects-page .mb-8 {
  margin-bottom: 32px;
}

body.hw-projects-page .mb-10 {
  margin-bottom: 40px;
}

body.hw-projects-page .badge,
body.hw-projects-page .hw-projects-hero-badges span {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.hw-projects-page .text-bg-warning {
  background: #f47920;
  color: #ffffff;
}

body.hw-projects-page .text-bg-light {
  background: #eef3f8;
  color: #1a3a5c;
}

body.hw-projects-page .hw-projects-eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fed7aa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.hw-projects-page .hw-projects-hero-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

body.hw-projects-page .hw-projects-hero-badges span {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

body.hw-projects-page .hw-trust-stat,
body.hw-projects-page .hw-reference-card,
body.hw-projects-page .hw-process-step,
body.hw-projects-page .hw-proof-card {
  height: 100%;
  border-radius: 22px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

body.hw-projects-page .hw-trust-stat {
  padding: 26px;
  background: #f8fafc;
  border: 1px solid rgba(26, 58, 92, 0.1);
  box-shadow: 0 14px 34px rgba(13, 27, 42, 0.06);
}

body.hw-projects-page .hw-trust-stat strong {
  display: block;
  margin-bottom: 8px;
  color: #1a3a5c;
  font-family: var(--font-display, inherit);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

body.hw-projects-page .hw-trust-stat span {
  display: block;
  color: #526173;
  font-size: 14px;
  line-height: 1.55;
}

body.hw-projects-page .hw-reference-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(26, 58, 92, 0.1);
  box-shadow: 0 18px 42px rgba(13, 27, 42, 0.08);
}

body.hw-projects-page .hw-reference-media {
  position: relative;
  min-height: 250px;
  background-size: cover;
  background-position: center;
}

body.hw-projects-page .hw-reference-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.05), rgba(15, 23, 42, 0.42));
}

body.hw-projects-page .hw-reference-media .badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.92);
  color: #1a3a5c;
}

body.hw-projects-page .hw-reference-vietnam {
  background-image: url("/wp-content/uploads/tower-images/project-vn-01.jpg");
}

body.hw-projects-page .hw-reference-indonesia {
  background-image: url("/wp-content/uploads/tower-images/project-id-01.jpg");
}

body.hw-projects-page .hw-reference-philippines {
  background-image: url("/wp-content/uploads/tower-images/project-ph-01.jpg");
}

body.hw-projects-page .hw-reference-body {
  padding: 26px;
}

body.hw-projects-page .hw-reference-body h3,
body.hw-projects-page .hw-process-step h3,
body.hw-projects-page .hw-proof-card h3 {
  margin: 0 0 9px;
  color: #17324d;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
}

body.hw-projects-page .hw-reference-meta {
  margin: 0 0 12px;
  color: #f47920;
  font-size: 13px;
  font-weight: 800;
}

body.hw-projects-page .hw-reference-body p,
body.hw-projects-page .hw-process-step p {
  color: #526173;
  font-size: 15px;
  line-height: 1.7;
}

body.hw-projects-page .hw-reference-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

body.hw-projects-page .hw-reference-tags span {
  border-radius: 999px;
  background: #eef3f8;
  color: #1a3a5c;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
}

body.hw-projects-page .hw-process-step {
  padding: 28px;
  background: #ffffff;
  border: 1px solid rgba(26, 58, 92, 0.1);
  box-shadow: 0 16px 36px rgba(13, 27, 42, 0.07);
}

body.hw-projects-page .hw-projects-process {
  color: #ffffff !important;
}

body.hw-projects-page .hw-projects-process h2,
body.hw-projects-page .hw-projects-process h3 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: none !important;
}

body.hw-projects-page .hw-projects-process p {
  color: #cbd5e1 !important;
  -webkit-text-fill-color: #cbd5e1 !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

body.hw-projects-page .hw-projects-process .badge,
body.hw-projects-page .hw-projects-process .text-bg-light {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #17324d !important;
  -webkit-text-fill-color: #17324d !important;
}

body.hw-projects-page .hw-projects-process .hw-process-step {
  background: #ffffff !important;
  color: #243447 !important;
}

body.hw-projects-page .hw-projects-process .hw-process-step b {
  color: #f47920 !important;
  -webkit-text-fill-color: #f47920 !important;
}

body.hw-projects-page .hw-projects-process .hw-process-step h3 {
  color: #102a43 !important;
  -webkit-text-fill-color: #102a43 !important;
}

body.hw-projects-page .hw-projects-process .hw-process-step p {
  color: #526173 !important;
  -webkit-text-fill-color: #526173 !important;
  opacity: 1 !important;
}

body.hw-projects-page .hw-process-step b {
  display: inline-flex;
  margin-bottom: 18px;
  color: #f47920;
  font-family: var(--font-mono, monospace);
  font-size: 13px;
}

body.hw-projects-page .hw-proof-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.hw-projects-page .hw-proof-card h3 {
  color: #ffffff;
}

body.hw-projects-page .hw-proof-card p {
  margin: 0;
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.68;
}

body.hw-projects-page .hw-trust-stat:hover,
body.hw-projects-page .hw-reference-card:hover,
body.hw-projects-page .hw-process-step:hover,
body.hw-projects-page .hw-proof-card:hover {
  transform: translateY(-4px);
}

body.hw-projects-page .bg-white.py-16 .fluentform_wrapper {
  color: #17324d;
}

body.hw-projects-page .bg-white.py-16 .fluentform_wrapper label,
body.hw-projects-page .bg-white.py-16 .fluentform_wrapper .ff-el-input--label {
  color: #17324d !important;
  opacity: 1 !important;
}

/**
 * Homepage final polish.
 * Keeps the original homepage template intact and only overrides visible issues.
 */

body.home #hero-section .wp-block-kadence-image,
body.home #hero-section .kt-image {
  position: relative;
  min-height: 260px;
}

body.home #hero-section .kt-image::before {
  inset: -8px !important;
  border-radius: 22px !important;
  background: linear-gradient(135deg, rgba(244, 121, 32, 0.28), rgba(255, 255, 255, 0.08)) !important;
  opacity: 0.16 !important;
  filter: blur(14px) !important;
}

body.home #hero-section .wp-block-kadence-image img,
body.home #hero-section .kt-image img,
body.home #hero-section img[loading="lazy"] {
  opacity: 1 !important;
  visibility: visible !important;
  filter: saturate(1.05) contrast(1.06) brightness(1.08) !important;
  background: #dbe6ef !important;
  object-position: center center !important;
}

body.home #value-grid .kt-inside-inner-col > div:first-child,
body.home #certifications + .kt-row-layout-inner .kt-inside-inner-col > div:first-child {
  font-size: 0 !important;
  color: transparent !important;
}

body.home #value-grid .kt-inside-inner-col > div:first-child::before,
body.home #certifications + .kt-row-layout-inner .kt-inside-inner-col > div:first-child::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hb-orange);
  font-family: var(--font-display, Arial, sans-serif);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

body.home #value-grid .wp-block-kadence-column:nth-child(1) .kt-inside-inner-col > div:first-child::before { content: "ENG"; }
body.home #value-grid .wp-block-kadence-column:nth-child(2) .kt-inside-inner-col > div:first-child::before { content: "ISO"; }
body.home #value-grid .wp-block-kadence-column:nth-child(3) .kt-inside-inner-col > div:first-child::before { content: "CAP"; }
body.home #value-grid .wp-block-kadence-column:nth-child(4) .kt-inside-inner-col > div:first-child::before { content: "24H"; }

body.home #certifications + .kt-row-layout-inner .wp-block-kadence-column:nth-child(1) .kt-inside-inner-col > div:first-child::before { content: "ISO"; }
body.home #certifications + .kt-row-layout-inner .wp-block-kadence-column:nth-child(2) .kt-inside-inner-col > div:first-child::before { content: "EMS"; }
body.home #certifications + .kt-row-layout-inner .wp-block-kadence-column:nth-child(3) .kt-inside-inner-col > div:first-child::before { content: "EN"; }
body.home #certifications + .kt-row-layout-inner .wp-block-kadence-column:nth-child(4) .kt-inside-inner-col > div:first-child::before { content: "AWS"; }
body.home #certifications + .kt-row-layout-inner .wp-block-kadence-column:nth-child(5) .kt-inside-inner-col > div:first-child::before { content: "WELD"; }
body.home #certifications + .kt-row-layout-inner .wp-block-kadence-column:nth-child(6) .kt-inside-inner-col > div:first-child::before { content: "IEC"; }

body.home #products-section + .kt-row-layout-inner .wp-block-kadence-column:nth-child(3) .kt-inside-inner-col > img {
  object-position: center 56% !important;
}

body.home #products-section + .kt-row-layout-inner .kt-inside-inner-col {
  border-radius: 20px !important;
  box-shadow: 0 14px 34px rgba(13, 27, 42, 0.1);
}

body.home #trust-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 247, 250, 0.98)),
    url("./assets/home/hb-home-blueprint.webp") center / cover no-repeat;
}

body.home #trust-section .kt-inside-inner-col > div:first-of-type {
  gap: 14px !important;
  margin-bottom: 38px !important;
}

body.home #trust-section .kt-inside-inner-col > div:first-of-type > div {
  padding: 12px 18px !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #17324d !important;
  font-size: 13px !important;
  letter-spacing: 0.01em;
}

body.home #trust-section .kt-inside-inner-col > div:last-of-type > div {
  max-width: 520px !important;
  border: 1px solid rgba(26, 58, 92, 0.1) !important;
  border-left: 4px solid var(--hb-orange) !important;
}

body.home #cta-section .kt-inside-inner-col {
  max-width: 760px !important;
}

@media (min-width: 768px) {
  body.hw-projects-page .row {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  body.hw-projects-page .col-md-3 {
    grid-column: span 3;
  }

  body.hw-projects-page .col-md-4 {
    grid-column: span 4;
  }

  body.hw-projects-page .col-md-5 {
    grid-column: span 5;
  }

  body.hw-projects-page .col-md-6 {
    grid-column: span 6;
  }

  body.hw-projects-page .col-md-7 {
    grid-column: span 7;
  }

  body.hw-projects-page .col-md-8 {
    grid-column: span 8;
  }
}

@media (max-width: 767px) {
  body.hw-projects-page .container {
    width: min(100% - 24px, var(--content-width, 1290px));
  }

  body.hw-projects-page .hw-reference-media {
    min-height: 220px;
  }
}
