/*
 * V4 Main CSS — SecureIT Solutions
 * Futurist Gradient Mesh — WordPress Child Theme Adaptation
 * Based on mockup-v4-futurist.html
 * ============================================================
 */

/* ============================================================
   RESET & BOX MODEL
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ============================================================
   CSS CUSTOM PROPERTIES
   ============================================================ */
:root {
  --bg: #050B1E;
  --bg2: #080F24;
  --bg3: #0D1630;
  --surface: rgba(255,255,255,0.07);
  --surface2: rgba(255,255,255,0.11);
  --border: rgba(255,255,255,0.14);
  --border2: rgba(255,255,255,0.22);
  --blue: #0EA5E9;
  --cyan: #0EA5E9;
  --violet: #7C3AED;
  --purple: #7C3AED;
  --gold: #FBBF24;
  --gold2: #F59E0B;
  --text: #F8FAFC;
  --text-muted: #B0BEC5;
  --text-dim: #78909C;
  --green: #10B981;
  --red: #EF4444;
}

/* ============================================================
   BASE / BODY
   ============================================================ */
body {
  font-family: 'Outfit', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Fix BeTheme sidebar padding — BeTheme adds padding-left:250px for sidebar layout */
body.v4-site {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
body.v4-site main,
body.v4-site #main-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}

/* Override BeTheme heading/body color — BeTheme sets h1-h4 to #2a2a2a and body to #626262 */
body.v4-site,
body.v4-site p,
body.v4-site li,
body.v4-site span:not(.cert):not(.srv-tag):not(.office-chip),
body.v4-site strong,
body.v4-site label,
body.v4-site td,
body.v4-site th {
  color: var(--text) !important;
}

body.v4-site h1,
body.v4-site h2,
body.v4-site h3,
body.v4-site h4,
body.v4-site h5,
body.v4-site h6 {
  font-family: 'Bricolage Grotesque', sans-serif;
  color: var(--text) !important;
}

/* Restore muted color for elements that intentionally use it */
body.v4-site .text-muted,
body.v4-site [class*="-desc"],
body.v4-site [class*="-sub"],
body.v4-site .footer-desc,
body.v4-site .plan-desc,
body.v4-site .srv-card-full p,
body.v4-site .mvv-card p,
body.v4-site .mvv-card p,
body.v4-site .benefit-item p,
body.v4-site .val-card p,
body.v4-site .inc-card p,
body.v4-site .proc-step p,
body.v4-site .why-content p,
body.v4-site .story-text p,
body.v4-site .testi-text,
body.v4-site .testi-role,
body.v4-site .loc-details,
body.v4-site .contact-detail,
body.v4-site .pricing-note,
body.v4-site .pg-hero p,
body.v4-site .pg-cta p,
body.v4-site .faq-a {
  color: var(--text-muted) !important;
}

h1, h2, h3, h4 { font-family: 'Bricolage Grotesque', sans-serif; }

/* ============================================================
   MESH BACKGROUND
   ============================================================ */
.mesh-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 20% 10%, rgba(124,58,237,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(14,165,233,0.14) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 50% 80%, rgba(124,58,237,0.10) 0%, transparent 60%);
}

.grid-overlay {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(14,165,233,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,165,233,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
}

.variant-label {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 9999;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 20px rgba(124,58,237,0.5);
}

/* ============================================================
   NAVIGATION
   ============================================================ */
#v4-nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 60px !important;
  height: 72px !important;
  background: rgba(5,11,30,0.85) !important;
  backdrop-filter: blur(20px) !important;
  border-bottom: 1px solid var(--border) !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
#v4-nav .nav-right {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-shrink: 0 !important;
}
/* Keep nav selector for scroll shadow JS */
nav#v4-nav { overflow: visible !important; }

.logo {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-badge {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.logo-text { color: var(--text); }
.logo-text span { color: var(--gold); }

.nav-links {
  display: flex;
  gap: 4px;
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 8px;
  transition: all .2s;
}

.nav-links a:hover {
  color: var(--text);
  background: var(--surface2);
}

/* Nav aliases for WordPress compatibility */
.nav-center { display: flex; gap: 4px; list-style: none; }
.nav-right .nav-link {
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 8px;
  transition: all .2s;
}
.nav-right .nav-link:hover { color: var(--text); background: var(--surface2); }

.nav-cta {
  background: var(--gold);
  color: #0D1117;
  border: none;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  font-family: 'Bricolage Grotesque', sans-serif;
  transition: all .2s;
}

.nav-cta:hover {
  background: var(--gold2);
  box-shadow: 0 4px 20px rgba(251,191,36,0.4);
}

/* Mobile nav toggle (hidden on desktop, shown on mobile) */
.nav-mobile-toggle {
  display: none;
  background: none;
  border: 1px solid var(--border2);
  color: var(--text);
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
}
.nav-mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.nav-mobile-menu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  background: rgba(5,11,30,0.97);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 16px 24px;
  gap: 4px;
  z-index: 99;
}

.nav-mobile-menu.open { display: flex; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  z-index: 1;
  padding: 110px 60px 90px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(14,165,233,0.3);
  background: rgba(14,165,233,0.06);
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 28px;
}

.hero-tag-dot {
  width: 6px;
  height: 6px;
  background: var(--blue);
  border-radius: 50%;
  animation: blink 2s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(14,165,233,0.7); }
  50%       { opacity: .5; box-shadow: 0 0 0 6px rgba(14,165,233,0); }
}

.hero h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -2.5px;
  margin-bottom: 24px;
}

