@charset "UTF-8";
:root {
  --animus-content-width: 80vw;
  --animus-page-bg: radial-gradient(circle at 18% 12%, rgba(10, 175, 241, 0.18), rgba(10, 175, 241, 0) 34%),
    linear-gradient(135deg, #202020 0%, #2A2A2A 48%, #222 100%);
  --animus-scrollbar-track: #151515;
  --animus-scrollbar-thumb: #0AAFF1;
  --animus-scrollbar-thumb-hover: #49d391;
}

html,
body {
  margin: 0;
  scrollbar-color: var(--animus-scrollbar-thumb) var(--animus-scrollbar-track);
  scrollbar-width: thin;
}

* {
  box-sizing: border-box;
  scrollbar-color: var(--animus-scrollbar-thumb) var(--animus-scrollbar-track);
  scrollbar-width: thin;
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: var(--animus-scrollbar-track);
}

*::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--animus-scrollbar-thumb), #087daf);
  border: 3px solid var(--animus-scrollbar-track);
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, var(--animus-scrollbar-thumb-hover), var(--animus-scrollbar-thumb));
}

*::-webkit-scrollbar-corner {
  background: var(--animus-scrollbar-track);
}

.animus-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

#site-header .static-ue-nav,
#site-header .bg-color,
#site-footer .bg-color,
.fCDekU,
.gbojP,
.bukuEE {
  background-color: #2A2A2A;
}

body {
  background: var(--animus-page-bg);
}

#site-header .static-ue-nav,
#site-header .bg-color {
  background-color: #181818;
}

#site-header {
  position: relative;
  z-index: 1000;
  font-family: Arial, Helvetica, sans-serif;
}

#site-header .ue-react,
#site-header #egh,
#site-header #euCookie,
#site-header #nav {
  display: none !important;
}

#site-header .static-ue-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: stretch;
  height: 52px;
  min-height: 52px;
  background: #181818;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

#site-header .static-ue-nav a {
  text-decoration: none;
}

#site-header .static-ue-epic {
  flex: 0 0 64px;
  width: 64px;
  height: 52px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

#site-header .static-ue-brand {
  flex: 0 0 138px;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}

#site-header .static-ue-links {
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
  min-width: 0;
  height: 52px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-header .static-ue-links > li {
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

#site-header .static-ue-links > li:first-child {
  margin-left: 32px;
}

#site-header .static-ue-links > li > a {
  display: flex;
  align-items: center;
  height: 52px;
  padding: 0 13px;
  color: #ccc;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

#site-header .static-ue-links > li > a:hover,
#site-header .static-ue-links > li > a:focus {
  color: #fff;
  text-decoration: none;
}

#site-header .static-ue-links > li > ul {
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 1001;
  display: none;
  min-width: 210px;
  margin: 0;
  padding: 8px 0;
  background: #181818;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 0;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
  list-style: none;
}

#site-header .static-ue-links > li:hover > ul,
#site-header .static-ue-links > li:focus-within > ul {
  display: block;
}

#site-header .static-ue-links > li > ul li {
  margin: 0;
  padding: 0;
}

#site-header .static-ue-links > li > ul a {
  display: block;
  padding: 12px 16px;
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  white-space: nowrap;
}

#site-header .right-col {
  flex: 0 0 auto;
  margin-left: auto;
}

#site-header .rightNav {
  display: flex;
  align-items: stretch;
  height: 52px;
}

#site-header #cta {
  display: flex;
  align-items: stretch;
  height: 52px;
  background: #0AAFF1 !important;
}

#site-header #cta > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background: #0AAFF1 !important;
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

#site-header #cta > a:hover,
#site-header #cta > a:focus {
  background: #008dc5 !important;
  color: #fff !important;
  text-decoration: none;
}

body.animus-whmcs-authenticated {
  padding-top: 100px;
}

.animus-main-client-subnav[hidden] {
  display: none !important;
}

.animus-whmcs-subnav {
  position: fixed;
  top: 52px;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(24, 24, 24, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(10px);
  font-family: Arial, Helvetica, sans-serif;
}

.animus-subnav-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 48px;
  margin: 0 auto;
  padding: 0 24px;
}

.animus-subnav-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding: 8px 10px;
  background: #222;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
}

.animus-subnav-collapse {
  display: block;
  flex: 1 1 auto;
}

.animus-subnav-collapse ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.animus-subnav-collapse a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 4px;
  color: #cfcfcf !important;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.animus-subnav-collapse a:hover,
.animus-subnav-collapse a:focus {
  background: rgba(10, 175, 241, 0.14);
  color: #fff !important;
}

.animus-cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: #0AAFF1;
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.animus-account-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.animus-account-name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 10px;
  background: #222;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  color: #d6d6d6 !important;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

#site-footer,
#site-footer #egf,
#site-footer .egf,
#site-footer .egh-theme,
#site-footer footer,
#site-footer .bg-color,
#site-footer .container-fluid,
#site-footer .row,
#site-footer [class*="col-"],
#site-footer .footer-social-container,
#site-footer .footer-links-container,
#site-footer .footerLink-wrapper,
#site-footer .inner-wrap,
#site-footer .subtitle,
#site-footer .footerLinks,
#site-footer .footerLinks li,
#site-footer .cta-section,
#site-footer .tag-section,
#site-footer .copyright,
#site-footer .copyright-paragraph,
#site-footer .footer-legal,
#site-footer .legal,
#site-footer .links,
#site-footer .logos {
  background: #181818 !important;
  background-color: #181818 !important;
}

#site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #d6d6d6;
  font-family: Arial, Helvetica, sans-serif;
}

#site-footer .animus-footer-shell {
  width: min(var(--animus-content-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0 26px;
}

#site-footer .animus-footer-top {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.65fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}

#site-footer .animus-footer-brand {
  max-width: 390px;
}

#site-footer .animus-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
}

#site-footer .animus-footer-logo img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  padding: 7px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

#site-footer .animus-footer-brand p {
  margin: 22px 0 0;
  color: #b8b8b8;
  font-size: 15px;
  line-height: 1.8;
}

#site-footer .animus-footer-contact {
  display: grid;
  gap: 11px;
  margin-top: 26px;
}

#site-footer .animus-footer-contact a,
#site-footer .animus-footer-contact .animus-footer-address {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #e7e7e7;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

#site-footer .animus-footer-contact i {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: rgba(10, 175, 241, 0.14);
  border: 1px solid rgba(10, 175, 241, 0.26);
  border-radius: 6px;
  color: #0AAFF1;
  font-size: 12px;
}

#site-footer .animus-footer-contact a:hover,
#site-footer .animus-footer-contact a:focus,
#site-footer .animus-footer-logo:hover,
#site-footer .animus-footer-logo:focus {
  color: #0AAFF1;
  text-decoration: none;
}

#site-footer .social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

#site-footer .social li {
  margin: 0;
}

#site-footer .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #222 !important;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  color: #d8d8d8;
  text-decoration: none;
  transition: background-color 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

#site-footer .social a:hover,
#site-footer .social a:focus {
  background: #0AAFF1 !important;
  border-color: #0AAFF1;
  color: #fff;
  transform: translateY(-2px);
}

#site-footer .animus-footer-links .inner-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: clamp(22px, 3vw, 42px);
  width: 100%;
  margin: 0;
}

