.hero-template{width:100%;height:100vh;padding-inline:var(--container-padding-x);position:relative;overflow:hidden}.hero-template__image{object-fit:cover;width:100%;height:100%}.hero-template__image-wrapper{z-index:-1;pointer-events:none;position:absolute;inset:0}.hero-template__image-wrapper:before{content:"";pointer-events:none;background:linear-gradient(#0003 0%,#00000042 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-template__overlay-1{background:linear-gradient(#01040c1a 0%,#01040c73 60%,#01040c 100%);position:absolute;inset:0}.hero-template__overlay-2{background:radial-gradient(circle,#0000 0%,#01040cb3 100%);position:absolute;inset:0}.hero-template__inner{padding-top:var(--header-height);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.hero-template__content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:50px;display:flex;position:relative}@media (max-width:767px){.hero-template__content{gap:25px}}.hero-template__heading{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.hero-template__badges{letter-spacing:1.5px;text-transform:uppercase;color:var(--text-2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff24;border-radius:100px;align-items:center;gap:10px;padding:9px 18px;font-size:12px;display:inline-flex}.hero-template__pulse-dot.pulse-dot{background:var(--accent-purple-light)}.hero-template__pulse-dot.pulse-dot:after{border-color:var(--accent-purple-light)}@media (max-width:767px){.hero-template__chips{display:none}}.hero-template__chips--mobile{display:none}@media (max-width:767px){.hero-template__chips--mobile{display:flex}}.hero-template__title{color:var(--text-1);white-space:nowrap;flex-direction:column;font-size:clamp(50px,5vw,100px);font-weight:800;line-height:.9;display:flex}.hero-template__title span{background:var(--gradient-brand);color:#0000;-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}@media (max-width:767px){.hero-template__title{white-space:wrap;display:none}}.hero-template__title--mobile{display:none}@media (max-width:767px){.hero-template__title--mobile{text-align:center;flex-flow:wrap;justify-content:center;column-gap:10px;display:flex}}.hero-template__subtitle{max-width:600px;color:var(--text-2)}@media (max-width:767px){.hero-template__subtitle{font-size:15px;line-height:1.3}}.hero-template__buttons{white-space:nowrap;gap:20px;width:100%;max-width:700px;display:flex}@media (max-width:767px){.hero-template__buttons{flex-direction:column;gap:8px}}.hero-template__cards{justify-content:center;align-items:flex-end;margin-top:5vh;padding:0 24px;display:flex;position:relative}@media (max-width:767px){.hero-template__cards{margin-top:50px}}.hero-template__card{text-align:start;width:250px;transition:transform .5s var(--ease-premium),box-shadow .5s var(--ease-premium);-webkit-backdrop-filter:blur(25px);border-radius:var(--r-xl);background:#0b1020b3;border:1px solid #ffffff14;flex-direction:column;align-items:flex-start;gap:10px;height:100%;max-height:300px;margin-inline:-10px;padding:20px;display:flex;box-shadow:0 30px 80px #00000080}@media (max-width:1023px){.hero-template__card{justify-content:center;align-items:center;gap:5px;width:150px;margin-inline:-10px;padding:10px 30px;font-size:14px}}@media (max-width:767px){.hero-template__card{border-radius:var(--r-md);justify-content:center;align-items:center;gap:5px;width:150px;margin-inline:-8px;padding:10px 30px;font-size:14px;display:none}}@media (any-hover:hover){.hero-template__card:hover{animation-play-state:paused;box-shadow:0 40px 100px #8b3dff47,0 30px 80px #00000080;z-index:10!important;transform:translateY(-14px)rotate(0)scale(1.05)!important}}@media (any-hover:none){.hero-template__card:active{animation-play-state:paused;box-shadow:0 40px 100px #8b3dff47,0 30px 80px #00000080;z-index:10!important;transform:translateY(-14px)rotate(0)scale(1.05)!important}}.hero-template__card-icon{width:30px;height:30px;color:var(--accent-purple-light);align-self:center}.hero-template__card-title{color:var(--text-1);font-size:14px;font-weight:600;line-height:1.3}.hero-template__card-subtitle{color:var(--text-2);font-size:14px;line-height:1.3}.hero-template__card:first-child{z-index:1;transform:translateY(46px)rotate(-8deg)}.hero-template__card:nth-child(2){z-index:2;transform:translateY(18px)rotate(-4deg)}.hero-template__card:nth-child(3){z-index:3;transform:translateY(0)rotate(0)}.hero-template__card:nth-child(4){z-index:3;transform:translateY(18px)rotate(4deg)}.hero-template__card:nth-child(5){z-index:2;transform:translateY(46px)rotate(8deg)}.hero-template__bottom-fade{z-index:7;pointer-events:none;background:linear-gradient(#01040c00 0%,#01040c59 30%,#01040cd9 60%,#01040c 100%);height:500px;position:absolute;bottom:0;left:0;right:0}@media (max-width:1440px){.hero-template__bottom-fade{height:300px}}@media (max-width:767px){.hero-template__bottom-fade{z-index:-1;height:200px}}
