/*
Theme Name: Astra Child — Huicheng Corporate
Theme URI: https://huichengphonefarm.com
Description: Official site polish. Does not modify SIM service logic or Elementor SIM page widgets.
Author: Huicheng
Template: astra
Version: 2.24.68
*/

/* ==========================================================================
   Huicheng corporate design system
   Scope: marketing pages — never touch SIM tool UI (#hs_*)
   ========================================================================== */

:root {
	--hc-brand: #0b6fe8;
	--hc-brand-dark: #0558c7;
	--hc-brand-light: #dbeafe;
	--hc-accent: #22d3ee;
	--hc-ink: #0c1e3d;
	--hc-ink-soft: #1e3a5f;
	--hc-muted: #5b7a9d;
	--hc-border: #bfdbfe;
	--hc-surface: #ffffff;
	--hc-radius: 12px;
	--hc-radius-sm: 8px;
	--hc-shadow: 0 8px 28px rgba(11, 111, 232, 0.12);
	--hc-shadow-sm: 0 2px 8px rgba(11, 111, 232, 0.08);
	--hc-glow: 0 0 0 1px rgba(11, 111, 232, 0.14), 0 12px 36px rgba(11, 111, 232, 0.18);
	--hc-header-h: 88px;
	--hc-header-gutter: clamp(20px, 2.8vw, 40px);
	--hc-header-inner-max: min(1280px, calc(100% - 2 * var(--hc-header-gutter)));
	--hc-logo-inset: 14px;
	--hc-logo-max-h: 72px;
	--hc-logo-max-h-mobile: 50px;
	--hc-logo-max-w: 280px;
	--hc-nav-font: 0.9375rem;
	--hc-header-bar-h: 52px;
	--hc-nav-box-min-h: 50px;
	/* Page canvas: bright sky-blue → white */
	--hc-gradient-page: linear-gradient(180deg, #eff6ff 0%, #f0f9ff 40%, #ffffff 100%);
}

/* ---- Global typography rhythm ---- */
body.huicheng-corporate {
	color: var(--hc-ink-soft);
	-webkit-font-smoothing: antialiased;
}

body.huicheng-corporate .site-content {
	padding-top: 0;
}

/* ---- Sticky corporate header ---- */
body.huicheng-corporate .site-header,
body.huicheng-corporate #ast-desktop-header {
	position: sticky;
	top: 0;
	z-index: 999;
}

body.huicheng-corporate .site-header,
body.huicheng-corporate .ast-primary-header-bar,
body.huicheng-corporate .ast-builder-grid-row,
body.huicheng-corporate .site-primary-header-wrap {
	background: rgba(255, 255, 255, 0.98) !important;
	background-image: none !important;
	backdrop-filter: blur(10px);
	box-shadow: none !important;
	border-top: none;
	border-bottom: 1px solid var(--hc-border);
}

/* Brand thread under header — ties logo / menu / tools to one bar */
body.huicheng-corporate #ast-desktop-header .ast-primary-header-bar {
	position: relative;
}

body.huicheng-corporate #ast-desktop-header .ast-primary-header-bar::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: linear-gradient(
		90deg,
		var(--hc-brand) 0%,
		var(--hc-accent) 45%,
		rgba(11, 111, 232, 0.35) 75%,
		transparent 100%
	);
	pointer-events: none;
}

body.huicheng-corporate .custom-logo-link,
body.huicheng-corporate .ast-site-identity .site-logo-img {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	line-height: 0;
}

body.huicheng-corporate .custom-logo-link img,
body.huicheng-corporate .ast-site-identity .site-logo-img img {
	max-height: var(--hc-logo-max-h);
	max-width: var(--hc-logo-max-w);
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
	object-position: left center;
}

/* Logo — flat on header bar (no card / no drop shadow) */
body.huicheng-corporate .custom-logo-link,
body.huicheng-corporate .ast-site-identity .site-logo-img {
	display: inline-flex;
	align-items: center;
	margin-left: var(--hc-logo-inset);
	padding: 0;
	background: transparent !important;
	border: none !important;
	border-radius: 0;
	box-shadow: none !important;
	min-height: 0;
	box-sizing: border-box;
}

body.huicheng-corporate .custom-logo-link::before,
body.huicheng-corporate .ast-site-identity .site-logo-img::before {
	display: none;
}

body.huicheng-corporate .custom-logo-link img,
body.huicheng-corporate .ast-site-identity .site-logo-img img {
	border-radius: 10px;
	box-shadow: none !important;
}

/* Logo-only branding when custom logo is set */
body.wp-custom-logo:not(.page-id-365) .ast-site-identity .site-title {
	display: none !important;
}

body:not(.page-id-365) .ast-site-identity .site-title {
	font-size: 1.05rem !important;
	line-height: 1.25;
	font-weight: 700 !important;
	letter-spacing: -0.02em;
}

body:not(.page-id-365) .ast-site-identity .site-description {
	display: block !important;
	font-size: 0.68rem;
	color: var(--hc-muted);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-weight: 500;
}

body:not(.page-id-365) .site-header [style*="7cc84a"],
body:not(.page-id-365) .ast-primary-header-bar,
body:not(.page-id-365) .ast-above-header-bar,
body:not(.page-id-365) .ast-below-header-bar {
	background-color: #fff !important;
}

/* Navigation */
body:not(.page-id-365) .main-header-menu .menu-item > .menu-link {
	font-size: var(--hc-nav-font);
	font-weight: 500;
	letter-spacing: 0.01em;
	padding: 0.45em 0.7em;
	color: var(--hc-ink-soft) !important;
	transition: color 0.15s ease;
}

body:not(.page-id-365) .main-header-menu .menu-item.current-menu-item > .menu-link,
body:not(.page-id-365) .main-header-menu .menu-item:hover > .menu-link {
	color: var(--hc-brand) !important;
}

body:not(.page-id-365) .main-header-menu .menu-item a[href*="global-sim-sms-service"],
body:not(.page-id-365) .main-header-menu .menu-item a[href*="page_id=365"] {
	color: var(--hc-brand) !important;
	font-weight: 600;
}

body:not(.page-id-365) .site-title a {
	font-size: 1.1rem !important;
	font-weight: 700;
	color: var(--hc-ink) !important;
	letter-spacing: -0.02em;
}

/* Header action buttons (Astra Header Builder right column) */
.hc-header-actions {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-left: 12px;
	vertical-align: middle;
	flex-wrap: nowrap;
}

.ast-header-html-1.hc-header-actions {
	display: inline-flex;
}

.hc-header-recharge {
	display: inline-flex;
	align-items: center;
	padding: 8px 16px;
	font-size: 0.875rem;
	font-weight: 700;
	color: #fff !important;
	background: #059669 !important;
	border: 1px solid #047857 !important;
	border-radius: 999px;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background 0.15s ease, transform 0.15s ease;
}

.hc-header-recharge:hover {
	background: #047857 !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.hc-header-account {
	display: inline-flex;
	align-items: center;
	padding: 8px 18px;
	font-size: 0.875rem;
	font-weight: 600;
	color: #fff !important;
	background: var(--hc-brand) !important;
	border: 1px solid var(--hc-brand-dark) !important;
	border-radius: 999px;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background 0.15s ease, transform 0.15s ease;
}

.hc-header-account:hover {
	background: var(--hc-brand-dark) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.hc-topup-banner {
	margin: 0 auto 16px;
	max-width: var(--ast-container-width, 1200px);
	padding: 0 20px;
}

.hc-topup-banner__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	padding: 14px 18px;
	border: 1px solid #a7f3d0;
	border-radius: 12px;
	background: linear-gradient(90deg, #ecfdf5 0%, #f0fdf4 100%);
}

.hc-topup-banner__text {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 0.92rem;
	color: #065f46;
}

.hc-topup-banner__text strong {
	font-size: 1rem;
}

.hc-topup-banner__btn {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	font-weight: 700;
	color: #fff !important;
	background: #059669;
	border-radius: 999px;
	text-decoration: none !important;
	white-space: nowrap;
}

.hc-topup-banner__btn:hover {
	background: #047857;
}

.hc-topup-form-intro {
	margin: 0 0 16px;
	padding: 14px 16px;
	border: 1px solid #bfdbfe;
	border-radius: 10px;
	background: #eff6ff;
}

.hc-topup-form-intro h2 {
	margin: 0 0 6px;
	font-size: 1.25rem;
}

.hc-topup-form-intro p {
	margin: 0;
	color: #374151;
	font-size: 0.92rem;
	line-height: 1.55;
}

body.woocommerce-checkout.hc-usdt-topup-checkout .woocommerce-billing-fields,
body.woocommerce-checkout.hc-usdt-topup-checkout .woocommerce-additional-fields,
body.woocommerce-checkout.hc-usdt-topup-checkout #order_review_heading {
	display: none !important;
}

body.page-id-365 .hc-sim-panel {
	max-width: 980px;
	margin: 0 auto 24px;
	padding: 18px 20px;
	border: 1px solid var(--hc-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--hc-shadow-sm);
}

.hc-sim-panel__title {
	margin: 0 0 12px;
	font-size: 1.35rem;
}

.hc-sim-panel__row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 10px 0;
}

.hc-sim-panel__row--account {
	padding: 10px 12px;
	border-radius: 10px;
	background: #f8fafc;
}

.hc-sim-panel__login-tip {
	padding: 10px 12px;
	border: 1px solid #fbcfe8;
	border-radius: 8px;
	background: #fdf2f8;
	color: #9d174d;
	margin: 8px 0;
}

.hc-sim-panel__sp {
	margin-left: 12px;
}

.hc-sim-select {
	min-width: 280px;
	flex: 1;
	max-width: 520px;
}

.hc-sim-select--wide {
	min-width: 320px;
	max-width: 640px;
}

.hc-sim-input {
	min-width: 180px;
	max-width: 360px;
}

.hc-sim-input--qty {
	width: 90px;
	min-width: 90px;
}

.hc-sim-btn {
	padding: 8px 14px;
	border: 1px solid var(--hc-border);
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	font-weight: 600;
}

.hc-sim-btn--primary {
	color: #fff;
	background: var(--hc-brand);
	border-color: var(--hc-brand);
}

.hc-sim-btn--ghost {
	color: #475569;
	background: #fff;
	border: 1px solid #cbd5e1;
}

.hc-sim-btn--ghost:hover:not(:disabled) {
	color: #334155;
	background: #f8fafc;
	border-color: #94a3b8;
}

.hc-sim-btn--ghost.hc-sim-btn--on-dark {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.08);
}

.hc-sim-btn--ghost.hc-sim-btn--on-dark:hover:not(:disabled) {
	color: #fff;
	background: rgba(255, 255, 255, 0.18);
}

.hc-sim-advanced {
	margin: 10px 0;
	padding: 10px 12px;
	border: 1px dashed #cbd5e1;
	border-radius: 10px;
	background: #f8fafc;
}

.hc-sim-advanced__hint {
	margin: 8px 0;
	font-size: 0.88rem;
	color: #475569;
	line-height: 1.55;
}

.hc-sim-advanced summary {
	cursor: pointer;
	font-weight: 600;
	color: #334155;
}

.hc-sim-orders {
	border: 1px dashed #cbd5e1;
	padding: 12px;
	border-radius: 10px;
	margin-top: 12px;
	background: #fafafa;
}

.hc-sim-orders__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.hc-sim-orders__tip {
	margin: 10px 0 12px;
	padding: 10px 12px 10px 14px;
	border-radius: 10px;
	border: 1px solid #bfdbfe;
	border-left: 4px solid #046bd2;
	background: linear-gradient(90deg, #eff6ff 0%, #f8fafc 100%);
}

.hc-sim-orders__tip-title {
	display: block;
	margin: 0 0 4px;
	font-size: 0.82rem;
	font-weight: 700;
	color: #034a94;
}

.hc-sim-orders__tip-text {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1.55;
	color: #475569;
}

.hc-sim-orders__note {
	font-size: 0.82rem;
	color: #64748b;
	line-height: 1.55;
	margin: 8px 0 0;
}

.hc-sim-orders__empty {
	color: #64748b;
}

.hc-topup-banner--low .hc-topup-banner__inner {
	border-color: #fecaca;
	background: linear-gradient(90deg, #fef2f2 0%, #fff7ed 100%);
}

.hc-topup-banner--low .hc-topup-banner__text {
	color: #991b1b;
}

.hc-usdt-copy-btn:active {
	transform: scale(0.98);
}

.hc-header-sim {
	display: inline-flex;
	align-items: center;
	padding: 7px 14px;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--hc-brand) !important;
	background: var(--hc-brand-light);
	border: 1px solid rgba(4, 107, 210, 0.2);
	border-radius: 999px;
	text-decoration: none !important;
	transition: background 0.15s ease, box-shadow 0.15s ease;
	white-space: nowrap;
}

.hc-header-sim:hover {
	background: #dbeafe;
	box-shadow: var(--hc-shadow-sm);
}

.hc-header-account {
	display: inline-flex;
	align-items: center;
	padding: 8px 18px;
	font-size: 0.85rem;
	font-weight: 600;
	color: #fff !important;
	background: var(--hc-brand) !important;
	border-radius: var(--hc-radius-sm);
	text-decoration: none !important;
	transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
	white-space: nowrap;
}

.hc-header-account:hover {
	background: var(--hc-brand-dark) !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 14px rgba(4, 107, 210, 0.35);
}

/* Header right: toolbar + language slot (separate from menu) */
.hc-header-right {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
}

.hc-header-lang-slot {
	flex-shrink: 0;
}

.hc-lang-drop {
	position: relative;
	flex-shrink: 0;
}

.hc-lang-drop__toggle {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 6px 9px;
	min-width: 0;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
	color: var(--hc-muted);
	background: #fff;
	border: 1px solid var(--hc-border);
	border-radius: 8px;
	cursor: pointer;
	list-style: none;
	user-select: none;
	transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.hc-lang-drop__toggle::-webkit-details-marker {
	display: none;
}

.hc-lang-drop__toggle::marker {
	content: "";
}

.hc-lang-drop[open] .hc-lang-drop__toggle {
	color: var(--hc-brand);
	border-color: #93c5fd;
	box-shadow: 0 0 0 2px rgba(4, 107, 210, 0.12);
}

.hc-lang-drop__label {
	max-width: 4.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hc-lang-drop__caret {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	opacity: 0.75;
	transition: transform 0.15s ease;
}

.hc-lang-drop[open] .hc-lang-drop__caret {
	transform: rotate(180deg);
}

.hc-lang-drop__menu {
	position: absolute;
	right: 0;
	top: calc(100% + 6px);
	z-index: 10002;
	min-width: 132px;
	margin: 0;
	padding: 6px;
	list-style: none;
	background: #fff;
	border: 1px solid var(--hc-border);
	border-radius: 10px;
	box-shadow: var(--hc-shadow);
}

.hc-lang-drop__option {
	display: block;
	padding: 8px 10px;
	border-radius: 6px;
	font-size: 0.8125rem;
	font-weight: 500;
	color: var(--hc-ink-soft) !important;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background 0.12s ease, color 0.12s ease;
}

.hc-lang-drop__option:hover {
	background: #f1f5f9;
	color: var(--hc-brand) !important;
}

.hc-lang-drop__option.is-active {
	background: var(--hc-brand-light);
	color: var(--hc-brand) !important;
	font-weight: 600;
}

/* Trilingual content blocks — show exactly one locale */
body.hc-lang-en .hc-i18n-zh,
body.hc-lang-en .hc-i18n-zh-tw {
	display: none !important;
}

body.hc-lang-zh .hc-i18n-en,
body.hc-lang-zh .hc-i18n-zh-tw {
	display: none !important;
}

body.hc-lang-zh-tw .hc-i18n-en,
body.hc-lang-zh-tw .hc-i18n-zh {
	display: none !important;
}

/* Bilingual content pages — card on tinted page background */
.hc-knowledge,
.hc-about-page,
.hc-page-solutions,
.hc-page-phone-farm,
.hc-page-applications,
.hc-page-guides,
.hc-faq,
.hc-terms-page {
	max-width: 920px;
	margin: 0 auto 1.5rem;
	padding: 1.35rem 1.5rem 1.65rem;
	line-height: 1.7;
	background: #fff;
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius);
	box-shadow: none;
}

.hc-page-phone-farm .hc-lead,
.hc-page-applications .hc-lead,
.hc-page-guides .hc-lead {
	font-size: 1.05rem;
	color: var(--hc-muted);
	margin-bottom: 1.5rem;
}

.hc-phone-farm-gallery {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin: 1.5rem 0 2rem;
}

.hc-phone-farm-gallery img {
	width: 100%;
	height: auto;
	border-radius: var(--hc-radius-sm);
	border: 1px solid var(--hc-border);
	box-shadow: none;
}

.hc-content-figure {
	margin: 1.25rem 0 1.5rem;
}

.hc-content-figure img {
	width: 100%;
	height: auto;
	max-width: 100%;
	border-radius: var(--hc-radius-sm);
	border: 1px solid var(--hc-border);
	box-shadow: none;
	image-rendering: auto;
}

.hc-rich-block {
	margin-bottom: 1rem;
}

.hc-rich-block .hc-block-title,
.hc-rich-block h3 {
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.55;
	margin: 0.75rem 0 0.5rem;
	color: var(--hc-ink);
}

body.page-id-131 .entry-content > .hc-page-applications:first-child,
body.page-id-292 .entry-content > .hc-page-guides:first-child {
	margin-top: 0.5rem;
}

.hc-spec-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1rem 0 1.5rem;
	font-size: 0.95rem;
}

.hc-spec-table th,
.hc-spec-table td {
	border: 1px solid var(--hc-border);
	padding: 0.65rem 0.75rem;
	text-align: left;
}

.hc-spec-table thead tr {
	background: var(--hc-surface);
}

body.page-id-125 .entry-content > .hc-page-phone-farm:first-child {
	margin-top: 0.5rem;
}

.hc-knowledge h1,
.hc-knowledge h2,
.hc-knowledge h3 {
	color: var(--hc-ink);
	margin-top: 1.5rem;
}

.hc-sim-intro {
	max-width: 920px;
	margin: 0 auto 1rem;
	padding: 0.85rem 1rem;
	background: var(--hc-brand-light);
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius-sm);
	font-size: 0.95rem;
	line-height: 1.6;
}