#site-footer .animus-footer-links .footerLinks {
  float: none !important;
  width: auto !important;
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-footer .animus-footer-links .footerLinks li {
  margin: 0;
  padding: 0;
  border: 0;
}

#site-footer .footer-group-title {
  margin-bottom: 15px !important;
}

#site-footer .footer-group-title span {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3;
  text-transform: uppercase;
}

#site-footer .footer-sub-title {
  margin: 30px 0 7px !important;
}

#site-footer .footer-sub-title span {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 1.3;
  text-transform: uppercase;
}

#site-footer .animus-footer-links a,
#site-footer .animus-footer-bottom a {
  display: inline-flex;
  color: #aeb0b3;
  font-size: 14px;
  line-height: 1.55;
  text-decoration: none;
  transition: color 0.16s ease, transform 0.16s ease;
}

#site-footer .animus-footer-links a {
  padding: 5px 0;
}

#site-footer .animus-footer-links a:hover,
#site-footer .animus-footer-links a:focus,
#site-footer .animus-footer-bottom a:hover,
#site-footer .animus-footer-bottom a:focus {
  color: #0AAFF1;
  text-decoration: none;
  transform: translateX(3px);
}

#site-footer .animus-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

#site-footer .copyright-paragraph {
  margin: 0;
}

#site-footer .copyright-paragraph span {
  color: #8f9297;
  font-size: 13px;
  line-height: 1.6;
}

#site-footer .animus-footer-bottom .links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#site-footer .animus-footer-bottom .links li {
  margin: 0;
}

#site-footer .animus-footer-bottom a {
  font-size: 13px;
}

@media (max-width: 1080px) {
  #site-footer .animus-footer-top {
    grid-template-columns: 1fr;
  }

  #site-footer .animus-footer-brand {
    max-width: 620px;
  }
}

@media (max-width: 820px) {
  #site-footer .animus-footer-links .inner-wrap {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }

  #site-footer .animus-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  #site-footer .animus-footer-shell {
    width: min(calc(100% - 32px), var(--animus-content-width));
    padding-top: 42px;
  }

  #site-footer .animus-footer-links .inner-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .animus-subnav-inner {
    width: 100%;
    min-height: 48px;
    flex-wrap: wrap;
    padding: 8px 16px;
  }

  .animus-subnav-toggle {
    display: inline-flex;
  }

  .animus-subnav-collapse {
    display: none;
    flex: 0 0 100%;
  }

  .animus-subnav-collapse.show {
    display: block;
  }

  .animus-subnav-collapse ul {
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    padding: 8px 0;
  }

  .animus-subnav-collapse a {
    justify-content: space-between;
    min-height: 38px;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.04);
  }

  .animus-account-tools {
    flex: 0 0 100%;
    margin-left: 0;
  }

  .animus-account-name {
    max-width: calc(100vw - 32px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

#site-header #user.simple-sign-in {
  width: auto;
  min-width: 108px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  cursor: pointer;
}

#site-header .header-contact {
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
}

#site-header #user.simple-sign-in > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ccc;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}

#site-header #user.simple-sign-in > a:hover,
#site-header #user.simple-sign-in > a:focus {
  color: #fff;
  text-decoration: none;
}

#site-header #user.simple-sign-in .sign-text {
  display: inline;
  position: static;
  opacity: 1;
  color: inherit;
}

#site-header .static-ue-epic,
#site-header .shieldLogo {
  background-color: #111 !important;
  background-image: url("../img/animus-icon.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 44px 44px !important;
}

#site-header .static-ue-epic {
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

#site-header .static-ue-brand {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  font-size: 18px !important;
  height: 52px !important;
  font-weight: 500 !important;
  text-align: center !important;
}

#site-header #cta {
  width: auto;
  min-width: 0;
  flex: 0 0 auto;
}

#site-header #cta > a {
  width: auto;
  min-width: 0;
  padding-left: 20px;
  padding-right: 20px;
}

#site-header #cta,
#site-header #cta a,
#site-header #cta span,
#site-header #user.simple-sign-in,
#site-header #user.simple-sign-in a,
#site-header #user.simple-sign-in span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

#site-header .static-ue-links > li > ul a:hover,
#site-header .static-ue-links > li > ul a:focus,
#site-header #siteNav .kids a:hover,
#site-header #siteNav .kids a:focus,
#site-header #siteNav .kids .kid:hover > a {
  color: #fff !important;
}

#site-header .static-ue-links > li > ul a:hover,
#site-header .static-ue-links > li > ul a:focus,
#site-header #siteNav .kids .kid:hover {
  background-color: #0AAFF1 !important;
}

.HomePageHeaderstyles__LogoWrap-sc-1a48466-8 .BgImg-mfayrd-0 {
  background-image: none !important;
  background: none !important;
}

.HomePageHeaderstyles__LogoWrap-sc-1a48466-8 .BgImg-mfayrd-0::before {
  content: "Animus AI";
  display: block;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .HomePageHeaderstyles__LogoWrap-sc-1a48466-8 .BgImg-mfayrd-0::before {
    font-size: 36px;
  }
}

.sitemap-page {
  margin: 0;
  background: var(--animus-page-bg);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.sitemap-main {
  min-height: 78vh;
  padding-top: 52px;
  background:
    linear-gradient(135deg, rgba(10, 175, 241, 0.14), rgba(42, 42, 42, 0) 34%),
    linear-gradient(180deg, #202020 0, #2A2A2A 42%, #242424 100%);
}

.sitemap-inner {
  width: min(var(--animus-content-width), calc(100% - 40px));
  margin: 0 auto;
}

.sitemap-hero {
  padding: 112px 0 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sitemap-eyebrow {
  margin-bottom: 18px;
  color: #0AAFF1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sitemap-hero h1 {
  max-width: 760px;
  margin: 0 0 20px;
  font-size: 60px;
  line-height: 1.02;
  letter-spacing: 0;
}

.sitemap-hero p {
  max-width: 670px;
  margin: 0;
  color: #d2d2d2;
  font-size: 18px;
  line-height: 1.65;
}

.sitemap-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.sitemap-stats span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: #d7d7d7;
  font-size: 13px;
}

.sitemap-stats strong {
  color: #fff;
  font-size: 18px;
}

.sitemap-content {
  padding: 64px 0 82px;
}

.sitemap-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 26px;
}

.sitemap-intro h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: 0;
}

.sitemap-intro p {
  max-width: 470px;
  margin: 0;
  color: #bdbdbd;
  font-size: 15px;
  line-height: 1.6;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.sitemap-group {
  position: relative;
  min-height: 100%;
  padding: 28px;
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.sitemap-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0AAFF1;
}

.sitemap-featured {
  background: linear-gradient(135deg, rgba(10, 175, 241, 0.16), #1f1f1f 56%);
}

.sitemap-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  background: #0AAFF1;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
}

.sitemap-group h3 {
  margin: 0 0 10px;
  font-size: 22px;
  letter-spacing: 0;
}

.sitemap-group p {
  min-height: 46px;
  margin: 0 0 22px;
  color: #bababa;
  font-size: 14px;
  line-height: 1.6;
}

.sitemap-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitemap-group li {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sitemap-group a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  color: #e1e1e1;
  font-size: 14px;
  text-decoration: none;
}

.sitemap-group a::after {
  content: "\f061";
  color: #6f6f6f;
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
  transition: color 0.18s ease, transform 0.18s ease;
}

.sitemap-group a:hover,
.sitemap-group a:focus {
  color: #0AAFF1;
  text-decoration: none;
}

.sitemap-group a:hover::after,
.sitemap-group a:focus::after {
  color: #0AAFF1;
  transform: translateX(4px);
}

.sitemap-contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding: 28px;
  background: #0AAFF1;
  border-radius: 6px;
  color: #fff;
}

