/*
Theme Name: Holvex Digital
Theme URI: https://holvexdigital.com
Author: Holvex Digital
Description: Premium Holvex Digital agency website with Calendly, lead CRM, services, portfolio, testimonials, case studies, and secure AJAX lead capture.
Version: 7.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: holvex-digital-complete
*/

:root{
  --black:#030406;
  --black2:#090b0f;
  --panel:#101216;
  --panel2:#15181f;
  --gold:#d9aa36;
  --gold2:#ffe08a;
  --silver:#cfd3d8;
  --white:#ffffff;
  --muted:#a8adb7;
  --border:rgba(255,255,255,.12);
  --goldBorder:rgba(217,170,54,.38);
  --shadow:0 30px 80px rgba(0,0,0,.45);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:Inter,Arial,sans-serif;
  background:var(--black);
  color:var(--white);
  line-height:1.65;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

.hdx-bg{
  position:fixed;
  inset:0;
  z-index:-2;
  background:
    radial-gradient(circle at 75% 22%,rgba(217,170,54,.20),transparent 28%),
    radial-gradient(circle at 20% 40%,rgba(255,255,255,.06),transparent 20%),
    linear-gradient(120deg,#020203 0%,#08090c 52%,#030406 100%);
}
.hdx-bg:after{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(217,170,54,.09) 1px,transparent 1px),
    linear-gradient(90deg,rgba(217,170,54,.08) 1px,transparent 1px);
  background-size:90px 90px;
  opacity:.18;
  mask-image:radial-gradient(circle at center,black,transparent 75%);
}

.hdx-topbar{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:12px 6%;
  color:#e9e9e9;
  border-bottom:1px solid var(--border);
  background:rgba(0,0,0,.72);
  font-size:14px;
}
.hdx-topbar span{color:var(--gold2)}
.hdx-navbar{
  position:sticky;
  top:0;
  z-index:999;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 6%;
  background:rgba(3,4,6,.88);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--border);
}
.hdx-logo img{width:185px;height:auto}
.hdx-nav{display:flex;gap:32px;align-items:center}
.hdx-nav a{
  font-size:14px;
  font-weight:800;
  letter-spacing:.04em;
  color:#f5f5f5;
  transition:.25s;
}
.hdx-nav a:hover{color:var(--gold2)}
.hdx-nav .hdx-call{
  border:1px solid var(--gold);
  color:var(--gold2);
  padding:12px 22px;
  border-radius:4px;
}
.hdx-menu{display:none;background:none;border:0;color:white;font-size:30px}

.hdx-hero{
  min-height:calc(100vh - 100px);
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:40px;
  align-items:center;
  padding:82px 6% 70px;
  position:relative;
  overflow:hidden;
}
.hdx-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,4,6,.95),rgba(3,4,6,.45),rgba(3,4,6,.85)),
    radial-gradient(circle at 65% 45%,rgba(217,170,54,.22),transparent 30%);
  z-index:-1;
}
.hdx-kicker{
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-weight:900;
  font-size:17px;
  margin-bottom:18px;
}
.hdx-hero h1{
  font-size:clamp(42px,6vw,92px);
  line-height:.98;
  letter-spacing:-.045em;
  margin-bottom:24px;
  text-transform:uppercase;
}
.hdx-hero h1 span{
  color:var(--gold2);
  text-shadow:0 0 35px rgba(217,170,54,.25);
}
.hdx-hero p{
  color:#d7d9df;
  max-width:670px;
  font-size:19px;
  margin-bottom:32px;
}
.hdx-actions{display:flex;gap:16px;flex-wrap:wrap}
.hdx-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:15px 26px;
  font-weight:900;
  border-radius:5px;
  transition:.25s;
  text-transform:uppercase;
  font-size:14px;
}
.hdx-btn:hover{transform:translateY(-3px)}
.hdx-primary{
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#080808;
  box-shadow:0 15px 45px rgba(217,170,54,.25);
}
.hdx-secondary{
  border:1px solid var(--goldBorder);
  color:white;
  background:rgba(255,255,255,.03);
}
.hdx-hero-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:520px;
}
.hdx-hero-logo img{
  width:min(620px,100%);
  filter:drop-shadow(0 30px 60px rgba(217,170,54,.25));
  animation:floatLogo 5s ease-in-out infinite;
}
@keyframes floatLogo{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-14px)}
}
.hdx-stats{
  display:flex;
  gap:26px;
  margin-top:40px;
  flex-wrap:wrap;
}
.hdx-stat{
  display:flex;
  gap:14px;
  align-items:center;
  border-right:1px solid var(--goldBorder);
  padding-right:26px;
}
.hdx-stat:last-child{border-right:0}
.hdx-stat b{font-size:34px;line-height:1}
.hdx-stat span{font-size:12px;text-transform:uppercase;color:#f0f0f0}
.hdx-icon{font-size:34px;color:var(--gold2)}

.hdx-logos{
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  background:rgba(255,255,255,.035);
  padding:28px 6%;
  display:grid;
  grid-template-columns:1.1fr repeat(5,1fr);
  gap:28px;
  align-items:center;
}
.hdx-logos small{color:var(--gold2);font-weight:900;text-transform:uppercase}
.hdx-logo-word{
  color:#9ca0a8;
  font-size:24px;
  letter-spacing:.18em;
  font-weight:900;
  opacity:.75;
}

.hdx-section{padding:95px 6%}
.hdx-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:30px;
  margin-bottom:45px;
}
.hdx-head div{max-width:760px}
.hdx-eyebrow{
  color:var(--gold2);
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:12px;
}
.hdx-head h2,.hdx-split h2,.hdx-contact h2{
  font-size:clamp(34px,4.7vw,68px);
  line-height:1.05;
  letter-spacing:-.04em;
}
.hdx-head p,.hdx-split p,.hdx-contact p{color:var(--muted);font-size:18px}

