 :root{
    --purple:#4b1f63;     
    --accent:#7b2ea6;     
    --cta:#4b2c83;       
    --pill:#e8f6b7;       
    --text-dark:#0b1130;
    --white:#ffffff;
    --blue-start:#0f5fae;
    --blue-end:#62a1e6;
    --muted:#9aa4bf;
   
  }

  *{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;
  }

  .frame{
    max-width:420px;
    margin:0 auto;
    min-height:100vh;
    display:flex;
    flex-direction:column;
    background:transparent;
  }

  .topbar{
   background: #5A883D;
    color: var(--white);
    padding: 15px 14px;
    display: flex;
    gap: 10px;
    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;
  }

  .cta-row{
    display:flex;
    gap:12px;
    margin-top:6px;
  }
  .btn{
    flex:1;
    padding:12px 14px;
    border-radius:28px;
    font-weight:700;
     font-family: "Vend Sans", sans-serif; 
    font-size:15px;
    border: none;
    cursor:pointer;
      transition:all 0.3s ease; 
       animation: pulse 2s infinite, shake 3s infinite;

       color: #fff;
    leading-trim: both;
    text-edge: cap;
  font-family: "Vend Sans", sans-serif; 
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    border-radius: 16px;
    background: #002856;
    padding: 14px 16px;
    display: inline-flex
;
    width: 190px;
    justify-content: center;

  }
  .btn-shop{
    background:#002856;
    color:var(--white);
    box-shadow: 0 8px 20px rgba(75,44,131,0.22);
  }
  .btn-quiz{
    background:transparent;
    color:var(--white);
    border:2px solid rgba(255,255,255,0.16);
  }

  .icons{
    display:flex;
    gap:12px;
    justify-content:space-between;
    padding:6px 10px;
    margin-top:6px;
  }
  .icon-card{
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:6px;
    font-size:11px;
    color:rgba(255,255,255,0.95);
  }

  .circle{
    width:56px;
    height:56px;
    border-radius:50%;
    background:rgba(255,255,255,0.06);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
  }

  /* 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;
  }
  .pill-label{
    font-size:11px;
    color:var(--muted);
    background:rgba(255,255,255,0.03);
    padding:6px 8px;
    border-radius:10px;
  }

  @media(min-width:540px){
    .big-headline{font-size:54px}
    .frame{max-width:540px}
  }

@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); }
}

 body {
      margin: 0;
    font-family: "Vend Sans", sans-serif; 
     
      color: #fff;

       font-family: "Georgia", serif;
      background-color: #f4f1eb; 
      


    }

    .container {
      max-width: 420px;
      width: 100%;
      padding: 30px;
      text-align: left; height:100vh;
    }

    .subtitle {
         font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff3f3;
    margin-bottom: 50px;
    margin-top: 6px;
    text-align: center;
    font-family: "Helvetica Neue", Arial, sans-serif !important;
    }

    h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
    text-shadow: 2px 2px 2px #662715;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 24px;
    font-family: "Helvetica Neue", Arial, sans-serif !important;
}

    .features {
      margin: 15px 0 25px;
      padding: 0;
      list-style: none;
    }

    .features li {
      margin: 10px 0;
      font-size: 16px;
      display: flex; color:#ffffff;
      align-items: center;
    }

    .features li span.icon {
      display: inline-block;
      width: 21px;
      height: 20px;
      border-radius: 50%;
      background-color: black;
      color: #fff;
      font-size: 14px;
      text-align: center;
      line-height: 20px;
      margin-right: 10px;
    }

    .btn {
      display: block;
      text-align: center;
      padding: 15px;
      font-size: 15px; 
      font-weight: bold;
      text-decoration: none;
      width:205px;
      border-radius: 2px;
      background-color: #000000; 
      color: #fff;
      transition: background-color 0.3s ease; margin-top: 20px;
    }

    .btn:hover {
      background-color: #444;
    }

    @media (max-width: 480px) {
      h1 {
        font-size: 26px;
      }
      .btn {
        font-size: 17px;
        padding: 17px;
      }
    }

    hr {
        border: none; 
        border-top: 2px solid #ccc;
        width: 100%; 
    }



:root{
    --speed: 25s;  
  }

  .marquee-wrap{
    width: 100%;
    max-width: 900px;        
    margin: 1px auto;         
    overflow: hidden;
    border: 1px solid #ffffff;     
    background: linear-gradient(90deg, #ffffff, #ffffff); 
    box-sizing: border-box;
  }

  .marquee{
    display: block;
    white-space: nowrap;
    box-sizing: content-box;
  }

  .marquee__inner{
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
    animation: scroll var(--speed) linear infinite;
  }

  .marquee__block{
    display: inline-block;
    padding: 4px 15px;       
    font-weight: 700;
    color: black;            
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.4px;
  }

  .sep { margin: 0 14px; opacity: 0.95; }

  @keyframes scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
  }

  @media (min-width: 420px){
    .marquee__block { font-size: 18px; padding: 14px 28px; }
  }
  @media (min-width: 820px){
    .marquee__block { font-size: 20px; padding: 16px 36px; }
  }
  

  .bgrdbanner{
    background-image: linear-gradient(rgb(175 21 21 / 50%), rgb(0 0 0 / 71%)), url(./img/chocolate_banner2.jpg);
    display: flex;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    text-align: center;
    color: #fff;
  }