:root{
  --primary:#009b8f;
  --primary-dark:#04766d;
  --primary-light:#dffaf7;
  --dark:#111827;
  --muted:#64748b;
  --bg:#eefbff;
  --card:#ffffff;
  --border:#dbeafe;
  --shadow:0 24px 70px rgba(15,23,42,.10);
}
*{box-sizing:border-box}
body{
  margin:0;
  font-family:Inter,Arial,sans-serif;
  background:linear-gradient(135deg,#e9fbff 0%,#f8fbff 55%,#eefbff 100%);
  color:var(--dark);
  line-height:1.7;
}
body[dir="rtl"]{
  font-family:Tahoma,Arial,sans-serif;
  direction:rtl;
  text-align:right;
}
a{text-decoration:none}
.header{
  background:rgba(255,255,255,.86);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(226,232,240,.8);
  position:sticky;
  top:0;
  z-index:50;
}
.nav{
  max-width:1200px;
  margin:auto;
  padding:16px 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--primary);
  font-size:26px;
  font-weight:900;
  letter-spacing:.3px;
}
.brand img{
  width:48px;
  height:48px;
  border-radius:14px;
  background:#fff;
  padding:5px;
  box-shadow:0 10px 25px rgba(15,23,42,.08);
}
.nav-links{
  display:flex;
  align-items:center;
  gap:26px;
  flex-wrap:wrap;
}
.nav-links a{
  color:#172033;
  font-weight:800;
  font-size:15px;
}
.lang{
  background:#fff;
  border:1px solid #dbeafe;
  border-radius:999px;
  padding:10px 16px;
  box-shadow:0 8px 20px rgba(15,23,42,.06);
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--primary);
  color:#fff !important;
  border-radius:999px;
  padding:14px 24px;
  font-weight:900;
  box-shadow:0 16px 35px rgba(0,155,143,.24);
}
.btn.white{
  background:#fff;
  color:#111827 !important;
  border:1px solid #e2e8f0;
  box-shadow:0 12px 28px rgba(15,23,42,.07);
}
.hero{
  padding:84px 22px 55px;
}
.hero-wrap{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:48px;
  align-items:center;
}
.badge{
  display:inline-flex;
  background:#fff;
  color:var(--primary-dark);
  padding:10px 18px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 12px 28px rgba(15,23,42,.07);
  margin-bottom:22px;
}
h1{
  font-size:58px;
  line-height:1.08;
  letter-spacing:-1.6px;
  margin:0 0 24px;
  color:#101828;
}
.lead{
  font-size:20px;
  color:#5b6b86;
  max-width:720px;
  margin:0 0 28px;
}
.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:24px;
}
.pills{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.pill{
  background:#fff;
  color:var(--primary-dark);
  border:1px solid #d9f3ef;
  border-radius:999px;
  padding:8px 14px;
  font-weight:900;
  box-shadow:0 8px 18px rgba(15,23,42,.05);
}
.visual{
  position:relative;
  min-height:360px;
}
.dashboard-card{
  background:rgba(255,255,255,.86);
  border:1px solid #e2e8f0;
  border-radius:34px;
  padding:34px;
  box-shadow:var(--shadow);
  max-width:430px;
  margin:auto;
}
.logo-box{
  width:58px;
  height:58px;
  border-radius:18px;
  background:#dffaf7;
  color:var(--primary);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  font-weight:900;
  margin-bottom:20px;
}
.grid-mini{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:20px;
}
.mini{
  border:1px solid #dbeafe;
  border-radius:18px;
  padding:16px;
  background:#f8fbff;
}
.mini strong{
  display:block;
  font-size:22px;
  color:#0f172a;
}
.float-tag{
  position:absolute;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:18px;
  padding:13px 18px;
  font-weight:900;
  box-shadow:0 16px 35px rgba(15,23,42,.10);
}
.t1{top:20px;left:10px}
.t2{top:160px;right:10px}
.t3{bottom:35px;left:40px}
main{
  max-width:1050px;
  margin:0 auto 70px;
  padding:0 22px;
}
.article-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:34px;
  padding:42px;
  box-shadow:0 18px 60px rgba(15,23,42,.07);
}
.article-card h2{
  font-size:32px;
  line-height:1.25;
  margin:42px 0 14px;
  color:#101828;
}
.article-card h3{
  font-size:22px;
  margin:28px 0 10px;
}
.article-card p,.article-card li{
  color:#334155;
  font-size:17px;
}
.note{
  background:#ecfeff;
  border:1px solid #b7f0ec;
  color:#134e4a;
  border-radius:22px;
  padding:20px;
  margin:26px 0;
  font-weight:700;
}
.table-wrap{
  overflow-x:auto;
  border:1px solid #e2e8f0;
  border-radius:22px;
  margin:24px 0;
}
table{
  width:100%;
  border-collapse:collapse;
  min-width:720px;
}
th,td{
  padding:16px 18px;
  border-bottom:1px solid #e2e8f0;
  text-align:left;
  vertical-align:top;
}
body[dir="rtl"] th,body[dir="rtl"] td{text-align:right}
th{
  background:#f1f5f9;
  color:#111827;
  font-weight:900;
}
tr:last-child td{border-bottom:0}
.cta-box{
  margin-top:38px;
  background:linear-gradient(135deg,#009b8f,#13b8aa);
  color:#fff;
  border-radius:30px;
  padding:34px;
  text-align:center;
}
.cta-box h2{
  color:#fff;
  margin-top:0;
}
.cta-box p{color:#eafffb}
.footer{
  max-width:1050px;
  margin:0 auto 35px;
  padding:0 22px;
  text-align:center;
  color:#64748b;
}
.footer a{
  color:var(--primary-dark);
  font-weight:800;
  margin:0 10px;
}
@media(max-width:900px){
  .hero-wrap{grid-template-columns:1fr}
  h1{font-size:42px}
  .visual{display:none}
}
@media(max-width:650px){
  .nav{align-items:flex-start;flex-direction:column}
  .nav-links{gap:14px}
  h1{font-size:34px}
  .article-card{padding:26px}
}

/* Havvi HR dropdown navigation */
.nav-item{
  position:relative;
}
.nav-drop-btn{
  border:0;
  background:transparent;
  color:#172033;
  font-weight:900;
  font-size:15px;
  cursor:pointer;
  padding:12px 0;
  font-family:inherit;
}
.dropdown-menu{
  display:none;
  position:absolute;
  top:42px;
  left:50%;
  transform:translateX(-50%);
  min-width:300px;
  background:#fff;
  border:1px solid #dbeafe;
  border-radius:22px;
  padding:18px;
  box-shadow:0 24px 70px rgba(15,23,42,.13);
  z-index:999;
}
body[dir="rtl"] .dropdown-menu{
  right:50%;
  left:auto;
  transform:translateX(50%);
}
.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu{
  display:block;
}
.dropdown-title{
  color:#04766d;
  font-weight:900;
  font-size:17px;
  padding:6px 10px 12px;
  border-bottom:1px solid #e2e8f0;
  margin-bottom:8px;
}
.dropdown-menu a{
  display:block;
  padding:10px;
  border-radius:12px;
  color:#172033;
  font-weight:800;
  font-size:15px;
}
.dropdown-menu a:hover{
  background:#ecfeff;
  color:#04766d;
}
@media(max-width:650px){
  .dropdown-menu{
    position:static;
    transform:none;
    min-width:100%;
    margin-top:6px;
  }
  body[dir="rtl"] .dropdown-menu{
    transform:none;
  }
}
