.recommend p {
    font-size: 14px;
}

.category {
    padding: 40px 0;
}

.separator {
    display: block;
    width: 60px;
    height: 5px;
    margin: 15px auto 15px;
    background-color: #cccccc;
    position: relative;
    border: 1px solid #cccccc;
}

.separator:after {
    width: 30px;
    height: 5px;
    background: #333333;
    position: absolute;
    top: -1px;
    left: -1px;
    content: "";
}

.category-menus li {
    display: inline-block;
    margin: 4px;
}

.goods-buy {
    line-height: 40px;
    font-size: 13px;
}


.goods-introduction-cate {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.buy-form label {
    font-size: 16px;
}
/* Custom beautify */
.unicorn-card {
    border-radius: 14px;
    border: 1px solid rgba(15,23,42,0.06);
    box-shadow: 0 10px 24px rgba(15,23,42,0.08);
    transition: transform .2s ease, box-shadow .2s ease;
    overflow: hidden;
}
.unicorn-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(15,23,42,0.12);
}
.unicorn-cover {
    background: #f8fafc;
    padding: 6px;
    border-bottom: 1px solid rgba(15,23,42,0.04);
}

.notice .card {
    border-radius: 14px;
    border: 1px solid rgba(54,136,252,0.12);
    background: linear-gradient(90deg, rgba(54,136,252,0.06), rgba(82,196,255,0.06));
}

@media (max-width: 768px) {
    .unicorn-card .card-body {
        padding: 0.75rem;
    }
}

/* Premium minimal homepage */
.notice-wrap .notice-card {
    display: flex;
    gap: 16px;
    align-items: center;
    border: 1px solid rgba(15,23,42,0.08);
    background: #fff;
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 8px 20px rgba(15,23,42,0.06);
}
.notice-wrap .notice-title {
    font-weight: 700;
    color: #111827;
    min-width: 48px;
}
.notice-wrap .notice-body {
    color: #4b5563;
    line-height: 1.7;
}

.hero {
    padding: 18px 0 24px 0;
}
.hero-card {
    border-radius: 18px;
    padding: 28px 28px;
    background: linear-gradient(135deg, #f8fafc, #ffffff);
    border: 1px solid rgba(15,23,42,0.06);
    box-shadow: 0 12px 24px rgba(15,23,42,0.06);
}
.hero-kicker {
    color: #6b7280;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.hero-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #111827;
}
.hero-sub {
    color: #6b7280;
    margin-bottom: 16px;
}
.hero-actions .btn {
    margin-right: 8px;
}
.hero-features span {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 12px;
}

.unicorn-card {
    border-radius: 16px;
    border: 1px solid rgba(15,23,42,0.06);
    box-shadow: 0 10px 24px rgba(15,23,42,0.08);
    transition: transform .2s ease, box-shadow .2s ease;
    overflow: hidden;
}
.unicorn-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(15,23,42,0.12);
}
.unicorn-cover {
    background: #f8fafc;
    padding: 8px;
    border-bottom: 1px solid rgba(15,23,42,0.04);
}
.price-tag {
    font-size: 14px;
    color: #94a3b8;
    margin: 6px 0 10px 0;
}
.price-num {
    font-size: 22px;
    color: #111827;
    font-weight: 800;
}
.feature-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 12px;
    color: #64748b;
    font-size: 12px;
}
.feature-list li {
    margin-bottom: 4px;
}

.badge-recommend {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #111827;
    color: #fff;
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
}