.sitemap-contact-band h2 {
  margin: 0 0 7px;
  font-size: 24px;
}

.sitemap-contact-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
}

.sitemap-contact-band a {
  flex: 0 0 auto;
  padding: 13px 18px;
  background: #fff;
  border-radius: 3px;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.sitemap-contact-band a:hover,
.sitemap-contact-band a:focus {
  background: #111;
  color: #fff;
  text-decoration: none;
}

.legal-page {
  margin: 0;
  background: var(--animus-page-bg);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.legal-main {
  min-height: 72vh;
  padding-top: 52px;
  background:
    linear-gradient(135deg, rgba(10, 175, 241, 0.1), rgba(42, 42, 42, 0) 30%),
    linear-gradient(180deg, #202020 0, #2A2A2A 45%, #242424 100%);
}

.legal-inner {
  width: min(var(--animus-content-width), calc(100% - 40px));
  margin: 0 auto;
}

.legal-hero {
  padding: 100px 0 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-hero span {
  display: block;
  margin-bottom: 16px;
  color: #0AAFF1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.legal-hero h1 {
  margin: 0 0 16px;
  font-size: 52px;
  line-height: 1.06;
  letter-spacing: 0;
}

.legal-hero p {
  max-width: 650px;
  margin: 0;
  color: #d0d0d0;
  font-size: 18px;
  line-height: 1.6;
}

.legal-content {
  padding: 52px 0 76px;
}

.legal-content h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0;
}

.legal-content p {
  margin: 0 0 30px;
  color: #c6c6c6;
  font-size: 16px;
  line-height: 1.75;
}

.service-page {
  margin: 0;
  background: var(--animus-page-bg);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.service-main {
  min-height: 74vh;
  padding-top: 52px;
  background:
    linear-gradient(135deg, rgba(10, 175, 241, 0.12), rgba(42, 42, 42, 0) 34%),
    linear-gradient(180deg, #202020 0, #2A2A2A 46%, #242424 100%);
}

.service-inner {
  width: min(var(--animus-content-width), calc(100% - 40px));
  margin: 0 auto;
}

.service-hero {
  padding: 108px 0 58px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.service-hero span {
  display: block;
  margin-bottom: 16px;
  color: #0AAFF1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: 58px;
  line-height: 1.04;
  letter-spacing: 0;
}

.service-hero p {
  max-width: 680px;
  margin: 0 0 28px;
  color: #d2d2d2;
  font-size: 18px;
  line-height: 1.65;
}

.service-hero a,
.sign-in-panel button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  background: #0AAFF1;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.service-hero a:hover,
.service-hero a:focus,
.sign-in-panel button:hover,
.sign-in-panel button:focus {
  background: #008dc5;
  color: #fff;
  text-decoration: none;
}

.service-content {
  padding: 56px 0 78px;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-cards article,
.sign-in-panel {
  padding: 28px;
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.service-cards i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  background: #0AAFF1;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
}

.service-cards h2,
.sign-in-panel h2 {
  margin: 0 0 12px;
  font-size: 22px;
  letter-spacing: 0;
}

.service-cards p,
.sign-in-panel p {
  margin: 0;
  color: #bababa;
  font-size: 15px;
  line-height: 1.65;
}

.sign-in-panel {
  max-width: 520px;
}

.sign-in-panel form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.sign-in-panel label {
  display: grid;
  gap: 8px;
  color: #d8d8d8;
  font-size: 13px;
}

.sign-in-panel input {
  width: 100%;
  min-height: 44px;
  box-sizing: border-box;
  padding: 0 12px;
  background: #2A2A2A;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 3px;
  color: #fff;
}

.page-prototype {
  min-height: 74vh;
  padding-top: 0;
  background: var(--animus-page-bg);
}

.mini-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 600px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.cloud-hosting-hero {
  align-items: flex-end;
  min-height: 440px;
  padding: 0 0 54px;
  background-image: url("../img/cloud-hosting-hero.jpg");
}

.standard-hero {
  align-items: flex-end;
  min-height: 440px;
  padding: 0 0 54px;
  background-image: url("../img/cloud-hosting-hero.jpg");
}

.mini-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.82), rgba(10, 10, 10, 0.42) 58%, rgba(10, 10, 10, 0.16));
}

.mini-hero-content {
  position: relative;
  z-index: 1;
}

.mini-hero-content span,
.prototype-copy span,
.prototype-cta span {
  display: block;
  margin-bottom: 16px;
  color: #0AAFF1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mini-hero-content h1 {
  max-width: 720px;
  margin: 0 0 20px;
  color: #fff;
  font-size: 48px;
  line-height: 1.12;
  letter-spacing: 0;
}

.mini-hero-content p {
  max-width: 620px;
  margin: 0 0 28px;
  color: #e1e1e1;
  font-size: 18px;
  line-height: 1.8;
}

.mini-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.mini-hero-actions a {
  text-decoration: none;
}

.mini-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  background: #0AAFF1;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.mini-hero-primary:hover,
.mini-hero-primary:focus {
  background: #008dc5;
  color: #fff;
  text-decoration: none;
}

.mini-hero-secondary {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.mini-hero-secondary:hover,
.mini-hero-secondary:focus {
  color: #0AAFF1;
  text-decoration: none;
}

.prototype-main {
  padding: 86px 0 96px;
  background: transparent;
}

.pricing-section {
  padding: 112px 0 124px;
  background: transparent;
}

.hosting-platform-section {
  padding: 58px 0 0;
  background: transparent;
}

.hosting-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hosting-platform-grid article {
  min-height: 100%;
  padding: 24px;
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.hosting-platform-grid span {
  display: block;
  margin-bottom: 12px;
  color: #0AAFF1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.hosting-platform-grid strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 1.25;
}

.hosting-platform-grid p {
  margin: 0;
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.75;
}

.pricing-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.pricing-heading span {
  display: block;
  margin-bottom: 16px;
  color: #0AAFF1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pricing-heading h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 34px;
  line-height: 1.28;
  letter-spacing: 0;
}

.pricing-heading p {
  max-width: 650px;
  margin: 0;
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1.85;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.page-card-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px;
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.pricing-card-featured {
  border-color: rgba(10, 175, 241, 0.58);
  box-shadow: 0 24px 58px rgba(10, 175, 241, 0.16);
}

.pricing-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 9px;
  background: #0AAFF1;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1;
  text-transform: uppercase;
}

.pricing-card-head i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  background: rgba(10, 175, 241, 0.14);
  border: 1px solid rgba(10, 175, 241, 0.28);
  border-radius: 6px;
  color: #0AAFF1;
  font-size: 18px;
}

.pricing-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0;
}

.pricing-card-head p {
  min-height: 50px;
  margin: 0;
  color: #bdbdbd;
  font-size: 14px;
  line-height: 1.65;
}

.pricing-price {
  margin: 26px 0 22px;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.pricing-price span {
  display: block;
  margin-bottom: 8px;
  color: #8f9297;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.pricing-price small {
  color: #aeb0b3;
  font-size: 15px;
  font-weight: 400;
}

.pricing-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  position: relative;
  padding-left: 24px;
  color: #d5d5d5;
  font-size: 14px;
  line-height: 1.55;
}

.pricing-card li::before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  color: #0AAFF1;
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
}

.pricing-actions {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.pricing-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.pricing-primary {
  background: #0AAFF1;
  color: #fff;
}

.pricing-primary:hover,
.pricing-primary:focus {
  background: #008dc5;
  color: #fff;
  text-decoration: none;
}

.pricing-secondary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.pricing-secondary:hover,
.pricing-secondary:focus {
  border-color: #0AAFF1;
  color: #0AAFF1;
  text-decoration: none;
}

.hosting-features-section {
  padding: 118px 0 128px;
  background: #151515;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hosting-features-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.hosting-feature-group {
  padding: 30px;
  background: #242424;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.hosting-feature-group-featured {
  border-color: rgba(10, 175, 241, 0.58);
  box-shadow: 0 24px 58px rgba(10, 175, 241, 0.14);
}

.hosting-feature-group-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.hosting-feature-group-head i {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: rgba(10, 175, 241, 0.14);
  border: 1px solid rgba(10, 175, 241, 0.28);
  border-radius: 6px;
  color: #0AAFF1;
  font-size: 18px;
}

.hosting-feature-group h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.25;
}

.hosting-feature-group ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hosting-feature-group li {
  position: relative;
  min-height: 48px;
  padding: 13px 14px 13px 38px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 4px;
  color: #d5d5d5;
  font-size: 14px;
  line-height: 1.4;
}

.hosting-feature-group li::before {
  content: "\f00c";
  position: absolute;
  top: 14px;
  left: 15px;
  color: #0AAFF1;
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
}

.hosting-deep-section {
  padding: 112px 0 124px;
  background: transparent;
}

.hosting-deep-section-alt {
  background: #151515;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hosting-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hosting-detail-grid-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hosting-detail-card {
  min-height: 100%;
  padding: 28px;
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.hosting-detail-card i {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: rgba(10, 175, 241, 0.14);
  border: 1px solid rgba(10, 175, 241, 0.28);
  border-radius: 6px;
  color: #0AAFF1;
  font-size: 18px;
}

.hosting-detail-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.28;
  letter-spacing: 0;
}

.hosting-detail-card p {
  margin: 0;
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.75;
}

.hosting-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.hosting-split-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hosting-split-panel {
  padding: 32px;
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.hosting-split-panel span,
.hosting-advice-inner span {
  display: block;
  margin-bottom: 14px;
  color: #0AAFF1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hosting-split-panel h2,
.hosting-advice-inner h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 28px;
  line-height: 1.28;
  letter-spacing: 0;
}

.hosting-split-panel p,
.hosting-advice-inner p {
  margin: 0 0 22px;
  color: #cfcfcf;
  font-size: 15px;
  line-height: 1.85;
}

.hosting-split-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hosting-split-panel li {
  position: relative;
  padding-left: 24px;
  color: #d8d8d8;
  font-size: 14px;
  line-height: 1.55;
}

.hosting-split-panel li::before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  color: #0AAFF1;
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
}

.hosting-comparison-wrap {
  overflow-x: auto;
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.hosting-comparison-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  color: #d8d8d8;
  font-size: 14px;
}

.hosting-comparison-table th,
.hosting-comparison-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: top;
}

.hosting-comparison-table thead th {
  background: rgba(10, 175, 241, 0.14);
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.hosting-comparison-table tbody th {
  color: #fff;
  font-weight: 700;
}

.hosting-comparison-table tbody tr:last-child th,
.hosting-comparison-table tbody tr:last-child td {
  border-bottom: 0;
}

.hosting-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hosting-faq-grid article {
  padding: 26px;
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.hosting-faq-grid h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0;
}

.hosting-faq-grid p {
  margin: 0;
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.75;
}

.hosting-advice-section {
  padding: 88px 0;
  background: #0AAFF1;
}

.hosting-advice-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}

.hosting-advice-inner span,
.hosting-advice-inner h2,
.hosting-advice-inner p {
  color: #fff;
}

.hosting-advice-inner p {
  max-width: 760px;
  margin-bottom: 0;
}

.hosting-advice-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 10px;
}

.hosting-advice-actions .pricing-primary,
.hosting-advice-actions .pricing-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.hosting-advice-actions .pricing-primary {
  background: #fff;
  color: #111;
}

.hosting-advice-actions .pricing-secondary {
  border-color: rgba(255, 255, 255, 0.58);
  color: #fff;
}

.hosting-advice-actions .pricing-primary:hover,
.hosting-advice-actions .pricing-primary:focus {
  background: #111;
  color: #fff;
}

.hosting-advice-actions .pricing-secondary:hover,
.hosting-advice-actions .pricing-secondary:focus {
  border-color: #fff;
  color: #111;
}

.domain-search-section {
  padding: 86px 0 96px;
  background: transparent;
}

.domain-search-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(10, 175, 241, 0.16), rgba(10, 175, 241, 0.03) 38%, rgba(255, 255, 255, 0) 70%),
    #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.26);
}

