/* ============================================
 * 在线招聘单页 v2 · 橡果教育（全新设计）
 * 上线于 2026-08-29
 * 配色：深炭黑 #14213d / 浅蓝 #3b82f6 / 香槟金 #d4af37
 * ============================================ */
.aqs-recruit-page{max-width:1200px;margin:0 auto;padding:30px 15px 60px;}

/* ===== Hero banner（与品牌介绍页一致：淡蓝背景 + 金色点缀） ===== */
.rc-hero{
    position:relative;border-radius:24px;padding:80px 48px 70px;margin-bottom:26px;text-align:center;overflow:hidden;
    background:linear-gradient(135deg,#f5f9ff 0%,#edf3ff 50%,#e3ecff 100%);
    border:1px solid #e3ecfa;
}
.rc-hero::before{content:'';position:absolute;top:-120px;right:-80px;width:380px;height:380px;background:radial-gradient(circle,rgba(59,130,246,.12) 0%,transparent 70%);border-radius:50%;}
.rc-hero::after{content:'';position:absolute;bottom:-140px;left:-60px;width:320px;height:320px;background:radial-gradient(circle,rgba(212,175,55,.10) 0%,transparent 70%);border-radius:50%;}
.rc-hero-badge{display:inline-block;font-size:12px;font-weight:700;color:#b8860b;background:linear-gradient(135deg,#fff8e6,#fdf3d5);border:1px solid #f0e3b8;border-radius:30px;padding:6px 20px;margin-bottom:18px;letter-spacing:2px;position:relative;z-index:1;}
.rc-hero h1{font-size:42px;margin:0 0 14px;color:#14213d;font-weight:800;letter-spacing:1.5px;position:relative;z-index:1;}
.rc-hero-sub{font-size:14.5px;color:#5a6a85;margin:0 0 6px;line-height:1.9;letter-spacing:.5px;position:relative;z-index:1;max-width:680px;margin-left:auto;margin-right:auto;}
.rc-hero-stats{display:flex;justify-content:center;gap:0;margin-top:30px;position:relative;z-index:1;}
.rc-stat{flex:1;max-width:170px;padding:14px 10px;border-radius:14px;background:rgba(255,255,255,.65);border:1px solid rgba(255,255,255,.8);backdrop-filter:blur(6px);}
.rc-stat+.rc-stat{margin-left:14px;}
.rc-stat b{display:block;font-size:26px;font-weight:800;line-height:1.2;color:#2563eb;font-family:Georgia,'Times New Roman','Songti SC',serif;letter-spacing:.5px;}
.rc-stat span{display:block;font-size:12px;color:#5a6a85;margin-top:6px;letter-spacing:1px;}
.rc-hero-goldline{width:64px;height:4px;border-radius:2px;background:linear-gradient(90deg,#d4af37,#f3d98a);margin:26px auto 0;position:relative;z-index:1;}

/* ===== 区块标题 ===== */
.rc-sec-head{display:flex;align-items:flex-end;gap:14px;margin:40px 0 24px;padding-bottom:14px;border-bottom:1px solid #e8edf5;}
.rc-sec-ic{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#eef4ff,#dbe9ff);border:1px solid #dfe9fb;display:flex;align-items:center;justify-content:center;font-size:23px;flex-shrink:0;}
.rc-sec-head h2{font-size:24px;margin:0;color:#14213d;font-weight:800;letter-spacing:.5px;position:relative;}
.rc-sec-head p{font-size:13px;color:#94a3b8;margin:4px 0 0;}
.rc-sec-head.dark{border-bottom-color:rgba(255,255,255,.1);}
.rc-sec-head.dark h2{color:#f8fafc;}
.rc-sec-head.dark p{color:#94a3b8;}
.rc-sec-head.dark .rc-sec-ic{background:rgba(212,175,55,.12);border-color:rgba(212,175,55,.28);}

/* ===== 品牌亮点 ===== */
.rc-highlight-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.rc-hl-card{background:#fff;border:1px solid #e9eef7;border-radius:18px;padding:28px 26px;position:relative;overflow:hidden;transition:all .3s;}
.rc-hl-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(20,33,61,.10);border-color:#c9dcfa;}
.rc-hl-card .hl-ic{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#eef4ff,#dbe9ff);display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:16px;}
.rc-hl-card b{display:block;font-size:16.5px;color:#14213d;margin-bottom:8px;font-weight:700;}
.rc-hl-card p{font-size:13.5px;color:#7c8aa5;line-height:1.9;margin:0;}

/* ===== 岗位卡片 ===== */
.rc-jobs{margin-top:6px;}
.rc-job-card{
    background:#fff;border:1px solid #e9eef7;border-radius:20px;margin-bottom:24px;padding:0;overflow:hidden;
    box-shadow:0 8px 24px rgba(20,33,61,.05);position:relative;transition:all .3s;
}
.rc-job-card:hover{box-shadow:0 18px 44px rgba(20,33,61,.10);transform:translateY(-3px);border-color:#c9dcfa;}
.rc-job-card::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#3b82f6,#60a5fa);}
.rc-job-card.hot::before{background:linear-gradient(90deg,#d4af37,#f3d98a);}
/* 经典招聘样式 */
.rc-job-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 30px 20px;flex-wrap:wrap;border-bottom:1px solid #eef2f9;background:linear-gradient(135deg,#fafcff,#f4f8ff);}
.rc-job-info{display:flex;flex-direction:column;gap:10px;min-width:0;}
.rc-job-name{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}
.rc-job-ic{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#eef4ff,#dbe9ff);display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;}
.rc-job-card.hot .rc-job-ic{background:linear-gradient(135deg,#fdf3d5,#f7e7b0);}
.rc-job-name h3{font-size:20px;margin:0;color:#14213d;font-weight:800;letter-spacing:.5px;}
.rc-hot-badge{display:inline-block;font-size:11px;font-weight:800;color:#1c2333;background:linear-gradient(135deg,#f3d98a,#d4af37);border-radius:20px;padding:3px 12px;letter-spacing:.5px;box-shadow:0 3px 8px rgba(212,175,55,.3);}
.rc-job-meta{display:flex;gap:8px;flex-wrap:wrap;}
.rc-job-tag{display:inline-block;font-size:12px;color:#2563eb;background:#eef4ff;border-radius:20px;padding:3px 14px;font-weight:600;}
.rc-job-card.hot .rc-job-tag{color:#a16207;background:#fef3c7;}
.rc-job-right{display:flex;align-items:center;gap:20px;flex-shrink:0;}
.rc-job-salary{text-align:right;}
.rc-job-salary b{display:block;font-size:24px;font-weight:800;color:#b8860b;font-family:Georgia,'Times New Roman',serif;line-height:1.1;}
.rc-job-salary span{display:block;font-size:12px;color:#8a7640;margin-top:5px;font-weight:500;}
/* 立即投递按钮 - 精致好看 */
.rc-apply-btn{display:inline-flex;align-items:center;gap:7px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:11px 26px;border-radius:28px;font-size:14px;font-weight:700;text-decoration:none;box-shadow:0 6px 18px rgba(59,130,246,.28);transition:all .25s;white-space:nowrap;}
.rc-apply-btn::before{content:'📩';font-size:14px;}
.rc-apply-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(59,130,246,.38);}
.rc-job-card.hot .rc-apply-btn{background:linear-gradient(135deg,#f3d98a,#d4af37 60%,#b8942f);color:#1c2333;box-shadow:0 6px 18px rgba(212,175,55,.32);}
.rc-job-card.hot .rc-apply-btn:hover{box-shadow:0 10px 24px rgba(212,175,55,.42);}
/* 职责/要求双栏 */
.rc-job-detail{display:grid;grid-template-columns:1fr 1fr;gap:30px;padding:24px 30px 8px;}
.rc-col h4{font-size:14px;color:#14213d;margin:0 0 12px;font-weight:800;display:flex;align-items:center;gap:8px;}
.rc-col h4::before{content:'';width:4px;height:14px;border-radius:2px;background:linear-gradient(180deg,#3b82f6,#60a5fa);}
.rc-col:last-child h4::before{background:linear-gradient(180deg,#f3d98a,#d4af37);}
.rc-col ul{margin:0;padding:0;list-style:none;}
.rc-col li{font-size:13.5px;color:#4a5a75;line-height:1.85;margin-bottom:9px;padding-left:18px;position:relative;}
.rc-col li::before{content:'•';position:absolute;left:2px;color:#3b82f6;font-weight:700;}
.rc-col:last-child li::before{content:'✓';color:#d4af37;font-size:11px;top:3px;left:-1px;}
/* 福利条 + 扫码咨询 */
.rc-job-perk{grid-column:1 / -1;margin:14px 30px 22px;background:linear-gradient(135deg,#fffdf5,#fdf8e7);border:1px solid #f0e3b8;border-radius:12px;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;}
.rc-job-perk-main{flex:1;min-width:0;}
.rc-job-perk-main b{display:block;font-size:14px;color:#7a5c10;margin-bottom:6px;font-weight:800;}
.rc-job-perk-main p{font-size:13px;color:#8a7640;line-height:1.8;margin:0;}
/* 扫码咨询模块 - 和谐融入 */
.rc-job-consult{display:flex;align-items:center;gap:14px;flex-shrink:0;padding:8px 12px;background:rgba(255,255,255,.6);border:1px solid #f0e3b8;border-radius:16px;}
.rc-consult-info{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-decoration:none;}
.rc-consult-txt{display:flex;flex-direction:column;gap:2px;align-items:center;text-align:center;}
.rc-consult-ic{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#eef4ff,#dbe9ff);color:#2563eb;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.rc-consult-txt{display:flex;flex-direction:column;gap:1px;text-align:center;}
.rc-consult-txt b{font-size:13px;color:#7a5c10;font-weight:800;letter-spacing:.5px;}
.rc-consult-txt span{font-size:17px;color:#2563eb;font-weight:800;font-family:Georgia,'Times New Roman',serif;}
.rc-consult-qr{flex-shrink:0;width:120px;height:120px;padding:10px;background:#fff;border-radius:14px;border:2px solid #e8c766;box-shadow:0 4px 16px rgba(212,175,55,.22);}
.rc-consult-qr img{width:100%;height:100%;border-radius:6px;display:block;object-fit:contain;}
.rc-wx-info small{font-size:11px;color:#a8925f;line-height:1.4;}

/* ===== 薪资福利 ===== */
.rc-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.rc-benefit{background:#fff;border:1px solid #e9eef7;border-radius:18px;padding:26px;display:flex;align-items:center;gap:16px;transition:all .3s;}
.rc-benefit:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(20,33,61,.08);border-color:#c9dcfa;}
.rc-benefit .bn-ic{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#eef4ff,#dbe9ff);display:flex;align-items:center;justify-content:center;font-size:25px;flex-shrink:0;}
.rc-benefit b{display:block;font-size:15.5px;color:#14213d;margin-bottom:4px;font-weight:700;}
.rc-benefit p{font-size:12.5px;color:#7c8aa5;line-height:1.7;margin:0;}

/* ===== 应聘流程（浅色淡蓝，与整体一致） ===== */
.rc-process{background:linear-gradient(135deg,#f5f9ff 0%,#edf3ff 50%,#e3ecff 100%);border:1px solid #e3ecfa;border-radius:20px;padding:36px 40px 44px;margin-top:12px;position:relative;overflow:hidden;}
.rc-process::before{content:'';position:absolute;top:-80px;right:-60px;width:320px;height:320px;background:radial-gradient(circle,rgba(59,130,246,.12) 0%,transparent 70%);border-radius:50%;}
.rc-process::after{content:'';position:absolute;bottom:-100px;left:-40px;width:280px;height:280px;background:radial-gradient(circle,rgba(212,175,55,.10) 0%,transparent 70%);border-radius:50%;}
.rc-process-steps{display:flex;align-items:stretch;gap:0;position:relative;z-index:1;}
.rc-step{flex:1;text-align:center;padding:0 8px;position:relative;}
.rc-step-node{width:72px;height:72px;border-radius:50%;margin:0 auto 14px;background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;box-shadow:0 10px 24px rgba(59,130,246,.3);position:relative;}
.rc-step:nth-child(even) .rc-step-node{background:linear-gradient(135deg,#f3d98a,#d4af37);box-shadow:0 10px 24px rgba(212,175,55,.3);}
.rc-step-node::after{content:attr(data-num);position:absolute;top:-6px;right:-6px;width:26px;height:26px;border-radius:50%;background:#fff;color:#3b82f6;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #dbe9fb;box-shadow:0 2px 6px rgba(59,130,246,.2);}
.rc-step:nth-child(even) .rc-step-node::after{color:#b8860b;border-color:#f0e3b8;}
.rc-step b{display:block;font-size:15px;color:#14213d;margin-bottom:6px;font-weight:800;}
.rc-step p{font-size:12px;color:#5a6a85;line-height:1.7;margin:0;}
.rc-step-arrow{width:30px;display:flex;align-items:center;justify-content:center;color:#d4af37;font-size:22px;font-weight:900;position:relative;z-index:1;}

/* ===== 联系方式 CTA ===== */
.rc-contact-card{background:linear-gradient(135deg,#f8fbff,#eef4ff);border:1px solid #e3ecfa;border-radius:22px;padding:40px 44px;display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap;margin-top:12px;position:relative;overflow:hidden;}
.rc-contact-card::before{content:'';position:absolute;top:-80px;right:-40px;width:260px;height:260px;background:radial-gradient(circle,rgba(59,130,246,.10) 0%,transparent 70%);}
.rc-contact-left{position:relative;z-index:1;flex:1;min-width:300px;}
.rc-contact-ic{font-size:40px;display:block;margin-bottom:14px;}
.rc-contact-left h3{font-size:22px;color:#14213d;margin:0 0 18px;font-weight:800;}
.rc-contact-line{font-size:14px;color:#4a5a75;line-height:2;margin:0 0 4px;}
.rc-contact-line b{color:#14213d;}
.rc-contact-line a{color:#2563eb;text-decoration:none;font-weight:600;}
.rc-contact-line a:hover{text-decoration:underline;}
.rc-contact-tip{font-size:12px;color:#8a9ab5;}
.rc-contact-note{font-size:13px;color:#8a9ab5;margin-top:14px;font-style:italic;}
.rc-contact-action{display:flex;flex-direction:column;gap:12px;position:relative;z-index:1;}
.rc-btn-gold{display:inline-block;background:linear-gradient(135deg,#f3d98a,#d4af37 60%,#b8942f);color:#1c2333;padding:14px 40px;border-radius:30px;font-size:15px;font-weight:700;text-decoration:none;box-shadow:0 10px 26px rgba(212,175,55,.3);transition:all .25s;text-align:center;white-space:nowrap;}
.rc-btn-gold:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(212,175,55,.45);}
.rc-btn-ghost{display:inline-block;background:#fff;color:#2563eb;padding:14px 40px;border-radius:30px;font-size:14px;font-weight:700;text-decoration:none;border:2px solid #bfd6fb;transition:all .25s;text-align:center;white-space:nowrap;}
.rc-btn-ghost:hover{border-color:#3b82f6;background:#eef4ff;}

/* ===== 响应式 ===== */
@media (max-width: 980px){
    .rc-highlight-grid,.rc-benefits-grid{grid-template-columns:repeat(2,1fr);}
    .rc-process-steps{flex-direction:column;gap:18px;}
    .rc-step-arrow{width:100%;height:24px;transform:rotate(90deg);}
}
@media (max-width: 640px){
    .rc-highlight-grid,.rc-benefits-grid{grid-template-columns:1fr;}
    .rc-hero{padding:44px 24px 40px;}
    .rc-hero h1{font-size:27px;}
    .rc-hero-stats{flex-wrap:wrap;gap:10px;}
    .rc-stat{flex:1 1 40%;max-width:none;margin:0 !important;}
    .rc-job-head{flex-direction:column;align-items:flex-start;padding:20px 22px 16px;gap:14px;}
    .rc-job-right{width:100%;justify-content:space-between;gap:12px;align-items:flex-end;}
    .rc-job-salary{text-align:left;}
    .rc-job-detail{grid-template-columns:1fr;gap:18px;padding:18px 22px 4px;}
    .rc-job-perk{margin:12px 22px 18px;}
    .rc-process{padding:30px 22px 36px;}
    .rc-contact-card{flex-direction:column;align-items:flex-start;padding:28px 24px;}
    .rc-apply-btn{padding:11px 22px;}
}