.hero h1 .grad {
  background: linear-gradient(135deg, var(--blue) 0%, var(--purple) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero h1 .gold {
  color: var(--gold);
  -webkit-text-fill-color: var(--gold);
}

.hero-sub {
  font-size: 17px;
  color: var(--text-muted);
  margin-bottom: 40px;
  max-width: 480px;
  line-height: 1.75;
}

.hero-btns {
  display: flex;
  gap: 14px;
  margin-bottom: 56px;
}

.btn-gold {
  background: var(--gold);
  color: #0D1117;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  font-family: 'Bricolage Grotesque', sans-serif;
  transition: all .2s;
  display: inline-block;
}

.btn-gold:hover {
  background: var(--gold2);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(251,191,36,0.4);
}

.btn-glass {
  background: var(--surface2);
  color: var(--text);
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid var(--border2);
  transition: all .2s;
  display: inline-block;
  backdrop-filter: blur(8px);
}

.btn-glass:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.25);
}

.hero-trust {
  display: flex;
  gap: 32px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-muted);
}

.trust-icon { font-size: 16px; }

/* ============================================================
   HERO VISUAL
   ============================================================ */
.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.glass-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 20px;
  padding: 24px;
  backdrop-filter: blur(20px);
  transition: all .3s;
}

.glass-card:hover {
  border-color: rgba(14,165,233,0.3);
  box-shadow: 0 0 40px rgba(14,165,233,0.08);
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.card-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-muted);
}

.status-live {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--green);
  font-weight: 700;
}

.status-dot {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16,185,129,0.6); }
  50%       { box-shadow: 0 0 0 6px rgba(16,185,129,0); }
}

.big-metric {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -2px;
  color: var(--text);
  font-family: 'Bricolage Grotesque', sans-serif;
}

.metric-sub {
  font-size: 13px;
  color: var(--green);
  margin-top: 4px;
  font-weight: 600;
}

.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mini-glass {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  padding: 16px;
}

.mini-val {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.mini-val.blue   { color: var(--blue); }
.mini-val.purple { color: #A78BFA; }
.mini-val.gold   { color: var(--gold); }
.mini-val.green  { color: var(--green); }

.mini-lbl {
  font-size: 11px;
  color: var(--text-muted);
  margin-top: 3px;
}

/* Threat feed */
.threat-feed {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.threat-row {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.03);
  border-radius: 8px;
  padding: 10px 12px;
  border-left: 3px solid transparent;
  font-size: 12px;
}

.threat-row.blocked { border-color: var(--green); }
.threat-row.warn    { border-color: var(--gold); }

.threat-icon { font-size: 14px; flex-shrink: 0; }
.threat-text { color: var(--text-muted); flex: 1; }
.threat-text strong { color: var(--text); }
.threat-time { color: var(--text-muted); font-size: 10px; }

.threat-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
}

.threat-badge.ok   { background: rgba(16,185,129,0.15); color: var(--green); }
.threat-badge.warn { background: rgba(251,191,36,0.15); color: var(--gold); }

/* ============================================================
   SECTION BASE
   ============================================================ */
section { position: relative; z-index: 1; }

/* ============================================================
   LOGOS STRIP
   ============================================================ */
.logos-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,0.02);
  padding: 24px 60px;
  display: flex;
  align-items: center;
  gap: 0;
}

