:root {
  --west-pink: #e8335e;
  --west-pink-deep: #c91f49;
  --west-pink-soft: #fff1f5;
  --west-blue: #144278;
  --west-blue-soft: #edf5ff;
  --west-ink: #142235;
  --west-muted: #5c6b7c;
  --west-line: #e8edf4;
  --west-white: #ffffff;
  --west-font: "Nunito Sans", "Manrope", "Be Vietnam Pro", "Inter", "Segoe UI", Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: var(--west-font);
}

body {
  background: var(--west-white);
  color: var(--west-ink);
  overflow-x: hidden;
}

.wh-main {
  background: var(--west-white) !important;
}

.wh-topbar {
  background: linear-gradient(90deg, var(--west-pink-deep), var(--west-pink)) !important;
  color: var(--west-white) !important;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.14);
}

.wh-topbar-item,
.wh-topbar-item a,
.wh-auth-tag {
  color: var(--west-white) !important;
}

.wh-topbar-item svg {
  stroke: rgba(255, 255, 255, 0.9) !important;
}

.wh-tb-divider {
  background: rgba(255, 255, 255, 0.28) !important;
}

.wh-dot {
  background: var(--west-white) !important;
}

.wh-nav-link,
.wh-logo-text,
.wf-logo-name {
  color: var(--west-blue) !important;
}

.west-brand-lockup {
  gap: 15px !important;
}

.west-logo-mark img {
  height: 48px !important;
}

.wf-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.wf-logo-mark img {
  height: 42px !important;
}

.wf-origin {
  color: #8797aa !important;
}

.wh-cta,
.hp-btn-primary,
.hp-submit {
  background: var(--west-pink) !important;
  color: var(--west-white) !important;
  border: 1px solid var(--west-pink) !important;
  border-radius: 6px !important;
  box-shadow: 0 12px 26px rgba(232, 51, 94, 0.18) !important;
}

.wh-cta:hover,
.hp-btn-primary:hover,
.hp-submit:hover {
  background: var(--west-pink-deep) !important;
  border-color: var(--west-pink-deep) !important;
}

.hp-hero-clean {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: 38px;
  padding: 50px clamp(24px, 5vw, 72px) 38px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 42%, rgba(255, 241, 245, 0.58) 74%, rgba(237, 245, 255, 0.88) 100%),
    var(--west-white) !important;
  border-bottom: 1px solid var(--west-line);
  overflow: hidden;
}

.hp-hero-clean::before,
.hp-hero-clean::after {
  display: none !important;
}

.hp-hero-clean .hp-hero-left {
  max-width: 620px;
  position: relative;
  z-index: 2;
}

.hp-hero-clean .hp-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 8px 14px;
  background: var(--west-pink-soft) !important;
  border: 1px solid rgba(232, 51, 94, 0.18) !important;
  border-radius: 999px !important;
}

