/*
Theme Name: Morning Star Future
Theme URI: https://morningstarfuture.com
Author: Morning Star Future
Author URI: https://morningstarfuture.com
Description: Premium B2B wholesale theme for electric glowing artificial flower installations. Designed for export-focused manufacturers selling to B2B buyers worldwide (Malaysia, Singapore, Indonesia, etc).
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: Proprietary
Text Domain: morning-star-future
Tags: b2b, wholesale, woocommerce, premium, custom-colors
*/

/* ===========================================
   辰星未来 Morning Star Future
   Brand Design System
   =========================================== */

:root {
    --navy: #1E3A7B;
    --navy-deep: #14295C;
    --navy-light: #2E4F95;
    --gold: #C9A86A;
    --gold-light: #E5C992;
    --cream: #FAF7F0;
    --white: #FFFFFF;
    --gray-50: #F8F8F8;
    --gray-100: #F0F0F0;
    --gray-200: #E5E5E5;
    --gray-300: #CCCCCC;
    --gray-500: #888888;
    --gray-700: #555555;
    --gray-900: #1A1A1A;
    --font-display: 'Manrope', 'Noto Sans SC', -apple-system, sans-serif;
    --font-body: 'Inter', 'Noto Sans SC', -apple-system, sans-serif;
    --font-serif: 'Playfair Display', 'Noto Serif SC', serif;
    --container: 1320px;
    --radius-sm: 6px;
    --radius: 12px;
    --radius-lg: 20px;
    --shadow-sm: 0 2px 8px rgba(30, 58, 123, 0.06);
    --shadow: 0 8px 24px rgba(30, 58, 123, 0.08);
    --shadow-lg: 0 20px 48px rgba(30, 58, 123, 0.12);
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); overflow-x: hidden; color: var(--gray-900); background: var(--white); line-height: 1.65; font-size: 15px; }
a { color: inherit; text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--navy); }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; touch-action: manipulation; }
h1, h2, h3, h4, h5 { font-family: var(--font-display); font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; color: var(--navy-deep); overflow-wrap: break-word; word-wrap: break-word; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.grid { display: grid; gap: 28px; }
.text-center { text-align: center; }

/* ===== Top Bar ===== */
.topbar { background: var(--navy-deep); color: rgba(255,255,255,0.85); font-size: 13px; padding: 9px 0; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.topbar a { color: rgba(255,255,255,0.85); }
.topbar a:hover { color: var(--gold-light); }
.topbar .links { display: flex; gap: 20px; }
.topbar .links a { display: inline-flex; align-items: center; gap: 6px; }

/* ===== Header ===== */
.header { background: var(--white); border-bottom: 1px solid var(--gray-100); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 88px; gap: 32px; }
.logo { display: flex; align-items: center; gap: 14px; }
.logo-mark { width: 48px; height: 48px; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-cn { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--navy); letter-spacing: 0.02em; }
.logo-en { font-family: var(--font-body); font-size: 11px; color: var(--gray-500); letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; }
.nav { display: flex; gap: 36px; align-items: center; }
.nav a { font-weight: 500; font-size: 15px; color: var(--gray-700); padding: 8px 0; position: relative; }
.nav a:hover, .nav a.active { color: var(--navy); }
.nav a.active::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--gold); }
.nav-cta { background: var(--navy); color: var(--white) !important; padding: 12px 24px !important; border-radius: var(--radius-sm); font-weight: 600 !important; transition: all 0.2s; }
.nav-cta:hover { background: var(--navy-deep); transform: translateY(-1px); }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 28px; font-family: var(--font-body); font-weight: 600; font-size: 14px; border-radius: var(--radius-sm); transition: all 0.2s; letter-spacing: 0.02em; cursor: pointer; text-align: center; line-height: 1; }
.btn-primary { background: var(--navy); color: var(--white); box-shadow: 0 4px 14px rgba(30, 58, 123, 0.25); }
.btn-primary:hover { background: var(--navy-deep); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(30, 58, 123, 0.3); color: var(--white); }
.btn-gold { background: var(--gold); color: var(--white); box-shadow: 0 4px 14px rgba(201, 168, 106, 0.35); }
.btn-gold:hover { background: #B8935A; transform: translateY(-2px); color: var(--white); }
.btn-outline { border: 1.5px solid var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-lg { padding: 18px 36px; font-size: 15px; }
.btn-sm { padding: 10px 18px; font-size: 13px; }

/* ===== Hero ===== */
.hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(135deg, #0A1A3D 0%, #1E3A7B 100%); color: var(--white); }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 75% 50%, rgba(201, 168, 106, 0.25) 0%, transparent 50%), radial-gradient(ellipse at 25% 80%, rgba(46, 79, 149, 0.4) 0%, transparent 60%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 1; padding: 80px 0; }
.hero-tag { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 100px; background: rgba(201, 168, 106, 0.18); border: 1px solid rgba(201, 168, 106, 0.4); color: var(--gold-light); font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 28px; }
.hero-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.hero h1 { font-size: 64px; line-height: 1.05; color: var(--white); margin-bottom: 24px; letter-spacing: -0.025em; }
.hero h1 span { color: var(--gold-light); font-style: italic; font-family: var(--font-serif); font-weight: 500; }
.hero-sub { font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.85); margin-bottom: 36px; max-width: 560px; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 520px; }
.hero-stat { border-left: 2px solid var(--gold); padding-left: 16px; }
.hero-stat-num { font-family: var(--font-display); font-size: 32px; font-weight: 800; color: var(--white); line-height: 1; }
.hero-stat-num span { color: var(--gold-light); }
.hero-stat-label { font-size: 12px; color: rgba(255,255,255,0.7); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 6px; }
.hero-visual { position: relative; aspect-ratio: 1; max-width: 560px; margin-left: auto; }
.hero-visual-main { width: 100%; height: 100%; border-radius: 24px; overflow: hidden; background: var(--white); box-shadow: 0 30px 80px rgba(0,0,0,0.4); position: relative; }
.hero-visual-main img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; bottom: -28px; left: -28px; background: var(--gold); color: var(--white); padding: 18px 24px; border-radius: 14px; box-shadow: 0 12px 32px rgba(201, 168, 106, 0.5); font-weight: 700; }
.hero-badge-num { font-size: 28px; line-height: 1; }
.hero-badge-label { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.9; margin-top: 4px; }

/* ===== Trust Bar ===== */
.trust-bar { background: var(--cream); padding: 32px 0; border-bottom: 1px solid rgba(30, 58, 123, 0.06); }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 8px 0; }
.trust-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(30, 58, 123, 0.08); display: flex; align-items: center; justify-content: center; color: var(--navy); flex-shrink: 0; }
.trust-text-title { font-weight: 700; font-size: 14px; color: var(--navy-deep); }
.trust-text-sub { font-size: 12px; color: var(--gray-500); }

/* ===== Section Headers ===== */
.section-head { text-align: center; margin-bottom: 56px; }
.section-eyebrow { display: inline-block; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 14px; }
.section-title { font-size: 44px; color: var(--navy-deep); margin-bottom: 16px; }
.section-sub { font-size: 17px; color: var(--gray-700); max-width: 680px; margin: 0 auto; }

/* ===== Product Cards ===== */
.products-section { background: var(--white); }
.filter-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 40px; flex-wrap: wrap; }
.filter-tab { padding: 10px 22px; border-radius: 100px; background: var(--gray-50); color: var(--gray-700); font-weight: 500; font-size: 14px; transition: all 0.2s; cursor: pointer; border: 1px solid transparent; }
.filter-tab:hover { background: rgba(30, 58, 123, 0.08); color: var(--navy); }
.filter-tab.active { background: var(--navy); color: var(--white); box-shadow: 0 4px 12px rgba(30, 58, 123, 0.2); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.product-card { background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--gray-100); transition: all 0.3s; position: relative; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(30, 58, 123, 0.1); }
.product-img { aspect-ratio: 1; overflow: hidden; background: var(--cream); position: relative; }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.product-card:hover .product-img img { transform: scale(1.06); }
.product-badge { position: absolute; top: 12px; left: 12px; background: var(--navy); color: var(--white); font-size: 11px; font-weight: 700; padding: 5px 10px; border-radius: 6px; letter-spacing: 0.05em; z-index: 2; }
.product-badge-hot { background: #E55B3C; }
.product-badge-new { background: var(--gold); }
.product-info { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.product-name { font-size: 16px; font-weight: 700; color: var(--navy-deep); margin-bottom: 4px; line-height: 1.3; }
.product-model { font-size: 12px; color: var(--gray-500); margin-bottom: 10px; font-family: monospace; }
.product-price { display: flex; align-items: baseline; gap: 8px; margin-top: auto; padding-top: 14px; border-top: 1px dashed var(--gray-200); }
.price-from { font-size: 12px; color: var(--gray-500); }
.price-value { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--navy); }
.price-unit { font-size: 12px; color: var(--gray-500); }

/* ===== Categories ===== */
.cat-section { background: var(--cream); }
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cat-card { position: relative; aspect-ratio: 4/5; border-radius: var(--radius); overflow: hidden; cursor: pointer; transition: all 0.3s; }
.cat-card:hover { transform: translateY(-4px); }
.cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.cat-card:hover img { transform: scale(1.08); }
.cat-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(10,26,61,0.92) 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; color: var(--white); }
.cat-count { font-size: 12px; color: var(--gold-light); margin-bottom: 4px; letter-spacing: 0.1em; }
.cat-name { font-size: 22px; font-weight: 700; line-height: 1.2; }
.cat-arrow { position: absolute; top: 20px; right: 20px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.95); color: var(--navy); display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.cat-card:hover .cat-arrow { background: var(--gold); color: var(--white); }