.domain-search-tool {
  display: grid;
  gap: 18px;
  align-content: start;
}

.domain-search-modes,
.domain-tld-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.domain-search-modes button,
.domain-tld-picker button {
  min-height: 38px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: #d8d8d8;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.domain-search-modes button.active,
.domain-tld-picker button.active,
.domain-search-modes button:hover,
.domain-tld-picker button:hover,
.domain-search-modes button:focus,
.domain-tld-picker button:focus {
  background: rgba(10, 175, 241, 0.16);
  border-color: rgba(10, 175, 241, 0.58);
  color: #fff;
}

.domain-search-label {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.domain-search-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.domain-search-input-row input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  color: #fff;
  font-size: 17px;
  outline: 0;
}

.domain-search-input-row input:focus {
  border-color: #0AAFF1;
  box-shadow: 0 0 0 3px rgba(10, 175, 241, 0.15);
}

.domain-search-input-row button[type="submit"] {
  min-height: 52px;
  padding: 0 20px;
  background: #0AAFF1;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.domain-search-input-row button[type="submit"]:hover,
.domain-search-input-row button[type="submit"]:focus {
  background: #008dc5;
}

.domain-search-input-row button[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.72;
}

.domain-search-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  color: #aeb0b3;
  font-size: 13px;
  line-height: 1.55;
}

.domain-search-foot a {
  color: #0AAFF1;
  font-weight: 700;
  text-decoration: none;
}

.domain-search-foot a:hover,
.domain-search-foot a:focus {
  color: #fff;
}

.domain-search-status {
  min-height: 20px;
  color: #9de2ff;
  font-size: 13px;
  line-height: 1.55;
}

.domain-search-status:empty {
  display: none;
}

.domain-search-status--error {
  color: #ffb36e;
}

.domain-search-results[hidden] {
  display: none;
}

.domain-search-results {
  color: #fff;
}

.domain-results-table-wrap {
  width: 100%;
  overflow-x: auto;
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.domain-results-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.domain-results-table th,
.domain-results-table td {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  vertical-align: middle;
}

.domain-results-table th {
  background: rgba(255, 255, 255, 0.045);
  color: #9de2ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.domain-results-table tbody tr:last-child td {
  border-bottom: 0;
}

.domain-result-row--available {
  background: linear-gradient(90deg, rgba(10, 175, 241, 0.12), rgba(10, 175, 241, 0));
}

.domain-result-row--unavailable {
  background: linear-gradient(90deg, rgba(255, 179, 110, 0.1), rgba(255, 179, 110, 0));
}

.domain-result-domain {
  min-width: 190px;
}

.domain-result-domain strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.domain-result-label {
  display: block;
  margin-top: 5px;
  color: #8f9398;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.domain-result-badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(10, 175, 241, 0.14);
  color: #9de2ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.domain-result-row--unavailable .domain-result-badge {
  background: rgba(255, 179, 110, 0.14);
  color: #ffcb9a;
}

.domain-result-row--unknown .domain-result-badge {
  background: rgba(255, 255, 255, 0.08);
  color: #d8d8d8;
}

.domain-result-message {
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.55;
}

.domain-result-action {
  width: 148px;
}

.domain-result-link {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: #0AAFF1;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.domain-result-link:hover,
.domain-result-link:focus {
  background: #008dc5;
  color: #fff;
  text-decoration: none;
}

.domain-result-empty {
  color: #8f9398;
  font-size: 12px;
  white-space: nowrap;
}

.ssh-access-section {
  padding: 92px 0;
  background:
    linear-gradient(135deg, rgba(10, 175, 241, 0.2), rgba(10, 175, 241, 0.04) 36%, rgba(23, 23, 23, 0) 62%),
    linear-gradient(180deg, #1f1f1f 0%, #151515 100%);
  border-top: 2px solid #0AAFF1;
  border-bottom: 2px solid #0AAFF1;
}

.ssh-access-inner {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.ssh-access-icon {
  display: inline-flex;
  width: 64px;
  height: 64px;
  align-items: center;
  justify-content: center;
  background: rgba(10, 175, 241, 0.14);
  border: 1px solid rgba(10, 175, 241, 0.3);
  border-radius: 8px;
  color: #0AAFF1;
  font-size: 24px;
}

.ssh-access-section span {
  display: block;
  margin-bottom: 12px;
  color: #0AAFF1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 1;
  text-transform: uppercase;
}

.ssh-access-section h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: 0;
}

.ssh-access-section p {
  max-width: 920px;
  margin: 0;
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1.8;
}

.prototype-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 72px;
  align-items: start;
}

.prototype-copy h2 {
  max-width: 620px;
  margin: 0 0 28px;
  color: #fff;
  font-size: 34px;
  line-height: 1.28;
  letter-spacing: 0;
}

.prototype-copy p {
  max-width: 670px;
  margin: 0 0 24px;
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1.95;
}

.prototype-feature-list {
  display: grid;
  gap: 22px;
}

.prototype-feature-list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 22px;
  padding: 28px;
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.prototype-feature-list i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #0AAFF1;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
}

.prototype-feature-list h3 {
  margin: 0 0 11px;
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0;
}

.prototype-feature-list p {
  margin: 0;
  color: #bdbdbd;
  font-size: 14px;
  line-height: 1.85;
}

.prototype-cta {
  padding: 92px 0;
  background: #0AAFF1;
}

.prototype-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 46px;
}

.prototype-cta span {
  color: rgba(255, 255, 255, 0.84);
}

.prototype-cta h2 {
  max-width: 680px;
  margin: 0 0 16px;
  color: #fff;
  font-size: 30px;
  line-height: 1.32;
  letter-spacing: 0;
}

.prototype-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.85;
}