.hp-hero-clean .hp-hero-tag span {
  color: var(--west-pink-deep) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hp-hero-clean .hp-hero-tag .dot {
  width: 7px;
  height: 7px;
  background: var(--west-pink) !important;
  border-radius: 50%;
}

.hp-hero-clean h1 {
  margin: 0;
  color: var(--west-blue) !important;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.06;
  letter-spacing: 0 !important;
  font-weight: 900;
}

.hp-hero-clean h1 em {
  display: inline;
  color: var(--west-pink) !important;
  font-style: normal;
  border: 0 !important;
  padding: 0 !important;
}

.hp-hero-clean p {
  max-width: 570px;
  margin: 18px 0 0;
  color: var(--west-muted) !important;
  font-size: 17px;
  line-height: 1.72;
}

.hp-hero-clean .hp-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hp-hero-clean .hp-btn-secondary {
  background: var(--west-white) !important;
  color: var(--west-blue) !important;
  border: 1px solid rgba(20, 66, 120, 0.22) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

.hp-hero-clean .hp-btn-secondary:hover {
  border-color: var(--west-pink) !important;
  color: var(--west-pink) !important;
}

.hp-hero-clean .hp-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 560px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid var(--west-line) !important;
}

.hp-hero-clean .hp-stat {
  padding-right: 18px;
}

.hp-hero-clean .hp-stat .num {
  color: var(--west-pink) !important;
  font-size: 26px;
  line-height: 1;
}

.hp-hero-clean .hp-stat .num span {
  color: var(--west-pink) !important;
}

.hp-hero-clean .hp-stat .lbl {
  margin-top: 7px;
  color: var(--west-blue) !important;
  font-size: 12px;
  font-weight: 700;
}

.hp-hero-clean .hp-hero-right {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.hp-hero-media {
  margin: 0;
  position: relative;
  width: min(100%, 880px);
  margin-left: auto;
  border: 1px solid rgba(20, 66, 120, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background: var(--west-white);
  box-shadow: 0 24px 70px rgba(20, 66, 120, 0.12);
}

.hp-hero-media img {
  display: block;
  width: 100%;
  height: auto;
}

.hp-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 14px 0 0 auto;
  width: min(100%, 780px);
  overflow: hidden;
  border: 1px solid var(--west-line);
  border-radius: 8px;
  background: var(--west-line);
}

.hp-hero-proof span {
  background: var(--west-white);
  color: var(--west-blue);
  padding: 13px 14px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hp-intro,
.hp-featured,
.hp-why,
.hp-ind,
.hp-contact {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.hp-section-tag,
.hp-featured-cat,
.hp-prod-link {
  color: var(--west-pink) !important;
}

.hp-section-head h2,
.hp-intro h2,
.hp-prod-card h3,
.hp-why-item h4,
.hp-ind-card h4,
.hp-contact h2 {
  color: var(--west-blue) !important;
  font-weight: 850;
  letter-spacing: 0 !important;
}

.hp-featured,
.hp-why,
.hp-ind {
  background: var(--west-white) !important;
}

.hp-featured-card,
.hp-prod-card,
.hp-why-item,
.hp-ind-card,
.hp-contact-right {
  border: 1px solid var(--west-line) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 34px rgba(20, 66, 120, 0.07) !important;
}

.hp-featured-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.hp-featured-card {
  overflow: hidden;
  background: var(--west-white) !important;
  box-shadow: none !important;
}

.hp-featured-img {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f7f9fc !important;
  border-bottom: 1px solid var(--west-line);
}

.hp-featured-img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
  height: 72%;
  background: var(--west-pink);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  z-index: 0;
}

.hp-featured-img img {
  position: relative;
  z-index: 1;
  width: min(88%, 310px) !important;
  height: 214px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
  padding: 0;
  background: transparent;
  box-shadow: none !important;
  filter: drop-shadow(0 14px 20px rgba(20, 66, 120, 0.16));
  transform: translate(16px, 14px);
}

.hp-featured-img img[src*="ioa-312-card"] {
  width: min(90%, 320px) !important;
  height: 176px !important;
  transform: translate(14px, 16px);
}

.hp-featured-body {
  padding: 20px 18px 22px !important;
}

.hp-featured-cat {
  color: #66758a !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  text-transform: none !important;
}

.hp-featured-body h3 {
  margin-top: 6px !important;
  color: var(--west-blue) !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
  font-weight: 850 !important;
}

.hp-featured-card:hover,
.hp-prod-card:hover,
.hp-ind-card:hover {
  border-color: rgba(232, 51, 94, 0.34) !important;
  box-shadow: 0 18px 44px rgba(232, 51, 94, 0.11) !important;
}

.hp-products {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  padding-top: 62px !important;
  padding-bottom: 62px !important;
}

.hp-products .hp-section-head h2,
.hp-products .hp-section-head p {
  color: var(--west-blue) !important;
}

.hp-products .hp-prod-icon,
.hp-ind-icon,
.hp-ci-icon {
  background: var(--west-pink) !important;
  color: var(--west-white) !important;
}

.hp-products .hp-prod-icon svg,
.hp-ind-icon svg,
.hp-ci-icon svg {
  stroke: var(--west-white) !important;
}

.hp-prod-model {
  background: var(--west-blue-soft) !important;
  color: var(--west-blue) !important;
  border: 1px solid rgba(20, 66, 120, 0.12) !important;
}

.hp-why-num {
  color: var(--west-pink) !important;
}

.hp-contact {
  max-width: none;
  margin-top: 32px !important;
  padding-top: 66px !important;
  padding-bottom: 66px !important;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.9) 43%, rgba(255, 255, 255, 0.68) 100%),
    url("/wp-content/uploads/hero/west-contact-bg.webp") center right / cover no-repeat !important;
  border-top: 1px solid var(--west-line);
  border-bottom: 1px solid var(--west-line);
}

.hp-contact-left,
.hp-contact-left h2 {
  color: var(--west-blue) !important;
}

.hp-contact-left p {
  color: var(--west-muted) !important;
}

.hp-ci {
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(232, 51, 94, 0.12);
  border-radius: 8px;
  padding: 12px 14px;
  backdrop-filter: blur(8px);
}

.hp-ci-label {
  color: #6b7a8d !important;
}

.hp-ci-val {
  color: var(--west-blue) !important;
}

.hp-contact-right {
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 70px rgba(20, 66, 120, 0.18) !important;
}

.wf {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.96) 42%, rgba(255, 241, 245, 0.64) 74%, rgba(237, 245, 255, 0.9) 100%),
    radial-gradient(circle at 12% 18%, rgba(232, 51, 94, 0.12), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(20, 66, 120, 0.12), transparent 30%),
    var(--west-white) !important;
  color: var(--west-muted) !important;
  border-top: 3px solid var(--west-pink);
  box-shadow: inset 0 1px 0 rgba(20, 66, 120, 0.06);
}

