.hero-section{background:#fff;max-width:100%;padding:100px 0 90px;position:relative;overflow:hidden}.hero-blob{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.hero-blob--1{background:#0c3cc312;width:520px;height:520px;top:-120px;right:-100px}.hero-blob--2{background:#60a5fa14;width:360px;height:360px;bottom:-80px;left:-80px}.hero-section .container{z-index:1;position:relative}.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.hero-badge{color:#0c3cc3;background:#eef2ff;border:1px solid #c7d9fb;border-radius:20px;align-items:center;gap:6px;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.hero-heading{color:#0a1f6e;letter-spacing:-1.5px;margin:0 0 20px;font-size:clamp(36px,4.5vw,58px);font-weight:800;line-height:1.1}.hero-heading--accent{background:linear-gradient(90deg,#0c3cc3,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-desc{color:#555;max-width:520px;margin:0 0 32px;font-size:17px;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:14px;margin-bottom:40px;display:flex}.hero-cta{border-radius:50px;align-items:center;gap:8px;padding:14px 30px;font-size:15px;font-weight:700;text-decoration:none;transition:all .22s;display:inline-flex}.hero-cta--primary{color:#fff;background:#0c3cc3;box-shadow:0 8px 24px #0c3cc347}.hero-cta--primary:hover{color:#fff;background:#031e69;transform:translateY(-2px);box-shadow:0 12px 32px #0c3cc359}.hero-cta--secondary{color:#0c3cc3;background:#fff;border:1.5px solid #c7d9fb}.hero-cta--secondary:hover{color:#0c3cc3;background:#eef2ff;transform:translateY(-2px)}.hero-proof{background:#f8f9fc;border:1px solid #e8edf5;border-radius:50px;align-items:center;gap:20px;padding:12px 24px;display:inline-flex}.hero-proof__item{flex-direction:column;align-items:center;gap:1px;display:flex}.hero-proof__item strong{color:#111;font-size:17px;font-weight:800;line-height:1}.hero-proof__item span{color:#888;text-transform:uppercase;letter-spacing:.4px;font-size:11px}.hero-proof__divider{background:#e0e6f0;width:1px;height:28px}.hero-visual{justify-content:center;align-items:center;display:flex}.hero-img-wrap{width:100%;max-width:460px;position:relative}.hero-img{filter:drop-shadow(0 24px 48px #0c3cc326);width:100%;height:auto;animation:4s ease-in-out infinite hero-float;display:block}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero-float{color:#111;white-space:nowrap;background:#fff;border-radius:50px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;display:flex;position:absolute;box-shadow:0 8px 24px #0000001f}.hero-float--top{animation:3s ease-in-out infinite hero-float-badge;top:12%;left:-20px}.hero-float--bottom{animation:3s ease-in-out 1.5s infinite hero-float-badge;bottom:12%;right:-20px}@keyframes hero-float-badge{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (max-width:991px){.hero-inner{text-align:center;grid-template-columns:1fr;gap:40px}.hero-desc{margin-left:auto;margin-right:auto}.hero-actions,.hero-proof{justify-content:center}.hero-visual{order:-1}.hero-img-wrap{max-width:320px;margin:0 auto}.hero-float--top{left:0}.hero-float--bottom{right:0}}@media (max-width:576px){.hero-section{padding:60px 0 56px}.hero-actions{flex-direction:column;align-items:center}.hero-cta{justify-content:center;width:100%}.hero-proof{flex-wrap:wrap;gap:12px;padding:12px 16px}.hero-float{display:none}}
