:root {
  --ath-home-navy-950: #071827;
  --ath-home-navy-900: #0a2034;
  --ath-home-navy-800: #123b5b;
  --ath-home-blue: #2563eb;
  --ath-home-gold: #d8ae5d;
  --ath-home-gold-dark: #a97926;
  --ath-home-ink: #122235;
  --ath-home-muted: #66778b;
  --ath-home-line: #dbe5ee;
  --ath-home-soft: #f3f7fb;
  --ath-home-white: #fff;
}

body.ath-home-modern #main {
  overflow: visible;
  overflow-x: clip;
  background: #fff;
}

body.ath-home-modern #wrapper {
  overflow: visible;
  overflow-x: clip;
}

body.ath-home-modern #main > .page-wrapper {
  padding: 0;
}

body.ath-home-modern #main > .page-wrapper > .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

body.ath-home-modern #main .row-main,
body.ath-home-modern #main .large-12,
body.ath-home-modern #main .col {
  max-width: none;
  padding: 0;
}

body.ath-home-modern #main .col-inner {
  margin: 0;
}

.ath-home,
.ath-home * {
  box-sizing: border-box;
}

.ath-home {
  width: 100%;
  color: var(--ath-home-ink);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.ath-home-shell {
  width: min(100% - 48px, 1160px);
  margin: 0 auto;
}

.ath-home h1,
.ath-home h2,
.ath-home h3,
.ath-home p {
  padding: 0;
}

.ath-home svg {
  width: 1.1em;
  height: 1.1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ath-home-hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 10%, rgba(216, 174, 93, 0.2), transparent 26rem),
    radial-gradient(circle at 83% 34%, rgba(37, 99, 235, 0.2), transparent 32rem),
    linear-gradient(123deg, #061521 0%, #0a2134 48%, #0c2e48 100%);
}

.ath-home-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.038) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0.35) 50%, #000 100%);
  pointer-events: none;
}

.ath-home-hero::after {
  position: absolute;
  right: -16px;
  bottom: -42px;
  color: rgba(255, 255, 255, 0.024);
  content: "ATH PRO";
  font-size: clamp(100px, 15vw, 210px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
}

.ath-home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, 1.03fr) minmax(410px, 0.97fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
  padding-top: 82px;
  padding-bottom: 86px;
}

.ath-home-kicker {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  color: #e3c47d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.ath-home-kicker__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ath-home-gold);
  box-shadow: 0 0 0 5px rgba(216, 174, 93, 0.16);
  animation: ath-home-dot-pulse 2.4s ease-in-out infinite;
}

.ath-home-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(43px, 6vw, 72px);
  font-weight: 760;
  letter-spacing: -0.052em;
  line-height: 0.99;
}

.ath-home-hero h1 span {
  background: linear-gradient(90deg, #e5c67f 0%, #f7e3b7 38%, #8fc4ef 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ath-home-hero__lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgba(226, 235, 243, 0.72);
  font-size: 17px;
  line-height: 1.72;
}

.ath-home-hero__lead strong {
  color: #fff;
  font-weight: 800;
}

.ath-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 34px;
}

.ath-home-button {
  display: inline-flex;
  min-height: 52px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 20px 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  text-decoration: none !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.ath-home-button:hover {
  transform: translateY(-2px);
}

.ath-home-button--primary {
  background: linear-gradient(135deg, var(--ath-home-navy-800), var(--ath-home-navy-950));
  box-shadow: 0 15px 32px rgba(7, 24, 39, 0.2);
  color: #fff !important;
}

.ath-home-button--primary:hover {
  box-shadow: 0 18px 36px rgba(7, 24, 39, 0.27);
}

.ath-home-button--ghost {
  border-color: #c8d5e0;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ath-home-navy-900) !important;
}

.ath-home-hero .ath-home-button--primary {
  background: linear-gradient(135deg, #e4bf73, #b77f24);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  color: #071827 !important;
}

.ath-home-hero .ath-home-button--primary:hover {
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.36);
}

.ath-home-hero .ath-home-button--ghost {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.055);
  color: #fff !important;
  backdrop-filter: blur(10px);
}

.ath-home-hero .ath-home-button--ghost:hover {
  border-color: rgba(255, 255, 255, 0.43);
  background: rgba(255, 255, 255, 0.1);
}

.ath-home-button--ghost:hover {
  border-color: #9fb1c2;
  background: #fff;
}

