.hwr-page {
  --hw-green: #54b435;
  --hw-green-dark: #379237;
  --hw-ink: #0f172a;
  --hw-text: #2f3b40;
  --hw-muted: #63736a;
  --hw-soft: #edfbe2;
  --hw-surface: #f7faf7;
  --hw-line: #d5ead8;
  --hw-deep: #101a18;
  --hw-gold: #d8b06b;
  --hw-white: #ffffff;
  --hw-shadow: 0 16px 42px rgba(15, 23, 42, 0.1);
  --hw-radius: 8px;
  --hw-max: 1180px;
}
.hwr-page * {
  box-sizing: border-box;
}
.hwr-page {
  scroll-behavior: smooth;
}
.hwr-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--hw-white);
  color: var(--hw-text);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.68;
}
.hwr-page img {
  display: block;
  width: 100%;
  height: auto;
}
.hwr-page a {
  color: inherit;
  text-decoration: none;
}
.hwr-page button,
.hwr-page a {
  -webkit-tap-highlight-color: transparent;
}
.hwr-page h1,
.hwr-page h2,
.hwr-page h3,
.hwr-page p,
.hwr-page ul,
.hwr-page ol {
  margin-top: 0;
}
.hwr-page h1,
.hwr-page h2,
.hwr-page h3 {
  color: var(--hw-ink);
  font-family: "Work Sans", Inter, Arial, sans-serif;
  letter-spacing: 0;
}
.hwr-page h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(40px, 5vw, 66px);
  font-weight: 800;
  line-height: 1.04;
}
.hwr-page h2 {
  margin-bottom: 18px;
  font-size: clamp(29px, 3.4vw, 44px);
  font-weight: 800;
  line-height: 1.14;
}
.hwr-page h3 {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 750;
  line-height: 1.28;
}
.hwr-page .preview-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 72px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}
.hwr-page .preview-bar-inner {
  display: flex;
  width: min(var(--hw-max), calc(100% - 40px));
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
}
.hwr-page .preview-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--hw-ink);
  font-family: "Work Sans", Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
}
.hwr-page .preview-brand img {
  width: 46px;
  height: 34px;
  object-fit: contain;
}
.hwr-page .preview-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.hwr-page .preview-nav a {
  border-radius: 5px;
  padding: 9px 12px;
  color: var(--hw-muted);
  font-size: 13px;
  font-weight: 750;
}
.hwr-page .preview-nav a:hover,
.hwr-page .preview-nav a[aria-current="page"] {
  background: var(--hw-soft);
  color: var(--hw-green-dark);
}
.hwr-page .wrap {
  width: min(var(--hw-max), calc(100% - 40px));
  margin: 0 auto;
}
.hwr-page .section {
  padding: 84px 0;
}
.hwr-page .section-soft {
  background: var(--hw-surface);
}
.hwr-page .section-green {
  background: var(--hw-soft);
}
.hwr-page .section-dark {
  background: var(--hw-deep);
  color: rgba(255, 255, 255, 0.76);
}
.hwr-page .section-dark h2,
.hwr-page .section-dark h3 {
  color: var(--hw-white);
}
.hwr-page .hero {
  padding: 78px 0 72px;
  background: var(--hw-surface);
}
.hwr-page .hero-grid,
.hwr-page .split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 56px;
  align-items: center;
}
.hwr-page .split-grid.reverse .split-media {
  order: -1;
}
.hwr-page .eyebrow {
  margin-bottom: 15px;
  color: var(--hw-green-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hwr-page .lead {
  max-width: 740px;
  margin-bottom: 26px;
  color: var(--hw-muted);
  font-size: 18px;
  line-height: 1.76;
}
.hwr-page .direct-answer {
  max-width: 860px;
  margin: 0;
  color: var(--hw-text);
  font-size: 18px;
  font-weight: 550;
  line-height: 1.76;
}
.hwr-page .hero-actions,
.hwr-page .section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.hwr-page .button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 13px 22px;
  background: var(--hw-green);
  color: #0b1708;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}
.hwr-page .button:hover,
.hwr-page .button:focus-visible {
  transform: translateY(-2px);
  background: var(--hw-green-dark);
  color: var(--hw-white);
  box-shadow: 0 12px 26px rgba(55, 146, 55, 0.24);
}
.hwr-page .button-secondary {
  border-color: rgba(15, 23, 42, 0.16);
  background: var(--hw-white);
  color: var(--hw-ink);
}
.hwr-page .button-secondary:hover,
.hwr-page .button-secondary:focus-visible {
  border-color: var(--hw-green-dark);
  background: var(--hw-white);
  color: var(--hw-green-dark);
}
.hwr-page .hero-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.48fr);
  gap: 14px;
  min-height: 520px;
}
.hwr-page .hero-media-main,
.hwr-page .hero-media-stack img,
.hwr-page .split-media img,
.hwr-page .scene-media img {
  overflow: hidden;
  border-radius: var(--hw-radius);
  object-fit: cover;
}
.hwr-page .hero-media-main {
  height: 100%;
  box-shadow: var(--hw-shadow);
}
.hwr-page .hero-media-stack {
  display: grid;
  gap: 14px;
}
.hwr-page .hero-media-stack img {
  height: 100%;
  min-height: 250px;
  border: 1px solid var(--hw-line);
}
.hwr-page .quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--hw-line);
  border-radius: var(--hw-radius);
  background: var(--hw-line);
}
.hwr-page .quick-fact {
  min-height: 106px;
  background: var(--hw-white);
  padding: 18px;
}
.hwr-page .quick-fact b {
  display: block;
  margin-bottom: 5px;
  color: var(--hw-ink);
  font-size: 14px;
}
.hwr-page .quick-fact span {
  color: var(--hw-muted);
  font-size: 12px;
  line-height: 1.5;
}
.hwr-page .section-heading {
  max-width: 780px;
  margin-bottom: 38px;
}
.hwr-page .section-heading.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.hwr-page .section-heading p {
  margin-bottom: 0;
  color: var(--hw-muted);
  font-size: 17px;
}
.hwr-page .card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.hwr-page .card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.hwr-page .card {
  min-height: 230px;
  border: 1px solid var(--hw-line);
  border-radius: var(--hw-radius);
  background: var(--hw-white);
  padding: 26px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.hwr-page .card:hover {
  transform: translateY(-4px);
  border-color: rgba(55, 146, 55, 0.45);
  box-shadow: 0 15px 34px rgba(15, 23, 42, 0.08);
}
.hwr-page .card-index {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 6px;
  background: var(--hw-soft);
  color: var(--hw-green-dark);
  font-size: 13px;
  font-weight: 900;
}
.hwr-page .card p,
.hwr-page .scene-copy p,
.hwr-page .split-copy p {
  margin-bottom: 0;
  color: var(--hw-muted);
}
.hwr-page .process-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hwr-page .process-step {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid var(--hw-line);
}
.hwr-page .process-step:first-child {
  border-top: 1px solid var(--hw-line);
}
.hwr-page .process-number {
  color: var(--hw-green-dark);
  font-family: "Work Sans", Inter, sans-serif;
  font-size: 28px;
  font-weight: 800;
}
.hwr-page .process-step p {
  margin-bottom: 0;
  color: var(--hw-muted);
}
.hwr-page .split-media img {
  aspect-ratio: 4 / 3;
  box-shadow: var(--hw-shadow);
}
.hwr-page .split-media img.media-full {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: var(--hw-white);
}
.hwr-page .clean-list {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.hwr-page .clean-list li {
  position: relative;
  padding-left: 26px;
  color: var(--hw-muted);
}
.hwr-page .clean-list li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--hw-green);
  box-shadow: 0 0 0 4px rgba(84, 180, 53, 0.14);
  content: "";
}
.hwr-page .anchor-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}
.hwr-page .anchor-row a {
  border: 1px solid var(--hw-line);
  border-radius: 999px;
  background: var(--hw-white);
  padding: 9px 14px;
  color: var(--hw-green-dark);
  font-size: 13px;
  font-weight: 800;
}
.hwr-page .scene-list {
  display: grid;
  gap: 0;
}
.hwr-page .scene-row {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  gap: 52px;
  align-items: center;
  padding: 48px 0;
  border-bottom: 1px solid var(--hw-line);
}
.hwr-page .scene-row:nth-child(even) .scene-media {
  order: 2;
}
.hwr-page .scene-media img {
  aspect-ratio: 4 / 3;
}
.hwr-page .scene-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.hwr-page .scene-tags span {
  border-radius: 999px;
  background: var(--hw-soft);
  padding: 7px 11px;
  color: var(--hw-green-dark);
  font-size: 12px;
  font-weight: 800;
}
.hwr-page .matrix-wrap {
  overflow-x: auto;
  border: 1px solid var(--hw-line);
  border-radius: var(--hw-radius);
}
.hwr-page .matrix {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: var(--hw-white);
}
.hwr-page .matrix th,
.hwr-page .matrix td {
  border-bottom: 1px solid var(--hw-line);
  padding: 16px 18px;
  text-align: left;
  vertical-align: top;
}
.hwr-page .matrix th {
  background: var(--hw-deep);
  color: var(--hw-white);
  font-size: 13px;
}
.hwr-page .matrix td {
  color: var(--hw-muted);
  font-size: 14px;
}
.hwr-page .matrix tr:last-child td {
  border-bottom: 0;
}
.hwr-page .note-band {
  border-left: 4px solid var(--hw-gold);
  background: #fffaf0;
  padding: 22px 24px;
  color: #604e2d;
}
.hwr-page .faq-list {
  max-width: 880px;
  margin: 0 auto;
  border-top: 1px solid var(--hw-line);
}
.hwr-page .faq-item {
  border-bottom: 1px solid var(--hw-line);
}
.hwr-page .faq-question {
  position: relative;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 48px 22px 0;
  color: var(--hw-ink);
  font-family: "Work Sans", Inter, sans-serif;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}
