@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --hpc-blue: #0058c7;
  --hpc-blue-dark: #063b87;
  --hpc-blue-pale: #edf6ff;
  --hpc-red: #d90909;
  --hpc-navy: #0a1f43;
  --hpc-ink: #17233a;
  --hpc-muted: #657187;
  --hpc-line: #d9e2ef;
  --hpc-bg: #f7faff;
  --hpc-shadow: 0 8px 24px rgba(9, 53, 113, 0.09);
  --hpc-radius: 8px;
}

html {
  scroll-behavior: smooth;
}

body.hpc-renewal {
  min-width: 320px;
  margin: 0;
  color: var(--hpc-ink);
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

.hpc-renewal *,
.hpc-renewal *::before,
.hpc-renewal *::after {
  box-sizing: border-box;
}

.hpc-renewal img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.hpc-renewal a {
  color: inherit;
  text-decoration: none;
}

.hpc-renewal button,
.hpc-renewal input {
  font: inherit;
}

.hpc-renewal ul,
.hpc-renewal ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hpc-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 10000;
  padding: 10px 16px;
  color: #fff !important;
  background: var(--hpc-navy);
  border-radius: 4px;
  transform: translateY(-150%);
}

.hpc-skip-link:focus {
  transform: translateY(0);
}

.hpc-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.hpc-button:hover,
.hpc-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 69, 159, 0.18);
}

.hpc-button--contact {
  color: #fff !important;
  background: var(--hpc-red);
}

.hpc-button--download {
  color: var(--hpc-ink) !important;
  background: #fff;
  border-color: var(--hpc-line);
}

.hpc-button--primary {
  color: #fff !important;
  background: var(--hpc-blue);
}

.hpc-button--online {
  color: #fff !important;
  background: #b94d00;
  border-color: #b94d00;
}

/* Header */
.hpc-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #dbe3ee;
  box-shadow: 0 2px 12px rgba(26, 60, 106, 0.04);
}

.hpc-header__inner {
  width: min(100%, 1480px);
  min-height: 74px;
  margin: 0 auto;
  padding: 10px 26px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.hpc-header__brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 20px;
  color: #050c19 !important;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.hpc-header__brand img {
  width: 122px;
}

.hpc-header__brand span {
  padding-left: 20px;
  border-left: 1px solid #d7dee8;
}

.hpc-header__banners {
  display: flex;
  min-width: 0;
  margin-left: auto;
  align-items: stretch;
  gap: 8px;
}

.hpc-header__banners a {
  box-sizing: border-box;
  height: 42px;
  display: flex;
  align-items: center;
  width: 152px;
  border-radius: 2px;
  overflow: hidden;
}

.hpc-header__banners img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.hpc-header__banners a.hpc-header__corporate-banner {
  box-sizing: border-box;
  height: 42px;
  padding: 1px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  color: #043d77 !important;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.98), rgba(227, 240, 252, 0.96)),
    #f4f9ff;
  border: 1px solid #9dbbd7;
  box-shadow: inset 3px 0 0 #075696;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hpc-header__banners a.hpc-header__corporate-banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hpc-header__corporate-banner span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #064d8b;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.hpc-header__corporate-banner span b {
  font-size: 15px;
  line-height: 1;
}

.hpc-header__banners a.hpc-header__corporate-banner:hover,
.hpc-header__banners a.hpc-header__corporate-banner:focus-visible {
  border-color: #075696;
  box-shadow: inset 3px 0 0 #075696, 0 4px 10px rgba(0, 64, 122, 0.16);
  transform: translateY(-1px);
}

.hpc-header__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  gap: 9px;
}

.hpc-menu-button,
.hpc-mobile-menu {
  display: none;
}

.hpc-site-content {
  min-height: 55vh;
}

/* Hero */
.hpc-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background:
    radial-gradient(circle at 79% 58%, rgba(225, 239, 255, 0.2) 0 10%, transparent 10.5%),
    linear-gradient(118deg, #fbfdff 0%, #f4f9ff 45%, #dcecff 100%);
}

.hpc-hero::before,
.hpc-hero::after {
  position: absolute;
  width: 900px;
  height: 900px;
  content: "";
  pointer-events: none;
  border: 70px solid rgba(255, 255, 255, 0.43);
  border-radius: 50%;
  transform: rotate(-18deg) scaleY(0.52);
}

.hpc-hero::before {
  top: -315px;
  right: -95px;
}

.hpc-hero::after {
  top: -180px;
  right: -225px;
  width: 1120px;
  height: 1120px;
  border-width: 42px;
  opacity: 0.7;
}

.hpc-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1390px);
  min-height: 430px;
  margin: 0 auto;
  padding: 46px 38px 32px;
  display: grid;
  grid-template-columns: minmax(520px, 1fr) minmax(460px, 1fr);
  align-items: center;
  gap: 8px;
}

.hpc-hero__copy {
  position: relative;
  z-index: 2;
}

