:root { color-scheme: dark; scroll-behavior: smooth; }
[hidden] { display: none !important; }
body { --accent: #ff8b32; }
[id] { scroll-margin-top: 6rem; }
.qiuye-about { max-width: 1440px; margin: 1.5rem auto; padding: 2.5rem; background: linear-gradient(120deg, #251a13, #171210); border: 1px solid #704127; border-radius: 16px; }
.qiuye-eyebrow { color: #ffb56b; letter-spacing: .18em; font-size: .75rem; font-weight: 800; }
.qiuye-about h2 { color: #fff3e9; margin: .8rem 0; font-size: clamp(1.4rem, 3vw, 2rem); }
.qiuye-about p { color: #c9b5a5; line-height: 1.9; max-width: 52rem; margin-bottom: 1.5rem; }
.qiuye-notice { position: relative; z-index: 20; padding: .8rem 1.2rem; background: #382115; color: #ffd8b5; border-bottom: 1px solid #734321; font: 13px/1.7 system-ui, sans-serif; text-align: center; }
.qiuye-notice a { color: #ffc17e; text-decoration: underline; margin-left: 1rem; }
.qiuye-contact-placeholder { display: grid; place-content: center; min-height: 160px; min-width: 160px; background: #2b1c13; border: 1px solid #a45b29; border-radius: 16px; color: #ffac60; font-size: 36px; text-align: center; }
.qiuye-contact-placeholder small { font-size: 12px; padding: 1rem; }
.qiuye-assistant-mark { display: grid; width: 64px; height: 64px; margin: 8px auto; place-items: center; border-radius: 22px; background: linear-gradient(135deg, #ffbd64, #ed641c); color: #281307; font: 900 30px system-ui; box-shadow: 0 0 32px #f77c3b66; }
.qiuye-poster-mark { display: block; color: #ffad58; font: 800 64px system-ui; text-decoration: none; }
.qiuye-poster-mark small { font-size: 14px; }
.qiuye-toast { position: fixed; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 9999; width: min(540px, calc(100vw - 36px)); padding: 1rem 1.3rem; background: #352014; color: #fff1e4; border: 1px solid #de833e; border-radius: 12px; box-shadow: 0 12px 50px #0008; font: 14px/1.8 system-ui, sans-serif; }
.qiuye-toast[hidden] { display: none; }
.team-hero h1 span { font-size: clamp(2rem, 5.1vw, 5.5rem); }
.team-hero p { max-width: 52rem; margin-left: auto; margin-right: auto; }
.team-agent-card-roi em { color: #ffca8a; }
:focus-visible { outline: 2px solid #ffb46e; outline-offset: 4px; }
@media(max-width: 760px) {
  .qiuye-about { margin: 1rem 0; padding: 1.5rem; }
  .qiuye-toast { bottom: 5.5rem; }
  .team-hero h1 span { font-size: clamp(1.8rem, 6.2vw, 3.2rem); }
  .team-hero p { max-width: 22rem; }
  .team-mobile-nav { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .team-agent-card-design, .team-agent-card-ads { display: grid; grid-template-columns: minmax(0, 1fr); }
  .team-design-preview, .team-funnel-preview { display: none; }
}
@media(prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