.prototype-cta-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.prototype-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  background: #fff;
  border-radius: 3px;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.prototype-cta-actions a:hover,
.prototype-cta-actions a:focus {
  background: #111;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 900px) {
  .sitemap-intro,
  .sitemap-contact-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .sitemap-grid {
    grid-template-columns: 1fr;
  }

  .service-cards {
    grid-template-columns: 1fr;
  }

  .prototype-layout,
  .prototype-cta-inner {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .prototype-cta-actions {
    flex-wrap: wrap;
  }

  .pricing-grid,
  .hosting-detail-grid,
  .hosting-detail-grid-four,
  .hosting-split,
  .hosting-split-four,
  .hosting-faq-grid {
    grid-template-columns: 1fr;
  }

  .hosting-platform-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card-head p {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .sitemap-main {
    padding-top: 0;
  }

  .sitemap-hero {
    padding: 84px 0 44px;
  }

  .sitemap-hero h1 {
    font-size: 38px;
  }

  .sitemap-stats {
    align-items: stretch;
    flex-direction: column;
  }

  .sitemap-group,
  .sitemap-contact-band {
    padding: 22px;
  }

  .legal-main {
    padding-top: 0;
  }

  .service-main {
    padding-top: 0;
  }

  .page-prototype {
    padding-top: 0;
  }

  .mini-hero {
    min-height: 600px;
  }

  .cloud-hosting-hero {
    min-height: 390px;
    padding-bottom: 38px;
  }

  .standard-hero {
    min-height: 390px;
    padding-bottom: 38px;
  }

  .legal-hero {
    padding: 84px 0 40px;
  }

  .service-hero {
    padding: 84px 0 42px;
  }

  .legal-hero h1 {
    font-size: 38px;
  }

  .service-hero h1 {
    font-size: 38px;
  }

  .mini-hero-content h1 {
    font-size: 36px;
  }

  .prototype-copy h2,
  .pricing-heading h2,
  .prototype-cta h2 {
    font-size: 28px;
  }

  .prototype-feature-list article {
    grid-template-columns: 1fr;
  }

  .pricing-section {
    padding: 78px 0 88px;
  }

  .page-card-grid,
  .page-card-grid-2,
  .page-card-grid-4 {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    padding: 24px;
  }

  .hosting-deep-section {
    padding: 78px 0 88px;
  }

  .hosting-detail-card,
  .hosting-split-panel,
  .hosting-faq-grid article {
    padding: 24px;
  }

  .hosting-split-panel h2,
  .hosting-advice-inner h2 {
    font-size: 26px;
  }

  .hosting-advice-section {
    padding: 70px 0;
  }

  .hosting-advice-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .domain-search-panel {
    padding: 24px;
  }

  .domain-search-input-row {
    grid-template-columns: 1fr;
  }

  .hosting-features-section {
    padding: 82px 0 92px;
  }

  .hosting-features-layout,
  .hosting-feature-group ul {
    grid-template-columns: 1fr;
  }

  .hosting-feature-group {
    padding: 24px;
  }

  .ssh-access-section {
    padding: 70px 0;
  }

  .ssh-access-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.home-page .html-video-embed,
.home-page .background-video,
.home-page .background-video .screen,
.home-page .bg-video-html5 {
  width: 100%;
  height: 100%;
}

.home-page .bg-video-html5 {
  object-fit: cover;
}

.home-page .homepage-header-slide.active .HomePageHeaderstyles__TitleWrapper-sc-1a48466-2 {
  position: absolute;
  inset: 0;
  display: block;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.home-page .homepage-header-slide.active .HomePageHeaderstyles__LogoWrap-sc-1a48466-8 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(22vw, 220px);
  height: min(22vw, 220px);
}

.home-page .homepage-header-slide.active .HomePageHeaderstyles__LogoWrap-sc-1a48466-8 .BgImg-mfayrd-0 {
  width: 100%;
  height: 100%;
  background: url("../img/animus-brand.png") center / contain no-repeat !important;
}

.home-page .homepage-header-slide.active .HomePageHeaderstyles__LogoWrap-sc-1a48466-8 .BgImg-mfayrd-0::before {
  content: none;
}

.home-page .homepage-header-slide.active .HomePageHeaderstyles__BottomContent-sc-1a48466-3 {
  width: 80vw;
  max-width: none;
}

.home-page .homepage-header-slide.active .HomePageHeaderstyles__BottomContent-sc-1a48466-3 .copy {
  max-width: none;
}

.home-page .animus-hero-service-panel {
  position: absolute;
  bottom: 198px;
  left: clamp(12px, 2vw, 32px);
  z-index: 45;
  width: min(62vw, 860px);
  color: #fff;
  text-align: left;
}

.home-page .animus-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 16px;
  padding: 0 10px;
  background: rgba(10, 175, 241, 0.18);
  border-left: 2px solid #0AAFF1;
  color: #9fe3ff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.home-page .animus-hero-service-panel h2 {
  margin: 0 0 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(28px, 2.8vw, 44px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
}

.home-page .animus-hero-service-panel p {
  max-width: 680px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.88);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.home-page .animus-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  max-width: 860px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.home-page .animus-hero-proof li {
  position: relative;
  min-height: 82px;
  padding: 15px 14px 14px 34px;
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.84);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.45;
}

.home-page .animus-hero-proof li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 14px;
  width: 8px;
  height: 8px;
  background: #0AAFF1;
}

.home-page .animus-hero-action-row {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.home-page .animus-hero-service-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  background: #0AAFF1;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.home-page .animus-hero-detail {
  display: grid;
  align-content: center;
  min-height: 44px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(10, 175, 241, 0.9);
  font-family: Arial, Helvetica, sans-serif;
}

.home-page .animus-hero-detail-secondary {
  border-left-color: #28d17c;
}

.home-page .animus-hero-detail-tertiary {
  border-left-color: #f2a33a;
}

.home-page .animus-hero-detail strong {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.home-page .animus-hero-detail span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.2;
}

.home-page .animus-hero-service-panel a:hover,
.home-page .animus-hero-service-panel a:focus {
  background: #fff;
  color: #111;
  text-decoration: none;
}

.home-page .animus-home-sections {
  background: #121212;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.home-page .animus-home-section {
  position: relative;
  overflow: hidden;
  min-height: 570px;
  padding: 104px 24px;
  background:
    radial-gradient(circle at 85% 18%, rgba(10, 175, 241, 0.12), transparent 28%),
    #151515;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  --section-accent: #0AAFF1;
  --section-accent-soft: rgba(10, 175, 241, 0.16);
}

.home-page .animus-home-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 34%);
  opacity: 0.45;
  pointer-events: none;
}

