/*
Theme Name: ReloadedVisa
Theme URI: https://reloadedvisa.com
Author: Reloaded Visa
Description: Premium standalone visa consultancy theme. Black & Crimson Red. Mobile-first. Jhelum, Pakistan.
Version: 2.0.0
Tags: black, red, visa, consultancy, pakistan, mobile-first
*/

/* ============================================================
   RELOADED VISA — v2.0 STANDALONE THEME
   Black #0D0D0D | Crimson #C8102E | Gold #D4AF37
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Inter:wght@300;400;500;600;700&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black:      #0D0D0D;
  --black2:     #161616;
  --black3:     #1F1F1F;
  --red:        #C8102E;
  --red2:       #A00D25;
  --gold:       #D4AF37;
  --white:      #FFFFFF;
  --grey:       #999999;
  --text:       #E0E0E0;
  --font-head:  'Playfair Display', Georgia, serif;
  --font-body:  'Inter', system-ui, sans-serif;
  --radius:     14px;
  --shadow-red: 0 8px 40px rgba(200,16,46,0.35);
  --transition: all 0.3s cubic-bezier(.4,0,.2,1);
}

html { scroll-behavior: smooth; font-size: 16px; }
body { background: var(--black); color: var(--text); font-family: var(--font-body); line-height: 1.7; overflow-x: hidden; }
img  { max-width: 100%; height: auto; display: block; }
a    { color: var(--red); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--gold); }

h1,h2,h3,h4 { font-family: var(--font-head); color: var(--white); line-height: 1.15; }
h1 { font-size: clamp(2rem, 5vw, 3.8rem); font-weight: 900; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.6rem); font-weight: 700; }
h3 { font-size: clamp(1.1rem, 2vw, 1.5rem); font-weight: 700; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 1.25rem; }
.section    { padding: 5rem 0; }
.section-dark { background: var(--black2); }
.text-center { text-align: center; }

/* LABEL */
.label {
  display: inline-block;
  font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--red); border-left: 3px solid var(--red); padding-left: .7rem; margin-bottom: .9rem;
}

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .8rem 1.9rem; border-radius: 50px; font-family: var(--font-body);
  font-size: .9rem; font-weight: 600; cursor: pointer;
  border: 2px solid transparent; transition: var(--transition); white-space: nowrap;
}
.btn-red  { background: var(--red); color: #fff; border-color: var(--red); box-shadow: 0 4px 20px rgba(200,16,46,.3); }
.btn-red:hover  { background: var(--red2); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-red); }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.3); }
.btn-outline:hover { border-color: var(--red); color: var(--red); transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--black); border-color: var(--gold); font-weight: 700; }
.btn-gold:hover { background: #e8c84a; color: var(--black); transform: translateY(-2px); }

/* ── NAVBAR ── */
.rv-nav {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: rgba(13,13,13,.93); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(200,16,46,.18);
  transition: var(--transition);
}
.rv-nav.scrolled { background: rgba(13,13,13,.99); border-bottom-color: var(--red); box-shadow: 0 4px 30px rgba(0,0,0,.6); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: .9rem 1.25rem; max-width: 1180px; margin: 0 auto; }

.nav-logo { display: flex; align-items: center; gap: .75rem; text-decoration: none; }
.nav-logo img { height: 48px; width: auto; }
.nav-logo-text .brand { font-family: var(--font-head); font-size: 1.3rem; font-weight: 900; color: #fff; }
.nav-logo-text .brand span { color: var(--red); }
.nav-logo-text .tag { font-size: .6rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); display: block; margin-top: 1px; }

.nav-links { display: flex; align-items: center; gap: .15rem; list-style: none; }
.nav-links a { color: var(--text); font-size: .88rem; font-weight: 500; padding: .45rem .85rem; border-radius: 6px; transition: var(--transition); }
.nav-links a:hover { color: #fff; background: rgba(200,16,46,.1); }
.nav-links .nav-cta { background: var(--red); color: #fff !important; border-radius: 50px !important; padding: .5rem 1.2rem !important; }
.nav-links .nav-cta:hover { background: var(--red2) !important; }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: var(--transition); }

/* Mobile Nav */
.mobile-nav { display: none; flex-direction: column; gap: .25rem; padding: 1rem 1.25rem 1.25rem; border-top: 1px solid rgba(200,16,46,.2); }
.mobile-nav a { color: var(--text); font-size: .92rem; font-weight: 500; padding: .7rem 1rem; border-radius: 8px; display: block; transition: var(--transition); }
.mobile-nav a:hover { background: rgba(200,16,46,.1); color: #fff; }
.mobile-nav .mob-cta { background: var(--red); color: #fff !important; text-align: center; margin-top: .5rem; border-radius: 50px !important; }

/* ── HERO ── */
.rv-hero {
  min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden;
  padding: 7rem 0 4rem; background: var(--black);
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(ellipse 70% 60% at 65% 50%, rgba(200,16,46,.13) 0%, transparent 65%),
              radial-gradient(ellipse 40% 70% at 15% 90%, rgba(200,16,46,.07) 0%, transparent 60%);
}
/* Animated grid lines */
.hero-grid {
  position: absolute; inset: 0; z-index: 0;
  background-image: linear-gradient(rgba(200,16,46,.04) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(200,16,46,.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-content { position: relative; z-index: 1; max-width: 660px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1.75rem;
  background: rgba(200,16,46,.1); border: 1px solid rgba(200,16,46,.3);
  color: var(--red); font-size: .75rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; padding: .45rem 1rem; border-radius: 50px;
}
.hero-badge .dot { width: 6px; height: 6px; background: var(--red); border-radius: 50%; animation: blink 1.8s infinite; }
@keyframes blink { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.3;transform:scale(1.5)} }

.hero-title { margin-bottom: 1.25rem; }
.hero-title .line2 { color: var(--red); display: block; }

.hero-sub { font-size: 1.05rem; color: var(--grey); margin-bottom: 2.25rem; max-width: 500px; line-height: 1.85; }
.hero-sub strong { color: var(--gold); font-weight: 600; }

.hero-btns { display: flex; gap: .9rem; flex-wrap: wrap; margin-bottom: 3rem; }

.hero-stats { display: flex; gap: 2rem; flex-wrap: wrap; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.07); }
.stat-num { font-family: var(--font-head); font-size: 2rem; font-weight: 900; color: #fff; line-height: 1; }
.stat-num span { color: var(--red); }
.stat-lbl { font-size: .72rem; color: var(--grey); text-transform: uppercase; letter-spacing: .1em; margin-top: 4px; }

/* Hero right — decorative globe rings */
.hero-deco { position: absolute; right: -80px; top: 50%; transform: translateY(-50%); width: 620px; height: 620px; z-index: 0; }
.hero-deco .ring { position: absolute; border-radius: 50%; border: 1px solid rgba(200,16,46,.12); top: 50%; left: 50%; transform: translate(-50%,-50%); }
.ring-1 { width: 100%; height: 100%; }
.ring-2 { width: 70%; height: 70%; border-color: rgba(200,16,46,.09); }
.ring-3 { width: 42%; height: 42%; border-color: rgba(200,16,46,.07); }
.ring-4 { width: 18%; height: 18%; background: rgba(200,16,46,.08); border-color: rgba(200,16,46,.2); }

/* ── TRUST STRIP ── */
.trust-strip { background: var(--black3); border-top: 1px solid rgba(200,16,46,.12); border-bottom: 1px solid rgba(200,16,46,.12); padding: 1rem 0; overflow: hidden; }
.trust-track { display: flex; gap: 2.5rem; width: max-content; animation: scroll-x 28s linear infinite; }
.trust-item  { display: flex; align-items: center; gap: .5rem; font-size: .8rem; font-weight: 600; color: var(--grey); white-space: nowrap; }
.trust-sep   { color: var(--red); opacity: .5; }
@keyframes scroll-x { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ── SERVICES ── */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 3rem; }
.service-card {
  background: var(--black3); border: 1px solid rgba(255,255,255,.06);
  border-radius: var(--radius); padding: 1.75rem; position: relative;
  overflow: hidden; transition: var(--transition); cursor: pointer;
}
.service-card::after {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--red), var(--gold));
  transform: scaleX(0); transform-origin: left; transition: var(--transition);
}
.service-card:hover { border-color: rgba(200,16,46,.3); transform: translateY(-6px); box-shadow: var(--shadow-red); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { font-size: 2.2rem; margin-bottom: 1rem; display: block; }
.service-card h3 { font-size: 1.05rem; margin-bottom: .6rem; }
.service-card p  { font-size: .85rem; color: var(--grey); line-height: 1.7; margin-bottom: 1rem; }
.service-rate { font-size: .72rem; font-weight: 700; color: var(--gold); margin-bottom: .9rem; }
.service-link { font-size: .82rem; font-weight: 600; color: var(--red); display: inline-flex; align-items: center; gap: .35rem; transition: var(--transition); }
.service-link:hover { gap: .65rem; color: var(--gold); }

/* ── COUNTRIES ── */
.filter-wrap { display: flex; gap: .5rem; flex-wrap: wrap; justify-content: center; margin-top: 1.75rem; }
.filter-btn {
  background: var(--black3); border: 1px solid rgba(255,255,255,.1); color: var(--grey);
  font-family: var(--font-body); font-size: .78rem; font-weight: 600;
  padding: .45rem 1rem; border-radius: 50px; cursor: pointer; transition: var(--transition);
}
.filter-btn.active, .filter-btn:hover { background: var(--red); border-color: var(--red); color: #fff; }

.countries-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: .75rem; margin-top: 1.75rem; }
.country-card {
  background: var(--black3); border: 1px solid rgba(255,255,255,.06);
  border-radius: 10px; padding: 1.1rem .6rem; text-align: center; transition: var(--transition);
}
.country-card:hover { border-color: var(--red); transform: translateY(-4px); background: rgba(200,16,46,.07); }
.country-flag { font-size: 2rem; margin-bottom: .4rem; line-height: 1; }
.country-card h4 { font-family: var(--font-body); font-size: .7rem; font-weight: 600; color: var(--text); line-height: 1.3; }

/* ── WHY US ── */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-top: 2.5rem; }
.why-img-wrap { position: relative; border-radius: var(--radius); overflow: hidden; }
.why-img-wrap img { width: 100%; border-radius: var(--radius); }
.why-img-wrap::after { content: ''; position: absolute; inset: 0; border-radius: var(--radius); border: 2px solid rgba(200,16,46,.25); }
.exp-badge {
  position: absolute; bottom: 1.5rem; right: 1.5rem;
  background: var(--red); color: #fff; border-radius: 12px; padding: 1rem 1.4rem;
  text-align: center; box-shadow: var(--shadow-red);
}
.exp-badge .num { font-family: var(--font-head); font-size: 2rem; font-weight: 900; line-height: 1; }
.exp-badge .lbl { font-size: .65rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; opacity: .9; }

.features { list-style: none; display: flex; flex-direction: column; gap: 1rem; margin-top: 1.75rem; }
.feature-item {
  display: flex; gap: .9rem; align-items: flex-start;
  background: var(--black3); border: 1px solid rgba(255,255,255,.05);
  border-radius: 10px; padding: 1.1rem; transition: var(--transition);
}
.feature-item:hover { border-color: rgba(200,16,46,.2); transform: translateX(5px); }
.feature-check {
  width: 30px; height: 30px; border-radius: 50%; background: rgba(200,16,46,.12);
  display: flex; align-items: center; justify-content: center;
  color: var(--red); font-size: .85rem; font-weight: 700; flex-shrink: 0;
}
.feature-text h4 { font-family: var(--font-body); font-size: .9rem; font-weight: 600; color: #fff; margin-bottom: .25rem; }
.feature-text p  { font-size: .8rem; color: var(--grey); margin: 0; }

/* ── PROCESS ── */
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; margin-top: 3rem; position: relative; }
.process-grid::before {
  content: ''; position: absolute; top: 44px; left: 12%; right: 12%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
}
.step { text-align: center; padding: 0 .75rem; }
.step-num {
  width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 1.25rem;
  background: var(--black); border: 2px solid var(--red);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-size: 1.6rem; font-weight: 900; color: var(--red);
  box-shadow: 0 0 28px rgba(200,16,46,.18); transition: var(--transition); position: relative; z-index: 1;
}
.step:hover .step-num { background: var(--red); color: #fff; box-shadow: 0 0 48px rgba(200,16,46,.5); transform: scale(1.08); }
.step h4 { font-family: var(--font-body); font-size: .95rem; font-weight: 700; color: #fff; margin-bottom: .4rem; }
.step p  { font-size: .8rem; color: var(--grey); }

/* ── TESTIMONIALS ── */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 3rem; }
.testi-card {
  background: var(--black3); border: 1px solid rgba(255,255,255,.05);
  border-radius: var(--radius); padding: 1.75rem; position: relative; transition: var(--transition);
}
.testi-card:hover { border-color: rgba(200,16,46,.25); transform: translateY(-4px); }
.testi-card::before {
  content: '"'; position: absolute; top: .75rem; right: 1.25rem;
  font-family: var(--font-head); font-size: 5rem; color: var(--red); opacity: .1; line-height: 1;
}
.stars { color: var(--gold); font-size: .85rem; margin-bottom: .85rem; letter-spacing: 2px; }
.testi-card blockquote { font-size: .88rem; color: var(--text); font-style: italic; line-height: 1.75; margin-bottom: 1.25rem; }
.testi-author { display: flex; align-items: center; gap: .7rem; }
.avatar {
  width: 44px; height: 44px; border-radius: 50%; border: 2px solid rgba(200,16,46,.3);
  background: linear-gradient(135deg, var(--red), var(--red2));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 700; color: #fff; font-size: 1rem; flex-shrink: 0;
}
.author-name { font-size: .88rem; font-weight: 600; color: #fff; }
.author-city { font-size: .75rem; color: var(--grey); }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
.contact-info-item { display: flex; gap: .75rem; align-items: flex-start; margin-bottom: 1rem; }
.contact-icon { color: var(--red); font-size: 1rem; margin-top: 2px; flex-shrink: 0; width: 20px; }
.contact-info-item span, .contact-info-item a { font-size: .9rem; color: var(--grey); }
.contact-info-item a:hover { color: var(--red); }

.contact-form-wrap {
  background: var(--black3); border: 1px solid rgba(200,16,46,.18);
  border-radius: var(--radius); padding: 2.25rem;
}
.form-group { margin-bottom: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group label { display: block; font-size: .78rem; color: var(--grey); margin-bottom: .35rem; font-weight: 500; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  color: #fff; padding: .7rem 1rem; border-radius: 8px; font-size: .88rem;
  font-family: var(--font-body); transition: var(--transition); outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(200,16,46,.12); }
.form-group select option { background: var(--black3); }
.form-group textarea { resize: vertical; min-height: 90px; }
.form-feedback { display: none; margin-top: .85rem; padding: .7rem 1rem; border-radius: 8px; font-size: .85rem; font-weight: 600; }
.form-feedback.success { background: rgba(34,197,94,.1); color: #4ade80; border: 1px solid rgba(34,197,94,.2); }
.form-feedback.error   { background: rgba(200,16,46,.1); color: #f87171; border: 1px solid rgba(200,16,46,.2); }

/* ── CTA BANNER ── */
.cta-banner {
  background: linear-gradient(135deg, var(--red) 0%, var(--red2) 55%, #6B0A1A 100%);
  padding: 5rem 0; text-align: center; position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}
.cta-banner h2 { font-size: clamp(1.75rem,3.5vw,2.8rem); margin-bottom: .85rem; position: relative; }
.cta-banner p  { font-size: 1.05rem; color: rgba(255,255,255,.85); margin-bottom: 2.25rem; position: relative; }
.cta-btns { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; position: relative; }

/* ── FOOTER ── */
.rv-footer { background: #080808; border-top: 1px solid rgba(200,16,46,.18); padding-top: 4.5rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 2.5rem; margin-bottom: 3rem; }
.footer-brand p { font-size: .85rem; color: var(--grey); line-height: 1.75; margin: 1rem 0 1.5rem; max-width: 270px; }
.footer-logo-text .brand { font-family: var(--font-head); font-size: 1.4rem; font-weight: 900; color: #fff; }
.footer-logo-text .brand span { color: var(--red); }
.footer-logo-text .tag { font-size: .6rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); display: block; margin-top: 2px; }
.footer-logo img { height: 48px; width: auto; margin-bottom: .5rem; }

.social-links { display: flex; gap: .6rem; }
.social-link {
  width: 36px; height: 36px; border-radius: 8px; background: var(--black3);
  border: 1px solid rgba(255,255,255,.07); display: flex; align-items: center;
  justify-content: center; font-size: .85rem; color: var(--grey); transition: var(--transition);
}
.social-link:hover { background: var(--red); border-color: var(--red); color: #fff; transform: translateY(-3px); }

.footer-col h4 {
  font-family: var(--font-body); font-size: .82rem; font-weight: 700; color: #fff;
  letter-spacing: .1em; text-transform: uppercase; margin-bottom: 1.1rem;
  padding-bottom: .6rem; border-bottom: 2px solid var(--red); display: inline-block;
}
.footer-links { list-style: none; display: flex; flex-direction: column; gap: .55rem; }
.footer-links a { font-size: .84rem; color: var(--grey); transition: var(--transition); display: flex; align-items: center; gap: .35rem; }
.footer-links a::before { content: '›'; color: var(--red); }
.footer-links a:hover { color: #fff; padding-left: 4px; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.05); padding: 1.4rem 0;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem;
}
.footer-bottom p { font-size: .8rem; color: var(--grey); }
.footer-bottom-links { display: flex; gap: 1.25rem; list-style: none; }
.footer-bottom-links a { font-size: .78rem; color: var(--grey); }
.footer-bottom-links a:hover { color: var(--red); }

/* ── WHATSAPP FLOAT ── */
.wa-float {
  position: fixed; bottom: 1.75rem; right: 1.75rem; z-index: 999;
  width: 56px; height: 56px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center; color: #fff;
  font-size: 1.5rem; box-shadow: 0 6px 24px rgba(37,211,102,.4); transition: var(--transition);
  animation: wa-pulse 3s ease infinite;
}
.wa-float:hover { transform: scale(1.1) translateY(-3px); background: #1da851; color: #fff; }
@keyframes wa-pulse {
  0%,100% { box-shadow: 0 6px 24px rgba(37,211,102,.4); }
  50%      { box-shadow: 0 6px 40px rgba(37,211,102,.7), 0 0 0 10px rgba(37,211,102,.08); }
}
.wa-tip {
  position: absolute; right: 66px; background: var(--black3); color: #fff;
  font-size: .76rem; font-weight: 600; padding: .45rem .85rem; border-radius: 8px;
  white-space: nowrap; border: 1px solid rgba(37,211,102,.3);
  opacity: 0; transition: var(--transition); pointer-events: none; font-family: var(--font-body);
}
.wa-float:hover .wa-tip { opacity: 1; }

/* ── FADE ANIMATIONS ── */
/* Hero content always visible — no fade delay on above-fold content */
.rv-hero .fade-up,
.rv-hero .fade-up.visible { opacity: 1 !important; transform: translateY(0) !important; }

.fade-up { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1 !important; transform: translateY(0) !important; }
.fade-up:nth-child(2){transition-delay:.1s} .fade-up:nth-child(3){transition-delay:.2s}
.fade-up:nth-child(4){transition-delay:.3s} .fade-up:nth-child(5){transition-delay:.4s}
.fade-up:nth-child(6){transition-delay:.5s}

/* ── CUSTOM LOGO FIX ── */
.nav-logo .custom-logo-link img,
.nav-logo img.custom-logo {
  height: 52px !important;
  width: auto !important;
  max-width: 220px !important;
  object-fit: contain !important;
}
.footer-logo .custom-logo-link img { height: 44px !important; width: auto !important; }

/* ── WORDPRESS CORE RESET FIXES ── */
.rv-hero * { box-sizing: border-box; }
.hero-content h1 { color: #FFFFFF !important; }
.hero-badge { color: #C8102E !important; }
.hero-sub { color: #999999 !important; }
.stat-num { color: #FFFFFF !important; font-family: 'Playfair Display', Georgia, serif !important; }
.stat-lbl { color: #999999 !important; }

/* Prevent WP admin bar from hiding navbar */
.admin-bar .rv-nav { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .rv-nav { top: 46px; } }

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .services-grid  { grid-template-columns: repeat(2,1fr); }
  .testi-grid     { grid-template-columns: repeat(2,1fr); }
  .why-grid       { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-grid    { grid-template-colu