.hwr-page .faq-question::after {
  position: absolute;
  top: 20px;
  right: 4px;
  color: var(--hw-green-dark);
  font-size: 24px;
  line-height: 1;
  content: "+";
}
.hwr-page .faq-question[aria-expanded="true"]::after {
  content: "-";
}
.hwr-page .faq-answer {
  padding: 0 48px 22px 0;
  color: var(--hw-muted);
}
.hwr-page .faq-answer p {
  margin-bottom: 0;
}
.hwr-page .final-cta {
  padding: 78px 0;
  background: var(--hw-deep);
  color: rgba(255, 255, 255, 0.76);
}
.hwr-page .final-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}
.hwr-page .final-cta h2 {
  max-width: 760px;
  color: var(--hw-white);
}
.hwr-page .final-cta p {
  max-width: 700px;
  margin-bottom: 0;
}
.hwr-page .final-cta .hero-actions {
  margin-top: 0;
  justify-content: flex-end;
}
.hwr-page .preview-index {
  min-height: calc(100vh - 72px);
  padding: 64px 0 80px;
  background: var(--hw-surface);
}
.hwr-page .preview-index-intro {
  max-width: 760px;
  margin-bottom: 36px;
}
.hwr-page .preview-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.hwr-page .preview-index-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--hw-line);
  border-radius: var(--hw-radius);
  background: var(--hw-white);
  padding: 28px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.hwr-page .preview-index-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--hw-shadow);
}
.hwr-page .preview-index-card p {
  color: var(--hw-muted);
}
.hwr-page .preview-index-card .button {
  margin-top: auto;
}
@media (max-width: 980px) {
.hwr-page .preview-bar-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 12px 0;
  }
