*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#f8fafc;color:#1e293b}a{text-decoration:none;color:inherit}.container{max-width:1120px;margin:0 auto;padding:0 16px}.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.95);border-bottom:1px solid #eef2f7;box-shadow:0 1px 6px rgba(15,23,42,.04);backdrop-filter:blur(10px)}.header-inner{height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:900;color:#0f172a}.brand span span,.site-footer h3 span{color:#4f46e5}.brand small{font-size:11px;color:#94a3b8}.brand-logo-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #eef2ff, #ffffff);
  box-shadow: 0 8px 18px rgba(79, 70, 229, 0.16);
}

.brand-logo-icon svg {
  width: 42px;
  height: 42px;
  display: block;
}

.brand {
  gap: 12px;
}.nav{display:flex;gap:24px;font-size:14px;font-weight:700;color:#475569}.nav a:hover{color:#4f46e5}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:14px;padding:12px 18px;font-size:13px;font-weight:900;cursor:pointer}.btn-sm{padding:10px 14px;font-size:12px}.btn-primary{background:#4f46e5;color:white}.btn-dark{background:#0f172a;color:white}.btn-green{background:#059669;color:white}.btn-red{background:#fee2e2;color:#dc2626}.btn-light{background:#f1f5f9;color:#334155}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e293b,#312e81);color:white;text-align:center;padding:64px 16px}.hero:after{content:"";position:absolute;right:-100px;top:-100px;width:380px;height:380px;border-radius:50%;background:#6366f1;filter:blur(120px);opacity:.3}.hero-content{position:relative;z-index:1;max-width:820px;margin:0 auto}.pill{display:inline-flex;align-items:center;gap:8px;background:rgba(30,41,59,.8);border:1px solid rgba(100,116,139,.55);border-radius:999px;padding:8px 14px;font-size:12px;font-weight:800;color:#c7d2fe;margin-bottom:24px}.dot{width:8px;height:8px;background:#10b981;border-radius:50%}.hero h1{font-size:48px;line-height:1.08;margin:0 0 16px;font-weight:950;letter-spacing:-.04em}.hero h1 span{color:#818cf8}.hero p{max-width:680px;margin:0 auto 28px;color:#cbd5e1;font-size:15px;line-height:1.7;font-weight:600}.search-box{background:white;border:1px solid #e2e8f0;box-shadow:0 20px 45px rgba(15,23,42,.22);border-radius:24px;display:flex;gap:8px;padding:8px;color:#0f172a}.search-field{flex:1;display:flex;align-items:center;gap:8px;padding:10px 12px;border-right:1px solid #eef2f7}.search-field input{border:none;outline:none;width:100%;font-weight:700;font-size:14px}.quick{margin-top:22px;display:flex;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap;font-size:12px;font-weight:700;color:#94a3b8}.quick a{background:#1e293b;border:1px solid #334155;color:#c7d2fe;border-radius:8px;padding:8px 12px}.section{padding:36px 0}.section-white{background:white;border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7}.section-head{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:1px solid #e2e8f0;padding-bottom:18px;margin-bottom:24px;gap:16px}.section-head h2{margin:0;font-size:26px;font-weight:950;color:#0f172a;letter-spacing:-.03em}.section-head p{margin:6px 0 0;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:900}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.grid-7{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.job-card{background:white;border:1px solid #eef2f7;border-radius:22px;overflow:hidden;box-shadow:0 1px 4px rgba(15,23,42,.04);display:flex;flex-direction:column}.job-card.promoted{border-color:#c7d2fe;box-shadow:0 0 0 3px #eef2ff}.promoted-bar{background:#4f46e5;color:white;text-align:center;font-size:10px;font-weight:950;letter-spacing:.12em;padding:5px;text-transform:uppercase}.job-body{padding:20px;flex:1}.badges{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:14px}.badge{display:inline-block;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.05em;background:#f1f5f9;color:#475569}.badge-green{background:#dcfce7;color:#15803d}.badge-blue{background:#dbeafe;color:#1d4ed8}.badge-indigo{background:#e0e7ff;color:#4338ca}.badge-amber{background:#fef3c7;color:#b45309}.badge-red{background:#fee2e2;color:#dc2626}.badge-gray{background:#f1f5f9;color:#64748b}.job-card h3{margin:0 0 4px;font-size:18px;font-weight:950;color:#0f172a}.company{margin:0 0 16px;color:#64748b;font-size:14px;font-weight:800}.meta{border-top:1px solid #f1f5f9;padding-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:12px;color:#475569;font-weight:700}.salary{margin-top:16px;background:#f8fafc;border-radius:14px;padding:12px;display:flex;justify-content:space-between;font-size:12px;font-weight:900}.salary span:first-child{color:#94a3b8;text-transform:uppercase;font-size:10px}.job-footer{border-top:1px solid #f1f5f9;background:#f8fafc;padding:0 20px 20px}.tile{display:flex;align-items:center;justify-content:center;text-align:center;border:1px solid #eef2f7;background:#f8fafc;border-radius:18px;padding:14px;font-size:12px;font-weight:800;color:#334155}.tile:hover{background:#eef2ff;color:#4338ca}.cta{max-width:1000px;margin:40px auto;border-radius:28px;background:linear-gradient(90deg,#4338ca,#6d28d9);color:white;text-align:center;padding:50px 18px;box-shadow:0 15px 35px rgba(67,56,202,.25)}.cta h2{font-size:30px;margin:0 0 12px;font-weight:950}.cta p{max-width:620px;margin:0 auto 22px;color:#e0e7ff;font-size:14px;line-height:1.6}.detail-grid{display:grid;grid-template-columns:2fr 1fr;gap:28px;margin-top:32px}.card{background:white;border:1px solid #eef2f7;border-radius:22px;padding:24px;box-shadow:0 1px 4px rgba(15,23,42,.04);margin-bottom:20px}.card h1{margin:12px 0 8px;font-size:32px;line-height:1.1}.card h2{font-size:18px;margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid #eef2f7}.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;padding:16px 0;margin-top:18px;font-size:12px;font-weight:800}.info-grid span{display:block;color:#94a3b8;font-size:10px;text-transform:uppercase}.poster{width:100%;border-radius:18px;border:1px solid #e2e8f0}.empty-poster{background:linear-gradient(135deg,#312e81,#0f172a);color:white;text-align:center;border-radius:18px;padding:42px 24px}.warning{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:20px;padding:18px;font-size:13px;font-weight:700}.form{background:white;border:1px solid #eef2f7;border-radius:24px;padding:24px;box-shadow:0 1px 4px rgba(15,23,42,.04)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{margin-bottom:16px}.field label{display:block;font-size:12px;font-weight:900;color:#475569;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;border:1px solid #cbd5e1;border-radius:14px;padding:12px;font-size:13px;font-weight:700;outline:none}.field textarea{min-height:110px}.packages{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.package{border:2px solid #eef2f7;border-radius:18px;padding:16px}.package strong{display:block;font-size:15px}.package b{display:block;font-size:22px;margin:6px 0}.table-wrap{background:white;border:1px solid #eef2f7;border-radius:22px;overflow:auto;box-shadow:0 1px 4px rgba(15,23,42,.04)}table{width:100%;border-collapse:collapse;font-size:13px}th,td{padding:14px;border-bottom:1px solid #eef2f7;text-align:left}th{font-size:11px;text-transform:uppercase;color:#64748b;background:#f8fafc}.admin-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin:22px 0}.stat{background:white;border:1px solid #eef2f7;border-radius:18px;padding:18px}.stat span{font-size:11px;font-weight:900;color:#94a3b8;text-transform:uppercase}.stat b{display:block;font-size:26px;color:#4f46e5;margin-top:4px}.site-footer{background:#0f172a;color:white;margin-top:50px;padding:46px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:28px}.site-footer h3,.site-footer h4{margin:0 0 12px}.site-footer p,.footer-links a{color:#94a3b8;font-size:12px;line-height:1.6;font-weight:700}.footer-links{display:grid;gap:8px}.footer-bottom{text-align:center;border-top:1px solid #1e293b;margin-top:28px;padding-top:18px;color:#64748b;font-size:11px;font-weight:800}@media(max-width:900px){.nav{display:none}.search-box,.detail-grid{grid-template-columns:1fr;display:grid}.search-field{border-right:none;border-bottom:1px solid #eef2f7}.grid,.grid-7,.grid-5,.form-grid,.packages,.admin-stats,.footer-grid{grid-template-columns:1fr}.hero h1{font-size:36px}.info-grid{grid-template-columns:1fr 1fr}}


/* SEO v2 homepage sections */
.eyebrow{
  margin:0 0 8px;
  color:#4f46e5;
  font-size:11px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.seo-intro{
  max-width:960px;
  margin:0 auto;
  text-align:left;
}
.seo-intro h2{
  margin:0 0 12px;
  font-size:28px;
  line-height:1.15;
  letter-spacing:-.03em;
  color:#0f172a;
}
.seo-intro p{
  margin:0;
  color:#475569;
  font-size:14px;
  line-height:1.8;
  font-weight:650;
}
.popular-links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.popular-links a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  border:1px solid #e0e7ff;
  background:#eef2ff;
  color:#4338ca;
  border-radius:18px;
  font-size:13px;
  font-weight:900;
}
.popular-links a:hover{
  background:#4f46e5;
  color:white;
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.feature-card{
  background:white;
  border:1px solid #eef2f7;
  border-radius:22px;
  padding:20px;
  box-shadow:0 1px 4px rgba(15,23,42,.04);
}
.feature-card b{
  display:block;
  color:#0f172a;
  font-size:15px;
  margin-bottom:8px;
}
.feature-card p{
  margin:0;
  color:#64748b;
  font-size:12px;
  line-height:1.7;
  font-weight:650;
}
.faq-list{
  max-width:900px;
  margin:0 auto;
  display:grid;
  gap:12px;
}
.faq-list details{
  background:#fff;
  border:1px solid #eef2f7;
  border-radius:18px;
  padding:16px 18px;
}
.faq-list summary{
  cursor:pointer;
  color:#0f172a;
  font-size:14px;
  font-weight:900;
}
.faq-list p{
  margin:10px 0 0;
  color:#64748b;
  font-size:13px;
  line-height:1.7;
  font-weight:650;
}
@media(max-width:900px){
  .popular-links,.feature-grid{grid-template-columns:1fr}
  .seo-intro h2{font-size:24px}
}

.footer-grid-simple {
  grid-template-columns: 2fr 1fr;
}

@media (max-width: 900px) {
  .footer-grid-simple {
    grid-template-columns: 1fr;
  }
}

/* FIX MOBILE: lokasi & kategori jadi chip horizontal */
@media (max-width: 900px) {
  section .grid-7,
  section .grid-5 {
    display: flex !important;
    flex-direction: row !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 10px !important;
    padding-bottom: 8px !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  section .grid-7 .tile,
  section .grid-5 .tile {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 145px !important;
    max-width: 180px !important;
    min-height: 46px !important;
    padding: 10px 14px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    scroll-snap-align: start;
  }

  section .grid-7::-webkit-scrollbar,
  section .grid-5::-webkit-scrollbar {
    display: none;
  }

  section .grid-7,
  section .grid-5 {
    scrollbar-width: none;
  }
}