.tcs-recommender {
  max-width: 1180px;
  margin: 28px auto 64px;
  padding: 0 16px;
  color: #082f4d;
}

.tcs-recommender * {
  box-sizing: border-box;
}

.tcs-rec-landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 24px;
  align-items: stretch;
  padding: 28px;
  border: 1px solid #cfe0ee;
  border-radius: 14px;
  background: linear-gradient(135deg, #f4fbff 0%, #ffffff 54%, #fff7f5 100%);
  box-shadow: 0 20px 52px rgba(8, 63, 102, .10);
}

.tcs-rec-landing-copy {
  min-width: 0;
  padding: 10px 4px 6px;
}

.tcs-rec-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 12px;
  border: 1px solid #cfe8fa;
  border-radius: 999px;
  background: #eef7ff;
  color: #0b5f95;
  font-size: 13px;
  font-weight: 900;
}

.tcs-rec-landing-copy h1 {
  max-width: 690px;
  margin: 0 0 12px;
  color: #082f4d;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.tcs-rec-landing-copy p {
  max-width: 640px;
  margin: 0 0 22px;
  color: #49677f;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 650;
}

.tcs-rec-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 8px;
  max-width: 720px;
  min-height: 58px;
  padding: 6px;
  border: 1px solid #bed8eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(11, 95, 149, .12);
}

.tcs-rec-search input[type="search"] {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  border: 0;
  outline: none;
  padding: 0 14px;
  color: #082f4d;
  background: transparent;
  font-size: 16px;
  font-weight: 750;
}

.tcs-rec-search button,
.tcs-rec-submit,
.tcs-hot-link {
  border: 0;
  border-radius: 10px;
  background: #ef3f2d;
  color: #fff;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.tcs-rec-search button {
  min-height: 46px;
  padding: 0 18px;
  font-size: 15px;
  box-shadow: 0 12px 24px rgba(239, 63, 45, .22);
}

.tcs-rec-search button:hover,
.tcs-rec-submit:hover,
.tcs-hot-link:hover {
  transform: translateY(-1px);
  background: #dc2f20;
}

.tcs-rec-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.tcs-rec-quick-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #d8e6f2;
  border-radius: 999px;
  background: #fff;
  color: #0b5f95;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.tcs-need-filters {
  margin-top: 18px;
}

.tcs-need-head {
  display: grid;
  gap: 4px;
  margin-bottom: 10px;
}

.tcs-need-head span {
  color: #082f4d;
  font-size: 15px;
  font-weight: 950;
}

.tcs-need-head p {
  max-width: 620px;
  margin: 0;
  color: #506b83;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 650;
}

.tcs-need-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tcs-need-chip {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid #d8e6f2;
  border-radius: 999px;
  background: #fff;
  color: #0b5f95;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(8, 63, 102, .05);
}

.tcs-need-chip:hover,
.tcs-need-chip.active {
  border-color: #ef3f2d;
  background: #fff1ef;
  color: #d92718;
}

.tcs-need-results {
  margin-top: 34px;
}

.tcs-need-filters-archive {
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid #d8e6f2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 63, 102, .06);
}

.tcs-need-filters-archive .tcs-need-head {
  margin-bottom: 12px;
}

.tcs-need-filters-archive .tcs-need-chip-row {
  gap: 8px;
}

.tcs-need-filters-archive .tcs-need-chip {
  min-height: 34px;
  padding: 0 11px;
  font-size: 12px;
}

.tcsh-stitch .tcs-need-filters-stitch {
  max-width: 650px;
  margin-top: 4px;
}

.tcsh-stitch .tcs-need-filters-stitch .tcs-need-head span {
  color: #fff;
}

.tcsh-stitch .tcs-need-filters-stitch .tcs-need-head p {
  color: rgba(205, 229, 255, .92);
}

.tcsh-stitch .tcs-need-filters-stitch .tcs-need-chip {
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .10);
  color: #fff;
  box-shadow: none;
}

.tcsh-stitch .tcs-need-filters-stitch .tcs-need-chip:hover,
.tcsh-stitch .tcs-need-filters-stitch .tcs-need-chip.active {
  border-color: #edb13a;
  background: #edb13a;
  color: #271900;
}

