        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
        :root { --neon-green: #00ff9d; }
        body { font-family: 'Inter', system_ui, sans-serif; }
        .hero-video { width: 100%; max-height: 520px; border-radius: 30px; box-shadow: 0 0 60px -10px rgb(0 255 157); object-fit: cover; }
        .neon-text { text-shadow: 0 0 15px var(--neon-green), 0 0 30px var(--neon-green); }
        .glass { background: rgba(255,255,255,0.06); backdrop-filter: blur(20px); }
        .live-dot { animation: pulse 2s infinite; }
        .card:hover { transform: translateY(-8px); box-shadow: 0 25px 50px -12px rgb(0 255 157 / 0.15); }
        .py-21 {
    padding-top: 2rem;
    padding-bottom: 5rem;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
  
  .live-dot {
    animation: pulse 2s infinite;
  }
  @keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
  }
  .winner-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .winner-card.new {
    animation: slideIn 0.6s ease forwards;
  }
  @keyframes slideIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
  }
        .py-22 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.social-icon {
      width: 52px;
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #1e2937;
      border-radius: 18px;
      color: white;
      font-size: 26px;
      transition: all 0.3s ease;
    }
    .social-icon:hover {
      transform: translateY(-3px) scale(1.08);
      background-color: #334155;
      box-shadow: 0 8px 12px -3px rgb(0 0 0 / 0.3);
    }
.license-btn {

    width: fit-content;

    min-width: 240px;

    max-width: 100%;

    height: 56px;

    padding: 0 28px;

    border: none;

    border-radius: 18px;

    background: linear-gradient(
        135deg,
        #b026ff,
        #7b2cff
    );

    color: #fff;

    font-size: 16px;

    font-weight: 700;

    letter-spacing: .3px;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    transition: .3s ease;

    box-shadow:
        0 10px 30px rgba(176, 38, 255, .35);

    position: relative;

    overflow: hidden;

    margin: auto;
}
.live-popup *{
    box-sizing:border-box;
    text-decoration:none !important;
}

.live-popup a{
    color:inherit !important;
    text-decoration:none !important;
}

.live-popup{
    all: initial;
    font-family:sans-serif;
    
    position:fixed;
    right:15px;
    bottom:15px;

    width:260px;
    background:#24186b;
    color:#fff;

    border-radius:14px;
    padding:14px;

    z-index:999999;
    box-shadow:0 5px 20px rgba(0,0,0,.20);

    animation:popupShow .4s ease;
}

.popup-logo{
    text-align:center;
    font-size:14px;
    font-weight:700;
    margin-bottom:10px;
}

.popup-number{
    text-align:center;
    font-size:24px;
    font-weight:800;
    margin-bottom:10px;
}

.popup-text{
    text-align:center;
    font-size:16px;
    line-height:1.4;
}

.close-popup{
    position:absolute;
    top:6px;
    right:10px;

    background:none;
    border:none;

    color:#fff;
    font-size:22px;
    cursor:pointer;
}

@keyframes popupShow{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
/* mobil */
.live-popup{
    position: fixed;
    right: 15px;
    bottom: 15px;

    width: 220px;          /* küçük */
    padding: 12px 14px;    /* sıkı */

    background: #24186b;
    color: #fff;

    border-radius: 12px;
    z-index: 999999;
    box-shadow: 0 8px 25px rgba(0,0,0,.25);

    font-family: inherit;  /* tema bozulmasın */
    font-size: 13px;

    animation: popupShow .4s ease;
}

.popup-logo{
    text-align:center;
    font-size:12px;
    font-weight:700;
    margin-bottom:6px;
}

.popup-number{
    text-align:center;
    font-size:14px;
    font-weight:800;
    margin-bottom:6px;
}

.popup-text{
    text-align:center;
    font-size:16px;
    line-height:1.3;
}

/* kapatma */
.close-popup{
    position:absolute;
    top:5px;
    right:8px;
    background:none;
    border:none;
    color:#fff;
    font-size:18px;
    cursor:pointer;
}
@media (max-width: 768px) {

    .license-btn {

        width: 70%;
    }
}
.mobile-showcase {
  padding: 30px 0;
  background: #0a0a0a;
  overflow: hidden;
}
.py-17 {
	    padding-top: 1rem;
    padding-bottom: 2rem;
}
.container {
  width: 100%;
}

.phoneSlider {
  overflow: visible;
}

.phoneSlider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.phoneSlider .swiper-slide {

  width: 260px;

  opacity: .55;

  transform: scale(.88);

  transition: .4s ease;

  display: flex;
  justify-content: center;
}

.phoneSlider .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.phoneSlider img {
  width: 100%;
  border-radius: 28px;

  box-shadow:
    0 20px 60px rgba(0,0,0,.45);

  border: 1px solid rgba(255,255,255,.06);
}

/* pagination */

.swiper-pagination {
  position: relative;
  margin-top: 30px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #666;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 30px;
  background: #b026ff;
}
.avx2f-bottom-links a{
  text-decoration:none;
  color:var(--avx2f-muted);
  font-size:12px;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.05);
  transition:.22s ease;
}

.avx2f-bottom-links a:hover{
  background:rgba(255,255,255,.07);
  color:#fff;
}
.social-icon {
      width: 50px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #1e2937; /* orijinal koyu renk */
      border-radius: 22px;
      color: white;
      font-size: 32px;
      transition: all 0.3s ease;
    }
    .social-icon:hover {
      transform: translateY(-4px) scale(1.08);
      background-color: #334155;
      box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.3);
    }