/* ===== Application Scenarios ===== */
.app-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-radius: var(--radius-lg); overflow: hidden; }
.app-card { aspect-ratio: 3/4; position: relative; overflow: hidden; }
.app-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.app-card:hover img { transform: scale(1.08); }
.app-card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(10,26,61,0.9) 100%); padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; color: var(--white); }
.app-eyebrow { font-size: 11px; color: var(--gold-light); letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 6px; }
.app-title { font-size: 22px; font-weight: 700; margin-bottom: 10px; line-height: 1.2; }
.app-desc { font-size: 13px; color: rgba(255,255,255,0.85); line-height: 1.5; }

/* ===== B2B CTA ===== */
.b2b-section { background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%); color: var(--white); position: relative; overflow: hidden; }
.b2b-section::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(201, 168, 106, 0.15) 0%, transparent 70%); }
.b2b-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 1; }
.b2b-left .section-eyebrow { color: var(--gold-light); }
.b2b-left h2 { color: var(--white); font-size: 48px; margin-bottom: 20px; }
.b2b-left h2 span { color: var(--gold-light); font-family: var(--font-serif); font-style: italic; font-weight: 500; }
.b2b-left p { font-size: 17px; color: rgba(255,255,255,0.85); margin-bottom: 32px; line-height: 1.7; }
.b2b-features { list-style: none; margin-bottom: 36px; }
.b2b-features li { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.b2b-features li::before { content: '\2713'; width: 28px; height: 28px; background: rgba(201, 168, 106, 0.18); color: var(--gold-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; flex-shrink: 0; font-size: 14px; }
.b2b-features strong { color: var(--white); font-weight: 600; }
.b2b-features span { display: block; font-size: 13px; color: rgba(255,255,255,0.65); margin-top: 2px; }
.b2b-card { background: var(--white); color: var(--gray-900); border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.3); }
.b2b-card-head { background: var(--navy); color: var(--white); padding: 22px 28px; }
.b2b-card-head h3 { color: var(--white); font-size: 18px; margin-bottom: 4px; }
.b2b-card-head p { color: rgba(255,255,255,0.75); font-size: 13px; }
.b2b-card-body { padding: 28px; }
.b2b-card-row { display: grid; grid-template-columns: 1fr 1.4fr; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--gray-100); align-items: center; }
.b2b-card-row:last-child { border-bottom: none; }
.b2b-card-label { font-size: 13px; color: var(--gray-500); font-weight: 500; }
.b2b-card-value { font-weight: 700; color: var(--navy-deep); font-size: 14px; }
.b2b-card-value.price { color: var(--gold); font-size: 18px; }
.b2b-card-foot { padding: 22px 28px; background: var(--gray-50); display: flex; gap: 12px; }

/* ===== Culture Section ===== */
.culture-section { background: var(--white); }
.culture-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
.culture-visual { aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden; position: relative; box-shadow: var(--shadow-lg); }
.culture-visual img { width: 100%; height: 100%; object-fit: cover; }
.culture-list { list-style: none; }
.culture-item { padding: 20px 0; border-bottom: 1px solid var(--gray-100); display: grid; grid-template-columns: 100px 1fr; gap: 20px; align-items: start; }
.culture-item:last-child { border-bottom: none; }
.culture-flag { width: 60px; height: 60px; border-radius: 14px; background: var(--cream); display: flex; align-items: center; justify-content: center; font-size: 28px; }
.culture-item strong { display: block; color: var(--navy-deep); margin-bottom: 4px; font-size: 15px; }
.culture-item span { color: var(--gray-700); font-size: 14px; line-height: 1.6; }

/* ===== Why Choose Us ===== */
.why-section { background: var(--cream); }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.why-card { background: var(--white); border-radius: var(--radius); padding: 32px 24px; text-align: center; transition: all 0.3s; }
.why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.why-icon { width: 64px; height: 64px; border-radius: 16px; background: linear-gradient(135deg, rgba(30, 58, 123, 0.1), rgba(201, 168, 106, 0.1)); color: var(--navy); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.why-card h3 { font-size: 17px; color: var(--navy-deep); margin-bottom: 10px; }
.why-card p { font-size: 13px; color: var(--gray-700); line-height: 1.6; }

/* ===== Footer ===== */
.footer { background: var(--navy-deep); color: rgba(255,255,255,0.75); padding: 80px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 60px; }
.footer-brand .logo { margin-bottom: 20px; }
.footer-brand .logo-cn { color: var(--white); }
.footer-brand p { font-size: 13px; line-height: 1.7; max-width: 320px; margin-bottom: 20px; }
.footer-col h4 { color: var(--white); font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 20px; font-family: var(--font-body); font-weight: 700; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.65); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
.social { display: flex; gap: 12px; }
.social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.social a:hover { background: var(--gold); }

/* ===== WhatsApp Float ===== */
.whatsapp-float { position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px; background: #25D366; color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4); z-index: 999; transition: transform 0.2s; }
.whatsapp-float:hover { transform: scale(1.1); color: var(--white); }
.whatsapp-float::before { content: ''; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(37, 211, 102, 0.3); animation: pulse 2s infinite; }
@keyframes pulse { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(1.4); opacity: 0; } }

/* ===== Mobile Menu ===== */
/* Version diagnostic badge (temporary): "C2.4" prefix only renders when
   this (v2.4.0) stylesheet is actually loaded by the browser. */
#msf-ver-badge::before { content: "C2.4 \00b7 "; }
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; color: var(--navy); padding: 8px; }
.nav-backdrop { display: none; position: fixed; inset: 0; background: rgba(10, 26, 61, 0.55); z-index: 199; opacity: 0; transition: opacity 0.25s ease; backdrop-filter: blur(2px); -webkit-backdrop-filter: blur(2px); }
.nav-backdrop.show { display: block; opacity: 1; }
.nav-drawer-header { display: none; }
.nav-drawer-title { color: var(--white); font-weight: 700; font-size: 16px; letter-spacing: 0.08em; text-transform: uppercase; }
.nav-drawer-close { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; background: rgba(255,255,255,0.12); color: var(--white); border: none; cursor: pointer; transition: background 0.2s; }
.nav-drawer-close:hover { background: rgba(255,255,255,0.22); }
.nav-drawer-close:active { background: rgba(255,255,255,0.32); }
.lang-toggle { cursor: pointer; user-select: none; }
.currency-btn { cursor: pointer; transition: all 0.2s; }
.currency-btn:hover { background: rgba(30, 58, 123, 0.08); }

