:root {
  --primary: #4B9EFF;
  --secondary: #6C63FF;
  --text-dark: #222831;
  --text-muted: #6B7280;
  --bg-light: #F5F7FA;
  --gradient: linear-gradient(135deg, #4B9EFF, #6C63FF);
}
body {
  color: var(--text-dark);
  font-family: "Inter", sans-serif;
  margin: 0;
  line-height: 1.6;
  background-image: url('/vidlog/img/stats_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
  min-height: 100vh;
  display: flex;
flex-direction: column;
}
.header {
  text-align: center;
  padding: 60px 20px 50px;
  background:transparent;
  color: #fff;
  margin-top:70px;
}
.header h1 {
  font-size: 2.8rem;
  margin-bottom: 12px;
}
.header p {
  font-size: 1.2rem;
  opacity: 0.9;
}
h2 {
  color:#fff;
}
.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);
}
.hero_thankyou {
  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);
  color:#fff;
}
.hero_thankyou a {
  color:#fff;
}
.hero img {
  width: 100%;
  max-width: 650px;
  border-radius: 10px;
  margin: 20px 0 30px;
}
.hero .buttons {
  margin-top: 25px;
}
.hero a.button {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 25px;
  background: var(--gradient);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease;
}
.hero a.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(108, 99, 255, 0.3);
}
.hero a.secondary {
  background: #eee;
  color: var(--text-dark);
  margin-left: 10px;
}
.hero a.secondary:hover {
  background: #ddd;
}
iframe[src*="youtube.com"] {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto; 
}
.vstats-top-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 2rem; /* restore spacing */
}

.vstats-logo-white {
  display: flex;
  align-items: center;
}

.vstats-logo-white img {
  height: 60px;   /* restore original size */
  width: auto;
  display: block;
}
.vstats-logo-white a {
  text-decoration: none;
}
.vstats-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 42px;
  height: 42px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.vstats-menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  border-radius: 999px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.vstats-menu-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.vstats-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.vstats-menu-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.introtext {
  color: #fff;
}
.section {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 20px;
}
.section h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 35px;
}
.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;
}
.feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.feature h3 {
  margin-bottom: 10px;
  font-size: 1.15rem;
  color: #fff;
}
.feature p {
  color: #fff;
  font-size: 0.95rem;
}

.section.cta {
  text-align: center;
  padding: 60px 20px 100px;
}
.section.cta p {
  color: var(--text-muted);
}
.section.cta a.button {
  margin-top: 20px;
}
/*top menu */
@keyframes gradient-shift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

#site-menu {
    background: linear-gradient(
        -45deg,
        #000033,
        #0A1D38,
        #03a9f4,
        #0A1D38
    );
    background-size: 400% 400%;
    animation: gradient-shift 15s ease infinite;

    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    z-index: 9999;
    color: #fff;
    padding: 0;
}
.vstats-top-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: none;    
    margin: 0;          
    background: inherit;
    margin-right:20px;
}
.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-nav-links a.active {
    color: #4BB4FF;         
    font-weight: 700;       
    text-shadow: 0 0 5px #4BB4FF; 
}
.vstats-logo {
    color: #4DFFFF;
    font-size: 1.25rem; 
    font-weight: 700;
    letter-spacing: 0.05em; 
}

.vstats-logo-white img {
  height: 60px;
  width: auto;       
  max-width: 100%;    
  display: block;
}
.imagecontainer {
  display: flex;
  justify-content: center; /* centers images horizontally */
  gap: 20px; /* space between images */
}
.imagecontainer img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px; /* optional */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
/* Highlights Section */
.highlights-section {
	background: linear-gradient(135deg, #3ad66d, #38a35b, #1b3d21, #2f8e4b);
	padding: 60px 20px;
}

.highlights-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.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);
	/* subtle white card over gradient */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.highlight-item .icon {
	font-size: 40px;
	margin-bottom: 15px;
}

.highlight-item h3 {
	margin-bottom: 10px;
	color: #1b3d21;
}

.highlight-item p {
	margin: 0;
	color: #333;
}

