@import "https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600;700;800&family=DM+Sans:wght@400;500&display=swap";
:root{--brand:#1a56ff;--brand-light:#eef2ff;--brand-dark:#0f35cc;--text-primary:#0d0d1a;--text-muted:#6b7280;--surface:#fff;--accent:#ff5f40;--border:#e5e7eb}body{background:var(--surface);color:var(--text-primary);font-family:DM Sans,sans-serif}.hero{background:#f8f9ff;justify-content:center;align-items:center;min-height:560px;display:flex;position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.blob{filter:blur(80px);opacity:.35;border-radius:50%;animation:8s ease-in-out infinite float;position:absolute}.blob-1{background:#93b4ff;width:500px;height:500px;animation-delay:0s;top:-100px;right:-80px}.blob-2{background:#ffb5a7;width:350px;height:350px;animation-delay:3s;bottom:-60px;left:-60px}.blob-3{background:#a3e6d8;width:250px;height:250px;animation-delay:1.5s;top:40%;left:40%}@keyframes float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.04)}}.hero-inner{z-index:2;text-align:center;max-width:760px;padding:60px 2rem 40px;position:relative}.badge{border:1px solid var(--border);color:var(--text-muted);background:#fff;border-radius:999px;align-items:center;gap:6px;margin-bottom:24px;padding:5px 14px;font-size:13px;animation:.6s .1s both fadeUp;display:inline-flex;box-shadow:0 1px 4px rgba(0,0,0,.06)}.badge-dot{background:var(--accent);border-radius:50%;width:7px;height:7px;animation:2s infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-title{letter-spacing:-1.5px;color:var(--text-primary);margin-bottom:20px;font-family:Sora,sans-serif;font-size:max(36px,min(6vw,58px));font-weight:800;line-height:1.12;animation:.7s .2s both fadeUp}.hero-title span{color:var(--brand)}.hero-title em{background:linear-gradient(135deg,var(--accent),#ff9550);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-style:normal}.hero-sub{color:var(--text-muted);max-width:520px;margin:0 auto 36px;font-size:17px;line-height:1.7;animation:.7s .3s both fadeUp}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;animation:.7s .4s both fadeUp;display:flex}.btn-primary{background:var(--brand);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:13px 28px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 16px rgba(26,86,255,.35)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 22px rgba(26,86,255,.45)}.btn-secondary{color:var(--text-primary);border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:8px;padding:13px 28px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;transition:background .15s,transform .15s;display:inline-flex}.btn-secondary:hover{background:#f3f4f6;transform:translateY(-2px)}.stats-row{border:1px solid var(--border);background:#fff;border-radius:14px;justify-content:center;gap:0;margin-top:48px;animation:.7s .55s both fadeUp;display:flex;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06)}.stat-item{text-align:center;border-right:1px solid var(--border);flex:1;min-width:120px;padding:16px 24px}.stat-item:last-child{border-right:none}.stat-num{color:var(--text-primary);font-family:Sora,sans-serif;font-size:22px;font-weight:700;line-height:1.2}.stat-num span{color:var(--brand)}.stat-lbl{color:var(--text-muted);margin-top:2px;font-size:12px}.floating-card{border:1px solid var(--border);background:#fff;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;font-size:13px;animation:4s ease-in-out infinite floatCard;display:flex;position:absolute;box-shadow:0 4px 18px rgba(0,0,0,.08)}.fc-left{animation-delay:0s;top:28%;left:2%}.fc-right{animation-delay:2s;top:40%;right:2%}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.fc-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.fc-icon.green{background:#dcfce7}.fc-icon.orange{background:#fff7ed}.fc-icon i{font-size:16px}.fc-icon.green i{color:#16a34a}.fc-icon.orange i{color:#ea580c}.fc-title{color:var(--text-primary);margin-bottom:1px;font-weight:600}.fc-sub{color:var(--text-muted);font-size:11.5px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:680px){.floating-card{display:none}.stats-row{flex-direction:column}.stat-item{border-right:none;border-bottom:1px solid var(--border)}.stat-item:last-child{border-bottom:none}}
