/*
Theme Name: Zorvex Digital
Theme URI: https://zorvexdigital.com
Author: Zorvex Digital
Description: Custom hand-coded WordPress theme for Zorvex Digital — a UK digital marketing agency. Dark design with purple accent, fully responsive, flat SEO-friendly URLs, no page builder required.
Version: 1.8.1
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: zorvex
*/

/* ============================================================
   1. CSS VARIABLES / RESET
============================================================ */
:root{
  --bg:#010101;
  --bg-2:#0A0A0A;
  --card:#0a0a0c;
  --card-2:#0c0c0f;
  --border:#1F1F1F;
  --heading:#D1D1D1;
  --white:#FFFFFF;
  --text:#8B8B8B;
  --accent:#C82AEF;
  --accent-dark:#7a1d92;
  --radius:20px;
  --radius-lg:28px;
  --font:'Plus Jakarta Sans',system-ui,-apple-system,sans-serif;
  --container:1200px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--bg);
  color:var(--text);
  font-family:var(--font);
  font-size:17px;
  line-height:1.65;
  font-weight:500;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:.25s}
ul{list-style:none}
h1,h2,h3,h4,h5,h6{color:var(--heading);font-weight:700;line-height:1.25}
h1{font-size:clamp(45px,6vw,84px);line-height:1.15}
h2{font-size:clamp(34px,4.4vw,58px);line-height:1.18}
h3{font-size:clamp(22px,2.4vw,30px)}
h4{font-size:20px}
.container{max-width:var(--container);margin:0 auto;padding:0 24px}
.section{padding:90px 0}
.section-sm{padding:60px 0}
.text-center{text-align:center}
.grad-text{
  background:linear-gradient(90deg,#e9e9e9 0%,#d1d1d1 45%,#3a3a3a 100%);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
}
.accent{color:var(--accent)}

/* ============================================================
   2. BUTTONS / BADGES
============================================================ */
.btn{
  display:inline-flex;align-items:center;gap:12px;
  padding:8px 8px 8px 26px;border-radius:60px;
  border:1px solid var(--accent);
  color:var(--white);font-weight:600;font-size:15px;
  background:rgba(200,42,239,.06);
  transition:.3s;
}
.btn .btn-arrow{
  width:38px;height:38px;border-radius:50%;
  background:var(--accent);display:inline-flex;align-items:center;justify-content:center;
  color:#fff;font-size:16px;transition:.3s;
}
.btn:hover{background:rgba(200,42,239,.18);box-shadow:0 0 30px rgba(200,42,239,.35)}
.btn:hover .btn-arrow{transform:translateX(3px)}
.btn-solid{background:var(--accent);padding:14px 32px}
.btn-solid:hover{background:#d54cf5}
.btn-text{color:var(--accent);font-weight:600;font-size:15px;display:inline-flex;align-items:center;gap:8px}
.btn-text:hover{gap:12px}
.badge-label{
  display:inline-flex;align-items:center;gap:10px;
  color:var(--white);font-size:14px;font-weight:600;margin-bottom:18px;
}
.badge-label::before{
  content:"";width:14px;height:14px;border-radius:50%;
  border:3px solid var(--accent);box-shadow:0 0 12px var(--accent);
}

/* ============================================================
   3. HEADER
============================================================ */
.site-header{
  position:sticky;top:12px;z-index:999;
  margin:12px auto 0;max-width:1360px;padding:0 16px;
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  background:rgba(8,8,10,.88);backdrop-filter:blur(14px);
  border:1px solid var(--border);border-radius:18px;
  padding:12px 22px;transition:.3s;
}
.site-header.scrolled .header-inner{
  background:rgba(3,3,4,.97);
  border-color:rgba(200,42,239,.18);
  box-shadow:0 10px 40px rgba(0,0,0,.75),0 0 0 1px rgba(255,255,255,.03);
}
.logo{display:flex;align-items:center;gap:10px;color:#fff;font-size:26px;font-weight:800;letter-spacing:-.5px}
.logo .logo-mark{color:var(--accent);font-size:28px;line-height:1}
.logo small{display:block;font-size:9px;font-weight:500;color:var(--text);letter-spacing:.4px;margin-top:-4px}
.default-logo-img{height:38px;width:auto;display:block}
.custom-logo-wrap{display:flex;align-items:center}
.custom-logo-wrap img{height:42px;width:auto;max-width:220px;object-fit:contain}
.footer-brand .default-logo-img,.footer-brand .custom-logo-wrap img{height:36px}
@media(max-width:640px){.default-logo-img{height:30px}.custom-logo-wrap img{height:34px}}
.main-nav ul{display:flex;gap:28px;align-items:center}
.main-nav a{color:var(--text);font-size:15px;font-weight:600}
.main-nav li.current-menu-item > a,
.main-nav a:hover{color:var(--accent)}
.main-nav li{position:relative;display:flex;align-items:center;gap:5px}
.main-nav .sub-arrow{color:var(--text);font-size:11px;pointer-events:none}
.main-nav li ul{
  position:absolute;top:130%;left:-16px;min-width:220px;
  background:#0c0c0e;border:1px solid var(--border);border-radius:14px;
  padding:12px 0;display:block;flex-direction:column;gap:0;
  opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s;
}
.main-nav li:hover > ul{opacity:1;visibility:visible;transform:translateY(0)}
.main-nav li ul li{width:100%}
.main-nav li ul a{display:block;padding:9px 20px;font-size:14px}
/* Mega menu: services in a grid of rows with icons */
.main-nav ul.mega-menu{
  min-width:620px;left:50%;transform:translateX(-50%) translateY(8px);
  display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:14px;
  border-color:rgba(200,42,239,.28);
  box-shadow:0 24px 70px rgba(0,0,0,.75),0 0 30px rgba(200,42,239,.08);
}
.main-nav li:hover > ul.mega-menu{transform:translateX(-50%) translateY(0)}
.mega-menu li a{
  display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:12px;
  font-size:13.5px;font-weight:600;color:#cfcfcf;transition:.22s;
}
.mega-menu .mm-txt{flex:1;line-height:1.35}
.mega-menu li a:hover{background:rgba(200,42,239,.10);color:#fff}
.mega-menu .mm-ico{
  width:38px;height:38px;flex:0 0 38px;border-radius:11px;
  background:linear-gradient(160deg,rgba(200,42,239,.20),rgba(200,42,239,.04));
  border:1px solid rgba(200,42,239,.4);color:var(--accent);
  display:inline-flex;align-items:center;justify-content:center;font-size:17px;
}
.mega-menu li a:hover .mm-ico{background:var(--accent);color:#fff}
.mega-menu .mega-all{grid-column:1 / -1;border-bottom:1px dashed var(--border);padding-bottom:6px;margin-bottom:4px}
.header-cta{display:flex;align-items:center;gap:14px}
.phone-pill{
  display:inline-flex;align-items:center;gap:10px;
  border:1px solid rgba(200,42,239,.45);border-radius:60px;
  padding:6px 20px 6px 6px;color:#fff;font-weight:600;font-size:15px;
  background:rgba(200,42,239,.06);transition:.3s;
}
.phone-pill:hover{background:rgba(200,42,239,.16);border-color:var(--accent)}
.phone-pill .ico{
  width:36px;height:36px;border-radius:50%;background:rgba(200,42,239,.85);
  display:inline-flex;align-items:center;justify-content:center;color:#fff;
}
.nav-toggle{display:none;background:none;border:1px solid var(--border);border-radius:10px;color:#fff;font-size:22px;width:44px;height:44px;cursor:pointer}

/* ============================================================
   4. HERO
============================================================ */
.hero{padding:16px}
.hero-inner{
  max-width:1360px;margin:0 auto;border-radius:var(--radius-lg);
  background:#070510;
  position:relative;overflow:hidden;
  padding:110px 60px 70px;
  border:1px solid var(--border);
}
.hero-inner::after{
  content:"";position:absolute;inset:0;
  background:radial-gradient(80% 90% at 70% 100%,rgba(200,42,239,.28),transparent 60%),
             linear-gradient(180deg,rgba(4,4,4,.25),rgba(4,4,4,.65));
  pointer-events:none;
}
.hero-inner > *{position:relative;z-index:2}
.hero-video-bg{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;
  filter:saturate(1.15) brightness(.95);
}
.hero-inner::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(2,1,5,.42),rgba(2,1,5,.16) 45%,rgba(2,1,5,.55));pointer-events:none}
#heroCanvas{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}
.hero h1{max-width:900px;margin-bottom:60px}
.hero-bottom{display:flex;flex-wrap:wrap;gap:40px;align-items:flex-start;justify-content:space-between}
.hero-video{display:flex;align-items:center;gap:18px;max-width:320px;font-size:14px;color:#bdbdbd}
.play-btn{
  flex:0 0 56px;width:56px;height:56px;border-radius:50%;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.25);
  display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:18px;
  backdrop-filter:blur(6px);
}
.hero-right{max-width:520px}
.hero-right p{color:#c9c9c9;font-size:15px;margin-bottom:26px}
.hero-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.avatar-stack{display:flex;align-items:center}
.avatar-stack img{
  width:44px;height:44px;border-radius:50%;border:2px solid var(--accent);
  margin-left:-12px;object-fit:cover;
}
.avatar-stack img:first-child{margin-left:0}
.hero-reviews{display:flex;align-items:center;gap:12px;color:#fff;font-size:14px;font-weight:600}

/* ============================================================
   5. CARDS / SECTIONS
============================================================ */
.card{
  background:linear-gradient(160deg,#0c0c0f,#070709);
  border:1px solid var(--border);border-radius:var(--radius);
  padding:32px;
}
.card-glow{border-color:rgba(200,42,239,.55);box-shadow:0 0 40px rgba(200,42,239,.12) inset,0 0 24px rgba(200,42,239,.10)}
.grid{display:grid;gap:24px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.section-head{max-width:760px;margin-bottom:50px}
.section-head p{margin-top:18px}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center}
.section-head-row{
  display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:end;margin-bottom:50px;
}

/* Icon box */
.icon-badge{
  width:64px;height:64px;border-radius:18px;flex:0 0 64px;
  background:linear-gradient(160deg,rgba(200,42,239,.18),rgba(200,42,239,.04));
  border:1px solid rgba(200,42,239,.5);
  display:flex;align-items:center;justify-content:center;
  color:var(--accent);font-size:26px;
}

/* Feature rows (Why choose) */
.feature-card{display:flex;gap:22px;align-items:flex-start}
.feature-card h4{margin-bottom:10px;color:#fff}
.feature-card p{font-size:15px;margin-bottom:12px}

/* Check list */
.check-list li{
  display:flex;align-items:center;gap:12px;padding:7px 0;color:#cfcfcf;font-size:15px;font-weight:600;
}
.check-list li::before{
  content:"✓";flex:0 0 22px;width:22px;height:22px;border-radius:50%;
  border:1px solid var(--accent);color:var(--accent);
  display:inline-flex;align-items:center;justify-content:center;font-size:12px;
}

/* Experience card */
.exp-card{position:relative}
.exp-num{
  font-size:84px;font-weight:800;line-height:1;
  background:linear-gradient(180deg,#fff,var(--accent));
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
}
.exp-card h4{color:#fff;margin:6px 0 14px}
.exp-card p{font-size:14px}

/* Brands */
.brands-wrap{border-radius:var(--radius-lg);padding:56px}
.brands-row{display:flex;flex-wrap:wrap;gap:16px;margin-top:36px}
.brand-pill{
  flex:1;min-width:140px;display:flex;align-items:center;justify-content:center;gap:8px;
  border:1px solid var(--border);border-radius:14px;background:#0b0b0d;
  color:#9a9a9a;font-weight:800;font-size:20px;padding:20px 10px;letter-spacing:.5px;
}

/* Video CTA */
.video-cta{
  border-radius:var(--radius-lg);overflow:hidden;position:relative;
  min-height:440px;display:flex;align-items:flex-end;
  background:url('assets/images/img-wide.jpg') center/cover no-repeat;
  border:1px solid var(--border);
}
.video-cta::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,4,4,.35),rgba(4,4,4,.9))}
.video-cta-content{position:relative;z-index:2;padding:60px;max-width:720px}
.video-cta .play-row{display:flex;align-items:center;gap:16px;margin-bottom:22px;color:#ddd;font-size:14px;font-weight:600}
.video-cta p{color:#bdbdbd;margin-top:14px;font-size:15px}

/* Service cards */
.service-card{transition:.3s;display:flex;flex-direction:column;gap:18px}
.service-card:hover{border-color:rgba(200,42,239,.6);transform:translateY(-4px)}
.service-card .top{display:flex;align-items:center;gap:16px}
.service-card h4{color:#fff;font-size:19px}
.service-card p{font-size:14.5px}
.service-card .btn{justify-content:space-between;width:100%;margin-top:auto}

/* Case studies */
.case-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px}
.case-card{
  border-radius:var(--radius);overflow:hidden;position:relative;min-height:300px;
  display:flex;flex-direction:column;justify-content:flex-end;padding:30px;
  border:1px solid var(--border);
  background:url('assets/images/img-wide-2.jpg') center/cover no-repeat;
}
.case-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,4,4,.1),rgba(4,4,4,.92))}
.case-card > *{position:relative;z-index:2}
.case-card .tags{position:absolute;top:22px;right:22px;left:auto;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;max-width:70%}
.tag{
  border:1px solid rgba(255,255,255,.35);border-radius:40px;background:rgba(4,4,4,.5);
  color:#ddd;font-size:12px;font-weight:600;padding:5px 14px;backdrop-filter:blur(4px);
}
.case-card h4{color:#fff;font-size:22px;margin-bottom:8px}
.case-card p{font-size:14px;color:#bdbdbd}

/* Testimonials */
.testi-head{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;margin-bottom:40px}
.stats-card .avatar-stack{margin-bottom:20px}
.stats-nums{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}
.stats-nums b{display:block;font-size:38px;color:#fff;font-weight:800}
.stats-nums span{font-size:13px}
.stat-pill{
  display:flex;align-items:center;gap:10px;border:1px solid var(--border);
  border-radius:40px;padding:10px 18px;font-size:13px;color:#cfcfcf;font-weight:600;margin-top:10px;
}
.stat-pill::before{content:"✓";color:var(--accent)}
.testi-card .stars{color:#E8B93B;letter-spacing:3px;font-size:14px;margin-bottom:18px}
.testi-card .who{display:flex;align-items:center;gap:14px;margin-bottom:18px}
.testi-card .who img{width:48px;height:48px;border-radius:50%;object-fit:cover}
.testi-card .who b{color:#fff;display:block;font-size:16px}
.testi-card .who span{font-size:13px}
.testi-card .quote-mark{margin-left:auto;color:var(--accent);font-size:34px;font-weight:800;line-height:1}
.testi-card p{font-size:14.5px}

/* Process */
.process-wrap{border-radius:var(--radius-lg);padding:70px 56px;background:
  radial-gradient(60% 80% at 50% 120%,rgba(200,42,239,.18),transparent 70%),
  linear-gradient(160deg,#101013,#0a0a0c);
  border:1px solid var(--border);
}
.process-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(200,42,239,.4);border-radius:var(--radius);overflow:hidden;margin-top:46px;
}
.process-step{padding:34px 28px;border-right:1px solid rgba(200,42,239,.25);position:relative}
.process-step:last-child{border-right:0}
.process-step .num{position:absolute;top:24px;right:24px;color:#7a7a7a;font-weight:700;font-size:14px}
.process-step .ico{color:var(--accent);font-size:34px;margin-bottom:40px}
.process-step h4{color:#fff;font-size:18px;margin-bottom:12px}
.process-step p{font-size:13.5px}

/* Pricing */
.price-card{display:flex;flex-direction:column}
.price-card h4{color:#fff;font-size:20px}
.price-card .desc{font-size:14px;margin:8px 0 20px}
.price{font-size:44px;color:#fff;font-weight:800}
.price small{font-size:14px;color:var(--text);font-weight:500}
.price-card .btn{width:100%;justify-content:space-between;margin:22px 0}
.price-feature{display:flex;align-items:center;gap:12px;padding:8px 0;font-size:14px;color:#bdbdbd}
.price-feature::before{content:"✓";width:20px;height:20px;flex:0 0 20px;border-radius:50%;border:1px solid var(--accent);color:var(--accent);display:inline-flex;align-items:center;justify-content:center;font-size:11px}
.price-cta h3{margin-bottom:14px}
.arrow-pill{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  border:1px solid var(--border);border-radius:40px;padding:12px 20px;
  color:#ddd;font-size:14px;font-weight:600;margin-top:12px;background:#0b0b0d;
}
.arrow-pill span:last-child{color:var(--accent)}

/* Newsletter */
.newsletter{border-radius:var(--radius-lg);padding:70px 40px;text-align:center}
.newsletter p{margin:14px 0 30px}
.newsletter-form{
  max-width:520px;margin:0 auto;display:flex;align-items:center;
  border:1px solid var(--border);border-radius:60px;padding:6px 6px 6px 24px;background:#0b0b0d;
}
.newsletter-form input{
  flex:1;background:none;border:0;outline:0;color:#fff;font-family:var(--font);font-size:15px;min-width:0;
}
.newsletter-form button{
  display:inline-flex;align-items:center;gap:10px;border:0;cursor:pointer;
  background:#fff;color:#111;border-radius:50px;padding:10px 8px 10px 22px;font-weight:700;font-size:14px;font-family:var(--font);
}
.newsletter-form button .btn-arrow{width:34px;height:34px;border-radius:50%;background:var(--accent);color:#fff;display:inline-flex;align-items:center;justify-content:center}

/* Blog cards */
.post-card{overflow:hidden;padding:0;display:flex;flex-direction:column}
.post-card .thumb{aspect-ratio:16/9;overflow:hidden}
.post-card .thumb img{width:100%;height:100%;object-fit:cover;transition:.4s}
.post-card:hover .thumb img{transform:scale(1.05)}
.post-card .body{padding:28px}
.post-meta{display:flex;gap:18px;font-size:13px;color:#9a9a9a;margin-bottom:14px;flex-wrap:wrap}
.post-meta span{display:inline-flex;align-items:center;gap:7px}
.post-meta .dot{color:var(--accent)}
.post-card h4{font-size:21px;color:#fff;margin-bottom:12px}
.post-card h4 a:hover{color:var(--accent)}
.post-card p{font-size:14.5px;margin-bottom:16px}

/* Page header */
.page-header-hero{padding:16px}
.page-header-inner{
  max-width:1360px;margin:0 auto;border-radius:var(--radius-lg);
  border:1px solid var(--border);
  background:
    radial-gradient(60% 100% at 50% 130%,rgba(200,42,239,.35),transparent 70%),
    linear-gradient(160deg,#0b0910,#030303);
  text-align:center;padding:110px 30px 90px;
  position:relative;overflow:hidden;
}
.page-header-inner > *{position:relative;z-index:2}
.page-anim{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}
.breadcrumbs{margin-top:16px;font-size:14px;color:#9a9a9a}
.breadcrumbs a{color:var(--accent)}

/* FAQ */
.faq-item{border:1px solid var(--border);border-radius:16px;background:#0b0b0d;margin-bottom:14px;overflow:hidden}
.faq-q{
  width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;
  background:none;border:0;color:#fff;font-family:var(--font);font-size:17px;font-weight:700;
  padding:22px 26px;cursor:pointer;text-align:left;
}
.faq-q .sign{color:var(--accent);font-size:22px}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-a-inner{padding:0 26px 24px;font-size:15px;border-top:1px dashed var(--border);padding-top:18px;margin:0 26px 24px;padding-left:0;padding-right:0}
.faq-item.open{border-color:rgba(200,42,239,.5)}

/* Team */
.team-card{padding:0;overflow:hidden;text-align:center}
.team-card .photo{aspect-ratio:3/3.4;overflow:hidden;position:relative}
.team-card .photo img{width:100%;height:100%;object-fit:cover}
.team-card .socials{
  position:absolute;top:14px;right:14px;display:flex;flex-direction:column;gap:8px;
}
.team-card .socials a{
  width:34px;height:34px;border-radius:50%;background:rgba(4,4,4,.6);border:1px solid rgba(255,255,255,.2);
  display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:13px;backdrop-filter:blur(5px);
}
.team-card .socials a:hover{background:var(--accent)}
.team-card .body{padding:22px}
.team-card h4{color:#fff}
.team-card span{font-size:13.5px;color:var(--accent)}

/* Contact */
.contact-info-card .row{display:flex;gap:18px;align-items:center;padding:16px 0;border-bottom:1px dashed var(--border)}
.contact-info-card .row:last-child{border-bottom:0}
.contact-info-card .row small{display:block;font-size:12.5px;color:#8b8b8b;margin-bottom:2px}
.contact-info-card .row b{color:#fff;font-size:16px}
.contact-form input,.contact-form textarea{
  width:100%;background:#0b0b0d;border:1px solid var(--border);border-radius:40px;
  color:#fff;font-family:var(--font);font-size:14.5px;padding:15px 22px;outline:0;
}
.contact-form textarea{border-radius:22px;min-height:150px;resize:vertical}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.map-frame{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border);filter:grayscale(1) invert(.92)}
.map-frame iframe{width:100%;height:420px;border:0;display:block}

/* Single post */
.single-layout{display:grid;grid-template-columns:320px 1fr;gap:34px;align-items:start}
.sidebar-card h4{color:#fff;margin-bottom:18px;font-size:19px}
.mini-post{display:flex;gap:14px;padding:12px 0;border-bottom:1px dashed var(--border)}
.mini-post:last-child{border-bottom:0}
.mini-post img{width:64px;height:64px;border-radius:12px;object-fit:cover;flex:0 0 64px}
.mini-post small{font-size:12px;color:#8b8b8b}
.mini-post b{display:block;color:#e2e2e2;font-size:14px;line-height:1.4}
.mini-post b:hover{color:var(--accent)}
.sidebar-cta{
  border-radius:var(--radius);overflow:hidden;position:relative;padding:150px 26px 26px;
  background:url('assets/images/img-portrait.jpg') center/cover;border:1px solid var(--border);
}
.sidebar-cta::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,4,4,.2),rgba(4,4,4,.92))}
.sidebar-cta > *{position:relative;z-index:2}
.sidebar-cta h4{color:#fff;margin-bottom:10px}
.sidebar-cta p{font-size:13.5px;margin-bottom:14px}
.entry-content{color:#a5a5a5}
.entry-content > *{margin-bottom:22px}
.entry-content h2,.entry-content h3{margin-top:36px;color:#fff}
.entry-content h2{font-size:30px}
.entry-content h3{font-size:24px}
.entry-content blockquote{
  border:1px solid var(--border);border-radius:var(--radius);padding:40px;text-align:center;
  background:radial-gradient(60% 100% at 50% 130%,rgba(200,42,239,.25),transparent 70%),#0b0b0d;
  color:#ddd;font-weight:600;
}
.entry-content blockquote cite{display:block;margin-top:18px;color:#fff;font-style:normal;font-weight:700}
.featured-img{border-radius:var(--radius);overflow:hidden;margin-bottom:30px;border:1px solid var(--border)}

/* Professional author bar (single post) */
.author-bar{
  display:flex;align-items:center;gap:18px;margin-top:44px;
  border:1px solid var(--border);border-radius:16px;background:#08080a;padding:18px 22px;
}
.author-bar .author-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid rgba(200,42,239,.5);flex:0 0 56px}
.author-bar small{display:block;font-size:11.5px;color:#8b8b8b;text-transform:uppercase;letter-spacing:.6px}
.author-bar b{display:block;color:#fff;font-size:16px;margin:2px 0}
.author-bar span{font-size:13px;color:#9a9a9a}
.author-bar .btn-text{margin-left:auto;white-space:nowrap}
@media(max-width:640px){.author-bar{flex-wrap:wrap}.author-bar .btn-text{margin-left:0}}

/* Post header (featured image bg) */
.post-header .post-meta{display:flex}

/* 404 */
.error-404-wrap{
  max-width:1360px;margin:16px auto;border-radius:var(--radius-lg);border:1px solid var(--border);
  background:radial-gradient(60% 100% at 50% 130%,rgba(200,42,239,.3),transparent 70%),#070707;
  text-align:center;padding:120px 30px;
}
.error-404-wrap .big{
  font-size:clamp(120px,20vw,220px);font-weight:800;line-height:1;
  background:linear-gradient(90deg,#fff,#2a2a2a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
}
.error-404-wrap h2{margin:10px 0 14px;font-size:34px}
.error-404-wrap p{max-width:480px;margin:0 auto 34px;font-size:15px}

/* ============================================================
   6. FOOTER
============================================================ */
.site-footer{padding:16px}
.footer-inner{
  max-width:1360px;margin:0 auto;border-radius:var(--radius-lg);
  border:1px solid rgba(200,42,239,.35);
  background:
    radial-gradient(70% 90% at 50% 130%,rgba(200,42,239,.30),transparent 65%),
    linear-gradient(160deg,#0b0b0d,#050505);
  padding:70px 60px 0;overflow:hidden;
}
.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr 1fr;gap:40px;padding-bottom:50px}
.footer-brand p{font-size:14px;margin-top:16px}
.footer-brand h4{color:#fff;font-size:20px;margin-top:18px}
.footer-col h5{color:#fff;font-size:16px;margin-bottom:20px}
.footer-col ul li{margin-bottom:11px}
.footer-col a{font-size:14px;color:#9a9a9a}
.footer-col a:hover{color:var(--accent)}
.footer-socials{display:flex;gap:10px;margin-top:16px}
.footer-socials a{
  width:38px;height:38px;border-radius:50%;border:1px solid var(--border);
  display:inline-flex;align-items:center;justify-content:center;color:#cfcfcf;font-size:14px;background:#0b0b0d;
}
.footer-socials a:hover{background:var(--accent);border-color:var(--accent);color:#fff}
.footer-bottom{
  display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;
  border-top:1px solid var(--border);padding:24px 0;font-size:13.5px;
}
.footer-bottom a{color:#9a9a9a}
.footer-bottom a:hover{color:var(--accent)}

/* ============================================================
   7. UTILITIES + RESPONSIVE
============================================================ */
.mt-20{margin-top:20px}.mt-30{margin-top:30px}.mt-40{margin-top:40px}.mt-60{margin-top:60px}
.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}
html.js .reveal,html.js .reveal-left,html.js .reveal-right,html.js .reveal-zoom,html.js .reveal-flip{
  opacity:0;transition:opacity .9s cubic-bezier(.22,.9,.28,1),transform .9s cubic-bezier(.22,.9,.28,1);will-change:opacity,transform;
}
html.js .reveal{transform:translateY(60px)}
html.js .reveal-left{transform:translateX(-90px)}
html.js .reveal-right{transform:translateX(90px)}
html.js .reveal-zoom{transform:scale(.82) translateY(30px)}
html.js .reveal-flip{transform:perspective(900px) rotateX(18deg) translateY(50px);transform-origin:top center}
html.js .visible{opacity:1;transform:none}
/* stagger children inside grids */
html.js .grid > .visible:nth-child(1){transition-delay:.05s}
html.js .grid > .visible:nth-child(2){transition-delay:.15s}
html.js .grid > .visible:nth-child(3){transition-delay:.25s}
html.js .grid > .visible:nth-child(4){transition-delay:.35s}
html.js .grid > .visible:nth-child(5){transition-delay:.45s}
html.js .grid > .visible:nth-child(6){transition-delay:.55s}
html.js .process-grid .process-step{opacity:0;transform:translateY(40px);transition:.7s cubic-bezier(.22,.9,.28,1)}
html.js .process-wrap.visible .process-step{opacity:1;transform:none}
html.js .process-wrap.visible .process-step:nth-child(1){transition-delay:.1s}
html.js .process-wrap.visible .process-step:nth-child(2){transition-delay:.25s}
html.js .process-wrap.visible .process-step:nth-child(3){transition-delay:.4s}
html.js .process-wrap.visible .process-step:nth-child(4){transition-delay:.55s}
html.js .brands-row .brand-pill{opacity:0;transform:translateY(26px) scale(.9);transition:.6s cubic-bezier(.22,.9,.28,1)}
html.js .brands-wrap.visible .brand-pill{opacity:1;transform:none}
html.js .brands-wrap.visible .brand-pill:nth-child(1){transition-delay:.05s}
html.js .brands-wrap.visible .brand-pill:nth-child(2){transition-delay:.13s}
html.js .brands-wrap.visible .brand-pill:nth-child(3){transition-delay:.21s}
html.js .brands-wrap.visible .brand-pill:nth-child(4){transition-delay:.29s}
html.js .brands-wrap.visible .brand-pill:nth-child(5){transition-delay:.37s}
html.js .brands-wrap.visible .brand-pill:nth-child(6){transition-delay:.45s}

@media(max-width:1100px){
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .process-grid{grid-template-columns:repeat(2,1fr)}
  .process-step{border-bottom:1px solid rgba(200,42,239,.25)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:980px){
  .grid-3{grid-template-columns:repeat(2,1fr)}
  .split,.section-head-row,.testi-head,.case-grid,.single-layout{grid-template-columns:1fr}
  .main-nav{
    position:fixed;inset:80px 16px auto 16px;background:#0c0c0e;border:1px solid var(--border);
    border-radius:16px;padding:20px;display:none;z-index:998;max-height:70vh;overflow:auto;
  }
  .main-nav.open{display:block}
  .main-nav ul{flex-direction:column;align-items:flex-start;gap:4px}
  .main-nav ul li{width:100%}
  .main-nav ul a{display:block;padding:10px 6px;font-size:16px}
  .main-nav li ul{position:static;opacity:1;visibility:visible;transform:none;border:0;padding:0 0 0 16px;min-width:0}
  .main-nav ul.mega-menu{min-width:0;left:auto;transform:none;grid-template-columns:1fr;box-shadow:none;padding:4px 0 4px 8px}
  .main-nav li:hover > ul.mega-menu{transform:none}
  .nav-toggle{display:inline-flex;align-items:center;justify-content:center}
  .phone-pill{display:none}
  .hero-inner{padding:70px 28px 50px}
  .footer-inner{padding:50px 28px 0}
}
@media(max-width:640px){
  .grid-2,.grid-3{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .process-grid{grid-template-columns:1fr}
  .section{padding:60px 0}
  .brands-wrap{padding:34px 22px}
  .video-cta-content{padding:34px 24px}
  .newsletter-form{flex-direction:column;gap:12px;border:0;background:none;padding:0}
  .newsletter-form input{width:100%;border:1px solid var(--border);border-radius:50px;background:#0b0b0d;padding:15px 22px}
  .newsletter-form button{width:100%;justify-content:center}
}


/* Blog category filter tabs */
.blog-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:44px}
.blog-tab{
  border:1px solid var(--border);border-radius:40px;background:#08080a;
  color:#cfcfcf;font-size:11.5px;font-weight:600;padding:5px 12px;transition:.25s;white-space:nowrap;
}
.blog-tab:hover{border-color:rgba(200,42,239,.5);color:#fff}
.blog-tab.active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 0 22px rgba(200,42,239,.35)}


/* Related / sub-services grid on service pages */
.sub-svc-card{display:flex;flex-direction:column;gap:14px;transition:.3s}
.sub-svc-card:hover{border-color:rgba(200,42,239,.6);transform:translateY(-4px)}
.sub-svc-card .icon-badge{width:52px;height:52px;flex-basis:52px;font-size:20px;border-radius:14px}
.sub-svc-card h4{color:#fff;font-size:17px}
.sub-svc-card p{font-size:13.5px;flex:1}
.sub-svc-card .btn-text{font-size:14px}

/* WP core classes */
.alignleft{float:left;margin:0 20px 20px 0}
.alignright{float:right;margin:0 0 20px 20px}
.aligncenter{margin:20px auto;display:block}
.wp-caption{max-width:100%}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.pagination{display:flex;gap:10px;justify-content:center;margin-top:50px}
.pagination .page-numbers{
  min-width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid var(--border);border-radius:12px;color:#cfcfcf;font-weight:600;padding:0 14px;
}
.pagination .page-numbers.current,.pagination .page-numbers:hover{background:var(--accent);border-color:var(--accent);color:#fff}

/* ============================================================
   NO-ANIMATIONS MODE (Customizer: Appearance > Customize >
   Zorvex Digital Settings > Animations)
============================================================ */
body.no-animations .hero-video-bg,
body.no-animations #heroCanvas,
body.no-animations canvas.page-anim{ display:none !important; }
body.no-animations .reveal,
body.no-animations .reveal-left,
body.no-animations .reveal-right,
body.no-animations .reveal-zoom,
body.no-animations .reveal-flip{
  opacity:1 !important; transform:none !important; transition:none !important;
}
body.no-animations .process-grid .process-step,
body.no-animations .brands-row .brand-pill{
  opacity:1 !important; transform:none !important; transition:none !important;
}

/* ============================================================
   LEGAL PAGES (Privacy Policy / Terms & Conditions)
============================================================ */
.legal-updated{
  display:inline-flex;align-items:center;gap:10px;
  padding:8px 18px;border-radius:60px;border:1px solid var(--border);
  color:#cfcfcf;font-size:13px;font-weight:600;background:rgba(200,42,239,.05);
}
.legal-updated .dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px var(--accent)}
.legal-list{display:grid;gap:20px}
.legal-list .feature-card p{margin-bottom:10px}
.legal-list .feature-card p:last-child{margin-bottom:0}
.legal-list .icon-badge{font-size:20px;font-weight:700;transition:transform .35s ease,box-shadow .35s ease,background .35s ease}
.legal-list .feature-card{transition:border-color .35s ease,box-shadow .35s ease}
.legal-list .feature-card h4{
  position:relative;display:inline-block;color:var(--heading);
  transition:color .3s ease;
}
.legal-list .feature-card h4::after{
  content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;
  background:linear-gradient(90deg,var(--accent),rgba(200,42,239,0));
  transition:width .45s ease;
}
.legal-list .feature-card:hover{border-color:rgba(200,42,239,.45);box-shadow:0 0 30px rgba(200,42,239,.10)}
.legal-list .feature-card:hover h4{color:#fff}
.legal-list .feature-card:hover h4::after{width:100%}
.legal-list .feature-card:hover .icon-badge{
  transform:scale(1.08) rotate(-4deg);
  box-shadow:0 0 22px rgba(200,42,239,.4);
  background:linear-gradient(160deg,rgba(200,42,239,.32),rgba(200,42,239,.08));
}
