
@keyframes pulse {
0% { box-shadow: 0 0 0 0 rgba(255,193,7,0.6); }
 70% { box-shadow: 0 0 0 15px rgba(255,193,7,0); }
 100% { box-shadow: 0 0 0 0 rgba(255,193,7,0); }
}

/* Shake Effect */
@keyframes shake {
 0%, 100% { transform: translateX(0); }
 10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
20%, 40%, 60%, 80% { transform: translateX(5px); }
}






 :root{
    --purple:#4b1f63;      /* top bar */
    --accent:#7b2ea6;      /* deep purple (used subtly) */
    --cta:#4b2c83;         /* shop button */
    --pill:#e8f6b7;        /* promo pill bg (pale lime) */
    --text-dark:#0b1130;
    --white:#ffffff;
    --blue-start:#0f5fae;
    --blue-end:#62a1e6;
    --muted:#9aa4bf;
   
  }

  /* Reset */
  *{box-sizing:border-box}
  body{
    margin:0;
    background: #ffffff;
    min-height:100vh;
    color:var(--white);
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
     font-family: "Vend Sans", sans-serif; 
     font-style: normal;
  }

  /* container to simulate mobile width center */
  .frame{
    max-width:420px;
    margin:0 auto;
    min-height:100vh;
    display:flex;
    flex-direction:column;
    background:transparent;
  }

  /* Top nav + badges */
  .topbar{
   background: rgb(255 255 255);
    color: var(--white);
    padding: 11px 14px 8px 14px;
    display: flex;
    gap: 10px;
    border-bottom: 2px solid #d4d4d4;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-direction: column;
  }
  .top-left{ align-items:center}
  .brand{
     font-family: "Vend Sans", sans-serif; 
    font-weight:700;
    letter-spacing:0.4px;
    font-size:18px;
  }
  .badges{
    display:flex;
    gap:10px;
    align-items:center;
    font-size:11px;
    opacity:0.95;
  }
  .badge{padding:6px 8px; border-radius:6px; background:rgba(255,255,255,0.06)}

  
  .hero{
   padding: 19px 18px 18px;
    display: flex
;
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
    color: var(--white);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02));
 
  }

  .promo-pill{
    align-self:flex-start;
    background:var(--pill);
    color:var(--text-dark);
    padding:10px 16px;
    border-radius:999px;
    font-weight:600;
     font-family: "Vend Sans", sans-serif; 
    box-shadow:0 6px 18px rgba(11,17,48,0.12);
    font-size:13px;
  }

  .big-headline{
    font-family: "Vend Sans", sans-serif; 
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #01415e;
    text-shadow: 0 6px 18px rgba(11, 17, 48, 0.2);
  }

  .sub{
    color:var(--white);
    opacity:0.92;
    font-size:13px;
    margin-top:6px;
    font-weight:500;
  }

  /* CTAs */
  .cta-row{
    display:flex;
    gap:12px;
    margin-top:6px;
  }
    
  /* product sneak / bottom */
  .product-sneak{
    margin-top:12px;
    height:88px;
    border-radius:12px;
    background:linear-gradient(90deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
    display:flex;
    align-items:center;
    padding:10px;
    gap:12px;
  }
  

  /* responsive tweaks */
  @media(min-width:540px){
    .big-headline{font-size:54px}
    .frame{max-width:540px}
  }


  body {
      margin: 0;
       font-family: "Vend Sans", sans-serif;  
      color: #fff; 
      /* font-family: "Georgia", serif;*/
      background-color: #FFFFFF;  
      


    }

    .container {
      max-width: 420px;
      width: 100%;
      padding: 20px;
      text-align: center;
      background-color: #FFFFFF;
    }

    .subtitle {
      font-size: 15px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #555;
      margin-bottom: 12px;
    }

    h1 {
         color: var(--text-color-mobile, var(--text-color, #01415e));
        font-family: "Vend Sans", sans-serif;  
      font-size: 1.8rem;
      font-style: normal;
      font-weight: 500;
      text-transform: capitalize;
      line-height: 2.6rem;
        margin: 0 0 .8rem;
    }

    .features {
      margin: 15px 0 25px;
      padding: 0;
      list-style: none;
    }

    .features li {
      margin: 10px 0;
      font-size: 16px;
      display: flex; color:#4a4a3f;
      align-items: center;
    }

    .features li span.icon {
         display: inline-block; 
        border-radius: 50%; 
        color: #01415e;
        font-size: 16px;
        text-align: center;
        line-height: 20px;
        margin-right: 10px;
    }

    .btn {
      display: block;
      text-align: center;
      padding: 15px;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none;
      width:250px;
       border-radius: 20px;
      background-color: #ff8168;
      color: #000; 
      transition: background-color 0.3s ease; 
      border-radius: 15px 15px 15px 15px;
      padding: 16px 40px 16px 40px;
     margin-top:30px;
     margin-bottom:30px;
     cursor:pointer;
      transition:all 0.3s ease; 
       animation: pulse 2s infinite, shake 3s infinite;
    font-family: "Vend Sans", sans-serif;
    line-height: 15px;
    letter-spacing: 1.92px;
    text-transform: uppercase;
   
    font-size: 16px;
        padding: 15px;
    }

    .btn:hover {
      background-color: #444;
    }

   

    hr {
        border: none;  
        border-top: 2px solid #ccc;  
        width: 100%; 
    }


    .topbanner1{
       background-color: rgb(24 136 84);
    color: white;   width: 100%;
    padding: 11px;  text-align: center;
    color: #ffffff;  text-align: center;
    font-size: 13px !important;  font-style: normal; 
    font-family: 'Vend Sans';  
    font-weight: 800; line-height: 1.25rem;
    letter-spacing: 2px;   text-transform: uppercase; display: block; 
     margin: 0;   font-size: 13px;
    }

    p{
      font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Vend Sans';
    color: black;
    margin-bottom: 12px;
    }

     :root {
      --speed: 14s;
    }

    /* Marquee */
    .marquee-wrap {
      width: 100%;
      overflow: hidden; 
    background: #31152e;
    border: 2px solid #31152e;
      box-sizing: border-box;
    }

    .marquee {
      display: block;
      white-space: nowrap;
    }

    .marquee__inner {
      display: inline-block;
      animation: scroll var(--speed) linear infinite;
      white-space: nowrap;
    }

    .marquee__block {
      display: inline-block;
      padding: 10px 28px;
      color: #fff;
      font-weight: 700;
      font-size: 12px; text-transform: uppercase;
      font-family: "Helvetica Neue", Arial, sans-serif;
    }
    
     @keyframes scroll {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-50%);
      }
    }


 
.btnnew1 {
    display: inline-block;
    text-align: center;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.92px;
    border-radius: 18px;
  background-color: #c61919;
  color: white;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  margin-top:20px;
  margin-bottom:20px;
  font-family: "Vend Sans", sans-serif;
  animation: float 2s ease-in-out infinite, glow 5s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

 
@keyframes glow {
  0%, 100% {
    box-shadow: 0 0 10px rgba(24, 136, 84, 0.4);
  }
  50% {
    box-shadow: 0 0 25px rgba(24, 136, 84, 0.7);
  }
}

.btnnew1:hover {
  background-color: rgb(28, 156, 94);
  transform: translateY(-8px) scale(1.05);
  color:white;
  box-shadow: 0 10px 30px rgba(24, 136, 84, 0.5);
}

.btnnew1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.6s ease;
}

.btnnew1:active::after {
  width: 300%;
  height: 300%;
  opacity: 1;
  transition: 0s;
}
 