*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--yellow:#FFFC00;--yellow-deep:#FFE600;--black:#1a1a1a;--gray:#555;--light-gray:#f5f5f5;--white:#fff;--card-bg:rgba(255,255,255,0.72);--card-border:rgba(0,0,0,0.07);--shadow-sm:0 4px 16px rgba(0,0,0,0.05);--shadow-md:0 8px 32px rgba(0,0,0,0.07);--shadow-lg:0 16px 48px rgba(0,0,0,0.09);--radius-sm:16px;--radius-md:24px;--radius-lg:32px;--radius-xl:40px}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:linear-gradient(175deg,#fefefe 0,#fafaf8 30%,#fefdfb 60%,#fefefe 100%);color:var(--black);min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body::before{content:'';position:fixed;top:-180px;right:-120px;width:500px;height:500px;background:radial-gradient(circle,rgba(255,252,0,0.18) 0,rgba(255,252,0,0.05) 50%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0;filter:blur(60px)}body::after{content:'';position:fixed;bottom:-160px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(255,230,0,0.12) 0,rgba(255,230,0,0.03) 50%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0;filter:blur(50px)}.countdown-ribbon{position:sticky;top:0;z-index:100;background:var(--yellow);color:var(--black);text-align:center;padding:9px 16px;font-weight:700;font-size:clamp(0.78rem,1.4vw,0.88rem);letter-spacing:.02em;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 2px 8px rgba(0,0,0,0.08)}.countdown-ribbon .icon{font-size:1.1em}.countdown-ribbon .timer{font-variant-numeric:tabular-nums;min-width:48px;text-align:center;display:inline-block}header{position:relative;z-index:10;padding:16px clamp(16px,5vw,40px);display:flex;align-items:center;justify-content:flex-start}header .logo-wrap{display:flex;align-items:center;gap:10px}header img{height:38px;width:auto;display:block}header .brand-tag{font-size:.7rem;font-weight:700;color:var(--black);background:rgba(255,252,0,0.35);padding:5px 12px;border-radius:20px;letter-spacing:.03em;text-transform:uppercase}main{flex:1;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(12px,3vh,28px) clamp(16px,5vw,40px) clamp(20px,4vh,36px);gap:clamp(18px,3.5vh,32px)}.hero{text-align:center;max-width:680px;width:100%;display:flex;flex-direction:column;align-items:center;gap:clamp(10px,2vh,18px)}.hero .pulse-row{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,0.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border);border-radius:24px;padding:7px 16px;font-size:.78rem;font-weight:600;color:var(--black);letter-spacing:.02em;box-shadow:var(--shadow-sm)}.pulse-dot{width:9px;height:9px;border-radius:50%;background:#22c55e;display:inline-block;position:relative}.pulse-dot::after{content:'';position:absolute;inset:-4px;border-radius:50%;background:#22c55e;opacity:.35;animation:pulse-ring 1.8s ease-out infinite}@keyframes pulse-ring{0%{transform:scale(0.8);opacity:.5}50%{transform:scale(1.7);opacity:0}100%{transform:scale(0.8);opacity:0}}.hero h1{font-size:clamp(1.6rem,4.5vw,2.6rem);font-weight:700;line-height:1.2;letter-spacing:-0.02em;color:var(--black)}.hero h1 .highlight{color:#e6b800;position:relative;display:inline-block}.hero h1 .highlight::after{content:'';position:absolute;bottom:2px;left:0;width:100%;height:8px;background:rgba(255,252,0,0.5);border-radius:4px;z-index:-1}.activity-ticker{font-size:.75rem;color:var(--gray);font-weight:500;letter-spacing:.01em;min-height:20px;display:flex;align-items:center;gap:5px;transition:opacity .35s ease}.activity-ticker .ticker-icon{font-size:.85em}.activity-ticker .ticker-text{transition:opacity .3s ease}.hero .subtitle{font-size:clamp(0.9rem,1.8vw,1.05rem);color:var(--gray);line-height:1.5;max-width:520px;font-weight:400}.trust-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.trust-chips span{font-size:.72rem;font-weight:600;padding:6px 14px;border-radius:20px;background:rgba(255,255,255,0.65);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--card-border);color:var(--black);letter-spacing:.02em;white-space:nowrap;box-shadow:var(--shadow-sm)}.trust-chips span.emoji-chip{background:rgba(255,252,0,0.2);border:1px solid rgba(255,200,0,0.25)}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--yellow);color:var(--black);font-weight:700;font-size:clamp(1rem,2.2vw,1.2rem);padding:clamp(16px,3vh,20px) clamp(32px,6vw,48px);border-radius:var(--radius-xl);text-decoration:none;letter-spacing:.01em;cursor:pointer;border:none;box-shadow:0 8px 28px rgba(200,180,0,0.35),0 2px 8px rgba(0,0,0,0.06);transition:transform .2s ease,box-shadow .2s ease;position:relative;z-index:5;text-align:center;min-width:220px}.cta-button:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(200,180,0,0.45),0 4px 12px rgba(0,0,0,0.08)}.cta-button:focus-visible{outline:3px solid var(--black);outline-offset:3px}.cta-button:active{transform:translateY(0);box-shadow:0 4px 16px rgba(200,180,0,0.3)}.cta-button .arrow{font-size:1.3em;transition:transform .2s ease}.cta-button:hover .arrow{transform:translateX(3px)}.skeleton-section{display:flex;gap:clamp(12px,2.5vw,20px);max-width:680px;width:100%;flex-wrap:wrap;justify-content:center}.skeleton-card{flex:1;min-width:140px;max-width:220px;background:var(--card-bg);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid var(--card-border);border-radius:var(--radius-md);padding:clamp(16px,3vh,24px) clamp(12px,2vw,18px);box-shadow:var(--shadow-md);display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;overflow:hidden;transition:all .5s ease}.skeleton-card .skel-icon{width:48px;height:48px;border-radius:50%;background:#e8e8e8;flex-shrink:0}.skeleton-card .skel-line{height:10px;border-radius:5px;background:#e8e8e8;width:80%}.skeleton-card .skel-line.short{width:55%}.skeleton-card .skel-line,.skeleton-card .skel-icon{background:linear-gradient(90deg,#e8e8e8 25%,#f0f0f0 50%,#e8e8e8 75%);background-size:200% 100%;animation:shimmer 1.6s ease-in-out infinite}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.skeleton-card.revealed .skel-icon,.skeleton-card.revealed .skel-line{animation:none;background:transparent}.skeleton-card .real-content{display:none;flex-direction:column;align-items:center;gap:8px;text-align:center;width:100%}.skeleton-card.revealed .real-content{display:flex;animation:fadeInUp .5s ease forwards}.skeleton-card.revealed .skel-icon{display:none}.skeleton-card.revealed .skel-line{display:none}@keyframes fadeInUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.skeleton-card .real-content .step-icon{font-size:2rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(255,252,0,0.2);border-radius:50%;flex-shrink:0}.skeleton-card .real-content .step-title{font-weight:700;font-size:.9rem;color:var(--black);letter-spacing:-0.01em}.skeleton-card .real-content .step-desc{font-size:.73rem;color:var(--gray);line-height:1.4}footer{position:relative;z-index:1;text-align:center;padding:clamp(12px,2vh,20px) clamp(16px,5vw,40px);font-size:.75rem;color:var(--gray);letter-spacing:.02em;display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}footer .footer-logo{height:20px;width:auto;opacity:.7}footer span{opacity:.8}.mobile-cta-sticky{display:none;position:fixed;bottom:0;left:0;right:0;z-index:99;padding:10px 16px;background:rgba(255,255,255,0.9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,0.06);text-align:center}.mobile-cta-sticky .cta-button{width:100%;max-width:400px;padding:14px 24px;font-size:1rem;border-radius:var(--radius-lg)}@media(max-width:768px){body::before{top:-120px;right:-80px;width:300px;height:300px;filter:blur(40px)}body::after{bottom:-100px;left:-60px;width:250px;height:250px;filter:blur(35px)}header{padding:12px 16px}header img{height:30px}main{padding:8px 16px 16px;gap:14px}.skeleton-section{flex-direction:column;align-items:center;gap:10px}.skeleton-card{max-width:100%;width:100%;flex-direction:row;padding:14px 16px;gap:12px;min-height:auto;border-radius:var(--radius-sm)}.skeleton-card .skel-icon{width:38px;height:38px;border-radius:50%;flex-shrink:0}.skeleton-card .skel-line{height:8px;width:60%}.skeleton-card .skel-line.short{width:40%}.skeleton-card .real-content{flex-direction:row;text-align:left;gap:12px}.skeleton-card .real-content .step-icon{font-size:1.5rem;width:38px;height:38px}.skeleton-card .real-content .step-desc{font-size:.7rem}.countdown-ribbon{font-size:.72rem;padding:7px 12px}.mobile-cta-sticky{display:block}.hero .cta-button{display:none}}@media(max-width:480px){.hero h1{font-size:1.35rem}.hero .subtitle{font-size:.82rem}.trust-chips span{font-size:.68rem;padding:5px 10px}.skeleton-card{padding:10px 12px;gap:8px}.skeleton-card .real-content .step-icon{font-size:1.3rem;width:32px;height:32px}}@media(min-width:769px){.mobile-cta-sticky{display:none!important}}