/* Softek-style hero (https://softek.radiantthemes.com/home-version-one/) */
#home.home-section.hero-softek{
  position:relative;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:56px 0 72px;
  overflow:hidden;
  box-sizing:border-box;
  background:#f6f8fc;
  border-bottom:none;
  min-height:min(88vh, 760px);
  display:flex;
  align-items:center;
}
#home.home-section.hero-softek::before{display:none!important}

.hero-softek-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index:0;
}
.hero-blob{
  position:absolute;
  border-radius:999px;
  filter:blur(0);
}
.hero-blob-1{
  width:120px;height:120px;top:8%;left:4%;
  background:linear-gradient(135deg,#2563eb,#7c3aed);
  opacity:.95;
}
.hero-blob-2{
  width:min(520px,42vw);height:min(520px,42vw);top:18%;left:28%;
  background:radial-gradient(circle at 30% 30%, rgba(147,197,253,.55), rgba(219,234,254,.15) 70%, transparent 72%);
}
.hero-blob-3{
  width:min(380px,30vw);height:min(380px,30vw);bottom:-8%;right:8%;
  background:radial-gradient(circle, rgba(59,130,246,.12), transparent 70%);
}

.hero-softek-inner{
  position:relative;
  z-index:1;
  width:100%;
  max-width:min(1320px, calc(100vw - 48px));
  margin:0 auto;
  padding:0 clamp(20px, 4vw, 48px);
  box-sizing:border-box;
}

#home.hero-softek > .hero-grid,
#home.hero-softek .hero-softek-inner > .hero-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr)!important;
  gap:clamp(28px,5vw,64px)!important;
  align-items:center;
  max-width:none;
  margin:0;
  padding:0;
}

#home.hero-softek .hero-copy{order:1;min-width:0}

#home.hero-softek .home-kicker{
  color:#2563eb;
  font-weight:700;
  font-size:14px;
  letter-spacing:.02em;
  margin-bottom:14px;
  text-transform:none;
}

#home.hero-softek .home-title{
  font-size:clamp(32px,4.2vw,52px)!important;
  line-height:1.12!important;
  font-weight:800!important;
  color:#0f172a!important;
  -webkit-text-fill-color:#0f172a!important;
  background:none!important;
  text-shadow:none!important;
  margin:0 0 18px;
  max-width:640px;
}

#home.hero-softek .home-subtitle{
  font-size:clamp(16px,1.5vw,18px);
  line-height:1.7;
  color:#64748b;
  max-width:560px;
  margin:0 0 12px;
}

#home.hero-softek .hero-outcome{
  font-size:16px;
  font-weight:700;
  color:#1e3a8a;
  margin:0 0 24px;
  max-width:560px;
}

#home.hero-softek .hero-cta-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:20px 28px;
  margin-bottom:22px;
}

#home.hero-softek .hero-btn-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 28px;
  border-radius:6px;
  font-weight:700;
  font-size:16px;
  text-decoration:none;
  color:#fff!important;
  background:linear-gradient(90deg,#25d366 0%,#128c7e 100%);
  box-shadow:0 10px 24px rgba(37,211,102,.28);
  border:none;
  transition:transform .2s ease, box-shadow .2s ease;
}
#home.hero-softek .hero-btn-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(37,211,102,.34);
  color:#fff!important;
}

#home.hero-softek .hero-btn-secondary{
  display:inline-flex;
  align-items:center;
  padding:15px 24px;
  border-radius:6px;
  font-weight:600;
  font-size:15px;
  text-decoration:none;
  color:#0f172a;
  background:#fff;
  border:1px solid #cbd5e1;
}

#home.hero-softek .hero-contact-block strong{
  display:block;
  color:#2563eb;
  font-size:18px;
  font-weight:800;
  line-height:1.2;
}
#home.hero-softek .hero-contact-block span{
  display:block;
  color:#2563eb;
  font-size:15px;
  font-weight:700;
}
#home.hero-softek .hero-contact-block small{
  display:block;
  color:#64748b;
  font-size:13px;
  margin-top:2px;
}

#home.hero-softek .proof-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:4px;
}
#home.hero-softek .proof-badge{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e2e8f0;
  box-shadow:none;
}

#home.hero-softek .hero-visual{
  display:flex!important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  order:2;
  position:relative;
  min-height:unset!important;
  max-width:none!important;
  width:100%;
  padding:20px 0;
}

#home.hero-softek .hero-media-ring{
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(37,99,235,.12);
  pointer-events:none;
}
#home.hero-softek .hero-media-ring-1{width:min(520px,95%);aspect-ratio:1;top:50%;left:50%;transform:translate(-50%,-50%)}
#home.hero-softek .hero-media-ring-2{width:min(420px,78%);aspect-ratio:1;top:50%;left:50%;transform:translate(-50%,-50%);border-color:rgba(37,99,235,.08)}

.hero-media-frame{
  position:relative;
  width:100%;
  max-width:500px;
  aspect-ratio:1/1;
  border-radius:50%;
  overflow:hidden;
  border:8px solid #fff;
  box-shadow:0 24px 60px rgba(30,58,138,.16);
  background:#e2e8f0;
  z-index:1;
}

#home.hero-softek .hero-media-frame{
  max-width:min(480px,100%);
  border-radius:24px;
  aspect-ratio:4/4.2;
  border-width:6px;
}

#home.hero-softek .hero-media-frame .hero-media-slide{
  position:absolute!important;
  inset:0;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover;
  transform:none!important;
  filter:none!important;
  opacity:0;
  transition:opacity .9s ease;
}
#home.hero-softek .hero-media-frame .hero-media-slide.is-active{opacity:1}

.hero-media-dots{
  position:absolute;
  bottom:14px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:6px;
  z-index:2;
  padding:4px 10px;
  border-radius:999px;
  background:rgba(15,23,42,.45);
}
.hero-media-dots button{
  width:8px;height:8px;border-radius:999px;border:none;padding:0;
  background:rgba(255,255,255,.45);cursor:pointer;
}
.hero-media-dots button.is-active{background:#fff}

#home.hero-softek .hero-media-caption{
  margin-top:14px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#64748b;
}

#home.hero-softek .stats-grid,
#home.hero-softek .stats-grid + h2,
#home.hero-softek .hero-copy > h2{display:none}

@media (max-width:991px){
  #home.hero-softek{min-height:unset;padding:40px 0 48px}
  #home.hero-softek .hero-softek-inner > .hero-grid{grid-template-columns:1fr!important}
  #home.hero-softek .hero-visual{order:-1;max-width:360px;margin:0 auto}
  #home.hero-softek .hero-media-frame{max-width:320px}
  #home.hero-softek .hero-media-ring{display:none}
}

html[data-theme="dark"] #home.hero-softek{background:#0b1229}
html[data-theme="dark"] #home.hero-softek .home-title{color:#f1f5f9!important;-webkit-text-fill-color:#f1f5f9!important}
html[data-theme="dark"] #home.hero-softek .home-subtitle{color:#94a3b8}
html[data-theme="dark"] #home.hero-softek .proof-badge{background:#111827;border-color:#1e293b;color:#cbd5e1}