/* ===== Responsive ===== */
@media (max-width: 1280px) {
    .container { max-width: 1140px; padding: 0 24px; }
    .hero h1 { font-size: 56px; }
    .section-title { font-size: 40px; }
    .b2b-left h2 { font-size: 42px; }
    .hero-grid { gap: 48px; }
    .product-grid { gap: 20px; }
    .nav { gap: 28px; }
    .header-inner { height: 80px; gap: 24px; }
    .footer-grid { gap: 36px; }
}
@media (max-width: 1024px) {
    .container { max-width: 100%; padding: 0 20px; }
    .nav { display: none; }
    .nav.mobile-open { display: flex; flex-direction: column; align-items: stretch; position: fixed; top: 0; right: 0; width: 300px; max-width: 85vw; height: 100vh; background: var(--white); padding: 0 0 24px; z-index: 200; box-shadow: -16px 0 60px rgba(0,0,0,0.28); overflow-y: auto; gap: 0; transition: transform 0.3s ease; }
    .nav.mobile-open .nav-drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%); flex: 0 0 auto; position: sticky; top: 0; z-index: 2; }
    .nav.mobile-open > a { padding: 16px 24px; border-bottom: 1px solid var(--gray-100); width: 100%; font-size: 16px; }
    .nav.mobile-open > a:last-of-type { border-bottom: none; }
    .nav.mobile-open a.active { color: var(--navy); background: rgba(30, 58, 123, 0.06); font-weight: 600; }
    .nav.mobile-open a.active::after { display: none; }
    .nav.mobile-open a.nav-cta { margin: 16px 20px 0; text-align: center; border-radius: var(--radius-sm); border-bottom: none; flex: 0 0 auto; }
    .mobile-toggle { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: var(--radius-sm); transition: background 0.2s; }
    .mobile-toggle:hover { background: rgba(30, 58, 123, 0.06); }
    .topbar-inner { flex-wrap: wrap; gap: 8px; }
    .topbar .links { gap: 14px; }
    .hero { min-height: 600px; }
    .hero-grid, .b2b-grid, .culture-grid { grid-template-columns: 1fr; gap: 48px; }
    .hero h1 { font-size: 42px; }
    .section-title, .b2b-left h2 { font-size: 36px; }
    .hero-sub { font-size: 16px; }
    .hero-visual { max-width: 520px; margin: 0 auto; position: static; }
    .product-grid, .cat-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
    .app-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-brand { grid-column: span 3; margin-bottom: 12px; }
    .whatsapp-float { bottom: 20px; right: 20px; width: 52px; height: 52px; }
    .whatsapp-float svg { width: 24px; height: 24px; }
    .b2b-card-foot { flex-direction: column; gap: 8px; }
    .b2b-card-foot .btn { width: 100%; }
}
@media (max-width: 768px) {
    .container { padding: 0 16px; }
    .topbar { padding: 7px 0; }
    .topbar-inner { justify-content: center; }
    .topbar .links:first-child { display: none; }
    .topbar .links:last-child { flex-wrap: wrap; justify-content: center; gap: 8px; }
    .currency-btn { padding: 3px 8px !important; font-size: 10px !important; }
    .header-inner { height: 68px; gap: 12px; }
    .logo-mark { width: 38px; height: 38px; }
    .logo-cn { font-size: 18px; }
    .logo-en { font-size: 9px; }
    .hero { min-height: 500px; }
    .hero-grid { padding: 48px 0; gap: 32px; }
    .hero h1 { font-size: 34px; }
    .hero-sub { font-size: 15px; margin-bottom: 24px; }
    .hero-cta { gap: 10px; }
    .hero-cta .btn { flex: 1; padding: 14px 18px; font-size: 13px; }
    .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }
    .hero-stat-num { font-size: 24px; }
    .hero-stat-label { font-size: 10px; }
    .hero-badge { padding: 14px 18px; bottom: -20px; left: -16px; }
    .hero-badge-num { font-size: 22px; }
    .section { padding: 56px 0; }
    .section-head { margin-bottom: 36px; }
    .section-title { font-size: 28px; }
    .section-sub { font-size: 15px; }
    .section-eyebrow { font-size: 11px; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .trust-item { gap: 10px; }
    .trust-icon { width: 38px; height: 38px; }
    .trust-icon svg { width: 18px; height: 18px; }
    .trust-text-title { font-size: 13px; }
    .trust-text-sub { font-size: 11px; }
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .product-info { padding: 14px; }
    .product-name { font-size: 14px; }
    .product-model { font-size: 11px; }
    .price-value { font-size: 18px; }
    .price-from, .price-unit { font-size: 11px; }
    .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .cat-name { font-size: 18px; }
    .cat-overlay { padding: 16px; }
    .app-grid { grid-template-columns: repeat(2, 1fr); }
    .b2b-left h2 { font-size: 30px; }
    .b2b-features li { padding: 12px 0; }
    .b2b-card-head, .b2b-card-body, .b2b-card-foot { padding: 20px; }
    .culture-item { grid-template-columns: 50px 1fr; gap: 14px; padding: 16px 0; }
    .culture-flag { width: 44px; height: 44px; font-size: 22px; }
    .culture-item strong { font-size: 14px; }
    .culture-item span { font-size: 13px; }
    .why-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .why-card { padding: 24px 18px; }
    .why-icon { width: 52px; height: 52px; }
    .why-icon svg { width: 26px; height: 26px; }
    .footer { padding: 56px 0 24px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
    .footer-brand { grid-column: span 2; }
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
    .whatsapp-float { bottom: 16px; right: 16px; width: 48px; height: 48px; }
    .whatsapp-float svg { width: 22px; height: 22px; }
    .whatsapp-float::before { inset: -4px; }
}
@media (max-width: 480px) {
    .container { padding: 0 14px; }
    .topbar { font-size: 10px; padding: 6px 0; }
    .topbar a[href*="wholesale"], .topbar a[href*="samples"] { display: none; }
    .topbar .lang-toggle { font-size: 11px; }
    .header-inner { height: 62px; }
    .logo-mark { width: 34px; height: 34px; }
    .logo-cn { font-size: 16px; }
    .logo-en { font-size: 8px; letter-spacing: 0.12em; }
    .hero { min-height: 460px; }
    .hero-grid { padding: 36px 0; }
    .hero h1 { font-size: 28px; line-height: 1.1; }
    .hero-sub { font-size: 14px; margin-bottom: 20px; }
    .hero-tag { font-size: 10px; padding: 6px 12px; margin-bottom: 20px; }
    .hero-cta { flex-direction: column; width: 100%; }
    .hero-cta .btn { width: 100%; padding: 12px 16px; font-size: 13px; }
    .hero-stats { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .hero-stat-num { font-size: 20px; }
    .hero-stat-label { font-size: 9px; }
    .hero-stat { padding-left: 10px; }
    .hero-badge { display: none; }
    .section { padding: 44px 0; }
    .section-head { margin-bottom: 28px; }
    .section-title { font-size: 24px; }
    .section-sub { font-size: 14px; }
    .section-eyebrow { font-size: 10px; letter-spacing: 0.15em; }
    .trust-grid { grid-template-columns: 1fr; gap: 10px; }
    .trust-bar { padding: 24px 0; }
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .product-info { padding: 14px 12px; }
    .product-name { font-size: 13px; line-height: 1.35; }
    .product-info .price { font-size: 13px; }
    .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .cat-card { aspect-ratio: 16/10; }
    .cat-card-name { font-size: 12px; }
    .app-grid { grid-template-columns: 1fr; }
    .app-card { aspect-ratio: 4/3; }
    .b2b-left h2 { font-size: 26px; }
    .b2b-left p { font-size: 15px; }
    .b2b-card-head, .b2b-card-body, .b2b-card-foot { padding: 18px; }
    .why-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: span 1; }
    .footer-bottom { font-size: 11px; }
    .whatsapp-float { width: 44px; height: 44px; bottom: 12px; right: 12px; }
    .whatsapp-float svg { width: 20px; height: 20px; }
    .btn { padding: 12px 20px; font-size: 13px; }
    .btn-lg { padding: 14px 24px; font-size: 14px; }
    .btn-sm { padding: 8px 14px; font-size: 12px; }
}
@media (max-width: 360px) {
    .hero h1 { font-size: 24px; }
    .section-title { font-size: 21px; }
    .hero-stats { grid-template-columns: 1fr; }
    .hero-stat { border-left: none; border-top: 2px solid var(--gold); padding: 8px 0 0; }
}
@media print {
    .topbar, .header, .whatsapp-float, .nav, .mobile-toggle, .hero-cta, .filter-tabs { display: none !important; }
    .hero { min-height: auto; color: #000; background: #fff; }
    .hero h1, .hero-sub { color: #000; }
    .section { padding: 24px 0; }
}

/* ===== Wholesale Page ===== */
.wholesale-hero {
    position: relative;
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #0A1A3D 0%, #1E3A7B 100%);
    color: var(--white);
    overflow: hidden;
}
.wholesale-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 30%, rgba(201, 168, 106, 0.2) 0%, transparent 50%),
                radial-gradient(ellipse at 20% 80%, rgba(46, 79, 149, 0.35) 0%, transparent 60%);
    pointer-events: none;
}
.wholesale-hero .container { position: relative; z-index: 1; }
.wholesale-hero .breadcrumb { color: rgba(255,255,255,0.6); margin-bottom: 28px; font-size: 13px; }
.wholesale-hero .breadcrumb a { color: rgba(255,255,255,0.6); }
.wholesale-hero .breadcrumb a:hover { color: var(--gold-light); }
.wholesale-hero .breadcrumb .sep { margin: 0 8px; opacity: 0.5; }
.wholesale-hero .breadcrumb span:last-child { color: var(--gold-light); }
.wholesale-hero h1 {
    font-size: 48px;
    color: var(--white);
    margin-bottom: 20px;
    line-height: 1.1;
    max-width: 800px;
}
.wholesale-hero h1 .accent {
    color: var(--gold-light);
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 500;
}
.wholesale-hero-sub {
    font-size: 17px;
    color: rgba(255,255,255,0.8);
    max-width: 680px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Wholesale stats bar */
.ws-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}
.ws-stat {
    padding: 32px 24px;
    text-align: center;
    border-right: 1px solid var(--gray-100);
    transition: background 0.2s;
}
.ws-stat:last-child { border-right: none; }
.ws-stat:hover { background: var(--cream); }
.ws-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(30, 58, 123, 0.08), rgba(201, 168, 106, 0.08));
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}
.ws-stat-num {
    font-family: var(--font-display);
    font-size: 36px;
    font-weight: 800;
    color: var(--navy-deep);
    line-height: 1;
}
.ws-stat-num .unit { font-size: 18px; color: var(--gold); }
.ws-stat-label {
    font-size: 12px;
    color: var(--gray-500);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 8px;
    font-weight: 600;
}

