/*
Theme Name: Vidxel Studio Agency
Theme URI: https://vidxelstudio.clippinglabbd.com/
Author: Vidxel Studio
Author URI: https://vidxelstudio.clippinglabbd.com/
Description: Agency-grade WordPress theme for Vidxel Studio. Optimized for Elementor editing, clean UI, and SEO-ready content structure.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vidxel-studio
Tags: one-column, custom-logo, featured-images, sticky-post, translation-ready
*/

:root{
  --bg:#0b0e14;
  --bg2:#0f1422;
  --text:#eef2ff;
  --muted:rgba(238,242,255,.72);
  --muted2:rgba(238,242,255,.55);
  --line:rgba(255,255,255,.14);
  --glass:rgba(255,255,255,.08);
  --glass2:rgba(255,255,255,.12);
  --shadow: 0 18px 60px rgba(0,0,0,.45);
  --radius:22px;
  --radius2:28px;
  --max:1180px;
  --pad:clamp(18px, 3vw, 28px);
  --h1:clamp(34px, 4.5vw, 54px);
  --h2:clamp(24px, 3.2vw, 34px);
  --h3:clamp(18px, 2.4vw, 22px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background: radial-gradient(1200px 600px at 30% -10%, rgba(120,130,255,.18), transparent 60%),
              radial-gradient(900px 600px at 85% 15%, rgba(60,255,210,.10), transparent 55%),
              linear-gradient(180deg, var(--bg), var(--bg2));
  color:var(--text);
  line-height:1.5;
}
a{color:inherit; text-decoration:none}
a:hover{opacity:.92}
img{max-width:100%; height:auto}
.container{max-width:var(--max); margin:0 auto; padding:0 var(--pad)}
.vx-skip{position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden}
.vx-skip:focus{left:var(--pad); top:var(--pad); width:auto; height:auto; padding:10px 12px; background:#111827; border:1px solid var(--line); border-radius:12px; z-index:9999}

/* Header */
.vx-header{
  position:sticky; top:0; z-index:1000;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(11,14,20,.72), rgba(11,14,20,.42));
  border-bottom:1px solid rgba(255,255,255,.08);
}
.vx-header-inner{display:flex; align-items:center; justify-content:space-between; gap:18px; padding:14px 0}
.vx-brand{display:flex; align-items:center; gap:12px; min-width:160px}
.vx-brand img{display:block; width:auto; height:28px}
.vx-brand .vx-brand-icon{height:26px; display:none}
@media (max-width: 820px){
  .vx-brand .vx-brand-logo{display:none}
  .vx-brand .vx-brand-icon{display:block}
}
.vx-nav{display:flex; align-items:center; gap:18px}
.vx-nav ul{list-style:none; display:flex; gap:18px; padding:0; margin:0; align-items:center}
.vx-nav a{color:rgba(238,242,255,.88); font-weight:560; font-size:14px; letter-spacing:.2px}
.vx-nav a:hover{color:var(--text)}
.vx-cta{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px; border-radius:16px;
  background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.16);
  box-shadow: 0 10px 34px rgba(0,0,0,.25);
  font-weight:650; font-size:14px;
}
.vx-cta:hover{transform:translateY(-1px)}
.vx-menu-toggle{
  display:none; border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:var(--text); border-radius:14px; padding:10px 12px; cursor:pointer;
}
@media (max-width: 920px){
  .vx-nav ul{display:none}
  .vx-menu-toggle{display:inline-flex}
}

/* Mobile nav drawer */
.vx-drawer{display:none}
.vx-drawer.is-open{display:block}
.vx-drawer-panel{
  margin:0 var(--pad) 16px; padding:14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  background:rgba(18,22,34,.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.vx-drawer-panel a{display:block; padding:10px 10px; border-radius:12px}
.vx-drawer-panel a:hover{background:rgba(255,255,255,.06)}

/* Hero */
.vx-hero{
  position:relative;
  padding: clamp(46px, 7vw, 86px) 0 26px;
}
.vx-hero-media{
  position:absolute; inset:0;
  overflow:hidden;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.vx-hero-media video, .vx-hero-media img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  filter:saturate(1.05) contrast(1.03);
}
.vx-hero-media:after{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(11,14,20,.62), rgba(11,14,20,.82) 55%, rgba(15,20,34,1));
}
.vx-hero-grid{
  position:relative;
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:22px;
  align-items:end;
}
@media (max-width: 980px){ .vx-hero-grid{grid-template-columns:1fr} }

.vx-card{
  border:1px solid rgba(255,255,255,.14);
  background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05));
  border-radius:var(--radius2);
  padding: clamp(18px, 3.2vw, 28px);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.vx-h1{font-size:var(--h1); line-height:1.05; margin:0 0 10px; letter-spacing:-.6px}
.vx-lead{color:var(--muted); font-size:16px; margin:0 0 10px}
.vx-micro{color:rgba(238,242,255,.82); font-weight:650; margin:0 0 18px}
.vx-actions{display:flex; gap:12px; flex-wrap:wrap; margin-top:14px}
.vx-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 16px; border-radius:16px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);
  font-weight:650;
}
.vx-btn.primary{
  background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.08));
}
.vx-btn:hover{transform:translateY(-1px)}
.vx-kpis{display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:18px}
.vx-kpi{border:1px solid rgba(255,255,255,.12); border-radius:18px; padding:14px; background:rgba(255,255,255,.05)}
.vx-kpi b{display:block; font-size:14px}
.vx-kpi span{color:var(--muted2); font-size:13px}

/* Sections */
.vx-section{padding: 56px 0}
.vx-section .vx-h2{font-size:var(--h2); margin:0 0 12px; letter-spacing:-.4px}
.vx-section .vx-sub{color:var(--muted); margin:0 0 22px}
.vx-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:14px;
}
.vx-col-4{grid-column:span 4}
.vx-col-6{grid-column:span 6}
.vx-col-12{grid-column:span 12}
@media (max-width: 980px){
  .vx-col-4,.vx-col-6{grid-column:span 12}
}
.vx-tile{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  border-radius:22px;
  padding:18px;
}
.vx-tile h3{margin:0 0 6px; font-size:16px}
.vx-tile p{margin:0; color:var(--muted); font-size:14px}

.vx-bullets{margin:0; padding-left:18px; color:var(--muted)}
.vx-bullets li{margin:7px 0}

/* Footer */
.vx-footer{
  border-top:1px solid rgba(255,255,255,.10);
  padding:26px 0;
  color:var(--muted);
}
.vx-footer a{color:rgba(238,242,255,.86)}
.vx-footer .vx-foot-grid{display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap}
.vx-badge{
  display:inline-flex; gap:8px; align-items:center;
  padding:8px 10px; border:1px solid rgba(255,255,255,.12);
  border-radius:999px; background:rgba(255,255,255,.04); color:rgba(238,242,255,.86);
  font-size:13px;
}

/* Content */
.vx-content{padding: 34px 0 56px}
.entry-title{font-size:var(--h2); margin:0 0 12px}
.entry-content{color:rgba(238,242,255,.88)}
.entry-content h2, .entry-content h3{margin-top:28px}
.entry-content p{color:var(--muted)}
.entry-content a{border-bottom:1px solid rgba(255,255,255,.18)}
