.tprm-hero{align-items:center;background-color:#08090d;display:flex;flex-direction:column;justify-content:center;min-height:90vh;overflow:hidden;padding:8rem 2rem 5rem;position:relative;text-align:center}.tprm-hero__glow{background:radial-gradient(ellipse,rgba(255,77,26,.12) 0,rgba(74,144,217,.07) 45%,transparent 70%);height:700px;left:50%;pointer-events:none;position:absolute;top:-200px;transform:translateX(-50%);width:900px;z-index:0}.tprm-hero__inner{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:860px;position:relative;width:100%;z-index:1}.tprm-hero__tag{align-items:center;animation:tprm-fadeUp .6s ease both;background:rgba(255,77,26,.1);border:1px solid rgba(255,77,26,.3);border-radius:100px;color:#f2622d;display:inline-flex;font-size:.78rem;font-weight:600;gap:.5rem;letter-spacing:.08em;margin-bottom:2rem;padding:.4rem 1rem;text-transform:uppercase}.tprm-hero__tag-dot{animation:tprm-pulse 1.5s infinite;background:#f2622d;border-radius:50%;display:inline-block;height:6px;width:6px}.tprm-hero__headline{animation:tprm-fadeUp .7s ease .1s both;color:#f0f1f5;font-size:clamp(2.8rem,6vw,5rem);font-weight:800;letter-spacing:-.02em;line-height:1.05;margin:0 0 1.5rem}.tprm-hero__headline em{color:#f2622d;font-style:normal}.tprm-hero__sub{animation:tprm-fadeUp .7s ease .2s both;color:#99999d;font-size:1.1rem;line-height:1.7;margin:0 auto 2.8rem;max-width:640px}.tprm-hero__actions{animation:tprm-fadeUp .7s ease .3s both;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}.tprm-hero__btn{border-radius:8px;display:inline-block;font-size:.95rem;font-weight:600;padding:.85rem 2rem;text-decoration:none;transition:opacity .2s ease,transform .2s ease,background .2s ease,border-color .2s ease}.tprm-hero__btn--primary{background:#f2622d;border:1px solid #f2622d;color:#fff}.tprm-hero__btn--primary:hover{color:#fff;opacity:.88;transform:translateY(-1px)}.tprm-hero__btn--ghost{background:transparent;border:1px solid hsla(0,0%,100%,.12);color:#f0f1f5}.tprm-hero__btn--ghost:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.28);color:#f0f1f5}@keyframes tprm-fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes tprm-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@media (max-width:768px){.tprm-hero{padding:6rem 1.5rem 3rem}.tprm-hero__stats{grid-template-columns:1fr}.tprm-hero__stat--bordered{border-bottom:1px solid hsla(0,0%,100%,.07);border-right:none}.tprm-hero__actions{align-items:stretch;flex-direction:column}.tprm-hero__btn{text-align:center}}