
    .bg-orange {
    background-color: #ff6600;
    color: #fff;
    border: none;
  }

    .bg-white {
    background-color: #ffffff;
    color: #fff;
    border: none;
  }
  .btn-orange {
    background-color: #ff6600;
    color: #fff;
    border: none;
  }
  .btn-orange:hover {
    background-color: #cc5200;
    color: #fff;
  }

  .btn-green {
    background-color: #59b51d;
    color: #fff;
    border: none;
  }
  .btn-green:hover {
    background-color: #48a00e;
    color: #fff;
  }

.bg-navbar{
    background-color: #202020;
}

.navbar-nav .nav-link {
  color: #fff !important; 
}

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

.img-limit-infographic {
  max-width: 1050px; 
  width: 100%;     
  height: auto;    
}

.img-limit-logo {
  max-width: 300px; 
  width: 100%;     
  height: auto;    
}

.img-limit-flyer {
  max-width: 800px; 
  width: 100%;      
  height: auto;     
}

.img-limit-ladder {
  max-width: 500px;  
  width:100%;
  height: auto;
  border-radius: 8px; 
}

/* HEADER / NAVBAR */
.navbar-custom {
  background-color: #0d1b2a; 
}

.press-hero p {
    letter-spacing: 0.15em;
}

.press-hero h2 {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.press-download {
    border-top: 1px solid #eaeaea;
    padding-top: 2rem;
}

.press-download .btn {
    letter-spacing: 0.05em;
}

section p.text-uppercase {
  letter-spacing: 0.15em;
}

.hero-modern {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.hero-modern p.text-uppercase {
  letter-spacing: 0.15em;
}

.hero-logo {
  max-height: 140px;
}

/* Virtual Card Mockup */
.virtual-card {
  width: 320px;
  height: 200px;
  border-radius: 18px;
  padding: 20px;
  color: #fff;
  background: linear-gradient(135deg, #ff7a18, #ff9f1c);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  text-align: left;
}

.virtual-card .card-brand {
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
}

.virtual-card .card-chip {
  width: 42px;
  height: 30px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  margin: 20px 0;
}

.virtual-card .card-number {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.virtual-card .card-footer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  opacity: 0.9;
}

.image-card {
  background: #fff;
  padding: 12px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-card img {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.image-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}