body.page-id-365 .hc-sim-intro {
	margin-top: 0.5rem;
}

.hc-footer-links__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem 1.25rem;
}

.hc-knowledge h2:first-child,
.hc-about-page h2:first-child,
.hc-faq h2:first-child {
	margin-top: 0;
	color: var(--hc-ink);
}

.hc-knowledge h3 {
	color: var(--hc-ink-soft);
	margin-top: 2rem;
}

.hc-knowledge ul {
	padding-left: 1.25rem;
}

.hc-knowledge a {
	color: var(--hc-brand);
}

/* ---- Hide redundant page title (hero or card has H1/H2) ---- */
body.home .entry-header,
body.elementor-page .entry-header,
body.page-id-64 .entry-header,
body.hc-has-inner-hero .entry-header,
body.hc-content-page .entry-header {
	display: none !important;
}

/* ---- Homepage hero banner ---- */
.hc-home-hero {
	background: linear-gradient(135deg, #0a2540 0%, #1d4ed8 48%, #0c4a6e 100%);
	color: #e2e8f0;
	padding: clamp(2.75rem, 6vw, 4.5rem) 0 clamp(2.25rem, 5vw, 3.5rem);
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	position: relative;
	overflow: hidden;
}

.hc-home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.45) 0%, transparent 48%),
		radial-gradient(circle at 80% 70%, rgba(34, 211, 238, 0.28) 0%, transparent 42%);
	pointer-events: none;
}

.hc-home-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 920px;
	text-align: center;
}

.hc-home-hero__badge {
	display: inline-block;
	margin: 0 0 1rem;
	padding: 0.35rem 0.85rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #93c5fd;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(147, 197, 253, 0.25);
	border-radius: 999px;
}

.hc-home-hero__title {
	margin: 0 0 1rem;
	font-size: clamp(1.75rem, 4vw, 2.65rem) !important;
	line-height: 1.25 !important;
	font-weight: 700 !important;
	color: #fff !important;
	letter-spacing: -0.03em;
}

.hc-home-hero__lead {
	margin: 0 auto 1.75rem;
	max-width: 640px;
	font-size: 1.05rem;
	line-height: 1.7;
	color: #bae6fd;
}

.hc-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 2rem;
}

.hc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.5rem;
	font-size: 0.92rem;
	font-weight: 600;
	border-radius: var(--hc-radius-sm);
	text-decoration: none !important;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.hc-btn--primary {
	color: #fff !important;
	background: linear-gradient(135deg, var(--hc-brand) 0%, #2563eb 100%);
	box-shadow: 0 6px 22px rgba(11, 111, 232, 0.45);
}

.hc-btn--primary:hover {
	background: var(--hc-brand-dark);
	transform: translateY(-1px);
}

.hc-btn--ghost {
	color: #e2e8f0 !important;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.hc-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	transform: translateY(-1px);
}

.hc-home-hero__stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem 3rem;
	margin: 0;
	padding: 1.25rem 0 0;
	list-style: none;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hc-home-hero__stats li {
	text-align: center;
}

.hc-home-hero__stats strong {
	display: block;
	font-size: 1.35rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}

.hc-home-hero__stats span {
	font-size: 0.78rem;
	color: #64748b;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

/* ---- Homepage: sustainable circular growth ---- */
.hc-sustain-section {
	background: linear-gradient(180deg, #ecfdf5 0%, #f0f9ff 55%, #ffffff 100%);
	border-bottom: 1px solid var(--hc-border);
	padding: clamp(2rem, 4vw, 2.75rem) 0;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.hc-sustain-section__inner {
	max-width: 880px;
	text-align: center;
}

.hc-sustain-section__badge {
	display: inline-block;
	margin: 0 0 0.75rem;
	padding: 0.3rem 0.75rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #047857;
	background: rgba(16, 185, 129, 0.12);
	border: 1px solid rgba(16, 185, 129, 0.28);
	border-radius: 999px;
}

.hc-sustain-section__title {
	margin: 0 0 0.85rem;
	font-size: clamp(1.35rem, 3vw, 1.85rem) !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;
	color: var(--hc-ink) !important;
}

.hc-sustain-section__lead {
	margin: 0 auto 1.25rem;
	max-width: 720px;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--hc-muted);
}

.hc-sustain-section__flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem 0.35rem;
	margin: 0 0 1rem;
	padding: 0;
	list-style: none;
	counter-reset: hc-flow;
}

.hc-sustain-section__flow li {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.85rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--hc-ink-soft);
	background: #fff;
	border: 1px solid var(--hc-border);
	border-radius: 999px;
	box-shadow: none;
}

.hc-sustain-section__flow li + li::before {
	content: "→";
	margin-right: 0.5rem;
	color: var(--hc-brand);
	font-weight: 400;
}

.hc-sustain-section__footnote {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.6;
	color: var(--hc-muted);
	font-style: italic;
}

/* Hide duplicate Elementor hero copy — replaced by .hc-home-hero */
body.page-id-64 .elementor-element-191a7da,
body.page-id-64 .elementor-element-083512f,
body.page-id-64 .elementor-element-74e312d {
	display: none !important;
}

body.page-id-64 hr,
body.page-id-64 .elementor-divider,
body.page-id-64 .wp-block-separator {
	display: none !important;
}

/* ---- Page backgrounds (layered, not flat white) ---- */
body.page-id-64 .site-content,
body.page-id-125 .site-content,
body.page-id-504 .site-content,
body.page-id-203 .site-content,
body.page-id-131 .site-content,
body.page-id-292 .site-content,
body.hc-content-page .site-content,
body.hc-has-inner-hero .site-content {
	background: var(--hc-gradient-page);
}

body.page-id-64 .elementor-section-wrap,
body.page-id-64 .elementor {
	padding-top: 0;
}

/* Homepage product gallery — 3 equal columns (desktop), stack on mobile */
body.page-id-64 .elementor-element-e815dd0 .e-con-inner {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem 1.35rem;
	width: 100%;
	max-width: min(1200px, calc(100% - 2rem));
	margin: 0 auto;
	padding: 1.25rem 1rem 2.5rem;
	box-sizing: border-box;
	align-items: start;
}

body.page-id-64 .elementor-element-e815dd0 .elementor-widget-image {
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
}

body.page-id-64 .elementor-element-e815dd0 .elementor-widget-image img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	aspect-ratio: unset !important;
	object-fit: contain !important;
	display: block;
	margin: 0 auto;
	border-radius: var(--hc-radius-sm);
	border: 1px solid var(--hc-border);
	box-shadow: none;
	background: #fff;
}

@media (max-width: 640px) {
	body.page-id-64 .elementor-element-e815dd0 .e-con-inner {
		grid-template-columns: 1fr;
		padding: 1rem 1rem 2rem;
	}
}

/* Guides (292): Elementor screenshots — native size, no upscale blur */
body.page-id-292 .elementor-widget-image {
	text-align: center;
}

body.page-id-292 .elementor-widget-image img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	object-fit: contain !important;
	margin-left: auto;
	margin-right: auto;
}

body.page-id-64 .elementor-widget-image img {
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
	aspect-ratio: unset !important;
	object-fit: unset !important;
	display: block;
	margin: 0 auto;
	border-radius: var(--hc-radius-sm);
	border: 1px solid var(--hc-border);
	box-shadow: none;
	background: #fff;
}