.ath-home-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 22px;
  margin-top: 31px;
}

.ath-home-hero__trust span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: rgba(226, 235, 243, 0.66);
  font-size: 11px;
  font-weight: 700;
}

.ath-home-hero__trust svg {
  color: #e4c47f;
}

.ath-home-hero__visual {
  position: relative;
  display: flex;
  min-height: 570px;
  align-items: center;
  justify-content: center;
}

.ath-home-hero__halo {
  position: absolute;
  inset: 6% -8% 1% -8%;
  border-radius: 50%;
  background:
    conic-gradient(from 10deg, rgba(216, 174, 93, 0.16), rgba(37, 99, 235, 0.22), rgba(64, 196, 255, 0.08), rgba(216, 174, 93, 0.16));
  filter: blur(24px);
  opacity: 0.9;
  animation: ath-home-halo-rotate 14s linear infinite;
}

.ath-home-suite-card {
  position: relative;
  z-index: 2;
  width: calc(100% - 28px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 26px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(6, 25, 39, 0.88);
  box-shadow:
    0 48px 100px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.035),
    inset 0 1px rgba(255, 255, 255, 0.12);
  transform: perspective(1100px) rotateY(-4deg) rotateX(1deg);
  backdrop-filter: blur(18px);
  animation: ath-home-card-float 6.5s ease-in-out infinite;
}

.ath-home-suite-card::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.16);
  content: "";
  pointer-events: none;
}

.ath-home-suite-card::after {
  position: absolute;
  z-index: 4;
  top: -30%;
  bottom: -30%;
  left: -35%;
  width: 22%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  content: "";
  pointer-events: none;
  transform: rotate(17deg);
  animation: ath-home-card-scan 5.8s ease-in-out infinite;
}

.ath-home-suite-card__top {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.ath-home-suite-card__mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(145deg, #e6c274, #b78329);
  box-shadow: 0 9px 20px rgba(169, 121, 38, 0.24);
  color: var(--ath-home-navy-950);
  font-size: 17px;
  font-weight: 900;
}

.ath-home-suite-card__top > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.ath-home-suite-card__top strong {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.07em;
}

.ath-home-suite-card__top div span {
  overflow: hidden;
  color: rgba(226, 235, 243, 0.52);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ath-home-suite-card__status {
  margin-left: auto;
  padding: 6px 8px;
  border: 1px solid rgba(89, 213, 144, 0.34);
  border-radius: 999px;
  background: rgba(57, 169, 107, 0.12);
  color: #7ce0a8;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ath-home-suite-card__screen {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.14), transparent 18rem),
    rgba(3, 18, 29, 0.32);
}

.ath-home-suite-card__row {
  display: grid;
  min-height: 144px;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 11px;
  align-content: center;
  align-items: center;
  padding: 13px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.ath-home-suite-card__row:hover {
  border-color: rgba(216, 174, 93, 0.3);
  background-color: rgba(255, 255, 255, 0.065);
  transform: translateY(-3px);
}

.ath-home-suite-card__preview {
  position: relative;
  display: inline-grid;
  width: 62px;
  height: 62px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  color: var(--ath-home-gold);
}

.ath-home-suite-card__preview img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 78%;
  height: 78%;
  padding: 0;
  object-fit: contain;
  object-position: center;
  transform: translate(-50%, -50%);
}

.ath-home-suite-card__preview svg {
  width: 27px;
  height: 27px;
  align-self: center;
  justify-self: center;
}

.ath-home-suite-card__row > div {
  display: grid;
  gap: 3px;
}

.ath-home-suite-card__row strong {
  color: #fff;
  font-size: 13px;
}

.ath-home-suite-card__row div span {
  color: rgba(226, 235, 243, 0.5);
  font-size: 10px;
}

.ath-home-suite-card__meter {
  grid-column: 1 / -1;
  position: relative;
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.ath-home-suite-card__meter::after {
  position: absolute;
  inset: 0 22% 0 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ath-home-gold), #5aa8e5);
  content: "";
  animation: ath-home-meter 3.8s ease-in-out infinite alternate;
}

.ath-home-suite-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.ath-home-suite-card__footer span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: rgba(226, 235, 243, 0.58);
  font-size: 9px;
  font-weight: 700;
}

.ath-home-suite-card__footer i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #39a96b;
  box-shadow: 0 0 0 4px rgba(57, 169, 107, 0.12);
}

