.artistic-raffle-container{min-height:100vh;background:#fafafa;position:relative;overflow-x:hidden}.artistic-bg-elements{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.artistic-shape{position:absolute;border-radius:50% 20% 50% 20%;opacity:.1}.artistic-shape-1{width:300px;height:300px;background:linear-gradient(45deg,#4ade80,#16a34a);top:10%;right:-100px;animation:float1 15s ease-in-out infinite}.artistic-shape-2{width:200px;height:200px;background:linear-gradient(135deg,#06b6d4,#0891b2);bottom:20%;left:-50px;border-radius:20% 50% 20% 50%;animation:float2 12s ease-in-out infinite}.artistic-shape-3{width:150px;height:150px;background:linear-gradient(225deg,#f59e0b,#d97706);top:30%;left:5%;border-radius:30% 70% 30% 70%;animation:float3 18s ease-in-out infinite}@keyframes float1{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-30px) rotate(5deg)}}@keyframes float2{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(20px) rotate(-3deg)}}@keyframes float3{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-15px) rotate(2deg)}}.artistic-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:96px 40px 64px}.artistic-hero{text-align:center;margin-bottom:96px}.artistic-main-title{font-size:28px!important;font-weight:900;line-height:.9;color:#000;margin-top:50px;margin-bottom:40px;font-family:var(--font-poppins),"Poppins",sans-serif;letter-spacing:-.02em}@media (min-width:768px){.artistic-main-title{font-size:80px!important}}.artistic-subtitle{font-size:15px;color:#666;max-width:800px;margin:0 auto 48px;font-weight:400;line-height:1.4;font-family:var(--font-poppins),"Poppins",sans-serif;font-display:swap}.artistic-main-cta{display:inline-flex;align-items:center;gap:10px;background:#000;color:white;padding:18px 36px;border-radius:44px;text-decoration:none;font-weight:600;font-size:17px;transition:all .3s ease;border:2px solid #000}.artistic-main-cta:hover{background:white;color:#000;transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.artistic-section{margin-bottom:80px;background:white;border-radius:20px;padding:48px;box-shadow:0 4px 30px rgba(0,0,0,.08);position:relative;overflow:hidden}.artistic-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4ade80,#06b6d4,#f59e0b,#ef4444)}.artistic-section-title{font-size:36px;font-weight:800;color:#000;margin-bottom:24px;display:flex;align-items:center;gap:16px}.artistic-emoji{font-size:1.2em}.artistic-text{font-size:16px;color:#444;line-height:1.6;margin-bottom:24px}.artistic-milestones{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:24px;gap:24px;margin:32px 0}.artistic-milestone-card{background:linear-gradient(135deg,#f8fffe,#ecfdf5);border:2px solid #e0f2f1;border-radius:16px;padding:32px 24px;text-align:center;position:relative;transition:all .3s ease}.artistic-milestone-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(74,222,128,.2);border-color:#4ade80}.artistic-milestone-number{font-size:40px;font-weight:900;color:#16a34a;margin-bottom:8px;display:block}.artistic-milestone-text{font-size:16px;color:#166534;font-weight:600;margin-bottom:12px}.artistic-milestone-reward{font-size:14px;color:#374151;font-weight:500}.artistic-total-highlight{background:linear-gradient(135deg,#000,#333);color:white;padding:36px;border-radius:20px;text-align:center;margin:40px 0;position:relative;overflow:hidden}.artistic-total-highlight:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.artistic-total-text{font-size:32px;font-weight:800;margin:0}.artistic-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:32px;gap:32px;margin:40px 0}.artistic-step{text-align:center;position:relative}.artistic-step-number{width:64px;height:64px;background:linear-gradient(135deg,#4ade80,#16a34a);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:900;margin:0 auto 16px;box-shadow:0 8px 25px rgba(74,222,128,.3)}.artistic-step-title{font-size:18px;font-weight:700;color:#000;margin-bottom:12px}.artistic-step-desc{font-size:14px;color:#666;line-height:1.5}.artistic-list{list-style:none;padding:0;margin:24px 0}.artistic-list-item{display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid #f0f0f0;font-size:15px;color:#444;line-height:1.6}.artistic-list-item:last-child{border-bottom:none}.artistic-list-item:before{content:"✓";background:linear-gradient(135deg,#4ade80,#16a34a);color:white;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;margin-top:2px;box-shadow:0 4px 15px rgba(74,222,128,.3)}.artistic-highlight-box{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #bbf7d0;border-radius:16px;padding:32px;margin:32px 0;position:relative}.artistic-scroll-indicator{text-align:center;margin:80px 0 0;color:#999;font-size:16px;display:flex;flex-direction:column;align-items:center;gap:20px}.artistic-scroll-arrow{width:2px;height:40px;background:linear-gradient(180deg,transparent,#999);animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.artistic-contact{text-align:center;padding:40px;background:white;border-radius:20px;box-shadow:0 4px 30px rgba(0,0,0,.08);color:#666;font-size:16px;margin-top:64px}.mobile-only{display:none}.desktop-only{display:block}@media screen and (max-width:767px){.mobile-only{display:block}.desktop-only{display:none}.artistic-content{padding:80px 20px 60px}.artistic-hero{margin-bottom:80px}.artistic-main-title{margin-top:65px;margin-bottom:30px;line-height:1.1}.artistic-subtitle{margin-top:50px;font-size:14px;margin-bottom:40px;padding:0 10px}.artistic-main-cta{margin-top:24px;padding:16px 32px;font-size:16px;border-radius:40px}.artistic-section{padding:25px 20px;margin-bottom:40px;border-radius:16px}.artistic-section-title{font-size:28px;margin-bottom:15px;gap:12px}.artistic-emoji{font-size:1em}.artistic-text{font-size:15px;margin-bottom:20px;line-height:1.5}.artistic-milestones{grid-template-columns:repeat(3,1fr);gap:12px;margin:30px 0}.artistic-milestone-card{padding:20px 12px;border-radius:12px}.artistic-milestone-number{font-size:28px;margin-bottom:6px}.artistic-milestone-text{font-size:13px;margin-bottom:8px;line-height:1.2}.artistic-milestone-reward{font-size:11px;line-height:1.3}.artistic-total-highlight{padding:20px;border-radius:12px;margin:25px 0}.artistic-total-text{font-size:18px;margin:0}.artistic-steps{grid-template-columns:1fr;gap:20px;margin:25px 0}.artistic-step-number{width:45px;height:45px;font-size:20px;margin-bottom:10px}.artistic-step-title{font-size:16px;margin-bottom:8px}.artistic-step-desc{font-size:13px;line-height:1.4}.artistic-list{margin:15px 0}.artistic-list-item{padding:8px 0;font-size:13px;gap:10px;line-height:1.4}.artistic-list-item:before{width:22px;height:22px;font-size:10px;margin-top:1px}.artistic-highlight-box{padding:15px 12px;margin:15px 0;border-radius:10px}.artistic-highlight-box .artistic-text{font-size:13px!important;line-height:1.4!important;margin:0 0 10px!important}.artistic-highlight-box .artistic-text:last-child{margin:0!important}.artistic-contact{padding:35px 25px;font-size:16px;margin-top:60px;border-radius:16px}.artistic-shape-1{width:200px;height:200px;right:-80px}.artistic-shape-2{width:150px;height:150px;left:-40px}.artistic-shape-3{width:100px;height:100px}.artistic-scroll-indicator{margin:60px 0 0;font-size:14px;gap:15px}.artistic-scroll-arrow{height:30px}}