/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #111111 0%, #1c1c1c 50%, #111111 100%);
    color: #FFFFFF;
    line-height: 1.6;
    overflow-x: hidden;
}

/* Navbar */
.navbar {
    background: #1a1a1a;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    gap: 40px;
}

.logo img {
    height: 40px;
    width: 40px;
    display: block;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav-link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease;
    font-size: 18px;
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 50%;
    background-color: #0084FF;
    transition: all 0.3s ease;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 600;
}

.nav-link:hover {
    color: #0084FF;
}

.nav-link:hover::after {
    width: 100%;
    left: 0;
}

.download-btn {
    background: #0d63ac;
    color: #e0e0e0;
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #1a7dce;
}

.navbar .download-btn {
    padding: 7px 18px;
    font-size: 16px;
}

.download-btn:hover {
    background: #1a7dce;
    color: #ffffff;
    box-shadow: 0 0 12px rgba(26, 125, 206, 0.6);
    transform: translateY(-2px);
}

body {
  font-family: 'Poppins', sans-serif;
}

.logo img:hover {
  transform: scale(1.1) rotate(2deg);
  transition: transform 0.3s ease;
  filter: drop-shadow(0 0 10px rgba(0, 132, 255, 0.5));
}

body {
    padding-top: 80px;
}

