/* Price List 2026 — standalone styles (does not alter .op-price) */

.pl2026-page {
  --pl-blue: #092b96;
  --pl-blue-mid: #086cdc;
  --pl-blue-soft: #2380eb;
  --pl-bg: #fff;
  --pl-muted: #5d6f82;
  --pl-border: #dbe8f8;
  --pl-soft: #f3f8ff;
  --pl-text: #131313;
  --pl-radius: 16px;
  background: var(--pl-bg);
}

.pl2026 {
  padding: 28px 0 64px;
}

.pl2026-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.pl2026-tabs__btn {
  flex: 1 1 auto;
  min-width: min(100%, 180px);
  max-width: 100%;
  min-height: 46px;
  padding: 11px 14px;
  border: 1.5px solid var(--pl-border);
  border-radius: 12px;
  background: #fff;
  color: #30485f;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.pl2026-tabs__btn:hover {
  border-color: #9ec5f5;
}

.pl2026-tabs__btn.is-active {
  background: linear-gradient(135deg, var(--pl-blue), var(--pl-blue-soft));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 20px rgba(8, 108, 220, 0.18);
}

.pl2026-subtabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.pl2026-subtabs__btn {
  min-height: 38px;
  padding: 0 16px;
  border: 1.5px solid var(--pl-border);
  border-radius: 999px;
  background: #fff;
  color: #516579;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.pl2026-subtabs__btn.is-active {
  border-color: var(--pl-blue-soft);
  color: var(--pl-blue);
  background: #f2f8ff;
}

.pl2026-panel[hidden],
.pl2026-subpanel[hidden] {
  display: none !important;
}

.pl2026-table {
  border: 1px solid var(--pl-border);
  border-radius: var(--pl-radius);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(9, 43, 150, 0.04);
}

.pl2026-table__head {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(120px, 0.55fr) minmax(120px, 0.55fr);
  gap: 12px;
  padding: 13px 20px;
  background: #f8fbff;
  border-bottom: 1px solid #e8f0fa;
  color: #516579;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pl2026-row {
  border-bottom: 1px solid #eef2f6;
}

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

.pl2026-row__main {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(120px, 0.55fr) minmax(120px, 0.55fr);
  gap: 12px;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 14px 20px;
  min-height: 64px;
  box-sizing: border-box;
}

.pl2026-row__service {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.pl2026-row__icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #eef5ff;
  color: var(--pl-blue-mid);
  line-height: 0;
}

.pl2026-row__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.pl2026-row__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  min-width: 0;
}

.pl2026-row__title {
  color: var(--pl-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

a.pl2026-row__title:hover {
  color: var(--pl-blue-mid);
}

.pl2026-row__desc {
  color: var(--pl-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.pl2026-row__price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.pl2026-row__price-value {
  color: var(--pl-blue);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.pl2026-row__price small {
  color: #8b95a8;
  font-size: 12px;
  font-weight: 500;
}

.pl2026-row__time {
  color: #30485f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.pl2026-included {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 14px;
  background: #f5f8fc;
  border: 1px solid #e8eef5;
}

.pl2026-included__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pl-text);
  font-size: 14px;
  font-weight: 600;
}

.pl2026-included__icon {
  color: var(--pl-blue-mid);
  line-height: 0;
}

.pl2026-included__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pl2026-included__list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #30485f;
  font-size: 13px;
  font-weight: 500;
}

.pl2026-included__check {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e8f2ff;
  position: relative;
  flex: 0 0 16px;
}

.pl2026-included__check::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 4px;
  height: 7px;
  border: solid var(--pl-blue-mid);
  border-width: 0 1.8px 1.8px 0;
  transform: rotate(45deg);
}

.pl2026-disclaimer {
  margin: 14px 0 0;
  color: #8b95a8;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.pl2026-empty {
  margin: 0;
  padding: 28px;
  color: var(--pl-muted);
  text-align: center;
  font-weight: 400;
}

.pl2026-mobile-controls {
  display: none;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

.pl2026-mobile-controls__label {
  display: block;
  margin-bottom: 6px;
  color: #516579;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pl2026-select {
  position: relative;
}

.pl2026-select__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1.5px solid var(--pl-border);
  border-radius: 14px;
  background: #fff;
  color: var(--pl-text);
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.pl2026-select__chevron {
  width: 10px;
  height: 10px;
  border-right: 2px solid #516579;
  border-bottom: 2px solid #516579;
  transform: rotate(45deg);
  margin-top: -4px;
  transition: transform 0.18s ease;
}

.pl2026-select.is-open .pl2026-select__chevron {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.pl2026-select__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 20;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: 1.5px solid var(--pl-border);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(9, 43, 150, 0.12);
  max-height: 280px;
  overflow: auto;
}

.pl2026-select__menu[hidden] {
  display: none !important;
}

.pl2026-select__option {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #30485f;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.pl2026-select__option.is-selected,
.pl2026-select__option:hover {
  background: #f2f8ff;
  color: var(--pl-blue);
}

.pl2026-sticky {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  padding: 12px 15px calc(12px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 28%);
  pointer-events: none;
}

.pl2026-sticky__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  pointer-events: auto;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pl-blue), var(--pl-blue-soft));
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(8, 108, 220, 0.28);
}

@media (max-width: 760px) {
  .pl2026-page {
    padding-bottom: 84px;
  }

  .pl2026-tabs,
  .pl2026-subtabs,
  .pl2026-table__head {
    display: none;
  }

  .pl2026-mobile-controls {
    display: flex;
  }

  .pl2026-table {
    border: 0;
    box-shadow: none;
    background: transparent;
    overflow: visible;
  }

  .pl2026-row {
    margin-bottom: 10px;
    border: 1px solid var(--pl-border);
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
  }

  .pl2026-row__main {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 14px;
    min-height: 0;
  }

  .pl2026-row__service {
    align-items: center;
  }

  .pl2026-row__price,
  .pl2026-row__time {
    padding-left: 54px;
  }

  .pl2026-row__price {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
  }

  .pl2026-row__time {
    color: var(--pl-muted);
    font-size: 13px;
  }

  .pl2026-row__desc {
    display: none;
  }

  .pl2026-included {
    flex-direction: column;
    align-items: flex-start;
  }

  .pl2026-included__list {
    flex-direction: column;
    align-items: flex-start;
  }

  .pl2026-sticky {
    display: block;
  }
}