.ath-home-suite-card__footer strong {
  color: #fff;
  font-size: 20px;
}

.ath-home-hero__particles {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.ath-home-hero__particles i {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #e4c47f;
  box-shadow: 0 0 18px rgba(228, 196, 127, 0.8);
  opacity: 0.45;
  animation: ath-home-particle-rise 8s linear infinite;
}

.ath-home-hero__particles i:nth-child(1) { left: 7%; bottom: -8%; animation-delay: -1s; }
.ath-home-hero__particles i:nth-child(2) { left: 19%; bottom: -4%; width: 3px; height: 3px; animation-delay: -5s; }
.ath-home-hero__particles i:nth-child(3) { left: 36%; bottom: -10%; animation-delay: -3s; }
.ath-home-hero__particles i:nth-child(4) { left: 51%; bottom: -7%; width: 7px; height: 7px; animation-delay: -7s; }
.ath-home-hero__particles i:nth-child(5) { left: 68%; bottom: -4%; animation-delay: -2s; }
.ath-home-hero__particles i:nth-child(6) { left: 79%; bottom: -8%; width: 3px; height: 3px; animation-delay: -6s; }
.ath-home-hero__particles i:nth-child(7) { left: 91%; bottom: -5%; animation-delay: -4s; }
.ath-home-hero__particles i:nth-child(8) { left: 59%; bottom: -12%; width: 4px; height: 4px; animation-delay: -8s; }

.ath-home-proof {
  border-top: 1px solid rgba(18, 59, 91, 0.08);
  border-bottom: 1px solid var(--ath-home-line);
  background: #fff;
}

.ath-home-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ath-home-proof__grid > div {
  display: flex;
  min-height: 118px;
  gap: 12px;
  flex-direction: column;
  justify-content: center;
  padding: 20px 28px;
  border-left: 1px solid var(--ath-home-line);
}

.ath-home-proof__grid > div:last-child {
  border-right: 1px solid var(--ath-home-line);
}

.ath-home-proof strong {
  color: var(--ath-home-navy-900);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ath-home-proof span {
  color: var(--ath-home-muted);
  font-size: 11px;
  font-weight: 650;
}

.ath-home-catalog {
  overflow: visible;
  padding: 100px 0 108px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.05), transparent 26rem),
    #fff;
}

.ath-home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 44px;
}

.ath-home-eyebrow {
  margin: 0 0 13px;
  color: var(--ath-home-gold-dark) !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.19em;
}

.ath-home-section-head h2,
.ath-home-full__copy h2,
.ath-home-final h2 {
  margin: 0;
  color: var(--ath-home-navy-950);
  font-size: clamp(34px, 4.5vw, 53px);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.ath-home-section-head > p {
  margin: 0 0 4px;
  color: var(--ath-home-muted);
  font-size: 14px;
  line-height: 1.75;
}

.ath-home .ath-home-tabs {
  position: sticky;
  z-index: 35;
  top: 42px;
  display: flex !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
  gap: 7px;
  margin-bottom: 42px;
  padding: 8px;
  border: 1px solid var(--ath-home-line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.07), transparent 21rem),
    rgba(243, 247, 251, 0.95);
  box-shadow: 0 12px 34px rgba(18, 42, 66, 0.11);
  backdrop-filter: blur(18px);
}

.ath-home .ath-home-tab {
  position: relative;
  display: flex !important;
  width: auto !important;
  max-width: none !important;
  flex: 1 1 0 !important;
  float: none !important;
  min-width: 0;
  min-height: 74px;
  gap: 9px;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(203, 217, 229, 0.52);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(239, 245, 250, 0.78));
  box-shadow:
    0 5px 14px rgba(18, 42, 66, 0.045),
    inset 0 1px rgba(255, 255, 255, 0.9);
  color: #52677d;
  text-align: left;
  text-shadow: none;
  text-transform: none;
  transition:
    border-color 170ms ease,
    background-color 170ms ease,
    color 170ms ease,
    box-shadow 170ms ease;
}

.ath-home-tab > br {
  display: none !important;
}

.ath-home-tab:hover,
.ath-home-tab.is-active {
  border-color: rgba(18, 59, 91, 0.3);
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 174, 93, 0.18), transparent 8rem),
    #fff;
  box-shadow:
    0 15px 34px rgba(18, 42, 66, 0.14),
    inset 0 1px #fff;
  color: var(--ath-home-navy-900);
  transform: translateY(-2px);
}