/* ============================= Plan Boxes Styling ============================= */
.plan-fees {
	display: flex;
	gap: 36px;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 24px;
}

/* Base plan box */
/* ============================= Plan Boxes Styling ============================= */
.plan-fees {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}

/* Base plan box */
.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); /* inactive pastel */
  color: var(--utv-primary-dark, #333);
  box-shadow: 0 6px 16px rgba(10, 20, 10, 0.06);
}

/* Highlighted (selected) plan - default Basic) */
.plan-box.highlight {
  background: #03a9f4;
  color: #fff;
  box-shadow: 0 12px 30px rgba(47, 142, 75, 0.28);
  border: 3px solid #fff;
  z-index: 5;
}

/* Hover effect on any plan */
.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;
}

/* When hovering any plan, make the original highlight inactive */
.plan-fees:hover .plan-box.highlight {
  background: #03a9f4;
  color: var(--utv-primary-dark);
  box-shadow: 0 6px 16px rgba(10, 20, 10, 0.06);
}
/* Only make the original highlight inactive if it is NOT being hovered */
.plan-fees:hover .plan-box.highlight:hover {
  background: #03a9f4;
  color: #fff;
  box-shadow: 0 6px 16px rgba(10, 20, 10, 0.06);
}


/* Headings, price, license - inherit color dynamically */
.plan-box h3,
.plan-box .price,
.plan-box .license {
  margin: 0;
  color: inherit;
}

.plan-box .price {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0;
}

.plan-box .license {
  font-size: 14px;
  margin-bottom: 12px;
  color: inherit;
}

.plan-box ul {
  text-align: left;
  padding-left: 18px;
  color: #333;
  line-height: 1.6;
}


/* Buttons */ .plan-box .btn, .plan-box .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; } .btn-primary { background-color: var(--utv-primary, #3ad66d); color: #fff; } .btn-primary:hover { background-color: var(--utv-primary-dark, #38a35b); } .btn-basic { background: linear-gradient(90deg, #38a35b, #3ad66d); color: #fff; } .btn-basic:hover { background: linear-gradient(90deg, #3ad66d, #38a35b); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(56, 163, 91, 0.4); } /* Ensure text/buttons stay visible during all states */ .plan-box.highlight .btn, .plan-box.highlight .btn-basic { color: #fff; } .plan-box.inactive-hover .btn, .plan-box.inactive-hover .btn-basic { color: #fff; }

/* ================= */
/* Features table, icons */
/* ================= */
.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);
}

.features-table th,
.features-table td {
	border: 1px solid #e6efe6;
	padding: 12px;
	text-align: center;
}

.features-table th:first-child,
.features-table td:first-child {
	text-align: left;
	padding-left: 16px;
}

.features-table thead th {
	background-color: #000033;
	color: #fff;
}

.features-table thead th:first-child {
	border-top-left-radius: 12px;
}

.features-table thead th:last-child {
	border-top-right-radius: 12px;
}

.features-table tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

.features-table tbody tr:nth-child(even) {
	background-color: #c3e9fa;
}

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

.icon.cross {
	color: red;
	font-weight: bold;
}
.footer {
  text-align: center;
  background: #000033;
  padding: 50px 20px;
  font-size: 0.9rem;
  color:#fff;
}
footer.footer {
    margin-top: auto;
}
/* FAQ SECTION */
.faq-section {
    padding: 60px 20px;
    max-width: 900px;
    margin: 0 auto;
}