.wf::before {
  content: "";
  position: absolute;
  top: 0;
  right: clamp(24px, 8vw, 120px);
  width: min(500px, 48vw);
  height: 100%;
  background:
    linear-gradient(135deg, rgba(232, 51, 94, 0.18), transparent 40%),
    linear-gradient(315deg, rgba(20, 66, 120, 0.16), transparent 54%);
  clip-path: polygon(44% 0, 100% 0, 62% 100%, 0 100%);
  opacity: 0.78;
  pointer-events: none;
}

.wf::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -48px;
  width: 390px;
  height: 160px;
  background: linear-gradient(135deg, rgba(232, 51, 94, 0.09), rgba(20, 66, 120, 0.08));
  transform: skewX(-24deg);
  pointer-events: none;
}

.wf-inner,
.wf-top,
.wf-grid,
.wf-bar-wrap {
  position: relative;
  z-index: 1;
}

.wf-inner {
  padding-top: 4px;
}

.wf-top {
  align-items: stretch !important;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 66, 120, 0.09);
  border-bottom-color: rgba(20, 66, 120, 0.09) !important;
  border-radius: 8px;
  box-shadow: 0 20px 56px rgba(20, 66, 120, 0.08);
  padding: 20px 22px !important;
  backdrop-filter: blur(10px);
}

.wf-top > div:last-child {
  min-height: 64px;
  padding-left: clamp(18px, 3vw, 34px);
  border-left: 1px solid rgba(20, 66, 120, 0.1);
}

.wf-grid {
  gap: 22px !important;
}

.wf-grid > div {
  min-width: 0;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(20, 66, 120, 0.08);
  border-radius: 8px;
  padding: 22px 20px;
  box-shadow: 0 18px 42px rgba(20, 66, 120, 0.055);
  backdrop-filter: blur(8px);
}

.wf-grid > div:first-child {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 241, 245, 0.46)),
    rgba(255, 255, 255, 0.7);
}

.wf-logo-name,
.wf-tagline,
.wf h4 {
  color: var(--west-blue) !important;
}