.ath-home-tab__icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid rgba(18, 59, 91, 0.06);
  border-radius: 14px;
  background: rgba(18, 59, 91, 0.09);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.72);
  color: var(--ath-home-navy-800);
}

.ath-home-tab__icon svg {
  width: 22px;
  height: 22px;
}

.ath-home-tab.is-active .ath-home-tab__icon {
  background: linear-gradient(145deg, var(--ath-home-navy-800), var(--ath-home-navy-950));
  box-shadow:
    0 11px 24px rgba(7, 24, 39, 0.22),
    inset 0 1px rgba(255, 255, 255, 0.16);
  color: #fff;
}

.ath-home-tab__label {
  display: block !important;
  width: auto !important;
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  font-size: 12.5px;
  font-weight: 850;
  letter-spacing: -0.015em;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ath-home-tab__count {
  display: inline-grid;
  min-width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  margin-left: auto;
  border-radius: 999px;
  background: #e4edf4;
  box-shadow: inset 0 0 0 1px rgba(18, 59, 91, 0.035);
  color: #536a80;
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1;
}

.ath-home-tab.is-active .ath-home-tab__count {
  background: #fff3d7;
  box-shadow:
    inset 0 0 0 1px rgba(216, 174, 93, 0.26),
    0 6px 14px rgba(169, 121, 38, 0.1);
  color: var(--ath-home-gold-dark);
}

.ath-home-tab::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--ath-home-gold), var(--ath-home-navy-800));
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.ath-home-tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

body.admin-bar .ath-home .ath-home-tabs {
  top: 74px;
}

.ath-home-panel {
  padding-top: 8px;
}

.ath-home-has-js .ath-home-panel:not(.is-active) {
  display: none;
}

.ath-home-panel__intro {
  display: flex;
  max-width: 820px;
  gap: 19px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.ath-home-panel__icon {
  display: inline-grid;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  place-items: center;
  border-radius: 17px;
  background: linear-gradient(145deg, var(--ath-home-navy-800), var(--ath-home-navy-950));
  box-shadow: 0 14px 30px rgba(7, 24, 39, 0.19);
  color: #fff;
}

.ath-home-panel__icon svg {
  width: 29px;
  height: 29px;
}

.ath-home-panel__intro h3 {
  margin: 2px 0 7px;
  color: var(--ath-home-navy-900);
  font-size: 25px;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.ath-home-panel__intro p {
  margin: 0;
  color: var(--ath-home-muted);
  font-size: 14px;
  line-height: 1.68;
}

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

.ath-home-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ath-home-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 42, 66, 0.055);
  transition:
    transform 190ms ease,
    border-color 190ms ease,
    box-shadow 190ms ease;
}

.ath-home-product-card:hover {
  border-color: #bbcbd9;
  box-shadow: 0 20px 42px rgba(18, 42, 66, 0.12);
  transform: translateY(-4px);
}

.ath-home-product-card__media {
  position: relative;
  display: grid;
  width: 100%;
  height: 220px;
  min-height: 220px;
  max-height: 220px;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid #e7edf2;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.98), rgba(239, 244, 248, 0.92) 68%),
    #f2f6f9;
}

.ath-home-product-card__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: 220px !important;
  margin: 0 !important;
  padding: 24px !important;
  object-fit: contain !important;
  object-position: center center !important;
  transition: transform 220ms ease;
}

.ath-home-product-card:hover .ath-home-product-card__media img {
  transform: scale(1.04);
}

.ath-home-product-card__badge {
  position: absolute;
  z-index: 2;
  top: 13px;
  left: 13px;
  padding: 6px 9px;
  border: 1px solid rgba(169, 121, 38, 0.22);
  border-radius: 999px;
  background: #fff8e8;
  color: var(--ath-home-gold-dark);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ath-home-product-card__placeholder {
  display: inline-grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 20px;
  background: var(--ath-home-navy-900);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.ath-home-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 20px 18px;
}

.ath-home-product-card h3 {
  margin: 0 0 9px;
  font-size: 17px;
  font-weight: 780;
  letter-spacing: -0.022em;
  line-height: 1.3;
}

.ath-home-product-card h3 a {
  color: var(--ath-home-navy-900) !important;
  text-decoration: none;
}

.ath-home-product-card__body > p {
  min-height: 62px;
  margin: 0;
  color: var(--ath-home-muted);
  font-size: 12px;
  line-height: 1.65;
}

.ath-home-product-card__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid #edf1f4;
}

