/* 从 page-jobs.php 抽取的内联样式（8/27 Autoptimize 优化） */
/* ============================================
 * 在线招聘单页 · 橡果教育
 * ============================================ */
.aqs-jobs-page{max-width:1200px;margin:0 auto;padding:30px 15px 60px;}

/* --- Hero --- */
.aqs-jobs-hero{
    position:relative;border-radius:24px;padding:66px 48px 60px;margin-bottom:36px;text-align:center;
    background:linear-gradient(135deg,#f5f9ff 0%,#edf3ff 50%,#e3ecff 100%);
    border:1px solid #e3ecfa;overflow:hidden;
}
.aqs-jobs-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%;}
.aqs-jobs-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%;}
.aqs-jobs-hero .aqs-jh-icon{font-size:52px;margin-bottom:16px;position:relative;z-index:1;display:block;}
.aqs-jobs-hero h1{font-size:36px;margin:0 0 12px;color:#14213d;font-weight:800;letter-spacing:1px;position:relative;z-index:1;}
.aqs-jobs-hero .aqs-jh-sub{font-size:14.5px;color:#5a6a85;margin:0;line-height:1.9;position:relative;z-index:1;max-width:660px;margin-left:auto;margin-right:auto;}
.aqs-jobs-hero .aqs-jh-goldline{width:64px;height:4px;border-radius:2px;background:linear-gradient(90deg,#d4af37,#f3d98a);margin:18px auto 0;position:relative;z-index:1;}

/* --- 区块标题 --- */
.aqs-sec-title{display:flex;align-items:center;gap:12px;margin:34px 0 20px;}
.aqs-sec-title .st-ic{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#eef4ff,#f8fbff);border:1px solid #dfe9fb;display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0;}
.aqs-sec-title h2{margin:0;font-size:21px;color:#14213d;font-weight:800;}
.aqs-sec-title .st-line{flex:1;height:1px;background:linear-gradient(90deg,#dfe9fb,transparent);}

/* --- 正文卡片 --- */
.aqs-jobs-body{
    background:#fff;border:1px solid #e9eef7;border-radius:20px;padding:44px 52px;margin-bottom:28px;
    box-shadow:0 10px 30px rgba(20,33,61,.05);
}
.aqs-jobs-body p{font-size:15px;color:#4a5a75;line-height:2.05;margin:0 0 18px;}
.aqs-jobs-body p:last-child{margin-bottom:0;}

/* --- 岗位卡片 --- */
.aqs-job-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:6px 0 10px;}
.aqs-job-card{
    background:#fff;border:1px solid #e9eef7;border-radius:18px;padding:26px 26px 22px;position:relative;overflow:hidden;
    transition:all .28s;
}
.aqs-job-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#60a5fa);opacity:0;transition:opacity .28s;}
.aqs-job-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px rgba(59,130,246,.12);border-color:#c9dcfa;}
.aqs-job-card:hover::before{opacity:1;}
.aqs-job-card .jc-head{display:flex;align-items:center;gap:14px;margin-bottom:14px;}
.aqs-job-card .jc-ic{width:50px;height:50px;border-radius:14px;background:linear-gradient(135deg,#eef4ff,#dbe9ff);display:flex;align-items:center;justify-content:center;font-size:25px;flex-shrink:0;}
.aqs-job-card .jc-name{font-size:17px;font-weight:800;color:#14213d;margin:0 0 3px;}
.aqs-job-card .jc-tags{display:flex;gap:8px;flex-wrap:wrap;}
.aqs-job-card .jc-tags span{font-size:11.5px;color:#2563eb;background:#eef4ff;border-radius:20px;padding:3px 12px;font-weight:600;}
.aqs-job-card .jc-req{font-size:13.5px;color:#6b7a99;line-height:1.9;margin:0 0 12px;padding-left:14px;border-left:3px solid #dfe9fb;}
.aqs-job-card .jc-salary{display:inline-block;font-size:13px;font-weight:700;color:#b8860b;background:linear-gradient(135deg,#fff8e6,#fdf3d5);border:1px solid #f0e3b8;border-radius:8px;padding:4px 12px;}

/* --- 福利卡片 --- */
.aqs-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:6px 0 10px;}
.aqs-benefit-card{background:linear-gradient(160deg,#fbfdff,#f4f8ff);border:1px solid #e6edf9;border-radius:16px;padding:26px 20px;text-align:center;transition:all .28s;position:relative;overflow:hidden;}
.aqs-benefit-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#60a5fa);opacity:0;transition:opacity .28s;}
.aqs-benefit-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px rgba(59,130,246,.12);border-color:#c9dcfa;}
.aqs-benefit-card:hover::before{opacity:1;}
.aqs-benefit-card .bd-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:0 auto 14px;transition:all .28s;}
.aqs-benefit-card:hover .bd-ic{transform:scale(1.08) rotate(-4deg);}
.aqs-benefit-card b{display:block;font-size:15px;color:#14213d;margin-bottom:6px;font-weight:700;}
.aqs-benefit-card p{font-size:12.5px;color:#7c8aa5;line-height:1.8;margin:0;}

/* --- 流程图 --- */
.aqs-flow{display:flex;align-items:stretch;gap:0;margin:6px 0 12px;position:relative;}
.aqs-flow-step{flex:1;text-align:center;padding:0 10px;position:relative;}
.aqs-flow-node{
    width:74px;height:74px;border-radius:50%;margin:0 auto 14px;position:relative;
    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,.28);transition:all .28s;z-index:2;
}
.aqs-flow-step:nth-child(even) .aqs-flow-node{background:linear-gradient(135deg,#f3d98a,#d4af37);box-shadow:0 10px 24px rgba(212,175,55,.3);}
.aqs-flow-node::after{
    content:attr(data-num);position:absolute;top:-6px;right:-6px;width:26px;height:26px;border-radius:50%;
    background:#14213d;color:#f3d98a;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;
    border:2px solid #fff;z-index:3;
}
.aqs-flow-step:hover .aqs-flow-node{transform:translateY(-4px) scale(1.05);}
.aqs-flow-step b{display:block;font-size:15px;color:#14213d;margin-bottom:6px;font-weight:700;}
.aqs-flow-step p{font-size:12.5px;color:#7c8aa5;line-height:1.75;margin:0;}
.aqs-flow-arrow{width:34px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#c4d4ee;font-size:22px;font-weight:900;padding-top:34px;position:relative;z-index:1;}
.aqs-flow-arrow::before{content:'';position:absolute;top:63px;left:50%;width:calc(100% + 8px);height:2px;background:linear-gradient(90deg,#dbe9ff,#c4d4ee);z-index:-1;}
.aqs-flow-arrow span{position:relative;z-index:2;background:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(20,33,61,.08);}

/* --- 企业文化氛围卡 --- */
.aqs-culture-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:6px 0 10px;}
.aqs-culture-card{background:linear-gradient(150deg,#fffdf5,#fdf8e7);border:1px solid #f0e3b8;border-radius:18px;padding:28px 24px;text-align:center;position:relative;overflow:hidden;transition:all .28s;}
.aqs-culture-card::before{content:'';position:absolute;top:-50px;right:-50px;width:140px;height:140px;background:radial-gradient(circle,rgba(212,175,55,.14) 0%,transparent 70%);}
.aqs-culture-card:hover{transform:translateY(-5px);box-shadow:0 16px 36px rgba(212,175,55,.16);}
.aqs-culture-card .cl-ic{width:60px;height:60px;border-radius:50%;margin:0 auto 14px;background:linear-gradient(135deg,#f7e7b0,#d4af37);display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 6px 18px rgba(212,175,55,.3);}
.aqs-culture-card b{display:block;font-size:16px;color:#7a5c10;margin-bottom:8px;font-weight:800;}
.aqs-culture-card p{font-size:13px;color:#8a7640;line-height:1.9;margin:0;}

/* --- 联系方式卡 --- */
.aqs-jobs-contact{
    background:linear-gradient(135deg,#f8fbff,#eef4ff);border:1px solid #e3ecfa;border-radius:18px;
    padding:30px 36px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;margin:6px 0 0;
}
.aqs-jobs-contact .jc-left b{display:block;font-size:17px;color:#14213d;margin-bottom:6px;}
.aqs-jobs-contact .jc-left p{font-size:13.5px;color:#6b7a99;margin:0;line-height:1.9;}
.aqs-jobs-contact .jc-actions{display:flex;gap:12px;flex-wrap:wrap;}
.aqs-jobs-contact .jc-actions a{display:inline-block;padding:11px 26px;border-radius:30px;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s;}
.aqs-jobs-contact .jc-actions .jc-tel{background:linear-gradient(135deg,#f3d98a,#d4af37 60%,#b8942f);color:#1c2333;box-shadow:0 8px 22px rgba(212,175,55,.28);}
.aqs-jobs-contact .jc-actions .jc-tel:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(212,175,55,.42);}
.aqs-jobs-contact .jc-actions .jc-mail{background:#fff;color:#2563eb;border:2px solid #bfd6fb;}
.aqs-jobs-contact .jc-actions .jc-mail:hover{border-color:#3b82f6;background:#eef4ff;}

/* --- 结尾 CTA --- */
.aqs-jobs-cta{
    background:linear-gradient(150deg,#0f172a,#1c2434 60%,#273349);border-radius:20px;padding:40px 44px;
    display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;overflow:hidden;
}
.aqs-jobs-cta::before{content:'';position:absolute;top:-80px;right:-40px;width:280px;height:280px;background:radial-gradient(ellipse,rgba(212,175,55,.14) 0%,transparent 70%);}
.aqs-jobs-cta::after{content:'🍂';position:absolute;bottom:-24px;left:24px;font-size:90px;opacity:.12;}
.aqs-jobs-cta h3{font-size:20px;color:#f8fafc;margin:0 0 8px;font-weight:700;position:relative;z-index:1;}
.aqs-jobs-cta p{font-size:13.5px;color:#94a3b8;margin:0;line-height:1.8;position:relative;z-index:1;}
.aqs-jobs-cta a{flex-shrink:0;display:inline-block;background:linear-gradient(135deg,#f3d98a,#d4af37 60%,#b8942f);color:#1c2333;padding:12px 36px;border-radius:30px;font-size:14.5px;font-weight:700;text-decoration:none;box-shadow:0 8px 22px rgba(212,175,55,.28);transition:all .25s;position:relative;z-index:1;white-space:nowrap;}
.aqs-jobs-cta a:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(212,175,55,.42);}

@media (max-width: 980px){
    .aqs-job-grid{grid-template-columns:1fr;}
    .aqs-benefit-grid{grid-template-columns:repeat(2,1fr);}
    .aqs-culture-grid{grid-template-columns:1fr;}
    .aqs-flow{flex-direction:column;gap:20px;}
    .aqs-flow-arrow{width:100%;height:28px;padding-top:0;transform:rotate(90deg);}
    .aqs-flow-arrow::before{top:50%;left:calc(50% - 10px);width:2px;height:calc(100% + 8px);}
}
@media (max-width: 640px){
    .aqs-benefit-grid{grid-template-columns:1fr;}
    .aqs-jobs-hero{padding:44px 24px 40px;}.aqs-jobs-hero h1{font-size:27px;}
    .aqs-jobs-body{padding:30px 24px;}
    .aqs-jobs-contact{flex-direction:column;align-items:flex-start;padding:24px;}
    .aqs-jobs-cta{flex-direction:column;text-align:center;padding:32px 24px;}
}