.logos-strip-label {
  font-size: 12px;
  color: var(--text-muted);
  white-space: nowrap;
  margin-right: 48px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.logos-strip-items {
  display: flex;
  gap: 56px;
  align-items: center;
}

.logo-name {
  font-size: 13px;
  font-weight: 700;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ============================================================
   SERVICES SECTION
   ============================================================ */
.services-section { padding: 100px 60px; }

.sec-inner {
  max-width: 1300px;
  margin: 0 auto;
}

.sec-eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--blue);
  margin-bottom: 16px;
}

.sec-title {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.1;
  margin-bottom: 16px;
}

.sec-title .grad {
  background: linear-gradient(135deg, var(--text) 0%, var(--text-muted) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sec-sub {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 520px;
  margin-bottom: 64px;
}

.srv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.srv-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 20px;
  padding: 30px;
  cursor: pointer;
  transition: all .3s;
  backdrop-filter: blur(16px);
  position: relative;
  overflow: hidden;
}

.srv-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0% 0%, rgba(14,165,233,0.12) 0%, transparent 60%);
  opacity: 0;
  transition: opacity .3s;
}

.srv-card:hover {
  border-color: rgba(14,165,233,0.4);
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(0,0,0,0.4), 0 0 0 1px rgba(14,165,233,0.1);
}

.srv-card:hover::before { opacity: 1; }

.srv-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  position: relative;
}

.srv-icon-wrap.c1 { background: linear-gradient(135deg, rgba(124,58,237,0.25), rgba(14,165,233,0.15)); border: 1px solid rgba(124,58,237,0.25); }
.srv-icon-wrap.c2 { background: linear-gradient(135deg, rgba(14,165,233,0.25), rgba(16,185,129,0.15)); border: 1px solid rgba(14,165,233,0.25); }
.srv-icon-wrap.c3 { background: linear-gradient(135deg, rgba(251,191,36,0.2), rgba(245,158,11,0.1)); border: 1px solid rgba(251,191,36,0.2); }
.srv-icon-wrap.c4 { background: linear-gradient(135deg, rgba(16,185,129,0.2), rgba(14,165,233,0.1)); border: 1px solid rgba(16,185,129,0.2); }
.srv-icon-wrap.c5 { background: linear-gradient(135deg, rgba(239,68,68,0.2), rgba(124,58,237,0.1)); border: 1px solid rgba(239,68,68,0.15); }
.srv-icon-wrap.c6 { background: linear-gradient(135deg, rgba(251,191,36,0.15), rgba(16,185,129,0.1)); border: 1px solid rgba(251,191,36,0.15); }

.srv-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text);
  letter-spacing: -0.3px;
}