/* Wholesale section */
.wholesale-section { padding: 80px 0 96px; background: var(--gray-50); }
.wholesale-section .container { max-width: 1280px; }

/* Filter tabs */
.ws-filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}
.ws-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.ws-tab {
    padding: 10px 20px;
    border-radius: 100px;
    background: var(--white);
    color: var(--gray-700);
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    border: 1px solid var(--gray-200);
    transition: all 0.2s;
}
.ws-tab:hover { border-color: var(--navy-light); color: var(--navy); }
.ws-tab.active {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
    box-shadow: 0 4px 12px rgba(30, 58, 123, 0.2);
}
.ws-currency {
    display: flex;
    gap: 6px;
    align-items: center;
}
.ws-currency-label { font-size: 12px; color: var(--gray-500); margin-right: 4px; }
.ws-currency-btn {
    padding: 8px 16px;
    border-radius: var(--radius-sm);
    background: var(--white);
    border: 1px solid var(--gray-200);
    font-weight: 700;
    font-size: 12px;
    color: var(--gray-700);
    cursor: pointer;
    transition: all 0.2s;
}
.ws-currency-btn.active {
    background: var(--navy);
    color: var(--white);
    border-color: var(--navy);
}

/* Pricing card */
.pricing-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-bottom: 24px;
    border: 1px solid var(--gray-100);
    transition: box-shadow 0.3s, transform 0.3s;
}
.pricing-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}
.pricing-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 32px;
    background: linear-gradient(135deg, var(--cream) 0%, var(--white) 100%);
    border-bottom: 1px solid var(--gray-100);
    gap: 20px;
}
.pricing-card-head h3 {
    font-size: 20px;
    color: var(--navy-deep);
    margin-bottom: 4px;
}
.pricing-card-head p {
    font-size: 13px;
    color: var(--gray-500);
}
.pricing-card-savings {
    flex-shrink: 0;
    padding: 8px 16px;
    border-radius: 100px;
    background: rgba(201, 168, 106, 0.12);
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

/* Pricing table */
.pricing-table {
    width: 100%;
    border-collapse: collapse;
}
.pricing-table thead th {
    padding: 16px 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gray-500);
    background: var(--gray-50);
    border-bottom: 2px solid var(--gray-100);
    text-align: left;
}
.pricing-table thead th:nth-child(n+3) { text-align: center; }
.pricing-table thead th .tier-range {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: var(--gray-500);
    text-transform: none;
    letter-spacing: 0;
    margin-top: 2px;
}
.pricing-table thead th.tier-best {
    color: var(--gold);
    background: rgba(201, 168, 106, 0.06);
}
.pricing-table thead th.tier-best .tier-range { color: var(--gold); }

.pricing-table tbody tr {
    border-bottom: 1px solid var(--gray-100);
    transition: background 0.15s;
}
.pricing-table tbody tr:last-child { border-bottom: none; }
.pricing-table tbody tr:hover { background: rgba(30, 58, 123, 0.02); }
.pricing-table td {
    padding: 18px 20px;
    font-size: 14px;
    color: var(--gray-900);
}
.tier-name { font-weight: 700; color: var(--navy-deep); }
.tier-model { font-size: 12px; color: var(--gray-500); font-family: 'SF Mono', 'Fira Code', monospace; }
.price-col {
    text-align: center;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 16px;
    color: var(--navy);
    position: relative;
}
.price-col.tier-best-col {
    background: rgba(201, 168, 106, 0.04);
    color: var(--gold);
    font-size: 17px;
}
.tier-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
    background: rgba(201, 168, 106, 0.12);
    color: var(--gold);
    margin-left: 4px;
    vertical-align: middle;
    font-family: var(--font-body);
}

/* Tier legend */
.ws-tier-legend {
    display: flex;
    gap: 24px;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.ws-tier-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--gray-700);
}
.ws-tier-legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.ws-tier-legend-dot.t1 { background: var(--gray-300); }
.ws-tier-legend-dot.t2 { background: var(--navy-light); }
.ws-tier-legend-dot.t3 { background: var(--navy); }
.ws-tier-legend-dot.t4 { background: var(--gold); }

/* How to order process */
.ws-process {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 56px 48px;
    margin-top: 32px;
    border: 1px solid var(--gray-100);
}
.ws-process-head { text-align: center; margin-bottom: 48px; }
.ws-process-head h2 { font-size: 32px; color: var(--navy-deep); margin-bottom: 12px; }
.ws-process-head p { font-size: 15px; color: var(--gray-700); }
.ws-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    position: relative;
}
.ws-process-grid::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 12%;
    right: 12%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--gray-200) 0, var(--gray-200) 8px, transparent 8px, transparent 16px);
}
.ws-step { text-align: center; position: relative; z-index: 1; }
.ws-step-num {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--navy);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 800;
    margin: 0 auto 20px;
    transition: all 0.3s;
}
.ws-step:hover .ws-step-num {
    background: var(--navy);
    color: var(--white);
    transform: scale(1.05);
}
.ws-step h4 { font-size: 16px; color: var(--navy-deep); margin-bottom: 8px; }
.ws-step p { font-size: 13px; color: var(--gray-700); line-height: 1.6; }

/* Terms section */
.ws-terms {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 32px;
}
.ws-term-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 32px;
    border: 1px solid var(--gray-100);
    transition: all 0.3s;
}
.ws-term-card:hover {
    box-shadow: var(--shadow);
    border-color: rgba(30, 58, 123, 0.1);
}
.ws-term-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(30, 58, 123, 0.08), rgba(201, 168, 106, 0.08));
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.ws-term-card h3 {
    font-size: 17px;
    color: var(--navy-deep);
    margin-bottom: 16px;
}
.ws-term-card ul {
    list-style: none;
}
.ws-term-card ul li {
    font-size: 13px;
    color: var(--gray-700);
    line-height: 1.8;
    padding: 6px 0;
    padding-left: 20px;
    position: relative;
}
.ws-term-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
}
.ws-term-card ul li strong { color: var(--navy-deep); }

/* First order bonus card */
.ws-bonus-card {
    grid-column: span 2;
    background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
    color: var(--white);
    border: none;
    position: relative;
    overflow: hidden;
}
.ws-bonus-card::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(201, 168, 106, 0.15) 0%, transparent 70%);
}
.ws-bonus-card .ws-term-icon {
    background: rgba(201, 168, 106, 0.18);
    color: var(--gold-light);
}
.ws-bonus-card h3 { color: var(--white); }
.ws-bonus-card ul li { color: rgba(255,255,255,0.85); }
.ws-bonus-card ul li::before { background: var(--gold-light); }
.ws-bonus-card ul li strong { color: var(--white); }

