/*
Theme Name: ViralCash AI Theme
Theme URI: https://viralcashz.com/
Author: ViralCash AI
Author URI: https://viralcashz.com/
Description: A fast, Elementor-friendly WordPress theme for ViralCash AI with a video hero homepage, lead generation, program pages, blog support, and legal page scaffolding.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: viralcash-ai
Tags: custom-logo, custom-menu, featured-images, one-column, two-columns, blog, custom-colors, editor-style, block-styles
*/

:root {
  --vc-blue: #071326;
  --vc-blue-2: #0b1d35;
  --vc-emerald: #0ead69;
  --vc-emerald-2: #16c784;
  --vc-gold: #f2b441;
  --vc-cream: #fbfaf7;
  --vc-white: #ffffff;
  --vc-muted: #647084;
  --vc-border: rgba(7, 19, 38, 0.12);
  --vc-shadow: 0 18px 44px rgba(7, 19, 38, 0.14);
  --vc-radius: 8px;
  --vc-wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--vc-cream);
  color: var(--vc-blue);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vc-wrap { width: min(100% - 40px, var(--vc-wrap)); margin: 0 auto; }
.vc-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 250, 247, 0.92);
  border-bottom: 1px solid rgba(7, 19, 38, 0.08);
  backdrop-filter: blur(16px);
}
.vc-header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.vc-brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: 0; }
.vc-brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: var(--vc-radius);
  color: var(--vc-white);
  background: linear-gradient(145deg, var(--vc-emerald), #087f50);
  box-shadow: 0 8px 20px rgba(14, 173, 105, 0.3);
}
.vc-brand-name { font-size: 20px; }
.vc-brand-name span { color: var(--vc-emerald); }
.vc-primary-menu { display: flex; align-items: center; gap: 6px; margin: 0; padding: 0; list-style: none; }
.vc-primary-menu a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border-radius: var(--vc-radius);
  color: rgba(7, 19, 38, 0.78);
  font-size: 14px;
  font-weight: 700;
}
.vc-primary-menu a:hover, .vc-primary-menu .current-menu-item > a { color: var(--vc-emerald); }
.vc-header-cta, .vc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 20px;
  border: 0;
  border-radius: var(--vc-radius);
  color: var(--vc-white);
  background: var(--vc-emerald);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(14, 173, 105, 0.24);
}
.vc-header-cta { background: var(--vc-blue); box-shadow: none; }
.vc-button:hover, .vc-header-cta:hover { background: var(--vc-emerald-2); color: var(--vc-blue); }
.vc-button-secondary {
  color: var(--vc-white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}
.vc-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: var(--vc-radius);
  color: var(--vc-white);
  background: var(--vc-blue);
  font-weight: 800;
  cursor: pointer;
}

.vc-hero {
  position: relative;
  min-height: calc(100vh - 74px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--vc-white);
  background: radial-gradient(800px 460px at 82% 12%, rgba(14, 173, 105, 0.28), transparent 60%), var(--vc-blue);
}
.vc-hero-media, .vc-hero-media video, .vc-hero-media img, .vc-hero-overlay { position: absolute; inset: 0; }
.vc-hero-media video, .vc-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.vc-hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 19, 38, 0.94) 0%, rgba(7, 19, 38, 0.78) 44%, rgba(7, 19, 38, 0.38) 100%),
    linear-gradient(0deg, rgba(7, 19, 38, 0.76), rgba(7, 19, 38, 0.18));
}
.vc-hero-content { position: relative; z-index: 2; max-width: 670px; padding: 86px 0 96px; }
.vc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: var(--vc-radius);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #bff2d9;
  background: rgba(255, 255, 255, 0.08);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.vc-hero h1 { margin: 20px 0 0; font-size: clamp(42px, 6vw, 72px); line-height: 1.02; letter-spacing: 0; }
.vc-hero h1 span { color: var(--vc-emerald-2); }
.vc-hero p { max-width: 610px; margin: 22px 0 0; color: rgba(255, 255, 255, 0.78); font-size: clamp(17px, 2vw, 20px); }
.vc-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.vc-trust-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; color: rgba(255, 255, 255, 0.78); font-size: 14px; font-weight: 700; }
.vc-trust-row span { padding: 7px 10px; border-radius: var(--vc-radius); background: rgba(255, 255, 255, 0.08); }