/* ---- Elementor marketing polish ---- */
body:not(.page-id-64):not(.page-id-365):not(.woocommerce-cart):not(.woocommerce-checkout) .elementor-section {
	padding-top: clamp(1.5rem, 3vw, 2.25rem);
	padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

body.page-id-64 .elementor-section {
	padding-top: 0;
	padding-bottom: 0;
}

body.page-id-64 .elementor-widget-heading:not(:first-of-type) .elementor-heading-title {
	max-width: 820px;
	margin: 2rem auto 0;
	text-align: left;
	font-size: 1.05rem !important;
	line-height: 1.8 !important;
	font-weight: 400 !important;
	color: var(--hc-muted) !important;
}

body:not(.page-id-64):not(.page-id-365) .elementor-widget-image img {
	border-radius: var(--hc-radius);
	box-shadow: var(--hc-shadow);
}

/* Feature columns — card feel */
body:not(.page-id-365) .elementor-column-wrap.elementor-element-populated,
body:not(.page-id-365) .elementor-widget-wrap {
	transition: transform 0.2s ease;
}

body:not(.page-id-365) .elementor-widget-icon-box .elementor-icon-box-wrapper {
	padding: 1.5rem;
	border-radius: var(--hc-radius);
	border: 1px solid var(--hc-border);
	background: #fff;
	box-shadow: var(--hc-shadow-sm);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

body:not(.page-id-365) .elementor-widget-icon-box:hover .elementor-icon-box-wrapper {
	box-shadow: var(--hc-shadow);
	transform: translateY(-2px);
}

/* Buttons */
body:not(.page-id-365) .elementor-button,
body:not(.page-id-365) .ast-button,
body:not(.page-id-365) .wp-block-button__link {
	border-radius: var(--hc-radius-sm) !important;
	font-weight: 600 !important;
	letter-spacing: 0.01em;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body:not(.page-id-365) .elementor-button:hover,
body:not(.page-id-365) .ast-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 20px rgba(4, 107, 210, 0.25);
}

/* ---- Trust bar (footer top) ---- */
.hc-trust-bar {
	background: linear-gradient(135deg, var(--hc-ink) 0%, #1e3a5f 100%);
	color: #e2e8f0;
	padding: 2rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hc-trust-bar__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.hc-trust-bar__item strong {
	display: block;
	font-size: 0.95rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0.35rem;
	letter-spacing: -0.01em;
}

.hc-trust-bar__item span {
	font-size: 0.82rem;
	color: #94a3b8;
	line-height: 1.5;
}

/* ---- Footer ---- */
.site-footer {
	background: var(--hc-ink) !important;
	color: #cbd5e1;
	border-top: none;
}

.site-footer a {
	color: #93c5fd;
	transition: color 0.15s ease;
}

.site-footer a:hover {
	color: #bfdbfe;
}

.site-footer .ast-footer-copyright,
.site-footer .footer-widget-area {
	color: #94a3b8;
	font-size: 0.875rem;
}

.site-above-footer-wrap {
	background: #1e293b !important;
}

/* Footer utility links */
.hc-footer-links {
	background: #0f172a;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding: 1rem 0 1.25rem;
}

.hc-footer-links__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.5rem 1.5rem;
}

.hc-footer-links__nav a {
	color: #94a3b8 !important;
	font-size: 0.82rem;
	text-decoration: none !important;
	transition: color 0.15s ease;
}

.hc-footer-links__nav a:hover {
	color: #93c5fd !important;
}

/* Shop submenu */
body:not(.page-id-365) .main-header-menu .sub-menu .menu-link {
	font-size: 0.84rem;
	padding: 0.55em 1em;
	min-width: 160px;
}

/* ---- WooCommerce ---- */
body.woocommerce .woocommerce-products-header {
	margin-bottom: 1.5rem;
}

body.woocommerce ul.products li.product {
	border-radius: var(--hc-radius);
	overflow: hidden;
	border: 1px solid var(--hc-border);
	box-shadow: var(--hc-shadow-sm);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	background: #fff;
	display: flex;
	flex-direction: column;
	padding-bottom: 0.55rem;
}

body.woocommerce-shop ul.products li.product,
body.woocommerce.tax-product_cat ul.products li.product {
	padding-bottom: 0.5rem;
}

body.woocommerce ul.products li.product:hover {
	box-shadow: var(--hc-shadow);
	transform: translateY(-2px);
}

/* ---- SIM page: chrome only, never #hs_* ---- */
body.page-id-365 .site-header,
body.page-id-365 .ast-primary-header-bar {
	border-top: none;
}

/* Desktop: only one header bar (Astra outputs desktop + mobile markup) */
@media (min-width: 922px) {
	body.ast-desktop #ast-mobile-header {
		display: none !important;
	}
}

body.page-id-365 .custom-logo-link img,
body.huicheng-sim-page .ast-site-identity .site-logo-img img {
	max-height: var(--hc-logo-max-h) !important;
	max-width: var(--hc-logo-max-w) !important;
	width: auto !important;
	height: auto !important;
	object-fit: contain !important;
}

body.page-id-365 .entry-header .entry-title {
	font-size: 1.4rem;
	font-weight: 600;
	color: var(--hc-ink);
}

body.page-id-365 .site-content {
	background: #fff;
}

/* ---- Responsive ---- */
@media (max-width: 921px) {
	.hc-trust-bar__grid {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	body:not(.page-id-365) .ast-mobile-header-wrap .menu-link {
		padding: 0.75em 1em;
	}

	/* Keep mobile action cluster visible when nav drawer opens */
	.ast-main-header-nav-open .ast-mobile-header-wrap .ast-mobile-header-content {
		display: block !important;
	}
}

@media (min-width: 922px) {
	.ast-builder-grid-row-core-header {
		align-items: center;
	}
}

/* ==========================================================================
   v2.8 — Global UI polish (header / footer / inner pages / wallet / USDT)
   ========================================================================== */

/* Header: row1 logo + actions | row2 full-width menu (no wrap — keeps SMS on same line) */
.ast-header-html-1 .ast-builder-html-element {
	display: none !important;
}

.ast-header-html-1[data-section="section-hb-html-1"] {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
}

body.huicheng-corporate .ast-primary-header-bar,
body.huicheng-corporate .main-header-bar {
	border-bottom-color: var(--hc-border) !important;
	min-height: var(--hc-header-h);
}

body.huicheng-corporate .ast-container.ast-container--header,
body.huicheng-corporate .site-primary-header-wrap > .ast-container {
	max-width: none;
	width: 100%;
}

/* Off-canvas panels: hidden on desktop only */
@media (min-width: 922px) {
	#ast-desktop-header .ast-desktop-header-content,
	#ast-desktop-header .ast-mobile-header-content {
		display: none !important;
	}
}

/* Laptop / tablet landscape: menu on its own row so it never collides with recharge buttons */
@media (min-width: 922px) and (max-width: 1279px) {
	body.huicheng-corporate .site-primary-header-wrap {
		min-height: auto !important;
		padding: 10px 0 12px;
	}

	body.huicheng-corporate .site-primary-header-wrap .ast-builder-grid-row.ast-grid-center-col-layout {
		display: grid !important;
		grid-template-columns: 1fr auto !important;
		grid-template-rows: auto auto !important;
		grid-template-areas:
			"logo actions"
			"menu menu" !important;
		align-items: center;
		gap: 8px 14px;
		width: 100%;
	}

	body.huicheng-corporate .site-header-primary-section-left {
		grid-area: logo;
		padding-left: 2px;
	}

	body.huicheng-corporate .site-header-primary-section-right {
		grid-area: actions;
	}

	body.huicheng-corporate .custom-logo-link img,
	body.huicheng-corporate .ast-site-identity .site-logo-img img {
		max-height: 58px;
	}

	body.huicheng-corporate .custom-logo-link,
	body.huicheng-corporate .ast-site-identity .site-logo-img {
		margin-left: 8px;
	}

	body.huicheng-corporate .site-header-primary-section-center {
		grid-area: menu;
		justify-self: center;
		width: 100%;
		display: flex !important;
		justify-content: center !important;
		padding-top: 6px;
		margin-top: 2px;
		border-top: 1px solid rgba(226, 232, 240, 0.75);
		box-sizing: border-box;
	}

	body.huicheng-corporate .site-header-primary-section-center .main-header-bar-navigation {
		display: flex !important;
		justify-content: center !important;
		width: auto !important;
		max-width: calc(100% - 24px) !important;
		min-height: 0 !important;
		padding: 4px 6px !important;
		background: transparent !important;
		border: none !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		box-sizing: border-box;
	}

	body.huicheng-corporate .site-header-primary-section-center .main-header-menu {
		width: auto !important;
		max-width: 100% !important;
		margin: 0 auto !important;
		justify-content: center !important;
		flex-wrap: wrap !important;
		column-gap: 4px;
		row-gap: 4px;
	}

	body.huicheng-corporate .site-header-primary-section-center .main-header-menu > .menu-item {
		flex: 0 1 auto;
	}

	body.huicheng-corporate .site-header-primary-section-center .main-header-menu > .menu-item > .menu-link {
		padding: 0.4em 0.72em !important;
		font-size: 0.875rem !important;
	}
}

@media (min-width: 1280px) {
	body.huicheng-corporate .site-primary-header-wrap {
		min-height: auto !important;
		padding: 14px 0 16px;
	}

	body.huicheng-corporate .site-primary-header-wrap .ast-container {
		padding-left: var(--hc-header-gutter) !important;
		padding-right: var(--hc-header-gutter) !important;
	}

	/* Align header trio with main content column (logo not glued to screen edge) */
	body.huicheng-corporate .site-primary-header-wrap .ast-builder-grid-row.ast-grid-center-col-layout {
		display: grid !important;
		grid-template-columns: minmax(140px, auto) minmax(0, 1fr) minmax(max-content, auto) !important;
		grid-template-rows: auto !important;
		grid-template-areas: "logo menu right" !important;
		align-items: center !important;
		gap: 12px 20px !important;
		width: 100%;
		max-width: var(--hc-header-inner-max);
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}

	body.huicheng-corporate .site-header-primary-section-left {
		grid-area: logo;
		justify-self: start;
		flex-shrink: 0;
		min-width: 0;
		padding-left: 4px;
	}

	body.huicheng-corporate .site-header-primary-section-center {
		grid-area: menu;
		justify-self: center;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		overflow: visible;
		padding: 0 4px;
		box-sizing: border-box;
	}

	body.huicheng-corporate .site-header-primary-section-right {
		grid-area: right;
		justify-self: end;
		flex-shrink: 0;
		min-width: max-content;
		position: relative;
		z-index: 3;
	}

	body.huicheng-corporate .site-header-primary-section-center .ast-builder-menu-1,
	body.huicheng-corporate .site-header-primary-section-center .ast-main-header-bar-alignment,
	body.huicheng-corporate .site-header-primary-section-center .main-header-bar-navigation,
	body.huicheng-corporate .site-header-primary-section-center .main-navigation {
		width: auto !important;
		max-width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
		justify-content: center !important;
	}

	body.huicheng-corporate .site-header-primary-section-center .main-header-bar-navigation {
		display: flex !important;
		justify-content: center !important;
	}

	body.huicheng-corporate .site-header-primary-section-center .main-header-menu {
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 auto !important;
		justify-content: center !important;
		flex-wrap: wrap !important;
		column-gap: 6px;
		row-gap: 2px;
	}

	body.huicheng-corporate .site-header-primary-section-center .main-header-menu > .menu-item {
		flex: 0 1 auto;
		min-width: 0;
	}

	body.huicheng-corporate .site-header-primary-section-center .main-header-menu > .menu-item > .menu-link {
		display: inline-flex !important;
		justify-content: center;
		width: auto !important;
		padding: 0.4em 0.65em !important;
		box-sizing: border-box;
	}

	body.huicheng-corporate .hc-header-right {
		gap: 10px;
		flex-shrink: 0;
	}
}

/* Wide desktop only: single-line menu pill */
@media (min-width: 1440px) {
	body.huicheng-corporate .site-header-primary-section-center .main-header-menu {
		flex-wrap: nowrap !important;
		column-gap: 10px;
	}

	body.huicheng-corporate .site-header-primary-section-center .main-header-menu > .menu-item > .menu-link {
		padding: 0.45em 0.85em !important;
	}
}

@media (min-width: 922px) {
	body.huicheng-corporate .site-header-primary-section-left-center,
	body.huicheng-corporate .site-header-primary-section-right-center {
		display: none !important;
	}

	body.huicheng-corporate .site-header-primary-section-left .ast-builder-menu-1,
	body.huicheng-corporate .site-header-primary-section-right .ast-builder-menu-1 {
		width: 100%;
		overflow: visible;
	}

	body.huicheng-corporate .ast-header-html-1,
	body.huicheng-corporate .hc-header-actions {
		justify-self: end;
		flex-shrink: 0;
	}

	body.huicheng-corporate .ast-primary-header-bar .main-header-menu > .menu-item {
		line-height: 1.4 !important;
	}

	body.huicheng-corporate .main-header-menu {
		flex-wrap: nowrap !important;
		justify-content: center;
		column-gap: 4px;
		overflow: visible;
	}

	body.huicheng-corporate .main-header-menu > .menu-item > .menu-link {
		font-size: var(--hc-nav-font) !important;
		font-weight: 500;
		padding: 0.5em 0.75em !important;
		white-space: nowrap;
	}

	body.huicheng-corporate .main-header-menu .sub-menu {
		z-index: 10001;
	}

	body.huicheng-corporate .main-header-menu .sub-menu .menu-link {
		font-size: 0.875rem !important;
		padding: 0.55em 0.9em !important;
	}

	body.huicheng-corporate .main-header-menu > .menu-item a[href*="global-sim-sms-service"],
	body.huicheng-corporate .main-header-menu > .menu-item a[href*="page_id=365"] {
		font-weight: 600;
	}
}



@media (min-width: 1280px) and (max-width: 1439px) {
	body.huicheng-corporate .main-header-menu > .menu-item > .menu-link {
		font-size: 0.8125rem !important;
		padding: 0.4em 0.5em !important;
	}

	body.huicheng-corporate .hc-header-toolbar .hc-header-recharge,
	body.huicheng-corporate .hc-header-toolbar .hc-header-account {
		padding: 6px 10px !important;
		font-size: 0.75rem !important;
	}

	body.huicheng-corporate .hc-header-toolbar .hc-header-wallet__amount {
		font-size: 0.875rem !important;
	}
}

.hc-header-actions {
	gap: 8px;
}

.hc-header-wallet {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 12px;
	border-radius: 999px;
	background: linear-gradient(135deg, #eff6ff 0%, #f0fdf4 100%);
	border: 1px solid rgba(4, 107, 210, 0.18);
	text-decoration: none !important;
	white-space: nowrap;
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.hc-header-wallet:hover {
	box-shadow: var(--hc-glow);
	transform: translateY(-1px);
}

.hc-header-wallet__label {
	font-size: 0.72rem;
	font-weight: 600;
	color: var(--hc-muted);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.hc-header-wallet__amount {
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--hc-ink);
	font-variant-numeric: tabular-nums;
}

/* Hide plugin mini-wallet in nav (balance is in header actions) */
.main-header-menu .wc-block-mini-wallet,
.main-header-menu .woo-wallet-icon-wallet {
	display: none !important;
}

/* Inner pages: soft tech background */
body.huicheng-corporate:not(.home) .site-content {
	background: var(--hc-gradient-page);
}

body.huicheng-corporate .ast-container {
	padding-top: 1.25rem;
	padding-bottom: 2rem;
}

body.huicheng-corporate.hc-has-inner-hero .ast-container {
	padding-top: 0.5rem;
	padding-bottom: 1.5rem;
}

body.huicheng-corporate.woocommerce-account .site-content,
body.huicheng-corporate.woocommerce-checkout .site-content,
body.huicheng-corporate.woocommerce-cart .site-content,
body.huicheng-corporate.woocommerce-shop .site-content {
	background: linear-gradient(180deg, #eef2f7 0%, #f8fafc 50%, #fff 100%);
}

/* SIM: match console shell gradient (not flat white frame) */
body.huicheng-corporate.page-id-365 .site-content {
	background: linear-gradient(180deg, #dbeafe 0%, #eff6ff 120px, #f8fafc 320px, #fff 100%);
}

/* Hide redundant page titles on app pages */
body.page-id-365 .entry-header,
body.woocommerce-account .entry-header,
body.woocommerce-checkout .entry-header,
body.woocommerce-cart .entry-header {
	display: none !important;
}

/* Elementor inner pages: subtle section rhythm on tinted bg */
body.hc-content-page:not(.home) .elementor-section.elementor-top-section:first-of-type,
body.hc-has-inner-hero:not(.page-id-365) .elementor-section.elementor-top-section:first-of-type {
	padding-top: clamp(1.25rem, 3vw, 2rem) !important;
}

body.hc-content-page .entry-content > .elementor:first-child,
body.hc-has-inner-hero .entry-content > .elementor:first-child {
	margin-top: 0;
}

/* Unified footer band */
.hc-site-foot {
	background: linear-gradient(135deg, #0c1929 0%, #132f4c 50%, #0f2744 100%);
	color: #cbd5e1;
	padding: 2.25rem 0 1.75rem;
	border-top: 1px solid rgba(56, 189, 248, 0.12);
	position: relative;
	overflow: hidden;
}

.hc-site-foot::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 15% 20%, rgba(4, 107, 210, 0.18) 0%, transparent 42%),
		radial-gradient(circle at 85% 80%, rgba(56, 189, 248, 0.1) 0%, transparent 38%);
	pointer-events: none;
}

.hc-site-foot__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 2rem;
	align-items: start;
}

.hc-site-foot__trust {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

.hc-site-foot__trust-item strong {
	display: block;
	font-size: 0.92rem;
	color: #fff;
	margin-bottom: 0.35rem;
}

.hc-site-foot__trust-item span {
	font-size: 0.8rem;
	color: #94a3b8;
	line-height: 1.5;
}

.hc-site-foot__contact {
	text-align: right;
	padding-left: 1rem;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.hc-site-foot__brand {
	margin: 0 0 0.35rem;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.02em;
}

.hc-site-foot__tagline {
	margin: 0 0 1rem;
	font-size: 0.82rem;
	color: #94a3b8;
	line-height: 1.5;
}

.hc-site-foot__social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.5rem;
}

.hc-site-foot__social-link {
	display: inline-flex;
	align-items: center;
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 600;
	text-decoration: none !important;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
	color: #e2e8f0 !important;
	transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.hc-site-foot__social-link:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(56, 189, 248, 0.35);
	transform: translateY(-1px);
	color: #fff !important;
}

.hc-site-foot__social-link--telegram:hover { border-color: rgba(34, 156, 206, 0.5); }
.hc-site-foot__social-link--whatsapp:hover { border-color: rgba(91, 186, 103, 0.5); }
.hc-site-foot__social-link--facebook:hover { border-color: rgba(85, 125, 188, 0.5); }

/* Legacy trust bar (fallback) */
.hc-trust-bar { display: none; }

.site-footer {
	border-top: none !important;
}

.hc-footer-links {
	background: #0a1220 !important;
	padding: 1rem 0 1.35rem !important;
}

/* SIM panel — card layout */
body.page-id-365 .hc-sim-panel {
	max-width: 960px;
	padding: 22px 24px 20px;
	border: 1px solid rgba(4, 107, 210, 0.12);
	border-radius: 16px;
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
	box-shadow: var(--hc-glow);
}

.hc-sim-panel__title {
	font-size: 1.45rem;
	font-weight: 700;
	color: var(--hc-ink);
	letter-spacing: -0.02em;
	margin-bottom: 16px;
}

.hc-sim-panel__row--account {
	background: linear-gradient(90deg, #eff6ff 0%, #f0fdf4 100%);
	border: 1px solid #dbeafe;
	border-radius: 12px;
	padding: 12px 14px;
}

.hc-sim-select,
.hc-sim-input {
	padding: 9px 12px;
	border: 1px solid var(--hc-border);
	border-radius: 10px;
	background: #fff;
	font-size: 0.92rem;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hc-sim-select:focus,
.hc-sim-input:focus {
	outline: none;
	border-color: var(--hc-brand);
	box-shadow: 0 0 0 3px rgba(4, 107, 210, 0.12);
}

.hc-sim-btn {
	font-size: 0.85rem;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

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

.hc-sim-btn--primary {
	box-shadow: 0 4px 14px rgba(4, 107, 210, 0.28);
}

.hc-sim-advanced {
	background: #f8fafc;
}

.hc-sim-orders {
	background: #fff;
	border-style: solid;
	border-color: var(--hc-border);
}

.hc-sim-intro {
	background: linear-gradient(90deg, #eff6ff 0%, #f0f9ff 100%);
	border-color: #bfdbfe;
	border-radius: 12px;
}

/* WooCommerce — My Account / Wallet */
body.woocommerce-account .woocommerce-MyAccount-navigation {
	background: #fff;
	border: 1px solid var(--hc-border);
	border-radius: 14px;
	box-shadow: var(--hc-shadow-sm);
	overflow: hidden;
	padding: 0.5rem 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 0.65rem 1rem;
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--hc-ink-soft) !important;
	border-left: 3px solid transparent;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
	background: var(--hc-brand-light);
	color: var(--hc-brand) !important;
	border-left-color: var(--hc-brand);
}

body.woocommerce-account .woocommerce-MyAccount-content {
	background: #fff;
	border: 1px solid var(--hc-border);
	border-radius: 14px;
	box-shadow: var(--hc-shadow-sm);
	padding: 1.5rem 1.75rem;
}

body.woocommerce-account .woo-wallet-my-wallet-container .woo-wallet-sidebar {
	border-radius: 14px;
	overflow: hidden;
	box-shadow: var(--hc-shadow-sm);
}

body.woocommerce-account .woo-wallet-sidebar .woo-wallet-sidebar-content {
	background: linear-gradient(135deg, #046bd2 0%, #1e3a5f 100%) !important;
}

body.woocommerce-account .woo-wallet-sidebar .woo-wallet-price {
	font-size: 1.75rem !important;
	font-weight: 700 !important;
}

body.woocommerce-account .woo-wallet-content .nav-tabs {
	border-bottom: 1px solid var(--hc-border);
	gap: 0.25rem;
}

body.woocommerce-account .woo-wallet-content .nav-tabs .nav-link {
	border: 1px solid transparent;
	border-radius: 8px 8px 0 0;
	font-weight: 600;
	font-size: 0.88rem;
	color: var(--hc-muted);
}

body.woocommerce-account .woo-wallet-content .nav-tabs .nav-link.active {
	color: var(--hc-brand);
	background: var(--hc-brand-light);
	border-color: var(--hc-border);
}

.hc-topup-form-intro {
	background: linear-gradient(90deg, #eff6ff 0%, #ecfdf5 100%);
	border-color: #bfdbfe;
	border-radius: 12px;
}

/* USDT checkout / thank-you */
.hc-usdt-pay-box {
	margin: 20px 0 !important;
	padding: 22px !important;
	border: 1px solid rgba(4, 107, 210, 0.15) !important;
	border-radius: 16px !important;
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%) !important;
	box-shadow: var(--hc-glow) !important;
	max-width: 720px !important;
}

.hc-usdt-pay-box h2 {
	margin: 0 0 16px !important;
	font-size: 1.25rem !important;
	color: var(--hc-ink) !important;
}

.hc-usdt-pay-box > div[style*="background:#fff"] {
	background: #fff !important;
	border: 1px solid var(--hc-border) !important;
	border-radius: 12px !important;
	margin-bottom: 12px !important;
}

.hc-usdt-pay-box > div[style*="fff7ed"] {
	background: #fffbeb !important;
	border: 1px solid #fde68a !important;
	border-radius: 12px !important;
}

.hc-usdt-pay-box code {
	background: var(--hc-surface) !important;
	border: 1px solid var(--hc-border) !important;
}

.hc-usdt-copy-btn {
	border-radius: 8px !important;
	font-size: 0.82rem !important;
	transition: transform 0.15s ease !important;
}

.hc-usdt-copy-btn[data-copy-target="hc-usdt-address"] {
	background: var(--hc-brand) !important;
}

.hc-usdt-copy-btn[data-copy-target="hc-usdt-pay-amount"] {
	background: #d97706 !important;
}

.hc-usdt-checkout-note {
	border-radius: 12px !important;
	border-color: #bfdbfe !important;
	background: linear-gradient(90deg, #eff6ff 0%, #f0f9ff 100%) !important;
}

body.woocommerce-checkout .woocommerce-order {
	max-width: 820px;
	margin: 0 auto;
}

body.woocommerce-checkout .woocommerce-thankyou-order-details {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 12px;
	padding: 16px;
	background: var(--hc-surface);
	border-radius: 12px;
	border: 1px solid var(--hc-border);
}

/* Mobile header actions */
@media (max-width: 921px) {
	body.huicheng-corporate .custom-logo-link img,
	body.huicheng-corporate .ast-site-identity .site-logo-img img {
		max-height: var(--hc-logo-max-h-mobile);
		max-width: min(140px, 38vw);
	}

	body.huicheng-corporate .ast-primary-header-bar,
	body.huicheng-corporate .site-primary-header-wrap {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.hc-header-actions.ast-header-html-1 {
		display: none;
	}

	.hc-header-actions--mobile.hc-header-right {
		display: inline-flex !important;
		align-items: center;
		gap: 8px;
		flex-wrap: nowrap;
		justify-content: flex-end;
		max-width: min(82vw, 380px);
	}

	.hc-header-actions--mobile .hc-header-toolbar {
		padding: 4px 6px;
		border-radius: 10px;
	}

	.hc-header-actions--mobile .hc-lang-drop__toggle {
		padding: 5px 7px;
		font-size: 0.7rem;
	}

	.hc-header-actions--mobile .hc-header-wallet,
	.hc-header-actions--mobile .hc-header-recharge,
	.hc-header-actions--mobile .hc-header-account {
		padding: 5px 8px;
		font-size: 0.72rem;
	}

	.hc-header-actions--mobile .hc-header-wallet__label {
		display: none;
	}

	.hc-site-foot__inner {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.hc-site-foot__trust {
		grid-template-columns: 1fr;
	}

	.hc-site-foot__contact {
		text-align: left;
		padding-left: 0;
		border-left: none;
		padding-top: 1rem;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.hc-site-foot__social {
		justify-content: flex-start;
	}

	.hc-sim-panel__row--purchase {
		grid-template-columns: 1fr;
	}

	.hc-sim-order-card {
		flex-direction: column;
	}
}

/* ==========================================================================
   v2.9 — Phase 2: inner heroes, SIM wizard, order cards, wallet form
   ========================================================================== */

.hc-inner-hero {
	margin: 0 calc(50% - 50vw) 1.5rem;
	width: 100vw;
	padding: clamp(1.75rem, 4vw, 2.75rem) 0;
	background: linear-gradient(135deg, #0a2540 0%, #1d4ed8 48%, #0c4a6e 100%);
	color: #e2e8f0;
	position: relative;
	overflow: hidden;
}

.hc-inner-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 18% 25%, rgba(59, 130, 246, 0.42) 0%, transparent 48%),
		radial-gradient(circle at 82% 75%, rgba(34, 211, 238, 0.25) 0%, transparent 42%);
	pointer-events: none;
}

.hc-inner-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 880px;
}

.hc-inner-hero__title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.45rem, 3vw, 2rem) !important;
	font-weight: 700 !important;
	color: #fff !important;
	letter-spacing: -0.02em;
	line-height: 1.25 !important;
}

.hc-inner-hero__lead {
	margin: 0;
	max-width: 640px;
	font-size: 0.95rem;
	line-height: 1.65;
	color: #bae6fd;
}

body.hc-has-inner-hero .site-content {
	padding-top: 0;
}

body.page-id-203 .hc-about-page {
	margin-top: 0.25rem;
}

body.woocommerce-account .hc-inner-hero,
body.woocommerce-checkout .hc-inner-hero {
	margin-bottom: 1.25rem;
}

/* SIM step wizard */
.hc-sim-steps {
	display: flex;
	gap: 0;
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	border: 1px solid var(--hc-border);
	border-radius: 999px;
	overflow: hidden;
	background: #fff;
}

.hc-sim-steps__item {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 12px;
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--hc-muted);
	border-right: 1px solid var(--hc-border);
	transition: background 0.2s ease, color 0.2s ease;
}

.hc-sim-steps__item:last-child {
	border-right: none;
}

.hc-sim-steps__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	font-size: 0.72rem;
	background: var(--hc-surface);
	border: 1px solid var(--hc-border);
}

.hc-sim-steps__item.is-active {
	color: var(--hc-brand);
	background: var(--hc-brand-light);
}

.hc-sim-steps__item.is-active .hc-sim-steps__num {
	background: var(--hc-brand);
	border-color: var(--hc-brand);
	color: #fff;
}

.hc-sim-steps__item.is-done {
	color: #059669;
}

.hc-sim-steps__item.is-done .hc-sim-steps__num {
	background: #ecfdf5;
	border-color: #6ee7b7;
	color: #047857;
}

.hc-sim-panel__account {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 16px;
}

.hc-sim-account-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid var(--hc-border);
}

.hc-sim-account-chip--balance {
	background: linear-gradient(90deg, #eff6ff 0%, #ecfdf5 100%);
	border-color: #bfdbfe;
}

.hc-sim-account-chip__label {
	font-size: 0.72rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--hc-muted);
}

.hc-sim-account-chip__value {
	font-size: 0.92rem;
	font-weight: 700;
	color: var(--hc-ink);
	font-variant-numeric: tabular-nums;
}

.hc-sim-block {
	margin-bottom: 18px;
	padding: 16px 18px;
	border: 1px solid var(--hc-border);
	border-radius: 14px;
	background: #fff;
}

.hc-sim-block__title {
	margin: 0 0 12px;
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--hc-ink);
}

.hc-sim-block__title--inline {
	margin-bottom: 0;
}

.hc-sim-field-grid {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 12px;
	align-items: end;
}

.hc-sim-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.hc-sim-field__label {
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--hc-muted);
}

.hc-sim-field--actions {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.hc-sim-panel__row--purchase {
	display: grid;
	grid-template-columns: 1.4fr 1fr 0.55fr auto;
	gap: 12px;
	align-items: end;
}

.hc-sim-btn--secondary {
	color: var(--hc-brand) !important;
	background: var(--hc-brand-light) !important;
	border-color: rgba(4, 107, 210, 0.2) !important;
}

.hc-sim-btn--sm {
	padding: 6px 10px;
	font-size: 0.78rem;
}

.hc-sim-btn--block {
	width: 100%;
	justify-content: center;
}

.hc-sim-btn--danger {
	color: #b91c1c !important;
	border-color: #fecaca !important;
	background: #fef2f2 !important;
}

.hc-sim-poll-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: flex-end;
	margin-top: 10px;
}

.hc-sim-poll-row .hc-sim-field {
	flex: 1;
	min-width: 200px;
}

/* Order cards */
.hc-sim-order-card {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	margin-bottom: 10px;
	border: 1px solid var(--hc-border);
	border-radius: 12px;
	background: #fff;
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.hc-sim-order-card:hover {
	box-shadow: var(--hc-shadow-sm);
}

.hc-sim-order-card.is-completed {
	border-color: #86efac;
	background: linear-gradient(90deg, #fff 0%, #f0fdf4 100%);
}

.hc-sim-order-card__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 6px;
}

.hc-sim-order-card__service {
	font-size: 0.95rem;
	color: var(--hc-ink);
}

.hc-sim-order-card__badge {
	display: inline-flex;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 600;
}

.hc-sim-order-card__badge.is-polling {
	background: #eff6ff;
	color: var(--hc-brand);
	animation: hc-pulse 2s ease-in-out infinite;
}

.hc-sim-order-card__badge.is-waiting {
	background: #f8fafc;
	color: var(--hc-muted);
}

.hc-sim-order-card__badge.is-success {
	background: #dcfce7;
	color: #047857;
}

@keyframes hc-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.65; }
}

.hc-sim-order-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	font-size: 0.8rem;
	color: var(--hc-muted);
}

.hc-sim-order-card__code {
	margin-top: 10px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #fef2f2;
	border: 1px solid #fecaca;
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.hc-sim-order-card__code strong {
	font-size: 1.35rem;
	font-weight: 800;
	color: #b91c1c;
	letter-spacing: 0.06em;
}

.hc-sim-order-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

/* Wallet top-up form */
.hc-wallet-amount-wrap {
	max-width: 420px;
	margin: 0 0 16px;
	padding: 16px;
	border: 1px solid var(--hc-border);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--hc-shadow-sm);
}

.hc-wallet-amount-input,
body.woocommerce-account #woo_wallet_balance_to_add {
	width: 100%;
	padding: 12px 14px !important;
	font-size: 1.25rem !important;
	font-weight: 700 !important;
	border: 1px solid var(--hc-border) !important;
	border-radius: 10px !important;
}

body.woocommerce-account .woo-wallet-add-amount button,
body.woocommerce-account .woo-wallet-add-amount .button {
	padding: 10px 22px !important;
	border-radius: 10px !important;
	font-weight: 700 !important;
	background: var(--hc-brand) !important;
	border-color: var(--hc-brand) !important;
}

/* Elementor inner pages — tighter corporate rhythm */
body.huicheng-corporate:not(.home) .elementor-section.elementor-top-section {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

body.huicheng-corporate:not(.home) .elementor-widget-heading .elementor-heading-title {
	letter-spacing: -0.02em;
}

@media (max-width: 921px) {
	.hc-sim-steps__item {
		font-size: 0.72rem;
		padding: 8px 6px;
	}

	.hc-sim-steps__item span:not(.hc-sim-steps__num) {
		font-size: 0.68rem;
	}

	.hc-sim-field-grid {
		grid-template-columns: 1fr;
	}

	.hc-inner-hero__lead {
		font-size: 0.88rem;
	}
}

/* ==========================================================================
   v2.9.3 — SIM page + panel layout fix (no wpautop breakage)
   ========================================================================== */

body.page-id-365 .entry-content {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 20px 2.5rem;
}

body.page-id-365 .hc-inner-hero {
	margin-bottom: 1rem;
}

.hc-sim-page-shell {
	width: 100%;
}

body.page-id-365 .hc-sim-panel {
	margin-top: 0;
}

/* Defensive: legacy cached HTML with wpautop <br>/<p> inside panel */
body.page-id-365 .hc-sim-panel br {
	display: none;
}

body.page-id-365 .hc-sim-panel p:empty {
	display: none;
	margin: 0;
}

.hc-sim-field__label--sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.hc-sim-panel__check {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.82rem;
	color: var(--hc-ink-soft);
	cursor: pointer;
	white-space: nowrap;
}

.hc-sim-panel__check input {
	margin: 0;
}

.hc-sim-panel__row--purchase {
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) 72px minmax(150px, 1fr);
}

.hc-sim-field--tier .hc-sim-select {
	min-width: 0;
	width: 100%;
	max-width: none;
}

.hc-sim-field--order {
	align-self: end;
}

.hc-sim-orders__list {
	min-height: 48px;
}

.hc-sim-orders__empty {
	padding: 1.25rem;
	text-align: center;
	font-size: 0.88rem;
	color: var(--hc-muted);
	background: var(--hc-surface);
	border: 1px dashed var(--hc-border);
	border-radius: 10px;
}

.hc-sim-order-card__code {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 8px;
	padding: 10px 12px;
	border-radius: 10px;
	background: #ecfdf5;
	border: 1px solid #86efac;
}

.hc-sim-order-card__code strong {
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: #047857;
	font-variant-numeric: tabular-nums;
}

.hc-sim-order-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

@media (max-width: 768px) {
	.hc-sim-panel__row--purchase {
		grid-template-columns: 1fr;
	}

	.hc-sim-field--order {
		align-self: stretch;
	}

	.hc-sim-select,
	.hc-sim-select--wide {
		min-width: 0;
		max-width: none;
		width: 100%;
	}

	.hc-sim-panel__account {
		flex-direction: column;
		align-items: stretch;
	}

	.hc-sim-account-chip {
		width: 100%;
	}
}

/* ==========================================================================
   v2.10 — SIM console: search + prominent panel
   ========================================================================== */

body.page-id-365 .hc-sim-page-shell {
	padding: 0 16px 3rem;
	background: linear-gradient(180deg, #dbeafe 0%, #eff6ff 120px, #f8fafc 320px, #fff 100%);
}

body.page-id-365 .hc-sim-panel {
	max-width: 1040px;
	margin: -20px auto 2rem;
	padding: 0;
	border: none;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow:
		0 0 0 1px rgba(4, 107, 210, 0.12),
		0 24px 64px rgba(15, 23, 42, 0.14),
		0 8px 24px rgba(4, 107, 210, 0.1);
}

.hc-sim-panel__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px 20px;
	padding: 22px 26px;
	background: linear-gradient(135deg, #032d5c 0%, #046bd2 48%, #0ea5e9 100%);
	color: #fff;
	position: relative;
	overflow: hidden;
}

.hc-sim-panel__head::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.14) 0%, transparent 42%),
		radial-gradient(circle at 88% 80%, rgba(56, 189, 248, 0.2) 0%, transparent 38%);
	pointer-events: none;
}

