/* 宠道官网 · 参考 UU 远程式清爽落地页（仅作用于 .web-site） */
.web-site {
  --ink: #111;
  --muted: #666;
  --line: #ececec;
  --bg: #fff;
  --soft: #f7f8fa;
  --brand: #0f7a5f;
  --brand-soft: #e8f6f1;
  --accent: #ff6a3d;
  --black: #111;
  --radius: 16px;
  --shadow: 0 12px 40px rgba(0,0,0,.06);
  --font: "PingFang SC", "Segoe UI", "Microsoft YaHei", sans-serif;
  --display: "Trebuchet MS", "PingFang SC", "Microsoft YaHei", sans-serif;
  background: #fff;
  color: var(--ink);
  font-family: var(--font);
}
.web-site a { color: inherit; text-decoration: none; }
.web-site .container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.web-site .site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
}
.web-site .site-header.scrolled { border-bottom-color: var(--line); }
.web-site .nav {
  display: flex; align-items: center; justify-content: space-between; height: 64px;
}
.web-site .brand-mark {
  display: inline-flex; align-items: center; gap: 10px; font-weight: 800;
  font-family: var(--display); color: var(--ink);
}
.web-site .brand-mark img {
  width: 34px; height: 34px; border-radius: 10px;
  box-shadow: 0 6px 16px rgba(15,122,95,.18);
}
.web-site .brand-mark .name { font-size: 20px; letter-spacing: .02em; }
.web-site .nav-links { display: flex; align-items: center; gap: 22px; }
.web-site .nav-links > a:not(.btn) { color: #444; font-size: 14px; }
.web-site .nav-links > a:not(.btn):hover { color: #111; }
.web-site .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 0; border-radius: 999px; padding: 12px 22px; font-size: 15px;
  cursor: pointer; background: var(--black); color: #fff !important; transition: .2s ease;
}
.web-site .btn:hover { transform: translateY(-1px); filter: brightness(1.08); color: #fff !important; }
.web-site .btn.sm { padding: 8px 16px; font-size: 13px; }
.web-site .btn.ghost {
  background: #fff; color: #111 !important; border: 1px solid #ddd;
}
.web-site .btn.ghost:hover { color: #111 !important; }
.web-site .btn.glow {
  box-shadow: 0 10px 28px rgba(15,122,95,.28), 0 0 0 4px rgba(255,106,61,.08);
}
.web-site .btn.brand { background: var(--brand); }
.web-site .btn.block { width: 100%; border-radius: 14px; }

/* Hero — 居中大气 */
.web-hero {
  position: relative;
  padding: 72px 0 0;
  text-align: center;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 50% -10%, rgba(15,122,95,.08), transparent 60%),
    radial-gradient(700px 360px at 80% 10%, rgba(255,106,61,.07), transparent 55%),
    #fff;
  min-height: calc(100vh - 64px);
  display: flex; flex-direction: column;
}
.web-hero .float-tag {
  position: absolute; z-index: 2;
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px; border-radius: 999px; font-size: 13px; font-weight: 600;
  background: #fff; box-shadow: var(--shadow); color: #333;
  animation: web-float 4.5s ease-in-out infinite;
}
.web-hero .float-tag.t1 { left: 8%; top: 18%; color: var(--brand); animation-delay: 0s; }
.web-hero .float-tag.t2 { right: 10%; top: 22%; color: var(--accent); animation-delay: .6s; }
.web-hero .float-tag.t3 { left: 14%; top: 42%; animation-delay: 1.2s; }
.web-hero .float-tag.t4 { right: 12%; top: 46%; animation-delay: .3s; }
.web-hero .float-deco {
  position: absolute; width: 28px; height: 28px; border-radius: 8px; opacity: .9; z-index: 1;
}
.web-hero .float-deco.d1 { left: 18%; top: 28%; background: #7c6cff; transform: rotate(18deg); animation: web-float 5s ease-in-out infinite; }
.web-hero .float-deco.d2 { right: 20%; top: 32%; background: #ffd166; border-radius: 50%; animation: web-float 4.2s ease-in-out infinite .5s; }
.web-hero .float-deco.d3 { left: 22%; bottom: 38%; background: #4cc9f0; animation: web-float 4.8s ease-in-out infinite 1s; }
@keyframes web-float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.web-hero .brand-line {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 22px; color: var(--brand); font-weight: 700; font-size: 15px;
}
.web-hero h1 {
  margin: 0 auto 16px; max-width: 920px;
  font-family: var(--display);
  font-size: clamp(40px, 6.2vw, 68px);
  line-height: 1.12; letter-spacing: -.03em; font-weight: 800;
}
.web-hero h1 .hl { color: var(--brand); }
.web-hero h1 .hl2 { color: var(--accent); }
.web-hero .lead {
  margin: 0 auto 28px; max-width: 560px;
  color: var(--muted); font-size: 17px; line-height: 1.7;
}
.web-hero .hero-actions {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 28px;
}
.web-hero .portal-row {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 48px;
}
.web-hero .portal-chip {
  min-width: 108px; padding: 14px 16px; border-radius: 14px;
  background: #fff; border: 1px solid #eee; box-shadow: 0 8px 24px rgba(0,0,0,.04);
  text-align: center; transition: .2s;
}
.web-hero .portal-chip:hover { transform: translateY(-3px); border-color: #d8ebe4; }
.web-hero .portal-chip i { display: block; font-size: 20px; margin-bottom: 6px; color: var(--brand); }
.web-hero .portal-chip span { font-size: 13px; color: #444; }
.web-hero-stage {
  margin-top: auto;
  position: relative;
  padding: 0 20px 0;
}
.web-hero-stage .stage-frame {
  width: min(980px, 100%);
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  border: 1px solid #ececec;
  border-bottom: 0;
  box-shadow: 0 -10px 50px rgba(0,0,0,.08);
  background: #fff;
  aspect-ratio: 16/8.2;
}
.web-hero-stage img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

/* sections */
.web-section { padding: 88px 0; }
.web-section.soft { background: var(--soft); }
.web-section .sec-title {
  text-align: center; margin: 0 0 12px;
  font-family: var(--display); font-size: clamp(28px, 4vw, 40px); font-weight: 800;
}
.web-section .sec-title .hl { color: var(--brand); }
.web-section .sec-sub {
  text-align: center; color: var(--muted); margin: 0 auto 40px; max-width: 640px; font-size: 15px;
}

/* 场景切换 — 对标 UU 办公/游戏/协助 */
.scene-tabs {
  display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 28px;
}
.scene-tab {
  border: 1px solid #e5e5e5; background: #fff; border-radius: 999px;
  padding: 10px 18px; font-size: 14px; cursor: pointer; color: #555;
}
.scene-tab.active {
  background: #111; color: #fff; border-color: #111;
}
.scene-panel { display: none; }
.scene-panel.active { display: block; }
.scene-layout {
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 28px; align-items: center;
}
.scene-copy h3 {
  margin: 0 0 14px; font-size: 30px; font-family: var(--display); line-height: 1.25;
}
.scene-copy h3 .hl { color: var(--brand); }
.scene-copy ul { margin: 0; padding: 0; list-style: none; }
.scene-copy li {
  position: relative; padding: 10px 0 10px 28px; color: #444; border-bottom: 1px solid #f0f0f0;
}
.scene-copy li::before {
  content: ""; position: absolute; left: 0; top: 18px; width: 8px; height: 8px;
  border-radius: 50%; background: var(--brand);
}
.scene-visual {
  border-radius: 20px; overflow: hidden; border: 1px solid #eee;
  box-shadow: var(--shadow); background: #fff; min-height: 320px;
}
.scene-visual img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }

/* 功能矩阵 */
.power-grid {
  display: grid; grid-template-columns: 280px 1fr; gap: 20px; align-items: stretch;
}
.power-nav { display: flex; flex-direction: column; gap: 8px; }
.power-nav button {
  text-align: left; border: 1px solid transparent; background: #fff;
  border-radius: 14px; padding: 16px 18px; cursor: pointer; font: inherit;
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
}
.power-nav button.active {
  border-color: #d7ebe4; background: var(--brand-soft); color: var(--brand);
  font-weight: 700;
}
.power-nav button span { display: block; font-size: 12px; color: #888; font-weight: 400; margin-top: 4px; }
.power-view {
  background: #fff; border: 1px solid #eee; border-radius: 20px; padding: 28px;
  box-shadow: var(--shadow); min-height: 280px;
}
.power-view h3 { margin: 0 0 10px; font-size: 24px; font-family: var(--display); }
.power-view p { color: var(--muted); margin: 0 0 16px; }
.power-view .bullets { display: grid; gap: 10px; }
.power-view .bullets div {
  display: flex; gap: 10px; align-items: flex-start; color: #333; font-size: 14px;
}
.power-view .bullets i { color: var(--brand); margin-top: 3px; }

/* 套餐 */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-card {
  background: #fff; border: 1px solid #eee; border-radius: 20px; padding: 28px 24px;
  position: relative; transition: .2s;
}
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.price-card.hot {
  border-color: #111; box-shadow: 0 16px 40px rgba(0,0,0,.08);
}
.price-card .tag {
  position: absolute; top: 16px; right: 16px;
  background: #111; color: #fff; font-size: 12px; padding: 4px 10px; border-radius: 999px;
}
.price-card h3 { margin: 0 0 6px; font-size: 22px; }
.price-card .fee {
  font-size: 40px; font-weight: 800; margin: 14px 0 4px; letter-spacing: -.02em;
}
.price-card .fee small { font-size: 14px; color: var(--muted); font-weight: 500; }
.price-card ul { padding-left: 18px; color: #555; font-size: 14px; margin: 16px 0 20px; }
.price-card li { margin: 8px 0; }

/* 口碑 / 合规 */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.trust-card {
  background: #fff; border: 1px solid #eee; border-radius: 18px; padding: 22px;
}
.trust-card i { font-size: 22px; color: var(--brand); margin-bottom: 10px; }
.trust-card h4 { margin: 0 0 8px; font-size: 17px; }
.trust-card p { margin: 0; color: var(--muted); font-size: 14px; }

.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.quote-card {
  background: #fff; border: 1px solid #eee; border-radius: 18px; padding: 22px;
}
.quote-card p { margin: 0 0 14px; color: #333; font-size: 14px; line-height: 1.7; }
.quote-card .who { color: var(--muted); font-size: 13px; }

.web-footer {
  border-top: 1px solid var(--line); padding: 48px 0 28px; background: #fff; color: #666; font-size: 13px;
}
.web-footer .foot-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 24px; margin-bottom: 28px;
}
.web-footer h5 { margin: 0 0 12px; color: #111; font-size: 14px; }
.web-footer a { display: block; margin: 8px 0; color: #666; }
.web-footer a:hover { color: #111; }
.web-footer .copy { border-top: 1px solid #f0f0f0; padding-top: 18px; color: #999; }

.web-auth {
  min-height: calc(100vh - 64px);
  display: grid; place-items: center; padding: 40px 16px;
  background: radial-gradient(700px 360px at 50% 0%, rgba(15,122,95,.08), transparent 60%), #fff;
}
.web-auth .auth-box {
  width: min(440px, 100%); background: #fff; border: 1px solid #eee;
  border-radius: 20px; padding: 28px; box-shadow: var(--shadow);
}
.web-auth .page-title { margin: 8px 0 4px; font-size: 24px; font-family: var(--display); }
.web-auth .page-sub { color: var(--muted); margin: 0 0 18px; font-size: 14px; }
.web-auth .input, .web-auth select, .web-auth textarea {
  width: 100%; padding: 12px 14px; border: 1px solid #e5e5e5; border-radius: 12px; font: inherit;
}
.web-auth .form-row { margin-bottom: 14px; }
.web-auth label { display: block; font-size: 13px; color: #666; margin-bottom: 6px; }
.web-auth .alert { padding: 12px; border-radius: 12px; margin-bottom: 12px; font-size: 14px; }
.web-auth .alert.ok { background: var(--brand-soft); color: var(--brand); }
.web-auth .alert.err { background: #ffe8e0; color: #9b3b2a; }
.web-auth .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.web-auth .muted { color: var(--muted); }

@media (max-width: 960px) {
  .web-hero .float-tag, .web-hero .float-deco { display: none; }
  .scene-layout, .power-grid, .price-grid, .trust-grid, .quote-grid, .web-footer .foot-grid {
    grid-template-columns: 1fr;
  }
  .power-nav { flex-direction: row; overflow-x: auto; }
  .power-nav button { white-space: nowrap; min-width: max-content; }
}
@media (max-width: 640px) {
  .web-site .nav-links .hide-sm { display: none; }
  .web-hero { padding-top: 48px; min-height: auto; }
  .web-hero h1 { font-size: 34px; }
  .web-section { padding: 56px 0; }
  .web-auth .grid-2 { grid-template-columns: 1fr; }
  .price-card.hot { transform: none; }
}