/* CTA section */
.ws-cta {
    text-align: center;
    padding: 64px 48px;
    margin-top: 40px;
    background: linear-gradient(135deg, var(--cream) 0%, var(--white) 100%);
    border-radius: var(--radius-lg);
    border: 1px solid var(--gray-100);
}
.ws-cta h2 {
    font-size: 32px;
    color: var(--navy-deep);
    margin-bottom: 12px;
}
.ws-cta p {
    font-size: 16px;
    color: var(--gray-700);
    margin-bottom: 28px;
}
.ws-cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Wholesale responsive */
@media (max-width: 1024px) {
    .wholesale-hero h1 { font-size: 38px; }
    .ws-stats { grid-template-columns: repeat(2, 1fr); }
    .ws-stat:nth-child(2) { border-right: none; }
    .ws-stat:nth-child(1), .ws-stat:nth-child(2) { border-bottom: 1px solid var(--gray-100); }
    .ws-process-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
    .ws-process-grid::before { display: none; }
    .ws-terms { grid-template-columns: 1fr; }
    .ws-bonus-card { grid-column: span 1; }
    .pricing-table { font-size: 13px; }
    .pricing-table td, .pricing-table thead th { padding: 14px 12px; }
}
@media (max-width: 768px) {
    .wholesale-hero { padding: 72px 0 64px; }
    .wholesale-hero h1 { font-size: 30px; }
    .wholesale-hero-sub { font-size: 15px; }
    .ws-stats { grid-template-columns: 1fr 1fr; margin-top: -28px; }
    .ws-stat { padding: 24px 16px; }
    .ws-stat-num { font-size: 28px; }
    .ws-filter-bar { flex-direction: column; align-items: stretch; }
    .ws-tabs { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
    .ws-tab { white-space: nowrap; }
    .pricing-card-head { padding: 20px; flex-direction: column; align-items: flex-start; }
    .pricing-table { display: block; overflow-x: auto; white-space: nowrap; }
    .pricing-table thead th { font-size: 10px; }
    .pricing-table td { padding: 12px 10px; font-size: 13px; }
    .price-col { font-size: 14px; }
    .ws-process { padding: 40px 24px; }
    .ws-process-grid { grid-template-columns: 1fr; gap: 32px; }
    .ws-process-head h2 { font-size: 24px; }
    .ws-term-card { padding: 24px; }
    .ws-cta { padding: 48px 24px; }
    .ws-cta h2 { font-size: 24px; }
    .ws-cta-buttons { flex-direction: column; }
    .ws-cta-buttons .btn { width: 100%; }
}
@media (max-width: 480px) {
    .wholesale-hero h1 { font-size: 26px; }
    .ws-stats { grid-template-columns: 1fr; margin-top: -20px; border-radius: var(--radius); }
    .ws-stat { border-right: none; border-bottom: 1px solid var(--gray-100); }
    .ws-stat:last-child { border-bottom: none; }
    .ws-stat-num { font-size: 24px; }
    .ws-tier-legend { gap: 12px; }
    .ws-tier-legend-item { font-size: 12px; }
    .pricing-card-head h3 { font-size: 17px; }
}

/* ===== Samples Page ===== */
.samples-hero {
    position: relative;
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #0A1A3D 0%, #1E3A7B 100%);
    color: var(--white);
    overflow: hidden;
}
.samples-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 75% 25%, rgba(201, 168, 106, 0.18) 0%, transparent 50%),
                radial-gradient(ellipse at 15% 75%, rgba(46, 79, 149, 0.35) 0%, transparent 60%);
    pointer-events: none;
}
.samples-hero .container { position: relative; z-index: 1; }
.samples-hero .breadcrumb { color: rgba(255,255,255,0.6); margin-bottom: 28px; font-size: 13px; }
.samples-hero .breadcrumb a { color: rgba(255,255,255,0.6); }
.samples-hero .breadcrumb a:hover { color: var(--gold-light); }
.samples-hero .breadcrumb .sep { margin: 0 8px; opacity: 0.5; }
.samples-hero .breadcrumb span:last-child { color: var(--gold-light); }
.samples-hero h1 {
    font-size: 48px;
    color: var(--white);
    margin-bottom: 20px;
    line-height: 1.1;
    max-width: 820px;
}
.samples-hero h1 .accent {
    color: var(--gold-light);
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 500;
}
.samples-hero-sub {
    font-size: 17px;
    color: rgba(255,255,255,0.8);
    max-width: 680px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Samples stats bar */
.sp-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}
.sp-stat {
    padding: 32px 24px;
    text-align: center;
    border-right: 1px solid var(--gray-100);
    transition: background 0.2s;
}
.sp-stat:last-child { border-right: none; }
.sp-stat:hover { background: var(--cream); }
.sp-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(30, 58, 123, 0.08), rgba(201, 168, 106, 0.08));
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}
.sp-stat-num {
    font-family: var(--font-display);
    font-size: 36px;
    font-weight: 800;
    color: var(--navy-deep);
    line-height: 1;
}
.sp-stat-num .unit { font-size: 18px; color: var(--gold); }
.sp-stat-label {
    font-size: 12px;
    color: var(--gray-500);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 8px;
    font-weight: 600;
}

/* Samples section */
.samples-section { padding: 80px 0 96px; background: var(--gray-50); }
.samples-section .container { max-width: 1280px; }

/* Why samples band */
.sp-why-band {
    background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
    color: var(--white);
    border-radius: var(--radius-lg);
    padding: 56px 48px;
    margin-bottom: 64px;
    position: relative;
    overflow: hidden;
}
.sp-why-band::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -40px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(201, 168, 106, 0.12) 0%, transparent 70%);
}
.sp-why-band .section-eyebrow { color: var(--gold-light); }
.sp-why-band h2 { color: var(--white); font-size: 30px; max-width: 760px; }
.sp-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    margin-top: 40px;
}
.sp-why-item { position: relative; z-index: 1; }
.sp-why-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(201, 168, 106, 0.15);
    color: var(--gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.sp-why-item h3 { color: var(--white); font-size: 16px; margin-bottom: 8px; }
.sp-why-item p { color: rgba(255,255,255,0.72); font-size: 13px; line-height: 1.7; }

/* Sample product grid */
.sp-product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.sp-product-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--gray-100);
    transition: box-shadow 0.3s, transform 0.3s;
}
.sp-product-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}
.sp-product-img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: var(--cream);
    position: relative;
}
.sp-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s;
}
.sp-product-card:hover .sp-product-img img { transform: scale(1.06); }
.sp-product-img .sp-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 12px;
    border-radius: 100px;
    background: rgba(10, 26, 61, 0.85);
    color: var(--gold-light);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    backdrop-filter: blur(4px);
}
.sp-product-body { padding: 24px 24px 28px; }
.sp-product-body h3 { font-size: 17px; color: var(--navy-deep); margin-bottom: 4px; }
.sp-product-sku {
    font-size: 12px;
    color: var(--gray-500);
    font-family: 'SF Mono', 'Fira Code', monospace;
    margin-bottom: 16px;
}
.sp-product-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}
.sp-price-sample {
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 800;
    color: var(--navy);
}
.sp-price-bulk {
    font-size: 13px;
    color: var(--gray-500);
}
.sp-price-bulk s { color: var(--gray-400); }
.sp-price-refund {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    background: rgba(201, 168, 106, 0.12);
    color: var(--gold);
    margin-left: 4px;
}

/* Starter mix highlight */
.sp-starter {
    background: var(--white);
    border: 2px solid var(--gold);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-top: 48px;
    position: relative;
}
.sp-starter::before {
    content: 'BEST VALUE';
    position: absolute;
    top: 24px;
    right: -32px;
    background: var(--gold);
    color: var(--white);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    padding: 5px 40px;
    transform: rotate(35deg);
    z-index: 1;
}
.sp-starter-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
}
.sp-starter-content { padding: 48px 44px; }
.sp-starter-content .section-eyebrow { color: var(--gold); }
.sp-starter-content h2 { font-size: 28px; color: var(--navy-deep); margin-bottom: 14px; }
.sp-starter-content > p { color: var(--gray-700); line-height: 1.7; margin-bottom: 20px; }
.sp-starter-price-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 20px;
}
.sp-starter-price {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 40px;
    color: var(--navy);
    line-height: 1;
}
.sp-starter-meta { font-size: 13px; color: var(--gray-500); }
.sp-starter-ship {
    background: rgba(201, 168, 106, 0.12);
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 6px;
}
.sp-starter-refund {
    padding: 16px 20px;
    background: var(--cream);
    border-radius: 10px;
    font-size: 13px;
    color: var(--gray-700);
    line-height: 1.6;
}
.sp-starter-refund strong { color: var(--navy); }
.sp-starter-visual {
    background: linear-gradient(135deg, var(--cream) 0%, var(--gray-50) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
}
.sp-starter-pieces {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
}
.sp-starter-piece {
    text-align: center;
    width: 120px;
}
.sp-starter-piece-img {
    width: 100px;
    height: 100px;
    border-radius: 14px;
    overflow: hidden;
    margin: 0 auto 10px;
    border: 3px solid var(--white);
    box-shadow: var(--shadow);
}
.sp-starter-piece-img img { width: 100%; height: 100%; object-fit: cover; }
.sp-starter-piece-label { font-size: 11px; color: var(--gray-700); font-weight: 600; }
.sp-starter-piece-tag { font-size: 10px; color: var(--gold); font-weight: 700; }

/* Sample process */
.sp-process {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 56px 48px;
    margin-top: 32px;
    border: 1px solid var(--gray-100);
}
.sp-process-head { text-align: center; margin-bottom: 48px; }
.sp-process-head h2 { font-size: 32px; color: var(--navy-deep); margin-bottom: 12px; }
.sp-process-head p { font-size: 15px; color: var(--gray-700); }
.sp-process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    position: relative;
}
.sp-process-grid::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--gray-200) 0, var(--gray-200) 8px, transparent 8px, transparent 16px);
}
.sp-step { text-align: center; position: relative; z-index: 1; }
.sp-step-num {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--white);
    border: 2px solid var(--navy);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 24px;
    font-weight: 800;
    margin: 0 auto 20px;
    transition: all 0.3s;
}
.sp-step:hover .sp-step-num {
    background: var(--navy);
    color: var(--white);
    transform: scale(1.05);
}
.sp-step h4 { font-size: 15px; color: var(--navy-deep); margin-bottom: 8px; }
.sp-step p { font-size: 12px; color: var(--gray-700); line-height: 1.6; }

