/* ============================================================
   Kleva Hire – Public Site CSS
   ============================================================ */
:root {
  --blue: #0F4C81;
  --blue-dark: #0a3560;
  --blue-light: #e8f0f9;
  --gold: #F39C12;
  --green: #2ECC71;
  --green-dark: #27ae60;
  --bg: #f8f9fb;
  --white: #ffffff;
  --text: #1a1a2e;
  --text-muted: #6b7280;
  --border: #e5e7eb;
  --radius: 14px;
  --shadow: 0 2px 12px rgba(15,76,129,.08);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); line-height: 1.7; }
a { color: inherit; text-decoration: none; transition: .2s; }
img { max-width: 100%; }

/* ---- NAV ---- */
#navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 999; padding: 0; transition: all .3s; background: transparent; }
#navbar.scrolled { background: rgba(255,255,255,.97); backdrop-filter: blur(12px); box-shadow: 0 1px 20px rgba(0,0,0,.08); }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 32px; padding: 0 24px; height: 70px; }
.nav-logo { display: flex; align-items: center; gap: 10px; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 17px; color: var(--blue); }
.nav-logo-icon { width: 36px; height: 36px; background: var(--blue); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 13px; flex-shrink: 0; }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--text); }
.nav-links a:hover { color: var(--blue); }
.nav-cta { background: var(--blue); color: #fff !important; padding: 10px 20px; border-radius: 8px; font-weight: 600; }
.nav-cta:hover { background: var(--blue-dark) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; margin-left: auto; }
.hamburger span { display: block; height: 2px; width: 24px; background: var(--text); border-radius: 2px; }
.mobile-menu { display: none; position: fixed; top: 70px; left: 0; right: 0; background: #fff; padding: 16px 24px; box-shadow: 0 4px 20px rgba(0,0,0,.1); z-index: 998; flex-direction: column; gap: 4px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { padding: 12px 0; font-size: 15px; font-weight: 500; border-bottom: 1px solid var(--border); }
.mobile-menu a:last-child { border: none; }

/* ---- BUTTONS ---- */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--blue); color: #fff; padding: 14px 28px; border-radius: 10px; font-weight: 700; font-size: 15px; border: none; cursor: pointer; transition: .25s; }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(15,76,129,.3); color: #fff; }
.btn-wa { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: #fff; padding: 14px 28px; border-radius: 10px; font-weight: 700; font-size: 15px; transition: .25s; }
.btn-wa:hover { background: #1ea85d; transform: translateY(-1px); color: #fff; }
.btn-apply { display: block; text-align: center; background: var(--gold); color: #fff; padding: 13px 20px; border-radius: 10px; font-weight: 700; font-size: 14px; margin-top: 16px; transition: .25s; width: 100%; }
.btn-apply:hover { background: #d4880a; transform: translateY(-1px); color: #fff; }

/* ---- CONTAINERS ---- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
section { padding: 80px 0; }
.section-label { display: inline-block; background: var(--blue-light); color: var(--blue); border-radius: 50px; padding: 6px 16px; font-size: 13px; font-weight: 700; margin-bottom: 14px; }
.section-title { font-family: 'Sora', sans-serif; font-size: 36px; font-weight: 800; color: var(--text); margin-bottom: 14px; line-height: 1.2; }
.section-sub { font-size: 16px; color: var(--text-muted); max-width: 520px; }
.center { text-align: center; }
.center .section-sub { margin: 0 auto; }

/* ---- HERO ---- */
.hero { background: linear-gradient(135deg, #0a1f35 0%, #0F4C81 60%, #1a6cb5 100%); min-height: 100vh; display: flex; align-items: center; padding-top: 70px; }
.hero-inner { max-width: 1200px; margin: 0 auto; padding: 60px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-content .section-label { background: rgba(243,156,18,.15); color: var(--gold); border: 1px solid rgba(243,156,18,.3); }
.hero-content h1 { font-family: 'Sora', sans-serif; font-size: 50px; font-weight: 800; color: #fff; line-height: 1.1; margin: 16px 0; }
.hero-content h1 span { color: var(--gold); }
.hero-content p { color: rgba(255,255,255,.75); font-size: 17px; max-width: 480px; margin-bottom: 28px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.trust-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.badge { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.85); border-radius: 50px; padding: 6px 14px; font-size: 12px; font-weight: 600; }
.hero-visual { display: flex; flex-direction: column; gap: 16px; }
.hero-stat-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.stat-card { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; padding: 18px; text-align: center; }
.stat-card .num { font-family: 'Sora', sans-serif; font-size: 28px; font-weight: 800; color: #fff; }
.stat-card .num span { font-size: 20px; color: var(--gold); }
.stat-card .lbl { font-size: 12px; color: rgba(255,255,255,.6); margin-top: 4px; }
.hero-img-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; padding: 16px; display: flex; align-items: center; gap: 14px; }
.worker-avatar { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg,#F39C12,#e67e22); display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.hero-img-card .text h4 { font-size: 14px; font-weight: 700; color: #fff; }
.hero-img-card .text p { font-size: 12px; color: rgba(255,255,255,.6); }
.star-row { color: var(--gold); font-size: 12px; margin-top: 4px; }

/* ---- STATS BAR ---- */
.stats-bar { background: var(--blue); padding: 36px 0; }
.stats-inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.stat-item { text-align: center; }
.stat-item .n { font-family: 'Sora', sans-serif; font-size: 36px; font-weight: 800; color: #fff; }
.stat-item .n span { color: var(--gold); }
.stat-item p { font-size: 13px; color: rgba(255,255,255,.65); margin-top: 4px; }

/* ---- JOBS ---- */
#jobs { background: var(--bg); }
.jobs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 20px; margin-top: 40px; }
.job-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; transition: .3s; position: relative; }
.job-card:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(15,76,129,.12); border-color: var(--blue); }
.job-badge { background: var(--blue-light); color: var(--blue); border-radius: 50px; padding: 4px 12px; font-size: 11px; font-weight: 700; display: inline-block; margin-bottom: 12px; }
.job-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 12px; }
.job-meta { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.job-meta-row { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--text-muted); }
.job-salary { font-family: 'Sora', sans-serif; font-size: 20px; font-weight: 700; color: var(--blue); margin-bottom: 4px; }
.job-salary span { font-size: 13px; font-weight: 400; color: var(--text-muted); }

/* ---- WHY ---- */
.why { background: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.why-card { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); transition: .3s; }
.why-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.why-icon { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.why-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.why-card p { font-size: 14px; color: var(--text-muted); }

/* ---- HOW IT WORKS ---- */
.how { background: var(--blue); }
.how .section-title { color: #fff; }
.steps { display: flex; flex-direction: column; gap: 0; margin-top: 40px; }
.step { display: flex; gap: 20px; align-items: flex-start; padding: 24px 28px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; margin-bottom: 12px; transition: .3s; }
.step:hover { background: rgba(255,255,255,.12); }
.step-num { width: 44px; height: 44px; border-radius: 50%; background: var(--gold); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 17px; flex-shrink: 0; }
.step h4 { font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.step p { font-size: 14px; color: rgba(255,255,255,.7); }

/* ---- TESTIMONIALS ---- */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 40px; }
.testi-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; }
.stars { color: var(--gold); font-size: 18px; margin-bottom: 14px; }
blockquote { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; color: #fff; }
.author-name { font-weight: 700; font-size: 14px; }
.author-role { font-size: 12px; color: var(--text-muted); }

/* ---- FAQ ---- */
.faq { background: var(--bg); }
.faq-grid { margin-top: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }
.faq-item { border: 1px solid var(--border); border-radius: 10px; margin-bottom: 10px; overflow: hidden; background: var(--white); }
.faq-q { padding: 18px 24px; font-weight: 600; font-size: 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-q .icon { font-size: 20px; font-weight: 300; color: var(--blue); transition: .3s; }
.faq-item.open .icon { transform: rotate(45deg); }
.faq-a { padding: 0 24px; max-height: 0; overflow: hidden; font-size: 14px; color: var(--text-muted); line-height: 1.7; transition: .4s; }
.faq-item.open .faq-a { max-height: 200px; padding: 0 24px 18px; }

/* ---- CONTACT ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 40px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.contact-icon { font-size: 22px; }
.contact-item h4 { font-size: 13px; font-weight: 700; margin-bottom: 2px; }
.contact-item a { font-size: 14px; color: var(--blue); }
.hours-card { background: var(--bg); border: 1px solid var(--border); border-radius: 10px; padding: 20px; }
.hours-card h4 { font-size: 14px; font-weight: 700; margin-bottom: 12px; }
.hours-row { display: flex; justify-content: space-between; font-size: 13px; padding: 6px 0; border-bottom: 1px solid var(--border); }
.hours-row:last-child { border: none; }
.contact-map { background: var(--bg); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; min-height: 400px; }
.contact-map iframe { width: 100%; height: 100%; min-height: 400px; border: none; }
.map-placeholder { width: 100%; height: 100%; min-height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--text-muted); font-size: 14px; gap: 8px; }
.form-group { margin-bottom: 12px; }
.form-group label { display: block; font-size: 12px; font-weight: 600; color: var(--text-muted); margin-bottom: 5px; text-transform: uppercase; letter-spacing: .04em; }
.form-group input, .form-group select, .form-group textarea { width: 100%; border: 1.5px solid var(--border); border-radius: 8px; padding: 11px 14px; font-size: 14px; font-family: inherit; outline: none; transition: .2s; color: var(--text); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(15,76,129,.08); }

/* ---- FOOTER ---- */
footer { background: #0a1f35; color: rgba(255,255,255,.7); padding: 64px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 40px; margin-bottom: 40px; }
.footer-brand .logo { display: flex; align-items: center; gap: 10px; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 18px; color: #fff; margin-bottom: 16px; }
.footer-brand .logo-icon { width: 36px; height: 36px; background: var(--gold); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 13px; }
.footer-brand p { font-size: 14px; line-height: 1.7; }
.social-btn { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: rgba(255,255,255,.1); border-radius: 50%; color: #fff; font-size: 14px; margin-right: 8px; transition: .2s; }
.social-btn:hover { background: var(--gold); }
.footer-col h4 { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 16px; text-transform: uppercase; letter-spacing: .06em; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,.6); transition: .2s; }
.footer-col ul li a:hover { color: var(--gold); }
.newsletter-form { display: flex; gap: 8px; margin-bottom: 0; }
.newsletter-form input { flex: 1; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 8px; padding: 10px 14px; font-size: 13px; color: #fff; outline: none; }
.newsletter-form input::placeholder { color: rgba(255,255,255,.4); }
.newsletter-form button { background: var(--gold); color: #fff; border: none; border-radius: 8px; padding: 10px 16px; font-size: 13px; font-weight: 700; cursor: pointer; transition: .2s; white-space: nowrap; }
.newsletter-form button:hover { background: #d4880a; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 13px; color: rgba(255,255,255,.4); }
.footer-bottom-links a:hover { color: rgba(255,255,255,.7); }

/* ---- WA FLOAT ---- */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 990; }
.wa-btn { width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(37,211,102,.4); transition: .3s; animation: pulse 2s infinite; }
.wa-btn:hover { transform: scale(1.1); }
.wa-tooltip { position: absolute; right: 66px; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,.75); color: #fff; padding: 6px 12px; border-radius: 6px; font-size: 12px; white-space: nowrap; opacity: 0; pointer-events: none; transition: .2s; }
.wa-float:hover .wa-tooltip { opacity: 1; }
@keyframes pulse { 0%,100%{box-shadow:0 4px 20px rgba(37,211,102,.4)} 50%{box-shadow:0 4px 28px rgba(37,211,102,.7)} }

/* ---- FADE-UP ANIMATION ---- */
.fade-up { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: none; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-content h1 { font-size: 38px; }
  .hero-visual { display: none; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  section { padding: 56px 0; }
  .section-title { font-size: 28px; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
