body {
  font-family: "RazerF5", "Roboto", sans-serif;
  background-color: #111;
  color: #fff;
}

.hero {
  background: radial-gradient(circle at 20% 20%, rgba(68, 214, 44, 0.2) 0, rgba(68, 214, 44, 0) 40%), linear-gradient(180deg, #111 0, #0b0b0b 100%);
  padding: 80px 0;
  color: #fff;
}

.hero h1 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar {
  background-color: #000 !important;
  border-bottom: 1px solid #44d62c;
  padding: 15px 0;
}

.navbar-brand img {
  filter: brightness(1.2);
}

.btn-success {
  background-color: #44d62c;
  border-color: #44d62c;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 30px;
  transition: all 0.3s ease;
}

.btn-success:hover {
  background-color: #35b322;
  border-color: #35b322;
  color: #000;
  box-shadow: 0 0 20px rgba(68, 214, 44, 0.4);
}

.feature-card {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 30px;
  transition: border-color 0.3s ease;
}

.feature-card:hover {
  border-color: #44d62c;
}

.hero {
  background: radial-gradient(circle at 20% 20%, rgba(68, 214, 44, 0.2) 0, rgba(68, 214, 44, 0) 40%), linear-gradient(180deg, #111 0, #0b0b0b 100%);
  padding: 72px 0;
  color: #fff;
}
.hero.hero-bg {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 60vh;
}
.hero.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.75) 100%);
}
.hero .container {
  position: relative;
  z-index: 1;
}
.site-dark {
  background-color: #0b0b0b;
  color: #e9ecef;
}
body.site-dark a:not(.btn) {
  color: #44d62c;
}
.hero h1 {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}
.hero .lead,
.hero .lead.text-muted {
  color: #44d62c !important;
}
.hero .btn {
  padding: 14px 28px;
  font-weight: 600;
  box-shadow: 0 0 0 0 rgba(68, 214, 44, 0.7);
  transition: transform 0.2s ease, box-shadow 0.6s ease;
}
.hero .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 24px 6px rgba(68, 214, 44, 0.25);
}
.section-title {
  position: relative;
  display: inline-block;
}
.section-title::after {
  content: "";
  display: block;
  height: 3px;
  width: 64px;
  background: #44d62c;
  margin: 12px auto 0;
  border-radius: 2px;
}
.feature-card {
  border: 1px solid rgba(68, 214, 44, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  background: #161616;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(68, 214, 44, 0.25);
  border-color: rgba(68, 214, 44, 0.35);
}
.feature-card .icon,
.feature-card .fa {
  font-size: 32px;
  color: #44d62c;
}
.faq .btn-link {
  color: #e9ecef;
  text-decoration: none;
}
.faq .btn-link:hover {
  color: #44d62c;
}
.faq .card {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  overflow: hidden;
  background: #161616;
}
.faq .card-header {
  background: #161616;
}
.faq .card-body {
  background: #161616;
}
.faq .badge {
  background-color: #44d62c;
  color: #000;
  font-weight: 600;
}
.steps {
  position: relative;
}
.step {
  text-align: center;
}
.step .circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #44d62c;
  color: #000;
  font-weight: 700;
  font-size: 1.25rem;
  box-shadow: 0 6px 18px rgba(68, 214, 44, 0.3);
}
.connector {
  height: 3px;
  background: rgba(68, 214, 44, 0.35);
  margin: 8px auto 24px;
  border-radius: 2px;
}
.step .title {
  font-weight: 600;
}
.step .desc {
  color: #6c757d;
}
.wave {
  height: 48px;
  width: 100%;
  display: block;
}
.bg-light {
  background-color: #f8f9fa !important;
  color: #212529;
}
.btn-success {
  background-color: #44d62c;
  border-color: #36ab23;
}
.btn-success:hover {
  background-color: #36ab23;
  border-color: #2e8f1e;
}
.btn-outline-secondary {
  color: #e9ecef;
  border-color: #adb5bd;
}
.btn-outline-secondary:hover {
  color: #0b0b0b;
  background-color: #adb5bd;
  border-color: #adb5bd;
}
.contact .btn {
  margin: 4px 8px;
}
.contact-card {
  background: #161616;
  border: 1px solid rgba(255,255,255,0.08);
}
.cta-floating {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 1030;
}
.visuals .image-card {
  border: 1px solid rgba(68, 214, 44, 0.15);
  background: #161616;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  border-radius: 12px;
}
.visuals .image-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(68, 214, 44, 0.3);
}
.visuals .image-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(68, 214, 44, 0.18);
  border-radius: 12px;
  pointer-events: none;
  transition: border-color 0.2s ease;
}
.visuals .image-card:hover::before {
  border-color: rgba(68, 214, 44, 0.35);
}
.visuals .image-card figure {
  position: relative;
}
.visuals figure {
  margin: 0;
}
.visuals img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.visuals .image-card:hover img {
  transform: scale(1.05);
  filter: saturate(1.1) contrast(1.05);
}
.visuals .figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px;
  color: #e9ecef;
  font-size: 0.95rem;
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
  transform: translateY(12px);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.visuals .image-card:hover .figcaption {
  transform: translateY(0);
  opacity: 1;
}
.contact-card {
  background: #111111;
  border-radius: 16px;
  border: 1px solid rgba(68, 214, 44, 0.12);
  transition: box-shadow 0.3s ease;
}
.contact-card:hover {
  box-shadow: 0 0 30px rgba(68, 214, 44, 0.08);
}
.input-group-gaming {
  background: #1a1a1a;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  align-items: flex-start; /* Align elements to the top */
}