.ath-home-product-card__price {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.ath-home-product-card__price > span {
  color: #8a98a7;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ath-home-product-card__price strong {
  color: var(--ath-home-navy-900);
  font-size: 13px;
  line-height: 1.35;
}

.ath-home-product-card__price .amount {
  color: inherit;
}

.ath-home-product-card__action {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: var(--ath-home-navy-800) !important;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.ath-home-product-card__action svg {
  transition: transform 170ms ease;
}

.ath-home-product-card__action:hover svg {
  transform: translateX(3px);
}

.ath-home-has-js .ath-home-product-card.is-extra:not(.is-revealed) {
  display: none;
}

.ath-home-product-card.is-revealed {
  animation: ath-home-card-reveal 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.ath-home .ath-home-load-more {
  display: flex !important;
  width: fit-content !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 44px;
  gap: 8px;
  float: none !important;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  padding: 5px 13px 5px 6px;
  border: 1px solid #cbd9e5;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff, #f3f7fa);
  box-shadow: 0 8px 20px rgba(18, 42, 66, 0.08);
  color: var(--ath-home-navy-900);
  text-align: center;
  text-shadow: none;
  text-transform: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.ath-home-load-more:hover {
  border-color: #9eb3c5;
  box-shadow: 0 16px 34px rgba(18, 42, 66, 0.13);
  transform: translateY(-2px);
}

.ath-home-load-more__icon {
  display: inline-grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--ath-home-navy-900);
  color: #fff;
}

.ath-home-load-more__icon svg {
  width: 16px;
  height: 16px;
}

.ath-home-load-more__label {
  display: block !important;
  width: auto !important;
  color: var(--ath-home-navy-900);
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}

.ath-home-load-more__count {
  display: inline-grid !important;
  min-width: 23px;
  height: 23px;
  place-items: center;
  border-radius: 999px;
  background: #fff3d9;
  color: var(--ath-home-gold-dark);
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
}

.ath-home-load-more > svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  color: var(--ath-home-gold-dark);
}

.ath-home .ath-home-load-more.is-complete {
  display: none !important;
}

.ath-home-full {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 15% 45%, rgba(216, 174, 93, 0.15), transparent 25rem),
    radial-gradient(circle at 90% 0%, rgba(37, 99, 235, 0.14), transparent 26rem),
    var(--ath-home-navy-950);
}

.ath-home-full::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: radial-gradient(circle at 18% 45%, #000, transparent 61%);
  pointer-events: none;
}

.ath-home-full__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(380px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(52px, 7vw, 92px);
  align-items: center;
}

.ath-home-full__visual {
  position: relative;
  min-height: 490px;
}

.ath-home-full__orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.ath-home-full__orbit--one {
  width: 290px;
  height: 290px;
}

.ath-home-full__orbit--two {
  width: 430px;
  height: 430px;
  border-style: dashed;
  border-color: rgba(216, 174, 93, 0.18);
}

.ath-home-full__core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 188px;
  height: 188px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 45px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    #0c2941;
  box-shadow:
    0 35px 75px rgba(0, 0, 0, 0.32),
    inset 0 1px rgba(255, 255, 255, 0.16);
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%) rotate(-3deg);
  backdrop-filter: blur(12px);
  animation: ath-home-core-pulse 6s ease-in-out infinite;
}

.ath-home-full__core > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin-bottom: -22px;
  border-radius: 16px;
  background: linear-gradient(145deg, #e3bd70, #ae7b24);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
  color: var(--ath-home-navy-950);
  font-size: 24px;
  font-weight: 900;
}

.ath-home-full__core strong {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.35;
}

.ath-home-full__node {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 100px;
  min-height: 82px;
  gap: 7px;
  place-items: center;
  padding: 12px 9px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 17px;
  background: rgba(15, 47, 72, 0.88);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.23);
  color: #dce8f2;
  backdrop-filter: blur(10px);
}

.ath-home-full__node svg {
  width: 23px;
  height: 23px;
  color: var(--ath-home-gold);
}

.ath-home-full__node span {
  font-size: 9px;
  font-weight: 800;
}

.ath-home-full__node--1 {
  top: 6%;
  left: 43%;
  animation: ath-home-node-float 5.5s ease-in-out infinite;
}

.ath-home-full__node--2 {
  top: 42%;
  right: 0;
  animation: ath-home-node-float 6.2s ease-in-out -1.4s infinite;
}