/* FAQ section */
.sp-faq {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 32px;
}
.sp-faq-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 28px 32px;
    border: 1px solid var(--gray-100);
    transition: all 0.3s;
}
.sp-faq-card:hover {
    box-shadow: var(--shadow);
    border-color: rgba(30, 58, 123, 0.1);
}
.sp-faq-card .sp-faq-q {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 700;
    color: var(--navy-deep);
    margin-bottom: 10px;
}
.sp-faq-card .sp-faq-q-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(30, 58, 123, 0.08), rgba(201, 168, 106, 0.08));
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-faq-card p { font-size: 13px; color: var(--gray-700); line-height: 1.7; padding-left: 44px; }

/* CTA section */
.sp-cta {
    text-align: center;
    padding: 64px 48px;
    margin-top: 40px;
    background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
    border-radius: var(--radius-lg);
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.sp-cta::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -40px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(201, 168, 106, 0.12) 0%, transparent 70%);
}
.sp-cta .container { position: relative; z-index: 1; }
.sp-cta h2 { font-size: 32px; color: var(--white); margin-bottom: 12px; }
.sp-cta p { font-size: 16px; color: rgba(255,255,255,0.8); margin-bottom: 28px; }
.sp-cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Samples responsive */
@media (max-width: 1024px) {
    .samples-hero h1 { font-size: 38px; }
    .sp-stats { grid-template-columns: repeat(2, 1fr); }
    .sp-stat:nth-child(2) { border-right: none; }
    .sp-stat:nth-child(1), .sp-stat:nth-child(2) { border-bottom: 1px solid var(--gray-100); }
    .sp-why-grid { grid-template-columns: 1fr; gap: 28px; }
    .sp-product-grid { grid-template-columns: repeat(2, 1fr); }
    .sp-starter-inner { grid-template-columns: 1fr; }
    .sp-starter-visual { padding: 32px; }
    .sp-process-grid { grid-template-columns: repeat(3, 1fr); gap: 32px; row-gap: 40px; }
    .sp-process-grid::before { display: none; }
    .sp-faq { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .samples-hero { padding: 72px 0 64px; }
    .samples-hero h1 { font-size: 30px; }
    .samples-hero-sub { font-size: 15px; }
    .sp-stats { grid-template-columns: 1fr 1fr; margin-top: -28px; }
    .sp-stat { padding: 24px 16px; }
    .sp-stat-num { font-size: 28px; }
    .sp-why-band { padding: 40px 24px; }
    .sp-why-band h2 { font-size: 24px; }
    .sp-product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .sp-product-img { height: 160px; }
    .sp-product-name { font-size: 13px; }
    .sp-starter-content { padding: 32px 24px; }
    .sp-starter-price { font-size: 32px; }
    .sp-process { padding: 40px 24px; }
    .sp-process-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .sp-process-head h2 { font-size: 24px; }
    .sp-faq-card { padding: 24px; }
    .sp-cta { padding: 48px 24px; }
    .sp-cta h2 { font-size: 24px; }
    .sp-cta-buttons { flex-direction: column; }
    .sp-cta-buttons .btn { width: 100%; }
}
@media (max-width: 480px) {
    .samples-hero h1 { font-size: 26px; }
    .sp-stats { grid-template-columns: 1fr; margin-top: -20px; border-radius: var(--radius); }
    .sp-stat { border-right: none; border-bottom: 1px solid var(--gray-100); }
    .sp-stat:last-child { border-bottom: none; }
    .sp-stat-num { font-size: 24px; }
    .sp-process-grid { grid-template-columns: 1fr; }
    .sp-starter-pieces { flex-direction: column; }
    .sp-starter-piece { width: 100%; }
}

/* ===== Contact Page ===== */
.contact-hero {
    position: relative;
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #0A1A3D 0%, #1E3A7B 100%);
    color: var(--white);
    overflow: hidden;
}
.contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 78% 28%, rgba(201, 168, 106, 0.18) 0%, transparent 50%),
                radial-gradient(ellipse at 18% 78%, rgba(46, 79, 149, 0.35) 0%, transparent 60%);
    pointer-events: none;
}
.contact-hero .container { position: relative; z-index: 1; }
.contact-hero .breadcrumb { color: rgba(255,255,255,0.6); margin-bottom: 28px; font-size: 13px; }
.contact-hero .breadcrumb a { color: rgba(255,255,255,0.6); }
.contact-hero .breadcrumb a:hover { color: var(--gold-light); }
.contact-hero .breadcrumb .sep { margin: 0 8px; opacity: 0.5; }
.contact-hero .breadcrumb span:last-child { color: var(--gold-light); }
.contact-hero h1 {
    font-size: 48px;
    color: var(--white);
    margin-bottom: 20px;
    line-height: 1.1;
    max-width: 780px;
}
.contact-hero h1 .accent {
    color: var(--gold-light);
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 500;
}
.contact-hero-sub {
    font-size: 17px;
    color: rgba(255,255,255,0.8);
    max-width: 640px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Quick contact strip */
.ct-quick {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: -36px;
    position: relative;
    z-index: 2;
}
.ct-quick-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: var(--white);
    border-radius: var(--radius);
    padding: 22px 26px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--gray-100);
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
}
.ct-quick-item:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(30, 58, 123, 0.14); }
.ct-quick-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(30, 58, 123, 0.08), rgba(201, 168, 106, 0.1));
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ct-quick-item:hover .ct-quick-icon {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    color: var(--white);
}
.ct-quick-label {
    font-size: 11px;
    color: var(--gray-500);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3px;
}
.ct-quick-value {
    font-size: 15px;
    font-weight: 700;
    color: var(--navy-deep);
    font-family: var(--font-display);
}

/* Contact main section */
.contact-section { padding: 72px 0 96px; background: var(--gray-50); }
.contact-section .container { max-width: 1280px; }
.contact-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 32px;
    align-items: start;
}

/* Contact info card (dark navy) */
.contact-info-card {
    background: linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 100%);
    border-radius: var(--radius-lg);
    padding: 40px 36px;
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.contact-info-card::before {
    content: '';
    position: absolute;
    top: -70px;
    right: -50px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(201, 168, 106, 0.14) 0%, transparent 70%);
}
.contact-info-card h3 {
    font-size: 20px;
    color: var(--white);
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}
.contact-info-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
    z-index: 1;
}
.contact-info-item:first-of-type { border-top: none; padding-top: 0; }
.contact-info-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(201, 168, 106, 0.16);
    color: var(--gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-label {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    font-weight: 700;
    margin-bottom: 5px;
}
.contact-value {
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    font-family: var(--font-display);
    text-decoration: none;
    display: block;
    transition: color 0.2s;
}
.contact-value:hover { color: var(--gold-light); }
.contact-value-static {
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,0.88);
    line-height: 1.65;
}
.contact-hint {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    margin-top: 4px;
}

