@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");.nubox-hero-standalone{box-sizing:border-box;font-family:Poppins,Roboto,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden;position:relative;text-align:center}.nubox-hero-standalone .hero-inner{margin:0 auto;max-width:760px}.nubox-hero-standalone .hero-badge{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;color:#64748b;display:inline-flex;font-size:12px;font-weight:500;gap:8px;margin-bottom:20px;padding:4px 16px}.nubox-hero-standalone .hero-badge .badge-dot{background:#10b981;border-radius:50%;flex-shrink:0;height:8px;width:8px}.nubox-hero-standalone h1{color:#1f2a44;font-family:Poppins,sans-serif;font-size:clamp(26px,4vw,40px);font-weight:600;line-height:1.15;margin:0 auto 16px}.nubox-hero-standalone .hero-subtitle{color:#364057;font-size:20px;font-weight:400;line-height:1.5;margin:0 auto 24px;max-width:690px}.nubox-hero-standalone .hero-indicators{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.nubox-hero-standalone .indicator-pill{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;color:#1f2a44;display:inline-flex;font-size:14px;font-weight:600;gap:4px;padding:6px 14px}.nubox-hero-standalone .indicator-pill .label{color:#64748b;font-size:13px;font-weight:400}.nubox-hero-standalone .uf-fallback-notice{align-items:center;color:#f59e0b;display:none;font-size:12px;gap:8px;justify-content:center;margin-top:12px}.nubox-hero-standalone .loading-shimmer{animation:hero-shimmer 1.5s infinite;background:linear-gradient(90deg,#c8dff7 25%,#a8c8f0 50%,#c8dff7 75%);background-size:200% 100%;border-radius:4px;display:inline-block;height:14px;vertical-align:middle;width:80px}@keyframes hero-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:768px){.nubox-hero-standalone{text-align:left}.nubox-hero-standalone h1{font-size:24px;margin-bottom:10px}.nubox-hero-standalone .hero-subtitle{font-size:16px;margin-bottom:16px}.nubox-hero-standalone .hero-indicators{gap:6px;justify-content:flex-start}.nubox-hero-standalone .indicator-pill{font-size:13px;padding:5px 10px}}@media (max-width:400px){.nubox-hero-standalone h1{font-size:20px}.nubox-hero-standalone .hero-badge{font-size:11px;padding:3px 10px}}