.hc-sim-panel__head-main,
.hc-sim-panel__account--head {
	position: relative;
	z-index: 1;
}

.hc-sim-panel__badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 3px 10px;
	margin-bottom: 8px;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.hc-sim-panel__badge::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #4ade80;
	box-shadow: 0 0 8px #4ade80;
}

.hc-sim-panel__head-title {
	margin: 0 0 6px;
	font-size: clamp(1.35rem, 2.5vw, 1.65rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1.2;
	color: #fff;
}

.hc-sim-panel__head-lead {
	margin: 0;
	max-width: 36rem;
	font-size: 0.92rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.hc-sim-panel__account--head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 10px 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.22);
	backdrop-filter: blur(8px);
}

.hc-sim-panel__account--head .hc-sim-account-chip {
	background: rgba(255, 255, 255, 0.95);
	border-color: rgba(255, 255, 255, 0.5);
}

.hc-sim-panel__account--head .hc-sim-account-chip--balance {
	background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
	border-color: #6ee7b7;
}

.hc-sim-panel__account--head .hc-sim-account-chip__label {
	color: #64748b;
}

.hc-sim-btn--on-dark {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.08);
}

.hc-sim-btn--on-dark:hover {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.hc-sim-panel__body {
	padding: 20px 24px 24px;
}

body.page-id-365 .hc-sim-steps {
	margin-bottom: 20px;
	border: 2px solid #bfdbfe;
	box-shadow: 0 2px 8px rgba(4, 107, 210, 0.08);
}

body.page-id-365 .hc-sim-steps__item {
	padding: 12px 14px;
	font-size: 0.82rem;
}

body.page-id-365 .hc-sim-steps__item.is-active {
	background: linear-gradient(90deg, #dbeafe 0%, #e0f2fe 100%);
	color: #034a94;
	font-weight: 700;
}

body.page-id-365 .hc-sim-block {
	margin-bottom: 18px;
	padding: 18px 18px 16px;
	border-radius: 14px;
	border: 1px solid var(--hc-border);
	background: #fff;
}

body.page-id-365 .hc-sim-block--platform {
	border: 2px solid #93c5fd;
	background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.page-id-365 .hc-sim-block--purchase {
	border: 2px solid #86efac;
	background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%);
}

body.page-id-365 .hc-sim-block--orders {
	border: 2px solid #e2e8f0;
	background: #fafbfc;
}

body.page-id-365 .hc-sim-block__title {
	margin: 0 0 14px;
	font-size: 1rem;
	font-weight: 800;
	color: var(--hc-ink);
	letter-spacing: -0.02em;
}

body.page-id-365 .hc-sim-block--platform .hc-sim-block__title {
	color: #034a94;
}

body.page-id-365 .hc-sim-block--purchase .hc-sim-block__title {
	color: #047857;
}

body.page-id-365 .hc-sim-orders__head #hs_clear_orders.hc-sim-btn--ghost {
	color: #64748b !important;
	border: 1px solid #cbd5e1 !important;
	background: #fff !important;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

body.page-id-365 .hc-sim-orders__head #hs_clear_orders.hc-sim-btn--ghost:hover:not(:disabled) {
	color: #b91c1c !important;
	border-color: #fca5a5 !important;
	background: #fef2f2 !important;
}

.hc-sim-platform__pickers {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(148px, 0.72fr);
	gap: 12px;
	margin-bottom: 14px;
	align-items: end;
}

.hc-sim-search {
	position: relative;
}

.hc-sim-search::before {
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	opacity: 0.45;
	background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23046bd2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-4.35-4.35M11 18a7 7 0 100-14 7 7 0 000 14z'/%3E%3C/svg%3E");
	pointer-events: none;
}

.hc-sim-input--search {
	width: 100%;
	min-width: 0;
	max-width: none;
	padding: 0 10px 0 48px;
	font-size: 0.85rem;
	border: 2px solid #bfdbfe;
	background: #fff;
	height: var(--hc-sim-control-h, 44px);
	box-sizing: border-box;
}

.hc-sim-input--search:focus {
	border-color: var(--hc-brand);
	box-shadow: 0 0 0 4px rgba(4, 107, 210, 0.15);
}

.hc-sim-order-card__waiting {
	font-size: 0.88rem;
	color: #64748b;
	font-style: italic;
	padding: 6px 0 2px;
}

.hc-sim-toast {
	position: fixed;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%) translateY(12px);
	z-index: 99999;
	padding: 10px 18px;
	border-radius: 10px;
	background: rgba(15, 23, 42, 0.92);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 600;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.25);
}

.hc-sim-toast.is-visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.hc-sim-order-card__actions .hc-sim-btn:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.hc-sim-select,
body.page-id-365 .hc-sim-select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23046bd2'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.25a.75.75 0 01-1.06 0L5.21 8.29a.75.75 0 01.02-1.08z' clip-rule='evenodd'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 18px 18px;
	padding-right: 36px;
	cursor: pointer;
}

.hc-sim-select--service {
	width: 100%;
	min-width: 0;
	max-width: none;
	padding: 0 36px 0 12px;
	font-size: 0.95rem;
	font-weight: 600;
	border: 2px solid #bfdbfe;
	background-color: #fff;
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23046bd2'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.25a.75.75 0 01-1.06 0L5.21 8.29a.75.75 0 01.02-1.08z' clip-rule='evenodd'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 18px 18px;
	cursor: pointer;
}

.hc-sim-platform__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 4px;
	border-top: 1px dashed #bfdbfe;
}

.hc-sim-btn--load {
	padding: 10px 18px;
	font-size: 0.9rem;
	font-weight: 700;
	border: 2px solid #046bd2;
	color: #046bd2;
	background: #fff;
}

.hc-sim-btn--load:hover {
	background: #eff6ff;
}