.home-page .animus-home-section--overview {
  background:
    linear-gradient(135deg, rgba(10, 175, 241, 0.18), transparent 38%),
    linear-gradient(160deg, #101010 0%, #202626 100%);
}

.home-page .animus-home-section--domains {
  background:
    radial-gradient(circle at 18% 22%, rgba(32, 201, 151, 0.18), transparent 31%),
    linear-gradient(135deg, #141819 0%, #202020 100%);
  --section-accent: #20c997;
  --section-accent-soft: rgba(32, 201, 151, 0.16);
}

.home-page .animus-home-section--hosting {
  background:
    radial-gradient(circle at 80% 16%, rgba(10, 175, 241, 0.18), transparent 31%),
    linear-gradient(135deg, #171717 0%, #262626 100%);
}

.home-page .animus-home-section--servers {
  background:
    radial-gradient(circle at 16% 18%, rgba(245, 177, 76, 0.18), transparent 30%),
    linear-gradient(135deg, #100f0d 0%, #22201b 100%);
  --section-accent: #f5b14c;
  --section-accent-soft: rgba(245, 177, 76, 0.16);
}

.home-page .animus-home-section--web {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 107, 107, 0.16), transparent 31%),
    linear-gradient(135deg, #181416 0%, #252121 100%);
  --section-accent: #ff6b6b;
  --section-accent-soft: rgba(255, 107, 107, 0.15);
}

.home-page .animus-home-section--ai {
  background:
    radial-gradient(circle at 20% 20%, rgba(155, 140, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #14131b 0%, #202027 100%);
  --section-accent: #9b8cff;
  --section-accent-soft: rgba(155, 140, 255, 0.16);
}

.home-page .animus-home-section:nth-child(odd)::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: rotate(18deg);
  pointer-events: none;
}

.home-page .animus-home-section:nth-child(even)::after {
  content: "";
  position: absolute;
  left: -80px;
  top: 88px;
  width: 220px;
  height: 220px;
  border-top: 2px solid var(--section-accent);
  border-left: 2px solid var(--section-accent);
  opacity: 0.42;
  pointer-events: none;
}

.home-page .animus-home-section-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
  max-width: var(--animus-content-width);
  margin: 0 auto;
}

.home-page .animus-home-section--domains .animus-home-visual,
.home-page .animus-home-section--ai .animus-home-visual {
  order: -1;
}

.home-page .animus-home-section--web .animus-home-section-inner {
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
}

.home-page .animus-home-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--section-accent);
}

.home-page .animus-home-section-kicker span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1;
  text-transform: uppercase;
}

.home-page .animus-home-section-kicker i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--section-accent-soft);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  color: var(--section-accent);
  font-size: 13px;
}

