.elementor-11333 .elementor-element.elementor-element-763d2a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11333 .elementor-element.elementor-element-763d2a7:not(.elementor-motion-effects-element-type-background), .elementor-11333 .elementor-element.elementor-element-763d2a7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-7f727bc */:root{
  --bg: #070b18;
  --panel: rgba(255,255,255,0.06);
  --panel2: rgba(255,255,255,0.08);
  --border: rgba(255,255,255,0.10);

  --text: #eaf0ff;
  --muted: rgba(234,240,255,0.72);

  --green: #22c55e;
  --green2:#a3e635;
  --blue: #0b4aa2;

  --white: #ffffff;
  --shadow: 0 18px 48px rgba(0,0,0,0.35);

  --max: 1140px;
  --r: 18px;
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
body{
  background: radial-gradient(1200px 600px at 12% 8%, rgba(34,197,94,0.18), transparent 60%),
              radial-gradient(1200px 600px at 88% 14%, rgba(11,74,162,0.18), transparent 62%),
              linear-gradient(180deg, #050816 0%, #070b18 60%, #060815 100%);
  color: var(--text);
  overflow-x:hidden;
}

a{ color:inherit; text-decoration:none; }
.container{ max-width:var(--max); margin:0 auto; padding:0 1.35rem; }

/* ---------- HEADER ---------- */
header{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7,11,24,0.72);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.topbar{
  height: 72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
}

.brand{
  display:flex; align-items:center; gap:0.8rem;
  min-width: 240px;
}
.mark{
  width:42px; height:42px; border-radius: 14px;
  background:
    radial-gradient(circle at 30% 30%, rgba(163,230,53,0.95), rgba(34,197,94,0.75) 50%, rgba(11,74,162,0.35) 100%);
  box-shadow: 0 16px 38px rgba(34,197,94,0.18);
  display:flex; align-items:center; justify-content:center;
  font-weight:900; letter-spacing:0.08em; font-size:0.78rem;
  color:#081026;
}
.brand .name{
  display:flex; flex-direction:column; line-height:1.05;
}
.brand .name strong{
  font-size:0.98rem; letter-spacing:0.12em; text-transform:uppercase;
}
.brand .name span{
  font-size:0.75rem; color:var(--muted); letter-spacing:0.12em; text-transform:uppercase;
  margin-top:0.15rem;
}

nav{
  display:flex; align-items:center; gap:1.35rem;
  font-size:0.95rem;
}
nav a{
  color: var(--muted);
  padding: 0.4rem 0.15rem;
  position:relative;
  font-weight:500;
}
nav a:hover{ color: var(--text); }
nav a::after{
  content:"";
  position:absolute;
  left:0; bottom: -0.15rem;
  height:2px; width:0;
  background: linear-gradient(90deg, var(--green), var(--green2));
  transition: width 0.18s ease;
}
nav a:hover::after{ width:100%; }

.nav-cta{
  padding:0.6rem 1.05rem !important;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(34,197,94,1), rgba(163,230,53,0.9));
  color:#071018 !important;
  font-weight:800;
  box-shadow: 0 14px 38px rgba(34,197,94,0.25);
  border: 1px solid rgba(255,255,255,0.10);
}
.nav-cta:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 44px rgba(34,197,94,0.30);
}

.nav-toggle{
  display:none;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.16);
  color: var(--text);
  border-radius: 12px;
  padding: 0.5rem 0.7rem;
  cursor:pointer;
  font-size: 1.1rem;
}

/* ---------- HERO ---------- */
.hero{
  padding: 3.8rem 0 3.1rem;
  position: relative;
}

.hero-grid{
  display:flex;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
  gap: 2.2rem;
  align-items:center;
}

.eyebrow{
  display:inline-flex;
  gap:0.55rem;
  align-items:center;
  font-size: 0.82rem;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color: rgba(234,240,255,0.78);
  margin-bottom: 0.9rem;
}

.dot{
  width:10px; height:10px; border-radius:999px;
  background: linear-gradient(135deg, var(--green), var(--green2));
  box-shadow: 0 10px 22px rgba(34,197,94,0.25);
}

h1{
  margin:0 0 1.0rem;
  font-size: clamp(2.4rem, 3.6vw, 3.7rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
}

.lead{
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.65;
  max-width: 44ch;
  margin-bottom: 1.55rem;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:0.85rem;
  align-items:center;
  margin-bottom: 1.1rem;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 0.78rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  font-weight:800;
  font-size: 0.95rem;
  cursor:pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
  user-select:none;
}
.btn-primary{
  background: linear-gradient(135deg, rgba(34,197,94,1), rgba(163,230,53,0.92));
  color:#071018;
  box-shadow: 0 16px 42px rgba(34,197,94,0.22);
}
.btn-primary:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 48px rgba(34,197,94,0.28);
}
.btn-secondary{
  background: rgba(255,255,255,0.06);
  color: var(--text);
}
.btn-secondary:hover{
  background: rgba(255,255,255,0.09);
}

.micro{
  font-size: 0.82rem;
  color: rgba(234,240,255,0.62);
  line-height: 1.45;
  max-width: 54ch;
}
.micro b{ color: rgba(234,240,255,0.9); }

/* Right side hero card */
.hero-panel{
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  padding: 1.35rem;
  box-shadow: var(--shadow);
  position: relative;
  overflow:hidden;
}

.hero-panel::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(500px 240px at 30% 10%, rgba(34,197,94,0.20), transparent 60%),
              radial-gradient(520px 260px at 90% 30%, rgba(11,74,162,0.18), transparent 55%);
  pointer-events:none;
}

.panel-inner{
  position: relative;
  display:flex;
  flex-direction:column;
  gap: 0.85rem;
}

.panel-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 0.6rem;
}

.panel-title strong{
  letter-spacing:0.12em;
  text-transform:uppercase;
  font-size:0.82rem;
  color: rgba(234,240,255,0.85);
}

.chip{
  font-size:0.75rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.20);
  color: rgba(234,240,255,0.9);
  white-space:nowrap;
}

.panel-blurb{
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

.kpi-row{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 0.25rem;
}

.kpi{
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  padding: 0.9rem;
}
.kpi .val{
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin-bottom: 0.15rem;
}
.kpi .lab{
  font-size: 0.78rem;
  color: rgba(234,240,255,0.70);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.3;
}

.panel-links{
  display:flex;
  gap:0.8rem;
  flex-wrap:wrap;
  margin-top: 0.25rem;
}
.panel-links a{
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(234,240,255,0.9);
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.05);
}
.panel-links a:hover{
  background: rgba(255,255,255,0.08);
}

h1{
    color: #ffffff;
}

.container {
    max-width: 1320px !important;
}/* End custom CSS */