.srv-desc {
  font-size: 13.5px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.srv-tag {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 6px;
  display: inline-block;
}

.srv-tag.blue   { background: rgba(14,165,233,0.12); color: var(--blue);   border: 1px solid rgba(14,165,233,0.2); }
.srv-tag.purple { background: rgba(124,58,237,0.12); color: #A78BFA;       border: 1px solid rgba(124,58,237,0.2); }
.srv-tag.gold   { background: rgba(251,191,36,0.1);  color: var(--gold);   border: 1px solid rgba(251,191,36,0.15); }
.srv-tag.green  { background: rgba(16,185,129,0.1);  color: var(--green);  border: 1px solid rgba(16,185,129,0.15); }

/* ============================================================
   SECURITY STATS SECTION
   ============================================================ */
.security-section  { padding: 0 60px 100px; }
.security-inner    { max-width: 1300px; margin: 0 auto; }

.security-box {
  background: linear-gradient(135deg, rgba(124,58,237,0.12) 0%, rgba(14,165,233,0.08) 50%, rgba(5,11,30,0) 100%);
  border: 1px solid var(--border2);
  border-radius: 28px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.security-title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.15;
  margin-bottom: 16px;
}

.security-title .grad-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.security-desc {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 32px;
}

.security-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sec-badge {
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 8px;
  border: 1px solid var(--border2);
  color: var(--text-muted);
  background: var(--surface);
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Progress bars */
.progress-list { display: flex; flex-direction: column; gap: 24px; }
.progress-item {}

.progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.progress-name { font-size: 14px; font-weight: 600; color: var(--text); }
.progress-pct  { font-size: 14px; font-weight: 700; }

.progress-track {
  background: rgba(255,255,255,0.06);
  border-radius: 6px;
  height: 8px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  border-radius: 6px;
  transition: width 1.5s ease;
}

.fill-blue   { background: linear-gradient(90deg, var(--blue),  #38BDF8); }
.fill-purple { background: linear-gradient(90deg, var(--purple), #A78BFA); }
.fill-green  { background: linear-gradient(90deg, var(--green),  #34D399); }
.fill-gold   { background: linear-gradient(90deg, var(--gold2),  var(--gold)); }

/* ============================================================
   COMPARE SECTION
   ============================================================ */
.compare-section {
  background: var(--bg3);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 100px 60px;
}

.compare-inner { max-width: 1300px; margin: 0 auto; }

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 56px;
}

.compare-col {
  border-radius: 20px;
  padding: 36px;
  border: 1px solid rgba(255,255,255,0.16);
}

.compare-col.us {
  background: linear-gradient(135deg, rgba(124,58,237,0.22) 0%, rgba(14,165,233,0.12) 100%);
  border-color: rgba(124,58,237,0.45);
}

.compare-col.them { background: rgba(255,255,255,0.06); }

.compare-col-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  font-family: 'Bricolage Grotesque', sans-serif;
}

.compare-col-sub {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 28px;
}

.compare-price {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.5px;
  font-family: 'Bricolage Grotesque', sans-serif;
  margin-bottom: 24px;
}

.compare-price .unit { font-size: 16px; color: var(--text-muted); font-weight: 400; }
.compare-price.us-price   { color: var(--gold); }
.compare-price.them-price { color: var(--text-muted); }

.compare-items { display: flex; flex-direction: column; gap: 14px; }

.compare-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
}

.ci-icon { font-size: 16px; flex-shrink: 0; margin-top: 1px; }
.ci-text { color: var(--text-muted); }
.ci-text strong { color: var(--text); }

/* ============================================================
   NUMBERS SECTION
   ============================================================ */
.numbers-section { padding: 100px 60px; }
.numbers-inner   { max-width: 1300px; margin: 0 auto; }

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.num-cell {
  padding: 48px 36px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.14);
  transition: background .2s;
  background: rgba(255,255,255,0.05);
}

.num-cell:first-child { border-radius: 20px 0 0 20px; }
.num-cell:last-child  { border-radius: 0 20px 20px 0; }
.num-cell:hover       { background: rgba(255,255,255,0.05); }

.num-big {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -2.5px;
  font-family: 'Bricolage Grotesque', sans-serif;
  line-height: 1;
  margin-bottom: 8px;
}

.num-big.g1 { color: var(--blue); }
.num-big.g2 {
  background: linear-gradient(135deg, var(--purple), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.num-big.g3 { color: var(--green); }
.num-big.g4 { color: var(--gold); }

.num-label { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.num-desc  { font-size: 12px; color: var(--text-muted); }

/* ============================================================
   TESTIMONIALS SECTION
   ============================================================ */
.testi-section {
  padding: 100px 60px;
  background: var(--bg2);
  border-top: 1px solid var(--border);
}

.testi-inner { max-width: 1300px; margin: 0 auto; }

.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.testi-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 20px;
  padding: 32px;
  transition: all .3s;
}

.testi-card:hover {
  border-color: rgba(124,58,237,0.3);
  box-shadow: 0 0 40px rgba(124,58,237,0.08);
}

.testi-quote {
  font-size: 32px;
  color: #A78BFA;
  opacity: 0.85;
  line-height: 1;
  margin-bottom: 16px;
  font-family: Georgia, serif;
}

.testi-text {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 24px;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-av {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid var(--border2);
}

.testi-av.a1 { background: rgba(124,58,237,0.2); }
.testi-av.a2 { background: rgba(14,165,233,0.2); }
.testi-av.a3 { background: rgba(251,191,36,0.2); }

.testi-name  { font-size: 14px; font-weight: 700; color: var(--text); }
.testi-role  { font-size: 12px; color: var(--text-muted); }
.testi-stars { color: var(--gold); font-size: 12px; letter-spacing: 1px; margin-top: 2px; }

/* ============================================================
   CTA SECTION
   ============================================================ */
.cta-section { padding: 100px 60px; }
.cta-inner   { max-width: 1300px; margin: 0 auto; }

.cta-box {
  border-radius: 28px;
  padding: 80px;
  background: linear-gradient(135deg, #0D1B4B 0%, #1A0B3B 50%, #080F24 100%);
  border: 1px solid rgba(124,58,237,0.3);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.cta-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 30% 50%, rgba(124,58,237,0.25) 0%, transparent 60%),
    radial-gradient(ellipse 50% 70% at 70% 50%, rgba(14,165,233,0.2) 0%, transparent 60%);
  pointer-events: none;
}

.cta-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 20px;
  position: relative;
}

.cta-h {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -2.5px;
  line-height: 1.1;
  margin-bottom: 20px;
  position: relative;
}

.cta-h .grad {
  background: linear-gradient(135deg, var(--gold) 0%, #FDE68A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-desc {
  font-size: 17px;
  color: var(--text-muted);
  max-width: 480px;
  margin: 0 auto 40px;
  position: relative;
}

.cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  position: relative;
}

.btn-cta-primary {
  background: var(--gold);
  color: #0D1117;
  padding: 15px 32px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  font-family: 'Bricolage Grotesque', sans-serif;
  transition: all .2s;
}

.btn-cta-primary:hover {
  background: var(--gold2);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(251,191,36,0.5);
}

.btn-cta-ghost {
  background: rgba(255,255,255,0.07);
  color: var(--text);
  padding: 15px 32px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid var(--border2);
  transition: all .2s;
}

.btn-cta-ghost:hover { background: rgba(255,255,255,0.12); }

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 60px 60px 36px;
}

.footer-inner { max-width: 1300px; margin: 0 auto; }

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 48px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.footer-brand-name {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.footer-brand-name span { color: var(--gold); }

.footer-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.8;
  max-width: 280px;
}

.footer-col-head {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-links a {
  color: #94A3B8;
  text-decoration: none;
  font-size: 14px;
  transition: color .2s;
}

.footer-links a:hover { color: var(--text); }

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--text-muted);
}

.footer-certs { display: flex; gap: 10px; }

.cert {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid var(--border);
  color: var(--text-dim);
  letter-spacing: 0.5px;
}

/* ============================================================
   CHAT WIDGET
   ============================================================ */
.chat-widget {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 9000;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 8px 32px rgba(124,58,237,0.5);
  animation: float 3s ease-in-out infinite;
  transition: transform 0.2s ease;
}

.chat-widget:hover { transform: scale(1.08); animation: none; }

/* Chat welcome bubble */
.chat-bubble {
  position: fixed;
  bottom: 96px;
  right: 92px;
  z-index: 8999;
  background: rgba(10,18,40,0.97);
  border: 1px solid rgba(14,165,233,0.4);
  backdrop-filter: blur(20px);
  color: #E2E8F0;
  font-size: 0.88rem;
  line-height: 1.5;
  padding: 10px 14px 10px 14px;
  border-radius: 14px 14px 0 14px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.5), 0 0 0 1px rgba(14,165,233,0.1);
  cursor: pointer;
  max-width: 200px;
  white-space: pre-line;
  animation: bubbleIn 0.35s cubic-bezier(0.34,1.56,0.64,1) both;
  display: flex;
  align-items: center;
  gap: 8px;
}
.chat-bubble:hover { border-color: rgba(14,165,233,0.7); }
.chat-bubble-close {
  background: none;
  border: none;
  color: #64748B;
  font-size: 0.75rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  flex-shrink: 0;
}
.chat-bubble-close:hover { color: #E2E8F0; }
.chat-bubble-hide { animation: bubbleOut 0.35s ease forwards; }

@keyframes bubbleIn {
  from { opacity: 0; transform: translateY(12px) scale(0.9); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes bubbleOut {
  to { opacity: 0; transform: translateY(8px) scale(0.92); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-6px); }
}

/* Chat window */
.chat-window {
  position: fixed;
  bottom: 96px;
  right: 28px;
  z-index: 9001;
  width: 340px;
  max-height: 480px;
  display: flex;
  flex-direction: column;
  background: rgba(10,18,40,0.97);
  border: 1px solid rgba(124,58,237,0.35);
  backdrop-filter: blur(24px);
  border-radius: 20px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.6), 0 0 0 1px rgba(14,165,233,0.08);
  overflow: hidden;
  opacity: 0;
  transform: translateY(16px) scale(0.96);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.chat-window.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* Header */
.chat-win-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: linear-gradient(135deg, rgba(124,58,237,0.25), rgba(14,165,233,0.15));
  border-bottom: 1px solid rgba(124,58,237,0.2);
  flex-shrink: 0;
}

.chat-win-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.chat-win-info { flex: 1; min-width: 0; }

.chat-win-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.2;
}

.chat-win-status {
  font-size: 11px;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 2px;
}

.chat-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  display: inline-block;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.4; }
}

.chat-win-close {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 16px;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
  line-height: 1;
  flex-shrink: 0;
}
.chat-win-close:hover { background: rgba(255,255,255,0.08); color: var(--text); }

/* Messages */
.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  scroll-behavior: smooth;
}

.chat-messages::-webkit-scrollbar { width: 4px; }
.chat-messages::-webkit-scrollbar-track { background: transparent; }
.chat-messages::-webkit-scrollbar-thumb { background: rgba(124,58,237,0.3); border-radius: 2px; }

.chat-msg {
  max-width: 82%;
  padding: 9px 13px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.5;
  animation: msg-in 0.18s ease;
}

@keyframes msg-in {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

.chat-msg.bot {
  align-self: flex-start;
  background: rgba(14,165,233,0.1);
  border: 1px solid rgba(14,165,233,0.18);
  color: var(--text);
  border-bottom-left-radius: 4px;
}

.chat-msg.user {
  align-self: flex-end;
  background: linear-gradient(135deg, rgba(124,58,237,0.35), rgba(14,165,233,0.25));
  border: 1px solid rgba(124,58,237,0.25);
  color: var(--text);
  border-bottom-right-radius: 4px;
}

.chat-msg a { color: var(--blue); text-decoration: underline; }
.chat-msg.success { background: rgba(34,197,94,0.1); border-color: rgba(34,197,94,0.25); }

/* Typing indicator */
.chat-typing {
  align-self: flex-start;
  padding: 10px 14px;
  background: rgba(14,165,233,0.08);
  border: 1px solid rgba(14,165,233,0.15);
  border-radius: 14px;
  border-bottom-left-radius: 4px;
  display: flex;
  gap: 4px;
  align-items: center;
}
.chat-typing span {
  width: 6px;
  height: 6px;
  background: var(--blue);
  border-radius: 50%;
  animation: typing-dot 1.2s ease-in-out infinite;
}
.chat-typing span:nth-child(2) { animation-delay: 0.2s; }
.chat-typing span:nth-child(3) { animation-delay: 0.4s; }

@keyframes typing-dot {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30%            { transform: translateY(-5px); opacity: 1; }
}

/* Input area */
.chat-input-area {
  padding: 12px 14px;
  border-top: 1px solid rgba(124,58,237,0.15);
  flex-shrink: 0;
}

.chat-input-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}

.chat-input {
  flex: 1;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(124,58,237,0.25);
  border-radius: 10px;
  padding: 9px 13px;
  font-size: 13px;
  color: var(--text);
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
}
.chat-input:focus { border-color: var(--blue); }
.chat-input::placeholder { color: rgba(148,163,184,0.5); }

.chat-send {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--purple), var(--blue));
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: opacity 0.15s, transform 0.15s;
}
.chat-send:hover { opacity: 0.85; transform: scale(1.05); }
.chat-send:disabled { opacity: 0.4; cursor: not-allowed; transform: none; }

