:root {
  --ink: #0b0d10;
  --ink-2: #20252d;
  --muted: #6b7280;
  --line: #e7e9ee;
  --paper: #ffffff;
  --soft: #f4f6f8;
  --cream: #f6fbf7;
  --mist: #f3f8f5;
  --mist-blue: #f2f6ff;
  --warm: #fff8ed;
  --green: #0bbf7a;
  --green-dark: #058552;
  --blue: #355cff;
  --violet: #7a4ef4;
  --gold: #d89420;
  --gold-soft: #fff0ce;
  --dark: #07090d;
  --dark-2: #111722;
  --radius: 8px;
  --shadow: 0 22px 70px rgba(8, 13, 24, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 18%, rgba(11,191,122,.08), transparent 28%),
    radial-gradient(circle at 92% 36%, rgba(53,92,255,.07), transparent 30%),
    linear-gradient(180deg, #f6faf8, #f4f7fb 48%, #f8fbf7);
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(7, 9, 13, .74);
  backdrop-filter: blur(18px);
  transition: background .25s ease, border-color .25s ease;
}
.site-header.scrolled {
  background: rgba(255,255,255,.9);
  border-color: var(--line);
}
.nav-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 700; }
.site-header.scrolled .brand { color: var(--ink); }
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #080b10;
  font-size: 12px;
  letter-spacing: .5px;
}
.site-header.scrolled .brand-mark { background: var(--ink); color: #fff; }
.brand-text { font-size: 16px; }
.nav-links { display: flex; align-items: center; gap: 22px; color: rgba(255,255,255,.72); font-size: 14px; }
.site-header.scrolled .nav-links { color: #4b5563; }
.nav-links a:hover { color: #fff; }
.site-header.scrolled .nav-links a:hover { color: var(--ink); }
.nav-links a.active {
  color: #d7ff73;
  font-weight: 900;
}
.site-header.scrolled .nav-links a.active {
  color: var(--green-dark);
}
.nav-button {
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}
.site-header.scrolled .nav-button { background: var(--ink); color: #fff; }
.menu-button { display: none; width: 40px; height: 40px; border: 0; background: transparent; }
.menu-button span { display: block; height: 2px; background: #fff; margin: 7px 6px; }
.site-header.scrolled .menu-button span { background: var(--ink); }

.section-dark {
  color: #fff;
  background:
    linear-gradient(115deg, rgba(5,11,18,.96), rgba(10,20,31,.9)),
    radial-gradient(circle at 74% 16%, rgba(11,191,122,.28), transparent 31%),
    radial-gradient(circle at 15% 8%, rgba(53,92,255,.26), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(255,211,125,.08), transparent 30%),
    var(--dark);
}
.hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 116px 0 76px;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 78%);
  pointer-events: none;
}
.hero-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.eyebrow, .kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-dark);
  background: rgba(11,191,122,.08);
  border: 1px solid rgba(11,191,122,.18);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
}
.hero .eyebrow { color: #b6f9d9; background: rgba(11,191,122,.12); border-color: rgba(182,249,217,.2); }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(11,191,122,.14); }
.hero h1 {
  margin: 30px 0 22px;
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 900;
  max-width: 860px;
}
.hero-title-first {
  display: block;
  white-space: nowrap;
  color: #fff;
}
.hero-title-main {
  display: block;
  color: #d7ff73;
}
.hero-sub {
  max-width: 650px;
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 19px;
  line-height: 1.85;
}
.hero-sub-mark {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}
.hero-sub-mark::after {
  content: "";
  position: absolute;
  left: -.08em;
  right: -.08em;
  bottom: .12em;
  height: .38em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,211,125,.78), rgba(215,255,115,.72));
  z-index: -1;
  transform: rotate(-1.2deg);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0 36px; }