.vc-section { padding: 88px 0; }
.vc-section-dark { color: var(--vc-white); background: var(--vc-blue); }
.vc-section-head { max-width: 760px; margin-bottom: 34px; }
.vc-section-head.center { margin-right: auto; margin-left: auto; text-align: center; }
.vc-kicker { margin: 0 0 10px; color: var(--vc-emerald); font-size: 13px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.vc-section h2, .vc-page-hero h1, .vc-entry-content h1, .vc-entry-content h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}
.vc-section-head p, .vc-page-hero p, .vc-entry-content p { color: var(--vc-muted); font-size: 17px; }
.vc-section-dark .vc-section-head p { color: rgba(255, 255, 255, 0.72); }
.vc-grid { display: grid; gap: 22px; }
.vc-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vc-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vc-card {
  padding: 26px;
  border-radius: var(--vc-radius);
  background: var(--vc-white);
  border: 1px solid var(--vc-border);
  box-shadow: 0 8px 28px rgba(7, 19, 38, 0.06);
}
.vc-card h3 { margin: 12px 0 8px; font-size: 22px; line-height: 1.2; color: var(--vc-blue); }
.vc-card p { margin: 0; color: var(--vc-muted); }
.vc-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: var(--vc-radius);
  color: var(--vc-blue);
  background: rgba(14, 173, 105, 0.14);
  font-weight: 900;
}
.vc-gold { background: rgba(242, 180, 65, 0.22); }
.vc-program-card { overflow: hidden; padding: 0; }
.vc-program-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.vc-program-body { padding: 24px; }
.vc-tag {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: var(--vc-radius);
  color: #0b8051;
  background: rgba(14, 173, 105, 0.12);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.vc-lead-band {
  background:
    radial-gradient(560px 320px at 84% 6%, rgba(242, 180, 65, 0.24), transparent 58%),
    linear-gradient(145deg, var(--vc-blue), var(--vc-blue-2));
}
.vc-lead-layout { display: grid; grid-template-columns: 1fr 430px; gap: 46px; align-items: center; }
.vc-lead-card { padding: 28px; border-radius: var(--vc-radius); background: var(--vc-white); color: var(--vc-blue); box-shadow: var(--vc-shadow); }
.vc-form-row { display: grid; gap: 7px; margin-bottom: 14px; }
.vc-form-row label { font-size: 13px; font-weight: 800; }
.vc-form-row input, .vc-form-row textarea, .vc-form-row select {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(7, 19, 38, 0.16);
  border-radius: var(--vc-radius);
  background: var(--vc-white);
  color: var(--vc-blue);
}
.vc-form-row textarea { min-height: 110px; resize: vertical; }
.vc-form-row input:focus, .vc-form-row textarea:focus, .vc-form-row select:focus {
  outline: 2px solid rgba(14, 173, 105, 0.28);
  border-color: var(--vc-emerald);
}
.vc-alert { margin: 0 0 16px; padding: 12px 14px; border-radius: var(--vc-radius); color: #095a3b; background: rgba(14, 173, 105, 0.12); font-weight: 800; }
.vc-alert-error { color: #8b2219; background: rgba(217, 72, 59, 0.12); }

.vc-page-hero {
  padding: 82px 0;
  color: var(--vc-white);
  background: radial-gradient(720px 380px at 80% 0%, rgba(14, 173, 105, 0.2), transparent 60%), var(--vc-blue);
}
.vc-page-hero p { max-width: 760px; color: rgba(255, 255, 255, 0.76); }
.vc-entry-content { padding: 64px 0; }
.vc-entry-content > * { max-width: 860px; margin-right: auto; margin-left: auto; }
.vc-entry-content .alignwide { max-width: var(--vc-wrap); }
.vc-entry-content a { color: var(--vc-emerald); font-weight: 800; }
.vc-post-list { display: grid; gap: 24px; padding: 64px 0; }
.vc-post-item { display: grid; grid-template-columns: 280px 1fr; gap: 26px; align-items: center; }
.vc-post-item img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; border-radius: var(--vc-radius); }
.vc-post-meta { color: var(--vc-muted); font-size: 14px; font-weight: 700; }

.vc-site-footer { padding: 58px 0 26px; color: var(--vc-white); background: #050b16; }
.vc-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 34px; }
.vc-site-footer p, .vc-site-footer a { color: rgba(255, 255, 255, 0.66); }
.vc-footer-menu { display: grid; gap: 9px; margin: 14px 0 0; padding: 0; list-style: none; }
.vc-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.44);
  font-size: 13px;
}

.elementor-page .vc-entry-content { padding: 0; }
.elementor-page .vc-entry-content > * { max-width: none; }

@media (max-width: 920px) {
  .vc-menu-toggle { display: inline-grid; place-items: center; }
  .vc-nav {
    display: none;
    position: absolute;
    top: 74px;
    right: 0;
    left: 0;
    padding: 14px 20px 22px;
    background: var(--vc-cream);
    border-bottom: 1px solid rgba(7, 19, 38, 0.08);
  }
  .vc-nav.is-open { display: block; }
  .vc-primary-menu { display: grid; }
  .vc-primary-menu a, .vc-header-cta { width: 100%; justify-content: flex-start; }
  .vc-header-cta { margin-top: 12px; justify-content: center; }
  .vc-grid-3, .vc-grid-2, .vc-lead-layout, .vc-footer-grid, .vc-post-item { grid-template-columns: 1fr; }
  .vc-section { padding: 64px 0; }
  .vc-hero { min-height: 720px; }
  .vc-hero-overlay { background: linear-gradient(90deg, rgba(7, 19, 38, 0.96), rgba(7, 19, 38, 0.68)); }
}

@media (max-width: 620px) {
  .vc-wrap { width: min(100% - 32px, var(--vc-wrap)); }
  .vc-brand-name { font-size: 18px; }
  .vc-hero { min-height: 680px; }
  .vc-hero-content { padding: 64px 0 74px; }
  .vc-hero-actions, .vc-footer-bottom { flex-direction: column; }
  .vc-button, .vc-button-secondary { width: 100%; }
}