.home-page .animus-home-section-copy h2 {
  max-width: 760px;
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(38px, 4.6vw, 70px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
}

.home-page .animus-home-section-copy p {
  max-width: 720px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.home-page .animus-home-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 720px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.home-page .animus-home-chips li {
  padding: 8px 11px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.home-page .animus-home-section-copy a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 24px;
  background: var(--section-accent);
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.home-page .animus-home-section-copy a:hover,
.home-page .animus-home-section-copy a:focus {
  background: #fff;
  color: #111;
  text-decoration: none;
}

.home-page .animus-home-visual {
  position: relative;
  min-height: 420px;
  padding: 28px;
  background:
    linear-gradient(145deg, var(--section-accent-soft), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.home-page .animus-home-section--servers .animus-home-visual {
  background: #090909;
  border-left: 4px solid var(--section-accent);
  box-shadow: inset 0 0 0 1px rgba(245, 177, 76, 0.1), 0 28px 70px rgba(0, 0, 0, 0.34);
}

.home-page .animus-home-section--domains .animus-home-visual {
  background:
    linear-gradient(180deg, rgba(32, 201, 151, 0.18), rgba(255, 255, 255, 0.035)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 54px);
}

.home-page .animus-home-section--web .animus-home-visual {
  min-height: 360px;
}

.home-page .animus-home-section--ai .animus-home-visual {
  background:
    radial-gradient(circle at 72% 24%, rgba(155, 140, 255, 0.22), transparent 34%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.045), rgba(155, 140, 255, 0.1));
}

.home-page .animus-home-visual-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.home-page .animus-home-visual-head span {
  color: var(--section-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.home-page .animus-home-visual-head strong {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
}

.home-page .animus-home-visual-body {
  display: grid;
  gap: 24px;
  padding-top: 24px;
}

.home-page .animus-home-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-page .animus-home-metrics li {
  min-height: 120px;
  padding: 17px;
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-page .animus-home-metrics strong {
  display: block;
  margin-bottom: 12px;
  color: var(--section-accent);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.home-page .animus-home-metrics span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

.home-page .animus-home-node-map {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-page .animus-home-node-map span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.08);
  border-left: 2px solid var(--section-accent);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.home-page .animus-home-panel-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-page .animus-home-panel-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.075);
}

.home-page .animus-home-panel-list span {
  color: var(--section-accent);
  font-size: 12px;
  font-weight: 700;
}

.home-page .animus-home-panel-list strong {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.home-page .animus-home-section--overview .animus-home-node-map,
.home-page .animus-home-section--ai .animus-home-node-map {
  justify-content: center;
  min-height: 122px;
}

.home-page .animus-home-section--web .animus-home-panel-list {
  grid-template-columns: repeat(4, 1fr);
}

.home-page .animus-home-section--web .animus-home-panel-list li {
  grid-template-columns: 1fr;
  align-content: start;
  min-height: 128px;
  padding: 18px;
}

.home-page .animus-home-section--servers .animus-home-node-map {
  font-family: "Courier New", monospace;
}

.home-page .animus-home-section--servers .animus-home-node-map::before {
  content: "$ deploy stack";
  flex: 1 0 100%;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.home-page .animus-home-section--servers .animus-home-node-map span {
  background: rgba(245, 177, 76, 0.09);
}

@media (max-width: 767px) {
  .home-page .homepage-header-slide.active .HomePageHeaderstyles__LogoWrap-sc-1a48466-8 {
    right: 20px;
    bottom: 90px;
    width: 180px;
    height: 180px;
  }

  .home-page .homepage-header-slide.active .HomePageHeaderstyles__BottomContent-sc-1a48466-3 {
    width: 92vw;
  }

  .home-page .animus-hero-service-panel {
    left: 20px;
    right: 20px;
    bottom: 118px;
    width: auto;
  }

  .home-page .animus-hero-service-panel h2 {
    font-size: 32px;
  }

  .home-page .animus-hero-service-panel p {
    font-size: 14px;
    line-height: 1.55;
  }

  .home-page .animus-hero-eyebrow,
  .home-page .animus-hero-proof,
  .home-page .animus-hero-detail {
    display: none;
  }

  .home-page .animus-hero-action-row {
    display: block;
  }

  .home-page .animus-home-section {
    min-height: 0;
    padding: 64px 18px;
  }

  .home-page .animus-home-section-inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .home-page .animus-home-section--domains .animus-home-visual,
  .home-page .animus-home-section--ai .animus-home-visual {
    order: 0;
  }

  .home-page .animus-home-section-copy h2 {
    font-size: 34px;
  }

  .home-page .animus-home-section-copy p {
    font-size: 16px;
  }

  .home-page .animus-home-visual {
    min-height: 0;
    padding: 22px;
  }

  .home-page .animus-home-metrics,
  .home-page .animus-home-section--web .animus-home-panel-list {
    grid-template-columns: 1fr;
  }

  .home-page .animus-home-metrics li {
    min-height: 0;
  }
}

@media (min-width: 75em) {
  .home-page .industry-list {
    left: clamp(12px, 2vw, 32px);
    bottom: 28px;
    right: auto;
    margin: 0;
    max-width: min(92vw, 1500px);
    padding: 0;
  }

  .home-page .industry-list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    height: auto;
    min-height: 136px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .home-page .industry-list li {
    height: auto;
    min-height: 112px;
    line-height: 1;
    width: auto;
  }

  .home-page .industry-list li .industry-label {
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    min-height: 112px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    text-align: left;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
  }

  .home-page .industry-list li:hover .industry-label,
  .home-page .industry-list li.animus-active .industry-label {
    background: rgba(10, 175, 241, 0.14);
    border-color: rgba(10, 175, 241, 0.7);
    transform: translateY(-3px);
  }

  .home-page .industry-list li .industry-label .lines {
    display: block;
    padding: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .home-page .industry-list li .industry-label .lines::before,
  .home-page .industry-list li .industry-label .lines::after {
    content: none;
  }

  .home-page .industry-list li:hover.active .lines,
  .home-page .industry-list li.animus-active .lines {
    background: transparent;
  }

  .home-page .industry-list .animus-tab-summary {
    display: block;
    max-width: 250px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: none;
  }

  .home-page .industry-list .animus-tab-meta {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    margin-top: 12px;
    padding: 0 8px;
    background: rgba(10, 175, 241, 0.16);
    color: #9fe3ff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
    text-transform: uppercase;
  }

  .home-page .industry-list li .bar {
    left: 16px;
    bottom: 10px;
    width: calc(100% - 32px);
    height: 2px;
    background: rgba(255, 255, 255, 0.16);
  }

  .home-page .industry-list li:hover .bar,
  .home-page .industry-list li.animus-active .bar {
    background: #0AAFF1 !important;
  }

}

@media (min-width: 768px) and (max-width: 1199px) {
  .home-page .animus-home-section-inner {
    grid-template-columns: 1fr;
  }
}

body.animus-wizard-open {
  overflow: hidden;
}

.animus-wizard-modal[hidden] {
  display: none !important;
}

.animus-wizard-modal {
  position: fixed;
  inset: 0;
  z-index: 20000;
  display: grid;
  place-items: center;
  padding: 24px;
  font-family: Arial, Helvetica, sans-serif;
}

.animus-wizard-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(9px);
}

.animus-wizard-dialog {
  position: relative;
  z-index: 1;
  width: min(1320px, 100%);
  max-height: min(86vh, 820px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(10, 175, 241, 0.22), rgba(10, 175, 241, 0) 34%),
    linear-gradient(145deg, #202020 0%, #141414 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58);
  color: #fff;
}

.animus-wizard-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

.animus-wizard-close:hover,
.animus-wizard-close:focus {
  background: rgba(10, 175, 241, 0.18);
  border-color: rgba(10, 175, 241, 0.72);
  outline: 0;
}

.animus-wizard-head {
  padding: 34px 78px 18px 34px;
}

.animus-wizard-head--compact {
  padding-bottom: 20px;
}

.animus-wizard-head--hidden {
  display: none;
}

.animus-wizard-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  margin-bottom: 14px;
  background: rgba(10, 175, 241, 0.14);
  border-left: 3px solid #0AAFF1;
  color: #9fe3ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1;
  text-transform: uppercase;
}

.animus-wizard-head h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
}

.animus-wizard-head p {
  max-width: 680px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.55;
}

.animus-wizard-head--compact h2,
.animus-wizard-head--compact p {
  display: none;
}

.animus-wizard-body {
  min-height: 360px;
  overflow: auto;
  padding: 0 34px 28px;
}

.animus-wizard-head--hidden + .animus-wizard-body {
  padding-top: 28px;
}

.animus-wizard-choice-layout {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr) minmax(260px, 300px);
  gap: 18px;
  align-items: stretch;
}

.animus-wizard-choice-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.animus-wizard-choice-question {
  padding: 0 2px 8px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

.animus-wizard-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.animus-wizard-card {
  display: grid;
  grid-template-columns: 38px 1fr;
  grid-template-rows: auto auto;
  gap: 3px 12px;
  width: 100%;
  min-height: 98px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.animus-wizard-card:hover,
.animus-wizard-card:focus,
.animus-wizard-card.is-selected {
  background: rgba(10, 175, 241, 0.14);
  border-color: rgba(10, 175, 241, 0.74);
  outline: 0;
  transform: translateY(-2px);
}

.animus-wizard-card i {
  grid-row: 1 / span 2;
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: rgba(10, 175, 241, 0.14);
  border: 1px solid rgba(10, 175, 241, 0.34);
  border-radius: 5px;
  color: #9fe3ff;
  font-size: 18px;
}

.animus-wizard-card strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.animus-wizard-card span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

.animus-wizard-detail-panel {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
  background:
    radial-gradient(circle at 85% 0%, rgba(73, 211, 145, 0.16), rgba(73, 211, 145, 0) 34%),
    rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(10, 175, 241, 0.28);
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.animus-wizard-detail-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 24px;
  padding: 0 9px;
  background: rgba(73, 211, 145, 0.13);
  color: #9ff0c4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.animus-wizard-detail-panel > i {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-top: 22px;
  background: rgba(10, 175, 241, 0.14);
  border: 1px solid rgba(10, 175, 241, 0.38);
  border-radius: 6px;
  color: #9fe3ff;
  font-size: 24px;
}

.animus-wizard-detail-panel h3 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.12;
}

.animus-wizard-detail-panel p {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.62;
}

.animus-wizard-detail-points {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.animus-wizard-detail-points li {
  position: relative;
  padding: 12px 12px 12px 34px;
  background: rgba(0, 0, 0, 0.18);
  border-left: 2px solid rgba(10, 175, 241, 0.72);
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.45;
}

.animus-wizard-detail-points li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 14px;
  width: 7px;
  height: 7px;
  background: #49d391;
  border-radius: 50%;
}

.animus-wizard-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 28px;
}

.animus-wizard-detail-actions span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.35;
}

.animus-wizard-detail-empty {
  display: grid;
  place-items: center;
  min-height: 260px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  text-align: center;
}

.animus-wizard-cart-panel {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
}

.animus-wizard-cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.animus-wizard-cart-head span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.animus-wizard-cart-head strong {
  display: inline-grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  background: rgba(10, 175, 241, 0.16);
  border: 1px solid rgba(10, 175, 241, 0.42);
  border-radius: 999px;
  color: #9fe3ff;
  font-size: 13px;
}

.animus-wizard-cart-empty {
  display: grid;
  place-items: center;
  flex: 1 1 auto;
  min-height: 160px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.animus-wizard-cart-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.animus-wizard-cart-list li {
  position: relative;
  min-height: 92px;
  padding: 14px 38px 14px 14px;
  background: rgba(255, 255, 255, 0.055);
  border-left: 3px solid rgba(10, 175, 241, 0.74);
}

.animus-wizard-cart-list strong,
.animus-wizard-cart-list span,
.animus-wizard-cart-list em {
  display: block;
}

.animus-wizard-cart-list strong {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
}

.animus-wizard-cart-list span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.4;
}

.animus-wizard-cart-list em {
  margin-top: 8px;
  color: #9ff0c4;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.animus-wizard-cart-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.animus-wizard-cart-remove:hover,
.animus-wizard-cart-remove:focus {
  background: rgba(255, 112, 94, 0.16);
  border-color: rgba(255, 112, 94, 0.62);
  color: #fff;
  outline: 0;
}

.animus-wizard-cart-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: auto;
  padding: 0 14px;
  background: rgba(73, 211, 145, 0.14);
  border: 1px solid rgba(73, 211, 145, 0.58);
  color: #9ff0c4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.animus-wizard-cart-checkout:hover,
.animus-wizard-cart-checkout:focus {
  background: #49d391;
  color: #061219;
  text-decoration: none;
  outline: 0;
}

.animus-wizard-result-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
  gap: 18px;
}

.animus-wizard-result {
  padding: 24px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(10, 175, 241, 0.28);
  border-radius: 6px;
}

.animus-wizard-result-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #49d391;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.animus-wizard-result h3 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.18;
}

.animus-wizard-result p {
  max-width: 760px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.55;
}

.animus-wizard-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.animus-wizard-summary li {
  min-height: 72px;
  padding: 14px;
  background: rgba(0, 0, 0, 0.18);
  border-left: 3px solid rgba(10, 175, 241, 0.8);
}

.animus-wizard-summary span {
  display: block;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  line-height: 1.35;
}

.animus-wizard-summary strong {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
}

.animus-wizard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.animus-wizard-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  background: #0AAFF1;
  border: 1px solid #0AAFF1;
  color: #061219;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.animus-wizard-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(10, 175, 241, 0.58);
  color: #9fe3ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  cursor: pointer;
}

.animus-wizard-secondary:hover,
.animus-wizard-secondary:focus {
  background: rgba(10, 175, 241, 0.18);
  outline: 0;
}

.animus-wizard-secondary:disabled {
  cursor: default;
  opacity: 0.62;
}

.animus-wizard-primary:hover,
.animus-wizard-primary:focus {
  background: #49d391;
  border-color: #49d391;
  color: #061219;
  text-decoration: none;
}

.animus-wizard-foot {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  padding: 12px 34px;
  background: rgba(0, 0, 0, 0.22);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.animus-wizard-back,
.animus-wizard-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
}

.animus-wizard-back:hover,
.animus-wizard-reset:hover,
.animus-wizard-back:focus,
.animus-wizard-reset:focus {
  background: rgba(10, 175, 241, 0.16);
  border-color: rgba(10, 175, 241, 0.62);
  outline: 0;
}

.animus-wizard-back:disabled {
  cursor: default;
  opacity: 0.44;
}

.animus-wizard-status {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.animus-wizard-status.is-error,
.animus-wizard-error {
  color: #ffb4a8;
}

.animus-wizard-loading,
.animus-wizard-error {
  padding: 28px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
}

@media (max-width: 767px) {
  .animus-wizard-modal {
    align-items: end;
    padding: 10px;
  }

  .animus-wizard-dialog {
    max-height: 92vh;
  }

  .animus-wizard-head {
    padding: 24px 64px 16px 18px;
  }

  .animus-wizard-head h2 {
    font-size: 26px;
  }

  .animus-wizard-head p {
    font-size: 14px;
  }

  .animus-wizard-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .animus-wizard-card-grid,
  .animus-wizard-choice-layout,
  .animus-wizard-result-layout,
  .animus-wizard-summary {
    grid-template-columns: 1fr;
  }

  .animus-wizard-card {
    min-height: 0;
    padding: 16px;
  }

  .animus-wizard-detail-panel {
    position: static;
    min-height: 0;
    padding: 20px;
  }

  .animus-wizard-cart-panel {
    position: static;
    min-height: 0;
  }

  .animus-wizard-detail-panel h3 {
    font-size: 24px;
  }

  .animus-wizard-foot {
    flex-wrap: wrap;
    padding: 12px 18px;
  }

  .animus-wizard-status {
    flex: 1 0 100%;
    margin-left: 0;
  }
}