.primary-btn, .secondary-btn, .light-btn {
  border: 0;
  border-radius: 999px;
  padding: 15px 24px;
  font-weight: 800;
  font-size: 15px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.primary-btn {
  color: #fff;
  background: linear-gradient(135deg, var(--green), #08a2ff 58%, var(--violet));
  box-shadow: 0 16px 38px rgba(11,191,122,.24);
}
.primary-btn:hover, .secondary-btn:hover, .light-btn:hover { transform: translateY(-2px); }
.secondary-btn {
  color: #fff;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.22);
}
.light-btn { color: var(--ink); background: #fff; margin-top: 28px; }
.full { width: 100%; }
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 610px;
}
.trust-row div {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  border-radius: var(--radius);
  padding: 16px;
}
.trust-row strong {
  display: block;
  font-size: 34px;
  color: #fff;
  line-height: 1;
  font-weight: 900;
}
.trust-row strong .js-count {
  display: inline;
  color: #fff;
  font-size: inherit;
  margin-top: 0;
}
.trust-row div:nth-child(3) strong {
  font-size: 28px;
  white-space: nowrap;
}
.trust-row div > span {
  display: block;
  color: rgba(255,255,255,.62);
  font-size: 15px;
  margin-top: 12px;
  line-height: 1.35;
}
.micro-note { margin: 18px 0 0; color: rgba(255,255,255,.48); font-size: 12px; }

.hero-visual { position: relative; min-height: 640px; }
.phone-shell {
  width: min(350px, 72vw);
  margin: 0 auto;
  padding: 12px;
  border-radius: 38px;
  background: linear-gradient(145deg, #2b3039, #050608);
  box-shadow: 0 48px 110px rgba(0,0,0,.54);
  border: 1px solid rgba(255,255,255,.16);
  animation: heroPhoneIn .9s cubic-bezier(.2,.8,.2,1) both;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  will-change: transform;
}
.hero-visual:hover .phone-shell {
  transform: translateY(-10px) rotateX(2deg) rotateZ(-1deg);
  box-shadow: 0 60px 130px rgba(0,0,0,.62), 0 0 0 1px rgba(11,191,122,.16);
  border-color: rgba(182,249,217,.3);
}
.phone-top {
  width: 92px;
  height: 22px;
  background: #050608;
  border-radius: 0 0 14px 14px;
  margin: -1px auto 8px;
}
.phone-screen {
  width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: top;
  border-radius: 26px;
}
.metric-panel {
  position: absolute;
  border-radius: 14px;
  background: rgba(255,255,255,.9);
  color: var(--ink);
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.6);
  backdrop-filter: blur(18px);
  animation: metricPanelIn .72s cubic-bezier(.2,.8,.2,1) both;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  will-change: transform;
}
.hero-visual:hover .metric-panel {
  background: rgba(255,255,255,.96);
  box-shadow: 0 28px 76px rgba(8,13,24,.2);
}
.metric-panel:hover { transform: translateY(-8px) scale(1.03); }
.panel-gmv { top: 72px; right: 0; width: 245px; padding: 18px; }
.panel-gmv { animation-delay: .18s; }
.panel-head { display: flex; justify-content: space-between; font-size: 12px; color: var(--muted); }
.panel-head b { color: #e43d30; font-size: 11px; }
.panel-gmv strong { display: block; margin: 8px 0 16px; font-size: 34px; letter-spacing: 0; }
.mini-bars { height: 54px; display: flex; align-items: end; gap: 8px; }
.mini-bars span {
  flex: 1;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(to top, var(--blue), var(--green));
  transform-origin: bottom;
  animation: barRise .8s cubic-bezier(.2,.8,.2,1) both;
}
.mini-bars span:nth-child(1) { height: 35%; }
.mini-bars span:nth-child(2) { height: 52%; animation-delay: .08s; }
.mini-bars span:nth-child(3) { height: 46%; animation-delay: .16s; }
.mini-bars span:nth-child(4) { height: 72%; animation-delay: .24s; }
.mini-bars span:nth-child(5) { height: 96%; animation-delay: .32s; }
.panel-gmv p, .panel-orders p { margin: 12px 0 0; font-size: 12px; color: var(--green-dark); font-weight: 700; }
.panel-profit { left: 10px; bottom: 132px; padding: 16px 18px; }
.panel-profit { animation-delay: .34s; }
.panel-profit span, .panel-orders span { color: var(--muted); font-size: 12px; }
.panel-profit strong { display: block; color: var(--green-dark); font-size: 26px; margin-top: 4px; }
.panel-orders { right: 20px; bottom: 42px; padding: 16px 18px; }
.panel-orders { animation-delay: .48s; }
.panel-orders strong { display: block; font-size: 24px; margin-top: 4px; }
.js-count { font-variant-numeric: tabular-nums; }

@keyframes heroPhoneIn {
  from { opacity: 0; transform: translateY(34px) scale(.96); filter: blur(8px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes metricPanelIn {
  from { opacity: 0; transform: translateY(22px) scale(.92); filter: blur(6px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}
@keyframes barRise {
  from { transform: scaleY(.08); opacity: .55; }
  to { transform: scaleY(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .phone-shell,
  .metric-panel,
  .mini-bars span {
    animation: none;
  }
  .phone-shell,
  .metric-panel {
    transition: none;
  }
}

.proof-strip {
  background:
    linear-gradient(90deg, #07110f, #0b1218 48%, #081313);
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(11,191,122,.16);
}
.proof-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 22px 0;
  overflow: hidden;
}
.proof-inner p {
  flex: 0 0 auto;
  margin: 0;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
  font-size: clamp(17px, 1.15vw, 21px);
}
.proof-inner p strong {
  color: #d7ff73;
  font-size: clamp(30px, 2.25vw, 40px);
  line-height: 1;
  text-shadow: 0 0 22px rgba(215,255,115,.22);
}
.proof-marquee {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.proof-marquee::-webkit-scrollbar { display: none; }
.proof-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: proofScroll 30s linear infinite;
}
.proof-marquee:hover .proof-track { animation-play-state: paused; }
.proof-track span {
  white-space: nowrap;
  color: rgba(255,255,255,.94);
  border: 1px solid rgba(11,191,122,.56);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 800;
  background:
    linear-gradient(135deg, rgba(11,191,122,.18), rgba(216,148,32,.12)),
    rgba(255,255,255,.04);
  box-shadow: 0 0 0 1px rgba(216,148,32,.18), 0 12px 30px rgba(11,191,122,.08);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.proof-track span:hover {
  transform: translateY(-2px);
  border-color: rgba(216,148,32,.76);
  background:
    linear-gradient(135deg, rgba(11,191,122,.26), rgba(216,148,32,.2)),
    rgba(255,255,255,.08);
  box-shadow: 0 0 0 1px rgba(216,148,32,.28), 0 18px 38px rgba(11,191,122,.14);
}
@keyframes proofScroll { to { transform: translateX(-50%); } }

.section, .section-cream {
  position: relative;
  padding: 108px 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(11,191,122,.07), transparent 32%),
    radial-gradient(circle at 92% 8%, rgba(53,92,255,.06), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.56), rgba(246,250,248,.92));
}
.section::before,
.section-cream::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(8,13,24,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(8,13,24,.02) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}
.section > *,
.section-cream > * {
  position: relative;
  z-index: 1;
}
.pain {
  background:
    radial-gradient(circle at 16% 4%, rgba(215,255,115,.12), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(11,191,122,.08), transparent 30%),
    linear-gradient(180deg, #f5faf7, #fbfaf4);
}
.promise {
  background:
    radial-gradient(circle at 18% 0%, rgba(11,191,122,.1), transparent 32%),
    radial-gradient(circle at 92% 12%, rgba(53,92,255,.09), transparent 34%),
    linear-gradient(180deg, #fbfaf4, #f3f8f5);
}
.supply {
  background:
    radial-gradient(circle at 8% 8%, rgba(11,191,122,.1), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(255,211,125,.16), transparent 30%),
    linear-gradient(180deg, #f3f8f5, #fff8ed);
}
.models {
  background:
    radial-gradient(circle at 16% 0%, rgba(255,211,125,.13), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(53,92,255,.09), transparent 34%),
    linear-gradient(180deg, #fff8ed, #f3f7ff);
}
.section-heading {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto 52px;
  text-align: center;
}
.section-heading h2, .split-layout h2, .power-content h2, .case-panel h2 {
  margin: 18px 0 16px;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.12;
  letter-spacing: 0;
}
.section-heading p, .lead-text, .power-content > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}
.pain-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.pain-grid article {
  position: relative;
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(8,13,24,.07);
  border-radius: var(--radius);
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 46px rgba(8,13,24,.06), inset 0 1px 0 rgba(255,255,255,.72);
  overflow: hidden;
}
.pain-grid b {
  color: var(--blue);
  display: block;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 42px;
  opacity: .92;
}
.pain-grid h3 { margin: 0 0 12px; font-size: 22px; }
.pain-grid p { color: var(--muted); line-height: 1.75; margin: 0; }
.pain-illo {
  display: none;
}
.pain-illo::before,
.pain-illo::after,
.pain-illo span {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.illo-chat::before {
  width: 48px;
  height: 30px;
  left: 14px;
  top: 16px;
  border-radius: 12px 12px 12px 4px;
  background: #fff;
  border: 2px solid rgba(53,92,255,.45);
}
.illo-chat::after {
  width: 42px;
  height: 26px;
  right: 12px;
  bottom: 14px;
  border-radius: 12px 12px 4px 12px;
  background: rgba(11,191,122,.16);
  border: 2px solid rgba(5,133,82,.35);
}
.illo-chat span:nth-child(1) { width: 22px; height: 2px; left: 25px; top: 27px; background: rgba(53,92,255,.45); }
.illo-chat span:nth-child(2) { width: 16px; height: 2px; left: 25px; top: 34px; background: rgba(53,92,255,.3); }
.illo-chat span:nth-child(3) { width: 18px; height: 2px; right: 24px; bottom: 26px; background: rgba(5,133,82,.42); }
.illo-store::before {
  width: 56px;
  height: 38px;
  left: 18px;
  bottom: 14px;
  border: 2px solid rgba(53,92,255,.45);
  border-radius: 8px;
  background: #fff;
}
.illo-store::after {
  width: 64px;
  height: 16px;
  left: 14px;
  top: 18px;
  border-radius: 10px 10px 4px 4px;
  background: rgba(11,191,122,.18);
  border: 2px solid rgba(5,133,82,.35);
}
.illo-store span:nth-child(1) { width: 8px; height: 20px; left: 42px; bottom: 15px; background: rgba(53,92,255,.18); border: 1px solid rgba(53,92,255,.34); }
.illo-store span:nth-child(2) { width: 12px; height: 8px; left: 25px; bottom: 30px; background: rgba(53,92,255,.14); border-radius: 3px; }
.illo-store span:nth-child(3) { width: 12px; height: 8px; right: 25px; bottom: 30px; background: rgba(53,92,255,.14); border-radius: 3px; }
.illo-boxes::before {
  width: 34px;
  height: 30px;
  left: 16px;
  bottom: 16px;
  border-radius: 8px;
  background: #fff;
  border: 2px solid rgba(53,92,255,.42);
}
.illo-boxes::after {
  width: 34px;
  height: 30px;
  right: 15px;
  bottom: 16px;
  border-radius: 8px;
  background: rgba(11,191,122,.14);
  border: 2px solid rgba(5,133,82,.34);
}
.illo-boxes span:nth-child(1) { width: 36px; height: 24px; left: 28px; top: 14px; border-radius: 8px; background: rgba(216,148,32,.14); border: 2px solid rgba(216,148,32,.38); }
.illo-boxes span:nth-child(2) { width: 18px; height: 2px; left: 24px; bottom: 31px; background: rgba(53,92,255,.35); }
.illo-boxes span:nth-child(3) { width: 18px; height: 2px; right: 23px; bottom: 31px; background: rgba(5,133,82,.34); }
.illo-shield::before {
  width: 44px;
  height: 52px;
  left: 24px;
  top: 12px;
  border-radius: 22px 22px 14px 14px;
  background: #fff;
  border: 2px solid rgba(53,92,255,.42);
}
.illo-shield::after {
  width: 18px;
  height: 10px;
  left: 37px;
  top: 33px;
  border-left: 4px solid var(--green-dark);
  border-bottom: 4px solid var(--green-dark);
  transform: rotate(-45deg);
}
.illo-shield span:nth-child(1) { width: 66px; height: 66px; left: 13px; top: 5px; border-radius: 50%; border: 1px solid rgba(11,191,122,.18); }
.illo-shield span:nth-child(2) { width: 6px; height: 6px; right: 18px; top: 18px; border-radius: 50%; background: rgba(11,191,122,.45); }
.illo-shield span:nth-child(3) { width: 6px; height: 6px; left: 18px; bottom: 18px; border-radius: 50%; background: rgba(53,92,255,.35); }
.center-action { text-align: center; margin-top: 42px; }

.split-layout {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: start;
}
.asset-flow-card {
  position: relative;
  overflow: hidden;
  margin-top: 34px;
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(11,191,122,.18);
  background:
    radial-gradient(circle at 9% 0%, rgba(11,191,122,.16), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(53,92,255,.12), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,255,255,.62));
  box-shadow: 0 28px 80px rgba(8,13,24,.08), inset 0 1px 0 rgba(255,255,255,.88);
}
.asset-flow-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 18px;
  pointer-events: none;
}
.asset-flow-card::after {
  content: "";
  position: absolute;
  right: -50px;
  top: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(215,255,115,.18);
  filter: blur(26px);
  pointer-events: none;
}
.asset-flow-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
.asset-flow-stats span {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 5px;
  min-height: 82px;
  padding: 15px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(8,13,24,.06);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 14px 34px rgba(8,13,24,.05);
}
.asset-flow-stats span::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--green), var(--blue));
  opacity: .7;
}
.asset-flow-stats b {
  color: var(--green-dark);
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}
.asset-flow-line {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 999px;
  background: rgba(8,13,24,.86);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 46px rgba(8,13,24,.12);
}
.asset-flow-line em {
  flex: 0 0 auto;
  font-style: normal;
  color: rgba(255,255,255,.94);
  font-size: 13px;
  font-weight: 900;
}
.asset-flow-line i {
  flex: 1;
  height: 3px;
  min-width: 34px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(215,255,115,.3), rgba(16,199,161,.86), rgba(53,92,255,.86));
  position: relative;
  box-shadow: 0 0 18px rgba(16,199,161,.22);
}
.asset-flow-line i::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(53,92,255,.72);
  border-right: 2px solid rgba(53,92,255,.72);
  transform: translateY(-50%) rotate(45deg);
}
.promise-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.promise-stack article {
  padding: 24px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(8,13,24,.07);
  border-radius: var(--radius);
  min-height: 252px;
  box-shadow: 0 18px 48px rgba(8,13,24,.06), inset 0 1px 0 rgba(255,255,255,.72);
}
.promise-icon {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 26px;
  border-radius: 12px;
  background: rgba(5,133,82,.1);
  border: 1px solid rgba(5,133,82,.16);
}
.promise-icon::before,
.promise-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.icon-customer::before {
  width: 13px;
  height: 13px;
  border: 2px solid var(--green-dark);
  border-radius: 50%;
  left: 15px;
  top: 10px;
}
.icon-customer::after {
  width: 24px;
  height: 12px;
  border: 2px solid var(--green-dark);
  border-radius: 14px 14px 4px 4px;
  left: 10px;
  bottom: 9px;
}
.icon-account::before {
  width: 24px;
  height: 18px;
  border: 2px solid var(--green-dark);
  border-radius: 5px;
  left: 10px;
  top: 14px;
}
.icon-account::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-dark);
  right: 11px;
  top: 19px;
}
.icon-quality::before {
  width: 24px;
  height: 28px;
  border: 2px solid var(--green-dark);
  border-radius: 14px 14px 10px 10px;
  left: 10px;
  top: 8px;
}
.icon-quality::after {
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--green-dark);
  border-bottom: 3px solid var(--green-dark);
  transform: rotate(-45deg);
  left: 15px;
  top: 18px;
}
.icon-service::before {
  width: 24px;
  height: 18px;
  border: 2px solid var(--green-dark);
  border-radius: 12px;
  left: 10px;
  top: 11px;
}
.icon-service::after {
  width: 12px;
  height: 8px;
  border-left: 2px solid var(--green-dark);
  border-bottom: 2px solid var(--green-dark);
  left: 18px;
  bottom: 10px;
  transform: skewX(-15deg);
}
.promise-stack span { color: var(--green-dark); font-size: 13px; font-weight: 800; }
.promise-stack strong { display: block; margin: 10px 0; font-size: 22px; }
.promise-stack p { margin: 0; color: var(--muted); line-height: 1.7; }

.model-list {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}
.model-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 410px;
  padding: 34px 28px 28px;
  border: 1px solid rgba(53,92,255,.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 0%, rgba(53,92,255,.12), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(11,191,122,.12), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.99), rgba(247,251,255,.97));
  box-shadow: 0 18px 54px rgba(8,13,24,.08);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.model-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #4f6bff, #10c7a1);
  opacity: .95;
}
.model-card:nth-child(1)::before { background: linear-gradient(90deg, #4f6bff, #10c7a1); }
.model-card:nth-child(3)::before { background: linear-gradient(90deg, #10c7a1, #d7ff73); }
.model-card:hover {
  transform: translateY(-6px);
  border-color: rgba(53,92,255,.4);
  box-shadow: 0 30px 82px rgba(8,13,24,.14), 0 0 0 1px rgba(53,92,255,.08);
}
.model-card.recommended {
  min-height: 450px;
  border-color: rgba(216,148,32,.78);
  background:
    radial-gradient(circle at 78% 0%, rgba(216,148,32,.3), transparent 38%),
    radial-gradient(circle at 12% 20%, rgba(255,211,125,.22), transparent 34%),
    linear-gradient(180deg, #fff4dc, #fff 50%);
  box-shadow: 0 34px 96px rgba(216,148,32,.24), 0 0 0 1px rgba(216,148,32,.08);
  transform: translateY(-18px);
}
.model-card.recommended::before {
  opacity: 1;
  background: linear-gradient(90deg, #d89420, #ffd37d, #ff9f43);
}
.model-card.recommended:hover {
  transform: translateY(-24px);
  box-shadow: 0 36px 98px rgba(216,148,32,.24);
}
.recommend-badge {
  position: absolute;
  top: 34px;
  left: 0;
  color: #ffd37d;
  background: linear-gradient(135deg, #101722, #332410);
  border: 1px solid rgba(255,211,125,.28);
  border-left: 0;
  border-radius: 0 999px 999px 0;
  padding: 8px 14px 8px 18px;
  font-size: 12px;
  font-weight: 900;
  z-index: 2;
  letter-spacing: .02em;
  box-shadow: 0 14px 30px rgba(8,13,24,.18);
}
.model-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 46px;
}
.model-index { font-size: 34px; font-weight: 900; color: #cbd4e4; line-height: 1; }
.model-result {
  color: #057345;
  background: linear-gradient(135deg, rgba(215,255,115,.34), rgba(11,191,122,.13));
  border: 1px solid rgba(11,191,122,.3);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 900;
}
.model-card.recommended .model-result {
  color: #7b4900;
  background: linear-gradient(135deg, #fff1c7, #ffd37d);
  border-color: rgba(216,148,32,.42);
}
.model-card.recommended .model-topline {
  margin-bottom: 46px;
}
.model-card h3 { margin: 0 0 10px; font-size: 29px; }
.model-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.model-card ul { margin: 24px 0 0; padding-left: 20px; color: var(--ink-2); line-height: 1.95; }
.model-card li::marker { color: #10c7a1; font-size: 1.25em; }
.model-card.recommended li::marker { color: #d89420; }

.power {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: #071018;
}
.building-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 12%, rgba(11,191,122,.18), transparent 28%),
    radial-gradient(circle at 82% 6%, rgba(53,92,255,.16), transparent 30%),
    linear-gradient(90deg, rgba(5,10,16,.95), rgba(7,17,25,.72), rgba(5,10,16,.95)),
    url("../demo/大厦.png") center/cover;
  opacity: .9;
}
.power-content {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.dark-kicker { color: #ffe0a1; background: rgba(216,148,32,.14); border-color: rgba(216,148,32,.26); }
.power-content h2 { max-width: 880px; color: #fff; }
.power-content > p { max-width: 650px; color: rgba(255,255,255,.7); }
.power-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 52px 0 30px;
}
.power-stats div {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background:
    linear-gradient(135deg, rgba(215,255,115,.12), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.15), rgba(255,255,255,.06));
  border-radius: var(--radius);
  min-height: 178px;
  padding: 30px 28px;
  backdrop-filter: blur(14px);
  box-shadow: 0 26px 74px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.16);
}
.power-stats div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d7ff73, #10c7a1, transparent);
}
.power-stats strong {
  display: block;
  color: #fff;
  font-size: clamp(48px, 4.2vw, 66px);
  line-height: 1;
  letter-spacing: 0;
}
.power-stats strong .js-count {
  display: inline;
  margin-top: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 950;
  line-height: inherit;
}
.power-stats div:nth-child(2) strong,
.power-stats div:nth-child(3) strong {
  color: #d7ff73;
  text-shadow: 0 0 28px rgba(215,255,115,.22);
}
.power-stats div > span {
  display: block;
  margin-top: 18px;
  color: rgba(255,255,255,.74);
  font-size: 15px;
  font-weight: 700;
}
.team-bridge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 12px auto 18px;
  padding: 0;
  border-radius: var(--radius);
  background: transparent;
  text-align: center;
}
.team-bridge span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(215,255,115,.28);
  border-radius: 999px;
  background: rgba(215,255,115,.1);
  color: #d7ff73;
  font-size: 14px;
  font-weight: 900;
}
.team-bridge strong {
  color: rgba(255,255,255,.88);
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0;
}
.power-content > .light-btn {
  display: block;
  width: fit-content;
  margin: 34px auto 0;
}
.sales-wall {
  overflow: hidden;
  margin-top: 22px;
  opacity: .96;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.sales-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: salesScroll 34s linear infinite;
}
.sales-wall:hover .sales-track { animation-play-state: paused; }
.sales-track article {
  position: relative;
  overflow: hidden;
  width: 224px;
  min-height: 278px;
  border-radius: var(--radius);
  padding: 22px 18px 18px;
  border: 1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(circle at 50% 18%, rgba(255,211,125,.2), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.045));
  backdrop-filter: blur(18px);
  text-align: center;
  box-shadow: 0 22px 54px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.12);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.sales-track article::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(215,255,115,.12), transparent 36%, rgba(47,128,255,.1));
  opacity: .6;
  pointer-events: none;
}
.sales-track article:hover {
  transform: translateY(-8px);
  border-color: rgba(255,211,125,.34);
}
.sales-track img {
  position: relative;
  z-index: 1;
  width: 124px;
  height: 124px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 14px;
  border: 3px solid rgba(255,211,125,.58);
  box-shadow: 0 14px 34px rgba(0,0,0,.32), 0 0 0 8px rgba(255,255,255,.045);
  display: block;
}
.sales-track span,
.sales-track strong,
.sales-track p {
  position: relative;
  z-index: 1;
}
.sales-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 14px;
  font-weight: 900;
}
.sales-track strong {
  display: block;
  margin: 14px 0 10px;
  color: #ffd37d;
  font-size: 28px;
  line-height: 1;
  text-shadow: 0 0 22px rgba(255,211,125,.18);
}
.sales-track p {
  width: fit-content;
  margin: 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  color: rgba(182,249,217,.88);
  background: rgba(11,191,122,.1);
  border: 1px solid rgba(182,249,217,.16);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
@keyframes salesScroll { to { transform: translateX(-50%); } }

.supply-grid {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.supply-card {
  border: 1px solid rgba(8,13,24,.07);
  border-radius: var(--radius);
  background: rgba(255,255,255,.84);
  padding: 22px;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  align-items: center;
  box-shadow: 0 18px 50px rgba(8,13,24,.06), inset 0 1px 0 rgba(255,255,255,.72);
}
.supply-card img { width: 150px; height: 150px; object-fit: cover; border-radius: var(--radius); background: var(--soft); }
.supply-card span { color: var(--green-dark); font-weight: 800; font-size: 13px; }
.supply-card h3 { margin: 8px 0; font-size: 24px; }
.supply-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.supplier-wall {
  width: min(1120px, calc(100% - 40px));
  margin: 42px auto 0;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 26px 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(11,191,122,.1), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(53,92,255,.1), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.9), rgba(248,251,255,.8));
  border: 1px solid rgba(8,13,24,.07);
  box-shadow: 0 24px 70px rgba(8,13,24,.08);
}
.supplier-wall::before,
.supplier-wall::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  z-index: 2;
  pointer-events: none;
}
.supplier-wall::before {
  left: 0;
  background: linear-gradient(90deg, #fff, rgba(255,255,255,0));
}
.supplier-wall::after {
  right: 0;
  background: linear-gradient(270deg, #fff, rgba(255,255,255,0));
}
.supplier-wall-head {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 20px;
  padding: 0 24px;
  text-align: center;
}
.supplier-wall-head span {
  color: var(--green-dark);
  background: rgba(11,191,122,.08);
  border: 1px solid rgba(11,191,122,.18);
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 900;
}
.supplier-wall-head strong {
  color: var(--ink);
  font-size: 17px;
}
.brand-marquee {
  position: relative;
  overflow: hidden;
  padding: 7px 0;
}
.brand-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: brandScroll 34s linear infinite;
}
.brand-marquee.reverse .brand-track {
  animation-name: brandScrollReverse;
  animation-duration: 40s;
}
.supplier-wall:hover .brand-track { animation-play-state: paused; }
.brand-logo {
  flex: 0 0 150px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(226,232,240,.95);
  box-shadow: 0 10px 26px rgba(8,13,24,.05);
}
.brand-logo img {
  max-width: 110px;
  max-height: 42px;
  object-fit: contain;
}
@keyframes brandScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes brandScrollReverse {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

.lead-section {
  padding: 112px 0;
  background:
    radial-gradient(circle at 10% 8%, rgba(11,191,122,.22), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(53,92,255,.18), transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(255,211,125,.12), transparent 30%),
    linear-gradient(135deg, #061018, #0b1823 62%, #07110f);
  border-top: 1px solid rgba(182,249,217,.12);
}
.lead-card {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 28px;
  align-items: stretch;
}
.case-panel {
  color: #fff;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 38px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.04)),
    url("../demo/building.png") center/cover;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  overflow: hidden;
}
.case-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,9,13,.94), rgba(7,9,13,.35));
}
.case-panel > * { position: relative; z-index: 1; }
.case-panel .kicker { width: fit-content; }
.case-highlight {
  position: relative;
  display: inline-block;
  color: #ffd37d;
  text-shadow: 0 0 26px rgba(255,211,125,.18);
}
.case-highlight::after {
  content: "";
  --brush-rotate: -1.5deg;
  position: absolute;
  left: -.06em;
  right: -.08em;
  bottom: -.03em;
  height: .22em;
  border-radius: 999px;
  background: linear-gradient(90deg, #10c7a1 0%, #2f80ff 50%, #8b5cf6 100%);
  opacity: .92;
  z-index: -1;
  transform: rotate(-1.5deg) scaleX(0);
  transform-origin: left center;
  animation: brushUnderline .9s .35s cubic-bezier(.2,.8,.2,1) forwards;
  box-shadow: 0 8px 22px rgba(47,128,255,.24);
}
.case-highlight::before {
  content: "";
  --brush-rotate: 1.2deg;
  position: absolute;
  left: -.03em;
  right: .12em;
  bottom: -.12em;
  height: .12em;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(215,255,115,.92), rgba(255,211,125,.88));
  opacity: .72;
  z-index: -1;
  transform: rotate(1.2deg) scaleX(0);
  transform-origin: left center;
  animation: brushUnderline .8s .5s cubic-bezier(.2,.8,.2,1) forwards;
}
@keyframes brushUnderline {
  to { transform: rotate(var(--brush-rotate, -1.5deg)) scaleX(1); }
}
.case-panel p { color: rgba(255,255,255,.72); line-height: 1.8; }
.case-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 24px 0;
}
.case-metrics div {
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,211,125,.18);
}
.case-metrics span { display: block; color: rgba(255,255,255,.55); font-size: 13px; }
.case-metrics strong { display: block; margin-top: 8px; font-size: 30px; color: #ffd37d; }
.case-metrics strong .js-count {
  display: inline;
  color: inherit;
  font-size: inherit;
  font-weight: 900;
  line-height: inherit;
}
.case-metrics div:nth-child(4) strong {
  color: #b6f9d9;
  text-shadow: 0 0 18px rgba(182,249,217,.14);
}
.lead-form, .modal-form {
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  box-shadow: var(--shadow);
}
.lead-form h3, .modal-form h3 { margin: 0 0 8px; font-size: 27px; }
.lead-form p, .modal-form p { margin: 0 0 18px; color: var(--muted); line-height: 1.65; }
label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  color: var(--ink-2);
  margin-bottom: 14px;
}
input, select {
  width: 100%;
  height: 48px;
  border: 1px solid #d8dde6;
  border-radius: 8px;
  padding: 0 13px;
  background: #fff;
  color: var(--ink);
  outline: none;
}
input:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(53,92,255,.1); }
.lead-form small { display: block; color: var(--muted); margin-top: 12px; text-align: center; }