body.page-id-365 .hc-sim-btn--primary {
	padding: 12px 18px;
	font-size: 0.95rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	background: linear-gradient(135deg, #046bd2 0%, #0284c7 100%);
	border: none;
	box-shadow: 0 6px 20px rgba(4, 107, 210, 0.35);
}

body.page-id-365 .hc-sim-btn--primary:hover:not(:disabled) {
	background: linear-gradient(135deg, #034a94 0%, #0369a1 100%);
	box-shadow: 0 8px 24px rgba(4, 107, 210, 0.42);
}

body.page-id-365 .hc-sim-btn--primary:disabled {
	opacity: 0.45;
	box-shadow: none;
}

body.page-id-365 .hc-sim-order-card {
	border: 1px solid #cbd5e1;
	box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

body.page-id-365 .hc-sim-order-card.is-completed {
	border-color: #6ee7b7;
	background: linear-gradient(180deg, #ecfdf5 0%, #fff 100%);
}

@media (max-width: 768px) {
	.hc-sim-panel__head {
		padding: 18px 16px;
	}

	.hc-sim-panel__body {
		padding: 16px;
	}

	.hc-sim-platform__pickers {
		grid-template-columns: 1fr;
	}

	.hc-sim-panel__account--head {
		width: 100%;
	}
}

/* ==========================================================================
   v2.10.1 — SIM layout unify + stock-only countries
   ========================================================================== */

body.page-id-365 {
	--hc-sim-control-h: 44px;
}

body.page-id-365 .hc-sim-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

body.page-id-365 .hc-sim-field__label {
	font-size: 0.8rem;
	font-weight: 700;
	color: var(--hc-ink-soft);
	line-height: 1.2;
}

body.page-id-365 .hc-sim-select,
body.page-id-365 .hc-sim-input:not(.hc-sim-input--qty):not(.hc-sim-input--search) {
	width: 100%;
	min-width: 0;
	max-width: none;
	height: var(--hc-sim-control-h);
	padding: 0 36px 0 12px;
	font-size: 0.9rem;
	line-height: 1.2;
	box-sizing: border-box;
}

body.page-id-365 .hc-sim-input.hc-sim-input--search {
	height: var(--hc-sim-control-h);
	padding: 0 10px 0 48px;
	font-size: 0.85rem;
	line-height: 1.2;
	box-sizing: border-box;
}

body.page-id-365 .hc-sim-input--qty {
	width: 100%;
	min-width: 0;
	max-width: none;
	height: var(--hc-sim-control-h);
	box-sizing: border-box;
	text-align: center;
}

body.page-id-365 .hc-sim-platform__pickers {
	align-items: stretch;
}

body.page-id-365 .hc-sim-platform__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 16px;
}

body.page-id-365 .hc-sim-platform__note {
	margin: 0;
	flex: 1;
	min-width: 200px;
	font-size: 0.82rem;
	color: #475569;
	line-height: 1.45;
}

body.page-id-365 .hc-sim-panel__row--purchase {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1.35fr) 72px minmax(150px, 1fr);
	gap: 14px;
	align-items: end;
}

body.page-id-365 .hc-sim-field--order {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

body.page-id-365 .hc-sim-btn--load,
body.page-id-365 .hc-sim-btn--primary.hc-sim-btn--block {
	height: var(--hc-sim-control-h);
	min-height: var(--hc-sim-control-h);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

body.page-id-365 .hc-sim-select option {
	font-size: 0.88rem;
}

@media (max-width: 900px) {
	body.page-id-365 .hc-sim-panel__row--purchase {
		grid-template-columns: 1fr 1fr;
	}

	body.page-id-365 .hc-sim-field--order {
		grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
	body.page-id-365 .hc-sim-panel__row--purchase {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   v2.11.1 — retail price floor + compact search
   ========================================================================== */

body.page-id-365 .hc-sim-field__label--sr {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

body.page-id-365 .hc-sim-field--search .hc-sim-search::before {
	left: 11px;
	width: 17px;
	height: 17px;
	margin-top: -8.5px;
	opacity: 0.5;
}

body.page-id-365 .hc-sim-order-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

/* Order action buttons — always visible (not hover-only) */
body.page-id-365 .hc-sim-order-card__actions .hc-sim-btn {
	color: #0f172a !important;
	border: 1px solid #94a3b8 !important;
	background: #fff !important;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
	min-height: 34px;
	padding: 7px 12px;
	font-size: 0.8rem;
	font-weight: 600;
}

body.page-id-365 .hc-sim-order-card__actions .hc-sim-btn--outline {
	color: #034a94 !important;
	border-color: #93c5fd !important;
	background: #eff6ff !important;
}

body.page-id-365 .hc-sim-order-card__actions .hc-sim-btn--accent {
	color: #fff !important;
	border-color: #046bd2 !important;
	background: linear-gradient(135deg, #046bd2 0%, #0284c7 100%) !important;
	box-shadow: 0 2px 8px rgba(4, 107, 210, 0.28);
}

body.page-id-365 .hc-sim-order-card__actions .hc-sim-btn--danger {
	color: #b91c1c !important;
	border-color: #fca5a5 !important;
	background: #fef2f2 !important;
}

body.page-id-365 .hc-sim-order-card__actions .hc-sim-btn--muted {
	color: #475569 !important;
	border-color: #cbd5e1 !important;
	background: #f8fafc !important;
}

body.page-id-365 .hc-sim-order-card__actions .hc-sim-btn:hover:not(:disabled) {
	filter: brightness(0.97);
	transform: translateY(-1px);
}

body.page-id-365 .hc-sim-order-card__actions .hc-sim-btn--accent:hover:not(:disabled) {
	filter: brightness(1.05);
}

body.page-id-365 .hc-sim-platform__stock-filter {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	flex: 1;
	min-width: 200px;
	font-size: 0.84rem;
	color: #334155;
	cursor: pointer;
	user-select: none;
}

body.page-id-365 .hc-sim-platform__stock-filter input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: #046bd2;
	cursor: pointer;
	flex-shrink: 0;
}

body.page-id-365 .hc-sim-input--search::placeholder {
	color: #94a3b8;
	font-size: 0.82rem;
}

/* ==========================================================================
   v2.19 — Enlarge the menu BOX (full-width header + wide center column)
   ========================================================================== */

body.huicheng-corporate.ast-full-width-primary-header #masthead .ast-container,
body.huicheng-corporate #ast-desktop-header .site-primary-header-wrap > .ast-container {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: clamp(20px, 3vw, 48px) !important;
	padding-right: clamp(20px, 3vw, 48px) !important;
	box-sizing: border-box;
}

body.huicheng-corporate .ast-primary-header-bar .ast-builder-grid-row {
	width: 100% !important;
	max-width: none !important;
}

@media (min-width: 1280px) {
	/* Menu pill wraps links only; sits in the visual center column */
	body.huicheng-corporate .site-header-primary-section-center .main-header-bar-navigation {
		width: auto !important;
		min-width: 0 !important;
		max-width: 100% !important;
		min-height: var(--hc-nav-box-min-h) !important;
		padding: 8px 16px !important;
		box-sizing: border-box !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	body.huicheng-corporate .site-header-primary-section-center .ast-builder-menu-1,
	body.huicheng-corporate .site-header-primary-section-center .ast-main-header-bar-alignment {
		width: auto !important;
		max-width: 100% !important;
		display: flex !important;
		justify-content: center !important;
	}

	body.huicheng-corporate .site-header-primary-section-center .main-header-menu {
		width: auto !important;
		max-width: 100% !important;
		margin: 0 auto !important;
		justify-content: center !important;
		column-gap: 10px;
		min-height: calc(var(--hc-nav-box-min-h) - 16px);
		align-items: center;
	}

	body.huicheng-corporate .site-header-primary-section-center .main-header-menu > .menu-item {
		flex: 0 1 auto;
	}

	body.huicheng-corporate .site-header-primary-section-center .main-header-menu > .menu-item > .menu-link {
		width: auto !important;
	}
}

/* ==========================================================================
   v2.18 — Full-width header: logo | menu (center) | toolbar + lang (right)
   ========================================================================== */

body.huicheng-corporate #ast-desktop-header,
body.huicheng-corporate #ast-desktop-header .site-primary-header-wrap {
	width: 100%;
}

body.huicheng-corporate #ast-desktop-header .ast-primary-header-bar {
	width: 100%;
}

@media (min-width: 1280px) {
	body.huicheng-corporate #ast-desktop-header .site-primary-header-wrap > .ast-container {
		max-width: none !important;
		width: 100% !important;
		padding-left: clamp(16px, 3vw, 40px) !important;
		padding-right: clamp(16px, 3vw, 40px) !important;
	}

	body.huicheng-corporate .site-header-primary-section-center .ast-builder-menu-1,
	body.huicheng-corporate .site-header-primary-section-center .ast-main-header-bar-alignment,
	body.huicheng-corporate .site-header-primary-section-center .main-header-bar-navigation {
		width: auto !important;
		max-width: 100% !important;
		box-sizing: border-box;
		overflow: visible !important;
		justify-content: center !important;
	}

	body.huicheng-corporate .site-primary-header-wrap .ast-builder-grid-row.ast-grid-center-col-layout {
		gap: 16px 20px !important;
	}
}

/* ==========================================================================
   v2.16 — Unified header: logo + nav track + toolbar (one design language)
   ========================================================================== */

body.huicheng-corporate .site-header,
body.huicheng-corporate .ast-primary-header-bar {
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
	box-shadow: none !important;
	border-bottom: 1px solid var(--hc-border);
}

@media (min-width: 922px) {
	body.huicheng-corporate .site-primary-header-wrap {
		padding: 14px 0 12px !important;
	}

	/* Logo — left, inset with page content (not flush to browser edge) */
	body.huicheng-corporate .site-header-primary-section-left .site-branding,
	body.huicheng-corporate .site-header-primary-section-left .ast-site-identity {
		display: flex;
		align-items: center;
	}

	body.huicheng-corporate .custom-logo-link img,
	body.huicheng-corporate .ast-site-identity .site-logo-img img {
		max-height: var(--hc-logo-max-h);
		max-width: var(--hc-logo-max-w);
	}

	/* Menu — flat track (border only, no shadow) */
	body.huicheng-corporate .site-header-primary-section-center .main-header-bar-navigation {
		background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
		border: 1px solid #93c5fd;
		border-radius: 12px;
		padding: 5px 12px;
		box-shadow: none !important;
	}

	body.huicheng-corporate .main-header-menu > .menu-item > .menu-link {
		font-size: var(--hc-nav-font) !important;
		font-weight: 600 !important;
		color: var(--hc-ink-soft) !important;
		border-radius: 8px;
		padding: 0.45em 0.8em !important;
		line-height: 1.35;
		transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
	}

	body.huicheng-corporate .main-header-menu > .menu-item:hover > .menu-link,
	body.huicheng-corporate .main-header-menu > .menu-item.current-menu-item > .menu-link,
	body.huicheng-corporate .main-header-menu > .menu-item.current-menu-ancestor > .menu-link {
		background: #fff !important;
		color: var(--hc-brand) !important;
		box-shadow: none !important;
	}

	body.huicheng-corporate .main-header-menu > .menu-item a[href*="global-sim-sms-service"],
	body.huicheng-corporate .main-header-menu > .menu-item a[href*="page_id=365"] {
		color: var(--hc-brand) !important;
	}

	body.huicheng-corporate .main-header-menu .sub-menu {
		border: 1px solid var(--hc-border);
		border-radius: 10px;
		box-shadow: var(--hc-shadow);
		padding: 6px 0;
		margin-top: 6px;
	}
}

/* Wide desktop: centered menu pill (not full-width strip) */
@media (min-width: 1280px) {
	body.huicheng-corporate .site-header-primary-section-center {
		display: flex !important;
		justify-content: center !important;
	}

	body.huicheng-corporate .site-header-primary-section-center .main-header-bar-navigation {
		background: rgba(241, 245, 249, 0.92);
		border: 1px solid rgba(226, 232, 240, 0.9);
		border-radius: 999px;
		padding: 5px 10px;
		box-shadow: var(--hc-shadow-sm);
		width: fit-content !important;
		max-width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		box-sizing: border-box;
	}

	body.huicheng-corporate .hc-header-toolbar {
		padding: 5px 10px;
	}

	body.huicheng-corporate .hc-header-lang-slot {
		padding-left: 4px;
	}
}

/* Right cluster — one toolbar (lang | balance | recharge | account) */
body.huicheng-corporate .hc-header-toolbar {
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0;
	padding: 5px 8px;
	background: #f8fafc;
	border: 1px solid var(--hc-border);
	border-radius: 12px;
	box-shadow: none !important;
	min-height: var(--hc-header-bar-h);
	box-sizing: border-box;
}

body.huicheng-corporate .hc-header-toolbar > * {
	position: relative;
}

body.huicheng-corporate .hc-header-toolbar > * + *::before {
	content: "";
	position: absolute;
	left: 0;
	top: 20%;
	bottom: 20%;
	width: 1px;
	background: var(--hc-border);
}

body.huicheng-corporate .hc-header-toolbar > * + * {
	margin-left: 10px;
	padding-left: 10px;
}



body.huicheng-corporate .hc-header-toolbar .hc-header-wallet {
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 2px 8px;
	box-shadow: none;
	gap: 4px;
}

body.huicheng-corporate .hc-header-toolbar .hc-header-wallet:hover {
	transform: none;
	box-shadow: none;
	background: #f8fafc;
	border-radius: 8px;
}

body.huicheng-corporate .hc-header-toolbar .hc-header-wallet__label {
	font-size: 0.75rem;
	text-transform: none;
	letter-spacing: 0;
	color: var(--hc-muted);
}

body.huicheng-corporate .hc-header-toolbar .hc-header-wallet__amount {
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--hc-ink);
}

body.huicheng-corporate .hc-header-toolbar .hc-header-recharge {
	padding: 7px 14px !important;
	font-size: 0.8125rem !important;
	font-weight: 600 !important;
	color: #047857 !important;
	background: #fff !important;
	border: 1px solid #86efac !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	transform: none !important;
}

body.huicheng-corporate .hc-header-toolbar .hc-header-recharge:hover {
	background: #ecfdf5 !important;
	color: #065f46 !important;
	border-color: #4ade80 !important;
	transform: none !important;
}

body.huicheng-corporate .hc-header-toolbar .hc-header-account {
	padding: 7px 16px !important;
	font-size: 0.8125rem !important;
	font-weight: 600 !important;
	color: #fff !important;
	background: var(--hc-brand) !important;
	border: 1px solid var(--hc-brand-dark) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	transform: none !important;
}

body.huicheng-corporate .hc-header-toolbar .hc-header-account:hover {
	background: var(--hc-brand-dark) !important;
	transform: none !important;
	box-shadow: none !important;
}

body.huicheng-corporate .hc-header-lang-slot .hc-lang-drop__toggle,
body.huicheng-corporate .hc-header-lang-slot .hc-lang-drop[open] .hc-lang-drop__toggle {
	box-shadow: none !important;
}

@media (max-width: 921px) {
	body.huicheng-corporate .hc-header-toolbar .hc-header-recharge,
	body.huicheng-corporate .hc-header-toolbar .hc-header-account {
		padding: 5px 10px !important;
		font-size: 0.75rem !important;
	}
}

/* ==========================================================================
   v2.20 — Presentation cohesion (typography, backgrounds, Elementor rhythm)
   ========================================================================== */

/* Astra uses Playfair on headings — feels like a blog, not a tech B2B site */
body.huicheng-corporate,
body.huicheng-corporate h1,
body.huicheng-corporate h2,
body.huicheng-corporate h3,
body.huicheng-corporate h4,
body.huicheng-corporate h5,
body.huicheng-corporate h6,
body.huicheng-corporate .entry-content :where(h1, h2, h3, h4, h5, h6),
body.huicheng-corporate .elementor-heading-title,
body.huicheng-corporate .site-title {
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

body.huicheng-corporate {
	font-size: 1rem;
	line-height: 1.65;
}

body.huicheng-corporate:not(.page-id-64) .entry-content :where(h1, h2, h3, h4, h5, h6) {
	font-weight: 600 !important;
	color: var(--hc-ink) !important;
	letter-spacing: -0.02em;
}

body.huicheng-corporate:not(.page-id-64) .entry-content h1 {
	font-size: clamp(1.5rem, 3vw, 1.95rem) !important;
	line-height: 1.3 !important;
}

body.huicheng-corporate:not(.page-id-64) .entry-content h2 {
	font-size: clamp(1.2rem, 2.2vw, 1.45rem) !important;
	line-height: 1.35 !important;
	margin-top: 1.75rem;
}

body.huicheng-corporate:not(.page-id-64) .entry-content h3 {
	font-size: 1.1rem !important;
	line-height: 1.4 !important;
}

body.huicheng-corporate:not(.page-id-64):not(.page-id-365) .elementor-widget-heading .elementor-heading-title {
	font-size: clamp(1.15rem, 2vw, 1.4rem) !important;
	font-weight: 600 !important;
	line-height: 1.35 !important;
	color: var(--hc-ink) !important;
}

/* Inner pages: same soft page background (not flat white) */
body.huicheng-corporate:not(.page-id-365) .site-content,
body.huicheng-corporate:not(.page-id-365) #content {
	background: var(--hc-gradient-page) !important;
}

body.hc-has-inner-hero .hc-inner-hero {
	margin-bottom: 0;
}

body.hc-has-inner-hero .site-content > .ast-container {
	padding-top: 1.25rem;
	padding-bottom: 2.5rem;
}

/* Elementor below inner hero → one white card on tinted page */
body.hc-has-inner-hero.elementor-page .entry-content > .elementor {
	max-width: 920px;
	margin: 0 auto;
	padding: 1.35rem 1.5rem 1.65rem;
	background: #fff;
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius);
	box-shadow: var(--hc-shadow-sm);
	box-sizing: border-box;
}

body.hc-has-inner-hero.elementor-page .entry-content > .elementor .elementor-section {
	background: transparent !important;
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important;
}

body.hc-has-inner-hero.elementor-page .entry-content > .elementor .elementor-section:first-child {
	padding-top: 0 !important;
}

body.hc-has-inner-hero.elementor-page .entry-content > .elementor .elementor-section:last-child {
	padding-bottom: 0 !important;
}

body.hc-has-inner-hero.elementor-page .entry-content > .elementor .elementor-widget-text-editor,
body.hc-has-inner-hero.elementor-page .entry-content > .elementor .elementor-widget-text-editor p {
	font-size: 1rem;
	line-height: 1.75;
	color: var(--hc-ink-soft);
}

body.page-id-203 .hc-about-page {
	margin-top: 0;
}

body.page-id-203 .hc-about-page .hc-lead {
	font-size: 1.05rem;
	line-height: 1.75;
	color: var(--hc-ink-soft);
	margin: 0 0 1.25rem;
}

/* Classic content cards: consistent width with Elementor card */
body.hc-has-inner-hero .hc-knowledge,
body.hc-has-inner-hero .hc-about-page,
body.hc-has-inner-hero .hc-page-solutions,
body.hc-has-inner-hero .hc-page-phone-farm,
body.hc-has-inner-hero .hc-page-applications,
body.hc-has-inner-hero .hc-page-guides,
body.hc-has-inner-hero .hc-page-applications,
body.hc-has-inner-hero .hc-page-guides,
body.hc-has-inner-hero .hc-faq,
body.hc-has-inner-hero .hc-terms-page {
	max-width: 920px;
}

/* WooCommerce: tinted page, product/checkout on white cards */
body.woocommerce.huicheng-corporate:not(.page-id-365) .site-content {
	background: var(--hc-gradient-page) !important;
}

body.woocommerce.single-product .product.type-product {
	background: #fff;
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius);
	box-shadow: none;
	padding: 1.5rem;
}

/* ==========================================================================
   v2.22 — Presentation rhythm (homepage zone, long-form sections)
   ========================================================================== */

.hc-section-head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 1.35rem;
}

.hc-section-head__badge {
	display: inline-block;
	margin: 0 0 0.65rem;
	padding: 0.28rem 0.7rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--hc-brand);
	background: var(--hc-brand-light);
	border: 1px solid rgba(4, 107, 210, 0.2);
	border-radius: 999px;
}