@media (max-width: 480px) {
  .chat-window {
    right: 12px;
    bottom: 84px;
    width: calc(100vw - 24px);
    max-height: 420px;
  }
  .chat-widget { right: 16px; bottom: 16px; }
}

/* ============================================================
   SCROLL REVEAL ANIMATION
   ============================================================ */
.reveal-ready {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .5s ease, transform .5s ease;
}

.reveal-ready.revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   WORDPRESS CORE COMPATIBILITY
   ============================================================ */
.wp-caption {
  max-width: 100%;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 20px;
}

.wp-caption-text {
  font-size: 12px;
  color: var(--text-dim);
  text-align: center;
  margin-top: 6px;
  font-style: italic;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--border);
}

.gallery-item img { width: 100%; height: auto; display: block; }

.alignleft  { float: left;  margin: 0 20px 20px 0; }
.alignright { float: right; margin: 0 0 20px 20px; }
.aligncenter { display: block; margin: 0 auto 20px; }

img.alignleft,
img.alignright,
img.aligncenter { max-width: 100%; height: auto; }

/* ============================================================
   INNER PAGES
   ============================================================ */
.v4-inner-page {
  background: var(--bg);
  min-height: 80vh;
}

.v4-inner-hero {
  padding: 80px 60px 60px;
  max-width: 1300px;
  margin: 0 auto;
}