.wf-origin,
.wf p,
.wf ul li a,
.contact-text,
.contact-text a,
.wf-bar-copy,
.wf-bar-links a {
  color: var(--west-muted) !important;
}

.wf ul li a:hover,
.contact-text a:hover,
.wf-bar-links a:hover {
  color: var(--west-pink) !important;
}

.wf-since,
.cert-badge {
  background: rgba(255, 255, 255, 0.74) !important;
  border-color: rgba(232, 51, 94, 0.18) !important;
  color: var(--west-blue) !important;
  box-shadow: 0 10px 24px rgba(20, 66, 120, 0.06);
}

.wf-top {
  border-bottom-color: rgba(20, 66, 120, 0.1) !important;
}

.wf-top > div:last-child > span {
  color: var(--west-blue) !important;
}

.wf-logo-mark img {
  filter: drop-shadow(0 12px 24px rgba(20, 66, 120, 0.1));
}

.wf h4 {
  border-bottom-color: rgba(20, 66, 120, 0.12) !important;
  font-weight: 850 !important;
  letter-spacing: 0.1em !important;
  margin-bottom: 16px !important;
  padding-bottom: 12px !important;
  position: relative;
}

.wf h4::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 48px;
  height: 2px;
  background: var(--west-pink);
}

.wf ul li::before {
  background: var(--west-pink) !important;
}

.contact-icon,
.wf .contact-item svg {
  stroke: var(--west-pink) !important;
}

.contact-item {
  gap: 11px !important;
  margin-bottom: 14px !important;
}

.contact-icon {
  background: var(--west-pink);
  border-radius: 5px;
  box-sizing: content-box;
  padding: 7px;
  stroke: var(--west-white) !important;
}

.wf .contact-item svg.contact-icon {
  stroke: var(--west-white) !important;
}

.contact-label,
.wf-dist-label {
  color: var(--west-pink) !important;
}

.wf-dist-name {
  color: var(--west-blue) !important;
}

.wf-bar-wrap {
  background: rgba(255, 255, 255, 0.78) !important;
  border-top: 1px solid rgba(20, 66, 120, 0.1) !important;
  backdrop-filter: blur(10px);
}

.wf-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.72);
}

@media (max-width: 980px) {
  .hp-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hp-hero-clean {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 48px;
  }

  .hp-hero-clean .hp-hero-left {
    max-width: 760px;
  }

  .hp-hero-media,
  .hp-hero-proof {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .hp-featured-grid {
    grid-template-columns: 1fr !important;
  }

  .wh-topbar {
    display: block !important;
    padding: 6px 0 !important;
  }

  .wh-topbar-inner {
    min-height: 22px;
    padding: 0 18px !important;
    justify-content: center !important;
  }

  .wh-topbar-left {
    gap: 0 !important;
  }

  .wh-topbar-left .wh-topbar-item:not(:first-child),
  .wh-topbar-left .wh-tb-divider,
  .wh-topbar-right {
    display: none !important;
  }

  .wh-topbar-item {
    font-size: 12px !important;
    font-weight: 750 !important;
  }

  .wh-main-inner {
    height: 74px !important;
    padding: 0 18px !important;
    min-width: 0;
    gap: 12px !important;
  }

  .wh-logo-group {
    min-width: 0;
    max-width: calc(100vw - 78px);
    gap: 10px !important;
  }

  .wh-logo,
  .west-logo-mark img {
    height: 34px !important;
  }

  .wh-logo-text {
    font-size: 15px !important;
    white-space: nowrap;
  }

  .wh-logo-sub {
    font-size: 6.5px !important;
    letter-spacing: 0.45px !important;
    white-space: nowrap;
  }

  .wh-nav,
  .wh-cta {
    display: none !important;
  }

  .wh-hamburger {
    display: flex !important;
    flex-shrink: 0;
  }

  .hp-hero-clean {
    padding: 34px 18px 38px;
  }

  .hp-hero-clean h1 {
    font-size: 34px;
  }

  .hp-hero-clean p {
    font-size: 15px;
  }

  .hp-hero-clean .hp-hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
    padding-top: 16px;
  }

  .hp-hero-clean .hp-stat {
    padding-right: 0;
  }

  .hp-hero-clean .hp-stat .num {
    font-size: 22px;
  }

  .hp-hero-clean .hp-stat .lbl {
    font-size: 9px;
    line-height: 1.35;
  }

  .hp-hero-proof {
    grid-template-columns: 1fr;
  }
}

