.hero{position:relative;min-height:820px;padding:68px 24px 0;color:#f7f7f8;background:#101012;overflow:hidden;}.hero-pixel-clouds{position:absolute;inset:68px 0 0;z-index:1;overflow:hidden;opacity:0;pointer-events:none;transition:opacity 0.55s ease;}.hero-pixel-clouds.is-ready{opacity:1;}.hero-cloud-track{position:absolute;top:0;left:0;width:200vw;height:100%;animation:hero-cloud-track-flow var(--cloud-duration,180s) linear infinite;animation-delay:var(--cloud-delay,0s);will-change:transform;}.hero-cloud-track-segment{position:absolute;top:0;left:0;width:50%;height:100%;}.hero-cloud-track-segment + .hero-cloud-track-segment{left:50%;}.hero-pixel-cloud{--cloud-opacity:0.72;position:absolute;top:0;left:0;display:block;width:var(--cloud-width);height:var(--cloud-height);background-image:url("../assets/images/hero-cloud-atlas.png");background-repeat:no-repeat;background-position:var(--cloud-background-x) var(--cloud-background-y);background-size:var(--cloud-background-width) var(--cloud-background-height);opacity:0;animation:hero-cloud-reveal 0.9s ease both;animation-delay:var(--cloud-reveal-delay,0s);contain:paint;}.hero-pixel-cloud-subtle{--cloud-opacity:0.36;}.hero-pixel-clouds.is-reduced-motion .hero-cloud-track{animation:none;}@keyframes hero-cloud-track-flow{from{transform:translate3d(0,0,0);}to{transform:translate3d(-50%,0,0);}}@keyframes hero-cloud-reveal{from{opacity:0;}to{opacity:var(--cloud-opacity);}}.hero-container{position:relative;z-index:2;display:flex;min-height:calc(820px - 68px);flex-direction:column;width:100%;max-width:none;margin:0 auto;padding-top:94px;}.hero-copy{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1060px;margin:0 auto;text-align:center;user-select:text;-webkit-user-select:text;}.hero-product-identity{cursor:default;pointer-events:none;user-select:none;-webkit-user-select:none;}.hero-title,.hero-description{cursor:text;pointer-events:auto;user-select:text;-webkit-user-select:text;}.hero-product-identity,.hero-title,.hero-description,.hero-actions,.hero-product-stage{opacity:0;transform:translate3d(0,14px,0);backface-visibility:hidden;will-change:opacity,transform;animation:hero-element-reveal 1.05s cubic-bezier(0.22,1,0.36,1) both;}.hero-product-identity{animation-duration:1.3s;animation-delay:1.15s;}.hero-title{animation-duration:1.3s;animation-delay:1.35s;}.hero-description{animation-duration:1.3s;animation-delay:1.55s;}.hero-actions{animation-duration:1.3s;animation-delay:1.75s;pointer-events:none;}.hero-actions.is-interactive{pointer-events:auto;}.hero-product-stage{animation-name:hero-product-reveal;animation-duration:1.3s;animation-delay:1.95s;}@keyframes hero-element-reveal{from{opacity:0;transform:translate3d(0,14px,0);}to{opacity:1;transform:translate3d(0,0,0);}}@keyframes hero-product-reveal{from{opacity:0;transform:translate3d(0,22px,0);}to{opacity:1;transform:translate3d(0,0,0);}}.hero-product-identity{display:inline-flex;align-items:center;justify-content:center;gap:10px;margin-bottom:12px;}.hero-product-kicker,.hero-product-connector{display:inline-flex;align-items:center;gap:9px;margin-bottom:0;color:#f05a67;font-family:"Segoe Print","Comic Sans MS",cursive;font-size:13px;font-weight:600;line-height:1.2;white-space:nowrap;transform:translateY(3px);}.hero-product-kicker i{display:inline-block;font-size:18px;font-weight:700;line-height:1;transform:rotate(-8deg);}.hero-uptime-logo{display:inline-flex;align-items:flex-end;justify-content:center;gap:4px;margin-bottom:0;}.hero-uptime-logo-name{color:#fff;font-family:"Outfit","Inter",system-ui,sans-serif;font-size:30px;font-weight:800;line-height:0.9;letter-spacing:-1.5px;}.hero-uptime-logo-mark{position:relative;display:block;width:9px;height:11px;overflow:hidden;margin-bottom:1px;}.hero-uptime-logo-mark img{position:absolute;top:-6.4px;left:-7.5px;width:23px;height:23px;max-width:none;}.hero-title{max-width:1060px;margin:0;color:#fff;font-family:"Manrope",var(--font-main);font-size:clamp(46px,4.9vw,70px);font-weight:600;font-feature-settings:"kern" 1,"liga" 1;line-height:1.08;letter-spacing:-0.045em;background:linear-gradient(112deg,#919198 0%,#ceced3 22%,#fff 47%,#ededf0 68%,#a5a5ac 100%);background-position:center;background-size:118% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 7px 20px rgba(0,0,0,0.42));padding-bottom:0.13em;}.hero-title span{display:block;}.hero-description{max-width:650px;margin:10px auto 0;color:#8f9099;font-size:15px;font-weight:400;line-height:1.7;letter-spacing:-0.012em;}.hero-actions{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:30px;}.hero-button-wrap{position:relative;display:inline-flex;isolation:isolate;}.hero-button-particles{position:absolute;z-index:0;inset:-42px -52px -48px;opacity:0;pointer-events:none;transition:opacity 0.65s ease;}.hero-button-wrap:hover .hero-button-particles{opacity:1;transition:opacity 0.4s ease 0.9s;}.hero-button-wrap>.hero-button{z-index:1;}.hero-button-particles i{position:absolute;top:0;left:0;display:block;width:2px;height:2px;opacity:0;background:#fff;border-radius:50%;box-shadow:0 0 6px rgba(255,255,255,0.82);offset-anchor:50% 50%;offset-position:0 0;offset-rotate:0deg;transform:scale(0.35);will-change:offset-distance,transform,opacity;animation-name:hero-button-particle-orbit,hero-button-particle-visibility;animation-duration:var(--orbit-duration),var(--visibility-duration);animation-timing-function:linear,ease-in-out;animation-delay:var(--orbit-delay),var(--visibility-delay);animation-iteration-count:infinite,infinite;animation-direction:var(--orbit-direction,normal),normal;animation-fill-mode:both,both;animation-play-state:paused;}.hero-button-wrap:hover .hero-button-particles i,.hero-button-wrap.is-particle-fading .hero-button-particles i{animation-play-state:running;}.hero-button-particles i:nth-child(1),.hero-button-particles i:nth-child(2){offset-path:ellipse(46% 42% at 50% 50%);}.hero-button-particles i:nth-child(1){--orbit-duration:1.61s;--orbit-delay:-0.14s;--visibility-duration:2.73s;--visibility-delay:1.08s;}.hero-button-particles i:nth-child(2){--orbit-duration:1.74s;--orbit-delay:-1.12s;--visibility-duration:3.41s;--visibility-delay:1.74s;}.hero-button-particles i:nth-child(3),.hero-button-particles i:nth-child(4){offset-path:ellipse(43% 46% at 50% 50%);}.hero-button-particles i:nth-child(3){--orbit-duration:1.93s;--orbit-delay:-0.47s;--orbit-direction:reverse;--visibility-duration:2.26s;--visibility-delay:1.31s;}.hero-button-particles i:nth-child(4){--orbit-duration:2.09s;--orbit-delay:-1.53s;--orbit-direction:reverse;--visibility-duration:3.17s;--visibility-delay:2.42s;}.hero-button-particles i:nth-child(5),.hero-button-particles i:nth-child(6){offset-path:ellipse(48% 38% at 50% 50%);}.hero-button-particles i:nth-child(5){--orbit-duration:1.47s;--orbit-delay:-0.83s;--visibility-duration:3.62s;--visibility-delay:1.96s;}.hero-button-particles i:nth-child(6){--orbit-duration:1.58s;--orbit-delay:-0.19s;--visibility-duration:2.51s;--visibility-delay:1.17s;}.hero-button-particles i:nth-child(7),.hero-button-particles i:nth-child(8){offset-path:ellipse(45% 44% at 50% 50%);}.hero-button-particles i:nth-child(7){--orbit-duration:1.79s;--orbit-delay:-1.31s;--orbit-direction:reverse;--visibility-duration:2.94s;--visibility-delay:2.68s;}.hero-button-particles i:nth-child(8){--orbit-duration:1.88s;--orbit-delay:-0.42s;--orbit-direction:reverse;--visibility-duration:3.79s;--visibility-delay:1.53s;}.hero-button-particles i:nth-child(9),.hero-button-particles i:nth-child(10){offset-path:ellipse(47% 40% at 50% 50%);}.hero-button-particles i:nth-child(9){--orbit-duration:1.53s;--orbit-delay:-1.09s;--visibility-duration:2.39s;--visibility-delay:2.15s;}.hero-button-particles i:nth-child(10){--orbit-duration:1.69s;--orbit-delay:-0.36s;--visibility-duration:3.28s;--visibility-delay:1.39s;}.hero-button-particles i:nth-child(11),.hero-button-particles i:nth-child(12){offset-path:ellipse(42% 47% at 50% 50%);}.hero-button-particles i:nth-child(11){--orbit-duration:2.03s;--orbit-delay:-1.72s;--orbit-direction:reverse;--visibility-duration:3.53s;--visibility-delay:2.91s;}.hero-button-particles i:nth-child(12){--orbit-duration:2.18s;--orbit-delay:-0.68s;--orbit-direction:reverse;--visibility-duration:2.67s;--visibility-delay:1.84s;}.hero-button-particles i:nth-child(13),.hero-button-particles i:nth-child(14){offset-path:ellipse(49% 36% at 50% 50%);}.hero-button-particles i:nth-child(13){--orbit-duration:1.64s;--orbit-delay:-0.91s;--visibility-duration:3.08s;--visibility-delay:1.24s;}.hero-button-particles i:nth-child(14){--orbit-duration:1.82s;--orbit-delay:-1.59s;--visibility-duration:2.31s;--visibility-delay:2.56s;}.hero-button-particles i:nth-child(15),.hero-button-particles i:nth-child(16){offset-path:ellipse(44% 45% at 50% 50%);}.hero-button-particles i:nth-child(15){--orbit-duration:1.56s;--orbit-delay:-0.57s;--orbit-direction:reverse;--visibility-duration:3.86s;--visibility-delay:1.65s;}.hero-button-particles i:nth-child(16){--orbit-duration:1.71s;--orbit-delay:-1.43s;--orbit-direction:reverse;--visibility-duration:2.84s;--visibility-delay:2.27s;}.hero-button-particles i:nth-child(3n){width:3px;height:3px;box-shadow:0 0 9px rgba(255,255,255,0.94);}@keyframes hero-button-particle-orbit{0%{offset-distance:0%;transform:scale(0.35);}34%{transform:scale(1);}71%{transform:scale(0.58);}100%{offset-distance:100%;transform:scale(0.35);}}@keyframes hero-button-particle-visibility{0%,100%{opacity:0;}10%{opacity:0.34;}24%{opacity:0.92;}43%{opacity:0.52;}61%{opacity:0.78;}78%{opacity:0;}}.hero-button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 28px;font-size:13px;font-weight:650;line-height:1;border:1px solid transparent;border-radius:999px;overflow:hidden;isolation:isolate;transition:color 0.32s ease,background 0.32s ease,border-color 0.32s ease,box-shadow 0.32s ease;}.hero-button[aria-disabled="true"]{cursor:not-allowed;}.hero-button:focus-visible{outline:2px solid #fff;outline-offset:3px;}.hero-button-primary{gap:10px;color:#71727a;background:transparent;border-color:#29292e;box-shadow:none;transition:none;}.hero-button-primary:hover{color:#111115;background:linear-gradient(180deg,#fff 0%,#f8f7f8 58%,#eeecee 100%) padding-box,linear-gradient(180deg,rgba(255,255,255,0.88),rgba(154,156,166,0.55)) border-box;border-color:transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.9),inset 0 -8px 18px rgba(92,92,104,0.07),0 0 0 4px rgba(255,255,255,0.045),0 0 26px rgba(255,255,255,0.16),0 15px 34px rgba(0,0,0,0.3);transition:color 0.22s ease,border-color 0.22s ease,box-shadow 0.22s ease;}.hero-button-primary::before{position:absolute;z-index:2;top:0;left:0;width:30px;height:2px;content:"";opacity:0;background:linear-gradient(90deg,transparent 0%,#fff 42%,#fff 58%,transparent 100%);border-radius:999px;filter:drop-shadow(0 0 4px rgba(255,255,255,0.95));offset-anchor:50% 50%;offset-path:inset(1px round 999px);offset-position:0 0;offset-rotate:auto;pointer-events:none;}.hero-button-primary:hover::before{opacity:1;animation:hero-button-border-travel 1.45s linear infinite;}@keyframes hero-button-border-travel{from{offset-distance:0%;}to{offset-distance:100%;}}.hero-button-primary::after{position:absolute;z-index:0;inset:0;content:"";background:radial-gradient(circle at 18% 30%,rgba(116,118,128,0.5) 0 1px,transparent 2px),radial-gradient(circle at 76% 70%,rgba(152,154,164,0.42) 0 1px,transparent 2px),linear-gradient(105deg,transparent 18%,rgba(70,72,84,0.02) 32%,rgba(70,72,84,0.12) 46%,rgba(255,255,255,0.88) 52%,rgba(70,72,84,0.08) 59%,transparent 76%);opacity:0;transform:translateX(-110%);transition:none;}.hero-button-primary:hover::after{opacity:1;animation:hero-button-sheen 1.35s linear infinite;transition:opacity 0.18s ease;}@keyframes hero-button-sheen{0%{transform:translateX(-110%);}100%{transform:translateX(110%);}}.hero-button-label,.hero-button-primary .user-icon-svg,.hero-authenticated-icon{position:relative;z-index:1;}.hero-button-primary .user-icon-svg,.hero-authenticated-icon{width:18px;height:18px;flex:0 0 18px;}.hero-authenticated-icon{display:none;}.hero-button-primary.is-authenticated .user-icon-svg{display:none;}.hero-button-primary.is-authenticated .hero-authenticated-icon{display:block;}.hero-button-primary.is-account-pending{visibility:hidden;}.hero-discord-icon{width:16px;height:16px;flex:0 0 16px;}.hero-product-stage{position:relative;width:100%;max-width:1120px;margin:auto auto 0;padding:0 28px;pointer-events:none;user-select:none;-webkit-user-select:none;}.hero-product-preview{position:relative;min-height:0;padding:4px 4px 0;background:#141416;border:0;border-radius:18px 18px 0 0;backface-visibility:hidden;transform:translateZ(0);box-shadow:0 24px 70px rgba(0,0,0,0.42),0 1px 0 rgba(255,255,255,0.035) inset;overflow:hidden;}.hero-product-crop{position:relative;aspect-ratio:1876 / 540;border:1px solid rgba(255,255,255,0.035);border-bottom:0;border-radius:15px 15px 0 0;overflow:hidden;}.hero-product-image{position:absolute;z-index:1;top:0;left:0;display:block;width:100%;height:auto;border:0;border-radius:14px 14px 0 0;backface-visibility:hidden;transform:translateZ(0);-webkit-user-drag:none;}.hero-product-preview::before{position:absolute;z-index:3;top:0;right:14%;width:270px;height:110px;content:"";background:linear-gradient(110deg,transparent,rgba(255,255,255,0.2),transparent 72%);filter:blur(12px);opacity:0;transform:skewX(-22deg);pointer-events:none;}.hero-product-window{display:grid;grid-template-columns:178px minmax(0,1fr);min-height:520px;background:#111114;border:1px solid rgba(255,255,255,0.08);border-radius:15px;overflow:hidden;}.hero-product-sidebar{display:flex;flex-direction:column;min-width:0;padding:26px 17px 18px;background:#121215;border-right:1px solid rgba(255,255,255,0.075);}.hero-preview-brand{display:flex;align-items:flex-end;justify-content:center;gap:3px;min-height:34px;}.hero-preview-brand>span:first-child{color:#fff;font-size:24px;font-weight:800;line-height:0.9;letter-spacing:-1.4px;}.hero-preview-brand-mark{position:relative;display:block;width:8px;height:10px;margin-bottom:1px;overflow:hidden;}.hero-preview-brand-mark img{position:absolute;top:-5.5px;left:-6.8px;width:21px;height:21px;max-width:none;}.hero-preview-divider{height:1px;margin:20px 4px;background:rgba(255,255,255,0.08);}.hero-preview-navigation{display:flex;flex:1;flex-direction:column;gap:5px;}.hero-preview-navigation>span{display:flex;align-items:center;gap:8px;min-height:34px;padding:0 10px;color:#a2a3ad;font-size:10px;font-weight:600;border-radius:7px;}.hero-preview-navigation>span.active{color:#fff;background:rgba(255,255,255,0.09);}.hero-preview-navigation>i{height:1px;margin:9px 0;background:rgba(255,255,255,0.07);}.hero-preview-nav-icon{width:14px;height:14px;flex:0 0 auto;}.hero-preview-account{display:flex;align-items:center;gap:8px;padding-top:17px;border-top:1px solid rgba(255,255,255,0.07);}.hero-preview-account b{display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;color:#fff;font-size:9px;background:linear-gradient(145deg,#e6007a,#5a35b7);border-radius:50%;}.hero-preview-account span{color:#d8d8dc;font-size:10px;font-weight:600;}.hero-product-content{min-width:0;padding:28px 30px 32px;background:radial-gradient(circle at 70% 0%,rgba(255,255,255,0.025),transparent 35%),#131316;}.hero-preview-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px;}.hero-preview-header>div{display:flex;flex-direction:column;gap:5px;}.hero-preview-header small{color:#696b75;font-size:8px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;}.hero-preview-header strong{color:#fff;font-size:21px;font-weight:800;letter-spacing:-0.045em;}.hero-preview-header>span{padding:7px 10px;color:#91939e;font-size:8px;background:rgba(255,255,255,0.035);border:1px solid rgba(255,255,255,0.06);border-radius:7px;}.hero-preview-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;}.hero-preview-stat{display:flex;flex-direction:column;min-width:0;padding:16px;background:rgba(255,255,255,0.035);border:1px solid rgba(255,255,255,0.055);border-radius:10px;}.hero-preview-stat small{color:#858792;font-size:8px;font-weight:600;}.hero-preview-stat strong{margin-top:7px;color:#fff;font-size:18px;font-weight:750;letter-spacing:-0.035em;}.hero-preview-stat>span{display:flex;align-items:center;gap:5px;margin-top:8px;color:#7f818b;font-size:7px;}.hero-preview-stat>span i{width:5px;height:5px;border-radius:50%;}.hero-preview-stat .status-up{background:#2ecc71;box-shadow:0 0 8px rgba(46,204,113,0.45);}.hero-preview-stat .status-neutral{background:#8b8e99;}.hero-preview-health{margin-top:12px;padding:18px 18px 15px;background:rgba(255,255,255,0.035);border:1px solid rgba(255,255,255,0.055);border-radius:11px;}.hero-preview-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px;}.hero-preview-panel-heading>div{display:flex;flex-direction:column;gap:4px;}.hero-preview-panel-heading strong{color:#f7f7f8;font-size:10px;font-weight:700;}.hero-preview-panel-heading span{color:#767984;font-size:7px;}.hero-preview-panel-heading .hero-preview-health-rate{color:#2ecc71;font-size:10px;font-weight:700;}.hero-health-matrix{display:flex;flex-direction:column;gap:5px;}.hero-health-row{display:grid;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:8px;}.hero-health-row>span{color:#747680;font-size:6px;}.hero-health-cells{display:grid;grid-template-columns:repeat(18,minmax(0,1fr));gap:4px;}.hero-health-cells i{display:block;height:15px;background:#26272c;border-radius:3px;box-shadow:inset 0 0 0 1px rgba(255,255,255,0.025);}.hero-health-cells i.active.intensity-0{background:#1d6b3e;}.hero-health-cells i.active.intensity-1{background:#23884e;}.hero-health-cells i.active.intensity-2{background:#2aa95f;}.hero-health-cells i.active.intensity-3{background:#46c97a;}.hero-health-cells i.outage{background:#e6007a;}.hero-health-cells i.empty{background:#292a2f;}.hero-health-legend{display:flex;justify-content:flex-end;gap:12px;margin-top:11px;}.hero-health-legend span{display:inline-flex;align-items:center;gap:4px;color:#70727c;font-size:6px;}.hero-health-legend i{width:6px;height:6px;border-radius:2px;}.hero-health-legend .legend-empty{background:#292a2f;}.hero-health-legend .legend-outage{background:#e6007a;}.hero-health-legend .legend-active{background:#2ecc71;}.hero-preview-monitor-row{display:flex;align-items:center;min-height:62px;margin-top:12px;padding:11px 15px;background:rgba(255,255,255,0.035);border:1px solid rgba(255,255,255,0.055);border-radius:10px;}.hero-preview-monitor-status{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-right:10px;color:#111114;font-size:11px;font-weight:900;background:#2ecc71;border-radius:50%;}.hero-preview-monitor-row>div{display:flex;flex-direction:column;gap:4px;}.hero-preview-monitor-row strong{color:#f8f8f9;font-size:9px;}.hero-preview-monitor-row small{color:#777984;font-size:7px;}.hero-preview-monitor-uptime{margin-left:auto;color:#2ecc71;font-size:9px;font-weight:700;}@media (max-width:960px){.hero{min-height:780px;padding-right:18px;padding-left:18px;}.hero-container{min-height:calc(780px - 68px);padding-top:80px;}.hero-product-stage{padding:0;}.hero-product-window{grid-template-columns:145px minmax(0,1fr);}.hero-product-sidebar{padding-right:12px;padding-left:12px;}.hero-product-content{padding-right:20px;padding-left:20px;}.hero-health-cells{gap:3px;}}@media (max-width:680px){.hero{min-height:720px;padding-right:12px;padding-left:12px;}.hero-container{min-height:calc(720px - 68px);padding-top:66px;}.hero-product-identity{margin-bottom:10px;}.hero-product-kicker,.hero-product-connector{font-size:10px;}.hero-title{max-width:520px;font-size:clamp(38px,11vw,52px);line-height:1.04;letter-spacing:-0.05em;}.hero-description{margin-top:10px;font-size:13px;line-height:1.65;}.hero-actions{width:100%;max-width:360px;margin-top:26px;}.hero-button{flex:1;min-width:0;padding:0 14px;font-size:11px;}.hero-product-stage{margin-top:auto;}.hero-product-preview{min-height:0;padding:3px 3px 0;border-radius:14px 14px 0 0;}.hero-product-image{border-radius:10px 10px 0 0;}.hero-product-crop{border-radius:11px 11px 0 0;}.hero-product-window{grid-template-columns:1fr;min-height:416px;border-radius:11px;}.hero-product-sidebar{display:none;}.hero-product-content{padding:20px 14px;}.hero-preview-header{margin-bottom:14px;}.hero-preview-header strong{font-size:17px;}.hero-preview-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}.hero-preview-stat:last-child{display:none;}.hero-preview-stat{padding:13px;}.hero-preview-health{padding-right:12px;padding-left:12px;}.hero-health-row{grid-template-columns:1fr;gap:0;}.hero-health-row>span{display:none;}.hero-health-cells{gap:2px;}.hero-health-cells i{height:13px;}.hero-health-legend{gap:8px;}}@media (max-width:420px){.hero-actions{flex-direction:column;}.hero-button{width:100%;flex:none;}.hero-preview-panel-heading>div span,.hero-health-legend{display:none;}}@media (prefers-reduced-motion:reduce){.hero-product-identity,.hero-title,.hero-description,.hero-actions,.hero-product-stage{opacity:1;transform:none;will-change:auto;animation:none;}.hero-pixel-cloud{opacity:var(--cloud-opacity);animation:none;}.hero-button-primary:hover::after{animation:none;transform:translateX(80%);}.hero-button-primary:hover::before{animation:none;offset-distance:18%;}.hero-button-primary:hover{animation:none;}.hero-button-particles i{animation:none;}}