.vstats-wpbody {
  color: #333;
  font-family: "Inter", sans-serif;
  margin: 0;
  line-height: 1.6;
  background-image: url('../img/stats_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  min-height: 100vh;
}

.vstats-header {
  text-align: center;
  padding: 40px 20px 50px;
  background: transparent;
  color: #fff;
}
.vstats-header h1 {
  font-size: 2.8rem;
  margin-bottom: 12px;
}
.vstats-header p {
  font-size: 1.2rem;
  opacity: 0.9;
}

.vstats-h1 {
  color: #fff;
  font-size:2.8rem;
}
.vstats-h2 {
  color: #fff;
  font-size:1.9rem;
}
.vstats-h3 {
  color: #fff;
  font-size:1.4rem;
}
.vstats-hero {
  text-align: center;
  background: #0A1D38;
  border-radius: 14px;
  max-width: 900px;
  margin: -50px auto 60px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.vstats-hero img {
  width: 100%;
  max-width: 650px;
  border-radius: 10px;
  margin: 20px 0 30px;
}
.vstats-hero .vstats-buttons {
  margin-top: 25px;
}
.vstats-hero a.vstats-button {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 25px;
  background: linear-gradient(135deg, #4B9EFF, #6C63FF);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}
.vstats-hero a.vstats-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(108, 99, 255, 0.3);
}
.vstats-hero a.vstats-secondary {
  background: #eee;
  color: #fff;
  margin-left: 10px;
}
.vstats-hero a.vstats-secondary:hover {
  background: #ddd;
}

.vstats-introtext {
  color: #fff;
}

.vstats-section {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 20px;
}
.vstats-section h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}

.vstats-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 35px;
}
.vstats-feature {
  background: #03a9f4;
  color: #fff;
  border-radius: 14px;
  padding: 35px 25px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.vstats-feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.vstats-feature h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  color: #fff;
}
.vstats-feature p {
  color: #fff;
  font-size: 0.95rem;
}

.vstats-section.vstats-cta {
  text-align: center;
  padding: 60px 20px 100px;
}
.vstats-section.vstats-cta p {
  color: #fff;
}
.vstats-section.vstats-cta a.vstats-button {
  margin-top: 20px;
}

/* top menu */
@keyframes vstats-gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

#vstats-site-menu {
    background: linear-gradient(
        -45deg,
        #000033,
        #0A1D38,
        #03a9f4,
        #0A1D38
    );
    background-size: 400% 400%;
    animation: vstats-gradient-shift 15s ease infinite;
    color: #fff;
    font-family: 'Inter', sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.vstats-top-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.5rem;
    margin: 0 auto;
}
.vstats-nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.5rem;
}

.vstats-nav-links a {
    color: #fff;
    padding: 0.5rem 0;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0);
}

.vstats-nav-links a:hover {
    color: #4DFFFF;
    text-shadow: 0 0 8px #4DFFFF;
}

.vstats-logo {
    color: #4DFFFF;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.vstats-logo-white {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.vstats-logo-white img {
   width: 150px;
    height: auto;
}

.vstats-imagecontainer {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.vstats-imagecontainer img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

/* Highlights Section */
.vstats-highlights-section {
  background: linear-gradient(135deg, #3ad66d, #38a35b, #1b3d21, #2f8e4b);
  padding: 60px 20px;
}
.vstats-highlights-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.vstats-highlight-item {
  flex: 1;
  min-width: 250px;
  text-align: center;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 8px;
  background-color: rgba(255,255,255,0.9);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.vstats-highlight-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
.vstats-highlight-item .vstats-icon {
  font-size: 40px;
  margin-bottom: 15px;
}
.vstats-highlight-item h3 {
  margin-bottom: 10px;
  color: #1b3d21;
}
.vstats-highlight-item p {
  margin: 0;
  color: #333;
}

/* Plan Boxes */
.vstats-plan-fees {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}
.vstats-plan-box {
  flex: 0 1 260px;
  min-width: 220px;
  max-width: 300px;
  padding: 22px;
  border-radius: 14px;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: .25s ease;
  background: linear-gradient(145deg, #ffffff, #eefaf0);
  color: #333;
  box-shadow: 0 6px 16px rgba(10, 20, 10, 0.06);
}
.vstats-plan-box.vstats-highlight {
  background: #03a9f4;
  color: #fff;
  box-shadow: 0 12px 30px rgba(47,142,75,0.28);
  border: 3px solid #fff;
  z-index: 5;
}
.vstats-plan-box:hover {
  background: #03a9f4;
  color: #fff;
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 18px 44px rgba(47,142,75,0.34);
  z-index: 10;
}

/* Buttons inside plans */
.vstats-plan-box .vstats-btn,
.vstats-plan-box .vstats-btn-basic {
  display: inline-block;
  padding: 10px 16px;
  margin-top: 12px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  z-index: 2;
  position: relative;
}
.vstats-btn-primary { background-color: var(--utv-primary, #3ad66d); color: #fff; }
.vstats-btn-primary:hover { background-color: var(--utv-primary-dark, #38a35b); }
.vstats-btn-basic { background: linear-gradient(90deg, #38a35b, #3ad66d); color: #fff; }
.vstats-btn-basic:hover {
  background: linear-gradient(90deg, #3ad66d, #38a35b);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(56,163,91,0.4);
}

/* Features table */
.vstats-features-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.vstats-features-table th,
.vstats-features-table td {
  border: 1px solid #e6efe6;
  padding: 12px;
  text-align: center;
}
.vstats-features-table th:first-child,
.vstats-features-table td:first-child {
  text-align: left;
  padding-left: 16px;
}
.vstats-features-table thead th {
  background-color: #000033;
  color: #fff;
}
.vstats-features-table thead th:first-child {
  border-top-left-radius: 12px;
}
.vstats-features-table thead th:last-child {
  border-top-right-radius: 12px;
}
.vstats-features-table tbody tr:nth-child(odd) { background-color: #ffffff; }
.vstats-features-table tbody tr:nth-child(even) { background-color: #c3e9fa; }

.vstats-icon-check { color: #03a9f4; font-weight: bold; }
.vstats-icon-cross { color: red; font-weight: bold; }

.vstats-footer {
  text-align: center;
  background: #000033;
  padding: 50px 20px;
  font-size: 0.9rem;
}