/* Side cards */
.contact-side-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 28px 32px;
    border: 1px solid var(--gray-100);
    margin-top: 24px;
}
.contact-side-card h3 {
    font-size: 16px;
    color: var(--navy-deep);
    margin-bottom: 16px;
}
.lang-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.lang-chip {
    padding: 6px 14px;
    border-radius: 100px;
    background: rgba(30, 58, 123, 0.06);
    color: var(--navy);
    font-size: 12px;
    font-weight: 700;
    border: 1px solid rgba(30, 58, 123, 0.1);
}
.contact-side-card p { font-size: 13px; color: var(--gray-500); }
.social-row { display: flex; gap: 12px; }
.social-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--navy);
    transition: all 0.2s;
}
.social-btn:hover {
    background: var(--navy);
    color: var(--white);
    transform: translateY(-2px);
}

/* Contact form card (white) */
.contact-form-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 44px 44px 40px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--gray-100);
}
.contact-form-card h3 { font-size: 24px; color: var(--navy-deep); }
.contact-form-card > p { margin-bottom: 28px; color: var(--gray-500); font-size: 14px; }
.contact-form { display: grid; gap: 20px; }
.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Form elements */
.contact-form label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--navy-deep);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-family: var(--font-body);
    color: var(--gray-900);
    background: var(--white);
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    appearance: none;
}
.contact-form select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 42px;
    cursor: pointer;
}
.contact-form textarea { resize: vertical; min-height: 120px; line-height: 1.6; }
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: var(--gray-400); }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--navy);
    box-shadow: 0 0 0 3px rgba(30, 58, 123, 0.1);
}
.contact-form .form-submit { width: 100%; margin-top: 4px; }
.contact-form-note {
    font-size: 12px;
    color: var(--gray-500);
    text-align: center;
    margin-top: 4px;
}

/* Factory / map section */
.contact-map-section { padding: 80px 0; background: var(--cream); }
.contact-map-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}
.contact-map-grid .section-title { font-size: 32px; text-align: left; }
.contact-map-grid > div > p { color: var(--gray-700); line-height: 1.8; margin-bottom: 24px; }
.factory-list { list-style: none; padding: 0; display: grid; gap: 14px; }
.factory-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--gray-700);
    font-size: 14px;
}
.factory-check {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(201, 168, 106, 0.15);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
}
.map-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: 0 8px 32px rgba(30, 58, 123, 0.1);
}
.map-visual {
    background: linear-gradient(135deg, var(--cream) 0%, var(--gray-50) 100%);
    border-radius: 12px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 14px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--gray-100);
}
.map-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(30, 58, 123, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 58, 123, 0.05) 1px, transparent 1px);
    background-size: 32px 32px;
}
.map-pin {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 0 0 8px rgba(201, 168, 106, 0.15), var(--shadow);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.map-info { text-align: center; position: relative; z-index: 1; }
.map-info-title { font-weight: 700; color: var(--navy); font-size: 18px; }
.map-info-sub { color: var(--gray-500); font-size: 13px; margin-top: 4px; line-height: 1.6; }
.map-link {
    margin-top: 4px;
    color: var(--navy);
    text-decoration: underline;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.map-link:hover { color: var(--gold); }

/* CTA section */
.ct-cta {
    text-align: center;
    padding: 64px 48px;
    margin: 0 0 80px;
    background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);
    border-radius: var(--radius-lg);
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.ct-cta::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -40px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(201, 168, 106, 0.12) 0%, transparent 70%);
}
.ct-cta .container { position: relative; z-index: 1; }
.ct-cta h2 { font-size: 32px; color: var(--white); margin-bottom: 12px; }
.ct-cta p { font-size: 16px; color: rgba(255,255,255,0.8); margin-bottom: 28px; }
.ct-cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Contact responsive */
@media (max-width: 1024px) {
    .contact-hero h1 { font-size: 38px; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-map-grid { grid-template-columns: 1fr; gap: 40px; }
    .ct-quick { grid-template-columns: 1fr; margin-top: -24px; }
}
@media (max-width: 768px) {
    .contact-hero { padding: 72px 0 64px; }
    .contact-hero h1 { font-size: 30px; }
    .contact-hero-sub { font-size: 15px; }
    .ct-quick { gap: 12px; }
    .ct-quick-item { padding: 18px 20px; }
    .contact-section { padding: 56px 0 72px; }
    .contact-info-card { padding: 32px 24px; }
    .contact-form-card { padding: 32px 24px; }
    .form-row-2 { grid-template-columns: 1fr; gap: 20px; }
    .contact-map-section { padding: 64px 0; }
    .contact-map-grid .section-title { font-size: 26px; }
    .ct-cta { padding: 48px 24px; margin-bottom: 64px; }
    .ct-cta h2 { font-size: 24px; }
    .ct-cta-buttons { flex-direction: column; }
    .ct-cta-buttons .btn { width: 100%; }
}
@media (max-width: 480px) {
    .contact-hero h1 { font-size: 26px; }
    .ct-quick { margin-top: -16px; }
    .ct-quick-item { flex-direction: column; text-align: center; justify-content: center; gap: 10px; }
    .map-visual { height: 240px; }
}

/* ==================================================================
   WooCommerce 页面品牌化样式 + 全站移动端增强 (v2.1)
   覆盖：商店列表 / 产品详情 / 选项卡 / 按钮 / 表格 / 移动端体验
   ================================================================== */

/* ---- 商店归档页 ---- */
.woocommerce .woocommerce-products-header__title.page-title {
    font-family: var(--font-display);
    font-size: 36px;
    color: var(--navy-deep);
    padding: 48px 0 8px;
}
.woocommerce .woocommerce-breadcrumb { font-size: 13px; color: var(--gray-500); padding-bottom: 16px; }
.woocommerce .woocommerce-breadcrumb a { color: var(--navy); }

.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 24px 0 64px !important;
    padding: 0;
    list-style: none;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius);
    overflow: hidden;
    transition: box-shadow 0.25s, transform 0.25s, border-color 0.25s;
    display: flex;
    flex-direction: column;
}
.woocommerce ul.products li.product:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
    border-color: var(--gray-300);
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex: 1;
    text-decoration: none;
}
.woocommerce ul.products li.product img {
    width: 100% !important;
    height: auto;
    margin: 0 !important;
    display: block;
    background: var(--cream);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 700;
    color: var(--navy-deep);
    padding: 16px 18px 6px !important;
    line-height: 1.4;
}
.woocommerce ul.products li.product .price {
    color: var(--navy);
    font-weight: 700;
    font-size: 16px;
    padding: 0 18px 18px;
    margin-top: auto;
}
.woocommerce ul.products li.product .price del { color: var(--gray-500); font-weight: 400; font-size: 13px; }
.woocommerce ul.products li.product .price ins { text-decoration: none; }

/* 占位图美化（产品暂无实拍图时） */
.woocommerce-placeholder {
    background: linear-gradient(135deg, #EEF2F9 0%, #E3E9F4 55%, #DDE6F2 100%) !important;
    border: none !important;
}
.woocommerce-placeholder svg { opacity: 0.35; }

/* 排序下拉 */
.woocommerce .woocommerce-ordering { margin: 0 0 8px; }
.woocommerce .woocommerce-ordering select {
    padding: 10px 40px 10px 14px;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-sm);
    background-color: var(--white);
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--gray-900);
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555555' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
}

/* ---- 产品详情页 ---- */
.woocommerce.single-product div.product {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 56px;
    align-items: start;
    margin-top: 32px;
}
.woocommerce.single-product div.product > .woocommerce-tabs,
.woocommerce.single-product div.product > .related.products,
.woocommerce.single-product div.product > .up-sells,
.woocommerce.single-product div.product > .woocommerce-message,
.woocommerce.single-product div.product > .woocommerce-error {
    grid-column: 1 / -1;
}
.woocommerce.single-product div.product .woocommerce-product-gallery {
    background: var(--cream);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 16px;
    margin: 0 !important;
}
.woocommerce.single-product div.product .summary {
    margin: 0 !important;
    padding-top: 8px;
}
.woocommerce div.product .product_title {
    font-family: var(--font-display);
    font-size: 30px;
    line-height: 1.25;
    color: var(--navy-deep);
    margin-bottom: 14px;
}
.woocommerce div.product .woocommerce-product-details__short-description {
    color: var(--gray-700);
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 20px;
}
.woocommerce div.product p.price {
    font-family: var(--font-display);
    font-size: 26px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 24px;
    padding: 16px 20px;
    background: var(--cream);
    border-left: 4px solid var(--gold);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.woocommerce div.product .product_meta {
    border-top: 1px solid var(--gray-200);
    padding-top: 16px;
    margin-top: 24px;
    font-size: 13px;
    color: var(--gray-500);
}
.woocommerce div.product .product_meta > span { display: block; margin-bottom: 4px; }
.woocommerce div.product .product_meta a { color: var(--navy); }

/* 数量选择 + 加购按钮 */
.woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 !important;
    display: flex;
    align-items: stretch;
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: var(--white);
}
.woocommerce .quantity input[type="number"] {
    width: 64px;
    height: 48px;
    padding: 0 8px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-body);
    color: var(--gray-900);
    -moz-appearance: textfield;
    appearance: textfield;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}