.hwr-page .preview-nav {
    justify-content: flex-start;
  }
.hwr-page .hero-grid,
.hwr-page .split-grid {
    grid-template-columns: 1fr;
  }
.hwr-page .hero-media {
    min-height: 460px;
  }
.hwr-page .split-grid.reverse .split-media {
    order: 0;
  }
.hwr-page .card-grid,
.hwr-page .card-grid.four,
.hwr-page .preview-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.hwr-page .scene-row {
    grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.14fr);
    gap: 32px;
  }
.hwr-page .final-cta-grid {
    grid-template-columns: 1fr;
  }
.hwr-page .final-cta .hero-actions {
    justify-content: flex-start;
  }


}
@media (max-width: 680px) {
.hwr-page h1 {
    font-size: 40px;
    overflow-wrap: anywhere;
  }
.hwr-page h2 {
    font-size: 30px;
  }
.hwr-page .wrap,
.hwr-page .preview-bar-inner {
    width: min(var(--hw-max), calc(100% - 36px));
  }
.hwr-page .preview-nav {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.hwr-page .preview-nav a {
    min-width: 0;
    padding: 8px 6px;
    overflow-wrap: anywhere;
  }
.hwr-page .section {
    padding: 60px 0;
  }
.hwr-page .hero {
    padding: 56px 0 60px;
  }
.hwr-page .hero-media {
    grid-template-columns: 1fr;
    min-height: auto;
  }
.hwr-page .hero-media-main {
    aspect-ratio: 4 / 3;
  }
.hwr-page .hero-media-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.hwr-page .hero-media-stack img {
    min-height: 160px;
  }
.hwr-page .quick-facts,
.hwr-page .card-grid,
.hwr-page .card-grid.four,
.hwr-page .preview-index-grid {
    grid-template-columns: 1fr;
  }
.hwr-page .quick-fact,
.hwr-page .card {
    min-height: 0;
  }
.hwr-page .process-step {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }
.hwr-page .scene-row {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 38px 0;
  }
.hwr-page .scene-row:nth-child(even) .scene-media {
    order: 0;
  }
.hwr-page .button {
    width: 100%;
  }
.hwr-page .final-cta .hero-actions {
    width: 100%;
  }


}
@media (prefers-reduced-motion: reduce) {
.hwr-page {
    scroll-behavior: auto;
  }
.hwr-page *,
.hwr-page *::before,
.hwr-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }


}


body.page-id-2622 .entry-header,
body.page-id-2733 .entry-header,
body.page-id-2730 .entry-header,
body.page-id-2622 .entry-title,
body.page-id-2733 .entry-title,
body.page-id-2730 .entry-title { display: none !important; }