.hpc-hero__eyebrow {
  margin: 0 0 8px;
  color: var(--hpc-blue);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hpc-hero h1 {
  margin: 0 0 12px;
  color: #050a13;
  font-size: clamp(44px, 4.4vw, 64px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.035em;
}

.hpc-hero__lead {
  max-width: 650px;
  margin: 0;
  color: #172238;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.hpc-hero__stats {
  max-width: 660px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #cfdded;
  border-radius: 7px;
  box-shadow: var(--hpc-shadow);
}

.hpc-stat {
  min-height: 73px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hpc-stat + .hpc-stat {
  border-left: 1px solid #dce5ef;
}

.hpc-stat__icon {
  color: var(--hpc-blue);
  font-size: 29px;
  line-height: 1;
}

.hpc-stat > span:last-child {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  column-gap: 3px;
  color: var(--hpc-blue-dark);
  font-size: 15px;
  font-weight: 700;
}

.hpc-stat small {
  width: 100%;
  color: #313d51;
  font-size: 15px;
  font-weight: 600;
}

.hpc-stat strong {
  font-size: 25px;
  line-height: 1.2;
}

.hpc-stat b {
  display: block;
  width: 100%;
  margin-top: 3px;
  font-size: 15px;
}

.hpc-hero__visual {
  position: relative;
  align-self: stretch;
  min-height: 350px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hpc-hero__orb {
  position: absolute;
  top: 7%;
  left: 4%;
  width: 92%;
  aspect-ratio: 1;
  z-index: -2;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 28%, rgba(226, 241, 255, 0.7) 47%, transparent 69%);
  border-radius: 50%;
  filter: blur(2px);
}

.hpc-hero__visual::before {
  position: absolute;
  inset: 11% 1% 10% 8%;
  z-index: -1;
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.52), rgba(205, 228, 255, 0.16));
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 46% 54% 48% 52% / 52% 45% 55% 48%;
  box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.42), 0 22px 50px rgba(31, 87, 151, 0.08);
  transform: rotate(-5deg);
}

.hpc-hero__visual::after {
  position: absolute;
  right: 7%;
  bottom: 1%;
  left: 7%;
  height: 16%;
  z-index: -1;
  content: "";
  background: radial-gradient(ellipse, rgba(22, 66, 118, 0.25), transparent 69%);
  filter: blur(13px);
}

.hpc-hero__lineup {
  width: 116%;
  margin: 0 -7% -2% -9%;
  filter: drop-shadow(0 22px 20px rgba(17, 47, 82, 0.22));
}

.hpc-hero__lineup img {
  display: block;
  width: 100%;
  max-height: 405px;
  object-fit: contain;
}

/* Listing layout */
.hpc-main {
  width: 100%;
}

.hpc-main--listing {
  padding: 34px 28px 52px;
  background: #fff;
}

.hpc-layout {
  width: min(100%, 1390px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  align-items: start;
  gap: 34px;
}

.hpc-sidebar {
  position: sticky;
  top: 102px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--hpc-line);
  border-radius: var(--hpc-radius);
  box-shadow: 0 4px 16px rgba(13, 55, 111, 0.04);
}

.hpc-search h2 {
  margin: 0 0 12px;
  color: var(--hpc-ink);
  font-size: 15px;
  font-weight: 700;
}

.hpc-search__form {
  height: 42px;
  display: grid;
  grid-template-columns: 1fr 42px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d5dfeb;
  border-radius: 3px;
}

.hpc-search__form input {
  width: 100%;
  min-width: 0;
  padding: 0 12px;
  color: var(--hpc-ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 15px;
}

.hpc-search__form input:focus {
  box-shadow: inset 0 0 0 2px var(--hpc-blue);
}

.hpc-search__form button {
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--hpc-blue);
  border: 0;
  cursor: pointer;
}

.hpc-search__form svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.hpc-search__label {
  margin: 14px 0 8px;
  color: #303a4e;
  font-size: 15px;
  font-weight: 700;
}

.hpc-search__keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hpc-keyword-choice {
  position: relative;
  display: block;
  cursor: pointer;
}

.hpc-keyword-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.hpc-keyword-choice span {
  display: block;
  padding: 3px 9px;
  color: #334158;
  background: #fff;
  border: 1px solid #d4ddea;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1.6;
  transition: border-color 0.2s, color 0.2s, background-color 0.2s;
}

.hpc-keyword-choice:hover span,
.hpc-keyword-choice input:focus-visible + span {
  color: var(--hpc-blue);
  background: var(--hpc-blue-pale);
  border-color: #99bde9;
}

.hpc-keyword-choice input:checked + span {
  color: #fff;
  background: var(--hpc-blue);
  border-color: var(--hpc-blue);
  box-shadow: 0 2px 6px rgba(0, 91, 187, 0.2);
}

.hpc-accordion-extra {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.28s ease, opacity 0.2s ease;
}

.hpc-accordion-extra[hidden] {
  display: none !important;
}

.hpc-accordion-extra.is-open {
  max-height: none;
  opacity: 1;
}

.hpc-search__keywords.hpc-accordion-extra {
  margin-top: 6px;
}

.hpc-accordion-more {
  padding: 4px 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  color: var(--hpc-blue);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
}

.hpc-search__more {
  width: 100%;
  margin-top: 8px;
}

.hpc-accordion-more__icon {
  display: inline-block;
  line-height: 1;
  transition: transform 0.2s ease;
}

.hpc-accordion-more[aria-expanded="true"] .hpc-accordion-more__icon {
  transform: rotate(90deg);
}

.hpc-filters {
  margin-top: 18px;
}

.hpc-filter-group {
  padding: 14px 0;
  border-top: 1px solid var(--hpc-line);
}

.hpc-filter-group__toggle {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--hpc-ink);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.hpc-filter-group__toggle > span {
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-top: 1px solid var(--hpc-blue);
  border-right: 1px solid var(--hpc-blue);
  transform: rotate(-45deg) translateY(2px);
  transition: transform 0.2s;
}

