/*
Theme Name:  CyberOps
Theme URI:   https://cyberops.sa
Author:      CyberOps
Author URI:  https://cyberops.sa
Description: Professional dark cybersecurity theme with animated canvas, bilingual Arabic/English RTL, blog archive, dedicated contact page with JotForm, and full responsive design.
Version:     2.0.0
Requires at least: 6.3
Tested up to: 6.7
Requires PHP: 8.0
License:     GPL-2.0-or-later
Text Domain: cyberops
*/

/* ═══════════════════════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════════════════════ */
:root {
  --purple-deep: #6B3FA0;
  --purple-mid:  #8B5CC8;
  --violet:      #9B6FD6;
  --cyan:        #4FC8E8;
  --cyan-light:  #7DDCF0;
  --grad-logo:   linear-gradient(135deg, #6B3FA0, #9B6FD6, #4FC8E8);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #0d0d1a; color: #e8e8f0; line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
svg { overflow: hidden; }
a { text-decoration: none; }

/* ═══════════════════════════════════════════════════════
   TYPOGRAPHY — ARABIC
═══════════════════════════════════════════════════════ */
html[lang="ar"] body,
html[lang="ar"] h1, html[lang="ar"] h2, html[lang="ar"] h3, html[lang="ar"] h4,
html[lang="ar"] p, html[lang="ar"] a, html[lang="ar"] span, html[lang="ar"] li,
html[lang="ar"] button, html[lang="ar"] input, html[lang="ar"] textarea, html[lang="ar"] select,
html[lang="ar"] .section-title, html[lang="ar"] .section-tag, html[lang="ar"] .hero-title,
html[lang="ar"] .hero-subtitle, html[lang="ar"] .nav-links a, html[lang="ar"] .btn-primary,
html[lang="ar"] .btn-outline, html[lang="ar"] .service-name, html[lang="ar"] .footer-col h4,
html[lang="ar"] .blog-archive-title, html[lang="ar"] .jotform-wrapper-header span,
html[lang="ar"] .contact-info-card h3 { font-family: 'Cairo', sans-serif; letter-spacing: 0; }

html[dir="rtl"] { direction: rtl; }
html[dir="rtl"] .nav-links, html[dir="rtl"] footer, html[dir="rtl"] .footer-grid,
html[dir="rtl"] .contact-page-body, html[dir="rtl"] .about-grid { direction: rtl; }
html[dir="rtl"] .scroll-top { right: auto; left: 28px; }
html[dir="rtl"] .blog-cat { left: auto; right: 16px; }
html[dir="rtl"] .blog-archive-card, html[dir="rtl"] .blog-archive-body-inner,
html[dir="rtl"] .service-card { text-align: right; }

/* ═══════════════════════════════════════════════════════
   SHARED COMPONENTS
═══════════════════════════════════════════════════════ */
.section-tag {
  display: inline-block; font-size: .72rem; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: var(--cyan-light);
  background: rgba(79,200,232,.1); border: 1px solid rgba(79,200,232,.25);
  border-radius: 100px; padding: 5px 14px; margin-bottom: 16px;
}
.section-title {
  font-family: 'Rajdhani', sans-serif; font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; color: #fff; margin-bottom: 16px;
}
.section-title span { background: var(--grad-logo); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.section-desc { font-size: .97rem; color: rgba(200,200,230,.75); max-width: 560px; line-height: 1.8; margin-bottom: 48px; }
.divider { width: 56px; height: 3px; background: var(--grad-logo); border-radius: 2px; margin: 18px 0 32px; }

.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--grad-logo); color: #fff;
  font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1rem;
  letter-spacing: 1.5px; text-transform: uppercase; padding: 14px 32px;
  border-radius: 8px; border: none; cursor: pointer;
  box-shadow: 0 4px 20px rgba(107,63,160,.3); transition: transform .2s, box-shadow .2s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(107,63,160,.4); color: #fff; }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  border: 2px solid var(--purple-mid); color: var(--purple-mid);
  font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1rem;
  letter-spacing: 1.5px; text-transform: uppercase; padding: 12px 30px; border-radius: 8px;
  transition: background .2s, color .2s;
}
.btn-outline:hover { background: var(--purple-mid); color: #fff; }
.btn-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--purple-deep);
  font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1rem;
  letter-spacing: 1.5px; text-transform: uppercase; padding: 14px 32px; border-radius: 8px;
  transition: transform .2s; box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.btn-white:hover { transform: translateY(-2px); color: var(--purple-deep); }

.fade-in { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════════════════════════════
   BACKGROUND CANVAS
═══════════════════════════════════════════════════════ */
#bg-canvas {
  position: fixed !important; top: 0; left: 0;
  width: 100% !important; height: 100% !important;
  z-index: 0; pointer-events: none;
}

/* ═══════════════════════════════════════════════════════
   NAV
═══════════════════════════════════════════════════════ */
nav#navbar {
  position: fixed !important; top: 0; left: 0; right: 0;
  z-index: 9999 !important; height: 70px;
  display: flex !important; align-items: center; justify-content: space-between;
  padding: 0 5%; transition: background .35s, border-color .35s, box-shadow .35s;
  background: transparent; border-bottom: 1px solid transparent;
}
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.logo-icon { height: 44px; width: auto; object-fit: contain; filter: brightness(0) invert(1); }
.logo-text { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1.5rem;
  background: var(--grad-logo); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

.nav-right { display: flex !important; align-items: center; gap: 8px; }

/* ── Desktop nav links — always visible on large screens ── */
.nav-links {
  display: flex !important;
  list-style: none; gap: 0; margin: 0; padding: 0; align-items: center;
}
.nav-links li { display: list-item; }
.nav-links a {
  display: block; padding: 8px 15px;
  font-family: 'Rajdhani', sans-serif; font-weight: 600; font-size: .9rem;
  letter-spacing: 1px; text-transform: uppercase;
  color: rgba(255,255,255,.8); text-decoration: none; white-space: nowrap;
  position: relative; transition: color .25s;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 2px; left: 15px; right: 15px;
  height: 2px; background: var(--grad-logo); transform: scaleX(0);
  transition: transform .25s; border-radius: 2px;
}
.nav-links a:hover { color: #fff; }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta {
  background: var(--grad-logo) !important; color: #fff !important;
  border-radius: 6px !important; padding: 8px 18px !important;
  transition: opacity .25s !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { opacity: .88; }

.lang-btn {
  display: flex; align-items: center; gap: 5px;
  background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25);
  color: #fff; font-family: 'Rajdhani', sans-serif; font-weight: 700;
  font-size: .82rem; letter-spacing: 1px; padding: 6px 11px;
  border-radius: 6px; cursor: pointer; transition: background .2s; flex-shrink: 0;
}
.lang-btn svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; }
.lang-btn:hover { background: rgba(255,255,255,.2); }