.tcs-rec-trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 640px;
  margin-top: 22px;
}

.tcs-rec-trust-row div {
  min-width: 0;
  padding: 14px;
  border: 1px solid #d8e6f2;
  border-radius: 10px;
  background: rgba(255, 255, 255, .78);
}

.tcs-rec-trust-row strong {
  display: block;
  color: #ef3f2d;
  font-size: 25px;
  line-height: 1;
  font-weight: 950;
}

.tcs-rec-trust-row span {
  display: block;
  margin-top: 5px;
  color: #49677f;
  font-size: 13px;
  font-weight: 800;
}

.tcs-rec-quiz-panel {
  min-width: 0;
  padding: 22px;
  border: 1px solid #d8e6f2;
  border-radius: 12px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 32px rgba(8, 63, 102, .08);
}

.tcs-rec-quiz-head {
  margin-bottom: 14px;
}

.tcs-rec-quiz-head span,
.tcs-hot-head span,
.tcs-rec-result-head span {
  color: #0b6fae;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.tcs-rec-quiz-head h2,
.tcs-hot-head h2,
.tcs-rec-result-head h2 {
  margin: 4px 0 0;
  color: #082f4d;
  line-height: 1.18;
  letter-spacing: 0;
}

.tcs-rec-quiz-head h2 {
  font-size: 25px;
}

.tcs-rec-form {
  margin: 0;
}

.tcs-rec-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.tcs-rec-field {
  display: grid;
  gap: 7px;
  margin: 0;
}

.tcs-rec-field span {
  color: #284960;
  font-size: 13px;
  font-weight: 900;
}

.tcs-rec-field select {
  width: 100%;
  min-height: 45px;
  padding: 0 12px;
  border: 1px solid #cfe0ee;
  border-radius: 10px;
  background: #f8fbfe;
  color: #082f4d;
  font-size: 14px;
  font-weight: 760;
  outline: none;
}

.tcs-rec-field select:focus,
.tcs-rec-search:focus-within {
  border-color: #0b6fae;
  box-shadow: 0 0 0 3px rgba(11, 111, 174, .12);
}

.tcs-rec-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 50px;
  margin-top: 16px;
  padding: 0 18px;
  font-size: 15px;
  box-shadow: 0 14px 28px rgba(239, 63, 45, .22);
}

.tcs-rec-submit:disabled {
  cursor: wait;
  opacity: .72;
}

.tcs-rec-results {
  margin-top: 28px;
}

.tcs-rec-loading,
.tcs-rec-empty {
  padding: 22px;
  border: 1px solid #d8e6f2;
  border-radius: 12px;
  background: #f8fbfe;
  color: #284960;
  font-weight: 850;
}

.tcs-rec-result-head {
  margin-bottom: 14px;
}

.tcs-rec-result-head h2 {
  font-size: 28px;
}

.tcs-rec-list {
  display: grid;
  gap: 16px;
}

.tcs-rec-card {
  position: relative;
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border: 1px solid #d8e6f2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(8, 63, 102, .07);
}

.tcs-rec-rank {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #ef3f2d;
  color: #fff;
  font-size: 14px;
  font-weight: 950;
}

.tcs-rec-cover,
.tcs-hot-cover {
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 10px;
  background: #eef7ff;
}

.tcs-rec-cover img,
.tcs-hot-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tcs-rec-card h3 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: 0;
}

.tcs-rec-card h3 a,
.tcs-hot-card h3 a {
  color: #082f4d;
  text-decoration: none;
}

.tcs-rec-price,
.tcs-hot-price {
  color: #ef3f2d;
  font-weight: 950;
}

.tcs-rec-price {
  margin-bottom: 8px;
  font-size: 18px;
}

.tcs-rec-price del,
.tcs-hot-price del {
  color: #9aa8b4;
  font-size: 13px;
}

.tcs-rec-excerpt {
  margin: 0 0 10px;
  color: #506b83;
  font-size: 14px;
  line-height: 1.55;
}

.tcs-rec-reasons {
  display: grid;
  gap: 5px;
  margin: 0 0 14px 18px;
  padding: 0;
  color: #284960;
  font-size: 14px;
  font-weight: 700;
}