.faq-container {
    background: transparent;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.faq-title {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.faq-intro {
    text-align: center;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 35px;
}

/* ACCORDION */
.faq-item {
    border-bottom: 1px solid #eee;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 0;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:#fff;
}

.faq-question:hover {
    color: #4BB4FF;
}

.faq-icon {
    font-size: 1.4rem;
    color: #4BB4FF;
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    padding-left: 0;
}

.faq-answer p {
    margin: 0;
    padding: 10px 0 20px 0;
    font-size: 1rem;
    color: #fff;
}
.faq-intro a {
    color: #4BB4FF;
    text-decoration:none;
}

/* OPEN STATES */
.faq-item.open .faq-answer {
    max-height: 500px;
    opacity: 1;
}

.faq-item.open .faq-icon {
    transform: rotate(45deg);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

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

img,
video,
iframe {
  max-width: 100%;
  height: auto;
}
#scrollToTopBtn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;

  background: linear-gradient(135deg, #4fc3f7, #29b6f6);
  color: #fff;
  font-size: 22px;
  font-weight: bold;

  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;

  box-shadow: 0 8px 22px rgba(41, 182, 246, 0.35);
  transition: all 0.3s ease;
  z-index: 999;
}

/* Hover effect */
#scrollToTopBtn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 28px rgba(41, 182, 246, 0.45);
}

/* Active click */
#scrollToTopBtn:active {
  transform: translateY(0) scale(0.96);
}

@media (max-width: 900px) {
  body {
    background-attachment: scroll;
  }

  .header {
    padding: 110px 16px 34px;
    margin-top: 0;
  }

  .header h1 {
    font-size: 2rem;
    line-height: 1.15;
  }

  .header p {
    font-size: 1rem;
  }

  .hero,
  .hero_thankyou {
    max-width: calc(100% - 24px);
    margin: 0 auto 32px;
    padding: 28px 18px;
    border-radius: 14px;
  }

  .hero h2,
  .section h2,
  .faq-title {
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .introtext {
    font-size: 0.98rem;
  }

  .section {
    margin: 50px auto;
    padding: 0 16px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .feature {
    padding: 22px 16px;
  }

  .feature h3 {
    font-size: 1.05rem;
  }

  .feature p {
    font-size: 0.94rem;
  }

  .buttons {
    display: flex;
    justify-content: center;
  }

  .hero a.button {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }

  .imagecontainer {
    flex-direction: column;
    gap: 14px;
  }

  #site-menu {
    padding: 0;
  }

  .vstats-top-menu {
    padding: 1rem 1.25rem;
    flex-wrap: wrap;
  }

  .vstats-logo-white img {
    height: 48px; /* slightly smaller on mobile */
  }

  .vstats-menu-toggle {
    display: flex;
  }

  .vstats-nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 0.8rem;
  }

  .vstats-nav-links.open {
    display: flex;
  }

  .vstats-nav-links li {
    width: 100%;
  }

  .vstats-nav-links a {
    display: block;
    width: 100%;
    padding: 0.8rem 0.9rem;
    font-size: 0.96rem;
    box-sizing: border-box;
  }

  .faq-section {
    padding: 40px 16px;
  }

  .faq-container {
    padding: 20px 0;
    box-shadow: none;
  }

  .faq-question {
    padding: 16px 0;
    font-size: 1rem;
    align-items: flex-start;
  }

  .faq-answer p,
  .faq-intro {
    font-size: 0.95rem;
  }

  .footer {
    padding: 32px 16px;
  }
  
}

@media (max-width: 600px) {
  .header {
    padding: 96px 12px 26px;
  }

  .header h1 {
    font-size: 1.65rem;
  }

  .header p {
    font-size: 0.94rem;
  }

  .hero,
  .hero_thankyou {
    max-width: calc(100% - 16px);
    padding: 22px 14px;
  }

  .hero h2,
  .section h2,
  .faq-title {
    font-size: 1.4rem;
  }

  .introtext {
    font-size: 0.93rem;
  }

  .section {
    padding: 0 12px;
  }

  .feature {
    padding: 18px 14px;
  }

  .feature h3 {
    font-size: 1rem;
  }

  .feature p {
    font-size: 0.9rem;
  }

  .vstats-top-menu {
    padding: 12px;
  }

  .vstats-logo-white img {
    width: 165px;
  }

  .vstats-menu-toggle {
    width: 40px;
    height: 40px;
  }

  .vstats-menu-toggle span {
    width: 26px;
  }

  .faq-question {
    font-size: 0.95rem;
  }

  .faq-answer p,
  .faq-intro {
    font-size: 0.92rem;
  }
  #scrollToTopBtn {
    width: 46px;
    height: 46px;
    right: 16px;
    bottom: 16px;
    font-size: 20px;
  }
}
