.tk26-page {
  padding: 24px 0 48px;
  background:
    radial-gradient(1200px 320px at 10% 0%, rgba(16, 78, 139, 0.12), transparent 60%),
    radial-gradient(900px 260px at 90% 0%, rgba(11, 135, 147, 0.14), transparent 55%),
    linear-gradient(180deg, #f3f8ff 0%, #f8fbff 42%, #ffffff 100%);
}

.tk26-container {
  margin-bottom: 18px;
}

.tk26-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17, 58, 104, 0.16);
  border-radius: 20px;
  background:
    radial-gradient(380px 180px at 100% 0%, rgba(42, 137, 208, 0.24), transparent 70%),
    radial-gradient(280px 120px at 8% 14%, rgba(26, 186, 145, 0.16), transparent 70%),
    linear-gradient(135deg, #ffffff 0%, #eef7ff 58%, #f7fcff 100%);
  box-shadow: 0 22px 48px rgba(17, 54, 99, 0.16);
  padding: 20px 22px;
}

.tk26-hero::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(13, 124, 181, 0.18) 0%, rgba(13, 124, 181, 0) 72%);
  pointer-events: none;
}

.tk26-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0b718f;
  background: rgba(11, 113, 143, 0.12);
  border: 1px solid rgba(11, 113, 143, 0.22);
  border-radius: 999px;
  padding: 5px 11px;
  margin-bottom: 10px;
}

.tk26-hero__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.tk26-hero__count {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid #c7ddf2;
  background: rgba(255, 255, 255, 0.78);
  color: #1a4f78;
  padding: 6px 10px;
  white-space: nowrap;
}

.tk26-hero__count strong {
  font-size: 1rem;
  line-height: 1;
  font-weight: 900;
}

.tk26-hero__count span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 800;
}

.tk26-hero__title {
  margin: 2px 0 0;
  color: #0b1d35;
  font-size: clamp(1.4rem, 1.08rem + 1vw, 2.12rem);
  font-weight: 900;
  line-height: 1.2;
}

.tk26-hero__desc {
  margin: 8px 0 0;
  color: #4a6584;
  font-size: 0.92rem;
  line-height: 1.5;
}

.tk26-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.tk26-hero__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  border: 1px solid #d1e3f4;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #1f4d72;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 5px 10px;
}

.tk26-hero__chip i {
  color: #0c76ab;
  font-size: 0.72rem;
}