.hdx-services{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.hdx-card{
  padding:30px;
  border:1px solid var(--border);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
  min-height:270px;
  position:relative;
  overflow:hidden;
  transition:.28s;
}
.hdx-card:before{
  content:"";
  position:absolute;
  inset:auto -20% -40% auto;
  width:180px;height:180px;
  background:radial-gradient(circle,rgba(217,170,54,.22),transparent 70%);
}
.hdx-card:hover{
  transform:translateY(-7px);
  border-color:var(--goldBorder);
  box-shadow:var(--shadow);
}
.hdx-card .num{color:var(--gold2);font-weight:900;font-size:15px}
.hdx-card h3{font-size:23px;text-transform:uppercase;margin:22px 0 12px}
.hdx-card p{color:var(--muted);margin-bottom:18px}
.hdx-card a{color:var(--gold2);font-weight:900;text-transform:uppercase;font-size:13px}

.hdx-split{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:60px;
  align-items:center;
  background:linear-gradient(135deg,rgba(217,170,54,.08),rgba(255,255,255,.02));
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
}
.hdx-feature-box{
  border:1px solid var(--goldBorder);
  padding:34px;
  background:rgba(0,0,0,.32);
  box-shadow:var(--shadow);
}
.hdx-feature-box img{width:320px;margin:0 auto 25px}
.hdx-checks{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}
.hdx-checks div{
  border:1px solid var(--border);
  padding:16px;
  color:#e9e9e9;
  background:rgba(255,255,255,.035);
}
.hdx-checks b{color:var(--gold2)}

.hdx-pricing{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.hdx-price-card{
  border:1px solid var(--border);
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  padding:34px;
  position:relative;
}
.hdx-price-card.featured{
  border-color:var(--gold);
  transform:translateY(-14px);
  box-shadow:0 30px 90px rgba(217,170,54,.16);
}
.hdx-badge{
  display:inline-block;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:black;
  font-weight:900;
  padding:8px 12px;
  font-size:12px;
  margin-bottom:18px;
}
.hdx-price-card h3{text-transform:uppercase;font-size:25px}
.hdx-price{font-size:54px;color:var(--gold2);font-weight:950;margin:16px 0}
.hdx-price-card p,.hdx-price-card li{color:var(--muted)}
.hdx-price-card ul{list-style:none;margin:24px 0}
.hdx-price-card li{border-bottom:1px solid var(--border);padding:11px 0}
.hdx-price-card li:before{content:"✓";color:var(--gold2);font-weight:900;margin-right:10px}

.hdx-portfolio{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.hdx-work{
  border:1px solid var(--border);
  background:rgba(255,255,255,.04);
  overflow:hidden;
}
.hdx-work-visual{
  height:240px;
  background:
    linear-gradient(135deg,rgba(217,170,54,.16),rgba(255,255,255,.05)),
    radial-gradient(circle at 70% 30%,rgba(217,170,54,.30),transparent 34%),
    #111;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hdx-work-visual img{width:220px;opacity:.86}
.hdx-work-body{padding:25px}
.hdx-work h3{text-transform:uppercase;font-size:22px}
.hdx-work p{color:var(--muted);margin-top:8px}

.hdx-process{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.hdx-step{
  border:1px solid var(--border);
  padding:26px;
  background:rgba(255,255,255,.035);
}
.hdx-step span{font-size:46px;color:var(--gold2);font-weight:950}
.hdx-step h3{text-transform:uppercase;margin:12px 0}
.hdx-step p{color:var(--muted)}

.hdx-testimonial{
  margin:0 6% 95px;
  padding:60px;
  text-align:center;
  border:1px solid var(--goldBorder);
  background:linear-gradient(135deg,rgba(217,170,54,.18),rgba(255,255,255,.04));
}
.hdx-testimonial p{
  font-size:clamp(26px,3.8vw,52px);
  line-height:1.17;
  font-weight:950;
  letter-spacing:-.035em;
}
.hdx-testimonial span{color:var(--gold2);display:block;margin-top:20px;font-weight:900}

.hdx-faq{
  display:grid;
  gap:14px;
  max-width:980px;
}
.hdx-faq details{
  border:1px solid var(--border);
  background:rgba(255,255,255,.04);
  padding:24px;
}
.hdx-faq summary{
  cursor:pointer;
  font-weight:900;
  font-size:18px;
}
.hdx-faq p{color:var(--muted);margin-top:14px}

.hdx-contact{
  padding:95px 6%;
  background:
    linear-gradient(135deg,rgba(0,0,0,.7),rgba(217,170,54,.08)),
    var(--black2);
}
.hdx-contact-wrap{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:40px;
  align-items:start;
}
.hdx-contact-card{
  border:1px solid var(--goldBorder);
  padding:34px;
  background:rgba(255,255,255,.045);
}
.hdx-contact-card img{width:260px;margin-bottom:22px}
.hdx-form{
  display:grid;
  gap:15px;
  border:1px solid var(--border);
  background:rgba(255,255,255,.045);
  padding:34px;
}
.hdx-form input,.hdx-form select,.hdx-form textarea{
  width:100%;
  padding:16px;
  background:rgba(0,0,0,.34);
  border:1px solid var(--border);
  color:white;
  font:inherit;
}
.hdx-form textarea{min-height:150px}
.hdx-form button{border:0;cursor:pointer}

.hdx-footer{
  padding:40px 6%;
  display:flex;
  justify-content:space-between;
  gap:30px;
  flex-wrap:wrap;
  border-top:1px solid var(--border);
  background:#020203;
}
.hdx-footer img{width:180px}
.hdx-footer p{color:var(--muted);max-width:500px}

.hdx-reveal{opacity:0;transform:translateY(28px);transition:.75s ease}
.hdx-reveal.active{opacity:1;transform:translateY(0)}

@media(max-width:1000px){
  .hdx-topbar{display:none}
  .hdx-menu{display:block}
  .hdx-nav{
    display:none;
    position:absolute;
    left:6%;right:6%;top:82px;
    background:#07080b;
    border:1px solid var(--border);
    padding:24px;
    flex-direction:column;
    align-items:flex-start;
  }
  .hdx-nav.active{display:flex}
  .hdx-hero,.hdx-split,.hdx-contact-wrap{grid-template-columns:1fr}
  .hdx-hero{padding-top:55px}
  .hdx-hero-logo{min-height:auto}
  .hdx-logos{grid-template-columns:1fr 1fr}
  .hdx-services,.hdx-pricing,.hdx-portfolio,.hdx-process{grid-template-columns:1fr}
  .hdx-price-card.featured{transform:none}
  .hdx-checks{grid-template-columns:1fr}
  .hdx-head{display:block}
  .hdx-testimonial{padding:34px;margin-bottom:70px}
}

.hdx-form-success{
  border:1px solid rgba(60,220,130,.45);
  background:rgba(60,220,130,.10);
  color:#b9ffd4!important;
  padding:14px 16px;
  margin:18px 0;
}
.hdx-form-error{
  border:1px solid rgba(255,90,90,.45);
  background:rgba(255,90,90,.10);
  color:#ffd0d0!important;
  padding:14px 16px;
  margin:18px 0;
}

.hdx-form-response{
  padding:14px 16px;
  margin:6px 0;
  font-weight:700;
}
.hdx-form-loading{
  border:1px solid rgba(217,170,54,.45);
  background:rgba(217,170,54,.10);
  color:#ffe9a8!important;
}
.hdxSubmitBtn[disabled],
.hdx-form button[disabled]{
  opacity:.65;
  cursor:not-allowed;
}

/* Holvex Pro Suite Additions */
.hdx-page-hero{
  padding:110px 6% 70px;
  background:
    radial-gradient(circle at 70% 20%,rgba(217,170,54,.22),transparent 28%),
    linear-gradient(135deg,#030406,#101216);
  border-bottom:1px solid var(--border);
}
.hdx-page-hero h1{
  font-size:clamp(42px,6vw,84px);
  line-height:.98;
  letter-spacing:-.045em;
  text-transform:uppercase;
}
.hdx-page-hero p{color:var(--muted);max-width:760px;font-size:19px;margin-top:18px}
.hdx-calendly-box{
  border:1px solid var(--goldBorder);
  background:rgba(255,255,255,.04);
  padding:24px;
  margin-top:28px;
}
.hdx-calendly-inline{
  min-width:320px;
  height:760px;
  border-radius:8px;
  overflow:hidden;
  background:white;
}
.hdx-admin-note{
  border:1px solid var(--goldBorder);
  background:rgba(217,170,54,.08);
  padding:22px;
  margin:24px 0;
  color:#ffe8a2;
}
.hdx-service-list,.hdx-testimonial-list,.hdx-case-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.hdx-page-card{
  border:1px solid var(--border);
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  padding:28px;
}
.hdx-page-card h2,.hdx-page-card h3{text-transform:uppercase;margin-bottom:12px}
.hdx-page-card p{color:var(--muted)}
.hdx-mini-crm{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
  margin:28px 0;
}
.hdx-mini-crm div{
  border:1px solid var(--border);
  padding:18px;
  background:rgba(255,255,255,.04);
  text-align:center;
}
.hdx-mini-crm b{display:block;color:var(--gold2);font-size:28px}
.hdx-portal-login{
  max-width:620px;
  border:1px solid var(--goldBorder);
  background:rgba(255,255,255,.04);
  padding:34px;
}
.hdx-nav .hdx-call{white-space:nowrap}
.hdx-floating-calendly{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:999;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#111;
  font-weight:950;
  padding:14px 20px;
  border-radius:999px;
  box-shadow:var(--shadow);
}
@media(max-width:1000px){
  .hdx-service-list,.hdx-testimonial-list,.hdx-case-list,.hdx-mini-crm{grid-template-columns:1fr}
  .hdx-calendly-inline{height:700px}
  .hdx-floating-calendly{right:14px;bottom:14px;padding:12px 16px}
}

/* Launch Ready Pages */
.hdx-two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:start;
}
.hdx-page-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.hdx-long-card{
  border:1px solid var(--border);
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  padding:32px;
}
.hdx-long-card h2,.hdx-long-card h3{
  text-transform:uppercase;
  margin-bottom:14px;
}
.hdx-long-card p,.hdx-long-card li{color:var(--muted)}
.hdx-long-card ul{margin:18px 0 0 20px}
.hdx-service-hero-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:24px;
}
.hdx-service-hero-list div{
  border:1px solid var(--border);
  padding:16px;
  background:rgba(255,255,255,.04);
}
.hdx-legal{
  max-width:950px;
}
.hdx-legal h2{margin:32px 0 12px;color:var(--gold2)}
.hdx-legal p,.hdx-legal li{color:var(--muted)}
.hdx-legal ul{margin-left:22px}
.hdx-cta-strip{
  margin:40px 6% 0;
  padding:45px;
  border:1px solid var(--goldBorder);
  background:linear-gradient(135deg,rgba(217,170,54,.18),rgba(255,255,255,.04));
  display:flex;
  justify-content:space-between;
  gap:25px;
  align-items:center;
}
.hdx-cta-strip h2{font-size:clamp(28px,3vw,48px);line-height:1.05}
@media(max-width:1000px){
  .hdx-two-col,.hdx-page-grid,.hdx-service-hero-list{grid-template-columns:1fr}
  .hdx-cta-strip{display:block;padding:28px}
  .hdx-cta-strip .hdx-btn{margin-top:22px}
}

/* Final Launch Polish */
.hdx-footer-links{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:14px;
}
.hdx-footer-links a{
  color:var(--gold2);
  font-size:14px;
  font-weight:800;
}
.hdx-skip-link{
  position:absolute;
  left:-999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.hdx-skip-link:focus{
  left:20px;
  top:20px;
  width:auto;
  height:auto;
  z-index:99999;
  background:var(--gold2);
  color:#000;
  padding:12px 16px;
  font-weight:900;
}
.hdx-final-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid var(--goldBorder);
  color:var(--gold2);
  padding:8px 12px;
  margin-top:20px;
  font-size:13px;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.08em;
}