.hpc-filter-group__toggle[aria-expanded="false"] > span {
  transform: rotate(135deg) translateY(2px);
}

.hpc-filter-group__content {
  padding-top: 10px;
}

.hpc-filter-group__content[hidden] {
  display: none;
}

.hpc-filter-group__content li + li {
  margin-top: 7px;
}

.hpc-filter-option {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #455169;
  font-size: 15px;
  line-height: 1.55;
  cursor: pointer;
}

.hpc-filter-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.hpc-filter-option__box {
  position: relative;
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  margin-top: 3px;
  background: #fff;
  border: 1px solid #aebed1;
  border-radius: 3px;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.hpc-filter-option input:checked + .hpc-filter-option__box {
  background: var(--hpc-blue);
  border-color: var(--hpc-blue);
}

.hpc-filter-option input:checked + .hpc-filter-option__box::after {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.hpc-filter-option input:focus-visible + .hpc-filter-option__box {
  box-shadow: 0 0 0 3px rgba(0, 91, 187, 0.22);
}

.hpc-filter-option:hover .hpc-filter-option__name {
  color: var(--hpc-blue);
}

.hpc-filter-option__name {
  flex: 1 1 auto;
  min-width: 0;
}

.hpc-filter-option small {
  flex: 0 0 auto;
  color: #7c8697;
  font-size: 15px;
}

.hpc-filter-group__content > .hpc-accordion-extra {
  padding-top: 7px;
}

.hpc-filter-group__all {
  width: 100%;
  margin-top: 12px;
  padding-right: 0;
  display: flex;
  color: var(--hpc-blue) !important;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}

.hpc-filter-submit {
  width: 100%;
  min-height: 48px;
  margin-top: 4px;
  padding: 9px 14px;
  color: #fff;
  background: var(--hpc-blue);
  border: 1px solid var(--hpc-blue);
  border-radius: 3px;
  box-shadow: 0 3px 8px rgba(0, 91, 187, 0.18);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  transition: background-color 0.2s, border-color 0.2s;
}

.hpc-filter-submit:hover,
.hpc-filter-submit:focus-visible {
  background: #004b9b;
  border-color: #004b9b;
}

.hpc-filter-reset {
  min-height: 46px;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--hpc-blue) !important;
  border: 1px solid #cbd9ea;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
}

.hpc-results {
  min-width: 0;
}

.hpc-section + .hpc-section {
  margin-top: 40px;
}

.hpc-section--pickup {
  position: relative;
  padding: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, #f5faff 0%, #eaf4ff 100%);
  border: 1px solid #bfd7f2;
  border-radius: 10px;
  box-shadow: 0 7px 22px rgba(12, 64, 132, 0.07);
}

.hpc-section--pickup::before {
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--hpc-blue), #72acee);
  border-radius: 0 0 3px 3px;
}

.hpc-section--pickup .hpc-section__header {
  margin-bottom: 18px;
}

.hpc-section--pickup .hpc-case-card {
  border-color: #c2d7ee;
  box-shadow: 0 4px 14px rgba(12, 64, 132, 0.07);
}

.hpc-section__header {
  min-height: 38px;
  margin-bottom: 16px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.hpc-section__header--bordered {
  padding-bottom: 10px;
  border-bottom: 1px solid #edf1f6;
}

.hpc-section__header h2 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0b1321;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}

.hpc-section__header > a {
  color: var(--hpc-blue) !important;
  font-size: 15px;
  font-weight: 700;
}

.hpc-bookmark {
  width: 14px;
  height: 19px;
  background: var(--hpc-blue);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 72%, 0 100%);
}

.hpc-card-grid {
  display: grid;
  gap: 16px;
}

