/* 宸昕人力招聘服务平台 - 官网样式
   品牌色：求职蓝紫渐变 + 橙色路线点（与旺程驿 LOGO-D 版一致） */

:root {
  --brand-1: #4a6cf7;
  --brand-2: #9d5cf0;
  --accent: #ff9f2e;
  --ink: #1f2430;
  --ink-soft: #5c6472;
  --bg: #ffffff;
  --bg-alt: #f6f7fc;
  --line: #e8eaf2;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(74, 108, 247, 0.10);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.container { width: min(1120px, 92%); margin: 0 auto; }
img { max-width: 100%; display: block; }

/* ===== 顶部导航 ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); }
.brand-logo { width: 44px; height: 44px; border-radius: 10px; box-shadow: var(--shadow); }
.brand-text { display: flex; flex-direction: column; line-height: 1.3; }
.brand-text strong { font-size: 17px; }
.brand-text em { font-style: normal; font-size: 12px; color: var(--accent); letter-spacing: 1px; }

.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { text-decoration: none; color: var(--ink-soft); font-size: 15px; transition: color .2s; }
.site-nav a:hover { color: var(--brand-1); }
.site-nav .nav-cta {
  color: #fff; background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  padding: 8px 18px; border-radius: 999px; font-size: 14px;
}
.site-nav .nav-cta:hover { color: #fff; opacity: .92; }

/* ===== 首屏 ===== */
.hero {
  background: linear-gradient(135deg, var(--brand-1) 0%, var(--brand-2) 100%);
  color: #fff; padding: 88px 0 96px;
}
.hero-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 48px; align-items: center; }
.hero-tag {
  display: inline-block; font-size: 14px; letter-spacing: 2px;
  background: rgba(255, 255, 255, 0.16); border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 6px 16px; border-radius: 999px; margin-bottom: 22px;
}
.hero h1 { font-size: clamp(30px, 4.6vw, 46px); letter-spacing: 2px; margin-bottom: 10px; }
.hero-slogan { font-size: clamp(18px, 2.4vw, 24px); color: #ffd9a6; letter-spacing: 6px; margin-bottom: 18px; }
.hero-desc { max-width: 560px; color: rgba(255, 255, 255, 0.88); margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-block; text-decoration: none; font-size: 16px;
  padding: 13px 30px; border-radius: 999px; transition: transform .2s, opacity .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #fff; font-weight: 600; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.btn-ghost { border: 1.5px solid rgba(255, 255, 255, 0.65); color: #fff; }

.phone-mock {
  width: 220px; margin: 0 auto; padding: 34px 20px;
  background: rgba(255, 255, 255, 0.14); border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 28px; text-align: center;
}
.phone-mock img { width: 110px; height: 110px; margin: 0 auto 16px; border-radius: 24px; }
.phone-name { font-size: 22px; font-weight: 700; letter-spacing: 4px; }
.phone-slogan { font-size: 13px; color: #ffd9a6; letter-spacing: 2px; margin-top: 6px; }

/* ===== 通用区块 ===== */
.section { padding: 84px 0; }
.section-alt { background: var(--bg-alt); }
.section-tag { color: var(--accent); font-size: 14px; letter-spacing: 4px; margin-bottom: 8px; }
.section-title { font-size: clamp(24px, 3vw, 32px); letter-spacing: 1px; margin-bottom: 36px; }

/* 服务卡片 */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; box-shadow: var(--shadow); transition: transform .25s;
}
.card:hover { transform: translateY(-6px); }
.card h3 { font-size: 18px; margin: 14px 0 8px; }
.card p { color: var(--ink-soft); font-size: 14.5px; }
.card-icon {
  width: 52px; height: 52px; border-radius: 14px; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 700;
}
.ic-blue { background: linear-gradient(135deg, #4a6cf7, #6a8bff); }
.ic-purple { background: linear-gradient(135deg, #9d5cf0, #b678ff); }
.ic-teal { background: linear-gradient(135deg, #18b3a6, #3ed0c0); }
.ic-orange { background: linear-gradient(135deg, #ff9f2e, #ffb95e); }

/* 小程序区块 */
.app-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: center; }
.app-desc { color: var(--ink-soft); margin-bottom: 16px; }
.app-points { list-style: none; margin-bottom: 26px; }
.app-points li { padding-left: 22px; position: relative; color: var(--ink); margin-bottom: 8px; }
.app-points li::before {
  content: ""; position: absolute; left: 0; top: 11px;
  width: 9px; height: 9px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #ffbf6e);
}
.qr-box {
  display: flex; align-items: center; gap: 18px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 22px; box-shadow: var(--shadow); max-width: 420px;
}
.qr-placeholder {
  width: 108px; height: 108px; flex: none; border-radius: 12px;
  border: 2px dashed #c9cfe0; background: var(--bg-alt);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--ink-soft);
}
.qr-placeholder span { font-size: 18px; font-weight: 700; color: var(--brand-1); letter-spacing: 2px; }
.qr-placeholder small { font-size: 11px; margin-top: 4px; }
.qr-text { display: flex; flex-direction: column; }
.qr-text strong { font-size: 16px; }
.qr-text em { font-style: normal; color: var(--ink-soft); font-size: 13.5px; margin-top: 6px; }

.app-visual { text-align: center; }
.app-card {
  display: inline-block; padding: 44px 40px; border-radius: 26px;
  background: linear-gradient(135deg, var(--brand-1), var(--brand-2));
  color: #fff; box-shadow: 0 18px 40px rgba(74, 108, 247, 0.35);
}
.app-card img { width: 120px; height: 120px; margin: 0 auto 18px; border-radius: 26px; }
.app-card-name { font-size: 24px; font-weight: 700; letter-spacing: 5px; }
.app-card-desc { font-size: 13.5px; color: rgba(255,255,255,.85); margin-top: 8px; letter-spacing: 2px; }

/* 关于我们 */
.about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: start; }
.about-text p { color: var(--ink-soft); margin-bottom: 14px; }
.qual-list { list-style: none; }
.qual-list li {
  background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--brand-1);
  border-radius: 12px; padding: 16px 20px; margin-bottom: 14px; box-shadow: var(--shadow);
}
.qual-list strong { display: block; font-size: 15.5px; }
.qual-list span { font-size: 13px; color: var(--ink-soft); }

/* 联系我们 */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.contact-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; text-align: center; box-shadow: var(--shadow);
}
.contact-label { color: var(--ink-soft); font-size: 13.5px; letter-spacing: 2px; margin-bottom: 10px; }
.contact-value { font-size: 20px; font-weight: 700; color: var(--brand-1); }
.contact-value.small { font-size: 15px; line-height: 1.8; }

/* 页脚 */
.site-footer { background: #1c2333; color: #aab2c5; padding: 40px 0; text-align: center; }
.footer-brand { color: #fff; font-size: 16px; letter-spacing: 2px; margin-bottom: 8px; }
.footer-copy { font-size: 13px; margin-bottom: 8px; }
.footer-beian { font-size: 13px; }
.footer-beian a { color: #aab2c5; text-decoration: none; }
.footer-beian a:hover { color: #fff; }

/* ===== 响应式 ===== */
@media (max-width: 860px) {
  .hero-inner, .app-inner, .about-grid { grid-template-columns: 1fr; }
  .hero { padding: 60px 0 70px; }
  .site-nav { display: none; }
  .header-inner { justify-content: center; }
  .section { padding: 60px 0; }
  .qr-box { max-width: 100%; }
}
