/* Import custom fonts */
@import url('fonts/fonts.css');

/* Responsive Navbar Logo */
.navbar-logo {
  width: 40px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 576px) {
  .navbar-logo {
    width: 32px;
    transform: scale(1.2);
    transform-origin: left center;
  }
}
/* Statmize Theme Colors */
body {
  background-color: #1A0B3D;
  font-family: 'Inter', sans-serif;
  padding-top: 80px;
}

/* Apply AZONIX to headings */
h1, h2, .navbar-brand, .price {
  font-family: 'AZONIX', sans-serif;
  letter-spacing: 0.05em;
}

/* Features Page Styles */
.features-hero-section {
  min-height: 80vh;
  background: radial-gradient(circle at center, #1A0B3D 0%, #0D0620 100%);
  color: white;
}

.feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  width: 64px;
  height: 64px;
  background: #f8f9fb;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #1A0B3D;
}

.feature-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1A0B3D;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.feature-list li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: #666;
}

.feature-list li::before {
  content: "•";
  color: #FFD700;
  font-size: 1.2em;
  position: absolute;
  left: 0;
}

/* Pricing Cards */
.pricing-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: transform 0.3s ease;
}

.pricing-card.featured {
  background: linear-gradient(135deg, #ffd700 0%, #ffb300 100%);
  color: #1A0B3D;
  transform: scale(1.05);
}

.pricing-card.featured .pricing-header h3,
.pricing-card.featured .price,
.pricing-card.featured .price-period {
  color: #1A0B3D;
}

.pricing-header {
  margin-bottom: 2rem;
}

.pricing-header h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1A0B3D;
  margin-bottom: 1rem;
}

.price {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1A0B3D;
}

.price-period {
  color: #666;
  font-size: 0.9rem;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

.pricing-features li {
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
}

.pricing-features li.unavailable {
  color: #999;
  text-decoration: line-through;
}

.pricing-card.featured .pricing-features li {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.navbar .nav-link {
  color: #1A0B3D;
  font-weight: 500;
}

.navbar .nav-link:hover {
  color: #FFD700;
}

.btn-gold {
  background: linear-gradient(90deg, #ffd700 0%, #ffb300 100%);
  color: #222;
  border: none;
  border-radius: 2rem;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.08);
  transition: all 0.3s ease;
}

.btn-gold:hover,
.btn-gold:focus {
  background: linear-gradient(90deg, #ffb300 0%, #ffd700 100%);
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.15);
}

.btn-outline-gold {
  color: #ffd700;
  border: 2px solid #ffd700;
  background: transparent;
  border-radius: 2rem;
  transition: all 0.3s ease;
}

.btn-outline-gold:hover,
.btn-outline-gold:focus {
  background: linear-gradient(90deg, #ffd700 0%, #ffb300 100%);
  border-color: transparent;
  color: #111;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.15);
}

.btn-outline-gold {
  color: #ffd700;
  border: 2px solid #ffd700;
  background: transparent;
  border-radius: 2rem;
  transition: all 0.3s ease;
}

.btn-outline-gold:hover,
.btn-outline-gold:focus {
  background: linear-gradient(90deg, #ffd700 0%, #ffb300 100%);
  border-color: transparent;
  color: #111;
}
/* 
.hero-section {
  min-height: 90vh;
  background: radial-gradient(circle at center, #1A0B3D 0%, #0D0620 100%);
  color: white;
}

.hero-app-img {
  animation: float 3s ease-in-out infinite;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.2));
} */

.app-feature-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
}

.app-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon-wrap {
  width: 64px;
  height: 64px;
  background: #f8f9fb;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #ffd700;
}

.app-feature-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #1A0B3D;
}

.app-screenshot-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.3s ease;
  text-align: center;
  padding: 1rem;
}

.app-screenshot-card img {
  transition: transform 0.3s ease;
}

.app-screenshot-card:hover img {
  transform: translateY(-5px);
}

.app-screenshot-card:hover .screenshot-overlay {
  opacity: 1;
}

.screenshot-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(26, 11, 61, 0.9), rgba(26, 11, 61, 0.7));
  padding: 2rem;
  color: white;
  opacity: 0;
  transition: all 0.3s ease;
}

.screenshot-overlay h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.app-feature-mini-card {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.app-feature-mini-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon-sm {
  width: 48px;
  height: 48px;
  background: #f8f9fb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: #ffd700;
}

.app-feature-mini-card h5 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #1A0B3D;
}

.cta-band {
  background: radial-gradient(circle at center, #1A0B3D 0%, #0D0620 100%);
  color: white;
}

.hero-logo {
  max-width: 300px;
  animation: float 3s ease-in-out infinite;
  rotate: 8deg;
  filter: drop-shadow(0 4px 6px rgba(255, 255, 255, 0.1));
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}
/* --- Statmize Footer Styles --- */
.footer {
  background: radial-gradient(circle at center, #1A0B3D 0%, #0D0620 100%);
  color: #fff;
  padding: 48px 0 0 0;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
.footer .footer-logo {
  max-width: 180px;
  margin-bottom: 12px;
}
.footer .footer-title {
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 12px;
  color: #fff;
}
.footer .footer-link {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  transition: color 0.2s;
}
.footer .footer-link:hover {
  color: #FFD700;
}
.footer .footer-social {
  margin-top: 10px;
}
.footer .footer-social a {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 10px;
  transition: color 0.2s;
}
.footer .footer-social a:hover {
  color: #fff;
}
.footer .footer-bottom {
  border-top: 1px solid #ffffff;
  margin-top: 32px;
  padding: 18px 0 8px 0;
  text-align: center;
  font-size: 0.95rem;
  color: #bdbdbd;
}
.footer .footer-location {
  margin-top: 18px;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
}
.footer .footer-address {
  color: #fff;
  font-size: 0.98rem;
  margin-bottom: 8px;
}
.footer .footer-contact {
  margin-bottom: 8px;
}
.footer .footer-contact strong {
  color: #fff;
}
.footer .footer-get-location {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  margin-top: 4px;
}