.ath-home-full__node--3 {
  bottom: 1%;
  left: 41%;
  animation: ath-home-node-float 5.9s ease-in-out -2.2s infinite;
}

.ath-home-full__node--4 {
  top: 42%;
  left: 0;
  animation: ath-home-node-float 6.6s ease-in-out -0.7s infinite;
}

.ath-home-full__node--5 {
  top: 8%;
  left: 8%;
  animation: ath-home-node-float 6s ease-in-out -1.9s infinite;
}

.ath-home-full__copy .ath-home-eyebrow {
  color: #e4c47f !important;
}

.ath-home-full__copy h2 {
  color: #fff;
}

.ath-home-full__lead {
  max-width: 600px;
  margin: 24px 0 0;
  color: rgba(226, 235, 243, 0.72);
  font-size: 15px;
  line-height: 1.75;
}

.ath-home-full__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 25px;
}

.ath-home-full__stats > div {
  display: grid;
  min-height: 76px;
  gap: 3px;
  align-content: center;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.045);
}

.ath-home-full__stats strong {
  color: #e4c47f;
  font-size: 23px;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.ath-home-full__stats span {
  color: rgba(226, 235, 243, 0.58);
  font-size: 9px;
  font-weight: 750;
}

.ath-home-full__outcomes {
  margin-top: 27px;
}

.ath-home-full__outcomes > h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 14px;
  font-weight: 820;
  letter-spacing: -0.01em;
}

.ath-home-full__outcomes > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ath-home-full__outcomes article {
  display: grid;
  min-width: 0;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 11px;
  align-items: flex-start;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
}

.ath-home-full__outcomes article > span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  background: rgba(216, 174, 93, 0.1);
  color: #e4c47f;
}

.ath-home-full__outcomes article > span svg {
  width: 18px;
  height: 18px;
}

.ath-home-full__outcomes p {
  margin: 0;
  color: rgba(226, 235, 243, 0.56);
  font-size: 9px;
  line-height: 1.5;
}

.ath-home-full__outcomes strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 10px;
}

.ath-home-full__features {
  display: grid;
  gap: 12px;
  margin-top: 25px;
}

.ath-home-full__features > div {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 13px;
  align-items: flex-start;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.045);
}

.ath-home-full__features > div > span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(216, 174, 93, 0.27);
  border-radius: 10px;
  background: rgba(216, 174, 93, 0.09);
  color: #e4c47f;
}

.ath-home-full__features p {
  margin: 0;
  color: rgba(226, 235, 243, 0.58);
  font-size: 11px;
  line-height: 1.55;
}

.ath-home-full__features strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 12px;
}

.ath-home-button--gold {
  background: linear-gradient(135deg, #e0bb6e, #b68129);
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.25);
  color: var(--ath-home-navy-950) !important;
}

.ath-home-button--dark-ghost {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: #fff !important;
}

.ath-home-button--dark-ghost:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

.ath-home-full__note {
  margin: 17px 0 0;
  color: rgba(226, 235, 243, 0.48);
  font-size: 10px;
}

.ath-home-final {
  padding: 72px 0;
  background: #edf3f8;
}

.ath-home-final__card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) auto;
  gap: 50px;
  align-items: center;
  padding: 46px 50px;
  border: 1px solid #d8e3ec;
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 10%, rgba(216, 174, 93, 0.16), transparent 17rem),
    #fff;
  box-shadow: 0 20px 50px rgba(18, 42, 66, 0.08);
}

.ath-home-final h2 {
  max-width: 720px;
  font-size: clamp(28px, 3.7vw, 43px);
}

.ath-home-final__actions {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.ath-home-final__contact {
  color: var(--ath-home-navy-800) !important;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.ath-home a:focus-visible,
.ath-home button:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.36);
  outline-offset: 3px;
}

@keyframes ath-home-card-float {
  0%,
  100% {
    transform: perspective(1100px) rotateY(-4deg) rotateX(1deg) translateY(0);
  }
  50% {
    transform: perspective(1100px) rotateY(-3deg) rotateX(1deg) translateY(-7px);
  }
}

@keyframes ath-home-halo-rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ath-home-card-scan {
  0%,
  18% {
    left: -35%;
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  68%,
  100% {
    left: 120%;
    opacity: 0;
  }
}

@keyframes ath-home-dot-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(216, 174, 93, 0.16);
  }
  50% {
    box-shadow:
      0 0 0 8px rgba(216, 174, 93, 0.07),
      0 0 24px rgba(216, 174, 93, 0.42);
  }
}