.hc-section-head__title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.25rem, 2.8vw, 1.75rem) !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;
	color: var(--hc-ink) !important;
}

.hc-section-head__lead {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.65;
	color: var(--hc-muted);
}

.hc-product-zone {
	background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
	border-bottom: 1px solid var(--hc-border);
	padding: clamp(1.5rem, 3vw, 2.25rem) 0 clamp(1.25rem, 2.5vw, 1.75rem);
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.hc-product-zone__inner {
	max-width: 1100px;
}

.hc-product-zone__proof {
	margin: 1rem 0 0;
	font-size: 0.92rem;
}

.hc-product-zone__proof a {
	font-weight: 600;
}

.hc-cap-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hc-cap-card {
	padding: 1rem 1.1rem;
	background: #fff;
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius-sm);
	border-top: 3px solid var(--hc-brand);
	box-shadow: var(--hc-shadow-sm);
}

.hc-cap-card__title {
	margin: 0 0 0.4rem;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	color: var(--hc-ink) !important;
	line-height: 1.35 !important;
}

.hc-cap-card__text {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.55;
	color: var(--hc-muted);
}

@media (max-width: 768px) {
	.hc-cap-grid {
		grid-template-columns: 1fr;
	}
}

body.page-id-64 .entry-content > .elementor {
	background: transparent;
}

body.page-id-64 .elementor-section.elementor-top-section {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

body.page-id-64 .elementor-section.elementor-top-section:nth-child(odd) {
	background: #fff;
}

body.page-id-64 .elementor-section.elementor-top-section:nth-child(even) {
	background: #eff6ff;
}

body.hc-has-inner-hero .hc-knowledge h2,
body.hc-has-inner-hero .hc-page-phone-farm h2,
body.hc-has-inner-hero .hc-page-applications h2,
body.hc-has-inner-hero .hc-page-guides h2,
body.hc-has-inner-hero .hc-page-solutions h2,
body.hc-has-inner-hero .hc-faq h2,
body.hc-has-inner-hero .hc-terms-page h2,
body.hc-has-inner-hero .hc-about-page h2 {
	margin: 2rem 0 0.85rem;
	padding: 0.55rem 0 0.55rem 0.9rem;
	border-left: 4px solid var(--hc-brand);
	background: linear-gradient(90deg, var(--hc-brand-light) 0%, rgba(232, 242, 252, 0) 72%);
	border-radius: 0 8px 8px 0;
	font-size: clamp(1.15rem, 2.2vw, 1.35rem) !important;
}

body.hc-has-inner-hero .hc-knowledge h2:first-child,
body.hc-has-inner-hero .hc-page-phone-farm h2:first-child,
body.hc-has-inner-hero .hc-page-applications h2:first-child,
body.hc-has-inner-hero .hc-page-guides h2:first-child,
body.hc-has-inner-hero .hc-page-solutions h2:first-child,
body.hc-has-inner-hero .hc-faq h2:first-child,
body.hc-has-inner-hero .hc-about-page h2:first-child {
	margin-top: 0;
}

body.hc-has-inner-hero.hc-content-page .entry-content > .hc-knowledge,
body.hc-has-inner-hero.hc-content-page .entry-content > .hc-about-page,
body.hc-has-inner-hero.hc-content-page .entry-content > .hc-page-solutions,
body.hc-has-inner-hero.hc-content-page .entry-content > .hc-page-phone-farm,
body.hc-has-inner-hero.hc-content-page .entry-content > .hc-page-applications,
body.hc-has-inner-hero.hc-content-page .entry-content > .hc-page-guides {
	padding: 1.35rem 1.5rem 1.65rem;
}

/* Inner pages: center content card (fix left-only column / empty right side) */
body.hc-has-inner-hero.hc-content-page #primary,
body.hc-has-inner-hero.hc-content-page .entry-content {
	width: 100%;
	max-width: 100%;
}

body.hc-has-inner-hero .entry-content > .hc-knowledge,
body.hc-has-inner-hero .entry-content > .hc-page-phone-farm,
body.hc-has-inner-hero .entry-content > .hc-page-applications,
body.hc-has-inner-hero .entry-content > .hc-page-guides,
body.hc-has-inner-hero .entry-content > .hc-about-page,
body.hc-has-inner-hero .entry-content > .hc-page-solutions,
body.hc-has-inner-hero .entry-content > .elementor {
	width: 100%;
	max-width: min(960px, calc(100% - 2rem));
	margin-left: auto !important;
	margin-right: auto !important;
	box-sizing: border-box;
}

/* Inner hero already has H1 — hide duplicate first H2 in classic body */
body.hc-has-inner-hero.hc-content-page .hc-knowledge > .hc-i18n-en > h2:first-child,
body.hc-has-inner-hero.hc-content-page .hc-knowledge > .hc-i18n-zh > h2:first-child,
body.hc-has-inner-hero.hc-content-page .hc-knowledge > .hc-i18n-zh-tw > h2:first-child,
body.hc-has-inner-hero.hc-content-page .hc-page-phone-farm > .hc-i18n-en > h2:first-child,
body.hc-has-inner-hero.hc-content-page .hc-page-phone-farm > .hc-i18n-zh > h2:first-child,
body.hc-has-inner-hero.hc-content-page .hc-page-phone-farm > .hc-i18n-zh-tw > h2:first-child,
body.hc-has-inner-hero.hc-content-page .hc-page-applications > .hc-i18n-en > h2:first-child,
body.hc-has-inner-hero.hc-content-page .hc-page-applications > .hc-i18n-zh > h2:first-child,
body.hc-has-inner-hero.hc-content-page .hc-page-guides > .hc-i18n-en > h2:first-child,
body.hc-has-inner-hero.hc-content-page .hc-page-guides > .hc-i18n-zh > h2:first-child,
body.hc-has-inner-hero .hc-about-page > .hc-i18n-en > h2:first-child,
body.hc-has-inner-hero .hc-about-page > .hc-i18n-zh > h2:first-child {
	display: none;
}

body.hc-has-inner-hero.hc-content-page .hc-knowledge > .hc-i18n-en > .hc-lead:first-of-type,
body.hc-has-inner-hero.hc-content-page .hc-page-phone-farm > .hc-i18n-en > .hc-lead:first-of-type,
body.hc-has-inner-hero.hc-content-page .hc-page-applications > .hc-i18n-en > .hc-lead:first-of-type,
body.hc-has-inner-hero.hc-content-page .hc-page-guides > .hc-i18n-en > .hc-lead:first-of-type,
body.hc-has-inner-hero.hc-content-page .hc-knowledge > .hc-i18n-zh > .hc-lead:first-of-type,
body.hc-has-inner-hero.hc-content-page .hc-page-phone-farm > .hc-i18n-zh > .hc-lead:first-of-type,
body.hc-has-inner-hero.hc-content-page .hc-page-applications > .hc-i18n-zh > .hc-lead:first-of-type,
body.hc-has-inner-hero.hc-content-page .hc-page-guides > .hc-i18n-zh > .hc-lead:first-of-type {
	margin-top: 0;
}

/* Elementor body: always show full layout regardless of language toggle */
body .entry-content > .elementor {
	display: block !important;
}

/* ==========================================================================
   v2.22 — Presentation rhythm (homepage zone, long-form sections, denser layout)
   ========================================================================== */

/* Shared section header pattern */
.hc-section-head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 1.35rem;
}

.hc-section-head__badge {
	display: inline-block;
	margin: 0 0 0.65rem;
	padding: 0.28rem 0.7rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--hc-brand);
	background: var(--hc-brand-light);
	border: 1px solid rgba(4, 107, 210, 0.2);
	border-radius: 999px;
}

.hc-section-head__title {
	margin: 0 0 0.65rem;
	font-size: clamp(1.25rem, 2.8vw, 1.75rem) !important;
	line-height: 1.3 !important;
	font-weight: 700 !important;
	color: var(--hc-ink) !important;
}

.hc-section-head__lead {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.65;
	color: var(--hc-muted);
}

/* Homepage product zone (between sustain strip and Elementor gallery) */
.hc-product-zone {
	background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
	border-bottom: 1px solid var(--hc-border);
	padding: clamp(1.5rem, 3vw, 2.25rem) 0 clamp(1.25rem, 2.5vw, 1.75rem);
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.hc-product-zone__inner {
	max-width: 1100px;
}

.hc-product-zone__proof {
	margin: 1rem 0 0;
	font-size: 0.92rem;
}

.hc-product-zone__proof a {
	font-weight: 600;
}

.hc-cap-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hc-cap-card {
	padding: 1rem 1.1rem;
	background: #fff;
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius-sm);
	border-top: 3px solid var(--hc-brand);
	box-shadow: var(--hc-shadow-sm);
}

.hc-cap-card__title {
	margin: 0 0 0.4rem;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
	color: var(--hc-ink) !important;
	line-height: 1.35 !important;
}

.hc-cap-card__text {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.55;
	color: var(--hc-muted);
}

@media (max-width: 768px) {
	.hc-cap-grid {
		grid-template-columns: 1fr;
	}
}

/* Homepage Elementor body: alternating bands + less dead space */
body.page-id-64 .entry-content > .elementor {
	background: transparent;
}

body.page-id-64 .elementor-section.elementor-top-section {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

body.page-id-64 .elementor-section.elementor-top-section:nth-child(odd) {
	background: #fff;
}

body.page-id-64 .elementor-section.elementor-top-section:nth-child(even) {
	background: #eff6ff;
}

/* Long-form pages: h2 section anchors (content unchanged) */
body.hc-has-inner-hero .hc-knowledge h2,
body.hc-has-inner-hero .hc-page-phone-farm h2,
body.hc-has-inner-hero .hc-page-solutions h2,
body.hc-has-inner-hero .hc-faq h2,
body.hc-has-inner-hero .hc-terms-page h2,
body.hc-has-inner-hero .hc-about-page h2 {
	margin: 2rem 0 0.85rem;
	padding: 0.55rem 0 0.55rem 0.9rem;
	border-left: 4px solid var(--hc-brand);
	background: linear-gradient(90deg, var(--hc-brand-light) 0%, rgba(232, 242, 252, 0) 72%);
	border-radius: 0 8px 8px 0;
	font-size: clamp(1.15rem, 2.2vw, 1.35rem) !important;
}

body.hc-has-inner-hero .hc-knowledge h2:first-child,
body.hc-has-inner-hero .hc-page-phone-farm h2:first-child,
body.hc-has-inner-hero .hc-page-solutions h2:first-child,
body.hc-has-inner-hero .hc-faq h2:first-child,
body.hc-has-inner-hero .hc-about-page h2:first-child {
	margin-top: 0;
}

body.hc-has-inner-hero .hc-knowledge h3,
body.hc-has-inner-hero .hc-page-phone-farm h3,
body.hc-has-inner-hero .hc-page-solutions h3 {
	margin-top: 1.35rem;
	margin-bottom: 0.5rem;
	font-size: 1.05rem !important;
	color: var(--hc-ink-soft) !important;
}

body.hc-has-inner-hero .hc-knowledge p,
body.hc-has-inner-hero .hc-page-phone-farm p,
body.hc-has-inner-hero .hc-page-solutions p,
body.hc-has-inner-hero .hc-faq p,
body.hc-has-inner-hero .hc-about-page p {
	margin-bottom: 0.85rem;
}

/* Tables on classic content pages */
body.hc-has-inner-hero .hc-knowledge table,
body.hc-has-inner-hero .hc-page-phone-farm table,
body.hc-has-inner-hero .hc-page-solutions table {
	width: 100%;
	border-collapse: collapse;
	margin: 0.75rem 0 1.25rem;
	font-size: 0.9rem;
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius-sm);
	overflow: hidden;
}

body.hc-has-inner-hero .hc-knowledge table th,
body.hc-has-inner-hero .hc-page-phone-farm table th,
body.hc-has-inner-hero .hc-page-solutions table th {
	background: var(--hc-brand-light);
	color: var(--hc-ink);
	font-weight: 600;
	text-align: left;
	padding: 0.55rem 0.75rem;
	border-bottom: 1px solid var(--hc-border);
}

body.hc-has-inner-hero .hc-knowledge table td,
body.hc-has-inner-hero .hc-page-phone-farm table td,
body.hc-has-inner-hero .hc-page-solutions table td {
	padding: 0.5rem 0.75rem;
	border-bottom: 1px solid var(--hc-border);
	color: var(--hc-ink-soft);
}

body.hc-has-inner-hero .hc-knowledge table tr:nth-child(even) td,
body.hc-has-inner-hero .hc-page-phone-farm table tr:nth-child(even) td,
body.hc-has-inner-hero .hc-page-solutions table tr:nth-child(even) td {
	background: #f8fafc;
}

body.hc-has-inner-hero .hc-knowledge ul,
body.hc-has-inner-hero .hc-page-phone-farm ul,
body.hc-has-inner-hero .hc-page-solutions ul {
	margin: 0.5rem 0 1rem;
	padding-left: 1.25rem;
}

body.hc-has-inner-hero .hc-knowledge li,
body.hc-has-inner-hero .hc-page-phone-farm li,
body.hc-has-inner-hero .hc-page-solutions li {
	margin-bottom: 0.35rem;
	line-height: 1.6;
}

/* Elementor inner pages: section headings with brand bar */
body.hc-has-inner-hero.elementor-page .elementor-widget-heading .elementor-heading-title {
	position: relative;
}

body.hc-has-inner-hero.elementor-page .elementor-section .elementor-widget-heading:first-child .elementor-heading-title {
	padding-left: 0.75rem;
	border-left: 3px solid var(--hc-brand);
}

body.hc-has-inner-hero.elementor-page .elementor-widget-text-editor p {
	margin-bottom: 0.75rem;
}

body.hc-has-inner-hero.elementor-page .elementor-widget-icon-box .elementor-icon-box-wrapper {
	box-shadow: none;
	border-top: 3px solid var(--hc-brand);
}

body.hc-has-inner-hero.elementor-page .elementor-widget-icon-box:hover .elementor-icon-box-wrapper {
	transform: none;
	box-shadow: none;
}

/* Classic content card: flat, slightly tighter */
body.hc-has-inner-hero .hc-knowledge,
body.hc-has-inner-hero .hc-about-page,
body.hc-has-inner-hero .hc-page-solutions,
body.hc-has-inner-hero .hc-page-phone-farm,
body.hc-has-inner-hero .hc-faq,
body.hc-has-inner-hero .hc-terms-page {
	box-shadow: none;
}

body.hc-has-inner-hero.hc-content-page .entry-content > .hc-knowledge,
body.hc-has-inner-hero.hc-content-page .entry-content > .hc-about-page,
body.hc-has-inner-hero.hc-content-page .entry-content > .hc-page-solutions,
body.hc-has-inner-hero.hc-content-page .entry-content > .hc-page-phone-farm,
body.hc-has-inner-hero.hc-content-page .entry-content > .hc-page-applications,
body.hc-has-inner-hero.hc-content-page .entry-content > .hc-page-guides {
	padding: 1.35rem 1.5rem 1.65rem;
}

/* ==========================================================================
   v2.24.15 — Corporate header (phone farm official site; SIM as secondary)
   Layout breakpoints unchanged — visual only
   ========================================================================== */

body.huicheng-corporate {
	--hc-header-elev: 0 1px 0 rgba(15, 23, 42, 0.04), 0 8px 24px rgba(15, 23, 42, 0.05);
}

body.huicheng-corporate .site-header,
body.huicheng-corporate .ast-primary-header-bar,
body.huicheng-corporate .site-primary-header-wrap {
	background: rgba(255, 255, 255, 0.94) !important;
	background-image: none !important;
	backdrop-filter: blur(14px) saturate(1.05);
	border-bottom: 1px solid rgba(226, 232, 240, 0.9) !important;
	box-shadow: var(--hc-header-elev) !important;
}

body.huicheng-corporate #ast-desktop-header .ast-primary-header-bar::after {
	height: 1px;
	background: linear-gradient(
		90deg,
		var(--hc-brand) 0%,
		rgba(4, 107, 210, 0.22) 42%,
		transparent 88%
	);
}

body.huicheng-corporate .hc-header-right {
	align-items: center;
	gap: 12px;
}

body.huicheng-corporate .hc-header-toolbar {
	background: rgba(248, 250, 252, 0.95);
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 10px;
	box-shadow: none !important;
	padding: 4px 8px;
}

body.huicheng-corporate .hc-header-toolbar > * + *::before {
	top: 26%;
	bottom: 26%;
	background: rgba(226, 232, 240, 0.9);
}

body.huicheng-corporate .hc-header-lang-slot .hc-lang-drop__toggle {
	border-radius: 8px;
	border-color: transparent;
	background: transparent;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--hc-muted);
}

body.huicheng-corporate .hc-header-lang-slot .hc-lang-drop__toggle:hover {
	background: #fff;
	border-color: var(--hc-border);
	color: var(--hc-ink-soft);
}

