.k32-price-lead {
  max-width: 760px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, .74);
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}

.k32-price-board {
  position: relative;
}

.k32-price-page {
  min-height: calc(100vh - 174px);
  background: #1d1d1b;
  padding-top: 76px;
}

.k32-price-page .k32-reveal {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  clip-path: none !important;
}

.k32-price-toolbar {
  position: sticky;
  top: 0;
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(280px, 390px) 1fr;
  gap: 20px;
  align-items: start;
  margin: 0 0 34px;
  padding: 18px 0 16px;
  background: rgba(29, 29, 27, .94);
  backdrop-filter: blur(14px);
}

.k32-price-search {
  display: grid;
  gap: 8px;
}

.k32-price-search span {
  color: rgba(255, 255, 255, .64);
  font-family: var(--k32-font-heading);
  font-size: 17px;
  text-transform: uppercase;
}

.k32-price-search input {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 0;
  background: #111;
  color: #fff;
  font: 700 16px/1.2 var(--k32-font-button);
  outline: 0;
  padding: 0 18px;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.k32-price-search input:focus {
  border-color: rgba(255, 255, 255, .86);
  background: #171717;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .1);
}

.k32-price-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
}

.k32-price-tabs button {
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, .76);
  cursor: pointer;
  font: 700 14px/1 var(--k32-font-button);
  padding: 0 15px;
  transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.k32-price-tabs button:hover,
.k32-price-tabs button:focus-visible,
.k32-price-tabs button.is-active {
  border-color: rgba(255, 255, 255, .9);
  background: #fff;
  color: #1d1d1b;
  transform: translateY(-1px);
}

.k32-price-waterfall {
  column-count: 2;
  column-gap: 26px;
  text-align: left;
}

.k32-price-panel {
  display: inline-block;
  width: 100%;
  margin: 0 0 26px;
  break-inside: avoid;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #b7b5b7;
  color: #151515;
  box-shadow: 16px 18px 34px rgba(0, 0, 0, .28);
  transform: translateZ(0);
  transition: transform .3s ease, box-shadow .3s ease, opacity .25s ease;
}

.k32-price-panel:hover {
  transform: translateY(-4px);
  box-shadow: 18px 24px 40px rgba(0, 0, 0, .36);
}

.k32-price-panel header {
  position: relative;
  min-height: 112px;
  display: flex;
  align-items: center;
  padding: 24px 30px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .22), transparent 18%, transparent 82%, rgba(0, 0, 0, .08)),
    #c8c6c8;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.k32-price-panel header::after {
  content: "K32";
  position: absolute;
  right: 28px;
  top: 18px;
  color: rgba(29, 29, 27, .18);
  font: 700 34px/1 var(--k32-font-button);
  letter-spacing: 0;
}

.k32-price-panel h3 {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 96px);
  margin: 0;
  color: #111;
  font-family: var(--k32-font-heading);
  font-size: clamp(25px, 2.2vw, 35px);
  line-height: 1.05;
}

.k32-price-rows {
  padding: 12px 22px 22px;
}

.k32-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 18px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid rgba(29, 29, 27, .14);
}

.k32-price-row:last-child {
  border-bottom: 0;
}

.k32-price-name {
  color: #171717;
  font-size: 16px;
  line-height: 1.35;
}

.k32-price-value {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.k32-price-empty {
  max-width: 700px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, .75);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

.k32-price-note {
  max-width: 820px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, .56);
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
}

.k32-price-board--preview .k32-price-toolbar {
  position: relative;
  display: block;
  margin-bottom: 28px;
  padding-top: 4px;
  background: transparent;
  backdrop-filter: none;
}

.k32-price-board--preview .k32-price-tabs {
  justify-content: center;
}

.k32-price-board--preview .k32-price-waterfall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  column-count: auto;
}

.k32-price-board--preview .k32-price-panel {
  display: flex;
  flex-direction: column;
  min-height: 760px;
  margin-bottom: 0;
}

.k32-price-board--preview .k32-price-panel:hover {
  transform: translateY(-2px);
}

.k32-price-board--preview .k32-price-rows {
  flex: 1;
  height: 650px;
  overflow: hidden;
}

.k32-price-board--preview .k32-price-note {
  margin-top: 18px;
}

.k32-price-board .k32-price-panel[hidden],
.k32-price-board .k32-price-row[hidden] {
  display: none !important;
}

@media (max-width: 991px) {
  .k32-services .k32-container {
    width: min(100% - 32px, 760px);
  }

  .k32-price-toolbar {
    position: relative;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .k32-price-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
  }

  .k32-price-tabs button {
    flex: 0 0 auto;
  }

  .k32-price-board--preview .k32-price-waterfall {
    grid-template-columns: 1fr;
  }

  .k32-price-board--preview .k32-price-panel {
    min-height: 0;
  }

  .k32-price-board--preview .k32-price-rows {
    height: auto;
    max-height: 680px;
  }

  .k32-price-waterfall {
    column-count: 1;
  }
}

@media (max-width: 640px) {
  .k32-price-page {
    min-height: auto;
    padding: 36px 0 58px;
  }

  .k32-price-page .k32-heading {
    margin-bottom: 20px;
  }

  .k32-price-page .k32-heading h1 {
    font-size: 48px;
  }

  .k32-price-page .k32-price-lead {
    max-width: 300px;
    margin-top: 12px;
    color: rgba(255, 255, 255, .78) !important;
    font-size: 16px;
    line-height: 1.45;
  }

  .k32-price-lead {
    margin-top: 14px;
    font-size: 16px;
  }

  .k32-price-search input {
    min-height: 50px;
  }

  .k32-price-page .k32-price-toolbar {
    gap: 12px;
    margin-bottom: 18px;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .k32-price-page .k32-price-search span {
    color: rgba(255, 255, 255, .78);
    font-size: 15px;
  }

  .k32-price-page .k32-price-search input {
    min-height: 44px;
    background: #151515;
    font-size: 15px;
    padding: 0 14px;
  }

  .k32-price-page .k32-price-tabs {
    margin: 0 -16px;
    padding: 0 16px 2px;
    scrollbar-width: none;
  }

  .k32-price-page .k32-price-tabs::-webkit-scrollbar {
    display: none;
  }

  .k32-price-page .k32-price-tabs button {
    min-height: 38px;
    font-size: 14px;
  }

  .k32-price-page .k32-price-panel {
    margin-bottom: 18px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .24);
  }

  .k32-price-panel header {
    min-height: 96px;
    padding: 20px;
  }

  .k32-price-panel h3 {
    max-width: calc(100% - 78px);
    font-size: 27px;
  }

  .k32-price-panel header::after {
    right: 18px;
    top: 18px;
    font-size: 29px;
  }

  .k32-price-rows {
    padding: 8px 16px 16px;
  }

  .k32-price-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }

  .k32-price-value {
    justify-self: start;
    padding: 4px 10px;
    background: rgba(255, 255, 255, .36);
    border-radius: 999px;
  }
}
