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

.site-footer,
.main-container,
body {
    color: #0f172a;
}

body {
    background: linear-gradient(180deg, #f5f7fb 0%, #eef2f7 100%);
}

.header {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.header .row {
    align-items: center;
}

.header-left,
.header-right {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.header-right .navbar {
    width: 100%;
    padding: 0;
}

.header-right .navbar .container-fluid {
    gap: 20px;
    align-items: center;
    padding: 0;
}

.header .container,
.site-footer .container,
.main-container .container {
    max-width: 1180px;
}

.navbar-brand,
.nav-link,
.header .logo img {
    transition: all 0.2s ease;
}

.header .logo img {
    max-height: 48px;
    width: auto;
}

.navbar-brand {
    color: #0f172a !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.nav-link {
    color: #475569 !important;
    font-weight: 600;
    padding: 10px 14px !important;
}

.nav-link-redeem {
    color: #2563eb !important;
    font-weight: 700;
}

.navbar-nav {
    align-items: center;
    gap: 4px;
}

.nav-link.active,
.nav-link:hover {
    color: #0f172a !important;
}

.nav-link-redeem:hover,
.nav-link-redeem.active {
    color: #1d4ed8 !important;
}

.header-toolbar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.header-search {
    display: flex;
    align-items: center;
}

.header-search .form-control {
    min-width: 260px;
}

.header-support-btn {
    white-space: nowrap;
}

.category {
    padding: 18px 0 28px;
}

.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: 14px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 6px;
}

.redeem-entry-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 8px 0 24px;
    padding: 20px 22px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.redeem-entry-panel.compact {
    margin-top: 12px;
}

.redeem-entry-panel-highlight {
    position: relative;
    border-color: rgba(37, 99, 235, 0.28);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(255, 255, 255, 0.98) 38%, rgba(248, 250, 252, 0.98) 100%);
    box-shadow: 0 24px 44px rgba(37, 99, 235, 0.12), 0 18px 36px rgba(15, 23, 42, 0.06);
}

.redeem-entry-panel-highlight::before {
    content: "";
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: 14px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, #2563eb 0%, #0f172a 100%);
}

.redeem-entry-panel-highlight .redeem-entry-copy,
.redeem-entry-panel-highlight .redeem-entry-actions {
    position: relative;
    z-index: 1;
}

.redeem-entry-panel-highlight .redeem-entry-copy h5 {
    color: #0f172a;
}

.redeem-entry-panel-highlight .redeem-entry-copy p {
    color: #475569;
}

.category-surface {
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.category-surface-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.category-surface-head h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.category-surface-head p {
    max-width: 320px;
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.8;
    text-align: right;
}

.redeem-entry-copy h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.redeem-entry-copy p {
    margin: 6px 0 0;
    max-width: 520px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.redeem-entry-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.redeem-entry-actions .btn {
    min-width: 140px;
}

.btn {
    border-radius: 14px;
    font-weight: 600;
    padding: 11px 18px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
    background: #0f172a;
    border-color: #0f172a;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.btn-primary:hover {
    background: #111f3a;
    border-color: #111f3a;
    color: #ffffff;
}

.btn-outline-primary {
    border-color: rgba(15, 23, 42, 0.18);
    color: #0f172a;
    background: #ffffff;
}

.btn-outline-secondary,
.btn-secondary {
    border-color: rgba(148, 163, 184, 0.28);
    color: #0f172a;
    background: #ffffff;
}

.form-control,
.form-select {
    min-height: 46px;
    border-radius: 14px;
    border-color: #dbe4ee;
    padding: 12px 14px;
    color: #0f172a;
    background: #ffffff;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(37, 99, 235, 0.35);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.08);
}

.card {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.hero {
    padding: 28px 0 10px;
}

.hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.88fr);
    gap: 22px;
    align-items: stretch;
}

.hero-copy,
.hero-panel {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 28px;
    padding: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.07);
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-kicker,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-kicker::before,
.section-kicker::before {
    content: "";
    width: 18px;
    height: 1px;
    background: currentColor;
    opacity: 0.6;
}

.hero-copy h1 {
    margin: 0;
    font-size: clamp(34px, 5vw, 52px);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.hero-copy p {
    margin: 18px 0 0;
    max-width: 620px;
    color: #475569;
    font-size: 17px;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero-actions .btn {
    min-width: 138px;
}

.hero-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
}

.hero-panel-title {
    color: #334155;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.hero-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 20px 0 18px;
}

.hero-panel-item {
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 18px;
    min-height: 92px;
    padding: 18px;
    background: #ffffff;
}

.hero-panel-item strong {
    display: block;
    margin-bottom: 6px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.hero-panel-item span,
.hero-support span,
.section-heading p,
.service-card-copy,
.product-card-flags,
.product-stock,
.service-copy,
.service-card-heading p,
.site-footer-branding p,
.site-footer-bottom,
.notice-copy {
    color: #64748b;
}

.hero-support {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    font-size: 14px;
}

.hero-support a,
.site-footer a {
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
}

.notice-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 20px;
    padding: 18px 22px;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(255, 255, 255, 0.94);
}

.notice-label {
    flex-shrink: 0;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
}

.section-heading {
    max-width: 680px;
    margin: 0 auto 24px;
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.section-heading p {
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.8;
}

.section-heading-left {
    margin: 0 0 26px;
    max-width: 760px;
    text-align: left;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.service-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 142px;
    padding: 20px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card-copy {
    margin-top: auto;
}

.service-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(15, 23, 42, 0.08);
}

.service-card-title {
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
}

.service-card-support {
    background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

.category-menus li {
    margin: 6px;
}

.category-menus .nav {
    gap: 10px 12px;
}

.category-menus li {
    margin: 0;
}

.category-menus .btn {
    min-height: 42px;
    padding-inline: 16px;
    border-radius: 999px;
}

.goods {
    padding-bottom: 48px;
}

.goods-list {
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.goods-list .tab-content {
    min-height: 240px;
}

.product-card-home {
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 24px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.product-card-media {
    position: relative;
    padding: 24px 24px 0;
}

.product-card-media .badge {
    z-index: 2;
}

.product-card-home .card-img-top {
    width: 100%;
    height: 220px;
    object-fit: contain;
    border-radius: 20px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    padding: 18px;
}

.product-card-home .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 14px;
    padding: 22px 24px 24px;
}

.product-card-topline,
.product-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product-card-topline {
    min-height: 28px;
}

.product-group-name,
.product-flag,
.product-meta-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 10px;
    background: #eef2ff;
    color: #334155;
    font-size: 12px;
    font-weight: 600;
}

.product-card-home .card-title {
    min-height: 54px;
    margin: 0;
    font-size: 18px;
    line-height: 1.45;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    font-size: 13px;
}

.product-card-bottom {
    margin-top: auto;
    align-items: flex-end;
}

.product-card-home .btn {
    white-space: nowrap;
}

.product-card-home .btn-primary {
    min-width: 108px;
}

.product-price-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-price {
    color: #0f172a;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.product-price-usdt,
.price-subnote {
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.product-page {
    padding-bottom: 52px;
}

.product-hero,
.service-header,
.service-card {
    overflow: hidden;
}

.product-hero {
    box-shadow: 0 26px 52px rgba(15, 23, 42, 0.08);
}

.product-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    padding: 28px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.product-visual img {
    width: 100%;
    max-width: 320px;
    margin: auto;
    object-fit: contain;
}

.product-visual-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.product-visual-meta span,
.volume-price-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 7px 12px;
    background: rgba(255, 255, 255, 0.92);
    color: #334155;
    font-size: 12px;
    font-weight: 600;
}

.product-title {
    margin: 0;
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.14;
    letter-spacing: -0.03em;
}

.product-subtitle {
    margin: 14px 0 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
}

.product-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.product-price-box {
    min-width: 180px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #0f172a;
    color: #ffffff;
}

.product-price-box span {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    opacity: 0.7;
}

.product-price-box strong {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -0.03em;
}

.product-price-box small {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.5;
}

.product-meta-pill {
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.product-meta-pill-warning {
    background: #fff7ed;
}

.volume-pricing {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.payment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.payment-option {
    margin: 0 !important;
}

.payment-option label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 14px;
    background: #ffffff;
}

.buy-form .form-control-sm {
    min-height: 46px;
    border-radius: 14px;
}

.buy-form .col-form-label {
    color: #334155;
    font-size: 14px;
    font-weight: 600;
}

.product-summary .buy-form {
    margin-top: 26px !important;
    padding-top: 22px;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
}

.product-form-section + .product-form-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(148, 163, 184, 0.14);
}

.product-form-heading {
    margin-bottom: 14px;
}

.product-form-heading p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.75;
}

.product-inline-note {
    padding: 14px 16px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.14);
    color: #64748b;
    font-size: 13px;
    line-height: 1.8;
}

.buy-form fieldset {
    margin: 0;
}

.buy-form .input-group img {
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.product-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 10px;
}

.product-action-row .btn {
    min-width: 148px;
}

.product-description-card .card-header {
    padding: 24px 24px 0;
    background: transparent;
    border: 0;
}

.product-description-card .card-header h5 {
    margin: 0;
    font-size: 24px;
}

.product-description-card .card-header p {
    margin: 12px 0 0;
    color: #64748b;
    font-size: 14px;
}

.product-description-card .card-body {
    padding: 22px 24px 28px;
}

.product-description-card .card-body > * + * {
    margin-top: 16px;
}

.product-description-card .card-body p,
.product-description-card .card-body li {
    color: #334155;
    line-height: 1.9;
}

.product-description-card .card-body ul,
.product-description-card .card-body ol {
    padding-left: 20px;
}

.product-description-card .card-body table {
    width: 100%;
}

.product-description-card .card-body h1,
.product-description-card .card-body h2,
.product-description-card .card-body h3,
.product-description-card .card-body h4 {
    color: #0f172a;
    line-height: 1.3;
}

.product-description-card img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.product-description-card {
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

.service-header .card-body,
.service-card .card-body {
    padding: 28px !important;
}

.service-title {
    margin: 0;
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.service-copy {
    max-width: 720px;
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.8;
}

.service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.service-actions .btn {
    min-height: 44px;
}

.service-card-heading {
    margin-bottom: 10px;
}

.service-card-heading .card-title {
    margin-bottom: 8px;
    font-size: 28px;
}

.search-mode-tabs .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    font-weight: 600;
    border-radius: 14px !important;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.search-mode-tabs .nav-link.active {
    background: #0f172a;
    color: #ffffff !important;
    border-color: #0f172a;
}

.site-footer {
    margin-top: 24px;
    padding: 36px 0 24px;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(255, 255, 255, 0.76);
}

.site-footer-main,
.site-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.site-footer-main {
    padding-bottom: 18px;
}

.site-footer-title {
    font-size: 20px;
    font-weight: 700;
}

.site-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.site-footer-bottom {
    padding-top: 18px;
    border-top: 1px solid rgba(148, 163, 184, 0.16);
    font-size: 13px;
}

.header-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.header-search {
    flex: 1 1 320px;
    max-width: 420px;
}

.search-mode-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.search-mode-tabs .nav-item {
    width: 100%;
}

.service-card .buy-form {
    max-width: 760px;
    width: 100%;
}

@media (max-width: 1199px) {
    .hero-shell {
        grid-template-columns: 1fr;
    }

    .site-footer-main,
    .site-footer-bottom {
        align-items: flex-start;
    }

    .product-card-bottom {
        align-items: center;
    }

    .product-card-home .btn-primary {
        min-width: 0;
    }
}

@media (max-width: 991px) {
    .header-right .navbar .container-fluid {
        gap: 14px;
    }

    .header-toolbar {
        width: 100%;
        justify-content: space-between;
    }

    .header-search {
        max-width: none;
    }

    .search-mode-tabs {
        grid-template-columns: 1fr;
    }

    .payment-options {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-card .card-body,
    .service-header .card-body,
    .product-summary,
    .product-visual {
        padding: 26px !important;
    }

    .hero-actions .btn {
        min-width: 0;
    }

    .product-card-topline,
    .product-card-bottom {
        align-items: flex-start;
    }

    .goods-list {
        padding: 18px;
    }

    .category-surface {
        padding: 18px;
    }

    .category-surface-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .category-surface-head p {
        max-width: none;
        text-align: left;
    }
}

.payment-shell,
.order-info-shell,
.bill-shell {
    padding-bottom: 40px;
}

.payment-card,
.order-detail-card,
.bill-summary-card {
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 28px;
    box-shadow: 0 26px 54px rgba(15, 23, 42, 0.08);
}

.payment-summary,
.payment-qr-pane,
.order-summary-pane,
.order-result-pane,
.bill-summary-pane,
.bill-side-pane {
    padding: 30px;
}

.payment-summary {
    height: 100%;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.payment-qr-pane,
.order-result-pane,
.bill-side-pane {
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
}

.payment-summary h3,
.order-summary-pane h3,
.bill-summary-pane h3 {
    margin: 0;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.payment-meta-grid,
.order-meta-grid,
.bill-meta-grid {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.payment-meta-item,
.order-meta-item,
.bill-meta-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(255, 255, 255, 0.88);
}

.payment-meta-item label,
.order-meta-item label,
.bill-meta-item label,
.order-status-item span:first-child {
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.payment-meta-item strong,
.order-meta-item strong,
.bill-meta-item strong {
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
    word-break: break-word;
}

.payment-meta-item-strong,
.order-meta-item-price,
.bill-meta-item-strong {
    background: #0f172a;
    border-color: #0f172a;
}

.payment-meta-item-strong label,
.payment-meta-item-strong strong,
.order-meta-item-price label,
.order-meta-item-price strong,
.bill-meta-item-strong label,
.bill-meta-item-strong strong {
    color: #ffffff;
}

.order-meta-item .price-subnote,
.bill-meta-item .price-subnote {
    display: block;
    margin-top: 4px;
}

.order-meta-item-price .price-subnote,
.bill-meta-item-strong .price-subnote {
    color: rgba(255, 255, 255, 0.78);
}

.payment-help-box {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.payment-help-box p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.8;
}

.payment-help-box p + p {
    margin-top: 6px;
}

.payment-qr-pane {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    border-left: 1px solid rgba(148, 163, 184, 0.14);
}

.payment-note {
    margin: 12px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.8;
    max-width: 380px;
}

.payment-qr-code {
    display: inline-flex;
    margin: 22px 0 18px;
    padding: 18px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.payment-qr-code img {
    width: 220px;
    height: 220px;
}

.payment-amount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-bottom: 18px;
    padding: 0 18px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.16);
    color: #0f172a;
    font-size: 22px;
    font-weight: 700;
}

.order-summary-pane,
.bill-summary-pane {
    height: 100%;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}

.order-status-stack {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.order-status-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.order-result-pane .card-title {
    margin: 0 0 10px;
    font-size: 24px;
}

.order-info-box textarea {
    min-height: 220px;
    resize: vertical;
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: #f8fafc;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.8;
}

.bill-side-pane {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bill-side-pane h4 {
    margin: 0;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.bill-info-box p:first-child {
    font-weight: 700;
    color: #0f172a;
}

.payment-qr-pane .btn,
.bill-side-pane .btn,
.order-result-pane .btn {
    min-height: 48px;
}

@media (min-width: 992px) {
    .payment-meta-grid,
    .order-meta-grid,
    .bill-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .header-right .navbar .container-fluid {
        align-items: stretch;
    }

    .header-toolbar,
    .hero-shell,
    .service-grid,
    .site-footer-main,
    .site-footer-bottom,
    .product-card-topline,
    .product-card-bottom {
        flex-direction: column;
        align-items: stretch;
    }

    .header-search .form-control {
        min-width: 0;
    }

    .redeem-entry-panel {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
    }

    .redeem-entry-actions {
        width: 100%;
    }

    .redeem-entry-actions .btn {
        width: 100%;
    }

    .hero {
        padding-top: 18px;
    }

    .hero-copy,
    .hero-panel,
    .service-card,
    .service-header .card-body,
    .service-card .card-body,
    .product-summary,
    .product-visual {
        padding: 22px;
    }

    .hero-panel-grid,
    .service-grid {
        grid-template-columns: 1fr;
    }

    .category {
        padding-top: 8px;
    }

    .product-card-home .card-img-top {
        height: 190px;
    }

    .product-action-row .btn,
    .service-actions .btn,
    .hero-actions .btn {
        width: 100%;
    }

    .payment-summary,
    .payment-qr-pane,
    .order-summary-pane,
    .order-result-pane,
    .bill-summary-pane,
    .bill-side-pane {
        padding: 22px;
    }

    .payment-qr-pane,
    .order-result-pane,
    .bill-side-pane {
        border-left: 0;
        border-top: 1px solid rgba(148, 163, 184, 0.14);
    }

    .payment-summary h3,
    .order-summary-pane h3,
    .bill-summary-pane h3,
    .bill-side-pane h4 {
        font-size: 28px;
    }

    .payment-meta-grid,
    .order-meta-grid,
    .bill-meta-grid {
        grid-template-columns: 1fr;
    }

    .payment-qr-code img {
        width: 190px;
        height: 190px;
    }
}

/* ---------- 20260409 Micro Polish ---------- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    gap: 8px;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-outline-primary:hover,
.btn-outline-secondary:hover,
.btn-secondary:hover {
    border-color: rgba(15, 23, 42, 0.22);
    background: #f8fafc;
    color: #0f172a;
}

.form-control,
.form-select,
.payment-option label,
.category-menus .btn {
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.form-control:hover,
.form-select:hover {
    border-color: #cbd5e1;
}

.payment-option label:hover {
    border-color: rgba(15, 23, 42, 0.22);
    background: #f8fafc;
}

.header-support-btn,
.redeem-entry-actions .btn,
.service-actions .btn,
.product-action-row .btn {
    min-height: 46px;
}

.product-action-row .btn,
.service-actions .btn {
    padding-inline: 16px;
}

.buy-form .form-group {
    row-gap: 16px;
}

.goods-list .row {
    row-gap: 2px;
}

/* ---------- 20260410 Restraint Pass ---------- */
.header {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.03);
}

.hero-copy,
.hero-panel,
.redeem-entry-panel,
.category-surface,
.goods-list,
.card,
.product-hero,
.product-description-card,
.service-header,
.payment-shell,
.bill-shell {
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.045);
}

.hero-copy,
.hero-panel {
    padding: 34px;
}

.hero-copy p,
.section-heading p,
.service-copy,
.product-subtitle,
.product-form-heading p,
.product-inline-note,
.site-footer-branding p,
.site-footer-bottom {
    color: #5b6b7f;
}

.hero-panel-item {
    min-height: 88px;
    background: rgba(255, 255, 255, 0.94);
}

.hero-panel-item strong {
    font-size: 22px;
}

.service-card,
.product-card-home {
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.05);
}

.service-card:hover,
.product-card-home:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
}

.category-menus .btn,
.search-mode-tabs .nav-link {
    background: rgba(255, 255, 255, 0.92);
}

.category-menus .btn:hover,
.category-menus .btn:focus-visible {
    background: #ffffff;
    border-color: rgba(148, 163, 184, 0.18);
}

.goods-list .row {
    row-gap: 10px;
}

.product-card-home .card-body {
    gap: 12px;
}

.product-card-flags {
    gap: 6px;
}

.product-summary .buy-form {
    margin-top: 24px !important;
    padding-top: 20px;
}

.product-form-heading {
    margin-bottom: 12px;
}

.product-form-heading h6 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.product-inline-note {
    background: rgba(248, 250, 252, 0.9);
}

.product-action-row {
    padding-top: 12px;
}

.service-actions,
.product-action-row {
    gap: 12px;
}

.site-footer {
    background: rgba(255, 255, 255, 0.82);
}

/* ---------- 20260410 Unified Finish ---------- */
.hero {
    padding: 20px 0 8px;
}

.hero-shell {
    gap: 18px;
}

.hero-copy,
.hero-panel {
    padding: 28px;
    border-radius: 26px;
}

.hero-kicker,
.section-kicker {
    margin-bottom: 10px;
    font-size: 12px;
}

.hero-copy h1 {
    font-size: clamp(30px, 4.5vw, 46px);
    line-height: 1.04;
}

.hero-copy p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.72;
}

.hero-actions {
    margin-top: 20px;
    gap: 10px;
}

.hero-panel {
    gap: 14px;
}

.hero-panel-title {
    font-size: 14px;
}

.hero-panel-grid {
    gap: 12px;
    margin: 14px 0 12px;
}

.hero-panel-item {
    min-height: 82px;
    padding: 16px;
}

.hero-panel-item strong {
    font-size: 21px;
    margin-bottom: 4px;
}

.hero-support {
    padding-top: 14px;
    font-size: 13px;
}

.category {
    padding: 12px 0 22px;
}

.section-heading {
    margin: 0 auto 18px;
}

.section-heading h2 {
    font-size: clamp(24px, 3.4vw, 32px);
}

.section-heading p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.72;
}

.section-heading-left {
    margin-bottom: 18px;
}

.redeem-entry-panel {
    margin: 4px 0 16px;
    padding: 16px 18px;
    border-radius: 20px;
}

.redeem-entry-panel.compact {
    margin-top: 6px;
}

.redeem-entry-copy h5 {
    font-size: 18px;
}

.redeem-entry-copy p {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.64;
}

.category-surface {
    padding: 20px;
    border-radius: 24px;
}

.category-surface-head {
    margin-bottom: 14px;
}

.category-surface-head h3 {
    font-size: 22px;
}

.category-surface-head p {
    font-size: 13px;
    line-height: 1.65;
}

.service-grid {
    gap: 12px;
    margin-bottom: 18px;
}

.service-card {
    min-height: 132px;
    padding: 18px;
    border-radius: 20px;
}

.service-card-title {
    font-size: 17px;
}

.goods {
    padding-bottom: 38px;
}

.goods-list {
    padding: 20px;
    border-radius: 24px;
}

.product-card-media {
    padding: 20px 20px 0;
}

.product-card-home .card-img-top {
    height: 204px;
    border-radius: 18px;
    padding: 16px;
}

.product-card-home .card-body {
    padding: 18px 20px 20px;
    gap: 10px;
}

.product-card-home .card-title {
    min-height: 50px;
    font-size: 17px;
}

.product-card-flags {
    font-size: 12px;
}

.product-price {
    font-size: 26px;
}

@media (max-width: 991px) {
    .hero {
        padding-top: 14px;
    }

    .hero-copy,
    .hero-panel,
    .category-surface,
    .goods-list {
        padding: 20px;
        border-radius: 22px;
    }

    .hero-copy h1 {
        font-size: 30px;
    }

    .hero-panel-grid {
        margin: 12px 0 10px;
    }

    .category {
        padding-top: 10px;
    }

    .product-card-home .card-img-top {
        height: 196px;
    }
}

/* ---------- 20260410 Refinement Pass ---------- */
.hero-copy,
.hero-panel,
.category-surface,
.goods-list,
.product-hero,
.product-description-card {
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.04);
}

.hero-copy {
    justify-content: flex-start;
}

.hero-copy h1 {
    max-width: 11ch;
}

.hero-panel-title,
.redeem-entry-copy h5,
.service-card-title,
.product-form-heading h6 {
    letter-spacing: -0.01em;
}

.service-card-copy,
.product-stock,
.product-inline-note,
.product-form-heading p {
    color: #6b7a90;
}

.service-card-support {
    background: linear-gradient(180deg, #f5f8ff 0%, #ffffff 100%);
}

.product-card-home {
    border-color: rgba(148, 163, 184, 0.12);
}

.product-group-name,
.product-flag,
.product-meta-pill,
.product-visual-meta span,
.volume-price-chip {
    background: #f8fafc;
}

.product-card-bottom {
    align-items: center;
}

.product-card-home .btn-primary,
.product-action-row .btn-primary {
    padding-inline: 18px;
}

.product-hero {
    border-color: rgba(148, 163, 184, 0.14);
}

.product-visual {
    padding: 24px;
}

.product-summary .card-body,
.product-summary {
    gap: 0;
}

.product-title {
    max-width: 16ch;
}

.product-subtitle {
    margin-top: 10px;
    line-height: 1.72;
}

.product-meta-row {
    margin-top: 18px;
    gap: 10px;
}

.product-price-box {
    border-radius: 16px;
}

.product-summary .buy-form {
    margin-top: 20px !important;
    padding-top: 18px;
}

.product-form-section + .product-form-section {
    margin-top: 16px;
    padding-top: 18px;
}

.product-form-heading {
    margin-bottom: 12px;
}

.product-action-row {
    gap: 8px;
}

.product-inline-note {
    border-radius: 14px;
    line-height: 1.7;
}

.search-mode-tabs .nav-link {
    background: rgba(248, 250, 252, 0.96);
}

@media (max-width: 991px) {
    .hero-copy h1,
    .product-title {
        max-width: none;
    }

    .product-visual {
        padding: 20px;
    }
}

/* ---------- 20260410 Final Touch ---------- */
.product-card-home {
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.product-card-home:hover {
    transform: translateY(-2px);
    border-color: rgba(148, 163, 184, 0.18);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.06);
}

.product-card-topline {
    align-items: center;
}

.product-stock {
    font-size: 12px;
}

.product-stock-state,
.product-meta-pill-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-weight: 700;
}

.product-stock-state {
    padding: 6px 10px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: #f8fafc;
}

.stock-state-ready {
    color: #166534;
    background: #ecfdf3;
    border-color: rgba(34, 197, 94, 0.18);
}

.stock-state-low {
    color: #b45309;
    background: #fff7ed;
    border-color: rgba(245, 158, 11, 0.18);
}

.stock-state-empty {
    color: #b91c1c;
    background: #fef2f2;
    border-color: rgba(239, 68, 68, 0.16);
}

.stock-state-manual {
    color: #1d4ed8;
    background: #eff6ff;
    border-color: rgba(37, 99, 235, 0.18);
}

.product-card-home .card-title {
    min-height: 48px;
    line-height: 1.4;
}

.product-card-flags {
    min-height: 24px;
}

.product-price {
    line-height: 1;
}

.product-form-section {
    padding: 18px 18px 16px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 20px;
    background: rgba(248, 250, 252, 0.76);
}

.product-form-section + .product-form-section {
    margin-top: 14px;
    padding-top: 18px;
}

.product-form-heading h6 {
    font-size: 14px;
}

.buy-form .form-control-sm {
    background: #ffffff;
}

.payment-option label {
    min-height: 44px;
    border-radius: 13px;
}

.product-action-row {
    align-items: stretch;
}

.product-action-row .btn {
    min-width: 136px;
}

.product-inline-note {
    background: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991px) {
    .product-form-section {
        padding: 16px 16px 14px;
        border-radius: 18px;
    }
}

/* ---------- 20260410 Site Cohesion ---------- */
.header {
    position: sticky;
    top: 0;
    z-index: 1030;
}

.hero {
    padding: 22px 0 8px;
}

.hero-shell {
    gap: 18px;
}

.hero-copy,
.hero-panel,
.category-surface,
.goods-list,
.product-hero,
.product-description-card,
.service-header,
.service-card,
.payment-card,
.order-detail-card,
.bill-summary-card {
    border-radius: 24px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
}

.hero-copy,
.hero-panel {
    padding: 28px;
}

.hero-copy p,
.service-copy,
.product-subtitle,
.product-inline-note,
.payment-note,
.payment-help-box p,
.order-info-box textarea,
.product-description-card .card-body p,
.product-description-card .card-body li {
    line-height: 1.76;
}

.hero-panel-grid {
    gap: 12px;
    margin: 18px 0 16px;
}

.hero-panel-item {
    min-height: 84px;
    padding: 16px;
    border-radius: 16px;
}

.service-grid {
    gap: 12px;
}

.service-card {
    min-height: 132px;
    padding: 18px;
}

.service-card:hover,
.product-card-home:hover {
    transform: translateY(-3px);
}

.goods-list {
    padding: 20px;
}

.product-card-home {
    border-radius: 22px;
}

.product-card-home .card-body {
    gap: 12px;
    padding: 20px 22px 22px;
}

.product-card-home .card-title {
    min-height: 50px;
    font-size: 17px;
}

.product-card-home .card-img-top {
    height: 208px;
}

.product-card-flags {
    min-height: 22px;
}

.product-price {
    font-size: 26px;
}

.product-hero {
    border-radius: 26px;
}

.product-summary {
    padding: 28px !important;
}

.product-summary .buy-form {
    margin-top: 18px !important;
    padding-top: 16px;
}

.product-form-section {
    padding: 16px 16px 14px;
    border-radius: 18px;
    background: rgba(248, 250, 252, 0.82);
}

.product-form-section + .product-form-section {
    margin-top: 12px;
    padding-top: 16px;
}

.product-action-row,
.service-actions {
    gap: 8px;
}

.product-action-row .btn,
.service-actions .btn,
.payment-qr-pane .btn,
.order-result-pane .btn,
.bill-side-pane .btn {
    min-height: 46px;
}

.product-description-card .card-header,
.service-header .card-body,
.service-card .card-body {
    padding: 24px !important;
}

.product-description-card .card-body {
    padding: 20px 24px 24px;
}

.search-mode-tabs {
    gap: 8px;
}

.search-mode-tabs .nav-link {
    min-height: 44px;
}

.payment-summary,
.payment-qr-pane,
.order-summary-pane,
.order-result-pane,
.bill-summary-pane,
.bill-side-pane {
    padding: 28px;
}

.payment-summary h3,
.order-summary-pane h3,
.bill-summary-pane h3,
.service-title {
    letter-spacing: -0.025em;
}

.payment-qr-code {
    margin: 18px 0 16px;
    padding: 16px;
    border-radius: 20px;
}

.payment-qr-code img {
    width: 208px;
    height: 208px;
}

.payment-meta-grid,
.order-meta-grid,
.bill-meta-grid {
    gap: 10px;
}

.payment-meta-item,
.order-meta-item,
.bill-meta-item,
.order-status-item {
    border-radius: 16px;
}

.site-footer {
    margin-top: 18px;
    padding: 30px 0 22px;
}

@media (max-width: 991px) {
    .hero-copy,
    .hero-panel,
    .category-surface,
    .goods-list,
    .service-header .card-body,
    .service-card .card-body,
    .product-summary,
    .product-visual,
    .payment-summary,
    .payment-qr-pane,
    .order-summary-pane,
    .order-result-pane,
    .bill-summary-pane,
    .bill-side-pane {
        padding: 22px !important;
    }

    .product-card-home .card-img-top {
        height: 190px;
    }
}

@media (max-width: 767px) {
    .hero {
        padding-top: 16px;
    }

    .hero-copy,
    .hero-panel,
    .category-surface,
    .goods-list,
    .service-header .card-body,
    .service-card .card-body,
    .product-summary,
    .product-visual,
    .payment-summary,
    .payment-qr-pane,
    .order-summary-pane,
    .order-result-pane,
    .bill-summary-pane,
    .bill-side-pane {
        padding: 18px !important;
    }

    .service-actions .btn,
    .product-action-row .btn,
    .hero-actions .btn,
    .redeem-entry-actions .btn {
        width: 100%;
    }
}

/* 2026-04-10 global refinement */
body {
    background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
}

.header .container,
.site-footer .container,
.main-container .container {
    max-width: 1148px;
}

.hero {
    padding: 18px 0 8px;
}

.hero-shell {
    grid-template-columns: minmax(0, 1.24fr) minmax(300px, 0.82fr);
    gap: 18px;
}

.hero-copy,
.hero-panel,
.redeem-entry-panel,
.category-surface,
.goods-list,
.product-hero,
.service-header,
.service-card,
.payment-card,
.product-description-card,
.order-card,
.bill-card {
    border-color: rgba(148, 163, 184, 0.14);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.05);
}

.hero-copy,
.hero-panel {
    padding: 28px;
    border-radius: 26px;
}

.hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(32px, 4.2vw, 46px);
}

.hero-copy p {
    margin-top: 14px;
    max-width: 56ch;
    font-size: 16px;
    line-height: 1.75;
}

.hero-actions {
    gap: 10px;
    margin-top: 24px;
}

.hero-actions .btn,
.service-actions .btn,
.product-action-row .btn,
.redeem-entry-actions .btn {
    min-height: 44px;
}

.hero-panel-grid {
    gap: 12px;
    margin: 16px 0;
}

.hero-panel-item {
    min-height: 84px;
    padding: 16px;
    border-radius: 18px;
}

.hero-panel-item strong {
    font-size: 22px;
}

.category {
    padding: 12px 0 22px;
}

.section-heading {
    margin-bottom: 20px;
}

.section-heading-left {
    margin-bottom: 22px;
}

.redeem-entry-panel {
    margin: 6px 0 20px;
    padding: 18px 20px;
    border-radius: 22px;
}

.category-surface {
    padding: 22px;
    border-radius: 24px;
}

.category-surface-head {
    margin-bottom: 14px;
}

.service-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.service-card {
    min-height: 128px;
    padding: 18px;
    border-radius: 20px;
}

.service-card-title {
    font-size: 17px;
}

.goods {
    padding-bottom: 36px;
}

.goods-list {
    padding: 20px;
    border-radius: 26px;
}

.product-card-home {
    border-radius: 24px;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.05);
}

.product-card-home .card-img-top {
    height: 198px;
    padding: 16px;
    border-radius: 18px;
}

.product-card-home .card-body {
    gap: 12px;
    padding: 20px 20px 22px;
}

.product-card-home .card-title {
    min-height: 50px;
    font-size: 17px;
}

.product-price {
    font-size: 26px;
}

.product-page {
    padding-bottom: 42px;
}

.product-hero {
    margin-top: 18px !important;
}

.product-visual {
    padding: 24px;
}

.product-summary {
    padding: 30px 30px 28px !important;
}

.product-title {
    font-size: clamp(28px, 3.7vw, 38px);
}

.product-subtitle {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.75;
}

.product-meta-row {
    gap: 10px;
    margin-top: 18px;
}

.product-price-box {
    min-width: 168px;
    padding: 13px 15px;
    border-radius: 16px;
}

.product-price-box strong {
    font-size: 28px;
}

.volume-pricing {
    margin-top: 16px;
}

.product-summary .buy-form {
    margin-top: 22px !important;
    padding-top: 20px;
}

.product-form-section {
    padding: 16px 18px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 20px;
    background: #fbfdff;
}

.product-form-section + .product-form-section {
    margin-top: 16px;
    padding-top: 16px;
}

.product-form-heading {
    margin-bottom: 12px;
}

.product-form-heading p {
    font-size: 13px;
    line-height: 1.7;
}

.product-inline-note {
    border-radius: 16px;
    font-size: 13px;
}

.product-action-row {
    gap: 10px;
    padding-top: 6px;
}

.product-action-row .btn {
    min-width: 138px;
}

.product-description-card .card-header {
    padding: 22px 22px 0;
}

.product-description-card .card-body {
    padding: 20px 22px 24px;
}

.service-header .card-body,
.service-card .card-body {
    padding: 24px !important;
}

.service-title {
    font-size: clamp(28px, 3.4vw, 38px);
}

.service-copy {
    margin-top: 12px;
    font-size: 14px;
}

.service-actions {
    margin-top: 20px;
}

.search-mode-tabs {
    gap: 8px;
}

.search-mode-tabs .nav-link {
    min-height: 44px;
}

.payment-card .row,
.order-card .row,
.bill-card .row {
    align-items: stretch;
}

.payment-summary,
.payment-qr-pane,
.order-summary-pane,
.order-result-pane,
.bill-summary-pane,
.bill-side-pane {
    padding: 28px 30px;
}

.payment-summary h3,
.order-summary-pane h3,
.bill-summary-pane h3,
.service-title {
    letter-spacing: -0.025em;
}

.payment-meta-grid,
.order-meta-grid,
.bill-meta-grid {
    gap: 10px;
}

.payment-meta-item,
.order-meta-item,
.bill-meta-item,
.order-status-item {
    border-radius: 16px;
}

.site-footer {
    margin-top: 18px;
    padding: 30px 0 22px;
}

@media (max-width: 1199.98px) {
    .hero-copy,
    .hero-panel,
    .product-summary,
    .service-header .card-body,
    .service-card .card-body,
    .payment-summary,
    .payment-qr-pane,
    .order-summary-pane,
    .order-result-pane,
    .bill-summary-pane,
    .bill-side-pane {
        padding: 24px !important;
    }

    .product-card-home .card-img-top {
        height: 184px;
    }
}

@media (max-width: 991.98px) {
    .hero-shell {
        grid-template-columns: 1fr;
    }

    .hero-copy h1 {
        max-width: none;
    }

    .product-summary,
    .product-description-card .card-header,
    .product-description-card .card-body {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 767.98px) {
    .hero {
        padding-top: 12px;
    }

    .hero-copy,
    .hero-panel,
    .redeem-entry-panel,
    .category-surface,
    .goods-list,
    .product-form-section,
    .payment-summary,
    .payment-qr-pane,
    .order-summary-pane,
    .order-result-pane,
    .bill-summary-pane,
    .bill-side-pane {
        border-radius: 22px;
    }

    .hero-copy,
    .hero-panel,
    .service-header .card-body,
    .service-card .card-body,
    .product-summary,
    .payment-summary,
    .payment-qr-pane,
    .order-summary-pane,
    .order-result-pane,
    .bill-summary-pane,
    .bill-side-pane {
        padding: 20px !important;
    }

    .hero-copy p,
    .service-copy {
        font-size: 14px;
    }

    .hero-actions,
    .service-actions,
    .product-action-row {
        gap: 8px;
    }

    .hero-actions .btn,
    .service-actions .btn,
    .product-action-row .btn,
    .redeem-entry-actions .btn {
        width: 100%;
        min-width: 0;
    }

    .goods-list {
        padding: 16px;
    }

    .product-card-home .card-img-top {
        height: 172px;
    }

    .product-card-home .card-body {
        padding: 18px;
    }

    .product-visual {
        padding: 20px;
    }

    .product-summary .buy-form {
        margin-top: 18px !important;
        padding-top: 18px;
    }

    .product-form-section {
        padding: 14px 15px;
    }

    .service-card {
        min-height: 0;
    }
}
