* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #ffffff; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; color: #1e293b; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.order-wrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.order-topbar { background: #2563eb; color: #eff6ff; font-size: 13px; line-height: 40px; height: 40px; }
.order-topbar .order-wrap { display: flex; justify-content: space-between; align-items: center; }
.order-topbar a:hover { color: #ffffff; }
.order-header { background: #ffffff; padding: 25px 0; border-bottom: 1px solid #f1f5f9; position: sticky; top: 0; z-index: 100; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); }
.order-headflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.order-logo { font-size: 28px; font-weight: 900; color: #2563eb; letter-spacing: -1px; display: flex; align-items: center; gap: 8px; }
.order-logo img { height: 36px; object-fit: contain; }
.order-navbar { display: flex; gap: 30px; align-items: center; font-weight: 600; font-size: 15px; color: #475569; }
.order-navbar a { transition: color 0.2s; position: relative; }
.order-navbar a:hover, .order-navbar a.active { color: #2563eb; }
.order-navbar a::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: #2563eb; transition: width 0.3s; }
.order-navbar a:hover::after, .order-navbar a.active::after { width: 100%; }
.order-search { display: flex; border: 1px solid #e2e8f0; border-radius: 20px; overflow: hidden; height: 40px; background: #f8fafc; max-width: 250px; }
.order-search input { flex: 1; border: none; padding: 0 15px; background: transparent; outline: none; font-size: 13px; }
.order-search button { background: transparent; border: none; padding: 0 15px; color: #2563eb; font-weight: bold; cursor: pointer; }
.order-main { margin: 30px auto; }
.order-hero { display: flex; align-items: center; background: #eff6ff; border-radius: 16px; overflow: hidden; margin-bottom: 50px; min-height: 380px; padding: 0 50px; }
@media(max-width: 768px) { .order-hero { flex-direction: column; text-align: center; padding: 40px 20px; } }
.order-hero-info { flex: 1; z-index: 2; }
.order-hero-badge { color: #64748b; font-size: 14px; font-weight: 600; margin-bottom: 15px; letter-spacing: 1px; text-transform: uppercase; }
.order-hero-title { font-size: 46px; font-weight: 900; color: #1e293b; line-height: 1.2; margin-bottom: 20px; }
.order-hero-price { font-size: 24px; color: #ef4444; font-weight: 800; margin-bottom: 30px; }
.order-hero-btn { display: inline-block; background: #2563eb; color: #fff; padding: 12px 30px; border-radius: 8px; font-weight: bold; transition: background 0.3s; }
.order-hero-btn:hover { background: #1d4ed8; }
.order-hero-img { flex: 1; display: flex; justify-content: flex-end; align-items: center; height: 100%; }
@media(max-width: 768px) { .order-hero-img { justify-content: center; margin-top: 30px; } }
.order-hero-img img { max-width: 100%; max-height: 320px; object-fit: contain; }
.order-sec-title { text-align: center; font-size: 28px; font-weight: 800; color: #1e293b; margin-bottom: 40px; }
.order-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 50px; }
@media(max-width: 768px) { .order-grid-3 { grid-template-columns: 1fr; } }
.order-cat-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; display: flex; align-items: center; justify-content: space-between; transition: box-shadow 0.3s; }
.order-cat-card:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.05); }
.order-cat-info { flex: 1; }
.order-badge-green { display: inline-block; background: #10b981; color: #fff; font-size: 10px; font-weight: bold; padding: 2px 8px; border-radius: 10px; margin-bottom: 10px; }
.order-cat-title { font-size: 16px; font-weight: 700; color: #1e293b; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.order-cat-price { color: #64748b; font-size: 14px; font-weight: 600; }
.order-cat-img { width: 80px; height: 80px; flex-shrink: 0; background: #f8fafc; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-left: 15px; }
.order-cat-img img { max-width: 90%; max-height: 90%; object-fit: contain; }
.order-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; margin-bottom: 60px; }
@media(max-width: 768px) { .order-grid-2 { grid-template-columns: 1fr; } }
.order-promo-card { border-radius: 16px; overflow: hidden; display: flex; align-items: center; padding: 30px; transition: transform 0.3s; min-height: 220px; }
.order-promo-card:hover { transform: translateY(-4px); }
.order-promo-card.bg-blue { background: linear-gradient(135deg, #e0f2fe, #dbeafe); }
.order-promo-card.bg-purple { background: linear-gradient(135deg, #f3e8ff, #f1f5f9); }
.order-promo-info { flex: 1; z-index: 2; }
.order-promo-title { font-size: 24px; font-weight: 800; color: #1e293b; line-height: 1.3; margin-bottom: 15px; }
.order-promo-btn { display: inline-block; background: #2563eb; color: #fff; font-size: 13px; font-weight: bold; padding: 8px 20px; border-radius: 6px; }
.order-promo-card img { width: 140px; height: 140px; object-fit: contain; z-index: 1; margin-left: 20px; }
.order-grey-bg { background: #f8fafc; padding: 60px 0; border-radius: 20px; margin-bottom: 50px; }
.order-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media(max-width: 1024px) { .order-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media(max-width: 640px) { .order-grid-4 { grid-template-columns: 1fr; } }
.order-product-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px; position: relative; transition: box-shadow 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
.order-product-card:hover { box-shadow: 0 12px 30px rgba(0,0,0,0.06); }
.order-product-img { width: 100%; height: 160px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.order-product-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.order-product-info { border-top: 1px solid #f1f5f9; padding-top: 15px; }
.order-product-title { font-size: 14px; font-weight: 700; color: #1e293b; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.order-product-price-row { display: flex; justify-content: space-between; align-items: center; }
.order-product-price { color: #2563eb; font-size: 18px; font-weight: 800; }
.order-product-btn { width: 32px; height: 32px; background: #2563eb; color: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: bold; }
.order-review-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 30px; text-align: center; transition: transform 0.3s; display: flex; flex-direction: column; justify-content: space-between; align-items: center; }
.order-review-card:hover { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(0,0,0,0.04); }
.order-review-quote { font-size: 14px; color: #64748b; font-style: italic; line-height: 1.6; margin-bottom: 20px; }
.order-review-user { display: flex; flex-direction: column; align-items: center; }
.order-review-avatar { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; margin-bottom: 10px; border: 2px solid #eff6ff; }
.order-review-name { font-size: 15px; font-weight: 700; color: #1e293b; margin-bottom: 5px; }
.order-review-price { color: #ef4444; font-weight: 800; font-size: 16px; }
.order-grid-6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; margin-bottom: 50px; }
@media(max-width: 992px) { .order-grid-6 { grid-template-columns: repeat(3, 1fr); } }
@media(max-width: 640px) { .order-grid-6 { grid-template-columns: repeat(2, 1fr); } }
.order-brand-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 15px; text-align: center; display: flex; flex-direction: column; align-items: center; transition: box-shadow 0.2s; }
.order-brand-card:hover { box-shadow: 0 4px 15px rgba(0,0,0,0.05); border-color: #cbd5e1; }
.order-brand-card img { width: 100%; height: 60px; object-fit: contain; margin-bottom: 10px; }
.order-brand-card div { font-size: 12px; font-weight: 600; color: #475569; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
.order-marquee-card { display: flex; align-items: center; justify-content: space-between; background: #2563eb; color: #fff; padding: 20px 40px; border-radius: 12px; margin-bottom: 50px; transition: opacity 0.3s; }
.order-marquee-card:hover { opacity: 0.95; }
.order-marquee-title { font-size: 20px; font-weight: 800; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.order-marquee-price { font-size: 24px; font-weight: 900; color: #fbbf24; margin: 0 20px; }
.order-marquee-card img { width: 80px; height: 80px; object-fit: cover; border-radius: 8px; background: #fff; padding: 2px; }
.order-blog-card { background: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; transition: transform 0.3s; display: block; }
.order-blog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,0.06); }
.order-blog-card img { width: 100%; height: 200px; object-fit: cover; }
.order-blog-info { padding: 20px; }
.order-blog-title { font-size: 16px; font-weight: 700; color: #1e293b; margin-bottom: 10px; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.order-blog-price { font-size: 18px; font-weight: 800; color: #ef4444; }
.order-feature-card { display: flex; align-items: center; gap: 15px; padding: 20px; border: 1px solid #e2e8f0; border-radius: 10px; background: #ffffff; transition: border-color 0.2s; }
.order-feature-card:hover { border-color: #2563eb; }
.order-feature-card img { width: 48px; height: 48px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.order-feature-info { flex: 1; overflow: hidden; }
.order-feature-title { font-size: 14px; font-weight: 700; color: #1e293b; margin-bottom: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.order-feature-price { font-size: 13px; font-weight: bold; color: #64748b; }
.order-sub-card { display: flex; align-items: center; justify-content: space-between; background: linear-gradient(135deg, #0ea5e9, #2563eb); border-radius: 16px; padding: 40px 50px; color: #fff; margin-bottom: 50px; transition: transform 0.3s; }
@media(max-width: 768px) { .order-sub-card { flex-direction: column; text-align: center; gap: 20px; padding: 30px; } }
.order-sub-card:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(37,99,235,0.2); }
.order-sub-info { flex: 1; }
.order-sub-title { font-size: 32px; font-weight: 900; margin-bottom: 10px; }
.order-sub-price { font-size: 24px; font-weight: bold; color: #fbbf24; }
.order-sub-card img { width: 120px; height: 120px; object-fit: cover; border-radius: 12px; box-shadow: 0 10px 20px rgba(0,0,0,0.2); }
.order-list-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin-bottom: 40px; }
@media(max-width: 768px) { .order-list-grid { grid-template-columns: 1fr; } }
.order-list-item { display: flex; align-items: center; gap: 15px; background: #ffffff; border: 1px solid #e2e8f0; padding: 15px; border-radius: 8px; transition: border-color 0.2s; }
.order-list-item:hover { border-color: #2563eb; box-shadow: 0 4px 12px rgba(0,0,0,0.03); }
.order-list-item img { width: 56px; height: 56px; object-fit: cover; border-radius: 6px; flex-shrink: 0; background: #f8fafc; }
.order-list-info { flex: 1; overflow: hidden; }
.order-list-title { font-size: 14px; font-weight: 700; color: #1e293b; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.order-list-price { font-size: 15px; font-weight: 800; color: #ef4444; }
.order-cardbox { background: #ffffff; border-radius: 16px; border: 1px solid #e2e8f0; padding: 40px; max-width: 600px; margin: 40px auto; box-shadow: 0 10px 25px rgba(0,0,0,0.04); }
.order-footer { background: #f8fafc; border-top: 1px solid #e2e8f0; padding: 40px 0; text-align: center; color: #64748b; font-size: 14px; margin-top: 50px; }
.order-footer a { color: #475569; margin: 0 15px; font-weight: 600; display: inline-block; margin-bottom: 10px; transition: color 0.2s; }
.order-footer a:hover { color: #2563eb; }
.order-footer p { margin-top: 15px; font-size: 13px; color: #94a3b8; }
