*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden;font-family:'Nunito',sans-serif;font-weight:400;line-height:1.4;color:#1e293b;background:linear-gradient(145deg,#b8f0a8 0,#a8e6cf 30%,#7ec8e3 70%,#c1e8f0 100%);background-attachment:fixed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:16px;position:relative}a{text-decoration:none;color:inherit}img{display:block;max-width:100%;height:auto}h1{font-size:clamp(2rem,7vw,3.4rem);font-weight:700;line-height:1.15;letter-spacing:-0.02em;color:#0f4a2b;text-shadow:0 2px 6px rgba(255,255,255,0.6)}h2{font-size:clamp(1.1rem,3.5vw,1.5rem);font-weight:400;color:#2d5a3b;margin-top:8px;line-height:1.35}.hero-card{background:rgba(255,255,255,0.78);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-radius:clamp(28px,6vw,42px);padding:clamp(24px,5vw,44px) clamp(20px,4vw,40px);box-shadow:0 30px 60px rgba(0,0,0,0.08),0 10px 24px rgba(0,0,0,0.05),inset 0 1px 0 rgba(255,255,255,0.9);max-width:580px;width:100%;text-align:center;position:relative;z-index:2;border:2px solid rgba(255,255,255,0.7);transition:box-shadow .2s ease}.hero-card::after{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,0.55) 0,rgba(255,255,255,0.15) 40%,rgba(255,255,255,0.35) 100%);pointer-events:none;z-index:0}.hero-content{position:relative;z-index:1}.logo-wrap{margin:0 auto 18px;width:clamp(64px,15vw,88px);filter:drop-shadow(0 6px 12px rgba(0,80,20,0.2))}.hero-illustration{display:flex;align-items:center;justify-content:center;gap:clamp(10px,3vw,22px);margin:0 0 14px;flex-wrap:wrap;min-height:64px}.illust-item{font-size:clamp(2.4rem,8vw,3.6rem);opacity:0;transform:translateY(14px);animation:slideFadeIn .5s ease forwards}.illust-item:nth-child(1){animation-delay:.05s}.illust-item:nth-child(2){animation-delay:.18s}.illust-item:nth-child(3){animation-delay:.32s}@keyframes slideFadeIn{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.illust-item{animation:none;opacity:1;transform:none}}.tagline{font-size:clamp(0.95rem,2.4vw,1.15rem);color:#2d5a3b;margin:6px 0 18px;font-weight:400}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fff;color:#1b7a3d;font-weight:700;font-size:clamp(1.15rem,3.2vw,1.45rem);padding:16px 34px;border-radius:60px;border:2px solid #d0f0c0;box-shadow:0 8px 22px rgba(34,139,34,0.25),inset 0 2px 0 rgba(255,255,255,0.9),0 0 0 4px rgba(180,240,150,0.5);transition:transform .15s ease,box-shadow .15s ease;cursor:pointer;position:relative;z-index:3;text-decoration:none;min-width:220px}.cta-button:hover{transform:scale(1.04);box-shadow:0 14px 28px rgba(34,139,34,0.32),inset 0 2px 0 rgba(255,255,255,0.9),0 0 0 6px rgba(180,240,150,0.5)}.cta-button:active{transform:scale(0.96);box-shadow:0 4px 12px rgba(34,139,34,0.2),inset 0 1px 0 rgba(255,255,255,0.7),0 0 0 4px rgba(180,240,150,0.5)}.cta-button:focus-visible{outline:3px solid #228b22;outline-offset:4px}.trust-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:20px 0 8px}.pill{background:rgba(255,255,255,0.85);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:40px;padding:8px 18px;font-weight:700;font-size:.85rem;color:#1e4620;box-shadow:0 4px 10px rgba(0,0,0,0.04);border:1px solid rgba(255,255,255,0.9);display:inline-flex;align-items:center;gap:6px}.live-pulse{width:10px;height:10px;background:#32cd32;border-radius:50%;animation:softPulse 1.6s infinite;display:inline-block}@keyframes softPulse{0%,100%{opacity:.5;transform:scale(0.9)}50%{opacity:1;transform:scale(1.2)}}.activity-ticker{font-size:.82rem;color:#3a5a3a;margin:10px 0 0;opacity:.9;font-weight:400;min-height:22px}.preview-steps{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:14px 0 0;font-size:.8rem;color:#2d5a3b;opacity:.85}.step{background:rgba(255,255,255,0.7);border-radius:20px;padding:6px 14px}.floating-bg{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.float-icon{position:absolute;font-size:2.6rem;opacity:.18;animation:drift 18s infinite linear;user-select:none}.float-icon:nth-child(1){top:8%;left:5%;animation-duration:22s}.float-icon:nth-child(2){top:18%;right:8%;animation-duration:25s;animation-delay:-5s}.float-icon:nth-child(3){bottom:12%;left:12%;animation-duration:20s;animation-delay:-8s}.float-icon:nth-child(4){bottom:22%;right:6%;animation-duration:28s;animation-delay:-12s}@keyframes drift{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-24px) rotate(6deg)}100%{transform:translateY(0) rotate(0deg)}}@media(prefers-reduced-motion:reduce){.float-icon{animation:none}.live-pulse{animation:none;opacity:.7}}@media(max-width:480px){.hero-card{padding:22px 16px}.cta-button{width:100%;min-width:auto;padding:15px 20px}}