@keyframes ath-home-particle-rise {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.6);
  }
  20% {
    opacity: 0.55;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
    transform: translate3d(24px, -760px, 0) scale(1.15);
  }
}

@keyframes ath-home-chip-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes ath-home-meter {
  from {
    right: 36%;
  }
  to {
    right: 10%;
  }
}

@keyframes ath-home-card-reveal {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ath-home-node-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

@keyframes ath-home-core-pulse {
  0%,
  100% {
    box-shadow:
      0 35px 75px rgba(0, 0, 0, 0.32),
      inset 0 1px rgba(255, 255, 255, 0.16);
  }
  50% {
    box-shadow:
      0 40px 90px rgba(0, 0, 0, 0.4),
      0 0 0 13px rgba(216, 174, 93, 0.035),
      inset 0 1px rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 980px) {
  .ath-home-hero__grid {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }

  .ath-home-hero__copy {
    max-width: 720px;
  }

  .ath-home-hero__visual {
    width: min(100%, 580px);
    min-height: 520px;
    margin: 0 auto;
  }

  .ath-home-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ath-home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ath-home-full__grid {
    grid-template-columns: 1fr;
  }

  .ath-home-full__visual {
    width: min(100%, 520px);
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  .ath-home-shell {
    width: min(100% - 28px, 1160px);
  }

  .ath-home-hero,
  .ath-home-hero__grid {
    min-height: 0;
  }

  .ath-home-hero__grid {
    gap: 42px;
    padding-top: 52px;
    padding-bottom: 54px;
  }

  .ath-home-hero h1 {
    font-size: 45px;
  }

  .ath-home-hero__lead {
    font-size: 15px;
  }

  .ath-home-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ath-home-button {
    width: 100%;
  }

  .ath-home-hero__visual {
    min-height: 390px;
  }

  .ath-home-suite-card {
    width: 100%;
    transform: none;
    animation-name: ath-home-chip-float;
  }

  .ath-home-suite-card__row {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .ath-home-suite-card__meter {
    display: none;
  }

  .ath-home-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ath-home-proof__grid > div {
    min-height: 100px;
    padding: 18px;
    border-bottom: 1px solid var(--ath-home-line);
  }

  .ath-home-catalog {
    padding: 72px 0 78px;
  }

  .ath-home-section-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 34px;
  }

  .ath-home-tabs {
    display: flex;
    top: 54px;
    margin-right: -14px;
    margin-left: -14px;
    padding: 8px 14px;
    overflow-x: auto;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    scrollbar-width: thin;
  }

  .ath-home .ath-home-tab {
    min-width: 230px !important;
    flex: 0 0 230px !important;
  }

  body.admin-bar .ath-home .ath-home-tabs {
    top: 100px;
  }

  .ath-home-product-grid {
    grid-template-columns: 1fr;
  }

  .ath-home-product-card__body > p {
    min-height: 0;
  }

  .ath-home-full {
    padding: 78px 0;
  }

  .ath-home-full__visual {
    min-height: 390px;
    transform: scale(0.83);
  }

  .ath-home-full__outcomes > div {
    grid-template-columns: 1fr;
  }

  .ath-home-final {
    padding: 48px 0;
  }

  .ath-home-final__card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 34px 24px;
  }

  .ath-home-final__actions {
    justify-items: stretch;
  }
}

@media (max-width: 430px) {
  .ath-home-hero h1 {
    font-size: 38px;
  }

  .ath-home-kicker {
    font-size: 8px;
  }

  .ath-home-hero__trust {
    display: grid;
  }

  .ath-home-hero__visual {
    min-height: 370px;
  }

  .ath-home-suite-card__top {
    padding: 16px;
  }

  .ath-home-suite-card__screen {
    padding: 13px;
  }

  .ath-home-suite-card__row {
    padding: 9px 10px;
  }

  .ath-home-suite-card__footer {
    padding: 13px 16px;
  }

  .ath-home-full__stats {
    grid-template-columns: 1fr;
  }

  .ath-home-full__stats > div {
    min-height: 66px;
  }

  .ath-home-full__visual {
    width: 470px;
    margin-left: calc((100% - 470px) / 2);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ath-home *,
  .ath-home *::before,
  .ath-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