.v4-inner-hero h1 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -2px;
  color: var(--text);
  margin-bottom: 16px;
}

.v4-inner-hero .breadcrumb {
  font-size: 13px;
  color: var(--text-dim);
  margin-bottom: 24px;
}

.v4-content-area {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 60px 80px;
}

/* ============================================================
   BLOG — GRID
   ============================================================ */
.v4-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 60px;
  max-width: 1300px;
  margin: 0 auto;
}

.v4-post-card {
  background: rgba(13,22,48,0.8);
  border: 1px solid var(--border2);
  border-radius: 20px;
  overflow: hidden;
  transition: all .3s;
}

.v4-post-card:hover {
  border-color: rgba(14,165,233,0.3);
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(0,0,0,0.4);
}

.v4-post-thumb {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.v4-post-body { padding: 24px; }

.v4-post-cat {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--blue);
  margin-bottom: 10px;
}

.v4-post-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  line-height: 1.3;
}

.v4-post-title a { color: inherit; text-decoration: none; }
.v4-post-title a:hover { color: var(--blue); }

.v4-post-excerpt {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.v4-post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--text-dim);
  border-top: 1px solid var(--border);
  padding-top: 16px;
}

.v4-read-more {
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
}

/* ============================================================
   BLOG — SINGLE POST
   ============================================================ */