.input-group-gaming:focus-within {
  border-color: #44d62c;
  box-shadow: 0 0 10px rgba(68, 214, 44, 0.15);
}

.input-group-gaming .input-group-prepend {
  height: 100%;
}

.input-group-gaming .input-group-text {
  background: transparent;
  border: none;
  color: #666;
  padding: 12px 10px 12px 15px; /* Adjust padding for top alignment */
  display: flex;
  align-items: flex-start; /* Align icon to the top */
}

.input-group-gaming .fa, .input-group-gaming .fa-solid {
  margin-top: 4px; /* Optional: fine-tune icon vertical position relative to text */
}

.input-group-gaming .form-control {
  background: transparent;
  border: none;
  color: #fff;
  padding: 12px 15px;
  height: auto; /* Allow height to adapt, especially for textarea */
}
.input-group-gaming .form-control::placeholder {
  color: #555;
}
.input-group-gaming .form-control:focus {
  background: transparent;
  box-shadow: none;
  color: #fff;
}
/* Feedback animations */
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

.input-error {
  border-color: #dc3545 !important;
  animation: shake 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(220, 53, 69, 0.2) !important;
}

.input-success {
  border-color: #28a745 !important;
  box-shadow: 0 0 10px rgba(40, 167, 69, 0.2) !important;
}

.btn-loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}

.btn-loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Sections harmonization */
section {
  padding: 100px 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

section:nth-child(even) {
  background: #0d0d0d;
}

section:nth-child(odd) {
  background: #080808;
}

.section-title {
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}

.text-muted {
  color: #888 !important;
}

/* Global Cards harmonization */
.feature-card, .faq .card, .contact-card, .image-card {
  background: #121212 !important;
  border: 1px solid rgba(68, 214, 44, 0.1) !important;
  border-radius: 12px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.feature-card:hover, .faq .card:hover, .contact-card:hover, .image-card:hover {
  border-color: rgba(68, 214, 44, 0.3) !important;
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(68, 214, 44, 0.05) !important;
}

/* FAQ specifics */
.faq .card {
  margin-bottom: 14px !important;
}

.faq .card-header {
  background: transparent !important;
  border: none !important;
  padding: 1.25rem;
}

.faq .btn-link {
  color: #eee !important;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
}

.faq .card-body {
  background: rgba(255, 255, 255, 0.02) !important;
  color: #aaa !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Steps harmonization */
.step .circle {
  background: #1a1a1a !important;
  border: 2px solid #44d62c;
  color: #44d62c !important;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.step:hover .circle {
  background: #44d62c !important;
  color: #000 !important;
  box-shadow: 0 0 20px rgba(68, 214, 44, 0.4);
}

.step .title {
  color: #eee;
  margin-top: 15px;
  font-size: 0.95rem;
}

.step .desc {
  color: #888;
  font-size: 0.85rem;
  line-height: 1.4;
}

/* Footer */
.footer {
  background: #050505;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-card .fa-headset {
  color: #44d62c !important;
}

/* Navbar optimizations */
.navbar-nav .nav-link {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover {
  color: #44d62c !important;
}

.navbar-nav .dropdown-toggle {
  font-size: 0.75rem !important;
  padding: 6px 12px !important;
}

.dropdown-item {
  font-size: 0.85rem;
}

.info-card {
  background: linear-gradient(145deg, #111111 0%, #0a0a0a 100%) !important;
  border: 1px solid rgba(68, 214, 44, 0.1) !important;
  border-radius: 20px !important;
  overflow: hidden;
}

.info-section .section-title::after {
  margin: 12px 0 0; /* Align underline to the left */
}

.info-list li {
  color: #eee;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}

.info-list i {
  font-size: 1.1rem;
  filter: drop-shadow(0 0 5px rgba(68, 214, 44, 0.3));
}

.info-icon-wrapper {
  position: relative;
  display: inline-block;
}

.info-icon-wrapper i {
  opacity: 0.1;
  filter: blur(1px);
  transition: all 0.5s ease;
}

.info-card:hover .info-icon-wrapper i {
  opacity: 0.25;
  filter: blur(0);
  transform: scale(1.05);
}

.lead-sm {
  font-size: 1.05rem;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .hero.hero-bg {
    min-height: 48vh;
  }
}
@media (max-width: 767.98px) {
  .hero {
    padding: 48px 0;
  }
  .display-5 {
    font-size: 2rem;
  }
}