/* Corporate text nav (not all-capsule) */
body.huicheng-corporate .site-header-primary-section-center .main-header-bar-navigation {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

body.huicheng-corporate .main-header-menu > .menu-item > .menu-link {
	border-radius: 6px;
	font-weight: 500 !important;
	font-size: 0.9rem !important;
	letter-spacing: 0.01em;
	color: #475569 !important;
	transition: color 0.18s ease;
}

body.huicheng-corporate .main-header-menu > .menu-item:hover > .menu-link,
body.huicheng-corporate .main-header-menu > .menu-item.current-menu-item > .menu-link,
body.huicheng-corporate .main-header-menu > .menu-item.current-menu-ancestor > .menu-link {
	background: transparent !important;
	color: var(--hc-brand) !important;
	box-shadow: none !important;
}

@media (min-width: 922px) {
	body.huicheng-corporate .main-header-menu > .menu-item > .menu-link {
		position: relative;
		padding: 0.5em 0.72em !important;
	}

	body.huicheng-corporate .main-header-menu > .menu-item:hover > .menu-link::after,
	body.huicheng-corporate .main-header-menu > .menu-item.current-menu-item > .menu-link::after,
	body.huicheng-corporate .main-header-menu > .menu-item.current-menu-ancestor > .menu-link::after {
		content: "";
		position: absolute;
		left: 0.72em;
		right: 0.72em;
		bottom: 0.15em;
		height: 2px;
		border-radius: 1px;
		background: var(--hc-brand);
	}

	/* Primary product line — phone farm */
	body.huicheng-corporate .main-header-menu > .menu-item a[href*="phone-farm"],
	body.huicheng-corporate .main-header-menu > .menu-item a[href*="page_id=125"] {
		color: var(--hc-ink) !important;
		font-weight: 600 !important;
	}

	/* SIM — secondary service chip */
	body.huicheng-corporate .main-header-menu > .menu-item a[href*="global-sim-sms-service"],
	body.huicheng-corporate .main-header-menu > .menu-item a[href*="page_id=365"] {
		background: transparent !important;
		color: var(--hc-brand) !important;
		font-weight: 600 !important;
		box-shadow: inset 0 0 0 1px rgba(4, 107, 210, 0.28);
		border-radius: 6px;
		padding: 0.42em 0.78em !important;
	}

	body.huicheng-corporate .main-header-menu > .menu-item a[href*="global-sim-sms-service"]:hover,
	body.huicheng-corporate .main-header-menu > .menu-item a[href*="page_id=365"]:hover {
		background: var(--hc-brand-light) !important;
		box-shadow: inset 0 0 0 1px rgba(4, 107, 210, 0.4);
	}

	body.huicheng-corporate .main-header-menu > .menu-item a[href*="global-sim-sms-service"]:hover::after,
	body.huicheng-corporate .main-header-menu > .menu-item a[href*="page_id=365"]:hover::after,
	body.huicheng-corporate .main-header-menu > .menu-item.current-menu-item a[href*="global-sim-sms-service"]::after,
	body.huicheng-corporate .main-header-menu > .menu-item.current-menu-item a[href*="page_id=365"]::after {
		display: none;
	}
}

@media (min-width: 922px) and (max-width: 1279px) {
	body.huicheng-corporate .site-header-primary-section-center {
		border-top-color: rgba(226, 232, 240, 0.65);
		padding-top: 8px;
		margin-top: 4px;
	}

	body.huicheng-corporate .site-header-primary-section-center .main-header-menu > .menu-item > .menu-link {
		color: #64748b !important;
	}
}

@media (min-width: 1280px) {
	body.huicheng-corporate .site-primary-header-wrap {
		padding-top: 11px !important;
		padding-bottom: 11px !important;
	}

	body.huicheng-corporate .site-header-primary-section-center .main-header-bar-navigation {
		background: transparent !important;
		border: none !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		padding: 0 !important;
		width: fit-content !important;
	}
}

/* v2.24.16 — Shop / Whitepaper dropdowns must not be clipped */
body.huicheng-corporate .site-header,
body.huicheng-corporate #ast-desktop-header,
body.huicheng-corporate .ast-primary-header-bar,
body.huicheng-corporate .site-primary-header-wrap,
body.huicheng-corporate .site-primary-header-wrap > .ast-container,
body.huicheng-corporate .ast-builder-grid-row.ast-grid-center-col-layout,
body.huicheng-corporate .site-header-primary-section-center,
body.huicheng-corporate .site-header-primary-section-center .ast-builder-menu-1,
body.huicheng-corporate .site-header-primary-section-center .ast-main-header-bar-alignment,
body.huicheng-corporate .site-header-primary-section-center .main-header-bar-navigation,
body.huicheng-corporate .site-header-primary-section-center .main-navigation,
body.huicheng-corporate .main-header-menu {
	overflow: visible !important;
}

body.huicheng-corporate .main-header-menu > .menu-item.menu-item-has-children {
	position: relative;
	z-index: 20;
}

body.huicheng-corporate .main-header-menu > .menu-item.menu-item-has-children:hover,
body.huicheng-corporate .main-header-menu > .menu-item.menu-item-has-children.focus {
	z-index: 100060;
}

body.huicheng-corporate .main-header-menu .sub-menu,
body.huicheng-corporate .main-header-menu .sub-menu .sub-menu {
	z-index: 100060 !important;
	position: absolute !important;
	display: block;
	min-width: 11.5rem;
	background: #fff !important;
	border: 1px solid var(--hc-border) !important;
	border-radius: 10px !important;
	box-shadow: var(--hc-shadow) !important;
	padding: 6px 0 !important;
	margin-top: 6px !important;
}

body.huicheng-corporate .main-header-menu .sub-menu .menu-link {
	white-space: nowrap;
	color: var(--hc-ink-soft) !important;
	font-weight: 500 !important;
	background: transparent !important;
}

body.huicheng-corporate .main-header-menu .sub-menu .menu-link::after {
	display: none !important;
}

body.huicheng-corporate .main-header-menu .sub-menu .menu-item:hover > .menu-link,
body.huicheng-corporate .main-header-menu .sub-menu .menu-item.focus > .menu-link {
	background: var(--hc-surface) !important;
	color: var(--hc-brand) !important;
}

body.huicheng-corporate .site-header-primary-section-right {
	z-index: 12;
}

/* ==========================================================================
   v2.24.28 — Shop cards: medium size, capped image height (4:3)
   ========================================================================== */

body.woocommerce-shop .woocommerce-products-header {
	display: none;
}

body.woocommerce-shop .site-main .ast-container {
	max-width: min(1180px, calc(100% - 2rem));
}

/* Shop beautify block (replaces empty Elementor) */
.hc-shop-beautify {
	margin: 0 0 1.25rem;
}

.hc-shop-beautify__login {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.6rem 1rem;
	margin: 0 0 0.85rem;
	padding: 0.55rem 0.75rem;
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-radius: 8px;
	font-size: 0.875rem;
	color: #78350f;
}

.hc-shop-beautify__login p {
	margin: 0;
}

.hc-shop-beautify__login-btn {
	padding: 0.35rem 0.9rem;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #fff !important;
	background: var(--hc-brand);
	border-radius: 6px;
	text-decoration: none !important;
	white-space: nowrap;
}

.hc-shop-beautify__wallet {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem 0.85rem;
	margin: 0 0 0.85rem;
	padding: 0.55rem 0.75rem;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	font-size: 0.875rem;
	color: #334155;
}

.hc-shop-beautify__balance {
	display: inline-flex;
	align-items: baseline;
	gap: 0.35rem;
}

.hc-shop-beautify__balance-label {
	color: #64748b;
	font-size: 0.8125rem;
}

.hc-shop-beautify__balance-amount {
	font-weight: 700;
	color: #047857;
}

.hc-shop-beautify__topup-btn {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.85rem;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #047857 !important;
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	border-radius: 999px;
	text-decoration: none !important;
	white-space: nowrap;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.hc-shop-beautify__topup-btn:hover {
	background: #d1fae5;
	border-color: #6ee7b7;
	color: #065f46 !important;
}

.hc-shop-beautify__topup-hint {
	font-size: 0.75rem;
	color: #64748b;
	line-height: 1.4;
}

.hc-sim-topup-link {
	border-color: rgba(255, 255, 255, 0.35) !important;
	color: #ecfdf5 !important;
}

.hc-sim-topup-link:hover {
	background: rgba(255, 255, 255, 0.12) !important;
	color: #fff !important;
}

.hc-shop-compare {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 0 0 0.75rem;
	padding: 0;
	list-style: none;
}

.hc-shop-compare__card {
	margin: 0;
	padding: 0.85rem 0.9rem;
	background: #fff;
	border: 1px solid var(--hc-border);
	border-radius: 10px;
	box-shadow: var(--hc-shadow-sm);
}

.hc-shop-compare__card--hardware {
	border-top: 3px solid #3b82f6;
}

.hc-shop-compare__card--digital {
	border-top: 3px solid #10b981;
}

.hc-shop-compare__card--pfn {
	border-top: 3px solid #8b5cf6;
}

.hc-shop-compare__type {
	display: inline-block;
	margin-bottom: 0.35rem;
	padding: 0.15rem 0.5rem;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--hc-brand-dark);
	background: var(--hc-brand-light);
	border-radius: 4px;
}

.hc-shop-compare__title {
	margin: 0 0 0.35rem;
	font-size: 0.9375rem;
	font-weight: 700;
	color: var(--hc-ink);
	line-height: 1.35;
}

.hc-shop-compare__checkout {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.5;
	color: #475569;
}

.hc-shop-beautify__note {
	margin: 0;
	padding: 0.55rem 0.75rem;
	font-size: 0.8125rem;
	line-height: 1.55;
	color: var(--hc-ink-soft);
	background: var(--hc-brand-light);
	border: 1px solid var(--hc-border);
	border-radius: 8px;
}

body.hc-shop-beautify-page .woocommerce-products-header {
	display: none;
}

/* ==========================================================================
   v2.24.35 — Site-wide polish (body classes + Woo flow strips)
   ========================================================================== */

.hc-woo-flow-strip {
	max-width: 920px;
	margin: 0 auto 1rem;
	padding: 0.85rem 1.1rem;
	background: linear-gradient(90deg, var(--hc-brand-light) 0%, #fff 100%);
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius-sm);
	border-left: 4px solid var(--hc-brand);
	box-shadow: var(--hc-shadow-sm);
}

.hc-woo-flow-strip__text {
	margin: 0 0 0.5rem;
	font-size: 0.9rem;
	line-height: 1.6;
	color: var(--hc-ink-soft);
}

.hc-woo-flow-strip__text:last-child {
	margin-bottom: 0;
}

.hc-woo-flow-strip__link {
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--hc-brand);
	text-decoration: none;
}

.hc-woo-flow-strip__link:hover {
	text-decoration: underline;
}

body.hc-woo-flow .woocommerce-cart-form,
body.hc-woo-flow .cart-collaterals,
body.hc-woo-flow form.checkout.woocommerce-checkout,
body.hc-woo-flow .woocommerce-MyAccount-navigation,
body.hc-woo-flow .woocommerce-MyAccount-content {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

body.hc-woo-flow .woocommerce-cart-form,
body.hc-woo-flow .cart-collaterals .cart_totals,
body.hc-woo-flow form.checkout.woocommerce-checkout,
body.hc-woo-flow .woocommerce-MyAccount-content {
	background: #fff;
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius);
	padding: 1.25rem 1.5rem;
	box-shadow: none;
}

body.hc-woo-flow .woocommerce-MyAccount-navigation {
	background: #fff;
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius-sm);
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
}

body.hc-woo-flow .woocommerce-account .woocommerce {
	display: block;
}

body.hc-woo-flow .entry-content > .woocommerce {
	max-width: 920px;
	margin: 0 auto;
}

body.hc-front-polish .site-content {
	background: var(--hc-gradient-page) !important;
}

.hc-checkout-legal-note {
	margin: 0 0 1rem;
	padding: 0.65rem 0.85rem;
	font-size: 0.85rem;
	line-height: 1.55;
	color: var(--hc-ink-soft);
	background: #f8fafc;
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius-sm);
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row.validate-required {
	margin-bottom: 0.75rem;
}

body.page-id-497.hc-has-inner-hero.elementor-page .entry-content > .elementor {
	max-width: 960px;
}

body.hc-shop-beautify-page .woocommerce-result-count,
body.hc-shop-beautify-page .woocommerce-ordering {
	font-size: 0.8125rem;
}

@media (max-width: 900px) {
	.hc-shop-compare {
		grid-template-columns: 1fr;
	}
}

.hc-shop-intro {
	margin: 0 0 1.15rem;
	padding: 0.85rem 1rem;
	background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
	border: 1px solid #e2e8f0;
	border-radius: 10px;
}

.hc-shop-intro__login {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.6rem 1rem;
	margin: 0 0 0.7rem;
	padding: 0.55rem 0.75rem;
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-radius: 8px;
}

.hc-shop-intro__login-text {
	margin: 0;
	flex: 1 1 12rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #78350f;
}

.hc-shop-intro__login-btn {
	flex: 0 0 auto;
	padding: 0.35rem 0.9rem;
	font-size: 0.8125rem;
	font-weight: 700;
	color: #fff !important;
	background: var(--hc-brand);
	border-radius: 6px;
	text-decoration: none !important;
	white-space: nowrap;
}

.hc-shop-intro__login-btn:hover {
	filter: brightness(1.05);
}

.hc-shop-intro__rules {
	margin: 0;
}

.hc-shop-intro__rule {
	margin: 0 0 0.5rem;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #475569;
}

.hc-shop-intro__rule:last-child {
	margin-bottom: 0;
}

body.woocommerce-shop ul.products,
body.woocommerce.tax-product_cat ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9rem;
	margin-bottom: 1.75rem;
}

@media (max-width: 1024px) {
	body.woocommerce-shop ul.products,
	body.woocommerce.tax-product_cat ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	body.woocommerce-shop ul.products,
	body.woocommerce.tax-product_cat ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	body.woocommerce-shop ul.products,
	body.woocommerce.tax-product_cat ul.products {
		grid-template-columns: 1fr;
	}
}

body.woocommerce ul.products {
	gap: 1.25rem;
	margin-bottom: 2rem;
}

body.woocommerce-shop ul.products li.product,
body.woocommerce.tax-product_cat ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 0.45rem 0.45rem 0.2rem;
	position: relative;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link,
body.woocommerce.tax-product_cat ul.products li.product .woocommerce-loop-product__link {
	aspect-ratio: 4 / 3;
	width: calc(100% - 0.7rem);
	max-height: 150px;
	margin: 0.4rem 0.35rem 0;
	padding: 0.4rem;
	background: #f8fafc;
	border-radius: 8px;
	box-sizing: border-box;
}

body.woocommerce-shop ul.products li.product img,
body.woocommerce.tax-product_cat ul.products li.product img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 122px;
	object-fit: contain;
	object-position: center;
	border-radius: 4px;
	background: transparent;
}

body.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 0.9375rem !important;
	font-weight: 700 !important;
	line-height: 1.4 !important;
	color: var(--hc-ink) !important;
	padding: 0 0.75rem !important;
	margin: 0.3rem 0 0.1rem !important;
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.woocommerce.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
	font-size: 0.875rem !important;
	line-height: 1.38 !important;
	padding: 0 0.55rem !important;
	margin: 0.25rem 0 0 !important;
}

body.woocommerce ul.products li.product .price {
	padding: 0 0.75rem;
	font-size: 0.98rem !important;
	font-weight: 700 !important;
	color: var(--hc-brand) !important;
}

body.woocommerce-shop ul.products li.product .price,
body.woocommerce.tax-product_cat ul.products li.product .price {
	padding: 0 0.55rem;
	font-size: 0.9rem !important;
}

body.woocommerce ul.products li.product .price del {
	color: var(--hc-muted);
	font-weight: 500;
}

body.woocommerce ul.products li.product .ast-woo-product-category,
body.woocommerce ul.products li.product .ast-on-card-button {
	display: none !important;
}

.hc-shop-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 0.4rem 0.55rem 0;
	align-items: stretch;
	position: relative;
	z-index: 3;
}

.hc-shop-card-actions .hc-shop-cart-btn,
.hc-shop-card-actions .hc-shop-buy-btn {
	flex: 1 1 calc(50% - 0.25rem);
	min-width: 0;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0.45rem 0.4rem !important;
	font-size: 0.75rem !important;
	box-sizing: border-box;
	font-size: 0.8125rem !important;
	font-weight: 600 !important;
	border-radius: 8px !important;
	text-decoration: none !important;
	line-height: 1.25;
	text-align: center;
}

.hc-shop-card-actions .hc-shop-cart-btn {
	background: #fff !important;
	color: var(--hc-ink-soft) !important;
	border: 1px solid var(--hc-border) !important;
}

.hc-shop-card-actions .hc-shop-cart-btn:hover {
	background: var(--hc-surface) !important;
	color: var(--hc-brand) !important;
	border-color: #cbd5e1 !important;
}

.hc-shop-card-actions .hc-shop-buy-btn {
	background: var(--hc-brand) !important;
	color: #fff !important;
	border: 1px solid var(--hc-brand-dark) !important;
	box-shadow: 0 2px 8px rgba(4, 107, 210, 0.28);
}

.hc-shop-card-actions .hc-shop-buy-btn.loading,
.hc-shop-single-actions .hc-shop-buy-btn.loading {
	opacity: 0.7;
	pointer-events: none;
}

.hc-shop-card-actions .hc-shop-buy-btn:hover {
	background: var(--hc-brand-dark) !important;
	color: #fff !important;
}

.hc-shop-card-actions .hc-shop-cart-btn.product_type_variable {
	flex: 1 1 100%;
}

.hc-shop-product-hint {
	margin: 0 0 1rem;
	padding: 0.65rem 0.85rem;
	font-size: 0.875rem;
	line-height: 1.55;
	color: var(--hc-muted);
	background: var(--hc-surface);
	border-left: 3px solid var(--hc-brand);
	border-radius: 0 8px 8px 0;
}

.hc-shop-single-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	align-items: center;
	margin-top: 0.25rem;
}

.hc-shop-single-actions .single_add_to_cart_button {
	flex: 1 1 auto;
	min-width: 9rem;
	background: #fff !important;
	color: var(--hc-ink-soft) !important;
	border: 1px solid var(--hc-border) !important;
	font-weight: 600 !important;
	padding: 0.75rem 1.25rem !important;
	border-radius: 8px !important;
}