.v4-single-post {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px;
}

.v4-single-post h1 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -2px;
  color: var(--text);
  margin-bottom: 20px;
}

.v4-single-post .post-meta {
  font-size: 13px;
  color: var(--text-dim);
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
}

.v4-single-post .entry-content {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.8;
}

.v4-single-post .entry-content h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
  margin: 40px 0 16px;
  letter-spacing: -1px;
}

.v4-single-post .entry-content h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--text);
  margin: 32px 0 12px;
}

.v4-single-post .entry-content p { margin-bottom: 20px; }

.v4-single-post .entry-content a { color: var(--blue); text-decoration: none; }
.v4-single-post .entry-content a:hover { text-decoration: underline; }

.v4-single-post .entry-content ul,
.v4-single-post .entry-content ol {
  margin: 0 0 20px 24px;
  color: var(--text-muted);
  line-height: 1.8;
}

.v4-single-post .entry-content blockquote {
  border-left: 3px solid var(--purple);
  padding: 16px 24px;
  margin: 24px 0;
  background: var(--surface);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: var(--text-muted);
}

.v4-single-post .entry-content img {
  max-width: 100%;
  border-radius: 12px;
  margin: 24px 0;
}

.v4-single-post .entry-content code {
  background: var(--surface2);
  color: var(--blue);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 14px;
}

.v4-single-post .entry-content pre {
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
  margin: 24px 0;
  overflow-x: auto;
}

/* ============================================================
   RESPONSIVE — TABLET (max-width: 1024px)
   ============================================================ */
@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 80px 40px;
  }

  .srv-grid         { grid-template-columns: repeat(2, 1fr); }
  .compare-grid     { grid-template-columns: 1fr; }
  .footer-grid      { grid-template-columns: 1fr 1fr; }
  .v4-blog-grid     { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   RESPONSIVE — MOBILE (max-width: 768px)
   ============================================================ */
@media (max-width: 768px) {
  #v4-nav { padding: 0 24px !important; }
  .nav-center,
  .nav-right .nav-link { display: none; }
  .nav-links           { display: none !important; }
  .nav-mobile-toggle   { display: block !important; }

  .hero          { padding: 60px 24px; }
  .hero h1       { font-size: 40px; }

  .srv-grid      { grid-template-columns: 1fr; }
  .numbers-grid  { grid-template-columns: repeat(2, 1fr); }

  .cta-box {
    grid-template-columns: 1fr;
    padding: 40px;
    text-align: center;
  }
  .cta-h { font-size: 36px; }

  .process-steps { grid-template-columns: 1fr 1fr; }
  .footer-grid   { grid-template-columns: 1fr; }

  .v4-blog-grid  { grid-template-columns: 1fr; padding: 24px; }
  .v4-single-post { padding: 24px; }
  .v4-single-post h1 { font-size: 32px; }

  .testi-grid    { grid-template-columns: 1fr; }

  .security-box  { grid-template-columns: 1fr; padding: 40px; }

  .services-section,
  .security-section,
  .compare-section,
  .numbers-section,
  .testi-section,
  .cta-section   { padding: 60px 24px; }

  .logos-strip   { padding: 20px 24px; flex-wrap: wrap; gap: 16px; }
  .logos-strip-label { margin-right: 0; }
  .logos-strip-items { gap: 24px; flex-wrap: wrap; }

  .hero-trust    { flex-wrap: wrap; gap: 16px; }
  .cta-btns      { flex-direction: column; align-items: center; }
  .hero-btns     { flex-direction: column; }

  footer { padding: 40px 24px 24px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .footer-certs  { flex-wrap: wrap; justify-content: center; }

  .v4-inner-hero { padding: 40px 24px 32px; }
  .v4-inner-hero h1 { font-size: 32px; }
  .v4-content-area  { padding: 0 24px 40px; }
}

/* ═══════════════════════════════════════
   DROPDOWN NAVIGATION
═══════════════════════════════════════ */

/* Nav must not clip dropdowns */
#v4-nav, nav#v4-nav { overflow: visible !important; }
.nav-links { overflow: visible !important; }

/* Parent item — position context for dropdown */
.nav-links .menu-item-has-children {
  position: relative;
}

/* Arrow indicator */
.nav-links .menu-item-has-children > a::after {
  content: ' ▾';
  font-size: 10px;
  opacity: 0.6;
  margin-left: 2px;
}

/* Dropdown — hidden by default via opacity + pointer-events (avoids display flicker) */
.nav-links .sub-menu {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: rgba(8, 15, 35, 0.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(14,165,233,0.2);
  border-radius: 12px;
  padding: 8px;
  list-style: none;
  z-index: 99999;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6), 0 0 0 1px rgba(14,165,233,0.08);
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  margin-top: 0;
}

/* Show on hover — smooth transition */
.nav-links .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* Highlight parent link when open */
.nav-links .menu-item-has-children:hover > a {
  color: var(--text);
  background: var(--surface2);
}

/* Dropdown item links */
.nav-links .sub-menu li { list-style: none; }
.nav-links .sub-menu a {
  display: block;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  white-space: nowrap;
  transition: color 0.15s, background 0.15s;
  background: transparent;
}
.nav-links .sub-menu a:hover {
  color: var(--blue);
  background: rgba(14,165,233,0.1);
}

/* Bridge gap between parent link and dropdown so mouse doesn't lose hover */
.nav-links .menu-item-has-children::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 8px;
}

/* Outline button */
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border: 1px solid rgba(14,165,233,0.4);
  border-radius: 8px;
  color: var(--cyan);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background .2s, border-color .2s;
}
.btn-outline:hover {
  background: rgba(14,165,233,0.1);
  border-color: var(--cyan);
  color: var(--cyan);
}

