Skip to main content

Giveaway

GMW Giveaway: Konsert Kilauan Emas Selebriti 2026 Minggu 5

GMW Giveaway: Konsert Kilauan Emas Selebriti 2026 Minggu 5
Advertisement

<div class="gw-wrap">
   <style>
                   /* KILAUAN EMAS SELEBRITI THEME (ELEGANT GOLD, EMERALD GREEN & DARK THEATRE EMBERS) */
                   .gw-wrap { max-width: 560px; margin: 0 auto; font-family: Arial, Helvetica, sans-serif; box-sizing: border-box; background: #04170c; text-align: left; border-radius: 22px; overflow: hidden; border: 1px solid #d4af37; color: #ffffff; }
                   .gw-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
                   
                   .gw-channel-bar { display: flex; justify-content: space-between; align-items: center; padding: 12px 20px; border-bottom: 1px solid rgba(212, 175, 55, 0.4); background: #0a2c17; }
                   .gw-ch-left { font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #fff; }
                   .gw-ch-left span { color: #f5d061; }
                   .gw-ch-right { font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; color: #e6c280; margin-left: auto; }
                   
                   .gw-titleblock { padding: 24px 22px 16px; background: linear-gradient(180deg, #0a2c17 0%, #04170c 100%); }
                   .gw-kicker { display: inline-block; font-size: 9px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; color: #04170c; background: #f5d061; padding: 5px 12px; border-radius: 20px; margin-bottom: 14px; box-shadow: 0 0 10px rgba(245, 208, 97, 0.5); }
                   .gw-title { font-size: 24px; font-weight: 900; color: #fff; line-height: 1.2; letter-spacing: -0.5px; margin-bottom: 12px; text-align: center; text-shadow: 0 0 8px rgba(212, 175, 55, 0.6); }
                   .gw-tagline { font-size: 13px; color: #f2e3c6; line-height: 1.65; }
                   
                   .gw-guide { margin: 16px 22px 22px; background: #082013; border: 1px solid rgba(212, 175, 55, 0.3); border-radius: 14px; overflow: hidden; }
                   .gw-guide-row { display: flex; align-items: center; padding: 12px 16px; border-bottom: 1px solid rgba(212, 175, 55, 0.2); }
                   .gw-guide-row:last-child { border-bottom: none; }
                   .gw-guide-icon { width: 34px; height: 34px; border-radius: 9px; background: #0f3d21; display: flex; align-items: center; justify-content: center; font-size: 13px; margin-right: 14px; border: 1px solid #d4af37; flex-shrink: 0; }
                   .gw-guide-text { display: flex; flex-direction: column; }
                   .gw-guide-label { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: #f5d061; margin-bottom: 2px; }
                   .gw-guide-val { font-size: 13px; font-weight: 700; color: #fff; }
                   
                   .gw-segtitle { padding: 0 22px; font-size: 10px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: #fff; margin-bottom: 14px; }
                   .gw-segtitle span { color: #f5d061; }
                   .gw-segments { padding: 0 22px; }
                   .gw-seg { display: flex; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid rgba(212, 175, 55, 0.2); }
                   .gw-seg:last-child { border-bottom: none; }
                   .gw-seg-tag { width: 28px; height: 28px; border-radius: 50%; background: #f5d061; color: #04170c; font-size: 12px; font-weight: 900; display: flex; align-items: center; justify-content: center; margin-right: 14px; flex-shrink: 0; box-shadow: 0 0 8px rgba(245, 208, 97, 0.4); }
                   .gw-seg-body { display: flex; flex-direction: column; }
                   .gw-seg-name { font-size: 13px; font-weight: 800; color: #fff; margin-bottom: 3px; }
                   .gw-seg-desc { font-size: 12px; color: #f2e3c6; line-height: 1.55; }
                   
                   .gw-ticker { margin: 24px 22px 20px; background: #082013; border: 1px solid rgba(212, 175, 55, 0.4); border-radius: 12px; padding: 12px 14px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; text-align: center; }
                   .gw-ticker-tag { font-size: 9px; font-weight: 900; letter-spacing: 1px; color: #04170c; background: #d4af37; padding: 4px 9px; border-radius: 6px; }
                   .gw-ticker-text { font-size: 12px; color: #fff; font-weight: 600; line-height: 1.6; }
                   
                   .gw-tunein { margin: 0 22px 20px; background: linear-gradient(135deg, #12592e, #06210f); border: 1px solid #f5d061; border-radius: 18px; padding: 20px; text-align: center; box-shadow: 0 0 15px rgba(212, 175, 55, 0.3); }
                   .gw-tunein-title { font-size: 16px; font-weight: 900; color: #fff; margin-bottom: 14px; }
                   .gw-remote-btn { display: inline-block; background: #f5d061; color: #04170c; font-size: 13px; font-weight: 900; padding: 12px 26px; border-radius: 30px; text-decoration: none; letter-spacing: .3px; border: 1px solid #f5d061; box-shadow: 0 0 10px rgba(245, 208, 97, 0.5); transition: all 0.2s ease; }
                   .gw-remote-btn:hover { background: #ffffff; color: #04170c; border-color: #ffffff; box-shadow: 0 0 12px rgba(255, 255, 255, 0.6); }
                   .gw-remote-btn::after { content: "  →"; }
                   
                   .gw-ref { text-align: center; font-size: 10px; color: #f5d061; margin-bottom: 18px; font-family: monospace; letter-spacing: 1.5px; }
                   @media (max-width: 420px) { .gw-title { font-size: 20px; } }
               </style>
   <div class="gw-channel-bar">
       <div class="gw-ch-left">
           GMW <span>· Channel Giveaway</span>
       </div>
       <div class="gw-ch-right">
           Now showing
       </div>
   </div>
   <div class="gw-titleblock">
       <div class="gw-kicker">
           KILAUAN EMAS SELEBRITI · MINGGU 5
       </div>
       <h1 class="gw-title">
           GMW Giveaway: Konsert Kilauan Emas Selebriti 2026 Minggu 5
       </h1>
       <p class="gw-tagline">
           Hello geng! Gempak nak belanja korang 2 tiket untuk ke Konsert Kilauan Emas Selebriti 2026 Minggu 5! Ikuti syarat mudah dari kami!
       </p>
   </div>
   <div class="gw-guide">
       <div class="gw-guide-row">
           <div class="gw-guide-icon">
               📅
           </div>
           <div class="gw-guide-text">
               <span class="gw-guide-label">Tarikh</span> <span class="gw-guide-val">19 September 2026 (Sabtu)</span>
           </div>
       </div>
       <div class="gw-guide-row">
           <div class="gw-guide-icon">
               🕢
           </div>
           <div class="gw-guide-text">
               <span class="gw-guide-label">Masa</span> <span class="gw-guide-val">7.30 malam</span>
           </div>
       </div>
       <div class="gw-guide-row">
           <div class="gw-guide-icon">
               📍
           </div>
           <div class="gw-guide-text">
               <span class="gw-guide-label">Lokasi</span> <span class="gw-guide-val">Auditorium MBSA Shah Alam</span>
           </div>
       </div>
   </div>
   <div class="gw-segtitle">
       <span>▸</span> Cara menyertai
   </div>
   <div class="gw-segments">
       <div class="gw-seg">
           <div class="gw-seg-tag">
               1
           </div>
           <div class="gw-seg-body">
               <div class="gw-seg-name">
                   Jawab soalan
               </div>
               <div class="gw-seg-desc">
                   Jawab soalan mudah berkaitan peraduan ini pada pautan borang di bawah.
               </div>
           </div>
       </div>
       <div class="gw-seg">
           <div class="gw-seg-tag">
               2
           </div>
           <div class="gw-seg-body">
               <div class="gw-seg-name">
                   Isi maklumat peribadi
               </div>
               <div class="gw-seg-desc">
                   Sediakan nama penuh, nombor telefon, dan alamat e-mel aktif anda.
               </div>
           </div>
       </div>
       <div class="gw-seg">
           <div class="gw-seg-tag">
               3
           </div>
           <div class="gw-seg-body">
               <div class="gw-seg-name">
                   Hantar borang
               </div>
               <div class="gw-seg-desc">
                   Tekan butang di bawah dan lengkapkan borang butiran sebelum tarikh tutup.
               </div>
           </div>
       </div>
   </div>
   <div class="gw-ticker">
       <span class="gw-ticker-tag">Tempoh peraduan:</span> <span class="gw-ticker-text"><strong>14 September 2026, 6.00 petang – 18 September 2026, 10.00 pagi</strong></span>
   </div>
   <div class="gw-tunein">
       <div class="gw-tunein-title">
           Tekan untuk sertai peraduan
       </div>
       <p>
           <a class="gw-remote-btn" href="https://forms.cloud.microsoft/r/mZkyVLMrnw" target="_blank" rel="noopener noreferrer">Sertai sekarang</a>
       </p>
   </div>
   <p class="gw-ref">
       GMW-KILAUAN-EMAS-MINGGU5-2026
   </p>
</div>

Anda mungkin berminat dengan

(TEAM VITRI SHOP) KAFTAN TIDUR RAYA LIMITED EDITION COTTON mix POLYSTER,BAJU TIDUR,KAFTAN TIDUR,DRESS TIDUR

(TEAM VITRI SHOP) KAFTAN TIDUR RAYA LIMITED EDITION COTTON mix POLYSTER,BAJU TIDUR,KAFTAN TIDUR,DRESS TIDUR

Eucerin Hyaluron Radiance-Lift Filler 3D Serum 30ml

Eucerin Hyaluron Radiance-Lift Filler 3D Serum 30ml

(Ready Stock) Foil Tinsel Wigs Glitter Funny Halloween Colored Cosplay Metallic Crazy Masquerade Shiny Party Acessories

(Ready Stock) Foil Tinsel Wigs Glitter Funny Halloween Colored Cosplay Metallic Crazy Masquerade Shiny Party Acessories

adidas Lifestyle Run 84 Shoes Men Beige JI4869

adidas Lifestyle Run 84 Shoes Men Beige JI4869

Pillow Makeup Bag Soft PU Leather Portable Cosmetic Bag Double Layer Large Capacity Travel Toiletries Storage Bag Pouch

Pillow Makeup Bag Soft PU Leather Portable Cosmetic Bag Double Layer Large Capacity Travel Toiletries Storage Bag Pouch

ELGINI E16312 Seluar Kasual Wanita Potongan Longgar S-XXL | Women’s Loose-Fit Casual Pants

ELGINI E16312 Seluar Kasual Wanita Potongan Longgar S-XXL | Women’s Loose-Fit Casual Pants

Must Watch Video

Advertisement