 /* [ALL CSS REMAINS EXACTLY THE SAME UNTIL BAGIAN BONUS CARD] */ * { font-family: Arial, sans-serif; } body { margin: 0; background: #f5f5f5; } .header { background: linear-gradient(135deg, #ff4d4d 0%, #d32f2f 100%); color: #fff; text-align: center; padding: 20px 10px 40px; position: relative; overflow: hidden; } .header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: radial-gradient(rgba(255, 255, 255, 0.4) 3px, transparent 4px), radial-gradient(rgba(255, 255, 255, 0.3) 5px, transparent 6px), radial-gradient(rgba(255, 255, 255, 0.2) 8px, transparent 9px), radial-gradient(rgba(255, 220, 220, 0.3) 2px, transparent 3px), radial-gradient(rgba(255, 240, 240, 0.4) 6px, transparent 7px); background-size: 120px 120px, 180px 180px, 220px 220px, 90px 90px, 150px 150px; background-position: 0 0, 60px 30px, 110px 70px, 30px 90px, 140px 40px; opacity: 0.5; animation: floatDots 25s linear infinite; } @keyframes floatDots { 0% { transform: translate(0, 0); } 25% { transform: translate(-15px, -8px); } 50% { transform: translate(-5px, -15px); } 75% { transform: translate(10px, -5px); } 100% { transform: translate(0, 0); } } .header .version { position: absolute; top: 8px; right: 10px; font-size: 11px; text-align: right; background: rgba(0,0,0,0.2); padding: 5px 10px; border-radius: 10px; backdrop-filter: blur(5px); z-index: 2; } .header h2 { margin: 0; font-size: 22px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); position: relative; z-index: 2; } .header p { margin: 5px 0; font-size: 14px; position: relative; z-index: 2; opacity: 0.95; } .header .amount { font-size: 30px; font-weight: bold; margin-top: 10px; background: linear-gradient(135deg, white, white); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 1px 1px 3px rgba(0,0,0,0.2); position: relative; z-index: 2; animation: glow 2s infinite alternate; } .top-buttons { display: flex; justify-content: space-around; background: #fff; border-radius: 10px; margin: 10px 15px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); padding: 10px 0; } .top-buttons div { text-align: center; font-size: 13px; font-weight: bold; color: #009846; } .top-buttons i { display: block; font-size: 22px; margin-bottom: 5px; } .card { background: #fff; border-radius: 10px; margin: 10px 15px; padding: 15px; box-shadow: 0 1px 4px rgba(0,0,0,0.05); } .tab-header { display: flex; border-bottom: 1.5px solid #ddd; margin-bottom: 10px; } .tab-header div { flex: 1; text-align: center; padding: 8px 0; cursor: pointer; font-weight: bold; font-size: 13px; color: #009846; } .tab-header .active { border-bottom: 2px solid #009846; } .link-box { background: #f3f3f3; border-radius: 8px; padding: 6px 10px; display: flex; align-items: center; justify-content: space-between; font-size: 13px; color: #555; } .copy { background: #009846; color: #fff; border: none; border-radius: 4px; padding: 4px 8px; cursor: pointer; transition: all 0.2s; } .copy:hover { background: #007c3a; transform: scale(1.05); } .copy:active { transform: scale(0.95); } .social-icons { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 15px 0; } .social-icons i { font-size: 26px; color: #009846; transition: transform .2s,color .2s; cursor: pointer; } .social-icons i:hover { transform: scale(1.2); color: #007b3a; } .btn-wa { display: block; width: 100%; background: linear-gradient(135deg, #009846, #007c3a); color: #fff; border: none; border-radius: 30px; padding: 12px; font-weight: bold; margin-top: 10px; cursor: pointer; box-shadow: 0 4px 15px rgba(0,152,70,0.3); transition: all 0.3s; font-size: 16px; } .btn-wa:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,152,70,0.4); } .btn-wa:active { transform: translateY(0); } .section-title { text-align: center; color: #ff4d4d; font-weight: bold; margin: 20px 0 10px; font-size: 18px; text-shadow: 1px 1px 2px rgba(0,0,0,0.1); } /* ===== STYLE BARU UNTUK BONUS CARDS - UKURAN KECIL & RESPONSIVE ===== */ .bonus-container { background: #ffffff; margin: 10px 15px 20px; padding: 15px; border-radius: 18px; box-shadow: 0 3px 10px rgba(0,0,0,0.08); } .bonus-header { display: flex; align-items: center; gap: 8px; margin-bottom: 25px; } .bonus-circle-number { width: 32px; height: 32px; background: linear-gradient(#7ed9a6, #17a651); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: bold; font-size: 12px; } .bonus-header h3 { margin: 0; font-size: 16px; font-weight: 600; color: #333; } .bonus-cards-wrapper { display: flex; justify-content: space-between; gap: 8px; flex-wrap: wrap; } .bonus-card-item { flex: 1 1 0; min-width: 90px; background: linear-gradient(#1fb55c, #159947); border-radius: 14px; padding: 32px 4px 12px 4px; position: relative; text-align: center; } .bonus-card-circle { width: 50px; height: 55px; background: linear-gradient(#7fe0ad, #1fb55c); border-radius: 50%; position: absolute; top: -22px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: bold; color: #fff; box-shadow: 0 3px 6px rgba(0,0,0,0.1); text-align: center; line-height: 1.2; padding: 0 3px; word-break: break-word; } .bonus-card-circle::before { content: ""; position: absolute; width: 67px; height: 67px; border-radius: 50%; border: 2px dashed #cfeedd; top: -8px; left: -8px; } .bonus-card-price { margin-top: 15px; display: flex; align-items: baseline; justify-content: center; gap: 2px; } .bonus-card-price span { font-size: 11px; color: #222; } .bonus-card-price strong { font-size: 16px; font-weight: 600; color: #222; } .bonus-description { margin-top: 20px; font-size: 12px; color: #666; line-height: 1.4; text-align: center; } .bonus-description span { color: #d80000; font-weight: bold; } .bonus-description b { color: #333; } /* Old bonus-card style (hidden) */ .bonus-card { display: none; } .platform-box { background: #fff; border-radius: 10px; margin: 10px 15px 80px; padding: 15px; text-align: center; box-shadow: 0 1px 4px rgba(0,0,0,0.05); } .platform-icons img { width: 38px; margin: 5px; cursor: pointer; } .platform-box .note { font-size: 12px; margin-top: 5px; } .platform-box .note span { color: #ff4d4d; font-weight: bold; } .bottom-nav { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid #ddd; display: flex; justify-content: space-around; padding: 8px 0; } .bottom-nav a { color: #999; font-size: 12px; text-decoration: none; text-align: center; } .bottom-nav a.active { color: #ff4d4d; } .bottom-nav i { display: block; font-size: 18px; margin-bottom: 3px; } .popup-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.8); display: none; justify-content: center; align-items: center; z-index: 999; } .popup-box { background: #fff; border-radius: 10px; padding: 25px 20px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.15); animation: popIn .25s ease; } .popup-box i { color: #009846; font-size: 38px; margin-bottom: 10px; } .popup-box p { font-size: 14px; color: #333; font-weight: bold; margin: 0; } .tab-content { display: none; } .tab-content.active { display: block; } /* Share Options Modal */ .share-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); display: none; justify-content: center; align-items: center; z-index: 9999; } .share-modal { background: white; border-radius: 15px; padding: 25px; width: 90%; max-width: 400px; text-align: center; animation: slideUp 0.3s ease; } .share-title { color: #009846; font-size: 20px; font-weight: bold; margin-bottom: 20px; } .share-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 25px; } .share-option { display: flex; flex-direction: column; align-items: center; padding: 15px 10px; border-radius: 10px; cursor: pointer; transition: all 0.3s; background: #f8f9fa; } .share-option:hover { background: #e9ffe5; transform: translateY(-3px); } .share-icon { font-size: 28px; margin-bottom: 8px; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; } .whatsapp { background: #25D366; } .facebook { background: #1877F2; } .instagram { background: #E4405F; } .twitter { background: #1DA1F2; } .telegram { background: #0088CC; } .tiktok { background: #000000; } .sms { background: #34B7F1; } .copy-share { background: #666666; } .more { background: #009846; } .share-label { font-size: 12px; font-weight: bold; color: #333; margin-top: 5px; } .share-buttons { display: flex; gap: 10px; margin-top: 15px; } .share-btn { flex: 1; padding: 12px; border: none; border-radius: 8px; font-weight: bold; cursor: pointer; } .share-btn.cancel { background: #f5f5f5; color: #666; } .share-btn.share-all { background: #009846; color: white; } .loading-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); display: none; justify-content: center; align-items: center; z-index: 2000; } .loading-box { background: rgba(0,0,0,0.7); padding: 18px 35px; border-radius: 6px; min-width: 180px; min-height: 95px; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 1px solid rgba(255,255,255,0.15); } .logo-text { font-size: 10px; font-weight: 600; letter-spacing: 2px; color: rgba(255,255,255,0.95); margin-bottom: 10px; text-transform: uppercase; } .logo-text span { display: inline-block; opacity: 0; animation: fade-in 0.2s forwards; } .shiny-line { width: 130px; height: 1.5px; background: rgba(255,255,255,0.1); border-radius: 1px; margin: 8px 0; overflow: hidden; position: relative; } .shiny-line::after { content: ''; position: absolute; top: 0; left: -100%; width: 40%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.9), #667eea, #9464ff, rgba(255,255,255,0.9), transparent); animation: shiny-slide 1.8s infinite; } .loading-text { font-size: 11px; font-weight: 500; color: rgba(255,255,255,0.9); margin-top: 8px; margin-bottom: 10px; letter-spacing: 0.5px; display: flex; align-items: center; justify-content: center; height: 12px; } .dots-container { display: flex; align-items: flex-end; height: 12px; gap: 1px; } .dot { display: inline-block; font-size: 11px; line-height: 1; color: rgba(255,255,255,0.9); opacity: 0; animation: dot-fade 1.5s infinite; } .dot:nth-child(1) { animation-delay: 0s; } .dot:nth-child(2) { animation-delay: 0.2s; } .dot:nth-child(3) { animation-delay: 0.4s; } .loading-dots { display: flex; gap: 5px; margin-top: 5px; } .dot-item { width: 5px; height: 5px; border-radius: 50%; animation: dot-pulse 1.2s infinite; } .dot-item:nth-child(1) { animation-delay: 0s; background: #667eea; } .dot-item:nth-child(2) { animation-delay: 0.2s; background: #764ba2; } .dot-item:nth-child(3) { animation-delay: 0.4s; background: #60a5fa; } .bonus-update { animation: bonusPulse .6s ease-in-out; } /* Animations */ @keyframes float { 0% { transform: translate(0, 0); } 50% { transform: translate(-10px, -5px); } 100% { transform: translate(0, 0); } } @keyframes glow { 0% { filter: drop-shadow(0 0 5px rgba(255,235,59,0.7)); } 100% { filter: drop-shadow(0 0 15px rgba(255,235,59,0.9)); } } @keyframes fade-in { to { opacity: 1; } } @keyframes shiny-slide { 0% { left: -100%; opacity: 0; } 20%,80% { opacity: 1; } 100% { left: 100%; opacity: 0; } } @keyframes dot-fade { 0%,20% { opacity: 0; } 40%,60% { opacity: 1; } 80%,100% { opacity: 0; } } @keyframes dot-pulse { 0%,100% { transform: scale(0.8); opacity: 0.5; } 50% { transform: scale(1.1); opacity: 1; } } @keyframes popIn { from { transform: scale(.8); opacity: 0; } to { transform: scale(1); opacity: 1; } } @keyframes bonusPulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.05); } } @keyframes spin { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } @keyframes slideUp { from { transform: translateY(50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } } /* Responsive untuk HP kecil */ @media (max-width: 380px) { .bonus-card-circle { width: 48px; height: 48px; font-size: 9px; top: -18px; } .bonus-card-circle::before { width: 60px; height: 60px; top: -8px; left: -8px; } .bonus-card-price strong { font-size: 14px; } .bonus-card-price span { font-size: 10px; } } @media (max-width: 320px) { .bonus-cards-wrapper { gap: 4px; } .bonus-card-circle { width: 42px; height: 42px; font-size: 8px; top: -16px; } .bonus-card-circle::before { width: 54px; height: 54px; } } 