/* Balanced W.E.St identity pass: pink and blue should travel together. */
body,
button,
input,
select,
textarea {
  font-weight: 650;
  letter-spacing: 0 !important;
}

.wh-logo-text,
.wf-logo-name,
.hp-hero-clean h1,
.hp-section-head h2,
.hp-intro h2,
.hp-prod-card h3,
.hp-featured-body h3,
.hp-why-item h4,
.hp-ind-card h4,
.hp-contact h2,
.hp-contact-right h3,
.wf h4 {
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.wh-nav-link,
.hp-btn-primary,
.hp-btn-secondary,
.hp-submit,
.hp-hero-proof span,
.hp-section-tag,
.hp-prod-link,
.hp-featured-cat,
.wf-bar-links a {
  font-weight: 850 !important;
}

.wh-topbar {
  background: linear-gradient(90deg, var(--west-pink-deep) 0 50%, var(--west-blue) 50% 100%) !important;
}

.wh-main {
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--west-pink) 0 50%, var(--west-blue) 50% 100%) 1;
}

.wh-nav-link {
  position: relative;
}

.wh-nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--west-pink) 0 50%, var(--west-blue) 50% 100%);
  border-radius: 999px;
  transform: translateX(-50%);
  transition: width 0.2s ease;
}

.wh-nav-link:hover::after {
  width: 26px;
}

.wh-cta,
.hp-btn-primary,
.hp-submit {
  background: linear-gradient(90deg, var(--west-pink) 0 50%, var(--west-blue) 50% 100%) !important;
  border-color: transparent !important;
  box-shadow: 0 14px 28px rgba(232, 51, 94, 0.16), 0 8px 18px rgba(20, 66, 120, 0.12) !important;
}

.wh-cta:hover,
.hp-btn-primary:hover,
.hp-submit:hover {
  background: linear-gradient(90deg, var(--west-pink-deep) 0 50%, #0f3563 50% 100%) !important;
}

.hp-hero-left .hp-hero-btns .hp-btn-primary,
.hp-hero-clean .hp-hero-btns .hp-btn-primary,
.wh-mob-cta {
  background: linear-gradient(90deg, var(--west-pink) 0 50%, var(--west-blue) 50% 100%) !important;
  color: var(--west-white) !important;
  border-color: transparent !important;
  box-shadow: 0 14px 28px rgba(232, 51, 94, 0.16), 0 8px 18px rgba(20, 66, 120, 0.12) !important;
}

.hp-hero-left .hp-hero-btns .hp-btn-primary:hover,
.hp-hero-clean .hp-hero-btns .hp-btn-primary:hover,
.wh-mob-cta:hover {
  background: linear-gradient(90deg, var(--west-pink-deep) 0 50%, #0f3563 50% 100%) !important;
}

.hp-hero-clean .hp-hero-tag {
  background: linear-gradient(90deg, var(--west-pink-soft) 0 50%, var(--west-blue-soft) 50% 100%) !important;
  border-color: rgba(20, 66, 120, 0.14) !important;
}

.hp-hero-clean .hp-hero-tag span {
  color: var(--west-blue) !important;
}

.hp-hero-clean .hp-hero-tag .dot {
  background: linear-gradient(135deg, var(--west-pink) 0 50%, var(--west-blue) 50% 100%) !important;
}

.hp-hero-clean h1 {
  font-size: clamp(42px, 4.65vw, 62px);
  line-height: 1.04;
}

.hp-hero-clean h1 em {
  color: var(--west-pink) !important;
  text-shadow: 1.5px 1.5px 0 rgba(20, 66, 120, 0.14);
}

.hp-hero-clean .hp-btn-secondary {
  border-color: rgba(20, 66, 120, 0.28) !important;
  box-shadow: inset 4px 0 0 var(--west-pink) !important;
}

.hp-hero-clean .hp-hero-stats {
  border-top: 3px solid transparent !important;
  border-image: linear-gradient(90deg, var(--west-pink) 0 50%, var(--west-blue) 50% 100%) 1 !important;
}

.hp-hero-clean .hp-stat .num {
  color: var(--west-pink) !important;
  text-shadow: 1px 1px 0 rgba(20, 66, 120, 0.14);
}

.hp-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--west-blue) !important;
}