.nav-buttons .nav-link {
  color: #FFFFFF;
  text-decoration: none;
  padding: 12px 18px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.nav-buttons .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 132, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.nav-buttons .nav-link:hover::before {
  left: 100%;
}

.nav-buttons .nav-link:hover {
  color: #0084FF;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 132, 255, 0.3);
}

.navbar .logo img {
    height: 45px;
    transition: all 0.3s ease;
}

.nav-buttons {
    display: flex;
    gap: 25px;
    align-items: center;
}

.nav-buttons .btn {
    padding: 12px 24px;
    background: linear-gradient(135deg, #0084FF, #40A2FF);
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 132, 255, 0.4);
}

.nav-buttons .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.nav-buttons .btn:hover::before {
    left: 100%;
}

.nav-buttons .btn:hover {
    background: linear-gradient(135deg, #006FCC, #0084FF);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 132, 255, 0.6);
}

/* Hero */
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(0, 132, 255, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.hero-content h1 {
    font-size: 56px;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #FFFFFF, #40A2FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 30px rgba(0, 132, 255, 0.3);
    animation: glow 2s ease-in-out infinite alternate;
    margin: 0;
}

.title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
}

.hero-logo {
    width: 80px;
    height: auto;
    margin-bottom: 20px;
}

.hero-content .subtitle {
    font-size: 40px;
    opacity: 0.9;
    background: linear-gradient(135deg, #D5D5D5, #3A98EE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@keyframes glow {
    from {
        text-shadow: 0 0 20px rgba(0, 132, 255, 0.3);
    }
    to {
        text-shadow: 0 0 30px rgba(0, 132, 255, 0.6), 0 0 40px rgba(0, 132, 255, 0.3);
    }
}

.hero-content p {
    font-size: 22px;
    margin-bottom: 40px;
    color: #CCCCCC;
    max-width: 800px;
    line-height: 1.8;
}

.highlight-free {
    color: #edf1f5;
    font-weight: 600;
    text-shadow: 0 0 4px rgba(64, 162, 255, 0.4);
}

.hero-content .btn {
    font-size: 18px;
    padding: 12px 35px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 132, 255, 0.708);
}

.download-stats {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.stat {
    font-size: 0.9rem;
    color: #00BFFF;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.stat::before {
    content: '★';
    color: #FFD700;
}

.hero-video video {
    width: 85%;
    max-width: 800px;
    margin-top: 40px;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    transition: transform 0.3s ease;
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
}

.hero-video video:hover {
    transform: scale(1.02);
}

/* Sections */
.section {
    padding: 80px 20px;
    text-align: center;
    position: relative;
    animation: fadeInUp 0.8s ease-out;
}

.section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(0, 132, 255, 0.05) 50%, transparent 70%);
    pointer-events: none;
}

.section h2 {
    font-size: 42px;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #FFFFFF, #40A2FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section p {
    font-size: 20px;
    margin-bottom: 40px;
    color: #CCCCCC;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.dark-section {
    background: linear-gradient(135deg, #1c1c1c 0%, #222222 50%, #1c1c1c 100%);
    position: relative;
}

.dark-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(0, 132, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

/* Features (GIFs) */
.features-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.gif-box {
    background: rgba(30, 30, 30, 0.8);
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.6s ease-out;
}

.gif-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 132, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.gif-box:hover::before {
    left: 100%;
}

.gif-box:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 132, 255, 0.2);
    background: rgba(35, 35, 35, 0.9);
}

.gif-box img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.gif-box:hover img {
    transform: scale(1.05);
}

.gif-box p {
    color: #e2e8f0;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}

.gif-box strong {
    color: #0084FF;
    font-size: 18px;
}

/* Screenshots */
.screenshot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.screenshot-grid img {
    width: 100%;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.screenshot-grid img:hover {
    transform: scale(1.05) rotate(1deg);
    box-shadow: 0 15px 35px rgba(0, 132, 255, 0.3);
}

.download-btn {
  display: inline-block;
  padding: 15px 35px;
  background: linear-gradient(135deg, #0084FF, #40A2FF);
  color: white;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 132, 255, 0.4);
  position: relative;
  overflow: hidden;
}

.download-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.download-btn:hover::before {
    left: 100%;
}

.download-btn:hover {
  background: linear-gradient(135deg, #006FCC, #0084FF);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 35px rgba(0, 132, 255, 0.6);
}

/* Gamebar */
.gamebar img {
  max-width: 600px;
  width: 30%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.gamebar img:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 45px rgba(0, 132, 255, 0.3);
}

/* Crosshair V2 */
.crosshair-v2 img {
  max-width: 500px;
  width: 25%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.crosshair-v2 img:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 45px rgba(0, 132, 255, 0.3);
}

/* Footer */
.footer {
    padding: 30px;
    text-align: center;
    font-size: 16px;
    background: linear-gradient(135deg, #1c1c1c 0%, #222222 100%);
    margin-top: 60px;
    border-top: 1px solid rgba(0, 132, 255, 0.2);
}

.footer a {
    color: #0084FF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #40A2FF;
    text-decoration: underline;
}

.about-title {
  font-size: 44px;
  margin-bottom: 25px;
  background: linear-gradient(135deg, #FFFFFF, #40A2FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-intro {
  max-width: 900px;
  margin: 0 auto 50px auto;
  font-size: 20px;
  color: #CCCCCC;
  line-height: 1.8;
  text-align: center;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
  margin-top: 40px;
}

.feature-box {
  background: linear-gradient(135deg, #1c1c1c 0%, #222222 100%);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.4);
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 132, 255, 0.1);
  animation: fadeInUp 0.6s ease-out;
}

.feature-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 132, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.feature-box:hover::before {
    left: 100%;
}

.feature-box:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 132, 255, 0.2);
  border-color: rgba(0, 132, 255, 0.3);
}

.feature-box h3 {
  color: #0084FF;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}

.feature-box p {
  color: #e2e8f0;
  font-size: 16px;
  line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 768px) {
    .navbar {
        padding: 10px 20px;
    }
    
    .nav-buttons {
        gap: 15px;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .main-title {
        font-size: 3rem;
    }
    
    .subtitle {
        font-size: 2rem;
    }
    
    .hero-features {
        align-items: center;
    }
    
    .feature-item {
        width: 100%;
        max-width: 300px;
    }
    
    .download-stats {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .section h2 {
        font-size: 32px;
    }
    
    .features-content {
        grid-template-columns: 1fr;
    }
    
    .about-features {
        grid-template-columns: 1fr;
    }
    
    .gamebar img,
    .crosshair-v2 img {
        width: 80%;
    }
    
    .hero-content h1 {
        font-size: 36px;
    }
    
    .hero-content p {
        font-size: 18px;
    }
}

/* Animation for page load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section {
    animation: fadeInUp 0.8s ease-out;
}

.gif-box,
.feature-box {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-5px);
    }
    60% {
        transform: translateY(-3px);
    }
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-links {
    display: flex;
    gap: 30px;
}

.footer-links a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #0084FF;
}

.download-stats-footer {
    display: flex;
    gap: 2rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    margin-top: 10px;
}

.download-stats-footer .stat {
    font-size: 0.9rem;
    color: #00BFFF;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.download-stats-footer .stat::before {
    content: '★';
    color: #FFD700;
}

.social-links {
    display: flex;
    gap: 20px;
    margin: 10px 0;
}

.social-links a {
    color: #cccccc;
    transition: all 0.3s ease;
}

.social-links a:hover {
    color: #0084FF;
    transform: translateY(-3px);
}

/* Legal Pages (Terms, Privacy) */
.legal-container,
.faq-container,
.blog-container,
.article-container {
    padding-top: 100px;
}

.legal-container {
    max-width: 800px;
    margin: 80px auto;
    padding: 40px;
    background: #1a1a1a;
    border-radius: 15px;
    color: #cccccc;
    line-height: 1.8;
}

.legal-container h1 {
    font-size: 2.5rem;
    color: #ffffff;
    border-bottom: 2px solid #0084FF;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.legal-container h2 {
    font-size: 1.8rem;
    color: #00BFFF;
    margin-top: 40px;
    margin-bottom: 15px;
}

.legal-container p {
    margin-bottom: 15px;
}

.legal-container ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

.legal-container a.btn {
    margin-top: 30px;
    display: inline-block;
}



