:root{--hs-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --hs-dur: 0.78s;}.hs-motion section[class*="-hero"],.hs-motion section.hero-section,.hs-motion section.whmcs-inner-spotlight{position: relative;}.hs-hero-rail{position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  overflow: hidden;
  pointer-events: none;
  z-index: 4;}.hs-hero-rail::before{content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(244, 124, 32, 0.9) 0%,
    rgba(111, 199, 255, 0.75) 45%,
    rgba(111, 199, 255, 0) 100%
  );
  transform-origin: left center;
  animation: hsRailDraw 1.15s var(--hs-ease) both;}.hs-hero-rail::after{content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.95),
    transparent
  );
  animation: hsRailPulse 3.6s linear 1.3s infinite;}.hs-motion section[class*="-hero"] [class*="breadcrumb"],.hs-motion section.hero-section [class*="breadcrumb"],.hs-motion section.whmcs-inner-spotlight [class*="breadcrumb"]{animation: hsRise 0.6s var(--hs-ease) 0.09s both;}.hs-motion section[class*="-hero"] [class*="eyebrow"],.hs-motion section[class*="-hero"] [class*="-badge"],.hs-motion section.hero-section [class*="eyebrow"],.hs-motion section.whmcs-inner-spotlight [class*="eyebrow"],.hs-motion section.hero-section [class*="-badge"],.hs-motion section.whmcs-inner-spotlight [class*="-badge"]{animation: hsChipIn 0.66s var(--hs-ease) 0.18s both;}.hs-motion section[class*="-hero"] h1,.hs-motion section.hero-section h1,.hs-motion section.whmcs-inner-spotlight h1{animation: hsWipeUp 0.95s var(--hs-ease) 0.3s both;}.hs-motion section[class*="-hero"] h1 ~ p,.hs-motion section[class*="-hero"] [class*="hero-copy"] > p,.hs-motion section.hero-section h1 ~ p,.hs-motion section.whmcs-inner-spotlight h1 ~ p{animation: hsRise 0.7s var(--hs-ease) 0.48s both;}.hs-motion section[class*="-hero"] [class*="actions"],.hs-motion section[class*="-hero"] [class*="hero-buttons"],.hs-motion section.hero-section [class*="hero-buttons"],.hs-motion section.whmcs-inner-spotlight [class*="hero-buttons"]{animation: hsRiseScale 0.7s var(--hs-ease) 0.6s both;}.hs-motion section[class*="-hero"] [class*="trust-row"] > *,.hs-motion section[class*="-hero"] [class*="hero-metrics"] > *{animation: hsRise 0.55s var(--hs-ease) both;}.hs-motion section[class*="-hero"] [class*="trust-row"] > :nth-child(1),.hs-motion section[class*="-hero"] [class*="hero-metrics"] > :nth-child(1){animation-delay: 0.70s;}.hs-motion section[class*="-hero"] [class*="trust-row"] > :nth-child(2),.hs-motion section[class*="-hero"] [class*="hero-metrics"] > :nth-child(2){animation-delay: 0.76s;}.hs-motion section[class*="-hero"] [class*="trust-row"] > :nth-child(3),.hs-motion section[class*="-hero"] [class*="hero-metrics"] > :nth-child(3){animation-delay: 0.82s;}.hs-motion section[class*="-hero"] [class*="trust-row"] > :nth-child(4),.hs-motion section[class*="-hero"] [class*="hero-metrics"] > :nth-child(4){animation-delay: 0.88s;}.hs-motion section[class*="-hero"] > .container > aside,.hs-motion section[class*="-hero"] [class*="hero-card"],.hs-motion section.hero-section .hero-dashboard,.hs-motion section.whmcs-inner-spotlight .hero-dashboard{animation: hsCardSettle 1.05s var(--hs-ease) 0.52s both;
  transform-origin: center left;}.hs-hero-scan{position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: inherit;
  z-index: 3;}.hs-hero-scan::before{content: "";
  position: absolute;
  top: -20%;
  left: 0;
  width: 45%;
  height: 140%;
  background: linear-gradient(
    100deg,
    transparent,
    rgba(111, 199, 255, 0.16) 45%,
    rgba(255, 255, 255, 0.22) 55%,
    transparent
  );
  transform: translateX(-140%) skewX(-14deg);
  animation: hsScanSweep 1.5s var(--hs-ease) 1.15s both;}.hs-motion section[class*="-hero"] [class*="hero-card"],.hs-motion section.hero-section .hero-dashboard,.hs-motion section.whmcs-inner-spotlight .hero-dashboard{animation:
    hsCardSettle 1.05s var(--hs-ease) 0.52s both,
    hsFloat 7s ease-in-out 1.9s infinite;}@keyframes hsRise{from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }}@keyframes hsRiseScale{from { opacity: 0; transform: translateY(12px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }}@keyframes hsChipIn{from { opacity: 0; clip-path: inset(0 100% 0 0); transform: translateY(6px); }
  to   { opacity: 1; clip-path: inset(0 -6% 0 0); transform: translateY(0); }}@keyframes hsWipeUp{from { opacity: 0; clip-path: inset(0 0 102% 0); transform: translateY(20px); }
  to   { opacity: 1; clip-path: inset(0 0 -14% 0); transform: translateY(0); }}@keyframes hsCardSettle{from {
    opacity: 0;
    transform: perspective(1500px) rotateY(6deg) translateY(30px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: perspective(1500px) rotateY(0deg) translateY(0) scale(1);
  }}@keyframes hsFloat{0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-5px); }}@keyframes hsRailDraw{from { transform: scaleX(0); }
  to   { transform: scaleX(1); }}@keyframes hsRailPulse{0%   { transform: translateX(-120%); opacity: 0; }
  12%  { opacity: 1; }
  60%  { opacity: 0.9; }
  100% { transform: translateX(560%); opacity: 0; }}@keyframes hsScanSweep{from { transform: translateX(-140%) skewX(-14deg); }
  to   { transform: translateX(320%) skewX(-14deg); }}@media (prefers-reduced-motion: reduce){.hs-motion section[class*="-hero"] *,.hs-motion section.hero-section *,.hs-motion section.whmcs-inner-spotlight *,.hs-hero-rail::before,.hs-hero-rail::after,.hs-hero-scan::before{animation: none !important;
    opacity: 1 !important;
    clip-path: none !important;
    transform: none !important;}.hs-hero-scan,.hs-hero-rail::after{display: none;}}.hs-motion section[class*="-hero"] :focus-visible,.hs-motion section.hero-section :focus-visible,.hs-motion section.whmcs-inner-spotlight :focus-visible{animation: none !important;
  opacity: 1 !important;
  clip-path: none !important;}@media (max-width: 700px){.hs-motion section[class*="-hero"] [class*="hero-card"],.hs-motion section.hero-section .hero-dashboard,.hs-motion section.whmcs-inner-spotlight .hero-dashboard{animation: hsRise 0.8s var(--hs-ease) 0.5s both;}}