/* Mobile: flat list */
@media (max-width: 1024px) {
  .nav-links .sub-menu {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0 0 0 16px;
    transition: none;
  }
  .nav-links .menu-item-has-children > a::after { display: none; }
  .nav-links .menu-item-has-children::after { display: none; }
}

/* ============================================================
   LANDING PAGE /ai-nevoie-de-oferta/ — BeTheme overrides
   ============================================================ */

/* Remove the inner-page title bar and entry-content padding */
body.page-id-774 .v4-inner-hero {
  display: none !important;
}
body.page-id-774 main {
  margin-top: -15px !important;
}
body.page-id-774 .entry-content,
body.page-id-774 .glass-card {
  padding: 0 !important;
  margin-top: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}
body.page-id-774 .entry-content .lp-wrap {
  font-size: 16px;
  line-height: 1.5;
}

body.page-id-774 .lp-h1 {
  text-align: center !important;
}
body.page-id-774 .lp-sub {
  text-align: center !important;
}
body.page-id-774 .lp-form-card {
  max-width: 620px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Stats row — 4 items in a single horizontal line */
body.page-id-774 .lp-stats-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 24px !important;
  justify-content: center !important;
  align-items: stretch !important;
}
body.page-id-774 .lp-stat {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
}

/* CF7 form fields — all full-width, consistent height */
body.page-id-774 .wpcf7-form .column {
  float: none !important;
  width: 100% !important;
  display: block !important;
}
body.page-id-774 .wpcf7-form .column input[type="text"],
body.page-id-774 .wpcf7-form .column input[type="email"],
body.page-id-774 .wpcf7-form .column input[type="tel"] {
  width: 100% !important;
  box-sizing: border-box !important;
}

/* =====================================================
   CF7 GDPR Acceptance Checkbox — GDPR Compliant
   ===================================================== */
.wpcf7-form .gdpr-checkbox-row {
  margin: 16px 0 8px 0 !important;
}
.wpcf7-form .gdpr-checkbox-row .wpcf7-acceptance {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}
.wpcf7-form .gdpr-checkbox-row .wpcf7-acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.wpcf7-form .gdpr-checkbox-row .wpcf7-acceptance input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin-top: 2px !important;
  accent-color: var(--cyan, #0EA5E9) !important;
  cursor: pointer !important;
}
.wpcf7-form .gdpr-checkbox-row .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 0.85rem !important;
  color: var(--text-muted, #94A3B8) !important;
  line-height: 1.5 !important;
}
.wpcf7-form .gdpr-checkbox-row .wpcf7-acceptance a {
  color: var(--cyan, #0EA5E9) !important;
  text-decoration: underline !important;
}