.hamburger {
  display: none; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; cursor: pointer; padding: 8px; border-radius: 6px;
  border: none; background: transparent; min-width: 44px; min-height: 44px; flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
.hamburger span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s, opacity .3s; pointer-events: none; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ═══════════════════════════════════════════════════════
   SECTIONS — z-index above bg-canvas
═══════════════════════════════════════════════════════ */
section, footer,
.blog-archive-hero, .blog-archive-body,
.contact-page-hero, .contact-page-body,
.single-blog-article { position: relative; z-index: 1; }

/* ═══════════════════════════════════════════════════════
   HERO SECTION
═══════════════════════════════════════════════════════ */
section#home { min-height: 100vh; display: flex; align-items: center; padding: 120px 5% 80px; overflow: hidden; background: #0d0d1a; }
#hero-canvas { position: absolute !important; inset: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none; }
.hero-grid-bg { display: none; }
.hero-content { position: relative; z-index: 3; max-width: 680px; animation: fadeUp .9s ease both; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(139,92,200,.18); border: 1px solid rgba(139,92,200,.4);
  color: var(--cyan-light); font-size: .8rem; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 28px;
}
.hero-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--grad-logo); animation: pulse 2s infinite; flex-shrink: 0; }
.hero-title { font-family: 'Rajdhani', sans-serif; font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 700; line-height: 1.05; color: #fff; margin-bottom: 12px; }
.hero-subtitle { font-family: 'Rajdhani', sans-serif; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 500; color: rgba(255,255,255,.7); margin-bottom: 24px; }
.hero-desc { font-size: 1rem; color: rgba(255,255,255,.55); max-width: 540px; margin-bottom: 40px; line-height: 1.8; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* ═══════════════════════════════════════════════════════
   ABOUT
═══════════════════════════════════════════════════════ */
#about { padding: 96px 5%; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.about-panel { display: flex; flex-direction: column; gap: 16px; }
.about-mission-card { background: var(--grad-logo); border-radius: 20px; padding: 32px 28px; color: #fff; position: relative; overflow: hidden; }
.about-mission-icon { width: 48px; height: 48px; background: rgba(255,255,255,.15); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.about-mission-icon svg { width: 26px !important; height: 26px !important; stroke: #fff; fill: none; stroke-width: 1.8; }
.about-mission-label { font-size: .72rem; letter-spacing: 2px; text-transform: uppercase; opacity: .75; font-weight: 600; margin-bottom: 8px; }
.about-mission-text { font-family: 'Rajdhani', sans-serif; font-size: 1.15rem; font-weight: 600; line-height: 1.5; }
.about-stats-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.about-stat-card { background: rgba(255,255,255,.05); border: 1px solid rgba(107,63,160,.25); border-radius: 14px; padding: 22px 18px; text-align: center; position: relative; overflow: hidden; }
.about-stat-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--grad-logo); }
.about-stat-num { font-family: 'Rajdhani', sans-serif; font-size: 2.2rem; font-weight: 700; background: var(--grad-logo); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 6px; }
.about-stat-label { font-size: .75rem; letter-spacing: 1px; text-transform: uppercase; color: rgba(180,180,215,.75); font-weight: 600; }
.about-origin-strip { background: rgba(255,255,255,.05); border: 1px solid rgba(107,63,160,.25); border-radius: 12px; padding: 16px 20px; display: flex; align-items: center; gap: 14px; }
.about-origin-flag { font-size: 1.5rem; flex-shrink: 0; }
.about-origin-text strong { display: block; font-family: 'Rajdhani', sans-serif; font-weight: 700; color: #fff; margin-bottom: 3px; }
.about-origin-text span { font-size: .82rem; color: rgba(180,180,215,.75); }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-bottom: 36px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .96rem; color: rgba(200,200,230,.85); }
.check-icon { width: 22px; height: 22px; background: var(--grad-logo); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.check-icon svg { width: 12px !important; height: 12px !important; stroke: #fff; fill: none; stroke-width: 2.5; }

/* ═══════════════════════════════════════════════════════
   SERVICES
═══════════════════════════════════════════════════════ */
#services { padding: 96px 5%; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: rgba(255,255,255,.04); border: 1px solid rgba(107,63,160,.25); border-radius: 16px; padding: 28px 24px; transition: transform .25s, box-shadow .25s; position: relative; overflow: hidden; }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-logo); transform: scaleX(0); transition: transform .3s; transform-origin: left; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(107,63,160,.2); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 50px; height: 50px; background: rgba(107,63,160,.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.service-icon svg { width: 24px !important; height: 24px !important; }
.service-name { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1.1rem; color: #fff; margin-bottom: 10px; }
.service-desc { font-size: .87rem; color: rgba(180,180,215,.8); line-height: 1.7; }

/* ═══════════════════════════════════════════════════════
   PENTEST SECTION
═══════════════════════════════════════════════════════ */
#pentest { padding: 96px 5%; }
.pentest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.pentest-lead { font-size: 1rem; color: rgba(200,200,230,.8); line-height: 1.85; margin-bottom: 32px; }
.pentest-types { display: flex; flex-direction: column; gap: 14px; margin-bottom: 28px; }
.pentest-type { display: flex; align-items: flex-start; gap: 14px; background: rgba(255,255,255,.04); border: 1px solid rgba(107,63,160,.2); border-radius: 12px; padding: 14px 18px; transition: background .25s; }
.pentest-type:hover { background: rgba(107,63,160,.12); }
.pt-icon { width: 40px; height: 40px; background: rgba(107,63,160,.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pt-icon svg { width: 20px !important; height: 20px !important; }
.pt-name { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1rem; color: #fff; margin-bottom: 3px; }
.pt-desc { font-size: .82rem; color: rgba(180,180,215,.75); }
.pentest-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.pt-badge { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: .75rem; letter-spacing: 1px; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; border: 1px solid rgba(79,200,232,.35); color: var(--cyan-light); background: rgba(79,200,232,.08); }
.pentest-terminal { position: sticky; top: 90px; }
.terminal-window { background: #0a0a14; border: 1px solid rgba(107,63,160,.4); border-radius: 14px; overflow: hidden; }
.terminal-header { background: #111120; padding: 12px 16px; display: flex; align-items: center; gap: 7px; border-bottom: 1px solid rgba(107,63,160,.2); }
.t-dot { width: 12px; height: 12px; border-radius: 50%; }
.t-title { margin-left: 10px; font-family: monospace; font-size: .72rem; color: rgba(150,150,200,.6); }
.terminal-body { padding: 18px; font-family: 'Courier New', monospace; font-size: .82rem; line-height: 1.9; min-height: 380px; max-height: 480px; overflow-y: auto; color: #c8f0c8; }
.terminal-body::-webkit-scrollbar { width: 4px; }
.terminal-body::-webkit-scrollbar-thumb { background: rgba(107,63,160,.5); border-radius: 2px; }
.t-line { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; margin-bottom: 2px; }
.t-prompt { color: var(--cyan-light); font-weight: bold; flex-shrink: 0; }
.t-output { color: rgba(180,230,180,.8); width: 100%; margin: 2px 0 5px; }
.t-output.warn { color: #ffd080; }
.t-output.err  { color: #ff7070; }
.t-output.ok   { color: #7ef0a0; }
.t-output.info { color: var(--cyan-light); }
.t-cursor { color: var(--cyan); animation: blink .9s step-end infinite; }

/* ═══════════════════════════════════════════════════════
   BLOG — HOMEPAGE SECTION
═══════════════════════════════════════════════════════ */
#blog { padding: 96px 5%; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: rgba(255,255,255,.04); border: 1px solid rgba(107,63,160,.25); border-radius: 16px; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(107,63,160,.2); }
.blog-thumb { height: 180px; background: linear-gradient(135deg, rgba(107,63,160,.25), rgba(79,200,232,.15)); display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.blog-thumb-icon { width: 52px; height: 52px; opacity: .4; }
.blog-cat { position: absolute; top: 14px; left: 14px; background: var(--grad-logo); color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 10px; border-radius: 100px; }
.blog-body { padding: 20px; }
.blog-date { font-size: .78rem; color: rgba(150,150,200,.7); margin-bottom: 8px; }
.blog-title { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1.1rem; color: #fff; margin-bottom: 10px; line-height: 1.3; }
.blog-excerpt { font-size: .86rem; color: rgba(180,180,215,.8); line-height: 1.7; margin-bottom: 16px; }
.blog-link { display: inline-flex; align-items: center; gap: 6px; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: .9rem; text-transform: uppercase; background: var(--grad-logo); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }

/* ═══════════════════════════════════════════════════════
   CONTACT CTA (homepage)
═══════════════════════════════════════════════════════ */
#contact { padding: 96px 5%; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: start; }
.contact-item { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.contact-item-icon { width: 42px; height: 42px; background: rgba(107,63,160,.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-item-icon svg { width: 20px !important; height: 20px !important; }
.contact-item-text strong { display: block; font-size: .78rem; letter-spacing: 1px; text-transform: uppercase; color: rgba(150,150,200,.7); margin-bottom: 2px; }
.contact-item-text span { font-size: .95rem; color: rgba(220,220,240,.9); font-weight: 500; }
.contact-item-text a { color: var(--cyan-light); }
.contact-response-badge { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; background: rgba(79,200,232,.08); border: 1px solid rgba(79,200,232,.25); border-radius: 100px; padding: 8px 16px; font-size: .82rem; color: var(--cyan-light); }
.contact-response-badge svg { width: 16px !important; height: 16px !important; stroke: var(--cyan); fill: none; }

/* ═══════════════════════════════════════════════════════
   BLOG ARCHIVE PAGE  (/cyber-blog/)
═══════════════════════════════════════════════════════ */
.blog-archive-hero { padding: 130px 5% 60px; text-align: center; }
.blog-archive-hero .section-title { font-size: clamp(2.2rem, 5vw, 3.5rem); }
.blog-archive-hero p { font-size: 1.05rem; color: rgba(200,200,230,.8); max-width: 600px; margin: 0 auto 24px; line-height: 1.8; }
.blog-archive-count { display: inline-block; background: rgba(107,63,160,.15); border: 1px solid rgba(107,63,160,.3); color: var(--cyan-light); font-size: .78rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 6px 18px; border-radius: 100px; }

.blog-archive-body { padding: 0 5% 96px; }

/* ── Blog archive grid: 3 cols on desktop ── */
.blog-archive-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px !important;
  margin-bottom: 56px;
}

.blog-archive-card {
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(107,63,160,.25) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform .25s, box-shadow .25s;
}
.blog-archive-card:hover { transform: translateY(-5px); box-shadow: 0 16px 48px rgba(107,63,160,.2); }

.blog-archive-thumb {
  display: block !important;
  height: 200px !important;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, rgba(107,63,160,.25), rgba(79,200,232,.15));
  flex-shrink: 0;
  text-decoration: none;
}
.blog-archive-thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-thumb-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.blog-thumb-placeholder svg { width: 52px !important; height: 52px !important; opacity: .3; }
.blog-cat { position: absolute; top: 14px; left: 14px; background: var(--grad-logo); color: #fff; font-size: .7rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 10px; border-radius: 100px; z-index: 2; }

.blog-archive-body-inner { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.blog-archive-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.blog-date { font-size: .78rem; color: rgba(150,150,200,.7); }
.blog-read-time { font-size: .7rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--cyan-light); background: rgba(79,200,232,.1); border: 1px solid rgba(79,200,232,.2); border-radius: 100px; padding: 2px 9px; }
.blog-archive-title { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1.1rem; line-height: 1.3; margin-bottom: 10px; flex: 1; }
.blog-archive-title a { color: #fff; text-decoration: none; transition: color .2s; }
.blog-archive-title a:hover { color: var(--cyan-light); }
.blog-archive-excerpt { font-size: .86rem; color: rgba(180,180,215,.8); line-height: 1.7; margin-bottom: 16px; }
.blog-read-more { display: inline-flex; align-items: center; gap: 6px; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: .88rem; text-transform: uppercase; background: var(--grad-logo); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-top: auto; text-decoration: none; }
.blog-read-more svg { stroke: var(--cyan); flex-shrink: 0; }

/* Blog empty state */
.blog-empty { text-align: center; padding: 80px 20px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.blog-empty h3 { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1.5rem; color: #fff; }
.blog-empty p { color: rgba(180,180,215,.7); }

/* Blog pagination */
.blog-pagination { display: flex; justify-content: center; margin-top: 48px; }
.blog-pagination .page-numbers { list-style: none; display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.blog-pagination .page-numbers li a,
.blog-pagination .page-numbers li span { display: flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 14px; border-radius: 8px; font-family: 'Rajdhani', sans-serif; font-weight: 700; text-decoration: none; border: 1px solid rgba(107,63,160,.3); color: rgba(220,220,240,.8); background: rgba(255,255,255,.04); transition: background .2s; }
.blog-pagination .page-numbers li a:hover { background: rgba(107,63,160,.2); color: #fff; }
.blog-pagination .page-numbers li .current { background: var(--grad-logo); border-color: transparent; color: #fff; }

/* ═══════════════════════════════════════════════════════
   SINGLE BLOG POST
═══════════════════════════════════════════════════════ */
.single-blog-article { max-width: 860px; margin: 0 auto; padding: 0 5% 96px; }
.single-blog-hero { padding: 120px 0 40px; }
.single-blog-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: rgba(150,150,200,.65); margin-bottom: 20px; flex-wrap: wrap; }
.single-blog-breadcrumb a { color: var(--cyan-light); text-decoration: none; }
.single-blog-breadcrumb svg { width: 14px !important; height: 14px !important; }
.single-blog-title { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: clamp(2rem, 5vw, 3rem); color: #fff; line-height: 1.15; margin: 14px 0 18px; }
.single-blog-meta { display: flex; align-items: center; gap: 14px; color: rgba(150,150,200,.7); font-size: .82rem; flex-wrap: wrap; }
.single-blog-featured-img { border-radius: 16px; overflow: hidden; margin-bottom: 44px; border: 1px solid rgba(107,63,160,.2); }
.single-blog-featured-img img { width: 100%; height: auto; }
.entry-content { font-size: 1.05rem; line-height: 1.85; color: rgba(210,210,235,.9); }
.entry-content h2, .entry-content h3, .entry-content h4 { font-family: 'Rajdhani', sans-serif; font-weight: 700; color: #fff; margin: 2em 0 .75em; }
.entry-content h2 { font-size: 1.8rem; }
.entry-content h3 { font-size: 1.4rem; }
.entry-content p { margin-bottom: 1.4em; }
.entry-content a { color: var(--cyan-light); text-decoration: underline; }
.entry-content ul, .entry-content ol { padding-left: 1.5em; margin-bottom: 1.4em; }
.entry-content li { margin-bottom: .4em; }
.entry-content blockquote { border-left: 3px solid var(--purple-mid); padding: 14px 22px; margin: 22px 0; background: rgba(107,63,160,.08); border-radius: 0 8px 8px 0; font-style: italic; color: rgba(200,200,230,.85); }
.entry-content code { background: rgba(107,63,160,.15); border: 1px solid rgba(107,63,160,.25); border-radius: 4px; padding: 2px 7px; font-family: monospace; font-size: .9em; color: var(--cyan-light); }
.entry-content pre { background: #0a0a14; border: 1px solid rgba(107,63,160,.3); border-radius: 10px; padding: 20px; overflow-x: auto; margin: 22px 0; }
.entry-content pre code { background: none; border: none; padding: 0; color: #c8f0c8; }
.single-blog-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.blog-tag { font-size: .78rem; font-weight: 600; padding: 4px 12px; border-radius: 100px; border: 1px solid rgba(107,63,160,.3); color: rgba(200,200,230,.75); background: rgba(107,63,160,.08); text-decoration: none; }
.blog-tag:hover { background: rgba(107,63,160,.2); color: #fff; }
.single-blog-back { margin-bottom: 60px; }
.single-blog-related { border-top: 1px solid rgba(107,63,160,.2); padding-top: 52px; }
.related-title { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1.5rem; color: #fff; margin-bottom: 28px; }

/* ═══════════════════════════════════════════════════════
   CONTACT PAGE  (/contact/)
═══════════════════════════════════════════════════════ */
.contact-page-hero { padding: 140px 5% 64px; text-align: center; }
.contact-page-hero .section-title { font-size: clamp(2.2rem, 5vw, 3.5rem); }
.contact-page-hero p { font-size: 1.05rem; color: rgba(200,200,230,.8); max-width: 560px; margin: 0 auto 40px; line-height: 1.8; }

/* ── Contact page body: sidebar + form side by side ── */
.contact-page-body {
  display: grid !important;
  grid-template-columns: 340px 1fr !important;
  gap: 48px !important;
  align-items: start !important;
  padding: 0 5% 96px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.contact-sidebar {
  position: sticky;
  top: 90px;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  width: 100% !important;
}

.contact-info-card {
  background: rgba(255,255,255,.05) !important;
  border: 1px solid rgba(107,63,160,.3) !important;
  border-radius: 16px !important;
  padding: 24px 20px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.contact-info-card h3 { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1.15rem; color: #fff; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid rgba(107,63,160,.2); }

.contact-detail {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin-bottom: 16px !important;
  width: 100% !important;
}
.contact-detail:last-child { margin-bottom: 0; }
.contact-detail-icon {
  width: 38px !important; height: 38px !important; min-width: 38px !important;
  background: rgba(107,63,160,.22) !important; border-radius: 9px !important;
  display: flex !important; align-items: center !important; justify-content: center !important;
  flex-shrink: 0 !important;
}
.contact-detail-icon svg { width: 17px !important; height: 17px !important; display: block !important; }
.contact-detail > div:last-child { flex: 1; min-width: 0; }
.contact-detail-label { display: block; font-size: .68rem; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(150,150,200,.65); font-weight: 600; margin-bottom: 3px; }
.contact-detail-value { display: block; font-size: .92rem; color: rgba(220,220,240,.9); font-weight: 500; word-break: break-word; }
.contact-detail-value a { color: var(--cyan-light); text-decoration: none; }

.contact-response-card {
  display: flex !important; align-items: center !important; gap: 10px !important;
  background: rgba(79,200,232,.07) !important; border: 1px solid rgba(79,200,232,.2) !important;
  border-radius: 12px !important; padding: 14px 16px !important;
  font-size: .85rem !important; color: var(--cyan-light) !important;
}
.contact-response-card svg { width: 18px !important; height: 18px !important; stroke: var(--cyan); fill: none; stroke-width: 1.8; flex-shrink: 0 !important; }

.contact-social-card { background: rgba(255,255,255,.04); border: 1px solid rgba(107,63,160,.25); border-radius: 12px; padding: 18px 20px; }
.contact-social-card h4 { font-family: 'Rajdhani', sans-serif; font-weight: 700; color: #fff; font-size: .9rem; margin-bottom: 12px; }
.social-links { display: flex; gap: 10px; flex-wrap: wrap; }
.social-link { display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border-radius: 8px; border: 1px solid rgba(107,63,160,.3); background: rgba(107,63,160,.08); color: rgba(220,220,240,.85); text-decoration: none; font-size: .82rem; font-weight: 600; transition: background .2s; }
.social-link svg { width: 16px !important; height: 16px !important; }
.social-link:hover { background: rgba(107,63,160,.2); color: #fff; }
.service-dot-item { display: flex; align-items: center; gap: 8px; padding: 6px 0; font-size: .87rem; color: rgba(200,200,230,.8); border-bottom: 1px solid rgba(107,63,160,.08); }
.service-dot-item:last-child { border-bottom: none; }
.service-dot-item::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--grad-logo); flex-shrink: 0; }

/* ── JotForm wrapper ── */
.jotform-wrapper {
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(107,63,160,.3) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 16px 48px rgba(0,0,0,.3) !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}
.jotform-wrapper-header {
  padding: 18px 22px !important;
  background: linear-gradient(135deg, rgba(107,63,160,.25), rgba(79,200,232,.1)) !important;
  border-bottom: 1px solid rgba(107,63,160,.2) !important;
  display: flex !important; align-items: center !important; gap: 10px !important;
}
.jotform-wrapper-header svg { width: 20px !important; height: 20px !important; stroke: var(--cyan-light); fill: none; flex-shrink: 0; }
.jotform-wrapper-header span { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 1.1rem; color: #fff; }
.jotform-wrapper iframe { width: 100% !important; height: 539px !important; border: none !important; display: block !important; background: transparent; }

/* ═══════════════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════════════ */
footer { background: #0a0a14; padding: 60px 5% 32px; color: rgba(255,255,255,.6); position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.footer-brand p { font-size: .87rem; line-height: 1.8; margin-top: 14px; max-width: 260px; color: rgba(180,180,215,.65); }
.footer-col h4 { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: .9rem; letter-spacing: 2px; text-transform: uppercase; color: #fff; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col ul a { font-size: .87rem; color: rgba(255,255,255,.5); text-decoration: none; transition: color .2s; }
.footer-col ul a:hover { color: var(--cyan-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: .82rem; flex-wrap: wrap; gap: 8px; }
.footer-bottom-grad { background: var(--grad-logo); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: 600; }
.footer-built { display: flex; align-items: center; gap: 4px; font-size: .82rem; color: rgba(255,255,255,.5); }

/* ═══════════════════════════════════════════════════════
   SCROLL TOP
═══════════════════════════════════════════════════════ */
.scroll-top { position: fixed; bottom: 28px; right: 28px; width: 44px; height: 44px; background: var(--grad-logo); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 16px rgba(107,63,160,.4); opacity: 0; transform: translateY(12px); transition: opacity .3s, transform .3s; z-index: 999; }
.scroll-top.visible { opacity: 1; transform: translateY(0); }
.scroll-top svg { width: 20px !important; height: 20px !important; stroke: #fff; fill: none; stroke-width: 2.5; }

/* ═══════════════════════════════════════════════════════
   ANIMATIONS
═══════════════════════════════════════════════════════ */
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.4); opacity: .6; } }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }

/* ═══════════════════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
═══════════════════════════════════════════════════════ */

/* ── Tablets (≤1100px) ── */
@media (max-width: 1100px) {
  .contact-page-body { grid-template-columns: 300px 1fr !important; gap: 32px !important; }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .pentest-grid { grid-template-columns: 1fr; gap: 40px; }
  .pentest-terminal { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-archive-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ── Mobile nav shows hamburger ── */
@media (max-width: 900px) {
  /* Stack contact page */
  .contact-page-body { grid-template-columns: 1fr !important; gap: 28px !important; }
  .contact-sidebar { position: static !important; }
}

@media (max-width: 768px) {
  /* Nav becomes hamburger */
  .nav-links {
    display: none !important;
    position: fixed !important; top: 70px !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    flex-direction: column !important; background: rgba(10,10,22,.98) !important;
    backdrop-filter: blur(20px) !important; padding: 8px 0 24px !important;
    border-top: 1px solid rgba(107,63,160,.3) !important; overflow-y: auto !important; z-index: 999 !important;
  }
  .nav-links.open { display: flex !important; }
  .nav-links li { width: 100%; }
  .nav-links a { padding: 14px 6% !important; font-size: 1rem !important; border-bottom: 1px solid rgba(255,255,255,.06) !important; white-space: normal !important; }
  .nav-cta { margin: 12px 6% !important; border-radius: 8px !important; text-align: center !important; display: block !important; }
  .hamburger { display: flex !important; }

  section#home { padding: 100px 5% 60px; }
  #about, #services, #pentest, #blog, #contact { padding: 64px 5%; }
  .blog-archive-body { padding: 0 5% 60px; }
  .blog-archive-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  .blog-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  nav#navbar { padding: 0 4%; height: 62px; }
  .nav-links { top: 62px !important; }
  .hamburger { display: flex !important; }
  section#home { padding: 88px 4% 52px; }
  #about, #services, #pentest, #blog, #contact { padding: 52px 4%; }
  .blog-archive-hero { padding: 100px 4% 48px; }
  .blog-archive-body { padding: 0 4% 48px; }
  .about-stats-row { gap: 10px; }
  .footer-grid { grid-template-columns: 1fr; }
  .jotform-wrapper iframe { height: 700px !important; }
  .contact-page-hero { padding: 100px 4% 40px; }
  .contact-page-body { padding: 0 4% 52px !important; }
}

/* ── Desktop guarantee ── */
@media (min-width: 1025px) {
  .nav-links { display: flex !important; position: static !important; background: transparent !important; border: none !important; flex-direction: row !important; padding: 0 !important; overflow: visible !important; }
  .hamburger { display: none !important; }
}

/* ── Touch devices ── */
@media (hover: none) and (pointer: coarse) {
  .service-card:hover, .blog-archive-card:hover, .blog-card:hover { transform: none !important; }
}