.hp-section-tag::before,
.hp-section-tag::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  border-radius: 999px;
}

.hp-section-tag::before {
  background: var(--west-pink);
}

.hp-section-tag::after {
  background: var(--west-blue);
}

.hp-section-head h2,
.hp-intro h2,
.hp-contact h2 {
  position: relative;
}

.hp-section-head h2::after,
.hp-intro h2::after,
.hp-contact h2::after {
  content: "";
  display: block;
  width: 92px;
  height: 4px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, var(--west-pink) 0 50%, var(--west-blue) 50% 100%);
  border-radius: 999px;
}

.hp-intro h2::after,
.hp-contact h2::after {
  margin-left: 0;
}

.hp-featured-img::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 68%;
  height: 76%;
  background: var(--west-blue);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  transform: translate(-14px, 0);
  z-index: 0;
}

.hp-featured-img::after {
  background: var(--west-pink) !important;
}

.hp-featured-card,
.hp-prod-card,
.hp-why-item,
.hp-ind-card,
.hp-contact-right,
.wf-grid > div,
.wf-top {
  border-top: 3px solid transparent !important;
  border-image: linear-gradient(90deg, var(--west-pink) 0 50%, var(--west-blue) 50% 100%) 1 !important;
}

.hp-products .hp-prod-icon,
.hp-ind-icon,
.hp-ci-icon,
.contact-icon {
  background: linear-gradient(135deg, var(--west-pink) 0 50%, var(--west-blue) 50% 100%) !important;
  box-shadow: 0 12px 22px rgba(232, 51, 94, 0.12), 0 8px 18px rgba(20, 66, 120, 0.12);
}

.hp-prod-model,
.cert-badge,
.wf-since {
  background: linear-gradient(90deg, var(--west-pink-soft) 0 50%, var(--west-blue-soft) 50% 100%) !important;
  border-color: rgba(20, 66, 120, 0.12) !important;
}

.hp-prod-link,
.wf ul li a:hover,
.contact-text a:hover,
.wf-bar-links a:hover {
  color: var(--west-blue) !important;
  text-decoration-color: var(--west-pink);
}

.hp-why-num,
.contact-label,
.wf-dist-label {
  color: var(--west-pink) !important;
  text-shadow: 1px 1px 0 rgba(20, 66, 120, 0.11);
}

.wf {
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, var(--west-pink) 0 50%, var(--west-blue) 50% 100%) 1;
}

.wf h4::after {
  width: 72px;
  height: 3px;
  background: linear-gradient(90deg, var(--west-pink) 0 50%, var(--west-blue) 50% 100%) !important;
}

.wf ul li::before {
  width: 7px;
  height: 7px;
  background: linear-gradient(135deg, var(--west-pink) 0 50%, var(--west-blue) 50% 100%) !important;
}

.wf::before,
.wf::after {
  background:
    linear-gradient(135deg, rgba(232, 51, 94, 0.15), transparent 42%),
    linear-gradient(315deg, rgba(20, 66, 120, 0.15), transparent 54%) !important;
}

@media (max-width: 640px) {
  .hp-hero-clean h1 {
    font-size: 36px;
  }

  .hp-section-tag::before,
  .hp-section-tag::after {
    width: 18px;
  }

  .hp-featured-img::before {
    transform: translate(-10px, 0);
  }
}