.tcs-rec-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tcs-rec-detail,
.tcs-rec-buy {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 950;
}

.tcs-rec-detail {
  border: 1px solid #0b6fae;
  color: #0b5f95;
  background: #fff;
}

.tcs-rec-buy {
  border: 1px solid #ef3f2d;
  color: #fff;
  background: #ef3f2d;
}

.tcs-hot-shelf {
  margin-top: 34px;
}

.tcs-hot-head {
  display: grid;
  gap: 4px;
  margin-bottom: 16px;
}

.tcs-hot-head h2 {
  margin-top: 2px;
  font-size: 30px;
}

.tcs-hot-head p {
  max-width: 720px;
  margin: 0;
  color: #506b83;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 650;
}

.tcs-hot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tcs-hot-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 12px;
  padding: 14px;
  border: 1px solid #d8e6f2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(8, 63, 102, .07);
}

.tcs-hot-body {
  display: grid;
  align-content: start;
  gap: 9px;
}

.tcs-hot-badge {
  justify-self: start;
  padding: 5px 8px;
  border-radius: 999px;
  background: #eef7ff;
  color: #0b5f95;
  font-size: 12px;
  font-weight: 900;
}

.tcs-hot-card h3 {
  min-height: 45px;
  margin: 0;
  color: #082f4d;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0;
}

.tcs-hot-price {
  min-height: 22px;
  font-size: 16px;
}

.tcs-hot-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 2px;
  padding: 0 12px;
  font-size: 14px;
}

body .tcs-site-header .tcs-primary-nav .tcs-recommender-menu-item > a {
  color: #ef3f2d !important;
}

body .tcs-site-header .tcs-primary-nav,
body .tcs-site-header .tcs-primary-nav > ul,
body .tcs-site-header .tcs-primary-nav .menu {
  overflow: visible !important;
}

body .tcs-site-header .tcs-primary-nav .tcs-recommender-menu-item {
  position: relative !important;
}

body .tcs-site-header .tcs-primary-nav .tcs-rec-menu-dropdown {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  left: 0 !important;
  z-index: 999 !important;
  min-width: 220px !important;
  display: grid !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 8px !important;
  border: 1px solid #d8e6f2 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(8, 63, 102, .16) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-4px) !important;
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease !important;
}

body .tcs-site-header .tcs-primary-nav .tcs-recommender-menu-item:hover .tcs-rec-menu-dropdown,
body .tcs-site-header .tcs-primary-nav .tcs-recommender-menu-item:focus-within .tcs-rec-menu-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

body .tcs-site-header .tcs-primary-nav .tcs-rec-menu-dropdown li {
  display: block !important;
}

body .tcs-site-header .tcs-primary-nav .tcs-rec-menu-dropdown a {
  width: 100% !important;
  min-height: 38px !important;
  justify-content: flex-start !important;
  padding: 0 12px !important;
  border-radius: 8px !important;
  color: #082f4d !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body .tcs-site-header .tcs-primary-nav .tcs-rec-menu-dropdown a:hover {
  background: #eef7ff !important;
  color: #0b5f95 !important;
}

@media (max-width: 980px) {
  .tcs-rec-landing-hero {
    grid-template-columns: 1fr;
  }

  .tcs-hot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .tcs-recommender {
    margin-top: 18px;
    padding: 0 12px;
  }

  .tcs-rec-landing-hero,
  .tcs-rec-quiz-panel {
    padding: 16px;
    border-radius: 12px;
  }

  .tcs-rec-landing-copy h1 {
    font-size: 34px;
  }

  .tcs-rec-search {
    grid-template-columns: 1fr;
  }

  .tcs-rec-trust-row,
  .tcs-rec-card,
  .tcs-hot-grid {
    grid-template-columns: 1fr;
  }

  .tcs-need-chip-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .tcs-need-chip {
    flex: 0 0 auto;
  }

  .tcs-rec-cover {
    max-width: 172px;
  }

  .tcs-rec-actions {
    display: grid;
  }

  .tcs-hot-head h2 {
    font-size: 25px;
  }
}