.hc-shop-single-actions .single_add_to_cart_button:hover {
	background: var(--hc-surface) !important;
	color: var(--hc-brand) !important;
}

.hc-shop-single-actions .hc-shop-buy-btn {
	flex: 1 1 auto;
	min-width: 9rem;
	background: var(--hc-brand) !important;
	border: 1px solid var(--hc-brand-dark) !important;
	color: #fff !important;
	font-weight: 700 !important;
	padding: 0.75rem 1.35rem !important;
	border-radius: 8px !important;
	box-shadow: 0 2px 10px rgba(4, 107, 210, 0.3);
}

.hc-shop-single-actions .hc-shop-buy-btn:hover {
	background: var(--hc-brand-dark) !important;
	color: #fff !important;
}

/* Virtual checkout: hide default billing heading; show contact field */
body.woocommerce-checkout.hc-virtual-checkout .woocommerce-shipping-fields,
body.woocommerce-checkout.hc-virtual-checkout #ship-to-different-address,
body.woocommerce-checkout.hc-virtual-checkout .woocommerce-billing-fields > h3 {
	display: none;
}

.hc-virtual-checkout-heading {
	margin: 0 0 1rem;
}

.hc-virtual-checkout-heading h3 {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	color: var(--hc-ink);
}

.hc-virtual-checkout-heading p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.55;
	color: var(--hc-ink-soft);
}

body.woocommerce-checkout.hc-virtual-checkout .hc-checkout-hidden-email,
body.woocommerce-checkout.hc-virtual-checkout .form-row-hidden {
	display: none !important;
}

body.woocommerce-checkout.hc-virtual-checkout .hc-virtual-contact-field input {
	font-size: 0.9375rem;
}

body.woocommerce-checkout.hc-virtual-checkout .woocommerce-additional-fields {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

body.woocommerce-checkout.hc-virtual-checkout #order_review {
	margin-top: 1rem;
}

@media (max-width: 768px) {
	body.woocommerce ul.products {
		margin-left: 0;
		margin-right: 0;
	}
}

/* PFN cryptocurrency checkout */
.hc-pfn-checkout-alert,
.hc-pfn-product-notice {
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
	background: #fff7ed;
	border: 1px solid #fdba74;
	border-radius: 8px;
	color: #7c2d12;
	font-size: 0.875rem;
	line-height: 1.6;
}

.hc-pfn-checkout-alert strong,
.hc-pfn-product-notice strong {
	display: block;
	margin-bottom: 0.35rem;
	color: #9a3412;
}

.hc-pfn-checkout-alert p,
.hc-pfn-product-notice p {
	margin: 0;
}

body.woocommerce-checkout.hc-pfn-checkout .hc-pfn-address-field textarea {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	font-size: 0.8125rem;
	line-height: 1.45;
}

body.woocommerce-checkout.hc-pfn-checkout .hc-pfn-ack-field label {
	font-size: 0.8125rem;
	line-height: 1.5;
	color: #7c2d12;
}

body.woocommerce-checkout.hc-pfn-checkout .woocommerce-additional-fields h3 {
	font-size: 1rem;
}

/* ==========================================================================
   v2.24.43 — Vibrant blue theme (brighter, more energetic)
   ========================================================================== */

body.huicheng-corporate .woocommerce ul.products li.product {
	background: #fff;
	border: 1px solid var(--hc-border);
	box-shadow: var(--hc-shadow-sm);
}

body.huicheng-corporate .woocommerce ul.products li.product:hover {
	border-color: #93c5fd;
	box-shadow: var(--hc-shadow);
}

body.hc-has-inner-hero .hc-knowledge,
body.hc-has-inner-hero .hc-about-page,
body.hc-has-inner-hero .hc-page-solutions,
body.hc-has-inner-hero .hc-page-phone-farm,
body.hc-has-inner-hero .hc-page-applications,
body.hc-has-inner-hero .hc-page-guides,
body.hc-has-inner-hero .hc-faq,
body.hc-has-inner-hero .hc-terms-page {
	background: #fff;
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius);
	box-shadow: var(--hc-shadow-sm);
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals .cart_totals,
body.woocommerce-checkout form.checkout.woocommerce-checkout,
body.woocommerce-account .woocommerce-MyAccount-content {
	border-color: var(--hc-border);
	box-shadow: var(--hc-shadow-sm);
}


/* ==========================================================================
   Company & Factory page — overview split + vertical/landscape video grids
   Scoped to page 203; matches homepage cap-cards & inner-page h2 style
   ========================================================================== */

body.page-id-203.hc-has-inner-hero .entry-content > .hc-about-page,
body.page-id-203 .hc-company-factory {
	max-width: min(1140px, calc(100% - 2rem));
}

.hc-company-factory {
	padding-top: 1.15rem;
}

/* Overview — cap-card accent, left text / right video */
.hc-company-overview {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 1.75rem;
	align-items: stretch;
	margin-bottom: 1.5rem;
	padding: 1.35rem 1.45rem;
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius);
	border-top: 3px solid var(--hc-brand);
	box-shadow: var(--hc-shadow-sm);
}

.hc-company-overview__text {
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
}

.hc-company-overview__media {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	width: 100%;
	align-self: center;
}

.hc-company-overview__text .hc-lead {
	margin-top: 0;
	font-size: 1.05rem;
	line-height: 1.75;
	color: var(--hc-ink-soft);
}

.hc-company-overview__note {
	font-size: 0.88rem;
	color: var(--hc-muted);
	margin-top: 0.85rem;
	margin-bottom: 0;
	padding-top: 0.75rem;
	border-top: 1px dashed var(--hc-border);
}

.hc-company-overview__media,
.hc-company-overview .hc-video-card {
	margin: 0;
}

.hc-company-overview .hc-video-placeholder,
.hc-company-overview .hc-video-card__frame {
	border-radius: var(--hc-radius-sm);
	min-height: 100%;
}

/* Section mini-head (matches .hc-section-head badge) */
.hc-factory-section-head {
	text-align: center;
	margin: 0 0 1rem;
}

.hc-factory-section-head--compact {
	margin-top: 2rem;
	margin-bottom: 1.15rem;
}

.hc-factory-section-head__badge {
	display: inline-block;
	margin: 0 0 0.5rem;
	padding: 0.28rem 0.7rem;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: var(--hc-brand);
	background: var(--hc-brand-light);
	border: 1px solid rgba(4, 107, 210, 0.2);
	border-radius: 999px;
}

.hc-factory-section-head__title {
	margin: 0 0 0.35rem;
	font-size: clamp(1.15rem, 2.2vw, 1.35rem) !important;
	font-weight: 700 !important;
	color: var(--hc-ink) !important;
	line-height: 1.35 !important;
}

.hc-factory-section-head__lead {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.6;
	color: var(--hc-muted);
}

body.hc-lang-en .hc-factory-section-head .hc-i18n-zh,
body.hc-lang-en .hc-factory-section-head__title .hc-i18n-zh,
body.hc-lang-zh .hc-factory-section-head .hc-i18n-en,
body.hc-lang-zh .hc-factory-section-head__title .hc-i18n-en,
body.hc-lang-zh-tw .hc-factory-section-head .hc-i18n-en,
body.hc-lang-zh-tw .hc-factory-section-head__title .hc-i18n-en {
	display: none;
}

body.hc-lang-zh-tw .hc-factory-section-head .hc-i18n-zh,
body.hc-lang-zh-tw .hc-factory-section-head__title .hc-i18n-zh {
	display: inline;
}

.hc-factory-trust {
	margin: 0 0 1.15rem;
	padding: 0.85rem 1rem;
	font-size: 0.88rem;
	line-height: 1.65;
	color: var(--hc-ink-soft);
	background: #fff;
	border: 1px solid var(--hc-border);
	border-left: 4px solid var(--hc-brand);
	border-radius: 0 var(--hc-radius-sm) var(--hc-radius-sm) 0;
}

.hc-factory-trust p {
	margin: 0;
}

body.hc-lang-en .hc-factory-trust .hc-i18n-zh,
body.hc-lang-zh .hc-factory-trust .hc-i18n-en,
body.hc-lang-zh-tw .hc-factory-trust .hc-i18n-en {
	display: none;
}

body.hc-lang-zh-tw .hc-factory-trust .hc-i18n-zh {
	display: block;
}

/* Anchor nav — pill row */
.hc-factory-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.45rem;
	margin: 0 0 1.65rem;
	padding: 0;
	background: transparent;
	border: none;
}

.hc-factory-nav__link {
	display: inline-block;
	padding: 0.38rem 0.82rem;
	font-size: 0.8125rem;
	font-weight: 600;
	color: var(--hc-brand-dark);
	background: #fff;
	border: 1px solid var(--hc-border);
	border-radius: 999px;
	text-decoration: none;
	box-shadow: var(--hc-shadow-sm);
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.hc-factory-nav__link:hover {
	background: var(--hc-brand);
	color: #fff !important;
	border-color: var(--hc-brand);
}

/* Video sections — spacing aligned with inner-page h2 bars */
.hc-company-factory .hc-video-section {
	margin: 0 0 1.75rem;
	padding: 0;
	scroll-margin-top: calc(var(--hc-header-h, 88px) + 1rem);
}

.hc-company-factory .hc-video-section h2 {
	margin-top: 0;
}

.hc-company-factory .hc-video-section__lead {
	font-size: 0.9rem;
	color: var(--hc-muted);
	margin: 0 0 1rem;
	line-height: 1.6;
}

.hc-company-factory .hc-video-section__more {
	margin: 0.75rem 0 0;
	font-size: 0.88rem;
}

.hc-company-factory .hc-video-section__more a {
	font-weight: 600;
	color: var(--hc-brand-dark);
}

/* Bottom band — cap grid + photos + contact */
.hc-factory-bottom {
	margin-top: 0.5rem;
	padding-top: 0.25rem;
	border-top: 1px solid var(--hc-border);
}

.hc-factory-cap-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 1.35rem;
}

.hc-factory-photo-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin: 0 0 1.35rem;
}

.hc-factory-photo-grid .hc-content-figure {
	margin: 0;
}

.hc-factory-photo-grid img {
	width: 100%;
	height: auto;
	border-radius: var(--hc-radius-sm);
	border: 1px solid var(--hc-border);
}

.hc-factory-contact {
	text-align: center;
	padding: 1.1rem 1rem;
	background: var(--hc-brand-light);
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius-sm);
}

.hc-factory-contact p {
	margin: 0.25rem 0;
	font-size: 0.92rem;
	line-height: 1.65;
	color: var(--hc-ink-soft);
}

.hc-factory-contact a {
	font-weight: 600;
}

/* Mixed-orientation video grid: portrait cards + full-width landscape */
.hc-video-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	align-items: start;
}

.hc-video-card {
	margin: 0;
}

.hc-video-card__frame {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: var(--hc-radius-sm);
	border: 1px solid var(--hc-border);
	background: #0c1e3d;
}

.hc-video-card__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.hc-video-card--portrait .hc-video-card__frame {
	aspect-ratio: 9 / 16;
	max-width: 220px;
	margin: 0 auto;
}

body.page-id-203 .hc-video-card--portrait .hc-video-card__frame {
	max-width: 280px;
}

@media (min-width: 1024px) {
	body.page-id-203 .hc-video-grid--featured {
		grid-template-columns: repeat(4, 1fr);
	}

	body.page-id-203 .hc-factory-cap-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.hc-video-card--landscape .hc-video-card__frame,
.hc-video-placeholder--landscape {
	aspect-ratio: 16 / 9;
	max-width: 100%;
}

.hc-video-grid .hc-video-card--landscape {
	grid-column: 1 / -1;
}

.hc-video-card__caption {
	margin: 0.45rem 0 0;
	font-size: 0.82rem;
	color: var(--hc-muted);
	text-align: center;
	line-height: 1.4;
}

/* Placeholder (no video yet) */
.hc-video-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, #e8f2ff 0%, #f1f5f9 100%);
	border: 1px dashed var(--hc-border);
	border-radius: var(--hc-radius-sm);
	min-height: 120px;
}

.hc-video-placeholder__inner {
	text-align: center;
	padding: 1rem;
	color: var(--hc-muted);
}

.hc-video-placeholder__icon {
	display: block;
	font-size: 1.75rem;
	color: var(--hc-brand);
	margin-bottom: 0.5rem;
	opacity: 0.6;
}

.hc-video-placeholder__inner p {
	margin: 0.25rem 0;
	font-size: 0.88rem;
	line-height: 1.5;
}

.hc-video-card--placeholder .hc-video-card__frame {
	background: linear-gradient(145deg, #e8f2ff 0%, #f1f5f9 100%);
	border-style: dashed;
}

.hc-video-card--placeholder .hc-video-card__frame iframe {
	display: none;
}

/* Hide inactive lang inside placeholders and nav */
.hc-video-placeholder__inner .hc-i18n-en,
.hc-video-placeholder__inner .hc-i18n-zh,
.hc-factory-nav__link .hc-i18n-en,
.hc-factory-nav__link .hc-i18n-zh,
.hc-video-section h2 .hc-i18n-en,
.hc-video-section h2 .hc-i18n-zh,
.hc-video-section__lead .hc-i18n-en,
.hc-video-section__lead .hc-i18n-zh {
	display: inline;
}

body.hc-lang-en .hc-video-placeholder__inner .hc-i18n-zh,
body.hc-lang-en .hc-factory-nav__link .hc-i18n-zh,
body.hc-lang-en .hc-video-section h2 .hc-i18n-zh,
body.hc-lang-en .hc-video-section__lead .hc-i18n-zh {
	display: none;
}

body.hc-lang-zh .hc-video-placeholder__inner .hc-i18n-en,
body.hc-lang-zh .hc-factory-nav__link .hc-i18n-en,
body.hc-lang-zh .hc-video-section h2 .hc-i18n-en,
body.hc-lang-zh .hc-video-section__lead .hc-i18n-en,
body.hc-lang-zh .hc-video-more summary .hc-i18n-en,
body.hc-lang-zh-tw .hc-video-placeholder__inner .hc-i18n-en,
body.hc-lang-zh-tw .hc-factory-nav__link .hc-i18n-en,
body.hc-lang-zh-tw .hc-video-section h2 .hc-i18n-en,
body.hc-lang-zh-tw .hc-video-section__lead .hc-i18n-en,
body.hc-lang-zh-tw .hc-video-more summary .hc-i18n-en {
	display: none;
}

body.hc-lang-zh-tw .hc-video-placeholder__inner .hc-i18n-zh,
body.hc-lang-zh-tw .hc-factory-nav__link .hc-i18n-zh,
body.hc-lang-zh-tw .hc-video-section h2 .hc-i18n-zh,
body.hc-lang-zh-tw .hc-video-section__lead .hc-i18n-zh,
body.hc-lang-zh-tw .hc-video-more summary .hc-i18n-zh {
	display: inline;
}

/* Collapsible "more videos" — thumbnails link to YouTube */
.hc-video-more {
	margin-top: 1rem;
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius-sm);
	background: #f8fbff;
}

.hc-video-more summary {
	cursor: pointer;
	padding: 0.65rem 0.85rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--hc-brand-dark);
	list-style: none;
}

.hc-video-more summary::-webkit-details-marker {
	display: none;
}

.hc-video-more[open] summary {
	border-bottom: 1px solid var(--hc-border);
}

.hc-video-thumb-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	gap: 0.65rem;
	padding: 0.85rem;
}

.hc-video-thumb {
	position: relative;
	display: block;
	border-radius: var(--hc-radius-sm);
	overflow: hidden;
	border: 1px solid var(--hc-border);
	background: #0c1e3d;
	aspect-ratio: 9 / 16;
}

.hc-video-thumb--landscape {
	grid-column: span 2;
	aspect-ratio: 16 / 9;
}

.hc-video-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0.92;
}

.hc-video-thumb__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: #fff;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
	pointer-events: none;
}

.hc-video-thumb:hover img {
	opacity: 1;
}

.hc-video-grid--featured {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.hc-company-overview {
		grid-template-columns: 1fr;
		padding: 1.15rem 1.1rem;
	}

	.hc-company-overview__text,
	.hc-company-overview__media {
		grid-column: 1;
	}

	.hc-company-overview__text {
		grid-row: 1;
	}

	.hc-company-overview__media {
		grid-row: 2;
	}

	.hc-factory-cap-grid,
	.hc-factory-photo-grid {
		grid-template-columns: 1fr;
	}

	.hc-video-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.hc-video-card--portrait .hc-video-card__frame {
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.hc-video-grid {
		grid-template-columns: 1fr;
	}

	.hc-factory-nav {
		gap: 0.4rem;
	}

	.hc-factory-nav__link {
		font-size: 0.8125rem;
		padding: 0.3rem 0.6rem;
	}
}

/* Phone farm SEO articles hub + singles */
.hc-articles-hub__list {
	list-style: none;
	margin: 1.25rem 0 0;
	padding: 0;
	display: grid;
	gap: 1rem;
}

@media (min-width: 768px) {
	.hc-articles-hub__list {
		grid-template-columns: 1fr 1fr;
	}
}

.hc-articles-hub__item {
	margin: 0;
	padding: 1rem 1.1rem;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	background: #fff;
}

.hc-articles-hub__link {
	font-weight: 700;
	font-size: 1.05rem;
	text-decoration: none;
	color: #0f172a;
}

.hc-articles-hub__link:hover {
	color: var(--hc-brand, #047857);
}

.hc-articles-hub__excerpt {
	margin: 0.45rem 0 0;
	font-size: 0.9rem;
	color: #64748b;
	line-height: 1.5;
}

.hc-article-post .hc-lead {
	font-size: 1.05rem;
	line-height: 1.65;
	color: #334155;
	margin-bottom: 1.25rem;
}
