/* Astra full width fix */
.page-template-page-techone-price-list .site,
.page-template-page-techone-price-list .site-content,
.page-template-page-techone-price-list .ast-container,
.page-template-page-techone-price-list .content-area,
.page-template-page-techone-price-list .site-content .content-area,
.page-template-page-techone-price-list .entry-content,
.page-template-page-techone-price-list .ast-article-single,
.page-template-page-techone-price-list article,
.page-template-page-techone-price-list .post-content,
.page-template-page-techone-price-list .ast-post-format- {
  width: 100% !important;
  max-width: 100% !important;
}

.page-template-page-techone-price-list .site-content .ast-container,
.page-template-page-techone-price-list .content-area,
.page-template-page-techone-price-list .entry-content,
.page-template-page-techone-price-list .ast-article-single {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-template-page-techone-price-list .entry-content > .techone-price-page {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.techone-price-page {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: var(--to-surface);
}

.techone-price-page .to-main {
  width: 100%;
  max-width: 100%;
}

.techone-price-page .to-container {
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.techone-price-page .to-hero {
  background: var(--to-surface-low);
  padding: 80px 0 64px;
}

.techone-price-page .to-hero-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.techone-price-page .to-hero-title {
  margin: 0 0 24px;
  font-family: var(--to-font-headline);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--to-primary-container);
}

.techone-price-page .to-hero-desc {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--to-on-surface-variant);
}

.techone-price-page .to-tabs-section {
  margin-top: -28px;
  position: relative;
  z-index: 10;
}

.techone-price-page .to-tabs-wrap {
  display: flex;
  justify-content: center;
}

.techone-price-page .to-tabs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(197, 198, 205, 0.15);
  box-shadow: 0 8px 30px rgba(13, 28, 50, 0.06);
  margin: 0 auto;
}

.techone-price-page .to-tab {
  min-width: 180px;
  text-align: center;
}

.techone-price-page .to-price-section {
  padding: 64px 0 96px;
}

.techone-price-page .to-tab-panel {
  display: none;
}

.techone-price-page .to-tab-panel.is-active {
  display: block;
}

.techone-price-page .to-series-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
}

.techone-price-page .to-series-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 32px;
  padding: 32px;
  background: #fff;
  border-radius: 24px;
  min-height: 100%;
  align-items: center;
  transition: box-shadow .3s ease, transform .3s ease;
}

.techone-price-page .to-series-card:hover {
  box-shadow: 0 14px 36px rgba(13, 28, 50, 0.08);
  transform: translateY(-2px);
}

.techone-price-page .to-series-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}

.techone-price-page .to-series-media img {
  width: 100%;
  max-width: 180px;
  max-height: 200px;
  object-fit: contain;
}

.techone-price-page .to-series-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.techone-price-page .to-series-header {
  margin-bottom: 24px;
}

.techone-price-page .to-series-title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
  text-align: left;
}

.techone-price-page .to-series-list {
  display: grid;
  gap: 14px;
}

.techone-price-page .to-series-model-btn {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 22px;
  background: var(--to-surface-low);
  border-radius: 999px;
  transition: all .2s ease;
}

.techone-price-page .to-series-model-btn:hover {
  background: var(--to-secondary-container);
  color: var(--to-on-secondary-container);
}

.techone-price-page .to-series-model-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.techone-price-page .to-series-model-text strong {
  font-size: 1rem;
  line-height: 1.4;
}

.techone-price-page .to-model-text {
  display: block;
  font-size: .82rem;
  line-height: 1.4;
  color: var(--to-on-surface-variant);
}

.techone-price-page .to-series-footer {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(197, 198, 205, 0.15);
}

.techone-price-page .to-series-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .95rem;
  font-weight: 700;
}

.techone-price-page .to-search-box {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
}

.techone-price-page .to-search-title {
  margin: 0 0 10px;
  font-family: var(--to-font-headline);
  font-size: 2rem;
  font-weight: 700;
  color: var(--to-primary-container);
}

.techone-price-page .to-search-desc {
  margin: 0 0 24px;
  color: var(--to-on-surface-variant);
  line-height: 1.7;
}

.techone-price-page .to-search-form {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px 20px;
  margin-bottom: 28px;
  border: 1px solid rgba(197, 198, 205, 0.4);
  border-radius: 999px;
  background: var(--to-surface-low);
}

.techone-price-page .to-search-form input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  color: var(--to-on-surface);
}

.techone-price-page .to-search-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.techone-price-page .to-search-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  background: var(--to-surface-low);
  border-radius: 20px;
  transition: all .2s ease;
}

.techone-price-page .to-search-item:hover {
  background: var(--to-secondary-container);
  color: var(--to-on-secondary-container);
}

.techone-price-page .to-search-item-left {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.techone-price-page .to-search-thumb {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  flex-shrink: 0;
}

.techone-price-page .to-search-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.techone-price-page .to-search-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.techone-price-page .to-search-meta strong {
  font-size: 1rem;
  line-height: 1.4;
}

.techone-price-page .to-search-meta small,
.techone-price-page .to-search-meta em {
  font-size: .85rem;
  font-style: normal;
  color: var(--to-on-surface-variant);
}

.techone-price-page .to-search-item:hover .to-search-meta small,
.techone-price-page .to-search-item:hover .to-search-meta em {
  color: var(--to-on-secondary-container);
}

@media (max-width: 1180px) {
  .techone-price-page .to-series-grid,
  .techone-price-page .to-search-results {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .techone-price-page .to-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .techone-price-page .to-hero {
    padding: 56px 0 44px;
  }

  .techone-price-page .to-tabs {
    width: 100%;
  }

  .techone-price-page .to-tab {
    min-width: 0;
    flex: 1 1 0;
  }

  .techone-price-page .to-series-card {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 24px;
  }

  .techone-price-page .to-series-title {
    font-size: 1.5rem;
    text-align: center;
  }

  .techone-price-page .to-series-media {
    min-height: 160px;
  }

  .techone-price-page .to-search-box {
    padding: 24px;
  }

  .techone-price-page .to-search-item {
    padding: 16px;
  }

  .techone-price-page .to-search-thumb {
    width: 56px;
    height: 56px;
  }
}