.hpc-card-grid--pickup,
.hpc-card-grid--latest {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Cards */
.hpc-case-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d5deea;
  border-radius: 7px;
  box-shadow: 0 2px 8px rgba(12, 50, 102, 0.03);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hpc-case-card:hover,
.hpc-case-card:focus-within {
  border-color: #9ebee7;
  box-shadow: 0 10px 24px rgba(12, 64, 132, 0.1);
  transform: translateY(-2px);
}

.hpc-case-card__main {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.hpc-case-card__ribbon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 4px 10px 5px;
  color: #fff;
  background: var(--hpc-blue);
  border-radius: 0 0 4px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.hpc-case-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  padding: 14px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #fff, #f9fbfd);
  border-bottom: 1px solid #edf1f5;
}

body.hpc-renewal .hpc-case-card .hpc-case-card__image > img {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  bottom: 14px !important;
  left: 14px !important;
  width: calc(100% - 28px) !important;
  height: calc(100% - 28px) !important;
  max-width: calc(100% - 28px) !important;
  max-height: calc(100% - 28px) !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

body.hpc-renewal .hpc-case-card:hover .hpc-case-card__image > img {
  transform: none !important;
}

.hpc-case-card__body {
  flex: 1;
  padding: 10px 11px 8px;
}

.hpc-case-card--standard .hpc-case-card__body {
  padding-bottom: 14px;
}

.hpc-case-card__volume {
  margin: 0 0 5px;
  color: #5d687b;
  font-size: 15px;
  line-height: 1.4;
}

.hpc-case-card__title {
  margin: 0;
  color: var(--hpc-blue-dark);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

.hpc-case-card__comment {
  min-height: 42px;
  margin: 7px 0 0;
  color: #354055;
  font-size: 15px;
  line-height: 1.65;
}

.hpc-case-card__tags {
  margin-top: 9px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none !important;
}

.hpc-case-card__tags li {
  margin: 0 !important;
  padding: 2px 7px;
  color: #42618a;
  background: #fff;
  border: 1px solid #d6e0ed;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1.5;
  list-style: none !important;
}

.hpc-case-card__tags li::marker,
.hpc-case-card__tags li::before {
  display: none !important;
  content: none !important;
}

.hpc-empty {
  padding: 50px 20px;
  color: var(--hpc-muted);
  background: var(--hpc-bg);
  border: 1px solid var(--hpc-line);
  border-radius: var(--hpc-radius);
  text-align: center;
}

/* Archive heading and pagination */
.hpc-page-intro {
  background: linear-gradient(115deg, #f9fcff, #e7f2ff);
  border-bottom: 1px solid #dce7f3;
}

.hpc-page-intro__inner {
  width: min(100%, 1390px);
  min-height: 168px;
  margin: 0 auto;
  padding: 38px 38px 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 4px;
}

.hpc-page-intro__inner p {
  width: 100%;
  margin: 0;
  color: var(--hpc-blue);
  font-size: 15px;
  font-weight: 700;
}

.hpc-page-intro__title-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.hpc-page-intro__title-row h1 {
  margin: 0;
  color: #09111f;
  font-size: clamp(28px, 3.3vw, 44px);
  font-weight: 700;
  line-height: 1.35;
}

.hpc-result-count {
  min-height: 48px;
  padding: 7px 16px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: baseline;
  gap: 5px;
  color: var(--hpc-blue-dark);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #a9c9ed;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(15, 72, 138, 0.1);
  line-height: 1;
  white-space: nowrap;
}

.hpc-result-count::before {
  width: 8px;
  height: 8px;
  margin-right: 3px;
  content: "";
  align-self: center;
  background: var(--hpc-blue);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--hpc-blue-pale);
}

.hpc-result-count small {
  color: #52657c;
  font-size: 15px;
  font-weight: 700;
}

.hpc-result-count strong {
  color: var(--hpc-blue);
  font-size: clamp(24px, 2.1vw, 30px);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.hpc-result-count b {
  color: var(--hpc-blue-dark);
  font-size: 16px;
  font-weight: 700;
}

.hpc-pagination {
  margin-top: 32px;
}

.hpc-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.hpc-pagination .page-numbers {
  width: auto !important;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #496078;
  background: #fff;
  border: 1px solid #d4dfec;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.hpc-pagination .page-numbers.prev,
.hpc-pagination .page-numbers.next {
  width: auto !important;
  min-width: 64px;
  margin: 0 !important;
  padding-inline: 14px;
  display: inline-flex !important;
}

.hpc-pagination .page-numbers.current,
.hpc-pagination a.page-numbers:hover {
  color: #fff;
  background: var(--hpc-blue);
  border-color: var(--hpc-blue);
}

/* Single */
.hpc-detail-page {
  padding: 48px 28px 70px;
  background: linear-gradient(#f7fbff 0 230px, #fff 230px);
}

.hpc-detail-shell {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.hpc-detail.mcon {
  width: 100%;
  margin: 0;
  padding: 42px clamp(22px, 5vw, 72px) 58px;
  background: #fff;
  border: 1px solid var(--hpc-line);
  border-radius: 10px;
  box-shadow: var(--hpc-shadow);
}

.hpc-detail__eyebrow {
  margin: 0 0 8px;
  color: var(--hpc-blue);
  font-size: 15px;
  font-weight: 700;
}

.hpc-detail.mcon > h1 {
  margin: 0 0 20px;
  padding: 0 0 18px;
  color: var(--hpc-navy);
  border-bottom: 2px solid var(--hpc-blue);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.42;
}

.hpc-detail.mcon > h1::before,
.hpc-detail.mcon > h1::after {
  display: none;
}

.hpc-detail .post_cate_list {
  margin-bottom: 30px;
}

.hpc-detail .post_cate_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hpc-detail .post_cate_list li a {
  display: block;
  padding: 4px 10px;
  color: var(--hpc-blue-dark);
  background: var(--hpc-blue-pale);
  border: 1px solid #c9dcf3;
  border-radius: 999px;
  font-size: 15px;
}

.hpc-detail .example_img {
  margin: 30px 0;
}

.hpc-detail.mcon > h2 {
  margin: 44px 0 18px;
  padding: 12px 16px;
  color: var(--hpc-navy);
  background: #f0f7ff;
  border-left: 4px solid var(--hpc-blue);
  font-size: 22px;
}

.hpc-detail-back {
  width: min(100%, 1240px);
  margin: 24px auto 0;
  display: flex;
  justify-content: center;
}

.hpc-detail-back a {
  min-width: 270px;
  min-height: 48px;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--hpc-blue-dark);
  background: #fff;
  border: 1px solid #aac8eb;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(14, 69, 132, 0.08);
  font-size: 15px;
  font-weight: 700;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.hpc-detail-back a:hover,
.hpc-detail-back a:focus-visible {
  color: #fff;
  background: var(--hpc-blue);
  border-color: var(--hpc-blue);
  box-shadow: 0 6px 16px rgba(0, 91, 187, 0.18);
}

.hpc-detail-back a span {
  font-size: 19px;
  line-height: 1;
}

.hpc-related-cases {
  width: min(calc(100% - 56px), 1240px);
  margin: 0 auto 32px;
  padding: 34px 30px 32px;
  background: linear-gradient(145deg, #fff, #f7fbff);
  border: 1px solid #bdd5f1;
  border-radius: 8px;
}

.hpc-related-cases__inner {
  width: 100%;
}

.hpc-related-cases__header {
  margin-bottom: 20px;
}

.hpc-related-cases__header p {
  margin: 0 0 5px;
  color: var(--hpc-blue);
  font-size: 15px;
  font-weight: 700;
}

.hpc-related-cases__header h2 {
  margin: 0;
  color: var(--hpc-navy);
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.4;
}

.hpc-related-cases__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hpc-case-card--related .hpc-case-card__body {
  padding-bottom: 12px;
}

/* Contact form */
.hpc-contact-page {
  padding-bottom: 64px;
  background: #f7fbff;
}

.hpc-contact-page .hpc-page-intro__inner {
  width: min(100%, 1240px);
}

.hpc-contact-page .hpc-contact-page__lead {
  margin-top: 10px;
  color: #344a63;
  font-weight: 400;
  line-height: 1.7;
}

.hpc-contact-page__inner {
  width: min(calc(100% - 56px), 1040px);
  margin: 42px auto 0;
}

.hpc-contact-alert,
.hpc-contact-source,
.hpc-contact-result {
  margin-bottom: 20px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #bdd5f1;
  border-radius: 7px;
  font-size: 15px;
  line-height: 1.7;
}

.hpc-contact-alert--error {
  color: #9e1c1c;
  background: #fff6f6;
  border-color: #e5afaf;
  font-weight: 700;
}

.hpc-contact-source {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 4px 18px;
  color: #2d4159;
  background: linear-gradient(120deg, #f5faff, #eaf4ff);
}

.hpc-contact-source span {
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--hpc-blue-dark);
  font-weight: 700;
}

.hpc-contact-source strong {
  color: var(--hpc-navy);
  font-size: 16px;
}

.hpc-contact-source a {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--hpc-blue) !important;
  font-size: 15px;
}

.hpc-contact-source__intent {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid #c8dcf3;
}

.hpc-contact-source__intent b {
  color: var(--hpc-blue-dark);
}

.hpc-contact-form {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c8d8ea;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(15, 72, 138, 0.08);
}

.hpc-contact-form__required-note {
  margin: 0;
  padding: 18px 24px;
  color: #52657c;
  background: #f7faff;
  border-bottom: 1px solid #dce6f1;
  font-size: 15px;
  text-align: right;
}

.hpc-contact-form__required-note span,
.hpc-contact-required {
  padding: 2px 7px;
  color: #fff;
  background: #d62828;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.hpc-contact-form__row {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  border: 0;
  border-bottom: 1px solid #dce6f1;
}

.hpc-contact-form__row > label,
.hpc-contact-form__row > legend {
  width: 100%;
  margin: 0;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--hpc-navy);
  background: #f1f7fe;
  border-right: 1px solid #dce6f1;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

/* Contact Form 7 inserts paragraph wrappers around labels and form tags. */
.hpc-contact-form__row > p:first-child {
  min-width: 0;
  margin: 0 !important;
  padding: 0;
  background: #f1f7fe;
  border-right: 1px solid #dce6f1;
}

.hpc-contact-form__row > p:first-child > label {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--hpc-navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.hpc-contact-form__row > div {
  min-width: 0;
  padding: 16px 20px;
}

.hpc-contact-form__row > div > p,
.hpc-contact-form__privacy > p,
.hpc-contact-form__submit > p {
  margin: 0 !important;
}

.hpc-contact-form__row > .hpc-contact-form__group-title {
  padding: 22px 20px;
  display: flex;
  align-items: center;
  color: var(--hpc-navy);
  background: #f1f7fe;
  border-right: 1px solid #dce6f1;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.hpc-contact-form__group-title > p {
  margin: 0 !important;
}

body.hpc-renewal .hpc-contact-form input[type="text"],
body.hpc-renewal .hpc-contact-form input[type="email"],
body.hpc-renewal .hpc-contact-form input[type="tel"],
body.hpc-renewal .hpc-contact-form textarea {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 12px 14px;
  color: #172235;
  background: #fff;
  border: 1px solid #b8c8da;
  border-radius: 5px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
}

body.hpc-renewal .hpc-contact-form input[type="text"],
body.hpc-renewal .hpc-contact-form input[type="email"],
body.hpc-renewal .hpc-contact-form input[type="tel"] {
  min-height: 50px;
}

body.hpc-renewal .hpc-contact-form textarea {
  min-height: 170px;
  resize: vertical;
}

body.hpc-renewal .hpc-contact-form input:focus,
body.hpc-renewal .hpc-contact-form textarea:focus {
  border-color: var(--hpc-blue);
  box-shadow: 0 0 0 3px rgba(0, 91, 187, 0.13);
  outline: 0;
}

.hpc-contact-checks {
  width: 100%;
  display: block;
}

.hpc-contact-checks label {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #283b52;
  font-size: 15px;
  line-height: 1.6;
  cursor: pointer;
}

body.hpc-renewal .hpc-contact-checks input[type="checkbox"] {
  width: 19px;
  height: 19px;
  margin: 2px 0 0;
  flex: 0 0 19px;
  accent-color: var(--hpc-blue);
}

.hpc-contact-form__privacy {
  padding: 24px 20px 8px;
  color: #43566d;
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
}

.hpc-contact-form__privacy p {
  margin: 0;
}

.hpc-contact-form__privacy a {
  color: var(--hpc-blue) !important;
  text-decoration: underline;
}

.hpc-contact-form__submit {
  padding: 20px 20px 30px;
  text-align: center;
}

.hpc-contact-form__submit button,
body.hpc-renewal .hpc-contact-form__submit input[type="submit"] {
  width: min(100%, 340px);
  min-height: 54px;
  padding: 12px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #fff;
  background: var(--hpc-blue);
  border: 1px solid var(--hpc-blue);
  border-radius: 4px;
  box-shadow: 0 7px 18px rgba(0, 91, 187, 0.18);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.hpc-contact-form__submit button:hover,
.hpc-contact-form__submit button:focus-visible,
body.hpc-renewal .hpc-contact-form__submit input[type="submit"]:hover,
body.hpc-renewal .hpc-contact-form__submit input[type="submit"]:focus-visible {
  background: var(--hpc-blue-dark);
  box-shadow: 0 9px 22px rgba(0, 65, 138, 0.24);
  transform: translateY(-1px);
}

.hpc-contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.hpc-contact-checks .wpcf7-form-control {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
}

.hpc-contact-checks .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

.hpc-contact-checks .wpcf7-list-item {
  margin: 0;
}

.hpc-contact-checks .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.hpc-contact-page .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: #b51f1f;
  font-size: 15px;
  font-weight: 700;
}

.hpc-contact-page .wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 14px 18px;
  color: #233a54;
  background: #fff;
  border: 2px solid var(--hpc-blue);
  border-radius: 5px;
  font-size: 15px;
  line-height: 1.7;
}

.hpc-contact-page .wpcf7 form.invalid .wpcf7-response-output,
.hpc-contact-page .wpcf7 form.failed .wpcf7-response-output,
.hpc-contact-page .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #9e1c1c;
  background: #fff6f6;
  border-color: #d94b4b;
}

.hpc-contact-result {
  padding: 54px 34px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(15, 72, 138, 0.08);
}

.hpc-contact-result h2 {
  margin: 0 0 14px;
  color: var(--hpc-navy);
  font-size: clamp(24px, 3vw, 32px);
}

.hpc-contact-result p {
  margin: 0 0 26px;
  color: #43566d;
  font-size: 15px;
  line-height: 1.8;
}

.hpc-contact-result .hpc-button {
  min-width: 260px;
}

/* CTA and footer */
.hpc-footer-cta {
  padding: 0 28px 32px;
  background: #fff;
}

.hpc-footer-cta__inner {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 24px 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: linear-gradient(110deg, #f5faff, #edf6ff);
  border: 1px solid #bdd5f1;
  border-radius: 8px;
}

.hpc-footer-cta__item {
  min-height: 96px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.hpc-footer-cta__item + .hpc-footer-cta__item {
  border-left: 1px solid #cad9ea;
}

.hpc-footer-cta__icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  display: grid;
  place-items: center;
  color: var(--hpc-blue);
  background: #fff;
  border: 1px solid #c4d7ed;
  border-radius: 50%;
  font-size: 28px;
}

.hpc-footer-cta__icon svg {
  width: 28px;
  height: 28px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hpc-footer-cta__item p {
  margin: 0 0 10px;
  color: var(--hpc-blue-dark);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.hpc-footer-cta__item .hpc-button {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  justify-content: space-between;
  padding-inline: 18px;
  font-size: 15px;
}

.hpc-footer-cta__button-copy {
  display: grid;
  gap: 2px;
  text-align: left;
}

.hpc-footer-cta__button-copy strong,
.hpc-footer-cta__button-copy small {
  color: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.hpc-nowrap {
  white-space: nowrap;
}

.hpc-footer-cta__item--online .hpc-footer-cta__icon {
  color: #b94d00;
}

@media (max-width: 1024px) {
  .hpc-footer-cta__inner {
    max-width: 680px;
    grid-template-columns: 1fr;
  }

  .hpc-footer-cta__item {
    padding: 22px 0;
    justify-content: flex-start;
  }

  .hpc-footer-cta__item + .hpc-footer-cta__item {
    border-top: 1px solid #cad9ea;
    border-left: 0;
  }
}

.hpc-footer {
  color: #fff;
  background: var(--hpc-navy);
}

.hpc-footer__inner {
  width: min(100%, 1390px);
  min-height: 96px;
  margin: 0 auto;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.hpc-footer__brand {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
}

.hpc-footer__brand img {
  width: 100px;
  padding: 5px;
  background: #fff;
  border-radius: 3px;
}

.hpc-footer__inner p {
  margin: 0;
  color: #c9d4e4;
  font-size: 15px;
}

.hpc-page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 900;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--hpc-blue);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 62, 144, 0.25);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s, transform 0.2s;
}

.hpc-page-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (min-width: 1025px) {
  .hpc-menu-button {
    width: 52px;
    height: 42px;
    flex: 0 0 52px;
    padding: 4px 7px 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: var(--hpc-navy);
    background: #fff;
    border: 1px solid #d5deea;
    border-radius: 4px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  .hpc-menu-button:hover,
  .hpc-menu-button:focus-visible,
  .hpc-menu-button[aria-expanded="true"] {
    color: var(--hpc-blue);
    border-color: #8db4e0;
    box-shadow: 0 5px 14px rgba(0, 69, 159, 0.13);
    transform: translateY(-1px);
  }

  .hpc-menu-button span {
    width: 20px;
    height: 1px;
    display: block;
    background: currentColor;
  }

  .hpc-menu-button b {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    word-break: keep-all;
  }

  .hpc-mobile-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    max-height: calc(100vh - 74px);
    overflow-y: auto;
    background: #f4f8fd;
    border-top: 1px solid var(--hpc-line);
    box-shadow: 0 14px 28px rgba(7, 40, 84, 0.14);
  }

  .hpc-mobile-menu:not([hidden]) {
    display: block;
  }

  .hpc-mobile-menu__inner {
    width: min(calc(100% - 56px), 1390px);
    margin: 0 auto;
    padding: 22px 0 26px;
  }

  .hpc-mobile-menu .hpc-filter-form {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 2.2fr);
    align-items: start;
    gap: 24px;
  }

  .hpc-mobile-menu .hpc-search,
  .hpc-mobile-menu .hpc-filters {
    margin: 0;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--hpc-line);
    border-radius: 6px;
  }

  .hpc-mobile-menu .hpc-filters {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 22px;
  }

  .hpc-mobile-menu .hpc-filter-group {
    padding-top: 0;
    border-top: 0;
  }

  .hpc-mobile-menu .hpc-filter-submit,
  .hpc-mobile-menu .hpc-filter-reset {
    grid-column: 1 / -1;
  }

  .hpc-mobile-menu__actions {
    display: none;
  }
}

/* Tablet */
@media (max-width: 1180px) {
  .hpc-header__inner {
    gap: 14px;
    padding-inline: 18px;
  }

  .hpc-header__brand {
    gap: 12px;
    font-size: 17px;
  }

  .hpc-header__brand img {
    width: 105px;
  }

  .hpc-header__brand span {
    padding-left: 12px;
  }

  .hpc-header__banners a {
    width: 126px;
  }

  .hpc-header__actions .hpc-button {
    padding-inline: 12px;
    font-size: 15px;
  }

  .hpc-hero__inner {
    grid-template-columns: minmax(470px, 1fr) minmax(330px, 0.72fr);
    padding-inline: 28px;
    gap: 12px;
  }

  .hpc-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 24px;
  }

  .hpc-card-grid {
    gap: 12px;
  }
}

@media (max-width: 1024px) {
  .hpc-section--pickup {
    padding: 20px;
  }

  .hpc-section--pickup::before {
    right: 20px;
    left: 20px;
  }

  .hpc-header__banners,
  .hpc-header__actions {
    display: none;
  }

  .hpc-header__inner {
    min-height: 66px;
  }

  .hpc-menu-button {
    width: 48px;
    min-height: 46px;
    margin-left: auto;
    padding: 6px 7px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--hpc-navy);
    background: #fff;
    border: 1px solid #d5deea;
    border-radius: 4px;
    cursor: pointer;
  }

  .hpc-menu-button span {
    width: 19px;
    height: 1px;
    display: block;
    background: currentColor;
  }

  .hpc-menu-button b {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    word-break: keep-all;
  }

  .hpc-mobile-menu {
    max-height: calc(100vh - 66px);
    overflow-y: auto;
    background: #f7faff;
    border-top: 1px solid var(--hpc-line);
  }

  .hpc-mobile-menu:not([hidden]) {
    display: block;
  }

  .hpc-mobile-menu__inner {
    max-width: 680px;
    margin: 0 auto;
    padding: 22px;
  }

  .hpc-mobile-menu .hpc-search,
  .hpc-mobile-menu .hpc-filters {
    padding: 18px;
    background: #fff;
    border: 1px solid var(--hpc-line);
    border-radius: 6px;
  }

  .hpc-mobile-menu__actions {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .hpc-hero {
    min-height: 400px;
  }

  .hpc-hero__inner {
    min-height: 400px;
    grid-template-columns: minmax(420px, 1fr) minmax(260px, 0.62fr);
  }

  .hpc-hero__visual {
    min-height: 310px;
  }

  .hpc-hero h1 {
    font-size: 48px;
  }

  .hpc-hero__lead {
    font-size: 15px;
  }

  .hpc-layout {
    display: block;
  }

  .hpc-sidebar {
    position: static;
    margin-bottom: 28px;
  }

  body .hpc-main--listing .hpc-layout > aside.hpc-sidebar {
    display: none !important;
  }

  .hpc-sidebar .hpc-search__keywords {
    max-width: 680px;
  }

  .hpc-sidebar .hpc-filters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .hpc-sidebar .hpc-filter-reset {
    grid-column: 1 / -1;
  }
}

/* Mobile */
@media (max-width: 720px) {
  .hpc-header__inner {
    padding: 8px 14px;
  }

  .hpc-header__brand {
    gap: 10px;
    font-size: 15px;
  }

  .hpc-header__brand img {
    width: 88px;
  }

  .hpc-header__brand span {
    padding-left: 10px;
  }

  .hpc-hero,
  .hpc-hero__inner {
    min-height: auto;
  }

  .hpc-hero__inner {
    padding: 34px 20px 30px;
    display: block;
  }

  .hpc-hero__eyebrow {
    font-size: 15px;
  }

  .hpc-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .hpc-hero__lead {
    font-size: 15px;
  }

  .hpc-hero__visual {
    display: none;
  }

  .hpc-hero__stats {
    margin-top: 22px;
  }

  .hpc-stat {
    min-height: 62px;
    padding: 9px 8px;
    justify-content: center;
    gap: 6px;
  }

  .hpc-stat__icon {
    display: none;
  }

  .hpc-stat strong {
    font-size: 19px;
  }

  .hpc-stat b {
    font-size: 15px;
  }

  .hpc-main--listing {
    padding: 24px 14px 42px;
  }

  .hpc-sidebar {
    padding: 14px;
  }

  .hpc-sidebar .hpc-filters {
    display: block;
  }

  .hpc-section__header h2 {
    font-size: 17px;
  }

  .hpc-card-grid--pickup,
  .hpc-card-grid--latest {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hpc-case-card__title {
    font-size: 15px;
  }

  .hpc-case-card__comment {
    min-height: 0;
  }

  .hpc-page-intro__inner {
    min-height: 132px;
    padding: 28px 20px 24px;
  }

  .hpc-page-intro__title-row {
    align-items: flex-start;
    gap: 12px;
  }

  .hpc-result-count {
    min-height: 44px;
    padding: 6px 14px;
  }

  .hpc-contact-page {
    padding-bottom: 42px;
  }

  .hpc-contact-page__inner {
    width: calc(100% - 28px);
    margin-top: 24px;
  }

  .hpc-contact-source {
    grid-template-columns: 1fr;
  }

  .hpc-contact-source span {
    grid-row: auto;
  }

  .hpc-contact-form__row {
    grid-template-columns: 1fr;
  }

  .hpc-contact-form__row > label,
  .hpc-contact-form__row > legend,
  .hpc-contact-form__row > p:first-child > label,
  .hpc-contact-form__row > .hpc-contact-form__group-title {
    padding: 14px 16px;
    border-right: 0;
    border-bottom: 1px solid #dce6f1;
  }

  .hpc-contact-form__row > p:first-child {
    border-right: 0;
  }

  .hpc-contact-form__row > div {
    padding: 14px 16px;
  }

  .hpc-detail-page {
    padding: 24px 14px 42px;
    background: #f7fbff;
  }

  .hpc-detail.mcon {
    padding: 28px 18px 40px;
  }

  .hpc-detail-back {
    margin-top: 18px;
  }

  .hpc-detail-back a {
    width: min(100%, 320px);
  }

  .hpc-related-cases {
    width: calc(100% - 28px);
    margin-bottom: 24px;
    padding: 26px 18px 28px;
  }

  .hpc-related-cases__inner {
    width: 100%;
  }

  .hpc-related-cases__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hpc-footer-cta {
    padding: 0 14px 24px;
  }

  .hpc-footer-cta__inner {
    padding: 10px 18px;
    display: block;
  }

  .hpc-footer-cta__item {
    min-height: 0;
    padding: 22px 0;
    justify-content: flex-start;
  }

  .hpc-footer-cta__item + .hpc-footer-cta__item {
    border-top: 1px solid #cad9ea;
    border-left: 0;
  }

  .hpc-footer-cta__icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    font-size: 22px;
  }

  .hpc-footer-cta__item .hpc-button {
    min-width: min(255px, 100%);
  }

  .hpc-footer__inner {
    padding: 22px;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .hpc-section--pickup {
    padding: 18px 12px;
  }

  .hpc-section--pickup::before {
    right: 12px;
    left: 12px;
  }

  .hpc-hero__stats {
    grid-template-columns: 1fr;
  }

  .hpc-stat + .hpc-stat {
    border-top: 1px solid #dce5ef;
    border-left: 0;
  }

  .hpc-stat > span:last-child {
    width: 155px;
  }

  .hpc-contact-form__required-note {
    padding: 14px 16px;
    text-align: left;
  }

  .hpc-contact-checks .wpcf7-form-control {
    grid-template-columns: 1fr;
  }

  .hpc-contact-form__submit {
    padding: 18px 16px 24px;
  }

  .hpc-card-grid--pickup,
  .hpc-card-grid--latest {
    grid-template-columns: 1fr;
  }

  .hpc-case-card__image {
    aspect-ratio: 16 / 10;
  }

  .hpc-related-cases__grid {
    grid-template-columns: 1fr;
  }

  .hpc-mobile-menu__actions {
    grid-template-columns: 1fr;
  }
}

.single .contact_btn {
  align-items: stretch;
}

.single .contact_btn .contact_btn_item {
  flex: 1 1 0;
  max-width: 360px;
}

.single .contact_btn .contact_btn_item a {
  box-sizing: border-box;
  min-height: 82px;
  height: 100%;
  padding-inline: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.single .contact_btn .contact_btn_item a > span {
  font-size: 18px;
  line-height: 1.3;
}

.single .contact_btn .contact_btn_item a > small {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.single .contact_btn .contact_btn_item a.similar-configuration {
  color: #fff;
  background: #006c64;
  border: 1px solid #006c64;
}

.single .contact_btn .contact_btn_item a.similar-configuration:hover,
.single .contact_btn .contact_btn_item a.similar-configuration:focus-visible {
  color: #006c64;
  background: #fff;
}

.single .contact_btn .contact_btn_item a.online-meeting {
  color: #fff;
  background: #b94d00;
  border: 1px solid #b94d00;
}

.single .contact_btn .contact_btn_item a.online-meeting:hover,
.single .contact_btn .contact_btn_item a.online-meeting:focus-visible {
  color: #b94d00;
  background: #fff;
}

@media (max-width: 720px) {
  .hpc-contact-source__intent {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .single .contact_btn {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .single .contact_btn .contact_btn_item {
    flex-basis: auto;
    width: 100%;
    max-width: 420px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hpc-renewal *,
  .hpc-renewal *::before,
  .hpc-renewal *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
