﻿/* Template 4 — 斜切舱 Asymmetric Bay */
:root {
  --slate: #243447;
  --slate-d: #1a2633;
  --coral: #e85d4c;
  --coral-d: #c94636;
  --bg: #f5f3f0;
  --panel: #ffffff;
  --mute: #667788;
  --line: #dde2e8;
}
html { scroll-behavior: smooth; }
*, *:before, *:after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; width: 100%; overflow-x: hidden; }
body.pox_body {
  font-family: "Trebuchet MS", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--slate);
  background: var(--bg);
  line-height: 1.7;
  word-wrap: break-word;
}
img { max-width: 100%; height: auto; display: block; border: 0; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p, blockquote { margin: 0; }

.pox_container {
  width: 94%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 18px;
}

.pox_header {
  position: sticky; top: 0; z-index: 100;
  background: var(--panel);
  box-shadow: 0 1px 0 var(--line);
}
.pox_hbar {
  display: flex; align-items: center; min-height: 64px; gap: 10px;
}
.pox_logo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 700; max-width: 34%; flex-shrink: 0;
}
.pox_logomark {
  background: var(--coral); color: #fff;
  font-size: 11px; font-weight: 800;
  padding: 8px 8px; letter-spacing: 0.06em;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
}
.pox_logotext { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pox_nt { position: absolute; left: -9999px; opacity: 0; }
.pox_nbtn { display: none; margin-left: auto; padding: 10px; cursor: pointer; }
.pox_nbtn span { display: block; width: 22px; height: 2px; margin: 5px 0; background: var(--slate); }
.pox_nav { margin-left: auto; }
.pox_nav ul { display: flex; flex-wrap: wrap; gap: 4px 16px; }
.pox_nav a { font-size: 14px; color: var(--mute); font-weight: 600; }
.pox_nav a:hover { color: var(--coral); }
.pox_hcta {
  flex-shrink: 0; margin-left: 6px;
  padding: 9px 16px;
  background: var(--coral); color: #fff !important;
  font-size: 13px; font-weight: 700;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}
.pox_hcta:hover { background: var(--coral-d); }

.pox_btn {
  display: inline-block;
  padding: 12px 22px;
  font-size: 14px; font-weight: 700;
  text-align: center;
  border: 2px solid transparent;
}
.pox_btnpri {
  background: var(--coral); color: #fff !important;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
}
.pox_btnpri:hover { background: var(--coral-d); }
.pox_btnout { border-color: rgba(255,255,255,.45); color: #fff !important; }
.pox_btnout:hover { background: #fff; color: var(--slate) !important; }
.pox_btnblock { width: 100%; clip-path: none; }

/* Asymmetric diagonal banner */
.pox_banner { background: var(--slate); }
.pox_bansplit {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 72vh;
}
.pox_banleft {
  background: linear-gradient(160deg, var(--slate) 0%, #2f455c 100%);
  color: #fff;
  display: flex; align-items: center;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  position: relative; z-index: 1;
}
.pox_baninner {
  padding: 64px 48px 64px 6vw;
  max-width: 640px;
}
.pox_bantag {
  font-size: 12px; font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--coral);
  margin-bottom: 14px;
}
.pox_banleft h1 {
  font-size: clamp(28px, 3.8vw, 40px);
  line-height: 1.25;
  margin-bottom: 14px;
}
.pox_bandesc { color: #b8c4d0; font-size: 15px; margin-bottom: 22px; }
.pox_banacts { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.pox_banpoints {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px;
}
.pox_banpoints li {
  font-size: 13px; color: #9eb0c0;
  padding-left: 14px; position: relative;
}
.pox_banpoints li:before {
  content: "";
  position: absolute; left: 0; top: 0.55em;
  width: 6px; height: 6px; background: var(--coral);
}
.pox_banright {
  overflow: hidden;
  margin-left: -6%;
}
.pox_banright img {
  width: 100%; height: 100%; min-height: 72vh;
  object-fit: cover;
}

.pox_stats {
  background: var(--coral);
  color: #fff;
  padding: 22px 0;
}
.pox_statsrow {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 12px; text-align: center;
}
.pox_statsrow strong { display: block; font-size: 24px; margin-bottom: 2px; }
.pox_statsrow span { font-size: 13px; opacity: 0.9; }

.pox_sec { padding: 68px 0; }
.pox_alt { background: var(--panel); }
.pox_head { text-align: center; margin-bottom: 36px; }
.pox_head.pox_headleft { text-align: left; }
.pox_head h2 { font-size: clamp(24px, 3vw, 32px); margin-bottom: 8px; }
.pox_head p { color: var(--mute); }

.pox_aboutblock {
  max-width: 780px;
  border-left: 4px solid var(--coral);
  padding-left: 24px;
}
.pox_aboutblock h3 { font-size: 20px; margin-bottom: 12px; }
.pox_aboutblock > p { color: var(--mute); margin-bottom: 12px; font-size: 15px; }
.pox_chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.pox_chips span {
  padding: 5px 12px;
  background: #ffe8e4;
  color: var(--coral-d);
  font-size: 12px; font-weight: 700;
}
.pox_checks li {
  padding: 8px 0 8px 22px;
  position: relative;
  font-size: 14px;
  border-bottom: 1px dashed var(--line);
}
.pox_checks li:before {
  content: "▸";
  position: absolute; left: 0; color: var(--coral);
}

.pox_tilegrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.pox_tilegrid article {
  background: var(--bg);
  border: 1px solid var(--line);
  padding: 22px 18px;
  border-top: 3px solid var(--coral);
}
.pox_alt .pox_tilegrid article { background: var(--bg); }
.pox_tilegrid h3 { font-size: 17px; margin-bottom: 8px; }
.pox_tilegrid p { font-size: 13px; color: var(--mute); margin-bottom: 10px; }
.pox_tilegrid ul { display: flex; flex-wrap: wrap; gap: 4px 10px; }
.pox_tilegrid li {
  font-size: 12px;
  background: var(--panel);
  padding: 3px 8px;
  color: var(--slate);
}

.pox_labgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.pox_labgrid article {
  display: flex; flex-direction: column; justify-content: center;
  min-height: 120px;
  padding: 22px 24px;
  background: var(--slate);
  color: #fff;
}
.pox_labgrid article:nth-child(even) {
  background: var(--panel);
  color: var(--slate);
  border: 1px solid var(--line);
}
.pox_labgrid h3 { font-size: 17px; margin-bottom: 8px; }
.pox_labgrid p { font-size: 14px; opacity: 0.85; }
.pox_labgrid article:nth-child(even) p { color: var(--mute); opacity: 1; }

.pox_boardgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.pox_boardgrid > div {
  padding: 20px 16px;
  background: var(--bg);
  border: 1px solid var(--line);
}
.pox_boardgrid span {
  display: block;
  font-size: 12px; font-weight: 800;
  color: var(--coral);
  margin-bottom: 8px;
}
.pox_boardgrid h3 { font-size: 16px; margin-bottom: 6px; }
.pox_boardgrid p { font-size: 13px; color: var(--mute); }

.pox_zig { max-width: 720px; margin: 0 auto; }
.pox_zig li {
  display: flex; align-items: flex-start; gap: 18px;
  margin-bottom: 20px;
}
.pox_zig li.pox_zigr { flex-direction: row-reverse; text-align: right; }
.pox_zig span {
  flex-shrink: 0;
  width: 42px; height: 42px;
  background: var(--coral); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800;
}
.pox_zig h3 { font-size: 17px; margin-bottom: 4px; }
.pox_zig p { font-size: 14px; color: var(--mute); }

.pox_quotes {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
}
.pox_quotes blockquote {
  background: var(--bg);
  padding: 22px 18px;
  border-left: 3px solid var(--coral);
}
.pox_quotes p { font-size: 14px; margin-bottom: 12px; font-style: italic; }
.pox_quotes footer { font-size: 12px; color: var(--mute); }

.pox_industries {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
}
.pox_industries li {
  padding: 10px 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  font-size: 14px; font-weight: 600;
}

.pox_asklist {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
}
.pox_asklist article {
  padding: 18px 16px;
  background: var(--bg);
  border: 1px solid var(--line);
}
.pox_asklist h3 { font-size: 15px; margin-bottom: 6px; }
.pox_asklist p { font-size: 13px; color: var(--mute); }

.pox_orderwrap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 28px;
}
.pox_orderinfo h3 { margin-bottom: 14px; }
.pox_orderinfo li {
  display: flex; justify-content: space-between; gap: 10px;
  padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px;
}
.pox_orderinfo span { color: var(--mute); }
.pox_on { color: var(--coral-d); }
.pox_form label {
  display: block; font-size: 13px; font-weight: 700; margin-bottom: 12px;
}
.pox_form input, .pox_form select, .pox_form textarea {
  display: block; width: 100%; margin-top: 6px;
  padding: 10px 12px; border: 1px solid var(--line);
  font: inherit; background: var(--bg);
}
.pox_form input:focus, .pox_form select:focus, .pox_form textarea:focus {
  outline: 2px solid rgba(232,93,76,.3); border-color: var(--coral);
}

.pox_footer {
  background: var(--slate-d); color: #9aabbc; padding: 44px 0 20px;
}
.pox_fgrid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 24px;
  margin-bottom: 24px;
}
.pox_footer h3 { color: #fff; font-size: 15px; margin-bottom: 10px; }
.pox_footer p, .pox_footer li { font-size: 13px; margin-bottom: 6px; }
.pox_footer a:hover { color: var(--coral); }
.pox_adbox { margin: 12px 0; }
.pox_fbot {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 14px; font-size: 12px;
}
.pox_fbot a { color: var(--coral); }

@media (max-width: 960px) {
  .pox_bansplit { grid-template-columns: 1fr; min-height: auto; }
  .pox_banleft { clip-path: none; }
  .pox_baninner { padding: 48px 24px; max-width: none; }
  .pox_banright { margin-left: 0; }
  .pox_banright img { min-height: 240px; }
  .pox_tilegrid { grid-template-columns: 1fr 1fr; }
  .pox_boardgrid { grid-template-columns: 1fr 1fr; }
  .pox_quotes, .pox_asklist, .pox_orderwrap, .pox_fgrid { grid-template-columns: 1fr; }
  .pox_statsrow { grid-template-columns: 1fr 1fr; }
  .pox_nav, .pox_hcta { display: none; }
  .pox_nbtn { display: block; }
  .pox_hbar { position: relative; }
  .pox_nt:checked ~ .pox_nav {
    display: block; position: absolute;
    left: 0; right: 0; top: 64px;
    background: #fff; padding: 16px 20px;
    border-bottom: 1px solid var(--line); z-index: 50;
  }
  .pox_nt:checked ~ .pox_nav ul { flex-direction: column; gap: 12px; }
  .pox_nt:checked ~ .pox_hcta {
    display: inline-block; position: absolute; right: 16px; top: 72px; z-index: 51;
  }
}
@media (max-width: 600px) {
  .pox_tilegrid, .pox_labgrid, .pox_boardgrid, .pox_statsrow, .pox_banpoints { grid-template-columns: 1fr; }
  .pox_zig li.pox_zigr { flex-direction: row; text-align: left; }
  .pox_sec { padding: 48px 0; }
}
