/* rental 主题 - 新能源租车正式前台 */
:root {
  --lux-gold: #c6a55c;
  --lux-gold-dark: #a68b4b;
  --lux-dark: #0a0a0f;
  --lux-dark-soft: #151820;
  --primary: #c6a55c;
  --primary-dark: #a68b4b;
  --dark: #0a0a0f;
  --text: #1a1a1f;
  --muted: #6b6b76;
  --bg: #f8f7f4;
  --card: #fff;
  --radius: 2px;
}
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 16px; line-height: 1.6; color: var(--text); background: var(--bg); }

.lux-input-loading { color: #8a8a8a; }
html.turbo-loading main { opacity: .55; pointer-events: none; transition: opacity .15s ease; }
html.turbo-loading::before {
  content: '';
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--lux-gold), transparent);
  z-index: 9999;
  animation: turbo-bar .8s ease-in-out infinite;
}
@keyframes turbo-bar {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
a { color: var(--lux-gold); text-decoration: none; }

/* Header - 香槟金体系 */
.lux-header,
.header { background: rgba(10,10,15,.92); backdrop-filter: blur(12px); color: #f5f3ef; position: sticky; top: 0; z-index: 200; border-bottom: 1px solid rgba(198,165,92,.15); }
.header-inner { display: flex; align-items: center; gap: 12px; min-height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; color: #f5f3ef; font-weight: 400; font-size: 1.05rem; letter-spacing: 1px; flex-shrink: 0; }
.brand-text { font-weight: 400; }
.brand em { font-style: normal; color: var(--lux-gold); margin-left: 4px; font-weight: 300; }
.brand-mark { width: 28px; height: 28px; border: 1px solid rgba(198,165,92,.5); border-radius: 2px; position: relative; flex-shrink: 0; }
.brand-mark::after { content: ''; position: absolute; inset: 6px; border: 1px solid var(--lux-gold); }
.menu-btn { display: flex; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; margin-left: auto; padding: 8px; }
.menu-btn span { display: block; width: 22px; height: 1px; background: #e8dcc0; }
.nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: #0a0a0f; flex-direction: column; padding: 8px 0; border-bottom: 1px solid rgba(198,165,92,.1); }
.nav.open { display: flex; }
.nav a { color: rgba(255,255,255,.65); padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,.04); font-size: 14px; letter-spacing: 1px; font-weight: 300; }
.nav a:hover { color: var(--lux-gold); }
.call-btn { display: none; color: #e8dcc0; font-weight: 400; white-space: nowrap; font-size: 14px; letter-spacing: .5px; padding: 8px 0; }
.call-btn:hover { color: var(--lux-gold); }
.city-switch-desktop { display: none; }
.header-book-btn { display: none; }
.wrap { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 16px; }
.wrap-wide { max-width: 1200px; }

/* Hero */
.hero { background: linear-gradient(135deg, var(--dark) 0%, #1b3a4b 50%, #0d3d2e 100%); color: #fff; padding: 64px 0 72px; }
.hero-tag { color: var(--primary); font-weight: 600; letter-spacing: 2px; text-transform: uppercase; font-size: .85rem; }
.hero h1 { font-size: 2rem; margin: 12px 0; line-height: 1.25; }
.hero-desc { color: #94a3b8; margin-bottom: 28px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.page-hero { background: var(--dark); color: #fff; padding: 40px 0; }
.page-hero h1 { margin: 0; font-size: 1.75rem; }
.page-hero p { margin: 8px 0 0; color: #94a3b8; }

/* Buttons */
.btn { display: inline-block; padding: 12px 24px; border-radius: 8px; font-size: 16px; font-weight: 600; border: 2px solid transparent; cursor: pointer; text-align: center; }
.btn-light { background: var(--primary); color: #fff; }
.btn-outline { border-color: rgba(255,255,255,.5); color: #fff; }
.btn-sm { padding: 8px 16px; font-size: 14px; }
.btn-block { display: block; width: 100%; }
.btn-outline.btn-block { border-color: var(--primary); color: var(--primary); background: #fff; }

/* Sections */
.section { padding: 48px 0; }
.section-alt { background: var(--card); }
.section-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.section-head h2 { margin: 0; font-size: 1.5rem; }
.more { color: var(--muted); font-size: .9rem; }
.page-title { margin: 0 0 24px; font-size: 1.75rem; }

/* Grid */
.grid-3 { display: grid; grid-template-columns: 1fr; gap: 20px; }
.grid-2 { display: grid; grid-template-columns: 1fr; gap: 20px; }

/* Vehicle card */
.vehicle-card { background: var(--card); border-radius: var(--radius); padding: 0; box-shadow: 0 4px 20px rgba(0,0,0,.06); display: flex; flex-direction: column; overflow: hidden; transition: transform .2s; }
.vehicle-card:hover { transform: translateY(-3px); }
.vehicle-img-wrap { display: block; aspect-ratio: 16/10; overflow: hidden; background: #e8f5ef; }
.vehicle-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vehicle-card-top, .vehicle-card > h3, .vehicle-card > .muted, .vehicle-card > .price-row { padding-left: 16px; padding-right: 16px; }
.vehicle-card > h3 { margin: 12px 0 4px; font-size: 1.1rem; }
.vehicle-card-top { padding-top: 12px; }
.vehicle-card-top .badge { background: #e6f9f0; color: var(--primary); font-size: .75rem; padding: 2px 8px; border-radius: 4px; }
.vehicle-card h3 { margin: 8px 0 4px; font-size: 1.1rem; }
.vehicle-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.vehicle-card-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding: 12px 16px 16px; }
.vehicle-card > .btn { margin: 0 16px 16px; }
.price { font-size: 1.5rem; font-weight: 800; color: #ea580c; }
.price small { font-size: .8rem; font-weight: 400; color: var(--muted); }
.price span { font-size: .85rem; font-weight: 400; color: var(--muted); }
.price-row { display: flex; gap: 16px; color: #ea580c; font-weight: 600; margin: 8px 0 12px; }

/* Features */
.features { background: var(--primary); color: #fff; padding: 32px 0; }
.features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feature-item { text-align: center; }
.feature-item strong { display: block; font-size: 1rem; }
.feature-item span { font-size: .8rem; opacity: .85; }

/* News */
.news-list { list-style: none; padding: 0; margin: 0; }
.news-list li { display: flex; justify-content: space-between; gap: 12px; padding: 14px 0; border-bottom: 1px solid #e5e7eb; }
.news-list time { color: var(--muted); font-size: .85rem; white-space: nowrap; }

/* Store */
.store-card { background: var(--card); border-radius: var(--radius); padding: 20px; box-shadow: 0 2px 12px rgba(0,0,0,.05); position: relative; }
.store-card h3 { margin: 0 0 12px; }
.store-city-tag { display: inline-block; background: #e6f9f0; color: var(--primary); font-size: .75rem; padding: 2px 10px; border-radius: 20px; margin-bottom: 8px; }
.store-meta { list-style: none; padding: 0; margin: 0 0 16px; }
.store-meta li { display: flex; gap: 8px; margin: 8px 0; color: var(--muted); font-size: .95rem; }
.store-meta .icon { flex-shrink: 0; }
.store-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.store-card-compact .store-addr { color: var(--muted); font-size: .9rem; margin: 0 0 12px; }
.store-grid { gap: 16px; }
.empty-tip { text-align: center; padding: 48px 20px; color: var(--muted); background: var(--card); border-radius: var(--radius); }

/* Detail gallery (legacy list) */
.vehicle-gallery { margin-bottom: 16px; }
.vehicle-img-main { width: 100%; border-radius: var(--radius); aspect-ratio: 16/10; object-fit: cover; background: #e8f5ef; }
.vehicle-thumbs { display: flex; gap: 8px; margin-top: 8px; flex-wrap: wrap; }
.vehicle-thumb { width: 72px; height: 48px; object-fit: cover; border-radius: 6px; cursor: pointer; border: 2px solid transparent; }
.vehicle-thumb:hover { border-color: var(--primary); }
.detail-body { background: var(--card); border-radius: var(--radius); padding: 24px; line-height: 1.8; }
.detail-body img { max-width: 100%; height: auto; border-radius: 8px; }
.detail-layout { display: grid; gap: 24px; }
.info-box { background: var(--card); border-radius: var(--radius); padding: 20px; margin-bottom: 12px; }
.info-box p { display: flex; justify-content: space-between; margin: 8px 0; }
.info-box label { color: var(--muted); }

/* 车辆详情 - 香槟金体系 */
.lux-car-detail .lux-car-showcase { padding-top: 0; }
.lux-car-hero { display: grid; grid-template-columns: 1fr; gap: 24px; background: #fff; border: 1px solid #e8e6e1; border-radius: 2px; padding: 24px; }
.lux-car-gallery, .lux-car-summary { min-width: 0; }
.lux-car-gallery-main { background: #f8f7f4; border-radius: 2px; overflow: hidden; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; }
.lux-car-main-img { width: 100%; height: 100%; object-fit: contain; display: block; }
.lux-car-thumbs { display: flex; gap: 8px; margin-top: 12px; overflow-x: auto; padding-bottom: 4px; }
.lux-car-thumb { flex-shrink: 0; width: 88px; height: 60px; padding: 0; border: 2px solid transparent; border-radius: 2px; overflow: hidden; cursor: pointer; background: #f8f7f4; }
.lux-car-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lux-car-thumb:hover { border-color: #d4cfc4; }
.lux-car-thumb.active { border-color: var(--lux-gold); }
.lux-car-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.lux-car-tag { font-size: 11px; letter-spacing: 2px; padding: 4px 10px; border-radius: 2px; background: #faf8f4; color: var(--lux-gold-dark); border: 1px solid rgba(198,165,92,.3); }
.lux-car-tag-city { background: rgba(198,165,92,.08); }
.lux-car-price-block { background: linear-gradient(135deg, #faf8f4 0%, #fff 100%); border: 1px solid rgba(198,165,92,.25); border-radius: 2px; padding: 20px 24px; margin-bottom: 20px; }
.lux-car-price-main { display: flex; align-items: baseline; gap: 4px; margin-bottom: 10px; }
.lux-car-price-label { font-size: 13px; color: #6b6b76; margin-right: 8px; letter-spacing: 1px; font-weight: 300; }
.lux-car-price-num { font-size: 36px; font-weight: 300; color: var(--lux-gold); line-height: 1; }
.lux-car-price-num small { font-size: 20px; }
.lux-car-price-unit { font-size: 13px; color: #979aa8; font-weight: 300; }
.lux-car-price-others { display: flex; gap: 24px; font-size: 13px; color: #6b6b76; font-weight: 300; }
.lux-car-price-others strong { color: #1a1a1f; font-weight: 500; }
.lux-car-highlights { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #e8e6e1; border: 1px solid #e8e6e1; border-radius: 2px; overflow: hidden; margin-bottom: 24px; }
.lux-car-highlight-item { background: #fff; padding: 16px 12px; text-align: center; }
.lux-car-highlight-item strong { display: block; font-size: 15px; color: #1a1a1f; margin-bottom: 4px; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lux-car-highlight-item span { font-size: 11px; color: #979aa8; letter-spacing: 1px; }
.lux-car-actions { display: flex; flex-direction: column; gap: 10px; }
.lux-btn-ghost-dark { display: block; text-align: center; padding: 14px 24px; font-size: 14px; letter-spacing: 1px; color: #1a1a1f; border: 1px solid #e8e6e1; border-radius: 2px; font-weight: 400; }
.lux-btn-ghost-dark:hover { border-color: var(--lux-gold); color: var(--lux-gold-dark); }
.lux-car-tip { margin: 12px 0 0; font-size: 12px; color: #979aa8; font-weight: 300; text-align: center; }
.lux-car-tabs { display: flex; gap: 0; background: #fff; margin-top: 24px; border: 1px solid #e8e6e1; border-bottom: 0; border-radius: 2px 2px 0 0; padding: 0 8px; position: sticky; top: 68px; z-index: 50; }
.lux-car-tab { padding: 16px 28px; font-size: 14px; font-weight: 400; letter-spacing: 2px; color: #6b6b76; background: none; border: 0; border-bottom: 2px solid transparent; cursor: pointer; margin-bottom: -1px; font-family: inherit; }
.lux-car-tab:hover { color: #1a1a1f; }
.lux-car-tab.active { color: var(--lux-gold-dark); border-bottom-color: var(--lux-gold); }
.lux-car-panels { border: 1px solid #e8e6e1; border-top: 0; border-radius: 0 0 2px 2px; }
.lux-car-panel { display: none; padding: 0; }
.lux-car-panel.active { display: block; }
.lux-car-panel .lux-detail-card { border: 0; border-radius: 0; }
.lux-car-panel-title { margin: 0 0 24px; font-size: 16px; font-weight: 400; letter-spacing: 3px; color: #1a1a1f; padding-bottom: 12px; border-bottom: 1px solid #e8e6e1; }
.lux-car-spec-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.lux-car-spec-table th, .lux-car-spec-table td { padding: 14px 16px; border-bottom: 1px solid #f0eeea; text-align: left; }
.lux-car-spec-table th { width: 140px; color: #979aa8; font-weight: 300; background: #fafaf9; letter-spacing: 1px; }
.lux-car-spec-table td { color: #1a1a1f; font-weight: 300; }
.lux-car-spec-table tr:last-child th, .lux-car-spec-table tr:last-child td { border-bottom: 0; }
.lux-car-spec-price { color: var(--lux-gold); font-weight: 500; }

@media (max-width: 767px) {
  .lux-car-detail { padding-bottom: 100px; }
  .lux-car-hero { padding: 16px; }
  .lux-car-price-num { font-size: 30px; }
  .lux-car-tabs { top: 68px; padding: 0; }
  .lux-car-tab { flex: 1; padding: 14px 12px; text-align: center; font-size: 13px; }
  .lux-car-spec-table, .lux-car-spec-table tbody, .lux-car-spec-table tr, .lux-car-spec-table th, .lux-car-spec-table td { display: block; width: 100%; }
  .lux-car-spec-table tr { padding: 12px 0; border-bottom: 1px solid #f0eeea; }
  .lux-car-spec-table th { padding: 0 0 4px; background: none; border: 0; font-size: 11px; }
  .lux-car-spec-table td { padding: 0; border: 0; }
}
@media (min-width: 768px) {
  .lux-car-hero { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 32px; padding: 32px; }
  .lux-car-gallery-main { aspect-ratio: 16/10; }
  .lux-car-highlights { grid-template-columns: repeat(4, 1fr); }
  .lux-car-tabs { position: static; }
  .lux-car-spec-table th { width: 180px; }
}
@media (min-width: 992px) {
  .lux-car-hero { grid-template-columns: minmax(360px, 620px) minmax(0, 1fr); }
}

.article-body { background: var(--card); border-radius: var(--radius); padding: 24px; line-height: 1.8; }
.article-body img { max-width: 100%; height: auto; border-radius: 8px; }
.article-wrap h1 { margin: 0 0 8px; }
.muted { color: var(--muted); }

/* Contact */
.contact-layout { display: grid; gap: 32px; }
.contact-info { background: var(--card); border-radius: var(--radius); padding: 24px; }
.big-phone a { font-size: 1.75rem; font-weight: 800; color: var(--primary); }
.lead-form { background: var(--card); border-radius: var(--radius); padding: 24px; }
.field { margin-bottom: 16px; }
.field label { display: block; margin-bottom: 6px; font-weight: 600; }
.field input, .field textarea { width: 100%; padding: 12px 14px; font-size: 16px; border: 1px solid #d1d5db; border-radius: 8px; }
.select { width: 100%; padding: 12px; font-size: 16px; border: 1px solid #d1d5db; border-radius: 8px; }
.agree label { font-size: 14px; display: flex; align-items: center; gap: 8px; }

/* Cities */
.city-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.city-item { background: var(--card); border-radius: var(--radius); padding: 20px; text-align: center; color: inherit; box-shadow: 0 2px 8px rgba(0,0,0,.05); transition: transform .2s, box-shadow .2s; }
.city-item:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,.1); }
.city-item-active { border: 2px solid var(--primary); box-shadow: 0 4px 16px rgba(0,185,107,.15); }
.city-item strong { display: block; font-size: 1.1rem; }
.city-item span { color: var(--muted); font-size: .8rem; }
.china-map-wrap { display: grid; gap: 24px; margin-bottom: 40px; }
.china-map { position: relative; background: linear-gradient(180deg, #f0faf5 0%, #e8f5ef 100%); border-radius: var(--radius); aspect-ratio: 774/569; max-height: 480px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,.06); }
.china-map > svg.map-base { display: block; width: 100%; height: 100%; border-radius: var(--radius); }
.china-map > svg.map-city-overlay { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 2; }
.map-province { fill: #e8ecef; stroke: #c5cad3; stroke-width: 0.75; }
.map-city-overlay .map-city-hit { pointer-events: all; cursor: pointer; text-decoration: none; }
.map-city-box { fill: transparent; stroke: transparent; stroke-width: 1.5; transition: fill .15s ease, stroke .15s ease; }
.map-city-hit:hover .map-city-box,
.map-city-hit:focus-visible .map-city-box { fill: rgba(0, 185, 107, .2); stroke: #00b96b; }
.map-city-hit.active .map-city-box { stroke: rgba(234, 88, 12, .45); }
.map-city-hit.active:hover .map-city-box,
.map-city-hit.active:focus-visible .map-city-box { fill: rgba(234, 88, 12, .15); stroke: #ea580c; }
.map-city-tip { opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .15s ease, visibility .15s ease; }
.map-city-hit:hover .map-city-tip,
.map-city-hit:focus-visible .map-city-tip { opacity: 1; visibility: visible; }
.map-city-tip-bg { fill: rgba(31, 33, 41, .92); }
.map-city-tip-name { fill: #fff; font-size: 12px; font-weight: 700; font-family: "PingFang SC", "Microsoft YaHei", sans-serif; }
.map-city-tip-count { fill: rgba(255, 255, 255, .75); font-size: 10px; font-family: "PingFang SC", "Microsoft YaHei", sans-serif; }
.map-legend { background: var(--card); border-radius: var(--radius); padding: 20px; }
.map-legend .legend-num { color: var(--primary); }
.map-legend-list { list-style: none; padding: 0; margin: 16px 0 0; }
.map-legend-list li { display: flex; align-items: center; gap: 10px; margin: 10px 0; font-size: .9rem; color: var(--text); }
.legend-swatch { display: inline-block; width: 28px; height: 18px; border-radius: 4px; border: 1px solid #c5cad3; flex-shrink: 0; }
.legend-swatch-idle { background: #e8ecef; }
.legend-swatch-hover { background: rgba(0, 185, 107, .2); border-color: #00b96b; }
.city-list-section h2 { margin: 0 0 16px; font-size: 1.25rem; }

/* Booking city */
.city-badge { background: #e6f9f0; color: var(--primary); padding: 12px 16px; border-radius: 8px; font-weight: 600; }
.city-badge small { font-weight: 400; color: var(--muted); font-size: .85rem; }
.city-detected { border-left: 4px solid var(--primary); }
.city-pick-tip { margin: 0 0 10px; font-size: .9rem; color: var(--muted); }
.form-msg { margin-top: 12px; font-size: .9rem; }

/* City drawer */
.city-drawer { position: fixed; inset: 0; z-index: 300; }
.city-drawer[hidden] { display: none; }
.city-drawer-mask { position: absolute; inset: 0; background: rgba(0,0,0,.45); }
.city-drawer-panel { position: absolute; bottom: 0; left: 0; right: 0; background: #fff; border-radius: 16px 16px 0 0; max-height: 70vh; display: flex; flex-direction: column; animation: slideUp .25s ease; }
.city-drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid #e5e7eb; }
.city-drawer-close { background: none; border: 0; font-size: 1.5rem; cursor: pointer; color: var(--muted); line-height: 1; }
.city-drawer-body { overflow-y: auto; padding: 8px 0 24px; }
.city-drawer-item { display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; color: inherit; border-bottom: 1px solid #f3f4f6; }
.city-drawer-item:hover { background: #faf8f4; }
.city-drawer-item.active { color: var(--lux-gold-dark); font-weight: 500; }
.city-drawer-item small { color: var(--lux-gold); font-size: .8rem; }

/* Footer - 香槟金 */
.lux-footer,
.footer { background: #0a0a0f; color: rgba(255,255,255,.5); padding: 48px 0 120px; border-top: 1px solid rgba(198,165,92,.1); }
.footer h4 { color: #e8dcc0; margin: 0 0 12px; font-weight: 400; letter-spacing: 2px; font-size: 14px; }
.footer p { font-weight: 300; font-size: 14px; line-height: 1.7; }
.footer-grid { display: grid; gap: 24px; }
.footer a { color: rgba(255,255,255,.6); }
.footer a:hover { color: var(--lux-gold); }
.footer-copy { margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(198,165,92,.08); font-size: 12px; text-align: center; letter-spacing: 1px; color: rgba(255,255,255,.35); }

/* Mobile FAB - 仅手机端显示 */
.lux-fab.fab-bar,
.fab-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 150; border-top: 1px solid rgba(198,165,92,.15);
}
.fab { flex: 1; text-align: center; padding: 14px 8px; font-weight: 400; font-size: 13px; letter-spacing: 1px; background: #151820; color: #e8dcc0; border: 0; cursor: pointer; font-family: inherit; }
.fab-primary { background: linear-gradient(135deg, #c6a55c, #a68b4b); color: #fff; }
.fab-city { background: #0a0a0f; color: #e8dcc0; }
.fab-call { background: #151820; }

@keyframes slideUp { from { transform: translateY(100%); } to { transform: translateY(0); } }

@media (max-width: 767px) {
  .lux-fab.fab-bar,
  .fab-bar { display: flex; }
  .footer { padding-bottom: 72px; }
}

@media (min-width: 768px) {
  .menu-btn { display: none; }
  .nav { display: flex !important; position: static; flex-direction: row; background: none; padding: 0; margin-left: auto; }
  .nav a { border: 0; padding: 8px 12px; }
  .call-btn { display: block; }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer { padding-bottom: 40px; }
  .city-switch-desktop { display: inline-flex; align-items: center; gap: 6px; margin-left: 8px; padding: 7px 14px; background: transparent; border: 1px solid rgba(198,165,92,.35); border-radius: 2px; color: #e8dcc0; cursor: pointer; font-size: 12px; letter-spacing: 1px; font-family: inherit; font-weight: 300; }
  .city-switch-desktop:hover { border-color: var(--lux-gold); color: var(--lux-gold); }
  .header-book-btn { display: inline-block; padding: 8px 18px; background: linear-gradient(135deg, #c6a55c, #a68b4b); color: #fff; font-size: 12px; letter-spacing: 2px; border-radius: 2px; margin-left: 8px; font-weight: 400; }
  .header-book-btn:hover { color: #fff; opacity: .9; }
  .hero h1 { font-size: 2.5rem; }
  .contact-layout { grid-template-columns: 1fr 1.2fr; }
  .city-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 768px) {
  .china-map-wrap { grid-template-columns: 1fr 280px; align-items: start; }
}
@media (max-width: 767px) {
  .china-map { max-height: 280px; }
  .map-legend-list li { font-size: .85rem; }
}
@media (min-width: 992px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
}

/* ============================================================
   高端新能源租赁 - Premium Layout (lux-*)
   ============================================================ */
.lux-page { background: #f8f7f4; }
.lux-eyebrow { display: block; font-size: 11px; letter-spacing: 3px; color: #a68b4b; font-weight: 600; margin-bottom: 12px; }

/* Hero */
.lux-hero { position: relative; padding: 48px 0 64px; overflow: hidden; color: #f5f3ef; }
.lux-hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #0a0a0f 0%, #151820 40%, #1a1f2e 70%, #0d1218 100%);
}
.lux-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 20%, rgba(198,165,92,.12) 0%, transparent 60%),
              radial-gradient(ellipse 50% 40% at 20% 80%, rgba(45,212,191,.06) 0%, transparent 50%);
}
.lux-hero-inner { position: relative; z-index: 1; }
.lux-breadcrumb { font-size: 13px; color: rgba(255,255,255,.4); margin-bottom: 32px; }
.lux-breadcrumb a { color: rgba(255,255,255,.6); }
.lux-breadcrumb a:hover { color: #c6a55c; }
.lux-breadcrumb span { margin: 0 8px; }
.lux-hero-title { margin: 0 0 16px; font-size: 36px; font-weight: 300; letter-spacing: 2px; line-height: 1.25; }
.lux-hero-desc { margin: 0 0 40px; font-size: 16px; color: rgba(255,255,255,.65); line-height: 1.8; max-width: 600px; font-weight: 300; }
.lux-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(198,165,92,.2); border: 1px solid rgba(198,165,92,.15); border-radius: 4px; overflow: hidden; max-width: 640px; }
.lux-stat { background: rgba(255,255,255,.04); padding: 20px 16px; text-align: center; backdrop-filter: blur(4px); }
.lux-stat strong { display: block; font-size: 15px; font-weight: 500; color: #e8dcc0; margin-bottom: 4px; letter-spacing: 1px; }
.lux-stat span { font-size: 12px; color: rgba(255,255,255,.45); }

/* Section */
.lux-section { padding: 64px 0; }
.lux-section-dark { background: #0a0a0f; color: #f5f3ef; padding: 72px 0; }
.lux-section-detail { padding-bottom: 48px; }
.lux-section-head { text-align: center; margin-bottom: 48px; }
.lux-section-head h2 { margin: 0 0 12px; font-size: 28px; font-weight: 300; letter-spacing: 3px; color: #1a1a1f; }
.lux-section-head p { margin: 0 auto; font-size: 15px; color: #6b6b76; max-width: 520px; line-height: 1.7; font-weight: 300; }
.lux-section-head-light h2 { color: #f5f3ef; }
.lux-section-head-light .lux-eyebrow { color: #c6a55c; }

/* Plan cards */
.lux-plan-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.lux-plan-card {
  position: relative; background: #fff; border: 1px solid #e8e6e1; border-radius: 2px;
  padding: 32px 28px; transition: transform .3s, box-shadow .3s;
}
.lux-plan-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,.08); }
.lux-plan-featured { border-color: #c6a55c; box-shadow: 0 8px 32px rgba(198,165,92,.15); }
.lux-plan-badge {
  position: absolute; top: 16px; right: 16px; font-size: 11px; letter-spacing: 2px;
  padding: 4px 12px; background: linear-gradient(135deg, #c6a55c, #a68b4b); color: #fff; border-radius: 2px;
}
.lux-plan-icon { display: block; font-size: 20px; color: #c6a55c; margin-bottom: 16px; letter-spacing: 4px; }
.lux-plan-card h3 { margin: 0 0 8px; font-size: 20px; font-weight: 400; letter-spacing: 2px; color: #1a1a1f; }
.lux-plan-desc { margin: 0 0 20px; font-size: 14px; color: #6b6b76; line-height: 1.6; font-weight: 300; }
.lux-plan-features { list-style: none; padding: 0; margin: 0 0 24px; }
.lux-plan-features li {
  padding: 8px 0; font-size: 13px; color: #4a4a55; border-bottom: 1px solid #f0eeea;
  padding-left: 16px; position: relative;
}
.lux-plan-features li::before { content: ''; position: absolute; left: 0; top: 50%; width: 4px; height: 1px; background: #c6a55c; }
.lux-plan-link { font-size: 13px; color: #a68b4b; letter-spacing: 1px; font-weight: 500; }
.lux-plan-link:hover { color: #1a1a1f; }

/* Pillars */
.lux-pillar-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
.lux-pillar { padding: 0 8px; }
.lux-pillar-num { display: block; font-size: 13px; color: #c6a55c; letter-spacing: 4px; margin-bottom: 16px; font-weight: 300; }
.lux-pillar h3 { margin: 0 0 12px; font-size: 18px; font-weight: 400; letter-spacing: 2px; color: #f5f3ef; }
.lux-pillar p { margin: 0; font-size: 14px; color: rgba(255,255,255,.55); line-height: 1.8; font-weight: 300; }

/* Detail card */
.lux-detail-card { background: #fff; border: 1px solid #e8e6e1; border-radius: 2px; padding: 40px 36px; }
.lux-rich h2 { margin: 32px 0 16px; font-size: 18px; font-weight: 400; letter-spacing: 2px; color: #1a1a1f; padding-left: 0; border-left: 0; border-bottom: 1px solid #e8e6e1; padding-bottom: 12px; }
.lux-rich h2:first-child { margin-top: 0; }
.lux-rich h3 { font-size: 16px; font-weight: 400; letter-spacing: 1px; color: #1a1a1f; }
.lux-rich p { font-size: 15px; color: #4a4a55; line-height: 1.9; font-weight: 300; }
.lux-rich ul li { color: #4a4a55; font-weight: 300; }
.lux-rich blockquote { background: #f8f7f4; border-left-color: #c6a55c; color: #6b6b76; }

/* CTA strip */
.lux-cta-strip { background: linear-gradient(135deg, #151820 0%, #0a0a0f 100%); padding: 56px 0; border-top: 1px solid rgba(198,165,92,.2); }
.lux-cta-inner { display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
.lux-cta-text h2 { margin: 0 0 8px; font-size: 24px; font-weight: 300; letter-spacing: 2px; color: #f5f3ef; }
.lux-cta-text p { margin: 0; font-size: 14px; color: rgba(255,255,255,.5); font-weight: 300; }
.lux-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.lux-btn { display: inline-block; padding: 14px 32px; font-size: 14px; letter-spacing: 2px; font-weight: 500; border-radius: 2px; transition: all .25s; }
.lux-btn-gold { background: linear-gradient(135deg, #c6a55c, #a68b4b); color: #fff; border: 1px solid #c6a55c; }
.lux-btn-gold:hover { background: linear-gradient(135deg, #d4b56c, #b89b5b); color: #fff; }
.lux-btn-ghost { background: transparent; color: #e8dcc0; border: 1px solid rgba(198,165,92,.4); }
.lux-btn-ghost:hover { border-color: #c6a55c; color: #fff; }

@media (min-width: 768px) {
  .lux-hero { padding: 64px 0 80px; }
  .lux-hero-title { font-size: 44px; }
  .lux-plan-grid { grid-template-columns: repeat(2, 1fr); }
  .lux-pillar-grid { grid-template-columns: repeat(3, 1fr); }
  .lux-cta-inner { flex-direction: row; justify-content: space-between; align-items: center; }
}
@media (min-width: 992px) {
  .lux-plan-grid { grid-template-columns: repeat(4, 1fr); }
  .lux-plan-grid-3 { grid-template-columns: repeat(3, 1fr); }
  .lux-hero-title { font-size: 48px; }
}

/* Hero variants */
.lux-hero-compact { padding: 40px 0 56px; }
.lux-hero-compact .lux-hero-desc { margin-bottom: 0; }
.lux-hero-home { padding: 72px 0 80px; }
.lux-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 40px; }
.lux-hero-title-sm { font-size: 28px; }

/* Section more link */
.lux-more { font-size: 13px; color: #a68b4b; letter-spacing: 1px; font-weight: 500; }
.lux-more:hover { color: #1a1a1f; }

/* Enterprise benefits */
.lux-benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(198,165,92,.15); border: 1px solid rgba(198,165,92,.1); border-radius: 4px; overflow: hidden; }
.lux-benefit { background: rgba(255,255,255,.03); padding: 28px 24px; text-align: center; }
.lux-benefit strong { display: block; font-size: 16px; font-weight: 400; letter-spacing: 2px; color: #e8dcc0; margin-bottom: 6px; }
.lux-benefit span { font-size: 13px; color: rgba(255,255,255,.45); font-weight: 300; }

/* Process flow */
.lux-process-flow { display: grid; grid-template-columns: 1fr; gap: 0; }
.lux-process-step { text-align: center; padding: 24px 16px; }
.lux-process-num { display: inline-block; font-size: 13px; letter-spacing: 4px; color: #c6a55c; margin-bottom: 16px; }
.lux-process-step h3 { margin: 0 0 10px; font-size: 18px; font-weight: 400; letter-spacing: 2px; color: #1a1a1f; }
.lux-process-step p { margin: 0 auto; font-size: 14px; color: #6b6b76; max-width: 280px; line-height: 1.7; font-weight: 300; }
.lux-process-line { display: none; }

/* FAQ premium */
.lux-faq-premium p { background: #f8f7f4; border: 1px solid #e8e6e1; border-radius: 2px; margin-bottom: 12px; padding: 18px 20px; }
.lux-faq-premium p strong { color: #1a1a1f; font-size: 15px; letter-spacing: 1px; }

/* Vehicle cards */
.lux-vehicle-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.lux-vehicle-card { background: #fff; border: 1px solid #e8e6e1; border-radius: 2px; overflow: hidden; transition: box-shadow .3s, transform .3s; }
.lux-vehicle-card:hover { box-shadow: 0 16px 48px rgba(0,0,0,.08); transform: translateY(-3px); }
.lux-vehicle-img { display: block; aspect-ratio: 16/10; overflow: hidden; background: #f0eeea; }
.lux-vehicle-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.lux-vehicle-card:hover .lux-vehicle-img img { transform: scale(1.03); }
.lux-vehicle-info { padding: 20px 22px 24px; }
.lux-vehicle-tag { font-size: 11px; letter-spacing: 2px; color: #a68b4b; }
.lux-vehicle-info h3 { margin: 8px 0 6px; font-size: 17px; font-weight: 400; letter-spacing: 1px; }
.lux-vehicle-info h3 a { color: #1a1a1f; }
.lux-vehicle-info h3 a:hover { color: #a68b4b; }
.lux-vehicle-info > p { margin: 0 0 12px; font-size: 13px; color: #6b6b76; font-weight: 300; }
.lux-vehicle-price { margin-top: 8px; }
.lux-price-num { font-size: 24px; font-weight: 300; color: #c6a55c; }
.lux-price-unit { font-size: 13px; color: #979aa8; margin-left: 2px; }
.lux-vehicle-prices { display: flex; gap: 20px; margin-bottom: 16px; font-size: 13px; color: #6b6b76; }
.lux-vehicle-prices strong { color: #c6a55c; font-weight: 500; }
.lux-btn-sm { padding: 10px 20px; font-size: 12px; }
.lux-btn-block { display: block; width: 100%; text-align: center; }

/* Service links (homepage) */
.lux-service-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(198,165,92,.15); border: 1px solid rgba(198,165,92,.1); border-radius: 4px; overflow: hidden; }
.lux-service-link { display: block; padding: 28px 20px; background: rgba(255,255,255,.03); text-align: center; color: inherit; transition: background .25s; }
.lux-service-link:hover { background: rgba(255,255,255,.06); }
.lux-service-link strong { display: block; font-size: 16px; font-weight: 400; letter-spacing: 2px; color: #e8dcc0; margin-bottom: 6px; }
.lux-service-link span { font-size: 12px; color: rgba(255,255,255,.4); }

/* Store cards */
.lux-store-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.lux-store-card { background: #fff; border: 1px solid #e8e6e1; border-radius: 2px; padding: 24px; }
.lux-store-tag { font-size: 11px; letter-spacing: 2px; color: #a68b4b; display: block; margin-bottom: 8px; }
.lux-store-card h3 { margin: 0 0 8px; font-size: 17px; font-weight: 400; letter-spacing: 1px; color: #1a1a1f; }
.lux-store-card p { margin: 0 0 12px; font-size: 13px; color: #6b6b76; font-weight: 300; }
.lux-store-meta { list-style: none; padding: 0; margin: 0 0 16px; }
.lux-store-meta li { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid #f0eeea; font-size: 14px; }
.lux-store-meta li span { flex-shrink: 0; width: 40px; color: #979aa8; font-size: 13px; }
.lux-store-meta li em { font-style: normal; color: #4a4a55; font-weight: 300; }
.lux-store-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.lux-empty { text-align: center; padding: 48px; color: #6b6b76; background: #fff; border: 1px solid #e8e6e1; border-radius: 2px; }

/* News */
.lux-news-list { list-style: none; padding: 0; margin: 0; }
.lux-news-list li { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid #f0eeea; }
.lux-news-list li:last-child { border-bottom: 0; }
.lux-news-list a { color: #1a1a1f; font-weight: 300; letter-spacing: .5px; }
.lux-news-list a:hover { color: #a68b4b; }
.lux-news-list time { font-size: 13px; color: #979aa8; white-space: nowrap; }
.lux-pagination { margin-top: 24px; text-align: center; }

/* Cities grid */
.lux-city-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.lux-city-card { display: block; padding: 24px 20px; background: #fff; border: 1px solid #e8e6e1; border-radius: 2px; text-align: center; color: inherit; transition: all .25s; }
.lux-city-card:hover { border-color: #c6a55c; box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.lux-city-card strong { display: block; font-size: 17px; font-weight: 400; letter-spacing: 2px; color: #1a1a1f; margin-bottom: 4px; }
.lux-city-card span { font-size: 12px; color: #979aa8; }
.lux-city-active { border-color: #c6a55c; background: #faf8f4; }

/* Booking form */
.lux-form-card { max-width: 560px; margin: 0 auto; }
.lux-form { display: grid; gap: 20px; }
.lux-field label { display: block; margin-bottom: 8px; font-size: 13px; letter-spacing: 1px; color: #6b6b76; font-weight: 500; }
.lux-input { width: 100%; padding: 14px 16px; font-size: 15px; border: 1px solid #e8e6e1; border-radius: 2px; background: #fafaf9; font-family: inherit; font-weight: 300; transition: border-color .2s; }
.lux-input:focus { outline: none; border-color: #c6a55c; background: #fff; }
.lux-field-badge { padding: 14px 16px; background: #f8f7f4; border: 1px solid #e8e6e1; border-radius: 2px; color: #1a1a1f; font-weight: 400; }
.lux-field-badge small { color: #979aa8; font-weight: 300; margin-left: 8px; }
.lux-city-picker { position: relative; }
.lux-city-picker-btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; cursor: pointer; text-align: left; font-family: inherit; font-size: 15px; transition: border-color .2s; }
.lux-city-picker-btn:hover { border-color: #c6a55c; }
.lux-city-picker-hint { color: #979aa8; font-weight: 300; font-size: 12px; flex-shrink: 0; }
.lux-city-picker-panel { position: absolute; top: calc(100% + 6px); left: 0; right: 0; background: #fff; border: 1px solid #e8e6e1; border-radius: 2px; box-shadow: 0 8px 24px rgba(0,0,0,.08); max-height: 240px; overflow-y: auto; z-index: 50; }
.lux-city-picker-panel[hidden] { display: none; }
.lux-city-picker-item { display: block; width: 100%; padding: 12px 16px; border: 0; background: none; text-align: left; font-family: inherit; font-size: 15px; color: #1a1a1f; cursor: pointer; border-bottom: 1px solid #f3f4f6; }
.lux-city-picker-item:last-child { border-bottom: 0; }
.lux-city-picker-item:hover { background: #faf8f4; }
.lux-city-picker-item.active { color: var(--lux-gold-dark); font-weight: 500; background: #faf8f4; }
.lux-agree label { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #6b6b76; font-weight: 300; }
.lux-form-msg { margin: 0; font-size: 14px; text-align: center; }

@media (min-width: 768px) {
  .lux-process-flow { grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: flex-start; }
  .lux-process-line { display: block; width: 40px; height: 1px; background: #e8e6e1; margin-top: 36px; }
  .lux-vehicle-grid { grid-template-columns: repeat(2, 1fr); }
  .lux-store-grid { grid-template-columns: repeat(2, 1fr); }
  .lux-benefit-grid { grid-template-columns: repeat(4, 1fr); }
  .lux-service-links { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 992px) {
  .lux-vehicle-grid { grid-template-columns: repeat(3, 1fr); }
  .lux-city-grid { grid-template-columns: repeat(4, 1fr); }
}

/* 单页通用布局 */
.sp-page { background: #f7f8fa; padding: 16px 0 56px; }
.sp-breadcrumb { font-size: 13px; color: #979aa8; margin-bottom: 16px; }
.sp-breadcrumb a { color: #606370; }
.sp-breadcrumb a:hover { color: #ff6600; }
.sp-breadcrumb span { margin: 0 6px; color: #c9ccd5; }

.sp-hero { background: #fff; border-radius: 8px; padding: 28px 32px; margin-bottom: 16px; box-shadow: 0 1px 3px rgba(0,0,0,.04); border-left: 4px solid var(--primary); }
.sp-tag { display: inline-block; font-size: 12px; padding: 3px 10px; border-radius: 2px; background: #e6f9f0; color: var(--primary); margin-bottom: 10px; }
.sp-title { margin: 0 0 10px; font-size: 28px; font-weight: 700; color: #1f2129; line-height: 1.3; }
.sp-intro { margin: 0; font-size: 15px; color: #606370; line-height: 1.7; max-width: 720px; }

.sp-body { display: grid; gap: 16px; }
.sp-main { background: #fff; border-radius: 8px; padding: 28px 32px; box-shadow: 0 1px 3px rgba(0,0,0,.04); }
.sp-rich { font-size: 15px; line-height: 1.9; color: #3d3d3d; }
.sp-rich h2 { margin: 28px 0 14px; font-size: 20px; color: #1f2129; padding-left: 12px; border-left: 3px solid var(--primary); }
.sp-rich h3 { margin: 20px 0 10px; font-size: 17px; color: #1f2129; }
.sp-rich p { margin: 0 0 14px; }
.sp-rich ul, .sp-rich ol { margin: 0 0 16px; padding-left: 22px; }
.sp-rich li { margin: 6px 0; }
.sp-rich img { max-width: 100%; height: auto; border-radius: 6px; margin: 12px 0; }
.sp-rich blockquote { margin: 16px 0; padding: 14px 18px; background: #f7f8fa; border-left: 4px solid #ffe4cc; color: #606370; border-radius: 0 6px 6px 0; }

.sp-faq p { margin: 0 0 12px; padding: 14px 16px; background: #f7f8fa; border-radius: 6px; border: 1px solid #eef0f4; }
.sp-faq p strong { color: #1f2129; font-size: 15px; }

.sp-steps ol { counter-reset: step; list-style: none; padding: 0; display: grid; gap: 12px; }
.sp-steps ol li { counter-increment: step; position: relative; padding: 16px 16px 16px 56px; background: #f7f8fa; border-radius: 8px; border: 1px solid #e6e8f0; }
.sp-steps ol li::before { content: counter(step); position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; line-height: 28px; text-align: center; background: var(--primary); color: #fff; border-radius: 50%; font-weight: 700; font-size: 14px; }

.sp-aside { display: grid; gap: 16px; }
.sp-cta-card, .sp-links-card { background: #fff; border-radius: 8px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.04); }
.sp-cta-card h3 { margin: 0 0 8px; font-size: 18px; color: #1f2129; }
.sp-cta-card p { margin: 0 0 16px; font-size: 13px; color: #979aa8; }
.sp-cta-btn { display: block; text-align: center; padding: 12px; border-radius: 4px; font-weight: 600; margin-bottom: 8px; }
.sp-cta-primary { background: #ff6600; color: #fff; }
.sp-cta-primary:hover { background: #e65c00; color: #fff; }
.sp-cta-outline { background: #fff; color: #1f2129; border: 1px solid #e6e8f0; }
.sp-cta-outline:hover { border-color: #ff6600; color: #ff6600; }
.sp-links-card h4 { margin: 0 0 12px; font-size: 15px; color: #1f2129; }
.sp-links-card ul { list-style: none; padding: 0; margin: 0; }
.sp-links-card li { padding: 8px 0; border-bottom: 1px solid #f0f1f5; }
.sp-links-card li:last-child { border-bottom: 0; }
.sp-links-card a { color: #606370; }
.sp-links-card a:hover { color: #ff6600; }

/* Booking detail (WeChat link) */
.lux-booking-detail { padding: 28px 32px; }
.lux-booking-status { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid rgba(198,165,92,.15); }
.lux-status-badge { display: inline-block; padding: 6px 14px; background: rgba(198,165,92,.12); color: #a68b4b; font-size: 13px; letter-spacing: 1px; border-radius: 2px; }
.lux-booking-status time { color: #8a8a8a; font-size: 13px; }
.lux-detail-list { margin: 0; }
.lux-detail-row { display: grid; grid-template-columns: 100px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid #f0ede6; }
.lux-detail-row:last-child { border-bottom: 0; }
.lux-detail-row dt { margin: 0; color: #8a8a8a; font-size: 14px; font-weight: 400; }
.lux-detail-row dd { margin: 0; color: #1a1a1a; font-size: 15px; line-height: 1.6; }
.lux-booking-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.lux-btn-outline { background: transparent; border: 1px solid rgba(198,165,92,.4); color: #a68b4b; }
.lux-btn-outline:hover { border-color: #c6a55c; color: #8a7340; }

@media (min-width: 768px) {
  .sp-page { padding: 24px 0 64px; }
  .sp-title { font-size: 32px; }
  .sp-body { grid-template-columns: 1fr 280px; align-items: start; }
}