.tk26-results .solsearch {
  background: linear-gradient(165deg, #ffffff 0%, #f3f9ff 100%);
  border: 1px solid #d4e4f4;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(19, 55, 102, 0.12);
  padding: 16px 14px;
  position: sticky;
  top: 4px;
}

.tk26-results .solsearch h2 {
  margin: 0 0 12px;
  color: #10345a;
  font-size: 1.04rem;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.tk26-results .sol-title {
  color: #305374;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tk26-results .filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.tk26-results .chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.73rem;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid #d4e3f1;
  background: #ffffff;
  color: #244b6f;
}

.tk26-results .chip .x {
  opacity: 0.8;
  font-size: 12px;
  line-height: 1;
}

.tk26-results .chip--cat {
  background: #edf6ff;
  border-color: #c8def3;
}

.tk26-results .chip--region {
  background: #edfdf9;
  border-color: #cbece2;
}

.tk26-results .chip--clear {
  background: #fff5f5;
  border-color: #f1d5d5;
  color: #7a2f2f;
}

.tk26-results .chip--info {
  background: #f5f8fc;
  color: #557491;
}

.tk26-results .filter-search {
  position: relative;
  margin-bottom: 10px;
}

.tk26-results .filter-search i {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: #6d88a4;
  font-size: 12px;
}

.tk26-results .filter-search input {
  width: 100%;
  height: 38px;
  border-radius: 11px;
  border: 1px solid #d5e4f3;
  background: #fff;
  color: #133a62;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0 34px 0 31px;
}

.tk26-results .filter-search input:focus {
  border-color: #98c2e9;
  box-shadow: 0 0 0 3px rgba(14, 103, 170, 0.12);
  outline: 0;
}

.tk26-results .filter-search .clear {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 7px;
  border: 1px solid #d7e4f2;
  background: #f7fbff;
  color: #5a7691;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.tk26-results .list-group-item {
  border-radius: 10px;
  border: 1px solid #deebf7;
  background: #fff;
  color: #234c70;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 8px 10px;
  transition: all 0.16s ease;
}

.tk26-results .list-group-item:hover {
  border-color: #c8def0;
  background: #f4f9ff;
}

.tk26-results .list-group-item + .list-group-item {
  margin-top: 6px;
}

.tk26-results .list-group-item.active {
  border-color: #0f6eb2;
  background: linear-gradient(135deg, #0f67a5 0%, #0d7d95 100%);
  color: #fff;
}

.tk26-results .list-group-item .badge {
  border-radius: 999px;
  min-width: 26px;
  padding: 3px 8px;
  font-size: 0.69rem;
  font-weight: 800;
  line-height: 1.2;
}

.tk26-results .list-group-item.active .badge {
  background: rgba(255, 255, 255, 0.18) !important;
  color: #fff;
}

.tk26-results .tk26-filter-hidden {
  display: none !important;
}

.tk26-results .col-md-12 + .col-md-12 {
  margin-top: 14px;
}

.tk26-card {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(260px, 1fr) minmax(220px, 0.8fr);
  gap: 0;
  border: 1px solid #d7e5f3;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(19, 55, 102, 0.09);
  background: #fff;
}

.tk26-card__image-col,
.tk26-card__content-col,
.tk26-card__action-col {
  min-width: 0;
}

.tk26-card__image-wrap {
  position: relative;
  height: 100%;
  min-height: 250px;
  background: #e9f2fb;
}

.tk26-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tk26-card__image-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 44%;
  background: linear-gradient(180deg, rgba(11, 29, 53, 0), rgba(11, 29, 53, 0.45));
  pointer-events: none;
}

.tk26-card__badges {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  z-index: 2;
}

.tk26-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(6px);
}

.tk26-badge--location {
  color: #fff;
  background: rgba(13, 41, 75, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.tk26-badge--success {
  color: #0a5c2a;
  background: rgba(207, 251, 223, 0.92);
  border: 1px solid rgba(13, 134, 69, 0.34);
}

.tk26-corner-label {
  position: absolute;
  top: 12px;
  z-index: 2;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  border-radius: 999px;
  padding: 6px 10px;
}

.tk26-label-left {
  left: 12px;
  background: rgba(20, 99, 178, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.tk26-label-right {
  right: 12px;
  background: rgba(6, 126, 123, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.tk26-card__content-col {
  position: relative;
  padding: 20px 20px 18px;
  background:
    radial-gradient(520px 160px at 10% -10%, rgba(14, 116, 144, 0.08), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.tk26-card__content-col::after {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  right: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(213, 226, 240, 0), rgba(213, 226, 240, 0.95), rgba(213, 226, 240, 0));
}

.tk26-card__title h2 {
  margin: 0 0 14px;
  font-size: clamp(1.08rem, 0.95rem + 0.42vw, 1.35rem);
  line-height: 1.32;
  color: #0d2a4f;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.tk26-card__meta-grid {
  display: grid;
  gap: 10px;
}

.tk26-meta-item {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  color: #395777;
  font-size: 0.89rem;
  background: rgba(245, 250, 255, 0.92);
  border: 1px solid #dbe8f6;
  border-radius: 11px;
  padding: 8px 9px;
  transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.tk26-meta-item:hover {
  border-color: #c8dbef;
  background: #f7fbff;
  transform: translateY(-1px);
}

.tk26-meta-item > i {
  color: #1576ad;
  margin-top: 1px;
}

.tk26-meta-item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.tk26-meta-item .lbl {
  color: #5c7898;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  flex: 0 0 auto;
}

.tk26-meta-item .val {
  color: #102f56;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  flex: 1 1 auto;
}

.tk26-card__content-col > span {
  display: inline-flex;
  margin-top: 14px;
  color: #4f6f92;
  font-size: 0.8rem;
  background: #eef5fd;
  border: 1px solid #d0e0f1;
  border-radius: 999px;
  padding: 6px 11px;
  font-weight: 700;
}

.tk26-card__action-col {
  border-left: 1px solid #e2edf8;
  padding: 16px;
  display: flex;
  align-items: stretch;
}

.tk26-card__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.tk26-status {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  padding: 11px 12px;
  font-size: 0.86rem;
  font-weight: 700;
}

.tk26-status--closed {
  background: #fff0f0;
  color: #9f2727;
  border: 1px solid #ffcdcd;
}

.tk26-price-box {
  background: linear-gradient(180deg, #f6faff 0%, #eef6ff 100%);
  border: 1px solid #d9e8f8;
  border-radius: 14px;
  padding: 11px 12px;
}

.tk26-price-box__label {
  display: block;
  font-size: 0.79rem;
  color: #5e7693;
  margin-bottom: 4px;
}

.tk26-price-box__amount {
  font-size: 1.34rem;
  font-weight: 900;
  color: #103767;
  line-height: 1.1;
}

.tk26-price-box--warning {
  background: #fff6e9;
  border-color: #ffe2b2;
}

.tk26-price-box--warning .tk26-price-box__label {
  color: #8c5b00;
  font-weight: 700;
}

.tk26-card__buttons {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.tk26-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  border: 0;
  border-radius: 12px;
  min-height: 42px;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.tk26-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #0b72b0 0%, #0d8a9b 100%);
  box-shadow: 0 10px 20px rgba(12, 104, 160, 0.28);
}

.tk26-btn--primary:hover {
  transform: translateY(-1px);
  color: #fff;
}

.tk26-btn--ghost {
  color: #0e2e53;
  background: #f2f7fc;
  border: 1px solid #d4e2f1;
}

.tk26-btn--ghost:hover {
  background: #e8f0f8;
}

.tk26-btn--disabled,
.tk26-btn--disabled:hover {
  background: #f1f4f8;
  color: #95a8bf;
  border: 1px solid #deE6f0;
  box-shadow: none;
}

.tk26-card__details {
  grid-column: 1 / -1;
  border-top: 1px solid #e3edf8;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.28s ease, opacity 0.2s ease;
}

.tk26-card__details.is-open {
  max-height: 1400px;
  opacity: 1;
}

.tk26-detail-col {
  border-color: #e0ebf6;
}

.tk26-detail-inner {
  padding: 14px;
}

.tk26-detail-title {
  margin: 0 0 10px;
  font-size: 0.93rem;
  font-weight: 800;
  color: #14355d;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tk26-price-summary {
  display: grid;
  gap: 8px;
}

.tk26-price-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #3d5777;
  font-size: 0.86rem;
  padding-bottom: 6px;
  border-bottom: 1px dashed #d6e4f3;
}

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

.tk26-price-total {
  margin-top: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.tk26-price-total .total-label {
  font-size: 0.8rem;
  color: #4f6a8a;
  font-weight: 700;
}

.tk26-price-total .total-amount {
  font-size: 1.03rem;
  color: #0b3a68;
  font-weight: 900;
}

.tk26-mini-feature {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  background: #f4f8fd;
  border: 1px solid #dbe8f6;
  border-radius: 10px;
  padding: 8px;
}

.tk26-mini-feature-content {
  display: grid;
  gap: 2px;
}

.tk26-mini-feature-content .lbl {
  color: #6380a2;
  font-size: 0.74rem;
  font-weight: 700;
}

.tk26-mini-feature-content .val {
  color: #163a64;
  font-size: 0.84rem;
  font-weight: 800;
}

.tk26-tags-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.tk26-tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 5px 9px;
}

.tk26-tag-pill--success {
  background: #ebfaef;
  color: #0d6f33;
  border: 1px solid #bdeacc;
}

.tk26-tag-pill--danger {
  background: #fff2f2;
  color: #a22b2b;
  border: 1px solid #f8cece;
}

.ts-free-info {
  margin-top: 2px;
  font-size: 10px;
  color: #798ca4;
  font-weight: 700;
}

@media (max-width: 1399.98px) {
  .tk26-card {
    grid-template-columns: minmax(230px, 1.1fr) minmax(230px, 1fr) minmax(210px, 0.9fr);
  }
}

@media (max-width: 1199.98px) {
  .tk26-card {
    grid-template-columns: 1fr;
  }

  .tk26-card__action-col {
    border-left: 0;
    border-top: 1px solid #e2edf8;
  }

  .tk26-card__image-wrap {
    min-height: 220px;
  }

  .tk26-card__details {
    grid-column: auto;
  }
}

@media (max-width: 991.98px) {
  .tk26-page {
    padding-top: 12px;
  }

  .tk26-hero {
    padding: 16px 14px;
  }

  .tk26-hero__head {
    flex-wrap: wrap;
  }

  .tk26-results .solsearch {
    position: static;
  }
}

@media (max-width: 575.98px) {
  .tk26-card__content-col,
  .tk26-card__action-col,
  .tk26-detail-inner {
    padding: 12px;
  }

  .tk26-price-box__amount {
    font-size: 1.15rem;
  }
}
