
:root{
  --primary:#009b8f;
  --primary-dark:#04766d;
  --primary-soft:#e6fffb;
  --dark:#111827;
  --muted:#64748b;
  --bg1:#e9fbff;
  --bg2:#f8fbff;
  --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,var(--bg1) 0%,var(--bg2) 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,.88);
  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:24px;
  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:82px 22px 58px;
}
.hero-wrap{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  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:730px;
  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:380px;
}
.dashboard-card{
  background:rgba(255,255,255,.88);
  border:1px solid #e2e8f0;
  border-radius:34px;
  padding:34px;
  box-shadow:var(--shadow);
  max-width:440px;
  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:1120px;
  margin:0 auto 70px;
  padding:0 22px;
}
.section-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:34px;
  padding:42px;
  box-shadow:0 18px 60px rgba(15,23,42,.07);
}
.section-card h2{
  font-size:34px;
  line-height:1.25;
  margin:0 0 16px;
  color:#101828;
}
.section-card p,.section-card li{
  color:#334155;
  font-size:17px;
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px;
}
.feature{
  background:#f8fbff;
  border:1px solid #dbeafe;
  border-radius:24px;
  padding:22px;
}
.feature h3{
  margin:0 0 8px;
  font-size:19px;
  color:#101828;
}
.note{
  background:#ecfeff;
  border:1px solid #b7f0ec;
  color:#134e4a;
  border-radius:22px;
  padding:20px;
  margin:26px 0;
  font-weight:700;
}
.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:950px){
  .hero-wrap{grid-template-columns:1fr}
  .visual{display:none}
  h1{font-size:42px}
  .feature-grid{grid-template-columns:1fr}
}
@media(max-width:650px){
  .nav{align-items:flex-start;flex-direction:column}
  .nav-links{gap:14px}
  h1{font-size:34px}
  .section-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;
  }
}
