/* RecruiterLane static migration — clean reimplementation of Betheme business look.
   Accent: #fbdd34 | Body: Roboto | Headings: Lato/Roboto | Footer: #545454 */
:root{
  --accent:#fbdd34; --accent-dark:#e6c810; --ink:#444; --muted:#626262;
  --line:#e9e9e9; --bg:#fcfcfc; --footer:#545454; --footer-ink:#ccc;
  --max:1200px; --radius:4px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Roboto,Arial,Helvetica,sans-serif;color:var(--ink);background:var(--bg);font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:Lato,Roboto,Arial,sans-serif;font-weight:300;line-height:1.25;color:#444;margin:0 0 15px}
h1{font-size:44px}h2{font-size:36px}h3{font-size:22px}
p{margin:0 0 15px}
a{color:#444;text-decoration:none}
img{max-width:100%;height:auto}
.wrap{max-width:var(--max);margin:0 auto;padding:0 20px}
/* ---------- top action bar ---------- */
.action-bar{background:#fff;border-bottom:1px solid #f0f0f0;font-size:13px;color:#000}
.action-bar .wrap{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:8px;padding-bottom:8px;flex-wrap:wrap}
.action-bar .contacts{display:flex;gap:18px;flex-wrap:wrap;align-items:center}
.action-bar a{color:#000}.action-bar a:hover{color:#777}
.action-bar .social{display:flex;gap:14px;list-style:none;margin:0;padding:0}
.action-bar .social a{color:#000;font-size:14px}
/* ---------- header ---------- */
.site-header{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 1px 4px rgba(0,0,0,.06)}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand img{height:55px;width:auto;display:block}
.main-nav ul{display:flex;list-style:none;margin:0;padding:0}
.main-nav a{display:block;padding:28px 22px;color:#444;font-size:14px;font-weight:700;border-left:1px solid #f2f2f2;position:relative}
.main-nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:transparent}
.main-nav a:hover,.main-nav a.active{color:var(--accent-dark)}
.main-nav a.active::after,.main-nav a:hover::after{background:var(--accent)}
.menu-toggle{display:none;background:none;border:0;font-size:28px;line-height:1;cursor:pointer;color:#000;padding:14px}
/* ---------- hero slider ---------- */
.hero{position:relative;background:#fdf3a7 url('../images/hero/slider-bg.jpg') center top/cover no-repeat;overflow:hidden;min-height:560px}
.hero-slide{display:none;align-items:center;min-height:560px}
.hero-slide.active{display:flex;animation:fade .6s ease}
@keyframes fade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center;width:100%}
.hero-copy h2{font-size:52px;font-weight:300;color:#222;line-height:1.15}
.hero-copy h2 strong{font-weight:700}
.hero-copy p{color:#555;max-width:520px}
.btn{display:inline-block;background:var(--accent);color:#222!important;font-weight:700;padding:13px 30px;border-radius:3px;border:0;cursor:pointer;font-size:15px;box-shadow:0 2px 0 rgba(0,0,0,.08)}
.btn:hover{background:#f5d61f}
.btn.ghost{background:#222;color:#fff!important}
.hero-media{text-align:center}
.hero-media img{max-height:460px;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(0,0,0,.12))}
.hero-arrows{position:absolute;right:4%;bottom:8%;display:flex;gap:18px}
.hero-arrows button{background:none;border:0;color:#fff;font-size:44px;cursor:pointer;line-height:1;text-shadow:0 1px 6px rgba(0,0,0,.25)}
.hero-dots{position:absolute;left:50%;transform:translateX(-50%);bottom:18px;display:flex;gap:8px}
.hero-dots button{width:10px;height:10px;border-radius:50%;border:0;background:rgba(0,0,0,.25);cursor:pointer}
.hero-dots button.active{background:#222}
/* ---------- sections ---------- */
.section{padding:70px 0}
.section.tight{padding:50px 0}
.center{text-align:center}
.lead{color:#777;max-width:820px;margin:0 auto 30px}
.divider{width:60px;height:3px;background:var(--accent);margin:18px auto}
/* stats */
.stats{background:#fff;border-top:1px solid #f1f1f1}
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center}
.stat .num{font-size:54px;font-weight:300;color:#eec600}
.stat h3{font-size:18px;color:#777;font-weight:400}
.stat{border-left:1px solid #eee}.stat:first-child{border-left:0}
/* CTA band */
.cta-band{background:#222;color:#fff;text-align:center;padding:46px 20px}
.cta-band h2{color:#fff;margin-bottom:10px}
.cta-band p{color:#bbb}
/* contact strip (Stay in touch) */
.touch{background:#f7f7f7;border-top:1px solid #eee}
.touch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:34px}
.touch-card{display:flex;gap:16px;align-items:flex-start}
.touch-ico{flex:0 0 52px;width:52px;height:52px;border:2px solid var(--accent);border-radius:50%;display:grid;place-items:center;font-size:22px;color:var(--accent-dark);background:#fff}
.touch-card h4{margin:0;font-size:15px;color:#888;font-weight:400}
.touch-card p,.touch-card a{margin:0;font-size:17px;color:#999}
.touch-card a:hover{color:#333}
/* ---------- subheader (yellow band + white title row like live) ---------- */
.subheader{background:#fff;padding:0 0 26px;border-bottom:1px solid #eee}
.subheader::before{content:"";display:block;height:120px;background:#fde94e url('../images/backgrounds/subheader-bg.jpg') center/cover no-repeat;margin-bottom:26px}
.subheader .wrap{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
.subheader h1{font-size:30px;margin:0;font-weight:400}
.crumbs{list-style:none;display:flex;gap:8px;margin:0;padding:0;font-size:13px;color:rgba(0,0,0,.6)}
.crumbs a{color:rgba(0,0,0,.6)}.crumbs a:hover{color:#000}
/* ---------- content grids ---------- */
.two{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.card{background:#fff;border:1px solid #eee;border-radius:6px;padding:30px;box-shadow:0 2px 10px rgba(0,0,0,.03)}
.team-card{text-align:center}
.team-avatar{width:120px;height:120px;border-radius:50%;background:#eee url('../images/about/about.png') center/cover;display:flex;align-items:center;justify-content:center;font-size:40px;color:#999;margin:0 auto 14px;border:3px solid var(--accent)}
/* process steps — circular visual + badge like live */
.steps{display:grid;gap:0;margin-top:10px}
.step{display:grid;grid-template-columns:170px 1fr;gap:30px;align-items:center;padding:34px 0;border-bottom:1px solid #eee}
.step:last-child{border-bottom:0}
.step.flip .pic{order:2}.step.flip .txt{order:1;text-align:left}
.pic{position:relative;width:150px;height:150px;margin:0 auto}
.pic img{width:150px;height:150px;object-fit:contain;border-radius:50%;background:#fff;border:1px solid #e7e7e7;padding:26px}
.pic .n{position:absolute;right:2px;bottom:6px;width:34px;height:34px;border-radius:50%;background:var(--accent);display:grid;place-items:center;font-size:15px;font-weight:700;color:#222;border:2px solid #fff}
.step .steplabel{color:#999;font-size:15px;margin:0}
.step h3{margin:0 0 8px;font-weight:400;font-size:30px}
.step p{color:#777}
/* sectors */
.sector-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:30px}
.sector{background:#fff;border:1px solid #eee;border-radius:6px;padding:34px 26px;text-align:center;transition:transform .2s,box-shadow .2s}
.sector:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.08)}
.sector .ico{width:64px;height:64px;margin:0 auto 14px;border-radius:50%;background:#fffdf0;border:2px solid var(--accent);display:grid;place-items:center;font-size:28px;color:#b89b00}
/* pricing — light cards with yellow prices like live */
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:30px;align-items:stretch}
.price{background:#f8f8f8;border:1px solid #eee;border-radius:4px;overflow:hidden;display:flex;flex-direction:column;text-align:center}
.price.featured{border:2px solid var(--accent);box-shadow:0 14px 34px rgba(0,0,0,.08);background:#fff}
.price-head{background:transparent;color:#444;text-align:center;padding:30px 18px 10px}
.price.featured .price-head{background:transparent;color:#222}
.price-head .rs{font-size:46px;font-weight:300;color:#f0c800}
.price-head .rs small{font-size:16px;color:#666}
.price-head .plan{display:block;margin-top:10px;font-size:15px;letter-spacing:.4px;text-transform:uppercase;color:#444}
.price-head hr{width:120px;border:0;border-top:1px solid var(--accent);margin:14px auto}
.price-body{padding:6px 26px;flex:1}
.price-body ul{list-style:none;margin:0;padding:0}
.price-body li{padding:9px 0;border-bottom:1px solid #e8e8e8;font-size:13.5px;color:#777}
.price-body li.no{color:#bbb;text-decoration:line-through}
.price-foot{padding:22px 26px 30px;text-align:center}
/* contact */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.info-box{background:#fff;border:1px solid #eee;border-radius:6px;padding:28px}
form.contact label{display:block;font-size:13px;font-weight:700;margin:14px 0 6px}
form.contact input,form.contact textarea,form.contact select{width:100%;padding:12px;border:1px solid #ebebeb;border-radius:3px;font:inherit;color:#333;background:#fff}
form.contact input:focus,form.contact textarea:focus{background:#fdf1be!important;border-color:#f0e2c1;outline:none}
form.contact textarea{min-height:140px;resize:vertical}
.hint{font-size:12px;color:#888}
/* ---------- footer ---------- */
.site-footer{background:var(--footer);color:var(--footer-ink)}
.site-footer .cols{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:34px;padding:52px 0}
.site-footer h4{color:#ddd;font-weight:400;font-size:19px}
.site-footer a{color:var(--accent)}.site-footer a:hover{color:#fff}
.quick{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.quick a{display:block;background:rgba(0,0,0,.18);padding:10px 14px;border-radius:3px}
.social-row{display:flex;gap:10px}
.social-row a{width:40px;height:40px;display:grid;place-items:center;background:#fff;color:#555;border-radius:3px;font-weight:700}
.copy{border-top:1px solid rgba(255,255,255,.12);padding:16px 0;font-size:13px}
.copy .wrap{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:center}
.to-top{position:fixed;right:18px;bottom:18px;background:#222;color:var(--accent);border:0;width:44px;height:44px;border-radius:4px;font-size:20px;cursor:pointer;display:none}
/* reveal (gated on html.js so no-JS/print still show content) */
html.js .reveal{opacity:0;transform:translateY(14px);transition:opacity .5s,transform .5s}
html.js .reveal.in{opacity:1;transform:none}
@media print{.reveal{opacity:1!important;transform:none!important}}
/* keyboard focus */
a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--accent-dark);outline-offset:2px}
/* ---------- responsive ---------- */
@media(max-width:1024px){
  .hero-copy h2{font-size:42px}.main-nav a{padding:24px 14px}
}
@media(max-width:860px){
  .menu-toggle{display:block}
  .main-nav{position:absolute;top:100%;left:0;right:0;background:#191919;display:none}
  .main-nav.open{display:block}
  .main-nav ul{flex-direction:column}
  .main-nav a{color:#cfc9c9;border-left:0;border-top:1px solid rgba(255,255,255,.08);padding:14px 20px}
  .hero-grid,.two,.contact-grid{grid-template-columns:1fr}
  .hero{min-height:0}.hero-slide{min-height:0;padding:50px 0 80px}
  .hero-media img{max-height:300px}
  .stats-grid,.touch-grid,.cards3,.sector-grid,.price-grid{grid-template-columns:1fr}
  .stat{border-left:0;border-top:1px solid #eee;padding-top:18px}.stat:first-child{border-top:0}
  .step{grid-template-columns:110px 1fr;gap:18px}.pic,.pic img{width:110px;height:110px}.pic img{padding:20px}
  h1{font-size:34px}h2{font-size:28px}.hero-copy h2{font-size:34px}
  .site-footer .cols{grid-template-columns:1fr}
  .action-bar .social{display:none}
  .action-bar .greet{display:none}
}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}
