/*
Theme Name: VIP Warriors TikTok Agency
Theme URI: https://example.com/
Author: OpenAI
Author URI: https://openai.com/
Description: Luxury black, gold and purple TikTok agency WordPress theme with clean editable hero and bundled demo media.
Version: 2.1.5
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: vip-warriors
*/

:root {
  --bg: #070109;
  --bg-soft: #100214;
  --panel: rgba(19, 6, 24, 0.86);
  --panel-2: rgba(14, 4, 18, 0.92);
  --gold: #f1c562;
  --gold-2: #ffd98a;
  --gold-line: rgba(255, 206, 92, 0.35);
  --purple: #70229e;
  --purple-dark: #320c41;
  --text: #fff8eb;
  --muted: #eadab8;
  --container: 1280px;
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
  background:
    linear-gradient(rgba(7,1,9,.80), rgba(7,1,9,.92)),
    var(--vip-site-bg, none) center top / cover fixed no-repeat,
    #070109;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
body.admin-bar .site-header { top: 32px; }

.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(180deg, rgba(10,2,12,.96), rgba(10,2,12,.90));
  border-top: 2px solid rgba(255, 201, 87, .75);
  border-bottom: 1px solid rgba(255, 201, 87, .25);
  box-shadow: 0 8px 30px rgba(0,0,0,.25);
}
.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 202, 99, .75), transparent);
}
.site-header::before { top: 6px; }
.site-header::after { bottom: 6px; opacity: .55; }
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 112px;
}
.branding { display: inline-flex; align-items: center; gap: 18px; min-width: 0; }
.branding img {
  width: var(--vip-logo-size, 150px);
  filter: drop-shadow(0 0 16px rgba(255, 205, 109, .20));
}
.brand-copy h1 { margin: 0; font-size: clamp(1.9rem, 2.2vw, 2.45rem); line-height: 1; color: var(--gold-2); }
.brand-copy p { margin: 4px 0 0; color: var(--muted); font-size: .92rem; }
.main-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .86rem;
}
.main-nav a:hover, .main-nav .current-menu-item > a { color: var(--gold-2); }
.header-right { display: flex; align-items: center; gap: 18px; }
.header-phone { color: var(--muted); font-size: .92rem; white-space: nowrap; }

.button,
.wp-block-button__link,
input[type="submit"],
button,
.wp-element-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 28px;
  border-radius: 999px;
  color: #fff6db;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 1px solid rgba(255,204,96,.42);
  background: linear-gradient(180deg, #8b33be 0%, #4d165b 54%, #230812 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 10px 28px rgba(0,0,0,.34), 0 0 0 2px rgba(255,202,99,.08);
}
.button.alt {
  background: linear-gradient(180deg, #6f4a14 0%, #351509 56%, #190703 100%);
}
.button:hover { transform: translateY(-1px); }

.site-main { overflow: hidden; }

.hero {
  position: relative;
  min-height: 760px;
  padding: 88px 0 70px;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(7,1,9,.86) 0%, rgba(7,1,9,.70) 38%, rgba(7,1,9,.40) 62%, rgba(7,1,9,.56) 100%),
    var(--vip-hero-bg, none) center center / cover no-repeat,
    #070109;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 28%, rgba(255,189,72,.12), transparent 22%),
    radial-gradient(circle at 67% 36%, rgba(255,194,83,.26), transparent 18%),
    radial-gradient(circle at 83% 46%, rgba(129,33,170,.20), transparent 18%),
    linear-gradient(180deg, rgba(255, 182, 60, .08), transparent 24%);
  pointer-events: none;
  z-index: -2;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('assets/images/section-top-glow.png') center top / cover no-repeat;
  mix-blend-mode: screen;
  opacity: .95;
  pointer-events: none;
  z-index: -1;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(420px, 1fr);
  gap: 40px;
  align-items: center;
}
.hero-content {
  position: relative;
  z-index: 3;
  padding: 12px 0 0;
}
.eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 202, 99, .24);
  background: rgba(255, 202, 99, .08);
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .75rem;
}
.hero-content h2 {
  margin: 0;
  text-transform: uppercase;
  line-height: .94;
  font-size: clamp(3.5rem, 7vw, 5.4rem);
  text-shadow: 0 6px 18px rgba(0,0,0,.45);
}
.hero-content h2 .gold { color: var(--gold-2); }
.hero-content h3 {
  margin: 16px 0 10px;
  font-size: clamp(1.6rem, 2.3vw, 2.15rem);
  color: var(--gold);
  font-weight: 400;
}
.hero-content p {
  margin: 0;
  max-width: 520px;
  font-size: 1.18rem;
  color: var(--muted);
  text-shadow: 0 2px 10px rgba(0,0,0,.55);
}
.hero-buttons { display: flex; flex-wrap: wrap; gap: 16px; margin: 28px 0 0; }
.hero-visual {
  position: relative;
  min-height: 560px;
}
.hero-visual::before {
  content: "";
  position: absolute;
  right: 2%;
  top: 5%;
  width: 78%;
  height: 78%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,198,76,.30) 0%, rgba(255,198,76,.08) 38%, transparent 68%);
  filter: blur(16px);
}
.hero-phone {
  position: absolute;
  right: -2%;
  bottom: -20px;
  width: min(100%, 820px);
  z-index: 2;
  filter: drop-shadow(0 25px 60px rgba(0,0,0,.48));
}