@media (max-width: 768px) {
    .hero-card {
        padding: 20px;
    }
    .hero-title {
        font-size: 22px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700;800&family=Work+Sans:wght@400;500;600;700&display=swap');

:root {
  --brand-ink: #111827;
  --brand-muted: #6b7280;
  --brand-border: rgba(15,23,42,0.08);
  --brand-soft: #f8fafc;
}

body {
  font-family: 'Work Sans', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  background: #f7f7f5;
}

.hero { padding: 18px 0 24px; }
.hero-card {
  border-radius: 20px;
  padding: 28px 28px;
  background: linear-gradient(135deg, #f8fafc, #ffffff);
  border: 1px solid var(--brand-border);
  box-shadow: 0 12px 28px rgba(15,23,42,0.08);
}
.hero-badge { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--brand-muted); }
.hero-title {
  font-family: 'Fraunces', 'Songti SC', serif;
  font-size: 30px; font-weight: 800; color: var(--brand-ink);
  margin: 6px 0 6px 0;
}
.hero-sub { color: var(--brand-muted); margin-bottom: 16px; }
.hero-features span {
  display: inline-block; margin-right: 10px; padding: 6px 10px; border-radius: 999px;
  background: var(--brand-soft); color: #64748b; font-size: 12px;
}

.notice-wrap .notice-card {
  display: flex; gap: 16px; align-items: center;
  border: 1px solid var(--brand-border); background: #fff; border-radius: 16px;
  padding: 16px 20px; box-shadow: 0 8px 20px rgba(15,23,42,0.06);
}
.notice-wrap .notice-title { font-weight: 700; color: var(--brand-ink); min-width: 48px; }
.notice-wrap .notice-body { color: #4b5563; line-height: 1.7; }

.unicorn-card {
  border-radius: 16px; border: 1px solid rgba(15,23,42,0.06);
  box-shadow: 0 10px 24px rgba(15,23,42,0.08);
  transition: transform .2s ease, box-shadow .2s ease; overflow: hidden;
}
.unicorn-card:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(15,23,42,0.12); }
.unicorn-cover { background: #f8fafc; padding: 8px; border-bottom: 1px solid rgba(15,23,42,0.04); }
.price-tag { font-size: 14px; color: #94a3b8; margin: 6px 0 10px 0; }
.price-num { font-size: 22px; color: var(--brand-ink); font-weight: 800; }
.feature-list { list-style: none; padding-left: 0; margin-bottom: 12px; color: #64748b; font-size: 12px; }
.feature-list li { margin-bottom: 4px; }

.badge-recommend {
  position: absolute; top: 10px; right: 10px; background: #111827; color: #fff;
  padding: 4px 8px; border-radius: 999px; font-size: 12px;
}

@media (max-width: 768px) {
  .hero-card { padding: 20px; }
  .hero-title { font-size: 22px; }
}

/* Compact navbar */
.header {
  background: #fff;
  border-bottom: 1px solid rgba(15,23,42,0.06);
}
.header .navbar {
  padding-top: 6px;
  padding-bottom: 6px;
}
.header .navbar-brand {
  font-weight: 700;
  color: #111827;
  letter-spacing: .02em;
}
.nav-search .form-control {
  height: 32px;
  border-radius: 10px;
}
.nav-search .btn {
  height: 32px;
  border-radius: 10px;
}
.header .nav-link {
  padding-top: 6px;
  padding-bottom: 6px;
}

/* Navbar alignment + typography */
.header .navbar-nav .nav-link {
  font-family: 'Work Sans', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-weight: 600;
  color: #374151;
}
.nav-left {
  margin-left: -6px;
}
.nav-search .form-control {
  height: 32px;
  border-radius: 999px;
  padding-left: 14px;
  border: 1px solid rgba(15,23,42,0.12);
}
.nav-search .btn {
  height: 32px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  padding: 0 12px;
  border: none;
}
.nav-search .btn:hover { background: #0f172a; }

/* Frosted compact header */
.header {
  background: rgba(255,255,255,0.72);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  border-bottom: 1px solid rgba(15,23,42,0.08);
}
.header .navbar {
  padding-top: 4px;
  padding-bottom: 4px;
}
.header .navbar-brand {
  padding-top: 2px;
  padding-bottom: 2px;
}
.header .nav-link {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* Stronger frost + tighter height */
.header {
  background: rgba(255,255,255,0.58);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border-bottom: 1px solid rgba(15,23,42,0.12);
}
.header .navbar { padding-top: 2px; padding-bottom: 2px; }
.header .navbar-brand { padding-top: 0; padding-bottom: 0; }
.header .nav-link { padding-top: 2px; padding-bottom: 2px; }
.nav-search .form-control, .nav-search .btn { height: 28px; }

/* CTA button refinement */
.unicorn-card .btn-primary,
.hero-actions .btn-primary {
  background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
  border: none;
  border-radius: 12px;
  height: 40px;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: 0 10px 20px rgba(17,24,39,0.18);
}
.unicorn-card .btn-primary:hover,
.hero-actions .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(17,24,39,0.24);
}
.unicorn-card .btn-primary:active,
.hero-actions .btn-primary:active {
  transform: translateY(0);
}

.card-link { text-decoration: none; color: inherit; display: block; }
.card-link:hover { text-decoration: none; }
.card-link:hover .unicorn-card { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(15,23,42,0.12); }

.navbar .navbar-nav.nav-left { margin-left: -18px; }

/* after-sales contact moved to top-right navbar */
.nav-right-wrap {
  gap: 8px;
}

.navbar .navbar-nav.nav-right {
  margin-left: 0;
}

.header .nav-link.nav-link-contact {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.header .nav-link.nav-link-contact:hover {
  color: #0b2d66;
  border-color: rgba(11, 45, 102, 0.25);
  background: #eef5ff;
}


.nav-item-contact {
  position: relative;
}

.contact-popover {
  position: relative;
}

.contact-popover > summary {
  list-style: none;
  cursor: pointer;
}

.contact-popover > summary::-webkit-details-marker {
  display: none;
}

.contact-popover[open] > .nav-link-contact {
  color: #0b2d66;
  border-color: rgba(11, 45, 102, 0.25);
  background: #eef5ff;
}

.contact-popover-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 40;
  width: min(360px, calc(100vw - 32px));
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
}

.contact-card {
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  background: #f8fafc;
}

.contact-card-email {
  margin-bottom: 12px;
}

.contact-card-label {
  margin-bottom: 8px;
  color: #64748b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.contact-email-link {
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  word-break: break-all;
}

.contact-email-link:hover {
  color: #0b2d66;
}

.contact-qr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-qr-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 6px;
  border-radius: 16px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  background: #ffffff;
}

.contact-qr-note {
  margin-top: 8px;
  color: #475569;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 991.98px) {
  .nav-right-wrap {
    width: 100%;
    margin-top: 8px;
    justify-content: flex-start;
  }

  .nav-search {
    width: auto;
  }

  .navbar .navbar-nav.nav-right {
    margin-top: 4px;
  }
}