.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button,
.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; }
.woocommerce button.button.alt,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    background: var(--navy) !important;
    color: var(--white) !important;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    padding: 14px 28px !important;
    border-radius: var(--radius-sm) !important;
    border: none;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
    line-height: 1;
    -webkit-appearance: none;
    appearance: none;
}
.woocommerce button.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
    background: var(--navy-deep) !important;
    color: var(--white) !important;
    transform: translateY(-2px);
}

/* 产品选项卡 */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 28px;
    border-bottom: 1px solid var(--gray-200);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 28px 0 0 !important;
    padding: 0 !important;
    display: inline-block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 14px 0 !important;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--gray-500) !important;
    border-bottom: 2.5px solid transparent;
    margin-bottom: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--navy) !important;
    border-bottom-color: var(--gold);
}
.woocommerce div.product .woocommerce-tabs .panel {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 0 24px !important;
    font-size: 15px;
    line-height: 1.8;
    color: var(--gray-700);
    max-width: 860px;
}
.woocommerce div.product .woocommerce-tabs .panel h2:first-child,
.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-family: var(--font-display);
    font-size: 20px;
    color: var(--navy-deep);
    margin-bottom: 14px;
}

/* 相关产品 */
.woocommerce .related.products > h2,
.woocommerce .up-sells > h2 {
    font-family: var(--font-display);
    font-size: 24px;
    color: var(--navy-deep);
    margin: 32px 0 8px;
}

/* 提示条 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-top-color: var(--navy) !important;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
}

/* ---- 全站移动端体验增强 ---- */
@media (max-width: 768px) {
    /* 任何表格在窄屏横向滚动，不撑破布局 */
    .entry-content table,
    .woocommerce table.shop_table { display: block; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; }
    /* iOS Safari：输入框字号 >=16px 防止聚焦自动缩放 */
    input[type="text"], input[type="email"], input[type="tel"],
    input[type="url"], input[type="number"], input[type="search"],
    select, textarea { font-size: 16px !important; }
    /* 触控目标加大 */
    .topbar a { padding: 4px 2px; }
    .footer-bottom a { padding: 4px 0; }
}

/* ---- WooCommerce 移动端断点 ---- */
@media (max-width: 1024px) {
    .woocommerce ul.products { grid-template-columns: repeat(3, 1fr) !important; }
    .woocommerce.single-product div.product { grid-template-columns: minmax(0, 1fr); gap: 36px; }
}
@media (max-width: 768px) {
    .woocommerce .woocommerce-products-header__title.page-title { font-size: 28px; padding-top: 32px; }
    .woocommerce ul.products { grid-template-columns: repeat(2, 1fr) !important; gap: 14px; margin-bottom: 48px !important; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 13px; padding: 12px 14px 4px !important; }
    .woocommerce ul.products li.product .price { font-size: 14px; padding: 0 14px 14px; }
    .woocommerce.single-product div.product { margin-top: 16px; gap: 24px; }
    .woocommerce div.product .product_title { font-size: 24px; }
    .woocommerce div.product p.price { font-size: 22px; }
    .woocommerce div.product form.cart { gap: 10px; }
    .woocommerce button.button.alt, .woocommerce a.button, .woocommerce button.button { width: 100%; }
    .woocommerce div.product form.cart div.quantity { flex: 1; max-width: 140px; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li { margin-right: 20px !important; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: 12px; padding: 12px 0 !important; }
    .woocommerce .related.products > h2 { font-size: 20px; }
    /* 选项卡横向滚动，防换行错乱 */
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li { flex: 0 0 auto; }
}
@media (max-width: 480px) {
    .woocommerce ul.products { grid-template-columns: 1fr !important; gap: 16px; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 15px; padding: 16px 18px 6px !important; }
    .woocommerce ul.products li.product .price { font-size: 16px; padding: 0 18px 18px; }
    .woocommerce div.product .product_title { font-size: 21px; }
    .woocommerce .quantity input[type="number"] { width: 56px; }
}

/* ---- v2.1.1 修复：Wholesale 筛选条移动端溢出 ---- */
@media (max-width: 768px) {
    .ws-filter-bar { flex-direction: column !important; align-items: stretch !important; }
    .ws-tabs, .ws-currency { max-width: 100%; min-width: 0; }
    .ws-currency { flex-wrap: wrap; }
    .ws-tab { flex-shrink: 0; }
    .ws-currency-btn { flex-shrink: 0; }
}

/* ========================================
   v2.2 — RFQ (Request a Quote) Form Styles
   ======================================== */

/* Layout grid: info sidebar + form card */
.quote-grid {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 48px;
    align-items: start;
}

/* Info sidebar (dark card) */
.quote-info {
    background: linear-gradient(135deg, var(--navy-deep), var(--navy));
    border-radius: var(--radius-lg);
    padding: 40px 32px;
    color: var(--white);
    position: sticky;
    top: 24px;
}
.quote-info h2 {
    color: var(--white);
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 16px;
}
.quote-info > p {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 24px;
}
.quote-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}
.quote-info-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-light);
    flex-shrink: 0;
}
.quote-info-text strong {
    display: block;
    font-size: 14px;
    color: var(--white);
    margin-bottom: 2px;
}
.quote-info-text span {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}

/* Form card (white) */
.form-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 44px 44px 40px;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--gray-100);
}

/* Section titles */
.rfq-section-title {
    font-size: 12px;
    color: var(--gold);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--gray-100);
}
.rfq-section-title:nth-of-type(n+2) {
    margin-top: 32px;
}

/* Form grid */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.form-grid.full { grid-template-columns: 1fr; }
.field { display: flex; flex-direction: column; }
.field.col-2 { grid-column: 1 / -1; }

/* Labels */
.field > label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--navy-deep);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.req { color: #E55B3C; }

/* Inputs */
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field input[type="date"],
.field select,
.field textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--gray-200);
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-family: var(--font-body);
    color: var(--gray-900);
    background: var(--white);
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
}
.field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 42px;
    cursor: pointer;
}
.field textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}
.field input::placeholder,
.field textarea::placeholder { color: var(--gray-400); }
.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--navy);
    box-shadow: 0 0 0 3px rgba(30, 58, 123, 0.1);
}

/* Customization checkboxes */
.rfq-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-top: 8px;
}
.rfq-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid var(--gray-200);
    border-radius: 6px;
    transition: border-color 0.2s, background 0.2s;
    color: var(--gray-900);
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 0 !important;
}
.rfq-check:hover {
    border-color: var(--navy);
    background: rgba(30, 58, 123, 0.03);
}
.rfq-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--navy);
    cursor: pointer;
    flex-shrink: 0;
}

/* Form actions */
.form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--gray-100);
}
.rfq-agree {
    flex: 1;
    font-size: 12px;
    color: var(--gray-500);
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    cursor: pointer;
    margin-bottom: 0 !important;
}
.rfq-agree input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--navy);
    cursor: pointer;
    flex-shrink: 0;
}

/* Error box */
.rfq-error-box {
    background: #FEF2F2;
    border: 1px solid #FECACA;
    border-radius: 8px;
    padding: 16px 20px;
    margin-bottom: 24px;
    color: #991B1B;
    font-size: 14px;
}
.rfq-error-box ul { margin: 8px 0 0; padding-left: 20px; }
.rfq-error-box li { margin-bottom: 4px; }

/* Success message */
.rfq-success {
    text-align: center;
    padding: 40px 20px;
}
.rfq-success-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: #ECFDF5;
    color: #059669;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rfq-success h3 {
    font-size: 24px;
    color: var(--navy-deep);
    margin-bottom: 12px;
}
.rfq-success p {
    font-size: 15px;
    color: var(--gray-500);
    line-height: 1.6;
    max-width: 420px;
    margin: 0 auto;
}

/* Mobile responsive */
@media (max-width: 1024px) {
    .quote-grid { grid-template-columns: 1fr; gap: 32px; }
    .quote-info { position: static; }
}
@media (max-width: 768px) {
    .form-card { padding: 32px 24px; }
    .form-grid { grid-template-columns: 1fr; }
    .rfq-checks { grid-template-columns: 1fr; }
    .form-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }
    .form-actions .btn { width: 100%; }
}
@media (max-width: 480px) {
    .form-card { padding: 24px 16px; }
    .quote-info { padding: 28px 20px; }
}
