/*
Theme Name: WorkForce DarkBlue Pro
Theme URI: https://globalit.example
Author: Global IT
Author URI: https://globalit.example
Description: Dark Blue professional workforce landing + Elementor friendly theme. Includes customizer settings and WhatsApp floating icon.
Version: 1.0.0
License: GPLv2 or later
Text Domain: workforce-darkblue-pro
*/

:root{
  --wf-bg:#07162f;
  --wf-surface:#0c2346;
  --wf-surface-2:#0f2d59;
  --wf-border:rgba(255,255,255,0.08);
  --wf-text:#eaf2ff;
  --wf-muted:rgba(234,242,255,0.75);
  --wf-accent:#46b1ff;
  --wf-accent-2:#7c4dff;
  --wf-radius:18px;
  --wf-shadow: 0 12px 30px rgba(0,0,0,.35);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background: var(--wf-bg);
  color: var(--wf-text);
  line-height:1.6;
}
a{color:var(--wf-accent); text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%; height:auto}

.wf-container{width:min(1100px,92%); margin-inline:auto}
.wf-topbar{
  background: rgba(0,0,0,0.18);
  border-bottom:1px solid var(--wf-border);
}
.wf-topbar .wf-container{
  display:flex; gap:14px; align-items:center; justify-content:space-between;
  padding:8px 0;
  font-size:14px; color:var(--wf-muted);
}
.wf-brand{display:flex; align-items:center; gap:10px}
.wf-logo{width:36px; height:36px; border-radius:12px; overflow:hidden; background:rgba(255,255,255,.08); display:grid; place-items:center}
.wf-logo img{width:100%; height:100%; object-fit:cover}
.wf-site-title{font-weight:700; letter-spacing:.2px; color:var(--wf-text)}
.wf-site-tag{font-size:12px; color:var(--wf-muted)}

.wf-header{
  position:sticky; top:0; z-index:60;
  backdrop-filter: blur(10px);
  background: rgba(7,22,47,.65);
  border-bottom:1px solid var(--wf-border);
}
.wf-header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
}
.wf-nav{display:flex; gap:18px; align-items:center}
.wf-nav a{color:var(--wf-text); opacity:.9; font-weight:600}
.wf-nav a:hover{opacity:1}

.wf-menu-btn{
  display:none;
  border:1px solid var(--wf-border);
  background: rgba(255,255,255,0.06);
  color: var(--wf-text);
  padding:10px 12px;
  border-radius:14px;
  cursor:pointer;
}
.wf-mobile-panel{
  display:none;
  border-top:1px solid var(--wf-border);
  padding:10px 0 14px;
}
.wf-mobile-panel a{
  display:block;
  padding:10px 0;
  color:var(--wf-text);
  font-weight:700;
  opacity:.92;
  border-bottom:1px solid rgba(255,255,255,0.06);
}

.wf-hero{
  position:relative;
  padding:84px 0 46px;
  overflow:hidden;
}
.wf-hero::before{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(900px 450px at 15% 15%, rgba(70,177,255,0.28), transparent 60%),
    radial-gradient(900px 450px at 85% 25%, rgba(124,77,255,0.22), transparent 60%),
    linear-gradient(135deg, rgba(18,44,90,0.55), rgba(7,22,47,0.25));
  z-index:-2;
}
.wf-hero::after{
  content:"";
  position:absolute; inset:-40px;
  opacity:.16;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='700' viewBox='0 0 1200 700'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.35'%3E%3Cpath d='M100 300c120-80 250-60 360 0s250 70 350 10 220-70 290-10'/%3E%3Cpath d='M60 420c140-90 280-80 420-10s270 90 380 30 210-70 290-20'/%3E%3Cpath d='M120 170c120-60 220-40 320 10s210 60 310 10 220-60 320 0'/%3E%3C/g%3E%3Cg fill='%23ffffff' fill-opacity='.35'%3E%3Ccircle cx='190' cy='250' r='2'/%3E%3Ccircle cx='380' cy='190' r='2'/%3E%3Ccircle cx='540' cy='240' r='2'/%3E%3Ccircle cx='720' cy='210' r='2'/%3E%3Ccircle cx='860' cy='280' r='2'/%3E%3Ccircle cx='980' cy='220' r='2'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position:center;
  z-index:-1;
}

.wf-hero-grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:26px;
  align-items:center;
}
.wf-h1{
  font-size: clamp(30px, 3.4vw, 52px);
  line-height:1.15;
  margin:0 0 10px;
  letter-spacing:-.5px;
}
.wf-lead{
  margin:0 0 18px;
  color:var(--wf-muted);
  font-size: 16px;
}
.wf-cta-row{display:flex; gap:12px; flex-wrap:wrap}
.wf-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:16px;
  border:1px solid var(--wf-border);
  background: rgba(255,255,255,0.06);
  color:var(--wf-text);
  font-weight:800;
  cursor:pointer;
}
.wf-btn.wf-primary{
  background: linear-gradient(135deg, rgba(70,177,255,.9), rgba(124,77,255,.9));
  border-color: rgba(255,255,255,0.14);
  box-shadow: 0 18px 40px rgba(70,177,255,.14);
}
.wf-btn:hover{transform: translateY(-1px)}
.wf-hero-card{
  background: rgba(12,35,70,.6);
  border:1px solid var(--wf-border);
  border-radius: var(--wf-radius);
  box-shadow: var(--wf-shadow);
  padding:18px;
}
.wf-hero-card h3{margin:0 0 8px}
.wf-hero-stats{
  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap:12px;
  margin-top:14px;
}
.wf-stat{
  background: rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:16px;
  padding:12px;
}
.wf-stat b{display:block; font-size:18px}
.wf-section{padding:34px 0}
.wf-section h2{margin:0 0 14px; font-size:24px}
.wf-cards{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:14px;
}
.wf-card{
  background: rgba(12,35,70,.62);
  border:1px solid var(--wf-border);
  border-radius: var(--wf-radius);
  box-shadow: var(--wf-shadow);
  padding:16px;
}
.wf-card h3{margin:0 0 6px}
.wf-card p{margin:0; color:var(--wf-muted)}

.wf-footer{
  border-top:1px solid var(--wf-border);
  padding:20px 0;
  color: var(--wf-muted);
  background: rgba(0,0,0,0.18);
}
.wf-footer a{color:var(--wf-text); opacity:.9}
.wf-footer small{opacity:.9}

.wf-whatsapp{
  position:fixed;
  right:16px;
  bottom:16px;
  width:54px;
  height:54px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#25D366;
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
  z-index:80;
  border: 2px solid rgba(255,255,255,.2);
}
.wf-whatsapp svg{width:26px; height:26px; fill:#fff}

@media (max-width: 920px){
  .wf-hero-grid{grid-template-columns:1fr}
  .wf-cards{grid-template-columns:1fr}
  .wf-menu-btn{display:inline-flex}
  .wf-nav{display:none}
  .wf-mobile-panel{display:block}
}