.section {
  position: relative;
  padding: 54px 0;
}
.section-background {
  background:
    linear-gradient(rgba(6,1,8,.62), rgba(6,1,8,.86)),
    var(--section-bg, none) center center / cover no-repeat,
    #09010c;
}
.page-content-background {
  background:
    linear-gradient(rgba(6,1,8,.70), rgba(6,1,8,.88)),
    var(--vip-page-content-bg, none) center center / cover no-repeat,
    #09010c;
}
.section-title {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.08;
  font-size: clamp(2.25rem, 4vw, 3.3rem);
}
.section-intro {
  max-width: 820px;
  margin: 10px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 1.12rem;
}
.feature-grid,
.showcase-grid,
.page-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}
.panel-card {
  position: relative;
  padding: 26px 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 202, 99, .18);
  background: linear-gradient(180deg, rgba(24,7,31,.80), rgba(11,3,16,.92));
  box-shadow: 0 20px 60px rgba(0,0,0,.38);
  overflow: hidden;
}
.panel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0, rgba(255, 194, 89, .10), transparent 38%);
  pointer-events: none;
}
.icon-badge {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 30%, #8d2ec6, #2a0718 74%);
  border: 1px solid rgba(255, 202, 99, .4);
  box-shadow: 0 10px 30px rgba(0,0,0,.4);
  font-size: 1.7rem;
  color: #fff;
}
.panel-card h3,
.panel-card h4 {
  margin: 0 0 12px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1.15;
  color: var(--text);
}
.panel-card p {
  margin: 0;
  text-align: center;
  color: var(--muted);
  font-size: 1rem;
}
.section-button-wrap { margin-top: 28px; text-align: center; }
.showcase-card { padding: 14px; }
.showcase-card img {
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(255, 202, 99, .24);
}
.showcase-card .copy { padding: 18px 8px 8px; }

.page-hero {
  padding: 90px 0 34px;
  background:
    linear-gradient(rgba(8,1,11,.74), rgba(8,1,11,.88)),
    var(--vip-page-hero-bg, none) center center / cover no-repeat,
    #070109;
  border-bottom: 1px solid rgba(255, 202, 99, .18);
}
.page-hero h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(2.6rem, 5vw, 4rem);
  text-align: center;
}
.page-hero p {
  max-width: 860px;
  margin: 10px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 1.12rem;
}
.page-content-wrap { padding: 42px 0 72px; }
.content-card {
  padding: 34px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(23, 6, 30, .80), rgba(12, 3, 16, .92));
  border: 1px solid rgba(255, 202, 99, .16);
  box-shadow: 0 16px 50px rgba(0,0,0,.36);
}
.content-card h2,
.content-card h3 { color: var(--gold-2); }
.content-card p,
.content-card li { color: var(--muted); }
.site-footer {
  padding: 28px 0 42px;
  border-top: 1px solid rgba(255, 202, 99, .16);
  background: rgba(8,1,11,.88);
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}
.footer-brand img {
  width: var(--vip-footer-logo-size, 160px);
  max-width: 100%;
  height: auto;
  flex: 0 0 auto;
}
.footer-brand strong { display:block; color: var(--gold-2); }
.footer-brand p, .site-footer small {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}

.footer-right {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.footer-right .powered-by-label {
  color: var(--muted);
  font-size: .95rem;
  white-space: nowrap;
}
.footer-right a {
  display: inline-flex;
  align-items: center;
}
.footer-right img {
  width: var(--vip-powered-logo-size, 150px);
  max-width: 100%;
  height: auto;
}

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; padding: 18px 0; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-content { text-align: center; }
  .hero-content p { margin-left: auto; margin-right: auto; }
  .hero-buttons { justify-content: center; }
  .hero-visual { min-height: 480px; }
  .hero-phone { position: relative; right: auto; bottom: auto; margin: 0 auto; width: min(100%, 760px); }
  .feature-grid, .showcase-grid, .page-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
  .container { width: min(calc(100% - 24px), var(--container)); }
  .header-phone { display: none; }
  .main-nav ul { flex-wrap: wrap; gap: 14px 18px; }
  .hero { min-height: unset; padding: 56px 0 42px; }
  .hero-content h2 { font-size: clamp(2.45rem, 12vw, 3.6rem); }
  .hero-content h3 { font-size: 1.35rem; }
  .hero-content p { font-size: 1rem; }
  .hero-visual { min-height: 320px; }
  .feature-grid, .showcase-grid, .page-card-grid { grid-template-columns: 1fr; }
  .footer-inner { justify-content: center; text-align: center; }
  .footer-brand { flex-direction: column; }
  .footer-right { margin-left: 0; justify-content: center; width: 100%; }
  .content-card { padding: 24px; }
}

.section-background-mid { --section-bg: var(--vip-mid-section-bg, none); }
.section-background-showcase { --section-bg: var(--vip-showcase-section-bg, none); }
.section-background-page { --section-bg: var(--vip-page-content-bg, none); }
.hero.no-hero-art::after,
.no-section-art::before {
  display: none;
}

