*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--red:#c00;--red-hover:#a80000;--white:#fff;--off-white:#fafafa;--gray-50:#f6f6f6;--gray-100:#e8e8e8;--gray-200:#d4d4d4;--gray-300:#b0b0b0;--gray-500:#6b6b6b;--gray-700:#3a3a3a;--gray-900:#1a1a1a;--shadow-sm:0 1px 2px rgba(0,0,0,0.04);--shadow-md:0 4px 16px rgba(0,0,0,0.08);--shadow-lg:0 8px 32px rgba(0,0,0,0.12);--shadow-xl:0 16px 48px rgba(204,0,0,0.18);--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--font-sans:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;--transition-fast:180ms ease;--transition-smooth:300ms cubic-bezier(0.4,0,0.2,1)}html{height:100dvh;height:100vh;overflow:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-weight:400;height:100dvh;height:100vh;overflow:hidden;background-color:var(--white);color:var(--gray-900);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;line-height:1.4}.grid-bg{position:fixed;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(rgba(0,0,0,0.025) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,0.025) 1px,transparent 1px);background-size:44px 44px;background-position:0 0;mask-image:radial-gradient(ellipse 70% 60% at 50% 45%,rgba(0,0,0,0.35) 0,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 45%,rgba(0,0,0,0.35) 0,transparent 100%)}@media(prefers-reduced-motion:no-preference){.grid-bg{animation:gridDrift 80s linear infinite}}@keyframes gridDrift{0%{background-position:0 0}100%{background-position:44px 0}}.skeleton-overlay{position:fixed;inset:0;z-index:100;background:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(12px,2vh,20px);pointer-events:all;animation:skeletonFadeOut 1.6s ease forwards;animation-delay:.1s}@keyframes skeletonFadeOut{0%,55%{opacity:1}100%{opacity:0;pointer-events:none}}.skel-block{border-radius:var(--radius-md);background:linear-gradient(90deg,#ececec 25%,#dcdcdc 50%,#ececec 75%);background-size:200% 100%;animation:shimmer 1.3s ease-in-out infinite}@media(prefers-reduced-motion:no-preference){.skel-block{animation:shimmer 1.3s ease-in-out infinite}}@media(prefers-reduced-motion:reduce){.skel-block{animation:none;background:#e8e8e8}.skeleton-overlay{animation:skeletonFadeOutStatic .6s ease forwards;animation-delay:.1s}}@keyframes skeletonFadeOutStatic{0%,40%{opacity:1}100%{opacity:0;pointer-events:none}}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.skel-h1{width:clamp(200px,55vw,480px);height:clamp(48px,8vw,88px);border-radius:var(--radius-lg)}.skel-sub{width:clamp(160px,40vw,360px);height:clamp(16px,2.2vw,22px);border-radius:var(--radius-sm)}.skel-cta{width:clamp(180px,38vw,300px);height:clamp(48px,7vw,64px);border-radius:var(--radius-full);margin-top:clamp(8px,1.5vh,16px)}.skel-trust{width:clamp(140px,30vw,260px);height:clamp(12px,1.5vw,16px);border-radius:var(--radius-sm)}.countdown-pill{position:fixed;top:clamp(10px,2vh,16px);right:clamp(10px,3vw,20px);z-index:50;background:var(--white);border:1.5px solid #f0d0d0;border-radius:var(--radius-full);padding:clamp(6px,1vh,9px) clamp(12px,2.5vw,18px);font-size:clamp(11px,1.6vw,13px);font-weight:700;color:var(--red);letter-spacing:-0.01em;display:flex;align-items:center;gap:7px;box-shadow:var(--shadow-sm);white-space:nowrap;animation:pillPulse 2.6s ease-in-out infinite;user-select:none;-webkit-user-select:none}@media(prefers-reduced-motion:reduce){.countdown-pill{animation:none}}@keyframes pillPulse{0%,100%{border-color:#f0d0d0;box-shadow:var(--shadow-sm)}50%{border-color:#f5b8b8;box-shadow:0 2px 10px rgba(204,0,0,0.10)}}.countdown-dot{width:7px;height:7px;border-radius:50%;background:var(--red);flex-shrink:0;animation:dotBlink 1s ease-in-out infinite}@keyframes dotBlink{0%,100%{opacity:1}50%{opacity:.25}}@media(prefers-reduced-motion:reduce){.countdown-dot{animation:none;opacity:1}}.countdown-time{font-variant-numeric:tabular-nums;font-family:var(--font-sans);letter-spacing:.02em}.main-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(16px,3vw,32px);width:100%;max-width:640px;flex:1}.logo-wrap{margin-bottom:clamp(8px,1.5vh,16px);opacity:.85}.logo-wrap img{height:clamp(28px,5vw,40px);width:auto;display:block}.hero-badge{display:inline-flex;align-items:center;gap:6px;background:#fef5f5;border:1px solid #fdd8d8;border-radius:var(--radius-full);padding:clamp(5px,0.8vh,7px) clamp(12px,2vw,16px);font-size:clamp(11px,1.5vw,12.5px);font-weight:700;color:var(--red);letter-spacing:.01em;margin-bottom:clamp(12px,2vh,20px);white-space:nowrap}.status-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;flex-shrink:0;position:relative}.status-dot::after{content:'';position:absolute;inset:-3px;border-radius:50%;background:#22c55e;opacity:.35;animation:pingPulse 1.8s ease-out infinite;pointer-events:none}@keyframes pingPulse{0%{transform:scale(1);opacity:.5}100%{transform:scale(2.8);opacity:0}}@media(prefers-reduced-motion:reduce){.status-dot::after{animation:none;opacity:0}}h1{font-family:var(--font-sans);font-weight:700;font-size:clamp(3rem,8vw,6.5rem);color:var(--red);letter-spacing:-0.03em;line-height:1.05;margin:0;word-break:break-word;overflow-wrap:break-word;hyphens:none}.hero-subtitle{font-size:clamp(0.95rem,2.2vw,1.2rem);color:var(--gray-500);font-weight:400;letter-spacing:-0.01em;line-height:1.45;margin-top:clamp(8px,1.5vh,14px);max-width:420px}.cta-wrap{margin-top:clamp(20px,3.5vh,32px);display:flex;flex-direction:column;align-items:center;gap:clamp(6px,1vh,10px)}.cta-button{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:var(--white);font-family:var(--font-sans);font-weight:700;font-size:clamp(1.1rem,2.6vw,1.35rem);letter-spacing:-0.01em;padding:clamp(14px,2.5vh,18px) clamp(40px,8vw,64px);border:none;border-radius:var(--radius-full);cursor:pointer;text-decoration:none;box-shadow:var(--shadow-lg);transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast);outline:none;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;touch-action:manipulation;min-width:clamp(200px,42vw,300px);position:relative;overflow:hidden}.cta-button::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0.10) 0,transparent 50%);pointer-events:none;border-radius:var(--radius-full)}@media(hover:hover){.cta-button:hover{transform:scale(1.04);box-shadow:var(--shadow-xl);background:#b80000}.cta-button:active{transform:scale(0.97);box-shadow:var(--shadow-md);transition:transform 80ms ease,box-shadow 80ms ease}}@media(pointer:coarse){.cta-button:active{transform:scale(0.96);box-shadow:var(--shadow-md);transition:transform 80ms ease,box-shadow 80ms ease}}.cta-button:focus-visible{outline:3px solid #f5a0a0;outline-offset:3px}.cta-trust-line{font-size:clamp(11px,1.5vw,13px);color:var(--gray-500);font-weight:400;letter-spacing:.01em;display:flex;align-items:center;gap:5px;white-space:nowrap}.lock-icon{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;flex-shrink:0;position:relative}.lock-icon svg{width:100%;height:100%}@media(prefers-reduced-motion:no-preference){.lock-icon{animation:lockCheck 2.4s ease-in-out infinite}}@keyframes lockCheck{0%,100%{transform:translateY(0)}30%{transform:translateY(-1.5px)}60%{transform:translateY(0)}}.trust-triggers{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(10px,2vw,18px);margin-top:clamp(14px,2.5vh,22px);font-size:clamp(11px,1.5vw,12.5px);color:var(--gray-500);letter-spacing:.01em}.trust-item{display:flex;align-items:center;gap:5px;white-space:nowrap}.trust-sep{width:1px;height:14px;background:var(--gray-200);flex-shrink:0}.activity-ping{display:inline-flex;align-items:center;gap:4px;font-weight:600;color:var(--gray-700)}.activity-num{font-weight:700;color:var(--gray-900);font-variant-numeric:tabular-nums;font-family:var(--font-sans)}.footer-mini{position:relative;z-index:10;padding:clamp(8px,1.5vh,14px) clamp(12px,2vw,20px);text-align:center;font-size:clamp(10px,1.3vw,11.5px);color:var(--gray-300);letter-spacing:.02em;width:100%}.footer-mini a{color:var(--gray-300);text-decoration:none;transition:color var(--transition-fast)}@media(hover:hover){.footer-mini a:hover{color:var(--gray-500)}}@media(max-width:480px){.countdown-pill{top:8px;right:8px;padding:6px 11px;font-size:10.5px;gap:5px}.countdown-dot{width:6px;height:6px}.trust-triggers{gap:8px;font-size:10.5px}.trust-sep{height:11px}.hero-badge{font-size:10.5px;padding:5px 10px;gap:4px}.status-dot{width:6px;height:6px}}@media(max-height:640px){h1{font-size:clamp(2.2rem,7vw,3.5rem)}.hero-subtitle{font-size:clamp(0.8rem,2vw,0.95rem);margin-top:6px}.cta-wrap{margin-top:14px}.cta-button{padding:12px 32px;font-size:1rem}.trust-triggers{margin-top:10px}.hero-badge{margin-bottom:8px}.logo-wrap{margin-bottom:4px}}@media(min-width:1200px){.main-content{max-width:700px}}