.spyce-hero img{border-radius:0}@keyframes spyce-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes spyce-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes spyce-float-a{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spyce-float-b{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes spyce-float-c{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.spyce-hero{--hero-brand: #154CBA;--hero-accent: #154CBA;--hero-accent-dark: #1240A0;--hero-text: #0F172A;--hero-text-muted: #475569;--hero-text-light: #94A3B8;--hero-surface: #FFFFFF;--hero-border: #E2E8F0;--hero-font: "Suisse BP Intl", "Suisse Intl", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--hero-heading-font: "Suisse BP Intl", "Suisse Intl", -apple-system, BlinkMacSystemFont, sans-serif;--hero-max-width: 1400px}.spyce-hero{position:relative;min-height:100svh;display:flex;align-items:center;background:#fff;overflow:hidden;font-family:var(--hero-font);color:var(--hero-text)}.spyce-hero__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,#e2e8f0 1px,transparent 1px),linear-gradient(to bottom,#e2e8f0 1px,transparent 1px);background-size:4rem 4rem;-webkit-mask-image:radial-gradient(ellipse 60% 50% at 50% 0%,#000 70%,transparent 100%);mask-image:radial-gradient(ellipse 60% 50% at 50% 0%,#000 70%,transparent 100%);opacity:.5;pointer-events:none}.spyce-hero__glow{position:absolute;border-radius:9999px;pointer-events:none;z-index:0}.spyce-hero__glow--top{top:-10%;left:50%;transform:translate(-50%);width:600px;height:400px;background:#2563eb;opacity:.08;filter:blur(120px)}.spyce-hero__glow--bottom{right:-10%;bottom:-10%;width:400px;height:400px;background:#f59e0b;opacity:.08;filter:blur(120px)}.spyce-hero__container{max-width:var(--hero-max-width);width:100%;margin:0 auto;padding:80px 32px;position:relative;z-index:1;box-sizing:border-box}@media (min-width: 1024px){.spyce-hero__container{padding:128px 32px}}.spyce-hero__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:64px;align-items:center;width:100%;min-width:0}@media (min-width: 1024px){.spyce-hero__layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px}}.spyce-hero__copy{display:flex;flex-direction:column;align-items:flex-start;gap:0;width:100%;min-width:0;max-width:100%}.spyce-hero__copy--animate{animation:spyce-fade-up .7s ease both}.spyce-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:9999px;background:#eff6ff;border:1px solid #BFDBFE;color:#2563eb;font-size:13px;font-weight:600;letter-spacing:.01em;margin-bottom:24px;animation:spyce-fade-up .6s .05s ease both}.spyce-hero__badge-dot{width:8px;height:8px;border-radius:50%;background:#2563eb;flex-shrink:0}.spyce-hero__headline{font-family:var(--hero-heading-font);font-size:clamp(2rem,4.5vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--hero-text);margin:0 0 24px;max-width:600px;animation:spyce-fade-up .65s .1s ease both}.spyce-hero__headline-highlight{background:linear-gradient(135deg,#154cba,#22a2e3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.spyce-hero__sub{font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.7;color:var(--hero-text-muted);max-width:520px;margin:0 0 40px;animation:spyce-fade-up .65s .15s ease both}.spyce-hero__ctas{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px;width:100%;max-width:100%;min-width:0;animation:spyce-fade-up .65s .2s ease both}.spyce-hero__cta{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:14px;font-size:14px;font-weight:700;letter-spacing:.06em;text-decoration:none;overflow:hidden;box-sizing:border-box;max-width:100%;transition:background .18s ease,transform .18s ease,border-color .18s ease,color .18s ease}.spyce-hero__cta--primary{background:#154cba;color:#fff;box-shadow:0 0 40px -10px #1740ff73}.spyce-hero__cta--primary:hover{background:var(--hero-accent-dark);color:#fff;transform:scale(1.02)}.spyce-hero__cta--primary:active{transform:scale(.98)}.spyce-hero__cta-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.18) 50%,transparent 100%);transform:translate(-100%);transition:none}.spyce-hero__cta--primary:hover .spyce-hero__cta-shimmer{animation:spyce-shimmer 1.5s infinite}@keyframes spyce-shimmer{to{transform:translate(200%)}}.spyce-hero__cta--secondary{background:#f1f5f9;color:var(--hero-text);border:1px solid var(--hero-border)}.spyce-hero__cta--secondary:hover{background:#e2e8f0;color:#154cba;border-color:#cbd5e1}.spyce-hero__proof{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding-top:24px;border-top:1px solid var(--hero-border);width:100%;animation:spyce-fade-up .65s .25s ease both}.spyce-hero__avatars{display:flex}.spyce-hero__avatar{width:32px;height:32px;border-radius:50%;background:#f1f5f9;border:2px solid #FFFFFF;display:flex;align-items:center;justify-content:center;margin-left:-8px;position:relative;z-index:1}.spyce-hero__avatar:first-child{margin-left:0}.spyce-hero__proof-text{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:var(--hero-text-muted)}.spyce-hero__proof-icon{flex-shrink:0}.spyce-hero__visual{position:relative;height:500px;display:none;animation:spyce-scale-in .8s .2s ease both}@media (min-width: 768px){.spyce-hero__visual{display:block}}@media (min-width: 1024px){.spyce-hero__visual{height:600px}}.spyce-hero__image-frame{position:absolute;top:-4%;right:-4%;bottom:-4%;left:-4%;overflow:visible}.spyce-hero__image-overlay{display:none}.spyce-hero__image{width:100%;height:100%;object-fit:contain;display:block}.spyce-hero__float{position:absolute;z-index:20;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--hero-border);border-radius:16px;box-shadow:0 20px 50px #0000001f,0 4px 16px #0000000f}.spyce-hero__float--anim-a{animation:spyce-float-a 4s ease-in-out infinite}.spyce-hero__float--anim-b{animation:spyce-float-b 5s 1s ease-in-out infinite}.spyce-hero__float--anim-c{animation:spyce-float-c 4.5s .5s ease-in-out infinite}.spyce-hero__float--mockup{top:8%;right:4%;width:176px;overflow:hidden;padding:0}.spyce-hero__mockup-bar{height:24px;background:#f8fafc;border-bottom:1px solid var(--hero-border);display:flex;align-items:center;justify-content:center}.spyce-hero__mockup-notch{width:48px;height:6px;background:#e2e8f0;border-radius:3px}.spyce-hero__mockup-body{padding:12px;display:flex;flex-direction:column;gap:10px}.spyce-hero__mockup-img{width:100%;height:80px;border-radius:8px;overflow:hidden;background:#e2e8f0}.spyce-hero__mockup-img img{width:100%;height:100%;object-fit:cover;opacity:.65}.spyce-hero__mockup-line{height:8px;border-radius:4px;background:#e2e8f0}.spyce-hero__mockup-line--wide{width:75%}.spyce-hero__mockup-line--narrow{width:50%}.spyce-hero__mockup-btn{height:32px;width:100%;background:#154cba;border-radius:6px}.spyce-hero__float--badge{bottom:14%;left:-2%;display:flex;align-items:center;gap:12px;padding:14px 16px}.spyce-hero__badge-icon{width:44px;height:44px;background:#dcfce7;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.spyce-hero__badge-title{font-size:13px;font-weight:700;color:var(--hero-text);margin:0}.spyce-hero__badge-sub{font-size:11px;color:var(--hero-text-muted);margin:2px 0 0}.spyce-hero__float--metric{top:38%;left:-6%;display:flex;align-items:center;gap:10px;padding:10px 14px}.spyce-hero__metric-icon{width:32px;height:32px;background:#eff6ff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.spyce-hero__metric-label{font-size:11px;color:var(--hero-text-muted);margin:0}.spyce-hero__metric-value{font-size:13px;font-weight:700;color:var(--hero-text);margin:2px 0 0}@media (max-width: 1023px){.spyce-hero__container{padding:64px 24px}.spyce-hero__float--metric,.spyce-hero__float--badge{left:0}}@media (max-width: 767px){.spyce-hero{min-height:auto;padding:0}.spyce-hero__container{padding:48px 20px 56px}.spyce-hero__layout{gap:32px}.spyce-hero__headline{font-size:2rem;max-width:100%}.spyce-hero__sub{max-width:100%;margin-bottom:32px}.spyce-hero__ctas{flex-direction:column;align-items:stretch;align-self:stretch;width:100%;max-width:100%;margin-bottom:24px}.spyce-hero__cta{display:flex;width:100%;max-width:100%;min-width:0;justify-content:center;white-space:normal}.spyce-hero__proof{max-width:100%}}