.float-tools {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 45;
  display: grid;
  gap: 10px;
}
.float-tools button {
  width: 118px;
  border: 0;
  border-radius: 999px;
  padding: 12px 14px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
  font-size: 13px;
  font-weight: 800;
}
.float-tools button:first-child { background: linear-gradient(135deg, var(--green), var(--blue)); }
.mobile-bar { display: none; }

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal.active { display: flex; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(4,7,12,.72); backdrop-filter: blur(8px); }
.modal-card {
  position: relative;
  z-index: 1;
  width: min(880px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border-radius: 16px;
}
.lead-modal-card {
  display: grid;
  grid-template-columns: .86fr 1fr;
  background: #fff;
}
.modal-close {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  color: #07101b;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
  z-index: 2;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.modal-close:hover {
  background: #f4f7fb;
  box-shadow: 0 14px 30px rgba(0,0,0,.24);
  transform: translateY(-1px);
}
.modal-case {
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 20% 16%, rgba(11,191,122,.18), transparent 28%),
    linear-gradient(145deg, #08111c, #172034);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 26px;
}
.modal-case-photo {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  max-height: 440px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
}
.modal-case-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8,17,28,.5), transparent 56%);
}
.modal-case-photo img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  max-height: 440px;
  object-fit: cover;
  object-position: center 34%;
  display: block;
}
.modal-case-photo em {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  font-style: normal;
  color: #b6f9d9;
  background: rgba(6,12,20,.66);
  border: 1px solid rgba(182,249,217,.22);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 900;
}
.modal-case span { color: #b6f9d9; font-weight: 800; }
.modal-case strong { display: block; margin: 26px 0 12px; color: #ffd37d; font-size: 42px; line-height: 1; }
.modal-case p { color: rgba(255,255,255,.68); line-height: 1.7; }
.modal-case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.modal-case-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: #b6f9d9;
  background: rgba(11,191,122,.12);
  border: 1px solid rgba(182,249,217,.18);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}
.modal-case-tags span:nth-child(2),
.modal-case-tags span:nth-child(3) {
  color: #ffd37d;
  background: rgba(216,148,32,.14);
  border-color: rgba(255,211,125,.2);
}
.advisor-card {
  width: min(430px, 100%);
  background: #fff;
  padding: 34px;
  text-align: center;
}
.advisor-card h3 { font-size: 28px; margin: 18px 0; }
.advisor-card img { width: 230px; height: 230px; object-fit: contain; margin: 0 auto 18px; border: 1px solid var(--line); border-radius: 12px; padding: 12px; }
.advisor-card p { color: var(--muted); line-height: 1.7; }
.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  z-index: 120;
  border-radius: 999px;
  padding: 13px 18px;
  color: #fff;
  background: var(--ink);
  box-shadow: var(--shadow);
  transition: .25s ease;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  .nav-links, .nav-button { display: none; }
  .menu-button { display: block; }
  .nav-links.open {
    display: grid;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 78px;
    padding: 18px;
    border-radius: 12px;
    background: #fff;
    color: var(--ink);
    box-shadow: var(--shadow);
  }
  .hero-grid, .split-layout, .lead-card { grid-template-columns: 1fr; }
  .proof-inner { flex-wrap: wrap; align-items: flex-start; }
  .proof-inner p { white-space: normal; }
  .proof-marquee { width: 100%; flex-basis: 100%; }
  .hero-visual { min-height: 540px; }
  .phone-screen { height: 500px; }
  .panel-gmv { right: 0; width: 220px; }
  .pain-grid, .power-stats { grid-template-columns: repeat(2, 1fr); }
  .model-list { grid-template-columns: 1fr; }
  .model-card,
  .model-card.recommended {
    min-height: auto;
    transform: none;
  }
  .model-card.recommended:hover { transform: translateY(-6px); }
  .supply-grid { grid-template-columns: 1fr; }
  .supplier-wall-head { flex-direction: column; gap: 10px; }
  .brand-logo { flex-basis: 132px; }
  .proof-inner { grid-template-columns: 1fr; }
  .float-tools { display: none; }
  .mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 46;
    display: grid;
    grid-template-columns: .9fr 1.35fr;
    gap: 10px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(18px);
    border-top: 1px solid var(--line);
  }
  .mobile-bar button {
    border: 0;
    border-radius: 999px;
    padding: 13px 10px;
    font-weight: 800;
  }
  .mobile-bar button:first-child { background: #eef1f5; color: var(--ink); }
  .mobile-bar button:last-child { color: #fff; background: linear-gradient(135deg, var(--green), var(--blue)); }
}

@media (max-width: 640px) {
  .nav-wrap, .hero-grid, .proof-inner, .section-heading, .pain-grid, .split-layout, .model-list, .power-content, .supply-grid, .supplier-wall, .lead-card {
    width: min(100% - 28px, 1180px);
  }
  body { padding-bottom: 74px; }
  .nav-wrap { height: 64px; }
  .brand-text { font-size: 15px; }
  .hero { min-height: auto; padding: 96px 0 64px; }
  .hero-grid { gap: 34px; }
  .hero h1 { font-size: clamp(33px, 10.4vw, 42px); line-height: 1.08; }
  .hero-title-first { white-space: normal; }
  .hero-sub { max-width: none; font-size: 15px; line-height: 1.75; }
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin: 26px 0 28px;
  }
  .primary-btn, .secondary-btn, .light-btn {
    width: 100%;
    padding: 14px 18px;
    text-align: center;
  }
  .trust-row div { padding: 14px; }
  .trust-row strong { font-size: 30px; }
  .trust-row div:nth-child(3) strong { font-size: 25px; }
  .trust-row div > span { font-size: 14px; }
  .trust-row, .pain-grid, .promise-stack, .power-stats, .case-metrics { grid-template-columns: 1fr; }
  .proof-inner { gap: 14px; padding: 18px 0; }
  .proof-inner p { font-size: 18px; line-height: 1.35; }
  .proof-inner p strong { font-size: 32px; }
  .proof-track span { font-size: 13px; padding: 9px 13px; }
  .asset-flow-stats { grid-template-columns: 1fr; }
  .asset-flow-line {
    align-items: flex-start;
    flex-direction: column;
    border-radius: 16px;
  }
  .asset-flow-line i {
    width: 2px;
    height: 24px;
    min-width: 0;
    background: linear-gradient(180deg, rgba(11,191,122,.18), rgba(53,92,255,.56));
  }
  .asset-flow-line i::after {
    right: auto;
    top: auto;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%) rotate(135deg);
  }
  .hero-visual { min-height: 430px; }
  .phone-shell { width: min(270px, 82vw); }
  .phone-screen { height: 430px; }
  .panel-gmv { top: 42px; right: -2px; width: 188px; }
  .panel-gmv strong { font-size: 27px; }
  .panel-profit { left: -4px; bottom: 112px; }
  .panel-orders { right: -4px; bottom: 30px; }
  .section, .section-cream, .power, .lead-section { padding: 78px 0; }
  .section-heading h2, .split-layout h2, .power-content h2, .case-panel h2 { font-size: 34px; }
  .pain-grid article { min-height: 220px; }
  .asset-flow-card { padding: 18px; }
  .asset-flow-card::before { inset: 8px; }
  .model-card,
  .model-card.recommended {
    padding: 20px;
    min-height: auto;
  }
  .model-topline { margin-bottom: 30px; }
  .model-card h3 { font-size: 26px; }
  .model-card ul { line-height: 1.75; }
  .team-bridge {
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }
  .team-bridge strong { font-size: 17px; }
  .sales-track article { width: 190px; min-height: 258px; }
  .sales-track img { width: 112px; height: 112px; }
  .power-stats div { min-height: 142px; padding: 24px; }
  .power-stats strong { font-size: 44px; }
  .supply-card { grid-template-columns: 1fr; }
  .supply-card img { width: 100%; height: 180px; }
  .supplier-wall { padding: 22px 0; }
  .supplier-wall::before,
  .supplier-wall::after { width: 46px; }
  .brand-logo { flex-basis: 118px; height: 62px; }
  .brand-logo img { max-width: 88px; max-height: 34px; }
  .lead-modal-card { grid-template-columns: 1fr; }
  .modal {
    align-items: flex-start;
    padding: 12px;
    overflow-y: auto;
  }
  .modal-card {
    max-height: none;
    border-radius: 14px;
  }
  .modal-case {
    min-height: auto;
    padding: 22px;
    gap: 18px;
  }
  .modal-case-photo,
  .modal-case-photo img {
    min-height: 210px;
    max-height: 240px;
  }
  .modal-case strong { font-size: 34px; }
  .modal-form { padding: 24px; }
  .modal-form h3, .lead-form h3 { font-size: 24px; }
  .toast { width: calc(100% - 28px); border-radius: 12px; text-align: center; }
}
