/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2026 | 13:41:48 */
.promo-tykayan {
  width: 100%;
  padding: 40px 15px;
  background: #f4f7fb;
  font-family: Arial, Helvetica, sans-serif;
}

.promo-card {
  max-width: 760px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.promo-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  padding: 25px 25px 20px;
  background: #ffffff;
}

.promo-logos img {
  max-width: 170px;
  max-height: 75px;
  width: 45%;
  object-fit: contain;
}

.promo-hero {
  text-align: center;
  padding: 45px 25px;
  background: linear-gradient(135deg, #123763, #0b2545);
  color: #ffffff;
}

.promo-hero h1 {
  margin: 0 0 10px;
  font-size: 36px;
  font-weight: 800;
}

.promo-subtitle {
  font-size: 18px;
  margin: 0 0 20px;
}

.promo-percent {
  font-size: 76px;
  font-weight: 900;
  color: #ffd12f;
  line-height: 1;
  margin-bottom: 18px;
}

.promo-code {
  display: inline-block;
  background: #ffffff;
  color: #123763;
  padding: 16px 45px;
  border-radius: 12px;
  border: 2px dashed #d9d9d9;
  margin-bottom: 22px;
}

.promo-code span {
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.promo-code strong {
  display: block;
  font-size: 25px;
  letter-spacing: 1px;
}

.promo-button {
  display: inline-block;
  background: #ffd12f;
  color: #10223f !important;
  text-decoration: none;
  padding: 15px 34px;
  border-radius: 10px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease;
}

.promo-button:hover {
  background: #ffc400;
  transform: translateY(-2px);
}

.promo-bottom {
  padding: 30px 25px;
  text-align: center;
}

.promo-qr img {
  width: 150px;
  max-width: 100%;
  margin-bottom: 25px;
}

.promo-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.benefit {
  background: #f3f7fc;
  border-radius: 16px;
  padding: 20px 12px;
}

.benefit strong {
  display: block;
  font-size: 24px;
  color: #123763;
  margin-bottom: 6px;
}

.benefit span {
  font-size: 14px;
  color: #333333;
}

@media (max-width: 600px) {
  .promo-logos {
    gap: 20px;
  }

  .promo-hero h1 {
    font-size: 28px;
  }

  .promo-percent {
    font-size: 58px;
  }

  .promo-benefits {
    grid-template-columns: 1fr;
  }
}